@charset "UTF-8";
/* CSS Document */

/*********************************

シングルコンテンツの設定

/qa.html
/question.html
/sitemap.html
/link.html

----------------------------------

Body setting

**********************************/

body {
    background-repeat: no-repeat;
    background-position: center 114px;
    height: 100%;
}



/*--------------------------------

Single page Common setting

--------------------------------*/

ul.stmpList li {
    padding-left: 60px;
    margin-bottom: 1.4em;
    background: url(../img/_common/side_arrow.png) 38px center no-repeat;
}

ul.stmpList li.idx {
    padding-left: 40px;
    font-size: 18px;
    background-position: 20px center;
}

ul.stmpList li a {
    color: #777;
    display: block;
}

ul.stmpList li.idx a {
    color: #0090d2;
    font-weight: bold;
}

ul.stmpList li a:hover {
    color: #02b9ce;
}


/*--------------------------------

"qa.html" setting

--------------------------------*/

#qa dl.qaloop {
    overflow: hidden;
}

dl.qaloop dt,
dl.qaloop dd {
    padding-left: 45px;
    background-repeat: no-repeat;
    min-height: 40px;
}

dl.qaloop dt {
    background-image: url(../img/_page/icon_Q.png);
    background-position: left 0.7em;
    color: #2ebfd0;
    font-weight: bold;
    font-size: 140%;
    border-top: 1px dashed #ccc;
    line-height: 1.3em;
    padding-top: 1.3em;
    padding-bottom: 0.5em;
}

dl.qaloop dd {
    background-image: url(../img/_page/icon_A.png);
    background-position: left top;
    line-height: 1.7em;
    font-size: 16px;
    padding-top: 0.5em;
    padding-bottom: 1.3em;
}

.in-secList {
    margin: 0 20px;
}

/*--------------------------------

"question.html" setting

--------------------------------*/

.cleanspa-form {
    margin: 0 30px 0 20px;
}

#clmMainForm {
    width: 100%;
    margin: 2em auto;
}

.qu-form-sp {
    max-width: 100%;
}

#clmMainForm h5 {
    margin: 1.5em 0;
}

table#mlFrmtable,
table#mlFrmtable th,
table#mlFrmtable td,
table.nestTb {
    background-color: transparent !important;
    border: none;
    text-align: left !important;
    vertical-align: top;
}

table#mlFrmtable {
    width: 100%;
    margin-bottom: 3em;
}

/*

table#mlFrmtable tr {
    border-bottom: #ccc dotted 1px;
}
*/

table#mlFrmtable th,
table#mlFrmtable td {
    line-height: 1.6em;
}

table#mlFrmtable th {
    font-size: 120%;
    font-weight: bold;
    color: #02b9ce;
    padding-right: 10px;
}

table#mlFrmtable th span {
    font-size: 80%;
    font-weight: normal;
    color: #F60;
}

table#mlFrmtable td span {
    font-size: 110%;
    color: #F60;
}

table.nestTb tr {
    padding: 0;
    border: none !important;
}

table.nestTb td {
    padding: 0 0 1em 10px;
    font-size: 14px;
}


input,
textarea,
select {
    font-size: 100%;
    color: #555;
}

input,
textarea {
    width: 100%;
    padding: 5px 0 5px 5px;
    font-family: inherit;
}

input.frmbtn1,
input.frmbtn2 {
    height: 40px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background-color: #0090d2;
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

input.frmbtn1 {
    width: 170px;
}

input.frmbtn2 {
    width: 160px;
}

input:hover.frmbtn1,
input:hover.frmbtn2 {
    background-color: #02b9ce;
}

div.submitbtn {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 2em 0 2em;
}
div.submitbtn input {
    margin: 0 5px;
}
.qu-form-pc {
    display: none;
}

.form-name,
.form-mail {
    padding: 6px 0;
    width: 100%;
}

.form-city {
    padding: 6px 0;
    max-width: 100%;
}

.form-postcode {
    width: 55px;
    padding: 6px 0;
}

.form-postcode:first-child {
    width: 40px;
}


.form-subttl {
    width: 100px;
}

.form-subttl-mail {
    width: 50px;
}

.form-subttl-cont {
    padding-top: 2em;
    padding-bottom: 0;
}

.form-subttl-mail {
    padding-top: 0;
    padding-bottom: 0;
}

.form-tel {
    padding: 6px 0;
}

th,
td {
    background-color: #fff;
    padding: 0.5em 0;
}

.que-cap {
    margin: 0 20px;
}

.form-subttl-pc {
    display: none;
}

.yubin-3 {
    width: 30px;
}

.yubin-4 {
    width: 40px;
}

.que-int-mail {
    width: 25%;
}
.wpcf7-spinner {
    width: 0 !important;
    margin: 0 !important;
}
.question_complete p {
    margin-top: 2em;
    text-align: center;
    font-size: 110%;
    line-height: 2;
}

.question_complete p.txt {
    margin-top: 4em;
}
/*--------------------------------

"sitemap.html" setting

--------------------------------*/

section.clm2Sec {
    float: none;
    max-width: 100%;
    margin: 0;
}

.sitemap-li{
    font-size: 16px;
}

@media screen and (max-width: 480px){
    .sitemap-li{
        font-size: 14px;
    }
}

/*--------------------------------

"link.html" setting

--------------------------------*/

#link ul.stmpList li {
    margin-bottom: 3em;
    background-position: 25px 0.3em;
    width: inherit !important;
    margin-right: 20px;
}

#link li.idx a {
    display: inline-block;
}

#link li.idx a span {
    color: #999;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.8em;
}

#link li.idx a:hover span {
    color: #02b9ce;
}

.stmpList{
    padding-top: 20px;
}

.idx{
    line-height: 1.7;
}