@charset "utf-8";

/*初期設定
==============================*/
*{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
img{
    border:none;
}
body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#555;
    line-height:1.5;
    font-size:15px;
}body {
     -webkit-text-size-adjust: 100%;
 }
a{
    color:#0044cc;
}
.in{
    width:460px;
    margin:0 auto;
    position:relative;
}
.sm-none{
    display:none;
}
.sm-none-call-number{
    display:none;
}
.pc-none-call-number{
    display:inline-block;
}
img{
    width:100%;
    height:auto;
}
button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
    height:100%;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}

/*ヘッダー
================================*/
#header{
    width:100%;
    background:#F4F1E8;
    color:#391D05;
    position:fixed;
    z-index:99999;
    top:0;
    border-bottom:solid 3px #C8AFA0;
}
#h1Box{
    float:left;
    margin:0 0 0 0;
}
#header h1{
    line-height:400px;
    margin:5px 0 0 0;
    overflow:hidden;
    width:80px;
    background:url(../img/sm-head-h1.png) no-repeat;
    background-size: 80px;
}
#header h1 a{
    display:block;
    width:93px;
    height:70px;
}

#header #menuOpen{
    display:block;
    background:#C8AFA0;
    line-height:40px;
    border:solid 1px;
    clear:both;
    text-align:center;
    width:480px;
    margin:10px auto;
}
.menu{
    height:70px;
    float:right;

}
#m-mypage,
.menu li{
    float:right;
    width:70px;
    height:70px;
    text-indent:-500px;
    overflow:hidden;
    border-left:solid 1px #ccc;
    position:relative;
    cursor:pointer;
    background:url(../img/sm-head-menu.png) no-repeat;
}
#m-new{background-position:0 0;}
#m-login{background-position:0 -147px;float:left;}
#m-contact{background-position:0 -2px; float:left;}
#m-libr{background-position:0 -72px; float:left;}
#m-logout{background-position:0 -210px;}
#m-menu{background-position:0 -211px; border-right:solid 1px #ccc}
#m-mypage{
    background:url(../img/sm-head-menu.png) no-repeat;
    background-position:0 -350px;
    position:relative;
}
#m-mypage a{
    display:block;
    height:100%;
}
#m-user{
    font-size:11px;
    padding-top:10px;
    display:inline-block;
    padding:10px;
    float:right;
    text-align:center;
    border-left:solid 1px #ccc;
}
#m-user a{
    background:#aaa;
    color:#fff;
    text-decoration:none;
    display:block;
    padding:3px;
    margin-top:10px;
    border-radius:2px;
}

#m-mypage span{
    position:absolute;
    background:#E40000;
    color:#fff;
    text-indent:0;
    display:block;
    top:8px;
    right:8px;
    line-height:1;
    padding:3px 5px;
    border-radius:50%;
    font-size:12px;
    font-weight:bold;
}
.menu li a{
    display:block;
    width:70px;
    height:70px;
}


#navi{
    clear:both;
    display:none;
}
#navi ul{
    width:480px;
    margin:0 auto;

}
#navi li{
    cursor:pointer;
    float:left;
    position:relative;
    display:inline-block;
    width:480px;
    min-height:40px;
    line-height:40px;
    text-indent:90px;
    border-top:solid 1px #c5b896;
    border-bottom:none;
    color:#5A4A41;
}
#navi .now{
    background:url(/img/navi-now.png) right no-repeat;
    background-position:440px 7px;
}
/*
#n2:before{
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    border:solid 1px #ccc;
    right:10px;
    top:10px;
    border-radius:2px;
}
#n2:after{
    content:"";
    position:absolute;
    width:0;
    height:0;
}
.iconOpen:after{
    border:solid 5px transparent;
    top:10px;
    right:15px;
    border-bottom:solid 8px #ccc;
}
.iconClose:after{
    border:solid 5px transparent;
    top:17px;
    right:15px;
    border-top:solid 8px #ccc;
}*/
#navi #n2Box{
    display:none;

    position:relative;
}
#navi #n2Box a{
    background:#F8F5EF;
}
#navi #n2Box a:before{
    content:"";
    width:40px;
    height:1em;
    border-left:dotted 2px #c5b896;
    border-bottom:dotted 2px #c5b896;
    position:absolute;
    left:35px;
    top:10px;
    line-height:40px;
}
#navi li span{
    color:#c6b997;
    font-size:80%;
    position:absolute;
    left:-70px;
}
#navi li a{
    display:block;
    height:40px;
    color:#5A4A41;
    text-decoration:none;
}

/*20170131
================================*/
#m-dlapple {
    display:none;
}
#m-dlandroid {
    display:none;
}
#m-app-download {
    display: none;
}
#m-welbox {
    display:none;
}

/*コンテンツ
================================*/
#content{
    width:460px;
    margin:90px auto 60px;
}
#content .btn{
    width:200px;
    padding:0;
    margin:40px auto;
    color:#fff;
    height:50px;
    line-height:50px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
#content .btn:hover{
    opacity:0.8;
}
#content .btn a,#content .btn button{
    color:#fff;
    width:100%;
    display:block;
    height:50px;
    line-height:50px;
    text-decoration:none;
    font-size: 16px;
    font-weight: bold;
}
/*ボタンの色*/
#content .btn-new{
    border:solid 2px #F9B287;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F58644), color-stop(0.50, #F79E69), color-stop(0.49, #F8A979), color-stop(0.00, #F8A979));
    background: -webkit-linear-gradient(top, #F8A979 0%, #F8A979 49%, #F79E69 50%, #F58644 100%);
    background: linear-gradient(to bottom, #F8A979 0%, #F8A979 49%, #F79E69 50%, #F58644 100%);
}
#content .btn-login{
    border:solid 2px #A59896;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #6F554C), color-stop(0.46, #8B7A76), color-stop(0.43, #978987), color-stop(0.00, #978987));
    background: -webkit-linear-gradient(top, #978987 0%, #978987 43%, #8B7A76 46%, #6F554C 88%);
    background: linear-gradient(to bottom, #978987 0%, #978987 43%, #8B7A76 46%, #6F554C 88%);
}
#content .btn-contact{
    border:solid 2px #A59896;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D7D3D0), color-stop(0.00, #FFFDFD));
    background: -webkit-linear-gradient(#FFFDFD, #D7D3D0);
    background: linear-gradient(#FFFDFD, #D7D3D0);
    border-radius:4px;
    color:#333;
    width:300px;
}
#content .btn-contact a{
    color:#666;
}
#content .button-none{
    opacity:0.5;
    cursor: auto;
}
#content .button-none:hover{
    opacity:0.5;
}
.formStyle dl dd input{
    padding:10px 0;
    width:100%;
    font-size:16px;
}

.formStyle dd input{
    border:solid 1px #ccc;
    border-radius:4px;
}
.formStyle dd{
    position:relative;
}
dl dd .errorMessage{
    /*background:#F15356;*/
    color:#FE0201;
    bottom:0px;
    left:0;
    margin:5px 0 0;
    padding:3px 5px;
    border-radius:4px;
    position:relative;
    display:block;
}
textarea{
    border:solid 1px #ccc;
    border-radius:4px;
    padding:5px;
}
/*ステップ数
================================*/
#entryStep{
    margin-bottom:20px;
}
#entryStep em{
    font-style:normal;
    background:#F5830F;
    color:#fff;
    padding:3px;
    border-radius:50%;
    width:1em;
    height:1em;
    line-height:1em;
    text-align:center;
    margin-right:5px;
    display:inline-block;
}
#entryStep li{
    vertical-align:top;
    font-weight:bold;
    display:block;
    margin-bottom:20px;
    border:solid 2px #F5830F;
    color:#F5830F;
    padding:5px;
    border-radius:4px;
    position:relative;
}
#entryStep .now{
    background:#F5830F;
    color:#fff;
}
#entryStep .now span{
    color:#fff;
}
#entryStep li.end{
    margin:0;
}

#entryStep li:before{
    content:"";
    display:block;
    width:0;
    height:0;
    position:absolute;
    bottom:-32px;
    left:210px;
    border:solid 1em transparent;
    border-top:solid 10px #F5830F;
}
#entryStep li.end:before{
    display:none;
}
#entryStep li span{
    display:block;
    color:#555;
    font-weight:normal;
    padding-left:1.5em;
}
#entryStep dt{

    margin:0 0 10px;
    border:solid 2px #F5830F;
    padding:5px 0 5px 10px;
    color:#F5830F;
    font-weight:bold;
}
#entryStep dd{
    margin-bottom:30px;
    position:relative;
    padding:0 10px;
}
/*カレンダー
================================*/
.input-group{
    display:inline;
    position:relative;
}
.input-group .form-control{
    display:block;
    width:180px !important;
    float:left;
    height:32px;
    padding:0 34px 0 0;
}
.input-group .dropdown-menu{
    position:absolute;
    background:#fff;
    margin-top:20px;
    display:block;
    border:solid 1px #ccc;
}

.input-group button{
    width:34px;
    height:34px;
    display:inline-block;
    border:solid 1px #ccc;
    border-radius:0 4px 4px 0;
    background:url(/img/remaind-icon-calender.png) no-repeat center #eee;
    z-index:2;
    margin-left:-36px;
}
/*フッダー
================================*/
#footerBox{
    background:#f4f1e8;
}
#footer{
    width:480px;
    margin:0 auto;
    color:#5C4744;
    position:relative;
}
#moveTop{
    height:30px;
    line-height:30px;
    background:#5C4744;
    color:#fff;
    position:absolute;
    top:-30px;
    right:0;
    padding:0 10px;
    border-radius:4px 4px 0 0;
    cursor:pointer;
}
#footer a{
    text-decoration:none;
    color:#5C4744;
}
#footer a:hover{
    color:#978482;
}
#footer dl{
    margin:0 0 20px 20px;
    width:210px;
    float:left;
}
#footer dt{
    border-bottom:solid 1px;
    margin:20px 0 5px;
    text-indent:5px;
    padding:3px 0;

}
#footer dd{
    display:block;
}
#footer dt span{
    font-size:12px;
    margin:0 0 0 10px;
}
#footer dl dd li{
    line-height:2.5;
    text-indent:10px;
    font-size:11px;
}
#copy{
    margin:0;
    clear:both;
    line-height:2;
    font-size:10px;
    text-align:center;
    background:#5C4744;
    color:#fff;
}
#footer #footer-contact{
    float:right;
    text-align:center;
    border:solid 1px;
    background:#fff;
    border-radius:8px;
    width:100%;
    clear:both;
}
#footer #footer-contact dt{
    border:none;
    background:#5C4744;
    color:#fff;
    padding:10px 0;
    margin:0;
    font-size:16px;
    font-weight:bold;
}
#footer #footer-contact dt span{
    display:block;
    font-size:13px;
    font-weight:normal;
}
#footer #footer-contact dd{
    font-size:20px;
    font-weight:bold;
}
#footer #footer-contact dd span{
    font-size:13px;
    padding:0 0 0 10px;
}
#footer .footer-contact-list {
    width: 440px;
}
#footer .footer-contact-list li:not(:nth-of-type(2)) a {
    text-decoration: underline;
}
#footer .footer-contact-list li:not(:last-of-type) span {
    display: none;
}
#footer .footer-contact-list li span {
    display: block;
}
#footer #shir{
    clear: both;
    width: 130px;
    margin: 0 20px 20px auto;
}
/*clearFix
=============================*/

.cf:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.cf{
    display:inline-block;
    min-height:1%;
}

/* \*/
* html .cf{ height: 1%;}
.cf{ display: block; }
/*  */


/* 20170524--moriya thanksページ */
#content .app-info{
    margin-top:30px;
    padding-left:70px;
    background-image: url(/img/icon-light.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 40px;
}
#content .app-info .menu.app-store{
    margin:0;
    float:none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /*-webkit-justify-content: flex-start;
    justify-content: flex-start;*/
}
#content .app-info .menu.app-store ul{
    margin-top:10px;
    margin-left: 10px;
}
#content .app-info .menu.app-store #m-dlapple {
    height: 35px;
    float: left;
    line-height: 200px;
    padding: 0!important;
    margin: 0px 0 0px 0px;
    overflow: hidden;
    width: 90px;
}
#content .app-info .menu.app-store #m-dlandroid {
    height: 35px;
    float: left;
    line-height: 200px;
    padding: 0!important;
    margin: 0px 0 0px 0px;
    overflow: hidden;
    width: 90px;
}

#content .app-info .menu.app-store p {
    margin: 0;
    font-size: 12px;
    color: #5C4744;
}


.service-item-title-pink { background-color:#FD9999; }
.service-item-title-green { background-color:#CAE3AC; }
.service-item-title-blue { background-color:#73D1D0; }
.service-item-title-orange { background-color:#FF8C67; }

.service-list {
    margin-top:30px;
}
.service-list.wBox {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.service-list h3 {
    font-size: 120%;
    padding: 3px 5px;
    margin: 0 0 20px;
    background-color:#FBEFC8!important;
    text-align: center;
    color:#E58143!important;
}
.service-list .service-item {
    margin-bottom:15px;
    /*display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;*/
}
.service-list .service-item .service-item-title {
    width:100%;
    margin-bottom: 15px;
    padding:15px 0;
    border-radius:3px;
    font-weight:bold;
    color: #555;
    text-align: center;
    text-shadow: #fff 1px -1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px 1px 4px;
}
.service-list .service-item .service-item-contents {
    font-weight:bold;
}
.service-list .service-item .service-item-contents ul li {
    display:inline-block;
    margin-right:15px;
}

.app-info #m-dlapple a,
.app-info #m-dlandroid a {
    width:auto;
}
.app-info li {
    border-left: none!important;
    background:none!important;
}
.app-info #m-dlapple{
    display: block!important;
    height:35px;
    float:left;
    line-height:200px;
    padding : 21px 0px 0px 0px;
    margin:0px 0 0px 0px;
    overflow:hidden;
    width:90px;
}
.app-info #m-dlandroid{
    display: block!important;
    height:35px;
    float:left;
    line-height:200px;
    padding : 21px 0px 0px 0px;
    margin:0px 0 0px 0px;
    overflow:hidden;
    width:90px;
}
.app-info #m-dlapple a{
    background:url(/img/Download_on_the_App_Store_JP_112x35.png) no-repeat;
    background-size: 90px;
}
.app-info #m-dlandroid a{
    background:url(/img/google-play-badge170130.png) no-repeat;
    background-size: 90px;
}

.title-only {
    display: none;
}
h1 .title-only {
    display: inline-block;
}

.link-only {
    display: none;
}
a .link-only {
    display: inline-block;
}


table.table-guide,
table.table-guide td,
table.table-guide th {
    border: 1px solid #595959;
    border-collapse: collapse;
    text-align: center;
}
table.table-guide td,
table.table-guide th {
    padding: 3px;
    width: 150px;
    height: 25px;
    font-size: 0.9em;
}

#password_error{
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    margin-bottom: 20px;
    border: solid 2px #F5830F;
    color: #333;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    width: 446px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: -20px;
}
