@charset "utf-8";

/*=====================================

en_common.css

=====================================*/

/*-------------------------------------
 layout
-------------------------------------*/
.fltL { float: left !important; }
.fltR { float: right !important; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.valignT { vertical-align: top !important; }
.valignM { vertical-align: middle !important; }
.valignB { vertical-align: bottom !important; }


.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clearfix {
	zoom:1;
	overflow:hidden;
}
.clear { clear: both; }

.forPC {
	display: inline-block;
}
.forSP {
	display: none;
}

#warning { 
	padding: 10px; 
	text-align: center;
	color: #F03;
}

/*-------------------------------------
 edit
-------------------------------------*/
.edit { margin-bottom: 20px; }
.edit ul { list-style: circle inside; padding-left: 5px; }
.edit ol { list-style: decimal inside; }
.edit ul, .edit ol {  }
.edit em { font-style: italic; }
.edit h2 em { font-style: normal; }
.edit img { max-width: 100%; } /* 20150717 */
.txtLead em { font-style: italic; }
.categoryLead em { font-style: italic; }
#contents .edit h2 { margin: 0; padding: 10px; }
#contents .edit h2.c-heading-2,
#contents .txtLead h2.c-heading-2 {
  padding: 10px 10px 10px 20px;
}
#contents .edit h2.c-heading-2::before,
#contents .txtLead h2.c-heading-2::before {
  width: auto;
  height: auto;
  position: relative;
  background: none;
}
#contents .edit h2.c-heading-2::after,
#contents .txtLead h2.c-heading-2::after {
  height: auto;
  width: auto;
  background: none;
  position: relative;
}
#contents .txtLead h2.c-heading-2 {
  margin: 0 0 20px 0;
}


/*-------------------------------------
 width/height
-------------------------------------*/
.w10 { width: 10px !important; }
.w20 { width: 20px !important; }
.w30 { width: 30px !important; }
.w40 { width: 40px !important; }
.w50 { width: 50px !important; }
.w60 { width: 60px !important; }
.w70 { width: 70px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w100 { width: 100px !important; }
.w110 { width: 110px !important; }
.w120 { width: 120px !important; }
.w130 { width: 130px !important; }
.w140 { width: 140px !important; }
.w150 { width: 150px !important; }
.w160 { width: 160px !important; }
.w170 { width: 170px !important; }
.w180 { width: 180px !important; }
.w190 { width: 190px !important; }
.w200 { width: 200px !important; }
.w210 { width: 210px !important; }
.w220 { width: 220px !important; }
.w230 { width: 230px !important; }
.w240 { width: 240px !important; }
.w250 { width: 250px !important; }
.w260 { width: 260px !important; }
.w270 { width: 270px !important; }
.w280 { width: 280px !important; }
.w290 { width: 290px !important; }
.w300 { width: 300px !important; }
.w310 { width: 310px !important; }
.w320 { width: 320px !important; }
.w330 { width: 330px !important; }
.w340 { width: 340px !important; }
.w350 { width: 350px !important; }
.w360 { width: 360px !important; }
.w370 { width: 370px !important; }
.w380 { width: 380px !important; }
.w390 { width: 390px !important; }
.w400 { width: 400px !important; }


/*-------------------------------------
 margin/padding
-------------------------------------*/
.mrgB5 { margin-bottom: 5px !important; }
.mrgB10 { margin-bottom: 10px !important; }
.mrgB15 { margin-bottom: 15px !important; }
.mrgB20 { margin-bottom: 20px !important; }
.mrgB25 { margin-bottom: 25px !important; }
.mrgB30 { margin-bottom: 30px !important; }
.mrgB35 { margin-bottom: 35px !important; }
.mrgB40 { margin-bottom: 40px !important; }
.mrgB45 { margin-bottom: 45px !important; }
.mrgB50 { margin-bottom: 50px !important; }
.mrgB60 { margin-bottom: 60px !important; }
.mrgB70 { margin-bottom: 70px !important; }
.mrgB80 { margin-bottom: 80px !important; }
.mrgT10 { margin-top: 10px !important; }

.mrgBm5 { margin-bottom: -5px !important; }

.pdgB5 { padding-bottom: 5px !important; }
.pdgB10 { padding-bottom: 10px !important; }
.pdgB15 { padding-bottom: 15px !important; }
.pdgB20 { padding-bottom: 20px !important; }
.pdgB25 { padding-bottom: 25px !important; }
.pdgB30 { padding-bottom: 30px !important; }
.pdgB35 { padding-bottom: 35px !important; }
.pdgB40 { padding-bottom: 40px !important; }
.pdgB45 { padding-bottom: 45px !important; }
.pdgB50 { padding-bottom: 50px !important; }


/*-------------------------------------
 text
-------------------------------------*/
.bold { font-weight: bold; }

.font10 { font-size: .62rem; }
.font11 { font-size: .68rem; }
.font12 { font-size: .75rem; }
.font13 { font-size: .81rem; }
.font14 { font-size: .87rem; }
.font15 { font-size: .93rem; }
.font16 { font-size: 1rem; }
.font17 { font-size: 1.06rem; }
.font18 { font-size: 1.12rem; }
.font19 { font-size: 1.18rem; }
.font20 { font-size: 1.24rem; }


.txtDate {
	clear: both;
	margin: 0 0 10px 0;
	color: #666;
	text-align: right;
}
.txtLead {
	clear: both;
	padding: 0 0 15px 0;
	font-weight: bold;
	font-size: 1rem;
}


/*-------------------------------------
 link
-------------------------------------*/
.ancLink01 {
	padding: 0 4px;
}
.ancLink01 li {
	float: left;
	margin: 0 0 7px 0;
	padding: 0 50px 0 16px;
	background: url(/content/400002187.png) no-repeat 0 10px;
}
.ancLink02 {
	padding: 0 4px;
}
.ancLink02 li {
	margin: 0 0 7px 0;
}
.ancLink02 li a {
	display: inline-block;
	padding: 0 0 0 16px;
	background: url(/content/400002187.png) no-repeat 0 10px;
}
.ancLink01:after,
.ancLink02:after {
	clear: both;
	display: block;
	content: "";
}

.arwLink01 {
	clear: both;
	margin: 0 0 25px 0;
}
body#why_U .arwLink01 {
	clear: both;
	margin: 0 0 25px 40px;
}
.arwLink01 li {
	padding: 0 0 7px 33px;
	background: url(/content/400002143.png) no-repeat 8px 8px;
}
.arwLink01 .icnBlank {
	background: url(/content/400002188.png) no-repeat 4px 5px;
}
.arwLink01 .icnPdf {
	background: url(/content/400002189.png) no-repeat 0 2px;
}
.arwLink01 .icnWord {
	background: url(/content/400002190.png) no-repeat 0 2px;
}
.arwLink01 .icnExcel {
	background: url(/content/400002191.png) no-repeat 0 2px;
}
.arwLink01 .icnMovie {
	background: url(/content/400002192.png) no-repeat 0 2px;
}
.arwLink01 .icnPpt {
	background: url(/content/400018529.png) no-repeat 0 2px;
}

.arwLink02 li {
	clear: both;
	padding: 0 0 7px 14px;
	background: url(/content/400002143.png) no-repeat 0 8px;
	overflow: hidden;
}
.SitemapArea h2 a:link,
.SitemapArea h2 a:hover,
.SitemapArea h2 a:visited {
	color: #fff;
}
.SitemapArea .column {
	margin-bottom: 30px;
}
.SitemapArea ul.level4 li{
	margin: 0 0 0 10px;
	padding: 0 0 7px 10px;
	background: url(/content/400002143.png) no-repeat 0 8px;
	font-weight: bold;
}
.SitemapArea ul.level4 li.listBox {
	font-weight: normal;
	padding: 10px 0 0 15px;
	border: none;
	background: none;
}
.SitemapArea ul.level4 ul.arwLink02 li {
	margin: 0 0 10px 5px;
	padding-top: 0;
	font-weight: normal;
	border: none;
}

.infoLink01 li {
	clear: both;
	padding: 0 0 7px 0;
	overflow: hidden;
}
.infoLink01 li .infoDate {
	float: left;
	padding: 0 17px 0 0;
	width: 175px;
}
.infoLink01 li .infoText {
	display: block;
	padding: 0 0 0 14px;
	background: url(/content/400002143.png) no-repeat 0 8px;
	overflow: hidden;
}

.arwLink02 li .infoPic,
.infoLink01 li .infoPic {
	float: right;
	padding: 0 0 0 5px;
}
.arwLink02 li .infoPic img,
.infoLink01 li .infoPic img {
	width: 100px;
}


/*-------------------------------------
 image
-------------------------------------*/
.imgL {
	float: left;
	padding: 5px 30px 10px 0;
}
.imgR {
	float: right;
	padding: 5px 0 10px 30px;
}
.imgC {
	padding: 10px 0 20px 0;
	text-align: center;
}
.imgC p {
	display: inline-block;
}
.imgList01 {
	clear: both;
	width: 100%;
	text-align: center;
}
.imgList01 li {
	display: inline-block;
	text-align: center;
	max-width: 33%;
	vertical-align: top;
}
.imgList01 li img {
	max-width: 375px;
}
.imgList01 li p {
	padding: 0 5px 20px 5px;
}
.imgList01 li figure.adjust {
	margin: 0 !important;
	padding: 0 5px 20px 5px;
}

.imgL img,
.imgR img,
.imgC img,
.imgList01 li img {
	max-width: 100%;
}
.imgL p,
.imgR p,
.imgC p,
.imgList01 li p {
	margin: 0 !important;
}
.imgL .caption,
.imgR .caption,
.imgC .caption,
.imgList01 li .caption {
	display: block;
	padding: 0 11px;
	text-align: left;
	border: 1px solid #d7d7d7;
	background: #f9f9f9;
	/*max-width: 351px;*/
	margin: 0 auto;
	box-sizing: border-box;
}


/*-------------------------------------
 table
-------------------------------------*/
.nmlTbl01,
.nmlTbl02,
.nmlTbl03 {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #d0d0d0;
}
.nmlTbl01 th,
.nmlTbl02 th,
.nmlTbl03 th {
	padding: 8px 13px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	/*word-break: break-all;*/
	border: 1px solid #d0d0d0;
	background: #4593d1;
}
.nmlTbl01 td,
.nmlTbl02 td,
.nmlTbl03 td {
	padding: 8px 13px;
	/*word-break: break-all;*/
	border: 1px solid #d0d0d0;
	background: #fff;
}
.nmlTbl02 th {
	width: 200px;
}
.nmlTbl03 dl dd {
	padding: 0 0 0 1em;
}
.nmlTbl02 .arwLink01,
.nmlTbl03 .arwLink01 {
	margin: 0;
}
.nmlTbl03.forPC {
	display: table;
}
.nmlTbl03.forSP {
	display: none;
}



/*-------------------------------------
 box
-------------------------------------*/
.ancBox {
	margin: 0 0 40px 0;
	padding: 30px 0 23px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.listBox {
	margin: 0 0 40px 0;
	padding: 25px 0 18px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.relatedBox {
	margin: 0 -10px 40px -10px;
	background: #2b76bc;
	overflow: hidden;
}
.relatedBox .boxTitle {
	float: left;
	padding: 16px 20px 5px 20px;
	color: #fff;
	font-weight: bold;
}
.relatedBox .boxDetail ul {
	padding: 14px 0 14px 20px;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background: #fff;
	overflow: hidden;
}
.relatedBox .boxDetail ul li {
	float: left;
	padding: 0 20px 6px 15px;
	background: url(/content/400002143.png) no-repeat 0 8px;
}
.relatedBox .boxDetail ul .icnBlank {
	padding: 0 20px 6px 20px;
	background: url(/content/400002188.png) no-repeat 0 5px;
}
.relatedBox .boxDetail ul .icnPdf {
	padding: 0 20px 6px 25px;
	background: url(/content/400002189.png) no-repeat 0 2px;
}
.relatedBox .boxDetail ul .icnWord {
	padding: 0 20px 6px 25px;
	background: url(/content/400002190.png) no-repeat 0 2px;
}
.relatedBox .boxDetail ul .icnExcel {
	padding: 0 20px 6px 25px;
	background: url(/content/400002191.png) no-repeat 0 2px;
}
.relatedBox .boxDetail ul .icnMovie {
	padding: 0 20px 6px 25px;
	background: url(/content/400002192.png) no-repeat 0 2px;
}
.relatedBox .boxDetail ul .icnPpt {
	padding: 0 20px 6px 25px;
	background: url(/content/400018529.png) no-repeat 0 2px;
}

.imgBox01 {
	clear: both;
	margin: 0 0 40px 0;
	border: 1px solid #d7d7d7;
	background: #f9f9f9;
	overflow: hidden;
}
.imgBox01 .boxPic {
	float: left;
	margin: 0 20px 0 0;
}
.imgBox01 .boxDetail {
	padding: 15px 20px;
}
.imgBox01 .boxLink {
	text-align: right;
}
.imgBox01 .boxLink a {
	padding: 0 0 0 13px;
	color: #000;
	background: url(/content/400002143.png) no-repeat 0 6px;
}
.imgBox01 .boxLink.icnBlank a {
	padding: 0 0 4px 25px;
	background: url(/content/400002188.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnPdf a {
	padding: 0 0 4px 25px;
	background: url(/content/400002189.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnWord a {
	padding: 0 0 4px 25px;
	background: url(/content/400002190.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnExcel a {
	padding: 0 0 4px 25px;
	background: url(/content/400002191.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnMovie a {
	padding: 0 0 4px 25px;
	background: url(/content/400002192.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnPpt a {
	padding: 0 0 4px 25px;
	background: url(/content/400018529.png) no-repeat 0 0;
}





/* 
==========================================================================*/

@media screen and (max-width: 680px) {

.forPC {
	display: none;
}
.forSP {
	display: inline-block;
}


/*-------------------------------------
 text
-------------------------------------*/
.txtDate {
	margin: 0 0 5px 0;
	font-size: .62rem;
}
.txtLead {
	padding: 0;
}


/*-------------------------------------
 link
-------------------------------------*/
.ancLink01,
.ancLink02 {
	padding: 0;
}
.ancLink01 li,
.ancLink02 li {
	float: none;
	margin: 0;
	padding: 0;
	background: none;
}
.ancLink01 li a,
.ancLink02 li a {
	display: block;
	padding: 5px 20px 5px 17px;
	border-bottom: 1px solid #d7d7d7;
	background: url(/content/400002193.png) no-repeat 2px 15px;
	background-size: 8px 4px;
}

.arwLink01 {
	margin: 0 0 20px 0;
}
.arwLink01 li {
	padding: 0 0 6px 23px;
	background: url(/content/400002144.png) no-repeat 6px 8px;
	background-size: 4px 7px;
}
.arwLink01 .icnBlank {
	background: url(/content/400002194.png) no-repeat 2px 7px;
	background-size: 12px 12px;
	/*word-break: break-all;*/
}
.arwLink01 .icnPdf {
	background: url(/content/400002195.png) no-repeat 0 4px;
	background-size: 15px 15px;
}
.arwLink01 .icnWord {
	background: url(/content/400002196.png) no-repeat 0 4px;
	background-size: 15px 15px;
}
.arwLink01 .icnExcel {
	background: url(/content/400002197.png) no-repeat 0 4px;
	background-size: 15px 15px;
}
.arwLink01 .icnMovie {
	background: url(/content/400002198.png) no-repeat 0 4px;
	background-size: 15px 15px;
}
.arwLink01 .icnPpt {
	background: url(/content/400018852.png) no-repeat 0 4px;
	background-size: 15px 15px;
}

.arwLink02 li {
	padding: 0 0 10px 10px;
	background: url(/content/400002144.png) no-repeat 0 8px;
	background-size: 4px 7px;
}

.infoLink01 li {
	clear: both;
	padding: 0 0 10px 0;
	overflow: hidden;
}
.infoLink01 li .infoDate {
	display: block;
	float: none;
	padding: 0;
	font-size: .75rem;
}
.infoLink01 li .infoText {
	display: block;
	padding: 0 0 0 10px;
	background: url(/content/400002144.png) no-repeat 0 8px;
	background-size: 4px 7px;
}

.arwLink02 li .infoPic {
	float: right;
	padding: 0 0 0 5px;
}
.infoLink01 li .infoPic {
	float: right;
	padding: 25px 0 0 5px;
}

/*-------------------------------------
 image
-------------------------------------*/
.imgL,
.imgR {
	float: none;
	padding: 10px 0 20px 0;
	text-align: center;
}
.imgL p,
.imgR p {
	display: inline-block;
	max-width: 100%;
}
.imgC p {
	max-width: 100%;
}
.imgList01 {
	margin: 0;
}
.imgList01 li {
	/*display: block;
	width: 100%;*/
	margin: 0 auto;
	max-width: 100%;
}
.imgList01 li p {
	max-width: 100%;
	padding: 0 0 25px 0;
}
.imgL .caption,
.imgR .caption,
.imgC .caption,
.imgList01 li .caption {
	padding: 5px 9px;
	font-size: .75rem;
	line-height: 1.4;
	text-align: left;
}


/*-------------------------------------
 table
-------------------------------------*/
.nmlTbl01,
.nmlTbl03 {
	line-height: 1.4;
}
.nmlTbl01 th,
.nmlTbl03 th {
	padding: 6px 8px;
}
.nmlTbl03 th {
	font-size: 80%;
}
.nmlTbl01 td,
.nmlTbl03 td {
	padding: 6px 8px;
}
.nmlTbl03 td {
	font-size: 80%;
}
.nmlTbl02 th {
	display: block;
	width: 100%;
	padding: 5px 0;
	text-indent: 10px;
	border: none;
}
.nmlTbl02 td {
	display: block;
	width: auto;
	padding: 15px;
	border: none;
}

.nmlTbl03.forPC {
	display: none;
}
.nmlTbl03.forSP {
	display: table;
}



/*-------------------------------------
 box
-------------------------------------*/
.ancBox {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: none;
}

.listBox {
	margin: 0 0 20px 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}


.relatedBox {
	margin: 0 0 30px 0;
	border: 1px solid #d7d7d7;
}
.relatedBox .boxTitle {
	float: none;
	padding: 4px 9px;
	border-bottom: 1px solid #d7d7d7;
}
.relatedBox .boxDetail ul {
	padding: 10px;
	border: none;
	background: #fff;
	overflow: hidden;
}
.relatedBox .boxDetail ul li {
	float: none;
	padding: 0 0 7px 15px;
	background: url(/content/400002144.png) no-repeat 0 8px;
	background-size: 4px 7px;
}
.relatedBox .boxDetail ul .icnBlank {
	padding: 0 0 7px 20px;
	background: url(/content/400002194.png) no-repeat 0 7px;
	background-size: 12px 12px;
}
.relatedBox .boxDetail ul .icnPdf {
	padding: 0 0 7px 20px;
	background: url(/content/400002195.png) no-repeat 0 4px;
	background-size: 15px 15px;
}
.relatedBox .boxDetail ul .icnWord {
	padding: 0 0 7px 20px;
	background: url(/content/400002196.png) no-repeat 0 4px;
	background-size: 15px 15px;
}
.relatedBox .boxDetail ul .icnExcel {
	padding: 0 0 7px 20px;
	background: url(/content/400002197.png) no-repeat 0 4px;
	background-size: 15px 15px;
}
.relatedBox .boxDetail ul .icnMovie {
	padding: 0 0 7px 20px;
	background: url(/content/400002198.png) no-repeat 0 4px;
	background-size: 15px 15px;
}
.relatedBox .boxDetail ul .icnPpt {
	padding: 0 0 7px 20px;
	background: url(/content/400018852.png) no-repeat 0 4px;
	background-size: 15px 15px;
}

.imgBox01 {
	clear: both;
	min-height: inherit;
	margin: 0 auto 40px auto;
	border: none;
	background: none;
	overflow: hidden;
}
.imgBox01 .boxPic {
	float: none;
	margin: 0;
	text-align: center;
}
.imgBox01 .boxPic img {
	max-width: 100%;
}
.imgBox01 .boxDetail {
	padding: 10px 0;
}
.imgBox01 .boxLink {
	text-align: right;
}
.imgBox01 .boxLink a {
	padding: 0 0 0 13px;
	color: #000;
	background: url(/content/400002144.png) no-repeat 0 6px;
	background-size: 4px 7px;
}
.imgBox01 .boxLink.icnBlank a {
	padding: 0 0 4px 25px;
	background: url(/content/400002188.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnPdf a {
	padding: 0 0 4px 25px;
	background: url(/content/400002189.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnWord a {
	padding: 0 0 4px 25px;
	background: url(/content/400002190.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnExcel a {
	padding: 0 0 4px 25px;
	background: url(/content/400002191.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnMovie a {
	padding: 0 0 4px 25px;
	background: url(/content/400002192.png) no-repeat 0 0;
}
.imgBox01 .boxLink.icnPpt a {
	padding: 0 0 4px 25px;
	background: url(/content/400018529.png) no-repeat 0 0;
}

}



/* 202407 */
#form header a{
  color:#000;
}
#form #headerLogo img{
  margin:0 auto;
}
#form .l-header__link-item a::before{
  background: url("/content/100074618.png") 50% no-repeat;
}
#form footer{
  background: #fff;
}
@media screen and (min-width: 980px) {
  #form #wrapper header{
    height: 160px !important;
  }
}