@charset "utf-8";



.container div.main_contents div.txt ul {
	margin: 20px 0 0 !important;
	padding: 0 !important;
}
.container ul#faq-accordion {
	margin: 0 0 20px !important;
	padding: 0 !important;
}
.container div.main_contents div.txt li,
.container ul#faq-accordion li {
	list-style: none;
}
#faq-accordion .qtitle {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    padding: 20px;
}
#faq-accordion .qtitle a {
	display: block;
	color: #333;
    line-height: 1.83;
	position: relative;
	padding-left: 1.2em;
}
#faq-accordion .qtitle a::before {
	content: "\f138";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #e50012;
}
#faq-accordion .qtitle i {
    margin: 0 0.5em 0 0;
    color: #e60002;
    font-size: smaller;
}
#faq-accordion ul{
    padding: 0;
}
li .qdetail {
    font-size: 16px;
    font-weight: bold;
	background: #f6f6f6;
    border-top: 1px dotted #A0A0A0;
    padding: 12px 20px;

}
li .qdetail a {
	color: #06a !important;
}
li .qdetail a::before {
	content: none !important;
}
a.q {
    text-indent: -2em;
    padding-left: 2em;
}
@media (max-width: 992px) {
	.container li {
		margin: 0;
		}
}

section#q {
    margin: 120px 0 0;
}

/*********************************************************************************************************************
*下層
**********************************************************************************************************************/
.main_contents {
	margin: 30px 0 0;
}
.main_contents p{
    font-size: 16px;
    text-indent: -1.8em;
    padding-left: 1em;
	line-height: 1.6;
}
.main_contents .txt{
	border-bottom: 1px solid #A0A0A0;
	padding: 20px 30px;
}
.main_contents .q{
	color: #06a !important;
	font-weight: bold;
	font-size: 16px;
}
.main_contents .q a{
	text-decoration: underline !important;
}
.main_contents strong{
	font-weight: normal;
	color: #e60002;
	text-indent: -1em !important;
    padding-left: 1em !important;
}

.wrap {
	margin: 30px 0 0;
	padding: 0 15px 30px;
	border: 3px solid #aaa;
	border-radius: 10px;
}
.wrap h2 {
	color: #0000CC;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0 10px;
    margin: 0;
    text-align: left;
    border-bottom: 3px solid #cccccc;
}
.wrap ul {
	margin: 0;
	padding: 10px 0 0;
}
.wrap li {
	list-style: none;
	font-size: 14px;
	text-decoration: underline;
}
.wrap h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
	color: #f60;
	font-weight: bold;
	font-size: 14px;
}
.wrap p {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
	color: #333;
}
.wrap a {
	color: #333;
	text-decoration: underline;
}
.wrap a:hover {
	opacity: 0.8;
}
.container_txt {
    width: 88%;
    display: block;
    margin: 0 auto;
	text-align: center;
}
.btn_red{
    margin: 30px 0 50px;
    text-align: center;
}
.btn_red a {
	display: block;
	background: #e50012;
	margin:  auto;
	padding: 10px 20px;
    border: 2px solid #e50012;
    border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
    line-height: 1.83;
    text-decoration: none;
	width: 320px;
	position: relative;
}
.btn_red a:visited{
	color: #fff;
}
.btn_red a:hover {
    border-radius: 100px;
    background: #fff;
    color: #e50012;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_red a::after {
    content: "\f138";
    font-family: FontAwesome;
    position: absolute;
    right: 4%;
    color: #fff;
}
.request_list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	width: 80%;
	padding: 0;
}
.age {
	margin: 25px 0;
	padding: 10px;
	border: 3px solid #f00;
}
.age p {
	margin: 0;
	padding:0 0 0 5px;
	border: none;
	font-weight: bold;
}
.age span{
	display: block;
	margin: 0 0 10px;
	color: #c00;
	font-size: 116%;
}
@media (min-width: 992px) {
	.age span{
		text-align: center;
	}
}
/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
}
/* ==============================================================
 TABLET
================================================================= */
@media screen and (min-width:768px) and (max-width:959px) {
}
/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	.container_txt {
		text-align: left;
	}
	.btn_red {
		margin: 16px auto 8px;
		text-align: center;
	}
	.btn_red a {
		width: 90% !important;
	}
	
	.request_list li {
		width: 100%;
		margin: 0.8em auto;
		padding: 0;
	}
}
/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (min-width:480px) and (max-width:767px) {
}
/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:480px) {
}
/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}
/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}