@charset "utf-8";

/*共通*/
html{
    height: 100%;
    overflow: hidden;
}

body{
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #272343;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

main{
    padding-bottom: 8rem;
}

.main{
    min-height: 100vh;
    position: relative;
    padding-bottom: 157px;
    box-sizing: border-box;
}

.wrapper{
    max-width: 1100px;
    margin: auto;
}

.link{
    transition: all .2s ease 0s;
}

.link:hover{
    color: #EF831F;
}

a:hover{
    text-decoration: none;
}

.text-decoration, .text-decoration:hover{
    text-decoration: underline;
}

.cursor-pointer{
    cursor: pointer;
}

.vertical-center{
    vertical-align: middle;
}

.vertical-center-absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.row-eq-height{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important;
}

/*レスポンシブ*/
.sp, .sp-inline{
    display: none;
}

.pc{
    display: block;
}

.pc-inline{
    display: inline;
}

.pc-flex{
    display: flex;
}

/*レスポンシブ - table*/
.sp-table {
    display: none;
}

.pc-table{
    display: table;
}

/*フォーム*/
input, textarea{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

.blue-form{
    background: #F0F7FB;
    border: 2px solid #D6E6EF;
    height: 50px;
}

.border-blue_form{
    border: 1px solid #D6E6EF;
    background: #ffffff;
}

.gray-form{
    background: #f7f7f7;
    border: 1px solid #EBEBEB;
}

.gray-form2{
    border: solid 1px #A7A7A7;
    background: #ffffff;
}

/*ラベル*/
.required-label{
    font-size: 0.8rem;
    padding: 3px 8px;
    margin-left: 5px;
    color: #ffffff;
    background: #EF271F;
    border-radius: 3px;
}

/*色*/
.orange-color{
    color: #EF831F;
}

.yellow-background{
    background: #FFD803;
}

.beige-background{
    background: #FFF9E2;
}

.gray-background{
    background: #F8F8F8;
}

.gray-background2{
    background: #DCDCDC;
}

.white-background{
    background: #ffffff;
}

.error-background{
    background: #fff5f9;
}

.orange-background{
    background: #EF831F;
}

.red-color{
    color: #FF2929;
}

.error-color{
    color: #ff1133;
}

.blue-color{
    color: #1B80C4;
}

.navy-color{
    color: #272343;
}

.white-color{
    color: #ffffff;
}

.green-color{
    color: #3EB370;
}

.gray-color{
    color: #656464;
}

.silver-color{
    background: #CCCCCC;
}

/*ボタン*/
.blue-btn{
    background: #1B80C4;
    color: #ffffff;
}

.blue-btn:hover{
    color: #ffffff;
}

.blue-btn_size{
    width: 225px;
    height: 50px;
}

.focus-btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

.yellow-btn{
    background-color: #FED807;
    color: #272343;
}

.red-btn{
    background-color: #FA5246;
    color: #fff;
}

.red-btn:hover{
    color: #ffffff;
}

/*戻る・次ボタン*/
.back-btn, .next-btn{
    width: 150px;
    height: 50px;
}

/*アイコン*/
.fa-chevron-right{
    color: #EF831F;
    margin-right: 10px;
}

/*住所反映ボタン*/
.address-btn{
    border: none;
    height: 38px;
    margin-left: 8px;
    font-size: 12px;
}

/*ラジオボタン */
.regist-tab_content {
    display: none;
}

.form-text{
    margin-bottom: .2rem;
    font-size: 0.85rem;
    color: #454545;
}

.regist-radio[type=radio]{
    display: none;
}

.regist-tab_item {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.regist-tab_item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #087fc4;
    border-radius: 50%;
    box-sizing: border-box;
}

.regist-tab_item::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #087fc4;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s;
}

.regist-radio:checked + .regist-tab_item::after {
    transform: scale(1.1);
}

.regist-small_label{
    font-size: 0.8rem;
    margin-top: 4px;
}

.privacy-contents{
    border: 2px solid #CCCCCC;
    padding: 1.5rem 2rem;
    height: 300px;
    overflow-y: scroll;
    border-radius: 2px;
}


/*ヘッダー（・フッター）*/
.header-block-01 {
    height: 38px;
}

.header-block-02{
    background: #EF831F;
}

.globalNavi_list, .footer-menu-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.globalNavi_item{
    width: 10%;
    text-align: center;
    min-width: 130px;
    font-size: 0.8rem;
}

.globalNavi_item a{
    padding: 0.6rem 0;
    display: block;
    color: #272343;
}

.cart{
    min-width: 70px;
}

.main-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-logo{
    width: 35%;
}

a.site-logo-link, a.footer-logo{
    transition: all .15s;
}

a.site-logo-link:hover, a.footer-logo:hover{
    opacity: 0.8;
}

.mainNavi_item{
    min-width: 150px;
}

.mainNavi_item a{
    font-size: 0.9rem;
    padding: 1.5rem 0;
    cursor: pointer;
    transition: .4s;
    position: relative;
    color: #ffffff;
}

.mainNavi_item a:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 18px;
    right: -0.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
    z-index: 1;
}

.mainNavi_item a.border-none:before{
    content: none;
}

.mainNavi_item a:hover{
    background: #FF9940;
}

a.blue_bt{
    background: #1B80C4;
    color: #ffffff;
    cursor: pointer;
}

a.blue_bt:hover{
    color: #ffffff;
    opacity: 0.8;
    transition: all .15s;
}

a.blue_link{
    color: #1B80C4;
}

/* カートバッジ */
#badge {
    position: absolute;
    top: 5px;
    left: 10px;
    background: red;
    color: white;
    padding: 5px;
    line-height: 7px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

#badge-sp {
    background: red;
    color: white;
    padding: 8px;
    line-height: 8px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

/*フッター*/
footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 157px;
    background: #EEEDEA;
    padding: 16px 0;
}

.footer-block{
    position: relative;
}

.footer-hoyaboya{
    position: absolute;
    width: 130px;
    left: 5%;
    top: -115px;
}

.footer-menu-item:not(:first-child) {
    border-left: 1px solid #272343;
}

.footer-menu-item{
    text-align: center;
    min-width: 130px;
    font-size: 0.7rem;
}

.footer-menu-item a{
    color: #272343;
}

.kesennumacity-logo{
    width: 240px;
    margin: 1rem 0 0.5rem;
}

.copyright-text{
    color: #939393;
    font-size: 0.7rem;
}

/*パンクズ*/
.breadcrumb-content{
    padding: 0.5rem 0;
    background: #ffffff;
    border-bottom: 2px solid #EEEDEA;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
}

.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
    position: relative;
}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #272343;
    font-weight: normal;
    top: -1px;
    right: 0;
    position: absolute;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    padding-right: 1.2rem;
    text-decoration: none;
    color: #272343;
    font-weight: normal;
    font-size: 14px;
}

.breadcrumb li:first-child a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f015';
    font-weight: 900;
    font-size: 1.1em;
    color: #EF831F;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*フロー*/
.step-flow {
    font-size: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0;
    padding: 0;
}

.step-flow > li {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    text-overflow: ellipsis;
    color: #A7A7A7;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.step-flow > li .bubble {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 0.5em;
    border-radius: 50%;
    background-color: #A7A7A7;
}

.step-flow > li .bubble::after,
.step-flow > li .bubble::before {
    position: absolute;
    top: 9px;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #A7A7A7;
    z-index: -1;
}

.step-flow > li:last-child .bubble::after,
.step-flow > li:last-child .bubble::before {
    width: 0%;
    margin-right: 50%;
}

.step-flow > li.active {
    font-weight: bold;
    color: #1B80C4;
}

.step-flow > li.completed{
    color: #1B80C4;
}

.step-flow > li.completed .bubble,
.step-flow > li.completed .bubble::after,
.step-flow > li.completed .bubble::before {
    background-color: #1B80C4;
    z-index: 1;
}

.step-flow > li.active .bubble{
    background-color: #ffffff;
    border: 3px solid #1B80C4;
    z-index: 1;
}

/*チェックボックス */
.checkbox_list, .institution_list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.checkbox_list2{
    width: 95%;
    margin: 0 auto;
}

.checkbox_item, .institution_item{
    width: 33.3333%;
    padding-bottom: 0.5rem;
    line-height: 2;
    padding-right: 0.8rem;
}

.custom-control-label{
    font-size: 1rem;
    padding-left: 0.3rem;
}

.custom-control-label.normal-checkbox.solid-1::before{
    border: solid 1px #BABABA;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1B80C4;
    background-color: #1B80C4;
}

.custom-checkbox.search-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before {
    top: .25rem;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #F0F7FB;
    border: #D6E6EF solid 2px;
}

.login-checkbox.custom-control-label::before{
    background-color: #ffffff;
    border: #D6E6EF solid 1px;
}

.custom-control-label::after {
    top: .2rem;
    left: -1.6rem;
    width: 1.5rem;
    height: 1.5rem;
}

.custom-control-label.normal-checkbox::before{
    background-color: #ffffff;
    border: #BABABA solid 2px;
}

.login-item{
    line-height: 1.9;
}

.custom-control-label.bg-none-checkbox::before{
    background-color: #ffffff;
    border: 1px solid #D6E6EF;
}

.checkbox-message{
    position: absolute;
    top: .25rem;
    width: 1.3rem;
    height: 1.3rem;
}

/*各ページ*/
/*タイトル*/
.title_top{
    font-size: 23px;
    font-weight: bold;
}

.title_top2{
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 40px;
    margin-left: 20px;
}

.noneline_top{
    margin: 30px 0 20px;
}

/*下線ありタイトル*/
.line_top{
    margin: 30px 0 10px 0;
}

.top_hr{
    height: 2px;
    border: none;
    color: #EF831F;
    background-color: #EF831F;
    margin: 0;
}

/*水平線*/
.gray-hr{
    height: 2px;
    color: #EBEBEB;
    background: #EBEBEB;
}

/*黄色コンテンツ*/
.yellow_full_box{
    background-color: #FFF9E2;
    margin: 10px 0;
    padding: 25px;
}

/*1000pxコンテンツ*/
.width1000{
    max-width: 1000px;
}

/*必須*/
.contents0{
    display: contents;
}

/*セレクト*/
.select-form{
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance:none;
}

.select-form::-ms-expand {
    display: none;
}

.select-form_content::after{
    position: absolute;
    content:"\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 22px;/*アイコンの位置*/
    top: 50%;/*アイコンの位置*/
    color: #272343; /*アイコン色*/
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/*モーダル*/
.modal.show .modal-dialog, .modal-center, .modal.fade .modal-dialog{
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    position: absolute;
    width: 100%;
}

/*エラー文*/
.error-text, .error-text-box{
    padding: 1rem 22px;
    background: #fff5f9;
    border: solid 1px #ffb2c4;
    color: #ff1133;
    font-weight: bold;
}

.error-text, .error-text-icon{
    position: relative;
}

.error-text{
    padding-left: 4.5rem;
}

.error-text-icon{
    padding-left: 2.5rem;
}

.error-text:before, .error-text-icon:before{
    content: '\f071';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;/*アイコンの位置*/
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #FF2929; /*アイコン色*/
    left: 3%;
}

.error-text-icon:before {
    left: 0;
}

.error-text-icon.top:before {
    top: 0.7rem;
}

.error-caution-text{
    border: solid 1px #ffb2c4;
}

.caution-title{
    border-right: solid 1px #ffb2c4;
}

/*幅*/
.width5{
    width: 5%;
}
.width10{
    width: 10%;
}
.width15{
    width: 15%;
}
.width20{
    width: 20%;
}
.width25{
    width: 25%;
}
.width30{
    width: 30%;
}
.width35{
    width: 35%;
}
.width40{
    width: 40%;
}
.width42{
    width: 42%;
}
.width48{
    width: 48%;
}
.width50{
     width: 50%;
 }
.width55{
    width: 55%;
}
.width60{
    width: 60%;
}
.width61-5{
    width: 61.5%;
}
.width65{
    width: 65%;
}
.width70{
    width: 70%;
}
.width80{
    width: 80%;
}
.width85{
    width: 85%;
}
.width100{
    width: 100%;
}
.wh-15{
    width: 15px;
}
.wh-40{
    width: 40px;
}
.wh-50{
    width: 50px;
}
.wh-75{
    width: 75px;
}
.wh-77{
    width: 77px;
}
.wh-85{
    width: 85px;
}
.wh-100{
    width: 100px;
}
.wh-140{
    width: 140px;
}
.wh-160{
    width: 160px;
}
.wh-180{
    width: 180px;
}

/*縦幅*/
.height100{
    height: 100%;
}
.ht-auto{
    height: auto;
}
.ht-15{
    height: 15px;
}
.ht-25{
    height: 25px;
}
.ht-30{
    height: 30px;
}
.ht-40{
    height: 40px;
}
.ht-50{
    height: 50px;
}
.ht-60{
    height: 60px;
}
.ht-70{
    height: 70px;
}
.ht-100{
    height: 100px;
}
.ht-110{
    height: 110px;
}

/*配置*/
.align-center{
    text-align: center;
}
.align-left{
    text-align: left;
}

.vertical-baseline{
    vertical-align: baseline;
}

.m-0{
    margin: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.ml-10{
    margin-left: 10px;
}
.mr-05{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.mr-30{
    margin-right: 30px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-60{
    margin-bottom: 60px;
}
.p-03{
    padding: 3px;
}
.p-8{
    padding: 8px;
}
.p-9{
    padding: 9px;
}
.p-10{
    padding: 10px;
}
.p-11{
    padding: 11px;
}
.p-20{
    padding: 20px;
}
.p-30{
    padding: 30px;
}
.p-40{
    padding: 40px;
}
.p-50{
    padding: 50px;
}
.p-60{
    padding: 60px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-50{
    padding-top: 50px;
}
.pb-05{
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.pl-10{
    padding-left: 10px;
}
.pl-15{
    padding-left: 15px;
}
.pl-30{
    padding-left: 30px;
}
.pr-04{
    padding-right: 4px;
}
.pr-10{
    padding-right: 10px;
}
.pr-30{
    padding-right: 30px;
}

/*文字の大きさ*/
.f-size-13{
    font-size: 13px;
}
.f-size-14{
    font-size: 14px;
}
.f-size-18{
    font-size: 18px;
}
.f-size-19{
    font-size: 19px;
}
.f-size-20{
    font-size: 20px;
}
.fw-bold{
    font-weight: bold;
}
.fw-normal{
    font-weight: normal;
}

/*文字の間隔*/
.line-height-1-8{
    line-height: 1.8;
}

.line-height-2-5{
    line-height: 2.5;
}

.txt-deco-line{
    text-decoration: underline;
}

.white-space-break-spaces {
    white-space: break-spaces;
}

/*線*/
.border-none{
    border: none;
}

.border-silver{
    border-bottom: 2px solid #F3F3F3;
}

.borderb-hidden{
    border-bottom: hidden;
}
.radius-5{
    border-radius: 5px;
}

/*リスト*/
.list-style-none{
    list-style: none;
}
