/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #333333;
    font-size: 17px;
    line-height: 1.6em;}
::-moz-selection {
    text-shadow: none;}
::selection {
    text-shadow: none;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;}
textarea {
    resize: vertical;}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Base --------------------------------------------------------------------- */

@font-face {
 	font-family: "Yu Gothic";
  	src: local("Yu Gothic Medium");
 	font-weight: 400;
}

body {
border-top:3px solid #62b83d;
font-family: "BIZ UDPゴシック","BIZ UDPGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
}

h1, h2 {
	padding: 0;
	margin: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 30px 0;
}

a {
	color: #09F;
}

a:hover {
	text-decoration: none;
}

a:hover img {
    -webkit-filter: brightness(1.2);
     -moz-filter: brightness(1.2);
     -o-filter: brightness(1.2);
     -ms-filter: brightness(1.2);
     filter: brightness(1.2);
}

header {
	text-align: center;
}

.header_main {
	background: url("../img/top.jpg") center top no-repeat;
	background-size: cover;
	position: relative;
}

.header_wrap {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 1000px;
	text-align: center;
}

.header_wrap img {
    height: auto;
    width: 100%;
}

main {
	/*width: 1000px;
	margin: 0 auto;*/
}

main h2 {
    margin-bottom: 0.4em;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 1px dotted;
    padding-bottom: 0.6rem;
}
	
.wrap {
	width: 1000px;
	margin: 0 auto;
}

footer {
	margin: 3% 0 0;
	clear: both;
	background: #62b83d;
	padding: 10px 0 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 60%;
	line-height: 2.0em;
}

footer a {
	color: #FFFFFF;
}

address {
    font-style: normal;
    color: #b8b8b8;
    text-align: center;
    margin: 20px;
    font-size: 12px;
}

.f_right {
    float: right;
    margin: 15px 0 30px 30px;
    width: 30%;
}

a.anchor {
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}



/* nav --------------------------------------------------------------------- */

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

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 110px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #42981d;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
	margin-bottom: -35px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 8px 12px 8px;
    /*border-bottom: 2px solid #62b83d;*/
    margin: 0 5px;
}
#global-nav ul li a:hover {
    border-bottom: 2px solid #ec608f;
}

#global-nav ul li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}

#global-nav ul li:hover > ul > li {
    overflow: visible;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 45px;
    visibility: visible;
    opacity: 1;	
}

li.menu__single:hover ul.menu__second-level li {
	background:#62b83d;
    border-radius: 100px;
    padding: 10px 0 23px !important;
    margin: -10px 5px;
}
li.menu__single:hover ul.menu__second-level li a {
	color:#fff !important;
	padding: 10px 30px 23px !important;
}
li.menu__single:hover ul.menu__second-level li:hover {
	background:#ec608f;
}
li.menu__single:hover ul.menu__second-level li a:hover {
	border-bottom: none !important;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 10px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 80px;
    background: #fff;
    background: rgba(255,255,255,.95);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	border-top:3px solid #62b83d;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #42981d;
    padding: 0 8px 12px 8px;
}

#top-head.fixed #global-nav ul li li {
    border: 2px solid #fff;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    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;
}

/* top ------------------------------------------------------------------- */

h2.toph2{
margin-top:-10px;
position: relative;
display:block;
text-align:center;
border-bottom: none;
}

h2.toph2:before, h2.toph2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width:100%;
height: 2px;
border-top: dotted 1px #444;
border-bottom: dotted 1px #444;
}

h2.toph2:before	{left:0;}
h2.toph2:after	{right: 0;}

h2.toph2 span{
padding:10px 20px 0 20px;
font-size:20px;
line-height:1;
font-weight:normal;
position:relative;
z-index:998;
background:#fff;
display:inline-block;
}

.img_txt {
margin:0 0 3%;
}

.imgleft {
width:31%;
margin-right:4%;
float: left;
}

.txtright {
width:64%;
float: left;
}

.imgborder_wh {
border:1px solid #fff;
box-sizing:border-box
}

.num_circle {
    display: inline-block;
    margin: 0 10px 0 0;
    z-index: 5;
    font-size: 11px;
    height: 22px;
    line-height: 23px;
    width: 22px;
    background: none repeat scroll 0 0 #f05c8e;
    border-radius: 50%;
    color: #fff;
    font-family: helvetica;
    font-size: 15px;
    height: 28px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 28px;
}

.num_circle2 {
    display: inline-block;
    margin: 0 10px 0 0;
    z-index: 5;
    font-size: 11px;
    height: 22px;
    line-height: 23px;
    width: 22px;
    background: none repeat scroll 0 0 #71bf50;
    border-radius: 50%;
    color: #fff;
    font-family: helvetica;
    font-size: 15px;
    height: 28px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 28px;
}

.arrow_gr {
    color: #71bf50;
}


#breadcrumb {
	color:#000;
    font-size: 100%;
	margin:10px 0 10px 0;
    width: 720px;
	/*! background-color:#181818; */
	height:25px;
	line-height:25px;
}

/* パンくずリスト ------------------------------------------------------------------- */

#breadcrumb {
    color: #555;
    font-size: 100%;
    margin: 10px 0 10px 0;
    height: 25px;
    line-height: 25px;
}

#breadcrumb ul li {
	float:left;
}

#breadcrumb ul li a {
	color:#555;
}

.bread_home {
	padding-left:30px;
	padding-right:15px;
	background-attachment: scroll;
	background-color: rgba;
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.arrow {
	padding-left:25px;
	padding-right: 10px;
	background-attachment: scroll;
	background-color: rgba;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 料金ページメニュー ------------------------------------------------------------------- */

.pricemenu {
  margin:0 0 5%;
  padding:0;
  width:100%;
  box-sizing: border-box;
  border: 3px solid #62b83d;
}

.pricemenu h3 {
  margin:0;
  background:#62b83d;
  color: #fff;
  padding: 10px 30px;
}

.pricemenu .pm_left {
  border-right: 1px dotted #ccc;
}

.pricemenu .pm_left,
.pricemenu .pm_right {
  width:40%;
  float: left;
  box-sizing: border-box;
  margin: 3% 5%;
}

.pricemenu .pm_left ul li,
.pricemenu .pm_right ul li{
    padding: 0;
    margin: 10px 0;
}


/* bg ------------------------------------------------------------------- */

/*.bg01 {
    background: url(../img/bg01.webp);
    padding: 50px 0;
}*/

.bg01 {
    background: url("../img/bg_plan.jpg");
    padding: 50px 0 20px;
	background-attachment: fixed;
	background-size: cover;
	margin: 3% 0 5%;
}



/* slider ------------------------------------------------------------------- */

.slide_area{
  background: #F5F3F1;
  padding: 30px 0 50px;}
	
.alickUnity .topslick{
  margin: 90px auto 30px;
  max-width: 100%;
  width: 1000px;
  padding: 30px 0 10px;}
  
@media screen and (max-width: 640px) {
.slide_area{
  background: #F5F3F1;
  padding: 3% 0;}
.alickUnity .topslick {
    width: 75%;
    padding: 5px 0;
}}

/* box ------------------------------------------------------------------- */

.list-two {
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
	box-sizing:border-box;
	float:left;
}

.list-two h3 {
	font-size:30px;
	line-height: 1.5em;
}

.list-three {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
	box-sizing:border-box;
	float:left;
	font-size:15px;
	border: 1px solid #e6e6e6;
}

.list-three h3 {
    line-height: 2em;
    font-size: 100%;
}

.list-three h3 span {
	color: #42981d;
	font-size: 150%;
}

.icon-round {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
}

.list_white {
	/*padding:30px;*/
	background:#fff;
	/*box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);*/
}

.list_white2 {
	background:#fff;
}

.list_white2 h3 {
	margin:30px;
}

.list_white2 p {
	margin:30px;
}


/* pan table ------------------------------------------------------------------- */
.plan_table table,
.plan_table2 table{
border-spacing: 5px;
border-collapse: separate;
box-sizing: border-box;
display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

table tbody {
  width: 100%;
  display:table;
}

.plan_table2 table{
width:96%;
margin: 5% 2%;
}

/*.plan_table table , td, th, 
.plan_table2 table , td, th {
	border: 1px solid #D3D3D3;
	border-collapse: collapse;	
}*/
.plan_table td, 
.plan_table th {
	padding: 10px !important;
	/*width: 15%;*/
	height:auto;
}

.plan_table td,
.plan_table2 td {
	background: #FAF5EA;
}

.plan_table2 td {
	text-align: right;
	font-size: 12px;
}
.plan_table2 th {
background: #ffa883;
color: #fff;
}
.plan_table2 td, 
.plan_table2 th {
	padding: 1px 15px !important;
	height:auto;
}
.plan_table th {
    background: #ffa883;
    color: #fff;
}

.plan_table td {
	font-size: 12px;
}

.plan_table .even {
	background: #fbf8f0;
}
.plan_table .odd {
	background: #fefcf9;
}

.table_blue{
    background: #00bfff !important;
	color: #fff;
}

.table_blue2{
    background: #b2ebff !important;
}

.table_green{
    background: #2fcdb4 !important;
	color: #fff;
}

.table_green2{
    background: #c0f0e8 !important;
}

.table_red{
    background: #ffa883 !important;
	color: #fff;
}

.table_red2{
    background: #ffe4d9 !important;
}

.table_yellow{
    background: #FCC35A !important;
	color: #fff;
}

.table_yellow2{
    background: #feedcd !important;
}

.camp {
    background: #F8352E;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 85%;
}

.price_h2 {
    margin-top: 60px;
    margin-bottom: 0.4em;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 1px dotted #fff;
    border-top: 1px dotted #fff;
    background: #E7E7E7;
    padding: 0.8rem 1rem;
    color: #4B7079;
}

/* voice ------------------------------------------------------------------- */

.voice .wrap {
	padding: 10px 0;
	background: #fff;
}

.voice .vtxt {
	position: relative;
	padding: 50px 0;
}

.voice .vtxt img {
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -50px;
}

.voice .vtxt h3 {
	margin-left: 200px;
	font-weight: normal;
	color: #62b83d;
}

.voice .vtxt h3 span {
	background: #ff81b3;
	padding: 5px 15px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color:#fff;
}

.voice .vtxt p {
	margin: 30px 50px 0 200px;
}

.voice hr {
	margin: 0 50px;
	border: solid #eee;
	border-width: 1px 0 0 0;
	height: 1px;
	clear: both;
}

/* faq ------------------------------------------------------------------- */

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
    font-size: 1.2em;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0 70px;
    cursor: pointer;
	color:#4385ab;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	color:#ed5d8f;
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

/* work ------------------------------------------------------------------- */

.work {
	padding: 20px 0 60px;
}

.work h2 {
	margin-bottom: 70px;
}

.work .wrap {
    padding: 10px 30px 20px;
    margin-top: 40px;
    border-top: solid 4px #FF6;
    box-sizing: border-box;
    border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.work .wrap h3 {
	position: relative;
	text-align: center;
	padding: 25px 0 0;
	margin: 0 20px 50px;
	font-size: 180%;
	line-height: 1.8em;
	font-weight: normal;
}

.work .wrap h3:after {
	position: absolute;
	bottom: -25px;
	left: 50%;
	content: "";
	display: block;
	background: #FF6;
	width: 160px;
	height: 2px;
	margin-left: -80px;
}

.work .wrap h3 span {
	background: #FF6;
	padding: 10px 25px;
	font-size: 55%;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.work .wrap p {
    margin: 30px 0;
    font-size: 105%;
    letter-spacing: 1px;
}

.work_link {
    background-color: #ffe;
    border: 1px solid #999;
    list-style: none;
    position: relative;
    margin-top: 4em;
    padding: 2em 1em 1em;
}

.work_link a {
    border-bottom: 1px dotted #1a0dab;
}


/* step ------------------------------------------------------------------- */

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

.step h2 {
	margin-bottom: 70px;
}

.step h3 {
	text-align:center;
	margin:20px 70px;
	padding:10px;
	border-bottom:2px dotted #62b83d;
}

.step .wrap {
    padding: 20px 30px 10px;
    margin-top: 40px;
    background: #FAF5EA;
	border-radius:3px;
	box-sizing: border-box;
}

.step .wrap img {
    width:100px;
	margin:15px 0 0;
}

.step_contact_box {
  display: flex;
  justify-content: space-between;
}
.step_contact_box .step_contact {
  width: 49%;
}

.step_contact {
	border-radius:15px;
	border:6px solid #f05c8e;
	background: #feedcd !important;
	box-sizing:border-box;
	padding:0 3%;
}

.step_contact_body {
  padding: 0;
}
.step_contact_body p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}


/* support ------------------------------------------------------------------- */

.entry-talk-box {
  border-collapse: separate;
  border-spacing: 15px 2px;
  display: table;
  margin: 30px 0;
  table-layout: fixed;
  width: 100%;
}
.entry-talk-img {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.entry-talk-img img {
  border-radius: 50%;
  width: 100px;
}
.entry-talk-txt {
  background-color: #ffe0b2;
  border-radius: 8px;
  display: table-cell;
  padding: 20px;
  position: relative;
}
.entry-talk-txt-left:after {
  content: '';
  position: absolute;
  border-right: 12px solid #ffe0b2;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -12px;
  top: 40px;
}
.entry-talk-txt-right:after {
  content: '';
  position: absolute;
  border-left: 12px solid #ffe0b2;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -12px;
  top: 40px;
}
.entry-talk-txt p {
  line-height: 1.4;
  margin: 0;
}



/* button ------------------------------------------------------------------- */

.button01{
     display:block;
     width: 250px;
     height:60px;
     line-height: 60px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #4bd730;
     border-bottom: solid 5px #43c12b;
     border-radius: 50px;
	 margin: 10px auto;
}
.button01:hover{
     background-color: #F37CA4;
     border-bottom: solid 5px #f05c8e;
}

.button02{
     display:block;
     width: 100%;
     height:60px;
     line-height: 60px;
     color: #43c12b !important;
     text-decoration: none;
     text-align: center;
     background-color: #fff;
     border-radius: 50px;
	 margin: 10px auto;
}
.button02:hover{
     background-color: #EEE657;
}


.button01:active,
.button02:active {
     margin-top: 5px;
     border-bottom: none;
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
}

/*　button03　*/

.button_bl button {
	margin: 0 20px 0;
	padding: 1.5em 2.5em;
	border: none;
	display: inline-block;
	background-color: #5A7AB3;
	box-shadow: 0 4px #4063A4;
	font-size: 114%;
	line-height: 1;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.button03 {
	border-radius: .5em;
	box-shadow: 0 4px #4063A4;
	top: 0;
	transition: .2s box-shadow,.2s top,.4s background;
}
.button03:hover {
	box-shadow: 0 2px #4063A4;
	top: 1px;
}
.button03:active {
	background-color: #4163A7;
	box-shadow: 0 0 #4063A4;
	top: 4px;
}

/* ページ上部へ ------------------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
	margin: 2%;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: #62b83d;
    text-align: center;
    display: block;
    border-radius: 500px;
    border: 2px dotted #62b83d;
	padding: 30px;
	line-height: 1rem;
}
#page-top a:hover {
    text-decoration: none;
    background: #62b83d;
	color:#fff;
}

/* footer ------------------------------------------------------------------- */

.footer-menu {
    width: 33.33%;
    min-width: 280px;
    height: auto;
    margin: 0;
    padding: 30px 2% 30px 2%;
    float: left;
    text-align: left;
    box-sizing: border-box;
}

.fm-title {
    color: #fff;
    margin: 0 0 25px 0;
    padding: 0 0 10px 0;
    border-bottom: #fff 1px dotted;
	font-size: 16px;
	font-weight: bold;
	
}
.footer-menu ul {
    margin: 0 0 0 10px;
    padding: 0;
}
.footer-menu ul li {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 12px;
}
.footer-menu ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer-menu ul li a:hover {
    color: #EEE657;
    text-decoration: underline;
}

.footer-menu dl {
    margin: 0 0 0 10px;
    padding: 0;
    color: #ffffff;
}
.footer-menu dl dt {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}
.footer-menu dl dd {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
}
.footer-menu dl dd a {
    color: #ffffff;
}
.footer-menu dl dd a:hover {
    color: #f39800;
}



/* design ---------------------------------------------------------- */

.center {text-align: center !important;}
.bold {font-weight: bold !important;}
.bgyellow {	background: #FF0 !important;}
.underline {text-decoration: underline !important;}
.strikeline {text-decoration: line-through !important;}
.red {color: #F8352E !important;}
.blue {color: blue !important;}
.fsS {font-size: 80% !important;}
.fsM {font-size: 130% !important;
	  line-height: 1.5em !important;}
.fsL {font-size: 180% !important;
	line-height: 1.5em !important;}
.pc {display: inline;}
.sp {display: none;}

/* margin padding ---------------------------------------------------------- */

.mt0 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.ml0 {margin-left:0 !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.mr0 {margin-right:0 !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mb0 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.pt0 {padding-top:0 !important;}
.pt10 {padding-top:10px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pl0 {padding-left:0 !important;}
.pl10 {padding-left:10px !important;}
.pl20 {padding-left:20px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pr0 {padding-right:0 !important;}
.pr10 {padding-right:10px !important;}
.pr20 {padding-right:20px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}
.pb0 {padding-bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}



/* ==========================================================================
   SP
   ========================================================================== */

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

	/* Base ----------------------------------------------------------------- */

	body {
	background: none;
	width: 100%;}
	
	main {
	width: 100%;
	font-size: 16px;}

	.wrap {
    width: 96%;
    margin: 3% 2%;}
	
	img {
	width: 100%;
	height: auto;}

	p {
	margin: 5% 5%;}

	/*p br {
	display: none;}*/
	
	.header_wrap {
	max-width: 100%;
	min-width: 100%;}	
	
    header{
	width:100%;
	margin:0;
	padding:0;
	z-index:0;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}

	footer {
	margin: 0;
	padding: 3% 0 2%;}
	
	.footer-menu {
    width: 100%;
    min-width: 280px;
    height: auto;
    margin: 0;
    padding: 5%;
    float: none;
    text-align: left;
    box-sizing: border-box;}
	
	.footer-menu img {
    width: 80%;
    margin: 3% 10% 3%;}
	
	.footer-menu ul li {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;}
	
	.footer-menu dl {
    margin: 0;}
	
	.footer-menu dl dd {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 20px;}
	
	.footer-menu dl dd iframe {
    margin: 5% 0 !important;}
	
	a.anchor {
    display: block;
    padding-top: 12%;
    margin-top: -12%;}
	
	
	/* nav ----------------------------------------------------------------- */
	
	    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
		border-top: none;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
		border-top:3px solid #62b83d;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
	#top-head .logo {
    width: 40%;}
	
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -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;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
	
	#global-nav ul li a:hover {
    border-bottom: none;
}
	
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	
	li.menu__single:hover ul.menu__second-level li {
	background:#62b83d;
    border-radius: 100px;
    padding: 15px 0 28px !important;
    margin: 10px 15%;
	width: 70%;}
	li.menu__single:hover ul.menu__second-level li a {
	color:#fff !important;
	padding: 0 !important;}
	li.menu__single:hover ul.menu__second-level li:hover {
	background:#ec608f;}
	li.menu__single:hover ul.menu__second-level li a:hover {
	border-bottom: none !important;}

	#top-head.fixed #global-nav ul li li {
    border: none;}

	
	
	
	/* Unique --------------------------------------------------------------- */
	
	.f_right {
    float: right;
    margin: 15px 10px 0px 10px;
    width: 30%;}
	
	.list-two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
    box-sizing: border-box;
    float: none;}
	
	.list-three {
    width: 90%;
	margin: 3% 5%;
	padding: 3%;}
	
	.list-three img {
    width: 90%;
	margin: 0 5%;}
	
	.imgleft {
    width: 90%;
    margin: 0 5%;
    float: none;}
	
	.txtright {
    width: 90%;
    margin: 0 5%;
    float: none;}
	
	.txtright p {
    margin: 0 0 5%;}
	
	.bg02,
	.bg03 {
    background-attachment: scroll;
	background-position: 0px;
    padding: 3% 2% 5%;}
	
	.bg01 {
	background: url("../img/bg01.webp");
	background-repeat:repeat;
	background-attachment: inherit;
    padding: 3% 2% 5%;
	margin: 8% 0;	}
	
	.pricemenu .pm_left,
	.pricemenu .pm_right {
	width:90%;
	float: left;
	box-sizing: border-box;
	margin: 0 8%;}
	
	.pricemenu .pm_left{
	border-right: none;}
	
	.pricemenu {
	padding:0 0 3%;
	margin-bottom: 10%;
	width:100%;}

	.pricemenu h3 {
	margin:0 0 3%;
	padding: 10px 30px;}
	
	.price_h2 {
    margin-top: 8%;}

	#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
	margin: 2%;}
	
	#page-top a {
    background: #fff;
    text-decoration: none;
    color: #62b83d;
    padding: 15px;
    text-align: center;
    display: block;
    border-radius: 500px;
    border: 2px dotted #62b83d;
	line-height: 1rem;}
	
	
	/* voice ------------------------------------------------------ */
	.voice .wrap {
		width: 96%;
		margin: 7% 2%;
		padding: 1% 0;
		margin-top: 7%;
	}

	.voice .vtxt {
		padding: 5% 0;
	}

	.voice .vtxt img {
		position: static;
		width: 26%;
		top: 0;
		left: 0;
		margin-top: 0;
		margin: 0 37% 5%;
	}

	.voice .vtxt h3 {
    margin-left: 5%;
    line-height: 2.3em;
    font-size: 100%;
}

	.voice .vtxt h3 span {
		padding: 2% 5%;
	}

	.voice .vtxt p {
		margin: 5% 5% 0 5%;
		font-size: 100%;
	}
	
	.voice hr {
		margin: 3% 5%;
		border: solid #eee;
		border-width: 1px 0 0 0;
		height: 1px;
		clear: both;
	}
	
	.cp_qa label {
    font-size: 1.1em;
    padding: 10px 10px 0 60px;}
	
	
	/* work ------------------------------------------------------ */
	
	.work {
    padding: 10px 0 10%;}
	
	.work .wrap {
    padding: 10px 3% 5%;}
	
	.work .wrap h3 {
    padding: 3% 0 0;
    margin: 0 2% 5%;
    font-size: 110%;
    line-height: 2.1em;}
	
	.work .wrap h3 span {
    font-size: 75%;}
	
	.work .wrap h3::after {
    bottom: -10px;}
	
	.work .wrap img {
	width:80%;
	margin:2% 10% 3%;}
	
	.work .wrap p {
    font-size: 90%;
    letter-spacing: 1px;
    line-height: 1.8em;}
	
	.work .wrap .button_bl button {
    margin: 5px 2% 5px;
    padding: 1em 3em;
    font-size: 105%;
    line-height: 1;
    color: #fff;
    position: relative;
    cursor: pointer;}
	
	.work .wrap .button03 {
    border-radius: 500px;}
	
	/* step ------------------------------------------------------ */
	
	.step_contact_box {
    display:inline;
    justify-content: space-between;}
    .step_contact_box .step_contact {
    width: 100%;
	margin-top:5%;
	padding-bottom:5%;}
	
	.step h3 {
    text-align: center;
    margin: 3% 5%;
    padding: 3%;
    border-bottom: 2px dotted #62b83d;}
	
    .step .wrap {
    padding: 2% 3%;}

	.step .wrap img {
    width: 25%;
    margin: 15px 0 0;}
	

	/* General Purpose ------------------------------------------------------ */

	.pc {display: none;}
	.sp {display: inline;}
	
	
	/* margin padding ---------------------------------------------------------- */

	.mt10 {margin-top:1% !important;}
	.mt20 {margin-top:2% !important;}
	.mt30 {margin-top:3% !important;}
	.mt40 {margin-top:4% !important;}
	.mt50 {margin-top:5% !important;}
	.ml10 {margin-left:1% !important;}
	.ml20 {margin-left:2% !important;}
	.ml30 {margin-left:3% !important;}
	.ml40 {margin-left:4% !important;}
	.ml50 {margin-left:5% !important;}
	.mr10 {margin-right:1% !important;}
	.mr20 {margin-right:2% !important;}
	.mr30 {margin-right:3% !important;}
	.mr40 {margin-right:4% !important;}
	.mr50 {margin-right:5% !important;}
	.mb10 {margin-bottom:1% !important;}
	.mb20 {margin-bottom:2% !important;}
	.mb30 {margin-bottom:3% !important;}
	.mb40 {margin-bottom:4% !important;}
	.mb50 {margin-bottom:5% !important;}
	.pt10 {padding-top:1% !important;}
	.pt20 {padding-top:2% !important;}
	.pt30 {padding-top:3% !important;}
	.pt40 {padding-top:4% !important;}
	.pt50 {padding-top:5% !important;}
	.pl0 {padding-left:0 !important;}
	.pl20 {padding-left:2% !important;}
	.pl30 {padding-left:3% !important;}
	.pl40 {padding-left:4% !important;}
	.pl50 {padding-left:5% !important;}
	.pr10 {padding-right:1% !important;}
	.pr20 {padding-right:2% !important;}
	.pr30 {padding-right:3% !important;}
	.pr40 {padding-right:4% !important;}
	.pr50 {padding-right:5% !important;}
	.pb10 {padding-bottom:1% !important;}
	.pb20 {	padding-bottom:2% !important;}
	.pb30 {padding-bottom:3% !important;}
	.pb40 {padding-bottom:4% !important;}
	.pb50 {padding-bottom:5% !important;}
	
}


/* ==========================================================================
   メール
   ========================================================================== */

/* --- フォームエリア --- */
form.contact {
margin: 5% 0;
font-size: 100%;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
line-height: 130%;
}
/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
vertical-align: middle;
}

/* --- 部品グループ --- */
form.contact div.fields {
margin-bottom: 10px; /* 部品グループの下マージン */
margin-top: 10px;
/*padding: 2px;  部品グループのパディング */
background-color: #fff; /* 部品グループの背景色 */
/*border: 1px #c0c0c0 solid;  部品グループの境界線 */
}

/* --- テーブル --- */
form.contact table {
width: 100%; /* テーブルの幅 */
/*border: 1px solid; /* テーブルの境界線 */
border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
form.contact caption {
margin-bottom: 2px; /* キャプションの下マージン */
padding: 10px 8px; /* キャプションのパディング（上下、左右） */
background: #f9f9f9 repeat-x; /* キャプションの背景 */
border: 1px solid; /* キャプションの境界線 */
border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
text-align: left;
color: #808080; /* キャプションの文字色 */
font-weight: bold;
}
/* --- 見出しセル（th） --- */
form.contact th {
width: 30%; /* 見出しセルの幅 */
padding: 15px 8px; /* 見出しセルのパディング（上下、左右） */
background-color: #fff; /* 見出しセルの背景色 */
border-bottom:; /* 見出しセルの下境界線 */
text-align: center;
line-height: 130%;
font-weight: normal;
}
/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
font-weight: normal;
}
/* --- データセル（td） --- */
form.contact td {
padding: 20px 5px;
/*padding: 10px 5px 7px;  データセルのパディング（上、左右、下） */
background-color: #ffffff; /* データセルの背景色 */
border-bottom: 1px #e7e7e7 solid; /* データセルの下境界線 */
}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
}
/* --- 必須項目セル --- */
form.contact td.required {
width: 26px; /* 必須項目セルの幅 */
padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
/*background-color: #c4e6fa;*/ /* 必須項目セルの背景色 */
text-align: center;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
/*background-color: #e0f1fc;*/ /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
width: 99%;
/*margin-bottom: 2px;  フォーム部品の下マージン */
padding: 10px 0 10px 1%;
border-radius: 5px;
border: 1px solid #999;
}

form.contact input[type="checkbox"] {
width:auto;
margin: 5px 10px;
}

form.contact input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 50% !important;
    padding: 25px 0 !important;
    border-radius: 100px !important;
    border: none !important;
    background: #62b83d;
    color: #fff;
    font-size: 20px;
    letter-spacing: 10px;
}

form.contact input::placeholder {
  color: #8E8E8E;
  font-size: 1.1em;
}

form.contact input[type="submit"]:hover {
    background: #ed5d8f;
}

/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2,
#productname, #address, #cate1, #cate2, #cate3 {
width: 99%; /* フォーム部品の幅 */
padding: 10px 0;
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 70px; /* フォーム部品の幅 */
}
#zip1, #zip2 {
width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message1,
#message2{
width: 99%; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}
#remark {
width: 420px; /* フォーム部品の幅 */
height: 6em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
margin: 5px 0 0;
text-align: center;
padding: 10px 0;
}


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

form.contact input[type="submit"] {
    width: 66% !important;
}
/* --- フォームエリア --- */
form.contact {
width: 96%; /* フォームエリアの幅 */
margin:0 auto 0 auto;
font-size: 80%;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
line-height: 130%;
}
/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
vertical-align: middle;
}

/* --- 部品グループ --- */
form.contact div.fields {
margin-bottom: 10px; /* 部品グループの下マージン */
margin-top: 10px;
/*padding: 2px;  部品グループのパディング */
background-color: #f9f9f9; /* 部品グループの背景色 */
/*border: 1px #c0c0c0 solid;  部品グループの境界線 */
}

/* --- テーブル --- */
form.contact table {
width: 100%; /* テーブルの幅 */
/*border: 1px solid; /* テーブルの境界線 */
border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
form.contact caption {
margin-bottom: 2px; /* キャプションの下マージン */
padding: 10px 8px; /* キャプションのパディング（上下、左右） */
background: #f9f9f9 repeat-x; /* キャプションの背景 */
border: 1px solid; /* キャプションの境界線 */
text-align: left;
color: #808080; /* キャプションの文字色 */
font-weight: bold;
}
/* --- 見出しセル（th） --- */
form.contact th {
width: 96%; /* 見出しセルの幅 */
padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しセルの背景色 */
text-align: left;
line-height: 130%;
display: block;
margin: 0 auto;
}
/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
font-weight: normal;
}
/* --- データセル（td） --- */
form.contact td {
padding-left: 5px;
/*padding: 10px 5px 7px;  データセルのパディング（上、左右、下） */
background-color: #ffffff; /* データセルの背景色 */
 /* データセルの下境界線 */
display: block;
}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
}
/* --- 必須項目セル --- */
form.contact td.required {
width: 26px; /* 必須項目セルの幅 */
padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
/*background-color: #c4e6fa;*/ /* 必須項目セルの背景色 */
text-align: center;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
/*background-color: #e0f1fc;*/ /* 任意項目セルの背景色 */
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
width: 98%;
margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2,
#productname, #address, #cate1, #cate2, #cate3, #message {
width: 96%; /* フォーム部品の幅 */
margin:0 auto;
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 70px; /* フォーム部品の幅 */
}
#zip1, #zip2 {
width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
width: 96%; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}
#remark {
width: 420px; /* フォーム部品の幅 */
height: 6em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
margin: 5px 0 0;
text-align: center;
padding: 10px 0;
}

}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;}
.invisible {
    visibility: hidden;}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;}
.clearfix:after {
    clear: both;}
.clearfix {
    *zoom: 1;}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after { 
	    background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;}
    a,
    a:visited {
		text-decoration: underline;}
    a[href]:after {
		content: " (" attr(href) ")";}
    abbr[title]:after {
		content: " (" attr(title) ")";}
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
		 content: "";}
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;}
    thead {
        display: table-header-group;}
    tr,
    img {
        page-break-inside: avoid;}
    img {
        max-width: 100% !important;}
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;}
    h2,
    h3 {
        page-break-after: avoid;}
}