@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){

.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.img100 img{
	width:100%;
	height:auto;
}

/*　見出し・画像　*/

.pic-left {
	float: none;
	width:94%;
	height:auto;
}



/*　見出し・画像　*/

.midashi1 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3E3A39;
	padding-bottom: 15px;
}

.midashi2 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	background-image: url(../img/midashi2.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 28px;
	padding-left: 40px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.midashi3 {
	font-size: 20px;
	color: #228B22;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	line-height: 1.6em;
}



/*　ヘッダー　*/


header {
	overflow: hidden;
}

.header_cont {
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}

.header_logo {
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

.header_logo img{
	width: 65%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.toph1 {
	display: none;
}

.main_image {
	width: 100%;
	overflow: hidden;
	clear: both;
}

.main_image img{
	width:100%;
	height:auto;
}

.main1 {
	background-image: url(../img/main1_back.png);
	background-repeat: repeat;
	clear: both;
	padding-bottom: 80px;
	margin-top: 30px;
}

.main1_mc {
	background-image: url(../img/main1_tback-sp.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	padding-bottom: 40px;
	margin-bottom: 70px;
}

.main1_mc h2 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	text-align: center;
	color: #228B22;
	line-height: 1.6em;
	margin-bottom: 25px;
}

.main1_mc h3 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: #80572C;
	line-height: 1.4em;
	margin-bottom: 25px;
}


.main1_title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	text-align: center;
	margin-bottom: 40px;
}

.main1_title span{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #9E4A2D;
}

.main1_c {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.main1_in {
	width: 85%;
	border: 7px solid #228B22;
	background-color: #FFF;
	border-radius: 10px;
	padding: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}

.main1_m {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #228B22;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}

.logo_hyb {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.logo_hyb img{
	width:100%;
	height:auto;
}

.main1_txt {
	font-size: 18px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6em;
}

.main2 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main2_pic {
	width: 100%;
	height: auto;
	border-radius: 10px;
	float: none;
}

.main2_txt {
	margin-bottom:30px;
}

.main2_title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	margin-bottom: 35px;
	color: #228B22;
	line-height: 1.4em;
}

.main3_title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	margin-bottom: 35px;
}

.main3_title span{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #9E4A2D;
}

.main3 {
	background-image: url(../img/main3_back1.png);
	background-repeat: repeat;
	clear: both;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px;
}

.main3_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	flex-wrap: wrap; 
}

.main3_in {
	border: 5px solid #228B22;
	width: 95%;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding-top: 4%;
	padding-bottom: 4%;
	text-decoration: none;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

a:hover.main3_in {
	background-color: #F7F5F0;
}

.main3_in p{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #111111;
	line-height: 1.2em;
}

.jmp_btn {
	display: flex;
	justify-content: center;
	width: 80%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 10px auto;
	background-color: #228B22;
}

.jmp_btn p{
	font-size: 17px;
	color: #FFFFFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.jmp_btn:hover {
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 10px auto;
	background-color: #B1DAC6;
}


footer {
	overflow: hidden;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #228B22;
	padding-top: 40px;
}

.footer_cont {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

.foot_1 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.foot_2 {
	width: 100%;
	border: 1px solid #CCC;
}

.foot_logo {
	width: 80%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

.foot_logo img{
	width:100%;
	height:auto;
}

.foot_tel {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 33px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.foot_tel span{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
}

.foot_1 img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.foot_nav {
	background-color: #97D2CA;
	padding-top: 25px;
	padding-bottom: 25px;
}

.foot_nav ul{
	display: flex;   
    align-items:center;
	justify-content:center;
	
}

.foot_nav ul li {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1em;
	color: #FFF;
}
 
.foot_nav ul li+ li {
  border-left: 0;
  border-right: 1px solid #FFF;
}

.foot_nav ul li a{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.foot_nav ul li a:hover{
	color: #00A29A;
	text-decoration: none;
}

.foot_add {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.foot_map {
	height:480px;
}

.copyright {
	font-size: 14px;
	text-align: center;
	background-image: url(../img/main3_back1.png);
	background-repeat: repeat;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*　中ページ　*/

.sct_c {
	margin-bottom: 80px;
}

.page_cont {
	padding-bottom: 100px;
	background-color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.page_title {
	background-color: #97D2CA;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/main1_back.png);
	background-repeat: repeat;
	margin-bottom: 40px;
}

.page_title h3{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	color: #228B22;
}

.medi_c {
	margin-bottom: 50px;
}

.medi_txt {
	width:100%;
	margin-bottom:30px;
}

.medi_pic {
	width:100%;
}

.medi_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.mediqa_q {
	font-weight: bold;
	color: #534741;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F7A70;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 17px;
}

.mediqa_q span{
	font-weight: bold;
	color: #534741;
	font-size: 22px;
	margin-right: 8px;
}

.mediqa_a {
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	margin-bottom:50px;
}

.mediqa_am {
	font-weight: bold;
	color: #D889B0;
	font-size: 22px;
	width: 27px;
}

.mediqa_at {
	flex: 1;
	padding-top: 4px;
}

.risk_li li{
	text-indent:-1.2em;
	padding-left:1.2em;
	margin-bottom:18px;
}


.fee_price {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 30px;
}

.fee_price dl{
}

.fee_price dl dt{
	width: 98%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 2%;
	padding-left: 2%;
}

.fee_price dl dd{
	width: 98%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 2%;
	padding-left: 2%;
	text-align: right;
}

.gree_pic {
	float: none;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 50px;
}

.gree_txt {
	margin-bottom: 40px;
}

.gree_cont {
}

.gree_table {
	width: 100%;
	margin-bottom:40px;
}

.gree_table table {
	width:100%;
}

.gree_table table th{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 80px;
	text-align: left;
	padding-left: 5px;
}

.gree_table table td{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.gree_list {
	margin-bottom: 80px;
}

.gree_list li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: inside;
}

.gree_rinen {
}

.gree_in {
	background-color: #E5F0DC;
	padding: 5%;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content:center;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	margin-bottom:10px;
}


.acc1 {
	margin-bottom: 80px;
}

.acc1 table {
	width:100%;
}

.acc1 table th{
	background-color: #DDD9C8;
	width: 100px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.acc1 table td{
	padding: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.acc2 {
	width: 95%;
	height: 450px;
	border: 8px solid #DDD9C8;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
}

.facebook-box {
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 30px;
}

}
