@charset"utf-8";
/* CSS Document */

/*---------------------------------------------------
 default
 default
----------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	color: #666;
	font-size: 14px;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	min-width: 900px;
	display: flex;/* thanksのfooter調整 */
	flex-direction: column;/* thanksのfooter調整 */
}
.pc_contents {display: block!important;}
.sp_contents {display: none!important;}
@-moz-document url-prefix() {
.pc_contents {display: inline-block!important;}
.sp_contents {display: none!important;}
}
/*---------------------------------------------------
header
----------------------------------------------------*/
header a {
	margin: 20px 0 0 30px;
}
/*---------------------------------------------------
コンテンツ
----------------------------------------------------*/
.container {
	width: 80%;
	max-width: 1100px;
	margin: 20px auto 160px; 
	flex-grow: 1;/* thanksのfooter調整 */
}
.container:after {
	content: "";
	clear: both;
	display: block;
}
/*---------------------------------------------------
エラーメッセージ
----------------------------------------------------*/
.error_message {
	text-align: center;
	color: #cc0000;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 50px;
}
/*---------------------------------------------------
左カラム
----------------------------------------------------*/
.guide {
	width: 40%;
	max-width: 460px;
	float: left;
	text-align: center;
}
.guide .above_the_fold {
	margin-bottom: 30px;
}
.guide .above_the_fold h2 {
	text-align: center;
	font-size: 30px;
	color: #333333;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
}
.guide .above_the_fold img {
	display: block;
	margin: 0 auto;
}
.guide .above_the_fold p {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	color: #333333;
}
.guide .above_the_fold .w_p {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	color: #333333;
}
.guide .above_the_fold .w_p span {
	font-size: 14px;
	line-height: 1.75;
	font-weight: bold;
}
.guide .notes {
	background-color: #edf7fa;
	padding: 20px 55px 20px 55px;
	border-radius: 4px;
}
.guide .notes h2 {
	color: #333333;
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
.guide .notes p {
	color: #333333;
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.8em;
}
/*----------------------------------------------------
右カラム
----------------------------------------------------*/
.contactform {
    width: 55%;
    max-width: 605px;
    float: right;
}
.inputarea {
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 40px 30px 50px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px!important;
}
.inputarea label {
	color: #262626;
}
.contactform div {
	margin-bottom: 15px;
}
.contactform label {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 2px;
}
.contactform label span {
	color: #d90000;
	font-size: 14px;
	margin-left: 4px;
	vertical-align: text-top;
}
/*----------------------------------------------------
select
----------------------------------------------------*/
.contactform div.selectwrap {
	width: 100%;
	display: block;
}
.contactform div.selectwrap .triangle {
	position: relative;
	margin-bottom: 0;
}
.contactform div.selectwrap .triangle:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	margin: 0 0 0 0;
	border: 9px solid transparent;
	border-top: 14px solid #ccc;
	z-index: 1;
	pointer-events: none;
}
.contactform div select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	display: block;
	padding: 7px;
	border: 1px solid #d9d9d9;
}
.contactform div select::-ms-expand {
	display: none;
}
/*----------------------------------------------------
textarea
----------------------------------------------------*/
.contactform div textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	resize: none;
	height: 320px;
	padding: 7px;
	line-height: 1.6em;
	border: 1px solid #d9d9d9;
}
.contactform div span.sub {
	display: inherit;
	text-align: right;
	font-size: 10px;
}
/*----------------------------------------------------
text
----------------------------------------------------*/
.contactform div input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 7px;
	border: 1px solid #d9d9d9;
}
/*----------------------------------------------------
同意チェック
----------------------------------------------------*/
.contactform div.notice{
	margin-bottom: 0;
}
.contactform div.notice p {
	font-size:13.5px;
	color: #595959;
	line-height: 1.6em;
}
.contactform div.notice p a {
	text-decoration: none;
}
.contactform div.notice p a:hover {
	text-decoration: underline;
}
/*----------------------------------------------------
checkbox
----------------------------------------------------*/
.contactform div.check {
	margin-bottom: 0;
}
.contactform div.check input[type="checkbox"] {
	display: none;
}
.contactform div.check label {
	position: relative;
	display: inline-block;
	padding: 10px 0px 10px 40px;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	margin-left: 21px;
}
.contactform div.check label::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	background: #fff;
	border-radius: 2px;
	border: 2px solid #c1c1c1;
}
.contactform div.check input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: -6px;
	bottom: 0;
	left: 3px;
	width: 20px;
	height: 8px;
	margin: auto;
	border-left: 2px solid #dd4f3f;
	border-bottom: 2px solid #dd4f3f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*----------------------------------------------------
recaptcha
----------------------------------------------------*/
div.recaptcha {
	width: 304px;
	margin: auto;
	margin-bottom: 30px;
}
/*----------------------------------------------------
送信ボタン
----------------------------------------------------*/
.contactform div.btn_area {
	width: 304px;
	margin: 0 auto;
}
.contactform div.btn_area .btn {
	background-color: #418ecb;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 0;
	text-align: center;
	width: 304px;
	margin: 0 auto;
	cursor: pointer;
	pointer-events: none;
	opacity: 0.7;
}
.contactform div.btn_area .btn:hover {
	background-color: #509bd9;
}
/*----------------------------------------------------
Pマーク
----------------------------------------------------*/
.pmark img {
	float: right;
}
/*----------------------------------------------------
完了ページ
----------------------------------------------------*/
.comp {
	text-align: center;
}
.comp h2 {
	font-size: 28px;
	margin: 0 auto 40px;
}
.comp p {
	font-size: 16px;
	margin-bottom: 30px;
}
.comp div.btn_area {
		width: 260px;
	margin: 0 auto;
}
.comp div.btn_area a {
	text-decoration: none;
}
.comp div.btn_area .btn {
	background-color: #418ecb;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 0;
	text-align: center;
	width: 260px;
	margin: 0 auto;
}
.comp div.btn_area .btn:hover {
	background-color: #509bd9;
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
	background-color: #4b4b4b;
	padding: 24px 0;
}
footer .container {
	width: 900px;
	margin: 0 auto;
}
footer .logo {
	float: left;
}
footer .text {
	font-size: 15px;
	float: right;
    color: #adb3b8;
    text-align: right;
    line-height: 1.75em;
}
footer .text ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
}
footer .text ul li {
	list-style: none;
	float: left;
    margin-left: 25px;
}
footer .text ul li a {
	color: #adb3b8;
	text-decoration: none;
}
footer .text ul li a:hover {
	text-decoration: underline;
}
footer .text .copyright {
	line-height: 1.8em;
    margin: 0;
}

@media only screen and (max-width: 767px) {
html, body {
	min-width: inherit;
}
.pc_contents {display: none!important;}
.sp_contents {display: block!important;}
@-moz-document url-prefix() {
.pc_contents {display: none!important;}
.sp_contents {display: inline-block;}
}
/*---------------------------------------------------
header
----------------------------------------------------*/
header a {
	margin: 0;	
}
header img {
	display: block;
	width: 50%;
	padding: 3% 0 0 0;
	margin: 0 auto!important;
}
/*---------------------------------------------------
コンテンツ
----------------------------------------------------*/
.container {
	width: 100%;
	padding: 5% 2%;
	margin: 0;
	box-sizing: border-box;
}
/*---------------------------------------------------
エラーメッセージ
----------------------------------------------------*/
.error_message {
	text-align: left;
	font-size: 20px;
	margin-bottom: 10%;
	padding: 0 3%;
}
/*---------------------------------------------------
左カラム
----------------------------------------------------*/
.guide {
	width: 100%;
	float: none;
	margin-bottom: 10%;
}
.guide .above_the_fold {
	margin-bottom: 10%;
}
.guide .above_the_fold h2 {
	font-size: 20px;
	margin-bottom: 1%;
}
.guide .above_the_fold img {
	width: 90%;
}
.guide .above_the_fold p {
	font-size: 14px;
	padding: 0 3%;
}
.guide .above_the_fold .w_p {
	width: 90%;
	margin: 0 auto;
}
.guide .notes {
	padding: 10% 5% 5% 5%;
}
.guide .notes h2 {
	font-size: 18px;
	margin-bottom: 10%;
}
.guide .notes p {
	font-size: 14px;
	padding: 0 5%;
	line-height: 1.6em;
	margin-bottom: 7%;
}
/*----------------------------------------------------
右カラム
----------------------------------------------------*/
.contactform {
	width: 100%;
	float: none;
}
.inputarea {
	padding: 10% 0%;
	margin-bottom: 10%!important;
}
.contactform div {
	margin-bottom: 3%;
}
.contactform label {
	font-size: 16px;
	transform: scale(0.85);
	margin-bottom: 0;
}
.contactform div input[type="text"] {
	font-size: 16px;
	transform: scale(0.8);
}
/*----------------------------------------------------
select
----------------------------------------------------*/
.contactform div select {
	font-size: 16px;
	transform: scale(0.8);
}
.contactform div.selectwrap .triangle:after {
	right: 12%;
}
/*----------------------------------------------------
textarea
----------------------------------------------------*/
.contactform div textarea {
	line-height: 1.4em;
	font-size: 16px;
	transform: scale(0.8);
}
.contactform div span.sub {
	margin-right: 10%;
	margin-top: -30px;
}
/*----------------------------------------------------
同意チェック
----------------------------------------------------*/
.contactform div.notice {
	padding: 0 7%;
}
.contactform div.notice p {
	line-height: 1.4em;
}
/*----------------------------------------------------
checkbox
----------------------------------------------------*/
.contactform div.check {
	margin-bottom: 0;
	text-align: center;
}
.contactform div.check input[type="checkbox"] {
	display: none;
}
.contactform div.check label {
	padding: 5px 0px 5px 40px;
	margin: 0 auto;
	transform: scale(1.0);
	font-size: 13px;
	margin-left: -17px;
	margin-bottom: 10px;
}
/*----------------------------------------------------
recaptcha
----------------------------------------------------*/
.contactform .recaptcha .g-recaptcha div {
	margin: 0 auto;
}
div.recaptcha {
	margin-bottom: 40px;
}
div.recaptcha {
	margin-left: auto;
}
.val_err {
	margin-left: 10%;
}
/*----------------------------------------------------
送信ボタン
----------------------------------------------------*/
.contactform div.btn_area {
	margin-bottom: 5%;
	width: 304px;
}
.contactform div.btn_area .btn {
	font-size: 16px;
	padding: 10px 0;
	width: 100%;
}
/*----------------------------------------------------
Pマーク
----------------------------------------------------*/
.pmark {
	padding-top: 0px;
}
.pmark img {
	float:none;
	display: block;
	margin: 0 auto;
}
/*----------------------------------------------------
完了ページ
----------------------------------------------------*/
.comp h2 {
	font-size: 24px;
	margin: 0 auto 15%;
}
.comp p {
	text-align: left;
	font-size: 14px;
	padding: 0 5%;
	margin-bottom: 10%;
}
.comp div.btn_area {
	width: 70%;
	margin-bottom: 10%;
}
.comp div.btn_area .btn {
	font-size: 16px;
	padding: 10px 0;
	width: auto;
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
	padding: 12px 0;
}
footer .container {
	width: 100%;
	padding: 0;
}
footer .logo {
	float: none;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px; 
}
footer .text {
	font-size: 12px;
	float: none;
    text-align: center;
}
footer .text ul {
    padding: 0;
}
footer .text ul li {
	float: none;
	width: 100%;
    margin: 0 0 5px 0;
}
footer .text .copyright {
    margin-bottom: 20px;
}
}
/*----------------------------------------------------
Google Analytics
----------------------------------------------------*/
 View in Google Analytics
smartcross - すべてのウェブサイトのデータ
Segments 
Pageviews 	
Unique Pageviews 	
Avg. Time on Page 	
Bounce Rate 	
% Exit 
All Users	
0
% of Total: 0.00% (135,372)
0
% of Total: 0.00% (84,056)
0:00:00
Site Avg: 0:00:34 (-100.00%)
0.00%
Site Avg: 33.02% (-100.00%)
0.00%
Site Avg: 14.22% (-100.00%)
Real-time
3
Visitors right now
Dec 19, 2016-Jan 17, 2017 Show onlyClicks with more than:0.10%   Send Feedback
