body{
    min-width: 1024px;
    width: 100%;
    margin: 85px 0 0 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing:border-box;
    font-weight: 500;
    color: #3b3b3b;
    line-height: 1.6;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;

}
/****************
*section 
****************/
section{
    display: block;
    width: 100%;
}
.cntSec{
    width: 100%;
    min-width: 1024px;
}
.cntSec .innerWrap {
    padding: 60px 0 100px;
    width: 1024px;
}
.innerWrap {
    position: relative;
    width: 1024px;
    margin: auto;
    padding: 0 10px;
    font-size: 16px;
}
.innerWrap:after {
    content: "";
    display: block;
    clear: both;
}

.cntSec .innerWrap > *:first-child {
    margin-top: 0;
}
.cntSec .innerWrap > *:last-child {
    margin-bottom: 0;
}

.cntSec .heading3 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
.cntSec .heading3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 48px;
    height: 3px;
    margin-left: -24px;
    background: #d82433;
}
h3 {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}strong{
    color: red;
}

.nmlText {
    margin-bottom: 30px;
}

/****************
*ボタン
****************/
.btnWrap {
    margin-bottom: 60px;
    font-size: 0;
    text-align: center;
}
.btnWrap:after {
    content: "";
    display: block;
    clear: both;
}
.mt30 {
    margin-top: 30px !important;
}
.btnWrap.col1 .nmlBtn {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.nmlBtn.color--blue a {
    border-color: #a4bfe1;
}

.text--main {
    color: #126de0;
}
.nmlBtn .text--main {
    display: block;
    margin: 3px 0;
    font-size: 16px;
    font-weight: bold;
}


.nmlBtn a > span:not(.icon) {
    display: table-cell;
    padding: 0 30px 0 20px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}
.btnWrap.col1 .nmlBtn:last-child {
    margin-bottom: 0;
}
/* color--blue
---------------------------------- */
.nmlBtn.color--blue a {
    border-color: #a4bfe1;
  }
  .nmlBtn.color--blue .text--sub,
  .nmlBtn.color--blue .text--main {
    color: #126de0;
  }
  .nmlBtn.color--blue a:hover,
  .nmlBtn.color--blue a.active {
    background: #126de0;
    border-color: #126de0;
  }
  .nmlBtn.color--blue a:hover .text--sub,
  .nmlBtn.color--blue a:hover .text--main,
  .nmlBtn.color--blue a.active .text--sub,
  .nmlBtn.color--blue a.active .text--main {
    color: #fff;
  }
  
p{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
a {
    color: #126de0;
    text-decoration: underline;
}
.nmlBtn {
    display: block;
    width: 240px;
    height: 60px;
    margin: 0 auto 20px;
    text-align: center;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
    box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
}
.nmlBtn a, .nmlBtn input[type="button"] {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #126de0;
    line-height: 1.4;
    text-decoration: none;
    background: #fff;
    border: 1px solid #a4bfe1;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.nmlBtn a > span:not(.icon) {
    display: table-cell;
    padding: 0 30px 0 20px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}

/****************
*footer
****************/

#footer{
    display: block;
    width: 100%;
    min-width: 1024px;
    padding: 30px;
}
.cpy{
    color: #318480;
    text-align: center;
    font-size: 12px;
    margin: 0;
}


@media only screen and (max-width: 767px){
    body{
        min-width: 375px;
        font-size: 14px;
    }
    .cntSec{
        min-width:375px;
    }
    .cntSec .innerWrap {
        padding: 30px 10px;
        overflow-x: hidden;
        width: 100%;
        margin: auto;
        padding: 0 10px;
    }
    .cntSec .heading3 {
        position: relative;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }
    .cntSec .innerWrap{
        width: auto;
    }
    .nmlBtn {
        display: block;
        height: 60px;
        margin: 0 auto 10px;
        text-align: center;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
        -moz-box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
        box-shadow: 0px 1px 2px 0px rgba(33,36,40,0.1);
    }
    .btnWrap.col1 .nmlBtn {
        width: 100%;
    }
    
    a{
        border-color: #a4bfe1;
    }
    .nmlBtn a, .nmlBtn input[type="button"], .nmlBtn button[type="button"] {
        border-radius: 0;
        -webkit-appearance: none;
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: normal;
        color: #126de0;
        line-height: 1.4;
        text-decoration: none;
        background: #fff;
        border: 1px solid #a4bfe1;
        overflow: hidden;
    }
    #footer{
        min-width: 375px;
    }
}