main {
  max-width: 980px;
  margin: 0 auto;
}
.title {
  margin: 1.0rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.boder {
  border-bottom: #FF0004 3px solid;
}
/*jp縺ｮ縺ｿ縺ｧ菴ｿ逕ｨ*/
.tel {
  font-size: 1.8rem!important;
  color: #ed0000!important;
	line-height: 1.3em;
}
.st {
  font-weight: bold;
}
/*web縺ｮ縺ｿ縺ｧ菴ｿ逕ｨ*/
.exp_area {
  margin: 20px auto;
  width: 80%;
}
.exp {
  font-size: 15px;
}
.exp a {
  color: #1a0dab;
}
.exp a:hover {
  text-decoration: underline
}
.exp2 {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.exp2 a {
  color: #1a0dab;
}
.exp2 a:hover {
  text-decoration: underline
}
.box_trouble {
  border: solid 3px #ED0000;
  width: 60%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
}
.box_trouble p {
  font-size: 15px;
  color: #ED0000;
}
.box {
  padding: 10px;
  margin: 0 auto;
  width: 700px;
}
.boxlist {
  margin-top: 10px;
}
.textleft {
  text-align: left;
  padding-left: 2em;
  font-size: 15px;
}
.textleft2 {
  text-align: left;
  padding-left: 3em;
  font-size: 15px;
}
/*club縺ｮ縺ｿ縺ｧ菴ｿ逕ｨ*/
.box1 {
  margin: 30px 0;
  background: #FFE8E8;
  padding: 15px;
}
.box1text {
  font-size: 15px;
}
.box1text a {
  color: #1a0dab;
}
.box1text a:hover {
  text-decoration: underline;
}
.td_li {
	text-indent: -1em;
	line-height: normal
}
.td_li3 {
	text-indent: -1em;
	font-size: 13px;
	line-height: normal
}
.td_li4 {
text-align: center;
	font-size: 13px;
	line-height: normal;
	padding-left: -10px
}

/*蜈ｱ騾�*/
.hr {
  border-bottom: 10px solid #868585;
  margin: 30px 0;
  width: 100%;
}
.btnarea {
  margin: 40px auto;
  width: 300px;
}
/*隕句�縺�*/
.sectionBlock_heading02 {
  position: relative;
  font-weight: bold;
  line-height: 1.14545;
}
.sectionBlock_heading02:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  background-color: #ed0000;
}
/*2蛻苓｡ｨ遉ｺ/jp縺ｨbiz縺ｧ菴ｿ逕ｨ*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}
.col_2 > div {
  width: 50%;
  padding: 5px;
  display: flex;
}
 @media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
  }
  .leave_club {
    font-size: 12px;
  }
  .exp_area {
    margin: 10px auto;
    width: 100%;
  }
  .exp {
    font-size: 13px;
  }
  .exp2 {
    font-size: 13px;
  }
  .box_trouble {
    border: solid 3px #ED0000;
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
  }
  .box_trouble p {
    font-size: 14px;
    color: #ED0000;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}
p.qa_last {
  text-align: right;
}
/*遏｢蜊ｰ*/
.arrow {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.arrow:after {
  position: absolute;
  right: 15px;
  top: 20%;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}
.fa-phone-rotary {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.fa-phone-rotary:after {
  position: absolute;
  left: 35%;
  top: 0.5em;
  font-family: 'FontAwesome';
  content: "\f095";
/*  display: flex;*/
}
.fa-phone-rotary2 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.fa-phone-rotary2:after {
  position: absolute;
  left: 20%;
  top: 0.5em;
  font-family: 'FontAwesome';
  content: "\f095";
/*  display: flex;*/
}


.arrow1 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.arrow1:after {
  position: absolute;
  right: 15px;
  top: 30%;
  font-family: 'FontAwesome';
  content: "\f054";
  display: block;
}
@media screen and (min-width: 768px) {
  main {
    padding: 2.0rem;
  }
  .sectionBlock_heading02 {
    margin: 50px 0 25px;
    padding: 6px 0 6px 25px;
    font-size: 16px;
  }
  .sectionBlock_heading02:before {
    width: 6px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {
  main {
    padding: 2.0rem;
  }
  .sectionBlock_heading02 {
    margin: 50px 0 25px;
    padding: 6px 0 6px 25px;
    font-size: 16px;
  }
  .sectionBlock_heading02:before {
    width: 6px;
  }
  .boxspan {
    padding: 0px;
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  main {
    padding: 2.0rem;
  }
  .title {
    margin: 0rem;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  .btnarea {
    margin: 30px auto;
    width: 100%;
  }
  .boder {
    border-bottom: none;
  }
  .redboder {
    border-bottom: 2px solid #FF0004;
  }
  .sectionBlock_heading02 {
    margin: 30px 0 10px;
    padding: 2px 0 2px 18px;
    font-size: 15px;
  }
  .sectionBlock_heading02:before {
    width: 4px;
  }
  .box_yoyaku p {
    font-size: 1.3rem;
  }
  .box_yoyaku p.tel {
    font-size: 2.0rem;
  }
  .box_yoyaku .small {
    font-size: 1.0rem;
  }
  .boxspan {
    padding: 0px;
    width: 100%;
  }
  .box {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .boxlist {
    margin-top: 5px;
  }
  .textleft {
    text-align: left;
    padding-left: 0;
    font-size: 13px;
  }
  .textleft2 {
    text-align: left;
    padding-left: 1em;
    font-size: 13px;
  }
}
/*繝懊ち繝ｳ*/
.btn-index {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ed0000;
  border: 2px solid #ed0000;
  font-size: 16px;
  color: #ed0000;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  font-weight: bold;
}
.btn-index {
  background-color: #fff;
  color: #ed0000;
}
.btn-index:hover {
  background-color: #FFDBDB;
  /* color: #fff;*/
}

@media screen and (max-width:480px) {
  .btn-index {
    font-size: 1.2rem;
    padding: 5px;
  }
  .btn-index::after {
    margin: 0px;
  }
  /*  .btn-contact {
    font-size: 1.2rem;
    padding: 5px;
  }
  .btn-contact::after {
    margin: 0px;
  }
*/
}

/*biz縺ｮ縺ｿ*/
.text_left {
  text-align: left;
  padding: 10px;
  font-size: 1.5rem;
  background-color: #FCFCC9;
}
 @media screen and (max-width:480px) {
  .bisbtn {
    font-size: 1.2rem;
    padding: 5px;
  }
  .bisbtn::after {
    margin: 0px;
  }
}
/*globl*/
.about {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 15px 0 5px;
}
@media screen and (max-width:480px) {
  .about {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:480px) {
  .questionBlock1 {
    background: #F7F7F0;
    padding: 16px 16px 12px;
    margin-bottom: 45px;
    vertical-align: middle;
  }
  .questionList1 .questionLink1 {
    display: inline;
  }
  .textLink1.textLink-question1 {
    display: inline-block;
    line-height: 18px;
    height: auto;
    border: 1px solid #cccccc;
    border-radius: 17px;
    margin: 0 6px 6px 0;
    padding: 5px 15px;
    background: #ffffff;
  }
  .textLink1.textLink-question1 + .textLink-question1 {
    display: inline-block !important;
  }
  .textLink1.textLink-question1:hover {
    opacity: 0.7;
  }
  .questionList2 .questionLink2 {
    display: inline;
  }
  .textLink2.textLink-question2 {
    display: inline-block;
    line-height: 18px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 17px;
    margin: 0 6px 6px 0;
    padding: 10px 15px;
    background: #ffffff;
  }
  .textLink2.textLink-question2 + .textLink-question2 {
    display: inline-block !important;
  }
  .textLink2.textLink-question2:hover {
    opacity: 0.7;
  }
}

.main_table {
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 25px;
  display: flex;
  align-items: center;
width: 100%;
	table-layout: fixed
}
@media (max-width: 767.98px) {
  .main_table {
    margin: 10px 0px 15px;
	  display: block
  }
}
.main_table figure {
  padding: 0 10px
}
@media (max-width: 767.98px) {
  .main_table figure {
    padding: 10px
  }
}



.main_table .table1 {
	width: 33%;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000
}
.main_table .table2 {
	width: 40%;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000
}
.main_table table tr:first-child {
  background-color: #e3eef2
}
.main_table table td {
  padding: 10px 10px 10px 20px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000
}



@media (max-width: 767.98px) {
	
.main_table .table1 {
	width: 100%;
}
.main_table .table2 {
	width: 100%;
}
	
.main_table table {
	width: 100%;
}
  .main_table table td {
    padding: 7px;
/*	  width: 100%
*/  }
}
.main_table table td dl {
  display: table;
  margin: 0 auto
}
/*.main_table table td dl dt {
	display:table-cell; 
	padding-right: 10px;
  vertical-align: middle
}
*/@media (max-width: 767.98px) {
  .main_table table td dl dt {
    font-size: 14px;
    white-space: nowrap
  }
}
.main_table table td dl dd {
  font-size: 14px;
  line-height: 1;
	text-align: left;
}
@media (max-width: 767.98px) {
  .main_table table td dl dd {
    font-size: 1.2rem
  }
}
.main_table table td dl dd span {
  font-size: 1.2rem
}
@media (max-width: 767.98px) {
  .main_table table td dl dd span {
    font-size: 1rem
  }
.td_li {
font-size: 14px;
padding-left: 1em	
	}
.td_li3 {
font-size: 13px;
padding-left: 1em	
	}
.td_li4 {
font-size: 13px;
/*padding-left: 1em	
*/	}
.td_li2 {
font-size: 14px;
padding-left: 0	
	}
.fa-phone-rotary2:after {
  left: 22%;
}
.fa-phone-rotary:after {
  left: 38%;
}
}
.numberTitle {
  display: flex;
	justify-content: center;
/*  align-items: center;
*//*  margin-bottom: 15px
*/}