@charset "UTF-8";
/* CSS Document */
/***************************************
01.Reset
***************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ul {
	list-style: none!important;
	padding-left: 0!important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************************************
02.共通
***************************************/
body {
    font-size: 16px!important;
    color: #333;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
    text-align: justify;
    text-justify: distribute; /*IE*/
    background: #fff!important;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	vertical-align: middle;
    width: 100%;
    height: auto;
}
p {
    line-height: 1.5em;
}
ul li {
    line-height: 2em;
}
a {
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sp-only {
        display: none;
}
.pc-only {
    display: block;
}

ul {
    list-style-type: none!important;
}
/***************************************
03.サンクスページ
***************************************/
.thanks-message .img-area {
	width: 5%;
	margin: 0 auto;
}
.thanks-message .text-1 {
	text-align: center;
	font-size: 36px;
    padding: 50px 0;
}
.thanks-message .text-2 {
	padding: 50px;
	font-size: 24px;
	text-align: center;
    
}
.thanks-message .text-3 {
	width: 50%;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	padding: 50px;
	margin-bottom: 100px;
	color: #fff;
	background-color: #48C0D3;
}
.lp-01-thanks .site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.lp-01-thanks .main {
    flex: 1;
    overflow-x: hidden;
}
/***************************************
04.お問い合わせフォーム
***************************************/
.contact-01 .contact-form {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.contact-01 .contact-form h2 {
	font-size: 3.125em;
    font-weight: bold;
    color: #116472;
    padding: 50px 0 20px 0;
    text-align: center;
}

.contact-01 .contact-info {
	text-align: center;
	padding-bottom: 100px;
}
.contact-01 form {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.contact-01 .c-form {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.contact-01 .c-form .c-ttl {
	width: 30%;
} 
.contact-01 .c-form .c-input {
	width: 60%;
} 
.contact-01 .required {
	color: #e60012;
}
.contact-01 .req-mark::before {
	content: "※";
	display: inline-block;
	color: #e60012;
}
input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #48C0D3!important;
	border-radius: 5px!important;
	padding: 10px;
	width: 100%;
	line-height: 2em;
}
.contact-01 .btn {
	text-align: center;
}
input[type="submit"] {
	background-color: #e60012!important;
	color: #fff!important;
	font-size: 2em!important;
	padding: 0.5em 3em!important;
	border-radius: 10px!important;
	border: none!important;
	margin-bottom: 150px!important;
}
input[type="submit"]:hover {
	background-color: #f08a98!important;
	cursor: pointer;
}

@media screen and (min-width:769px) and (max-width:1024px) {
		.thanks-message .text-3 {
		width: 80%;
	}
}
@media screen and (max-width: 768px){ 
	.sp-only {
        display: block;
	}
	.pc-only {
		display: none;
	}
	.contact-01 .contact-info {
		padding-bottom: 40px;
	}
	.contact-01 form {
		width: 85%;
	}
	.contact-01 .c-form {
		display: block;
	}
	.contact-01 .c-form .req-mark {
		padding-bottom: 10px;
	}
	input[type="submit"] {
		font-size: 2em;
		margin-bottom: 50px;
	}
	.thanks-message .img-area {
		width: 10%;
		margin: 0 auto;
	}
	.thanks-message .text-1 {
		font-size: 20px;
		padding: 30px 0 20px;
	}
	.thanks-message .text-2 {
		padding: 20px;
		font-size: 16px;
		text-align: left;
	}
	.thanks-message .text-3 {
		width: 77%;
		text-align: left;
		font-size: 14px;
		padding: 20px;
		margin: 50px auto;
	}
	
}
	