@charset "utf-8";
/*#################################################################################
	pageTtl
#################################################################################*/
#wrap.top{
	padding: 0;
	background-color: #f2f2f2;
}
#pageTtlArea.pageTtlImg{
	background: url("../images/index_main_bg.jpg")center center/cover;
	height: 286px;
	/* margin-bottom: 37px; */
	/* box-shadow: 0 2px 8px #ccc; */
}
/*#pageTtlArea #pageTtlBox{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 40px 0;
	box-sizing: border-box;
}*/
#pageTtlArea #pageTtlBox>div:first-child{
	max-width: 490px;
	width: 100%;
}
#pageTtlArea #pageTtlBox #pageTtl{

/*	display: flex;
	align-items: flex-end;
	margin-bottom: 35px;
	*/
}
/*#pageTtlArea #pageTtlBox #pageTtl span{display:block;}
#pageTtlArea #pageTtlBox #pageTtl span:first-child{margin-right: 20px;}
#pageTtlArea #pageTtlBox #pageTtl span:last-child{margin-bottom: 10px;}
#pageTtlArea #pageTtlBox #pageTtl img{width: 100%;}
#pageTtlArea #pageTtlBox #pageTtlAc{
	font-size: 18px;
	background: url("../images/index_main_brackets.png") no-repeat;
	background-size: 328px 120px;
	width: 328px;
	height: 120px;
	padding: 20px 60px;
	box-sizing: border-box;
	text-align: left;
}
#pageTtlArea #pageTtlBox #pageTtlAc li + li{margin-top: 10px;}
*/
/* top-col-2
------------------------------------------------------------------------*/
.top-col-2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 58px;
}
.top-col-2>*{
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: 20px;
}
.top-col-2>*{width:calc((99.9999% - 20px) / 2);}
.top-col-2>*:nth-child(2n+1){margin-left:0;}
.top-col-2>*:nth-child(-n+2){margin-top:0;}
.top-col-2>* a{
	position: relative;
	display: block;
}
.top-col-2>* a img{width: 100%;}

.top-col-2>* .top-message-text{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	padding: 0 37px 0;
	box-sizing: border-box;
	text-align: left;
}
.top-col-2>* .top-message-text.right{right: 0;}
.top-col-2>* .top-message-text h3{
	font-size: 26px;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	margin-bottom: .5em;
}
@media screen and (min-width:960px) and (max-width:1280px){
.top-col-2>* .top-message-text h3{font-size:	calc(16px + ((1vw - 9.6px) * 2.94118));}
}


/* top-col-3
------------------------------------------------------------------------*/
.top-col-3{
	display: flex;
	flex-wrap: wrap;
	margin-top: 58px;
}
.top-col-3>.top-col-3-item{
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}
.top-col-3>*{width:calc((99.9999% - 40px) / 3);}
.top-col-3>*:nth-child(3n+1){margin-left:0;}
.top-col-3>*:nth-child(-n+3){margin-top:0;}
.top-col-3>.top-col-3-item a{
	display: block;
	background: #fff;
	box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
  transition: all .3s;
}
.top-col-3>.top-col-3-item a img{width: 100%;}
.top-col-3>.top-col-3-item .top-col-3-ttl-box{
	padding: 10px;
	box-sizing: border-box;
}
.top-col-3>.top-col-3-item .top-col-3-ttl-box h3{
	font-size: 22px;
	line-height: 1.4;
	font-weight: 500;
	color: #0075c2;
	position: relative;
}
.top-col-3>.top-col-3-item a>p{
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	color: #5c6366;
	padding: 10px;
	box-sizing: border-box;
}
.top-col-3>.top-col-3-item .top-col-3-ttl-box>p{
	font-size: 19px;
	color: #5c6366;
}
/* top-col-flex
------------------------------------------------------------------------*/
.top-col-flex{
	display: flex;
	margin-top: 60px;
}
.top-col-flex>.top-col-flex-item{width:calc((99.9999%) / 3);}
.top-col-flex>.top-col-flex-item .block{
	display: block;
	position: relative;
}
.top-col-flex>.top-col-flex-item .block img{width: 100%;}
.top-col-flex>.top-col-flex-item .block .text-box01{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
.top-col-flex>.top-col-flex-item .block p{
	font-size: 16px;
	font-weight: 500;
	color: #5c6366;
}
.top-col-flex>.top-col-flex-item .block .link-arw{
	display: inline-block;
	font-size: 22px;
	color: #0075c2;
}
.top-col-flex>.top-col-flex-item .block .text-box02{
	position: absolute;
	bottom: 10px;
	left:10px;
	box-sizing: border-box;
}
.top-col-flex>.top-col-flex-item .block .text-box02 p{
	font-weight: normal;
	color: #fff!important;
	margin-top: 0!important;
}
.top-col-flex>.top-col-flex-item .block .text-box02 p.profile{font-size: 13px;}

/* pdf-index-box
------------------------------------------------------------------------*/
.pdf-index-box{
	background: #fff;
	box-sizing: border-box;
	padding: 30px 50px;
	margin-top: 120px;
}
.pdf-index-box .link-btn-pdf{margin: 0 auto 40px;}
.pdf-index-box .link-arw a{
	font-size: 16px;
	font-weight: 500;
	color:#5c6366;
}
.pdf-index-box .list-circle + .link-arw{margin-top:30px;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:959px){

/*#################################################################################
	pageTtl
#################################################################################*/
#pageTtlArea.pageTtlImg{
	background: url("../images/index_main_bg_sp.jpg")center center/cover;
	height: auto;
	margin-top: 60px;
	margin-bottom: 37px;
}
#pageTtlArea #pageTtlBox{
	display: block;
	width: 100%;
	min-height: 510px;
	padding: 40px 0;
	box-sizing: border-box;
}
#pageTtlArea #pageTtlBox>div{
	margin: 0 auto;
	text-align: center;
}
#pageTtlArea #pageTtlBox>div:first-child{max-width: inherit;}
#pageTtlArea #pageTtlBox #pageTtl{
	max-width: 200px;
	display: block;
	margin: 0 auto 40px;
}
#pageTtlArea #pageTtlBox #pageTtl span{display:block;}
#pageTtlArea #pageTtlBox #pageTtl span:first-child{margin: 0 0 10px 0;}
#pageTtlArea #pageTtlBox #pageTtl span:last-child{margin-bottom: 10px;}
#pageTtlArea #pageTtlBox #pageTtlAc{margin: 0 auto;}
#pageTtlArea #pageTtlBox #pageTtlAc li + li{margin-top: 10px;}

/* top-col-2
------------------------------------------------------------------------*/
.top-col-2{
	display: block;
	margin-top: 58px;
	margin-left: -4%;
	margin-right: -4%;
}
.top-col-2>*{
	margin-top: 30px;
	margin-left: 0;
	background: #fff;
}
.top-col-2>*{width:100%;}
.top-col-2>*:nth-child(-n+2){margin-top:30px;}
.top-col-2>* a{
	display: flex;
	flex-direction: column;
	position: static;
	padding-bottom: 30px;
}
.top-col-2>* a>figure{order: 1;}
.top-col-2>* a>.top-message-box{	}
.top-col-2>* .top-message-text{
	order: 2;
	position: static;
	top:inherit;
	transform: none;
	padding: 0 50px 0;
}

.top-col-2>* .top-message-text.right{right: 0;}
.top-col-2>* .top-message-text h3{
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}
.top-col-2>* .top-message-text .top-message-lead{
	font-size: 20px;
	min-height: inherit;
}
.top-col-2>* .top-message-text .top-message-title,
.top-col-2>* .top-message-text .top-message-name{
	display: inline-block;
	margin-top: 1.6rem!important;
}
/* top-col-3
------------------------------------------------------------------------*/
.top-col-3{
	display: block;
	margin-top: 30px;
}
.top-col-3>.top-col-3-item{
	margin-top: 30px;
	margin-left: 0;
}
.top-col-3>*{width:100%;}
.top-col-3>*:nth-child(-n+3){margin-top:30px;}
.top-col-3>.top-col-3-item .top-col-3-ttl-box h3{font-size: 20px;}
.top-col-3>.top-col-3-item a>p{font-size: 16px;}
.top-col-3>.top-col-3-item .top-col-3-ttl-box>p{font-size: 16px;}

/* top-col-flex
------------------------------------------------------------------------*/
.top-col-flex{
	flex-wrap: wrap;
	margin-top: 40px;
}
.top-col-flex>.top-col-flex-item{width:calc((99.9999%) / 2);}
.top-col-flex>.top-col-flex-item:first-child{
	/*order: 3;*/
	width: 100%;
}
.top-col-flex>.top-col-flex-item .block .text-box01{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
.top-col-flex>.top-col-flex-item .block .text-box02{
	position: static;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	min-height: 100px;
}
.top-col-flex>.top-col-flex-item .block .text-box02 p{
	color: #606060!important;
	text-align: center;
}
.top-col-flex>.top-col-flex-item .block .text-box02 p.profile{font-size: 13px;}
}

/*202208*/

#wrap div,#wrap h1,#wrap h2,#wrap p, #wrap ul,#wrap li,#wrap a,#wrap span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a:link .inner {
	color: #333 !important;
}
a:visited .inner {
	color: #333 !important;
}
a:hover .inner {
	color: #333 !important;
}
a:active .inner {
	color: #333 !important;
}
a:link h3 {
	color: #1374c1;
}
a:visited h3 {
	color: #1374c1;
}
#wrap a:hover > div {
	opacity: 0.7;
}
a.btn_pdf1:hover,
a.btn_pdf2:hover,
a.btn_anc1:hover,
a.btn_link1:hover,
a.btn_link2:hover,
.link-arw a:hover {
	opacity: 0.7;
}
.anc_list ul li a:hover {
	opacity: 0.7;
}
.pagetitle {
	background: url("../images/index_main_bg.jpg")center center/cover;
	width: 100%;
	height: 286px;
	padding: 0 50px;
}
.pagetitle > .inner1300 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	height: 286px;
	position: relative !important;
}
.inner1300 {
	width: calc(100% - 60px);
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
.inner1020,
.inner1020_common {
	width: calc(100% - 60px);
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}
.inner1020.mb100 {
	margin-bottom:100px;
}
.inner1300 h1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inner1300 h1 > img {
	width: 100%;
}
.link_list {
	background: #e0eef7;
	padding: 35px 0;
}
ul.between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -20px;
	font-size: 16px;
	font-weight: 500;
}
ul.between2 {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
ul.between2 li {
	margin: 0 auto;
}
ul.center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -20px;
	font-size: 16px;
	font-weight: 500;
}
ul.col2 > li {
	width: 48.0%;
	margin-top: 20px;
}
ul.col2.between2 > li {
	margin-top: 0;
}
ul.col2.between2 > li.relate {
	margin-top: 10px;
	margin-bottom: 40px;
}
a.btn_pdf1 {
	display: block;
	text-align: center;
	background: #fff url(../shared/images/icon_pdf.png) no-repeat 12px center/30px;
	height: 60px;
	color: #0075c2;
	font-size: 16px;
	line-height:1.375;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
a.btn_pdf2 {
	display: block;
	text-align: center;
	background: #0075c2 url(../shared/images/icon_pdf_w.png) no-repeat 12px center/30px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	line-height: 1.375;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
a.btn_link1 {
	display: block;
	text-align: center;
	background: #387089 url(../shared/images/arrow03.png) no-repeat calc(100% - 15px) center/10px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	line-height:1.375;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
a.btn_link2 {
	display: block;
	text-align: center;
	background: #fff url(../shared/images/arrow01.png) no-repeat calc(100% - 15px) center/10px;
	border: 2px solid #0075c2;
	height: 70px;
	color: #0075c2;
	font-size: 16px;
	line-height:1.375;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
a.btn_link1.blue {
	background-color: #0075c2;
}

a.btn_anc1 {
	display: block;
	text-align: center;
	background: url(../shared/images/arrow_ac03.png) no-repeat 20px center/30px;
	background-color: #0075c2;
	height: 50px;
	color: #fff;
	font-size: 16px;
	line-height:1.375;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
/*	border: solid 1px #fff;*/
}
a.btn_anc1.type2 {
	background: url(../shared/images/arrow_ac07.png) no-repeat 20px center/30px;
	background-color: #0075c2;
}
a.btn_pdf1 span,
a.btn_pdf2 span,
a.btn_link1 span,
a.btn_link2 span,
a.btn_anc1 span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
}
li.relate {position:relative;margin-top:60px;}
li.relate:before {
	position: absolute;
	content: "関連リンク";
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-30px);
	font-weight: 400;
}
ul.link-btn-ac1 {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
ul.link-btn-ac1 li {
	width:31.57%;
	position: relative;
}
ul.link-btn-ac1 li:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: url(../shared/images/bg_rainbow1.png) repeat-y;
	background-size: 100%;
}
ul.link-btn-ac1 li a {
	display: block;
	position: relative;
	background: url(../shared/images/arrow_ac04.png) no-repeat left 20px/30px;
	min-height: 65px;
	padding-bottom: 15px;
}
ul.link-btn-ac1 li:hover {
	opacity: 0.7;
}
ul.link-btn-ac1 li a span{
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	text-align: left;
	line-height:1.4;
}
.ttl-h2_1 {
	color: #222222;
	padding-bottom: 30px;
	font-size: 32px;
	background: url(../shared/images/bg_rainbow2.png) no-repeat center bottom/100px;
	text-align: center;
	font-weight: 500;
	margin-top: 100px;
	margin-bottom: 30px;
}
.ttl-h2_2 {
	color: #222222;
	padding-bottom: 30px;
	font-size: 32px;
	background: url(../shared/images/bg_rainbow2.png) no-repeat center bottom/100px;
	text-align: center;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 30px;
}
p.middleInner2 {
	max-width: 1020px;
	margin: 0 auto 0;
	text-align: center;
	line-height: 1.7;
}
.ceo_img, .ceo_txt {
	width: 50%;
	position: relative;
}
.ceo_txt {
	padding: 0 45px;
}
h3.link-arw2 > span {
	padding-right: 20px;
	background: url(../shared/images/arrow01.png) no-repeat right center/8px;

}
h3.link-arw2 > span.pdf {
	padding-right: 0;
	padding-left: 32px;
	background: url(../shared/images/icon_pdf.png) no-repeat left center/24px;
}
p.top-message-lead2 {
	font-size: 1.8vw;
	line-height: 1.8;
	color: #222222;
	margin-top: 5%;
	padding-left: 7%;
	font-weight: 500;
}
p.top-message-title {
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	margin-top: 1.6rem !important;
}
p.top-message-name {
	font-size: 20px;
	color: #222;
	margin-top: 1em !important;
}
p.top-message-txt {
	font-size: 16px;
	line-height: 2.0;
	color: #222;
	margin-top: 1em;
}
div.bg_w {
	width:100%;
	background-color: #fff;
	padding: 70px 0 100px;
}
div.bg_b {
	background-color: #e0eef7;
	padding: 40px 37px;
}
div.bg_b2 {
	background-color: #e0eef7;
	padding: 65px 0;
}
h2.pdf_index {
	width: 100%;
	height:30px;
	overflow: hidden;
	text-align: left;
}
h2.pdf_index img {
	width: 944px;
}

/*flex_parts*/
.flex_01 h3,
.flex_02 h3,
.flex_03 h3,
.flex_07 h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.flex_01 img,
.flex_02 img,
.flex_03 img,
.flex_04 img {
	width: 100%;
	max-width: 100%;
}
.flex_01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	margin: 40px auto 0;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.flex_02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: left;
}
.flex_02 li {
	width: 31.3%;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
	position: relative;
	margin-top: 40px;
}
.flex_02 li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
}
.flex_02_others {
	width: 82.35%;
	margin: 25px auto 0;
	text-align: left;
	padding-bottom:30px;
}
.flex_02_base .inner_margin {
	margin-left: 25px;
}
.flex_03 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.flex_03 li {
	width: 48.46%;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
	position: relative;
	margin-top: 40px;
}
.flex04 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 612px;
	margin: 18px auto 0;
}
.flex04 div:nth-child(1) {
	width: 143px;
}
.flex04 div:nth-child(2) {
	width: 410px;
}
.flex04 div:nth-child(1) > img {
	max-width: 100%;
}
.flex05 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 35px auto 0;
	text-align: left;
}
.flex05 p {
	margin-bottom: 15px;
	font-weight: 500;
}
.flex05 p a {
	color: #1374c1;
	padding-left: 30px;
}
.flex05 > li {
	width: 48.0%;
}
.flex05 > li > ul {
	margin-left: 30px;
	margin-bottom: 20px;
	font-size :14px;
	line-height:1.5;
	color: #1f2324;
}
.flex05 > li > ul li {
	margin-bottom: 8px;
}
.flex_06 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	text-align: left;
}
.flex_07 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: left;
}
.flex_07 li {
	width: 48.46%;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
	position: relative;
	margin-top: 40px;
}
.base_img {
	width: 51.58%
}
.base_img img {
	width: 100%
}
.flex_02_base{
	width: 45%;
}


.ceo_message .inner {
	position: absolute;
	right: 0;
	width: 40%;
	top: 50%;
	transform: translateY(-50%);
}
.coo_message .inner {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.ceo_message h3,
.coo_message h3 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	margin-bottom: .5em;
}
h3.no_deco {
	text-align: center;
	font-size: 20px;
	margin: 80px auto 30px;
}
.pb00 {padding-bottom: 0 !important;}
.pl_1em {padding-left: 1em;}
.for_pc {display: block !important;}
.for_sp {display: none !important;}

@media screen and (max-width: 1280px) and (min-width: 960px) {
.ceo_message h3,
.coo_message h3 {
	font-size: calc(16px + ((1vw - 9.6px) * 2.8));
}
.flex_02_base h3.link-arw2 {
	font-size: calc(16px + ((1vw - 9.6px) * 2.0));
}
}

.top-message-title {
	font-size: 13px;
	line-height: 1.2;
	color: #222;
	margin-top: 1.6rem !important;
}
.top-message-lead{
	font-size: 16px;
	color: #5c6366!important;
	font-weight: 500;
	min-height: 120px;
}
.top-message-lead span{
	padding: 0;
	border-bottom: 2px solid #00c2df;
	font-weight: 700;
}
.top-message-title{
	font-size: 13px;
	line-height: 1.2;
	color: #222;
	margin-top: 1.6rem !important;
}
.top-message-name{
	font-size: 16px;
	color: #222;
	margin-top: 0 !important;
}

/*common*/

h1.common {
	height: 70px;
	font-size: 24px;
	font-weight: 700;
	background-color: #fff;
	position: relative;
}
h1.common span {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 95%;
	text-align: left;
}
.top_img {
	height: 350px;
	position: relative;
	background-color: #eff4f7;
}
.top_photo {
	width: calc(50% + 250px);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.top_photo.ceo {
	background: url(../images/bg_ceo.jpg) no-repeat center top;
}
.top_photo.gov {
	background: url(../images/bg_gov.jpg) no-repeat center top;
}
.top_photo.cfo {
	background: url(../images/bg_cfo.jpg) no-repeat center top;
}
.top_photo.cdxo {
	background: url(../images/bg_cdxo.jpg) no-repeat center top;
}
.top_photo.esg {
	background: url(../images/bg_esg.jpg) no-repeat center top;
}
.top_photo.dir {
	background: url(../images/bg_dir.jpg) no-repeat center top;
}
.top_txt {
	max-width: 650px;
	width: 48%;
	height: 280px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	opacity: 0.95;
}
.top_txt_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.top_txt_inner > p,
.top_txt_inner > div {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	font-size: 14px;
}
.top_txt p img {
	vertical-align: middle;
}
.top_txt p span {
	font-size: 28px;
	font-weight: 500;
	line-height: 50px;
}
.top_txt p span.shimei {line-height:1.4;}
.top_txt_inner > div p.title {
	font-size: 28px;
	font-weight: 500;
	line-height: 50px;
}
.top_txt_inner > div p.position {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 20px;
}
.top_txt_inner > div p.name {
	font-size: 28px;
	font-weight: 500;
	line-height: 50px;
}
.anc_list {
	background-color: #eff4f7;
	padding: 30px 0;
}
.anc_list ul {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
	text-align: left;
}
.anc_list ul li {
	border-bottom: 1px solid #5d6266;
	min-height: 47px;
	line-height: 1.5;
	position: relative;
	padding: 15px 0;
}
.anc_list ul li a {
	display: block;
	background: url(../shared/images/arrow_ac05.png) no-repeat 8px center;
	padding: 5px 20px 5px 40px;
	color: #1f2324;
}
.common_unit {
	padding-bottom: 100px;
}
.common_unit.last_unit {
	padding-bottom: 0;
}
.common_h2 {
	background: url(../shared/images/bg_h2_common.png) no-repeat left top;
	font-size: 24px;
	padding: 18px 0 20px;
	text-align: left;
	font-weight: 500;
	line-height: 1.6;
}
.common_p {
	font-size: 16px;
	line-height: 1.875;
	text-align: left;
	margin-bottom: 45px;
}
.common_p.m00 {
	margin: 0 !important;
}
.common_p span.medium {
	font-weight: 500;
	margin: 0;
}
.common_p span.bold {
	font-weight: 700;
	margin: 0;
}
.common_p span.fc_b {
	color: #1374c1;
}
.common_p span.fs_l {
	font-size: 24px;
}
.img_100p {
	text-align: center;
}
.img_100p.mb60 {
	margin-bottom: 60px;
}
.img_100p.mb35 {
	margin-bottom: 35px;
}
.img_100p img {
	max-width: 100%;
	margin: auto;
}

@media screen and (max-width: 1280px) and (min-width: 960px) {
.top_txt_inner > div p.title  {
	font-size: calc(18px + ((1vw - 9.6px) * 2.94118));
}
}

@media screen and (max-width: 960px) {
.for_sp {display: block !important;}
.for_pc {display: none !important;}
h1 {margin-top: 60px;}
img {
	width:100%;
	max-width: 100%;
}
.inner1300 {
	width: calc(100% - 40px);
}
.inner1020,
.inner1020_common {
	width: calc(100% - 40px);
}
.inner1300 .inner1020,
.bg_w .inner1020 {
	width: 100%;
}
ul.col2 > li {
	width: 100%;
}
a.btn_anc1 {
	height: 60px;
}
ul.link-btn-ac1 li a {
	display: block;
	background: url(../shared/images/arrow_ac04.png) no-repeat left 20px/22px;
	text-align: left;
}
ul.link-btn-ac1 li a span {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px; /*changed 2022.09.28*/
	text-align: left;
	line-height: 1.3;
}
p.middleInner2 {
	text-align: left;
}
.ttl-h2_1 {
	font-size: 24px;
	padding-bottom:20px;
}
h3.no_deco {
	margin: 30px auto 30px;
}
.flex_01 {
	width: 100%;
	 display: block;
}
.ceo_img, .ceo_txt {
	width: 100%;
	position: relative;
}
.ceo_txt {
	width: 100%;
	margin: 25px auto;
	text-align: left;
	padding-bottom:30px;
}
p.top-message-lead2 {
	font-size: 16px;
	line-height: 2.0;
	margin-top: 1em;
	padding-left: 0;
}
.flex_02 {
	width: 100%;
	display: block;
}
.flex_02 li {
	width: 100%;
}
.flex_02_others {
	padding-bottom: 30px;
}
.flex_02 .flex_02_others {
	padding-bottom: 0 !important;
}
ul.between {
	display: block;
	width: 100%;
}
.flex_03 {
	width: 100%;
	display: block;
}
.flex_03 li {
	width: 100%;
}
div.bg_b {
	padding: 30px 20px;
}
h2.pdf_index img {
	width: 800px;
	max-width: initial;
}
.flex04 {
	display: block;
	width: 100%;
	margin: 18px auto 0;
}
.flex04 div:nth-child(1) {
	margin: 0 auto 30px;
}
.flex04 div:nth-child(2) {
	width: 100%;
}
.flex05 {
	display: block;
	width: 100%;
	margin: 35px auto 0;
	text-align: left;
}
.flex05 li {
	width: 100%;
}
.flex_06 {
	width: 100%;
	display: block;
}
.flex_02_base {
	width: 90%;
	margin: 20px auto;
}
.base_img,.base_txt {
	width: 100%;
}
.flex_06 .inner_margin {
	margin-left: 0;
}
.flex05 > li > ul li {
	font-size: 14px;
}
.flex05 p {
	font-size: 14px;
}
a.btn_link1,
a.btn_link2 {
	font-size: 14px;
}
a.btn_pdf2 {
	font-size: 14px;
	background: #0075c2 url(../shared/images/icon_pdf_w.png) no-repeat 8px center/20px;
}
ul.col2 > li.relate {margin-top: 60px;}
.top_image_sp {
	background-color: #eff4f7;
}
.img_100p img {
	width: 100%;
}
h1.common {
	font-size: 16px;
	line-height: 1.5;
}
h1.common span {
	left: 20px;
}
.common_p {
	font-size: 14px;
	line-height: 1.85;
}
.common_p span.fs_l {
	font-size: 16px;
}
.common_h2 {
	font-size: 20px;
}

}

/*added 2022.09.28*/
@media screen and (max-width: 600px) {
ul.link-btn-ac1 li a span {
	font-size: 14px;
}
}
/*end*/