@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}


/******************************* お問合せ *************/
.contact{
	background: url("../img/contact_bg.jpg") repeat;
}
.policy{
	background:none;
}
.contact .contents{
	position: relative;
	padding-top: 200px;
	overflow: hidden;
}
.contact .contents h1{
	position: absolute;
	top: -50px;
	right: -20px;
}
.contact .contents h1:after{
	content: "";
	width: 120px;
	height: 200px;
	background: url("../img/contact_logo.svg") no-repeat top left ;
	background-size: contain;
	position: absolute;
	top: 100px;
	left: -160px;
}
.contact .contents .inr{
	max-width: 1000px;
	margin: 0 auto;
}
.contact .contents .inr .topconts{
	margin-bottom: 30px;
}
.contact .contents .inr .topconts p{
	font-size: 22px;
}
.contact .contents .inr .topconts ul{
	margin: 20px 0 0px;
}
.contact .contents .inr .topconts ul li{
}
.contact .contents .inr .topconts ul li.red{
	color: #B60000;
}
.contact.thanks main{
	min-height: 100vh;
}
@media (max-width:1200px) {
	.contact .contents{
		padding-top: 150px;
	}
	.contact .contents h1{
		position: absolute;
		top: -50px;
		right: -20px;
		width: 800px;
	}
	.contact .contents h1 img{
		max-width: 100%;
	}
}
@media (max-width:1100px) {
	.contact .contents .inr{
		max-width: calc(100% - 100px);
		margin: 0 auto;
	}
}
@media (max-width:1000px) {
	.contact .contents{
		padding-top: 120px;
	}
	.contact .contents h1{
		top: -30px;
		right: -10px;
		width: 600px;
	}
	.contact .contents h1:after{
		width: 120px;
		height: 200px;
		top: 60px;
		left: -140px;
	}
}
@media (max-width:767px) {
	.contact .contents{
		padding-top: 20vw;
	}
	.contact .contents .inr{
		max-width: calc(100% - 40px);
	}
	.contact .contents h1{
		top: -15px;
		right: -7px;
		width: calc(100% - 80px);
	}
	.contact .contents h1:after{
		content: "";
		width: 18vw;
		height: 18vw;
		top: 7vw;
		left: -20vw;
	}
	.contact .contents .inr .topconts p {
		font-size: 16px;
	}
	.contact .contents .inr .topconts ul li{
		font-size: 14px;
	}
}


table.form_tbl {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-top: 1px solid #F7F7F7;
}

table.form_tbl th {
    padding: 14px 10px;
    font-weight: bold;
    width: 250px;
    padding: 27px 10px;
    line-height: 110%;
    font-size: 16px;
    vertical-align: top;
}

table.form_tbl td {
    padding: 14px 10px;
    vertical-align: top;
    width: calc(100% - 250px);
}
.comfirm table.form_tbl td {
    vertical-align: middle;
}

table.confirm th {
    padding: 25px 10px;
    line-height: 120%;
}

table.confirm td {
    padding: 25px 10px;
    line-height: 120%;
}

table.form_tbl th,
table.form_tbl td {
    border-bottom: 1px solid #FFF;
}
table.form_tbl tr:last-child th,
table.form_tbl tr:last-child td {
    border-bottom: none;
}

table.form_tbl td input,
table.form_tbl td textarea {
    line-height: 110%;
    font-size: 110%;
    padding: 10px;
    color: #000;
    border: #FFF 2px solid;
    box-sizing: border-box;
    background: #FFF;
}

table.form_tbl td input:focus,
table.form_tbl td textarea:focus {
    border: solid 2px #EEA34A;
    background: #FFF;
    overflow: hidden;
    outline: none;
}

table.form_tbl .red {
    font-size: 77%;
    color: #C00;
}

table.form_tbl .hissu {
    font-size: 77%;
    color: #C00;
}

.mdstxt .hissu {
    font-size: 77%;
    color: #C00;
    margin-top: -20px;
    text-align: right;
}

table.form_tbl .mini {
    font-size: 77%;
    font-weight: normal;
    display: inline-block;
}

table.form_tbl td input.w100,
table.form_tbl td textarea.w100 {
    width: 100%;
}
table.form_tbl td textarea.w100{
	height: 400px;
}

table.form_tbl td input.w50 {
    width: 498px;
}

table.form_tbl td input.w40 {
    width: 120px;
}

table.form_tbl td input.w20 {
    width: 150px;
}

table.form_tbl td input.w10 {
    width: 80px;
}

table.form_tbl td input.em2 {
    width: 60px;
}

table.form_tbl td input.radio,
div.footconts input.radio {
    margin: 14px 10px 14px 0;
}

table.form_tbl td input.check {
    margin: 7px 10px 7px 0;
}

table.form_tbl td p {
    font-size: 14px;
	line-height: 160%;
    margin-top: 5px;
}

table.form_tbl td p.li {
    font-size: 85%;
    margin-top: 5px;
    text-indent: -1em;
    padding-left: 1em;
}

table.seihin {
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
}


select {
    border: none;
    font-size: 110%;
    background: #EEE;
    height: 40px;
    width: 100%;
    border: #EEE 2px solid;
    box-sizing: border-box;
}

select.select02 {
    border: none;
    font-size: 110%;
    background: #EEE;
    height: 40px;
    width: auto !important;
    border: #EEE 2px solid;
    box-sizing: border-box;
}

.placeholder {
    top: 0px;
    left: 0px;
    line-height: 110%;
    font-size: 110%;
    padding: 0 10px 0;
    color: #999;
    overflow: hidden;
    position: absolute;
    zIndex: 99;
}

table.form_tbl table {
    width: 70%;
}

table.form_tbl table th,
table.form_tbl table td {
    border-bottom: none;
    vertical-align: middle;
    text-align: left;
}

table.form_tbl table th {
    padding: 5px 3px;
    font-weight: normal;
    font-size: 90%;
    width: 9em !important;
}

table.form_tbl table.checktbl th {
    width: 2em !important;
}

table.form_tbl table td {
    padding: 5px 3px;
}

.form_text-small {
    margin-right: 10px;
}

div.footconts {
    width: 100%;
    margin: 0 auto 80px;
    text-align: center;
}
div.footconts p{
	width: 600px;
	margin: 0 auto;
}
div.topfoot{
	margin-top: 1em;
	margin-bottom: 30px;
}
div.topfoot .check{
	width: 150px;
	height: 50px;
	line-height: 46px;
	border: solid 2px #EEE;
	margin: 20px auto 0;
}
div.footconts p {
    margin: 0 auto 10px;
    text-align: left;
}

div.footconts .kiyaku p {
    width: 100%;
}

div.footconts p span.bigtxt {
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

div.footconts input.radio {
    margin-bottom: 50px;
}
/*
div.footconts .kiyaku h5{
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding-left:10px;
}
*/
div.footconts .kiyaku h5 {
    text-align: left;
    font-weight: bold;
}

div.footconts .kiyaku h4 {
    width: 100%;
}

div.footconts .kiyaku dl {
    text-align: left;
}

div.footconts .kiyaku dt {
    font-weight: bold;
    margin-top: 1em;
}
input[type="submit"] {
    -webkit-appearance: none;
    font-size: 30px;
	border: none;
    background: #F8A631;
    color: #FFF;
    padding: 13px 40px;
    cursor: pointer;
    min-width: 300px;
	height: 100px;
    margin-bottom: 20px;
	margin: 30px auto;
	display: block;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}

.submit02 input[type="submit"] {
    color: #FFF;
	background: #aaa;
	margin-top: 20px;
}

input[type="submit"]:hover {
    background: #E57320;
    color: #FFF;
}
.submit02 input[type="submit"]:hover {
    background: #CCC;
}

.error {
    border: #e28585 2px solid !important;
}

.error_radio {
    outline: solid 1px #e28585 !important;
}

#dis_msg {
    -webkit-appearance: none;
    background: #fceded;
    color: #C00;
    margin-top: 15px;
    padding: 5px 10px;
}

table.contact_tbl {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

table.contact_tbl th {
    font-weight: bold;
    width: 17%;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #EEE;
}

table.contact_tbl td {
    padding: 10px 20px;
    vertical-align: middle;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

.kensaki {
    display: inline-block;
    margin-right: 10px;
}

.bold {
    font-weight: bold;
}

.copy {
    text-align: center;
}

.mgb15 {
    margin-bottom: 15px;
}

.font110 {
    font-size: 100% !important;
}

.hissu {
    font-size: 77%;
    color: #C00;
}
.thanks h4{
	font-size: 27px;
	margin-bottom: 30px;
	width: 700px;
	margin: 0 auto;
}
.thanks a.link{
	display: block;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	border:2px solid #ccc;
	margin: 80px auto 0;
}
footer p{
	padding: 10px 0;
	background: #111;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
@media (max-width:767px) {
	div.footconts p{
		width: 100%;
		font-size: 14px;
	}
	footer p{
		padding: 10px 0;
		background: #111;
		color: #FFF;
		font-size: 1.5vw;
		text-align: center;
	}
	.thanks h4{
		font-size: 4.5vw;
		margin-bottom: 20px;
		width: 100%;
	}
	.thanks p{
		width: 100%;
		font-size: 3.4vw;
	}
	.thanks a.link{
		width: 200px;
		height: 50px;
		margin: 40px auto 0;
	}
	table.form_tbl td p {
		font-size: 3.4vw;
	}
	table.form_tbl td textarea.w100 {
		height: 200px;
	}
	table.form_tbl {
        width: 100%;
    }
    table.form_tbl th,
	table.form_tbl td {
        display: block;
        width: 100%;
    }
    table.contact_tbl th,
	table.contact_tbl td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0;
        text-align: center;
    }
    table.form_tbl th {
        padding: 10px 0px 0;
        line-height: 110%;
        font-size: 110%;
        border-bottom: none;
        width: 100% !important;
    }
    table.form_tbl td {
        padding: 10px 0px;
        vertical-align: top;
    }
    table.form_tbl td input.w100 {
        width: 100%;
    }
    table.form_tbl td input.w50 {
        width: 80%;
    }
    table.form_tbl td input.w20 {
        width: 20%;
    }
    table.form_tbl td input.w10 {
        width: 15%;
    }
    table.form_tbl td input {
        padding: 5px 10px;
    }
    table.seihin th {
        display: none;
    }
    table.seihin td.s_name {
        background: #EEE;
        box-sizing: border-box;
    }
    table.seihin td span {
        display: block;
    }
    input[type="radio"],
	input[type="checkbox"] {
        width: 20px !important;
        height: 20px !important;
        border: 2px solid #19283C !important;
        border-radius: 20px;
        background: transparent;
        opacity: 0.5;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 100% !important;
        vertical-align: middle!important;
    }
    input[type="radio"]:checked,
	input[type="checkbox"]:checked {
        background: #19283C !important;
        opacity: 1;
    }
    select,
	select.select02 {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    /*background:#EEE url(../images/sample/arw_select_down.png) no-repeat;*/
        background-size: 13px 13px;
        background-position: right center;
        padding-left: 5px;
        padding-right: 10px;
        height: 36px;
    }
    select.select02 {
        font-size: 90%;
    }
    table.form_tbl table th {
        width: 100%;
    }
    div.footconts p span.bigtxt {
        margin-top: 30px;
    }
    div.footconts p span.bigtxt span {
        display: block;
    }
    input[type="submit"] {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
		min-width: 70%;
		height: 80px;
    }
    div.confirm input[type="submit"] {
        margin-top: 0px;
    }
}
.contact .contents .inr.thanks{
    min-height: calc(100vh - 130px);
}
/******************************* お問合せ END*************/



.contact.policy .inr{
	max-width: 900px;
	margin-bottom: 100px;
}
.policy h3{
	font-size: 25px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
}
.policy h4{
	font-size: 20px;
	background: #F1E4CB;
	padding: 10px 15px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.policy .contents .inr p{
	line-height: 180%;
}
.policy .contents .inr ul.num{
	margin-left: 2em;
	margin-top: 1em;
}
.policy .contents .inr ul.num li{
	list-style-type: decimal;
}
.policy .contents .inr ul.num li.em1{
	margin-top: 1em;
}
@media (max-width:767px) {
	.policy h3{
		font-size: 16px;
		margin-top: 30px;
	}
	.policy .contents .inr{
		max-width: calc(100% - 40px);
	}
	.policy .contents .inr p{
		font-size: 3.4vw;
	}
	.policy h4{
		font-size: 4.3vw;
	}
	.policy .contents .inr ul.num li {
		font-size: 3.4vw;
	}
}