﻿
.img_box img{
	max-width: 100%;
}

div#item p.img_box{
	margin:0px 0;
}
div#item p.img_box--02 {
	margin:30px 0;
}
div#item p.img_box--03 {
	margin:50px 0;
}

div#item p.img_box.pop_img_c{
width:50%;
margin-left:auto;
margin-right: auto;
}

div#item .mt1em{
	margin-top:2em;
}

div#item .mt3em{
	margin-top:3em;
}

div#item .txt_c{
text-align: center;}


div#item p.img_box.pop_img_2c{
display:flex;
    column-gap: 5%;
    width: 45%;
    margin: 5vh auto;
    align-items: center;
    justify-content: center;
}

div#item .display_flex{
	display:flex;
	align-items: flex-start;
}

div#item .display_flex .d-left{
	width:50%;
	margin-top: initial;
}
div#item .display_flex .d-right{
	width:38%;
	margin-top: initial;
}





div#item h1 {
	color:#009D91;
	font-size:30px;
	font-weight:normal;
	line-height:1.1em;
	margin:0;
}
div#item h1 span {
	padding:15px 20px 0 60px;
	min-height:45px;
	display:block;
	background:url(../images/h1_icon.png) no-repeat 29px 0;
}
div#item h2 {
	background:url(../images/h2_bg.png) repeat-x left bottom;
	color:#583b2e;
	margin:50px 0 25px 0;
	font-size:24px;
	line-height:1.1;
}
div#item h2 span {
	padding:0 0 10px 16px;
	display:block;
	background:url(../images/h2_icon.png) no-repeat 0 5px;
}
div#item h2.first {
	margin:0 0 25px 0;
}
div.contents_ttl {
	border-left:5px solid #18425e;
	padding-left:7px;
}
div#item h3 {
	color:#fd9001;

	margin:40px 0 10px 0;
	font-size:18px;
	background: none;
/*	background:url(../images/h3_icon.gif) no-repeat 0 8px;*/
	padding:0 0 0 0px;
}
div#item h2 em,
div#item h3 em,
div#item h4 em,
div#item h5 em {
	font-weight:normal;
	color:#777;
	font-size:12px;
	font-style:normal;
}
div#item h4 {
		color:#009D91;
	margin:25px 0 10px 0;
	font-size:16px;
}

.bg_green {
    margin: 1em 0 0 0;
    padding: 1em;
    background: #e3f0ef;
    border: 1px solid #009D91;
}

.btn02--ex {
	margin-top: 15px;
}

.btn02 a {
    background: #009D91;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 600;
	border-radius: 8px;
	border:2px #009D91 solid;
	text-align: center;
}
.btn02 a:hover {
/*    background: #7ba43b;*/
    background: #fff;

    color: #333;
}
.btn02 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn02 a:hover:after {
    border-color: #FFF;
        border-top: 3px solid #333;
    border-right: 3px solid #333;
    
}
/*body{
    vertical-align:middle; 
    padding: 50px 0;
    text-align: center;
}*/



.fsL_orange{
font-size:18px;
font-weight:600;

}

div#item p.fsL_orange{
    text-indent: 0em;
}

@media screen and (max-width:600px) {
table.fsL_orange,p.fsL_orange{
font-size:100%;
}
	div#item .display_flex{
			display:flex;
	align-items: flex-start;
		flex-direction: column;
		justify-content: center
}
		div#item .display_flex.reverse{
			display:flex;
	align-items: flex-start;
		flex-direction: column-reverse;
		justify-content: center
}
	
	div#item .display_flex .d-right,div#item .display_flex .d-left{
	width:40%;
		margin:0px auto 0;
}
		div#item .display_flex .d-right{
	width:40%;
		margin-top:30px;
}

div#item h1,#contents h1 {
	font-size:100%;
	line-height:1.3em;
	background-size:100% auto;
	min-height:30px;
	font-weight:bold;
}
div#item h1 span,#contents h1 span {
	padding:8px 0 0 35px;
	min-height:30px;
	background:url(../images/h1_icon.png) no-repeat 15px 0;
	background-size:10px auto;
}
div#item h2,.secondbox h2 {
	font-size:100%;
	margin:20px 0 10px 0;
}
div#item h2 span,.secondbox h2 span {
	background:url(../images/h2_icon.png) no-repeat 0 4px;
	background-size:7px auto;
	padding:0 10px 7px 12px;
}
div#item h3,.secondbox h3 {
	margin:15px 0 10px 0;
	font-size:100%;
	padding:0px;
/*	background:url(../images/h3_icon.gif) no-repeat 0 5px;*/
	background-size:7px auto;
}

}



ul.list-up {
	margin: 30px auto;
}

p.title-box {
	margin-top: 50px;
	font-size: 18px;
    font-weight: 600;
	text-indent: 0!important;
	padding: .5em;
	border: 1px solid #583b2e;
	background-color: #583b2e;
	color: white;
	display: inline-block;
	margin-bottom: 15px;
}

p.title-box+h3 {
	margin-top: 0!important;
}

div#item .display_flex--return{
	display:flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 0 30px;
	margin-top: 30px;
}

div#item .display_flex .d-left{
	width:50%;
	margin-top: initial;
}
div#item .display_flex .d-right{
	width:38%;
	margin-top: initial;
}

@media screen and (max-width:600px) {
	div#item .display_flex--return{
		display:flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 30px 30px;
		margin-top: 30px;
	}
	.btn02--ex {
	margin-top: 40px;
}

}