/*

■このCSSの役割＝蓄電池劣化予測技術特設サイトの構成css
/css/main.css（サイト全体使用css）

*/


@charset 'UTF-8';


/*------------------------------------------------------------
    font
------------------------------------------------------------*/

.font-gibson-l{
	font-family: "canada-type-gibson", sans-serif;
    font-weight: 200;
    font-style: normal;
}
.font-gibson-book{
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.font-gibson-r{
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font-gibson-m{
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.font-gibson-sb{
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.font-gibson-b{
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 700;
    font-style: normal;
}



/*------------------------------------------------------------
    animation
------------------------------------------------------------*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}





/*------------------------------------------------------------
    Base Fix
------------------------------------------------------------*/

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video,
input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
main > .basic-page > #sections{
    font-family: "Noto Sans JP", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    /*line-height: 1.89;*/
    line-height: 2;
    word-break: break-word;
    color: #1a1a1a;
}
.basic-page a{
    transition: all .3s;
    word-break: break-all;
    color: #0041C0;
}
.basic-page a:hover{
    transition: all .3s;
}
.holdings-footer.page-in-menu {
    padding-bottom: 75px;
}
.holdings-header a, .holdings-titlenav a, .holdings-footer a, .holdings-cta a {
    word-break: break-word;
    white-space: normal;
}
img{
    max-width: 100%;
    height: auto;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .basic-page {
        width: 100%;
    }
    main > .basic-page > #sections{
        font-size: 14px;
    }
    .holdings-footer.page-in-menu {
        padding-bottom: 0;
    }


}


/*------------------------------------------------------------
	header Parts
------------------------------------------------------------*/

.holdings-header__sub__nav{
    border-bottom: 1px solid #ccc;
}
.holdings-header__subchild {
    background-color: #F2F2F2;
    border-top: none;
    color: #666;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .holdings-titlenav {
        position: relative;
        z-index: 9;
    }
    .holdings-header__sub__nav .holdings-header__sub__nav__tglbtn {
        margin-right: 8px;
    }


}



/*------------------------------------------------------------
	common Parts
------------------------------------------------------------*/

.unicom-pc{
    display: block;
}
.unicom-sp{
    display: none;
}

.unicom-container{
    width: 980px;
    margin: 0 auto;
}
.unicom-container-md{
    width: 1130px;
    margin: 0 auto;
    box-sizing: border-box;
}
.unicom-container-lg{
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.underline{
    text-decoration: underline;
}
.bold{
    font-weight: 600;
}
.green{
    color: #009999;
    font-weight: 700;
}


/* article */
.article-head{
    margin-top: -20px;
    padding-bottom: 64px;
    text-align: center;
}
.article-title .title-en {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 82px;
    line-height: 1;
    color: #009999;
    position: relative;
}
.article-title .title-en:after {
    content: "";
    display: block;
    width: 400px;
    height: 3px;
    background: #009999;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.article-title .title-jp{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    margin-top: 16px;
}
.article-description {
    font-size: 18px;
    font-weight: 600;
    color: #606060;
    margin-top: 16px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .unicom-pc{
        display: none !important;
    }
    .unicom-sp{
        display: block;
    }
    .unicom-container{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .unicom-container-md{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .unicom-container-lg{
    	width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .article-head{
        margin-bottom: 48px;
        padding: 0 15px;
        margin-top: -56px;
    }
    .article-title .title-en{
        font-size: 48px;
    }
    .article-title .title-en:after{
        width: 228px;
        bottom: 4px;
    }
    .article-title .title-jp{
        font-size: 21px;
    }
    .article-description{
        font-size: 15px;
        text-align: left;
    }



}

@media only screen and (max-width:374px){



}




/*------------------------------------------------------------
	btn Parts
------------------------------------------------------------*/

/* main-btn */
.main-btn{
    margin-top: 24px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.main-btn a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 320px;
    line-height: 1;
    color: #fff;
    background: #ED5F37;
    border-radius: 48px;
    text-align: center;
    border: 2px solid #ED5F37;
    position: relative;
    box-sizing: border-box;
}
.main-btn-text{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}
.main-btn a .material-symbols-outlined{
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
}
.main-btn a:hover{
    color: #ED5F37;
    background: #fff;
}


/* text-btn */
.text-btn {
    margin-top: 40px;
    line-height: 1;
    text-align: right;
}
.text-btn a {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    line-height: 1.45;
    color: #0041C0;
}
.text-btn a:hover{
    color: #606060;
}
.text-btn-text{
    text-decoration: underline;
}
.text-btn a:hover .text-btn-text{
    text-decoration: none;
}
.text-btn a .material-symbols-outlined{
    font-size: 20px;
    font-weight: 600;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

/* sub-btn */
.sub-btn{
    margin-top: 24px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sub-btn a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 320px;
    line-height: 1;
    color: #fff;
    background: #ED5F37;
    border-radius: 48px;
    text-align: center;
    border: 2px solid #ED5F37;
    position: relative;
    box-sizing: border-box;
}
.sub-btn-text{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}
.sub-btn a .material-symbols-outlined{
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
}
.sub-btn a:hover{
    color: #ED5F37;
    background: #fff;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .main-btn{
        margin-top: 32px;
        box-sizing: border-box;
        padding: 0 30px;
    }
    .main-btn a {
        padding: 12px 24px;
    }
    .main-btn-text{
        font-size: 17px;
    }
    .text-btn a{
        font-size: 14px;
    }

}




/*------------------------------------------------------------
    main visual Parts
------------------------------------------------------------*/

/* 基本パーツ */
#main-visual{
    background-image: url(/jp/battery-prediction/images/firstview_bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    padding: 48px 0 240px;
}
#main-visual-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding-right: 40px;*/
}
#main-visual-text {
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.main-visual-name{
    font-weight: 700;
    position: relative;
    padding-left: 22px;
}
.main-visual-name:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    background: rgb(0, 153, 153);
    background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(64, 212, 153, 1) 100%);
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main-visual-copy{

}
.main-copy {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.45;
}
.body-copy{
    margin-top: 28px;
}


/* バナーエリア */
#main-visual-banner{
    width: 480px;
    border-radius: 24px;
    background: rgba(0,0,0,0.78);
    position: relative;
    box-shadow: rgba(149,157,165,0.2) 0 4px 24px;
}
.banner-head {
    background: rgb(0, 153, 153);
    background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(64, 212, 153, 1) 100%);
    border-radius: 24px 24px 0 0;
    text-align: center;
    padding: 11px 0;
}
.banner-copy {
    line-height: 1.6;
    font-size: 19px;
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.banner-body {
    padding: 24px 40px 56px;
    padding: 24px 32px 52px;
}
.banner-logo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.logo-img{
    width: 180px;
}
.logo-img img{
    display: block;
    border-radius: 2px;
}
.logo-separate{
    font-size: 28px;
    line-height: 1;
}

.banner-merit-wrap{
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
ul.banner-merit {
    
}
ul.banner-merit > li{
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    font-size: 17px;
}
ul.banner-merit > li:not(:first-of-type){
    margin-top: 4px;
}
ul.banner-merit > li:before{
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-target-box{
    position: relative;
    margin-top: 26px;
}
.banner-target-decorate{
    position: absolute;
    top: -10px;
    left: -66px;
}
.banner-target-decorate img{
    display: block;
}

ul.banner-target{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
ul.banner-target > li{
    width: calc(100% / 3);
    text-align: center;
    box-sizing: border-box;
}
ul.banner-target > li:not(:first-of-type){
    border-left: 1px solid rgba(205,205,205,0.65);
}
.banner-target-icon{
    height: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner-target-icon:after{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #474D4D;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner-target-icon img{
    display: block;
    position: relative;
    z-index: 1;
    bottom: 12px;
}
ul.banner-target > li:nth-of-type(3) .banner-target-icon img{
    bottom: 4px;
}
.banner-target-text{
    font-size: 14px;
    line-height: 1.65;
    margin-top: 2px;
}

#main-visual-banner .main-btn{
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#main-visual-banner .main-btn a{
    box-shadow: rgba(149,157,165,0.2) 0 4px 24px;
}

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

    #main-visual .unicom-container-md{
        width: 1280px;
    }

}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #main-visual{
        background-image: none;
        padding: 56px 0 240px;
        position: relative;
        background: #fff;
    }
    #main-visual:before{
        content: "";
        display: block;
        width: 100%;
        height: 450px;
        background-image: url(/jp/battery-prediction/images/firstview_bg.jpg);
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
    }
    #main-visual-text{
        padding-top: 0;
        position: relative;
    }
    .main-visual-name{
        padding-left: 20px;
    }
    .main-visual-copy {
        margin-top: 24px;
    }
    .main-copy {
        font-size: 32px;
    }
    .body-copy {
        margin-top: 16px;
    }

    #main-visual-banner{
        width: auto;
        margin: 56px -15px 0;
        border-radius: 24px 24px 0 0;
        background: #222;
    }
    .banner-copy{
        font-size: 18px;
    }
    .banner-body{
        padding: 20px 15px 48px;
    }
    .logo-img {
        width: 45%;
    }
    .logo-separate{
        font-size: 20px;
    }

    ul.banner-merit > li{
        font-size: 16px;
    }

    .banner-target-box{
        margin-top: 24px;
    }
    ul.banner-target{
        margin: 0 -15px;
    }
    ul.banner-target > li:nth-of-type(1) .banner-target-icon img{
        width: 80px;
    }
    ul.banner-target > li:nth-of-type(2) .banner-target-icon img{
        width: 64px;
    }
    ul.banner-target > li:nth-of-type(3) .banner-target-icon img{
        width: 80px;
    }
    .banner-target-decorate{
        display: none;
    }
    .banner-target-text {
        font-size: 13px;
        padding: 0 12px;
    }

}







/*------------------------------------------------------------
    Technology Section Parts
------------------------------------------------------------*/

article#technology{
    position: relative;
    padding-bottom: 284px;
}
article#technology:before{
    content: "";
    display: block;
    width: 100%;
    background: #f2f2f2;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 140px;
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -140px;
}

/* POINT 基本パーツ */
.article-body section:not(:first-of-type){
    margin-top: 64px;
}
.point-box{
    background: #fff;
    border-radius: 24px;
    padding: 56px 0;
    position: relative;
}
.point-box-content{
    position: relative;
}
.point-box-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 2px solid #009999;
}
.point-box-title-number{
    height: 36px;
    border-radius: 8px;
    border: 2px solid #009999;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.number-icon {
    margin-right: 8px;
}
.number-icon img{
    display: block;
}
.number-text{
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 1px;
    color: #009999;
}
.point-box-title-text {
    padding-left: 16px;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 700;
}

/* .twice-card */
.twice-card{
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(149,157,165,0.2) 0 4px 24px;
}
.card-item {
    background: rgb(0, 153, 153);
    background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(64, 212, 153, 1) 100%);
    border-radius: 12px 12px 0 0;
    text-align: center;
    padding: 11px 0;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
}
.card-content {
    padding: 16px 32px 32px;
}
.card-img{
    text-align: center;
}
.card-img img{
    display: block;
    margin: 0 auto;
}
.card-text {
    font-size: 15px;
    margin-top: 20px;
}
.card-caption {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .point-box{
        padding: 40px 0;
    }
    .article-body section:not(:first-of-type){
        margin-top: 48px;
    }
    article#technology{
        padding-bottom: 200px;
    }
    article#technology section .unicom-container-md{
        padding: 0;
    }
    .point-box-title-number{
        height: 32px;
        padding: 0 16px 0 12px;
        width: 132px;
    }
    .number-icon img{
        width: 12px;
    }
    .number-text{
        font-size: 16px;
    }
    .point-box-title{
        padding-bottom: 20px;
        margin-bottom: 24px;
        display: block;
    }
    .point-box-title-text{
        padding-left: 0;
        font-size: 22px;
        margin-top: 16px;
    }

    .card-content{
        padding: 16px 20px 24px;
    }
    .card-item{
        font-size: 18px;
    }
    .card-text{
        font-size: 14px;
        margin-top: 16px;
    }
    .card-img{
        margin: 0 -10px;
    }

}



/* POINT01 */
section#point01{
    position: relative;
}
section#point01:before{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#point01-box{

}
#point01-box .point-box-img {
    position: absolute;
    top: 32px;
    right: -55px;
    width: 488px;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: rgba(149,157,165,0.2) 0 4px 24px;
}
#point01-box .point-box-img img{
    height: 100%;
    object-fit: cover;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    #point01-box .point-box-img{
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 56vw;
        margin-top: 28px;
    }
    #point01-box .point-box-img img{
        width: 100%;
    }

}



/* POINT02 */
section#point02{
    position: relative;
}
section#point02:before{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
#point02-box {
    padding-bottom: 0;
}
ul.point02-box-list {
    margin-top: 32px;
    margin: -8px -20px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 48px;
}
ul.point02-box-list:after{
    content: "×";
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #009999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
ul.point02-box-list > li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    #point02-box{
        padding-bottom: 40px;
    }
    ul.point02-box-list{
        display: block;
        top: 0;
        margin: 28px 0 0;
    }
    ul.point02-box-list > li{
        width: 100%;
        padding: 0;
    }
    ul.point02-box-list > li:not(:first-of-type){
        margin-top: 56px;
    }
    ul.point02-box-list:after{
        font-size: 32px;
    }

}



/* section#rd-result */
.article-body section#rd-result{
    margin-top: 112px;
}
#rd-result-box {
    background: #fff;
    border-radius: 12px;
    border: 2px solid #009999;
    position: relative;
    padding: 56px 0 32px;
    box-shadow: rgba(149,157,165,0.2) 0 4px 24px;
}
.rd-result-decorate{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.rd-result-decorate img{
    display: block;
}
#rd-result-box p{
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    color: #009999;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    .article-body section#rd-result{
        margin-top: 64px;
    }
    .rd-result-decorate img{
        width: 100px;
    }
    #rd-result-box{
        padding: 56px 20px 28px;
    }
    #rd-result-box p{
        font-size: 20px;
        text-align: left;
    }

}



/* POINT03 */
section#point03{
    position: relative;
}
section#point03:before{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
ul.point03-box-list{
    margin-top: 40px;
    max-width: 650px;
    position: relative;
    z-index: 2;
}
ul.point03-box-list > li:not(:first-of-type){
    margin-top: 24px;
}
.example-card{

}
.example-card .card-item{
    display: inline-block;
    font-size: 17px;
    padding: 9px 32px 10px;
}
.example-card .card-content{
    box-shadow: rgba(149,157,165,0.2) 0 4px 24px;
    border-radius: 0 12px 12px 12px;
    padding: 24px 32px;
    background: #fff;
}
#point03-box{
    position: unset;
}
#point03-box .point-box-img {
    position: absolute;
    top: 32px;
    right: -55px;
    width: 50%;
    height: calc(100% - 64px);
    overflow: hidden;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 4px 24px;
}
#point03-box .point-box-img img {
    height: 100%;
    object-fit: cover;
}
.example-card .card-item{
    font-size: 15px;
    padding: 8px 20px 9px;
}
#point03-box .card-text{
    margin-top: 8px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    #point03-box .point-box-img{
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 56vw;
        margin-top: 28px;
    }
    ul.point03-box-list{
        margin-top: 32px;
    }
    .example-card .card-content{
        padding: 20px 20px 24px;
    }
    .card-caption{
        font-size: 18px;
    }

}



/* POINT04 */
section#point04{
    position: relative;
}
section#point04:before{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
#point04-box {
    padding-bottom: 0;
}
ul.point04-box-list {
    margin-top: 32px;
    margin: -40px -20px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 48px;
}
ul.point04-box-list > li{
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
ul.card-target{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
ul.card-target > li{
    text-align: center;
}
.card-target-text{
    font-size: 18px;
    line-height: 1.6;
}
.card-target-icon{
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: rgb(0, 153, 153);
    background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(64, 212, 153, 1) 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 12px auto 0;
}
ul.point04-box-list .card-content{
    padding: 24px 32px 32px;
}
ul.point04-box-list .card-text{
    margin-top: 20px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #point04-box{
        padding-bottom: 40px;
    }
    ul.point04-box-list{
        margin: 0;
        display: block;
        top: 0;
    }
    ul.point04-box-list > li{
        width: 100%;
        padding: 0;
    }
    ul.point04-box-list > li:not(:first-of-type){
        margin-top: 24px;
    }
    ul.point04-box-list .card-content{
        padding: 24px 20px 24px;
    }
    .card-target-text{
        font-size: 17px;
    }
    .card-target-icon{
        margin-top: 8px;
    }
    ul.card-target > li{

    }
    ul.card-target > li:not(:first-of-type){
        margin-top: 16px;
    }
    ul.point04-box-list > li:nth-of-type(1) ul.card-target > li:nth-of-type(1) .card-target-icon img{
        width: 96px;
    }
    ul.point04-box-list > li:nth-of-type(1) ul.card-target > li:nth-of-type(2) .card-target-icon img{
        width: 72px;
    }
    ul.point04-box-list > li:nth-of-type(2) ul.card-target > li:nth-of-type(1) .card-target-icon img{
        width: 88px;
    }
    ul.point04-box-list .card-text{
        margin-top: 16px;
    }

}





/*------------------------------------------------------------
    Demonstration Section Parts
------------------------------------------------------------*/

article#demonstration{
    position: relative;
}
article#demonstration:before{
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 140px;
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -140px;
}
article#demonstration .article-head{
    background: #fff;
}
article#demonstration .article-body{
    background: #fff;
}
.demonstration-decorate {
    background: rgb(0, 153, 153);
    background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(64, 212, 153, 1) 100%);
    border-radius: 12px;
    text-align: center;
    padding: 11px 0;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    display: inline-block;
    width: 280px;
    margin-bottom: 16px;
}
article#demonstration .article-title .title-en:after{
    width: 540px;
}
#demonstration-overview {
    margin-top: 32px;
    max-width: 980px;
    margin: 40px auto 0;
    /*display: flex;
    flex-wrap: wrap;
    align-items: center;*/
}
.demonstration-overview-img{
    /*width: 50%;*/
}
.demonstration-overview-img img{
    display: block;
    border-radius: 12px;
}
.demonstration-overview-text{
    /*width: 50%;*/
    text-align: left;
    /*box-sizing: border-box;
    padding-left: 56px;*/
    margin-top: 24px;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){



}


/* CHECK 基本パーツ */
.check-box{
    background: #fff;
    border-radius: 24px;
    padding: 56px 0;
    position: relative;
}
.check-box-content{
    position: relative;
}
.check-box-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 2px solid #009999;
}
.check-box-title-number{
    height: 36px;
    border-radius: 8px;
    border: 2px solid #009999;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 16px 0 12px;
}
.check-box-title-text {
    padding-left: 16px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 700;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

    article#demonstration .article-head{
        margin-bottom: 0;
        padding-bottom: 48px;
    }
    .demonstration-decorate{
        font-size: 18px;
        width: 232px;
    }
    article#demonstration .article-title .title-en:after{
        width: 312px;
    }
    #demonstration-overview{
        display: block;
        margin-top: 24px;
    }
    .demonstration-overview-img{
        width: 100%;
    }
    .demonstration-overview-text{
        width: 100%;
        margin-top: 16px;
        padding-left: 0;
    }

    .check-box-title-number{
        height: 32px;
        padding: 0 16px 0 12px;
        width: 108px;
    }
    .check-box-title{
        padding-bottom: 20px;
        margin-bottom: 24px;
        display: block;
    }
    .check-box-title-text{
        padding-left: 0;
        font-size: 22px;
        margin-top: 16px;
    }
}


/* CHECK01 */
ul.check01-box-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
ul.check01-box-list > li{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 12px;
}
.circle-card{
    background: #f2f2f2;
    border-radius: 50%;
    width: 310px;
    height: 310px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.circle-content{
    text-align: center;
    margin-bottom: 24px;
}
.circle-number{
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #009999;
    margin-bottom: 12px;
}
.circle-caption {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 700;
}
.circle-text {
    font-size: 15px;
    margin-top: 16px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.check01-box-list{
        display: block;
        margin: 0;
    }
    ul.check01-box-list > li{
        width: 100%;
        padding: 0;
    }
    ul.check01-box-list > li:not(:first-of-type){
        margin-top: 24px;
    }
    .circle-number{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .circle-caption{
        font-size: 18px;
    }
    .circle-card{
        width: 272px;
        height: 272px;
    }
    .circle-text {
        font-size: 14px;
        margin-top: 8px;
    }
    
}



/* CHECK02 */
ul.check02-box-list{
    margin: 40px -20px 0;
    display: flex;
    flex-wrap: wrap;
}
ul.check02-box-list > li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
ul.check02-box-list > li .card-item{
    height: 88px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.45;
}
ul.check02-box-list .card-text{
    margin-top: 8px;
}
.card-logo{
    text-align: center;
}
.card-logo img{
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.check02-box-list{
        display: block;
        top: 0;
        margin: 28px 0 0;
    }
    ul.check02-box-list > li {
        width: 100%;
        padding: 0;
    }
    ul.check02-box-list > li:not(:first-of-type){
        margin-top: 24px;
    }
    ul.check02-box-list > li .card-item{
        height: auto;
        padding: 11px 20px;
    }
    .card-logo img{
        width: 250px;
    }
}


/* #partner */
#partner {
    margin-top: 96px;
    position: relative;
    background: #f2f2f2;
    padding-bottom: 234px;
}
#partner:before{
    content: "";
    display: block;
    width: 100%;
    height: 454px;
    background: rgb(0, 153, 153);
    background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(64, 212, 153, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
#partner-head{
    padding: 80px 0 72px;
    position: relative;
}
.partner-sub{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}
.partner-copy{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.partner-copy .standout {
    font-size: 40px;
    font-weight: 700;
    border: 4px solid;
    padding: 8px 24px 9px;
    border-radius: 12px;
    line-height: 1.6;
    margin-right: 16px;
}
img.partner-decorate{
    margin-left: 16px;
}

#partner-body{
    position: relative;
    background: #fff;
    border-radius: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 4px 24px;
    padding: 64px 0;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #partner{
        padding-bottom: 200px;
    }
    #partner .unicom-container-md{
        padding: 0;
    }
    #partner-head {
        padding: 56px 0 48px;
        position: relative;
    }
    img.partner-decorate{
        width: 64px;
        position: relative;
        top: 8px;
    }
    .partner-sub{
        font-size: 24px;
    }
    .partner-copy{
        font-size: 24px;
    }
    .partner-copy .standout{
        font-size: 28px;
        padding: 8px 20px 9px;
        margin-right: 0;
    }
    #partner-body{
        padding: 32px 0;
    }
    
}


/* CHECK03 */
ul.check03-box-merit > li {
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    padding-left: 24px;
    font-size: 20px;
}
ul.check03-box-merit > li:not(:first-of-type) {
    margin-top: 12px;
}
ul.check03-box-merit > li:before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
ul.check03-box-list {
    display: flex;
    flex-wrap: wrap;
    margin: 32px -12px 0;
}
ul.check03-box-list > li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 12px;
}
.circle-icon{
    height: 124px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
ul.check03-box-list .circle-content{
    margin-bottom: 8px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.check03-box-merit > li{
        font-size: 18px;
    }
    ul.check03-box-list{
        margin: 24px 0 0;
    }
    ul.check03-box-list > li {
        width: 100%;
        padding: 0;
    }
    ul.check03-box-list > li:not(:first-of-type){
        margin-top: 24px;
    }
    ul.check03-box-list > li:nth-of-type(1) .circle-icon img{
        width: 132px;
    }
    ul.check03-box-list > li:nth-of-type(2) .circle-icon img{
        width: 96px;
    }
    ul.check03-box-list > li:nth-of-type(3) .circle-icon img{
        width: 132px;
    }

    .circle-icon{
        margin-bottom: 8px;
    }
    
}



/* CHECK04 */

ul.check04-box-list{
    margin: 40px -20px 0;
    display: flex;
    flex-wrap: wrap;
}
ul.check04-box-list > li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
ul.check04-box-list > li .card-item{
    background: #009999;
}

ul.check04-box-list .card-content{
    padding: 24px 32px 32px;
}
ul.check04-box-list .card-caption{
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
}
ul.check04-box-list .card-caption:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    background: rgb(0, 153, 153);
    background: linear-gradient(90deg, rgba(0, 153, 153, 1) 0%, rgba(64, 212, 153, 1) 100%);
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

ol.information-item{

}
ol.information-item > li{
    padding: 8px 12px;
    font-size: 18px;
    line-height: 1.6;
}
ol.information-item > li:before{
    content: "・";
    margin-right: 4px;
}
ol.information-item > li:nth-of-type(odd){
    background: #F5F5F5;
}
ol.information-item > li:nth-of-type(even){
    
}

ol.precautions-list{

}
ol.precautions-list > li{
    line-height: 1.75;
    padding-left: 24px;
    position: relative;
}
ol.precautions-list > li:before{
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
ol.precautions-list > li:not(:first-of-type){
    margin-top: 12px;
}
#partner .main-btn{
    margin-top: 48px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    ul.check04-box-list{
        margin: 24px 0 0;
    }
    ul.check04-box-list > li{
        width: 100%;
        padding: 0;
    }
    ul.check04-box-list > li:not(:first-of-type){
        margin-top: 24px;
    }
    ul.check04-box-list .card-content {
        padding: 20px 20px 24px;
    }
    ul.check04-box-list .card-caption {
        position: relative;
        font-size: 16px;
    }
    ol.information-item > li{
        font-size: 15px;
    }
    #partner .main-btn {
        margin-top: 32px;
    }

}






/*------------------------------------------------------------
    Form Section Parts
------------------------------------------------------------*/

article#form{
    position: relative;
}
article#form:before{
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 140px;
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -140px;
}
article#form .article-head{
    background: #fff;
}
article#form .article-body{
    background: #fff;
    padding-bottom: 96px;
}
article#form .article-title .title-en:after{
    width: 180px;
}

.unicom-send-form-box {
    width: 550px;
}
.unicom-send-form-item-single:not(:first-child) {
    margin-top: 20px;
}
.unicom-send-form-item-single-name {
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.unicom-send-form-item-single-input .select-wrap {
    background: #fff;
    height: 47px;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
}
.unicom-send-form-item-single-require {
    color: #ffffff;
    background-color: #ED0052;
    padding: 0px 12px 1px;
    border-radius: 4px;
    font-size: 11px;
    margin-left: 16px;
    margin-top: 1px;
}
.unicom-send-agree-box-require{
    text-align: center;
    margin-top: 35px;
}
.unicom-send-agree-box-require .unicom-send-form-item-single-require{
    margin-left: 0;
}

.unicom-send-privacy-box {
    padding: 40px;
    margin: 50px auto 0;
    background-color: #F8F8F8;
    color: #333;
    
/*  height: 20em;
    overflow: auto;*/
}
.unicom-send-privacy-title {
    font-weight: bold;
}
.unicom-send-privacy-body {
    font-size: 0.8rem !important;
    line-height: 1.5;
    margin-top: 20px;
}
.unicom-send-privacy-body-caption {
    font-weight: bold;
}

.unicom-send-form-box input,
.unicom-send-form-box textarea,
.unicom-send-form-box select {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 15px;
}
.unicom-send-form-box input, .unicom-send-form-box select{
    height: 48px;
}
.unicom-send-form-box textarea {
    height: 14em;
}

.unicom-send-form-action-box {
    margin-top: 40px;
    text-align: center;
    font-size: 0;
}
.unicom-send-form-action-btn {
    display: inline-block;
    width: 350px;
    height: 60px;
    line-height: 1;
    background: rgb(237,95,55);
    background: linear-gradient(90deg, rgba(237,95,55,1) 0%, rgba(237,0,82,1) 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
}
.unicom-send-form-action-btn .material-symbols-outlined {
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
}
.unicom-send-form-action-btn:hover{
    opacity: 0.6;
}
button#submit-button:disabled {
    background-color: #cccccc !important;
    background-image:none;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 0.7;
}

.unicom-send-form-inner{
    display: flex;
    flex-wrap: wrap;
}
.unicom-send-form-info{
    width: calc(100% - 550px);
    box-sizing: border-box;
    padding-right: 64px;
    padding-top: 32px;
}
.unicom-send-form-info-catch {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 24px;
}
.unicom-send-form-info-sub{
    color: #666;
    font-size: 15px;
    margin-bottom: 24px;
}
ul.unicom-send-form-info-photo{
    margin-bottom: 35px;
}
ul.unicom-send-form-info-photo li:not(:first-child){
    margin-top: 20px;
}
ul.unicom-send-form-info-photo li img{
    display: block;
    width: 100%;
}
ul.unicom-send-form-info-link{

}
ul.unicom-send-form-info-link li{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.55;
}
ul.unicom-send-form-info-link li:not(:first-child){
    margin-top: 10px;
}
.unicom-send-form-item-single-description {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 15px;
}
.unicom-send-form-item-single-checkbox{

}
.unicom-send-form-item-single-checkbox a{
    text-decoration: underline;
}
.unicom-send-form-item-single-checkbox a:hover{
    text-decoration: none;
    color: #606060;
}
.unicom-send-form-item-single-checkbox label {
    cursor: pointer;
    display: block;
    line-height: 1.75;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
}
.unicom-send-form-box input[type="checkbox" i] {
    height: auto;
    width: auto;
    margin: 0 32px 0 0;
    border: 1px solid;
    border-radius: 0;
}
.option-input05 {
    position: relative;
    cursor: pointer;
}
.option-input05:before {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 9px;
    width: 0.8rem;
    height: 0.5rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 3px solid #000000;
    border-top-style: none;
    border-right-style: none;
}
.option-input05:after {
    position: absolute;
    top: -8px;
    left: 0px;
    width: 30px;
    height: 30px;
    content: '';
    cursor: pointer;
    border: 1px solid;
    background: #ffffff;
    /* margin-right: 10px; */
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}
.option-input05:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.unicom-send-agree-box {
    text-align: center;
    margin-top: 35px;
}
.unicom-send-agree-box-checkbox {
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
}
.unicom-send-agree-box-checkbox label{
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.unicom-send-agree-box-checkbox label input[type="checkbox" i]{
    height: auto;
    width: auto;
    margin: 0 36px 0 0;
    border: 1px solid;
    border-radius: 0;
}

.unicom-send-form-item-single-input select {
    color: #111;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    box-sizing: border-box;
    line-height: 1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
}




/* form */
input,textarea,select {
    font-size: 1rem;
}
button,
input,
select,
textarea {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    font-family: inherit;
    padding: 8px 16px;
}
textarea {
    vertical-align: top;
}

select { /* for Mac */
    padding: 0;
    text-indent: 12px;
    height: 2.5em;
    line-height: 2;
}

#complete-box {
    text-align: center;
    font-weight: 500;
}
#complete-box p a {
    color: #EB7D72;
    text-decoration: underline;
    display: inline-block;
    margin: 0 8px;
}
#complete-box p a:hover {
    text-decoration: none;
}

#complete-box .sub-btn {
    margin-top: 48px;
}
#complete-box .sub-btn a {
    justify-content: center;
}
ul.unicom-send-form-info-link li a{
    color: #EB7D72;
    text-decoration: underline;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

article#form .article-head{
    margin-bottom: 0;
    padding-bottom: 32px;
}
article#form .article-body{
    padding-bottom: 64px;
}
.unicom-send-form-info{
    width: 100%;
    padding-right: 0;
    padding-top: 0;
}
article#form .article-title .title-en:after{
    width: 98px;
}
.unicom-send-form-info-catch{
    font-size: 16px;
    margin-bottom: 32px;
}

/* CONTACT */
.unicom-send-form-box{
    width: auto;
    padding-left: 0;
    margin: 0 -15px;
}
.unicom-send-form-item-single-name {
    width: 100%;
    font-size: 15px;
}
.unicom-send-form-item-single-input {
    width: 100%;
    margin-left: 0;
    margin-top: 3px;
}

.unicom-send-privacy-box {
    padding: 20px;
    margin-top: 30px;
}
.unicom-send-form-action-btn{
    width: 100%;
}
.unicom-send-form-info-sub {
    margin-top: 56px;
    font-size: 14px;
}
.unicom-send-form-item-single-checkbox label {
    display: flex;
    align-items: center;
}
.unicom-send-agree-box-checkbox label input[type="checkbox" i]{
    margin: 0 20px 20px 0;
}
.unicom-send-agree-box-checkbox{
    margin-top: 32px;
}
.unicom-send-form-action-box{
    margin-top: 24px;
}
.unicom-send-form-action-btn{
    font-size: 18px;
}

}


.unicom-send-news-box {
    text-align: center;
    margin-top: 35px;
}
.unicom-send-form-news-text{
    color: #F37A74;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 35px;
}

.unicom-send-message {
    color: #F37A74;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}



/* 新規記述 */
.unicom-send-form-wrap{
    display: flex;
    flex-wrap: wrap;
}
.unicom-send-form-info-privacy {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}
.unicom-send-form-info-privacy a{
    text-decoration: underline;
    color: #666;
}
.unicom-send-form-info-privacy a:hover{
    text-decoration: none;
    opacity: 0.6;
}
.unicom-send-form-box-personal{
    background: #f2f2f2;
    border-radius: 24px 24px 0 0;
    padding: 32px 40px;
}
.unicom-send-form-box-privacy{
    background: #f8f8f8;
    border-radius: 0 0 24px 24px;
    padding: 28px 40px 36px;
}
.unicom-send-form-box-privacy .unicom-send-form-item-single-name{
    margin-bottom: 16px;
}
.unicom-send-form-box-privacy .unicom-send-form-item-single:not(:first-child){
    margin-top: 8px;
}
.unicom-send-form-item-single.unicom-send-form-item-single-second {
    margin-top: 28px !important;
}
.unicom-send-agree-box-checkbox-text{
    text-align: left;
}
.unicom-send-agree-box-checkbox-text a{
    text-decoration: underline;
}
.unicom-send-agree-box-checkbox-text a:hover{
    text-decoration: none;
    color: #606060;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    .unicom-send-form-wrap{
        display: block;
    }
    .unicom-send-form-box-personal{
        padding: 32px 20px;
    }
    .unicom-send-form-box-privacy{
        padding: 32px 20px;
    }
    .option-input05:before{
        left: 8px;
    }
    .option-input05:after{
        left: -1px;
    }
    .unicom-send-form-box input[type="checkbox" i]{
        margin: 0 16px 0 0
    }

}





/*------------------------------------------------------------
    Contact aside Parts
------------------------------------------------------------*/

aside#commmon-contact{
    padding: 64px 0;
}
#commmon-contact-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.commmon-contact-head{
    width: 50%;
}
.commmon-contact-title .title-en {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 1;
    position: relative;
}
.commmon-contact-title .title-jp{
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
}
.commmon-contact-body{
    width: 50%;
}
.contact-box-contact-text{
    font-size: 15px;
    margin-bottom: 8px;
}
.commmon-contact-body img{
    display: block;
}
.contact-text-privacy {
    font-size: 12px;
    margin-top: 8px;
    color: #606060;
}
.contact-text-privacy a{
    color: #606060;
    text-decoration: underline;
}
.contact-text-privacy a:hover{
    opacity: 0.6;
    text-decoration: none;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    aside#commmon-contact{
        padding: 56px 0;
    }
    #commmon-contact-box{
        display: block;
    }
    .commmon-contact-head{
        width: 100%;
        margin-bottom: 24px;
    }
    .commmon-contact-title {
        text-align: center;
    }
    .commmon-contact-title .title-en{
        font-size: 35px;
    }
    .commmon-contact-title .title-jp{
        font-size: 16px;
    }
    .commmon-contact-body{
        width: 100%;
    }
    .contact-box-contact-text {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .contact-text-privacy {
        font-size: 12px;
        margin-top: 16px;
        color: #606060;
    }

}



/*------------------------------------------------------------
    Contact Thanks Parts
------------------------------------------------------------*/

article#form-thanks {
    background: #fff;
    padding: 80px 0;
}
article#form-thanks .article-head {
    margin-top: 0;
}
article#form-thanks .article-title .title-en:after{
    width: 320px;
}
#complete-box{

}
#complete-box img{
    display: block;
    margin: 24px auto;
}



@media only screen and (max-width:640px) and (max-device-width:1280px){

    article#form-thanks{
        padding: 64px 0;
    }
    article#form-thanks .article-title .title-en:after{
        width: 190px;
    }
    #complete-box{
        text-align: left;
    }
    #complete-box img{
        margin: 16px 0;
    }
    #complete-box .sub-btn{
        margin-top: 32px;
    }

}




/*------------------------------------------------------------
    Terms Parts
------------------------------------------------------------*/

article#terms {
    background: #fff;
    padding: 80px 0;
}
article#terms .article-head {
    margin-top: 0;
}
article#terms .article-title .title-en:after{
    width: 190px;
}
article#terms .article-description{
    font-size: 16px;
    text-align: left;
    margin-top: 48px;
    color: #1a1a1a;
}

.part-box-title {
    line-height: 1.6;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #009999;
}

.part-box-content {
    padding-left: 24px;
}
.part-box-content > p{
    margin-top: 32px;
}
.part-box-content > ul > li{
    margin-top: 32px;
}
.part-box-padding {
    padding: 16px 32px 0;
}
ul.number-list{

}
ul.number-list.circle-list{

}
ul.number-list > li{
    position: relative;
    padding-left: 32px;
}
ul.number-list > li > .part-box-padding{
    padding: 16px 0 0;
}
ul.number-list > li:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
ul.number-list > li:nth-of-type(1):before{
    content: "１．";
}
ul.number-list > li:nth-of-type(2):before{
    content: "２．";
}
ul.number-list > li:nth-of-type(3):before{
    content: "３．";
}
ul.number-list > li:nth-of-type(4):before{
    content: "４．";
}

ul.number-list.circle-list > li{
    padding-left: 24px;
}
ul.number-list.circle-list > li:not(:first-of-type){
    margin-top: 8px;
}
ul.number-list.circle-list > li:nth-of-type(1):before{
    content: "①";
}
ul.number-list.circle-list > li:nth-of-type(2):before{
    content: "②";
}
ul.number-list.circle-list > li:nth-of-type(3):before{
    content: "③";
}
ul.number-list.circle-list > li:nth-of-type(4):before{
    content: "④";
}
ul.number-list.circle-list > li:nth-of-type(5):before{
    content: "⑤";
}

.end-text {
    text-align: right;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    article#terms{
        padding: 64px 0;
    }
    article#terms .article-title .title-en:after{
        width: 100px;
    }
    article#terms .article-description{
        font-size: 14px;
        margin-top: 32px;
    }
    article#terms .article-head .unicom-container{
        padding: 0;
    }

    .part-box-content{
        padding-left: 0;
    }
    .part-box-title {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .part-box-content > p{
        margin-top: 24px;
    }
    .part-box-content > ul > li{
        margin-top: 24px;
    }
    ul.number-list > li{
        padding-left: 28px;
    }
    ul.number-list.circle-list > li {
        padding-left: 20px;
    }

}



/*------------------------------------------------------------
    サイトCLOSE対応用
------------------------------------------------------------*/


#close-box {
    max-width: 800px;
    margin: 80px auto 120px;
    border: 1px solid rgb(204, 204, 204);
    box-sizing: border-box;
    padding: 24px;
}
.close-box-copy {
    font-size: 30px;
    line-height: 1.5;
}
.close-box-link{
    margin-top: 16px;
}
.close-box-link a {
    text-decoration: underline;
    line-height: 1.6;
    display: block;
}
.close-box-link a:hover{
    text-decoration: none;
    opacity: 0.6;
}
.close-box-link a .material-symbols-outlined{
    vertical-align: middle;
    font-size: 20px;
    margin-left: 8px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){

    #close-box {
        margin: 48px 15px 80px;
        padding: 20px;
    }
    .close-box-copy{
        font-size: 21px;
    }

}











