@charset "utf-8";
/* CSS Document */
.main_img{
	background:url(img/top.png) center center no-repeat #F5F2F3;
}
p{
  font-size:15px;
  line-height: 180%;
}
.tokushoku li{
	list-style-type:circle;
	list-style-position:inside;
	padding-left:2em;
	text-indent:-2em;
}
.text-bold{
	font-weight:bold;
}
.bg_y{
	background:#FFC !important;
}
.text-right{
	text-align:right;
}
#shoukaki .flex{
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
}
#shoukaki .flex div{
	width:48%;
}
#shoukaki .flex div img{
	width:100%;
}
#shoukaki .flex02{
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-around;
	width:100% !important;
}
#koumon .flex{
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	margin-top:20px;
}
#koumon .flex div{
	width:33%;
}
#koumon .flex div:first-child{
	max-width:197px;
}
#koumon .flex div:nth-child(2){
	max-width:315px;
}
#koumon .flex div:nth-child(3){
	max-width:348px;
}
#koumon .flex img{
	width:100%;
}
#ippan img{
	width:100%;
	max-width:700px;
	margin:0 auto;
}
#kokyuuki .flex{
	display:flex;
	flex-flow:row nowrap;
	justify-content:flex-start;
}
@media screen and (min-width: 750px) { 

	.btn02 li{
		width:48%;
		margin-bottom:5px;
	}
}

@media screen and (max-width:750px){
	.tokushoku li{
		list-style-type:circle;
		list-style-position:inside;
		padding-left:2em;
		padding-right:1em;
		text-indent:-1em;
	}
	#shoukaki .flex{
		flex-flow:column;
		text-align:center;
	}
	#shoukaki .flex div{
		width:100%;
	}
	#shoukaki .flex div:first-child{
		margin-bottom:30px;
	}
	.ulCircle li{
		text-align:left;
	}
	#koumon .flex{
		display:flex;
		flex-flow:column;
		margin-top:20px;
	}
	#koumon .flex div{
		width:100%;
		margin:0 auto;
	}
	#koumon .flex div:first-child{
		max-width:197px;
		margin-bottom:60px;
	}
	#koumon .flex div:nth-child(2){
		max-width:315px;
		margin-bottom:50px;
	}
	#koumon .flex div:nth-child(3){
		max-width:348px;
	}
	#koumon .flex img{
		width:100%;
	}
	#kokyuuki .flex img{
		width:100%;
		max-width:196px;
	}
}

.tekiou{
	border: 2px solid #007F79;
	border-radius: 3px;
        padding: 5px;
	}

.btn03 ul {
	flex-wrap: wrap;
	list-style: none;
}

.btn03 ul li {
	margin-bottom: 10px;
}

.btn03 ul li a {
	display: block;
	padding: 10px 53px;
	border: 1px solid #C2C2C2;
	border-radius: 5px;
	text-align: center;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}

.header-title {
    font-size: 1.7rem !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    color: #fff !important;
    padding: 0.9rem 2rem 1rem 4rem !important;
    border-radius: 0.4rem !important;
    background: url(img/logo_white.png) 
                top 0.9rem 
                left 1.2rem / 2.1rem 
                no-repeat #008079 !important;
    margin-bottom: 1.3rem !important;
}

.section-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
    font-weight: 510 !important;
    padding: 0.9rem 2rem 1rem 2.4rem !important;
    position: relative !important;
    border-radius: 0.4rem !important;
    background-color: #c2e4e1 !important;
    margin-bottom: 1.3rem !important;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 1rem; /* 縦線の位置を調整 */
    top: 50%;
    transform: translateY(-50%);
    width: 7px; /* 縦線の太さ */
    height: 70%; /* 縦線の高さを調整 */
    background-color: #008079; /* 縦線の色 */
    border-radius: 0.4rem; /* 縦線の角を少し丸める */
}

.table06 {
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

/*------section05------*/
#section05{
	margin-top:15px;
}
#section05 h2{
	margin-bottom:10px;
}
#section05 table{
	text-align:center;
	width:100%;
	border-collapse:separate;
	margin-bottom:30px;
}
#section05 table tr td{
	background:rgba(0,128,121,0.1);
	padding:15px 0;
	border:2px solid #fff;
	vertical-align:middle;
	height:80px;
}
#section05 ul li{
	list-style:none;
	padding-left:1em;
	position:relative;
}
#section05 ul li:before{
	content:'';
	position:absolute;
	width:0.4em;
	height:0.4em;
	border-radius:100%;
	background:rgba(0,0,0,0.7);
	top:8px;
	left:2px;
}