@charset "UTF-8";
#index,#index body{
    height: auto;
}

#contact,#contact body{
    height: auto;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

#wrapper{
    width: 100%;
    height: 100%;
    max-width: 800px;
    min-width: 320px;
    margin: 0 auto;
    /*overflow: hidden;*/
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
}

/*header*/
#header {
    width: 100%;
    height: 57px;
    box-sizing: border-box;
    display: table;
    box-shadow:0px 0px 14px 3px #bcbcbc;
    -moz-box-shadow:0px 0px 14px 3px #bcbcbc;
    -webkit-box-shadow:0px 0px 14px 3px #bcbcbc;
    position: relative;
    background-color: #fff;
    z-index: 55;
}
#header #back{
    width: 56px;
    height: 100%;
    display: table;
    position:absolute;
    left: 0;
    top: 0;
}

#header #back .inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#header #back .inner p{
    width: 14px;
    height: 14px;
    padding: 15px;
    margin: 0 auto;
    display: block;
    font-size: 0;
}

#header #title{
    width: 100%;
    height: 100%;
    padding-left: 75px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #fff;
}

#header #title p{
    font-size: 20px;
    color:#9d1717;
    line-height: 1;
    font-weight: bold;
}

#content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

#menu{
    width: 100%;
    /***height: auto;***/
    height: 100%;
    /*-webkit-transition-duration: .05s;
transition-duration: .05s;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
-webkit-transform: translateY(0);
transform: translateY(0);*/
    position: relative;
}

#menu dl{
    width: 100%;
    height: 48px;
    position: relative;
}

#menu dl:last-child dt{
    background:url(../img/email_moshipuri.png) 16px center no-repeat;
    background-size: 24px auto;
}
#menu dl dt{
    width: 100%;
    padding-left: 56px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    background: url(../img/question_moshipuri.png) 16px center no-repeat;
    background-size: 24px 24px;
}

#menu dl dt p{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: table;
    padding: 10px 0;
    box-sizing: border-box;    
}

#menu dl dt p a{
    width: auto;
    height: auto;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
}

#menu dl dd{
    width: 100%;
    height: 300px;
    padding: 0 16px;
    box-sizing: border-box;
    height: auto;
    position:absolute;
    z-index: 50;
    /*-webkit-transform: translateX(100%);
transform: translateX(100%);*/
    background-color: red;
    background-color: #fff;
    overflow: hidden;
    display: none;
    left: 100%;

}

/*#menu dl dd {
    -webkit-transition-timing-function: cubic-bezier(.68,-.25,.265,1.25);
    transition-timing-function: cubic-bezier(.68,-.25,.265,1.25);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
        
}*/

#menu dl.SideShow dd {
    /*-webkit-transform: translateX(0);
    transform: translateX(0);*/
}

#menu dl dd p{


}

.answert_title{
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}

.img_center{
    text-align: center;
}

.img_center img{
    width:55%;
}

.prev{
    width: auto;
    height: auto;
    display: table;
    font-size: 14px;
    color: #4285f4;
    background: url(../img/icon_arrow.png) left center no-repeat;
    background-size: 13px auto;
    padding-left: 18px;
    margin: 35px 0;
}

#content .inner{
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

/*h2{
    width: 100%;
    height: 56px;
    display: table;
    background-color: #efefef;
}

h2 p{
    font-size: 16px;
    line-height: 1;
    padding: 0 16px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align:middle;
    font-weight: bold;

}*/

h3{
    width: 100%;
    height: auto;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}


/*category*/
#category{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

#category select{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px #6b6b6b solid;
}

#category select option{
    font-size: 15px;
    line-height: 1;
    color: #757575;
}



/*formBox*/
#formBox{
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}

.text{
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    margin-bottom: 12px;
}

.presentation{
    font-size: 10px;
    line-height: 1;
    margin-bottom: 18px;
    font-weight: bold;
}

.presentation span{
    color: #e60000;
}

.tit{
    font-size: 13px;
    line-height: 1;
    margin-bottom: 12px;
}

.tit span{
    color: #e60000;
}

input{
    width: 100%;
    border: none;
    height: auto;
    background-color: #efefef;
    border-radius: 2px;
    padding: 12px 10px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 18px;
}

textarea{
    width: 100%;
    height: 150px;
    border: none;
    resize: vertical;
    background-color: #efefef;
    border-radius: 2px;
    padding: 12px 10px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 18px;
}

#submit_btn{
    width: 100%;
    background-color: #9d1717;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 6px;
    outline: none;
    position: relative;
    box-shadow:0px 1px 10px 3px #bcbcbc;
    -moz-box-shadow:0px 1px 10px 3px #bcbcbc;
    -webkit-box-shadow:0px 1px 10px 3px #bcbcbc;
}

#submit_btn:hover{
    top: 2px;
    right: -2px;
}

/*tel*/
#tel{
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

#tel dl{
    width: 100%;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

#tel dl dt{
    width: 24px;
    height: auto;
    line-height: 1;
    float: left;
}
#tel dl dd{
    font-size: 24px;
    line-height: 1;
    margin-left: 10px;
    float: left;
}

#tel .txt{
    font-size: 11px;
}


/*about*/
#about{
    width: 100%;
    height: auto;
    padding: 20px 0 0;
    border-bottom: 1px solid #e0e0e0;
}

#about dl{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#about dl dt{
    font-size: 12px;
    line-height:1;
    margin-bottom: 14px;
    font-weight: bold;
}

#about dl dd{
    font-size: 12px;
}

#about dl dd a{
    color: #4285f4;
}


/* 6519 */
table tr {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
}

.agreement {
    width: 100%;
    max-width: 880px;
    margin: auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.5em;
}

p.agreement {
    margin: 15px auto;
    text-align: center;
}

.text_important {
    color: #FF0000;
}

#scroll_area {
    height: 310px;
    margin-top: 20px;
    border: 1px solid #c8c9ca ;
    overflow: hidden;
}

#expand {
    float: right;
    color: #4285f4;
}
.scroll_area_wrap {
    padding: 20px;
}

.btn_privacy {
    text-align: right;
}

.btn_privacy > a {
    display: inline-block;
    background: #053a82;
    border-radius: 8px;
    padding: 15px;
    color: #fff;
    margin-bottom: 20px;
}

.main_ttl {
    background: #ecf2fb;
    box-shadow: 3px 3px 0 #d5e0f0;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.main_ttl + p {
    margin-bottom: 40px;
}

.text_content {
    margin-bottom: 40px;
}

.text_content h2 {
    padding: 10px 0 10px 10px;
    border-left: solid 10px #053a82;
    border-bottom: solid 1px #053a82;
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.text_content p {
    padding-left: 1.5em;
}

.text_content .mt10 {
    margin-top: 1em;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    border: 1px #afafaf solid;
    margin: 0 8px;
}

#agree_error {
    display: none;
    color: #ff0000;
}

.lbl {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 16px;
	line-height: 23.17px;
	    padding-bottom: 15px;
    display: inline-block;
}

.a_btn {
	width: 180px;
	height: 28px;
	line-height:28px;
	padding: 4px 8px 4px 8px;
	border-radius: 4px;
	border: 1px solid #ebebeb;	
	color: #000000;
	display: block;
    margin: 0 auto 10px ;
}

.txt_center {
	text-align: center;
}






.prev {
    width: auto;
    height: auto;
    display: table;
    font-size: 14px;
    color: #4285f4 !important;
    background: url(../img/icon_arrow.png) left center no-repeat;
    background-size: 13px auto;
    padding-left: 18px;
    margin: 35px 0;
}

.prev a {
	color: #4285f4 !important;
}












