@charset "UTF-8";

/*************************************************/

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

html {
    height: -webkit-fill-available;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.videoIframeWrap {
    position: relative;
    padding-top: calc(100% * 9 / 16);
}

.videoIframeWrap > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 750px) {
    html {
        overflow-x: hidden;
    }
}

.wrapper {
    position: relative;
    width: 100%;
    display: block;
}

main {
    z-index: 1;
}

body {
    font-family: "Kosugi", sans-serif;
    color: #005378;
    font-weight: 400;
    font-style: normal;
    min-width: 320px;
    margin: 0 auto;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

@media screen and (max-width: 899.9px) {
    body {
        font-size: 14px;
    }
}

:focus {
    outline: none;
}

a {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none !important;
    outline-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}






/** header
*******************************************************************/
#header {
    position: fixed;
    padding: 16px 16px 32px;
    width: 100%;
    z-index: 10;
    height: 100px;
    z-index: 999;
    top: 0;
    background: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 899.9px) {
    #header{
        padding: 2px 16px 0;
        height: 50px;
    }
}
.hd__logo {
    height: 53px;
    padding-left: 24px;
}

@media screen and (max-width: 899.9px) {
    .hd__logo {
    padding-left:0;
    }
}

.hd__logo a {
    display: block;
}

.hd__logo img {
    vertical-align: text-top;
    width: 154px;
}

@media screen and (max-width: 899.9px) {
    .hd__logo img {
        width: 108px;
        height: auto;
        ;
    }
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hd__navigation {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 53px;
    margin-bottom: 0;
    padding-right: 110px;
}

.hd__navigation > li a {
    padding: 8px 16px;
    text-decoration: none;
    font-size: .8rem;
    color: #005378;
    font-weight: bold;
}


.hd_btn_entry {
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8rem;
    border-radius: 0 0 0 8px;
    width: 100px;
    text-align: center;
}

@media screen and (max-width: 889.9px) {
    .hd_btn_entry{display: none;}   
}

.hd_btn_entry a {
    display: block;
    color: #FFF;
    line-height: 80px;

}

/** scroll
*******************************************************************/
.scrolldown1{
	position:absolute;
	left:50%;
	bottom:-80px;
	height:200px;
}


.scrolldown1 span{
	position: absolute;
	left:-15px;
	top: -15px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 100px;
	background:linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:200px;
		opacity: 0;
	}
}


/* TITLE
========================================================= */

h1,
h2 {
    font-size: 1.688rem;
    letter-spacing: 2px;
    text-align: center;
}

@media screen and (max-width: 899.9px) {
    
h1,
h2 {
    font-size: 1.428rem;
    }
}

.tit_nomal {
    font-size: 1.4375rem;
}



.tit_nomal span {
    display: block;
}

.noto-sans-jp-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


@media screen and (max-width: 899.9px) {
    .tit_nomal{
        text-align: left;
    }
    .tit_nomal img{
        height: 20px;
        width: auto;
    }
    .tit_nomal span {
        font-size: 16px;
    }
}


/* page layout
========================================================= */

.page_inner {
    max-width: 1180px;
    margin: auto;
    padding-bottom: 1rem;
    text-align: center;
}


@media screen and (max-width: 899.9px) {
    .page_inner {
        text-align: left;
    }
}

.page_inner.texts_area {
    max-width: 1040px;

}

@media screen and (max-width: 1079.999px) {
    .page_inner {
        padding-left: 1.7%;
        padding-right: 1.7%;
    }
}

@media screen and (max-width: 899.9px) {
    .page_inner {
        
       margin-left: 4%;
        margin-right: 4%;
        padding-top: 48px;
    }
}


.link_btn {
    margin: 56px auto;
}

.box_area {
    display: flex;
    justify-content: space-between;
}


.flex_wrap {
    flex-wrap: wrap;
}


.inner_box2 {
    width: 48%;
}

@media screen and (max-width: 899.9px) {
    .inner_box2 {
    width: 100%;
    }
}

.inner_box3 {
    width: 32%;
}

@media screen and (max-width: 899.9px) {
    .inner_box3 {
    width: 100%;
}
}

.inner_box4 {
    width: 24%;
}

@media screen and (max-width: 899.9px) {
    .inner_box4 {
        width: 49%;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 640px) {
    .inner_box4 {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 3rem;
    }
}



.box_shadow {
    border-radius: 3px;
    box-shadow: 0px 5px 5px 0px rgba(60, 63, 62, 0.2);
    margin-bottom: 2rem;
}







.u-mt-8rem {
    margin-top: 8rem;
}

.u-mt-4rem {
    margin-top: 4rem;
}

@media screen and (max-width: 899.9px) {
    .u-mt-4rem {
    margin-top: 2rem;
}

}

.u-mt-2rem {
    margin-top: 2rem;
}

.u-mb-2rem {
    margin-bottom: 2rem;
}


@media screen and (max-width: 640px) {}




/* TOP 
========================================================= */

.top_bg {
    background: url(../../img/kv_bg.png) no-repeat;
    background-position: top center;
    background-size: 100%;
    min-width: 1200px;
    margin: 100px auto 0;
}

@media screen and (max-width: 899.9px) {
    .top_bg {
        width: 100%;
        min-width: 320px;
        background: url(../../img/kv_base_bg_sp.png) no-repeat;
        background-size:contain;
        margin: 0 auto ;
        padding-top: 60px;
    }
}

#top {
    display: block;
    height: calc(100vh - 100px);
}

@media screen and (max-width: 899.9px) {
    #top {
    height:auto;/* calc(100vh - 60px)*/
    }
}

.top_kv {
    position: relative;
    display: block;
}

@media screen and (max-width: 899.9px) {
    .top_kv {
        width: 100%;
        aspect-ratio:150 / 277;
        background-image: url(../../img/kv_bg_on_sp.png);
        background-size:contain;
        background-repeat: no-repeat;
        background-position: top center
    }
}
/*@media screen and (max-width: 750px) {
    .top_kv {
        background-size:100%;
        height: 990px;
    }
}

@media screen and (max-width: 425px) {
    .top_kv {
        height: 700px;
    }
}*/

.main_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);/**/    
    display: grid;
    place-items: center;
}

@media screen and (max-width: 899.9px) {
    .main_logo {
        height: 1360px;
        margin-bottom: 200px;
    }
    .main_logo img{
        width: 37%;
        min-width: 140px;
    }
}
@media screen and (max-width: 750px) {
    .main_logo {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
        height: 500px;
        padding-top: 50%;
    }
}


.v_scroll {
    position: absolute;
    bottom:-10px;
    left: calc ( 50% - 55px );
    height: 150px;
}

@media screen and (max-width: 899.9px) {
    .v_scroll {
        bottom:3%;
        left: calc( 50% - 55px );
    }
}




.top__about {
    width: 800px;
    margin: 160px auto;
    text-align: center;
}

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

    .top__about {
    width: 100%;
        padding: 0 4%;
        margin:200px auto 60px;
    }
    .top__catch{
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    }
}


.top__catch h2 {
    font-size: 2.625rem;
    line-height: 1.6;
    margin-bottom: 3rem;
}

@media screen and (max-width: 899.9px) {
    .top__catch h2{
        font-size: 28px;
        text-align: left;
    }
}

.top__catch p {
    color: #005378;
}

@media screen and (max-width: 899.9px) {
    .top__catch p {
        text-align: left;
    }
}

@media screen and (max-width: 899.9px) {
    .top_variation .page_inner{position: relative;}
    .top_variation .page_inner::before{
        content: " ";
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
        left: 0;
    }
}



.box_inner {
    padding: 1rem;
}

.cat_image {
    padding-bottom: 1rem;
}

.box_inner h4 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 899.9px) {
    .box_inner h4 {
        flex-wrap: wrap;
    }   
    .box_inner h4 span{
        display: block;
        width: 100%;
    }
}

.box_inner h4.grd_border::after {
    content: " ";
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    height: 2px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;

}

.box_inner p {
    text-align: left;
}



/* ABOUT
========================================================= */

.about_bg {
    background: url(../../img/bg_cross.svg) no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    min-width: 1200px;
    margin: 100px auto 0;
}

@media screen and (max-width: 899.9px) {
    .about_bg {
        min-width: 320px;
        margin: 80px auto 0;
    }
}

.page__about {
    background: url(../../img/bg_logo.svg) no-repeat;
    background-position: -190px;
    background-size: 540px;
    min-height: 560px;
    padding-top: 80px;
}
@media screen and (max-width: 899.9px) {
    .page__about {
        padding: 0 4%;
        background-size: 180px;
        background-position:top 1% left -90px;
    }   
}


.page__about .page__catch {
    margin-left: 350px;
    padding-left: 130px;
    text-align: left;
}
@media screen and (max-width: 899.9px) {
    .page__about .page__catch {
        margin-left: 0;
        padding-left: 0;
    }
}


.page__about .page__catch h1 {
    text-align: left;
    line-height: 1.725;
    margin-bottom: 40px;
    font-size: 40px;
}

@media screen and (max-width: 899.9px) {
    .page__about .page__catch h1 {
        margin-left:28%;
        font-size: 22px;
    }
}

.page__about .page__catch p {
    line-height: 2.3333;
    font-size: 18px;
}
@media screen and (max-width: 899.9px) {
    .page__about .page__catch p {
        font-size: 1rem;
        line-height: 2;
    }
    .bg_about__images_sp.u-sponly img{
        width:108% !important;
        max-width: none;
        margin-left: -4%;
    }
}


/* for-creators
========================================================= */

.page__for-creators {
    text-align: left;
    padding: 80px 0;
}

@media screen and (max-width: 899.9px) {
    .page__for-creators {
    padding:80px 0 40px;
}

}

.page__for-creators .page__catch {
    width: 1150px;
    margin: 64px auto;
    background: url(../../img/forC_image.png) no-repeat;
    background-position: right;
    background-size: 300px;
    min-height: 450px;
}
.page__for-creators.clients .page__catch {
    width: 1150px;
    margin: 64px auto;
    background: url(../../img/forCLIENTS_image.png) no-repeat;
    background-position: right;
    background-size: 300px;
    min-height: 450px;
}

@media screen and (max-width: 899.9px) {
    .page__for-creators .page__catch,.page__for-creators.clients .page__catch {
        width:92%;
        margin: 0 4% 40px;
        background: none;
    }
    .page__for-creators .page__catch .box_area{
        flex-direction: column-reverse;
    }
    .page__for-creators .page__catch .box_area .inner_box2:nth-child(2){
        text-align: center;
    }
}

.page__for-creators .page__catch h1 {
    text-align: left;
    line-height: 1.642;
    margin-bottom: 40px;
    font-size: 28px;
}


.page__for-creators .page__catch h1 span {
    display: block;
    margin-top: 2rem;
}

@media screen and (max-width: 899.9px) {
    .page__for-creators .page__catch h1 {
        font-size: 15px;
        margin-bottom: 1rem;
    }
    .page__for-creators .page__catch h1 span {
        margin-top: .8rem;
    }
}

.page__for-creators .page__catch h2 {
    text-align: left;
    font-size: 22px;
    letter-spacing: normal;
}

@media screen and (max-width: 899.9px) {
    .page__for-creators .page__catch h2 {
        font-size:14px;
    }
}

.page__for-creators .page__catch ul{
    list-style-position:outside;
    list-style: disc;
    padding-left: 1.2rem;
}

@media screen and (max-width: 899.9px) {
    .page__for-creators .page__catch ul{
        font-size: .8rem;
    }
}


.page__catch_bottom {
    width: 1180px;
    margin: 64px auto ;
}
.yt_title{
    font-size: 22px;
    letter-spacing: normal;
    color:#fff;
    text-align: center;
    line-height: 2;
}

@media screen and (max-width: 899.9px) {
.page__catch_bottom{
    width: 92%;
    margin: 0 4% 40px;
    background: none;display: 
}
    .page__catch_bottom.app_layout{
    width: 100%;
    margin: 40px 0 40px;
    background: none;display: 
}
    .yt_title{
    font-size:15px;
    color:#fff;
    line-height: 3;
}
}

.points {
    padding: 40px 0;
    background: #EBEFEE;
}

@media screen and (max-width: 899.9px) {
    .points .page_inner{
        text-align: center;
    }
}

.points .box_area {
    flex-wrap: wrap;
    justify-content: center;
}

.points .inner_box3 {
    width: 30%;
    background: #FFF;
    margin-bottom: 40px;
    margin-left: 1.5%;
    padding: 24px;
}

@media screen and (max-width: 899.9px) {
    .points .inner_box3 {
    width: 100%;
    }
}

.points .inner_box3 .point_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
}

.points .inner_box3 img {
    height: 160px;
    width: auto;
}

.points .inner_box3 h3 {
    font-size: 24px;
}

.points .inner_box3 p {
    font-size: 16px;
}

@media screen and (max-width: 899.9px) {
    .points .inner_box3 h3 {
    font-size: 20px;
}

.points .inner_box3 p {
    font-size: 13px;
}
}

.points .notes {
    font-size: 12px;
}


.points .inner_box4 {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

@media screen and (max-width: 899.9px) {
    .points .inner_box4 {
    width: 100%;
        justify-content: center;
}
    .points .poiint_sp .inner_box4{
        width: 40%;
    }
    
}

.points .inner_box4 img {
    height: auto;
}

.space-around {
    margin-top: 24px;
    justify-content: space-around !important;
}


.border_top {
    margin-top: 24px;
    border-top: 1px solid #FFF;
    padding-top: 64px;
}


.page__qa_area {
    padding: 64px 0 0;
}


.obi_area {
    margin: 48px auto;
    height: 55px;
    border-radius: 4px;
}

.bg_blue {
    background: #177BAC;
    color: #FFF;
    font-weight: bold;
    line-height: 55px;
}
.obi_area.bg_blue img{
    margin-right: .5rem;
}

@media screen and (max-width: 899.9px){
    .obi_area.bg_blue{
        height: auto;
    }
    .bg_blue {
        padding: 1rem;
        line-height: 1.6;
        text-align: left;
        display: flex;
        align-items: center;
    }

}


.point_lists {
    justify-content: space-between !important;
    padding-top: 56px;
}

.points .point_lists .inner_box4 {
    width: 23%;
    text-align: center;
    display: block;
    background: #FFF;
    border-radius: 4px;
}

@media screen and (max-width: 899.9px){
    .points .point_lists .inner_box4 {
        width: 90%;
        margin-bottom: 4rem;
    }
}

.point_lists .inner_box4 .poiints_tit {
    margin-top: -40px;

}


.box_area.how_lists {
    justify-content: space-between;
}

.box_area.how_lists .inner_box4 {
    width: 23%;
    display: block;
    background: #FFF;
    text-align: center;
    padding: 0 24px 24px;
}

@media screen and (max-width: 899.9px) {
    .box_area.how_lists {
        flex-direction: column;
    }
    .box_area.how_lists .inner_box4 {
        width:88%;
        margin: 0 auto;
        padding-top: 24px;
    }
}

.box_area.how_lists .inner_box4_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #177BAC;
    font-size: 24px;
}

@media screen and (max-width: 899.9px) {
    .box_area.how_lists .inner_box4_arrow{
        transform: rotate(90deg);
    }
}

.box_area.how_lists .inner_box4 .point_image {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.box_area.how_lists .inner_box4 .point_image img {
    height: auto;
}


/* overview"
========================================================= */

.page__overview .page__catch {
    width: 1150px;
    margin: 100px auto 80px;
    text-align: left;
}

@media screen and (max-width: 899.9px) {
    .page__overview .page__catch {
        width: 100%;
        padding: 0 4%;
    }
}

.page__overview .inner_box3 {
    width: 20%;
    text-align: left;
    display: flex;
    align-items: center;
}

.page__overview .inner_box7 {
    width: 75%;
}

@media screen and (max-width: 899.9px) {
    .page__overview .inner_box3 {
        width: 100%;}
    .page__overview .inner_box7 {
    width: 100%;
    }
}

.page__overview .box_area {
    justify-content: space-between !important;

}

@media screen and (max-width: 899.9px) {
    .page__overview .box_area {
        flex-direction: column;
    }
}

.page__overview h1 span {
    font-size: 18px;
    display: block;
}

.page__overview h1,
.page__overview h2 {
    text-align: left;
}


.table_line {
    border-bottom: 1px solid #CCC;
    width: 100%;
}

.table_line tr {
    border-top: 1px solid #CCC;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

.table_line th {
    width: 20%;
}

.table_line td {
    width: 75%;
    text-align: left;
}

@media screen and (max-width: 899.9px) {
    .table_line th {
    width: 40%;
}

.table_line td {
    width: 60%;}
}

.note {
    text-align: left;
    font-size: .875rem;
}


/* application 
========================================================= */

.page__application .page__catch {
    width: 1040px;
    margin: 140px auto 80px;
    text-align: left;
}

@media screen and (max-width: 899.9px) {
    
    .page__application .page__catch {
        width: 90%;
        margin:80px auto 40px;
    }
    .page__application .page__catch .box_area{
        flex-direction: column;
    }
}


.page__application .inner_box3 {
    width: 20%;
    text-align: left;
    display: flex;
    align-items: center;
}

.page__application .inner_box7 {
    width: 75%;
}

@media screen and (max-width: 899.9px) {
    .page__application .inner_box3 {
        width: 100%;
    }
    .page__application .inner_box7 {
    width: 100%;
}
}


.page__application .box_area {
    justify-content: space-between !important;

}

.page__application h1 span {
    font-size: 18px;
    display: block;
}

.page__application h1,
.page__overview h2 {
    text-align: left;
}

@media screen and (max-width: 899.9px) {
    .page__application h1,
.page__overview h2 {
    line-height: 1.6;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
    .page__overview p{
        font-size: 13px;
    }
}


.flow > * {
    box-sizing: border-box;
}

.flow h2 {
    color: #FFF;
    margin-bottom: 1rem;
}

.flow .box_area {

    justify-content: space-between;
}

@media screen and (max-width: 899.9px) {
    .flow .box_area {
        flex-direction: column;
    }
}

.inner_box5 {
    background: #ECF1F5;
    padding: 1rem;
    width: 19%;
}

@media screen and (max-width: 899.9px) {
    .inner_box5 {
        width: 100%;
        padding: 1rem 2rem;
        margin-bottom: 2rem;
    }
}

.step_label {
    background: #FFF;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 899.9px) {
    .step_label {
        font-size: 15px;
        line-height: 2.5;
            
    }   
}

.inner_box5 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    height: 6rem;
    font-size: 16px;
}
@media screen and (max-width: 899.9px) {
    .inner_box5 h3 {
        text-align: center;
        align-items: flex-start;
        padding-top: 1rem;
        height: auto;
    }
}


.inner_box5 p {
    text-align: left;
    font-size: 15px;
    min-height: 8rem;
}

@media screen and (max-width: 899.9px) {
    .inner_box5 p {
        text-align:center;
        min-height: inherit;
    }
    .inner_box5 .step_image{
        text-align: center;
    }
}

.flow_text .page_inner {
    text-align: left;
    margin-top: 3rem;
}

.flow_text ul {
    padding-left: 2rem;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 3rem;
    position: relative;
}

@media screen and (max-width: 899.9px) {
    .flow_text ul {
        font-size: 12px;
        padding-left: 1.3rem;
    }
}

.flow_text ul li {
    list-style-type: none !important;
    padding-bottom: .6rem;
}

.flow_text ul li::before {
    content: '■';
    position: absolute;
    left: .2rem;
}


/** policy  regulation
=========================================================*/
.page__policy {

    padding: 80px 0;
}

.page__policy .page_inner {
    padding-top: 64px;
    text-align: left;
}

.page__policy ul {
    padding-left: 2rem;
}

.page__policy ul li {
    list-style-position: outside;
    list-style: disc;
    font-size: 14px;
}

.page__policy .base_color {
    color: #FFF;
    margin-bottom: 2rem;
}


.page__policy dl {
    font-size: 14px;
}

.page__policy dt {
    font-weight: 400;
    font-size: 16px;
    margin-top: 2rem;
    margin-bottom: .5rem
}

.page__policy dd {
    line-height: 2;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.page__policy dd a {
    border-bottom: 1px solid;
}



/** search page
=========================================================*/

.search_nav {
    display: flex;
    text-align: center;
    margin: 60px auto;
    width: 860px;
    justify-content: space-around;
}

@media screen and (max-width: 899.9px) {
    .search_nav {
        width: 100%;
        flex-wrap: wrap;
    }

}

.search_nav a{
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
    padding: 3px;
    width: 160px;
}

@media screen and (max-width: 899.9px) {
    .search_nav a{
        width: 50%;
    }
}

.search_nav a:hover{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
    opacity: 1;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    border-image-slice: 1;
}

.search_nav a.on_page{
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    border-image-slice: 1;
    
}


.search_nav img {
    display: block;
}

.search_contents {}


.search_content_box {
    background: #EBEFEE;
    padding: 40px 0;
    margin-bottom: 16px;
}

.search_content_box .box_area{
    flex-wrap: wrap;
}

@media screen and (max-width: 899.9px) {
    .search_content_box .box_area{
        flex-wrap: wrap;
        position: relative;
        padding-bottom: 100px;
    }   
}

.search_content_box .inner_box3 {
    width: 27%;
    text-align: left;
}
@media screen and (max-width: 899.9px) {
    .search_content_box .inner_box3 {
        width: 100%;
    }
}

.search_content_box .inner_box3 h2 {
    text-align: left;
    line-height: 1.6;
}

.search_content_box .inner_box3 h2 span {
    display: block;
    font-size: 14px;
}

.search_content_box .inner_box7 {
    width: 68%;
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 899.9px) {
    .search_content_box .inner_box7 {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.c_thumbnail {
    width: 46%;
    color: #000;
}

@media screen and (max-width: 899.9px) {
    .c_thumbnail {
        width: 48%;
        margin-top: .5rem;
    }
}

.c_thumbnail img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #000;
}

.c_thumbnail span{
    display: block;
    font-size: 12px;
}

.crlf_space{
    /*max-height: 129px;
    overflow: hidden;*/
    line-height: 1.5;
    font-size: 14px;
    color: #000;
}

.attribute_area{
    line-height: 1.5;
    font-size: 14px;
    color: #000;
    padding-top: 2rem;
}

.align-items_f-start{align-items: flex-start;}

.attribute_area.right_area{
    width: 68%;
    letter-spacing: normal;
}
@media screen and (max-width: 899.9px) {
    .attribute_area.right_area{
    width: 100%;
}
}

.detail_link.left_btn{
    width: 30%;
    margin: auto;
    align-self: center;
    margin-top: 2rem;
}
.detail_link.left_btn a{
    margin:auto 0;
}

@media screen and (max-width: 899.9px) {
    .detail_link.left_btn{
        width: 100%;
    }
    .detail_link.left_btn a{
        margin: 1.3rem auto;
}
}

.attribute_area.page_detail{
    padding-top: 0;
    padding-bottom: 2rem;
}

dl.attribute{
    width: 100%;
    display: flex;
    /*padding-left: 2rem;*/
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
}

dl.attribute dt{
    font-weight: 400 !important;
    padding-right: 1rem;
    text-align: left;
    padding-right: 1rem;
        
}

dl.attribute dd{
    background: #FFF;
    padding: 0 .8rem;
    margin-right: .5rem;
    font-weight:400;
}

.attribute_area.page_detail dl.attribute dd{
    background: #EBEFEE;
}

.attribute_area.page_detail dl.attribute {
    padding-left: 0;
}

@media screen and (max-width: 899.9px) {
    .attribute_area{
        padding-top: 0;
    }
    dl.attribute{
        flex-wrap: wrap;
        padding-left: 0;
    }
    dl.attribute dt{
        width: 100%;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: .6rem;
        padding-left: 0;
    }
    .attribute_area.page_detail dl.attribute dt{
        margin-top: 0;
        margin-bottom: .2rem;
        }
}

/***ページ送り
===================================*/

.pager_area{
    max-width: 1180px;
    margin:30px auto;
    padding-bottom: 1rem;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.page_number{
    display: flex;
    justify-content: space-around;
}
.page_number a{
    margin: 0 .5rem;
    padding: 0 .9rem
}

.page_number a.active{
    background: #005378;
    border-radius: 2px;
    color: #FFF;
}


.page_back a,page_next a{
    display: block;
}

@media screen and (max-width: 899.9px) {
    .pager_area{
        font-size: 12px;
    }
    .page_number a{
        margin: 0 .25rem;
    padding: 0 .6rem;
    }
    .page_back a,page_next a{
        
    }

    
}

/***アコーディオン
===================================*/


.accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-area li {
    margin: 10px 0;
    background-color: rgb(255 255 255 / 50%);
    border-bottom: 1px solid #B3B3B3;
}

.accordion-area section {}

/*アコーディオンタイトル*/
.title {
    position: relative;
    cursor: pointer;
    font-size: 1.3125rem;
    font-weight: normal;
    padding: 3% 50px 3% 3%;
    transition: all .5s ease;
    text-align: left;
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    .title {
        font-size: 1rem;
    }

    .accordion-area li p {
        font-size: 1rem;
    }
}

/*＋×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #808080;

}

.title::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);

}



.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンエリア*/
.box {
    display: none;
    border-top: 1px solid #005378;
    margin: 0 3% 3% 3%;
    padding: 3% 2% 3% 0;
    text-align: left;
    font-size: 1rem;
}

.faq_icon {
    padding-right: 1rem;
    font-size: 1.3125rem;
    line-height: 1;
}

.accordion-area .box_area {
    justify-content: flex-start;
}

.box_area .faq_icon {
    padding-top: .4rem;
}

/*** TAB
*****************************/




/* NEWS index
========================================================= */
.news_date {
    color: #acacac;
    font-size: .8rem;
    text-align: left;
    margin-top: .5rem;
}

.news_title {
    text-align: left;
    font-size: .875rem;
    line-height: 1.2;
}

.top_news a {
    text-decoration: none;
}



/* gradation
========================================================= */

.base_color {

    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
}

.base_color_text {
    display: inline-block;
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    background: -webkit-linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* link_btn
========================================================= */

.bottom_btn {
    width: 965px;
    margin: 40px auto;
}

@media screen and (max-width: 899.9px) {
    .bottom_btn {
        width: 94%;}
}

.bottom_btn li {
    margin-bottom: 2rem;
    color: #FFF;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 7px;
    height: 160px;

}

.bottom_btn ul li a {
    display: block;
    line-height: 160px;
    background: url(../images/icon_arrow_f.svg) no-repeat;
    background-position: right 3.75rem center;
}

@media screen and (max-width: 899.9px) {
    .bottom_btn li {
        font-size: 15px;
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom_btn ul li a {
        line-height:2;
        width: 100%;
        background-position: right 1rem center;
        background-size: 20px;
    }
}


.more_btn a {
    display: block;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    color: #FFF;
    width: 224px;
    margin: 4rem auto;
    border-radius: 4px;
    line-height: 61px;
    font-size: 18px;
    letter-spacing: 2px;
}


.top_more_btn {
    display: block;
    width: 100%;
    max-width: 350px;
    border-radius: 4px;
    margin: 1rem auto;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
}

.top_more_btn a {
    display: block;
    color: #FFF;
    width: 100%;
    margin: 1.3rem auto;
    border-radius: 4px;
    line-height: 90px;
    padding: 0 calc(1.5rem + 34px);
    font-size: 20px;
    letter-spacing: 2px;
    background: url(../images/icon_arrow_f.svg) no-repeat;
    background-size: 30px;
    background-position: right 1.5rem center;
    text-align: center;
}
@media screen and (max-width: 899.9px) {
    .top_more_btn a {
        font-size: 1rem;
        background-size: 20px;
        line-height: 60px;
    }
}


.base_gradation {
    display: block;
    width: 344px;
    border-radius: 4px;
    margin: 4rem auto;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
}

@media screen and (max-width: 899.9px) {
    .base_gradation {
        width: 100%;
        max-width: 344px;
    }
}


.base_gradation.btn
{
    display: block;
    color: #FFF;
    width: 344px;
    margin: 4rem auto;
    border-radius: 4px;
    line-height: 61px;
    font-size: 18px;
    letter-spacing: 2px;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    text-align: center;
}

.gray_gradation.btn
{
    display: block;
    color: #FFF;
    width: 344px;
    margin: 4rem auto;
    border-radius: 4px;
    line-height: 61px;
    font-size: 18px;
    letter-spacing: 2px;
    background: #cccccc;
    text-align: center;
    border: 1px solid #b9b5b5;
}


.vertical_stacking{
    margin-bottom: 2rem !important;
}


.more_btn_arrow a {
    display: block;
    color: #FFF;
    width: 344px;
    margin: 4rem auto;
    border-radius: 4px;
    line-height: 61px;
    font-size: 18px;
    letter-spacing: 2px;
    background: url(../images/icon_arrow_f.svg) no-repeat;
    background-size: 28px;
    background-position: right 1rem center;
    text-align: center;
}
@media screen and (max-width: 899.9px) {
    .more_btn_arrow a {
        background-size: 20px;
        font-size: 16px;
        width: 100%;
        max-width: 344px;
    }   
}


.detail_link {
    display: block;
    width: 100%;
    border-radius: 4px;
    margin: 1rem auto;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
}

.detail_link a {
    display: block;
    color: #FFF;
    width: 100%;
    margin: 1.3rem auto;
    border-radius: 4px;
    line-height: 61px;
    font-size: 16px;
    letter-spacing: normal;
    background: url(../images/icon_arrow_f.svg) no-repeat;
    background-size: 18px;
    background-position: right .5rem center;
    text-align: center;
}

@media screen and (max-width: 899.9px) {
    .detail_link {
        position: absolute;
        bottom: 0;
        height: auto;
    }
    .detail_link a{
        line-height: 20px;
    }
}


.slider_area {
    width: 1040px;
    margin: 100px auto 80px;
    text-align: left;
}

@media screen and (max-width: 899.9px) {
    .slider_area {
        width: 100%;
        margin: 100px auto 0;
    }
}

.content_box {
    text-align: left;
}

.content_box .page_inner {
    max-width: 1040px;
    text-align: left;
}

.content_box h1 {
    text-align: left;
    font-size: 32px;
}

@media screen and (max-width: 899.9px) {
    .content_box h1 {
        font-size: 15px;
    }
}

.content_box h1 span {
    display: inline-block;
    background: #000;
    color: #FFF;
    font-size: 13px;
    padding: 4px 16px;
}

.content_box p {
    font-size: 16px;
}
@media screen and (max-width: 899.9px) {
    .content_box p {
        font-size: 13px;
    }
}


.content_box p.crlf_space{
    font-size: 14px;
}


@media screen and (max-width: 899.9px) {
    .content_box p.crlf_space {
        font-size: 12px;
    }
}

/* slider
========================================================= */

.slider-nav {
    margin-top: 1rem;
}


.slick-slide img{
    width: 100%;
    height: 100%;
    aspect-ratio:16 / 9;
    object-fit: contain;
}


.thumbnail-img.slick-slide {
    opacity: .5;
    text-align: center;
}

.thumbnail-img.slick-slide.slick-active {
    opacity: 1;
}

.thumbnail-img {
    padding: 4px;
    cursor: pointer;
}

.slider_area {
    position: relative;
}

.arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    position: absolute;
    bottom: 80px;
    z-index: 10;
    width: 100%;
}
@media screen and (max-width: 899.9px){
    .arrow_box {
        bottom: 5%;
    }
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 36px;
    height: 50px;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 899.9px) {
    .prev-arrow,
.next-arrow {
    display: block;
    width: 26px;
    height: 30px;
    }
}


.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}


/* Footer area
========================================================= */



footer {
    margin: 145px auto 40px;
    width: 1040px;
}

@media screen and (max-width: 899.9px) {
    footer {
        margin-top: 10px;
        width: 100%;
    }
}

.footer_btn {}

.img_logo {
    margin-bottom: 2rem;
}

@media screen and (max-width: 899.9px) {
    .img_logo {
        margin-top: 1rem;
    margin-bottom:0;
}
    .img_logo img{
        max-width: 225px;
    }
}


.footer_btn ul {
    padding: 53px 0;
    margin-bottom: 0;
}

@media screen and (max-width: 899.9px) {
    .footer_btn ul {
        flex-wrap: wrap;
        padding: 10px 0;
    }
}

.footer_btn ul li {
    color: #FFF;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1.31rem;
    line-height: 1;
}

.footer_btn ul li a {
    display: block;
    padding: 30px 0 20px;
}

@media screen and (max-width: 899.9px) {
    .footer_btn ul li {
        width: 90%;
        margin: 0 5%;
    }
}

.footer_btn ul li:not(:last-child) {
    border-right: solid 1px #c5c5c5;
}

@media screen and (max-width: 899.9px) {
    .footer_btn ul li:not(:last-child) {
        border-right: none;
    }

    .footer_btn ul li:last-child {
        border-bottom: none;
    }
}

.footer_btn ul li span {
    display: block;
    font-size: 1rem;
    margin-top: .2rem;
    line-height: 4;
}

@media screen and (max-width: 899.9px) {
    .footer_btn ul li span {
        line-height: 5;
    }
}

.footer_btn ul li a {
    text-decoration: none;
    padding: 40px 0;
}

@media screen and (max-width: 899.9px) {
    .footer_btn ul li a img{
        max-width: 157px;
        height: auto;
    }
}


.spam_line::before {
    content: url(img/tit_underbar_ccc.svg);
    display: block;
    vertical-align: middle;
    line-height: .5;
    margin-bottom: .5rem;
}

.footer_inner {}

.footer_nav {
    max-width: 1040px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 40px 0 30px;
    border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 899.9px) {
    .footer_nav {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column-reverse;
    }
}

.footer_add {
    width: 30%;
}

.footer_menu {
    width: 68%;
}

@media screen and (max-width: 899.9px) {
    .footer_add {
        width: 100%;
        padding-left: 0%;
        text-align: center;
    }

    .footer_menu {
        padding-top: 20px;
        width: 90%;
        margin-left: 5%;
        font-size: .72em;
    }

}

.footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: .9rem;
    text-align: right;
}
@media screen and (max-width: 899.9px) {
    .footer_menu ul {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}

.footer_menu ul li {
    margin-left: 1rem;
}

@media screen and (max-width: 899.9px) {
    .footer_menu ul li a{
        line-height: 2.5;
        display: block;
    }
}

.footer_list ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    text-align: center;
    font-size: 10px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 899.9px) {
    .footer_list ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.footer_list ul li {
    margin-left: 1rem;
}

small {
    font-size: 10px;
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
}



/** banner
========================================================= */

.banner{
    padding:6rem 0 0;
    max-width: 1180px;
    margin: auto;
}
@media screen and (max-width: 899.9px) {
    .banner{
    padding:3rem 0 0 ;
}
}

.banner_c{
    padding:0 0 6rem;
    max-width: 1180px;
    margin: auto;
}

.banner_c.bottom_b{
    padding:6rem 0 6rem;
}

.banner_c.bottom_a{
    padding:6rem 0 3rem;
}

@media screen and (max-width: 899.9px) {
    .banner_c{
        display: block;
        width: 92%;
    padding: 0 0 1rem ;
        margin-left: 4%;
        margin-right: 4%;
}
    .banner_c.bottom_b{
        width: 92%;
    padding:1rem 0 1rem;
}
    .banner_c.bottom_a{
        width: 100%;
    padding:2rem 0 0;
        margin-left: 0;
        margin-right: 0;
}
}



/** form
========================================================= */

.page__form{
    margin-top: 140px;
}

@media screen and (max-width: 899.9px) {
    .page__form{
    margin-top: 40px;
    }
    .page__form h1{
        line-height: 1.8;
        text-align: left;
        margin-bottom: 2rem;
        font-size: 20px;
    }
}

.page__form dl {
    text-align: left;
    font-size: 16px;
    padding-top: 2rem;
}

.page__form dl a {
    text-decoration: underline;
}

.indent_title{
    display: flex;
}
.indent_title dt{margin-right: 1.1rem;}

.page__form .box_indent{
    display: block;
    padding-left: 3rem;
}

.page__form .box_indent .textbox-1{
    width: calc( 100% - 1rem );
}
@media screen and (max-width: 899.9px) {
   .page__form .box_indent .textbox-1{
    width:100%;
} 
}


.page__form dl.text_view {
    text-align: left;
    font-size: 16px;
    margin-top: 2rem;
    padding-top: 0;
    color: #005378;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.page__form dl.text_view dt{
    width: 40%;
    background: #f4f4f4;
    border-bottom:1px solid #CCC;
    line-height: 2.5;
    padding-left: 1rem;
}
.page__form dl.text_view dd{
    margin-bottom: 1rem;
}

.page__form dl.text_view dd{
    width: 60%;
    border-bottom:1px solid #CCC; 
    line-height: 2.5;
    margin-bottom: 0;
    padding-left: 1rem;
}



.page__form .hissu{
    display: inline-block;
    padding: 4px 8px;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    color: #FFF;
    line-height: 1.2;
    border-radius: 4px; 
    margin-left: .7rem;
    margin-bottom: .3rem;
}
@media screen and (max-width: 899.9px) {
    .page__form .hissu{
        font-size: 11px;
        padding: 3px 6px;
        height: 20px;
        margin-bottom: 0;
        margin-top: 5px;
    }
}


.area_middle{
    width: 70%;
}

@media screen and (max-width: 899.9px) {
    .area_middle{
    width: 100%;
    }
}

.radio-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio-2 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 899.9px) {
    .radio-2 label{    flex-wrap: wrap;
    font-size: 11px;}
}

.radio-2 label::before,
.radio-2 label::after {
    border-radius: 50%;
    content: '';
}

.radio-2 label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio-2 label::after {
    position: absolute;
    top: 50%;/* 50%*/
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

@media screen and (max-width: 599.9px) {
    .radio-2 label::after {
        top: 11px;
    }
}

.radio-2 label:has(:checked)::after {
    background-color: #084165;
}

.radio-2 input {
    display: none;
}


.selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #286185;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-3 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #084165;
    font-size: 1em;
    cursor: pointer;
}


.textbox-1-label,
.textbox-1 {
    color: #333;
}

.textbox-1-label {
    display: block;
    margin-bottom: 5px;
    font-size: .9em;
}

.textbox-1 {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.5;
}

.textbox-1::placeholder {
    color: #999;
}


.card_text{
    margin-bottom: 2rem;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 7px;
    padding: 1rem;
    font-size: 1rem;
    display: inline-block;
}

@media screen and (max-width: 899.9px) {
    #billing_registration_id table td{
        display: block;
    }

}

/*/テキストエリア/*/

.textbox-2-label,
.textbox-2 {
    color: #333;
}

.textbox-2-label {
    display: block;
    margin-bottom: 5px;
    font-size: .9em;
    color: #084165;
}

.textbox-2 {
    width: 100%;
    min-height: 10rem;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.5;
}

.textbox-2::placeholder {
    color: #999;
}

.textarea {
    display: block;
    text-align: left;
}

dd.u-ta-c {
    margin-top: 4rem;
}

dd.u-ta-c .card-info_txt{
    text-align: left !important;
    background: #177bac;
    padding: 8px 16px;
    font-size: 11px;
    color: #FFF;
    border-radius: 4px;
    display: inline-block;
}

dd.u-ta-c .radio-2{
    justify-content: center;
}

dd.u-ta-c .more_btn_arrow{
    margin-top: 0;
}
dd.u-ta-c .more_btn_arrow a{
    margin-top: 1rem;
}


/* UTILITY
========================================================= */
.u-ta-l {
    text-align: left !important;
}

.u-ta-c {
    text-align: center !important;
}

.u-ta-r {
    text-align: right !important;
}

.u-ta-j {
    text-align: justify !important;
}




/** Action
-------------------------------------------**/

/* fadeUp */

.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.late {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUp.late_2 {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


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

    to {
        opacity: 1;
    }
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.delay-time02 {
    animation-delay: 0.2s;
}

.delay-time04 {
    animation-delay: 0.4s;
}

.delay-time06 {
    animation-delay: 0.6s;
}

.delay-time08 {
    animation-delay: 0.8s;
}

.delay-time10 {
    animation-delay: 1s;
}



.fadeUpTrigger {
    opacity: 0;
}



/* media Query
========================================================= */
@media screen and (max-width: 899.9px) {
    .u-pconly {
        display: none !important;
    }
}

@media screen and (min-width:900px) {
    .u-sponly {
        display: none !important;
    }

}

@media screen and (max-width:889.9px) {
    .hd__navigation {
        display: none !important;
    }
}


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

    .u-sponly__nav {
        display: none !important;
    }
}