@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');

/*==============================================
    reset
================================================*/
#wrap {
    padding: 0;
    background: #FFF;
}
#container {
    width: 100%;
}
header {
    display: none;
}
footer {
    background: #FAFAFA;
    position: relative;
}
/*==============================================
    BASE
================================================*/
.allContain{
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    color: #1D1B1A;
    background-image: url(../images/face/bg_tit_pc.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
section{

}
.innerContent{

}
h1{

}
h2{

}
h3{

}
.txt{
    margin-bottom: 0;
}
.lead{
    margin-bottom: 0;
}
.cautionList{

}
.cautionList li{
    position: relative;
    padding: 0 0 0 16px;
    margin-bottom: 8px;
    line-height: 170%;
    font-size: 16px;
}
.cautionList li:before{
    content:"※";
    position: absolute;
    left: 0;
}
.cautionList li:last-child{
    margin-bottom: 0;
}
.bold{
    font-weight: 700;
}
figure{
    margin: 0;
    line-height: 0;
}
.orange{
    color: #F6732A;
}

.acdList{
    border-bottom: 2px solid #9E9E9E;
    padding-bottom: 8px;
}
.acdList dt{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    color: #944519;
    position: relative;
    cursor: pointer;
}
.acdList dt .arrow{
    position: absolute;
    top: 45%;
    right: 16px;
    line-height: 0;
    transform: translate(0, -50%);
    font-size: 14px;
    color: rgba(29, 27, 26, 0.56);
}
.acdList dt i{
    transition: 0.3s ease;
}
.acdList dt.open .arrow i{
    transform: rotate(180deg);
}
.acdList dt .icon{
    display: inline-block;
    width: 24px;
    vertical-align: -2px;
    margin: 0 12px 0 0;
}
.acdList dt span{

}
.acdList dd{
    padding: 24px 0 0;
}
.accordionDetail{
    display: none;
}
.acdList dd .txt{
    color: #944519;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
}
.innerLink{
    color: #345CC8;
}

/*===================================================
  OP:MODAL
====================================================*/
.op_modal{

}
.op_modal .modPop {
    display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.op_modal .modPop.popActive {
  display:block;
}
.op_modal .modPop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 0;
}

.op_modal .modPop .popInBox {
    width: 90%;
    max-width: 1200px;
    margin: 100px auto;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    max-height: calc(100vh - 200px);
    pointer-events: none;
}
.op_modal .modPop .popInContent{
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    background: #f7f7f7;
    color: #000;
    border-radius: 20px;
    width: 520px;
    padding: 32px 40px;
    margin: 0 auto;
    pointer-events: auto;
}
.op_modal .modPop .popInContent::-webkit-scrollbar{
    display: none;
}


/*==============================================
    title
================================================*/
.title{
    padding: 136px 0;
    min-width: 744px;
    max-width: calc(100% - 480px);
    margin: 0 auto;
}
.title h2{
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.15px;
}
/*==============================================
    intro
================================================*/
.intro{
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    align-self: stretch;
    transition: 1s ease ;
}

.intro .innerContent{
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
    opacity:0;
    transform: translateY(20px);
}
.loaded .intro .innerContent{
    opacity:1;
    transform: translateX(0);
}
.intro .innerContent:nth-child(1){
    transition: 0.3s ease;
    min-width: 744px;
    max-width: calc(100% - 480px);
    box-sizing: border-box;
}
.intro .innerContent:nth-child(2){
    transition: 0.3s ease 0.2s;
}
.intro .innerContent:nth-child(3){
    transition: 0.3s ease 0.4s;
}
.intro .introLead{
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
}
.intro .mainLead{
    color: #F6732A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
}
.intro .flowBox{
    background: #FEF1EA;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 24px;
    width: 744px;
    margin: 0 auto;
    box-sizing: border-box;
}
.intro .flowBox .tit{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
}
.intro .flowBox .clm{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.intro .flowBox .clm .flow{
    display: flex;
    width: 264px;
    justify-content: space-between;
    align-items: center
}
.intro .flowBox .clm .flow li{
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #9E9E9E;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.15px;
}
.intro .flowBox .clm .flow li.orangemark{
    border: 2px solid #F6732A;
    background: #F6732A;
    color: #FFF;
}
.intro .flowBox .clm .flow li.tri{
    border: none;
    background: transparent;
    width: 24px;
    font-size: 14px;
    padding: 0;
    color: rgba(29, 27, 26, 0.56);
}
.intro .flowBox .lead{
    width: calc(100% - 280px);
    margin: 0;
}
.intro .imageBox{
    width: 744px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    margin: 0 auto;
    padding: 40px 0 88px;
}
.intro .imageBox .lead{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
}
.intro .imageBox figure{
    width: 256px;
    line-height: 0;
}
.intro .imageBox .cap{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 480px;
}
.intro .imageBox .cap dt{
    width: 56px;
    line-height: 0;
}
.intro .imageBox .cap dt img{
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.06));
}


.intro .imageBox .cap dd{

}
.intro .imageBox .cap dd .txt{
    margin-bottom: 0;
}
/*==============================================
   regist
================================================*/
.regist{
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 100%);
}
.regist .registInner{
    padding: 96px 24px;
    align-self: stretch;
    width: 100%;
    border-radius: 112px;
    margin: 0 auto;
    box-shadow: 0px 0px 16px 0px rgba(29, 27, 26, 0.12) inset;
    background-color: #FFF;
    box-sizing: border-box;
}
.regist .innerContent{
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-self: stretch;
    width: 100%;
    margin: 0 auto;
    max-width: 1056px;
    box-sizing: border-box;
}
.regist h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.regist .inBox{

}

.regist .inBox h4 span{
    display: inline-block;
    width: 48px;
    line-height: 0;
}
.regist .okBox h4{
    color: #58C79F;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15px;
    font-family: "Outfit", serif;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 48px;
    line-height: 1em;
    margin-bottom: -8px;
}
.regist .okBox{

}
.regist .okBox figure{
    width: 320px;
    height: 426px;
    background: #FFF
}
.regist .okBox figure img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.regist .okBox .inner{
    background-color: rgba(88, 199, 159, 0.30);
    display: flex;
    max-width: 1056px;
    padding: 48px;
    justify-content: center;
    align-items: center;
    gap: 48px;
    border-radius: 56px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}
.regist .okBox .inner .clm:nth-child(1){
    width: 330px;
}
.regist .okBox .checkList li{
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 0.15px;
}
.regist .okBox .checkList li i{
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 7px;
    color: #FFF;
}
.regist .ngBox h4{
    color: #FF5252;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15px;
    font-family: "Outfit", serif;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 48px;
    line-height: 1em;
    margin-bottom: -8px;
}
.regist .ngBox .inner{
    background-color: rgba(255, 82, 82, 0.3);
    max-width: 1056px;
    padding: 40px 48px 48px 48px;
    border-radius: 56px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}
.regist .ngBox .inner .tit{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: 0.15px;
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}
.regist .ngBox .inner .tit span{
    background: #ffcccc;
    position: relative;
    padding: 0 16px
}
.regist .ngBox .inner .tit:before{
    content: "";
    background: #FF5252;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}
.regist .ngBox .inner .ngList{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 56px;
}
.regist .ngBox .inner .ngList:last-child{
    margin-bottom: 0;
}
.regist .ngBox .inner .ngList li{
    width: calc((100% / 4) - (72px / 4));
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    position: relative;
}
.regist .ngBox .inner .ngList li figure{
    width: 100%;
    aspect-ratio: 3 / 4;
    background-color: #FFF;
    object-fit: contain;
}
.regist .ngBox .inner .ngList li figure img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
}
.regist .ngBox .inner .ngList li .cap{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
}
.regist .ngBox .inner .ngList li .tip{
    position: relative;
    vertical-align: 0px;
    cursor: pointer;
    margin: 0 0 0 4px
}
.regist .ngBox .inner .ngList li .tipTxt{
    position: absolute;
    display: block;
    top: calc(100% + 3px);
    left: 0;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    background: #807F7F;
    color: #FFF;
    padding: 8px 16px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    line-height: 1.5em;
    transition: 0.3s ease;
    box-sizing: border-box;
    pointer-events:none;
    opacity: 0;
}


.regist .ngBox .inner .ngList li .tip:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-40%);
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 8px solid #807f7f;
    border-top: 0;
    transition: 0.3s ease;
    opacity: 0;
}
.regist .ngBox .inner li.tipActive .tipTxt,
.regist .ngBox .inner li.tipActive .tip:before{
    opacity: 1;
    pointer-events:auto;
}

.regist .ngBox .inner li .tip:hover .tipTxt{
}
.regist .dueBox{
    padding: 32px 0 0;
}
.regist .dueBox h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: 0.15px;
    margin-bottom: 32px;
}
.regist .dueBox .inner{
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.regist .dueBox .inner .clm{

}
.regist .dueBox .inner .clm .txt{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
}
.regist .dueBox .inner .clm figure{
    width: 480px;
}
.regist .dueBox .limitList{
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}
.regist .dueBox .limitList li{
    width: 50%;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10), 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
}
.regist .dueBox .limitList li .small{
    font-size: 16px;
}
.regist .attentionBox h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: 0.15px;
    margin-bottom: 32px;
}
.regist .attentionBox .acdList .tit{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    padding: 24px 0 16px;
}
.regist .attentionBox .cautionList li:before{
    content:"・";
}

.regist .innerAcd{
    margin-top: 24px;
    background: #F5F5F5;

    border-radius: 16px;
}
.regist .innerAcd .accordionTit{
    padding: 16px 40px 16px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    position: relative;
}
.regist .innerAcd .accordionTit span{
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s ease;
}
.regist .innerAcd .accordionTit.open span{
    transform: translate(0, -50%) rotate(180deg);
}
.regist .innerAcd .accordionDetail{
    padding: 16px 24px 32px;
}
.regist .innerAcd .accordionDetail >*{
    margin-bottom:32px;
}
.regist .innerAcd .accordionDetail >*:last-child{
    margin-bottom: 0;
}
.regist .innerAcd .accordionDetail .txt{
    color: #1D1B1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.regist .innerAcd .accordionDetail .inner{

}
.regist .innerAcd .accordionDetail .inner .tit{
    color: #757575;
    border-bottom: 1px solid rgba(29, 27, 26, 0.30);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 0 0 8px;
    margin-bottom: 8px;
}

/*==============================================
    information
================================================*/
.information{
    padding: 96px 240px;
    background: #FAFAFA;
}
.information .innerContent{
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-self: stretch;
    width: 100%;
    margin: 0 auto;
    max-width: 1056px;
    box-sizing: border-box;
}
.information .informationList{
    border: 1px solid #424242;
    border-radius: 24px;
    overflow: hidden;
}
.information .informationList dt{
    background: #424242;
    color: #FFF;
    padding: 12px 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.information .informationList dd{
    padding: 24px 16px;
    background: #FFF;
}
.information .informationList dd .txt{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 8px;
}
.information .informationList dd .check{
    margin-top: 24px;
}
.information .informationList dd .check li{

}
.information .informationList dd .check li:before{
    content:"・";
}

.information .btnList{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 48px;
}
.information .btnList li{

}
.information .btnList li a{
display: block;
    text-decoration: none;
    width: 240px;
    padding: 16px 22px;
    align-items: center;
    background: #DDD;
    text-align: center;
    border-radius: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border: 1px solid;
}
.information .btnList li a.main{
    background: #F6732A;
    color: #FFF;
    border: 1px solid #F6732A;
}
.information .btnList li a.sub{
    background: #FFF;
    color: #345CC8;
}

/*===================================================
  popInBox
====================================================*/
.popInBox{

}
.popInBox .tit{
    color: #757575;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    text-align: center;
    margin-bottom: 48px;
}
.popInBox .exam{
    margin-bottom: 32px;
}
.popInBox .exam li{
    position: relative;
    padding: 0 0 0 32px;
    margin-bottom: 32px;
}
.popInBox .exam li:last-child{
    margin-bottom:0;
}
.popInBox .exam li .icon{
    display: block;
    width: 21px;
    position: absolute;
    left: 0;
    line-height: 0;
    margin-top: 2px;
}
.popInBox .modBtnList{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popInBox .modBtnList li{
    padding: 0;
    margin: 0;
}
.popInBox .modBtnList li .btn a{
    background: #F6732A;
    color: #FFF;
    border: none;
    border-radius: 100px;
    min-width: 0;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--Typography-JP-font-family, "Noto Sans JP");
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 12px 22px 14px;
    margin: 0;
}
.popInBox .modBtnList li .cancel{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: #345CC8;
    padding: 12px 22px 14px;
    margin: 0;
    cursor: pointer
}


/* SP-max-900 */
@media screen and (max-width: 900px){

#feature #wrap {
    padding-bottom: 0;
}
.allContain{
    background-image: url(../images/face/bg_tit_sp.png);
}
.cautionList li {
    font-size: 14px;
    line-height: 170%;
}
.title {
    padding: 72px 16px;
    box-sizing: border-box;
    min-width: 100%;

}
.title h2 {
    font-size: 20px;
    line-height: 170%
}
.acdList{
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 4px;
}
.acdList dt {
    font-size: 14px;
}
.acdList dt .icon {
    width: 16px;
    vertical-align: -1px;
    margin: 0 4px 0 0;
}
.acdList dd .txt {
    font-size: 14px;
}
/*===============================================

=================================================*/
.op_modal .modPop .popInBox {
    max-height: calc(100vh - 120px);
    margin: 60px auto;
}
.op_modal .modPop .popInContent{
    max-height: calc(100vh - 120px);
    padding: 24px 20px;
}
.popInBox .tit {
    font-size: 20px;
    margin-bottom: 16px;
}
.popInBox .exam {
    margin-bottom: 24px;
}
.popInBox .exam li {
    margin-bottom: 16px;
}

/*===============================================

=================================================*/
.intro {
    padding: 0 16px;
}
.intro .innerContent {
    width: 100%;
    max-width: 100%;
}
.intro .innerContent:nth-child(1) {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}
.intro .innerContent:nth-child(3) {
    padding: 0 16px;
    box-sizing: border-box;
}
.intro .flowBox {
    width: auto;
}
.intro .flowBox .tit {
    font-size: 16px;
}
.intro .mainLead {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 8px;
}
.intro .flowBox .clm {
    flex-direction: column-reverse;
}
.intro .flowBox .lead {
    width: 100%;
    font-size: 14px;
}
.intro .flowBox .clm .flow {
    margin: 0 auto;
}
.intro .imageBox {
    width: 100%;
}
.intro .imageBox .cap {
    width: 100%;
}
.intro .imageBox .cap dt {
    width: 48px;
    line-height: 0;
}

.intro .imageBox .cap dd {
    width: calc(100% - 48px);
}
.intro .imageBox .cap dd .txt {
    font-size: 12px;
    line-height: 170%;
}

/*===============================================

=================================================*/
.regist .registInner {
    padding: 48px 16px 64px;
    border-radius: 32px;
}
.regist .innerContent {
    gap: 24px;
}
.regist h3 {
    font-size: 20px;
}
.regist .okBox {
    margin-bottom: 24px;
}
.regist .okBox figure{
    width: 240px;
    height: 320px;
}
.regist .okBox h4 {
    font-size: 40px;
    padding: 0 24px;
    margin-bottom: -6px;
}
.regist .inBox.dueBox{
    margin-bottom: 16px;
}
.regist .inBox h4 span {
    width: 32px;
}
.regist .okBox .inner {
    flex-wrap: wrap;
    width: 100%;
    padding: 48px 16px 40px;
    gap: 16px;
    border-radius: 24px;
}
.regist .okBox .inner .clm:nth-child(1) {
    width: 80%;
}
.regist .okBox .checkList li {
    font-size: 14px;
}

.regist .ngBox .inner {
    width: 100%;
    padding: 32px 16px;
    border-radius: 24px;
}
.regist .ngBox .inner .ngList {
    margin-bottom: 32px;
}
.regist .ngBox .inner .ngList li {
    width: calc((100% / 2) - (24px / 2));
}
.regist .ngBox .inner .tit {
    font-size: 20px;
}
.regist .ngBox .inner .ngList li span {
    font-size: 14px;
}
.regist .ngBox h4 {
    font-size: 40px;
    padding: 0 24px;
    margin-bottom: -6px;
}
.regist .dueBox h4{
    margin-bottom: 8px;
}
.regist .dueBox .inner {
    flex-wrap: wrap;
    gap: 16px;
}
.regist .dueBox .inner .clm figure {
    width: 100%;
}
.regist .dueBox .inner .clm .txt{
    font-size: 14px;
}

.regist .dueBox .limitList {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.regist .dueBox .limitList li {
    width: 100%;
    box-shadow: none;
    font-size: 16px;
    padding: 0;
    line-height: 200%;
}
.regist .dueBox .limitList li .small {
    font-size: 14px;
}
.regist .attentionBox h4 {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 170%;
}
.regist .innerAcd .accordionDetail {
    padding: 0 24px 32px;
}
.regist .innerAcd .accordionDetail >* {
    margin-bottom: 16px;
}
.regist .innerAcd .accordionDetail .txt {
    font-size: 14px;
}
.regist .innerAcd .accordionDetail .inner {
    margin-bottom: 40px;
}

/*===============================================

=================================================*/
.information {
    padding: 56px 16px;
}
.information .informationList dd .txt {
    font-size: 16px;
    margin-bottom: 8px;
}
.information .btnList {
    margin-top: 8px;
}
.information .btnList li {
    width: 100%;
}
.information .btnList li a {
    width: 100%;
    box-sizing: border-box;
}

/*===============================================

=================================================*/
footer {
    position: relative;
    background: #fafafa;
}
}