@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
　▼共有
------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #1C3288;
	line-height: 1.2em;
}
::selection {
	background: #BFBFBF;
}
.inner {
	width: 980px;
	margin: 0 auto;
}
ul {
	-webkit-padding-start: 0 !important;
}
ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a:hover {
	filter: alpha(opacity=80);
	opacity: 0.7;
}
/* 汎用
------------------------------------------------------------*/
.non-displaypc {/*PC非表示*/
	display: none;
}
.non-displaysp {/*SP非表示*/
	display: block;
}
.liststyle {
	margin-left: 20px;
}
.liststyle li {
	margin: 4px 0;
	list-style-type: disc;
	list-style-position: outside;
}
.small {
	font-size: 80%;
}
.small50 {
	font-size: 50%;
}
/* 横並び
------------------------------------------------------------*/
.table-ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.table-ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* 背景
------------------------------------------------------------*/
.back0 {
	background: #fff;
}
.back1 {
	background: #DB4BA3;
}
.back2 {
	background: #FFFEE1;
}
.color1 {
	color: #DB4BA3;
}
/* mv
------------------------------------------------------------*/
#mv {
	text-align: center;
	border-top: solid 10px #DB4BA3;
}
#mv .box0-1 {
	margin-top: -12px;
}
/* h
------------------------------------------------------------*/
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	padding: 15px 0 10px 0;
	text-align: center;
	border-bottom: solid 6px #DB4BA3;
	font-size: 30px;
	line-height: 1.2em;
}
h3 {
	font-size: 30px;
	line-height: 1.2em;
}
h3 img {
	max-width: 300px;
}
/*BOX
------------------------------------------------------------*/
.box0 {
	margin: 30px auto;
	border-radius: 30px;
	border: solid 10px #DB4BA3;
}
.box0-1 {
	padding: 10px;
	text-align: center;
	color: #fff;
}
.box0-2 {
	padding: 10px;
	text-align: center;
	color: #fff;
}
.box1, .box2, .box3, .box4 {
	margin: 30px;
}
.box2-1 {
	text-align: center;
}
.box2-1 p img {
	vertical-align: middle;
	margin: 0 2px 4px 0;
}
.box3 h3 {
	font-size: 18px;
	margin-top: 15px;
}
.box3 a {
	font-weight: 600;
	color: #DB4BA3;
}
/* Table
------------------------------------------------------------*/
table {
	width: 90%;
	text-align: left;
}
th /*概要*/ {
	width: 20%;
	vertical-align: top;
	padding: 10px 0;
}
td {
	padding: 10px 0;
	padding-left: 10px;
	vertical-align: middle;
}
/*ACCORDION
------------------------------------------------------------*/
div.accordion {
	width: 100%;
}
.toggle {
	font-weight: 600;
}
div.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	background-color: #FFEAB2;
	cursor: pointer;
	margin: 6px 0;
	padding: 10px 6px;
	position: relative;
}
div.accordion > ul > li > a:hover {
	background-color: #FFDC80;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after {
	position: absolute;
	right: 6px;
	top: 30%;
}
div.accordion > ul > li > a:after {
	content: "▼";
	color: #FFB900;
}
div.accordion > ul > li > a.active:after {
	content: "▲";
	color: #FFB900;
}
div.accordion > ul > li > ul {
	display: none;
}
div.accordion > ul > li > ul > li {
	display: block;
	position: relative;
	padding-left: 5px;
}
div.accordion > ul > li > ul > li a {
	font-weight: 600;
	color: #DB4BA3;
}
/* footer
------------------------------------------------------------*/
footer {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
footer p {
	padding-top: 5px;
}
/*下部購入ボタン
------------------------------------------------------------*/
.btn img {
	margin: auto 0;
	width: 100%;
}
#btn_bottom/*申し込み*/ {
	position: fixed;
	right: 0;
	bottom: 0;
	cursor: pointer;/*指のマーク*/
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
/*------------------------------------------------------------
　social FB twitter
------------------------------------------------------------*/
.social {
	margin-top: 5px;
	margin: 5px 0px 0px;
	margin: 45px 0px 0px;
	text-align: center;
}
.social li {
	display: inline-block;
}
.fb-like {
	top: 1px;
	width: 111px !important;
	height: 25px !important;
	overflow: hidden !important;
}
.fb-like-box {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: center;
}
.fb-like-box iframe {
	overflow: hidden;
	background: #fff;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: center;
}
.twitter-timeline {
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 15px;
}

/*------------------------------------------------------------
　▼レスポンシブ
------------------------------------------------------------*/

@media only screen and (max-width : 900px ) {
/*Contents
------------------------------------------------------------*/
#container {
	width: 100%;
}
#container img {
	max-width: 100%;
}
.inner {
	width: 92%;
}
img {
	max-width: 100%;
}
/*H
------------------------------------------------------------*/
h3 img {
	width: 300px;
}
/* Table
------------------------------------------------------------*/
table {
	width: 100%;
}
td {
	width: 80%;
}
}

@media only screen and (max-width:770px) {
.non-displaypc {/*PC非表示*/
	display: block;
}
.non-displaysp {/*SP非表示*/
	display: none;
}
/*BOX
------------------------------------------------------------*/
.box2-1 p {
	text-align: left;
}
}

@media only screen and (max-width : 480px ) {
body {
	font-size: 14px;
}
/*Title
------------------------------------------------------------*/
h2 {
	font-size: 26px;
	padding: 8px 0 2px 0;
}
h3 {
	padding: 0 0 8px 0;
	font-size: 16px;
}
h3 img {
	width: 230px;
}
/*BOX
------------------------------------------------------------*/
.box0 {
	margin: 15px auto;
	border-radius: 20px;
	border: solid 6px #DB4BA3;
}
.box0-1 {
	padding: 4px 6px;
	font-size: 16px;
}
.box1, .box2, .box3, .box4 {
	margin: 10px;
}
.box3 h3 {
	font-size: 15px;
}
/* Table
------------------------------------------------------------*/
table {
	margin-bottom: 10px;
	width: 100%;
}
th /*概}要*/ {
	width: 26%;
	padding: 10px 0 0 0;
}
td {
	padding: 10px 0 0 0;
	text-align: justify;
}
/*Footer
------------------------------------------------------------*/
footer {
	margin-top: 0px;
	padding-bottom: 120px;
}
footer p {
	padding: 4px;
	font-size: 11px;
	line-height: 1.4em;
}
/*下部購入ボタン
------------------------------------------------------------*/
#btn_bottom img {
	margin: auto 0;
	padding: 2px;
	max-height: 54px;
	width: auto;
}
}
