@charset "utf-8";

#content {
	margin: 0 10px;
}
#readBx {
	overflow: hidden;
}
#readBx img {
	margin-bottom: 15px;
}
#readBx p {
	margin: 0 10px;
}




.bnr_img {
	margin-bottom: 10px;
}


.bnr_links {
	margin: 0 0 20px;
	text-align: center;
}
.bnr_links li {
	display: inline-block;
    width: 49%;
    box-sizing: border-box;
	padding: 5px 0;
}
/*.bnr_links li:nth-child(odd){
	padding-right: 5px;
}
.bnr_links li:nth-child(even){
	padding-left: 5px;
}*/
.bnr_links li img {
	width: 100%;
}

/**/

.info_table {
	border: 1px solid #333;
	border-collapse: collapse;
}
.info_table th {
	border-bottom: 1px solid #777;
	padding: 5px 10px;
	background-color: #333333;
	color: #fff;
	width: 4.5em;
}
.info_table td {
	border-bottom: 1px solid #777;
	padding: 5px 10px;
}
.info_table td li {
	margin-bottom: 5px;
	font-size: 13px;
}


/*---------------------------------------------
INPUT BUTTON
----------------------------------------------*/

textarea, select, input, button, .btn {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
textarea, input[type="text"], input[type="email"], input[type="tel"] {
    width: 98%;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    padding: 6px 3px;
    border: 2px solid #cfd5dd;
    border-radius: 3px;
    background: #E3F5FA;
}
textarea.dim, input.dim {
    color: #76AB5D;
    border: 1px dotted #cfd5dd;
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    outline: none;
}
textarea {
    min-height: 150px;
    resize: vertical;
    overflow: auto;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
    font-size: 15px;
    /* font-weight:bold; */

    text-align: center;
    padding: 8px 30px;
    color: #818b97;
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 5px;
    margin: 0 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}
input:hover[type="submit"], input:hover[type="reset"], input:hover[type="button"], button:hover, .btn:hover {
    color: #51575e;
    background-color: #edeff2;
    text-decoration: none!important;
    border: 2px solid #cfd5dd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="submit"].chk {
    color: #fff;
    background-color: #0087A8;
}
input[type="submit"].chk:hover {
    color: #fff;
    background-color: #00A1C8;
}
input[type="checkbox"], input[type="radio"] {
    border: none;
    top: -2px;
    top: 0\9;
    margin-right: 6px;
    margin-right: 0\9;
}
label {
    padding-right: 3px;
}
label.ckbox {
    padding-right: 20px!important;
}
.ajst label {
	margin: 5px 10px;
	display: inline-block;
}
form a[href^="tel:"] {
    pointer-events: none;
}
/* --------------------------------

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

#contactform {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
}

#contactform #stepbox {
    position: relative;
}
#stepbox ul {
    width: 100%;
    letter-spacing: -0.4em;
    margin: 0 0 6px 0;
    overflow: hidden;
}
#stepbox ul li {
    position: relative;
    display: inline-block;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #ddd;
    color: #333;
    letter-spacing: normal;
    margin-right: 1%;
}
#stepbox ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #ddd;
    background-color: #fff;
}
#stepbox ul li:last-child {
    width: 30%;
    margin-right: 0;
}
#stepbox ul li:last-child:after {
    content: none;
}
#stepbox ul li.current {
    background-color: #222;
    color: #fff;
}
#stepbox ul li.current:after {
    border-left-color: #222;
}
/* --------------------------------
-------------------------------- */

#contactform table {
    position: relative;
    width: 96%;
    margin: 10px 2%;
    font-size: 14px;
    border: none;
}
.ie8 #contactform table {
    width: 96%;
    margin: 0 2%;
}
#contactform table tr {
    width: 100%;

}
#contactform table th, #contactform table td {
    display: table-cell;
    padding: 6px 10px;
    text-align: left;
    font-size: 14px;
    color: #333;
    vertical-align: center;

}
#contactform table th {
    width: 23%;
    line-height: 3;
    /**/

    font-size: 16px;
    color: #444;
}
#contactform table td.ajst {
    padding-top: 8px;
}

#contactform table th label span {
    color: #b72626;
    font-size: 18px;
    line-height: 1;
    /**/

    vertical-align: middle;
    margin-left: 0;
    padding: 0;
}
/* req btn*/

#contactform table th .req {
    background-color: #E97669;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    /**/

    vertical-align: middle;
    margin-right: 6px;
    padding: 1px 3px;
}
#contactform table th .opt {
    background-color: #9bc415;
    color: #fff;
    font-size: 10px;
    margin-right: 6px;
    padding: 1px 3px;
}
/* ex btn*/

#contactform table td .ex {
    font-size: 11px;
    color: #555;
    margin-top: 4px;
    margin-left: 4px;
}
#contactform table td .ex .lbl {
    display: inline-block;
    background-color: #eee;
    color: #333;
    font-size: 10px;
    margin-right: 6px;
    margin-top: 4px;
    padding: 0 2px;
}
#submit, #reset {
    margin: 10px 10px 10px;
}
@media only screen and (max-width: 768px) {
    #contactform table th {
        width: 96%;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
        background-color: #444;
        padding: 5px 2%;
        margin: 0 auto;
    }
    #contactform table td {
        width: 96%;
        display: inline-block;
        padding: 6px 0 12px;
    }
    #contactform table td.ajst {
        padding-top: 16px;
    }
    input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
        font-size: 15px;
        padding: 12px 20px;
        margin: 0 6px;
    }
	#contactform table th label span {
    color: #ECCB21;
	}


}


#btnbox {
    margin: 20px 0;
    text-align: center;
}
#msgbox {
    position: relative;
    margin: 10px 0;
    padding: 10px 3%;
    border: 1px solid #872D36;
    color: #872D36;
}
#msgbox p.error_messe {
    line-height: 1.3;
}
#contactform h2 {
    font-size: 18px;
}
#contactform p {
    font-size: 14px;
    border-bottom: none;
}

#contactform .wS {
	width: 100px;
}

/*アコーディオン*/
.acc {
	border: 1px solid #0084A1;
	overflow: hidden;
}
.acc .mainMenu {
	font-size: 16px;
	background-color: #0084A1;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
}
.acc .subMenu {
	background-color: #fff;
	padding: 15px 10px;
}


/*------------*/
.st1{
	color: #178BB0;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	border-bottom: #178BB0 solid 1px;
	border-top: #178BB0 solid 1px;
	padding: 10px 0;
	
}

.st1 span{
	font-size: 17px;
}

.sts{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 1em;
    background: linear-gradient(transparent 80%,#FDF6B7 50%);
	display: inline-block;
}

.dfG{
	font-size: 90%;
	line-height: 1.8;
	border: #ccc solid 1px;
	padding: 15px;
	width: 80%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;

	
}

.dfG dt{
	margin-bottom: 5px;
padding-bottom: 5px;
 width: 75px;
float: left;
clear: both;
font-weight: bold;
	
	
}

.dfG dd{
margin-bottom: 10px;
padding: 0 0 5px 80px;
border-bottom: 1px dotted #999;

	
}

.dfG dd:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.btnE{
	margin-bottom: 30px;
}

.btnE a{
    font-size: 14px;
    background-color: #0084A1;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
	display: block;
	width: 80%;
	margin: 0 auto;
	text-decoration: none;
}

