@charset "utf-8";
main {
  max-width: 980px;
  margin: 0 auto;
}

#content {
  width: 100%;
}

.hr{
	border-bottom: 10px solid #868585;
	margin: 30px 0;
	width: 100%;
}


.text {
  font-size: 1.5rem;
  margin-bottom: 1.0rem;
  text-align: center;
}

/*見出し*/

.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;
}

/*見出し*/

.sectionBlock_headinglast {
  position: relative;
  font-weight: bold;
  line-height: 1.14545;
}

.sectionBlock_headinglast:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  background-color: #ed0000;
}


/*2列表示*/

*, *: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%;
  }
}

.col_2_box {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2_box>div {
  width: 45%;
  padding: 5px;
	margin: 5px;
}

@media screen and (max-width: 960px) {
  .col_2_box>div {
    width: 100%;
  }
}

.sbtitle {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}

.area{
	margin: 30px;
}
.text1 {
  font-size: 15px;
}

.tel{
	font-size: 1.8rem;
}

.listarea{
	margin: 20px 0;
}

.indent {
padding-left:1em;
text-indent:-1em;
}

.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;
}

.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: 2.2rem;
  }
  .sectionBlock_heading02:before {
    width: 6px;
  }
	.sectionBlock_headinglast {
    margin: 10px 0 25px;
    padding: 6px 0 6px 25px;
    font-size: 2.2rem;
  }
  .sectionBlock_headinglast: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: 2.2rem;
  }
  .sectionBlock_heading02:before {
    width: 6px;
  }
	.sectionBlock_headinglast {
    margin: 10px 0 25px;
    padding: 6px 0 6px 25px;
    font-size: 2.2rem;
  }
  .sectionBlock_headinglast:before {
    width: 6px;
  }
}

@media screen and (max-width:480px) {
  main {
    padding: 2.0rem;
  }
  .sectionBlock_heading02 {
    margin: 30px 0 10px;
    padding: 2px 0 2px 18px;
    font-size: 1.5rem;
  }
  .sectionBlock_heading02:before {
    width: 4px;
  }
	.sectionBlock_headinglast {
    margin: 10px 0 10px;
    padding: 2px 0 2px 18px;
    font-size: 1.7rem;
  }
  .sectionBlock_headinglast:before {
    width: 4px;
  }
  .text {
    text-align: left;
  }
.area{
	margin: 10px;
}
.text1 {
  font-size: 13px;
}

.tel{
	font-size: 1.8rem;
}

.listarea{
	margin: 20px 0;
}
  .sbtitle {
    font-size: 15px;
    margin: 10px 0;
}

.indent {
padding-left:1em;
text-indent:-1em;
}
	
	
}


/*btn-contact*/

.btn-contact {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #060098;
  border: 2px solid #060098;
  font-size: 16px;
  color: #060098;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-contact {
  background-color: #fff;
  color: #060098;
	display: flex;
}

.btn-contact:hover {
  background-color: #060098;
  color: #fff;
}

@media screen and (max-width:480px) {
  .btn-contact {
    font-size: 1.2rem;
    padding: 5px;
  }
  .btn-contact::after {
    margin: 0px;
  }
}



/*jp*/
.text_jp{
	font-weight: bold;
	font-size: 1.5rem;
	padding-top: 1.5rem;
}
.pd_jp{padding-top: 2.0rem;}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
 /* width: 70%;*/
  max-width: 600px;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.modal_title{
	font-weight: bold;
	font-size: 1.5rem;
	border-bottom: 2px #FF0000 solid;
}


.questionBlock1 {
  background: #F7F7F0;
  padding: 17px 30px 10px;
  margin-bottom: 43px;
}

.questionList1 .questionLink1 {
  display: inline;
}

.textLink1.textLink-question1 {
  display: inline-block;
  line-height: 35px;
  height: auto;
  border: 1px solid #cccccc;
  border-radius: 20px;
  margin: 0 3px 10px 0;
  padding: 0 10px;
  background: #ffffff;
}

.textLink.textLink-question1:hover {
  opacity: 0.7;
}
.modal-content a{
	color: #0216B1;
}
@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;
  }
}

p.qa_last{
	text-align: right;
}



.nbm{
	border-right: #333 1px solid;
}
.nbm_title{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin: 1.0rem;
}

.textnbm{
	padding: 0 15px 5px;
}
.img_biz{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.tel_table{
	padding-top: 2.0rem;
}

.tel_table table{
	margin: 0 auto;
}

table th {/*table内のthに対して*/
  padding: 10px;/*上下左右10pxずつ*/
	border: #333 1px solid;
	background: #FCFDC7;
}
table td{
	border: #333 1px solid;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
}

.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
	text-align: center;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 1.0rem;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.text_left{
	text-align: left;
	padding: 10px;
	font-size: 1.5rem;
	background-color: #FCFCC9;


}



@media screen and (max-width:480px) {
.nbm{
	border-right: none;

}
	.abm{
		border-top: 1px #333 solid;
	}	
	.img_biz{
	width: 100%;
	text-align: center;
}

	
}

/*2列表示*/

*, *:before, *:after {
  box-sizing: border-box;
}

.col_2biz {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2biz>div {
  width: 50%;
  padding: 5px;
}

@media screen and (max-width: 960px) {
  .col_2biz>div {
    width: 100%;
  }
}

.col_2biz_box {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2biz_box>div {
  width: 45%;
  padding: 5px;
	margin: 5px;
}

@media screen and (max-width: 960px) {
 .col_2biz_box>div {
    width: 100%;
  }
}

/*bisbtn*/

.bizbtnblock {
  padding: 0 5px;
}

.bisbtn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #060098;
  border: 2px solid #060098;
  font-size: 16px;
  color: #060098;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.bisbtn {
  background-color: #fff;
  color: #060098;
}

.bisbtn:hover {
  background-color: #060098;
  color: #fff;
}

.text_biz {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width:480px) {
  .bisbtn {
    font-size: 1.2rem;
    padding: 5px;
  }
  .bisbtn::after {
    margin: 0px;
  }
}

