﻿@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
main {
    background-color: #FFF4E6;
}
#ttl {
    background-image: url("/assets/images/common/images_new/contact/bg.png");
    height: 300px;
    background-position: center center;
    background-size: cover;
}
#ttl h2 {
    padding-top: 110px;
}
#qa {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    margin-top: -100px;
}
#qa .faq_box {
	text-align: left;
}
#qa .faq_box:last-child {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
}
#qa .faq_box dt {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 60px;
	line-height: 64px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(/assets/images/common/images_new/contact/icon_q.png);
	cursor: pointer;
	height: 65px;
	border-bottom: 1px solid #808080;
	font-size: 18px;
	font-weight: 500;
}
#qa .faq_box dt:after {
	position: absolute;
	top: 10px;
	right: 15px;
	content: url("/assets/images/common/images_new/contact/icon_plus.png")
}
#qa .faq_box dt.current:after {
	top: 10px;
	right: 15px;
	content: url("/assets/images/common/images_new/contact/icon_minus.png")
}
#qa .faq_box dd {
	margin: 0 0 15px;
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 60px;
	padding-bottom: 8px;
	line-height: 200%;
	background-repeat: no-repeat;
	background-position: 10px 18px;
	background-image: url(/assets/images/common/images_new/contact/icon_a.png);
	font-size: 15px;
}
#qa .faq_box dl dd a {
	color: #FF9B00;
    text-decoration: none;
}
#qa .faq_box dl dd a:hover {
    text-decoration: underline;
}
#contact {
    background-color: #fff;
    padding-top: 70px;
}
#contact .inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
#contact h2+p {
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 10px;
}
#contact h2+p+p a {
    color: #FF9B00;
    text-decoration: none;
}
#contact h2+p+p a:hover {
    text-decoration: underline;
}
#contact table {
    margin-top: 30px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main {
    background-color: #FFF4E6;
}
#ttl {
    background-image: url("/assets/images/common/images_new/contact/bg.png");
    height: 25vh;
    margin-top: 14%;
    background-position: center center;
    background-size: cover;
}
#ttl h2 {
    padding-top: 15%;
}
#qa {
    margin-left: 5%;
    margin-right: 5%;
}
#qa .faq_box {
	text-align: left;
}
#qa .faq_box:last-child {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
}
#qa .faq_box dt {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3%;
	padding-right: 8px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url(/assets/images/common/images_new/contact/icon_q.png);
    background-size: 30px;
	cursor: pointer;
	border-bottom: 1px solid #808080;
	font-size: 14px;
    line-height: 1.6em;
    padding-right: 12%;
    padding-top: 2%;
    padding-bottom: 2%;
	font-weight: 500;
    padding-bottom: 5%;
}
#qa .faq_box dt:after {
	position: absolute;
	top: 5px;
	right: 15px;
	content: url("/assets/images/common/images_new/contact/icon_plus.png");
}
#qa .faq_box dt.current:after {
	top: 5px;
	right: 15px;
	content: url("../images/contact/icon_minus.png");
}
#qa .faq_box dd {
	margin: 0 0 15px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 35px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(/assets/images/common/images_new/contact/icon_a.png);
    background-size: 30px;
	font-size: 14px;
    line-height: 1.6em;
}
#qa .faq_box dl dd a {
	color: #FF9B00;
    text-decoration: none;
}
#qa .faq_box dl dd a:hover {
    text-decoration: underline;
}
#contact {
    background-color: #fff;
    padding-top: 10%;
}
#contact .inner {
    margin-left: 5%;
    margin-right: 5%;
}
#contact h2+p {
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
}
#contact h2+p+p a {
    color: #FF9B00;
    text-decoration: none;
}
#contact h2+p+p a:hover {
    text-decoration: underline;
}
#contact table {
    margin-top: 30px;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
