@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@font-face {
    font-family: 'Corporate Logo ver3'; 
    src: url('../fonts/Corporate-Logo-Bold-ver3.ttf') format('truetype');
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff; 
    min-width: auto;
    letter-spacing: 0.08rem;

}

/* 表示 */
.visible_pc_cp {
	display: block !important;
}
.visible_sp_cp {
	display: none !important;
}
@media only screen and (max-width: 610px) {
	.visible_pc_cp {
		display: none !important;
	}
	.visible_sp_cp {
		display: block !important;
	}
}


/* ttl */
.copy {
    width: fit-content;
    background: #F24D23;
    color: #fff;
    border-radius: 50px;
    padding: 16px 36px;
    margin: 0 auto 10px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    font-size: 20px;
}
.copy:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 12.5px 0 12.5px;
    border-color: #F24D23 transparent transparent transparent;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: auto;
} 
.ttl_h2_cp {
    font-family: 'Corporate Logo ver3';
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    padding-top: 28px;  
    color: #4A4443;
}
.ttl_h2_cp_txt {
    font-size: 13px;
    line-height: 19px;
    margin: 15px auto 0;
    width: 90%;
}
.ttl_h4_cp .copy {
    width: fit-content;
    background: #231815;
    color: #fff;
    border-radius: 50px;
    padding: 16px 36px;
    margin: 50px auto 34px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.ttl_h4_cp .copy:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 12.5px 0 12.5px;
    border-color: #231815 transparent transparent transparent;
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: auto;
}
.ttl_h4_cp h4 {
    font-size: 24px;
    text-align: center;
}

/* header */
header .kv_wank {
    max-width: 800px;
    margin: 40px auto 0;
    width: 100%;
}
header picture {
    display: block;
    max-width: 1366px;
    margin: 0 auto;
}
header picture img {
    width: 100%;
}
/* main */
main {
    max-width: 610px;
    margin: auto;
    background: #fff;
    border-radius: 40px 40px 0 0;
    margin-top: 20px;
    padding: 10px 0 0;
    box-shadow: 0px 13px 56px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 610px) {
    main {
        margin-top: 0px;
        background: none;
        box-shadow: none;
    }
}

/* campaign */
.campaign_copy p:nth-of-type(1){
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: 45px;
    line-height: 26px;
}
.campaign_copy p:nth-of-type(2){
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    margin-top: 16px;
    line-height: 20px;
    letter-spacing: 0.08rem;
}
@media screen and (max-width: 610px) {
    .campaign_copy p:nth-of-type(1) {
        margin-top: 0;
        letter-spacing: -0.05em;
    }
}

/* tab */
.tabs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
}
.tabs li {
    width: 40%;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.tabs li.loan01{
    background: #01AB4F;
}
.tabs li.loan02{
    background: #F24D23;
}
.tabs li:nth-of-type(1) {
    margin-right: 16px;
}
.tabs li:hover {
    cursor: pointer;
}
.tabs li.is-current {
    height: 75px;
}
.tabs li.is-current:hover {
    cursor: auto;
}

.tabs li.loan01 span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-family: 'Corporate Logo ver3';
}
.tabs li.loan01 span.campus {
    width: 100%;
    background: #004C94;
    border-radius: 10px 10px 0 0;
}
.tabs li.loan02 span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-family: 'Corporate Logo ver3';
}

.tabs li img {
    width: 48px;
    margin-bottom: 8px;
}
.tabs li img.visible_current,
.tabs li.is-current img.visible_absent {
    display: none;
}
.tabs li img.visible_absent,
.tabs li.is-current img.visible_current {
    display: inline-block;
}

.tabs li.loan01.is-current {
    position: relative;
    background: #01AB4F;
}
.tabs li.loan02.is-current {
    position: relative;
    background: #F24D23;
}
.tabs li.is-current:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.tabs li.is-current span {
    color: #fff;
}

@media screen and (max-width: 610px){
    .tabs li.loan01 span {
        font-size: 18px;
    }
    .tabs li.loan02 span {
        font-size: 18px;
    }
}

/* tab_content */
.tab_content {
    display: none;
}
.tab_content.is-current {
    display: block;
}
.tab_content .container {
    background: #fff;
    width: 90%;
    margin: auto;
    border-radius: 30px;
    padding-bottom: 20px;
}
#loan01 {
    background: #01AB4F;
    padding: 30px 0;
}
#loan02 {
    background: #F24D23;
    padding: 30px 0;
}

@media screen and (max-width:767px){
    .tabs li span {
        font-size: 14px;
    }
    .tab_content h3 {
        font-size: 22px;
    }
    .tab_content>p {
        text-align: left;
    }
}

/* product */
.product_overwrap {
    display: flex;
    justify-content: space-between;
}
.product_outline {
    margin-top: 25px;
}
.product_outline + .product_outline {
    margin-top: 38px;
}
.product_genre {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding-left: 25px;
    column-gap: 15px;
}
.product_genre .product_tag {
    display: block;
    width: 225px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    background: #01AB4F;
    color: #FFF;
    border-radius: 4px;
}
.product_genre .product_tag + p {
    color: #F24D23;
    font-size: 16px;
    font-weight: bold;
}
.product_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    row-gap: 32px;
}
.product_overwrap .product_outline {
    width: 50%;
}
.product_overwrap .product_wrap li {
    width: 100%;
    max-width: 250px;
}
.product_overwrap .product_outline + .product_outline {
    margin-top: 25px;
}
.product_wrap li {
    width: 45%;
    min-width: 148px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    border-radius: 14px;
    padding: 27px 0 16px;
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.product_wrap li:nth-child(even) {
    margin-left: 16px;
}
.product_wrap li h4 {
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 1.08;
    font-family: 'Corporate Logo ver3'; 
}
.product_wrap li h4 span {
    font-size: 16px;
}
/* .product_wrap li .product_tag {
    display: block;
    width: 80%;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    color: #01AB4F;
    border: 2px solid #01AB4F;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: auto;
} */
.product_wrap li a {
    text-decoration: none;
}
#loan02 .product_wrap li .product_tag {
    color: #F24D23;
    border: 2px solid #F24D23;
}
/* #loan02 .product_wrap li h4 {
    color: #76B85F;
} */
.product_wrap li img {
    margin-top: 12px;
    vertical-align: bottom;
}
.product_wrap li .product_button {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    width: 90%;
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 11px auto 0;
}
#loan01 .product_wrap li .product_button {
    background: #01AB4F;
}
#loan01 .product_wrap li .product_button.campus {
    background: #004C94;
}
#loan02 .product_wrap li .product_button {
    background: #F24D23;
}
#loan01 .product_wrap li ul {
    width: fit-content;
    margin: 0 auto;
}
#loan01 .product_wrap li ul li {
    width: auto;
    min-width: auto;
    box-shadow: none;
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
    color: #F24D23;
    font-size: 14px;
    font-weight: bold;
    margin-left: -1rem;
}
#loan01 .product_wrap li ul li:before {
    content: "・";
    color: #F24D23;
}
#loan01 .product_wrap li ul li:nth-child(even) {
    margin-left: -1rem;
    margin-top: 0;
}
#loan01 .product_wrap li:nth-child(even) ul {
    min-height: 47px;
}
@media only screen and (max-width: 610px) {
    .product_overwrap {
        flex-direction: column;
    }
    .product_overwrap .product_outline {
        width: 100%;
    }
    .product_overwrap .product_wrap li {
        max-width: 168px;
    }
    .product_genre {
        padding-left: 0;
        flex-direction: column;
        align-items: center;
    }
    .product_wrap li h4 {
        font-size: 16px;
        line-height: 1.25;
    }
    .product_wrap li h4 span {
        font-size: 12px;
    }
    .product_wrap li .product_tag {
        font-size: 10px;
        width: 85%;
    }
    .product_wrap li .product_button {
        font-size: 12px;
        padding: 4px 0;
    }
}
@media screen and (min-width: 611px) {
    .product_wrap li:hover {
        transform: scale(1.025);
        transition: 0.3s;
    }
    .cardloan .product_wrap li.no_link:hover,
    #loan01 .product_wrap li ul li:hover {
        transform: scale(1);
    }
}
@media only screen and (max-width: 736px){
 img {
    width: auto;
 }
}
/* target */
.target {
    width: 90%;
    margin: 18px auto 0;
}
.target p{
    font-size: 11px;
    line-height: 17px;
}
.target ul li{
    font-size: 11px;
    line-height: 17px;
}



/* period */
.period img{
    width: 257px;
    margin: 65px auto 0;
    display: block;
}
.period_txt,.period_txt + .period_txt {
    color: #F24D23;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Corporate Logo ver3';
    text-align: center;
    margin-top: 12px;
    line-height: 1.3;
    letter-spacing: 0;
}
.period_txt + .period_txt {
    font-size: 21px;
    margin-top: 0;
}
#loan02 .period_txt,
#loan02 .period_txt + .period_txt {
    color: #01AB4F;
}
.period_txt span{
    font-size: 13px;
}
@media screen and (min-width: 450px){
    .period_txt br{
        display:none;
    }
}
.period_txt + p,
.period_note {
    text-align: center;
    font-size: 15px;
    margin-top: 9px;
    line-height: 17px;
    letter-spacing: 0;
    color: #4A4443;
}
.period_txt + p > span {
    color: #E60012;
    font-weight: bold;
}
.period_note {
    font-size: 14px;
}
/* kinri */
.kinri {
    width: 90%;
    margin: auto;
}
.kinri_container {
    text-align: center;
    margin-top: 30px;
}
.kinri_container figure {
    border: 1px solid #B9B9B9;
}
.kinri_container:nth-child(3) {
    border: none;
}
.kinri_container img {
    width: 100%;
}
.kinri_ttl {
    background: #F5F5F5;
    padding: 10px 0;
}
.kinri_ttl .kinri_copy{
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
}
.kinri_ttl .kinri_copy::before {
    content: '';
    width: 25px;
    height: 1px;
    background: #707070;
    display: inline-block;
    transform: rotate(60deg);
}
.kinri_ttl .kinri_copy::after {
    content: '';
    width: 25px;
    height: 1px;
    background: #707070;
    display: inline-block;
    transform: rotate(-60deg);
}
.kinri_ttl h3{
    font-family: 'Corporate Logo ver3';
    font-size: 23px;
    line-height: 28px;
}
#loan02 .kinri_ttl h3 {
    color: #F24D23;
}
.kinri_ttl p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
}
.kinri_box {
    width: 95%;
    margin: auto;
    padding: 0 0 16px;
}
.kinri_item_ttl {
    color: #000;
    max-width: 350px;
    background: #e0e4ee;
    border-radius: 39px;
    margin: 16px auto 0;
    padding: 8px 0;
}
.kinri_item_ttl span {
    display: inline-block;
    font-size: 21px;
    line-height: 1.2;
}
.kinri_item_ttl span > span {
    color: #F24D23;
}
.kinri_item_ttl p {
    background: #fff;
    width: fit-content;
    margin: 4px auto 0;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 17px;
}
.kinri_item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 10px;
}
.kinri_item dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.kinri_item dl dt{
    font-size: 12px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px;
    line-height: 1;
}
.kinri_item dl dd{
    color: #F24D23;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -0.02em;
    font-family: 'Arial';
    line-height: 1;
}
.kinri_item dl dd span{
    font-size: 31px;
}
.kinri_item dl:nth-of-type(1) {
    width: 30%;
}
.kinri_item dl:not(:first-of-type) {
    width: 35%;
    border-left: 1px solid #000;
    padding-left: 2%;
}
.kinri_box_less {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.kinri_box_less .kinri_item {
    display: block;
    margin-top: 0;
    flex-basis: 48%;
}
.kinri_box_less .kinri_item_ttl {
    width: 100%;
    max-width: 100%;
    background: #004C94;
    color: #FFF;
    margin: 0 auto;
    border-radius: 29px 29px 0 0;
}
.kinri_box_less .kinri_item_less {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 4px;
    border: 1px solid #B9B9B9;
    border-top: none;
}
.kinri_box_less .kinri_item .kinri_ttl {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
    padding: 0;
    color: #004C94;
    text-align: center;
    background: #E0E4EE;
    border-radius: 29px;
}
.kinri_box_less .kinri_item .kinri_ttl h3 {
    font-size: 16px;
}
.kinri_box_less .kinri_item dl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    margin-top: 10px;
}
.kinri_box_less .kinri_item_tag {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    color: #F24D23;
    border: 2px solid #F24D23;
    border-radius: 4px;
}
.kinri_box_less .kinri_item_less dl {
    display: flex;
    align-items: center;
    column-gap: 4px;
    width: auto;
}
.kinri_box_less .kinri_item dl dt {
    font-size: 18px;
    letter-spacing: -0.02em;
    display: block;
}
.kinri_box_less .kinri_item dl dt .kinri_item_less-tag {
    display: block;
    width: 200px;
    font-size: 16px;
    color: #FFF;
    background: #004C94;
    border-radius: 16px;
    padding: 6px 0;
    margin: 0 auto 8px;
}
.kinri_box_less .kinri_item .kinri_item_note {
    color: #000;
    font-size: 11px;
    letter-spacing: 0;
}
.kinri_box_less_note {
    max-width: 460px;
    margin: 10px auto 0;
    text-align: left;
}
.kinri_box_less_note li {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    /* text-indent: -3rem;
    margin-left: 3rem; */
}
p.kinri_less_note {
    font-size: 11px;
    text-align: left;
    line-height: 1.2;
    margin-top: 10px;
}
#loan02 .product_genre {
    padding-left: 0;
    justify-content: center;
    width: 94%;
}
#loan02 .product_genre .product_tag {
    color: #FFF;
    font-size: 13px;
    background: #F24D23;
    margin: 0 auto;
}
#loan02 .kinri_container {
    border: 1px solid #F24D23;
}
#loan02 .kinri_ttl {
    background: #FFEEDE;
}
#loan02 .kinri_container:nth-of-type(2) .kinri_ttl img{
    width: 267px;
}
#loan02 .kinri_ttl img{
    width: 218px;
}
#loan02 .kinri_ttl ul{
    display: flex;
    justify-content: center;
}
#loan02 .kinri_ttl ul li{
    color: #01AB4F;
    background: #fff;
    width: fit-content;
    margin-top: 4px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
}
#loan02 .kinri_ttl ul li:not(:first-child){
    margin-left: 6px;
}

#loan02 .kinri_item dl dd {
    color: #01AB4F;
}
#loan02 .kinri .caption{
    margin-top: 10px;
}
.hosyo {
    background: #F5F5F5;
    margin-top: 20px;
    padding: 16px 24px;
    text-align: left;
}
.hosyo h4 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.hosyo h4 + ul {
    margin-top: 10px;
    line-height: 1.5;
}
.hosyo ul li {
    font-weight: 600;
    margin-bottom: 4px;
}
.hosyo ul li span {
    font-size: 12px;
}
.hosyo ul + p {
    font-weight: 700;
    margin-top: 12px;
    line-height: 20px;
    color: #E60012;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl dt span,
#loan02 .kinri_item dl dt span {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 4px 6px;
    border-radius: 2px;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl {
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl dt {
    width: 38%;
}
#loan01 .kinri_container:nth-child(-n+2)  .kinri_item dl:nth-of-type(1) dd {
    font-size: 76px;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl:not(:first-of-type) dd {
    font-size: 48px;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl dt span {
    background: #c6e6de;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item {
    flex-wrap: wrap;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl:nth-of-type(1) {
    width: 100%;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl:not(:first-of-type) {
    width: 50%;
    padding-top: 2%;
    border-top: 1px solid #000;
    padding-left: 0;
    border-left: none;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl:nth-of-type(3) {
    padding-left: 2%;
    border-left: 1px solid #000;
}
#loan01 .kinri_container:nth-child(-n+2) .kinri_item dl dt {
    font-size: 11px;
}
#loan02 .kinri_item {
    height: 180px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#loan02 .kinri_item dl:nth-of-type(1) {
    width: 50%;
    height: 100px;
    justify-content: center;
}
#loan02 .kinri_item dl:not(:first-of-type) {
    width: 50%;
    height: 50%;
    border-left: 1px solid #000;
    padding-left: 2%;
    flex-grow: 1;
}
#loan02 .kinri_item dl:nth-of-type(3) {
    border-top: 1px solid #000;
    padding-top: 2%;
}
#loan02 .kinri_item dl dt {
    width: 80%;
}
#loan02 .kinri_item dl:nth-of-type(1) dd {
    font-size: 76px;
}
#loan02 .kinri_item dl dt span {
    background: #ffd3be;
}
@media screen and (max-width: 610px) {
    .period_txt + p {
        font-size: 13px;
    }
    .period_note {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .kinri_box_less .kinri_item_ttl {
        border-radius: 20px 20px 0 0;
    }
    .kinri_box_less .kinri_item_ttl span {
        font-size: 18px;
    }
    .kinri_box_less .kinri_item:nth-of-type(2) {
        margin-top: 16px;
    }
    .kinri_box_less .kinri_item_less {
        display: block;
    }
    #loan01 .kinri_container:nth-of-type(-n+2) .kinri_item dl {
        flex-direction: column;
    }
    #loan01 .kinri_container:nth-of-type(-n+2) .kinri_item dl dt {
        width: 80%;
    }
    #loan01 .kinri_container:nth-of-type(-n+2) .kinri_item dl:not(:first-of-type) dt {
        width: 90%;
    }
    #loan02 .kinri_item dl:nth-of-type(1) dd {
        font-size: 60px;
    }
    #loan02 .kinri_item dl:not(:first-of-type) dd {
        font-size: 50px;
    }
    #loan02 .product_genre:has(.product_tag:nth-of-type(2)) {
        flex-direction: row;
    }
    #loan02 .product_genre:has(.product_tag:nth-of-type(2)) .product_tag {
        width: 50%;
        font-size: 11px;
    }
}

/* cardloan */
.cardloan {
    background: #F5F5F5;
    padding: 34px 0 30px;
}
.cardloan .no_link {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    padding: 27px 0;
    cursor: default;
}

.cardloan .product_wrap li h4 {
    color: #000;
    letter-spacing: 0;
}
.cardloan .product_wrap li .product_button {
    background: #FFA462;
}
.cardloan .caption {
    width: 90%;
    margin: 24px auto 0;
}
.caption {
    margin-top: 24px;
}
.caption li{
    font-size: 12px;
}


/* apply */
.apply {
    width: 90%;
    margin: auto;
}
.apply img {
    margin-top: 20px;
}

.step_box {
    background: #F0F0F0;
    margin-top: 40px;
    padding: 24px;
}
.step_box h3{
   position: absolute;
   top: -40px;
}
.step_box h4 {
    font-size: 18px;
    font-weight: 500;
}
.step_box p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 24px;
}
.step_box .caption {
    margin-top: 12px;
}
.note {
    border: 2px solid #004C94;
    margin-top: 16px;
    padding: 32px 20px;
}
#loan01 .note {
    border-color: #01AB4F;
}
.note h3{
    font-size: 20px;
    font-weight: 700;
    color: #004C94;
    text-align: center;
    line-height: 22px;
}
#loan01 .note h3{
    color: #01AB4F;
}
.note > ul > li,
.note p {
    margin-top: 12px;
}
.note .caption{
    margin-top: 9px;
    color: #000000;
}

/* contact */
.contact {
	width: 100%;
	text-align: center;
    margin-top: 30px;
    background: #fff;
}

.contact h3 {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0;
}
.contact .contact_box {
	background: #fff;
	padding: 0 0 46px 0;
    border-bottom: 1px solid #CCCCCC;
}

.contact .contact_box h4{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .contact_box .tel:before,
.contact .contact_box .store:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.contact .contact_box .tel:before {
    background: url(../img/icon_tel.svg) center/contain no-repeat;
}
.contact .contact_box .store:before {
    background: url(../img/icon_mail.png) center/contain no-repeat;
    margin-top: 2px;
}
.contact .contact_box .store_container {
	padding: 20px 0 0;
}

.contact .contact_box .store_container div{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
    flex-flow: column;
}
.contact .contact_box .store_container div .c-rbutton__center-wrap:nth-of-type(2) .c-rbutton {
	background: #fff;
	color: #FC6B01;
    margin-top: 15px;
    border: 1px solid #FC6B01;
}
.contact .contact_box .store_container div .c-rbutton__center-wrap .c-rbutton:hover {
	opacity: 0.6;
}
.contact .contact_box .store_container div .c-rbutton__center-wrap:nth-of-type(2) .c-rbutton::after {
	position: absolute;
    content: "";
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: center/contain no-repeat url(../img/icon_arrow_orange.png);
	width: 7px;
    height: 11px;
}
.contact .contact_box .tel_container {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 20px;
	padding-top: 40px;
}
.contact .contact_box dd {
    color: #000000;
    line-height: 22px;
    letter-spacing: 0;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 13px;
}
.contact .contact_box .tel_container .tel_box dt {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	vertical-align: middle;
}
.contact .contact_box .tel_container .tel_box.inline dt {
	display: inline-block;
}
.contact .contact_box .tel_container .tel_box dd:nth-of-type(1) {
	display: inline-block;
	vertical-align: middle;
    margin-top: 0;
}

.contact .contact_box .tel_container .tel_box .tel-link {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.06rem;
    font-family: 'Helvetica Neue';
    line-height: 35px;
}
.contact .contact_box .tel_container .tel_box .tel-link a{
	color: #000000;
    text-decoration: none;
}

.contact .contact_box .tel_container h5{
	flex-basis: 22%;
	border-right: 2px solid #F66B03;
	display: flex;
    align-items: center;
	color: #000000;
}
.contact .contact_box .tel_container dl{
	flex-basis: 78%;
    margin-top: 20px;
}
.contact .contact_box .tel_container{
	padding-bottom: 40px;
}
.contact .contact_box .tel_container:nth-of-type(1) {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 46px;
}
/* contact style03 */
.contact .contact_box.style03 .tel_container:nth-of-type(1)  {
	padding-top: 0;
}
.contact .contact_box.style03 .tel_container .tel_box.inline dd:nth-of-type(1) {
	padding-left: 20px;
}
.contact .contact_box.style03 .tel_container .mail_box {
	border-right: 1px solid #cccccc;
}
.contact .contact_box.style03 .tel_container .mail_box,.qanda_box{
	flex-basis: 50%;
}
.contact .contact_box.style03 .tel_container .mail_box h4,.qanda_box h4{
	margin-bottom: 20px;
}

@media screen and (max-width: 610px){
	.contact .contact_box .tel_box {
		margin-top: 20px;
	}
	.contact .contact_box .tel_container .tel_box.inline dt {
		display: block;
		font-size: 14px;
	}
	.contact .contact_box .tel_container .tel_box .tel-link {
		font-size: 30px;
		line-height: normal;
	}
	.contact .contact_box dd {
		font-size: 14px;
		margin-top: 5px;
	}

	.contact .contact_box .tel_container h5{
		justify-content: center;
		border-right: none;
	}
	.contact .contact_box .tel_container h5:after{
		display: block;
		content: '';
		width: 40px;
		height: 2px;
		background: #F66B03;
		position: absolute;
		bottom: -9px;
		border-radius: 50px;
	}
	.contact .contact_box .tel_container {
		flex-flow: column;
		padding-top: 28px;
	}
	.contact .contact_box .tel_container dl {
		padding-left: 0px;
		padding-top: 0px;
	}
	/* contact style03 */
	.contact .contact_box.style03 .tel_container .mail_box {
		border-right: none;
	}
	.contact .contact_box.style03 .tel_container .qanda_box h4{
		margin-top: 20px;
	}
	.contact .contact_box .store_container div .c-rbutton__center-wrap:nth-of-type(2) .c-rbutton {
		margin-left: 0;
	}
}
/* footer */
.footer {
    background: #fff;
    color: #000000;
    text-align: center;
    padding: 33px 0;
    max-width: 610px;
    margin: auto;
}
.footer p{
    font-size: 12px;
}
.footer .ncb_info .ncb_logo {
    width: 204px;
    margin: 0 auto 10px;
}
.footer .ncb_info .ncb_logo img {
    width: 100%;
    vertical-align: bottom;
}