@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;
	text-align: center;
	font-size: 20px;
}


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 {
	transform: scale(1.1);
}
/*
.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共通*/

h1, h2 {
	padding-bottom: 10px;
}
h2{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 30px;
}
@media screen and (max-width: 750px){
	.contents_box .answer_title{
		padding-top: 0px;
	}
}

h3{
	padding-bottom: 10px;
	margin-left: 10px;
}
.product_point{
	margin-bottom: 20px;
}

.contents_box h1 .top_img,
.contents_box h1 .top_img02{
	margin-bottom: 50px;
}

.contents_box h1 .top_img{
	width:40%;
	}
	
@media screen and (max-width: 750px){
	.contents_box h1 .top_img
	{
		width: 50%;
	}
	.contents_box h1 .top_img02{
		width:80%;
	}
}
.contents_box .datetime{
	text-align: left;
}
/*.top_img{
	display: flex;
	flex-wrap:wrap;
}

.top_img li{
	width: calc(100%/2);
	padding: 0 5px;
	box-sizing: border-box;
}

.top_img li img{
	max-width: 100%;
	height: auto;
}
*/
.contents .contents_box .icon{
text-align: center;
}

.contents .contents_box .icon img{
	width: 15%;
}

.contents_box .top_reason{
	max-width: 360px;
	margin: 10px auto 20px;
}
@media screen and (max-width: 750px){
	.top_reason{
		max-width: 360px;
		margin-top:10px;
		margin-bottom: 20px;
	}
}
.reason_text{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.reason_text02{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: underline dotted #62cbf4 6px;
}

.tokkyo{
	display: flex;
	max-width:600px;
	margin: 0 auto;
	align-items: center;
}

.tokkyo li:first-child{
	width: 30%;
}

.tokkyo li:nth-of-type(2)
{
	width: 70%;
}
/*.tokkyo li .tokkyo_icon,
.tokkyo li .tokkyo_text
{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
*/
.tokkyo li .tokkyo_text {
	font-weight: bold;
	height: 100%;
	font-size: 20px;
	padding-bottom: 0;
}

.underline{
border-bottom:solid;
border-color:#333;
border-width:3px;
}

.underline_blue{
border-bottom:solid;
border-color: #62cbf4;
border-width:3px;
}

.underline_yellow{
	border-bottom:solid;
	border-color: #f9e921;
	border-width:3px;
}

.contents_box .product_point_text{
	text-align: left;
	font-size: 16px;
}

.product_point img{
	margin: auto;
	display: block;
	padding-bottom: 30px;
	max-width: 350px;
}

.contents_box {
	max-width: 750px;
	margin: auto;
}
.contents_box p {
	padding: 0 10px 30px;
	text-align: center;	
}

.contents_box ul {
	margin-left: 20px;
	padding: 0 10px 0;
}

.contents_box .answer_pc{
	width: 35%;
}

.contents_box .answer_sp{
	width: 60%;
}
.answer_pc,.pc { display: block !important; }
.answer_sp,.sp { display: none !important; }
.answer_pc,.pc
{ display: block !important;
margin: 0 auto; }
.answer_sp
{ display: none !important;
margin: 0 auto;}
@media only screen and (max-width: 750px) {
    .answer_pc { display: none !important; }
	.answer_sp { display: block !important; }
}


/*.contents_box .top_img{
	align-items: center;
}

.contents_box ul li {
	list-style-type: disc;
}
*/
/*.contents_box ul li:last-child {
	padding-bottom: 0;
}*/
.ionwave_btn {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	border-radius: 20px;
	width: 40%;
	margin:0 auto 40px;
	background-color: #62cbf4;
}

@media screen and (max-width: 750px){
	.ionwave_btn{
		width: 60%;
	}
}

.ionwave_btn a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
  	transition: .3s;
}
.contents_box .btn_text{
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 0;
}
.contents_box .btn_text02{
	padding-top: 10px;
	padding-bottom: 30px;
}
/*footer*/
footer {
	margin-top: 60px;
	padding: 30px 10px;
	text-align: center;
	font-size: 12px;
	background: #eee;
}