@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #3E3A39;
	font-size: 16px;
}
.news {
	margin:10px auto 30px;
	width:80%;
	text-align:center;
	
}
.news1 {
	margin-bottom:10px;
	font-weight:bold !important;
	border-bottom:solid 1px #6c9bc0;
	line-height:2;
	font-size:22px;
	color:#6c9bc0;
}
.news2 {
	margin-bottom:50px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom: 25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

.in_cont {
	clear: both;
	overflow: hidden;
}

.in_cont5 {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.in_cont10 {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.in_cont20 {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.in_cont30 {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.in_cont40 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.in_cont50 {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*　見出し・画像　*/

.pic-left {
	float: left;
}

.pic-left {
	float: right;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

.txt_indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

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

.font_b {
	font-weight: bold;
}


/*　共通　*/





/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display: none;
}

.spHide {
	display:block;
}

.midashi1 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	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;
	margin-bottom: 20px;
}

.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
	overflow: hidden;
}

.toph1 {
	display: none;
}

.header_cont {
	overflow: hidden;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:40px;
}

.header_logo {
	width: 300px;
}

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

.header_info {
	width: 290px;
	text-align: center;
}

.header_info1 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	margin-bottom:10px;
}

.header_info2 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 1.0em;
}

.header_info2 span{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 34px;
	color: #005D42;
}

.header_nav {
	clear: both;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.header_nav nav ul {
	display: flex; 
	justify-content:space-between;
}

.header_nav nav ul li {
	font-size: 15px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	color: #999999;
}

.header_nav nav ul li a{
	font-size: 15px;
	text-decoration: none;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	color: #111111;
}

.header_nav nav ul li a:hover{
	color: #228B22;
	text-decoration: none;
}

.main_image {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 60px;
	min-width: 1200px;
}

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

.main1 {
	background-image: url(../img/main1_back.png);
	background-repeat: repeat;
	clear: both;
	padding-bottom: 80px;
	min-width: 1200px;
}

.main1_mc {
	background-image: url(../img/main1_tback.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	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: 30px;
	text-align: center;
	color: #228B22;
	line-height: 1em;
	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: 1em;
	margin-bottom: 25px;
}


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

.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;
	display: flex;
	justify-content: space-between;
}

.main1_in {
	width: 27%;
	border: 7px solid #228B22;
	background-color: #FFF;
	border-radius: 10px;
	padding: 2%;
}

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

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

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

.main1_txt {
	font-size: 18px;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

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

.main2_pic {
	width: 40%;
	height: auto;
	border-radius: 10px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.main2_title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 28px;
	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;
	min-width: 1200px;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px;
}

.main3_c {
	display: flex;
	justify-content: space-between;
	justify-content:center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.main3_in {
	border: 5px solid #228B22;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-decoration: none;
	background-color: #FFF;
	padding: 2%;
	margin-right: 5px;
	margin-left: 5px;
}

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: 400px;
	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 {
	min-width: 1200px;
	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;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}

.foot_1 {
	width: 48%;
	text-align: center;
	margin-right: 2%;
}

.foot_2 {
	width: 48%;
	border: 1px solid #CCC;
	margin-left: 2%;
}

.foot_logo {
	width: 50%;
	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;
}

.foot_nav {
	background-color: #B1DAC6;
	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 #333333;
	border-right: 1px solid #333333;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1em;
}
 
.foot_nav ul li+ li {
  border-left: 0;
  border-right: 1px solid #333333;
}

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

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

.foot_add {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.foot_hour {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

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

.foot_map {
	min-width:1200px;
	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;
}

.btn_cont {
	overflow: hidden;
	clear: both;
	position: fixed;
	top: 300px;
	right: 0px;
	width: 100px;
}

.btn_cont img{
	width: 100%;
	height: auto;
	display: none;
}

.btn_acc {
	overflow: hidden;
	clear: both;
	position: fixed;
	top: 410px;
	right: 0px;
	width: 100px;
}

.btn_acc img{
	width:100%;
	height:auto;
	display: none;
}

/*　中ページ　*/

.page_title {
	background-color: #B1DAC6;
	width: 100%;
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(../img/main1_back.png);
	background-repeat: repeat;
	margin-bottom: 60px;
}

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

.page_cont {
	padding-bottom: 100px;
	background-color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main_cont {
	flex: 1;
}

.side_cont {
	width: 280px;
	margin-right: 50px;
}


/*　サイド　*/

.side_m1 {
	font-size: 20px;
	color: #FFF;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #228B22;
}

.side_nav {
	margin-bottom: 20px;
}

.side_nav li{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
}

.side_nav li a {
	color: #000;
	background-image: url(../img/side_arr.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:9px;
	text-decoration: none;
	padding-left: 30px;
}

.side_nav li a:hover {
	color: #6C9BC0;
}

.side_info {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: #E5F0DC;
	color: #666;
}

.side_im1 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size:17px;
}
.side_im1:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 45px;
	height: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
}

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

.side_tel img{
	width:27px;
	padding-right:5px;	
}

.side_im2 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.side_im2:before, .side_im2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #666;
}

.side_im2:before {
  left:0;
}
.side_im2:after {
  right: 0;
}

.side_txt {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

.side_txt span{
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.side_jmp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85%;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.side_jmp p{
	color: #666;
	font-weight: bold;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.side_jmp:hover {
	background-color: #FAED00;	
}

/*　メイン　*/

.sct_c {
	margin-bottom: 100px;
}

.medi_c {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.medi_txt {
	width:60%;
}

.medi_pic {
	width:38%;
}

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

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

.mediqa_q span{
	font-weight: bold;
	color: #228B22;
	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;
	padding-left: 3px;
}

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

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

.fee_price {
}

.fee_price dl{
	display: flex;
	justify-content:flex-start;
	align-items: stretch;
}

.fee_price dl dt{
	width: 56%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 2%;
	padding-left: 2%;
}

.fee_price dl dd{
	width: 36%;
	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: right;
	margin-bottom: 15px;
	margin-left: 15px;
	width:25%;
	height:auto;
	border-radius: 10px;  
}

.gree_txt {
	margin-bottom: 50px;
}

.gree_cont {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.gree_table {
	width: 42%;
	border: 1px solid #DDD;
	padding: 3%;
}

.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 {
	width: 42%;
	border: 1px solid #DDD;
	padding: 3%;
}

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

.gree_rinen {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

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

.acc1 {
	margin-bottom: 80px;
}

.acc1 table {
	width:100%;
}

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

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

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

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

}
