@charset "UTF-8";
/* CSS Document */

.contents_wrapper {
  padding: 0 15px;
}
.contents_wrapper h2.mainTTL {
  font-size: calc(26.03*(100vw/750));
  line-height: 1.2;
  margin: calc(78*(100vw/750)) auto calc(82*(100vw/750));
  width: calc(686*(100vw/750));
}
.contents_wrapper h2.mainTTL span {
  font-size: calc(64.06*(100vw/750));
  font-weight: normal;
}
.contents_wrapper .subTTL {
  font-size: 1.25em;
  padding: 0 10px;
  line-height: 1.5;
  text-align: center;
}

.contents_section {
  width: 100%;
  margin-bottom: 50px;
}
.contents_inner {
  width: 100%;
  max-width: 640px;
  margin: auto;
}
.contents_box {
  width: 100%;
  margin-top: 40px;
  font-weight: 400;
}
.contents_section div,
.contents_section form,
.contents_section h1,
.contents_section h2,
.contents_section h3,
.contents_section h4,
.contents_section ul,
.contents_section li,
.contents_section dl,
.contents_section dt,
.contents_section dd,
.contents_section p {
  line-height: 1.8;
  text-align: inherit;
}

/*生年月日 レイアウト調整*/
.contents_section .birthday01 {
width: 7em!important;
margin-right: 5px;
vertical-align: bottom;
display: inline-block;
}
.contents_section .birthday02 {
width: 5em!important;
margin-right: 5px;
vertical-align: bottom;
display: inline-block;
}


.contents_section a {
  text-decoration: underline;
}
.contents_section .btn-prev {
  margin-top: 50px;
  text-align: center;
}
.contents_section .btn-prev a {
  text-decoration: none;
}
.contents_section .headline3 {
  margin-bottom: 20px;
  font-size: calc(40*(100vw/750));
  font-weight: 400;
  line-height: 1.5;
}
.contents_section .table {
  width: 100%;
  border-collapse: collapse;
}
.contents_section .table th {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}
.contents_section .table td {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  line-height: 1.5;
  text-align: left;
  line-height: 1.8;
}
.contents_section .info_table {
  width: 100%;
  border-collapse: collapse;
}
.contents_section .info_table th {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
.contents_section .info_table td {
  display: block;
  width: 100%;
  padding: 10px 10px 15px;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  line-height: 1.5;
}
.contents_section .info_table .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.contents_section .info_table .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contents_section .note {
  margin-top: 20px;
  font-size: 12px;
}


.contents_wrapper .separate {
  text-align: center;
  font-size: 16px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 30px;
}
.contents_wrapper .separate span {
  background-color: #fff;
  position: relative;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
}
.contents_wrapper .separate span::before,
.contents_wrapper .separate span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 999em;
  height: 1px;
  background-color: #333;
}
.contents_wrapper .separate span::before { right: 100%; }
.contents_wrapper .separate span::after { left: 100%; }

/* LINEボタン */
.contents_wrapper #dvUserRegistInput {
  margin-top: 10px;
}
.contents_wrapper .line {
  display: block;
  max-width: 320px;
  height: 50px;
  margin: 0 auto 45px;
  background-color: #00b900 !important;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 50px;
}
.contents_wrapper .line img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}


.law_step {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: -35px;
  list-style: none;
}
.law_step > li {
  width: 48%;
  margin-bottom: 45px;
  text-align: center;
  font-size: 12px;
  line-height: 1.667;
  padding-left: 0;
  text-indent: 0;
}
.law_step > li:nth-child(odd) {
  margin-right: 4%;
}
.law_step dl > dt {
  margin-bottom: 10px;
  background-color: #eee;
  line-height: 40px;
  text-align: center;
}
.law_step dl > dd img {
  display: block;
  max-width: 468px;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
}

.contact_address {
  margin-top: 30px;
  padding: 20px 10px;
  background: #f5f5f5;
  font-size: 14px;
  text-align: center;
}
.contact_address .tel_en {
  margin-bottom: 10px;
  text-align: center;
}
.contact_address .tel {
  display: block;
  margin: 0 auto;
  font-size: calc(66*(100vw/750));
  font-weight: 400;
  text-decoration: none;
}
.contact_address .tel .tel-ico {
  display: inline-block;
  padding-top: calc(10*(100vw/750));
  width: 10%;
}


/* フォーム */
.contact_form {
  max-width: 700px;
  margin: 30px auto 0;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  font-weight: 400;
}
.contact_form textarea {
  height: 200px;
  resize: none;
}
.contact_form .form-group {
  margin-bottom: 20px;
}
.contact_form .form-group > dt {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 15px;
}
.contact_form .form-group > dt .ess {
  top: -7px;
}
.contact_form .form-group > dd {
  width: 100%;
  padding: 10px 0;
}
.contact_form .Tel span {
  display: inline-block;
  margin: 0 0.3em;
  vertical-align: middle;
}

.contact_btn,
.contact_btn._confirm {
  margin-top: 40px;
  text-align: center !important;
}
.contact_btn input[type="submit"],
.contact_btn input[type="button"],
.contact_btn button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.contact_btn input[type="submit"]::-webkit-search-decoration,
.contact_btn input[type="button"]::-webkit-search-decoration,
.contact_btn button::-webkit-search-decoration  {
  display: none;
}
.contact_btn input[type="submit"]:focus,
.contact_btn input[type="button"]:focus,
.contact_btn button:focus {
  outline-offset: -2px;
}
.contact_btn .btn-primary {
  padding: 0;
  width: 100%;
  height: 60px;
  background: #555;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  letter-spacing: .1em;
  text-indent: .1em;
}
.contact_btn._confirm .btn-primary {
  max-width: 300px;
  margin: 0 auto;
}
.contact_btn .btn-default {
  padding: 0;
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 0 auto 10px;
  background: #8e8e8e;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  letter-spacing: .1em;
  text-indent: .1em;
  text-decoration: none;
}
.contact_btn .btn-default {
  padding: 0;
  width: 300px;
  height: 70px;
  margin: 0 10px;
  background: #8e8e8e;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  letter-spacing: .1em;
  text-indent: .1em;
  text-decoration: none;
}
.contact_btn .pull-right {
  margin-bottom: 20px;
}
.contact_btn .pull-right .btn {
  display: block;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: #da4f49;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
}
.contact_btn .pull-right .delete_btn {
  font-size: 0.8em;
  color: #333;
  text-decoration: none;
}


/*セールスフォース経由 問い合わせページ*/
.btn_go_top {
	padding: 0;
    width: 100%;
    height: 60px;
    background: #555;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    letter-spacing: .1em;
    text-indent: 0.1em;
	margin: 40px auto 20px;
}
.btn_go_top a {
	top: 25%;
	color: #fff;
	font-weight: 400;
}
.back_btn a::before {
	border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.input-note {
  display: block;
  font-size: 12px;
}

.contact_form .form-group > dd.at_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_form .form-group > dd.at_flex span:first-child {
  margin-right: 20px;
}