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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	font-family:'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:62.5%;
	color:#333333;
	overflow-x: hidden;	
}
*::before, *::after {
	box-sizing: border-box;
}
.clear{
	clear:both;
}
/* header */


header #headerNavi {
	width:100%;
	margin:0 auto;
	background:rgba(255,255,255,0.9);
	height:auto;
	position: fixed;
	z-index: 10;
	transition: all 0.4s ease-in 0s;
}
header #headerNavi #headerNaviBox {
	width:90%;
	margin:0 auto;
}
header h1 {
	float:left;
	width:120px;
	padding-top: 12px;
}
header h1 img{
	width:100%;
}
header ul {
	float:right;
	line-height:70px;
}
header ul li {
	display:inline;
	margin-right:20px;
}
header ul li a {
	text-decoration:none;
	color:#333;
	font-size:0.8rem;
}
header ul li a:hover {
	color:#999;
}
header h2 {
	font-size:2.5rem;
	color:#FFFFFF;
	line-height:1.7;
	letter-spacing:0.1em;
	    text-shadow: 0px 0px 10px rgba(4, 135, 129, 1);
	    text-align: left;

}
header #headerBox {
	width:50%;
	float:right;
		white-space:nowrap;
	    padding-right: 50px;
	    padding-bottom: 300px;	
}
header #headerPosi {
	padding-top:70px;
	position:relative;
}
header #header {
	width:100%;
	background:url(../images/img_index01.png) no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position: center center;
	    overflow: hidden;
	min-height: 100%; 
		clear:both;
	padding-top:150px;
	position:relative;
	min-height: 100%;

}
header #header .button a {
	margin-top:10px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-color:#37dad3;
	padding:10px;
	font-size:100%;
	text-decoration:none;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	width:200px;
	font-size:1.2rem
}
header #header .button a:before {
	display:inline-block;
	width:20px;
	height:20px;
	content:"";
	vertical-align:middle;
	margin-top: -4px;
	margin-right:10px;
	background:url(../images/arrow_index01.png) no-repeat left center;
	background-size:20px 20px;
}
header #header .button a:hover {
	background-color:#54e1db;
}
header .buttonArrow {
	    z-index: 9999;
	width:80px;
	height:80px;
	position:absolute;
	bottom:60px;
  left: 0;
  right: 0;
  margin:0 auto;	
}
header .buttonArrow a {
	background-image:url(../images/button_index01.png);
	background-repeat:no-repeat;
	background-size:80px;
	padding-bottom:300px;
	display:block;
}
header .buttonArrow a:hover {
	opacity:0.6;
}
.photo{
	width:100%;
	margin:0 auto;
}
.photo .openImg{
	width: 46.5%;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.photo .openImg img{
	width: 100%;
}
.photo .openBox{
	width: 45%;
	display: inline-block;
	padding: 2% 4% 0 4%;
	vertical-align: top;
}
.photo .openBox h3{
	margin-bottom: 20px;
}
.photo p{
	margin:0 0 2% 0;
}


.template{
		background: #eefffe;
		margin:0!important;
		padding: 60px 0 0 0;
}

/* service */

.service {
	width:80%;
	margin:0 auto;
}
section {
	margin-top:60px;
	clear:both;
	overflow:hidden;

}
section p {
	font-size:0.9rem;
}
section.open .openImg {
	width:35%;
	float:left;
}
section.open .openImg img {
	width:100%;
	height:auto;
}
section.open .openBox {
	width:60%;
	margin-left:40%;
}
section h3 {
	font-size:1.8rem;
	margin-bottom:40px;
	line-height: 1.5;
}
section div.speed {
	width:35%;
	float:right;
	line-height:0;
}
section .speedBox {
	width:65%;
	float:left;
	padding-top:50px;
}
section .speed img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
section#results {
	background:url(../images/img_index04.png) no-repeat;
	background-size:cover;
	    background-attachment: fixed;
	text-align:center;
	color:#FFFFFF;
	padding:150px 0;
	margin-top:0;
}
section#results p {
	line-height:2;
}
section#results h3 {
	font-size:2.5rem;
}
section#results .buttonresults a {
	border:1px solid #fff;
	color:#fff;
	padding:10px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	display:inline-block;
	text-decoration:none;
	margin-top:50px;
	font-size:0.8rem;
	font-weight: bold;
}
section#results .buttonresults a:hover {
	border:1px solid #1362aa;
	color:#1362aa;
	background:rgba(255,255,255,0.8)
}
section#results .buttonresults a::before,
section#results .buttonresults a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
section#results .buttonresults a,
section#results .buttonresults a::before,
section#results .buttonresults a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.template h3{
	text-align: center;
	margin-bottom: 5px;
}
.template .txt{
	text-align: center;
	font-size: 1rem;
	margin:0 0 5% 0;
}
.owl-carousel{
	margin:0 0 7% 0;
}
.item{
	margin: 0 7%;
	text-align: center;
}
.item .ttl{
	font-size: 1rem;
	font-weight: bold;
	display: block;
	margin:0 0 10px 0;
}
.item .link{

}
.item .button {
	background-color: transparent;
	border:1px solid #1362aa;
	color: #1362aa;
	font-size: .8rem;
	display: block;
	margin:0 auto 10px auto;	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;		
	text-decoration: none;
	padding: 6px 0;
	width: 60%;	
}
.item .button:hover {
	background-color: #1362aa;
	border:1px solid #1362aa;
	color: #fff;
}
.item .button::before,
.item .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.item .button,
.item .button::before,
.item .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.owl-nav{
	text-align: center;
	font-size: 1rem;
	margin:1% 0 0 0;
	font-weight: bold;
}
.owl-prev,
.owl-next{
	display: inline-block;
	padding: 0 2%;
	position: relative;
}
.owl-prev:before{
	content:"\00ab";
position: absolute;
    left: 1%;}
.owl-next:after{
	content:"\00bb";
	position: absolute;
    right: 1%;
}
/* price */

section.price {
	width:80%;
	margin:80px auto 100px;
	min-width:800px;
}
section.price .small{
	font-size: .75rem;
	text-align: center;
	    margin-top: -24px;
}
section.price h3 {
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	line-height: 1.5;
}
section.price h3 span {
	font-size:2.1rem;
	color:#37dad3;
}
section.price ul {
	width:60%;
	margin:0 auto;
	overflow:auto;
	font-weight:bold;
}
section.price ul li a {
	display:block;
	float:left;
	text-decoration:none;
	color:#37dad3;
	width:33%;
	text-align:center;
	line-height:2;
}
section.price ul li {
	font-size:1.1rem;
}
section.price ul li.price1 a {
	border:1px solid #37dad3;
	border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	overflow:auto;
}
section.price ul li.price2 a {
	border-top:1px solid #37dad3;
	border-bottom:1px solid #37dad3;
}
section.price ul li.price3 a {
	border:1px solid #37dad3;
	border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	overflow:auto;
}
section.price ul li a:hover {
	background:#37dad3;
	color:#fff;
}
table {
	width:100%;
	margin:0 auto;
	clear:both;
	border:1px solid #ccc;
	margin-top:50px;
	margin-bottom:10px;
	table-layout:fixed;
}
table tr {
	height:60px;
}
table th {
	text-align:center;
	padding:10px;
	line-height:1.5;
}
table td {
	text-align:center;
	padding:10px;
	line-height:1.5;
}
table .gray {
	background:#f5f5f5;
}
table thead {
	font-size:1.1rem;
}
table tbody {
	font-size:0.9rem;
}
table .FreePlan {
	background:url(../images/bg_index01.png);
	color:#fff;
	font-weight:bold;
}
table .StPlan {
	background:url(../images/bg_index02.png);
	color:#fff;
	font-weight:bold;
}
table .HiPlan {
	background:url(../images/bg_index03.png);
	color:#fff;
	font-weight:bold;
}
table .PrePlan {
	background:url(../images/bg_index04.png);
	color:#fff;
	font-weight:bold;
}
table span.blueP01 {
	font-size:2.7rem;
	color:#37dad3;
	display:block;
}
table span.blueP02 {
	font-size:2.7rem;
	color:#42A0D9;
	display:block;
}
table span.blueP03 {
	font-size:2.7rem;
	color:#4286C4;
	display:block;
}
table span.blueP04 {
	font-size:2.7rem;
	color:#1362AA;
	display:block;
}
table .yellow {
	background:#fffeef;
}
table .icon01 {
	background-image:url(../images/icon_index01.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:35px auto;
}
table .icon000{
	position: relative;
	left:34px;
}
table .icon02 {
	background-image:url(../images/icon_index02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:40px auto;
}
table .blue01 {
	background-color:#ddf8f7;
}
table .blue02 {
	background-color:#dfeff8;
}
table .txtblue02 {
	color:#429ed7;
}
table .txtblue03 {
	color:#4387c6;
}
table .txtblue04 {
	color:#d7e5f2;
}
table .blue03 {
	background-color:#d7e6f3;
}
table .blue04 {
	background-color:#d7e5f2;
}
.buttonSt a {
	display:block;
	color:#FFFFFF;
	width:190px;
	padding:10px;
	text-align:center;
	background:#42a0d9;
	text-decoration:none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	margin:0 5px 5px 0;
}
.buttonSt a:hover {
	background:#6fb2db;
}
.buttonHi a {
	display:block;
	color:#FFFFFF;
	width:190px;
	padding:10px;
	text-align:center;
	background:#4286c4;
	text-decoration:none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	margin:0 5px 5px 0;
}
.buttonHi a:hover {
	background:#5f98cc;
}
.buttonPre a {
	display:block;
	color:#FFFFFF;
	width:70%;
	padding:10px;
	text-align:center;
	background:#37dad3;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 auto;
}
.buttonPre a:hover {
	background:#32bdb7;
}
.buttonPlan {
	margin:50px 0;
	font-size:2rem;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/* works */

.step-area{
	margin:50px 0 60px 0;
}

section.works {
	width:80%;
	margin:80px auto 100px;
	min-width:800px;
}
section.works h3 {
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	line-height: 1.5;
}
section.works h3 span {
	font-size:2.1rem;
	color:#37dad3;
}
section.works div{
	width:30%;
	float:left;
	margin-right:5%;
	margin-bottom:20px;
}
section.works div p{
	background: #37dad3;
}
section.works div p.bgbl a{
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 10px 0;
}
section.works div p.bgbl a span.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #fff;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
text-indent: 10px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.arrowicon::before{
width: 20px;
height: 20px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #fff;
}
.arrowicon::after{
left: 7px;
box-sizing: border-box;
width: 10px;
height: 8px;
border: 7px solid transparent;
border-left: 8px solid #37DAD3;
}

section.works div.last{
	margin-right:0;
}
section.works div img{
	width:100%;
}

/* voice */
section.voice{
	background:url(../images/bk_index01.png);
	color:#fff;
	background-size:cover;
	padding: 100px 0;
}
section.voice .voiceBox{
	margin:80px auto 100px;
	width:1180px;
}
section.voice h3 {
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	color:#fff;
	line-height: 1.5;
}
section.voice h3 span {
	font-size:2.1rem;
	color:#37dad3;
}
section.voice .voiceBox_s{
	width:44%;
	float:left;
	padding:30px;
}
section.voice .voiceBox_sl{
	width:48%;
	float:left;
	margin-bottom:15px;
	border-top: 1px solid #fff; 
	clear:both ;
	}
section.voice .voiceBox_sr{
	width:49.7%;
	float:right;
	margin-bottom:15px;
	border-top: 1px solid #fff; 
	}

section.voice .bluecircle{
	background:#37dad3;
	border-radius:50%;
	width:110px;
	height:110px;
	padding:15px;
	float:left;
	margin-right:25px;
	text-align: center;
	margin-bottom: 50px;
}
section.voice p.floatl{
	float: left;
	width: 60%;
}
section.voice .comment{
	width:60%;
	float:left;
}
section.voice .voiceBox_s span{
	color:#37dad3;
	font-size:1.2rem;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
section.voice .bluecircle img{
	width:80%;
	margin-bottom: 20px;
}

/* member */
section.member{
	background:#37dad3;
	margin-top: 0;
}
.memberForm {
	width:60%;
	margin:80px auto 100px;
	min-width:800px;
}
.memberForm a.yellow{
	color:#ffff00;
	line-height:25px;
}
.memberForm p,
.memberForm p input{
	line-height:1;
}
section.contact.memberForm p,
section.contact.memberForm p input{
	line-height:1;
}
.memberForm p input[type="radio"]{
	width:30px;
color: #666;
    font-size: 22px;
    
    	
}
.form-radio{
	background:#f1f1f1;
	border:1px solid #ccc;
    padding: 15px 0 8px 10px;
    margin: 0 0 10px 0;	
    display:none;
}
section.member h3{
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	color: #fff;
	line-height: 1.5;
}
section.member h3 span{
	font-size:2.1rem;
}
.memberForm input{
	width:97%;
	margin-bottom:10px;
	padding:10px;
}
section.contact.memberForm input{
	width:97%;
	margin-bottom:10px;
	padding:10px;
}
.memberForm p.snsBtl{
	width: 49%;

	margin: 20px auto 20px auto;
}
.memberForm p.snsBtr{
	width: 49%;
	float: left;
	margin: 20px 0 50px;
}
.memberForm p img{
	width: 100%;
}

.memberForm input[type="text"] {
	color: #666;
	font-size: 1rem;
}
.memberForm input[type="text"] {
	color: #666;
	font-size: 1rem;
}
.memberForm textarea {
	color: #666;
	font-size: 1rem;
	width:97%;
	margin-bottom:10px;
	padding:10px;	
	border:1px solid #ccc;
}
.memberForm select{
	    border: 1px solid #ccc;
	    	color: #666;
    width: 100%;
    height: 40px;
    font-size: 1rem;
        margin-bottom: 10px;
}
.memberForm input[type="submit"]{
	display: block;
    color: #FFFFFF;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #1362aa;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto;
    border:0;
    font-size:1rem;
}

.align-center{
	text-align:center;
}

/* footer */

footer {
	clear:both;
	background:#313131;
	color:#fff;
	overflow:auto;
	font-size:0.8rem;
}
footer ul li {
	display:inline;
	margin-left:20px;
}
footer ul li a {
	text-decoration:none;
	color:#fff;
}
footer ul li a:hover {
	text-decoration:underline;
}
footer #footerBox {
	width:90%;
	margin:0 auto;
	padding:30px 0;
	overflow:auto;
	position:relative;
}
footer #footerBoxs {
	text-align:right;
}
footer #footerBox .fb {
	width:30%;
	float:left;
}
footer img {
	width:100%;
	height:auto;
}

footer ul.fbicon {
	overflow:auto;
	margin-top:15px;
}
footer ul.fbicon li {
	width:70px;
	display:block;
	float:left;
}

.privacy{
	padding:100px 0 0 0;
}

.privacy h1 {
    margin: 0 0 30px 0;
}
.privacy p {
    margin: 20px 0;
    font-size: 0.95em;
    line-height: 140%;
    text-align: justify;
    text-justify: distribute;
}
.privacy h2 {
    margin: 50px 0 40px 0;
    font-size: 1.5em;
    line-height: 140%;
    color: #202231;
}
.privacy h2 {
    margin: 30px 0 20px 0;
}
.privacy ul li {
    list-style: outside decimal;
    font-size: 0.95em;
    line-height: 140%;
    margin: 10px 0 0 0;
}
.privacy  table {
    width: 100%;
    margin: 0;
}
.privacy  table {
    margin: 0 auto 30px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    background: #fff;
}
.privacy  th {
    width: 97px;
    background: #f0f0f0;
    border: #ccc solid 1px;
    padding: 25px;
    font-weight: normal;
    font-size: 12px;
    text-align:left;
}
.privacy  td {
    border: #ccc solid 1px;
    padding: 25px;
    font-size: 12px;
    text-align:left;
}

.side-corner-tag {
    position: relative;

    overflow: hidden;

}
  
.side-corner-tag p {
    display: inline;   
}
.side-corner-tag p span {
    position: absolute;
    display: inline-block;
    right: -30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    background: #d93131;
    width: 100px;
    font-size:11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.side-corner-tag p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}
  
.side-corner-tag p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
}

.price th span{
	vertical-align: super;
	font-size:10px;
}
.price .note{
	font-size:12px;
}
.smp-only{
	display:none;
}
.pc-only{
	display:block;
}

.red{
	color:#e33b30;
	vertical-align: super;
	font-size: 10px;
}
.step-area h4{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
		

}
.step-area h4 span{color:#e33b30;background: linear-gradient(transparent 60%, #ffff66 60%);}
.mt40{
	margin-top:40px;
}
.fb-share-button{
	top:5px;
}
@media screen and (max-width: 1024px) {
.fb_iframe_widget_fluid {
    display: inline-block!important;
}	
header #header{
	background-attachment: inherit;
}
section.voice .voiceBox {
    width: auto;
}
.fb-share-button {
    /*top: -21px;*/
}
}
@media screen and (max-width: 900px) {
header ul li:last-child{
	display: block;
	text-align: right;
}
.fb-share-button {
    top: -15px;
    right: 0;
}
header #headerPosi {
    padding-top: 100px;
    position: relative;
}
}
@media screen and (max-width: 770px) {
.fb-share-button{
    top: -14px;
}
header h1 {

    padding-top: 28px;
    margin-left: -10px;
}
.photo .openBox h3 {
	margin-top:0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}	
.photo .openImg {
    width: 30.5%;

}
.photo .openBox {
    width: 64%;
    display: inline-block;
    padding: 0 2% 0 2%;
    vertical-align: top;
}
.photo {
    width: 100%;
    margin: 3% auto;
}
.buttonArrow,
.voice {
	display:none;
}
section.price {
    width: 97%;
    margin: 80px auto 100px;
    min-width:0;
}
.service {
    width: 95%;
    margin: 20px auto 0 auto;
}
section div.speed {
    width: 45%;
    float: none;
    line-height: 0;
    margin:0 auto;
}
section.open .openImg {
    width: 45%;
    float: none;
    margin:0 auto;
}
section.open .openBox {
    width: 95%;
    margin:0 auto;
}
section .speedBox {
    width: 95%;
    margin:0 auto;
    padding:0;
    float:none;
}
header #headerBox {
    width: 50%;
    /* float: right; */
    white-space: nowrap;
    padding-right: 0;
    padding-bottom: 300px;
}
header #header {
    width: 100%;
    background: url(../images/img_index01.png) no-repeat;
    background-size: 100% auto;
    /* background-attachment: fixed; */
    background-position: center center;
    overflow: hidden;
    min-height: 100%;
    clear: both;
    padding-top: 0;
    position: relative;
}
header #headerBox {
    width: auto;
    white-space: nowrap;
    padding-right: 0;
    padding-bottom: 100px;
    padding-right: 70px;
    padding-top: 90px;
}
section.price .small {
    font-size: .75rem;
    text-align: center;
    margin-top: 0%;
}
header h2 {
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
header #header .button a {
    margin-top: 10px;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background-color: #37dad3;
    padding: 3px;
    font-size: 100%;
    text-decoration: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 50%;
    font-size: 1.0rem;
}
.memberForm {
    width: 97%;
    margin: 80px auto 100px;
    min-width: 0;
}
.memberForm select {

    width: 100%;

}
.memberForm input {
    width: 97%;
}
section h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    margin-top:10px;
    line-height: 1.5;
}
section {
    margin-top: 30px;
    clear: both;
    overflow: hidden;
}
}
@media screen and (max-width: 414px) {
.privacy {
    padding: 0px 0 0 0;
}
.privacy th,
.privacy td{
	display: block;
	width: 80%!important;
}
section#results {
    background: url(../images/img_index04.png) no-repeat;
    background-size:cover;
    text-align: center;
    color: #FFFFFF;
    padding: 30px 0;
    margin-top: 0;
}	
.photo {
    width: 100%;
    margin: 0;
}
.photo .openImg {
    width: 100%;
    display: block;

}
.photo .openBox {
    width: 94%;
    display: block;
    padding: 0;
    margin: 5% auto 10% auto;
}	
header #header .button a{
	display:none;
}	
.smp-only{
	display:block;
}
.pc-only{
	display:none;
}
header nav{
		display:none;
}
header #headerNavi {

    position: static;

}
header #headerPosi {
    padding-top: 0;
}
header #headerBox {
    width: auto;
    white-space: nowrap;
    padding-right: 0;
    padding-bottom: 90px;
    padding-right: 10px;
    padding-top: 20px;
}
header h2 {
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.7;
    letter-spacing: 0.2em;
    margin-top:10%;
}
header #header {
    width: 100%;
    background: none;
    background-size: 100% auto;
    background-position: center top;
    overflow: hidden;
    min-height: 100%;
    clear: both;
    padding-top: 0;
    position: relative;
}
header #header:before {
    background: url(../images/img_index01.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
}    
header #header:before {
  content: "";
  z-index: -1;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
table span.blueP01 {
    font-size: 1.2rem;
    color: #37dad3;
    display: block;
}
table span.blueP02 {
    font-size: 1.2rem;
    color: #42A0D9;
    display: block;
}
table span.blueP03 {
    font-size: 1.2rem;
    color: #4286C4;
    display: block;
}
header h1 {
    float: none;
    width: 90px;
    padding-top: 5px;
    margin:0 auto;
    text-align:center;
}
section h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-top: 6%;
    line-height: 1.5;
}
section#results h3 {
    font-size: 1.4rem;
}
section.price {
    width: 97%;
    margin: 30px auto 30px;
    min-width: 0;
}
table thead {
    font-size: .7rem;
}
table th {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
}
table td {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
}
.side-corner-tag p{
	display:none;
}
.buttonPre a {
    display: block;
    color: #FFFFFF;
    width: 80%;
    padding: 10px;
    text-align: center;
    background: #1362aa;
    text-decoration: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 auto;
    font-size: 20px;
}
.buttonPlan {
    margin-bottom: 10px;
    font-size: 2rem;
}
.memberForm {
    width: 97%;
    margin: 30px auto 30px;
    min-width: 0;
}
.memberForm textarea,
.memberForm input {
    width: 94%;
}
footer #footerBox {
    width: 97%;
    margin: 0 auto;
    padding: 30px 0;
    overflow: auto;
    position: relative;
}
footer ul li {
    display: inline;
    margin-left: 10px;
}
section {
    margin-top: 0px;
    clear: both;
    overflow: hidden;
}
.step-area {
    margin: 20px 0 20px 0;
}
.buttonPlan {
    margin: 20px 0;
}
.owl-prev,
.owl-next{
	padding: 0 3%;
}


}
@media screen and (max-width: 320px) {
section.price h3 {

    font-size: 1.25rem;

}

header #headerBox {

    padding-bottom: 40px;

}
header h2 {
    font-size: .8rem;
    color: #FFFFFF;
    line-height: 1.7;
    letter-spacing: 0.3em;
    margin-top: 30px;
}
}