@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

body {
	width: 100%;
	background: #FFF;
	color: #333;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  	font-size: 16px;
	line-height: 1.7;
}
img {
	display: block;
	max-width: 100%;
}
img.center {margin: 0 auto;}
.pc {display: block;}
.tab {display: none;}
.sp {display: none;}
.pc {display: block;}
.sp {display: none;}
.yellow {
    color: #e6e2af;
}


/*====================================
ヘッダー
======================================*/
#header-inner {
    height: 70px;
    width: 100%;
    position: relative;
    box-shadow: 0px 3px 5px #d5d5d5;
    z-index: 2;
    background: #fff;
}
#header-inne {
	width: 100%;
}
.site-title {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-title h1 img {
  max-width: 250px;
  width: 100%;
  object-fit: cover;
  padding: 5px 0;
  box-sizing: border-box;
}
.site-title p {
	font-size: 80%;
	padding-left: 30px;
}

/*====================================
メイン
======================================*/
#top{
	width:100%;
    background-image: url("../img/main_back1.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 549px;
	position: relative;
	z-index: 20;
	overflow: hidden;
}

#top h1 img{
	width: 100%;
}

#top h1{
	z-index: 30;
	position: relative;
}

.main_img {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}

#top .inner {
    width: 1200px;
	min-width: 950px;
    height: 549px;
    position: relative;
    margin: 0 auto;
}

.main_img_t {
	width: 19%;
	margin: 0 auto;
	position: absolute;
	top: 16%;
	right: 2%;
    animation: expansion 1.2s ease-in-out 0s infinite alternate; 
  	transform-origin:center;
  }

.main_img_t img{
	width: 100%;
  }

  @keyframes expansion {
	from {
	  transform: scale(1,1);
	}
	to {
	  transform: scale(1.1,1.1);
	}
  }

.bl_div{
	background-image: url(../img/bl_div_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 281px;
	position: relative;
	z-index: 30;
}

.bl_div_text img{
	padding-top: 50px;
	margin: auto;
}

.red_div{
	background-image: url(../img/red_div.jpg);
	height: 340px;
	position: relative;
}

.red_div_text img{
	padding-top: 50px;
	margin: auto;
}


/*=====cont01・03=====*/

.cont02 {
	background-color: #fff;
	margin: auto;
	overflow: hidden;
}

.comic_area{
	position: relative;
	width: 1000px;
	margin: auto;
	margin-bottom: 30px;
	z-index: 30;
}

.comic_area2{
	position: relative;
	width: 1000px;
	margin: -3vw auto 0;

	z-index: 30;
}

.comic_02{
	position: relative;
	z-index: 40;
}

.comic_02_a{
	position: relative;
}

.comic_02_b{
	position: absolute;
	top: 0;
	left: 0;
}

iframe {
    min-height: 500px;
    box-sizing: border-box;
	height: 480px; 
	width: 860px; 
	max-width: 100%;
	border: 0;
}

.cont02 img,.cont02_02 img,.cont03 img{
	margin: 0 auto;
}
.cont02_02,.cont03 {
	background: #fff;
	width: 100%;
	margin: 80px auto 0;
}
.cont03 p {
    max-width: 800px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.cont0301 p {
	text-align: center;
  padding: unset;
  font-size: 36px;
}
.cont0301 p.txtNext {
	font-size: 38px;
	text-align: center;
}

/* support_area */
.support_area{
	background-color: #ffbf52;
	font-family: "Noto Sans JP","Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Meiryo",
        sans-serif;
}
.support_top{
	width: 100%;
	margin-top: -10vw;
}

.support_back{
	width: 100%;
	position: relative;
}

.support_img{
	position: absolute;
	top: 2.2%;
	right: 24%;
	width: 20%;
	animation: expansion 1.2s ease-in-out 0s infinite alternate; 
  	transform-origin:center;
}

.support_img img{
	width: 100%;
}

.support_text{
	position: absolute;
	top: 28%;
	left: 29%;
	font-size: 2.1vw;
	line-height: 1.3;
	font-weight: bold;
}

.support_text span{
	color: #e60012;
}

.support_bottom{
	width: 100%;
	position: relative;
	margin-top: -4vw;
	overflow: hidden;
}

.support_bottom_back{
	width: 100%;
}

.comic_04{
	width: 50%;
	margin: auto;
}

.comic_04 img{
	width: 100%;
}

.support_bottom_img01{
	position: absolute;
	top: 49.8%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 30; 
	width: 50%;
}

.support_bottom_img01 img{
	width: 100%;
}

.support_bottom_img02{
	position: absolute;
	bottom: 0;
	right: 23.5%;
	z-index: 30; 
	width: 22.5%;
}

.support_bottom_img02 img{
	width: 100%;
}

/* special_area */
.special_area{
	background-image: url(../img/special_back.jpg);
	background-repeat: repeat;
	position: relative;
}

.special_text{
	padding: 50px 0 100px;	
}

.special_text img{
	margin: auto;	
}

/* result_area */
.result_area{
	background-color: #ffbf52;
}

.areaIn {
	max-width: 1000px;
	margin: auto;
	padding: 70px 0 0;
}

.result_sheet{
	padding: 50px 0px;
	background-color: #fff;
	z-index: 40;
	position: relative;
	display: flex;
	justify-content: center;
}

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

.comic_05 img{
	width: 100%;
}


img.cont02Img01,img.cont02Img04 {
	width: 100%;
	margin: 0 auto;
}
img.cont02Img01 {max-width: 480px;}
img.cont02Img04 {max-width: 760px;}
.cont02 {
	padding: 3% 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
.cont02 p {
	color: #fff;
	padding: 3% 6%;
}
.cont02 p.txtLeft {
	text-align: left;
}

p.minwid {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}
img.guide {
	max-width: 908px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
.flexbox {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	box-sizing: border-box;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: distribute;
	justify-content: space-around;

	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.flexbox p {
	font-size: 22px;
	text-align: left;
}
.flexbox p,.flexbox img {
	margin: 0 auto;
	padding: 5px;
	box-sizing:border-box;
}
.product {
    background: #3b3b3b;
    max-width: 900px;
    width: 100%;
    margin: 1% auto 4%;
    padding: 30px 40px;
    box-sizing: border-box;
}

.product p {
	padding: 0;
	text-align: left;
	color: #fff;
	line-height: 1.8;
}
.product a {
	color: #73ff98;
}
img.cont12Img {
	padding-bottom: 50px;
}


/*====================================
cv
======================================*/
.cv{
	width:100%;
	background:#f3f3f3;
	position: relative;
	margin-top: -5.5vw;
	padding: 4vw 0 1vw;
}
.cv .inner{
	width:1200px;
	height:494px;
	margin:0 auto;
	color:#fff;
}

.inner02{
	width:1000px;
	height:470px;
	margin:0 auto;
	color:#414141;
	padding: 0 50px;
	box-sizing: border-box;
	background:#f3f3f3 url(../img/cvbg2.jpg) no-repeat bottom;
}
.cv1{
	width:100%;
	background:#f3f3f3;
	position: relative;
	padding-bottom: 20px;
}

.cv1 .inner{
	width:1200px;
	height:494px;
	margin:0 auto;
	color:#fff;
}

.cv div.fl{
	width:426px;
	padding:203px 44px 0 46px;
	text-align:left;
}
.cv div.fl02 {
    width: 500px;
    padding: 72px 0 0 0;
    text-align: left;
    float: left;
}
.cv div.fr{
	width:479px;
	text-align:left;
	padding:186px 0 0 0;
}
.cv div.fr02 {
  width: 400px;
  text-align: left;
  padding: 50px 0 0 0px;
  float: right;
}

.cv1 div.fl{
	width:426px;
	padding:203px 44px 0 46px;
	text-align:left;
}
.cv1 div.fl02 {
    width: 500px;
    padding: 72px 0 0 0;
    text-align: left;
    float: left;
}
.cv1 div.fr{
	width:479px;
	text-align:left;
	padding:186px 0 0 0;
}
.cv1 div.fr02 {
  width: 400px;
  text-align: left;
  padding: 50px 0 0 0px;
  float: right;
}

#btn1 {
	width: 100%;
}

/*アニメーション*/
.animation{
	animation: fuwafuwa 2s linear infinite;
	scale: 1;
  }
  
  @keyframes fuwafuwa{
   0%{transform:translateY(10px)}
   50%{transform:translateY(-10px)}
   100%{transform:translateY(10px)}
  }

.cv div.fl input[type=email], .cv div.fl02 input[type=email]{
	width:415px;
	height:65px;
	line-height:60px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border:solid 3px #ac983e;
	outline:none;
	font-size:18px;
	padding:0 10px;
	margin-bottom:20px;
}
.cv div.fl label{
	display:block;
}
.cv div.fl02 label{
	display:block;
}
.cvtxt{
	width: 900px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	line-height: 1.6;
}

.cv div.fl label a{
	color:#0075ff;
}
.cv div.fl02 label a{
	color:#0075ff;
}

.cv1 div.fl input[type=email], .cv1 div.fl02 input[type=email]{
	width:415px;
	height:65px;
	line-height:60px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border:solid 3px #ac983e;
	outline:none;
	font-size:18px;
	padding:0 10px;
	margin-bottom:20px;
}
.cv1 div.fl label{
	display:block;
}
.cv1 div.fl02 label{
	display:block;
}
.cvtxt{
	width: 900px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	line-height: 1.6;
}

.cv1 div.fl label a{
	color:#0075ff;
}
.cv1 div.fl02 label a{
	color:#0075ff;
}

.check_text{
	width: 900px;
	line-height: 1.6;
}

label {
    font-size: 14px;
}


/*====================================
フッター
======================================*/
footer {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0 auto;
    background: #333;
	color: #fff;
	font-size: 12px;
}
dl.info dt {
  font-weight: bold;
	padding: 25px 0 5px;
}
dl.info dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
#disclaimer,#footlink > div {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 5px 35px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.8;
}
#footlink {
  width: 100%;
  background: #e5e5e5;
  color: #b5b5b5;
	text-align: center;
}
#footlink nav ul li {
	position: relative;
	padding: 10px;
	box-sizing: border-box;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	-ms-flex-pack: distribute;
	justify-content: space-around;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footlink nav ul li::after {
	position: absolute;
	left: -4px;
	content: '|';
	color: #adadad;
}
#footlink nav ul li:first-child::after {
	display: none;
}
#footlink p {
  color: #004742;
  line-height: 1.5;
  padding-top: 20px;
}
#footlink a {
	color: #000;
}
#footlink a:hover {
  text-decoration: underline;
}
p.copy {
	background: #2a2a2a;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}

/*ワイド画面調整用（1921px以上）環境の設定
---------------------------------------------------------------------------*/

@media screen and (min-width:1921px) {
	#top{
		width:100%;
		min-width: 950px;
		background-image: url("../img/main_back1.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		height: 29.4vw;
		position: relative;
	}

	.bl_div {
		background-image: url(../img/bl_div_top.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 12vw;
		position: relative;
		z-index: 30;
		padding: 3vw 0 0;
		margin-bottom: 4vw;
	}

	.bl_div_text img {
		padding-top: 0;
		margin: auto;
		width: 30%;
	}

	.cv{
		margin-top: -11vw;
		padding: 6vw 0 1%;
	}

	.areaIn {
		margin: auto;
		padding: 70px 0 0;
		box-sizing: border-box;
	}

	.cont02 {
		padding: 3% 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}

	.product {
		background: #3b3b3b;
		max-width: 900px;
		width: 100%;
		margin: 1% auto 3.5%;
		padding: 30px 40px;
		box-sizing: border-box;
	}

	#top .inner {
		width: 65%;
		height: 29.4vw;
	}

	.main_img{
		width: 100%;
	}
	
	#top h1 img{
		width: 100%;
	}

	.main_img_t img{
		width: 100%;
	}

	
  }

/*トップ画面調整用（1081px～1229px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:1081px) and (max-width:1229px) {
	body {
		font-size: 16px;
	}

	#top {
		min-width: unset;
		height: 44vw;
	}

	#top .inner {
		width: 98%;
		height: auto;
		min-width: unset;		
	}

	.cv .inner{
		width:100%;
		height:494px;
		margin:0 auto;
		color:#fff;
	}

	.cv1 .inner{
		width:100%;
		height:494px;
		margin:0 auto;
		color:#fff;
	}

	.comic_area {
		width: 60%;
	}

	.special_text {
		padding: 50px 0 100px;
		width: 60%;
		margin: auto;
	}

	.areaIn {
		max-width: 60%;
		margin: auto;
		padding: 60px 0 0;
	}

	.result_sheet {
		width: 100%;
	}

	.product {
		background: #3b3b3b;
		max-width: 900px;
		width: 100%;
		margin: 1% auto 6%;
		padding: 30px 40px;
		box-sizing: border-box;
	}
}

/*ここからタブレット用（600px～1080px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1080px) {
	body {
		font-size: 16px;
	}

	.pc {display: none;}
	.pc1 {display: block;}
	.tab {display: block;}
	.sp {display: none;}

	#header-inner {
		height: fit-content;
	}
	.site-title {
		display: block;
	}
	.site-title p {
		padding-left: 15px;
		line-height: 1.4;
	}

	#top {
		min-width: unset;
		height: auto;
		height: 44.3vw;
	}

	#top .inner {
		width: 98%;
		height: auto;
		min-width: unset;	
	}

	.main_img {
		padding-top: 0.6vw;
	}

	.main_img_t {
		width: 17%;
		margin: 0 auto;
		position: absolute;
		top: 18%;
		right: 4%;
		animation: expansion 1.2s ease-in-out 0s infinite alternate;
		transform-origin: center;
	}

	.inner02{
		width:100%;
		margin:0 auto;
	    padding: 0;
		color:#333;
		background:#f3f3f3;  
	}

	.bl_div{
		background-image: url(../img/bl_div_top.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 36vw;
		position: relative;
		z-index: 30;
	}

	.bl_div_text{
		width: 70%;
		margin: auto;
	}
	
	.bl_div_text img{
		padding-top: 8vw;
		margin: auto;
	}

	.comic_area {
		position: relative;
		width: 90%;
		margin: auto;
		margin-bottom: 30px;
		z-index: 30;
	}

	.red_div{
		background-image: url(../img/red_div_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		height: auto;
		position: relative;
	}
	
	.red_div_text img{
		width: 90%;
		padding: 30px 0;
		margin: auto;
	}

	.comic_04 {
		width: 80%;
		margin: auto;
	}

	.support_img{
		position: absolute;
		top: 2.2%;
		right: 10%;
		width: 30%;
		animation: expansion 1.2s ease-in-out 0s infinite alternate; 
		  transform-origin:center;
	}
	
	.support_img img{
		width: 100%;
	}

	.support_text {
		position: absolute;
		top: 28%;
		left: 18%;
		font-size: 3.4vw;
		line-height: 1.3;
		font-weight: bold;
	}

	.support_bottom{
		margin-top: -8vw;
	}

	.support_bottom_img01 {
		position: absolute;
		top: 49.8%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 30;
		width: 80%;
	}
	
	.support_bottom_img02 {
		position: absolute;
		bottom: 0;
		right: 8%;
		z-index: 30;
		width: 36%;
	}

	.special_text {
		padding: 30px 0 70px;
		width: 90%;
		margin: auto;
	}

	.result_top_img{
		width: 80%;
		margin: auto;
	}

	.result_sheet {
		width: 80%;
		text-align: center;
		padding: 50px 0;
		background-color: #fff;
		z-index: 40;
		position: relative;
		margin: auto;
	}

	.comic_05 {
		width: 80%;
		margin: auto;
		padding: 30px 0 50px;
	}

	.cv .inner02{
		padding: 8% 0 0;
	    margin: 0 auto;
		height: auto;
	}
	.cv div.fl02 {
	    width: 90vw;
	    text-align: left;
	    margin: 0 auto 3vw;
		padding: 0;
    	float: unset;
	}
	.cv div.fr02 {
	    width: 100%;
	    margin: 0 auto;
		float: unset; 
    	padding: 0;
    	text-align: center;
	}
	#btn1,#btn2,#btn3,#btn4,#btn5,#btn6 {width: 50vw;}

	.cv div.fl02 input[type=email]{
		width:82vw;
		height: 16%;
		line-height:1.75;
		border-radius: 2%;
		-webkit-border-radius: 2%;
		-moz-border-radius: 2%;
		border: 2px solid #ac983e;
		border-radius: 5px;outline:none;
		font-size: 1.3em;
		padding: 2vw 2vw;
		margin-bottom: 4vw;
		margin-left: 2vw;
	}

	.check_text {
		width: 94%;
		margin: auto;
		line-height: 1.6;
	}

	.cv div.fl02 label{
		display:block;
		font-size: 14px;
	}
	.cv div.fl02 label a{
		color:#0075ff;
	}

	.cv1 .inner02{
		padding: 6% 0 0;
	    margin: 0 auto;
		height: auto;
	}
	.cv1 div.fl02 {
	    width: 90vw;
	    text-align: left;
	    margin: 0 auto 3vw;
		padding: 0;
    	float: unset;
	}
	.cv1 div.fr02 {
	    width: 100%;
	    margin: 0 auto;
		float: unset; 
    	padding: 0;
    	text-align: center;
	}
	#btn1,#btn2,#btn3,#btn4,#btn5,#btn6 {width: 50vw;}

	.cv1 div.fl02 input[type=email]{
		width:82vw;
		height: 16%;
		line-height:1.75;
		border-radius: 2%;
		-webkit-border-radius: 2%;
		-moz-border-radius: 2%;
		border: 2px solid #ac983e;
		border-radius: 5px;outline:none;
		font-size: 1.3em;
		padding: 2vw 2vw;
		margin-bottom: 4vw;
		margin-left: 2vw;
	}

	.cv1 div.fl02 label{
		display:block;
		font-size: 14px;
	}
	.cv1 div.fl02 label a{
		color:#0075ff;
	}

	.tel {
	    padding: 10px 0 20px;
	    background: #f3f3f3;
	}

	.tel img{
		margin: auto;
	}

	.product {
		background: #3b3b3b;
		max-width: 900px;
		width: 100%;
		margin: 1% auto 6%;
		padding: 30px 40px;
		box-sizing: border-box;
	}

	.areaIn {
		margin: auto;
		padding: 50px 0 10px;
		box-sizing: border-box;
	}

	.cont03 {
		margin: 50px auto 0;
		padding: 0 3% 0;
		box-sizing: border-box;
	}

	#disclaimer,#footlink > div {
		padding: 25px;
	}

}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media(max-width:599px) {
	body {
		font-size: 14px;
		margin: 0 auto 0;
	}

	.pc {display: none;}
	.pc1 {display: none;}
	.tab {display: block;}
	.sp {display: block;}

	#header-inner {
		height: fit-content;
	}
	.site-title {
		display: block;
	}
	.site-title p {
		padding-left: 15px;
		line-height: 1.4;
	}

	#top {
		min-width: unset;
		height: 106vw;
		background-image: url("../img/main_back_sp1.jpg");
	}
	
	#top .inner {
		width: 100%;
		min-width: unset;
		height: 106vw;
	}

	#top h1 img {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
	}

	.main_img {
		padding-top: 6.8vw;
	}

	.main_img_t {
		width:26%;
		margin: 0 auto;
		position: absolute;
		top: 14%;
		right: 3%;		
	  }

	.cont01 p,.cont02 p,.cont03 p {
		font-size: 3vw;
	}

	.conte01 p {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.8;
		padding: 2vw;
	}

	.cont03 p.txtNext {
		font-size: 26px;
	}
	.cont0301 p {
		text-align: center;
	  padding: unset;
	  font-size: 6vw;
	}
	.cont0301 p.txtNext {
		font-size: 6vw;
		text-align: center;
	}

	.flexbox {
		padding-top: 15px;
		-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}

	.inner_input {
		width: 100%;
	}

	.bl_div{
		background-image: url(../img/bl_div_top_sp.png);
		background-position: center;
		background-size: cover;
		height: auto;
		position: relative;
		z-index: 30;
		margin-bottom: 6.5vw;
	}
	
	.bl_div_text img{
		padding: 30px 0 50px;
		margin: auto;
		width: 80%;
	}

	.comic_area {
		position: relative;
		width: 90%;
		margin: auto;
		z-index: 30;
		padding-bottom: 10px;
	}

	.comic_04 {
		width: 80%;
		margin: auto;
	}

	.support_img{
		position: absolute;
		top: 2.2%;
		right: 10%;
		width: 30%;
		animation: expansion 1.2s ease-in-out 0s infinite alternate; 
		transform-origin:center;
	}
	
	.support_img img{
		width: 100%;
	}

	.support_text {
		position: absolute;
		top: 28%;
		left: 18%;
		font-size: 3.4vw;
		line-height: 1.3;
		font-weight: bold;
	}

	.support_bottom{
		margin-top: -8vw;
	}

	.support_bottom_img01 {
		position: absolute;
		top: 49.8%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: 30;
		width: 80%;
	}
	
	.support_bottom_img02 {
		position: absolute;
		bottom: 0;
		right: 8%;
		z-index: 30;
		width: 36%;
	}

	.special_text {
		padding: 30px 0 50px;
		width: 90%;
		margin: auto;
	}

	.result_top_img{
		width: 90%;
		margin: auto;
	}

	.result_sheet {
		width: 90%;
		text-align: center;
		padding: 30px 0;
		background-color: #fff;
		z-index: 40;
		position: relative;
		margin: auto;
	}

	.comic_05 {
		width: 90%;
		margin: auto;
		padding: 30px 0 10px;
	}

	.red_div{
		background-image: url(../img/red_div_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		height: auto;
		position: relative;
	}
	
	.red_div_text img{
		width: 90%;
		padding: 30px 0;
		margin: auto;
	}

	.cvbeforbox {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	.cv{
		position: relative;
	    margin: 0 auto;
		margin-top: -14vw;
	}

	.cv1{
		position: relative;
	    margin: 0 auto;
	}

	.inner02{
		width:100%;
		margin:0 auto;
	    padding: 0;
		color:#333;
		background:#f3f3f3;
		}

	.cv .inner02{
		padding-top:10%;
	    margin: 0 auto;
		height: auto;
	}
	.cv div.fl02 {
	    width: 90vw;
	    text-align: left;
	    margin: 0 auto 5vw;
		padding: 0;
    	float: unset;
	}
	.cv div.fr02 {
	    width: 100%;
	    margin: 0 auto;
		float: unset;
    	padding: 0;
    	text-align: center;
	}
	#btn1,#btn2,#btn3,#btn4,#btn5,#btn6 {width: 80vw;}

	.cv div.fl02 input[type=email]{
		width:82vw;
		height: 16%;
		line-height:1.75;
		border-radius: 2%;
		-webkit-border-radius: 2%;
		-moz-border-radius: 2%;
		border: 2px solid #ac983e;
		border-radius: 5px;outline:none;
		font-size: 1.3em;
		padding: 2vw 2vw;
		margin-bottom: 4vw;
		margin-left: 2vw;
	}

	.check_text {
		width: 94%;
		margin: auto;
		line-height: 1.6;
	}

	.cv div.fl02 label{
		display:block;
		font-size: 14px;
	}
	.cv div.fl02 label a{
		color:#0075ff;
	}

	.cv1 .inner02{
		padding-top:7%;
	    margin: 0 auto;
		height: auto;
	}
	.cv1 div.fl02 {
	    width: 90vw;
	    text-align: left;
	    margin: 0 auto 5vw;
		padding: 0;
    	float: unset;
	}
	.cv1 div.fr02 {
	    width: 100%;
	    margin: 0 auto;
		float: unset;
    	padding: 0;
    	text-align: center;
	}
	#btn1,#btn2,#btn3,#btn4,#btn5,#btn6 {width: 80vw;}

	.cv1 div.fl02 input[type=email]{
		width:82vw;
		height: 16%;
		line-height:1.75;
		border-radius: 2%;
		-webkit-border-radius: 2%;
		-moz-border-radius: 2%;
		border: 2px solid #ac983e;
		border-radius: 5px;outline:none;
		font-size: 1.3em;
		padding: 2vw 2vw;
		margin-bottom: 4vw;
		margin-left: 2vw;
	}

	.cv1 div.fl02 label{
		display:block;
		font-size: 14px;
	}
	.cv1 div.fl02 label a{
		color:#0075ff;
	}

	.tel {
	    padding: 10px 0 20px;
	    background: #f3f3f3;
	}

	.areaIn {
		margin: auto;
		padding: 30px 0;
		box-sizing: border-box;
	}

	.cont03 {
		margin: 30px auto 0;
		padding: 0 3% 3%;
		box-sizing: border-box;
	}

	#footlink nav ul li {
		display: block;
	}
	#footlink nav ul li::after {
		display: none;
	}

	#disclaimer,#footlink > div {
		padding: 25px;
	}
}

@media (min-width:500px) and (max-width:599px) {
	#top {
		min-width: unset;
		height: 103vw;
		background-image: url("../img/main_back_sp1.jpg");
	}
	
	#top .inner {
		width: 100%;
		min-width: unset;
		height: 103vw;
	}

}


