@charset "UTF-8";

/* ページ共通
-------------------------------------------------------------- */

.bread_nav{
	margin: 20px auto 0 !important;
}
section{
	width: 100%;
	padding: 50px 0 0;
}
section:nth-of-type(even){
	background: #F8F8F8;
	padding: 50px 0 0;
	margin: 0;
}
section .inner{
	width:940px;
	margin: 0 auto;
	padding: 0 0 20px;
}
section .inner h1{
	color: #0057AA;
	font-family: 'Noto Serif', serif;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
}
section .inner h2{
	font-family: 'Noto Serif', serif;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
	border-bottom: 1px solid #9D9D9D;
	padding: 0 0 10px;
	margin: 50px 0 30px;
}
section .inner h3{
	color: #0057AA;
	font-family: 'Noto Serif', serif;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 700;
	margin: 30px 0 30px;
}
section .inner a{
	text-decoration: underline;
}
section .inner p{
	line-height: 1.75;
	margin: 0 0 30px;
}
section .inner p.right{
	text-align: right;
}
section .inner dl{
	margin: 0 0 30px;
}
section .inner dt{
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px;
}
section .inner dd{
	line-height: 1.5;
}
section .inner dd > div{
	padding: 20px 0 0 30px;
}
section .inner ul{
	padding: 0 0 15px;
}
section .inner ul li{
	margin: 0 0 10px;
	line-height: 1.2;
}
section .inner ul.disc li{
	list-style-type: disc;
	margin: 0 0 15px 15px;
}
section .inner ul.list li{
	line-height: 1.35;
	padding: 0 0 0 12px;
	margin: 0 0 10px;
	position: relative;
}
section .inner ul.list li:before{
	content:'';
	width:5px;
	height: 1px;
	background: #000;
	position: absolute;
	top:12px;
	left:0;
}
section .inner ul.link li{
	margin-bottom: 15px;
}
section .inner ul.link li a{
	display:inline-block;
	padding: 0 25px 0 0;
	text-decoration: none;
	position: relative;
}
section .inner ul.link li a::after{
	content: '';
	width: 12px;
	height: 10px;
	background: url("/images/common/icon_link.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	right: 0;
}
section .inner ul.tb{
	width:100%;
	letter-spacing: -10px;
	border-top: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	margin: 0 0 30px;
}
section .inner ul.tb li{
	display: inline-block;
	letter-spacing: 0;
	width:50%;
	padding: 10px;
	line-height: 1.5 !important;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	margin: 0;
}
section .inner table{
	border-collapse: collapse;
	border: 1px solid #CECECE;
	margin: 0 0 30px;
}
section .inner table th{
	border: 1px solid #CECECE;
	background: #f2f5fa;
	padding: 10px;
	line-height: 1.5;
	vertical-align: middle;
}
section .inner table td{
	border: 1px solid #CECECE;
	padding: 10px;
	line-height: 1.5;
}
section .inner span.sign_01{
	font-size: 1.2rem;
	padding: 0 0 0 5px;
}
section .inner span.sign_02{
	display: inline-block;
	font-size: 1.2rem;
	padding: 20px 0 0 20px;
}
section .inner .box_01,
section .inner .box_02{
	display: flex;
	justify-content: center;
	margin-top:-50px;
}
section .inner .btn{
	padding: 20px 0 30px;
	text-align: center;
}
section .inner .btn a{
	display: block;
	width: 350px;
	height: 50px;
	background: #0057AA url("/images/common/arrow_02.png") center right 10px no-repeat;
	background-size: 7px 11px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}
section .inner .box_01 > div{
	padding: 0 100px;
}
section .inner .box_02 > div{
	padding: 0 50px;
}


@media only screen and ( max-width : 767px ) {
	section:nth-of-type(1){
		padding: 30px 0 0;
	}
	section:nth-of-type(even){
		padding: 50px 0 0;
	}
	section .inner{
		width:calc(100% - 40px);
	}
	section .inner h1{
		font-size: 2.4rem;
		line-height: 1.25;
		text-align: left;
		margin: 0 0 30px;
	}
	section .inner h2{
		font-size: 2.2rem;
		line-height: 1.25;
		margin: 30px 0 20px;
	}
	section .inner h3{
		font-size: 2.0rem;
		line-height: 1.25;
		margin: 30px 0 20px;
	}
	section .inner ul.tb li{
		width:100%;
	}
	section .inner ul.tb li.sp_none{
		display: none;
	}
	section .inner .box_01,
	section .inner .box_02{
		display: block;
		margin-top:0;
	}
	section .inner .btn a{
		width:100%;
	}
	section .inner .box_01 > div,
	section .inner .box_02 > div{
		padding: 0;
	}
}

/*===== RFIDタグ =====*/

section .inner .pic{
	padding: 20px 0 50px;
	text-align: center;
}
section .inner .mark{
	font-size: 1.2rem;
	margin: 0 0 10px;
}

@media only screen and ( max-width : 767px ) {
	section .inner .pic{
		padding: 0 0 30px;
	}
	section .inner .pic img{
		width:100%;
		height: auto;
	}
}
/*===== AMDD 10-year History and Beyond =====*/

section .inner .bnrimgright{
	float:right;
	margin: 0 0 20px 20px;
}

@media only screen and ( max-width : 767px ) {
	section .inner .bnrimgright{
		float:none;
		margin: 0 auto 20px auto;
		width: 80%;
		display: block;
	}
}

/*===== お問い合せ =====*/

section#contact{
	padding: 0;
}
section#contact h1{
	width: 100%;
	height: 300px;
	background: url("/images/contact/h1_bg01.jpg") center top no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#contact h1 span{
	color: #fff;
	font-size: 4.0rem;
	font-family: 'Noto Serif', serif;
	text-shadow: 0 3px 6px #666;
}
section .inner .contact{
	padding: 30px 0;
}
section .inner .contact ul{
	display: inline-block;
	margin: 0 auto;
}
section .inner .contact li{
	line-height: 1.5;
	text-align: left;
	margin: 0 0 50px;
}
section .inner .contact li a{
	display: inline-block;
	padding: 0 30px 0 0;
	text-decoration: none;
	position: relative;
}
section .inner .contact li a::after{
	content: '';
	width: 7px;
	height: 11px;
	background: url("/images/common/arrow_01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:3px;
	right: 0;
}
section .inner .contact li span{
	display: block;
	padding: 10px 0 0;
	font-size: 1.2rem;
	color: #0057AA;
}

@media only screen and ( max-width : 767px ) {
	section#contact{
		padding: 0;
	}
	section#contact h1{
		height: 285px;
		background-size: cover;
	}
	section#contact h1 span{
		font-size: 3.0rem;
	}
	section .inner .contact{
		padding: 0;
	}
}


/* PDFダウンロード / Fileダウンロード　(common.css 762 追記)
-------------------------------------------------------------- */

#pdf_dl ul,
#file_dl ul{
	margin: 0 0 30px;
}


/* お問い合わせフォーム
-------------------------------------------------------------- */

section .form abbr{
	color: #f00;
}
section .form dl{
	display: flex;
	margin: 0;
	border: 1px solid #CECECE;
	border-bottom: none;
}
section .form dl:nth-last-of-type(1){
	border-bottom: 1px solid #CECECE;
}
section .form dt{
	width: 150px;
	background: #f2f5fa;
	font-size: 1.5rem;
	text-align: center;
	border-right: 1px solid #CECECE;
	padding: 10px 15px;
	margin: 0;
}
section .form dd{
	padding: 10px 15px;
}
section .form dd p{
	font-size: 1.2rem;
	line-height: 1;
	padding: 8px 0;
	margin: 0;
}
section .form dd > div{
	padding: 0;
}
section .form .submit{
	text-align: center;
	padding: 30px 0;
}

.mw_wp_form_input .txt_confirm{
	display: none;
}
.mw_wp_form_confirm .txt_input{
	display: none;
}
.mw_wp_form_confirm .txt_confirm{
	display: block;
}
.mw_wp_form_complete .txt_complete{
	text-align: center;
	margin: 50px 0 200px;
}

@media only screen and ( max-width : 767px ) {
	section .form dl{
		display: block;
	}
	section .form dt{
		width: 100%;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #CECECE;
		padding: 10px;
	}
	section .form dd{
		padding: 10px;
	}
	section .form .submit{
		padding: 30px 0 10px;
	}
	.mw_wp_form_complete .txt_complete{
		margin: 30px 0 50px;
	}
}
