@charset 'UTF-8';
/*
Theme Name: glocalme_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

body {
	font-family: 'M PLUS 1p','游ゴシック' , 'Yu Gothic' , Helvetica ,  sans-serif;
	font-size: 15px;
	line-height: 1.8;
	word-break: break-strict;
	color: #2c2a25;

	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: underline;
	color: #4d4d4d;
}

a:hover {
	color: #efff00;
}

a img:hover {
	     opacity: .9;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

.thumbimg:hover {
	     opacity: .9;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

.clear {
	line-height: 0;
	clear: both;
}

.clearfix {
	display: block;
	zoom: 1;
}

.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

body {
	min-width: 1160px;

	_display: inline;
	_zoom: 1;
}

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

table {
	border-spacing: 0;
	border-collapse: collapse;
}

/****************************************
M PLUS 1p Setting
		
font-weight: 900;
black 900
extra-bold 800
bold 700
medium 500
regular 400
light 300
thin 100

*****************************************/
/****************************************
		Base Setting 
*****************************************/
body {
	padding: 79px 0 0;
	background-image: url(./img/topimg_bg_01.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}

.target_line {
	margin-top: -79px;
	padding-top: 79px;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.box {
	z-index: 1;
	float: left;
	width: 50%;
}

.box.bg {
	position: relative;
	z-index: -1;
}

.stit {
	padding: 0 0 60px;
	text-align: center;
}

.simg {
	text-align: center;
}

.simg img {
	max-width: 80%;
}

.itit {
	padding: 50px 0;
	text-align: center;
}

.itit h2 {
	font-size: 278%;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 20px;
}

.btn {
	padding: 40px 0;
	text-align: center;
}

.btn a {
	font-size: 160%;
	font-weight: 700;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding: 15px 17%;
	-webkit-transition: all 200ms 0s ease;
	        transition: all 200ms 0s ease;
	text-decoration: none;
	color: #000;
	border: 2px solid #000;
}

.btn a i {
	font-size: 120%;
	position: absolute;
	top: 50%;
	right: 10%;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}

.btn a:hover {
	color: #fff;
	background: #000;
}

.btn.btn_green a {
	padding: 30px 10%;
	-webkit-transition: all 200ms 0s ease;
	        transition: all 200ms 0s ease;
	color: #fff;
	border: none;
	background: #0a0;
}

.btn.btn_green a:hover {
	     opacity: .9;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

.btn.btn_orange a {
	-webkit-transition: all 200ms 0s ease;
	        transition: all 200ms 0s ease;
	color: #fff;
	border: none;
	background: #ff5a00;
}

.btn.btn_orange a:hover {
	     opacity: .9;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

.header {
	font-size: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
	        box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
}

.header_logo {
	display: inline-block;
	width: 120px;
	margin: 20px 0;
}

.gnav {
	font-size: 115%;
	position: absolute;
	top: 25px;
	right: 0;
}

.gnav ul {
	border-left: 1px dotted #fff;
}

.gnav ul li {
	display: block;
	float: left;
	border-right: 1px dotted #fff;
}

.gnav ul li a {
	display: block;
	padding: 0 13px;
	-webkit-transition: all 200ms 0s ease;
	        transition: all 200ms 0s ease;
	text-align: center;
	text-decoration: none;
	color: #4d4d4d;
}

.gnav ul li a img {
	vertical-align: top;
}

.gnav ul li a:hover {
	background: rgba(255, 255, 255, .3);
}

.header_info {
	position: absolute;
	top: 22px;
	right: 0;
	padding-left: 30px;
	background-image: url(./img/header_ico_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.header_info ul li {
	line-height: 1.2;
}

.header_info ul li strong {
	color: #efff00;
}

.header_info ul li span {
	font-size: 94%;
}

.sec_topimg {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 50px 0;
}

.topimg_clms .boxs .box {
	float: right;
}

.topimg_clms .box_clm {
	margin-top: 55px;
	padding: 60px 8% 100px;
	background: rgba(149, 255, 99, .5);
}

.topimg_clms .box_clm h1 {
	line-height: 1.1;
}

.topimg_clms .box_clm h1 span {
	font-size: 356%;
}

.topimg_clms .box_clm h1 strong {
	font-size: 464%;
}

.topimg_clms .box_clm p {
	font-size: 120%;
	font-weight: 700;
	padding: 20px 0 0;
	letter-spacing: .1em;
}

.topimg_clms .box_clm .btn {
	padding: 20px 0 0;
	text-align: left;
}

.topimg_clms .box_clm .btn a {
	font-size: 158%;
	color: #0a0;
	border-color: #0a0;
}

.topimg_clms .box_clm .btn a:hover {
	color: #fff;
	background: #0a0;
}

.topimg_clms .box_img {
	padding: 0 2%;
}

.topimg_price .box_clm h2 {
	font-size: 230%;
	position: relative;
	top: 33px;
	color: #ff5a00;
}

.topimg_price .box_img {
	padding: 0 2%;
}

.topimg_price .box_img img {
	vertical-align: top;
}

.scroll-txt {
	position: absolute;
	right: 1vw;
	bottom: 0;
}

.scroll-txt img {
	width: 20px;
}

.sec {
	padding: 90px 0;
}

.sec_top_01 {
	padding-bottom: 0;
}

.sec_top_01 .itit img {
	width: 467px;
}

.top_01_inner_bg {
	height: 94px;
	background-image: url(./img/top_01_inner_bg_01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 94px;
}

.top_01_inner_bg.top_01_inner_bg_02 {
	background-image: url(./img/top_01_inner_bg_02.png);
	background-position: top center;
}

.top_01_clms {
	padding: 20px 0 90px;
	background-image: url(./img/top_01_line_01.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 65px;
}

.top_01_clms .boxs .box:nth-child(1) {
	width: 40%;
}

.top_01_clms .boxs .box:nth-child(2) {
	width: 60%;
}

.top_01_clms .box_img img {
	height: 120px;
	vertical-align: top;
}

.top_01_clms .box_clm {
	padding: 20px 0 0 5%;
	padding-top: 10px;
	padding-left: 5%;
}

.top_01_clms .box_clm p {
	font-size: 180%;
	line-height: 1.6;
}

.top_01_clms .box_clm p strong {
	font-weight: 900;
	color: #0a0;
}

.top_01_clms.line_first {
	padding-top: 40px;
}

.top_01_clms.line_02 {
	background-image: url(./img/top_01_line_02.png);
}

.top_01_clms.line_last {
	padding-bottom: 30px;
	background: none;
}

.sec_top_02 {
	padding-bottom: 0;
	background: #fff;
}

.sec_top_02 .itit img {
	width: 600px;
}

.sec_top_02 p {
	font-size: 143%;
	padding: 20px 10px 0;
}

.top_02_boxs h3 img {
	width: 500px;
}

.top_02_boxs .box {
	position: relative;
	float: right;
}

.top_02_boxs .box:nth-child(1) {
	z-index: 2;
	float: left;
	width: 40%;
	margin: 0 0 0 8%;
	padding: 8% 2% 0 0;
}

.top_02_boxs .box:nth-child(2) {
	z-index: 1;
}

.top_02_boxs.top_02_boxs_s {
	position: relative;
	top: -9.3vw;
}

.top_02_boxs.top_02_boxs_s .box:nth-child(1) {
	position: relative;
	top: 3vw;
}

.top_02_boxs.top_02_boxs_l .box {
	float: right;
}

.top_02_boxs.top_02_boxs_l .box:nth-child(1) {
	margin: 0 7% 0 0;
	padding: 3% 0 0 3%;
}

.top_02_boxs.top_02_boxs_l.top_02_boxs_s .box:nth-child(1) {
	position: relative;
	top: 0;
}

.top_02_boxs.top_02_boxs_ss {
	position: relative;
	top: -18.6vw;
	margin-bottom: -14vw;
}

.top_02_boxs.top_02_boxs_ss .box:nth-child(1) {
	position: relative;
	top: 4vw;
}

.sec_top_02_more .btn {
	padding: 0;
}

.sec_top_02_more .btn a {
	position: relative;
	top: -9.6vw;
}

.sec_space {
	height: 200px;
	margin-top: -125px;
	background: #fff;
}

.sec_top_03 {
	margin-top: -50px;
	background-image: url(./img/top_03_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.sec_top_03 .itit img {
	width: 828px;
}

.top_03_img {
	padding: 10px 0 30px;
}

.sec_top_04 .itit img {
	width: 556px;
}

.sec_top_04 .boxs {
	margin-top: 30px;
}

.sec_top_04 .boxs .box {
	width: 45%;
	margin-left: 2.5%;
}

.sec_top_04 .boxs .box_clm h3 {
	padding: 10px 20px;
	background: #0a0;
}

.sec_top_04 .boxs .box_clm h3 img {
	height: 30px;
}

.sec_top_04 .boxs .box_clm p {
	font-size: 143%;
	padding: 25px 5% 45px;
}

.top_04_img {
	padding: 20px 0;
	background: rgba(255, 255, 255, .8);
}

.top_04_img img {
	vertical-align: top;
}

.sec_lineup_01 .itit img {
	width: 339px;
}

.lineup_img {
	padding-right: 13%;
}

.lineup_img img {
	vertical-align: top;
}

.lineup_info {
	margin-top: 40px;
	padding-left: 13%;
	text-align: center;
}

.lineup_info table {
	font-size: 114%;
	width: 100%;
	margin: 10px 0;
}

.lineup_info table th, .lineup_info table td {
	padding: 0 5px;
	text-align: left;
}

.lineup_tit h2 {
	font-size: 456%;
	font-weight: 900;
	line-height: 1;
}

.lineup_tit h3 {
	font-size: 129%;
	line-height: 1.2;
	padding: 20px 0;
}

.lineup_price p {
	font-size: 165%;
	font-weight: 700;
	line-height: 1.2;
	padding: 20px 0;
	color: #ff5a00;
}
.lineup_price p small {
	font-size: 70%;
}
.lineup_price span.cau {
	font-size: 90%;
	font-weight: 700;
	display: block;
	padding: 0 0 20px;
	padding-left: 4%;
	text-align: left;
}

.lineup_price img {
	width: 377px;
}

.lineup_form {
	padding: 10px 0;
}

.lineup_form h3 {
	font-size: 107%;
	font-weight: normal;
	padding-bottom: 5px;
}

.select_wrap {
	position: relative;
	width: 90%;
	margin: 10px auto 0;
}

.select_wrap:after {
	position: absolute;
	top: 50%;
	right: 5%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 0;
	border-right: solid 2px #b4b3b3;
	border-bottom: solid 2px #b4b3b3;
}

.select_wrap select {
	font-size: 110%;
	width: 100%;
	padding: 10px 3%;
	border: 2px solid #666;
	background: #fff;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.lineup_btn {
	padding: 10px 0;
}

.lineup_btn a, .lineup_btn button {
	font-size: 110%;
	position: relative;
	display: inline-block;
	width: 90%;
	padding: 10px 0;
	cursor: pointer;
	-webkit-transition: all 200ms 0s ease;
	        transition: all 200ms 0s ease;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	background: #ff5a00;
}

.lineup_btn a i, .lineup_btn button i {
	font-size: 120%;
	position: absolute;
	top: 50%;
	right: 10%;
	-webkit-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}

.lineup_btn a:hover, .lineup_btn button:hover {
	     opacity: .9;

	filter: alpha(opacity=90);
	-moz-opacity: .9;
}

.sec_top_05 .itit img {
	width: 749px;
}

.tbl_spec {
	font-size: 158%;
	line-height: 1.4;
}

.tbl_spec table {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}

.tbl_spec table tbody tr th, .tbl_spec table tbody tr td {
	padding: 15px 4%;
	text-align: center;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.tbl_spec table tbody tr th {
	font-weight: 400;
	width: 30%;
	background: #e6ffd2;
}

.tbl_spec table tbody tr td {
	width: 70%;
	background: #fff;
}

.tbl_spec table tbody tr td ul {
	text-align: left;
}

.sec_goto .btn {
	padding: 20px 0 0;
}

.sec_goto .btn a {
	width: 90%;
	padding: 25px 0;
}

.footer {
/*	margin-top: 180px;*/
	padding: 50px 0 20px;
/*	color: #fff;
	background: #4d4d4d;*/
}

.footer .boxs .box:nth-child(2) {
	float: right;
	width: 40%;
}

.footer a {
	color: #fff;
}

.footer dl {
	padding-bottom: 20px;
}

.footer dl dt {
	font-size: 143%;
	font-weight: 900;
	display: inline-block;
}

.footer dl dd {
	font-size: 87%;
	padding: 5px 10% 5px 0;
}

.footer_info {
	padding-top: 360px;
}

.footer_info img {
	width: 239px;
}

.footer_info p {
	padding: 5px 0 0;
}

.fnav h3 {
	font-size: 143%;
	font-weight: 400;
	display: block;
	margin: 10px 0 30px;
}

.fnav ul li {
	font-size: 87%;
	display: inline-block;
	padding-right: 5px;
}

.footer_copy {
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
}

/****************************************
		scroll Setting 
*****************************************/
.scroll-anim {
	position: fixed;
	z-index: 998;
	bottom: -80px;
	left: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 160px;
	height: 160px;
	margin-left: -80px;
	-webkit-transition: all 200ms 0s ease;
	        transition: all 200ms 0s ease;
}

.scroll-anim .scroll-anim-arrow-container {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-left: -18px;
	-webkit-animation-name: bounce;
	        animation-name: bounce;
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.scroll-anim .scroll-anim-arrow {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-animation-name: opacity;
	        animation-name: opacity;
	-webkit-animation-duration: 1.5s;
	        animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.scroll-anim .scroll-anim-arrow > div {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 36px;
	height: 36px;
	-webkit-transform: rotate(45deg) translateZ(1px);
	        transform: rotate(45deg) translateZ(1px);
	border-right: 8px solid #e6e6e6;
	border-bottom: 8px solid #e6e6e6;
}

.scroll-anim .scroll-anim-arrow:last-child {
	margin-top: -6px;
	animation-direction: reverse;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	10% {
		-webkit-transform: translateY(3px);
		        transform: translateY(3px);
	}
	20% {
		-webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
	30% {
		-webkit-transform: translateY(9px);
		        transform: translateY(9px);
	}
	40% {
		-webkit-transform: translateY(12px);
		        transform: translateY(12px);
	}
	50% {
		-webkit-transform: translateY(15px);
		        transform: translateY(15px);
	}
	60% {
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
	}
	70% {
		-webkit-transform: translateY(21px);
		        transform: translateY(21px);
	}
	80% {
		-webkit-transform: translateY(24px);
		        transform: translateY(24px);
	}
	90% {
		-webkit-transform: translateY(27px);
		        transform: translateY(27px);
	}
	100% {
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	10% {
		-webkit-transform: translateY(3px);
		        transform: translateY(3px);
	}
	20% {
		-webkit-transform: translateY(6px);
		        transform: translateY(6px);
	}
	30% {
		-webkit-transform: translateY(9px);
		        transform: translateY(9px);
	}
	40% {
		-webkit-transform: translateY(12px);
		        transform: translateY(12px);
	}
	50% {
		-webkit-transform: translateY(15px);
		        transform: translateY(15px);
	}
	60% {
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
	}
	70% {
		-webkit-transform: translateY(21px);
		        transform: translateY(21px);
	}
	80% {
		-webkit-transform: translateY(24px);
		        transform: translateY(24px);
	}
	90% {
		-webkit-transform: translateY(27px);
		        transform: translateY(27px);
	}
	100% {
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
	}
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
	}
	10% {
		opacity: .1;
	}
	20% {
		opacity: .2;
	}
	30% {
		opacity: .3;
	}
	40% {
		opacity: .4;
	}
	50% {
		opacity: .5;
	}
	60% {
		opacity: .6;
	}
	70% {
		opacity: .7;
	}
	80% {
		opacity: .8;
	}
	90% {
		opacity: .9;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
	}
	10% {
		opacity: .1;
	}
	20% {
		opacity: .2;
	}
	30% {
		opacity: .3;
	}
	40% {
		opacity: .4;
	}
	50% {
		opacity: .5;
	}
	60% {
		opacity: .6;
	}
	70% {
		opacity: .7;
	}
	80% {
		opacity: .8;
	}
	90% {
		opacity: .9;
	}
	100% {
		opacity: 1;
	}
}

/****************************************
		page Setting 
*****************************************/
.main_page {
	padding-top: 80px;
}

.page_clm {
	padding: 0 0 60px;
	text-align: center;
}

.page_clm p {
	font-size: 134%;
	font-weight: 700;
}

.qa_boxs {
	padding-bottom: 60px;
}

.qa_boxs h2 {
	font-size: 165%;
	margin-bottom: 20px;
	color: #0a0;
	border-bottom: 1px solid #0a0;
}

.qa_box {
	padding-bottom: 20px;
}

.qa_box dl {
	position: relative;
	padding: 18px 0 10px 104px;
	background-image: url(./img/qa_img_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 104px 75px;
}

.qa_box dl dt {
	font-size: 147%;
	font-weight: 700;
	padding: 5px 0;
	cursor: pointer;
}

.qa_box dl dt span {
	position: absolute;
	top: 21px;
	left: 0;
	width: 104px;
	text-align: center;
	color: #fff;
}

.qa_box dl dd {
	font-size: 120%;
	line-height: 1.4;
	display: none;
	padding: 2%;
	word-break: break-all;
	background: #e5ffd8;
}

/****************************************
		howtouse Setting 
*****************************************/
.sec_topimg_howtouse .scroll-txt {
	bottom: -280px;
}

.sec_howtouse {
	position: relative;
	padding: 30px 0 40px;
}

.sec_howtouse .wrap {
	z-index: 2;
}

.sec_howtouse.line_first {
	padding-top: 140px;
	background-image: url(./img/top_01_inner_bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 94px;
}

.sec_howtouse.bggr_o {
	padding: 60px 0 80px;
}

.sec_howtouse .bggr {
	position: absolute;
	left: 0;
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 120px;
}

.sec_howtouse .bggr.bggr_01 {
	top: 0;
	background-image: url(./img/howtouse_line_01.png);
}

.sec_howtouse .bggr.bggr_02 {
	bottom: 0;
	background-image: url(./img/howtouse_line_02.png);
}

.sec_howtouse .bggr_c {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 120px;
	background: rgba(147, 255, 51, .15);
}

.howtouse_tit {
	padding: 40px 0;
}

.howtouse_tit h2 img {
	max-height: 126px;
}
.howtouse_tit_min h2 img {
	max-height: 55px;
}

.howtouse_slides .howtouse_slide {
	float: left;
	width: 210px;
	margin-right: 4%;
	-webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, .5);
	        box-shadow: 0 0 3px 0 rgba(50, 50, 50, .5);
}

.howtouse_slides .howtouse_slide:last-child {
	margin-right: 0;
}

.howtouse_slides .howtouse_slide.ns {
	-webkit-box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0);
	        box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0);
}

.howtouse_slides .howtouse_slide.nw {
	width: 230px;
}

.howtouse_slides.slides5 .howtouse_slide {
	margin-right: 2.3%;
}

.howtouse_slides.slides5 .howtouse_slide:last-child {
	margin-right: 0;
}

.howtouse_clm {
	padding: 40px 0;
}

.howtouse_clm p {
	font-size: 129%;
	line-height: 1.6;
}

.sec_goto_howtouse {
	margin-bottom: -180px;
	padding: 50px 0 250px;
	background-image: url(./img/top_01_inner_bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 94px;
}

/****************************************
		form Setting 
*****************************************/
.page_btit {
	font-size: 130%;
	margin-bottom: 30px;
	text-align: center;
}
.mailform dt {
	font-size: 14px;
	font-weight: 600;
	float: left;
	clear: both;
	width: 25%;
	/*  border-top: solid 1px #CCC;*/
	margin: 0 20px 0 0;
	padding: 10px 0;
	text-align: right;
}
.mailform dd {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 5px 20px 270px;
	text-align: left;
	border-top: solid 1px #ccc;
}
.mailform .must {
	font-size: 10px;
	display: block;
	float: left;
	margin: 0 5px;
	padding: 1px 4px;
	color: #fff;
	border: solid 2px #c00;
	background-color: #c00;
	background-size: 100% 100%;
	text-shadow: 0 1px 2px #933;
}
.mailform input[type=text], .mailform input[type=email], .mailform input[type=date], .mailform select, textarea, .mailform input[type=number], .mailform input[type=tel] {
	width: 50%;
	max-width: 90%;
	margin: 2px 2px 10px 2px;
	padding: 3px 8px;
	vertical-align: middle;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc inset;
}
.mailform label {
	display: inline-block;
	margin: 3px;
	white-space: nowrap;
	border-radius: 3px;
}
.mailform label {
	padding: 3px 15px 3px 3px;
	border: solid 1px #eee;
}
.mailform label.mfp_checked {
	padding: 3px 15px 3px 3px;
	border: solid 1px #ccc;
	background-color: #e8eef9;
	box-shadow: 0 1px 3px #ccc inset;
}
.mailform .small {
	font-size: 10px;
	line-height: 1.4em;
	margin: 12px 0;
}
.tit_mailform {
	font-size: 1.2em;
	font-weight: 600;
	margin: 15px 0 10px 0;
	text-align: left;
	color: #023a91;
}
.mailred {
	font-size: 12px;
	margin: 0 0 15px 0;
	color: #c03;
}
.mailcau {
	margin-bottom: 20px;
}
.mailcau p {
	font-size: 12px;
	margin: 0 20px;
}
.mailform .labelbr .wpcf7-list-item {
	display: block;
}
.mfp_buttons {
	padding: 10px 0;
	text-align: center;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
	font-size: 24px;
	margin: 0 1%;
	padding: 5px 10px;
	cursor: pointer;
	color: #000;
	border: solid 1px #ccc;
	border-radius: 5px;
	outline: none;
	background:         gradient(linear, center top, center bottom, from(#fefefe), to(#dedede));
	background: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#dedede));
	background: -moz-linear-gradient(top, #fefefe, #dedede);
	background:  -ms-linear-gradient(top, #fefefe 0%, #dedede 100%);
	/*text-shadow: 0 2px 0 #fff;*/
}
.mfp_element_submit:disabled, .mfp_element_reset:disabled, .mfp_element_button:disabled {
	color: #ccc;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
	background:         gradient(linear, center top, center bottom, from(#f7f7f7), to(#7ecef4));
	background: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#7ecef4));
	background: -moz-linear-gradient(top, #f7f7f7, #7ecef4);
	background:  -ms-linear-gradient(top, #f7f7f7 0%, #7ecef4 100%);
	box-shadow: 0 2px 15px #7ecef4;
}

.adjust_date {
	width: 20%!important;
}
.lpkiyaku_form {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.lpkiyaku_form input[type=submit] {
	font-size: 20px;
	margin: 0 1%;
	padding: 5px 30px;
	cursor: pointer;
	color: #000;
	border: solid 1px #ccc;
	border-radius: 5px;
	outline: none;
	background:         gradient(linear, center top, center bottom, from(#fefefe), to(#dedede));
	background: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#dedede));
	background: -moz-linear-gradient(top, #fefefe, #dedede);
	background:  -ms-linear-gradient(top, #fefefe 0%, #dedede 100%);
	/*text-shadow: 0 2px 0 #fff;*/
}
.lpkiyaku_form input[type=submit]:disabled {
	color: #ccc;
}
.lpkiyaku_form input[type=submit]:hover {
	background:         gradient(linear, center top, center bottom, from(#f7f7f7), to(#7ecef4));
	background: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#7ecef4));
	background: -moz-linear-gradient(top, #f7f7f7, #7ecef4);
	background:  -ms-linear-gradient(top, #f7f7f7 0%, #7ecef4 100%);
	box-shadow: 0 2px 15px #7ecef4;
}
.lpkiyaku_form label {
	display: block;
	margin-bottom: 30px;
}
.lpkiyakuline {
	height: 1px;
	margin: 10px 0 30px;
	background: #ddd;
}
.lpkiyakuline_f {
	height: 1px;
	margin: 20px 0 10px;
	background: #ddd;
}
.lpkiyaku h1.lpkiyaku_mtit {
	margin: 20px 0;
}
.lpkiyaku_form #link_sakuform {
	color: #999;
}

.lpkiyaku_form #link_sakuform a {
	font-size: 28px;
	margin: 0 1%;
	padding: 5px 30px;
	cursor: pointer;
	text-decoration: none!important;
	color: #000!important;
	border: solid 1px #ccc;
	border-radius: 5px;
	outline: none;
	background:         gradient(linear, center top, center bottom, from(#fefefe), to(#dedede));
	background: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#dedede));
	background: -moz-linear-gradient(top, #fefefe, #dedede);
	background:  -ms-linear-gradient(top, #fefefe 0%, #dedede 100%);
	text-shadow: 0 2px 0 #fff;
}

.lpkiyaku_form #link_sakuform a:hover {
	text-decoration: none!important;
	color: #000!important;
	background:         gradient(linear, center top, center bottom, from(#f7f7f7), to(#7ecef4));
	background: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#7ecef4));
	background: -moz-linear-gradient(top, #f7f7f7, #7ecef4);
	background:  -ms-linear-gradient(top, #f7f7f7 0%, #7ecef4 100%);
	box-shadow: 0 2px 15px #7ecef4;
}

/****************************************
		thanks Setting 
*****************************************/
.thk_outer {
	padding: 30px 0 0;
	text-align: center;
}
.thk_outer p {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.thk_outer {
		padding: 30px 0 0;
	}
}

/****************************************
		display Setting 
*****************************************/
@media (max-width: 1260px) {
	.top_02_boxs h3 img {
		width: 410px;
	}
	.top_02_boxs p {
		font-size: 113%;
	}
}

@media (max-width: 1166px) {
	.top_02_boxs.top_02_boxs_s {
		top: -11vw;
	}
	.top_02_boxs.top_02_boxs_ss {
		top: -22.1vw;
	}
}

@media (max-width: 1024px) {
	body {
		background-image: url(./img/sp_topimg_bg_01.jpg);
	}
	.wrap {
		width: 94%;
	}
	.topimg_price .box_clm h2 {
		font-size: 210%;
		text-align: right;
	}
	.howtouse_slides .howtouse_slide {
		width: 18%;
	}
	.howtouse_slides .howtouse_slide.nw {
		width: 19.5%;
	}
}

@media (max-width: 980px) {
	.gnav {
		font-size: 80%;
	}
	.gnav ul li a {
		padding: 0 10px;
	}
	.top_02_boxs.top_02_boxs_s {
		top: -12vw;
	}
	.top_02_boxs.top_02_boxs_ss {
		top: -24.3vw;
	}
}

@media (max-width: 866px) {
	.top_02_boxs.top_02_boxs_s {
		top: -14vw;
	}
	.top_02_boxs.top_02_boxs_ss {
		top: -27.6vw;
	}
}

.sp_only {
	display: none;
}

@media (max-width: 767px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	* {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	body {
		min-width: inherit;
		padding: 50px 0 0 0;
		background-image: url(./img/sp_topimg_bg_01.jpg);
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-size: cover;
	}
	.wrap {
		max-width: inherit;
	}
	.btn a {
		font-size: 110%;
		width: 92%;
		padding: 20px 0;
	}
	.btn a i {
		right: 10px;
	}
	.stit {
		padding: 30px 0;
	}
	.stit h2 img {
		width: 60%;
	}
	.itit {
		padding: 30px 0;
	}
	.itit h2 {
		font-size: 140%;
	}
	.simg img {
		max-width: 95%;
	}
	.header .wrap {
		width: 100%;
		height: 50px;
		padding: 0;
	}
	.header_logo {
		position: absolute;
		top: 10px;
		left: 2vw;
		width: 90px;
		margin: 0;
	}
	.gnav {
		display: none;
	}
	.sm_menu_btn_close {
		font-size: 30px;
		line-height: 1;
		position: absolute;
		top: 10px;
		right: 20px;
		color: #000;
	}
	.snav {
		font-weight: 700;
		z-index: 998;
		width: 100%;
		padding-top: 80px;
		background: rgba(0, 171, 0, .9);
	}
	.snav ul {
		border: none;
	}
	.snav ul li {
		display: block;
		float: none;
		border: none;
	}
	.snav ul li a, .snav ul li span {
		font-size: 110%;
		position: relative;
		display: block;
		padding: 5vw 0;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border-bottom: 1px dotted #fff;
	}
	.snav ul li a i {
		font-size: 130%;
		position: absolute;
		top: 50%;
		right: 3vw;
		-webkit-transform: translateY(-50%) translateX(0%);
		        transform: translateY(-50%) translateX(0%);
	}
	.sec_topimg {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 20px 0;
	}
	.topimg_inner {
		position: relative;
		z-index: 2;
		text-align: center;
	}
	.topimg_clms .boxs .box {
		float: none;
		width: 100%;
	}
	.topimg_clms .box_clm {
		margin-top: 20px;
		padding: 40px 4%;
		text-align: left;
	}
	.topimg_clms .box_clm h1 span {
		font-size: 196%;
	}
	.topimg_clms .box_clm h1 strong {
		font-size: 300%;
	}
	.topimg_clms .box_clm p {
		font-size: 108%;
		padding: 10px 0 0;
		letter-spacing: 0;
	}
	.topimg_clms .box_clm .btn {
		text-align: center;
	}
	.topimg_clms .box_clm .btn a {
		font-size: 122%;
	}
	.topimg_clms .box_img img {
		width: 276px;
	}
	.topimg_price_sp {
		padding: 10px 4%;
	}
	.topimg_price_sp h2 {
		font-size: 126%;
		padding-bottom: 10px;
		color: #ff5a00;
	}
	.scroll-txt {
		z-index: 1;
		right: 2vw;
	}
	.scroll-txt img {
		width: 22px;
	}
	.sec {
		padding: 30px 0;
	}
	.sec_top_01 {
		padding-bottom: 0;
	}
	.sec_top_01 .itit img {
		width: 160px;
	}
	.top_01_inner_bg {
		height: 40px;
		background-size: auto 40px;
	}
	.top_01_clms {
		padding: 20px 0;
		background-image: url(./img/top_01_line_01.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: auto 30px;
	}
	.top_01_clms .boxs .box:nth-child(1) {
		width: 100%;
	}
	.top_01_clms .boxs .box:nth-child(2) {
		width: 100%;
	}
	.top_01_clms .box_img {
		padding: 0 4%;
	}
	.top_01_clms .box_img img {
		height: 60px;
	}
	.top_01_clms .box_clm {
		padding: 10px 4% 30px;
		padding-top: 10px;
	}
	.top_01_clms .box_clm p {
		font-size: 130%;
		line-height: 1.6;
	}
	.top_01_clms .box_clm p br {
		display: none;
	}
	.top_01_clms.line_first {
		padding-top: 30px;
	}
	.top_01_clms.line_last {
		padding-bottom: 0;
	}
	.sec_top_02 {
		padding-bottom: 0;
	}
	.sec_top_02 .itit {
		padding-bottom: 0;
	}
	.sec_top_02 .itit img {
		width: 180px;
	}
	.sec_top_02 p {
		font-size: 108%;
		padding: 20px 0 0;
	}
	.top_02_boxs h3 img {
		width: 240px;
	}
	.top_02_boxs .box {
		float: none;
		width: 100%;
	}
	.top_02_boxs .box:nth-child(1) {
		float: none;
		width: 100%;
		margin: 0;
		padding: 40px 4% 0;
	}
	.top_02_boxs.top_02_boxs_s {
		top: inherit;
	}
	.top_02_boxs.top_02_boxs_s .box:nth-child(1) {
		top: inherit;
	}
	.top_02_boxs.top_02_boxs_l .box {
		float: none;
	}
	.top_02_boxs.top_02_boxs_l .box:nth-child(1) {
		margin: 0;
		padding: 40px 4% 0;
	}
	.top_02_boxs.top_02_boxs_l.top_02_boxs_s .box:nth-child(1) {
		top: 0;
	}
	.top_02_boxs.top_02_boxs_ss {
		top: inherit;
		margin-bottom: inherit;
	}
	.top_02_boxs.top_02_boxs_ss .box:nth-child(1) {
		top: inherit;
	}
	.sec_top_02_more {
		margin-top: 0;
	}
	.sec_top_02_more .btn {
		padding: 40px 0 80px;
	}
	.sec_top_02_more .btn a {
		font-size: 100%;
		top: inherit;
	}
	.sec_space {
		height: 240px;
		margin-top: -215px;
	}
	.sec_top_03 .itit img {
		width: 248px;
	}
	.top_03_img {
		padding: 10px 0 20px;
	}
	.sec_top_04 .itit img {
		width: 166px;
	}
	.sec_top_04 .boxs {
		margin-top: 30px;
	}
	.sec_top_04 .boxs .box {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.sec_top_04 .boxs .box_clm h3 {
		padding: 10px;
	}
	.sec_top_04 .boxs .box_clm h3 img {
		height: 18px;
		vertical-align: middle;
	}
	.sec_top_04 .boxs .box_clm p {
		font-size: 108%;
		padding: 15px 4% 25px;
	}
	.sec_lineup_01 .itit img {
		width: 102px;
	}
	.sec_lineup_01 .box {
		float: none;
		width: 94%;
		margin: 0 auto;
	}
	.lineup_info, .lineup_img {
		padding: 0;
	}
	.lineup_tit h2 {
		font-size: 266%;
	}
	.lineup_tit h3 {
		font-size: 109%;
		line-height: 1.6;
	}
	.lineup_price p {
		font-size: 130%;
	}
	.lineup_price img {
		width: 317px;
	}
	.lineup_img {
		padding-bottom: 20px;
	}
	.lineup_form h3 {
		text-align: center;
	}
	.select_wrap {
		margin: 0 auto;
	}
	.select_wrap select {
		font-size: 100%;
	}
	.lineup_btn {
		text-align: center;
	}
	.sec_top_05 .itit img {
		width: 224px;
	}
	.tbl_spec {
		font-size: 108%;
	}
	.tbl_spec table {
		width: 100%;
	}
	.tbl_spec table tbody tr th, .tbl_spec table tbody tr td {
		text-align: left;
	}
	.footer {
		margin-top: 80px;
	}
	.footer .boxs .box {
		float: none;
		width: auto;
	}
	.footer .boxs .box:nth-child(2) {
		float: none;
		width: auto;
	}
	.footer dl dt {
		font-size: 123%;
	}
	.footer dl dd {
		padding: 10px 4%;
	}
	.footer_info {
		padding-top: 20px;
	}
	.fnav ul li {
		padding: 0 2% 0 0;
	}
	.footer_copy {
		font-size: 90%;
		line-height: 1.3;
	}
	.main_page {
		padding-top: 40px;
	}
	.qa_boxs {
		padding-bottom: 40px;
	}
	.qa_boxs h2 {
		font-size: 143%;
	}
	.qa_box dl {
		padding: 7px 0 10px 58px;
		background-size: 58px 43px;
	}
	.qa_box dl dt {
		font-size: 100%;
	}
	.qa_box dl dt span {
		top: 9px;
		width: 58px;
	}
	.qa_box dl dd {
		font-size: 93%;
		line-height: 1.4;
		display: none;
		padding: 10px 4%;
	}
	.target_line {
		margin-top: -70px;
		padding-top: 70px;
	}
	/****************************************
			howtouse Setting 
	*****************************************/
	.sec_howtouse {
		overflow: hidden;
		padding: 20px 0;
	}
	.sec_howtouse .wrap {
		width: 100%;
	}
	.sec_howtouse.line_first {
		padding-top: 60px;
		background-size: auto 40px;
	}
	.sec_howtouse.bggr_o {
		padding: 20px 0 40px;
	}
	.sec_howtouse .bggr {
		height: 20px;
		background-size: auto 20px;
	}
	.sec_howtouse .bggr.bggr_01 {
		background-image: url(./img/sp_howtouse_line_01.png);
	}
	.sec_howtouse .bggr.bggr_02 {
		background-image: url(./img/sp_howtouse_line_02.png);
	}
	.sec_howtouse .bggr_c {
		top: 20px;
	}
	.howtouse_tit {
		padding: 20px 4% 30px;
	}
	.howtouse_tit h2 img {
		max-height: 61px;
	}
	.howtouse_tit.tw h2 img {
		max-height: 85px;
	}
	.howtouse_slides .howtouse_slide {
		width: 210px;
		margin-right: 30px;
		text-align: center;
	}
	.howtouse_slides .howtouse_slide.nw {
		width: 230px;
	}
	.howtouse_slides.slides5 .howtouse_slide {
		margin-right: 30px;
	}
	.howtouse_slides .slick-list {
		overflow: visible;
	}
	.howtouse_slides .slick-dots {
		bottom: -35px;
	}
	.howtouse_slides .slick-dots > li:first-child:last-child {
		display: none;
	}
	.howtouse_clm {
		padding: 30px 4% 20px;
	}
	.howtouse_clm p {
		font-size: 115%;
	}
	.sec_goto_howtouse {
		margin-bottom: -80px;
		padding: 10px 0 100px;
		background-size: auto 40px;
	}

	/* 開通申込フォーム*/
	.adjust_date {
		width: 20%!important;
	}
	.adjust_width {
		width: 30%!important;
	}
	.for-font {
		margin: auto;
	}
	.mailform dt {
		float: none;
		width: auto;
		margin: 0;
		padding-left: 2%;
		text-align: left;
	}

	.mailform dd {
		padding: 2%;
	}

	.mailform label {
		padding: 0;
		white-space: normal;
	}

	.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
		font-size: 16px;
	}

	.mailform input[type=text], .mailform input[type=email], .mailform input[type=date], .mailform select, textarea, .mailform input[type=number], .mailform input[type=tel] {
		width: 100%;
		padding: 3%;
	}
}

@media (orientation: landscape) and (max-width: 767px) {
	.topimg_slides_01 .topimg_clm {
		top: 3vw;
	}
	.topimg_slides_01 .topimg_clm img {
		width: 65%;
	}
	.topimg_slides_02 .topimg_clm {
		top: 8vw;
		width: 65%;
	}
}

@media (max-width: 320px) {
	.topimg_price_sp h2 {
		font-size: 103%;
	}
	.tbl_spec {
		overflow-x: scroll;
	}
}
/*# sourceMappingURL=style.css.map */
/*PC・スマホ共通開通申し込みフォーム*/
.adjust_date {
	width: 20%!important;
}
.adjust_width {
	width: 30%!important;
}
.for-font {
	font-family: MyriadPro-Bold,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',Sans-Serif;
}
.for-font h1 {
	font-size: 18px;
	text-align: center;
	background: #ddd;
}
.for-font h2 {
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.copyright container address {
	text-align: center;
}

#form_page .form_page_btn {
	width: 400px;
	margin: 70px auto;
	padding: 24px 20px;
	border-radius: 15px;
}

#form_page .btn_actv {
	background-color: #08bff1;
}

#form_page .btn_rchrg {
	background-color: #f143da;
}


#form_page a {
	font-size: 170%;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 480px) {
	#form_page .form_page_btn {
		width: 100%;
		margin: 50px auto;
		padding: 20px 0;
	}

	#form_page a {
		font-size: 130%;
	}

	.survey_outer {
		padding: 20px 2%;
	}
	.evaluation label {
		font-size: 35px;
	}
	.mailform dt {
		float: none;
		width: auto;
		margin: 0;
		padding-left: 2%;
		text-align: left;
	}
	.mailform dd {
		padding: 2%;
	}
	.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
		font-size: 16px;
	}
	.mailform input[type=text], .mailform input[type=email], .mailform input[type=date], .mailform select, textarea, .mailform input[type=number], .mailform input[type=tel] {
		width: auto;
		padding: 3%;
	}

}


