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

/*---------------------------------------------------
 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調整 */
	background: #F8F8F8;
}
.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 {
    height: 50px;
    align-items: center;
}
header a {
	margin: 20px 0 0 30px;
	display: block;
}*/

/*----------------------------------------------------
完了ページ
----------------------------------------------------*/
.container {
    align-content: center;   
	text-align: center;
}
.container .s_logo {
    width: 100%;
    margin-top: 3vw;
    box-sizing: border-box;
}
.container .s_logo img {
    width: 100%;
	max-width: 305px;
	height: auto;
}

.container form {
    height: 100%;
}
.comp {
	width: 90%;
    max-width: 800px;
    margin: 3vw auto 3vw;
    padding: 3vw 2vw;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.comp i {
	margin: 4.5% auto;
}
.comp h2 {
	font-size: 28px;
    font-weight: 600;
    margin: 0 auto;
}
.comp p {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.comp p.notc {
    font-size: 14px;
    margin-bottom: 0;
}
.btn_area {
	width: 260px; 
	margin: 0 auto 3vw;
}
div.btn_area a {
	text-decoration: none;
}
div.btn_area .btn {
	background-color: #666666;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 0;
	text-align: center;
	width: 260px;
	margin: 0 auto;
}
div.btn_area .btn:hover {
	background-color: #999999;
}
/*.container {
    height: 100%;
    align-content: center;
}
.comp {
	text-align: center;
}
.comp h2 {
	font-size: 28px;
    font-weight: 600;
    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;
}*/
/*----------------------------------------------------
service link
----------------------------------------------------*/
a.service_lnk {
	width: fit-content;
	font-size: 16px;
	line-height: 1.3;
	margin: 50px auto 0;
	display: block;
}
a.service_lnk:hover {
	text-decoration: none;
}
a.service_lnk02 {
	margin: 30px auto 0;
}
/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
	width: 100%; 
	height: 100px;
	background-color: #4b4b4b;
	margin-top: auto;
	box-sizing: border-box;
	padding: 24px 0;
	position: sticky;
	top: 100vh;
}
footer .container {
	width: 95%;
	max-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 .s_logo {
	width: auto;
	margin: 10vw auto;
}
.comp {
	width: 95%;
	margin: 3vw auto 3vw;
	padding: 10vw 3vw;
}
.comp h2 {
    font-size: 24px;
    margin: 0 auto 5vw;
}
.comp p {
	text-align: left;
	font-size: 16px;
	padding: 0 5%;
	margin-bottom: 10%;
}
.comp p.notc {
	font-size: 14px;
}
.comp p:last-child  {
    margin-bottom: 0;
}
.comp i {
    margin: 3.5vw auto 8vw;
}
div.btn_area {
    width: 70%;
    margin: 8vw auto 15vw;
}
div.btn_area .btn {
	font-size: 16px;
	padding: 15px 0;
	width: auto;
}
	
/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
	height: auto;
	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;
}
}
