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


/*============================================================
　デフォルトスタイルのリセット
  ============================================================*/
html, body, header, footer, section, summary, article, aside, details, menu, nav, figcaption, figure, img, div, span, iframe, form, label,h1, h2, h3, h4, h5, h6, p, blockquote, pre, del, em, strong, mark, dl, dt, dd, ol, ul, li,table, caption, tbody, thead, tfoot, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;}

header, footer, section, summary, article, aside, nav, figure, img {display:block;}

* {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
table {border-collapse:collapse; border-spacing:0;}
ul li {list-style:none;}
ol li {list-style:none;}

input, textarea {margin:0; padding:0; outline:0; background:none; border:none;}
select:focus {outline:none}

.clearfix:after {content:''; clear:both; display:block;}

* {box-sizing: border-box;}

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

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	opacity: inherit;
	transition: all .3s;
}

img {margin: 0;}
em {font-style: normal;}

/*フォームのリセット*/input[type=radio] {display:none;}
input[type=text] {-webkit-appearance:none; appearance:none; outline:0;}
input[type=email] {-webkit-appearance:none; appearance:none; outline:0;}
input[type=checkbox] {-webkit-appearance:none; appearance:none; outline:0;}
input[type=submit] {-webkit-appearance:none; appearance:none; outline:0; background:none; border:none;}
select {-webkit-appearance: none; appearance:none; outline:0;}
select::-ms-expand {display:none;}
textarea {-webkit-appearance: none; appearance:none; outline:0;}
textarea {overflow: auto;}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}


/*============================================================
　共通
  ============================================================*/
body {
 	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	letter-spacing: 0.08em;
	line-height: 1.7;
	color: #000;
	font-size: 13px;
}

#wrap {position: relative; min-height: 100vh !important;}

#contents {
    padding: 60px 0 310px;
    overflow-x: hidden;
}

h2 {
	font-size: 20px;
    text-align: center;
    line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

h3 {
	font-size: 16px;
    text-align: center;
	-webkit-font-smoothing: antialiased;
}

.display_pc,.display_600 {display: none;}
.display_sp {display: block;}


/*============================================================
　ヘッダー、トップ
  ============================================================*/
#header {
	position: fixed;
    padding: 10px 15px;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255,0.9);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

#header h1 {
	color: #035287;
	font-size: 12px;
}

 #header .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
 }

/*メニュー*/
nav ul {
	line-height: 38px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: fixed;
    top: 0;
    right: -100%;
    display: block;
    width: 80%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
    background-color: #fff;
    z-index: 2000;
}

nav li a {
    font-weight: 500;
    text-align: center;
    border-bottom: solid 1px #ccc;
    padding: 15px 0;
    display: block;
}

#btn-MenuOpen {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
}

#btn-MenuOpen .humberger span {
	position: absolute;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #313131;
    display: block;
    content: '';
    cursor: pointer;
}

#btn-MenuOpen .humberger span:before, #btn-MenuOpen .humberger span:after {
	position: absolute;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #313131;
    display: block;
    content: '';
    cursor: pointer;
}

#btn-MenuOpen .humberger span:before {bottom: -10px;}
#btn-MenuOpen .humberger span:after {bottom: -20px;}

#MenuClose {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    transition: .3s ease-in-out;
}

#btn-MenuClose {
	display: block;
    line-height: 30px;
    text-align: center;
    background-color: #bbb;
    border-radius: 2px;
    max-width: 30px;
    font-size: 16px;
	margin: 20px 0 20px auto;
	cursor: pointer;
    color: #fff;
}

/* スライドメニュー表示 */
.slide nav ul {
    transition: all .5s;
    right: 0;
}

.slide #MenuClose {display: block;}

/*============================================================
　トップ
  ============================================================*/
#top_mv {
	background-image: url(/img/pr/gmb/top_bg.jpg);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	padding: 30px 20px 110px;
	position: relative;
}

#top_mv .top_text {
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
}

#top_mv .title {
	color: #035287;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
}

#top_mv .title span {
	display: inline-block;
	position: relative;
	padding: 0 0 5px 23px;
	font-size: 18px;
	border-bottom: solid 4px #fabd05;
	margin-bottom: 15px;
	line-height: 0.9;
}

#top_mv .title span::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/img/pr/gmb/icon_location.svg);
}

#top_mv .top_text p {
	margin-bottom: 15px;
}

#top_mv .top_img {
	max-width: 360px;
	margin: 0 auto;
}

#top_mv img {
	width: 100%;
}


/*============================================================
　ボタン
  ============================================================*/
/*ヘッダー問い合わせボタン*/
#header li:last-child a {
    display: block;
    line-height: 54px;
    padding: 0;
    border-bottom: none;
    max-width: 200px;
    margin: 25px auto 0;
    color: #fff;
    text-align: center;
    background: #035287;
	border-radius: 50px;
}

.btn {
	display: block;
    max-width: 250px;
    height: 54px;
    border-radius: 50px;
    letter-spacing: 0.2em;
    line-height: 50px;
    margin: 0 auto;
    transition: 0.3s;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/*まずは相談するボタン*/
.btn_top {
	background-color: #fc2b2b;
	margin: 0 auto 30px;
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
}


/*送信ボタン*/
.btn_submit {background-color: #035287;}


.btn_submit button {
	display: block;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    letter-spacing: 0.2em;
	border-radius: 50px;
}

/*ページトップボタン*/
#btn-pagetop {
	position: fixed;
    bottom: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: #035287;
    border: 1px solid #fff;
    border-radius: 30px;
    z-index: 100;
    cursor: pointer;
}

#btn-pagetop:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin: -2px 0 0 -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}


/*============================================================
　こんなお悩み
  ============================================================*/
#trouble {
	margin: 30px auto 0;
}

#trouble h2 {
	padding-bottom: 30px;
}

#trouble h2 span {
	padding: 0 5px;
}

#trouble span {
	color: #035287;
	font-weight: bold;
}

#trouble ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	max-width: 950px;
	margin: 0 auto 20px;
	padding: 0 15px;
}

#trouble ul li {
	width: 49%;
	background-color: #ececec;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	margin: 0 0 10px;
	line-height: 1.5;
}

#trouble img {
	width: 90px;
	margin: 0 auto;
}

.trouble_lead_sentence {
	background-color: #035287;
	color: #fff;
	text-align: center;
	padding: 30px 15px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}


/*============================================================
　アバウト
  ============================================================*/
#about {
    padding: 70px 20px 60px;
    margin: 0 auto;
}

.about_box:first-of-type {margin-bottom: 60px;}

.about_box_text {
	padding-bottom: 20px;
	text-align: justify;
}

#about h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
	position: relative;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
}

#about h2:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 40px;
    height: 4px;
    left: 23px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#about h2 span {
	font-size: 13px;
}

.border_blue:before {background-color: #075f8a;}
.border_red:before {background-color: #e83834;}


#about h2:after {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 20px;
    height: 4px;
    left: 60px;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.border_blue:after {background-color: #2ba758;}
.border_red:after {background-color: #f5b443;}

#about img {
    height: 250px;
    margin: 0 auto;
}


/*============================================================
　メリット
  ============================================================*/
#merit {
	background-color: #035287;
    padding: 60px 15px;
}

#merit h2 {
    color: #fff;
	padding-bottom: 70px;
	position: relative;
}

#merit ul {
    margin: 0 auto;
    max-width: 300px;
}

#merit ul li {
background-color: #fff;
    max-width: 300px;
    height: auto;
    border-radius: 15px;
    position: relative;
    padding: 45px 30px 25px;
    margin-bottom: 60px;
	text-align: justify;
}

#merit ul li:last-of-type {margin-bottom: 0;}

.merit_img {
	width: 150px;
	margin: 0 auto;
}

.merit_img_number {
	position: absolute;
    top: -9%;
    left: 38%;
    width: 70px;
}


/*============================================================
　ガイドライン
  ============================================================*/
#guideline {padding: 60px 15px;}

#guideline h2 {padding-bottom: 40px;}

#guideline h2 span {
	color: #ed400a;
	padding: 0 5px;
}

#guideline > p {
	padding-bottom: 40px;
}

.guideline_box {
	border: solid 3px #ed400a;
    max-width: 400px;
	margin: 0 auto;
}

.guideline_box > span {
	text-align: center;
    display: block;
    font-size: 16px;
    background: #ed400a;
    color: #fff;
    font-weight: bold;
	padding: 5px 0;
}

.guideline_box ul {
	padding: 30px 25px 0;
}

.guideline_box ul li {
	margin-bottom: 30px;
	text-align: justify;
}

.guideline_box ul li + li {
	border-top: dashed 2px #f0f0f0;
	padding-top: 25px;
}

.guideline_box ul li img {
	width: 200px;
    margin: 20px auto;
}


/*============================================================
　サポートプラン
  ============================================================*/
/*吹き出し内*/
#support .support_lead_sentence {
	background-color: #035287;
	color: #fff;
	text-align: center;
    padding: 30px 15px;
    font-size: 20px;
	font-weight: 500;
    letter-spacing: 0.1em;
	position: relative;
}

#support .support_lead_sentence img {
	display: inline-block;
	padding-right: 5px;
	height: 19px;
}

#support .support_lead_sentence:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -19px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #035287 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}

/*サポートプラン内容*/
#support .support_contents {
	background-image: url("/img/pr/gmb/support_bg.jpg");
	background-color: rgba(225,230,233,0.4);
	/*背景イメージ＋透過*/
	background-blend-mode:lighten;
	background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
}

#support .support_contents_inner {
	background-color: rgba(0,0,0,0.6);
	padding: 60px 15px;
}

#support h2 {
	color: #fff;
	padding-bottom: 40px;
}

#support h3 {
	padding: 22px 0 20px 58px;
	text-align: left;
}

#support ul {
	margin: 0 auto 30px;
}

#support ul li {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 10px;
	max-width: 400px;
	margin: 0 auto;
	text-align: justify;
}

#support .support_contents ul li + li {margin-top: 30px;}

#support ul li .support_img {
	position: relative;
}

#support ul li .support_img img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

#support ul li .support_img::before {
	content: '';
	width: 70px;
	height: 70px;
	background-size: contain;
	position: absolute;
	top: -10px;
	left: -10px;
}

#support ul li:first-of-type .support_img::before {
	background-image: url(/img/pr/gmb/support_icon/support_icon1.svg);
}

#support ul li:nth-of-type(2) .support_img::before {
	background-image: url(/img/pr/gmb/support_icon/support_icon2.svg);
}

#support ul li:nth-of-type(3) .support_img::before {
	background-image: url(/img/pr/gmb/support_icon/support_icon3.svg);
}

#support ul li:nth-of-type(4) .support_img::before {
	background-image: url(/img/pr/gmb/support_icon/support_icon4.svg);
}

#support ul li:nth-of-type(5) .support_img::before {
	background-image: url(/img/pr/gmb/support_icon/support_icon5.svg);
}

#support ul li:nth-of-type(6) .support_img::before {
	background-image: url(/img/pr/gmb/support_icon/support_icon6.svg);
}

#support ul li .support_text {
	padding: 0 25px 25px;
}

#support ul li .support_text .notes {
	font-size: 12px;
	color: #aaa;
	margin-top: 10px;
}

#support ul li .number {
	background-repeat: no-repeat;
	width: 45px;
	height: 35px;
	display: block;
	font-size: 0;
	margin: 20px auto 0px;
	position: absolute;
}

#support ul li:first-of-type .number {
	background-image: url(/img/pr/gmb/support_number/support_number01.svg);
}

#support ul li:nth-of-type(2) .number {
	background-image: url(/img/pr/gmb/support_number/support_number02.svg);
}

#support ul li:nth-of-type(3) .number {
	background-image: url(/img/pr/gmb/support_number/support_number03.svg);
}

#support ul li:nth-of-type(4) .number {
	background-image: url(/img/pr/gmb/support_number/support_number04.svg);
}

#support ul li:nth-of-type(5) .number {
	background-image: url(/img/pr/gmb/support_number/support_number05.svg);
}

#support ul li:nth-of-type(6) .number {
	background-image: url(/img/pr/gmb/support_number/support_number06.svg);
}

#support .support_attention {
    font-size: 11px;
	color: #fff;
	max-width: 412px;
	margin: 0 auto;
	text-align: justify;
}


/*============================================================
　料金
  ============================================================*/
#price {
	background-color: #035287;
	padding: 60px 15px;
}

#price h2 {
	color: #fff;
	padding-bottom: 40px;
	position: relative;
}

#price .plan {
	margin: 0 0 30px;
	text-align: center;
}

#price .plan > li {
	background-color: #fff;
	margin: 0 auto 20px;
	height: auto;
	border-radius: 10px;
	position: relative;
	padding: 25px;
	max-width: 400px;
}

#price .plan > li .recommend {
	position: absolute;
	top: 13px;
	left: 10px;
	display: inline-block;
	width: 90px;
	height: 25px;
	line-height: 24px;
	font-size: 13px;
	background: #fff;
	background: #fff5c0;
	font-weight: 500;
	border-radius: 50px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#price .plan > li .recommend::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 25px;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #fff5c0;
}

#price .plan h3 {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
	border-radius: 4px;
}

#price .plan li:first-of-type h3 {
	background-color: #58bbd6;
}

#price .plan li:nth-of-type(2) h3 {
	background-color: #2687b2;
}

#price .plan li:nth-of-type(3) h3 {
	background-color: #035285;
}

#price .plan .monthly {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 5px;
}

#price .plan .monthly em {
	font-size: 28px;
	color: #e83834;
	padding: 0 5px;
	letter-spacing: 0;
}

#price .plan .attention {
	font-size: 12px;
}

#price .plan h4 {
	border-top: solid 1px;
	padding: 20px 0 10px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 500;
}

#price .plan li .notes {
	font-size: 12px;
	margin-top: 10px;
}

#price .plan .price_detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 12px;
	max-width: 300px;
	margin: 0 auto;
}

#price .plan .price_detail li {
	width: 50%;
	line-height: 1.3;
	padding: 10px;
}

#price .plan .price_detail li img {
	width: 60px;
	margin: 0 auto 10px;
}

#price .plan .price_detail li span {
	font-size: 12px;
}

#price .price_attention {
	font-size: 11px;
	max-width: 400px;
	display: block;
	margin: 20px auto 0;
	text-align: justify;
	color: #fff;
}


/*============================================================
　他社比較
  ============================================================*/
  #comparison {padding: 60px 15px;}

  #comparison h2 {padding-bottom: 40px;}

  #comparison > p {
	  padding-bottom: 40px;
  }

  /* テーブル */
  #comparison .comparison_box {
	  margin: 0 auto;
	  padding: 20px 0 0 0;
	  position: relative;
	  overflow-x: scroll;
	  font-size: 12px;
  }

  #comparison table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 600px;
	table-layout: fixed;
	line-height: 1.2;
  }

  #comparison table th{
	vertical-align: middle;
	font-weight: 500;
  }

  #comparison table tr:nth-child(even){
	background-color: #f5faff;
  }

  #comparison table td {
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
  }

  #comparison table thead th{
	color: #fff;
	font-size: 12px;
	width: calc(100% / 4);
  }

  #comparison table thead tr {
	width: 100%;
	height: 50px;
  }

  #comparison table tbody tr {
	width: 100%;
	height: 70px;
  }

  /* Caloo */
  #comparison .plan_caloo {
	background-color: #0095d1;
	width: calc(100% / 3) !important;
	border-right: solid 3px #0095d1;
	border-left: solid 3px #0095d1;
	position: relative;
  }

  #comparison .plan_caloo::before {
	content: '';
	width: 60px;
    height: 60px;
    display: inline-block;
	position: absolute;
	top: -20px;
	left: -30px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(/img/pr/gmb/comparison_speech_bubble.svg);
  }

  #comparison .plan_caloo img {
	margin: 0 auto;
    width: 80px;
  }

  #comparison .plan_caloo_detail {
	font-weight: 500;
	color: #035285;
	border-right: solid 3px #0095d1;
	border-left: solid 3px #0095d1;
  }

  #comparison .plan_caloo_detail.border_bottom {
	border-bottom: solid 3px #0095d1;
  }

  #comparison .plan_caloo_detail .double_circle {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	border: solid #e63834 2px;
	border-radius: 50%;
	box-sizing: border-box;
  }

  #comparison .plan_caloo_detail .double_circle::before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 2px;
	left: 2px;
	border: solid #e63834 2px;
	border-radius: 50%;
	box-sizing: border-box;
  }

  #comparison .plan_caloo_detail .cross {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
  }

  #comparison .plan_caloo_detail .cross::before, .plan_caloo_detail .cross::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 15px;
	background-color: #035285;
  }

  #comparison .plan_caloo_detail .cross::before {
	transform: translate(-50%,-50%) rotate(45deg);
  }

  #comparison .plan_caloo_detail .cross::after {
	transform: translate(-50%,-50%) rotate(-45deg);
  }


  #comparison .plan_caloo_detail .comment {
	font-size: 11px;
	display: block;
	margin-top: 3px;
  }

  #comparison .plan_caloo_detail .price {
	font-size: 16px;
  }

  /* 他社 */
  #comparison .plan_others {
	width: calc(100% / 5) !important;
	padding: 0 0 0 5px;
  }

  #comparison .plan_others span {
	background-color: #aaaaaa;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 100%;
  }

  #comparison .plan_others_detail {
	font-size: 12px;
  }

  #comparison .plan_others_detail .sign {
	font-size: 16px;
  }

  #comparison .plan_others_detail span {
	display: block;
	font-size: 10px;
	margin-top: 3px;
  }


/*============================================================
　声
  ============================================================*/
#voice {
	background-color: #f0f0f0;
	padding: 60px 15px;
}

#voice h2 {padding-bottom: 40px;}

/*見出し・写真 */
#voice .voice_textbox {padding-bottom: 40px;}

#voice .voice_textbox h4 {
	font-size: 16px;
    color: #035287;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.12em;
}

#voice .voice_textbox h4 span {
    font-size: 12px;
    display: block;
    padding: 16px 0;
}

#voice .voice_textbox img {
	display: block;
    border-radius: 5px;
	box-shadow: 10px 10px 0 #035287;
    max-height: 210px;
	margin: 0 auto;
}


/*============================================================
　Q&A
  ============================================================*/
  #voice .voice_qabox {
	background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#voice .voice_qabox dt,dd {padding-left: 40px;}

#voice .voice_qabox dt {
	font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

#voice .voice_qabox dt:before {
    content: "Q";
    position: absolute;
    color: #4079bd;
	top: -9px;
    left: 0px;
    font-size: 24px;
    font-weight: 500;
}

#voice .voice_qabox dd {
    padding-bottom: 20px;
    border-bottom: solid 2px #f0f0f0;
    margin-bottom: 20px;
    position: relative;
}

#voice .voice_qabox dd:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#voice .voice_qabox dd:before {
    content: "A";
    position: absolute;
    color: #e73733;
	top: -9px;
    left: 1px;
    font-size: 24px;
    font-weight: 500;
}


/*============================================================
　チェックボックス
  ============================================================*/
#check {padding: 60px 15px;}

#check h2 {
	padding-bottom: 40px;
	position: relative;
}

#check h2 span img {
	width: 20px;
    height: auto;
    margin: 0 auto 20px;
}

#check .check_box {
	font-size: 12px;
	background-color: #035287;
	color: #fff;
	padding: 30px 0 15px;
}

#check .check_box ul li {
	padding-bottom: 30px;
    position: relative;
    padding: 0 15px 0 35px;
    margin-bottom: 20px;
}

#check .check_box ul li:last-of-type {padding-bottom: 0;}

#check .check_box ul li:before {
	content: "";
    position: absolute;
    background-image: url(/img/pr/gmb/check_img.png);
    width: 10px;
    height: 10px;
    background-size: 100%;
    top: 8px;
    left: 15px;
}


/*============================================================
　お問い合わせ
  ============================================================*/
#contact {
	border: solid 3px #e1e6e9;
	padding: 40px 20px;
	margin: 0 15px 60px;
	text-align: center;
}

#contact h2 {padding-bottom: 40px;}

#contact > p {
	padding-bottom: 40px;
	text-align: left;
}

#contact ul {padding-bottom: 40px;}

#contact ul li {
	position: relative;
	padding-bottom: 30px;
}

#contact ul li:last-of-type {padding-bottom: 0;}

#contact ul li label {
	font-weight: 500;
    width: fit-content;
    text-align: left;
    letter-spacing: 0.05em;
    display: block;
	margin-bottom: 5px;
}

#contact ul li label span {
	font-size: 12px;
    background-color: #e83834;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    text-align: center;
}

#contact ul li input[type="text"], #contact ul li input[type="email"] {
	width: 100%;
    height: 50px;
    padding: 0 15px;
	background-color: #e1e6e9;
    letter-spacing: 0.05em;
	font-size: 16px;
    border: solid 2px #e1e6e9;
	border-radius: 2px;
}

#contact ul li input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: solid 1px #ccc;
	margin: 0 8px 3px 0px;
	vertical-align: middle;
	position: relative;
	border-radius: 2px;
}

#contact ul li input[type="checkbox"]:checked {
	background-color: #035287;
	border: none;
	position: relative;

}

#contact ul li input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 3px;
	display: block;
	width: 11px;
	height: 6px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg);
}

#contact ul li textarea {
	width: 100%;
    height: 120px;
    padding: 10px 15px;
	background-color: #e1e6e9;
    letter-spacing: 0.05em;
	font-size: 16px;
    border: solid 2px #e1e6e9;
	border-radius: 2px;
}

#contact input:focus {
	border: 2px solid #035287;
    background: #fff;
}
#contact textarea:focus {
	border: 2px solid #035287;
    background: #fff;
}

/*必須入力*/
.error-msg {
    color: #e83834;
    font-weight: bold;
    margin-top: 5px;
	text-align: left;
}

.ok-mark {background: #4079bd;}
.ng-mark {background: #e73733;}

.ok-mark, .ng-mark {
	position: absolute;
	top: -8px;
	right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
}

/*エラーメッセージ*/
.errorMessage {
	width: 100%;
	margin: 0 auto 40px;
	padding: 10px;
	color: #e73733;
	text-align: center;
	border: 2px solid #e73733;
}

/* リキャプチャ */

/* 画像を非表示 */
.grecaptcha-badge {
	visibility: hidden;
}

.recaptcha {
	font-size: 10px;
	margin: 60px 0 0;
}

.recaptcha a {
	text-decoration: underline;
	display: inline-block;
}

.recaptcha a:hover {
	opacity: 0.7;
}

/*============================================================
	フッター
  ============================================================*/
#footer {
	background-color: #404040;
    padding: 30px 0 10px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 310px;
}

#footer .footer_link {margin-bottom: 20px;}

#footer .logo {
    display: block;
	margin-bottom: 25px;
	color: #fff;
	font-size: 12px;
}

#footer .logo img {
    height: 18px;
    margin: 0 auto 5px;
}

#footer .logo > p {
	color: #fff;
	font-size: 12px;
}

#footer .footer_link ul {
	font-size: 12px;
    margin-bottom: 20px;
}

#footer .footer_link ul li {margin-bottom: 13px;}

#footer .copyright {
	font-size: 10px;
    color: #bababa;
    max-width: 950px;
    margin: 20px auto 0;
    text-align: center;
    padding-top: 10px;
    border-top: solid 1px;
}

#footer .sns {
	display: flex;
    justify-content: center;
    margin-top: 25px;
}

#footer .sns a:hover {transform: scale(1.1);}
#footer .sns a + a {margin-left: 20px;}


/*snsボタン*/
#footer .icon-facebook {
	background-image: url("/img/pr/gmb/icon_facebook.png");
	width: 40px;
    height: 40px;
    background-size: 100%;
    display: inline-block;
}

#footer .icon-twitter {
	background-image: url("/img/pr/gmb/icon_twitter.png");
	width: 40px;
    height: 40px;
    background-size: 100%;
    display: inline-block;
}


/*============================================================
　送信完了
  ============================================================*/
  #form_done {
    padding: 30px 0 310px;
    overflow-x: hidden;
}

  #form_done_header h1 {
	margin: 0 auto;
	text-align: center;
	color: #035287;
	font-size: 15px;
}

#form_done_header {margin: 50px auto 0;}

.form_done_logo {
	margin: 0 auto 16px;
    height: 20px;
}

.form_done_box {
	border: solid 3px #e1e6e9;
    padding: 50px 20px 60px;
    margin: 0 25px 100px;
	text-align: center;
}

.form_done_box img {
	width: 70px;
	margin: 60px auto;
}

.form_done_box p {padding-bottom: 60px;}

.form_done_box a {display: block;}

.form_done_btn:hover {opacity: 0.7;}

.form_done_btntop {
	color: #00b3ea;
    margin-bottom: 16px;
}

.form_done_btnrtn {color: #035287;}


/*============================================================
 iphone5対応
  ============================================================*/
@media screen and (max-width:374px) {

    /*アバウト*/
	#about {padding: 70px 20px 60px;}

    /*メリット*/
	#merit {padding: 60px 20px;}

    /*ガイドライン*/
	#guideline {padding: 60px 20px;}

    /*金額*/
	#price {padding: 60px 20px;}
	#price .price_box {padding: 35px 14px 35px;}

    /*声*/
	#voice {padding: 60px 20px;}
	#voice .voice_textbox img {max-height: 180px;}

    /*チェック*/
	#check {padding: 60px 20px;}

    /*問い合わせ*/
	#contact {margin: 0 20px 60px;}

}


/*============================================================
 タブレット未満スマホ以上
  ============================================================*/
@media not screen and (max-width:600px) {

	#about {padding: 90px 30px 60px;}

    .display_600 {display: block;}
}
