@charset "utf-8";

body {
	background: #f5e4c4;
	background: url(../images/bg_header.jpeg) center center no-repeat fixed;
	background-size: cover;
	font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-size:100%;/* 16px */
	/*font-size:112.5%; 18px */
	font-size: 125%;
	/* 21px */
	font-feature-settings: "palt";
	line-height: 1.8;
	word-break: break-all;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝
FV
＝＝＝＝＝＝＝＝＝＝＝＝*/

header{
	h1 img{
		width: 100%
	}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝
ユーティリティ
＝＝＝＝＝＝＝＝＝＝＝＝*/

/* 中央ぞろえ */
.u-ta-c {
	text-align: center;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝
cta 
＝＝＝＝＝＝＝＝＝＝＝＝*/
.cta {
	padding-top: 34px;
	padding-bottom: 36px;
	background-color: #D4473B;
	position: relative;
	width: 100%;
	margin-inline: auto;
}

.cta.--text{
	margin-top: -1.5em;
	padding-top: 27px;
	margin-bottom: 70px;
}


.cta_text{
	display: block;
	margin-inline: auto;
	margin-bottom: 25px;
	width: calc((637/960) * 100%);
}

/* 入力欄 */
input.required_color {
	background-color: #FFFFFF !important;
}

form.myForm input[type="text"]{
	border-radius: 0;
	width: calc((718/960) * 100%);
	margin-inline: auto;
	font-size: 2.43rem;
	text-align: center;
	color: #340c0b;
}

form.myForm input[type="text"]::placeholder{
	color: #340c0b;
}

.cta_btn {
	position: relative;
	background: url("../images/button_cta@2x.png") no-repeat center;
	background-size: cover;
	background-position: center;
	width: 841px;
	height: 188px;
	width: calc((841/961) * 100%);
	aspect-ratio: 841/188;
	text-indent: -9999px;
	/* テキスト非表示 */
	border: none;
	cursor: pointer;
	border-radius: 200px;
	overflow: hidden;
	animation: shake 1.7s ease-in-out infinite;
}

.cta_btn::after {
	content: "";
	z-index: 100;
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
	animation: shiny 1.7s ease-in-out infinite;
}


@keyframes shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}

	50% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
}

@keyframes shake {

	0% {
		transform: translate(2px, 0px);
	}

	5% {
		transform: translate(-2px, 0px);
	}

	10% {
		transform: translate(2px, 0px);
	}

	15% {
		transform: translate(-2px, 0px);
	}

	20% {
		transform: translate(2px, 0px);
	}

	25% {
		transform: translate(-2px, 0px);
	}

	30% {
		transform: translate(0px, 0px);
	}

}

.heading-secondary {
	width: 100%;
	min-height: 134px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 5px auto;
	color: #FFF;
	font-family: "メイリオ", sans-serif;
	text-align: center;
	line-height: 1.3;
	background-image: linear-gradient(7deg, #f7251a 0%, #ce221c 100%);
	padding-block: 40px;
	font-weight: 600;
}

.heading-secondary2 {
	width: 100%;
	min-height: 134px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 5px auto;
	color: #FFF;
	font-family: "メイリオ", sans-serif;
	text-align: center;
	line-height: 1.3;
	background-image: linear-gradient(7deg, #b9a77f 0%, #b9a77f 100%);
	padding-block: 40px;
	font-weight: 600;
}

.nomt {
	margin-top: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
}


.large {
	font-size: 120%;
}

.xlarge {
	font-size: 144%;
}

.xxlarge {
	font-size: 172.8%;
}

.small {
	font-size: 75%;
}

.xsmall {
	font-size: 62.5%;
}

.xxsmall {
	font-size: 56.25%;
}

.u {
	text-decoration: underline;
}

/*.u {
	text-decoration: none;
	background: #ffe566;
}*/
.u2 {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffbb33 0%) repeat scroll 0 0;
}

.red {
	color: red;
	color: #ff3300;
}

.highlight {
	background-color: #ffee99;
}

.redhigh {
	color: red;
	color: #ff3300;
	background-color: #ffee99;
}

.pic {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 320px;
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.cu {
	margin-top: 1.5em;
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.pp {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


.picc {
	margin-bottom: 10px;
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.pconly {
	display: block;
}

.pconly.dot {
	display: inline-block;
}

.sponly {
	display: none;
}

.strike {
	text-decoration: line-through;
}

.strike span {
	color: #222;
}

.nomg {
	margin: 0 0.1em;
}

.pic_cite {
	margin-bottom: 0.5em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.img-wide {
	max-width: none;
	width: 980px;
	margin-left: -1.5em;
}

.img01 {
	border: 0px solid #f5f5f5;
}

.img_conovv {
	margin-bottom: 0.5em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ref {
	display: block;
	margin: 1em auto 0;
	width: 760px;
	max-width: 100%;
	font-size: 75%;
	text-align: right;
}

.ref a:hover {
	text-decoration: underline;
}

.kakeru {
	text-align: center;
	font-weight: bold;
	display: block;
}

blockquote {
	position: relative;
	margin: 3em auto 2em;
	padding: 1.5em;
	background: #f5f5f5;
}

blockquote::before {
	position: absolute;
	left: 45%;
	top: -1em;
	background-color: #a3c7db;
	color: #FFFFFF;
	border: 2px solid #a3c7db;
	box-sizing: border-box;
	font-family: 'FontAwesome';
	content: '\f10d';
	line-height: 1;
	padding-top: 0.5em;
	text-align: center;
	width: 2.2em;
	height: 2.2em;
	font-size: 1em;
	border-radius: 5em;
}

strong {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	max-width: 980px;
}

main {
	margin: 0 auto 0;

}

footer {
	margin: 50px auto 0;
	padding: 20px 100px;
	color: #1f1f1f;
	font-size: 75%;
	text-align: center;
}

footer a {
	color: #1f1f1f;
}

footer a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
}

ul.who,
ol {
	margin: 0px auto;
	padding: 20px 30px;
	width: 940px;
	max-width: 100%;
	border: 5px solid #ded28e;
	background: #fff;
	color: #333;
	font-weight: bold;
	list-style: none;
}

/*ul li::before {
margin-right: 0.8em;
content: "\f14a";
font-family: FontAwesome;
font-size: 1.2em;
color: #00d0be;
}*/
ul.who li::before {
	display: inline-block;
	content: '';
	margin-right: 0.8em;
	width: 1em;
	height: 1em;
	background: url("../images/check.png") left center no-repeat;
	background-size: 100% 100%;
}

ul.curriculum,
ol {
	margin: 10px auto;
	padding: 20px 30px;
	width: 940px;
	max-width: 100%;
	border: 5px solid #ded28e;
	background: #fff;
	color: #333;
	font-weight: bold;
	list-style: none;
}

ul.curriculum li::before {
	display: inline-block;
	content: '';
	margin-right: 0.8em;
	width: 1em;
	height: 1em;
	background: url("../images/check.png") left center no-repeat;
	background-size: 100% 100%;
}

ul li:first-child,
ol li:first-child {
	margin-top: 0;
}

p:after {
	content: " ";
	display: block;
	clear: both;
}



/*
 *		text
 */

.container {
	margin: 0 auto;
	padding: 1.5em;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	color: #222;
}

.jung {
	float: right;
	display: inline-block;
	margin: 0 0 1em 1em;
	font-size: 75%;
	text-align: center;
}

.jung img {
	width: 120px;
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

/*
 *		kogane
 */

.text.kogane {}

.kogane .container {
	padding: 0;
	background: none;
}

.kogane .container p {
	margin: 0 auto 1em;
	padding: 1em;
	background: #fff;
}

.img_kogane {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

.img_kogane li {
	margin-bottom: 1em;
}

.img_kogane li::before {
	display: none;
}


/*
 *		reason
 */

.text.reason {
	margin: 1em 0 0 0;
}

.reason .container {
	padding: 0;
	background: none;
}

.reason .container p {
	margin: 0 auto 1em;
	padding: 1em;
	background: #fff;
}

.img_reason {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

.img_reason li {
	margin-bottom: 1em;
}

.img_reason li::before {
	display: none;
}


/*
 *		令和の学び
 */

.manabi {
	margin: 50px auto;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

.con_man {
	margin: 0 auto 50px;
	width: 860px;
}

.con_man p {
	position: relative;
	padding: 1em;
	border: 2px solid #000;
	border-top: none;
	background: #fff;
}

.con_man p:before {
	content: "";
	position: absolute;
	margin: 3px;
	border: 1px solid #000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.img_man {
	margin-left: 1em;
	float: right;
	width: 240px;
}


/*
 *		cause
 */

.cause {
	margin: 2em auto 0;
}

.cause h3 {
	margin-top: 2em;
	padding: 0.5em 0;
	border-bottom: 4px solid #c4b97d;
	background: #e61739;
	color: #fff;
	text-align: center;
}

.cause p {
	padding: 1.5em;
	background: #f5f5f5;
}


/*
 *		overview
 */


.ovv {
	position: relative;
	margin: 0 auto;
	padding: 2.5em 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.ovv::before {
	content: "";
	position: absolute;
	margin: 4px;
	border: 1px solid #fff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.ovv h2 {
	margin: 50px auto;
}

.ovv>p {
	margin: 0 auto;
	width: 860px;
	color: #fff;
}

.con_ovv {
	display: block;
	margin: 50px auto;
	padding-bottom: 1em;
	width: 860px;
	background: url("../images/bg_conovv.png");
	color: #333;
	z-index: 10;
}

.con_ovv:last-of-type {
	margin-bottom: 0;
}

.con_ovv h3 {
	margin-bottom: 0.5em;
}


.con_ovv p {
	margin: 0 auto;
	padding: 1em;
	width: 96%;
	background: #fff;
	overflow: hidden;
}

.con_ovv .vm {
	margin: 0 auto;
	padding: 1em;
	padding-top: 0;
	width: 96%;
	background: #fff;
}


.con_ovv .vm dt {
	padding: 0.2em 1em;
	border-left: 6px solid #54a8c7;
	background: #613c1f;
	color: #fff;
	font-weight: bold;
}

.con_ovv .vm dd {
	padding: 0.2em 1em;
}


.img_ovv {
	margin: 1em auto;
	border: 4px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


/*
 *		bonus
 */

.con_bonus {
	position: relative;
	display: block;
	margin: 2em auto;
	padding: 15px 20px;
	border: 3px solid #c4b97d;
	border-radius: 10px;
	background: #fff;
	font-family: 'Noto Sans Japanese', sans-serif;
	z-index: 10;
}

.con_bonus::before {
	content: "";
	position: absolute;
	margin: 3px;
	border: 1px solid #c4b97d;
	border-radius: 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: -10;
}

.con_bonus h3 {
	margin-bottom: 0.5em;
	padding: 0.4em 0.5em;
	border-radius: 4px;
	background: rgb(224, 216, 99);
	background: linear-gradient(90deg, rgba(248, 111, 100, 1) 0%, rgba(253, 83, 146, 1) 100%);
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	line-height: 1.2;
}

.con_bonus p {
	padding: 0em;
	padding-bottom: 0;
}


.hd_bonus {
	display: block;
	margin: 0 auto 0.5em;
	padding: 0.2em 0 0.2em;
	width: 10em;
	max-width: 100%;
	border-radius: 4px;
	background: #ffff32;
	color: #ff0000;
	text-shadow: none;
	line-height: 1;
}

.spbonus {
	position: relative;
	margin: 2em auto;
	padding: 25px;
	border-radius: 0.5em;
	background: rgb(234, 255, 112);
	background: linear-gradient(90deg, rgb(255, 93, 147) 0%, rgb(255, 59, 157) 100%);
}

.spbonus::before {
	content: "";
	position: absolute;
	margin: 3px;
	border: 1px solid #fff;
	border-radius: 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.spbonus .con_bonus {
	margin: 0 auto 1.5em;
}

.spbonus .con_bonus:last-of-type {
	margin-bottom: 0;
}



.img_bonus {
	margin: 1em auto;
	border: 4px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


/*
 *		kijun
 */

.kijun {
	position: relative;
	margin-bottom: 0;
	border-color: #613c1f;
}

.kijun:before {
	content: "";
	position: absolute;
	margin: 3px;
	border: 1px solid #613c1f;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.kijun li {
	padding-left: 1.5em;
}

.kijun li.num01 {
	background: url("../images/num01.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num02 {
	background: url("../images/num02.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num03 {
	background: url("../images/num03.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num04 {
	background: url("../images/num04.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num05 {
	background: url("../images/num05.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num06 {
	background: url("../images/num06.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num07 {
	background: url("../images/num07.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num08 {
	background: url("../images/num08.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num09 {
	background: url("../images/num09.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num10 {
	background: url("../images/num10.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num11 {
	background: url("../images/num11.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num12 {
	background: url("../images/num12.png") left center no-repeat;
	background-size: auto 1em;
}

.kijun li.num13 {
	background: url("../images/num13.png") left center no-repeat;
	background-size: auto 1em;
}

/*
 *		voice
 */

.con_voice {
	margin: 50px -10px;
	padding: 20px;
	padding-top: 0;
	width: 880px;
	border-radius: 6px;
	background: #33ddff;
	/* Old browsers */
	color: #fff;
}

.con_voice h3 {
	padding: 0.3em 0;
	text-align: center;
	font-size: 150%;
}

.con_voice h3::before {
	margin-right: 0.5em;
	content: "\f007";
	font-family: FontAwesome;
}

.cc_voice {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.ccvpic {
	margin-right: 20px;
	border: 3px solid #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.con_voice p {
	padding: 1em;
	border-radius: 6px;
	background: #fff;
	color: #333;
	font-size: 90%;
}



/*
 *		profile
 */

.profile {
	margin: 0 auto;
	width: 100%;
}

.profile h2 {
	margin-bottom: 20px;
	margin-left: 10px;
}

.con_prof {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 15px 20px;
	width: 940px;
	border: 3px solid #613c1f;
	background: #fff9f5;
	font-size: 88.88889%;
	color: #333;
	z-index: 10;
}

.con_prof:before {
	content: "";
	position: absolute;
	margin: 3px;
	border: 1px solid #613c1f;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: -10;
}

.profile .pic {
	width: 180px;
}

.con_prof h3 {
	margin: 10px auto;
	padding-bottom: 4px;
	width: 95%;
	border-bottom: 2px solid #ff6699;
	font-size: x-large;
}

.con_prof p {
	margin: 10px auto;
	width: 95%;
}

/*
 *		sign
 */

.sign {
	margin-top: 50px;
	text-align: right;
}

.sign img {
	display: inline;
}



/*
 *		faq
 */

.faq .container {
	position: relative;
	margin: 0 auto;
	padding: 2em;
	width: 940px;
	border: 3px solid #000;
	background: #f5f1dc;
}

.faq .container:before {
	content: "";
	position: absolute;
	margin: 3px;
	border: 1px solid #000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.wrap_faq h3 {
	position: relative;
	margin-top: 1.5em;
	padding: 0.5em 1em;
	padding-left: 3.2em;
	background: #b9a77f;
	color: #fff;
	font-size: 1em;
}

.wrap_faq h3::before {
	position: absolute;
	left: 1em;
	display: inline-block;
	content: '';
	width: 1.5em;
	height: 1.5em;
	background: url("../images/q.png") left center no-repeat;
	background-size: 100%;
}

.wrap_faq p {
	position: relative;
	padding: 0.5em 1em;
	padding-left: 3.2em;
}

.wrap_faq p:first-of-type {}

.wrap_faq p:first-of-type::before {}


.wrap_faq p::before {
	position: absolute;
	left: 1em;
	display: inline-block;
	content: '';
	width: 1.5em;
	height: 1.5em;
	background: url("../images/a.png") left center no-repeat;
	background-size: 100%;
}




/*
 *		申し込み
 */

.approve_text {
	width: 100%;
	margin: 2em auto 1em;
	border: 3px double #e84687;
	border-radius: 10px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	color: #e84687;
	padding: 15px 15px 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.chkbox {
	margin: 0.5em auto;
	text-align: center;
}

/* ラベルのスタイル　*/
.chkbox label {
	padding-left: 40px;
	/* ラベルの位置 */
	font-size: 1.2em;
	line-height: 27px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-weight: bold;
}

/* ボックスのスタイル */
.chkbox label:before {
	content: '';
	width: 24px;
	/* ボックスの横幅 */
	height: 24px;
	/* ボックスの縦幅 */
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #fff;
	border: 1px solid #939393;
	box-shadow: 0 0 1px #939393 inset;
}

/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	display: none;
}

/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked+label:before {
	content: '\2713';
	/* チェックの文字 */
	font-size: 1.3em;
	/* チェックのサイズ */
	color: #444344;
	/* チェックの色 */
	background-color: #fff;
	/* チェックした時の色 */
}

.wrap_btn {
	margin: 50px auto;
	width: 840px;
}

.btn {
	display: block;
	margin: 1em auto 0;
	width: 840px;
	height: 168px;
	text-indent: -9999px;
	border-radius: 16px;
	cursor: pointer;
}

.btn.disable {
	background: url("../images/button_da.png") center top no-repeat !important;
	pointer-events: none;
}

.btn.cr01 {
	background: url("../images/button_cr1.png") center top no-repeat;
}

.btn.cr02 {
	background: url("../images/button_cr2.png") center top no-repeat;
}

.btn.cr03 {
	background: url("../images/button_cr3.png") center top no-repeat;
}

.btn.cr10 {
	background: url("../images/button_cr10.png") center top no-repeat;
}

.btn.cr15 {
	background: url("../images/button_cr15.png") center top no-repeat;
}

.btn.gf {
	background: url("../images/button_gf.png") center top no-repeat;
}

.btn.sp {
	background: url("../images/button_sp.png") center top no-repeat;
}

.btn:hover {
	opacity: 0.8;
}

.att {
	margin-top: 2em;
	font-size: 75%;
}



/*
 *		推薦の声
 */

.rec {
	margin: 0 auto 4em;
	width: 100%;
}

.con_rec {
	position: relative;
	margin: 50px auto;
	padding: 1em;
	width: 940px;
	background: url("../images/bg_con_rec.jpg") #f5f1dc;
}

.con_rec:before {
	content: "";
	position: absolute;
	margin: 4px;
	border: 2px solid #222;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.con_rec h3 {
	padding: 0.25em 0;
	background: #111;
	/* Old browsers */
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.cc_rec {
	display: flex;
	align-items: flex-start;
	margin-top: 1em;
}

.pic_voice {
	margin-right: 1em;
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.text_rec {
	padding: 0.5em;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.text_rec h4 {
	padding: 0.2em 0.5em;
	border-radius: 3px;
	background: #613c1f;
	color: #fff;
	font-size: 87.5%;
}

.finalist {
	margin: 0 auto;
	width: 940px;
}

.finalist h3 {
	margin: 3em auto 1em;
	padding: 0.5em 0;
	border-bottom: 3px solid #f7ea9e;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-align: center;
}

.finalist p {
	position: relative;
	margin-left: 6em;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	border-radius: 0.8em;
	background: #8de055;
	line-height: 1.2;
}


.finalist p::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -6em;
	width: 5em;
	height: 5em;
	border-radius: 5em;
	background: url(../images/ava01.png);
	background-size: contain;
}

.finalist:nth-of-type(1) p::before {
	background: url(../images/img_nominees01.jpg);
	background-size: contain;
}

.finalist:nth-of-type(2) p::before {
	background: url(../images/img_nominees01.jpg);
	background-size: contain;
}

.finalist:nth-of-type(3) p::before {
	background: url(../images/img_nominees02.jpg);
	background-size: contain;
}

.finalist:nth-of-type(4) p::before {
	background: url(../images/img_nominees03.jpg);
	background-size: contain;
}

.finalist:nth-of-type(5) p::before {
	background: url(../images/img_nominees04.jpg);
	background-size: contain;
}

.finalist:nth-of-type(6) p::before {
	background: url(../images/img_nominees05.jpg);
	background-size: contain;
}

.finalist:nth-of-type(7) p::before {
	background: url(../images/img_nominees06.jpg);
	background-size: contain;
}

.finalist:nth-of-type(8) p::before {
	background: url(../images/img_nominees07.jpg);
	background-size: contain;
}

.finalist:nth-of-type(9) p::before {
	background: url(../images/img_nominees08.jpg);
	background-size: contain;
}

.finalist:nth-of-type(10) p::before {
	background: url(../images/img_nominees09.jpg);
	background-size: contain;
}

.finalist:nth-of-type(11) p::before {
	background: url(../images/img_nominees10.jpg);
	background-size: contain;
}

.finalist:nth-of-type(12) p::before {
	background: url(../images/img_nominees11.jpg);
	background-size: contain;
}

.finalist:nth-of-type(13) p::before {
	background: url(../images/img_nominees12.jpg);
	background-size: contain;
}

.finalist:nth-of-type(14) p::before {
	background: url(../images/img_nominees13.jpg);
	background-size: contain;
}

.finalist:nth-of-type(15) p::before {
	background: url(../images/img_nominees14.jpg);
	background-size: contain;
}



.finalist p::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: -0.95em;
	border-top: 0.5em solid transparent;
	border-right: 0.75em solid #8de055;
	border-bottom: 0.5em solid transparent;
	border-left: 0.5em solid transparent;
}

/*
 *		特商法
 */

/* Tokutei Table
------------------------------------------------------*/
.tb01 {
	width: 720px;
	margin: 30px auto 30px;
	background: #ccc;
}

.tb01 .title {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #EBEBEB;
	padding: 6px;
	width: 25%;
}

.tb01 td {
	font-size: 12px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 6px;
}


@media screen and (max-width: 980px) {

	.pconly,
	.pconly.dot {
		display: none;
	}

	.sponly {
		display: block;
	}

	.pic {
		float: none;
		margin: 0 auto 1.5em;
		width: auto;
	}

	html,
	body {
		width: 980px;
	}

	h1 {
		width: 100%;
		background-size: auto 100%;
	}

	h1 img {
		width: 100%;
	}

	h2 {
		margin: 80px auto 50px;
	}

	main {
		width: 100%;
		font-size: 200%;
	}

	.container {
		padding: 1.5em;
	}

	.img_reason li {
		margin-bottom: 2%;
		width: 49%;
	}

	.img_reason li img {
		width: 100%;
	}


	.img_man {
		margin: 0 auto 1em;
		float: none;
		width: auto;
	}

	/*	.ovv,
	.wrap_bonus{
		margin: 0 -40px;
	}*/
	.con_bonus h3 {
		font-size: 110%;
	}

	.con_voice {
		margin: 50px auto;
	}

	.con_prof h3 {
		font-size: 150%;
	}

	footer {
		margin: 50px auto;
		padding: 20px 0;
	}

	.pics {
		float: right;
		margin: 0 0 1em 1em;

	}

	.from {
		word-break: break-all;
	}

	.hd_ovv {
		width: 100%;
	}

	.spsmall {
		font-size: 120%;
	}

	.chkbox {
		width: 760px;
		text-align: left;
	}

	.chkbox label {
		line-height: 1.5;
	}

	.chkbox label:before {
		width: 45px;
		height: 45px;
	}

	.chkbox label {
		padding-left: 60px;
	}

	.cc_rec {
		flex-direction: column;
	}

	.pic_voice {
		margin: 0 auto 1em;
	}

	.con_ovv,
	.con_bonus {
		width: 900px;
	}

	.con_ovv h3 img,
	.con_bonus h3 img {
		width: 100%;
	}

	.con_ovv .vm,
	.con_ovv p {
		padding: 0;
	}

	.con_bonus .pp {
		float: none;
		margin: 0 auto 1em;
	}

	.faq .container {
		padding: 1em;
	}

	.jung {
		float: none;
		display: block;
		margin: 1em auto;
		font-size: 75%;
		text-align: center;
	}

	.jung img {
		width: 33%;
		border: 3px solid #fff;
		box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	}

}

/*
 *		rekka
 */

.rekka {
	position: relative;
	display: block;
	margin: 2em auto;
	padding: 1em;
	border: 3px solid #ff0000;
	border-radius: 10px;
	font-size: 100%;
	color: #333;
	z-index: 10;
}

.rekka h3 {
	margin: 1.5em auto 1em;
	padding: 0.2em 0;
	border-radius: 0.2em;
	background: #ff0000;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.rekka h3:first-of-type {
	margin-top: 0;
}

.con_rekka p {
	padding: 0 0.5em;
}

.con_rekka:nth-of-type(5) .img_rekka {
	margin-bottom: 0;
}

/*
 *		nayami
 */

.nayami {
	position: relative;
	display: block;
	margin: 2em auto;
	padding: 1em;
	border: 3px solid #ff0000;
	border-radius: 10px;
	font-size: 100%;
	color: #333;
	z-index: 10;
}

.nayami:before {
	content: "";
	position: absolute;
	margin: 3px;
	border: 1px solid #ff0000;
	border-radius: 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: -10;
}

.nayami h3 {
	margin: 1.5em auto 1em;
	padding: 0.2em 0;
	border-radius: 0.2em;
	background: #ff0000;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.nayami h3:first-of-type {
	margin-top: 0;
}

.con_nayami p {
	padding: 0 0.5em;
}

.img_nayami {
	float: left;
	margin-right: 1em;
	margin-bottom: 1.5em;
	width: 200px;
	height: 200px;
}

.con_nayami:nth-of-type(5) .img_nayami {
	margin-bottom: 0;
}

/*
 *		course
 */

/*
.course .container {
	padding: 3em 0;
}*/

.course table {
	margin: 0 auto 2em;
	width: 100%;
	max-width: 750px;
	border-collapse: separate;
	border-spacing: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background: #f5f5f5;
}

.course table th {
	padding: 1em;
	/*	width: 25%;*/
	background: #505050;
	color: #ffffff;
}

.course table td {
	padding: 1em;
	background: #fff;
}

.course h3 img {
	margin-bottom: 1em;
	box-shadow: 0 0 5px rgba(255, 251, 0, 0.5);
}

/* Tokutei Table
------------------------------------------------------*/
.tb01 {
	width: 650px;
	margin: 30px auto 30px;
	background: #ccc;
}

.tb01 .title {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1b1b1b;
	background-color: #EBEBEB;
	padding: 6px;
	width: 25%;
}

.tb01 td {
	font-size: 12px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 6px;
}

.course table th,
.course table td {
	display: block;
	width: 100%;
}

.course.basic tr:nth-of-type(4) ol li:nth-of-type(1) {
	background: url("../images/num01.webp") left 14% no-repeat;
	background-size: 1em 1em;
}

.box6 {
	padding: 0.5em 1em;
	margin: 2em 0;
	background: #fdffe2;
	border: dashed 2px #ff2222;
	/*点線*/
}

.box6 p {
	margin: 0;
	padding: 0;
}

ul.who2,
ol {
	margin: 0px auto;
	padding: 20px 30px;
	width: 940px;
	max-width: 100%;
	background: #fff;
	color: #333;
	font-weight: bold;
	list-style: none;
}

ul.who2 li::before {
	display: inline-block;
	content: '';
	margin-right: 0.8em;
	width: 1em;
	height: 1em;
	background: url("../images/check.png") left center no-repeat;
	background-size: 100% 100%;
}

ul.who3,
ol {
	margin: 0px auto;
	padding: 20px 30px;
	width: 940px;
	max-width: 100%;
	border: 3px solid #612670;
	background: #fff;
	color: #333;
	font-weight: bold;
	list-style: none;
}

ul.who3 li::before {
	display: inline-block;
	content: '';
	margin-right: 0.8em;
	width: 1em;
	height: 1em;
	background: url("../images/check2.png") left center no-repeat;
	background-size: 100% 100%;
}

.centering_parent {
	padding: 20px;
	/* 余白指定 */
	text-align: center;
	/* 中央寄せ */
	height: 100px;
	/* 高さ指定 */
}

.centering_item {
	background-color: #ffffff;
	/* 背景色指定 */
}