/*リセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, pre, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
object, embed {
	vertical-align: top;
}
legend {
	display: none;
}
img, abbr, acronym, fieldset {
	border: 0;
}
p {
	margin-bottom: 0.8em;
	line-height: 1.8em;
}
p.small {
	font-size: 12px;
}
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
body {
	font-family: Arial, Verdana, メイリオ, Meiryo, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	overflow-x: hidden;
	color: #525260;
	font-size: 16px;
	background: #3765d9;
}
a {
	color: #37bade;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
	outline: 0;
}
.content {
	position: relative;
	max-width: 1280px;
	padding: 0 20px 50px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.content:after {
	content: " ";
	display: block;
	clear: both;
}
.content h2 {
	text-align: center;
	padding: 2em 0 0 0;
	font-family: "Mplus 1p",sans-serif;
	font-size: 30px;
	font-weight: 500;
}
.content h3 {
	text-align: center;
	font-family: "Mplus 1p",sans-serif;
	font-size: 22px;
	font-weight: 500;
}
.content h4 {
	text-align: center;
	font-family: "Mplus 1p",sans-serif;
	font-size: 18px;
	font-weight: 700;
}
img {
	width: 100%;
	height: auto;
}
section {
	clear: both;
	font-family: Arial, Verdana, メイリオ, Meiryo, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;}
.inner {
	width: 90%;
	margin: 0 auto;
}
.inner:after {
	content: " ";
	display: block;
	clear: both;
}
.content h3 span {
	display: inline-block;
	margin-right: 0.3em;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	background-color: #eaeaea;
}
/*2列*/
.col2{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
/*3列*/
.col3 {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -1.5% 0;
}
.col3 li {
	display: inline-block;
	width: 33.333%;
	padding: 0 3%;
	margin-bottom: 0;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
.col3 h2, .col3 h3, .col3 h4 {
	padding-bottom: 1em;
}
.col3 li p {
	text-align: left;
}
/*4列*/
.col4 {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -1.5% 0;
}
.col4 li {
	display: inline-block;
	width: 25%;
	padding: 0 1.5%;
	margin-bottom: 0;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
}
.col4 h2, .col4 h3, .col4 h4 {
	padding-bottom: 1em;
}
.col4 li p {
	text-align: left;
}
/*外部へのリンクボタン*/
.linkbtn a {
	display: inline-block;
	padding: 1em 2em;
	color: #ffffff;
	line-height: 1em;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 0 4px #274FB4;
	background-color: #3765d9;
}
/*------------------------------------------------------------*/
/* ヘッダー*/
/*------------------------------------------------------------*/
#header {
	overflow: hidden;
	width: 100%;
	min-height: 480px;
}
#header .titlearea {
	position: absolute;
	left: 3%;
	top: 35px;
	width: 53%;
}
#header .titlearea img {
	width: 100%;
}
#header .titlearea .mark {
	display: inline-table;
	padding: 0.3em 1em;
	margin-bottom: 10px;
	color: #3765d9;
	font-weight: bold;
	font-size: 12px;
	background-color: #ffffff;
	border-radius: 1em;
	-webkit-border-radius: 1em;
}
#header .titlearea .mark2 {
	display: inline-table;
	padding: 0.3em 1em;
	margin: 0 0 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-color: #FECC12;
	border-radius: 1em;
	-webkit-border-radius: 1em;
}

#header .appstore_h1{
	margin-top: 20px;
}
#header .appstore_h1:after{
	content: "";
	display: block;
	clear: both;
}
#header .appstore_h1 .h1_box{
	float: left;
	width: 44%;
}
#header .appstore_h1 .appstore_box{
	float: right;
	width: 54%;
}
#header .appstore_h1 .appstore_box img{
	width: 100%;
	height: auto;
}
#header .titlearea h1 {
	font-family: "Mplus 1p",sans-serif;
	font-size: 19px;
	line-height: 1.4em;
	color: #5DC7E4;
	font-weight: 500;
}
#header .titlearea .title_rank {
	position: relative;
}
#header .titlearea .title_rank:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	border: 20px solid transparent;
	border-left: 20px solid #3765D9;
}
#header .titlearea .title_rank:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -20px;
	border: 20px solid transparent;
	border-right: 20px solid #3765D9;
}
#header .titlearea h2 {
	padding: 0.2em 0.5em;
	font-size: 20px;
	color: #3765D9;
	font-weight: 500;
	background-color: #FFDA30;
}
#header .imagearea {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 36%;
	height: auto;
}
#header .rank {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 130px;
}
#header .menu {
	position: absolute;
	top: 440px;
	right: 20px;
}
#header .menu a {
	display: block;
	padding: 0.5em 0.8em;
	color: #fff;
	background-color: #5DC7E4;
	border-radius: 5px 5px 0 0;
}
/*------------------------------------------------------------*/
/*ナビ*/
/*------------------------------------------------------------*/
#navi {
	background-color: #525260;
}
#navi ul {
	display: block;
	height: 40px;
}
#navi li {
	text-align: right;
	display: table;
	float: right;
	box-sizing: border-box;
	border-left: #696973 solid 2px;
}
#navi li a {
	height: 40px;
	display: table-cell;
	padding: 0 2em;
	text-align: right;
	color: #ffffff;
	vertical-align: middle;
}
/*#navi li:nth-child(even) {
	border-left: #696973 solid 2px;
	border-right: #696973 solid 2px;
}*/
/*------------------------------------------------------------*/
/*インフォ*/
/*------------------------------------------------------------*/
#sec_main_header {
	position: relative;
	min-height: 150px;
	padding: 30px 20px;
	background-color: #EEEEEE;
}
#sec_main_header:after {
	content: " ";
	display: block;
	clear: both;
}
#sec_main_header .info {
	padding-left: 170px;
}
#sec_main_header .info div {
	padding: 20px;
	min-height: 150px;
	background-color: #ffffff;
	border-radius: 20px;
	box-sizing: border-box;
}
#sec_main_header .info h2 {
	text-align: left;
	font-size: 15px;
	margin-bottom: 1em;
}
#sec_main_header .info ul {
	list-style: square;
	margin-left: 1em;
}
#sec_main_header .info li {
	padding: 0.2em 0;
	font-size: 13px;
}
#sec_main_header .appicon {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 150px;
	height: auto;
}


/*------------------------------------------------------------*/
/*特別枠*/
/*------------------------------------------------------------*/
#sec_special {
	padding: 0px 20px 30px;
	background-color: #FFE63F;
}
#sec_special:after {
	content: " ";
	display: block;
	clear: both;
}
#sec_special h2{
	line-height: 0;
}
#sec_special h2 img.mobile{
	display: none;
}
#sec_special h3{
	color: #fa598b;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
}
#sec_special h3 a{
	font-size: 26px;
	font-size: 36px;
	font-weight: bold;
	color: inherit;
}
#sec_special h4{
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
}
#sec_special h4 span{
	font-weight: bold;
	font-size:110%;
}
#sec_special h5{
	font-size: 20px;
	font-weight: 300;
	padding: 1em 0;
}
#sec_special p{
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5em;
}
#sec_special .col2{
	padding: 50px;
	background-color: #ffffff;
	border-radius: 10px;
}
#sec_special .col2 .imgbox{
	width: 30%;
	box-sizing: border-box;
}
#sec_special .col2 .imgbox img{
	border: #aaaaaa solid 5px;
	box-sizing: border-box;
}
#sec_special .col2 .textbox{
	width: 70%;
	padding-left: 4%;
	box-sizing: border-box;
}
#sec_special .col2 .textbox a.btn{
	display: table;
	padding: 1em 1.5em;
	color: #ffffff;
	font-size:30px;
	background-color: #37bade;
	border-radius: 2em;
	margin: 1em auto;
}


/*------------------------------------------------------------*/
/* sec_main*/
/*------------------------------------------------------------*/
#sec_main {
	background-color: #ffffff;
}
#sec_main h2 {
	color: #fa598b;
	font-size: 42px;
	line-height: 1.4em;
}
#sec_main h3 {
	padding: 1em 0;
	margin: 0 0 0.5em ;
	font-size: 32px;
	text-align: center;
	color: #37bade;

}
#sec_main p.title{
	font-size: 130%;
	text-align:center;
	padding: 1em 0 0;
}
#sec_main .title_image{
	margin: 4em auto 0;
	text-align: center;
}
#sec_main .title_image img{
	width: 100px;
	height: auto;
	padding: 0 10px;
}

#sec_main .col3{
	margin: 0;
}
#sec_main .col3 li{
	text-align: center;
}
#sec_main .col3 li img{
	width: 96%;
	height: auto;
	margin-bottom: 1.5em;
	border: #dddddd solid 5px;
	box-sizing: border-box;
}
/*#sec_main .col3 li.point1 img{
	border: #37bade solid 4px;
}
#sec_main .col3 li.point2 img{
	border: #6B43CB solid 4px;
}
#sec_main .col3 li.point3 img{
	border: #fa598b solid 4px;
}*/
#sec_main .col3 li h4{
	font-size: 150%;
}
#sec_main .col3 li.point1 h4{
	color: #37bade;
}
#sec_main .col3 li.point2 h4{
	color: #6B43CB;
}
#sec_main .col3 li.point3 h4{
	color: #fa598b;
}



/*------------------------------------------------------------*/
/* sec_applink*/
/*------------------------------------------------------------*/
.sec_applink {
	background-color: #37bade;
}
.sec_applink h2 {
	color: #ffffff;
}
.sec_applink .applink_wrap {
	text-align: center;
	margin: 30px auto;
}
.sec_applink .applink_wrap li {
	display: inline-block;
	margin: 0 10px;
}
.sec_applink .applink_searchword h4 {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
}
/*youtube*/
.youtube_box {
	width: 80%;
	margin: 30px auto;
}
.sec_applink h5 {
	padding: 0.5em;
	text-align: center;
	color: #fff;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.sec_applink .apptext_wrap {
	position: relative;
	width: 90%;
	padding: 20px 80px 20px 20px;
	margin: 0 auto;
	background-color: #0797be;
}
.sec_applink .apptext_wrap p {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.sec_applink .apptext_wrap h3 {
	font-family: "Mplus 1p",sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
}
/*半額期間*/
.sec_applink .price_box{
	border: #FFDA30 solid 5px;
	box-sizing: border-box;
}
.sec_applink .price_box h3{
	font-size: 110%;
	font-weight: bold;
}
.sec_applink .price_box h4{
	color: #FFDA30;
	font-weight: bold;
}
.sec_applink .apptext_wrap .price {
	position: absolute;
	top: -30px;
	right: 2%;
	width: 120px;
	height: auto;
}
/*------------------------------------------------------------*/
/*レビュー*/
/*------------------------------------------------------------*/
#sec_review {
	padding: 50px 0 0;
	background-color: #eeeeee;
}
#sec_review h2 {
	color: #8365c9;
	margin-bottom: 1.4em;
}
.review {
	width: 90%;
	padding: 40px 80px;
	margin: 0px auto 0;
	background-color: rgba(255,255,255,0.80);
	border-radius: 20px;
	box-sizing: border-box;
}
.review h4 {
	color: #8365c9;
	margin-bottom: 1em;
	font-weight: 500;
}
.review li {
	padding: 1em 0;
	border-top: #37bade dotted 1px;
}
.review li p {
	font-size: 12px;
}
.review li p.title {
	font-weight: bold;
}
.review li p.title .star {
	color: #FFBE00;
}
/*------------------------------------------------------------*/
/* sec_01*/
/*------------------------------------------------------------*/
#sec_01 {
	padding: 30px 0 20px;
	background: url(images/bg_seal.png) repeat #E60028;
}
#sec_01 h2{
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
}
#sec_01 h3 {
	padding: 0.5em 0;
	font-size: 32px;
	color: #FFFFFF;
}
#sec_01 p {
	font-size: 110%;
	color: #FFFFFF;
	text-align: center;
}
#sec_01 p.small {
	font-size: 90%;
}
#sec_01 .btn {
	width: 30%;
	margin: 0 auto 20px;
}
/*------------------------------------------------------------*/
/* sec_02*/
/*------------------------------------------------------------*/
#sec_02 {
	text-align: center;
	background-color: #ee98a8;
}
#sec_02 .h4_box {
	position: relative;
	padding: 20px;
	margin: 0px auto 10px;
	width: 80%;
	min-height: 11em;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.70);
}
#sec_02 .h4_box:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgba(255,255,255,0.70);
}
#sec_02 h4 {
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 0px;
}
/*------------------------------------------------------------*/
/* sec_03*/
/*------------------------------------------------------------*/
#sec_03 {
	text-align: center;
	background-color: #ffffff;
}
#sec_03 h2 {
	color: #8365c9;
	margin-bottom: 1.4em;
}
#sec_03 h4 {
	font-size: 16px;
}
#sec_03 .voice {
	width: 97%;
	text-align: left;
	margin: 50px auto;
}
#sec_03 .voice h4 {
	padding: 0.8em 0;
	line-height: 1em;
	border-top: #dddddd dotted 1px;
	border-bottom: #dddddd dotted 1px;
}
#sec_03 .voice li {
	position: relative;
	width: 80%;
	padding: 2em;
	margin: 20px auto;
	border-radius: 20px;
	background-color: #E6EFF5;
}
#sec_03 .voice li:nth-child(odd):before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E6EFF5;
}
#sec_03 .voice li:nth-child(even):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #E6EFF5;
}
/*------------------------------------------------------------*/
/*Aboutus*/
/*------------------------------------------------------------*/
#sec_about {
	background-color: #ffffff;
}
#sec_about h2 {
	padding-bottom: 1.5em;
}
#sec_about h3 {
	padding: 1em 0;
}
#sec_about h4 div {
	font-family: Arial, Verdana, メイリオ, Meiryo, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 80%;
}
#member {
	text-align: center;
}
#member .col3 {
	margin-top: 20px;
}
#developer {
	padding: 30px;
	margin-top: 30px;
	text-align: center;
	border-top: #dddddd dotted 1px;
}
#developer a.url {
	padding: 1em 1.5em;
	color: #ffffff;
	background-color: #37bade;
	border-radius: 2em;
}
/*------------------------------------------------------------*/
/*プライバシーポリシー*/
/*------------------------------------------------------------*/
header.page{
	padding: 1em;
}
header.page h1{
	color: #ffffff;
	font-size: 110%;
}
#sec_privacy {
	background-color: #ffffff;
}
#sec_privacy .content{
	padding: 30px 50px;
}
#sec_privacy oi,
#sec_privacy ul{
	padding: 1em;
}
#sec_privacy ol li{
	padding: 0.5em;
	line-height: 1.5em;
}
/*------------------------------------------------------------*/
/*下部のナビ*/
/*------------------------------------------------------------*/
#sec_footnavi {
	background-color: #525260;
}
#sec_footnavi ul {
	display: block;
	height: 40px;
}
#sec_footnavi li {
	text-align: center;
	display: table;
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}
#sec_footnavi li a {
	height: 40px;
	display: table-cell;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
}
#sec_footnavi li span {
	height: 40px;
	display: table-cell;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	color: #aaaaaa;
}
#sec_footnavi li:nth-child(even) {
	border-left: #696973 solid 2px;
	border-right: #696973 solid 2px;
}
/*------------------------------------------------------------*/
/*フッター*/
/*------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
/*------------------------------------------------------------*/
/*スライド*/
/*------------------------------------------------------------*/
.dl {
	width: 80%;
	padding: 30px 50px;
	margin: 50px auto;
	border: #ffffff solid 2px;
	border-radius: 20px;
}
.dl h3 {
	color: #fff;
}
.swiper-container {
	width: 100%;
	margin: 10px 0 20px;
	text-align: center;
	background-color: #fff;
}
.swiper-slide {
	width: auto;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
}
.dl .left {
	width: 49%;
	float: left;
	padding-left: 30px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.dl .right {
	width: 49%;
	float: right;
	padding-right: 30px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.dl .dl_text {
	text-align: center;
	font-size: 14px;
}
.dl .dl_image {
	margin: 20px;
	line-height: 0;
}

/*------------------------------------------------------------*/
/* RESPONSIVE 設定*/
/*------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
#header .appstore_h1 .h1_box{
	width: 48%;
}
#header .appstore_h1 .appstore_box{
	width: 50%;
}
#header .titlearea h1 {
	font-size: 18px;
}
#sec_special h3,
#sec_special h3 a{
	font-size: 30px;
}
#sec_special h4{
	font-size: 22px;
}
#sec_special h5{
	font-size: 18px;
}
#sec_special .col2 .textbox a.btn{
	padding: 1em 1.2em;
	font-size:20px;
}

}

@media only screen and (max-width: 799px) {
body {
	font-family: "Mplus 1p",sans-serif;
}
p {
	font-size: 15px;
}
.content h2 {
	font-size: 26px;
}
.content h3 {
	font-size: 23px;
}
.content h4 {
	font-size: 19px;
	font-weight: 500;
}
.col4 li {
	width: 50%;
	padding-bottom: 2em;
	text-align: center;
}
.col4 li img {
	width: 70%;
}
#header {
	min-height: 360px;
}
#header .titlearea {
	width: 54%;
	left: 2%;
	top: 20px;
}
#header .appstore_h1 .h1_box{
	width: 50%;
}
#header .appstore_h1 .appstore_box{
	width: 48%;
}

#header .titlearea img {
	width: 100%;
}
#header .titlearea h1 {
	font-size: 16px;
}
#header .titlearea h2 {
	padding: 0.3em 1.5em;
	font-size: 13px;
}
#header .rank {
	width: 100px;
}
#header .menu {
	top: 322px;
}
#sec_special h3,
#sec_special h3 a{
	font-size: 24px;
}
#sec_special h4{
	font-size: 19px;
}
#sec_special h5{
	font-size: 18px;
}
#sec_special p{
	font-size: 100%;
}
#sec_special .col2{
	padding: 30px;
}
#sec_special .col2 .imgbox{
	width: 40%;
}
#sec_special .col2 .textbox{
	width: 60%;
}	
	
/*-------------------------------*/	
#sec_main h2 {
	font-size: 30px;
}
#sec_main h3 {
	font-size: 26px;
}
/*-------------------------------*/
.sec_applink .apptext_wrap .price {
	top: -20px;
	right: 2%;
	width: 90px;
}
/*-------------------------------*/
.review {
	padding: 30px;
}
/*-------------------------------*/
#sec_01 {
	padding: 10px 0 0px;
}
#sec_01 h3 {
	font-size: 26px;
}
#sec_01 .btn {
	width: 34%;
}
/*-------------------------------*/
#sec_02 .h4_box {
	min-height: 9em;
}
/*-------------------------------*/
#sec_about img {
	width: 60%;
}
/*-------------------------------*/
#sec_about .content {
	width: 100%;
}
/*-------------------------------*/
.dl .dl_text {
	font-size: 92%;
}
/*-------------------------------*/
.youtube_box {
	width: 100%;
}
}

@media only screen and (max-width: 480px) {
body {
	font-size: 14px;
}
p {
	text-align: left;
}
.content h2 {
	font-size: 24px;
}
.content h3 {
	font-size: 20px;
}
.content h4 {
	font-size: 17px;
	font-weight: 500;
}
.col2{
	margin: 20px -10px 0;
}
.col3 li,  .col4 li {
	display: block;
	width: 100%;
	padding: 0 1.5%;
	margin-bottom: 30px;
}
#navi ul {
	height: 30px;
}
#navi li a {
	height: 30px;
	font-size: 96%;
}
/*---------------------------*/
/*ヘッダ*/
/*---------------------------*/
#header {
	min-height: 480px;
}
#header .titlearea {
	right: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}
#header .titlearea img {
	width: 100%;
}
#header .titlearea .mark {
	margin-bottom: 5px;
	font-size: 10px;
}
#header .titlearea .mark2 {
	margin: 0 0 5px 10px;
	font-size: 10px;
}

#header .imagearea {
	right: 0px;
	left: 0px;
	top: 260px;
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}
#header .appstore_h1 .h1_box{
	width:43%;
}
#header .appstore_h1 .appstore_box{
	width:55%;
}
#header .titlearea h1 {
	font-size: 12px;
	line-height: 1.4em;
}
#header .rank {
	top: 260px;
	right: 10px;
	width: 26%;
}
#header .menu {
	top: 430px;
	right: 0px;
}
#header .menu a {
	border-radius: 5px 0 0 5px;
}
/*---------------------------*/
/*インフォ*/
/*---------------------------*/
#sec_main_header {
	background-color: #ffffff;
}
#sec_main_header .info {
	padding-left: 0px;
}
#sec_main_header .info div {
	background-color: #eeeeee;
}
#sec_main_header .appicon {
	position:static;
	width: 100px;
	height: auto;
	margin: 30px auto 0;
}
	
/*---------------------------*/	
#sec_special h2 img.pc{
	display: none;
}
#sec_special h2 img.mobile{
	display: block;
}
#sec_special h3,
#sec_special h3 a{
	font-size: 19px;
}
#sec_special h4{
	font-size: 15px;
	text-align: left;
	padding: 1em 0 0;
}
#sec_special h4 br{
	display: none;
}
#sec_special h5{
	font-size: 14px;
}
#sec_special p{
	font-size: 100%;
}
#sec_special .col2 .imgbox{
	display: block;
	width: 100%;
	text-align: center;
}
#sec_special .col2 .imgbox img{
	width: 80%;
}
#sec_special .col2 .textbox{
	display: block;
	width: 100%;
	padding: 20px 0 0;
}	
#sec_special .col2 .textbox a.btn{
	font-size:16px;
}

	
/*---------------------------*/
#sec_main .col3{
	margin-top: 20px;
}
#sec_main .col3 li.pc{
	display: none;
}

#sec_main h2 {
	font-size: 24px;
	font-weight: bold;
}
#sec_main h3 {
	padding: 1em 0 0;
	margin: 0 ;
	font-size: 20px;
}
#sec_main .title_image img{
width: 60px;
}
#sec_main .col3 li img{
	width: 80%;
	margin-bottom: 1.5em;
}

/*---------------------------*/
.sec_applink .applink_wrap {
	margin: 20px 0;
}
.sec_applink .applink_wrap li {
	margin: 10px auto;
	display: block;
	width: 80%;
}
.sec_applink .applink_wrap img {
	width: 100%;
}
.sec_applink .applink_wrap .qrcode img {
	width: 30%;
}
/*古瀬*/
.sec_applink .applink_wrap .qrballoon img {
	width: 30%;
	display: none;
}
/*古瀬の急ごしらえ*/
.sec_applink .applink_searchword h4 {
	font-family: "Mplus 1p",sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #37bade;
	display: none;
}
/*古瀬の急ごしらえ*/
.sec_applink .applink_searchword a {
	font-family: "Mplus 1p",sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #fa497b;
}
.sec_applink .apptext_wrap {
	position: relative;
	width: auto;
	padding: 20px;
}
.sec_applink .apptext_wrap p {
	font-size: 14px;
	text-align: left;
}
.sec_applink .apptext_wrap h3 {
	font-family: "Mplus 1p",sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
}
.sec_applink .apptext_wrap .price {
	position: absolute;
	top: -70px;
	right: 2%;
	width: 90px;
	height: auto;
}
.review {
	width: auto;
	padding: 20px;
}
/*-----------------------------------------*/
#sec_01 {
	padding: 0px;
	background: url(images/bg_seal_sp.png) repeat center #E60028;
}
#sec_01 h2{
	width: 100%;
}
#sec_01 h3 {
	font-size: 20px;
	font-weight: bold;
}
#sec_01 p {
	font-size: 100%;
}
#sec_01 .btn {
	width: 80%;
	margin: 0 auto 20px;
}

/*-----------------------------------------*/
#sec_02 .boxR,  #sec_02 .boxL {
	float: none;
	width: 100%;
	margin-top: 30px;
}
#sec_02 .boxR {
	padding: 0;
}
#sec_02 .h4_box {
	min-height: 3em;
	height: auto;
}
/*-----------------------------------------*/
#sec_03 .voice {
	margin-bottom: 0px;
}
#sec_03 .voice h4 {
	line-height: 1.3em;
}
/*-----------------------------------------*/
#sec_about img {
	width: 50%;
}
#sec_about h1 {
	font-size: 20px;
}
#sec_about p {
	font-size: 14px;
}
/*-----------------------------------------*/
#developer {
	padding: 20px 0 0;
	margin-top: 0px;
}
#developer p {
	text-align: center;
}
/*-----------------------------------------*/
#sec_privacy .content{
	padding: 20px 20px 20px 30px;
}
/*-----------------------------------------*/
#footer {
	padding: 20px;
}
#footer p {
	font-size: 12px;
}
/*-----------------------------------------*/
.dl {
	display: none;
}
}
