@charset "utf-8";

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

style.css

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

header {
    height: 50px;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.65);
    border: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10000;
}
.headerLogo{
    position: absolute;
    top: 10px;
    left: 10px;
}
.headerLogo {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 280px;
}
.gNav{
    float: right;
    text-align: right;
}
.gNav ul.gNavLinkList{
    padding-top: 10px;
}
.gNav ul.gNavLinkList li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.gNav ul.gNavLinkList li a{
    font-size: 1.4rem;
    display: block;
    color: #09005C;
    font-weight: 300;
    letter-spacing: 2px;
}
.visualArea{
    position: relative;
}
.visualMsg {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    width: 1200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.visualMsg h1 {
    font-size: 4.2rem;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 1.4;
}
.mainVisualBg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -10%;
    width: 70%;
}
.mainVisualBg img{
    height: 100%;
}
.ohayashi{
    padding-top: 50px;
    padding-bottom: 0;
    text-align: right;
    max-width: 1200px;
}

.regBtn{
    padding: 15px 100px;
    background: rgb(81,112,237);
    background: linear-gradient(90deg, rgba(81,112,237,1) 0%, rgba(81,172,237,1) 100%);
    color: #FFF;
    border-radius: 100px;
    position: relative;
    font-weight: 500;
}
.regBtn::after{
    height: 15px;
    width: 15px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    content: '';
    position: absolute;
    right: 20px;
    top: 17px;
}
.regBtn:hover{
    opacity: 0.9;
    text-decoration: none;
}
.msgBox{
    display: grid;
    grid-template-columns: 45% 45%;
    column-gap: 10%;
}
.msgBox .imgBox{
    position: absolute;
    left: 0;
    bottom: 0;
}
.msgBox p{
    line-height: 2;
}
h2{
    font-weight: 500;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 40px;
}
.msgBox h2{
    font-weight: 500;
    font-size: 3.4rem;
    margin-bottom: 20px;
    text-align: left;
}
section{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.contentsRegBtnBox{
    text-align: center;
    margin-top: 30px;
}
.lGrayBg{
    background-color: #f9f9f9;
}
.aboutBox h3{
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.aboutContentsBox{
    padding: 4%;
    background-color: #fff;
}
.aboutContentsBox .imgBox{
    margin-bottom: 30px;
}
.aboutBox h4{
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
}
.sceneBox{
    padding: 4%;
}
.sceneList{
    margin-bottom: 50px;
}
.sceneBox .sceneList ul {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 3%;
    row-gap: 35px;
}
.sceneBox .sceneList ul li{
    background-color: #fff;
    padding: 8%;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(../images/scene_mini_bg.svg);
    background-repeat: no-repeat;
    background-position: -10px -4px;
}
.sceneBox .sceneList ul li .sceneNum {
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 20px;
    letter-spacing: 2px;
    margin-top: -10px;
    color: #333;
}
.sceneBox .sceneList ul li .sceneNum span{
    font-size: 3rem;
}
.sceneBox .sceneList ul li h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 600;
}



.flowContentsBox h3{
    text-align: center;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 40px;
    padding: 4%;
}
.flowContentsList h4{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.flowContentsBox{
    max-width: 960px;
    padding: 4%;
    background:rgba(250,250,250,0.7);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.flowContentsList ul{
	padding-left: 0px;
	margin-bottom: 20px;
}
.flowContentsList ul li{
	padding-left: 30px;
	padding-bottom: 20px;
	position: relative;
}
.flowContentsList ul li::before {
    display: block;
    height: 100%;
    content: '';
    width: 5px;
    background-color: #5085ED;
    position: absolute;
    left: 5px;
    top: 8px;
}
.flowContentsList ul li:last-child:before{
	display: none;
} 
.flowContentsList ul li::after {
    display: block;
    height: 15px;
    content: '';
    width: 15px;
    background-color: #5085ED;
    position: absolute;
    left: 0px;
    border-radius: 30px;
    top: 4px;
}
.flowContentsList h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.flowContentsList p{
	font-size: 1.6rem;
}


.conditionContentsBox{
    background-color: #fff;
    padding: 4%;
    border-radius: 10px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.conditionContentsBox p{
    margin-bottom: 30px;
}
.conditionContentsBox ul{
    padding-left: 30px;
    margin-bottom: 30px;
}
.conditionContentsBox ul li {
    padding-left: 5px;
    list-style: disc;
    margin-bottom: 10px;
    font-weight: 500;
}

.conditionContentsBox p.note{
    font-size: 1.2rem;
    margin-bottom: 0;
}

.contactBox h2{
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.contactBox p{
    text-align: center;
    margin-bottom: 40px;
}
.contactBtnBox{
    text-align: center;
}
.grayBg{
    background-color: #F2F2F2;
}
/* fuwafuwa*/
.fuwafuwaL::before {
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 460px;
    background-image: url(../images/fuwafuwa_L.svg);
    left: -2%;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    top: -60px;
}
.fuwafuwaBgBig {
    background-image: url(../images/fuwafuwa_bg_big.svg);
    background-repeat: no-repeat;
    background-position: left -50% top -90px;
    background-size: 70%;
}
.fuwafuwaR01::after {
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 460px;
    background-image: url(../images/fuwafuwa_R01.svg);
    right: -13%;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    top: -60px;
}
.fuwafuwaR02::after {
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 460px;
    background-image: url(../images/fuwafuwa_R02.svg);
    right: -13%;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    top: -60px;
}



/* footer */
.footer {
    background-color: #5185ED;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.footer p {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    margin: 10px 0 30px 0;
}
.footer a{
	color: #FFFFFF;
}

.footer ul li a{
	font-size: 12px;
	color: #ffffff;
}
.footer ul li{
	margin-bottom: 8px;
}
.footerSnsBox ul{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    float: right;
}
.footerSnsBox li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.footerSnsBox li img{
    height: 50px;
    width: auto;
}
.footerLogo2cBox {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 30px;
    text-align: left;
}
.footerLogo2cBox img{
	height: 20px;
	width: auto;
}
.footerLogo2cBox div{
	padding: 15px;
}
.footer p{
	text-align: center;
	clear: both;
	padding-top: 40px;
	color: #ffffff;
}
.footer img {
    margin-bottom: 0;
}
.footer2Cbox{
    display: grid;
    grid-template-columns: 1fr 1fr;
}





/*-------------------------------------
 login form
-------------------------------------*/
.consumerLogin{
    padding-top:100px;
    padding-bottom: 100px;
}
.loginPanel{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
    background-color: rgba(250,250,250,0.9);
    border-radius: 10px;
}
#wrapperLogin{
	background-color: #FFFFFF;
	min-height: 100vh;
}
#wrapperLogin #container{
	padding-top: 0;
	
}

::placeholder {
    color: #dcdcdc;
}

input:-webkit-autofill  {
	background-color: #FFFFFF !important;
}
.formGroup{
    margin-bottom: 30px;
}
.formInputText{
    border: 1px solid #dcdcdc;
    box-shadow: none;
    width: 100%;
    padding: 10px 12px;
    border-radius: 0;
    font-size: 1.6rem;
    border-radius: 3px;
}
.formInputText.alert{
    border-color: red;
}
.formInputTextarea {
    border: 1px solid #dcdcdc;
    box-shadow: none;
    width: 100%;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 1.6rem;
}
.formGroup select{
	border: 1px solid #dcdcdc;
    box-shadow: none;
	padding: 10px 12px;
	border-radius: 4px;
	font-size: 1.6rem;
}
.card-number{
	border: 1px solid #dcdcdc;
    box-shadow: none;
	padding: 10px 12px;
	width: 100%;
	border-radius: 4px;
	font-size: 1.6rem;
}
.card-expiry-month, .card-expiry-year{
	border: 1px solid #dcdcdc;
    box-shadow: none;
	padding: 10px 12px;
	width: 4em;
	border-radius: 4px;
	font-size: 1.6rem;
}
.card-cvc{
	border: 1px solid #dcdcdc;
    box-shadow: none;
	padding: 10px 12px;
	width: 6em;
	border-radius: 4px;
	font-size: 1.6rem;
}

.consumerLogin h2{
	margin-bottom: 10px;
    font-size: 3.4rem;
    font-weight: 500;
    text-align: center;
}

.grid2fr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
}

.loginPanel h3{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 2rem;
}

.regBtnBox{
    text-align: center;
}
.btnConsumerReg {
    padding: 15px 120px;
    background: rgb(81,112,237);
    background: linear-gradient(90deg, rgba(81,112,237,1) 0%, rgba(81,172,237,1) 100%);
    color: #FFF;
    border-radius: 100px;
    position: relative;
    font-weight: 500;
    text-align: center;
    text-align: center;
}
.formInputSubmitBlue {
    padding: 15px 120px;
    background: rgb(81,112,237);
    background: linear-gradient(90deg, rgba(81,112,237,1) 0%, rgba(81,172,237,1) 100%);
    color: #FFF;
    border-radius: 100px;
    position: relative;
    font-weight: 500;
    text-align: center;
    text-align: center;
}
p.leadText{
    margin-bottom: 40px;
    text-align: center;
}
.flowContentsList p.note{
	font-size: 1.2rem;
}

button{
    cursor: pointer;
}




.footer ul li{
    font-size: 12px;
    color: #ffffff;
}

.bottomDetailSection{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
    background-color: rgba(250,250,250,0.7);
}


.bottomDetailSection table{
	width: 100%;
	border: none;
	margin-bottom: 40px;
	line-height: 1.8;
}
.bottomDetailSection th{
	border-bottom: #000000 solid 1px;
	border-top: #000000 solid 1px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 230px;
	border-collapse: collapse;
	font-weight: bold;
	    vertical-align: top;
}
.bottomDetailSection td{
	border-bottom: #eeeeee solid 1px;
	border-top: #eeeeee solid 1px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	border-collapse: collapse;
	    vertical-align: top;
    text-align: left;
}
.bottomDetailSection .pricing-section{
	padding-top: 0;
}
.bottomDetailSection .thanksLeadBox p {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: left;
}
.bottomDetailSection .thanksLeadBox {
	border: 3px #dcdcdc solid;
	padding: 30px;
}