@charset "UTF-8";
/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}

p,h5, h6, dl, dt, dd, ul, ol, li, pre, table, design, kbd, samp, acronym, input, textarea, select {
	font-size: 18px;
}
@media screen and (min-width: 960px) {
	p,h5, h6, dl, dt, dd, ul, ol, li, pre, table, design, kbd, samp, acronym, input, textarea, select {
	font-size: 18px;
	}
}
address, em, cite, dfn, var {
	font-style: normal;
}

input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}

img {
	max-width: 100%;
    border: 0;
    vertical-align: bottom;
}

a img {
  	border: none;
}


/* Setting */

html {  
	overflow-y: scroll;  
}

body {
	line-height: 1.5;
	background: #FFF;
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	overflow-x : hidden;
}


h1 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
}
ul li {
	list-style-type: none;
}

ol {
	list-style-position: outside;
}
  
table {
	border-collapse: collapse;
}

legend {
	color: #333;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear: both;
}
/*パーツ*/
a:hover {
	opacity: 0.7;
}
.mini {
	font-size: 14px;
}
.green {
	color: #1A8B05;
}
.red {
	color: #FB0000;
}
.yellow {
	color: #DCC600;	
}
.sub_title {
	position: relative;
	margin: 0 10px 15px;
	font-size: 24px;
	border-bottom: 7px solid #ddd;
}
.sub_title::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 7px;
	background-color: #FF95CE;
}
.sp_none {
	display: none;
}
@media screen and (min-width: 750px) {
	.pc_none {
		display: none;
	}
	.sp_none {
		display: block;
	}
}

/*header*/
header {
	position: relative;
}
header img {
	position: absolute;
	top: 10px;
	left: 10px;
}

/*contents共通*/
.contents {
}
h1, h2 {
	padding-bottom: 10px;
}

.contents_box {
	max-width: 750px;
	margin: auto;
}
.contents_box p {
	padding: 0 10px 20px;	
}
.contents_box ul {
	margin-left: 20px;
	padding: 0 10px 20px;
}
.contents_box ul li {
	list-style-type: disc;
}
.contents_box ul li:last-child {
	padding-bottom: 0;
}
.contents_box p .line_green {
    background: linear-gradient(transparent 70%, #94F891 0%);
}
.ionwave_image {
	padding-bottom: 10px;
	text-align: center;
}
.contents_box .ionwave_attention {
	margin: 0 10px 20px;
	padding: 15px 10px;
	background: #FEEFFF;
}
.ionwave_attention strong {
	font-size: 24px;
	text-decoration: underline;
}
.ionwave_review {
	padding-bottom: 20px;
}
.ionwave_btn {
	padding-bottom: 40px;
	text-align: center;
}

/*footer*/
footer {
	padding: 20px 10px;
	text-align: center;
	font-size: 12px;
	background: #eee;
}