@charset "UTF-8";

/* 基本設定　ここから */
*, *:before, *:after {
	-moz-box-sizing:	border-box;
	-webkit-box-sizing:	border-box;
	box-sizing:	border-box;
	margin:	0;
	padding:	0;
}

html {
	font-size:	62.5%;
}

body {
	overflow-x: hidden;
	margin:	0 auto;
	padding:	0;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
}

h2 {
	font-size:	30px;
	font-size:	3rem;
	font-weight:	bold;
	text-align:	center;
}

h3 {
	font-size:	24px;
	font-size:	2.4rem;
	font-weight:	bold;
}

p {
	margin: 0 0 1rem;
	line-height: 1.7;
	color: #444;
}

ol {
	color: #444;
}

ul {
	list-style: none;
}

dt {
	font-weight:	bold;
}

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

a,
a:link,
a:visited {
	color:	#036eb7;
}

a:hover {
	color:	#999;
}

table {
	border-collapse: collapse;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* clearfix　ここから */

.clearfix:after {  
 	content: ".";   
 	display: block;   
 	height: 0;   
 	clear: both;   
 	visibility: hidden;  
}
 
/* clearfix　ここまで */

/* Google Mapレスポンシブ　ここから */
.ggmap {
	position: relative;
	padding-bottom: 30.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Google Mapレスポンシブ　ここまで */

#gMap {
	 width: 100%;
   height: 400px;
	 margin: 0 0 32px;
}

@media screen and (max-width: 768px) {
	#gMap {
		 width: 100%;
		 height: 300px;
	}
}


/* 基本設定　ここまで */


/* レイアウト設定　ここから */

.inner {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

.col-8 {
	width: 66.66%;
	margin: 0 auto;
}

.col-10 {
	width: 83.33%;
	margin: 0 auto;
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.wrapSmall {
	width: 720px;
	margin: 0 auto;
}

.wrapSmallSmall {
	width: 584px;
	margin: 0 auto;
}

.headContact {
	float: right;
	display: block;
	width: 160px;
	margin: 70px 0 0;
	padding: 5px 5px 5px 36px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #6fb92c;
}

#top-head .headContact a {
	display: block;
	color: #6fb92c;
}

@media screen and (max-width: 768px) {
	.inner,
	.wrap,
	.Newwrap,
	.wrapSmall,
	.wrapSmallSmall {
		width: 100%;
	}
	
	.headContact {
		float: right;
		display: block;
		width: 90px;
		margin: 0px 0 0;
		padding: 5px 0;
	}

	.col-10 {
		width: 90%;
	}
}

/* ボタン　ここから */

/*
.btn {
	display: block;
	width: 488px;
	height:	56px;
	margin:	4px auto 8px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight:	bold;
	text-align:	center;
	line-height:	56px;
	color: #fff;
	background: #ec1c24;
}

.btn a {
	display:	block;
	height:	56px;
	line-height:	56px;
	text-decoration:	none;
	color:	#fff;
}

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

*/
.btn--small {
	width: 584px;
	height: 138px;
	border: 4px solid #f6921e;
	margin: 4px 0 8px;
	color: #f6921e;
	background: #fff;
}

.btn--small a {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-decoration: none;
	color: #f6921e;
}

.btn--small:hover a {
	color: #fff;
}

.btn--center {
	margin: 0 auto 16px;
}

.btn--tel {
	border: 4px solid #faaf40;
	color: #be1e2d;
}

.btn--tel a {
	height: 130px;
	padding: 28px 0 0;
	font-size: 28px;
	font-size: 2.8rem;
	color: #faaf40;
}

.btn--tel a:hover {
	color: #fff;
	background: #faaf40;
}

.btn--tel a .main {
	font-size: 46px;
	font-size: 4.6rem;
	color: #be1e2d;
}

.btn--tel a:hover .main {
	color: #fff;
}

.btn--form {
	border: 4px solid #ccc;
	color: #be1e2d;
}

.btn--form a {
	height: 130px;
	padding: 28px 0 0;
	font-size: 28px;
	font-size: 2.8rem;
	color: #6fb92c;
}

.btn--form a:hover {
	color: #fff;
	background: #6fb92c;
}

.btn--form a .main {
	font-size: 46px;
	font-size: 4.6rem;
}

.btn--form a:hover .main {
	color: #fff;
}

.btn--about {
	border: 4px solid #8bc53f;
	background: url('images/topPossible_btn_bg01.png') no-repeat top left;
	background-size: cover;
}

.btn--about .icn {
	padding: 30px 0 30px 96px;
	background: url('images/topPossible_btn_icn01.png') no-repeat 0;
	background-size: 89px 92px;
}

.btn--about a {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 138px;
	color: #0a3820;
}

.btn--about a:hover {
	background: transparent;
}

.btn--carlist {
	border: 4px solid #bbbdbf;
	background: url('images/topPossible_btn_bg02.png') no-repeat top left;
	background-size: cover;
}

.btn--carlist .icn {
	padding: 30px 0 30px 96px;
	background: url('images/topPossible_btn_icn02.png') no-repeat 0;
	background-size: 89px 92px;
}

.btn--carlist a {
	font-size: 40px;
	font-size: 4rem;
	line-height: 138px;
	color: #8bc53f;
}

.btn--carlist a .sub {
	font-size: 28px;
	font-size: 2.8rem;
}


.btn--carlist a:hover {
	background: transparent;
}

.gNavHome__icn {
	padding: 5px 0 5px 38px;
	background: url('images/gNavHome_icn.png') no-repeat left 0;
	background-size: 28px;
}


@media screen and (max-width: 768px) {
	.btn {
		width: 100%;
		height: 48px;
		border-width: 2px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.btn a {
		height: 44px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 44px;
	}
	
	.btn--small {
		width: 100%;
		height: 48px;
		border-width: 2px;
	}
	
	.btn--small a {
		height: 44px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	
	.btn--tel a {
		padding: 8px 0;
	}
	
	.btn--tel a .main {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.btn--form a {
		padding: 8px 0;
	}
	
	.btn--form a .main {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.btn--about .icn {
		padding: 30px 0 30px 36px;
		font-size: 14px;
		font-size: 1.4rem;
		background: url('images/topPossible_btn_icn01.png') no-repeat 0;
		background-size: 30px 30px;
	}
	
	.btn--carlist .icn {
		padding: 30px 0 30px 36px;
		font-size: 14px;
		font-size: 1.4rem;
		background-size: 30px 30px;
	}
	
	.btn--carlist a .sub {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* コンテンツボックス　ここから */
.contentsBox {
	padding: 0 0 64px;
}

.h2bar {
	height: 170px;
	margin: 0 0 64px;
	line-height: 76px;
	color: #fff;
	background: url('images/h2bar_bg.png') no-repeat top center;
}

.h2bar--or {
	background: rgb(247,181,44); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,181,44,1) 0%, rgba(246,146,30,1) 65%, rgba(246,146,30,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(247,181,44,1) 0%,rgba(246,146,30,1) 65%,rgba(246,146,30,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(247,181,44,1) 0%,rgba(246,146,30,1) 65%,rgba(246,146,30,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b52c', endColorstr='#f6921e',GradientType=0 ); /* IE6-9 */
}

.h2bar--gr {
	background: rgb(194,228,116); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(194,228,116,1) 0%, rgba(155,203,96,1) 65%, rgba(155,203,96,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(194,228,116,1) 0%,rgba(155,203,96,1) 65%,rgba(155,203,96,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(194,228,116,1) 0%,rgba(155,203,96,1) 65%,rgba(155,203,96,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e474', endColorstr='#9bcb60',GradientType=0 ); /* IE6-9 */
}

.h2bar--bl {
	background: rgb(140,222,214); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(140,222,214,1) 0%, rgba(115,198,200,1) 65%, rgba(115,198,200,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(140,222,214,1) 0%,rgba(115,198,200,1) 65%,rgba(115,198,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(140,222,214,1) 0%,rgba(115,198,200,1) 65%,rgba(115,198,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cded6', endColorstr='#73c6c8',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 768px) {
	.contentsBox {
		padding: 0 0 16px;
	}

	.h2bar {
		height: auto;
		margin: 0 0 24px;
		line-height: 48px;
	}
}

/* コンテンツボックス　ここまで */


/* ボタン　ここまで */

.lightbox {
	display:	none;
	text-align: left;
}

div.featherlight .featherlight-content {
	max-width: 800px;
	background: transparent;
}

.lightbox h2 {
	border-bottom: 2px dotted #ccc;
	font-size: 20px;
	font-size: 2rem;
	text-align: left;
	color: #00b9ed; /* 水色 */
}

.featherlight .featherlight-content .lightbox h2 {
	margin:	20px 0 10px;
}

.lightbox__entry {
	margin: 0 0 6em;
}

.lightbox__entry ol {
	margin: 0 0 1em 2em;
	font-size: 14px;
	font-size: 1.4rem;
}

div.featherlight .featherlight-close-icon {
	top: 5px;
	right: 5px;
	border-radius: 50%;
	color: #000;
	background: #fff;
}

.lightboxEntry__ad {
	float: left;
	width: 48%;
	margin: 0 1%;
}

@media screen and (max-width: 768px) {
	.lightbox h2 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.lightbox__entry {
		margin: 0 0 4em;
	}

	.lightbox__entry p {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.lightbox__entry ol {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.uppercase {
	text-transform:	uppercase;
}

.pc-hidden {
	display:	none;
}

/* 高さを揃える　ここから */
.flexHeight {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
/* 高さを揃える　ここまで */

/* 上下中心　ここから */
.tablecellCenter {
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
/* 上下中心　ここまで */

/* Google Mapレスポンシブ　ここから */
.ggmap {
	position: relative;
	padding-bottom: 30.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Google Mapレスポンシブ　ここまで */

/* レイアウト設定　ここまで */



/* ヘッダー　ここから */

/* header */
#top-head {
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999;
		background: transparent;
		box-shadow: 0 0 5px #ccc;
}

#top-head h1 {
	float: left;
	width: 290px;
	margin: 24px 0 8px
}

#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}

#top-head .header__info {
	float: right;
	width: 388px;
	margin: 4px 8px 8px
}

#top-head .headerInfo__info {
	text-align: right;
}

#top-head .inner {
}
#top-head .logo {
	float: left;
	width: 315px;
	margin:	14px 8px;
}
#top-head .tel {
	position:	absolute;
	top:	16px;
	right:	0;
	width:	264px;
}
#global-nav {
	background: rgb(184,210,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(184,210,0,1) 0%, rgba(111,185,44,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(184,210,0,1) 0%,rgba(111,185,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(184,210,0,1) 0%,rgba(111,185,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d200', endColorstr='#6fb92c',GradientType=0 ); /* IE6-9 */
}
#global-nav ul {
	list-style: none;
	top: 0;
	right: 0;
	width:	975px;
	margin: 0 auto;
	font-size: 14px;
	font-weight:	bold;
}
#global-nav ul li {
	float: left;
	width:	20%;
	height: 52px;
	border-right: 1px solid #fff;
	padding: 0; 
	text-align:	center;
	font-feature-settings:	"palt";
}

#global-nav ul li:first-child {
	border: none;
}

#global-nav ul li a {
	display:	block;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	color:	#fff;
}

#global-nav ul .gNav__home a {
	height: 48px;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 1px #999;
	line-height: 48px;
	color: #6fb92c;
	background: #fff;
}


#global-nav ul li ul {
	top: 94px;
}

#global-nav ul li a:hover {
	background: rgb(140,222,214); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(140,222,214,1) 0%, rgba(115,198,200,1) 65%, rgba(115,198,200,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(140,222,214,1) 0%,rgba(115,198,200,1) 65%,rgba(115,198,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(140,222,214,1) 0%,rgba(115,198,200,1) 65%,rgba(115,198,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cded6', endColorstr='#73c6c8',GradientType=0 ); /* IE6-9 */
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 60px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul {
	box-shadow:	0 0 3px 1px #ccc;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 15px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 101;
	background:	#8dc21f;
}

#nav-toggle div {
    position: relative;
	margin:	14px 0 0 9px;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 34px;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



@media screen and (max-width: 768px) {
	h2 {
		margin:	8px 0;
		font-size:	14px;
		font-size:	1.4rem;
	}
	
	.sp-hidden {
		display:	none;
	}
	
	.pc-hidden {
		display:	block;
	}
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
				background: #fff;
    }
	
	#top-head h1 {
		width: 150px;
		margin: 24px 8px;
	}
	
	#top-head .inner {
		position:	static;
	}
	
	#top-head .head__head {
		width: 80%;
	}
	
	#top-head .header__info {
		width: 50px;
		margin: 12px 0 8px
	}

	#top-head .header__info a {
		display: block;
		width: 48px;
		border-bottom: 3px solid #b5a000;
		border-radius: 4px;
		padding: .2em;
	}


	#top-head .headTitle {
		float: left;
		width: 100%;
		margin: 8px 0 4px;
		padding: 0 8px;
		font-size: 10px;
		font-size: 1rem;
		text-align: left;
	}
	
	.headContact {
		float: right;
		margin: 0 10px;
	}
	
	#top-head .headTel {
		display: none;
		clear: both;
		float: none;
		width: 80%;
		margin: 110px auto 0;
	}
		
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
		background: #ffffff; /* Old browsers */
        width: 100%;
        height: 120px;
				border-bottom: 2px solid #8DC220;
        z-index: 999;
        position: relative;
    }
	
    #mobile-head .logo {
		top:	10px;
		margin:	0;	
		width:	110px;
	}
	
    #top-head.fixed .logo,
    #top-head .logo {
        position: static;
				margin: 5px 10px 0;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -600px;
        background: #fff;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
				list-style: none;
				position: static;
				right: 0;
				bottom: 0;
				min-width:	inherit;
				width:	100%;
        font-size: 12px;
				font-weight: normal;
				background:	#fff;
    }
    #global-nav ul li {
        float: none;
        position: static;
				width:	100%;
				height: 44px;
				padding: 0;
				line-height: 44px;
    }
		
		#global-nav ul li a {
			font-size: 16px;
			line-height: 44px;
		}

	
	#global-nav ul li a:hover {
		background:	#666;
	}
		
	#global-nav ul li ul li a {
		background:	#666;
	}
	
	
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
				height: 44px;
        display: block;
        color: #000;
		border-bottom:	1px solid #999;
        padding: 0;
    }
		
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(720px);
        -webkit-transform: translateY(720px);
        transform: translateY(720px);
    }
	
	
	div.slider-pro {
		margin:	52px 0 0;
	}
	
}

/* ドロップメニュー　ここから */

#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 51px;
}

.dropmenu{
  *zoom: 1;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 5000;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

#global-nav .dropmenu li ul {
	min-width:	250px;
	width: 16.66%;
}

#global-nav .dropmenu li ul.service {
	min-width:	250px;
}

#global-nav .dropmenu li ul li{
  width: 100%;
	border-right: none;
	padding: 0;
}

#global-nav .dropmenu li ul.service li {
  width: 100%;
}


.dropmenu li ul li a {
	display: block;
	height: 52px;
  border-top: 1px solid #ccc;
  background: #eee;
	line-height: 52px;
  text-align: center;
}
.dropmenu li:hover > a{
}

#global-nav .dropmenu li ul li a:hover {
  background: #ddd;
}


@media screen and (max-width: 768px) {
	#global-nav .dropmenu li {
		float:	left;
		width:	50%;
	}
	
	#global-nav .dropmenu .col2 {
		width:	100%;
		background:	#f1f1f2;
	}
	
	
	#global-nav .dropmenu .sub {
		background:	#8dc21f;
	}
	
	#global-nav .dropmenu li ul	{
		display:	block;
		min-width:	inherit;
	}
	
	#global-nav .dropmenu li ul {
		position:	absolute;
		z-index:	5000;
	}

	#global-nav .dropmenu li ul li {
		overflow: visible;
		width:	50%;
		height:	auto;
	}
	
	#global-nav .dropmenu li ul.service {
		min-width:	inherit;
	}
	
	#global-nav .dropmenu li ul.service li {
		width:	50%;
	}
}


/* ドロップメニュー　ここまで */

/* ヘッダー　ここまで */

/* コンテンツ　ここから */
.assist_btn {
	z-index: 9999;
	position: fixed;
	top: 170px;
	right: 10px;
	width: 280px;
}

@media screen and (max-width: 768px) {
.assist_btn {
	top: inherit;
	bottom: 0;
	right: inherit;
	width: 50%;
    float: right;
    margin-left: 50%;
	}
}

.topHero {
	padding: 2em 0 4em;
	background-image: linear-gradient(90deg, #ffe100 5%, transparent 5%, transparent 30%, #ffe100 30%, #ffe100 70%, transparent 70%, transparent 95%,  #ffe100 95%, #ffe100);
	background-size: 50px 50px;
	background-repeat: repeat;
}


@media screen and (max-width: 768px) {
	.topHero {
		padding: 74px 0 2em;
	}
	
	.topHero h2 div {
		bottom: 10px;
		right: 10px;
		width: 200px;
	}
}

.topNew {
	padding: 2em 0 4em;
}

@media screen and (max-width: 768px) {
	.topNew {
		padding: 60px 0 2em;
	}
	
	.topNew h2 div {
		bottom: 10px;
		right: 10px;
		width: 200px;
	}
}

.topCatch .wrap {
	position: relative;
	padding: 2em 0 4em;
}

.topCatch__guarantor {
	position: absolute;
	width: 230px;
	top: 0;
	left: -3em;
}

.topCatch__plan {
	width: 80%;
	margin: 2em 0 2em 20%; 
}

.topCatch__main h3 {
	margin: 0 0 2em;
}

@media screen and (max-width: 768px) {
	.topCatch .wrap {
		padding: 0 0 2em;
	}
	
	.topCatch__guarantor {
		width: 25%;
		top: 0;
		left: 0;
	}
}


.content__btn {
	max-width: 504px;
	margin: 0 auto 3em;
}

@media screen and (max-width: 768px) {
	.content__btn {
		max-width: 504px;
		width: 80%;
		margin: 0 auto 3em;
	}
}

.topSecret {
	padding: 2em 0 4em;
	background-image: linear-gradient(-45deg, #f1f1f2 25%, transparent 25%, transparent 50%, #f1f1f2 50%, #f1f1f2 75%, transparent 75%, transparent);
	background-size: 25px 25px;
	background-repeat: repeat;
}

.topSecret .inner {
	background: url('images/illust_bg.png') no-repeat top center;
	background-size: contain;
}

.topSecret__main {
	width: 70%;
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 5%;
}

.topSecret__main h3 {
	margin: 0 auto .5em;
	font-size: 30px;
	font-size: 3rem;
}

.topSecret__main h3 .underline {
	background: linear-gradient(transparent 65%, #ffe100 65%);
}

.topSecret__main h4 {
	margin: 0 auto .75em;
	font-size: 18px;
	font-size: 1.8rem;
}

.topSecret__answer {
	margin: 0 auto 3em;
}

.topSecret__more {
	width: 48%;
	margin: 0 auto 2em;
}

.topSecret__info {
	width: 116%;
	margin: 0 -8% 2em;
}

@media screen and (max-width: 768px) {
	.topSecret__main h3 {
		margin: 0 auto .5em;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.topSecret__main h4 {
		margin: 0 auto .75em;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.topSecret02 {
	padding: 5em 0 0;
	background: url('images/dot_bg.png') no-repeat top center;
	background-size: 1600px;
}

.topSecret__and {
	width: 50%;
	margin: 0 auto 2em;
}

.topSecret__buy {
	width: 75%;
	margin: 0 auto 2em;
}

.topSecret__child {
	margin: 0 auto 3em;
}

@media screen and (max-width: 768px) {
}

.topLineup__lists li {
	float: left;
	width: 50%;
}

.topLineup__aside {
	width: 60%;
	margin: 0 auto 4em;
}

@media screen and (max-width: 768px) {
	.topLineup__aside {
		width: 90%;
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.topBuy {
	background: url('images/dot_bg.png') no-repeat top center;
	background-size: 1600px;
}

.topBuy__and {
	width: 50%;
	margin: 0 auto 2em;
}

.topBuy p {
	font-size: 45px; 
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
}

.topBuy .strong {
	color: #eb008b; /* ピンク */
}

.topBuy__bad {
	width: 80%;
	margin: 0 auto;
}

.topBuy__free {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.topBuy p {
		font-size: 16px; 
		font-size: 1.6rem;
	}
}

.topVoice {
	position: relative;
 	margin: 100px 0 0;
	padding: 4em 10px 8em;
	background: #ffe100;
}

.topVoice:before{
	content: "";
	position: absolute;
	top: -120px;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-bottom: 100px solid #ffe100;
}

.topVoice h3 {
	width: 60%;
	margin: 0 auto 2em;
}

.topVoice__lists li {
	float: left;
	width: 50%;
}

@media screen and (max-width: 768px) {
	.topVoice {
		margin: 0;
	}
	
	.topVoice:before{
		top: -90px;
		border-bottom: 80px solid #ffe100;
	}
}

.topFaq {
	position: relative;
 	margin: 0 0 0;
	padding: 4em 10px;
	background: #fff;
}

.topFaq:before{
	content: "";
	position: absolute;
	top: -120px;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-bottom: 100px solid #fff;
}

.topFaq h3 {
	width: 60%;
	margin: 0 auto 2em;
}

.topFaq__lists li {
	float: left;
	width: 50%;
}

@media screen and (max-width: 768px) {
	.topFaq:before{
		top: -90px;
		border-bottom: 80px solid #fff;
	}
	
	.topFaq__lists li {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
}

.topContact {
	padding: 2em 0 0;
	background-image: linear-gradient(-45deg, #f1f1f2 25%, transparent 25%, transparent 50%, #f1f1f2 50%, #f1f1f2 75%, transparent 75%, transparent);
	background-size: 25px 25px;
	background-repeat: repeat;
}

.topContact .inner {
	padding: 0 0 10em;
	background: url('images/illust_bg.png') no-repeat top center,url('images/illust_bg_btm.png') no-repeat bottom center;
	background-size: contain;
}

.contactBox {
	text-align: center;	
}

.contactBox p {
	font-size: 35px;
	font-size: 3.5rem;
}

.topContact h5 {
	margin: 0 auto 2em;
	font-size: 40px;
	font-size: 4rem;
	text-align: center;	
}

@media screen and (max-width: 768px) {
	.contactBox p {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.topContact h5 {
		width: 90%;
		margin: 0 auto;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;	
	}
	
	.contactBox__tel {
		width: 90%;
		margin: 0 auto;
	}


	.contactBox__tel a {
		display: block;
		border-bottom: 3px solid #b5a000;
		border-radius: 10px;
		padding: .5em;
		background: #ffe100; /* 黄色 */
	}


}

.formTable {
	margin: 0 auto 2em;
	font-size: 24px;
	font-size: 2.4rem;
}

.formTable dl {
	margin: 0 0 .5em;
}

.formTable .strong {
	margin: 0 .5em;
	padding: .1em .3em;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	background: #eb008b; /* ピンク */
}

.formTable input {
	padding: .5em;
	font-size: 16px;
	font-size: 1.6rem;
}

.formTable .size01 {
	width: 100%;
}

.formTable .radio {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.formTable .radio ul {
	padding: 0 0 0 1em;
}

.formTable .radio li {
	display: inline-block;
	margin: 0 2em 0 0;
}

.formTable textarea {
	width: 100%;
	height: 10em;
	padding: .5em;
	font-size: 16px;
	font-size: 1.6rem;
}

.submit__btn {
	max-width: 504px;
	margin: 0 auto 4em;
}

.submit__btn input {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.formTable {
		width: 90%;
		margin: 0 auto 2em;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.formTable .strong {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.formTable .radio ul {
		padding: 0;
	}

	.formTable .radio {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

.topCorp {
	padding: 1em 0;
}

.topCorp__img {
	float: left;
	width: 50%;
}

.topCorp__info {
	float: right;
	width: 50%;
}

.topCorp__info dt {
	margin: 0 0 .5em;
}

.topCorp__info dd {
	padding: 0 0 0 1em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.topCorp__info dd:last-child {
	padding: 0;
}

@media screen and (max-width: 768px) {
	.topCorp {
		padding: 1em 0 0;
	}
	
	.topCorp__img {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	
	.topCorp__info {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	
	.topCorp__info dd {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.topCorp__info dd a {
		display: block;
		border-bottom: 3px solid #b5a000;
		border-radius: 10px;
		padding: .5em;
		background: #ffe100; /* 黄色 */
	}
}


.thanks {
	padding: 2em 0;
}




/* コンテンツ　ここまで */

/* go to top　ここから */
.pagetop_btn {
	position:	absolute;
	top:	-50px;
	right:	50px;
	width:	100px;
	height:	100px;
	text-align:	center;
	line-height:	100px;
}

.pagetop_btn a {
	display:	block;
	border:	1px solid #000;
	-o-border-radius:	50%;
	-ms-border-radius:	50%;
	-moz-border-radius:	50%;
	-webkit-border-radius:	50%;
	border-radius:	50%;
	font-weight:	bold;
	text-decoration:	none;
	color:	#000;
	background:	#fff;
}

.pagetop_btn a:hover {
	color:	#fff;
	background:	#eee;
}


@media screen and (max-width: 768px) {
	.pagetop_btn {
		top:	-40px;
		right:	0;
		left:	0;
		width:	80px;
		height:	80px;
		margin:	auto;
		line-height:	80px;
	}
}

/* go to top　ここまで */


/* フッター　ここから */
footer {
	padding: 1.5em 0;
	background: #ffe100; /* 黄色 */
}

.copyright {
	margin:	0 auto;
	padding: 16px 0; 
	text-align:	center;
}

.copyright small {
	font-size:	16px;
	font-size:	1.6rem;
}


@media screen and (max-width: 768px) {
	footer {
		padding: 1em 0 230px;
	}
}


@media screen and (max-width: 767px) {
	footer {
		padding: 1em 0 30vw;
	}
	
	.footerInfo__corp {
		float: none;
		width: 80%;
		margin: 0 auto; 
	}

	.footerInfo__store {
		float: none;
		width: 90%;
		margin: 0 auto; 
		padding: 0;
	}

	.footerInfoStore__list {
		margin: 0 0 16px;
	}

	.copyright {
		margin:	0 auto;
		padding: 16px 0; 
		text-align:	center;
	}
}

@media screen and (max-width: 480px) {
	.copyright small {
		font-size:	10px;
		font-size:	1rem;
	}
}

/* フッター　ここまで */

/* フッターナビ　ここから */
@media screen and (max-width: 768px) {
	.footerBtn {
		position: fixed;
		bottom: 0;
		width: 100%;
		box-shadow: 0 0 5px #666;
		text-align: center;
	}
	
	.footerBtn li {
		float: left;
		width: 33.33%;
		height: 44px;
	}
	
	.footerBtn li:nth-child(1) {
		background: #006838; /* 濃緑 */
	}
	
	.footerBtn li:nth-child(2) {
		background: #2b388f; /* 濃紺 */
	}
	
	.footerBtn li:nth-child(3) {
		background: #90278e; /* 紫 */
	}
	
	.footerBtn li a {
		display: block;
		height: 100%;
	}
	
	.footerBtn li img {
		width: 106px;
	}
}

/* フッターナビ　ここまで */

/* 特設ページの内容ここから　2019.04.03 
--------------------------------------*/
.topNew_special {
    padding: 0;
    margin: 0 auto;
}

.special_inner {
    display: block;
	width: 1500px;
	margin: 0 auto;
}

.special_inner:after {
    content: "";
	clear: both;
	display: block;
}


/* 768px以下の場合　SP用 キャンペーン特設ページ
-----------------------------------------*/
@media screen and (max-width: 768px) {
    .topNew_special {
        padding: 0;
        margin: 0 auto;
}
    
    .special_inner {
        width: 100%;
        margin: 0 auto;
    }
}

/* 個人情報保護方針　ここから 2019.04.26 */
.personal_box {
    margin: 0 0 .5em;
}

.personal_box:after {  
 	content: ".";   
 	display: block;   
 	height: 0;   
 	clear: both;   
 	visibility: hidden;
}

.personal_box dt {
    font-size: 24px;
}

iframe {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .personal_box {
        width: 90%;
        margin: 0 5%;
        text-align: center;
    }
    
    iframe {
        width: 100%;
        text-align: center;
    }
    
    .personal_box dt {
        font-size: 16px;
    }
}

/* ご成約プレゼントFrancfranc 2WAYハンディファンプレゼント　ここから 2019.07.03 */
.present_wrap {
    width: 900px;
    margin: 20px auto;
    display: block;
}
/* ご成約プレゼントFrancfranc 2WAYハンディファンプレゼント　 2019.07.03スマホ用 */
@media screen and (max-width: 768px) {
    .present_wrap {
        width: 90%;
        margin: 20px auto;
        display: block;
    }
}

/* NEWタント　ここから 2019.07.09 */
.newcar_tanto {
    width: 900px;
    margin: 20px auto;
    display: block;
    text-align: center;
}

.newcar_tanto img {
    width: 900px;
    margin: 20px auto;
}

/* NEWタントスマホ用　ここから 2019.07.09 */
@media screen and (max-width: 768px) {
    .newcar_tanto {
        width: 90%;
        margin: 20px auto;
        display: block;
    }
    
    .newcar_tanto img {
        width: 100%;
    }
}

/* プレゼントバナー ----------------------------2019.11.07 */
.bnr_top {
	position: fixed;
	top: 50%;
	right: 10px;
	margin-top: -100px;
	width: 280px;
	z-index: 999999;
}

@media screen and (max-width: 768px) {
	.bnr_top {
		position: fixed;
		top: auto;
		right: auto;
		margin: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}





.btn_pdf {
	display: none;
}

.btn_pdf a,
.btn_twitter_copen a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 40px;
	margin: 0 auto;
	text-decoration: none;
	color: #F00;
	border: 1px solid #FFF;
	border-radius: 20px;
	background: #FFF;
}

.btn_pdf a span,
.btn_twitter_copen a span {
	font-weight: bold;
}

@media screen and (min-width: 769px){
	.btn_pdf {
		display: block;
	}

	.btn_pdf a,
	.btn_twitter_copen a {
		max-width: 90%;
		width: 350px;
		height: 55px;
		margin: 0 auto;
		text-decoration: none;
		color: #F00;
		border-radius: 28px;
	}

	.btn_pdf a span,
	.btn_twitter_copen a span {
		font-size: 20px;
	}

	.btn_pdf a:hover,
	.btn_twitter_copen a:hover {
		color: #FFF;
		background: #F00;
	}
}