@charset "utf-8";

/* ****************************************************************************

	response.css

******************************************************************************* */

/* ==
	smartphone
=============================================================================== */
@media screen and (min-width: 0) and (max-width: 940px) {

/* -------- header -------- */
header {
	background-color:#FFFFFF;
	padding:10px 0;
}
header div p a {
	display:inline-block;
}
header img.logo-pp {
	max-width: 90%;
}
header img.logo-machicon {
	max-width: 90%;
}
.header-logo {
	float:none;
	margin-left:0;
	text-align:center;
}
.header-social {
	float:none;
	text-align:center;
}
.social {
	margin-top: 5px;
}
.social li {
	float:none;
	display:inline-block;
	margin-right:10px;
}

/* -------- contents -------- */
#container {
	min-width: inherit;
}
img {
	max-width: 100%;
}

/* -------- シェアボタン -------- */
.share-section {
	margin-top: 40px;
}
.share-section ul {
	margin: 0 auto;
	width: 200px;
}
.share-section li {
	float:none;
	display: block;
	margin: 0; padding: 0;
	overflow: hidden;
}
.share-section li:nth-of-type(3) {
	display: block;
}

/* -------- footer -------- */
#foot-line {
	margin:0 auto;
	padding:20px 0;
	width:100%;
	text-align:center;
	font-size: 11px;
	color: #999;
}
.footer-section {
	margin: 0 10px;
	font-size: 10px;
}


/* ==
	this page only
=============================================================================== */
.spn {
	display: block;
}
.pc {
	display: none;
}
.section {
	margin: 0 auto;
	width: 100%;
}
.clm-4,
.clm-5,
.clm-6,
.clm-7,
.clm-12 {
	float: none;
	margin:0 auto;
	width: 90%;
}
h2 {
	width: 95%;
	margin: 0 auto;
}

/* ==
	logo-cmp
=============================================================================== */
.logo-cmp {
	-webkit-background-size: 200%;
	background-size: 200%;
}
h1 {
	margin: 20px 0 20px 3%;
	padding: 0;
	width: 97%;
}

/* ==
	copy
=============================================================================== */
.copy {
	padding-top: 40px;
	-webkit-background-size: 70%;
	background-size: 70%;
}
.copy > p > img {
	width: 90%;
}

/* ==
	cnv-btn
=============================================================================== */
.cnv-btn {
	margin: 30px 10% 40px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;

}
.btn-reports {
	width: 80%;
}
.link-reports {
	margin: 0 10px;
	font-size: 16px;
}

/* ==
	step
=============================================================================== */
.step {
	margin-top: 40px;
}
.step > ul{
	margin-top: 30px;
}
.step > ul > li {
	margin-top: 40px;
}
.step > ul > li:first-child {
	margin-top: 0;
}
.step-tit {
	margin: 15px auto 0;
}
.step-tit > .time{
	width: 35%;
}
.step-tit > .time-tit{
	width: 65%;
	font-size:22px;
	margin-top: 2%;
}
.step-txt {
	font-size: 14px;
}
.step-tit:last-child {
	width: 90%;
}

/* ==
	point
=============================================================================== */
.point {
	margin-top: 40px;
}
.point > .section{
	margin-top: 20px;
}
.point-txt {
	font-size: 14px;
}
.point > ul > li {
	margin-bottom: 40px;
}
.point > ul > li:last-child {
	margin-bottom: 0;
}

/* ==
	qa
=============================================================================== */
.qa {
	margin-top: 40px;
}
.qa > dl {
	margin: 0 auto 20px;
	width: 100%;
}
.q {
	margin: 10px 15px;
	padding:16px 0 0 40px;
	font-size: 20px;
}
.a {
	margin: 15px;
	padding-left:40px;
	font-size: 14px;
}

/* ==
	detail
=============================================================================== */
.detail {
	margin-top: 60px;
}
.detail > .section {
	margin:30px auto 0;
	width: 90%;
}
.detail > .section > dl:first-child {
	margin-top: 0px;
}
.detail-tit,
.detail-txt {
	float: none;
}
.detail-tit {
	margin-right: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.detail-txt {
	margin-top: 15px;
	width: 100%;
	font-size: 14px;
	text-align: center;
}

}