.mod-tgl summary img {
  max-width: 100%;
}
.mod-tgl[class*="type-"] summary {
  position: relative;
  padding-left: 85px;
  line-height: 1.2;
}
.mod-tgl[class*="type-"] summary .sub {
  font-size: 1.4rem;
}
.mod-tgl.type-chat summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 40px;
 height: 40px;
 background: url("./../../sonet/img/dummy-08.png") no-repeat;
 background-size: 40px;
}
.mod-tgl.type-line summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 40px;
 height: 40px;
 background: url("./../../sonet/img/dummy-07.png") no-repeat;
 background-size: 40px;
}
.mod-tgl.type-tell summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 62px;
 height: 62px;
 background: url("./../../sonet/img/icon_tel.png") no-repeat;
 background-size: 62px;
}

.mod-btn .btn.var-00 a, .mod-btn .btn.var-00 button[type] {
    background: #ffffff;
    padding: 10px 20px 6px 20px;
    text-align: left;
}
.mod-lyt.type-mat .inner .mod-media.is-adjusted .caption{
    color: #314da5;
}

.mod-btn> .btn> a> .media> .mod-media> .inner> .media{
padding-left: 10px !important;
}

.mod-btn .btn:not(.var-01):not(.var-02):not(.var-03):not(.of-return) a{
 background:#ffffff;
 color:#314da5; 
 }


.mod-tgl {
  margin: 0 0 20px;
}
.mod-tgl> .tgl-hook {
  font-size: 1.8rem;
  font-weight: bold;
  background: #f0f0ed;
  position: relative;
  padding: 9px 40px 7px 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #d9dadb;
}

.mod-tgl> .tgl-hook::after {
  background-image: url(./../../sonet/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -105px -112px;
  background-size: 201px 196px;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 17px;
  height: 10px;
  margin: auto;
  content: "";
  -webkit-transition: .2s transform ease-out;
          transition: .2s transform ease-out;
}

.mod-tgl> .tgl-panel {
  border: 1px solid #d9dadb;
  border-width: 0 1px 1px;
}

.mod-tgl> .tgl-panel> .inner {
  background: #fff;
  padding: 35px 12px;
}

.mod-tgl> .tgl-panel> .inner> *:first-child {
  margin-top: 0;
}

.mod-tgl> .tgl-panel> .inner> *:last-child {
  margin-bottom: 0;
}

.mod-tgl[open]> .tgl-hook:not([aria-expanded="false"])::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* ----------------------------------------------------------------------------
 * .mod-txt
 * ------------------------------------------------------------------------- */
.mod-txt {
  margin: 0 0 24px;
}

.mod-txt p {
  margin: 0;
}

.mod-txt p> b.lede {
  font-size: 1.9rem;
  font-size: 19px;
  display: block;
  margin: 0 0 8px;
}

.mod-txt.of-small {
  font-size: 1.3rem;
}

.mod-txt+ .mod-txt {
  margin-top: -8px;
}

.mod-txt+ [class^="mod-list"] {
  margin-top: -20px;
}

.mod-txt-label.type-step {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #929294;
  display: inline-block;
  padding: 3px 11px 0;
}

.mod-txt-label+ span,
.mod-txt-label+ strong,
.mod-txt-label+ em {
  margin-left: .5em;
}

/* ----------------------------------------------------------------------------
 * .js-tgl 共通スタイル
 * ------------------------------------------------------------------------- */
.mod-btn .btn.type-wide {
    width: 468px;
}
.mod-btn .btn.type-full, .mod-btn .btn.type-wide, .mod-btn .btn.type-narrow {
    width: 100%;
}
.mod-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}
.mod-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}

.mod-btn .btn.type-full a, .mod-btn .btn.type-full button[type], .mod-btn .btn.type-wide a, .mod-btn .btn.type-wide button[type], .mod-btn .btn.type-narrow a, .mod-btn .btn.type-narrow button[type] {
    width: 100%;
}
.mod-btn .btn.var-03 a, .mod-btn .btn.var-03 button[type] {
    background: #fcdb00;
}
.mod-btn .btn.type-full a, .mod-btn .btn.type-full button[type], .mod-btn .btn.type-wide a, .mod-btn .btn.type-wide button[type], .mod-btn .btn.type-narrow a, .mod-btn .btn.type-narrow button[type] {
    width: 100%;
}
.mod-btn .btn.var-03 a, .mod-btn .btn.var-03 button[type] {
    background: #fcdb00;
}

.mod-btn a, .mod-btn button[type] {
    /*font-size: 1.6rem;*/
    font-weight: bold;
    text-align: center;
    background: #f0f1f3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    min-height: 48px;
    padding: 10px 36px;
    border: 1px solid #d9dadb;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
a:visited {
    color: #736f9e;
}
a:link {
    color: #314da5;
}

.mod-btn a, .mod-btn button[type] {
    /*font-size: 1.6rem;*/
    font-weight: bold;
    text-align: center;
    background: #f0f1f3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    min-height: 48px;
    padding: 10px 36px;
    border: 1px solid #d9dadb;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .06);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}


.mod-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    margin: 0 0 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}
.mod-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    margin: 0 0 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

.mod-link> a::before {
    background-image: url(./../../sonet/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -132px -179px;
    background-size: 201px 196px;
    position: absolute;
    top: .46666em;
    left: 12px;
    display: block;
    width: 7px;
    height: 8px;
    content: "";
}
.mod-link> a::before {
    background-image: url(./../../sonet/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -132px -179px;
    background-size: 201px 196px;
    position: absolute;
    top: .46666em;
    left: 12px;
    display: block;
    width: 7px;
    height: 8px;
    content: "";
}

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

.mod-btn .btn.type-wide {
    width: 468px;
}

.mod-btn a, .mod-btn button[type] {
    width: 303px;
}
.mod-btn a, .mod-btn button[type] {
    width: 303px;
}
.mod-btn .btn a, .mod-btn .btn button[type] {
    color: inherit;
}
.mod-btn a[href], .mod-btn button[type]:not(:disabled) {
    -webkit-transition: .2s opacity ease-out;
    transition: .2s opacity ease-out;
}




.mod-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
}
h3.hdg {
    font-size: 16px;
    border: none;
}

.mod-hdg-al3 h3{
    border: none;
}

.mod-list-flow> .list> li> .inner> .hdg> .label{
    font-size: 16px;
}

.mod-list-notice> .list> li .content> small {
    font-size: 100%;
}
  
.js-tgl> summary.tgl-hook img{
    vertical-align: inherit;
}

@media screen and (min-width: 768px){
 .mod-hdg-al2 {
    font-size: 3.2rem;
    margin-top: 0px;
 }
 [class^="str-outer"]> .str-inner:last-child {
    padding-bottom: 40px;
 }
}

.mod-hdg-al2 {
    margin: 32px 0 20px;
}

[class^="str-outer"] {
    padding: 0 0;
}

html:not([data-device="iphone"]) .mod-btn a> span, html:not([data-device="iphone"])
 .mod-btn button[type]> span {
    margin-bottom: 0;
}

.nuro-redesign-main p,
.nuro-redesign-main label{
    font-size: 1rem;
}
body{
color: #252525;    
}

h2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

@media screen and (min-width: 768px){
 h2{
    font-size: 32px;
 }
}

details, menu {
  display: block;
}
