@charset "UTF-8";

/* For Sup_page
====================================================*/

/* --- common --- */

.sub_page header {
    padding: 13px 0;
}

#sub_page_ttl {
	padding:50px 20px;
}

#sub_page_ttl + section {
	padding-top:0;
}

#sub_page_ttl h2 {
	margin:0 auto;
	line-height:1;
	font-style:normal;
	font-size:40px;
}

/* --- エントリーフォームPC --- */
    p.entry-ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
footer {
    border-top: none;
} 

/* --- QA --- */

.qa_page {
	background-color:#F7F7F7;
}

.qa_page #sub_page_ttl {
	background-color:#F7F7F7;
}


.qa_item {
	margin-bottom:20px;
	padding:20px 15px;
	background-color:#FFFFFF;
}

.qa_item > p {
	padding-left:50px;
}

p.q {
	height:auto;
	min-height:35px;
	padding-top:5px;
	font-size:15px;
	background-image:url(../img/q.png);
	background-repeat:no-repeat;
	background-size:35px 35px;
	background-position:left top;
}

p.a {
	height:auto;
	min-height:66px;
	margin-top:20px;
	padding-top:26px;
	font-size:13px;
	border-top:1px dashed #C8C8C8;
	background-image:url(../img/a.png);
	background-repeat:no-repeat;
	background-size:35px 35px;
	background-position:left top 20px;	
}


/* --- NEWS --- */

.newslist_page #news {
	background-color:#FFFFFF;
	padding:0 0 70px 0;
}

.newslist_page #news ul {
	margin-top:0;
}

.news_page #sub_page_ttl h2 {
	line-height:1.6;
	font-style:italic;
	font-size:24px;
}

.news_page #sub_page_ttl h2 + p {
	margin-top:10px;
	font-size:13px;
	text-align:center;
	color:#757575;
}

#news_cnt {
	padding-top:0;
	text-align:center;
}

#news_cnt .main_img img {
	width:70%;
	max-width:400px;
	margin:0 auto;
}

#news_cnt #support .cnt_wrap {
	margin-top:20px;
}

#news_cnt p {
	font-size:14px;
	line-height:2;
}

#news_cnt h3 {
	margin:60px auto 30px;
	font-weight:900;
	font-style:italic;
	font-size:24px;
	line-height:1.6;
	color:#015AAC;
}

#news_cnt h4 {
	margin:50px auto 20px;
	font-weight:bold;
	font-size:17px;
	line-height:1.6;
}

#news_cnt #support + h4 {
	margin-top:30px;
}

#news_cnt h3 + h4 {
	margin-top:60px;
}

#news_cnt b {
	font-size:26px !important;
	color:#F4531F !important;
}

#news_cnt sup {
	font-size:14px;
}

#news_cnt .notice {
	font-size:12px;
}

#news_cnt h4 + .notice {
	margin-top:-20px;
}

#news_cnt .txt_big {
	font-size:20px;
}

#pager {
	padding-top:0;
}

.pager_wrap {
	width:auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:20px;
}

.pager_wrap a {
	display:inline-block;
	text-align:center;
	font-size:13px;
	border:#D1D1D1 1px solid;
	border-radius:20px;
	background-color:#FFFFFF;
}

.pager_wrap a:hover {
	text-decoration:none;
}

.pager_wrap a.prev {
	padding:6px 30px 6px 30px;
}

.pager_wrap a.next {
	padding:6px 20px 6px 30px;
}

.pager_wrap a.gotolist {
	padding:6px 20px 6px 20px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-55px;
}

.pager_wrap a.disable {
	opacity:0.6;
}


/* Only SP */
section#form_wrap {
	padding:10px 0 30px;
}


/* Only SP */
@media only screen and (max-width: 800px) {

/* --- common --- */
	
.s_br1,.s_br2{
width: 90%;
height: 100%;
margin-bottom: 25px;
}

.s_br{
width: 100%;
}
/* --- エントリーフォームSP --- */
    p.entry-ttl {
    margin-top: 0;
}

}


/* Only PC */
@media only screen and (min-width: 801px) {

/* --- common --- */

#sub_page_ttl {
	padding:70px 20px;
}

#sub_page_ttl h2 {
	font-size:65px;
}


/* --- QA --- */

.qa_item {
	padding:30px;
}

.qa_item > p {
	padding-left:70px;
}

p.q {
	min-height:45px;
	padding-top:5px;
	font-size:20px;
	background-size:45px 45px;
	background-position:left top;
}

p.a {
	min-height:76px;
	margin-top:30px;
	padding-top:36px;
	font-size:16px;
	background-size:45px 45px;
	background-position:left top 30px;	
}


/* --- NEWS --- */

.newslist_page #news {
	padding:0 0 140px 0;
}

.news_page #sub_page_ttl h2 {
	font-size:48px;
}

.news_page #sub_page_ttl h2 + p {
	margin-top:20px;
	font-size:18px;
}

#news_cnt .main_img img {
	width:auto;
}

#news_cnt #support .cnt_wrap {
	margin-top:50px;
}

#news_cnt p {
	font-size:20px;
	line-height:2.4;
}

#news_cnt b {
	font-size:42px !important;
}

#news_cnt sup {
	font-size:22px;
}

#news_cnt .notice {
	font-size:14px;
}

#news_cnt h3 {
	margin:130px auto 50px;
	font-size:48px;
}

#news_cnt h4 {
	margin:100px auto 30px;
	font-size:32px;
}

#news_cnt #support + h4 {
	margin-top:100px;
}

#news_cnt .txt_big {
	font-size:24px;
}

.pager_wrap a {
	font-size:15px;
}
	
	
.s_br1,.s_br2{
width: 50%;
height: 100px;
}

.s_br{
display: flex;
width: 1000px;
}
	
.mb50{
margin-bottom: 50px;		
	}
	
.f18 {
	font-size:18px;
}
	
}
	



