@charset "utf-8";
/* CSS Document */
/*
============================================================
*	contents.css
============================================================v
*

/*  sumple
==========================================================*/

.career1Bg{
    display: block;
    width: 100vw;
    height: 100vh;
    background: url(/renew/images/career1Bg.png) 50% 50% no-repeat;
    background-size: contain;
}

.career2Btn{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 520px;
	height: 100px;
	border-radius: 5px;
    background-color: rgb(255, 107, 10);
    text-decoration: none;
	margin: 80px auto 500px;
}
.career2Btn > p{
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

@media screen and (max-width: 560px){
    .career2Btn{
        width: 300px;
        height: 70px;
        margin: 50px auto 800px;
    }
    .career2Btn > p{
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.career3Bg{
    display: block;
    width: 100vw;
    height: 100vh;
    background: url(/renew/images/career3Bg.png) 50% 50% no-repeat;
    background-size: contain;
}

/* キービジュアル
==========================================================*/
h1,h3,h4,h5,h6{
	font-weight: 500;
}
dt{
	font-weight: 500;
}
h2{
	font-weight: 100;
}
body{
    width:100%;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    color: #5f5f5f;
}
dl{
    margin: 0;
}
.container_g{
    display: block;
    position: relative;
    text-align: center;
    background-color: #efeff4;
    width: 100%;
    margin: 100px 0 0;
}
.container{
    display: block;
    position: relative;
    text-align: center;
    margin: 100px 0 0;
}
.login_container{
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	padding: 80px 50px 50px ;
	background: url(/renew/images/share/bg_black.png);
    background-size: cover;
    min-height: 1000px;
    margin: 100px 0 0;
}
.bg_container{
    display: flex;
    justify-content: center;
    align-items: top;
    padding: 80px 50px;
	background: url(/renew/images/share/bg_black.png);
    background-size: cover;
    margin: 100px 0 0;
}
.contents_box{
    margin: 0 10px;
}
@media screen and (max-width: 960px){
    .container , .login_container , .container_g{
        margin: 70px 0 0;
    }
    .bg_container{
        margin: 0;
    }
}
@media screen and (max-width: 560px){
    .container{
        margin: 70px 0 0;
    }
    .login_container , .bg_container{
        padding: 10px 10px;
        margin: 70px 0 0;
    }
    .bg_container{
        min-height: auto;
    }
    .login_container{
        min-height: auto;
    }
}
/*
.select_subtitle{
    height: 120px;
    background-color: rgba(0, 0, 0, 0.4);
}
.select_subtitle::before{
    content: "";
    display: block;
    height: 7px;
    background-color: rgb(255, 107, 10);
}
.select_subtitle > h3{
    font-size: 28px;
    font-weight: 500;
    color: #ccc;
    margin: 15px 0 0;
}
.select_subtitle > h2{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 0;
}
.select_subtitle > p{
    display: inline-block;
    color: #fff;
    font-size: 35px;
    vertical-align: top;
    margin: 20px 0 0;
}
.select_subtitle > .select_subtitle_e{
    font-size: 24px;
    vertical-align: top;
    margin: 20px 0 0;
}
.buy_teams{
    font-size: 20px;
}
@media screen and (max-width: 560px){
    .select_subtitle{
        height: 60px;
        margin: 0;
    }
    .select_subtitle::before{
        height: 4px;
    }
    .select_subtitle > h3{
        font-size: 14px;
        color: #ccc;
        margin: 5px 0 0;
    }
    .select_subtitle > h2{
        font-size: 18px;
        margin: 5px 0 0;
    }
    .select_subtitle > p{
        font-size: 20px;
        margin: 8px 0 0;
    }
    .select_subtitle > .select_subtitle_e{
        font-size: 18px;
        vertical-align: top;
        margin: 8px 0 0;
    }
    .buy_teams{
        font-size: 15px;
        margin: 8px 0;
    }
}
*/
/*===============================

finish.html

===============================*/

.finish_contents{
    margin: 100px auto 0;
}
.finish_contents > p{
    font-size: 20px;
    line-height: 50px;
    margin: 80px auto 0;
}
.finish_contents >.finish_text_f{
    margin: 65px auto 0;
}
.finish_contents > h3{
    font-size: 25px;

    line-height: 50px;
    margin: 30px auto 0;
}
.finish_keycode{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 680px;
    height: 90px;
    border-width: 3px;
    border-color: rgb(160, 165, 164);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin: 10px auto 50px;
}
.finish_keycode > p{
    font-family: 'Inconsolata', monospace;
    font-size: 35px;
}
.finish_arrow{
    margin: 40px auto 0;
}
.finish_btn{
    display: flex;
    justify-content: center;
}
.finish_btn a{
    margin: 50px;
}
.finish_btn img{
    max-width: 200px;
    width: 100%;
}
@media screen and (max-width: 960px){
    .finish_contents{
        margin: 50px auto 0;
    }
    .finish_contents > img{
        height: 40px;
    }
    .finish_contents > p{
        font-size: 20px;
        line-height: 40px;
        margin: 80px auto 0;
    }
    .finish_contents >.finish_text_f{
        margin: 30px auto 0;
    }
    .finish_contents > h3{
        font-size: 25px;
        line-height: 40px;
        margin: 30px auto 0;
    }
    .finish_keycode{
        max-width: 580px;
        width: auto;
        height: 90px;
        border-width: 3px;
    }
    .finish_contents > .finish_arrow{
        height: 40px;
        margin: 20px auto 0;
    }
    .finish_btn a{
        display: inline-block;
        width: 39%;
        max-width: 230px;
        margin: 50px 5% 50px;
    }
}
@media screen and (max-width: 560px){
    .finish_contents{
        margin: 30px auto 0;
    }
    .finish_contents > img{
        height: 27px;
    }
    .finish_contents > p{
        font-size: 15px;
        line-height: 24px;
        margin: 30px auto 0;
    }
    .finish_contents > h3{
        font-size: 18px;
        line-height: 30px;
        margin: 15px auto 0;
    }
    .finish_contents > .finish_h3{
        margin: 40px auto 0;
    }
    .finish_keycode{
        width: auto;
        height: 60px;
        border-width: 3px;
        margin: 10px 15px 0;
    }
    .finish_btn a{
        display: inline-block;
        width: 43%;
        max-width: 150px;
        margin: 20px 2% 50px;
    }
    .finish_keycode > p{
        font-size: 22px;
    }
}
/*===============================

unsubscribe.html

unsubscribe_completed.html

===============================*/

.unsubscribe_contents,
.unsubscribe_completed_contents{
    text-align: center;
}
.unsubscribe_completed_contents > p{
    font-size: 18px;
    margin: 100px auto 0;
}
.unsubscribe_contents > p{
    font-size: 18px;
    margin: 50px auto 0;
}
.unsubscribe_contents > h3{
    font-size: 22px;

    line-height: 28px;
    letter-spacing: 1.5px;
    margin: 50px auto 0;
}
.unsubscribe_btn_box{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 100px 0 0;
}

.back_btn{
    display: block;
    position: relative;
	margin: 0 100px;
	border-radius: 5px;
	background-color: rgb(196, 196, 196);
    max-width: 300px;
    width: 100%;
	height: 70px;
    text-decoration: none;
}
.unsubscribe_btn{
    display: block;
    position: relative;
	margin: 0 100px;
	border-radius: 5px;
	background-color: #e2041b;
    max-width: 300px;
    width: 100%;
	height: 70px;
	text-decoration: none;
	line-height: 70px;
    color:#FFFFFF !important;
}
.unsubscribe_btn_box form{
    display: block;
    position: relative;
    color:#FFFFFF !important;
    max-width: 300px;
    width: 100%;
    margin: 0 100px;
}

.unsubscribe_completed_btn{
	display: block;
	position: relative;
	margin: 150px auto 0;
	border-radius: 5px;
    background-color: rgb(255, 107, 10);
    max-width: 300px;
    width: 100%;
	height: 70px;
	text-decoration: none;
	text-align: center;
}
.back_btn > p,
.unsubscribe_btn > p ,
.unsubscribe_completed_btn > p{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50% , -50%);
    font-weight: 500;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	margin: 0;
}

.unsubscribe_completed_contents > p{
    font-size: 20px;
    margin: 100px auto 0;
}
.unsubscribe_completed_contents > p:nth-child(4){
    margin: 30px auto 0;
}
.unsubscribe_formWrap{
    width: 350px;
    margin: 30px auto 0;
}
.unsubscribe_formWrap input[type=radio] + label{
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 30px;
    padding: 10px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 500;
    font-size: 20px;
}
.unsubscribe_formWrap input[type=radio]:nth-child(3) + label:nth-child(4){
    margin: 20px 0 0 30px;
}
.unsubscribe_formWrap input[type=radio] + label::before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border: 2px solid #555;
    position: absolute;
    left: -28px;
    top: 12px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
.unsubscribe_formWrap input[type=radio]:checked + label::before{
    width: 8px;
    top: 7px;
    left: -25px;
    border-radius: 0;
    border-color: #555;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.unsubscribe_contents > img,
.unsubscribe_completed_contents > img{
    max-width: 300px;
}
@media screen and (max-width: 960px){
    .back_btn{
        margin: 0 50px;
        max-width: 300px;
        height: 70px;
    }
    .unsubscribe_btn{
        margin: 0 ;
        max-width: 300px;
        height: 70px;
    }
    .unsubscribe_completed_btn{
        margin: 150px auto 0;
        max-width: 300px;
        height: 70px;
    }
    .unsubscribe_btn_box form{
	margin: 0;
	max-width: 300px;
    }
}
@media screen and (max-width: 560px){
    .unsubscribe_contents,
    .unsubscribe_completed_contents{
        margin: 50px auto;
    }
    .unsubscribe_contents > img,
    .unsubscribe_completed_contents > img{
        max-width: 250px;
    }
    .unsubscribe_contents > p{
        font-size: 17px;
    }
    .unsubscribe_completed_contents > p{
        font-size: 17px;
    }
    .back_btn > p,
    .unsubscribe_btn > p ,
    .unsubscribe_completed_btn > p{
        font-size: 17px;
        width: 100%;
    }
    .unsubscribe_contents > h3{
        font-size: 17px;
        line-height: 25px;
    }
    .back_btn,
    .unsubscribe_btn{
        margin: 0 15px;
        max-width: 160px;
        height: 50px;
        line-height:0;
    }
    .unsubscribe_btn_box form{
	max-width: 160px;
	margin: 0 15px;
    }
    .unsubscribe_completed_btn{
        margin: 100px auto 0;
        height: 70px;
    }
    .unsubscribe_formWrap{
        width: 300px;
        margin: 0 auto ;
    }
    .unsubscribe_formWrap input[type=radio] + label{
        font-size: 16px;
    }
    .unsubscribe_formWrap input[type=radio] + label::before{
        left: -23px;
    }
    .unsubscribe_formWrap input[type=radio]:checked + label::before{
        left: -20px;
    }
}
@media screen and (max-width: 370px){
    .back_btn,
    .unsubscribe_btn{
        margin: 0 10px;
        max-width: 140px;
        height: 50px;
    }
    .unsubscribe_btn_box form{
	max-width: 140px;
	margin: 0 10px;
    }
}

.unsubscribe_btn_box form .unsubscribe_btn{
    margin: 0;
}
/*===============================

teams.html

notation.html

question.html

===============================*/
#acd_docomo,#acd_au,#acd_softbank,
#acd_rakuten,#acd_credit,#acd_other{
    display: block;
    position: relative;
    width: 95%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
/*===============================
docomo
===============================*/
#acd_docomo{
    border-top: 1px solid #ccc;
    margin: 50px 2.5% 0;
}
/*===============================
au
===============================*/
#acd_au{
    margin: 0 2.5%;
}
/*===============================
softbank
===============================*/
#acd_softbank{
    margin: 0 2.5%;
}
/*===============================
rakuten
===============================*/
#acd_rakuten{
    margin: 0 2.5%;
}
/*===============================
credit
===============================*/
#acd_credit{
    margin: 0 2.5% 50px;
}
/*=============================*/
.acd_title{
    display: inline-block;
    font-size: 25px;
    color: rgb(119, 119, 119);
    line-height: 98px;
    vertical-align: middle;
    margin: 0 0 0 50px;
    float: left;
}
.acd_btn , .acd_btn_x  ,
.acd_btn_y , .acd_btn_z ,
.acd_btn_a , .acd_btn_b{
    display: block;
    position: relative;
    height: 24px;
    width: 24px;
    float: right;
    margin: 37px 50px 37px 0;
}
.acd_credit{
    width: 100%;
    display: none;
}
.acd_btn_1 , .acd_btn_1_1 ,
.acd_btn_1_2 , .acd_btn_1_3 , .acd_btn_1_4 ,
.acd_btn_1_5,
.acd_btn_2{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 2px;
    background-color: rgb(85, 85, 85);
}
.acd_btn_1 , .acd_btn_1_1 ,
.acd_btn_1_2 , .acd_btn_1_3 ,
.acd_btn_1_4 , .acd_btn_1_5{
    width: 7px;
    height: 25px;
}
.acd_btn_2{
    width: 24px;
    height: 7px;
}
.acd_contents{
    display: none;
}
.teams_contents{
    display: none;
    width: 75%;
    margin: 50px auto;
    clear: both;
}
.teams_contents > dt{
    display: inline-block;
    position: relative;
    font-size: 25px;
    margin: 50px 0;
    float: left;
}
.teams_contents > dd{
    display: block;
    text-align: left;
    clear: both;
}
.disc1::before , .disc2::before , .disc3::before,
.disc4::before , .disc5::before , .disc6::before ,
.disc7::before{
    position: relative;
    left: -10px;
}
.disc1::before{
    content: "1.";
    display: inline-block;
}
.disc2::before{
    content: "2.";
}
.disc3::before{
    content: "3.";
}
.disc4::before{
    content: "4.";
}
.disc5::before{
    content: "5.";
}
.disc6::before{
    content: "6.";
}
.disc7::before{
    content: "7.";
}
@media screen and (max-width: 960px){
    .teams_contents{
        width: 85%;
        margin: 0 8% 0 7%;
    }
}
@media screen and (max-width: 560px){
    .acd_title{
        font-size: 20px;
        line-height: 22px;
        padding: 38px 0;
        margin: 0 0 0 10px;
    }
    .acd_btn , .acd_btn_x  ,
     .acd_btn_y , .acd_btn_z ,
     .acd_btn_a , .acd_btn_b{
        display: block;
        position: relative;
        height: 24px;
        width: 24px;
        float: right;
        margin: 37px 20px 37px 0;
    }
    .acd_contents{
        margin: 0;
    }
    .teams_contents{
        width: 90%;
        margin: 0 5%;
    }
    .teams_contents > dt{
        font-size: 18px;
        margin: 50px 0 20px;
    }
    .teams_contents > dd{
        font-size: 15px;
        margin: 0;
    }
}

/*===============================
notation.html
===============================*/
.title_text_notation{
    font-size: 35px;
}
.notation_contents{
    display: none;
    width:70%;
    margin: 0 auto 100px;
    clear: both;
}
.notation_contents > dt{
    display: inline-block;
    position: relative;
    font-size: 22px;
    margin: 50px 0 30px;
    float: left;
}
.notation_contents > dt:nth-child(1){
    margin: 10px 0 30px;
}
.notation_contents > dd{
    display: block;
    text-align: left;
    clear: both;
}
@media screen and (max-width: 960px){
    .notation_contents{
        width: 85%;
        margin: 0 8% 100px 7%;
    }
}
@media screen and (max-width: 560px){
    .title_text_notation{
        font-size: 22px;
    }
    .notation_contents{
        display: none;
        padding: 0 0 50px;
        width: 90%;
        margin: 0 5%;
        clear: both;
    }
    .notation_contents > dt{
        font-size: 17px;
        left: 0px;
        margin: 50px 0 20px;
        text-align: left;
    }
    .notation_contents > dd{
        font-size: 15px;
        margin: 0;
    }
}
/*===============================
other
===============================*/
#acd_other{
    margin: 0 2.5% 50px;
}
/*=============================*/
/*===============================
question.html
===============================*/
#acd_q1,#acd_q2,#acd_q3,#acd_q4,#acd_q5,#acd_q6{
    display: block;
    position: relative;
    width: 95%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;

}
/*===============================
q1
===============================*/
#acd_q1{
    border-top: 1px solid #ccc;
    margin: 100px 2.5% 0;
}
/*=============================*/
/*===============================
q2
===============================*/
#acd_q2{
    margin: 0 2.5%;
}
/*=============================*/
/*===============================
q3
===============================*/
#acd_q3{
    margin: 0 2.5%;
}
/*=============================*/
/*===============================
q4
===============================*/
#acd_q4{
    margin: 0 2.5%;
}
/*=============================*/
/*===============================
q5
===============================*/
#acd_q5{
    margin: 0 2.5%;
}
/*=============================*/
/*===============================
q6
===============================*/
#acd_q6{
    margin: 0 2.5% 100px;
}
/*=============================*/
.acd_title_bullet{
    display: inline-block;
    font-size: 25px;
    width: 10%;
    color: rgb(119, 119, 119);
    line-height: 28px;
    vertical-align: middle;
    padding: 35px 0;
    margin: 0 0 0 20px;
    float: left;
}
div > .acd_title_q{
    display: inline-block;
    font-size: 25px;
    width: 80%;
    color: rgb(119, 119, 119);
    line-height: 28px;
    text-align: left;
    vertical-align: middle;
    padding: 35px 0;
    margin: 0;
    float: left;
}
.question_contents{
    display: none;
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    clear: both;
}
@media screen and (max-width: 960px){
    div > .acd_title_q{
        width: 80%;
    }
    div > .acd_btn_q{
        display: block;
        position: relative;
        height: 24px;
        width: 24px;
        float: right;
        margin: 52px 50px 52px 0;
    }
    #acd_q1{
        margin: 40px 2.5% 0;
    }
    #acd_q6{
        margin: 0 2.5% 50px;
    }
}
@media screen and (max-width: 560px){
    .acd_title_bullet{
        font-size: 20px;
        line-height: 20px;
        padding: 30px 0;
        margin: 0 0 0 2px;
    }
    div > .acd_title_q{
        font-size: 16px;
        width: 73%;
        line-height: 20px;
        padding: 30px 0;
        margin: 0 0 0 10px;
    }
    div > .acd_btn_q{
        margin: 38px 10px 38px 0;
    }
}
@media screen and (max-width: 560px){
    .acd_title_bullet{
        font-size: 20px;
    }
    .question_contents{
        font-size: 15px;
    }
}
/*===============================

login.html

===============================*/
.login_island{
    display: block;
    background-color: rgba(255, 255, 255 , 0.9);
    max-width: 900px;
    width: 100%;
    height: 600px;
}
.login_island::before{
    content: "";
    display: block;

    width: 100%;
    height: 6px;
}
.login_island > img{
    width: 260px;
    margin: 50px auto 0;
}
.login_island > h3{
    font-weight: 100;
    margin: 10px auto 0;
}
.login_island > div{
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: 700px;
    margin: 50px auto 0;
}
/*===============================
キャリアでログイン
===============================*/
.login_list > dt{
    float: left;
    margin: 10px 0;
    font-weight: 100;
}
.login_list > dd{
    width: 300px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    margin: 20px 0;
    clear: both;
}
.login_list > dd > a > div{
    position: relative;
    width: 30px;
    height: 50px;
    margin: 0 35px 0 15px;
    float: left;
}
.login_list > dd > a{
    text-decoration: none;
}
.login_list > dd > a > .login_btn_t{
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    width: 220px;
    height: 50px;
    margin: 0;
    float: none;
}
.login_list > dd > a > div > img{
    display: block;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.login_list > dd > a > div > p{
    display: block;
    font-size: 15px;
    text-align: left;
}
.login_list > .login_btn_d > a{
    color: rgb(204, 0, 51);
}
.login_list > .login_btn_a > a{
    color: #db4511;
}
.login_list > .login_btn_s > a{
    color: #a0a5a4;
}
.login_list > .login_btn_r > a{
    color: #bf0000;
}
/*===============================
IDとパスワードでログイン
===============================*/
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
.login_list_2{
    display: block;
    width: 300px;
    text-align: left;
    margin: 0;
}
.login_list_2 > h4{
    margin: 10px 0;
    font-weight: 100;
}
.login_form > .login_text_id,
.login_form > .login_text_pass {
    display: block;
    width: 280px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 0 10px;
    line-height: 50px;
    font-weight: 100;
    color: #555;
}
.login_form > .login_text_pass{
    margin: 20px 0 0;
}
.login_form > a{
    display: block;
    margin: 14px 0 0;
    text-decoration: none;
    color: #00aeff;
}
.login_form > input[type=submit]{
    display: block;
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background-color: rgb(254, 107, 11);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0 ;
}
/*===============================*/

.login_or{
    margin: 15px 0 0;
}
.login_or > p{
    margin: 25px 0;
}
.login_or_line{
    height: 110px;
    width: 0px;
    border-left: #ccc 1px solid;
    margin: 0 auto;
}
@media screen and (max-width: 960px){
    .login_island{
        width: 90%;
        height: auto;
        margin: auto 5%;
    }
    .login_island::before{
        content: "";
        display: block;

        width: 100%;
        height: 6px;
    }
    .login_island > div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: inherit;
        margin: 100px auto;
    }
    .login_or{
        display: none;
    }
    .login_list{
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 560px){
    .login_island{
        width: 100%;
        padding: 0;
        margin: auto ;
    }
    .login_island > div{
        margin: 15px auto 50px;
    }
    .login_island > img{
        width: 80%;
        max-width: 260px;
        margin: 30px auto 0;
    }
    .login_island > h3{
        font-size: 15px;
        margin: 5px 0 0;
    }
    .login_list{
        margin: 0;
    }
    .login_list,
    .login_list_2{
        width: 95%;
        max-width: 300px;
        padding: 0 auto;
    }
    .login_list > dt{
        font-size: 17px;
    }
    .login_list > dd{
        width: 100%;
        height: 50px;
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
        margin: 20px 0;
        clear: both;
    }
    .login_list > dd > a > div{
        position: relative;
        width: 20%;
        height: 50px;
        margin: 0;
        float: left;
    }
    .login_list > dd > a > .login_btn_t{
        width: 80%;
    }
    .login_list > dd > a > .login_btn_t > p{
        font-size: 17px;
        text-align: left;
    }
    .login_list_2 > h4{
        font-size: 17px
    }
    .login_form > .login_text_id,
    .login_form > .login_text_pass {
        position: relative;
        width: 100%;
        width: calc(100% - 20px);
        height: 50px;
    }
    .login_form > a{
        font-size: 17px;
    }
    .login_form > input[type=submit]{
        width: 100%;
        height: 50px;
        font-size: 20px;
        margin: 20px 0 0 ;
    }
}
/*===============================

mypage.html

===============================*/
.island_container{
    max-width: 900px;
    width: 90%;
}
.mypage_island_1{
    display: block;
    background-color: rgba(255, 255, 255 , 0.9);
    max-width: 1200px;
    height: auto;
    margin: 0;
}
.mypage_island_1::before{
    content: "";
    display: block;

    width: 100%;
    height: 6px;
}

.mypage_island_2,
.mypage_island_3{
    display:inline-block;
    background-color: rgba(255, 255, 255 , 0.9);
    background: url(/renew/images/micloud/my-page/mypage_bg_logo.png);
    width: 500px;
    margin: 50px 50px 0 0;
}
.mypage_island_2::before,
.mypage_island_3::before{
    content: "";
    display: block;

    width: 100%;
    height: 6px;
}
.mypage_island_4{
    display:inline-block;
    background-color: rgba(255, 255, 255 , 0.9);
    width: 500px;
    margin: 50px 50px 0 0;
}
.mypage_island_4::before{
    content: "";
    display: block;

    width: 100%;
    height: 6px;
}
/*===============================
mypage_list
===============================*/
.mypage_list{
    display: block;
    font-size: 20px;
    font-weight: 500;

    padding: 30px;
}
.mypage_list > dd{
    font-size: 18px;
    margin: 20px 0 0 20px;
}
.mypage_list > dd::before{
    content: "";
    display: block;
    position: relative;
    top: 12px;
    left: -10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-
}
.mypage_list > dd:last-child{
    margin: 10px 0 0 20px;
}
/*===============================
mypage_service
===============================*/
.mypage_service{
    display: block;
    margin: 30px 30px;
}
.mypage_service > dt{
    font-size: 20px;

}
.mypage_service > dd{
    font-size: 1em;
    margin: 30px 0 0;
    font-weight: bold;
}
.mypage_service > dd:last-child{
    font-size: 15px;
    margin: 50px 0 0;
}
.mypage_keycode{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 314px;
    height: 60px;
    border-width: 3px;
    border-color: rgb(160, 165, 164);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin: 20px auto 0;
}
.mypage_keycode > p{
    font-family: 'Inconsolata', monospace;
    font-size: 22px;

}
/*===============================
mypage_phone
===============================*/
.mypage_phone{
    display: block;
    padding: 30px 30px;
}
.mypage_phone > h3{
    font-size: 20px;

    margin: 0 0 20px;
}
.mypage_phone > input[type=text]{
    display: inline-block;
    max-width: 300px;
    width: 70%;
    height: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 0px 10px;
}
.mypage_phone > input[type=submit]{
    display:inline-block;
    max-width: 70px;
    width: 20%;
    height: 30px;
    border-radius: 10px;
    background-color: rgb(254, 107, 11);
    color: #fff;
    font-size: 15px;
    margin: 20px 20px 30px ;
}
@media screen and (max-width: 960px){
    .mypage_island_2,
    .mypage_island_3{
        display:inline-block;
        background-color: rgba(255, 255, 255 , 0.9);
        background: url(/renew/images/micloud/my-page/mypage_bg_logo.png) 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        margin: 50px 0 0;
    }
    .mypage_island_4{
        width: 100%;
        margin: 50px 0 0;
    }
    .mypage_keycode{
        max-width: 314px;
        height: 60px;
    }
    .mypage_phone > input[type=text]{
        display: inline-block;
        width: 100%;
    }
}
@media screen and (max-width: 560px){
    .island_container{
        width: 100%;
    }
    .mypage_island_1,.mypage_island_2,
    .mypage_island_3{
        margin: 30px 0 0;
    }
    .mypage_island_4{
        margin: 30px 0;
    }
    .mypage_island_1,.mypage_island_2,
    .mypage_island_3,.mypage_island_4,
    .mypage_service,.mypage_phone{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mypage_list{
        padding: 30px 10px 30px 5px;
    }
    .mypage_list > dt{
        font-size: 20px;
        text-align: center;
    }
    .mypage_list > dd{
        font-size: 17px;
        margin: 20px 0 0 20px;
    }
    .mypage_service{
        margin: 30px 20px;
    }
    .mypage_service > dt{
        font-size: 20px;
    }
    .mypage_service > dd{
        font-size: 17px;
    }
    .mypage_keycode{
        width: 100%;
    }
    .mypage_phone{

        padding: 20px;
    }
    .mypage_phone > h3{
        font-size: 20px;
        text-align: center;
    }
    .mypage_phone > input[type=text]{
        max-width: 300px;
        width: 100%;
    }
    .mypage_phone > input[type=submit]{
        max-width:300px;
        width: 100%;
        height: 50px;
        font-size: 20px;
        letter-spacing: 1.5px;
        border-radius: 5px;
        margin: 20px 0 0;
    }
}

/*===============================

creInput+2.html

===============================*/
.creInput_Wrap{
    max-width: 450px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
.creInput_form h4{
    margin: 50px 0 0;
}
.creInput_form input[type=text]{
    width: 100%;
    width: calc(100% - 20px);
	background: #f4f4f4;
	border-radius: 5px;
	padding: 15px 10px;
    color: #555;
    margin: 20px 0 0;
    border: none;
    font-weight: 100;
}
.creInput_BtnWrap {
    display: flex;
    justify-content: center;
    margin: 0px;
    width: 100%;
}
.submitBtn{
	background: #14a5c0;
	color: #fff;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	line-height:50px;
	color: #fff;
	letter-spacing: .2rem;
	margin-top: 30px;
	margin-bottom: 20px;
	max-width: 360px;
	width: 100%;
	height: 50px;
}
.submitBtn:link {
    color: #fff;
    text-decoration:none;
}

@media screen and (max-width: 960px){
}
@media screen and (max-width: 560px){
    .creInput_Wrap{
        max-width: 280px;
    }
}
.creInput_Wrap div{
    display: flex;
}
.creInput_Wrap select{
    width: 50px;
    height: 40px;
	background: #f4f4f4;
	border-radius: 5px;
    border: none;
	font-weight: 100;
	text-align: center;
    color: #555;
    padding: 0 10px;
    margin: 20px 0 0;
}
.creInput_Wrap div > p{
    line-height: 40px;
    margin: 20px 15px 0;
}



.text_contents{
    text-align:left;
    line-height:1.2em;
    width: 820px;
    margin: 50px auto;
}
@media screen and (max-width: 960px){
	.text_contents{
	    width: 90%;
	    margin: 30px 5%;
	}
}

.err{
	color:#ff0000;
	margin-top:10px;
}

.download_btn{
    display: flex;
    justify-content: center;
}
.download_btn a{
    margin: 20px;
}
.download_btn img{
    max-width: 200px;
    width: 100%;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}

.result_text{
	margin:20px;
	color:#0000ff;
}



.feature_list{
	position: relative;
	font-size: 0;
	color: rgb(119, 119, 119);
	padding: 80px 0 0;
}
.feature_list > li{
	display: inline-block;
	position: relative;
	width: 50%;
	margin: 50px 5% 0;
	vertical-align: top;
	text-align: left;
}
.feature_list > li > h4{
	display: inline-block;
	height: 40px;
	font-size: 20px;
	font-size: "Noto Sans JP Bold";
	margin: 16px 16px 0 16px;
}
.feature_list > li > p{
	display: block;
	font-size: 17px;
	margin: 30px 16px 30px;
}
.feature_list > li::before{
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-width: 3px;
	border-color: rgb(150, 214, 0);
	border-style: solid;
	border-radius: 50%;
}
.feature_list > li::after{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 17px;
	width: 100%;
	height: 3px;
	background-color: rgb(150, 214, 0);
}
.feature_list > .feature_text1::before{
	border-color: rgb(0, 87, 184);
}
.feature_list > .feature_text1::after{
	background-color: rgb(0, 87, 184);
}

@media screen and (max-width: 960px){
	.topCont__feature{
		padding: 75px 10px 75px;
	}
	.topCont__feature > h2{
		font-size: 25px;
		line-height: 30px;
	}
	.feature_list{
		padding: 30px 0px 0;
	}
	.feature_list > li{
		width: 90%;
		margin: 20px 5% 0;
	}
	.feature_list > li::after{
	    width: 92%;
	}

}


.caution .feature_text1::before{
	border-color: rgb(119, 119, 119);
}
.caution .feature_text1::after{
	background-color: rgb(119, 119, 119);
}

.caution .title_bar{
	background-color: rgb(184, 0, 0);
}
.caution h3{
	color:rgb(119, 119, 119);
}

.advantage .feature_text1::before{
	border-color: rgb(64, 135, 64);
}
.advantage .feature_text1::after{

}

.advantage .title_bar{

}
.advantage h3{
	color:rgb(119, 119, 119);
}

.advantage .feature_list > li > h4{
	color:#96d600;
}
.advantage .feature_list > li > p{
	color:#408740;
	font-weight:normal;
}
.taikai_subtitle{
	margin-top:150px !important;
}


.btn_red{
	background-color:#e2041b;
}
.btn_gray{
	background-color:#c4c4c4;
}

.regist-Form a {
	text-decoration: underline;
}
.regist-Form {
	text-align: center;
}
.regist-Form  h2{
	margin-bottom:40px;
}

.regist-Form p {
    margin-bottom: 40px;
}
