@charset "UTF-8";
/*-------------------------------
基本
-------------------------------*/
html {
	overflow: auto; }

body {
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	overflow: hidden; }

@media screen and (max-width: 600px) {
	.sp {
		display: inherit; }

	.pc {
		display: none; }

	img {
		max-width: 100%; }

	.wrapper {
		margin: 0 auto;
		margin-right: 20px;
		margin-left: 20px; }
	.cp_wrapper {
		margin: 0 auto;
		margin-top: 30px;}}

@media screen and (min-width: 601px) {
	.sp {
		display: none; }

	.pc {
		display: inherit; }

	.wrapper {
		width: 1200px;
		margin: 0 auto; }
	.cp_wrapper {
		margin: 0 auto;
		width: 1200px;
		margin-top: 30px;}

	body {
		min-width: 1200px; } }
a:hover {
	opacity: 0.6; }

/*-------------------------------
共通
-------------------------------*/
.btnarea .wrapper {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px; }

.column {
	display: flex;
	margin-right: -10px;
	margin-left: -10px;
	align-items: center; }
.column > li {
	width: 100%;
	padding: 10px; }

h2 {
	text-align: center;
	margin-bottom: 40px; }

h2 img {
	margin-right: auto;
	margin-left: auto; }

section {
	padding: 70px 0; }

h2.dline img {
	height: 50px; }

table.basic {
	width: 100%;
	margin-bottom: 5px; }
table.basic th {
	background-color: #ee8673;
	font-weight: bold;
	color: #FFF;
}
table.basic td {
	background-color: #fff;
text-align: center;
}
table.basic th, table.basic td {
	padding: 0.8em 1em;
	border: 1px solid #a5a5a5;
	vertical-align: middle; }
table.basic2 {
	width: 100%;
	margin-bottom: 5px; }
table.basic2 th {
	background-color: #ee8673;
	font-weight: bold;
	color: #FFF;
width: 30%;}
table.basic2 td {
	background-color: #fff;
}
table.basic2 th, table.basic2 td {
	padding: 0.8em 1em;
	border: 1px solid #a5a5a5;
	vertical-align: middle; }
@media screen and (max-width: 600px) {
	table.basic2 th, table.basic2 td{
		display: block;
		width: 92%;
	}
}
.campaign {
	color: #d60051; }
.campaign span {
	font-weight: bold;
	font-size: 20px; }

.bg_beige {
	background-color: #fff9e0; }

.indent li {
	text-indent: 1em;
	margin-left: -1em; }

@media screen and (max-width: 600px) {
	.btnarea .wrapper {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px; }

	section {
		padding: 30px 0; }

	h2.dline img {
		height: 40px; }

	.column {
		display: block; }
	.column > li {
		width: auto; }

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

	table.basic {
		font-size: 13px; }
table.basic2 {
		font-size: 13px; }
	.campaign span {
		font-size: 14px; }

	.indent {
		font-size: 11px; }
	.indent2 {
		font-size: 15px;
		text-align: right}}
/*-------------------------------
KV
-------------------------------*/
.kv .wrapper {
	position: relative;
	margin: 0 auto; }
.kv .wrapper .open {
	position: absolute;
	width: 220px;
	top: 20px;
	right: 0px; }
.kv .wrapper .open img {
	width: 100%; }
.kv .wrapper .img {
	margin-right: -200px;
	margin-left: -200px; }

@media screen and (max-width: 600px) {
	.kv .wrapper {
		padding: 0; }
	.kv .wrapper .open {
		width: 30%;
		right: 20px;
		top: 41%; }
	.kv .wrapper .img {
		margin-left: 0;
		margin-right: 0; }
	.kv .wrapper .img img {
		width: 100%; } }
/*-------------------------------
マグマスパ×J-HOTとは？
-------------------------------*/
.about {
	background-color: #fff9e0; }
.about .box {
	background-color: #FFF;
	padding: 50px;
	text-align: center;
	margin-bottom: 50px; }
.about .box .column {
	margin-right: 50px;
	margin-left: 50px; }
.about .box .column li {
	text-align: left; }

@media screen and (max-width: 600px) {
	.about .box {
		padding: 20px;
		font-size: 14px; }
	.about .box .column {
		margin-right: 0px;
		margin-left: 0px; } }
table.hikaku {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 18px;
	line-height: 1.5; }
table.hikaku th {
	background: #EE8673;
	vertical-align: middle;
	text-align: left;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	padding: 20px; }
table.hikaku th.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #EE8673;
	border-width: 10px;
	margin-top: -10px; }
table.hikaku th.bl {
	background: none; }
table.hikaku th.ma {
	background-color: #EF7C00; }
table.hikaku th.ho {
	background-color: #888888; }
table.hikaku td {
	background: #f8f8f8;
	padding: 20px;
	vertical-align: middle; }
table.hikaku td ul li {
	position: relative;
	padding-left: 1.5em; }
table.hikaku td ul li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	border: solid 6px #EE8673;
	position: absolute;
	margin-left: -1.5em;
	margin-top: 5px; }
table.hikaku td.maguma {
	background-color: #FFF; }
table.hikaku td.maguma ul li:before {
	border: solid 6px #EE8673; }
table.hikaku td.yoga {
	background-color: #eee; }
table.hikaku td.yoga ul li:before {
	border: solid 6px #888888; }

@media screen and (max-width: 600px) {
	table.hikaku {
		border-spacing: 0px 10px;
		font-size: 13px; }
	table.hikaku th {
		font-size: 12px;
		white-space: normal;
		padding: 10px;
		width: 6em; }
	table.hikaku td {
		background: #f8f8f8;
		padding: 10px;
		vertical-align: middle; }
	table.hikaku td ul li:before {
		content: '';
		display: inline-block;
		width: 4px;
		height: 4px;
		text-align: center;
		vertical-align: middle;
		border-radius: 50%;
		border: solid 3px #EE8673;
		position: absolute;
		margin-left: -1.5em;
		margin-top: 3px; } }
/* firefox */
@-moz-document url-prefix() {
	table.company th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px; } }
/*-------------------------------
こんな悩みをお持ちの方にオススメです。
-------------------------------*/
.nayami {
	background: url(../img/nayami_bg.jpg);
	background-size: cover; }
.nayami ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto; }
.nayami ul li {
	background: url(../img/nayami_cir.png);
	background-size: 100% 100%;
	width: 320px;
	height: 320px;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center; }

@media screen and (max-width: 600px) {
	.nayami ul li {
		width: 130px;
		height: 130px;
		margin: 0 5px; } }
/*-------------------------------
マグマスタジオでのレッスンにより期待できる３大効果
-------------------------------*/
.kouka {
	background: url(../img/bg_orange.png); }
.kouka .kouka_content {
	background-color: #FFF;
	padding: 40px; }
.kouka .kouka_content ul {
	border-top: 1px dotted #dddddd;
	padding: 20px 0;
	display: flex;
	align-items: center; }
.kouka .kouka_content ul .txt {
	box-sizing: border-box;
	width: 100%;
	padding-right: 2em;
	padding-left: 120px; }
.kouka .kouka_content ul .txt .midashi {
	font-size: 30px;
	font-weight: bold; }
.kouka .kouka_content ul .txt .midashi span {
	background: linear-gradient(transparent 70%, #fae0ea 30%); }
.kouka .kouka_content ul .txt .honbun {
	font-size: 18px; }
.kouka .kouka_content ul .img {
	width: 400px; }
.kouka .kouka_content ul .img img {
	width: 100%; }
.kouka .kouka_content ul .n01 {
	background: url(../img/kouka_num01.png) left center no-repeat;
	background-size: auto 100px; }
.kouka .kouka_content ul .n02 {
	background: url(../img/kouka_num02.png) left center no-repeat;
	background-size: auto 100px; }
.kouka .kouka_content ul .n03 {
	background: url(../img/kouka_num03.png) left center no-repeat;
	background-size: auto 100px; }
.kouka .kouka_content ul:last-child {
	border-bottom: 1px dotted #dddddd; }

@media screen and (max-width: 600px) {
	.kouka .kouka_content {
		padding: 30px; }
	.kouka .kouka_content ul {
		padding: 10px 0;
		display: block; }
	.kouka .kouka_content ul .txt {
		box-sizing: border-box;
		padding-right: 0;
		padding-left: 50px; }
	.kouka .kouka_content ul .txt .midashi {
		font-size: 18px;
		font-weight: bold; }
	.kouka .kouka_content ul .txt .honbun {
		font-size: 12px; }
	.kouka .kouka_content ul .img {
		width: auto;
		margin-top: 10px; }
	.kouka .kouka_content ul .img img {
		width: 100%; }
	.kouka .kouka_content ul .n01 {
		background: url(../img/kouka_num01.png) left top 5px no-repeat;
		background-size: auto 45px; }
	.kouka .kouka_content ul .n02 {
		background: url(../img/kouka_num02.png) left top 5px no-repeat;
		background-size: auto 45px; }
	.kouka .kouka_content ul .n03 {
		background: url(../img/kouka_num03.png) left top 5px no-repeat;
		background-size: auto 45px; } }
/*-------------------------------
J-HOTのこだわり
-------------------------------*/
.kodawari {
	background: url(../img/bg_pink.png); }
.kodawari .kodawari_content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1%;
	margin-top: -1%;
	margin-bottom: -2%; }
.kodawari .kodawari_content ul {
	background-color: #fff;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%; }
.kodawari .kodawari_content ul .img img {
	width: 100%; }
.kodawari .kodawari_content ul .ttl {
	text-align: center;
	font-size: 30px;
	padding: 1em; }
.kodawari .kodawari_content ul .ttl span {
	background: linear-gradient(transparent 70%, #fae0ea 30%); }
.kodawari .kodawari_content ul .txt {
	margin: 0 40px;
	font-size: 18px;
	padding: 1em 0 2em 0;
	border-top: 1px dotted #DDD; }

@media screen and (max-width: 600px) {
	.kodawari .kodawari_content {
		display: block;
		margin: 0;
		margin-bottom: -20px; }
	.kodawari .kodawari_content ul {
		background-color: #fff;
		width: 100%;
		margin: 0;
		margin-bottom: 20px; }
	.kodawari .kodawari_content ul .ttl {
		font-size: 16px; }
	.kodawari .kodawari_content ul .txt {
		margin: 0 30px;
		font-size: 14px; } }
/*-------------------------------
J-HOTの独自プログラム
-------------------------------*/
.program {
	background: url(../img/bg_gray.png);
	/*ul{
	display: flex;
	flex-wrap: wrap;
	margin-right: -1%;
	margin-bottom: -2%;
	li{
	background-color: #fff;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	padding: 20px;
	box-sizing: border-box;
	img{
	width: 100%;
}
}
}
}*/ }
.program .lead {
	font-weight: bold;
	font-size: 18px;
	margin-top: -20px;
	margin-bottom: 40px;
	text-align: center; }
.program .lead span {
	color: #d70a55; }
.program .program_content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1%;
	margin-top: -1%;
	margin-bottom: -2%; }
.program .program_content ul {
	background-color: #fff;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	padding: 20px;
	box-sizing: border-box; }
.program .program_content ul .midashi {
	display: flex;
	align-items: flex-end;
	border-bottom: 2px solid #333;
	line-height: 1.4; }
.program .program_content ul .midashi .img {
	width: 100%; }
.program .program_content ul .midashi .img img {
	width: 100%;
	vertical-align: bottom; }
.program .program_content ul .midashi .ttl {
	width: 100%;
	font-size: 14px;
	padding-bottom: 12px;
	padding-right: 12px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold; }
.program .program_content ul .midashi .ttl span {
	font-size: 22px; }
.program .program_content ul .midashi .ttl span.purple {
	color: #920783; }
.program .program_content ul .midashi .ttl span.pink {
	color: #d60051; }
.program .program_content ul .txt {
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.5; }

@media screen and (max-width: 600px) {
	.program .lead {
		font-size: 14px;
		margin-top: 0px;
		margin-bottom: 20px; }
	.program .program_content {
		display: block; }
	.program .program_content ul {
		display: block;
		width: 100%;
		padding: 12px;
		margin-bottom: 15px; }
	.program .program_content ul .midashi .ttl {
		font-size: 12px;
		padding-bottom: 8px;
		padding-right: 8px; }
	.program .program_content ul .midashi .ttl span {
		font-size: 16px; }
	.program .program_content ul .txt {
		padding-top: 12px;
		font-size: 12px; } }
/*-------------------------------
その他
-------------------------------*/
.map iframe {
	width: 100%; }

.tenpo_l {
	margin-left: 20px; }
.tenpo_l .ttl {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	border-bottom: 2px solid #920783;
	padding: 20px 0;
	margin-bottom: 20px; }
.tenpo_l .ttl span {
	font-weight: normal;
	font-size: 16px; }
.tenpo_l dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start; }
.tenpo_l dl dt {
	width: 5em;
	background-color: #920783;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 5px; }
.tenpo_l dl dd {
	width: calc(100% - 6em);
	padding-left: 1em; }

.natural {
	padding: 60px 0;
	background: url(../img/natural_bg_pc.jpg) right center no-repeat; }
.natural .wrapper p {
	width: 40%;
	padding: 40px 0; }

.tenpo_s {
	display: flex;
	justify-content: center; }
.tenpo_s > li {
	background-color: #fff;
	padding: 15px;
	display: flex;
	align-items: center; }
.tenpo_s > li .img {
	display: block;
	padding-right: 20px; }
.tenpo_s > li .txt {
	display: block; }
.tenpo_s > li .txt span {
	display: block; }
.tenpo_s > li .txt .name {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold; }
.tenpo_s > li .txt .tel {
	font-size: 30px;
	background: url(../img/icon_tel.png) left center no-repeat;
	padding-left: 40px; }
.tenpo_s > li .txt .detail {
	font-size: 14px;
	line-height: 1.4; }

.movie {
	padding: 60px 0; }
.movie .movie_inner {
	width: 700px;
	margin-right: auto;
	margin-left: auto; }
.movie .video {
	position: relative;
	width: 100%;
	padding-top: 56.25%; }
.movie .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%; }

.btnarea_s {
	margin-top: 40px;
	width: 400px;
	margin-right: auto;
	margin-left: auto; }
.btnarea_s img {
	width: 100%; }

@media screen and (max-width: 600px) {
	.movie {
		padding: 20px; }
	.movie .movie_inner {
		width: auto; }

	.tenpo_l {
		margin-left: 0; }
	.tenpo_l .ttl {
		font-size: 14px;
		padding: 0 0 10px 0;
		margin-bottom: 10px; }
	.tenpo_l .ttl span {
		font-size: 10px; }
	.tenpo_l dl {
		font-size: 14px; }

	.natural {
		padding: 20px 0;
		background: url(../img/natural_bg_sp.jpg) center bottom no-repeat;
		background-size: 100% auto;
		border-top: 1px solid #ddd; }
	.natural .wrapper p {
		font-size: 12px;
		width: auto;
		padding: 0;
		margin-bottom: 200px;
		font-weight: bold; }

	.tenpo_s > li {
		padding: 10px; }
	.tenpo_s > li .img {
		display: block;
		padding-right: 10px;
		width: 40%; }
	.tenpo_s > li .txt .name {
		font-size: 14px; }
	.tenpo_s > li .txt .tel {
		font-size: 16px;
		background: url(../img/icon_tel.png) left center no-repeat;
		background-size: 20px 20px;
		padding-left: 30px; }
	.tenpo_s > li .txt .detail {
		font-size: 11px; }

	.btnarea_s {
		margin-top: 20px;
		width: 80%; }
}
/*-------------------------------
footer
-------------------------------*/
footer p {
	text-align: center;
	padding: 0.5em;
	font-size: 12px; }

@media screen and (max-width: 600px) {
	footer p {
		font-size: 10px; } }


/*-------------------------------
form
-------------------------------*/
#formArea {
	width: 100%;
	background-color: #fff9e0;
}
#formArea dl {
	display: block;
	height: 50px;
	margin: 10px 0;
	border-bottom: 3px solid #ffffff;
}
#formArea form{
	width: 640px;
	margin: auto;
}
#formArea h2.ttl {
	font-size: 2rem;
	font-weight: bold;
	color: #3d3519;
}
#formArea dl dt{
	width: 250px;
	float: left;
	font-weight: bold;
	padding-top: 6px;
}
#formArea dl dt span{
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	color: #ff0088;
	font-size: 80%;
	padding: 2px 6px 1px;
	margin-left: 10px;
}
#formArea dl dd{
	width: 390px;
	float: right;
	padding-top: 5px;
}
ul.form_list li {
	float: left;
}
#formArea dl dd input{
	width: 100%;
	font-size: 14px;
	padding: 6px 10px;
	box-sizing: border-box;
}
input.confirmbtn {
	background: #ff0088;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 100px;
}
#formArea dl dd select{
	width: 100%;
}
#formArea .sendBtn{
	padding:60px 0 0;
	text-align: center;
}
#confirm #formArea {
	margin-top: 0;
}
#confirm #formArea .topback {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
}
#confirm #formArea .topback a {
	text-decoration: underline;
	color: #ffffff;
}
#confirm #formArea .btnArea {
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}
#confirm #formArea .btnArea form {
	float: left;
}
#confirm #formArea .btnArea form:last-child {
	float: right;
}
#formArea .confirmbtn,
#confirm #formArea .backbtn,
#confirm #formArea .sendbtn {
	cursor: pointer;
	display: block;
	width: 330px;
	height: 85px;
	margin: 0 auto;
	border: none;
}
#formArea dl dd #man,#formArea dl dd #woman{
	width: inherit;
	padding: 6px 4px 6px 10px;
}

#formArea dl dd #nyukai,#formArea dl dd #taiken{
  width: inherit;
  padding: 6px 4px 6px 10px;
}

#formArea dl dd #four,#formArea dl dd #free{
  width: inherit;
  padding: 6px 4px 6px 10px;
}

.form_header {
  padding: 1%;
  text-align: center;
  width: 50%;
  margin: auto;
}
.form_header img{
	width: 100%;
}
@media screen and (max-width: 768px) {
	#formArea dl {
		font-size: 14px;
		width: 94%;
		padding: 8px 0;
	}
	#formArea dl dt{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#formArea dl dd{
		width: 100%;
	}
	#formArea .sendBtn{
		padding:30px 0 0;
	}
	#formArea .error {
		color: #ffff00;
	}
	#confirm #formArea .btnArea {
		width: auto;
		margin-top: 20px;
	}
	#formArea .confirmbtn,
	#confirm #formArea .backbtn,
	#confirm #formArea .sendbtn {
		width: 280px;
		height: 72px;
		background-size: cover;
	}
	#confirm #formArea .btnArea form {
		float: none;
	}
	#confirm #formArea .btnArea form:last-child {
		float: none;
		margin-top: 10px;
	}
	#formArea form {
		width: 94%;
		padding: 0 3%;
	}
	#formArea dl dt {
		margin-bottom: 0;
		padding: 0;
	}
	#formArea dl{
		height: auto;
	}
	#formArea dl dd{
		float: none;
	}
	ul.form_list {
		height: 1.2rem;
	}
	#formArea dl{
		margin: 0;
	}
	input.confirmbtn {
		background: #ff0088;
		height: 60px;
		font-size: 1rem;
	}
	.form_header {
		padding: 4% 0 2%;
		text-align: center;
		width: 80%;
		margin: auto;
	}
	#formArea h2.ttl {
		font-size: 1.5rem;
	}
}
a.thanks_btn {
	cursor: pointer;
	display: block;
	width: 330px;
	padding: 1.5%;
	margin: 0 auto;
	border: none;
	background: #ff0088;
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 100px;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	a.thanks_btn {
		width: 90%;
		box-sizing: border-box;
		padding: 1.5%;
	}
	span.big.thanks_ttl {
		font-size: 1.1rem;
		width: 90%;
		display: block;
		margin: auto;
	}
}
.opningCampein{
	color: #d60051;
}

/*20190320追加*/
.mT30{
margin-top: 30px;}
.mT50{
margin-top: 50px;}
.star{
	color: #F3AD1E;
}
.class_ttl{
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.fsS{
	font-size: 0.7em;
	font-weight: normal;
}
.taC{
	text-align: center;
}
@media screen and (max-width: 600px) {
	.class_ttl{
	font-size: 1.2em;

}
}


table.lesson th {
    width: 30%;
}
.red {
	color: #ff0000;
    font-weight: bold;
}

.kuchikomi {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

}
.voice {
    width: 48%;
    display: flex;
    padding: 25px;
    background: #fff9e0;
    margin: 0 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.voice-photo {
    width: 28%;
    margin-right: 20px;
}
.voice-text {
	width: 70%;
}
.voice-photo img {
    border-radius: 50%;
    width: 100%;
}

.voice-text {
  position: relative;
  display: inline-block;
/*  margin: 1.5em 0 1.5em 15px;*/
  padding: 20px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
}

.voice-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.voice-text p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 600px) {
.kuchikomi {
	display:block
}
.voice {
    width: 100%;
    padding: 15px;
}
.voice-text {
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.5;
}
.voice-text:before {
    margin-top: -60px;
}
.cp_wrapper {
    margin-top: 22px;
}
}
.mt20 {
    margin-top: 20px;
}
.taR {
    text-align: right;
}

.anno{
    display: block;
    color: #999;
    font-size: 14px;
}
@media screen and (min-width:670px){
    .anno{
        text-align: right;
        font-size: 16px;
    }
}

/*追記*/
@media screen and (min-width:640px){
    .sp{ display:none; }
}

@media screen and (max-width:640px){
    .sp{ display:inline; }
}

/*campaign*/
@media screen and (min-width:640px){
.bnr_cp{
    width:90%;
    margin:0 auto;
}
}