@charset "utf-8";


/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/


/*全デバイス共通*/

* {
	margin: 0px;
	padding: 0px;
	}


html {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.pc { display: block !important; }
.sp { display: none !important; }
.tablet{display: none !important;}



/*見出し設定*/

h1{
    
margin: 0;
}

h1 img{
   width: 100%;
    height: auto;
    max-width: 369px;
    }


h2{

}


h3{
    font-size: 1.6rem;
    color: #3e3a39;
    font-weight: bold;
    margin: 10px 0 10px 0;
    line-height: 2rem;
    
}


.info h3{
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: bold;
    background-color: #a5047b;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    margin-top: 0;
}


/***************************************************/

/*ヘッダー*/

.header_logo{
    padding: 10px 0 10px 0;
    background-color: #333;
}


header {
    width: 100%;
    text-align: center;
    background-image: url("../images/header_bg.png");
	background-position:center top;
	background-repeat:repeat;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_main{

}

.header_img{
    margin-top: 140px;
    margin-bottom: 140px;
    position: relative;
}

header p{
    position: absolute;
    top: 270px;
    left: 162px;
}


.header .dl_text{
    color:  #333333;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 15px;
}


.header .dl{
    position: absolute;
    display: flex;
    top: 330px;
    left: 135px;
}


.header .dl .iphone :hover{
    opacity: 0.6;
    transition: 0.5s ;
}


.header .dl .android{
    margin-left: 15px;
}


.header .dl .android :hover{
    opacity: 0.6;
    transition: 0.5s ;
}


/*********************************/


/*メイン*/

main{


}


/*導入*/

.intro{
    margin: 0 auto;
    padding: 200px 120px;
    text-align: center;
}

.intro_img{
    margin-bottom: 30px;
}

.intro_title{
    font-size: 2.3em;
    padding-bottom: 30px;
    border-bottom: #3e3a39 1px solid;
    margin: auto;
    margin-bottom: 50px;
    width: 500px;
    line-height:1.5;
}

.emphasis{
    color: #CF4A13;
}

.intro_text{
    font-size: 1rem;
    line-height:1.5;
}


/*特徴*/


.feature{
    background-color: #F2EDBC;
    padding: 100px 50px;
}

.section-title{
    margin-bottom: 120px;
}

.section-title_name{
    font-size: 2.3em;
    font-weight: bold;
    color: #D8621E;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    padding-bottom: 15px;
    border-bottom: #3e3a39 1px solid;
}

.section_title_en{
    text-align: center;
    color: #656565;
    margin-top: 15px;
}


.feature_content{
    width: 900px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: #3e3a39 1px dashed;
    margin: 0 auto;
}

.feature_first{
    padding-top: 0px;
}

.feature_last{
    padding-bottom: 0px;
    border-bottom: none;
}

.feature_left{
    float: left;
}

.feature_right{
    float: right;
}

.feature_info{
    display: flex;
}

.feature_text{
    margin-left: 40px;
    margin-right: 20px;
    width: 300px;
}

.feature_text h2{
    font-size: 2em;
    font-weight: bold;
    color: #D8621E;
    line-height: 1.3;
}

.feature_text p{
    margin: 10px 0;
    color: #333;
    line-height: 1.5;
}

.caution_statement{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    font-size: 0.8em;
    color: #3e3a39;
}


/*登録方法*/

.register{
    padding: 100px;
}

.allstep{
    display: flex;
    align-items: center;
    justify-content: center;
  }

.step{
    position: relative;
    width: 200px;
    height: 380px;
    background-color: #FBEDE6;
    border-radius: 10px;
}

.step_detail {
    position: absolute;
    top: 310px;
    padding: 20px;
    color: #333333;

}

.step_num{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #CF4A13;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.step_num img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.step_head{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
}

.step_dl{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.step_dl p {
    font-size: 1.1em;
    font-weight: bold;
}

.step_dl img {
    margin: 10px;
}

.step_dl img:hover{

    opacity: 0.5;
    transition: 0.5s ;
}

.step_arrow {
    margin: 10px;
}

.step_img {
    position: absolute;
    top: 130px;
}

/*********************************/


/*フッター*/

.footer{
    position: relative;
    text-align: center;
    background-color: #EFDC24;
    padding: 100px;
}

.footer_dl{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.footer_dl :hover{
     opacity: 0.6;
     transition: 0.5s ;
 }

.footer_dl .android {
    margin-left: 10px;
}


.box_add{
    margin-bottom: 50px;
    line-height: 1.3;
}


/*お問い合わせ*/

.box_contact{
    background-color: #ffffff;
    border: #CF4A13 2px solid;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.box_contact h4 {
    font-size: 1.2em;
    font-weight: bolder;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: solid 1px #3e3a39;
    color: #333333;
}

.contact_to{
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5;
}

.box_contact a{
	text-decoration: underline;
}

.box_contact p{
    line-height: 1.4rem;
    margin-top: 2%;
}

.copy{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    padding: 1%;
    bottom: 10px;
}



#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: -50px;
    background: #CF4A13;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 1;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}




/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/



/*メディアクエリによる切り替え*/


/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/



/*----------------------------------------------------------*/
/* スマホ用のCSS */
/*----------------------------------------------------------*/
@media only screen and (max-width: 550px) {

    .pc { display: none !important; }
    .sp { display: block !important; }
    .tablet{display: none !important;}

    html {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }


    .header_logo{
        padding: 10px 0 10px 0;
        background-color: #333;
    }

    .header_logo img{
        height: 24px;
    }

    .header_img{
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
    }

    .header_img img {
        margin: 0 auto;
    }

    header p{
        position: static;
    }


    .header .dl_text{
        color:  #333333;
        font-size: 1.2em;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .header .dl{
        position: static;
        display: flex;
        justify-content: center;
    }


    .header .dl .iphone :hover{
        opacity: 0.6;
        transition: 0.5s ;
    }


    .header .dl .android{
        margin-left: 15px;
    }


    .header .dl .android :hover{
        opacity: 0.6;
        transition: 0.5s ;
    }

    .intro{
        width: auto;
        padding: 120px 20px;
    }

    .intro_title{
        display: inline-block;
        font-size: 1.6em;
        padding-bottom: 30px;
        border-bottom: #3e3a39 1px solid;
        margin-bottom: 50px;
        width: auto;
        line-height:1.5;
    }

    .intro_text{
        font-size: 0.8rem;
    }

    .feature{
        padding: 20px;
    }

    .feature_content img {
        display: block;
        margin: 0 auto;
    }

    .feature{
        background-color: #F2EDBC;
        padding: 120px 20px;
    }

    .feature_content{
        width: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: #3e3a39 1px dashed;
        margin: 0 auto;
    }

    .feature_text{
        text-align: center;
        margin: auto;
        width: auto;
    }

    .feature_text h2{
        font-size: 1.4em;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .feature_text p{
        margin: 0 25px 20px 25px;
    }

    .feature_text img{
        margin: auto;
        margin-bottom: 20px;
    }

    .feature_first{
        padding-top: 0px;
    }


    .feature_last{
        padding-bottom: 0px;
        border-bottom: none;
    }

    .register {
        padding:  120px 20px;
    }

    .allstep{
        display: block;
        text-align: center;
    }

    .step{
        position: relative;
        margin: auto;
        width: 325px;
        height: 280px;
        background-color: #FBEDE6;
        border-radius: 10px;
    }

    .step_num{
        width: 325px;
    }

    .step_head{
        top: 70px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .step_dl{
        top: 65%;
    }

    .step_dl p {
        font-size: 1.1em;
        font-weight: bold;
    }

    .step_dl img {
        margin: 10px;
    }

    .step_dl img:hover{

        opacity: 0.5;
        transition: 0.5s ;
    }

    .step_arrow {
        margin: 10px;
        transform: rotate( 90deg );
    }

    .step_sp{
        display: flex;
        position: absolute;
        top: 120px;
    }

    .step_img {
        position: static;
    }

    .step_img img {
        height: 140px;
    }

    .step_detail {
        position: static;
        text-align: left;
        padding: 0 25px 0 0;
    }

    /*フッター*/

    .footer{
        padding: 120px 20px;
    }

    .footer h3 {
        font-size: 1.2em;
    }

    .footer_dl{
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .footer_dl :hover{
        opacity: 0.6;
        transition: 0.5s ;
    }

    .footer_dl .android {
        margin-left: 10px;
    }


    .box_add{
        font-size: 0.8em;
    }


    /*お問い合わせ*/

    .contact_to{
        font-size: 1.4em;
    }

    .box_contact a{
        font-size: 0.8em;
    }

    .box_contact p{
        font-size: 0.8em;

    }





}





     
/*******************************************/    
     


/*----------------------------------------------------------*/
/* タブレット・小さいモニタ用CSS */
/*----------------------------------------------------------*/


@media screen and (min-width:550px) and ( max-width:959px) {

    .pc { display: none !important; }
    .sp { display: none !important; }
    .tablet{display: block !important;}


    .header .dl_text{
        color:  #333333;
        font-size: 1.1em;
        font-weight: bold;
        margin-top: 15px;
    }

    header p{
        position: absolute;
        top: 200px;
        left: 95px;
    }


    .header .dl{
        position: absolute;
        display: flex;
        top: 250px;
        left: 55px;
    }


    .intro{
        width: auto;
        padding: 120px 20px;
    }

    .intro_title{
        display: inline-block;
        font-size: 1.6em;
        padding-bottom: 30px;
        border-bottom: #3e3a39 1px solid;
        margin-bottom: 50px;
        width: 400px;
        line-height:1.5;
    }

    .intro_text{
        font-size: 1rem;
    }

    .feature{
        padding: 20px;
    }

    .feature_content img {
        display: block;
        margin: 0 auto;
    }

    .feature{
        background-color: #F2EDBC;
        padding: 120px 20px;
    }

    .feature_content{
        width: auto;
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: #3e3a39 1px dashed;
        margin: 0 auto;
    }

    .feature_text{
        text-align: center;
        margin: auto;
        width: auto;
    }

    .feature_text h2{
        font-size: 1.8em;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .feature_text p{

        width: 60%;
        margin: 25px auto;
    }

    .feature_text img{
        margin: auto;
        margin-bottom: 20px;
    }

    .feature_first{
        padding-top: 0px;
    }


    .feature_last{
        padding-bottom: 0px;
        border-bottom: none;
    }

    .register {
        padding:  120px 20px;
    }

    .allstep{
        display: block;
        text-align: center;
    }

    .step{
        position: relative;
        margin: auto;
        width: 425px;
        height: 280px;
        background-color: #FBEDE6;
        border-radius: 10px;
    }

    .step_num{
        width: 425px;
    }

    .step_head{
        top: 70px;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .step_dl{
        top: 65%;
    }

    .step_dl p {
        font-size: 1.1em;
        font-weight: bold;
    }

    .step_dl img {
        margin: 10px;
    }

    .step_dl img:hover{

        opacity: 0.5;
        transition: 0.5s ;
    }

    .step_arrow {
        margin: 10px;
        transform: rotate( 90deg );
    }

    .step_sp{
        display: flex;
        position: absolute;
        top: 120px;
    }

    .step_img {
        position: static;
    }

    .step_img img {
        height: 140px;
    }

    .step_detail {
        position: static;
        text-align: left;
        padding: 0 25px 0 0;
    }

}