@charset "shift_jis";
/* CSS Document */

/* main layout */
.l-knowledge {
	background-color: #EAF7FF;
	border: 1px solid #ceedff;
	padding:15px;
}
.l-knowledge .boxouter {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}
.bnr_l {
	text-align:center;
	font-weight:bold;
	font-size:1.25em;
	margin:10px auto;
}
.bnr_l img {
	margin:10px auto;
}
.l-knowledge .inner {
	display: flow-root;
}
.l-knowledge .inner .imgbox {
	float: right;
	padding-left: 0;
	width:200px;
}
@media screen and (min-width:768px) {
.l-knowledge .inner {
	margin:0 30px;
}
.l-knowledge .inner .imgbox {
	width:200px;
}
}
@media screen and (max-width:767px) {
.l-knowledge .inner {
	margin:0 15px;
}
.l-knowledge .inner .imgbox {
	width:25%;
}
.bnr_l img {
	width:90%;
}
}
/* ‰EƒJƒ‰ƒ€ */

.l-side_topics .inner ul li .txt {
	width: 100%;
}
/*  */
.l-knowledge h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
	margin: 3px 3px 0 3px;
	background:#148ccb;
}
.l-knowledge h3 {
	font-size: 16px;
	line-height: 1;
	background: url(img/subtitle.jpg) no-repeat;
}
.l-knowledge h3 .em01 {
	margin-right:5px;
}
@media screen and (min-width:768px) {
.l-knowledge h3 {
	margin-bottom: 13px;
	padding: 9px 0px 14px 15px;
}
}
@media screen and (max-width:767px) {
.l-knowledge h3 {
	height:41px;
	padding-left:15px;
	padding-bottom:15px;
	display: flex;
	align-items: center;
}
}
.em01 {
	color: #0171a0;
}
.em02 {
	color: #0171a0;
	font-weight: bold;
}
.em03 {
	font-weight: bold;
}
.textlink, .toplink {
	text-align:right;
}
.textlink a, .toplink a {
	padding-right:10px;
}
.toplink a {
	display:block;
	padding-bottom:10px;
}
.intro {
	margin: 10px 10px 0;
}
.bottom_txt {
	margin:10px auto;
}
/* header area */
.maintitle {
	background:#f7f7f7;
	display: flow-root;
}
@media screen and (min-width:768px) {
.maintitle .videocol {
	margin:0 auto;
}
.maintitle .videocol iframe {
	width: 100%;
	height: 390px;
}
.maintitle .textcol {
	width:98%;
	overflow: hidden;
	display: flex;
	margin:0 auto;
	padding: 10px 0;
}
.maintitle .textcol h1 {
	width: 300px;
	margin: 0 10px 0 0;
}
.maintitle .textcol h1 img {
	width:100%;
}
.maintitle .textcol .text_r {
	display:block;
	width:calc(100% - 200px);
	font-size:0.8em;
}
.maintitle .textcol .text_r .em03 {
	font-size:1.2em;
	margin-bottom:5px;
}
}
@media screen and (max-width:767px) {
.maintitle .videocol iframe {
	width:100%;
    height: 47.5vw;
}
.maintitle .textcol {
	width:100%;
	padding:10px;
}
.maintitle .textcol img {
	margin:0 auto;
}
}
/* header nav */
ul.navi {
	width:100%;
	overflow: hidden;
	margin-bottom:15px;
	display: flow-root;
}
ul.navi li {
	float: left;
	color: #fff;
	text-align:center;
}
@media screen and (min-width:768px) {
ul.navi {
	background: url(img/navi.jpg) no-repeat;
}
ul.navi li {
	height: 56px;
	width: 25%;
	padding-bottom:3px;
}
}
@media screen and (max-width:767px) {
ul.navi {
	background: #148ccb;
}
ul.navi li {
	border: #0072be 1px solid;
	height: 3.5em;
	width: 50%;
}
}
ul.navi li a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.navi li a:link, ul.navi li a:visited {
	color: #fff;
}
ul.navi li a:hover {
	color: #114159;
}
/* table */
.l-knowledge table {
	width:100%;
}
.l-knowledge table th.tableheader {
	font-weight: bold;
	background-color: #FEE7B5;
	text-align:center;
	border:dotted 1px #CCCCCC;
}
.l-knowledge table tr.odd {
	background-color: #FDF7E8;
}
.l-knowledge table tr.even {
	background-color: #f6f6f6;
}
.l-knowledge table td {
	padding:5px;
	border:dotted 1px #CCCCCC;
}
.td_01 {
	width:3%;
}
.td_02 {
	width:30%;
}
/* Q&A */
.l-knowledge .box05 {
	margin-bottom:25px;
}
.l-knowledge .box05 .inner dl {
	border: 1px solid #ccc;
	margin: 10px auto 0;
}
.l-knowledge .box05 .inner dt {
	margin: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	border-bottom: 1px dashed #ccc;
}
.l-knowledge .box05 .inner dd {
	margin: 20px;
	padding-left: 50px;
}
.l-knowledge .box05 .inner dl dd ul li {
	list-style: inside disc;
}
.l-knowledge .box05 .inner dt.qa1 {
	background: url(img/q1.jpg) no-repeat;
}
.l-knowledge .box05 .inner dd.qa1 {
	background: url(img/a1.jpg) no-repeat;
}
.l-knowledge .box05 .inner dt.qa2 {
	background: url(img/q2.jpg) no-repeat;
}
.l-knowledge .box05 .inner dd.qa2 {
	background: url(img/a2.jpg) no-repeat;
}
.l-knowledge .box05 .inner dt.qa3 {
	background: url(img/q3.jpg) no-repeat;
}
.l-knowledge .box05 .inner dd.qa3 {
	background: url(img/a3.jpg) no-repeat;
}
.l-knowledge .box05 .inner dt.qa4 {
	background: url(img/q4.jpg) no-repeat;
}
.l-knowledge .box05 .inner dd.qa4 {
	background: url(img/a4.jpg) no-repeat;
}
/* foam */
.bnr_info {
	text-align:center;
	font-weight:bold;
	font-size:1.25em;
	margin:10px auto;
}

.bnr_info a{
	display:block;
	width:90%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin: 10px auto;
	padding:10px;
    background: #ef6000;
	border-radius: 20px;
}