@charset "utf-8";

/*/////  [ デフォルト設定 ] /////*/

* {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

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

a {
	color: #000;
	-webkit-transition: all ease-in-out .2s;
			transition: all ease-in-out .2s;
}
a:focus, a:active, a:hover {
	outline: 0;
}
table {
	width: 100%;
}
th, td {
	padding: 10px 10px;
}

form {
	text-align: center;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form textarea,
form select {
	border: 2px #ccc solid;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
	max-width: 620px;
	width: 100%;
	padding: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
}
form select {
	width: 5em;
}
form input[type="submit"],
form input[type="reset"],
form button {
	border: none;
	padding: 15px 0;
	min-width: 200px;
}
form input[type="submit"]:hover,
form input[type="image"]:hover,
form input[type="reset"]:hover,
form button:hover {
	cursor: pointer;
}
form input[type="submit"], 
form input[type="reset"], 
form button {
	border: 2px #ccc solid;
	border-radius: 10px;
	color: #FFF;
    background: #999;
}
.radio_btn label span {
	position: relative;
	padding-left: 20px;
	line-height: 1;
}
.radio_btn input[type=radio] + span::before,
.radio_btn input[type=radio] + span::after {
	content: "";
	position: absolute;
	display: inline-block;
	border-radius: 50px;
}
.radio_btn input[type=radio] + span::before {
    width: 15px;
    height: 15px;
    background: #FFF;
	border: 1px solid #000;
	top: 5px;
	left: 0;
}
.radio_btn input[type=radio] + span::after {
    width: 11px;
    height: 11px;
    background: #000;
	top: 8px;
	left: 3px;
	opacity: 0;
}
.radio_btn input[type=radio]:checked + span::after {
	opacity: 1;
}


/* flexbox */
.flex {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;	/*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  display: -webkit-flexbox;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ----------------------------------------
* 
---------------------------------------- */

html, body {
	height: 100%;
	font-size: 10px;
}
body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
}
body:before {
	content: "";
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: url(../images/recruitlp_bg.jpg);
	z-index: -1;
}
header {
	background: #bd0000;
}
#header_inner {
	max-width: 1000px;
	margin: 0 auto;
}
h1 {
	display: block;
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
}
main {
	max-width: 1000px;
	margin: 0 auto;
}
section {
	padding: 50px 10px;
}
h2 {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .25em;
	line-height: 1.25;
	margin-bottom: 20px;
}
h2:before {
	content: "";
	background: url(../images/h2_acc.png);
	background-size: cover;
	display: block;
	width: 100px;
	height: 50px;
	top: -50px;
	margin: 0 auto;
}
#topimg img {
	width: 100%
}
#COVID-19 {
	width: calc(100% - 40px);
	padding: 1.2em 0.5em;
	margin: 2em auto;
	background: #d6ebff;
	box-shadow: 0px 0px 0px 10px #d6ebff;
	border: dashed 2px white;
}
#COVID-19 > ul >li {
	width: calc(100% / 5);
	padding: 2%;
}
#COVID-19 img {
	display: block;
	max-width: 150px;
	background: #FFF;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

#treatment {

}
#treatment > ul {
	justify-content: center;
}
#treatment > ul >li {
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	width: 125px;
	height: 125px;
	background: #e73827;
	margin: 2%;
	padding: 1%;
	border-radius: 10px;
}

#FAQ > dl  {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 2%;
}
#FAQ  > dl > dt,
#FAQ  > dl > dd {
	margin-bottom: 10px;
}
#FAQ  > dl > dt {
	position: relative;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 20px 20px 20px 0;
	margin: 0 25% 10px 40px;
	padding: 5px 1em;
}
#FAQ  > dl > dt:before {
	content: "Q";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #bd0000;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 1.75;
	width: 35px;
	height: 35px;
	bottom: 0;
	left: -40px;
}
#FAQ  > dl > dd {
	color: #FFF;
	background: #bd0000;
	border-radius: 20px 20px 0 20px;
	margin-left: 25%;
	padding: 5px 1em;
}

#reward img {
	width: 100%;
}
#reward	 p {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
.bonus {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.bonus li {
	position: relative;
	width: calc((100% / 3) - 20px);
	background: rgba(255,225,225,.6);
	margin: 10px;
	padding: 30px 10px;
	border: 1px solid #af7225;
    box-shadow: 0 0 0 5px rgba(255,225,225,.6);
}
.bns_ttl {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}
.bns_nb {
	position: absolute;
	font-size: 1.8rem;
	color: #FFF;
	background: #bd0000;
	top: 5px;
	left: -20px;
	padding: 0 1em;
	box-shadow: 2px 2px 0 rgba(0,0,0,.2);
	transform: rotate(-25deg);
}



.ex_ptn_wrap {
	justify-content: space-between;
}
.ex_ptn {
	width: calc((100% / 2) - 1%);
	padding: 20px;
	border: 3px solid #af7225;
	border-radius: 40px;
	margin-bottom: 10px;
}
.ex_ptn p {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.ex_ptn > dl {
	align-items: center;
}
.ex_ptn > dl > dt {
	width: 8em;
	color: #b8833f;
	text-align: center;
	background: #FFF;
	border: 1px solid #b8833f;
	border-radius: 10px;
	padding: 5px;
}
.ex_ptn > dl > dt > span{
	display: block;
	font-weight: bold;
}
.ex_ptn > dl > dd {
	width: calc(100% - 8em - 1em);
	padding-left: 1em;
}
.ex_ptn > dl > dd > span{
	font-size: 1.8rem;
	color: #b8833f;
	font-weight: bold;
}
.ex_ptn > dl > dt,
.ex_ptn > dl > dd {
	margin-top: 10px;
}
.ex_ptn > dl:last-of-type {
	border-top: 1px dashed #999;
	margin-top: 10px;
}
.ex_ptn > dl:last-of-type > dt{
	color: #FFF;
	background: #b8833f;
}
.ex_ptn > dl:last-of-type > dd > span{
	display: block;
	font-size: 3rem;
	color: #bd0000;
}
.percent {
	font-size: 85%;
}
.ex_ptn_note {
	position: relative;
	background: #b8833f;
	color: #FFF;
	padding: 20px;
	margin-top: 20px;
}
.ex_ptn_note:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #b8833f;
}

#special > ul {
	justify-content: space-between;
}
#special > ul > li {
	width: calc(100% / 3 - 1%);
}
#special > ul > li span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: .1em 1em;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	width: 13em;
	margin: 0 auto;
}
#special > ul > li img {
	display: block;
    max-width: 220px;
    transform: rotate(-5deg);
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
    margin: 20px auto;
    padding: 10px;
    background: #FFF;
}

#form form {
	max-width: 800px;
	margin: 0 auto;
}
#form tr {
	display: flex;
	align-items: center;
}
#form th,
#form td {
	margin-bottom: 20px;
	text-align: left;
}
#form th {
	width: 10em;
}
#form td {
	width: calc(100% - 10em);
}
.entry input[type="submit"] {
    border: 1px solid #333;
    border-radius: 6px;
    margin: 20px 10px;
    width: 200px;
}
#form td.form_s select {
	width: 6em;
	background: url(../images/select_arrow.png) top right no-repeat #FFF;
	background-size: 20px 40px;
}

#info > div {
	max-width: 600px;
	font-size: 1.4rem;
    margin: 0 auto;
    padding: 25px;
}
#info dl {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#info dl > dt,
#info dl > dd {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
#info dl > dt {
	width: 8em;
}
#info dl > dd {
	font-weight: bold;
	width: calc(100% - 8em);
}
.info_note{
	display: block;
	text-align: center;
}

footer {
	text-align: center;
}
.site_logo {
	width: 220px;
	margin: 0 auto;
}
.copyright {
	display: block;
}

/* PC style */
@media print, screen and (min-width:769px) {
	.pc_view {display: block;}
	.sp_view {display: none;}
	a[href^="tel:"] {pointer-events: none;}
}



/* SP style */
@media print, screen and (max-width:768px) {
	.pc_view {display: none;}
	.sp_view {display: block;}

	.radio_btn input[type=radio] + span::before {
		top: 0;
	}
	.radio_btn input[type=radio] + span::after {
		top: 3px;
	}

	section {
		padding: 10px 0;
	}
	h2 {
		font-size: 2.5rem;
		letter-spacing: .1em;
		margin: 20px 0;
	}

	#COVID-19 > ul >li {
		width: 100%;
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	#COVID-19 img {
		max-width: 100px;
		float: left;
		margin-right: 1em ;
	}

	#treatment > ul >li {
		width: 100px;
		height: 100px;
		font-size: 1.6rem;
		margin: 1%;
		border-radius: 10px;
	}

	#FAQ {
		font-size: 1.4rem;
	}
	#FAQ  > dl > dt {
		margin-right: 15%;
	}
	#FAQ  > dl > dd {
		margin-left: 15%;
	}

	.bonus ul {
		max-width: 320px;
		margin: 0 auto;
	}
	.bonus li {
		width: 100%;
	}

	#example, #highestprice {
		padding: 0 2%;
	}
	.ex_ptn {
		width: 100%;
		font-size: 1.2rem;
		padding: 20px 10px;
	}
	.ex_ptn > dl:last-of-type > dd > span {
		font-size: 2rem;
	}

	#special > ul > li {
		width: 100%;
		padding: 0 2% 25px; 
	}
	#special > ul > li img {
		max-width: 150px;
	}

	#info dl {
		font-size: 1.6rem;
	}

	#form tr {
		display: block;
	}
	#form th,
	#form td {
		display: block;
		width: 100%;
		margin: 0;
	}
	#form th {
		padding-bottom: 0;
	}
	#form td {
		padding-top: 0;
	}

	footer {
		font-size: 1.2rem;
		padding-bottom: 50px;
	}
	.footer_fixed_navi {
		position: fixed;
		display: block;
		height: 50px;
		width: 100%;
		bottom: 0;
	}
	.footer_fixed_navi li {
		position: relative;
		width: calc(100% / 4);
	}
	.footer_fixed_navi li a {
		position: absolute;
		height: 50px;
		width: 100%;
		color: #FFF;
		font-size: 1.2rem;
		align-items: flex-end;
		justify-content: center;
	}
	.fixed_tel a {
		background: #bd0000;
	}
	.fixed_line a {
		background: #32c832;
	}
	.fixed_mail a {
		background: #7dc8ff;
	}
	.fixed_form a {
		background: #b8833f;
	}
	.footer_fixed_navi li a:before {
		position: absolute;
		display: block;
		font-size: 2.4rem;
		top: 0;
	}
	.fixed_tel a:before {
		font-family: "Font Awesome 5 Free";
		content: "\f87b";
		font-weight: bold;
	}
	.fixed_line a:before {
		font-family: "Font Awesome 5 Brands";
		content: "\f3c0";
	}
	.fixed_mail a:before {
		font-family: "Font Awesome 5 Free";
		content: "\f0e0";
		font-weight: bold;
	}
	.fixed_form a:before {
		font-family: "Font Awesome 5 Free";
		content: "\f14b";
		font-weight: bold;
	}
}

/* 2021/02/10 */
#highestprice .ex_ptn {
	margin: 0 auto;
}