@charset "UTF-8";
/*--------------------------------
1.Base
2.Layout
3.Module
4.State
5.Theme

H1.Header
H2.Logo
H3.Global Navigation

C1.Main Container
C2.BreadCrumb
C3.Page Image
C3.Page Nation
C4.Content Foot

F1.Footer
F2.Footer Navigation
F3.Office Information
F4.CopyRight

Page
P1.Index
P2.Homepage
P2.Server

Archives

Single
--------------------------------*/
/*--------------------------------
1.Foundation
--------------------------------*/
/* memo */
/*
25px 2.3%;

75px 6.8%

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import "https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td{
  border: 1;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;  
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.6;
}
@media only screen and (min-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Noto Sans Japanese', serif; 
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  color: #202020;
  counter-reset: operate sort;
}
@media only screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a img {
  border: 0;
}
a img:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .7;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin:0 auto;
}
caption {
  display: none;
}
address {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
dl,
dt,
dd,
th,
td,
pre {
  margin: 0;
  padding: 0;
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
ul { padding: 0; margin: 0;}
li { list-style: none;}

/*=================
共通要素
===================*/
html, body {
  height: 100%;
  width: 100%;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.ff-gothic {
  font-family:'Helvetica Neue', Verdana, "ヒラギノ角ゴシック", 'Hiragino Sans', "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", meiryo, sans-serif;
}

.ff-mincho {
  font-family: "Times New Roman", Georgia, "ヒラギノ明朝 ProN W3", 'Hiragino Mincho ProN', "游明朝", YuMincho, "游明朝体", 'Yu Mincho', "HG明朝E","HGS明朝E","ＭＳ Ｐ明朝", serif;
}
.center {
  text-align: center;
}
.block{
  display: inline;
}

.spblock{
  display: block;
}
@media only screen and (min-width: 767px) {
  .block{
    display: block;
  }
  .spblock{
    display: inline;
  }
}
.pcimg{
  display: none;
}
@media only screen and (min-width: 767px) {
  .pcimg{
    display: inherit;
  }
  .spimg{
    display: none;
  }
}
.green{
  color: #006934;
}
.mb20{
  margin-bottom: 20px;
}
.prl10{
  padding-left: 10px;
  padding-right: 10px;
}
.prl20{
  padding-left: 20px;
  padding-right: 20px;
}
/*--------------------------------
Base
--------------------------------*/
.c-holizontal--rowreverse {
  flex-direction: row-reverse;
}
.c-justify--between {
  justify-content: space-between;
}
.c-justify--center {
  justify-content: center;
}
.c-alignitem--center {
  align-items: center;
}
.c-alignitem--start {
  align-items: flex-start;
}
.c-alignitem--end {
  align-items: flex-end;
}
@media only screen and (min-width: 767px) {
  .c-holizontal,
  .c-holizontal--rowreverse {
    display: flex;
    flex-wrap: wrap;
  }
}
.center{
  text-align: center;
}
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
.pc_display {
  display: none;
}
@media only screen and (min-width: 767px) {
  .pc_display{
    display: block;
  }
  .sp_display {
    display: none;
  }
}
body {
  background: url(../img/bgimage.png);
  background-size: contain;
}
.head_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 50px;
  background-color: #fff;
}
.head_main h1 {
  width: 40%;
  padding-left: 20px;
}
.head_contact {
  display: none;
}

@media only screen and (min-width: 767px) {
  .head_main {
  height: 120px;
  background-color: transparent;
  }
  .head_contact {
    display: block;
  }
  .head_contact ul{
  	display: flex;
  	flex-wrap: wrap;
  	align-items: center;
  }
  .head_contact ul li{
  	width: 50%;
  	padding-left: 40px;
  }
  .head_main h1 {
  	width: 30%;
  padding-left: 0;
  }
}
main {
  background-color: #18a3cf;
  background: rgba(24,163,207,0.7);
}
/* ↓FBA amazon */
.bunner-amazon {
  padding: 120px 20px 20px;
}
/* ↑FBA amazon */

.main_txt{
  background: #fff;
  padding: 0 0 20px;
}
.main_txt02 {
  background: #c5e8f2;
  padding: 10px 0 20px;
}
.onestopp{
  padding: 0 20px;
}
.contact-button {
  color: #19a6d1;
  font-size: 38px;
}
.btn-phone {
  font-size: 25px;
  height: 225px;
  text-align: left;
  padding: 0 5px;

}
.btn-phone-inner {
  background: #fff;
  border-radius: 12px;
  border: solid 4px #000;
  box-shadow: 3px 4px 0 0 #000;
  text-align: center;  
  padding: 12px 20px;
}
@media only screen and (min-width: 767px) {
  .bunner-amazon .bunner-head {
    font-size: 35px;
  }
  .main_txt{
    padding: 0 0 20px;
  }
  .main_txt02 {
  padding: 0 0 20px;
  }
  .onestopp{
  padding: 0;
  }
  .btn-phone {
    font-size: 35px;
  }
  .btn-phone-inner {
    box-shadow: 8px 8px 0 0 #000;
    width: 570px;
    height: 165px;
    padding: 25px 20px;

  }
}
.step01_flow{
  background-color: #19a6d1;
  padding: 0 20px 20px;
}
.step02_flow{
  background-color: #6cd0ea;
  padding: 0 20px 20px;
}
@media only screen and (min-width: 767px) {
  .step01_flow{
  padding: 0 50px 50px;
  }
  .step02_flow{
  padding: 0 50px 50px;
  }
}
.step01_flow ul,
.step02_flow ul{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
@media only screen and (min-width: 767px) {
  .step01_flow ul,
  .step02_flow ul{
  padding: 50px;
  }
}
.step01_flow li,
.step02_flow li {
  border:3px solid #bfdde8;
  background-color: #dff2f8;
  border-radius: 15px;
  padding: 20px;
}
@media only screen and (min-width: 767px) {
  .step01_flow li,
  .step02_flow li {
  border:6px solid #bfdde8;
  padding: 35px;
  }
}
.step01_flow li dl,
.step02_flow li dl{
  text-align: left;
}
.step01_flow li dl h3,
.step02_flow li dl h3{
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 10px;
  display: inline;
}
.step01_flow li dl dt img,
.step02_flow li dl dt img{
  width: 18%;
  float: left;
  margin-right: 10px;
}
.step01_flow li dl dd img,
.step02_flow li dl dd img{
  margin-top: 10px;
}
@media only screen and (min-width: 767px) {
  .step01_flow li dl h3,
  .step02_flow li dl h3{
  font-size: 3.5rem;
  margin-top: 10px;
  display: block;
  }
  .step01_flow li dl dt,
  .step02_flow li dl dt{
  width: 50%;
  }
  .step01_flow li dl dt img,
  .step02_flow li dl dt img{
  width: auto;
  float: none;
  margin-right: 0;
  }
  .step01_flow li dl dd img,
  .step02_flow li dl dd img{
  margin-top: 0;
  }
}




.reason_area {
  padding: 0 20px;
}
.reason_point li {
  border-radius: 10px;
  border: solid 3px #19a6d1;
  background: #fff;
  text-align: left;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  .reason_area {
    padding: 0;
  }
  .reason_point li {
  border: solid 6px #19a6d1;
  padding: 10px 0 35px;
  }
}
.point_summary{
  padding: 0 10px;
}
.point_summary p.text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 767px) {
  .point_summary{
  padding: 0 45px;
  }
  .point_summary p.text {
  font-size: 2.3rem;
  }
}

.ye_unline {
  border-bottom: 6px solid #ffff00;
}
.mark {
  color: #e6364a;
}
.mark02 {
  color: #19a6d1;
}
@media only screen and (min-width: 767px) {
  .point_summary p.text {
    width: 48%;
    font-size: 2.8rem;
  }
}
.voice_area {
  background: #0079a4;
  text-align: left;
  padding: 0 20px 20px;
}
.voice_article li {
  border-radius: 10px;
  border: solid 3px #000;
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
}
.voice_article p {
  font-size: 1.8rem;
}
p.v_heading {
  background: #19a6d1;
  color: #fff;
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 40px;
}
.voice_article h4 {
  color: #19a6d1;
  font-size: 2rem;
}
@media only screen and (min-width: 767px) {
  .voice_area {
  padding: 0 50px 50px;
  }
  .voice_article li {
  border: solid 6px #000;
  padding: 30px;
  }
  .voice_article p {
  font-size: 2.6rem;
  }
  p.v_heading {
  padding: 0 40px;
  font-size: 3.2rem;
  line-height: 70px;
  }
  .voice_article h4 {
  font-size: 3rem;
  }
}

.voice_outer {
  border :solid 1px #000;
  margin-bottom: 25px;
}
.voice_table {
  margin: 0 auto;
  font-size: 1.8rem;
}
.voice_table {
  border-bottom: solid 1px #000;
}
.voice_table:last-child {
  border-bottom: none;
}
.voice_table dt {
  background: #dff2f8;
  padding: 5px 15px;
  border-bottom: solid 1px;
}
.voice_table dd {
  padding: 5px 0 5px 15px;
}
@media only screen and (min-width: 767px) {
  .voice_table {
  font-size: 2.8rem;
  }
  .voice_table dt {
    padding: 10px 30px;
    width: 30%;
    border-right: solid 1px;
    border-bottom: none;
  }
  .voice_table dd {
  padding: 10px 0 10px 40px;
  }
}


.usageflow_area{
	background-color: #7fcbe2;
	padding: 20px;
	text-align: left;
}
.usageflow_area ul li{
	border:3px solid #4cb8d9;
	border-radius: 15px;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 25px;
	position: relative;
}
.usageflow_area ul li .yajirushi2{
	position: absolute;
	left: 50%;
	bottom: -45px;
	margin-left: -63px;
	z-index: 1;
}
.usageflow_area ul li p{
	font-size: 1.8rem;
	line-height: 1.4;
}
.usageflow_area ul li dl{
	display: table;
}
.usageflow_area ul li dl dt{
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}
.usageflow_area ul li dl dd{
	display: table-cell;
	vertical-align: top;
}
.usageflow_area ul li p.flow-phone {
  margin-top: 10px;
  padding-left: 13%;
}
@media only screen and (min-width: 767px) {
  .usageflow_area {
    margin-bottom: 100px;
    padding: 45px;
  }
  .usageflow_area ul li{
	border:6px solid #4cb8d9;
	padding: 30px 50px;
  }
  .usageflow_area ul li .yajirushi2{
	bottom: -50px;
  }
  .usageflow_area ul li p{
	font-size: 3.2rem;
  }
  .usageflow_area ul li dl dt{
	padding-right: 45px;
  }
  .usageflow_area ul li p.flow-phone {
    line-height: 2.3;
    margin: 0;
  }
}
.question_area {
  background: #dff2f8;
  padding: 0 10px 10px;
}
.question_area dl {
  font-size: 1.8rem;
  background: #fff;
  text-align: left;
  padding: 10px;
}
.question_area dl dt {
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
  background:url(../img/question_q.png) no-repeat 0 0;
  background-size: 10% auto;
  padding: 5px 0 5px 40px;
}
.question_area dl dd {
  font-size: 1.6rem;
  padding: 5px 0 5px 40px;
  line-height: 1.4;
  background:url(../img/question_a.png) no-repeat 0 0;
  background-size: 10% auto;
}
@media only screen and (min-width: 767px) {
  .question_area {
  padding: 0 50px 50px;
  margin-bottom: 60px;
  }
  .question_area dl {
  font-size: 3.2rem;
  padding: 10px;
  }
  .question_area dl dt {
  padding: 5px 0 5px 90px;
  min-height: 63px;
  margin-bottom: 5px;
  background-size: auto;
  }
  .question_area dl dd {
  font-size: 2.6rem;
  padding: 15px 0 15px 90px;
  background-size: auto;
  }
}

.ind {
  margin-left:1em;
  text-indent:-1em;
}
@media only screen and (min-width: 767px) {
  .question_area {
  }
  .question_area dl {
    font-size: 3.2rem;
    margin-bottom: 3px;
    padding: 30px 80px;
  }
  .question_area dl dt {
  padding-left: 90px;
  min-height: 63px;
  margin-bottom: 5px;
  }
  .question_area dl dd {
  font-size: 2.6rem;
  padding-left: 90px;
  padding-bottom: 10px;
  }
}
.company_box {
  background: #003e83;
  padding: 0 20px 20px;
}
.comp_bg {
  background: #fff;
  margin: 0 auto;
  padding: 10px 0;
}
.comp_bg dl {
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.8rem;
}
.comp_bg dt {
  background: #dff2f8;
  padding: 5px 10px;
  text-align: left;
  font-weight: 500;
}
.comp_bg dd {
  text-align: left;
  padding: 10px 10px 0;
}
@media only screen and (min-width: 767px) {
  .company_box {
      margin-bottom: 60px;
  }
  .comp_bg {
    padding: 35px 60px;
  }
  .comp_bg dl {
    background: #dff2f8;
    padding: 20px 35px;
    font-size: 2.8rem;
  }
  .comp_bg dt {
    width: 20%;
  }
}
.application_area{
  background-color: #19a6d1;
  padding: 0 20px 20px;
  margin-bottom: 100px;
}
.formtext{
  text-align: left;
  font-size: 1.8rem;
  padding: 0 0 30px;
}
@media only screen and (min-width: 767px) {
  .formtext{
  font-size: 2.8rem;
  padding: 0 20px 30px;
  }
}
.formarea{
  background-color: #fff;
  padding: 0 10px 50px;
}
.forma_table dl.first-child{
  border-top: 1px solid #000;
}
.form_table dl{
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 20px 0;
}
.form_table dl dt{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 10px;
	position: relative;
}
.form_table dl dt .hissu{
	font-size: 1.6rem;
	font-weight: normal;
	border:1px solid #ef1c00;
	color: #ef1c00;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: 0;
}
.form_table dl dd input.text1{
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px 15px;
  border: none;
}
.size span.size{
	width: 50px;
	font-size: 1.8rem;
	display: inline-block;
}
@media only screen and (min-width: 767px) {
	.formarea{
  	padding: 0 60px 100px;
	}
	.form_table dl{
  	display: table;
	  padding: 30px 0;
	}
	.form_table dl dt{
	  font-size: 2.8rem;
    display: table-cell;
    width: 30%;
    vertical-align: top;
	}
	.form_table dl dd{
    display: table-cell;
    padding-left: 70px;
	}
  .form_table dl dt .hissu{
  right: 0;
  top: 5px;
  }
	.form_table dl dd input.text1{
    width: 60%;
    padding: 10px 15px;
	}
	.size span.size{
	width: 95px;
	font-size: 2.8rem;
    }
}



.form_table dl dd textarea{
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px 15px;
  border: none;
}
.form_table dl dd select{
  background-color: #f0f0f0;
  padding: 10px 15px;
  border: none;
  margin-bottom: 10px;
}
.btn-submit{
	max-width: 560px;
	margin: 50px auto 0;
}
.form_table input.submit{
  border:none;
  color: #fff;
  background-color: #19a6d1;
  font-size: 2rem;
  line-height: 50px;
  width: 100%;
}
@media only screen and (min-width: 767px) {
	.form_table input.submit{
    font-size: 4rem;
    line-height: 110px;
    }
}
.policy{
	border:1px solid #000;
	max-width: 780px;
	margin:60px auto 30px;
	height: 260px;
	overflow: auto;
	padding: 20px;
  text-align: left;
}
.policy h2{
	font-size: 2.4rem;
	margin-bottom: 20px;
  text-align: center;
}
.policy h3 {
  margin-top: 25px;
}
.policy p{
	text-align: left;
}
.policy dl.policy_txt {
  display: block;
  width: 100%;
}
.policy_txt dt {
  display: block;
  width: 100%;
}
.p_date {
  text-align: right;
}
.douip{
	font-size: 1.8rem;
	letter-spacing: -1px;
}
@media only screen and (min-width: 767px) {
	.douip{
	font-size: 2.4rem;
	}
}
.form_phone{
	background-color: #dff2f8;
	display: block;
	max-width: 800px;
  margin: 0 auto 20px;
  line-height: 3.5;
  padding: 10px 15px 20px;
}
.ftcontarea{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.ftcontarea ul {
  align-items: center;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	width: 100%;
  /*border-top: solid 2px #0079a4;*/
}
.ftcontarea ul li{
  text-align: center;
  line-height: 1.2;
}
.ftcontarea ul li a {
  display: block;
  font-weight: bold;
}
.ftcontarea ul li.c-mail {
  width: 25%;
}
.ftcontarea ul li.c-tel {
  width: 75%;
  /*border-right: solid 2px #0079a4;*/

}.ftcontarea ul li.c-phone {
  width: 32%;
}
.ftcontarea ul li.c-mail a {
  background: #0079a4;
  padding: 20px 0;
}
.ftcontarea ul li.c-tel a{
  background: #19a6d1;
  color: #fff;
  padding: 12px 0;
}

.ftcontarea ul li.c-phone a {
  background: #ff7087;
  color: #fff;
  /*background: #fff;
  color: #0079a4;*/
  padding:12px 0;
}
.ftcontarea ul li.c-tel a span {
  font-size: 12px;

}

.thankstext{
  color: #fff;
  font-size: 2rem;
  padding: 50px 20px;
}
.thankstext p{
  margin-bottom: 20px;
}

.double-bnr{
	padding:30px 0px;
}
.double-bnr li{
	width: 90%;
	margin:10px auto;
}


.white-back{
	background-color: #fff;
	padding:40px 30px 50px;
}
.blue-back-ec{
	background-color:#dff2f8;
	padding:40px;
}

.pb_20{
	padding-bottom: 20px;
}
.pb_40{
	padding-bottom: 40px;
}
.flex-wrap{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.gray-box{
}
.gray-box dt{
	background-color: #666666;
	color:#fff;
	font-weight: bold;
	font-size: 3rem;
	padding:10px;
	border-radius: 15px 15px 0 0;
}
.gray-box dd{
	padding:10px;
	background-color:#fff;
	border-radius: 0px 0px 15px 15px;
}
.gray-box dd img{
	padding:15px;
}

.privacy-link{
	padding: 30px 0 80px;
	background-color: #19a6d1;
}
.privacy-link a{
	color: #fff;
}


@media only screen and (max-width: 767px) {
.sp-roll{
	overflow: scroll;
}
.sp-roll p{
	width: 800px;
}
}

@media only screen and (min-width: 767px) {
  .form_phone{
    margin: 0 auto 50px;
    line-height: 5.0;
    padding: 30px 0;
    text-align: center;
  }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
.double-bnr li{
	width: 48%;
}
.privacy-link{
	padding: 30px 0;
}

}


/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 5px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: #19a6d1;
  border-radius: 5px;
}
.hamburger span:nth-child(1),
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}
.hamburger span:nth-child(4){
  display: block;
  position: absolute;
  top: 18px;
  text-align: center;
  left: 7px;
}
.hamburger span:nth-child(4)::before{
  font-size: 0.6em;
  color: #fff;
  content: 'menu'
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(4)::before{
  font-size: 0.6em;
  color: #fff;
  content: '閉じる'
}

@media only screen and (min-width: 767px) {
	.hamburger {
		display: none;
	}
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top: 50px;
  left : 0;
  color: #333;
  background: #fff;
  width: 100%;
  transform: translateY(-120%);
  transition: all 0.6s;
  border: 5px solid #19a6d1;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0 0 0 30px;
  width: 100%;
  transition: .4s all;
  text-align: left;
}
nav.globalMenuSp ul li a::before{
  content: '>';
  color:#19a6d1;
  font-weight: bold;
  margin-right: 10px;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 1em 0;
  text-decoration :none;
}
nav.globalMenuSp p{
padding: 20px;
}


/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateY(0%);
}

/*追加分*/
.mv-contact{
	margin-bottom:-100px;
	padding:0 20px;
}
main img{
	margin: 0 auto;
}
@media only screen and (min-width: 767px) {
	.mv-contact {
		padding:0;
	}
}

.price-txt{
	color:#ff7087;
}
.contact-ttl{
	color: #0079a4;
	font-weight: bold;
}

