 @charset "utf-8";

/* CSS Document */

/*----------------------------------------------------
 reset
----------------------------------------------------*/






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-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
margin: 0;
padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

a:focus { outline: none; }

img { vertical-align: middle; }

img {
	max-width: 100%;
	height: auto;
}

ul, menu, dd, dir {
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 0;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-o-padding-start: 0;
	-ms-padding-start: 0;
}

.headImg{
	width: 800px;
}

.btn_bottom{
	font-size: 16px;
}

.green{
	color: #19CC1F;
}

.gradation {
  background-image: linear-gradient(90deg, #77e2de, #8102a9);
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 2.5rem;
  padding: 1em;
}

a.zoomout{ overflow:hidden; }
a.zoomout img{ transform:scale(1); }
a.zoomout img:hover{
	transform:scale(0.9);
	transition:0.3s;
}

/*----------------------------------------------------
 animate
----------------------------------------------------*/



.bounce-in {
	visibility: visible !important;
	animation-fill-mode: both !important;
	-webkit-animation-fill-mode: both !important;
	-webkit-animation-iteration-count: infinite !important;
	animation-iteration-count: infinite !important;
	-webkit-animation: bounce-in 1.8s;
	animation: bounce-in 1.8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
 @keyframes 
bounce-in { 0% {
 transform: scale(1);
 opacity: 1;
}
 25% {
 transform: scale(1.05);
}
 40% {
 transform: scale(0.85);
}
 50% {
 transform: scale(1.05);
}
 60% {
 transform: scale(0.93);
}
 70% {
 transform: scale(1.03);
 opacity: 1;
}
 80% {
 transform: scale(0.95);
}
 90% {
 transform: scale(1.01);
}
 100% {
 transform: scale(1);
}
}
@-webkit-keyframes 
bounce-in { 0% {
 transform: scale(1);
 opacity: 1;
}
 25% {
 transform: scale(1.05);
}
 40% {
 transform: scale(0.85);
}
 50% {
 transform: scale(1.05);
}
 60% {
 transform: scale(0.93);
}
 70% {
 transform: scale(1.03);
 opacity: 1;
}
 80% {
 transform: scale(0.95);
}
 90% {
 transform: scale(1.01);
}
 100% {
 transform: scale(1);
}
}

/*----------------------------------------------------
 common
----------------------------------------------------*/



body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	-webkit-text-size-adjust : 100%;
	overflow: hidden;/* スクロール時横幅全体表示 */
	min-width: 800px;
	letter-spacing: 0.05em;
}

a { text-decoration: underline; }

h1 {
	margin: 0 auto;
	text-align: center;
	
}


section {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
}


#start {
	background: url('./img/thanks2/mess_bg.jpg') center bottom / cover fixed no-repeat; 
	padding-top: 50px;
	font-weight: bold;
	color: #fff;

}

#line { background: #00c900; }

#tel { background: #1E93D2; }

section p { margin-bottom: 30px; }

article {
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	margin: 0px auto 30px;
	background: rgba(1,22,65,0.8); 
/*	background: white;
	color: black; */
}

section.message_box{
	/* background:url('./img/thanks2/bg.jpg') center bottom / cover fixed no-repeat;  */
	padding-top: 1em;
}

section.message_box article{
	background: #fff;
}

.img_right{
	float: right;
}

h2.important{
	font-weight: bold;
	text-align: center;
	background: red;
	color: white;
	padding: 0.5em;
	margin-bottom: 2rem;
}

#line article, #tel article {
	background: #fff;
	font-size: 20px;
	padding-top: 20px;
}

h2 { font-size: 35px; }

#start h2 {
	text-align: center;
	margin: 30px auto;
	color: #F00;
	font-weight: bold;
	border: 2px solid #F00;
	background: #F00;
	color: white;
}

h2 em {
	color: #FF0;
	font-weight: bold;
}

#line h2, #tel h2 {
	font-weight: bold;
	line-height: 1.4;
	padding: 2em 0;
}

h2.title {
	color: #fff;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	margin: 20px 0;
}

#tel h3 { text-align: left; }

#tel h3:before {
	content: url(./img/thanks2/icon_h3.png);
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

h4.step1, h4.step2 {
	background: #35ADE1;
	padding: 10px;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 20px;
}

h4.step2 { background: #36F; }

dl.step1, dl.step2 {
	margin: 0 auto 30px;
	font-size: 20px;
}

dl.step1 dt, dl.step2 dt {
	line-height: 1.2em;
	margin: 30px 0;
	font-weight: bold;
	border-left: 5px solid #35ADE1;
	padding: 10px;
	text-align: left;
}

dl.step1 dt em, dl.step2 dt em {
	color: #F00;
	font-weight: bold;
}

dl.step2 dt { border-left: 5px solid #36F; }

.pt dl { margin-bottom: 30px; }

.pt dt {
	background: #000;
	padding: 5px 10px;
	color: #fff;
	margin: 20px 0;
	font-size: 20px;
}

dl.step1 dd, dl.step2 dd { margin-bottom: 80px; }

dl.step1 dd img, dl.step2 dd img, .pt img {
	border: 1px solid #999;
	width: 40%;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
}

.pt dd img { margin: 20px auto; }

.pt dd img.no { border: none; }

.pri {
	text-align: center;
	font-size: 14px;
	margin: 0 auto 20px;
}

ol {
	padding: 20px;
	margin: 0 auto 30px;
}

.list1 {
	width: 400px;
	margin: 0 0 30px;
	background: #eee;
}

.list1 .fas, .pt .fa-link {
	margin-right: 20px;
	color: #36F;
}

.download { overflow: hidden; }

.download dl {
	margin: 0 auto 30px;
	background: #eee;
	padding: 30px;
	width: 38%;
	display: inline-block;
	margin-right: 20px;
}

.download dt {
	margin-bottom: 20px;
	text-align: center;
}

.download dt .fas { color: #F00; }

.download dd {
	text-align: center;
	margin: 0 auto;
}

.download dd img { width: 50%; }

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.center {
	margin: 0 auto 30px;
	text-align: center;
}

strong.line{
	background: #33CC33;
	color: #fff;
}
footer {
	color: #fff;
	background: #000;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 12px;
	padding: 20px 0;
}

footer p {
	margin-bottom: 20px;
	text-align: center;
}

footer a { color: #333; }

strong {
	font-weight: bold;
	font-size: 25px;
}

.big {
	font-size: 30px;
	line-height: 1.4;
}

.yellow { color: #FFFF00; }

.red { color: #F00; }

.blue { color: #1E94D3; }

.bg_yellow { background: #FF0; }

/* 点滅 */

.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes 
blink {
	0% {opacity:0;}
	80% {opacity:1}
	100% {opacity:1;}
}
@-moz-keyframes 
blink {
	0% {opacity:0;}
	80% {opacity:1}
	100% {opacity:1;}
}
@keyframes 
blink {
	0% {opacity:0;}
	80% {opacity:1}
	100% {opacity:1;}
}
/* PC用 */

@media screen and (min-width: 750px) {

.sp { display: none; }

.iFrameSize {
	width: 700px;
	height: 394px;
}

.PcBigFont{
	font-size: 45px;
}
}



/* スマホ用 */
@media(max-width:749px) {

body {
	min-width: inherit;
	font-size: 20px;
}

.pc { display: none; }

h1 {
	font-size: 30px;
	line-height: 1.4;
	padding: 0.5em;
}

section { padding: 30px 0; }

#start {
	background: url('./img/thanks2/bg.jpg') 0 0 no-repeat;
	padding-top: 20px;
/*	background: #CE0000; */
}

article {
	width: 85%;
	padding: 20px;
}

h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 25px;
	margin: 20px auto;
	padding: 0.3em;
}

#line h2, #tel h2 { padding: 0; }

h3 {
	font-size: 23px;
	margin: 20px 0;
}

.list1 {
	width: 90%;
	padding: 20px;
}

dl.step1 dt, dl.step2 dt { padding: 10px; }

dl.step1 dd img, dl.step2 dd img, .pt dd img {
	width: 70%;
	display: block;
	margin: 20px auto;
}

.download dl {
	padding: 30px 0;
	width: 100%;
	display: block;
	margin: 0 auto 30px;
}

ul.attent {
	width: 95%;
	margin: 0 auto 20px;
}

.iFrameSize { width: 90%; }

.big { font-size: 24px; }

footer p { text-align: center; }

.gradation {
  font-size: 2rem;

}

}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/





.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix { height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/ }
