@charset "utf-8";

/*----------------------------------------------
	scom add
----------------------------------------------*/
#content .section-container {
  width:735px;
  margin:0 auto;
}

.fs_16 {
  font-size: 16px!important;
}

.color_red {
  color: #f00!important;
}

dl.type-1 {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  float: right;
}

dl.type-1 dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  width: 7em;
}

dl.type-1 dd {
  float: left;
}

.se .list_u.type-4 > li .list_u.type-4 > li {
  padding-left: 1.7em;
}

.se .list_u.type-22{
  margin-bottom: 0;
}

.se .list_u.type-22 > li {
  margin:0 0 10px;
  display: block;
  font-size: 16px;
}

.se .list_u.type-22 > li label {
  vertical-align: middle;
}

.se .list_u.type-22 > li span {
  vertical-align: middle;
}


.se .list_u.type-23 > li{
  margin:0 10px;
  display: inline-block;
}

.se .list_u.type-23 > li a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 20px 5px 30px;
  background-color: #fcfcfc;
  border-radius: 3px;
  border: 1px solid #a4afbb;
  text-align: center;
  position: relative;
}

.se .list_u.type-23 > li a::before {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 5px;
  width: 1em;
  height: 1em;
  content: "▶︎";
}

.se .list_u.type-23 > li a:hover {
  text-decoration: none;
  opacity: .8;
}

.se .list_u.type-23 > li a.agree {
  pointer-events: none;
  background-color: #e2e2e2;
  color: #999;
}

.se .list_u.type-23 > li a.agree._checked {
  pointer-events: auto;
  background-color: #009944;
  border: 1px solid #1fbc8b;
  color: #fff;
}


.se .list_u.type-23 > li a.agree em {
  display: block;
  font-size: 15px;
}

.ta_right {
  text-align: right!important;
}

.justify {
  text-align-last: justify;
  text-justify:inter-ideograph;
}

.caution {
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}

.terms_list {

}
.se .layout_box.type-20.h20em {
  height: 20em;
}
.se .layout_box.type-20.hauto {
  height: auto;
  padding: 10px;
}
.se .layout_box.type-20.hauto p {
  margin-top: 2em;
  margin-bottom: 0;
}
.terms_list h3 {
  font-weight: bold;
  text-align: center;
}

.terms_list li h4 {
  font-weight: bold;
  text-indent: -1.3em;
  margin-bottom: 0;
}

ul li.caption {
  margin-top: 1em;
}

.hdg_l2-1 span {
  padding-left: 1em;
  font-size: 14px;
}

.content > .fs_16 a:link {
  text-decoration: underline;
}

/* ご契約区分 ラジオボタン */
.se .layout_box.contract-type-select {
  background-color: #f2f2f3;
  padding: 1.5em 2em;
}

.se .layout_box.contract-type-select .form_description {
  text-align: center;
  font-size: 14px;
  margin: 0 0 1em;
}

.se .layout_box.contract-type-select .radio {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.se .layout_box.contract-type-select .radio .radio-item {
  display: inline-block;
  margin: 0 1em;
}

.se .layout_box.contract-type-select .radio .radio-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.se .layout_box.contract-type-select .radio .radio-item input[type="radio"] {
  margin: 0 0.5em 0 0;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

/* footer */
.footer {
  background-color: #f2f2f3;
  padding: 20px;
}
.footer p {
  width: 900px;
  font-size: 12px;
  color: #666;
  margin: 0 auto;
}


.subject_list {
  width: 100%;
  font-size: 16px;
}

.subject_list th {
  text-align: center;
  background-color: #ccc;
  border: 1px solid #dee2e6;
  padding: 5px 10px;
}
.subject_list td {
  text-align: center;
  border: 1px solid #dee2e6;
  padding: 5px 10px;
}

.subject_list td .subject_cap,
.subject_list td a {
  padding: 0 1em;
  font-size: 12px;
  display: block;
}

.subject_list td.ta_L .subject_cap {
  display: inline-block;
}

.subject_list .ta_L{
  text-align: left!important;
}

/* ご契約区分に応じたお問い合わせ項目の切り替え */
.subject_list_content {
  display: none;
}

.subject_list_content.is-visible {
  display: block;
}

div.footer {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media only screen and (min-width: 736px) {

.se header#pageheader {
  background-color: #FFFFFF;
  background-image: url(bg_img.png);
  background-repeat: repeat-x;
  border-bottom: 6px solid #000;
}
.se header .primary {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.se header.compact .wrapper {
  height: 91px;
  width: 950px;
  background-color: #fff;
}

.se {
  background-image: none;
  background-color: transparent;
}
.se #content {
  background-image: none;
  background-color: transparent;
}
.se header h1 {
  top: 30px;
  left: 10px;
}

div.footer {
  text-align: center;
}

}


@media only screen and (max-width: 735px) {

  #content .section-container {
    width:95%;
    margin:0 auto;
  }
  .se header .wrapper {
    width: 95%;
  }
  .se .m_layout-4 .region.main {
    width: 100%;
  }
  .subject_list {
    width: 100%;
    font-size: 14px;
  }
  .subject_list th {
    padding: 5px 5px;
  }
  .subject_list td {
    padding: 5px 5px;
  }

  .subject_list .ta_L {
    width: 61%;
  }
  .footer p {
    width: 100%;
    margin: 0 auto;
  }

  .se .layout_box.contract-type-select .radio .radio-item {
    display: block;
    margin: 0.5em 0;
    text-align: left;
  }

}
