@charset "UTF-8";
/*===============================================
画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#subpage_main .main_img_bg {
	background-image: url("../img/contact/main_img.jpg");
}
.orange {
	color: #f18b2c;
}

#conts_form {
	padding-top: 80px;
    padding-bottom: 10px;
}
#conts_form .text_box {
	width: 575px;
	line-height: 36px;
    letter-spacing: -.08em;
	margin: 0 auto 90px;
}
#conts_form .text_box a {
	display: inline-block;
	width: auto;
	color: #f18b2c;
	text-decoration: underline;
}
#conts_form .text_box a:hover {
	text-decoration: none;
}
#conts_form form .error-area {
	width: 780px;
	margin: 0 auto 26px;
    text-align: center;
    color: red;
    font-size: 18px;
    line-height: 1.7;
}
#conts_form form table {
	width: 780px;
	margin: 0 auto;
}
#conts_form form table th {
	width: 210px;
	font-weight: bold;
	line-height: 32px;
	padding-right: 30px;
    vertical-align: top;
}
#conts_form form table th .required {
	color: #f18b2c;
	display: inline-block;
	font-size: 10px;
    font-weight: bold;
	line-height: 1.5;
	vertical-align: top;
	background: none;
	padding: 0;
	margin: 5px 0 0 4px;
}
#conts_form form table td {
	width: 570px;
	line-height: 32px;
	padding-bottom: 35px;
    vertical-align: top;
    position: relative;
}
#conts_form form tr:first-of-type td, #conts_form form tr:nth-of-type(2) td {
	padding-bottom: 25px;
}
#conts_form form table td ul.outer {
	line-height: 32px;
}
#conts_form form table td ul.outer li {
	margin-right: 40px;
	display: inline-block;
}
#conts_form form table td ul.outer li input[type="radio"] {
	display: none;
}
#conts_form form table td ul.outer li input[type="radio"] ~ label {
	position: relative;
    display: inline-block;
    padding-left: 22px;
}
#conts_form form table td ul.outer li input[type="radio"] ~ label::before {
	content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #c7c6c6;
    background-color: #efefef;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
#conts_form form table td ul.outer li input[type="radio"]:checked ~ label::after {
	content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f18b2c;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 11px;
}
#conts_form form table td input[type="text"] {
	width: 570px;
    background-color: #f7f7f7;
    border: none;
    font-size: 15px;
    line-height: 1.7;
    padding: 25px 15px 24px;
}
#conts_form form table td textarea {
	width: 570px;
    max-width: 570px;
    display: block;
    min-height: 280px;
    background-color: #f7f7f7;
    border: none;
    font-size: 15px;
    line-height: 1.7;
    padding: 12px 15px 12px;
}
#conts_form form button {
	width: 338px;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	padding: 21px 0 20px;
    border: 1px solid #000;
	background-color: #fff;
    transition-duration: .3s;
    position: absolute;
    top: 37px;
    left: 210px;
    margin: 0;
}
#conts_form form button:hover {
	color: #fff;
	background-color: #000;
}
#conts_form form button::after {
	content: "";
	display: block;
	width: 54px;
	height: 9px;
	background-image: url("../img/share/icon_arrow_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 25px;
	right: -15px;
    transition-duration: .3s;
}
#conts_form form button:hover::after {
	background-image: url("../img/share/icon_arrow_01w.png");
	right: 10px;
}

tr td.mail-setting{
	padding:20px;
}

tr td.mail-setting h3{
	text-align:center;
	font-weight: bold !important;
}

}
/*===============================================
画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#subpage_main .main_img_bg {
	background-image: url("../img/contact/main_img.jpg");
}
.orange {
	color: #f18b2c;
}

#conts_form .text_box {
	line-height: 1.8;
    max-width: 570px;
	margin: 0 auto 74px;
}
#conts_form .text_box a {
	display: inline-block;
	width: auto;
	color: #f18b2c;
	text-decoration: underline;
}
#conts_form .text_box a:hover {
	text-decoration: none;
}
#conts_form form .error-area {
	width: 100%;
	margin: 0 auto 32px;
    text-align: center;
    color: red;
    font-size: 15px;
    line-height: 1.7;
}
#conts_form table {
	width: 100%;
    display: block;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
}
#conts_form table tr {
	width: 100%;
    display: block;
	margin-bottom: 30px;
}
#conts_form table tr:last-of-type {
    margin-bottom: 0;
}
#conts_form table tr th {
	width: 100%;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}
#conts_form form table th .required {
	color: #f18b2c;
	display: inline-block;
	font-size: 1rem;
    font-weight: bold;
	line-height: 1.5;
	vertical-align: top;
	background: none;
	padding: 0;
	margin: 0 0 0 4px;
}
#conts_form table tr td {
	width: 100%;
    display: block;
    font-size: 1.5rem;
    font-size: 1.4rem;
    position: relative;
}
#conts_form form table td ul.outer {
	line-height: 32px;
}
#conts_form form table td ul.outer li {
	margin-right: 24px;
	display: inline-block;
}
#conts_form form table td ul.outer li input[type="radio"] {
	display: none;
}
#conts_form form table td ul.outer li input[type="radio"] ~ label {
	position: relative;
    display: inline-block;
    padding-left: 22px;
}
#conts_form form table td ul.outer li input[type="radio"] ~ label::before {
	content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #c7c6c6;
    background-color: #efefef;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
#conts_form form table td ul.outer li input[type="radio"]:checked ~ label::after {
	content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f18b2c;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 11px;
}
#conts_form form table td input[type="text"] {
	width: 100%;
    background-color: #f7f7f7;
    border: none;
    font-size: 16px;
    line-height: 1.6;
    padding: 18px 3% 17px;
    border-radius: 0;
}
#conts_form form table td textarea {
	width: 100%;
	max-width: 100%;
    display: block;
    min-height: 280px;
    background-color: #f7f7f7;
    border: none;
    font-size: 16px;
    line-height: 1.6;
    padding: 12px 3% 12px;
    border-radius: 0;
}
#conts_form form button {
	width: 250px;
    display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	padding: 16px 0 16px;
    border: 1px solid #000;
	background-color: #fff;
    transition-duration: .3s;
    margin: 0 auto;
    position: relative;
}
#conts_form form button:hover {
	color: #fff;
	background-color: #000;
}
#conts_form form button::after {
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	background-image: url("../img/share/icon_arrow_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 23px;
	right: -12px;
    transition-duration: .3s;
}
#conts_form form button:hover::after {
	background-image: url("../img/share/icon_arrow_01w.png");
	right: 10px;
}

tr td.mail-setting{
	padding:20px;
}

tr td.mail-setting h3{
	text-align:center;
	font-weight: bold !important;
}

}






























