@charset "utf-8";

body {
	background:#f5e4c4;
	background:url(../images/bg_header.jpg) 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;
}
h1 {
	position: relative;
	padding: 2.5em 0;
	border-bottom: 3px solid #c4b97d;
/*	background:url(../images/bg_header.jpg) center center no-repeat fixed;
	background-size: cover;*/
	}
h1::after {
	content: "";
	position: absolute;
	margin-bottom: 3px;
	border-bottom: 1px solid #c4b97d;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}
h2 {
	display: flex;
	align-items: center;
	margin:2em auto;
	width:980px;
	height: 300px;
	background: url("../images/bg_subhead.png") center center no-repeat;
	}
.nomt {margin-top: 0;}
img {
	display:block;
	margin:0 auto;
}

.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);
}
.img01 {
    border: 10px 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;
}
main {
	margin: 2.5em auto 0;
/*	padding: 0 3em;*/
    width: 980px;
/*	background: #fff;
	color:#222;*/
/*    background: rgba(255,255,255,0.1);
    color: #fff;*/
}
footer {
	margin:50px auto 0;
	padding:20px 100px;
	color:#fff;
	font-size:75%;
	text-align:center;
}
footer a {
	color:#fff;
}

footer a:hover {
	text-decoration:underline;
}
address {
	font-style:normal;
}

ul.who,ol {
	margin:50px 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: 3em;
	width: 940px;
	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: 980px;
	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
 */

.wrap_bonus {
	position: relative;
	margin: 0 auto;
	padding: 2.5em 0;
	width: 940px;
	background: rgba(230,23,57,0.4);
}

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

.spb .con_bonus:first-of-type {
	margin-top: 0;
}

.bonus h2 {
	background: url("../images/bg_subhead_r.png") center center no-repeat;
}

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

.con_bonus {
	display:block;
  margin: 2em auto 0;
	padding-bottom: 1em;
	width: 860px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	background: url("../images/bg_conbonus.png");
	color:#333;
  z-index: 10;
}

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


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



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

.thistime .con_bonus {padding-top: 1em;}


/*
 *		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: 960px;
}

.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: #111;
	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;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	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.gf {
background: url("../images/button_gf.png") center top no-repeat;
}

.btn:hover{
	opacity: 0.8;
}

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



/*
 *		推薦の声
 */

.rec {
	margin: 0 auto 4em;
	width: 980px;
}

.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: 1023px) {
.pconly,.pconly.dot{display: none;}
.sponly {display:block;}
	.pic {
		float: none;
		margin: 0 auto 1.5em;
		width: auto;
	}
	html,body {width: 980px;}

	h1 {
		width:980px;
    background-size: auto 100%;
		}
  h2 {
    margin:80px auto 50px;
    }
  main {
		width:980px;
		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%);
	}

}
