@charset "utf-8";
/* ------------------------------------
	cont_header visual
------------------------------------ */
.content-1 .cont_header.visual h1 {
    color: #006C60;
}
.content-2 .cont_header.visual h1 {
    color: #333;
}

/* content-1 */
.cont_header.visual.large {
	height: 450px;
	margin:0 0 90px;
}
.cont_header.visual.large::after {
	content: none;
}
@media (max-width: 768px) {
    .content-1 .cont_header.visual h1{
        font-size: 3rem;
    }
}
@media screen and (min-width:769px) and ( max-width:1200px){
    .content-1 .cont_header.visual h1{
        font-size: 4rem;
        padding:0;
    }
}
/* content-2 ~ content-4 */
.cont_header.visual.lower {
	height: 240px;
}
.content-2 .cont_header.visual::after {
	background:url(../img/content-2/header.png) center center no-repeat;
	background-size: cover;
}
@media (max-width: 470px) {
	.content-2 .cont_header.visual::after {
	  background: url(../img/n02.png) 40% center no-repeat;
	  background-size: 106% auto;
	}}
  
.content-3 .cont_header.visual::after {
	background:url(../img/content-3/header.png) center center no-repeat;
	background-size: cover;
}
@media (max-width: 470px) {
	.content-3 .cont_header.visual::after {
	  background: url(../img/n03.png) 40% center no-repeat;
	  background-size: 106% auto;
	}}
.content-4 .cont_header.visual::after {
	background:url(../img/content-4/header.png) center center no-repeat;
	background-size: cover;
}
@media (max-width: 470px) {
	.content-4 .cont_header.visual::after {
	  background: url(../img/n04.png) 40% center no-repeat;
	  background-size: 106% auto;
	}}

/* 768px */
@media only screen and (max-width: 768px) {
	.content-2 .cont_header.visual::after {
		background-position:right 35%;
	}
	.content-3 .cont_header.visual::after {
		background-position:left 20%;
	}
	.content-4 .cont_header.visual::after {
		background-position:right center;
	}
}
/* ------------------------------------
	cont_header visual end
------------------------------------ */


/* ------------------------------------
	color
------------------------------------ */
.c_sub{
	color:var(--sub-color);
}
.c_main{
	color:#006C60;
}
.c_green{
	color: #8CC66D;
}
.c_blue{
	color:#5EB7E8;
}
.c_orange{
	color:#F6AD3C;
}
.c_pink{
	color:#F29B87;
}
/* ------------------------------------
	background-color
------------------------------------ */
.main_color_bg{
	background: #006C60;
}
.sub_color_bg{
	background: var(--sub-color);
}
.circle_green_color_bg{
	background-color: #8FC31F;
}
.blue_color_bg{
	background:#5EB7E8;
}
.lightblue_color_bg{
	background-color: #83CCD2;
}
.green_color_bg{
	background: #8CC66D;
}
.orange_color_bg{
	background:#F5B090;
}
.pink_color_bg{
	background:#F19EC2;
}

/* ------------------------------------
	content-1
------------------------------------ */
.cont_header.visual.large::before,
.cont_header.visual.large::after {
	content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.cont_header.visual.large::after {
	background:url(../img/content-1/header_right.png) no-repeat;
	/* right:0; */
    /* background-size: contain; */
    background-size: cover;
    background-position: top right;
	z-index: -1;
}
/* .cont_header.visual.large .wrap::after {
	background-image: linear-gradient(90deg, #e9f3f2, #eff8f6 73%, #ffffff 100%);
	left: 0;
	background-size: cover;
} */
.cont_header.visual.large .br-middle{
	display: none;
}

/* h2 */
.state_p h2{
    margin: 0 0 20px 0;
}
.contents_wrap h2 span{
	color:#333;
	font-size: 1.6rem;
	font-weight: bold;
}

/* section wide */
section.wide{
	background:rgb(29,80,162,0.1);
	width: 100vw;
	margin:0 calc(50% - 50vw);
	margin-bottom:50px;
	padding:20px 0;
	display: grid;
	gap:3rem;
}
section.wide:nth-of-type(2){
	margin-bottom:80px;
}
section.wide > *{
	width:800px;
	margin:0 auto !important;
	font-weight:bold;
}

/* section project */
section.project h3{
	color:#fff;
	height:50px;
	display:flex;
	align-items: center;
	padding:0 0 0 15px;
	margin-bottom:40px;
}
section.project .flex{
	display: grid;
	grid-template-columns: 1fr 380px;
	gap:30px;
	margin-bottom:50px;
}
section.project .flex div:last-child{
	width:380px;
	height:200px;
}
section.project .flex div:last-child img{
	object-fit: cover;
    height: 100%;
}
section.project .flex.two-pieces div:last-child{
	width:calc(100% / 2 - 5px);
	display: flex;
	gap:1rem;
}
section.project .flex.two-pieces div:last-child img.bg_gray{
	object-fit: contain;
	background:#E2E2E2;
}
section.project .flex div:first-child div{
	display:flex;
	gap:25px;
	font-weight: bold;
	align-items: center;
	margin-bottom: 40px;
}
section.project .flex div:first-child div p:first-child{
	font-size:1.8rem;
	margin:0;
}
section.project .flex div:first-child div p:last-child{
	margin:0;
}
section.project .flex div:first-child div p:last-child span{
	font-size:4.5rem;
	line-height: 1;
}

/* min1800px */
/* @media only screen and (min-width: 1800px) {
	.cont_header.visual.large .wrap::before{
        background:url(../img/content-1/header_right_large.png) center right no-repeat;
        right:0;
        background-size: contain;
        }
} */

/* 1050px */
@media only screen and (max-width: 1050px) {
	.cont_header.visual.large .wrap::before{
		right:-80px;
	}
}
/* 960px */
@media only screen and (max-width: 960px) {
	.cont_header.visual.large .br-middle{
		display: block;
	}
	.cont_header.visual.large h1{
		line-height: 1.3;
	}
}
/* 810px */
@media only screen and (max-width: 810px) {
	.cont_header.visual.large {
		height: auto;
        margin: 0 0 30px 0;
	}
	section.wide > *{
		width:91%;
	}
}
/* min-769px */
@media only screen and (min-width: 769px) {
	.cont_header.visual.large img{
		display: none;
	}
}
/* 768px */
@media only screen and (max-width: 768px) {
	.cont_header.visual.large .wrap {
		display: flex;
		flex-direction: column;
		padding: 20px 0 15px;
		gap:20px;
	}
	.cont_header.visual.large::before{
		content:none;
	}
	.cont_header.visual.large::after {
		background-size: cover;
		background-position: left center;
	}
	.cont_header.visual.large .wrap h1 {
		width:100%;
        padding: 0;
	}
	.cont_header.visual.large h1 small {
		font-size: 1.6rem;
	}
	.cont_header.visual.large .br-middle{
		display: none;
	}
	.cont_header.visual.large br.sp-none{
		display: none;
	}
	.cont_header.visual.large img{
		width:100%;
        margin: 0 auto;
	}
}
/* 640px */
@media only screen and (max-width: 640px) {
	.cont_header.visual.large br.sp-none{
		display: block;
	}
}
/* 600px */
@media only screen and (max-width: 600px) {
	section.project .flex{
		grid-template-columns:none;
		gap:10px;
	}
	section.project .flex div:first-child div{
		margin-bottom:10px;
	}
	section.project .flex div:last-child{
		margin:auto;
	}
	section.project .flex.two-pieces div:last-child{
		flex-direction: column;
		height: auto;
	}
}
/* 480px */
@media only screen and (max-width: 480px) {
	.cont_header.visual.large img{
		width:100%;
	}
	section.project .flex div:last-child,
	section.project .flex.two-pieces div:last-child{
		width:80%;
	}
	.w-100{
		margin-top:-30px;
	}
	.w-100 img{
		object-fit: contain !important;		
	}
}
/* 400px */
@media only screen and (max-width: 400px) {
	.cont_header.visual.large br.sp-none{
		display:none;
	}
}
/* ------------------------------------
	content-1 end
------------------------------------ */


/* ------------------------------------
	content-2 ~ content-4 common
------------------------------------ */
.content-2 h2, .content-3 h2, .content-4 h2{
    background-color: #006C60;
    color: #fff;
    padding:3px 0;
    width:100%;
    display: flex;
    align-items: center;
    font-size: 2rem;
    margin: 0 0 20px 0;
}
.content-2 h2 span, .content-3 h2 span, .content-4 h2 span{
    color: #E1C98A;
    padding: 0 10px;
    font-size: 1.0rem;
}
.contents_wrap > div{
	margin-bottom:80px;
}
img.center{
	width:auto;
	margin:50px auto 20px;
	display: block;
}
img.center.mt-0{
	margin-top:0;
}
.content-2 div p.ttl01{
    position: relative;
    padding: 0 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #006C60;
	/* margin: 0; */
}
.content-2 div p.ttl01 span:nth-child(1){
    color: #006C60;
    font-size: 1.6rem;
}
.content-2 div p.ttl01 span:last-child{
    color: #000;
    font-size: 1.6rem;
}
.content-2 div p.ttl01:before{
    position: absolute; /*--positionを追加--*/
	top: 28%;
	left: 0%;
	content: "";
	width: 6px;
	height: 18px;
	background-color: #006C60; 
}
.twocolumn{
	justify-content: space-between;
	display: flex;
	align-items: flex-end;
	margin-bottom:5rem;
}
.twocolumn div:first-child{
    padding:0 30px 0 0;
}
figcaption{
	margin-bottom:2rem;
    font-size: 3rem;
    font-weight: bold;
    display: flex;
    align-items: baseline;
}
figcaption span:nth-child(2){
    font-size: 1.8rem;
    padding: 0 30px 0 0;
}
figcaption span:nth-child(3){
    font-size: 1.6rem;
    padding:0 10px 0 0;
}
figcaption.ico_up span:nth-child(3):after, figcaption.ico_down span:nth-child(3):after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 0px -3px 5px;
}
figcaption.ico_up span:nth-child(3):after{
    background-image: url('../img/ico02.png');
    background-position: center;
    background-size: contain;
}
figcaption.ico_down span:nth-child(3):after{
    background-image: url('../img/ico03.png');
    background-position: center;
    background-size: contain;
}

figcaption .ico02, figcaption .ico03{
    width:19px;
    height:19px;
}
p.ask{
	margin-bottom:0;
	text-indent: -1.6rem;
	padding-left:1.6rem;
}
.content-2 .mt-h3{
	margin-top: 30px;
}
.content-2 .flexbox01{
    display: flex;
    width:300px;
    height: 45px;
    margin: 0 0 30px 0;
}
.content-2 .flexbox01 p{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #ACACAC;
    width: 100px;
    height: 45px;
    padding: 7px 0;
    text-align: center;
}
.content-2 .flexbox01 ul{
    width: 200px;
    display: flex;
    align-items: center;
    height: 45px;
    line-height: 3.8rem;   background-color: #E9F3F2;
}
.content-2 .flexbox01 ul li:first-child{
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 6px 13px 0;
}
.content-2 .flexbox01 ul li:nth-child(2){
    color: #006C60;
    font-size: 3rem;
    font-weight: bold;
	padding: 6px 0 0;

}
.content-2 .flexbox01 ul li:last-child{
    color: #006C60;
    font-size: 1.8rem;
    font-weight: bold;
	padding: 10px 0 0;
}
.content-2 .flexbox02,.content-2 .flexbox03 {
    display: flex;
    font-size: 1.8rem;
    font-weight: bold;
}
.content-2 .flexbox03 li:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 0px -3px 0;
    background-image: url('../img/content-2/ico_roe.png');
    background-position: center;
    background-size: contain;
}

.content-2 .flexbox02 li{
    padding:0 15px 0 0;
}
.content-2 .sq_green {
    color:#006c60;
}
.content-2 .sq_blue {
    color:#005ca2;
}
.content-2 .sq_red {
    color:#861a45;
}
.content-2 .sq_gold {
    color:#a46836;
}

    /* 768px */
@media only screen and (max-width: 768px) {
	.twocolumn{
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
    .twocolumn div:first-child{
        padding: 0%;
    }
    figcaption{
        display: block;
    }
    figcaption span:nth-child(3){
        display: block;
    }
    figcaption .ico02, figcaption .ico03{
        float:left;
    }
    .content-2 .flexbox02, .content-2 .flexbox03{
        display: block;
    }
}
/* ------------------------------------
	content-2 ~ content-4 common end
------------------------------------ */


/* ------------------------------------
	content-2
------------------------------------ */
.box_img01{
    width: 100%;
    text-align: center;
}
.box_img01 img{
    width:410px;
}

span.m-left{
	margin-left:10px !important
}
span.sub_color_bg{
	border-radius: 50%;
}
span.blue_color_bg{
	border-radius: 50%;
}

/* strategy */
.strategy{
	display: grid;
	gap:20px;
	/*margin-top: 50px;*/
}
.strategy dl{
	display: flex;
	border:1px solid var(--sub-color);
}
.strategy dl:nth-of-type(2){
	border-color:#5EB7E8;
}
.strategy dl:nth-of-type(3){
	border-color:#006C60;
}
.strategy dl:nth-of-type(4){
	border-color: #F6AD3C;
}
.strategy dl:nth-of-type(5){
	border-color:#F29B87 ;
}
.strategy dl dt,
.strategy dl dd{
	height:60px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.strategy dl dt{
	font-size: 5rem;
	width:60px;
}
.strategy dl dd{
	font-size:3.2rem;
	color: #fff;
	padding:0 15px;
	width:100%;
	justify-content: flex-start;
	font-weight: bold;
}

/* 768px */
@media only screen and (max-width: 768px) {
	.strategy dl dd{
		font-size:2.5rem;
		line-height:1.2;
	}
}
/* min-481px */
@media only screen and (min-width: 481px) {
	.strategy dl dd br.sp{
		display: none;
	}
}
/* min-401px */
@media only screen and (min-width: 401px) {
	.strategy dl dd.sub_color_bg br.sp{
		display: none;
	}
}
/*新規青いボタン*/
#page_content-2 .bluebtn_area{
	display: flex;
   justify-content: space-between;
   width: 100%; 
   max-width: 720px; 
   margin: 0 auto;}
   
   #page_content-2 .bluebtn_area a{
   align-items: center;
   margin: 0;
   border-radius: 0;
   background: #1D50A2;
   max-width: 340px;
   width: 100%;
   border: none;
   color: #fff;
   text-align: center;
   padding: 9px 0;
   transition: opacity 0.65s ease-out;
   position: relative;
}
#page_content-2 .bluebtn_area a span {
   display: inline-block;
   width: 1em;
   height: 1em;
   background-size: 100%;
   margin-bottom: -2px;
}
#page_content-2 .bluebtn_area a:hover::before {
   background: #e2e2e2;
   opacity: 0.65;
}

#page_content-2 .bluebtn_area a::before {
   content: "";
   opacity: 0.5;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   pointer-events: none;
   transition: background-color 0.4s ease, opacity 0.65s ease-out;
}

@media screen and (max-width: 768px) {
   #page_content-2 .bluebtn_area {
   flex-direction: column;
   align-items: center;
 }

 #page_content-2 .bluebtn_area a {
   width: 100%;       
   max-width: 340px;
   margin-bottom: 10px; 
 }
}
/* ------------------------------------
	content-2 end
------------------------------------ */


/* ------------------------------------
	content-3
------------------------------------ */
.content-3 .contents_wrap > div{
	margin-bottom:40px;
}
.content-3 section{
	padding: 0 0 50px;
    border-bottom: 1px dashed #707070;
    margin: 0 0 50px;
}
.content-3 section:last-child{
	border:0;
	padding:0;
}
/* .content-3 section h2 + p{
	margin-bottom:50px;
} */
.content-3 .twocolumn{
	margin-top: 6rem;
	margin-bottom:0
}
.content-3 h3 {
	/*margin-top:50px;*/
	margin-bottom: 0;
}
.content-3 span.blue_color_bg {
	border-radius: 0;
}
/* #page_content-3 img{
	max-width: 380px;
	min-width: 352px;
} */
#page_content-3 .graph-heading {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 0;
	text-decoration: underline;
}
#page_content-3 .g-img {
	width: 100%!important;
	max-width: none !important;
	margin-bottom: 50px;
}
#page_content-3 .cap-text {
	font-size: 1.4rem;
	letter-spacing: -0.05rem;
	margin-bottom: 52px;
}
#page_content-3 .cap-icon {
	font-size: 0.6em;
	vertical-align: top;
}

#page_content-3 .mid-title-3{
	font-size: 1.9rem;
	color:#006C60;
	margin-bottom: 20px;
}



/*新規青いボタン*/
#page_content-3 .bluebtn_area{
	display: flex;
   justify-content: space-between;
   width: 100%; 
   max-width: 720px; 
   margin: 0 auto;}
   
   #page_content-3 .bluebtn_area a{
   align-items: center;
   margin: 0 auto;
   margin-top: 6rem;
   border-radius: 0;
   background: #1D50A2;
   max-width: 340px;
   width: 100%;
   border: none;
   color: #fff;
   text-align: center;
   padding: 9px 0;
   transition: opacity 0.65s ease-out;
   position: relative;
}
#page_content-3 .bluebtn_area a span {
   display: inline-block;
   width: 1em;
   height: 1em;
   background-size: 100%;
   margin-bottom: -2px;
}
#page_content-3 .bluebtn_area a:hover::before {
   background: #e2e2e2;
   opacity: 0.65;
}

#page_content-3 .bluebtn_area a::before {
   content: "";
   opacity: 0.5;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2;
   pointer-events: none;
   transition: background-color 0.4s ease, opacity 0.65s ease-out;
}


#page_content-3 .responsive-break {
	display: none;
  }

  @media screen and (max-width: 350px) {
	#page_content-3 .responsive-break {
	  display: inline;
	}
  }

@media screen and (max-width: 768px) {
   #page_content-3 .bluebtn_area {
   flex-direction: column;
   align-items: center;
 }

 #page_content-3 .bluebtn_area a {
   width: 100%;       
   max-width: 340px;
   margin-bottom: 10px; 
 }
}
.preserve-space {
	white-space: pre;
  }
/* ------------------------------------
	content-3 end
------------------------------------ */


/* ------------------------------------
	content-4
------------------------------------ */
.img_w80 {
	width:80%;
	margin-top:17px; 
	margin-bottom:17px; 
}
.mid_title_4 {
	margin-bottom: 8px;
}

.text_img{
    width: 4%;
    vertical-align: middle;
	margin-right: 6px;
}
.link_hover:hover {
	text-decoration: underline;
}
.column_1 {
	padding:30px 30px 16px;
	background-color: #E9F3F2;
	border:solid 2px #FF0000;
	margin-bottom: 50px;
}
.column_1 h4 {
	color:#006C60;
	font-weight: bold;
	margin-bottom: 8px;
}
.column_2 {
	padding:30px 30px 16px;
	border:solid 1px #006C60;
	margin-bottom: 50px;
}
.column_2 h4 {
	color:#006C60;
	font-weight: bold;
	margin-bottom: 8px;
}
.under-line{
	text-decoration:underline;
	
}
.text-bold {
	font-weight: bold;
}


.stock_info{
	margin-bottom: 50px;
	width:50%;
}
.stock_info dl{
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #acacac;
	padding:10px 0;
	font-weight: bold;
}

/* table -three_column*/
table.three_column {
	width: 100%;
	border-bottom: 2px solid #333;
	margin-bottom:20px;
}
table.three_column thead th,
table.three_column tbody th,
table.three_column tbody td{
	font-weight: bold;
	padding:10px 30px;
	vertical-align: middle;
}
table.three_column thead th,
table.three_column tbody td{
	text-align: center;
}
table.three_column tbody tr{
	height: 6rem;
	border-bottom:1px solid #8C9BA5;
}
table.three_column thead tr th{
	color:#fff;
}
table.three_column tbody th{
	width: 40%;
	background:rgb(198,227,171,.5);
}

/* figcaption ul */
figcaption ul{
	display: grid;
	grid-template-columns:repeat(2,375px);
	gap:0 50px;
	margin-top:50px;
}
figcaption ul li{
	display: flex;
	justify-content: space-between;
}
figcaption span.blue_color_bg{
	border-radius: 0;
}
figcaption ul li:nth-of-type(3) span{
	background:#FCD475;
}
figcaption ul li:nth-of-type(6) span{
	background:#38A1DB;
}
.btm-50 {
	margin-bottom: 50px;
}
.tbl_01 {
	border-top:solid 2px #333333;
	border-bottom:solid 2px #333333;
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.tbl_01 dt {
	width:25%;
	border-bottom: solid 1px #333333;
	padding: 11px 8px  11px 16px;
	background-color: #E9F3F2;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.tbl_01 dd {
	width:75%;
	border-bottom: solid 1px #333333;
	padding: 11px 16px  11px 16px;
}

.tbl_01 dt.no_line_1 {
	border-bottom: none;
	padding-top: 11px;
	padding-bottom: 0;
}
.tbl_01 dd.no_line_1 {
	border-bottom: none;
	padding-top: 11px;
	padding-bottom: 0;
}
.tbl_01 dt.no_line_2 {
	height: 32px;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}
.tbl_01 dd.no_line_2 {
	height: 32px;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}
.tbl_01 dt.no_line_3 {
	height: 40px;
	padding-top: 0;
	padding-bottom: 11px;
}
.tbl_01 dd.no_line_3 {
	height: 40px;
	padding-top: 0;
	padding-bottom: 11px;
}

/* 768px */
@media only screen and (max-width: 768px) {
	.img_w80 {
		width:100%;
	}
	.tbl_01 dt {
		width:100%;
		border-bottom: none;
	}
	.tbl_01 dd {
		width:100%;
	}
	.tbl_01 dt.no_line_1 {
		height: 54px;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.tbl_01 dt.no_line_2 {
		height: 40px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.tbl_01 dd.no_line_2 {
		height: 40px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.tbl_01 dt.no_line_3 {
		height: 40px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.tbl_01 dd.no_line_3 {
		height: 40px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.text_img{
		width: 8%;
	}
	.stock_info{
		width:100%;
	}
	figcaption ul{
		grid-template-columns: none;
	}
	table.three_column br.sp-none{
		display: none;
	}
}
/* min-641px */
@media only screen and (min-width: 641px) {
	table.three_column span{
		display: none;
	}
}
/* 640px */
@media only screen and (max-width: 640px) {
	table.three_column thead{
		display: none;
	}
	table.three_column tbody tr{
		border:none;
	}
	table.three_column tbody th{
		display: block;
		text-align: center;
		width:100%;
	}
	table.three_column tbody td{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px 0 0;
	}
	table.three_column tbody tr td:nth-of-type(1){
		border-bottom: 1px solid #8c9ba5;
	}
	table.three_column tbody td span{
		padding: 10px 30px;
    	color: #006C60;
		display: inline-block;
	}
}
/* ------------------------------------
	content-4 end
------------------------------------ */


/* ------------------------------------
	reco
------------------------------------ */
.reco .cont_header {
	background:#E9F3F2;
	color:#006C60;
	margin: 0 0 50px;
}
.reco .cont_header .wrap {
    max-width: 800px;
    padding: 32px 0;
}
.reco h2 {
    font-size: 2rem;
    margin: 0 0 14px;
}
.reco h3 {
    font-size: 1.6rem;
    margin: 0 0 14px;
}
.reco p {
	margin: 0 0 24px;
}
.border_b {
	position: relative;
	margin: 0 0 50px !important;
	padding: 0 0 50px;
}
.border_b::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 1px;
	background-color: #8C9BA5;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
}
.ul_attn li {
	text-indent: -1.4rem;
	padding-left:1.4rem;
	line-height: 2.8rem;
    font-size: 1.4rem;
}
.reco #global_footer .copy {
	margin: 0;
}

/* 768px */
@media only screen and (max-width: 768px) {
	.ul_attn li {
		line-height: 2.4rem;
	}
}
/* ------------------------------------
	reco end
------------------------------------ */


/* ------------------------------------
    print
------------------------------------ */
@media print{
	.cont_header.visual.large,
	.cont_header.visual.large .wrap{
		height: auto;
	}
	.cont_header.visual.large .wrap::before{
		background-position:right bottom 50%;
		background-size:contain;
	}
	.cont_header.visual.large .wrap::after{
		background-position:left 50% center;
	}
	.cont_header.visual.large .wrap {
		padding: 20px 0 25px;
		align-items: baseline;
		display: flex;
		flex-direction: column;
	}
	.cont_header.visual.large h1 {
		margin: 0 0 35px;
	}
	.cont_header.visual h1 small {
		font-size: 1.6rem;
	}
	.cont_header.visual.large p {
		padding: 20px 0 0;
	}
    .cont_header.visual.large img,
	table.three_column tbody td span{
        display: none;
    }
	.contents_wrap > div,
	.content-3 section h2 + p{
		margin-bottom:30px !important;
	}
	section.wide{
		width:100%;
		padding:20px;
	}
	section.wide > *{
		width:680px;
	}
	.cont_header.visual.lower {
		height: 222px !important;
	}
	.content-2 .cont_header.visual::after,
	.content-3 .cont_header.visual::after,
	.content-4 .cont_header.visual::after{
		background-position:right 10% center;
	}
	.content-3 .twocolumn,
	.content-3 h3{
		margin-top: 30px !important;;
	}
}