@charset "UTF-8";


/* ==========================================================================
   variable
============================================================================= */
:root {
	--main-color: #2f3385;
	--main-color-orange: #fdd100;
	--main-color-purple: #be6bb5; 
}


/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;*/
font-family: "noto-sans", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 16px;
	color: #333;
}

@media all and (-ms-high-contrast:none) {
	body {
font-family: "noto-sans", sans-serif;
font-weight: 400;
font-style: normal;
    }
}
/*フォントの種類*/
.fontMincho { 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fontMarugo { 	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro"; }


p { background-image:url(""); }

a:link{ color: #000000; text-decoration: underline; }
a:visited{ color: #000000; text-decoration: underline; }
a:active{ color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 0.7;
}

img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	opacity: 0.7;
}

svg,
a:hover svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,15px); 
	-webkit-transform: translate(0,15px); 
	transition: 0.7s;
}

.inviewItemLeft {
	opacity: 0;
	transform: translate(15px,0); 
	-webkit-transform: translate(15px,0); 
	transition: 0.7s;
}

.inviewItemFlag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


/* ==========================================================================
   clearfix
============================================================================= */

.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}

.bgColorGray { background-color: #e0dcdb;}


/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 1040px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1040px){
	br.dtbr {
		display: inline;
	}
}

/*モバイルのみ消す（インライン）*/
.mbNone {
	display: none;
}

@media only screen and (min-width: 768px){
	.mbNone {
		display: inline;
	}
}

/*フォーム*/
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], [type="kana"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	vertical-align: middle;
	font-size: 90%;

    border: none;
    background-color: #fff;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}


/* ==========================================================================
   base
============================================================================= */

body {

}

img,
svg {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 580px) {
	.w580 {
		max-width: 580px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 720px) {
	.w720 {
		max-width: 720px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1040px) {
	.w1040 {
		max-width: 1040px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1200px) {
	.w1200 {
		max-width: 1200px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}




/*---------- fixTopBtn ----------*/
a.fixTopBtn {
	z-index: 9999;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 15px;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	cursor: pointer;
}

a.fixTopBtn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	font-weight: 700;
	content: "▲";
	color: #ffffff;
}

a.fixTopBtn span {
	display: none;
}

@media screen and (min-width: 768px) {
	a.fixTopBtn {
		width: 3rem;
		height: 3rem;
	}

	a.fixTopBtn::before {
		font-size: 2rem;
	}
}

/*======= header =======*/
header {
	position: relative;
	height: auto;
}

header .headerInner {
	margin: 0 2%;
}

header .logoBox {
	position: relative;
	text-align: center;
	padding: 1.5rem 0;
}

header .logoBox .logo {
	z-index: 999;
	position: relative;
	display: inline-block;
}

header .logoBox .logo .H_flexBox {
  display: flex;
  flex-direction: column;   /* 縦並び */
  align-items: stretch;
}

header .logoBox .logo .H_flexBox .left_item,
header .logoBox .logo .H_flexBox .center_item,
header .logoBox .logo .H_flexBox .right_item {
  width: 100%;
}



header .logoBox .logo .H_flexBox .center_item .kouzamei {
	font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
    padding-top: 0.5rem;
}

header .logoBox .logo .H_flexBox .center_item .kouzamei .kouzamei_en p {
	font-size: 12px;
    line-height: 1.3em;
}

header .logoBox .logo .H_flexBox .right_item .contact_btn img {
	max-width: 150px;
	width: 65%;
    margin-top: 1rem;
}

header .logoBox .logo img {
	max-width: 200px;
	width: 100%;
}

header .txtCt p {
	font-size: 20px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
header .logoBox .logo .H_flexBox {
    flex-direction: row;    /* 横並び */
    align-items: center;
}

header .logoBox .logo .H_flexBox .left_item,
header .logoBox .logo .H_flexBox .right_item {
  width: 25%;
}

header .logoBox .logo .H_flexBox .center_item {
  width: 50%;
}

header .logoBox .logo img {
	max-width: 340px;
}
    
header .logoBox .logo .H_flexBox .center_item .kouzamei {
	font-size: 26px;
    padding-top: 1rem;
}

header .logoBox .logo .H_flexBox .right_item .contact_btn img {
	max-width: 340px;
    margin-top: 0rem;
    }
}

@media screen and (min-width: 1040px) {
	header {
		width: 100%;
		margin-bottom: 3rem;
	}

	header .headerInner {
		position: relative;
		text-align: left;
		height: 50px;
	}

	header .logoBox {
		display: block;
		padding: 0;
		padding-top: 0.5em;
	}

	header .logoBox .logo img {
		max-width: auto;
		width: 70%;
	}
}

/*======= navi =======*/
.fixNavi {
	z-index: 9000;
	position: fixed;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	display: block;
}

.navBtn {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: none;
	text-align: left;
	width: 100%;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
}

.trigger {
	position: relative;
	width: 35px;
	height: 22px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 10px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}


/*navMount*/
.navMount {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(47, 51, 133, 0.90);
	z-index: 8000;
	text-align: center;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto!important;

	-webkit-overflow-scrolling: touch;
	
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 
.navMount.is-visible {
	opacity: 1.0;
	visibility: visible;
}

.navMount .navInner {
	text-align: center;
	width: 100%;
	padding: 50px 0 0 0;/*固定divの高さ*/
}

.navMount ul {

}

.navMount ul > li {
	display: block;
	width: 94%;
	font-weight: 300;
	margin: 0 3%;
	border-bottom: 1px solid #A8A9AD;
}

.navMount ul > li:first-child {
	border-top: 1px solid #A8A9AD;
}

.navMount ul > li > a {
	display: block;
	padding: 1.5rem 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

.navMount ul.menuList li:first-child a:link{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:visited{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:active{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:hover { color: var(--main-color); text-decoration: none; }

.navMount ul.menuList > li > a > span {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #fff;
    font-size: 120%;
	padding: 0.1em 0 0.3em 0;
	width: 11em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}


.navMount ul.menuList > li > a:hover > span,
.navMount ul.menuList > li.active > a > span {
	color: #ffffff;
    border-bottom: solid 1px #fff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#publication .navMount ul.menuList > li > a:hover > span,
#publication .navMount ul.menuList > li.active > a > span,
#research .navMount ul.menuList > li > a:hover > span,
#research .navMount ul.menuList > li.active > a > span {
	color: #fff;
    border-bottom: solid 1px #fff;
}



@media screen and (min-width: 1040px) {
	.fixNavi {
		display: none;
	}

	.navMount {
		z-index: 1;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		opacity: 1.0;
		visibility: visible;
		background: transparent;
		overflow: hidden!important;
	}

	.navMount .navInner {
		position: relative;
		height: 60px;
		padding: 0;
	}

	.navMount ul.menuList {
		position: absolute;
		right: 0;
		bottom: 0;
		display: inline-block;
		max-width: 600px;
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0;
	}

	.navMount ul.menuList > li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: auto;
		margin: 0;
		border-top: none!important;
		border-bottom: none;
	}

	.navMount ul.menuList > li {
		text-align: left;
		width: 100px;
	}

	.navMount ul.menuList > li:nth-child(5) { width: 140px; }

	.navMount ul > li:first-child {
		border-top: none;
	}

	.navMount ul > li > a {
		display: block;
		font-size: 13px;
        font-weight: 700;
		padding: 0;
		text-align: center;
		cursor: pointer;
		line-height: 1.2em;
	}

	.navMount ul.menuList > li > a > span {
		width: 100%;
	}

	.navMount ul.menuList > li > a:hover > span,
	.navMount ul.menuList > li.active > a > span {
		width: 100%;
	}

 
#publication .navMount ul.menuList > li > a:hover > span,
#publication .navMount ul.menuList > li.active > a > span,
#research .navMount ul.menuList > li > a:hover > span,
#research .navMount ul.menuList > li.active > a > span {
	color: #333;
    border-bottom: solid 1px #333;
}
   
    
#archive .navMount ul.menuList > li > a > span,
#publication .navMount ul.menuList > li > a > span,
#research .navMount ul.menuList > li > a > span {
	color: #333;
}
    
	.navMount ul.menuList > li > a:hover > span > span {
		position: relative;
		animation-name: navBtnAnime;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-fill-mode: none;
		animation-play-state: running;
        font-size: 110%;
        font-weight: bold;
	}

	@keyframes navBtnAnime {
		0% {
			left: 0em;
		}
	  
		10% {
			left: -0.3em;
		}
	  
		40% {
			left: 0em;
		}
	  }
}


/*======= footer =======*/
footer {
}

footer .footerLogo {
	text-align: center;
    display: block;
}

footer .footerLogo .foot_NM-logo {
	margin: 4rem 0 3rem 0;
}

footer .footerLogo .foot_NM-logo img {
	max-width: 350px;	
}

footer .footerLogo .foot_NM-kouza {
	margin-bottom: 4rem;
}

footer .footerLogo .foot_NM-kouza img {
	max-width: 550px;	
}

footer .footer_bottom {
	margin-top: 5rem;
    border-top: solid 1px #333;
    background-color: #f2f2f1;
    padding-top: 2rem;
	padding-bottom: 1rem;
}

footer .footer_bottom .logo_bottom {
    text-align: left;
}

footer .footer_bottom .logo_bottom img {
	height: 40px;
	margin-bottom: 1rem;
    display: block;
}

footer .footer_bottom p {
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}

footer .footerNav {
	font-size: 80%;
}

footer .footerNav ul li {
	display: block;
	font-weight: 300;
	margin: 0 3%;
}

footer .footerNav ul li a {
	display: block;
	padding: 0.1em 0 0.3em 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

footer .footerNav ul li a:link{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:visited{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:active{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:hover { color: var(--main-color); text-decoration: none; }

footer .footerNav ul li span {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #000000;
	padding: 0.25em 0;
	line-height: 1;
	width: 11em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer .footerNav ul li > a:hover span {
	background-color: #000000;
	color: #ffffff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (min-width: 1040px) {
	footer .footerNav ul {
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0;
	}

	footer .footerNav ul li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: 100px;
		margin: 0;
	}

	footer .footerNav ul li a {
		display: block;
		font-size: 13px;
		padding: 0;
	}

	footer .footerNav ul li span,
	footer .footerNav ul li a:hover span {
		width: 100%;
	}
}

footer .footerInfo {
	margin: 2rem 0 1.5rem 0;
}

footer .footerInfo ul {
	width: 100%;
	letter-spacing: -.4em;
	text-align: center;
	margin: 0;
}

footer .footerInfo ul li {
	display: inline-block;
	letter-spacing: normal;
	padding:0 0.75rem;
}

footer .footerInfo ul li img {
	max-width: 30px;
}

footer .copyright {
	text-align: center;
    margin-top: 1rem;
}

footer .copyright small {
	font-size: 70%;
}



/*======= contentCommon =======*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.flexContainer .itemCol2,
.flexContainer .itemCol3,
.flexContainer .itemCol4,
.flexContainer .itemCol2-hi4,
.flexContainer .itemCol2-hi6 {    
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.flexContainer .itemCol4 {
	width: 50%;
}

.flexContainer .itemCol2:last-child,
.flexContainer .itemCol3:last-child,
.flexContainer .itemCol4:last-child,
.flexContainer .itemCol2-hi4:last-child,
.flexContainer .itemCol2-hi6:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}
    
	.flexContainer.rev {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
    
    .flexContainer .itemCol2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol2-hi4 {
		flex: 4;
		margin-bottom: 0;
	}

	.flexContainer .itemCol2-hi6 {
		flex: 6;
		margin-bottom: 0;
	}

	.flexContainer .itemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

	.flexContainer .itemCol4 {
		width: 25%;
		margin-bottom: 0;
	}
}


/*メイン見出し*/
.titleMain {
	text-align: center;
}

.titleMain img {
	width: auto;
	height: 115px;
}


.btnLine {
	font-size: 120%;
	text-align: right;
}

.btnLine a {
	text-align: center;
	display: inline-block;
	border: 1px solid #000000;
	border-width: 1px 0 1px 0;
	padding: 0.4em 1em;
	line-height: 1;
}

.btnLine a:link{ color: #000000; text-decoration: none; }
.btnLine a:visited{ color: #000000; text-decoration: none; }
.btnLine a:active{ color: #000000; text-decoration: none; }
.btnLine a:hover { color: #666666; text-decoration: none; }

.btnLine a span.arrow::after {
	content: "＞";
	margin-left: 0.5em;
}





/*ボタン more*/
.btnMore a {
	font-size: 0.9em;
	line-height: 1;
	font-weight: bold;
	border: 1px solid var(--main-color);
	border-radius: 0.5em;
	padding: 0.5em 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btnMore a span::after {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f061";
	margin-left: 0.75em;

}

.btnMore a:hover {
	color: #ffffff;
	background-color: var(--main-color);
}


/*ボタン 四角*/
.btnSquare {
	display: inline-block;
}

.btnSquare a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #ffffff;
	padding: 0.5em 5em;
	background-color: var(--main-color);
}



/*テーブル 基本*/
table.basicTable {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
}

table.basicTable caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

table.basicTable tr th,
table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.75em 0;
	border-bottom: 1px solid #000000;
}

table.basicTable tr th { width: 30%; }
table.basicTable tr td { width: 70%; }

table.basicTable p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTable tr th { width: 18%; }
	table.basicTable tr td { width: 82%; }

}



/*レスポンシブ用マージン*/
.martS { margin-top: 1rem; }
.martM { margin-top: 2rem; }
.martL { margin-top: 3rem; }

.marbS { margin-bottom: 1rem; }
.marbM { margin-bottom: 2rem; }
.marbL { margin-bottom: 3rem; }

@media only screen and (min-width: 768px){
	.martS { margin-top: 2rem; }
	.martM { margin-top: 3rem; }
	.martL { margin-top: 4rem; }

	.marbS { margin-bottom: 2rem; }
	.marbM { margin-bottom: 3rem; }
	.marbL { margin-bottom: 4rem; }
}

@media only screen and (min-width: 900px){
	.martS { margin-top: 5rem; }
	.martM { margin-top: 7rem; }
	.martL { margin-top: 8rem; }

	.marbS { margin-bottom: 5rem; }
	.marbM { margin-bottom: 7rem; }
	.marbL { margin-bottom: 8rem; }
}

/*======= section =======*/
section {
	position: relative;
	line-height: 1.5em;
}

section .sectionInner,
.breadcrumbsInner {
	position: relative;
	margin: 0 1rem;
	box-sizing: border-box;
}

.innerBox,
.innerBox2 {
	margin-left: 1em;
	margin-right: 1em;
}

.txtBoxS {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	section .sectionInner,
	.breadcrumbsInner  {
		margin: 0 5%;
	}

	.innerBox {
		margin-left: 2em;
		margin-right: 2em	
	}
}

hr {
	/*border-top: 1px solid #000000;*/
	margin: 0.5em 0;
}


@media screen and (min-width: 1040px) {

}


/*======= breadcrumbs　パンくずリスト =======*/
.breadcrumbs {
	margin-top: 1rem;
}

.breadcrumbs nav {
	margin-bottom: 2rem;
}

.breadcrumbs nav ol {
	font-size: 0.8rem;
}

.breadcrumbs nav ol li {
	display: inline;
}

.breadcrumbs nav ol li:after {
	content: " > ";
}
.breadcrumbs nav ol li:last-child:after {
	content:"";
}

/*======= title =======*/
.titleArea {

}

.titleArea .titleAreaInner {
	position: relative;
	height: 370px;
	text-align: center;
	background-image: url("");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.titleArea .titleAreaInner {	background-image: url(""); }



.titleArea .titleAreaInner h1 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.titleArea .titleAreaInner h1 img {
	width: auto;
	height: 160px;
}





/*======= home =======*/
.mainVisual {

}

.mainVisual .mainVisualInner {
	position: relative;
	height: 650px;
	background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#archive .mainVisual .mainVisualInner {
	height: 70px;
}

#about .mainVisual .mainVisualInner {
	height: 400px;
	background-image: url("../images/about/s_anatomy_about-top_image.jpg");
	background-position: center center;
}

#publication .mainVisual .mainVisualInner {
	height: 400px;
	background-image: url("../images/publication/s_anatomy_publication-top-image2.jpg");
	background-position: center center;
}

#contact .mainVisual .mainVisualInner {
	height: 400px;
	background-image: url("../images/contact/s_anatomy_contact_top-image.jpg");
	background-position: center center;
}

#research .mainVisual .mainVisualInner {
	height: 130px;
	background-image: url("../images/research/s_anatomy_research-top-image.jpg");
	background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.mainVisual-top .mainVisualInner {
	position: relative;
		height: 60vh;
	overflow: hidden;
}

/* ▼ 追加：背景動画スタイル */
.mainVisual-top .bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

/* 既存のスタイルはそのまま */
.mainVisual-top .mainVisualInner .logo {
	display: inline-block;
	width: 80%;
	position: absolute;
	top: 80%;
	left: 10%;
	transform: translateY(-50%) translateX(0%);
}
.mainVisual-top .mainVisualInner .logo .home_title {
	font-size: 140%;
	font-weight: lighter;
	color: #fff;
	line-height: 1.5em;
}

@media screen and (min-width: 768px) {
.mainVisual-top .mainVisualInner .logo .home_title {
	font-size: 300%;
}
.mainVisual-top .mainVisualInner .logo {
	left: 55%;
}
.mainVisual-top .mainVisualInner {
		height: 80vh;
}
#research .mainVisual .mainVisualInner {
	height: 400px;
}

}

@media screen and (min-width: 1040px) {


	.mainVisual .mainVisualInner .logo {
	}
}


/*共通エリア*/







/*homeArea1*/
.homeArea1 {
    padding-top: 3rem;
}

.homeArea1 h2 {
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 600;
    color: #2f3385;
}

.homeArea1 .S-title {
    font-size: 10px;
    line-height: 1.5em;
}

.homeArea1 .C_access {
    margin-top: 2rem;
    font-size: 20px;
    line-height: 1.5em;
}

.homeArea1 .C_access .C_goriyou {
    margin-top: 1rem;
}
.homeArea1 .C_access .C_goriyou span {
    color: #2f3385;
}

.homeArea1 .M-title {
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 600;
    margin: 1rem 0;
}

.homeArea1 .sectionInner .tegaki {
    margin-top: 2rem;
    padding: 0 ;
}

.homeArea1 .sectionInner .news_viwe {
    border-radius: 20px;
    background-color:#f2f2f1;
    margin-top: -1rem;
    padding: 2rem;
}

.homeArea1 .sectionInner .news_viwe .news_title  {
    font-size: 24px;
    font-weight: bold;
    padding-top: 1.5rem;
}

.homeArea1 .sectionInner .news_viwe .megahon  {
    width: 120px;
    margin-top: 1.5rem;
}

.homeArea1 .sectionInner .news_viwe .new_info  {
    margin-top: 3rem;
    text-align: center;
}

.homeArea1 .sectionInner .news_viwe .new_info p  {
    padding: .5rem 1rem;
    background-color: #2f3385;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
}

.homeArea1 .sectionInner .flexContainer .M-midashi  {
    margin-bottom: 2rem;
}

.homeArea1 .sectionInner .flexContainer .saibou {
    padding: .5rem 2rem;
}

.homeArea1 .sectionInner .lead {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: left;
}

.homeArea1 .sectionInner .honbun {
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}

@media screen and (min-width: 768px) {
.homeArea1 {
    padding-top: 8rem;
}
#archive .homeArea1 {
    padding-top: 1rem;
}
    
.homeArea1 .sectionInner .news_viwe .new_info p  {
    padding: .5rem 5rem;
}    

.homeArea1 .sectionInner .news_viwe {
    margin-top: -2rem;
}

.homeArea1 .sectionInner .tegaki {
    padding: 0 2rem;
}

.homeArea1 .S-title {
    font-size: 15px;
}

.homeArea1 h2 {
    font-size: 60px;
}

.homeArea1 .M-title {
    font-size: 40px;
    margin: 3rem 0;
}

}



/*ニュース*/
.newsList {
	max-width: 800px;
	margin: 1.5rem auto 0 auto;
}

.newsList li {
	display: block;
	padding: 0.5rem 0.5em;
}

.newsList li .date,
.newsList li .txt {
	display: inline-block;
	vertical-align: top;
}

.newsList li .date {
	width: 8.5em;
}

.newsList li .txt {
	width: calc(100% - 9em);
}

/*View Moreボタン*/
.homeArea1 .viewmore {
    margin-top: 2rem;
    text-align: right;
}

.homeArea1 .viewmore img {
    width: 300px;
}


/*homeArea2*/
.homeArea2 {
    background-color: #d1e5f7;
}

.homeArea2 .sectionInner {
    padding-top: 3rem;
}

.homeArea2 .sectionInner h2 {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 600;
    color: #2f3385;
    text-align: center
}

.homeArea2 .sectionInner .S-title {
    font-size: 15px;
    line-height: 1.5em;
    text-align: center
}

.homeArea2 .sectionInner .flexContainer {
    margin-top:3rem; 
}

.homeArea2 .sectionInner .itemCol2-hi4 img {
    padding: .5rem 2rem;
}

.homeArea2 .sectionInner .flexContainer .M-midashi  {
    margin-bottom: 2rem;
    width: 80%;
}

.homeArea2 .sectionInner .lead {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: left;
}

.homeArea2 .sectionInner .honbun {
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}

/*contactボタン*/
.homeArea2 .contact {
    margin-top: 2rem;
    text-align: left;
}

.homeArea2 .contact img {
    width: 300px;
}

.homeArea2 .obi {
    margin-top: -7rem;  
}

.obi img {
    margin-top: -3rem;
    width: 100vw;          /* 画面の横幅いっぱい */
    height: 400px;         /* 高さを固定 */
    object-fit: cover;     /* 画像の縦横比を維持しつつトリミング */
    display: block;        /* 余白を消す */
    margin: 0;
    padding: 0;    
}

@media screen and (min-width: 768px) {
.homeArea2 .sectionInner h2 {
    font-size: 50px;
}

}


/*======= About us =======*/
/*AboutArea1*/
.AboutArea1 {
margin: 1rem 0;
}

.AboutArea1 h2 {
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 600;
    color: #2f3385;
}

.AboutArea1 .S-title {
    font-size: 15px;
    line-height: 1.5em;
}

.AboutArea1 .mail_mark img {
    text-align: center;
    margin-top: 1rem;
}

.AboutArea1 .mail_mark img {
    width: 100px;
}

@media screen and (min-width: 768px) {
.AboutArea1 {
margin: 3rem 0;
}
    
.AboutArea1 h2 {
    font-size: 60px;
}
}


/*AboutArea2*/
.AboutArea2 {
    background-color: #f2f2f1;
    padding: 1rem;
}
#research .AboutArea2 {
    background-color: #fff;
    padding: 1rem;
}

.AboutArea2 .sectionInner .message {
    margin-bottom: 2rem;
}

.AboutArea2 .sectionInner .message img {
    width:150px;
    margin-top: -1rem;
}

.AboutArea2 .sectionInner .M-title{
    font-size: 25px;
    line-height: 1.3em;    
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: justify;
}

.AboutArea2 .sectionInner .honbun{
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
.AboutArea2 {
    padding: 10rem;
}
    
#research .AboutArea2 {
    padding: 5rem;
}

.AboutArea2 .sectionInner .M-title{
    font-size: 40px;
}
}


/*AboutArea3*/
.AboutArea3 {
    margin-top: -2rem;
    margin-bottom: 3rem;
}

.AboutArea3 .sectionInner .SSwaku {
    margin: auto;
    width: 250px;
}

.AboutArea3 .sectionInner .SSwaku p {
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
.AboutArea3 {
    margin-top: -7rem;
    margin-bottom: 8rem;
}
}

/*AboutArea4*/
.AboutArea4 .member_info {
    margin-bottom: 6rem;
}

.AboutArea4 .member_info .flex-box {
  display: flex;
  justify-content: space-between; /* 左右に配置 */
  align-items: center;            /* 縦位置を中央にそろえる（必要なら） */
}

.AboutArea4 .member_info .flex-box .box-left {
  text-align: left;               /* 左のテキストを左寄せ */
  flex: 1;                        /* 必要なら幅調整 */
}

.AboutArea4 .member_info .flex-box .box-left .J-name {
  font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1rem;
}

.AboutArea4 .member_info .flex-box .box-left .E-name {
  font-size: 20px;
    font-weight: lighter;
    color: #676767;
    border-bottom: solid 5px #2f3385;
    padding-bottom: .2rem;
    display: inline-block;
}

.AboutArea4 .member_info .flex-box .box-right {
  text-align: right;              /* 画像を右寄せ */
}

.AboutArea4 .member_info table,
.AboutArea4 .student_info table {
  width: 100%;
    margin-top: 2rem;
}

.AboutArea4 .member_info table tr,
.AboutArea4 .student_info table tr {
    border-bottom: solid 1px #333;
}

.AboutArea4 .member_info table td.toi,
.AboutArea4 .student_info table td.toi {
    width: 30%;
    padding: .5rem 1rem;
    font-weight: 600;
    text-align: left;
}

.AboutArea4 .student_info table td.toi-na {
    width: 30%;
    padding: .5rem 1rem;
    font-weight: 600;
    text-align: left;
    font-size: 22px;
}

.AboutArea4 .member_info table td.kotae,
.AboutArea4 .student_info table td.kotae {
    text-align: left;
    padding: .5rem 1rem;
}

/* スマホ時 */
@media screen and (max-width: 768px) {
  .AboutArea4 .member_info .flex-box {
    flex-direction: row; /* 横並びを維持 */
  }

  .AboutArea4 .member_info .flex-box .box-left {
    flex: 0 0 70%; /* 左70% */
  }

  .AboutArea4 .member_info .flex-box .box-right {
    flex: 0 0 30%; /* 右30% */
  }
}

/*student_info*/
.AboutArea4 .student_info,
.AboutArea4 .OB_info {
    text-align: center;
    margin: 4rem 0;
}

.AboutArea4 .student_info img,
.AboutArea4 .OB_info img {
    width: 150px;
    margin-bottom: 3rem;
}

.AboutArea4 .student_info .student_name {
    padding: .5rem 1rem;
    border-bottom: solid 1px #333;
    border-top: solid 1px #333;
    font-size: 17px;
}

/*OB_info*/
.AboutArea4 .OB_info {
    text-align: center;
    margin: 4rem 0;
}

.AboutArea4 .OB_info .flexContainer {
}

.AboutArea4 .OB_info .flexContainer .itemCol2 {
    padding: 1rem;
    display: flex; 
}

.AboutArea4 .OB_info .flexContainer .meishi {
    padding: 1rem;
    width: 100%;
    border: solid 1px #333;
    text-align: justify;
}

.AboutArea4 .OB_info .flexContainer .meishi .name {
    font-size: 20px;
    font-weight: 600;
}

.AboutArea4 .OB_info .flexContainer .meishi .name span {
    font-size: 12px;
    font-weight: 100;
    margin-left: 2rem;
}

.AboutArea4 .OB_info .flexContainer .meishi .e_name {
    font-size: 14px;
    font-weight: lighter;
    margin-bottom: .7rem;
    color: #676767;
}

.AboutArea4 .OB_info .flexContainer .meishi .yakusyoku {
    font-size: 15px;
    line-height: 1.2em;
}



/*About US*/
.AboutArea5 {
  background-image: linear-gradient(to bottom, #98c6ed 0%, #fff 100%);
}

.AboutArea5 .sectionInner{
 margin-bottom: 0rem;
}

.AboutArea5 .obi {
  width: 100%;
  height: 400px;       /* 天地100px固定 */
  overflow: hidden;    /* はみ出した上側をトリミング */
}

.AboutArea5 .obi img {
  width: 100%;
  height: 400px;       /* 天地100px固定 */
    object-fit: cover;        /* 埋める（はみ出す） */
  object-position: bottom;  /* 下を基準に配置→上がトリミングされる */
}


.AboutArea5 .sectionInner .flexContainer .itemCol2 {
 text-align: justify;
}

.AboutArea5 .sectionInner .flexContainer .itemCol2 .about_title {
 margin-bottom: 3rem;
}

.AboutArea5 .sectionInner .flexContainer .itemCol2 .about_title img {
 width: 300px;
}

.AboutArea5 .sectionInner .flexContainer .itemCol2 p {
 font-size: 30px;
    font-weight: 600;
    line-height: 1.4em;
  position: relative;
  display: inline-block;   /* 下線の長さをテキスト幅に合わせたい場合 */
  padding-bottom: 1rem;     /* 下線との余白（お好みで） */
}

.AboutArea5 .sectionInner .flexContainer .itemCol2 p::after {
  content: "";
  position: absolute;
  left: 0;                     /* 左から */
  bottom: 0;                   /* 下に線を配置 */
  width: 50px;                 /* 長さ50px */
  height: 4px;                 /* 太さ4px */
  background-color: #2f3385;      /* 線の色 */
}

.AboutArea5 .sectionInner .honbun{
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
.AboutArea5 .sectionInner{
 margin-bottom: 20rem;
}

}



/*======= 研究内容紹介 =======*/
/*ResearchArea1*/
.ResearchArea1 {
    margin: 3rem 0 8rem;
}

.ResearchArea1 .sectionInner .Research_mark img {
    height: 150px;
}

.ResearchArea1 .sectionInner .blue_title {
    padding: 2rem;
    background-color: #2f3385;
    margin-top: 2rem;
}

.ResearchArea1 .sectionInner .blue_title p {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3em;
}

.ResearchArea1 .sectionInner .flexContainer {
    text-align: justify;
    margin: 5rem 0 ;
}

.ResearchArea1 .sectionInner .model {
    width: 60px;
    margin-bottom: 1rem;
    color: #2f3385;
    margin-top: 3rem;
}

.ResearchArea1 .sectionInner .model .M_name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.ResearchArea1 .sectionInner .model .number {
    font-size: 40px;
    font-weight: 700;
}

.ResearchArea1 .sectionInner .R_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: justify;
    position: relative;   /* 疑似要素を配置する土台 */
    padding-bottom: 0.3rem; /* 下に余白 */
    margin-bottom: 2rem;
}

.ResearchArea1 .sectionInner .R_title::after {
  content: "";
  position: absolute;
  left: 0;                 /* 左寄せ */
  bottom: -0.5rem;         /* 線を余白の下に配置（調整可） */
  width: 40px;             /* 線の長さ */
  height: 3px;             /* 線の太さ */
  background-color: #2f3385; /* 線の色 */
}

.ResearchArea1 .sectionInner .flexContainer .itemCol2 .R_image {
    padding: 0 0rem;
}

.ResearchArea1 .sectionInner .honbun {
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 2rem;
}

/*主な実験手法*/
.ResearchArea1 .sectionInner .R_experiment {
    background-color: #f2f2f1;
    margin-top: 1rem;
}

.ResearchArea1 .sectionInner .R_experiment p.title {
    padding-top: 3rem;
    font-size: 20px;
    color: #2f3385;
    font-weight: 600;
}

.ResearchArea1 .sectionInner .R_experiment .point {
 padding: 2rem 1rem;
}

.ResearchArea1 .sectionInner .R_experiment .point ul {
  list-style: none;
  padding-left: 1em;
  text-align: justify;
  position: relative;
  padding-left: 1.2em;   /* 2行目の開始位置を確保 */
  text-indent: -1.2em;   /* 1行目の頭を戻す（・を置くため） */
}

.ResearchArea1 .sectionInner .R_experiment .point ul li {
    line-height: 2em;
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: 600;
}

.ResearchArea1 .sectionInner .R_experiment .point ul li::before {
  content: "・";
  margin-right: 0.2em;
}


@media screen and (min-width: 768px) {
.ResearchArea1 .sectionInner .blue_title p {
    font-size: 34px;
}

.ResearchArea1 .sectionInner .flexContainer .itemCol2 .R_image {
    padding: 0 2rem;
}

.ResearchArea1 .sectionInner .R_experiment .point {
 padding: 2rem 4rem;
}
}

/*======= 業績 =======*/

/*publicationArea1*/
.publicationArea1 .P_year {
    padding: 3rem 0 1rem;
    border-bottom: solid 1px #333;
    text-align: justify;
}

.publicationArea1 .P_year li  {
    margin-left: 2rem;
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 2rem;
}

.publicationArea1 .P_year a  {
    color: #3d6aac;
    text-decoration:none;
}







/*======= contact =======*/

/*contactArea1*/
.contactArea1 {
    background-color: #f2f2f1;
    padding: 5rem 0 3rem;
}

.contactArea1 .sectionInner {
	padding: 0 0 4rem 0;
	line-height: 1.75em;
}

.contactArea1 .sectionInner .C_lead {
	text-align: center;
	margin-bottom: 3rem;
}

.contactArea1 .sectionInner .C_lead span {
	color: #b51f1f;
}

.contactArea1 .sectionInner .conf {
	text-align: center;
	margin-top: 3rem;
}

/*contactArea2*/
.contactArea2 {

}

.contactArea2 .sectionInner {
	padding-top: 6rem;
	line-height: 1.75em;
}

.contactArea2 .sectionInner p {
    font-size: 40px;
    font-weight: bold;
    position: relative;    /* ← before配置のため必要 */
    display: inline-block; /* ← 幅を持たせるため推奨 */
    padding-left: 80px;    /* ← アイコン分の余白を確保 */
}

.contactArea2 .sectionInner p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 70%;
    transform: translateY(-50%); /* 縦センター */
    width: 80px;                 /* アイコンサイズ調整 */
    height: 80px;
    background-image: url("../images/contact/s_anatomy_contact_mark_tel_fax.svg");
    background-size: contain;
    background-repeat: no-repeat;
}



.inputField {
	margin-bottom: 1rem;
	width: 100%;
	display: inline-block;
}

.inputField label {
	display: block;
	margin-bottom: 0.3em;
	font-weight: bold;
	text-align: left;
}

.inputField label span {
	display: inline-block;
	vertical-align: middle;
}

.inputField label .key {
	margin-left: 0.1rem;
	color: #b51f1f;
}

.inputField input,
.inputField textarea,
.inputField select {

}

.inputField .inputBox,
.inputField .textareaBox {

}

.inputField .inputBox p {
	display: inline;
	vertical-align: middle;
}

.inputField .inputBox input {
	width: 100%;
	border: 1px solid #000000;
}

.inputField .textareaBox textarea {
	width: 100%;
	height: 15em;
	border: 1px solid #000000;
	color: #000000;
}

ul.submit {
	text-align: center;
	list-style-type: none;
	font-size: 1.1rem;
	font-weight: bold;
}

ul.submit li {
	position: relative;
	display: inline-block;
	margin: 0 1rem;
}

ul.submit li input[type="submit"] {

}

ul.submit li input[type="reset"] {

}

ul.submit li input {
    margin-top: 2rem;
	cursor: pointer;
	display: block;
	width: 250px;
    height: 60px;
	border: none;
	text-indent: -9999px;
	background: url(../images/contact/s_anatomy_contact_btn-send.svg);
	background-position: center center;
	background-repeat: no-repeat;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (min-width: 768px) {
	.contact .sectionInner {
		width: 600px;
	}
}

@media screen and (min-width: 1000px) {
	.contact .sectionInner {
		width: 100%;
	}

	.inputField {
		width: 800px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -.4em;
	}

	.inputField label,
	.inputField .inputBox,
	.inputField .textareaBox {
		letter-spacing: normal;
	}

	.inputField label {
		display: block;
		vertical-align: middle;
		margin-bottom: 0;
		font-size: 1rem;
		text-align: left;
		padding-right: 1em;
	}

	.inputField.itemText label {
		vertical-align: top;
	}

	.inputField .inputBox,
	.inputField .textareaBox {
		display: inline-block;
		width: 100%;
	}
}

.thanks {
	text-align: center;
	color: #ffffff;
}

.thanks .sectionInner .textBox {
	padding: 3rem 0;
}


