#heads div#headnav,
#goto,
.pc,
#headline{
	display:none !important;
}
.sm_menu {
	z-index: 999;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6% 10%;
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
.sm_menu h2,
.sm_menu a {
	color: white;
}
.sm_menu h2 {
	text-align: center;
}
.sm_menu ul {
	padding: 0;
	width: 90%;
	margin: 0 auto;
    clear: both;
}
.sm_menu ul li {
    margin: 0px 0 0px 0;
    padding: 0px;
	font-size: 14px;
    border-bottom: 1px solid #656869;
    position: relative;
    clear: both;
    list-style: none;
}
.sm_menu ul li a {
	display: block;
	padding: 5px 0;
	text-decoration: inherit;
	transition: background .5s;
}
.sm_menu ul li ol{
    margin: 0px 0 10px 0;
    padding: 0px;
    clear: both;
    float: right;
    width: 90%;
}
.sm_menu ul li ol li{
    margin: 0px;
    padding: 0px;
}
.sm_menu ul li ol li a{
    padding: 10px 0;
}
.sm_menu ul li img{
    width: 40px;
    height: auto;
    float: left;
    margin: 0 15px 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sm_menu ul li span{
    display: block;
    padding: 5px 0 0 0;
}
.sm_menu ul li#sm_first{
    line-height: 160%;
}
.sm_menu ul li#sm_first i{
        top: 26px;
}
    .sm_menu li a i.fa-angle-right{
        position: absolute;
        top: 20px;
        right: 0;
    }
    .sm_menu li a i.fa-angle-right{
        
    }

/*------------*/
#navTgl:checked ~ .sm_menu {
	transform: none;
}
    #hung_menu{
        position: fixed;
        top: 45px;
        left: 15px;
        font-size: 9px;
        color: #0881c2;
        z-index: 50;
    }
/*------------------------*/

#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0px;
    /* right: 0; */
    left: 0;
}
.open {
	top: 20px;
	z-index: 9998;
	width: 60px;
	height: 48px;
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #0881c2;
	transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 99;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
.close span{
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked ~ .close {
	background: rgba(0,0,0,.9);
}

/*-----------------------------------------------*/
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
  table {
    margin: 0;
    border: none;
  }
}
/*-----------------------------------------------*/
html {-webkit-text-size-adjust: none}
body{
	margin: 0px;
	padding: 0px;
    font-size: 15px;
    line-height: 150%;
}
img {
	max-width: 100%;
	height:auto;
}
.wrap {
	margin: 0px auto;
	padding: 0px;
	width:90%;
}
/*-------------------------*/
a.f_tel{
	display:block;
	width:45%;
	height: 55px;
	background-color:#fd784f;
	float:left;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 15px 0px;
}
a.f_tel img
{
	float:left;
	width:22px;
	margin: 10px 0px 0px 5px;
}
a.f_tel span
{
	float:right;
	width:68%;
	font-size:13px;
	margin: 10px 0px 0px 0px;
	display:block;
	letter-spacing:0;
}
a.f_tel span b
{
	font-weight:normal;
	display:block;
	clear:both;
	font-size:8px;
}
input,
select {
  font-size: 16px;
  transform: scale(0.9);
}

body{
    background-image: url(../img/main.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 500px;
}

#h1{
    font-size: 10px;
    font-weight: normal;
    margin: 5px auto;
    padding: 0px;
    width: 70%;
    text-align: center;
    line-height: 170%;
}

header p#logo{
    margin: auto;
    padding: 0px 0 20px 0;
    font-size: 12px;
    color: white;
    text-align: center;
}
header p#logo{
    
}
header p#logo img{
    width: 40%;
    margin: auto;
}
#nav_menu{
    display: table;
    background-color: white;
    width: 100%;
}
#nav_menu dl{
    display: table-row;
}
#nav_menu dl dt{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #90d6f6;
    box-sizing: inherit;
    width: 20%;
}
#nav_menu dl dt:first-child{
    display: none;
}
#nav_menu dl dt:last-child{
    display: none;
}
#nav_menu dl dt a{
    color: black;
    font-size: 9px;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    letter-spacing: 0;
}
#nav_menu dl dt a span{
    display: none;
}
#nav_menu dl dt i{
    display: none;
}
#nav_menu dl dt ul,
#nav_menu dl dt ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.dropmenu ul{
    display: none;
}

header ul{
    display: none;
}

/*------*/
#top_h2{
    clear: both;
    text-align: center;
    color: white;
    padding: 20px 0 0 0;
    line-height: 160%;
}
#top_h2 h2{
    font-size: 22px;
    line-height: 200%;
}
/*------*/
#top_h3{
    clear: both;
    padding: 30px 0 0 0;
    width: 90%;
    margin: auto;
}
#top_h3 h3{
    font-size: 20px;
    line-height: 200%;
    text-align: center;
}

/*------*/
.midasi02{
  clear: both;
  font-size: 14px;
  display: flex;
  text-align: left;
  margin: 70px auto 10px auto;
  padding: 0px 0px 0 0;
    position: relative;
}
.midasi02::after{
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: blue;
  top: 6px;
    left: 5px;
    position: relative;
}
.midasi02 i{
    color: blue;
    font-size: 60%;
    margin: 8px 5px 0 0;
}
.midasi02 span{
    color: red;
}

/*--------*/
ul#top_sefvbox{
    clear: both;
    margin: 0px;
    padding: 0px;
}
ul#top_sefvbox li{
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0px;
}
ul#top_sefvbox li div{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin: 1%;
    padding: 5% 10%;
    height: 350px;
    position: relative;
    color: white;
}
ul#top_sefvbox li a {
    text-decoration: none;
}
ul#top_sefvbox li a div{
    text-decoration: none;
    display: block;
    border: 2px solid white;
    box-sizing: border-box;
}
ul#top_sefvbox li a:hover div{
    border: 2px solid #aed5ec;
}
ul#top_sefvbox li div h3{
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
    font-size: 20px;
}
ul#top_sefvbox li div p.txt{
    font-size: 85%;
}
ul#top_sefvbox li div p.list{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    border-top: 1px solid white;
    width: 81%;
    padding-top: 2%;
}
ul#top_sefvbox li div p.list span{
    display: block;
    float: left;
    margin: 2% 2% 0 0;
    padding: 2px 5px;
    background-color: rgba(255,255,255,.3);
}
/*------*/
.cen_title{
    clear: both;
    text-align: center;
}
.cen_title h3{
    font-size: 20px;
    line-height: 180%;
}
#top_title1{
    padding: 40px 0 20px 0;
}

/*----*/
ol#top_pointlist{
    margin: 0px auto;
    padding: 0px;
    clear: both;
    width: 90%;
}
ol#top_pointlist li{
    display: table;
    margin: 0px;
    padding: 30px 0px;
    clear: both;
    width: 100%;
    list-style: none;
}
ol#top_pointlist li p.num,
ol#top_pointlist li div.txt,
ol#top_pointlist li p.imgs{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
ol#top_pointlist li p.num{
    width: 7%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
    font-size: 60px;
    padding-top: 15px;
    color: blue;
    padding-right: 10px;
}
ol#top_pointlist li div.txt{
    width: 70%;
}
ol#top_pointlist li div.txt h3{
    margin: 0px;
    padding: 10px 0 0 0px;
    color: blue;
    font-size: 16px;
    font-weight: normal;
  position: relative;
  display: flex;
    text-decoration: underline;
}
ol#top_pointlist li div.txt h4{
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 15px 0 5px ;
    line-height: 140%;
}
ol#top_pointlist li div.txt p{
    width: 115%;
    font-size: 15px;
    line-height: 150%;
}
/*-------*/
ol#top_pointlist li p.imgs{
    width: auto;
    height: auto;
}
ol#top_pointlist li p.imgs img{
    width: 90%;
    height: auto;
    float: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.top_voicewrap,
#top_voicewrap{
    width: 90%;
    margin: auto;
}
.top_voicewrap dl dt ,
#top_voicewrap dl dt {
    padding: 30px 0;
}
.top_voicewrap dl dt table th,
#top_voicewrap dl dt table th{
    width: 60px;
    text-align: center;
    vertical-align: top;
    line-height: 140%;
}
.top_voicewrap dl dt table th img,
#top_voicewrap dl dt table th img{
    width: 50px;
    height: 50px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    float: left;
    margin-bottom: 5px;
    border: 1px solid #86c6ea;
}
.top_voicewrap dl dt table th p,
#top_voicewrap dl dt table th p{
    clear: both;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    padding: 2% 0 0 10%;
}
.top_voicewrap dl dt table td,
#top_voicewrap dl dt table td{
    
}
.top_voicewrap dl dt table td h4,
#top_voicewrap dl dt table td h4{
    width: 93%;
    text-align: left;
    padding-left: 7%;
    padding-bottom: 70px;
    font-size: 20px;
    margin: 0 0 -50px 0;
    font-weight: bold;
}
.top_voicewrap dl dt table td p,
#top_voicewrap dl dt table td p{
    padding-left: 7%;
}

.kakko {
        position: relative;
        width: 30%;
        text-align: center;
    }
.kakko::before{
        content: "“";
        position: absolute;
        width: 50px;
        height: 50px;
        display: block;
        font-family: "BIZ UDPGothic", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        left: 0;
        top: 0;
    }
.kakko::after{
        content: "”";
        position: absolute;
        width: 50px;
        height: 50px;
        display: block;
        font-family: "BIZ UDPGothic", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        right: 0;
        bottom: 0;
    }
/**/
#news_wrap{
    background-color: #f7f7f7;
    clear: both;
    text-align: center;
    padding: 20px 10px 70px 10px;
    margin: 0 0 50px 0;
}

/*------*/
footer{
    clear: both;
    display: block;
    width: 100%;
    background-color: #8ec4f2;
    text-align: center;
    color: white;
    padding: 20px 0 0 0;
}
footer p#f_logo{
    margin:  auto;
    padding: 30px 0 0 0px;
    width: 50%;
    font-size: 12px;
    color: white;
    text-align: center;
}
footer p{
    padding: 20px 0;
}
footer p#f_logo img{
    width: 100%;
}
footer a{
    color: white;
}
footer ul{
    margin: -10px auto 0 auto;
    padding: 0px;
}
footer ul li{
    margin: auto;
    padding: 0px;
    clear: both;
    list-style: none;
}
footer ul li:nth-child(1) a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin: 18px 12px;
    display: block;
}
/**/

footer ul li:nth-child(2){
    width: 200px;
}
footer ul li:nth-child(2) a{
    display: block;
    background-color: white;
    color: #7ac7f0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
footer ul li:nth-child(2) a span{
    display: block;
    width: 30px;
    height: 15px;
    font-size: 11px;
    background-color: #7ac7f0;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    float: left;
    font-weight: normal;
    text-align: center;
    line-height: 0;
    padding-top: 15px;
    margin: 0 10px 0 0;
    color: white;
}
footer ul li:nth-child(2) a i{
    margin-left: 10px;
    font-size: 20px;
    color: #7ac7f0;
}
#f_link,
#f_link dl,
#f_link dl dt{
    clear: both;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
#f_link dl dt{
    border-bottom: 1px solid #abd0f0;
}

#f_link dl dt a{
    display: block;
    padding: 10px 0;
}
address{
    display: block;
    padding: 30px 0 0 0;
    font-size: 12px;
}
body.home #nav_menu dl dt:nth-child(1) a.first,
body.home2 #nav_menu dl dt:nth-child(2) a.first,
body.page-id-30 #nav_menu dl dt:nth-child(2) a.first,
body.parent-pageid-32 #nav_menu dl dt:nth-child(3) a.first,
body.page-id-46 #nav_menu dl dt:nth-child(4) a.first,
body.page-id-48 #nav_menu dl dt:nth-child(5) a.first,
body.parent-pageid-50 #nav_menu dl dt:nth-child(6) a.first,
body.page-id-62 #nav_menu dl dt:nth-child(7) a.first{
    color: black!important;
}
body{
    background-size: 300% auto !important;
}
/*------*/
#base_title{
    clear: both;
    text-align: center;
    color: white;
    padding: 10px 0 0px 0;
    font-size: 110%;
    line-height: 200%;
    height: 200px;
}
#base_title h2{
    font-size: 22px;
    line-height: 200%;
    position: relative;
}
#base_title h3{
    font-weight: normal;
    font-size: 12px;
    margin: -20px auto 0 auto;
    padding: 0;
}
#base_title h3 span{
    color: #1485bd;
    background-color: white;
    padding: 2px 20px;
}
#base_wrap{
    clear: both;
    background-color: white;
    padding: 20px 0;
    margin: -50px 0 -20px 0;
    position: relative;
}
/**/
.pricebox{
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: auto;
}
.pricebox th,
.pricebox td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-weight: normal;
    text-align: left;
}
.pricebox th{
    background-color: #f7f7f7;
}
/*------*/
#base_h2{
    clear: both;
}
#base_h2 h2{
    font-size: 20px;
    line-height: 160%;
}
#prbox{
    background-color: #fbf7ed;
    padding: 2% 5%;
}

/**/
.img_list{
    display: table;
    margin: 50px 0;
    clear: both;
}
.img_list dl dt,
.img_list dl dd{
    display: table-cell;
    vertical-align: top;
}
.img_list dl dt img{
    width: 90%;
    height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.left dl dt{
    width: 25%;
    text-align: left
}
.left dl dd{
    
}
.left dl dd h3{
    color: #3e89b4;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

/**/
ul#tabi_list{
    margin: 0px 0 0 -1%;
    padding: 0px;
}
ul#tabi_list li{
    margin: 0px 0 10px 0;
    padding: 1%;
    float: left;
    list-style: none;
    width: 48%;
    font-size: 13px;
    line-height: 170%;
}
ul#tabi_list li:nth-child(odd){
    clear: both;
}
ul#tabi_list li div{
    
}
ul#tabi_list li img{
    width: 100%;
    height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#tabi_list li h4{
    font-size: 16px;
    color: #3e89b4;
    margin: 0px;
    padding: 10px 0 0px 0;
}

/*--------*/
.flow_box ol{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.flow_box ol li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    clear: both;
}
.flow_box ol li img{
    width: 60px;
    height: auto;
    float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flow_box ol li div{
    float: right;
    margin: 0;
    padding: 0;
    width: 80%;
}
.flow_box ol li div br{
    display: none;
}
.flow_box ol li h4{
    font-size: 16px;
    margin: 10px 0 -5px 0;
}
.flow_box ol li div p{
    width: 120%;
}
.flow_box {
    font-size: 1.6rem;
    padding: 2px 0 40px 20px;
    position: relative;
}

.flow_box::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    z-index: 1;
    border: 2px solid #3e89b4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.flow_box::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: lightgrey;
    position: absolute;
    top: 0;
    left: 5px;
}

.last::after {
    display: none;
}

.flow_content time {
    color: #3e89b4;
    font-weight: bold;
    display: block;
    margin-top: -6px;
}


.bordbox{
    margin: 50px 0;
}
.bordbox,
.bordbox tbody,
.bordbox tr,
.bordbox th,
.bordbox td{
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
.bordbox td{
    border-right: 10px solid white;
    border-bottom: 10px solid white;
    background-color: #fbf7ed;
    padding: 4%;
}
.bordbox td ul{
    margin: 0;
    padding: 0 0 0 15px;
    font-weight: bold;
}
.bordbox td h4{
    background-color: white;
    padding: 5px;
    text-align: center;
    margin: 0px;
}

/**/
#tabs {
    display: table;
    margin: -70px auto 30px auto;
}
#tabs dl dt{
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 16%;
}
#tabs dl dt a{
    display: block;
    margin: 0px;
    padding: 10px 5px;
    height: 30px;
    margin: 0 1px;
    background-color: rgba(255,255,255,.7);
    box-sizing: inherit;
    font-size: 10px;
    line-height: 140%;
}
#tabs dl dt#fix a{
    background-color: white;
    text-decoration: none;
    border-top: 2px solid blue;
}
/**/
.serv_rightimg{
    float: right;
    margin: 0px 0 10px 10px;
    padding: 0px;
    width: 30%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#f_bana{
    display: block;
    clear: both;
    margin: auto;
    width: 60%;
}
/*------*/
#top_h3{
    clear: both;
    text-align: center;
    
    background-color: white;
    margin: 60px 0 0 0;
    padding: 30px 0 0 0;
    width: 100%;
}
#top_h3 h3{
    font-size: 18px;
    line-height: 200%;
}
#top_h3 p{
    width: 90%;
    margin: auto;
    text-align: left;
}