@charset "UTF-8";

/*----------------------------------------------------
  layout
----------------------------------------------------*/

.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#contents {

}

#main_contents {
  width: 740px;
  float: right;
}

.sp {
 display:none
}

/*----------------------------------------------------
    header
----------------------------------------------------*/

header {
  box-shadow: 0px 0px 2.88px 0.12px rgba(7, 0, 2, 0.2);
  position: relative;
}

.cmn_logo {
    float: left;
    background: url(../img/bg_logo.jpg) top -1px left -5px no-repeat;
    background-size: 88px;
    padding: 0px 0 0 89px;
    height: 103px;
    width: 378px;
}

.cmn_logo > a > img {
    width: 393px;
}

.cmn_logo h1 {
    background: #d6efa3;
    color: #493d31;
    font-size: 1.1rem;
    margin: 6px 0 2px;
    text-align: center;
    padding: 5px 0;
    font-weight: normal;
}

.cmn_logo a {
  padding: 7px 0;
  display: block;
}

.cmn_logo p {
color: #493d31;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
}

.cmn_logo p span {
  color: #ff8315;
}

header .btn_box {
  float: left;
  padding: 10px 3px 0 26px;
}

header .btn_box ul li {
    float: left;
    padding: 0 4px 0 4px;
}

header .func_box {
  float: right;
}

header .func_box ul li {
  float: left;
  padding: 5px 20px 0 0;
}

header .func_box ul li a {
  color: #493d31;
  font-size: 1.3rem;
  text-decoration: none;
}

header .func_box ul li a:before {
  content: '\f0da';
  font-family: FontAwesome;
  color: #f5800d;
  padding: 0 5px 0 0;
}

header .func_box b {
  display: block;
  padding: 4px 0;
}

header .func_box .tel_num {
  position: relative;
  font-size: 3.4rem;
  padding: 0px 0 0 0;
  /* margin-top: 3px; */
  text-align: center;
}

header .func_box .tel_num span{

}

header .func_box .tel_num:before {
  color: #97cf22;
	font-family: FontAwesome;
	content: '\f098';
	font-size: 3.0rem;
	padding: 0 10px 0 0;
	position: relative;
	bottom: 2px;
}

header .func_box .txt {
     font-size: 1.3rem;
    color: #493d31;
    padding: 1px 0 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}

/*----------------------------------------------------
   mv
----------------------------------------------------*/

#mv {
    background: url(../img/mv/mv_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #f5feed;
}

#mv #mv_in {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 425px;
}

#mv #mv_in div {
    position: absolute;
    width: 363px;
    top: 288px;
    right: 4px;
    text-align: center;
}

#mv #mv_in div b {
  font-size: 2.4rem;
  font-weight: bold;
}

#mv #mv_in div b span {
  font-size: 3.2rem;
  font-weight: bold;
  color: #d10000;
}

#mv #mv_in p {
  font-weight: bold;
  color: #7c7c7c;
  padding: 10px 0 0;
}

#mv #mv_in a {
    display: block;
    padding: 10px 0 0;
}


#mv #extra {
	background: #fff;
	padding: 16px 0 0;
}

#mv #extra h2{
	padding:10px 0;
	text-align: center;
  background-image: -moz-linear-gradient( 90deg, rgb(55,154,32) 0%, rgb(75,176,52) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(55,154,32) 0%, rgb(75,176,52) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(55,154,32) 0%, rgb(75,176,52) 100%);
	background-size: unset;
	border:1px solid rgb(67, 166, 47);
	padding: 14px 0;
	font-size: 3.0rem;
}

#mv #extra ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 0;
}

#mv #extra ul li{
	position: relative;
	padding: 0 0 30px 0;
}

#mv #extra ul li a {
	text-decoration: none;
}

#mv #extra ul li .price{
	position: relative;
	bottom: 59px;
	left: 30px;
	color: #d10000;
	font-weight: bold;
	font-size: 3.6rem;
	height: 0;
}

#mv #extra ul li .price span{
	font-size: 2.4rem;
	color: #353535;
}


/*----------------------------------------------------
    global navi
----------------------------------------------------*/
/*  フローティング固定*/
#gn.fixed {
	width: 100%;
	position: fixed !important;
	z-index: 101 !important;
	top: 0;
}

#gn {
  background: #8dc21f;
}

#gn ul li {
  float: left;
}

/*----------------------------------------------------
   top
----------------------------------------------------*/

#top h2 {

  font-size: 3.2rem;
  padding: 15px 10px;
  text-align: center;
	background-image: linear-gradient(
		-45deg,
		#56a334 25%,
		#65ab46 25%, #65ab46 50%,
		#56a334 50%, #56a334 75%,
		#65ab46 75%, #65ab46
		);
		background-size: 10px 10px;
		color: #fff;
}




#top h4 {
  text-align: center;
    font-size: 2.7rem;
}

#top .bl_trouble {
	background: url(../img/top/bl_trouble/bl_trouble_bg.png);
}

#top .bl_free{
	margin: 0 0 40px;
}

#top .bl_free .btn {
  margin: 23px 0 0;
  position: relative;
}

#top .bl_free .btn .tel_num {
  font-size: 5.4rem;
  top: 80px;
  left: 650px;

}

#top .bl_free .btn .date {
  position: absolute;
  font-size: 2.5rem;
  font-weight: bold;
  color: #493d31;
  top: 144px;
  left: 306px;
}

#top .bl_fee{
}

#top .bl_fee ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 0;
}

#top .bl_fee ul li{
  position: relative;
  padding: 0 0 30px 0;
}

#top .bl_fee ul li a{
	text-decoration: none;
}

#top .bl_fee ul li .price{
  position: relative;
bottom: 150.6px;
  text-align: center;
  color: #f5800d;
  font-weight: bold;
  font-size: 4.4rem;
	height: 0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

#top .bl_fee ul li .price span{
	color: #4e4e4e;
	font-size: 4.0rem;
}

#top .bl_lowprice{
	text-align: center;
	padding: 0 0 16px;
}

#top .bl_lowprice .wrap .btn{
	margin:30px 0;
}

#top  .bl_reason {
}

#top  .bl_reason ul {
	margin: 30px 0 0;
}


#top  .bl_reason ul li {
  float: left;
}

#top  .bl_reason ul li:first-child {
  padding: 0 30px 0 0;
}

#top .bl_service {

  padding: 10px 0 30px;
}

#top .bl_service ul li {
  float: left;
  padding: 0 31px 0 0;
}

#top .bl_service ul li:last-child {
  padding-right: 0;
}

#top .bl_servicebnr {
}

#top .bl_consul {
  padding: 7px 0 0;
}

#top .bl_consul ul li {
  float: left;
  padding: 0 8px 18px 0;
}

#top .bl_consul ul li:nth-child(3n) {
  padding-right: 0;
}



#top .bl_busy {
	margin: 0 0 30px;
}

#top .bl_support {

	padding: 10px 0 30px;
  }
  
#top .bl_support ul li {
float: left;
padding: 0 31px 0 0;
}

#top .bl_support ul li:last-child {
padding-right: 0;
}

#top .bl_supportbnr {
}

#top .bl_reason12 {
  padding: 30px 0 0;
}

#top .bl_reason12 ul li {
  float: left;
  padding: 0 20px 20px 0;
}

#top .bl_reason12 ul li:nth-child(2n) {
  padding-right: 0;
}

.bl_reason12 .ttl img {
    margin-bottom: 20px;
    margin-left: 30px;
}

#top > div.bl_reason12 > div > h2 {
    font-size: 3.2rem;
}

#top .bl_representative {
  padding: 37px 0 0;
}


#top .bl_representative .txt_box {
width: 700px;
}

#top .bl_representative .txt_box dl {
  display: inline-block;
  /* background: url(../img/cmn/bg_logo.png) right no-repeat; */
  background-size: 62px 64px;
  min-height: 64px;
  padding: 0 85px 0 0;
  color: #a78767;
}

#top .bl_representative .txt_box dl dt {
  font-size: 1.7rem;
  padding: 5px 0 0;
}

#top .bl_representative .txt_box dl dd {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0 0;
}

#top .bl_representative .txt_box p {
    font-size: 1.8rem;
  line-height: 2;
  padding: 27px 0 0;
}

#top .bl_representative .txt_box p span {
  border-bottom: 1px solid #f2f0f1;
      margin-bottom: 30px;
}

#top .bl_officeinfo ul li {
  float: left;
  padding: 0 20px 22px 0;
}

#top .bl_officeinfo ul li:nth-child(3n) {
  padding-right: 0;
}

#top .bl_trb {
  padding: 43px 0 0;
}

#top .bl_trb .inner {
  background: url(../img/top/bl_trb/bl_trb_bgr.png);
  padding: 0 27px 18px;
  margin: 20px 0 0;
}

#top .bl_trb .inner .ttl {
  text-align: center;
  padding: 38px 0;
}

#top .bl_trb .inner .box > b {
  display: block;
  text-align: center;
  background: #df2f2f;
  color: #fff;
  font-size: 2.6rem;
  padding: 15px 0;
  margin: 0 0 18px;
}

#top .bl_trb .inner .box:nth-child(3) > b {
  background: #f98a1e;
}
#top .bl_trb .inner .box:nth-child(4) > b {
  background: #63a939;
}

#top .bl_trb .inner .box > ul > li {
  float: left;
  padding: 0 23px 16px 0;
  position: relative;
}

#top .bl_trb .inner .box > ul > li:nth-child(3n) {
  padding: 0 0 16px 0;
}

#top .bl_trb .inner .box > ul > li > a {
  display: block;
  background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
  font-size: 2.0rem;
  font-weight: bold;
  color: #3b3b3b;
  padding: 16px 0 20px 0;
  width: 300px;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}

#top .bl_trb .inner .box > ul > li > a:before {
  font-family: FontAwesome;
  content: '\f0d7';
  padding: 0 9px 0 22px;
  color: #ae0000;
}

#top .bl_trb .inner .box:nth-child(3) > ul > li > a:before {
  color: #f98a1e;
}
#top .bl_trb .inner .box:nth-child(4) > ul > li > a:before {
  color: #63a939;
}

#top .bl_trb .inner .box > ul > li > a:hover{
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(237,237,237) 100%);
}

#top .bl_trb .inner .box > ul > li:hover ul {
  display: block;
}

#top .bl_trb .inner .box > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  border: 1px solid #213510;
  width: 298px;
  background: #fff;
  padding: 2px 12px 12px;
  box-sizing: border-box;
}

#top .bl_trb .inner .box > ul > li > ul > li > a {
  display: block;
  border-bottom: 1px solid #cacaca;
  color: #3b3b3b;
  font-size: 1.6rem;
  padding: 10px 0 10px;
  text-decoration: none;
}

#top .bl_trb .inner .box > ul > li > ul > li > a:before {
  font-family: FontAwesome;
  content: '\f105';
  padding: 0 5px;
  color: #ae0000;
}

#top .bl_trb .inner .box > ul > li > ul > li > a:hover {
  background: #fff0d6;
}

#top .bl_flow {
  padding: 40px 0 0;
}

#top .bl_flow figure{
    padding: 30px 0 30px 0;
}

#top .bl_flow .btn {
  text-align: center;
}

#top .bl_qa {
  padding: 48px 0 0;
}

#top .bl_qa .inner {
  height: 870px;
  background: url(../img/top/bl_qa/bl_qa_bg.png) no-repeat;
  padding: 10px;
  box-sizing: border-box;
  margin: 35px 0 50px;
}

#top .bl_qa .inner .ttl {
  text-align: center;
}

#top .bl_qa .inner ul {
  padding: 0 30px;
}

#top .bl_qa .inner ul li {
  padding: 0 0 30px;
  position: relative;
}

#top .bl_qa .inner ul li dl {
  border: 1px solid #f5800d;
  background: #fff7ef;
  padding: 16px 150px 16px 12px;
  height: 56px;
}

#top .bl_qa .inner ul li dl dt,
#top .bl_qa .inner ul li dl dd {
  display: table-cell;
  vertical-align: middle;
}

#top .bl_qa .inner ul li dl dd {
  padding: 0 0 0 20px;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: bold;
  color: #333;
}

#top .bl_qa .inner ul li a {
  position: absolute;
  top: 0;
  right: 0;
}

#top .bl_qa .inner .btn {
  text-align: center;
}

#top .bl_qa p {
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 10px 0 0;
}

span.accept {
    background: #dbd5cc;
    padding: 3px 12px;
    margin: 0 9px 0 0;
}


/*----------------------------------------------------
  cmn
----------------------------------------------------*/

.bl_ct {
  background: url(../img/top/bl_ct/bl_ct_bgr.png);
}

.bl_ct > div {
  text-align: center;
}

.bl_ct ul li {
  float: left;
}

.bl_ct .ttl, .bl_ct .txt{
  clear: both;
  padding:24px 0;
}

.bl_ct ul li:first-child {
    padding-right: 34px;
    position: relative;
}

.bl_ct ul li:first-child .tel_num {
	top: 55px;
	left: 108px;
	font-size: 5.4rem;

}

.bl_ct ul li:first-child .date {
	position: relative;
	color:#493d31;
  bottom: 45px;
    left: 2px;
  font-size: 1.5rem;
  font-weight: bold;
}

.bl_voice h3 {
  text-align: center;
  font-size: 3.0rem;
  color: #493d31; 
}

.bl_voice .inner {
  background-color: #f8fff5;
  background-image: url(../img/top/bl_voice/bl_voice_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
   border: 3px solid #56a334; 
}

#top .bl_voice .inner {
  background-color: #f8fff5;
}

.bl_voice .inner .ttl {
  padding: 30px 0 0 55px;
}

.bl_voice .inner ul {
  width: 920px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.bl_voice .inner ul li {
  float: left;
  width: 215px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  padding: 20px 15px;
}

.bl_voice .inner ul li:nth-child(4) {
  margin: 0;
}

.bl_voice .inner ul li b {
  display: block;
  text-align: center;
    background-color: #9bd724;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 20px;
  margin: 0 0 10px;
}

.bl_voice .inner ul li p {
  padding: 15px 0 0;
  font-size: 1.4rem;
  line-height: 2.1;
}

.bl_voice .inner ul li p span {
  border-bottom: 1px solid #d2d2d2;
}

.bl_voice .inner .btn {
  padding: 36px 0 42px;
  text-align: center;
}

.bl_search{
	margin-bottom: 32px;
}

.bl_search h3 {
  text-align: center;
  font-size: 3.0rem;
  color: #493d31; 
}

.bl_search .inner {
  border: 1px solid #56a334;
  background: url(../img/top/bl_search/bl_search_bg.png) bottom right no-repeat;
  margin: 16px 0;
}

.bl_search .inner .ttl {
  padding: 46px 0 29px;
  text-align: center;
}

.bl_search .inner ul {
  background: url(../img/top/bl_search/bl_search_sttl.png) top left 19px no-repeat;
  padding: 0 0 0 198px;
}

.bl_search .inner ul li {
  float: left;
  padding: 0 16px 20px 0;
}

.bl_search .inner .btn {
  padding: 18px 0 44px;
  text-align: center;
}

.bl_post .inner {
    width: 1000px;
}

.bl_post .inner.half {
    margin: 10px;
    width: 480px;
    float: left;
}

.bl_post .inner.half ul li a dl dd {
float: left;
    color: #454545;
    font-size: 17px;
    padding: 8px 0px 10px 10px;
    line-height: 1.4em;
}

.bl_post .inner.half ul {
    background-color: #ffffff;
}



.bl_post .inner ul {
    border: 1px solid #d7d7d7;
    height: 260px;
    overflow-y: scroll;
    padding: 7px 25px;
    box-sizing: border-box;
    background-color: #fffdf8;
}

.bl_post .inner ul li a {
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 5px 5px;
  text-decoration: none;
}

.bl_post .inner ul li a:hover {
  background: #eefce8;
}

.bl_post .inner ul li a dl dt {
    /* float: left; */
    background: #f8fff5;
    border: 1px solid #9bd724;
    font-size: 15px;
    padding: 4px 32px;
    border-radius: 15px;
    box-sizing: border-box;
    color: #454545;
    margin: 5px 0px 0px 0px;
    width: 161px;
}

.bl_post .inner ul li a dl dd {
    letter-spacing: 0.06em;
    float: left;
    color: #454545;
    font-size: 1.7rem;
    padding: 9px 31px;
}

.bl_post .btnbox{
	text-align: center;
	padding: 20px 0;
}

#top .bl_attention{
  padding-bottom:10px;
}

#top .bl_attention ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top .bl_attention ul li{
  position: relative;
  padding: 0 0 30px 0;
}

#top .bl_reason2 h4{
	color:#493d31;
}



#top .bl_reason2 p {
	font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 0 0;
}

#top .bl_reason2 ul li .cf {
  padding: 0 0 20px 0;
}

#top .bl_reason2 ul li:last-child {
  padding: 0 0 36px 0;
}


#top .bl_reason2 ul li .cf .f_l {
  float: left;
  padding-right: 16px;
}

#top .bl_reason2 ul li .cf .f_r {
  float: none;
}


#top .bl_reason2 ul li .ptxt1{
  color:#56a334;
}

#top .bl_reason2 ul li .ptxt2{
  color:#ff0000;
  /* font-weight: bold; */
}
/*----------------------------------------------------
  sidebar
----------------------------------------------------*/

#sidebar {
  width: 230px;
  float: left;
}

#sidebar .ttl {
		background-image: -moz-linear-gradient( 90deg, rgb(56,155,33) 0%, rgb(95,199,72) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(56,155,33) 0%, rgb(95,199,72) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(56,155,33) 0%, rgb(95,199,72) 100%);
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 14px 0 12px;
  border-radius: 10px 10px 0 0;
}



#sidebar .inner {
  border: 1px solid #e2e2e2;
}

#sidebar .bl01 {
  position: relative;
}

#sidebar .bl01 .tel_num {
    position: absolute;
    top: 151px;
    left: 42px;
    font-size: 2.7rem;
    color: #fff;
}

#sidebar .bl01 .date {
	position: absolute;
	top: 170px;
	left: 12px;
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}

#sidebar .bl01 .date .time::before {
  content: "\A";
  white-space: pre;
}

#sidebar .bl02 ul li {
  padding: 10px 0 0;
}

#sidebar .bl02 ul li:nth-child(1) {
  padding: 15px 0 5px;
}

#sidebar .bl02 ul li:nth-child(7),
#sidebar .bl02 ul li:nth-child(8) {
  padding: 18px 0 0;
}


#sidebar .bl03 {
  padding: 24px 0 0;
}

#sidebar .bl03 .menu-sidebar-container > ul {
  border: 1px solid #e2e2e2;
	border-bottom: none;
}

#sidebar .bl03 .menu-sidebar-container > ul a {
  display: block;
  background: #fff;
  color: #000;
  padding: 16px 10px 16px 18px;
  font-size: 1.4rem;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
}

#sidebar .bl03 .menu-sidebar-container > ul a:hover {
  background: #eefce8;
}

#sidebar .bl03 .menu-sidebar-container > ul a:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #9bd724;
  position: absolute;
  left: 10px;
}

#sidebar .bl03 ul .sub-menu {
  display: none;
}

#sidebar .bl03 ul .sub-menu li a {
  background: #f9f7f4;
  padding: 16px 10px 16px 28px;
}

#sidebar .bl03 ul .sub-menu li a:before {
  left: 20px;
}

#sidebar .bl04 {
  padding: 30px 0 0;
}

#sidebar .bl04 .map {
  border: 1px solid #e2e2e2;
  border-top: none;
}

#sidebar .bl05 {
  background: #f3f3f3;
  margin: 20px 0 0;
  padding: 10px 5px;
}

#sidebar .bl05 input[type="text"] {
  width: 75%;
  padding: 5px 0;
}

#sidebar .bl05 input[type="submit"]{
    margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#sidebar .bl05 input[type="submit"] {
  background: #717171;
  color: #fff;
  padding: 5px 9px;
}


/*----------------------------------------------------
  page
----------------------------------------------------*/

#page_contents {
  padding: 0 0 60px;
}

#breadcrumbs {
	font-size: 1.2rem;
	padding: 14px 0 14px;
	margin: 9px;
}

#breadcrumbs a {
  font-size: 1.2rem;
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
}

#breadcrumbs .search {
  position: absolute;
  top: -20px;
  right: 0;
  width: 220px;
}

#breadcrumbs .search input[type="text"] {
  width: 75%;
  padding: 5px 0;
}

#breadcrumbs .search input[type="submit"]{
    margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#breadcrumbs .search input[type="submit"] {
    background: #8dc21f;
    color: #fff;
    padding: 5px 10px;
}

#breadcrumbs div span.search.current-item {
    display: none;
}


#page {
  font-size: 1.6rem;
}

#page .page_under01 {
  margin: 50px 0 0;
  border: 1px solid #9bd724;
  border-bottom: none;
  clear: both;  
}

#page .page_under01 ul.parent li a {
  background: #9bd724;
  color: #fff;
}

#page .page_under01 ul li a {
  display: block;
  padding: 18px 10px;
  color: #3a2f27;
  text-decoration: none;
  border-bottom: 1px solid #9bd724;
   font-size: 1.6rem;
}

#page .page_under01 ul.child  li a:before {
  content: " \f105";
  font-family: FontAwesome;
  color: #9bd724;
  padding: 0 5px 0 0;
}

#page .page_under01 ul.child li a {
  padding: 18px 35px;
}

#page .page_under01 ul.child li a:hover {
  background: #eefce8;
}

#page .page_under02 {
  position: relative;
}

#page .page_under02 .tel_num {
display: block;
    left: 355px;
    top: 64px;
    font-size: 5.6rem;

}

#page .page_under03{
	margin: 40px 0 0;
}

#page .page_under03 h4,
#page .page_under04 h4 {
}

#page .page_under03 ul {
}

#page .page_under03 ul li {
  float: left;
}

#page .page_under03 ul li:first-child {
  padding: 0 14px 0 0;
}

#page .page_under04{
	margin: 40px 0 0;
}

#page .page_under04 .inner {
    background: url(../img/page/parts_navi_bg.png) no-repeat;
    width: 740px;
    height: 310px;
    margin: 25px 0 0;
}

#page .page_under04 .inner ul {
  width: 396px;
  margin: 0 0 0 335px;
      padding: 14px 0px 0px;
}

#page .page_under04 .inner ul li {
  float: left;
  padding: 15px 10px 0 0;
}


.page_under05 {
	margin: 40px 0 0;
}

#page .page_under05 h3, .page_under04 h3, .page_under03 h3, .page_under02 h3 {
    text-align: center;
    font-size: 2.2rem;
    color: #493d31;
    padding: 15px 0 12px;
    margin: 21px 0px 21px;
}

.page_under05 ul{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_under05 ul li {
	position: relative;
}

.page_under05 ul li a{
	text-decoration:  none;	
}

#page .page_under05 ul li .price{
	position: relative;
    bottom: 131px;
	text-align: center;
	color: #f5800d;
	font-weight: bold;
	font-size: 3.6rem;
	height: 0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}


#page .page_under05 ul li .price span{
	color: #4e4e4e;
	font-size: 3.2rem;
}


.page_under06 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_under06 ul li {
	position: relative;
	padding: 0 0 30px 0;
}



#page table.line {
  border-top-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #d3d3d3;
  border-right-color: #d3d3d3;
  border-bottom-color: #d3d3d3;
  border-left-color: #d3d3d3;
  border-left-width: 1px;
  margin-top: 30px;
  border-collapse: collapse;
}

#page table.line th {
  background-color: #FFFFCC;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d3d3d3;
  border-bottom-color: #d3d3d3;
  font-weight: bold;
  line-height: 1.3;
	text-align: center;
}

#page table.line td {
	padding: 15px;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	line-height: 1.3;
}

#page table.line p {
  padding: 0px;
  margin: 0px;
}

.bl_voice h4{
	margin-bottom: 34px;
}

.bl_voice h4, .bl_search h4 {
    font-size: 2.8rem;
		text-align: center;
}

table {
  font-size: inherit;
  font: 100%;
}

table.mainstyle {
    border: 1px #b9b9b9 solid;
    border-collapse: collapse;
    border-spacing: 0;
    width: 94%;
margin: 20px 20px 10px 20px;
}

table.mainstyle th {
  font-weight: bold;
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #FFFFCC;
  vertical-align: middle;
}

table.mainstyle td {
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #fff;
  vertical-align: middle;
      text-align: center;
}

#page table.mainstyle.ptable.ml0 tr:nth-child(1) td {
    background-color: #ff8315;
    color: white;
    text-align: center;
}

#page table.mainstyle tr:nth-child(1) td {
    background-color: #ff8315;
    color: white;
    text-align: center;
}

.search li a {
  display: block;
  text-decoration: none !important;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}

/*----------------------------------------------------
  list
----------------------------------------------------*/

#list ul li {
  border-bottom: 1px solid #e8e8e8;
  margin: 20px 0 0;
  padding: 0 0 10px;
}

#list dl dt {
  font-size: 1.4rem;
}

#list dl dd {
  padding: 13px 0 0;
}

#list dl dd a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6em;
}

#list dl dd a:hover {
  text-decoration: none !important;
}

#list p {
  padding: 10px 0;
}

#list p a {
  color: #213d0a;
}


/*----------------------------------------------------
  detail
----------------------------------------------------*/

#detail dl dt {
  font-size: 1.4rem;
  padding: 20px 0 0;
}

#detail dl dd {
  padding: 15px 0 20px;
  font-size: 2.2rem;

  font-weight: bold;
}

#detail .thumb {
  padding: 20px 0 0;
  text-align: center;	
}

#detail .thumb img {
  max-width: 100%;
  height: auto;
}

#detail .pagenation {
  border-top: 1px solid #efefef;
  text-align: center;
  margin: 50px 0 0;
  padding: 20px 0 0;
}

#detail .pagenation li {
  display: inline-block;
  padding: 0 5px;
}

#detail .pagenation li a {
  display: block;
  border: 1px solid #ff8315;
  padding: 12px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

#detail .pagenation li a:hover {
  background: #ff8315;
  color: #fff;
}

#detail .relatepost {
  padding: 20px 0 0;
}

#detail .relatepost ul li {
}

#detail .relatepost ul li a {
  display: block;
  color: #666;
  padding: 15px 5px 15px 5px;
  border-bottom: 1px dotted #666;
  text-decoration: none;
}

#detail .relatepost ul li a:hover {
  text-decoration: underline;
}


/*----------------------------------------------------
  pagetop
----------------------------------------------------*/

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

#pagetop a {
  display: block;
}

/*----------------------------------------------------
  fixedbtn
----------------------------------------------------*/

#fixedbtn {
    position: fixed;
    top: 120px;
    right: 30px;
    z-index: 100;
}

#fixedbtn ul li a img {
  /* box-shadow: 0px 0px 3.44px 0.56px rgba(7, 0, 2, 0.4); */
  border-radius: 5px;
}

#fixedbtn ul li:not(:first-child) {
  padding: 7px 0 0;
}


/*----------------------------------------------------
   footer
----------------------------------------------------*/


footer .ft_menu {
    background: #f5f1eb;
}

footer .ft_menu ul {
  width: 250px;
  float: left;
  padding: 35px 0;
}
footer .ft_menu ul li{
    margin:10px;
}

footer .ft_menu ul li a {
  color: #000;
  text-decoration: none;
    font-size: 0.9em;
    line-height:1.3;
	 display:inline-flex;
}


footer .ft_menu ul li a:hover {
  color: #ff8315;
}

footer .ft_menu ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #9bd724;
  padding: 0 10px 0 20px;
}

footer .ft_info {
  padding: 18px 0;
}

footer .ft_info .info_box {
  width: 495px;
  float: left;
}

footer .ft_info .info_box .cmn_logo a{
	display: block;
	padding: 4px 0 6px;
}

footer .ft_info .info_box .cmn_logo p{
font-size: 1.3rem;
}

footer .ft_info .info_box .tel_box {

  float: left;
}

footer .ft_info .info_box .tel_box .address {
    font-size: 1.5rem;
    line-height: 1.3;

}

footer .ft_info .info_box .tel_box .tel_num {
	position: relative;
	font-size: 4.8rem;
	margin: 4px 0 8px;
}

footer .ft_info .info_box .tel_box .tel_num span{

}

footer .ft_info .info_box .tel_box .tel_num:before {
	color: #97cf22;
	font-family: FontAwesome;
	content: '\f098';
	font-size: 4.4rem;
	padding: 0px 12px 0 0;
  position: relative;

}

footer .ft_info .info_box .tel_box .time {
    /* bottom: 45px; */
    /* left: 18px; */
    font-size: 1.4rem;
    font-weight: bold;
    margin: 7px 0px 0px;

}

footer .ft_info .info_box .tel_box .time span.accept {
padding: 3px 14px;
    margin: 0 9px 0 0;
}

footer .ft_info .map_box {
  float: right;
}


footer .copy {
  background: #9bd724;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  padding: 16px 0;
}

footer .cmn_logo h1 {
  margin: 0 0 4px;
  width: 100%;
}

.wp-pagenavi {
  text-align: center;
  padding: 30px 0 0;
}

/*テーブル　追記*/
#main_contents #page table .th_color01{
	background-color: #80f5ed;
}

#main_contents #page table .th_color02{
	background-color: #fffff0;
}

#gn .wrap {
    width: 1001px;
}

.bl_seminar div#image {
float: left;
    width: 230px;
    height: 155px;
    background-color: #ffffff;
    margin: 0 40px 0 0;
    overflow: hidden;
    text-align: center;
}

.bl_seminar h5 {
    display: contents;
    border: none;
    padding: 0;
    color: #f5800c;
    font-size: 25px;
    letter-spacing: 0.1em;
}

.bl_seminar dt {
    float: left;
    font-weight: bold;
}

.bl_seminar dd {
    margin-bottom: 10px;
}

.bl_seminar dl {
    margin-top: 20px;
    font-size: 1.2em;
}

.bl_seminar #image > img {
    height: 100%;
    width: auto;
    text-align: center;
}

.bl_seminar div div ul {
    margin: 20px 50px;
}

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

.bl_seminar .wrap {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

time > p {
    font-size: 0.8em !important;
}