@charset "UTF-8";

/* CSS Document */

/**************************************************
 Common
**************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}
html {
  font-size: 10px;
  font-size: 62.5%;
	font-size: 2.6667vw !important;
}
body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 1.6rem;
  /*font-size: 4vw;*/
  font-weight: normal;
  line-height: 1.8;
  color: #4a4a4a;
	background: #fff;
}
ul, li{
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
th {
	font-weight: normal;
	text-align: left;
}
address {
	font-style:normal;
}
a,
a:hover,
a.hover,
a:visited,
a:focus {
   text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
b,strong {
	font-style: normal;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
input[type="text"],input[type="number"],input[type="number"],button,textarea,select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
	font-size: 3.25vw;
	color: #9b9b9b;
	opacity: 1;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	font-size: 3.25vw;
	color: #9b9b9b;
	opacity: 1;
}
/* Firefox 18- */
:-moz-placeholder {
	font-size: 3.25vw;
	color: #9b9b9b;
	opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	font-size: 3.25vw;
	color: #9b9b9b;
	opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	font-size: 3.25vw;
	color: #9b9b9b;
	opacity: 1;
}

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

.wrapper {
	padding: 0;
	margin: 0 auto;
	overflow-x: hidden;
}


/**************************************************
 Common：FOOTER
**************************************************/
.pagefooter {
	padding: 4vw;
	margin: 0;
	text-align: center;
	font-size: 3vw;
	line-height: 1.5;
	color: #fff;
	background: #97bf42;
}
.pagefooter a {
	color: #fff;
	text-decoration: underline;
}
.pagefooter_textlink {
	padding: 1.333vw 0;
	margin: 0;
}
.pagefooter_copyright {
	padding: 0;
	margin: 0;
}


/**************************************************
 Common：MAIN
**************************************************/
.inner {
  padding: 0 5.334vw;
  margin: 0;
}

/** Text **/
p.text {
  margin: 0 0 5.334vw 0;
}

/** Font Size **/
.fs12 { font-size: 1.2rem;}
.fs14 { font-size: 1.4rem;}
.fs15 { font-size: 1.5rem;}
.fs28 { font-size: 2.8rem;}

/** Font Color **/
.white { color: #fff;}
.black { color: #000;}
.red { color: #c40201;}
.yellow { color: #fff464;}
.green { color: #97bf42;}
.pink { color: #e882a7;}

/** Marker Line **/
.blueline { background: linear-gradient( transparent 60%, #B5E9FF 0% ); }
.redline { background: linear-gradient( transparent 60%, #ff6347 0% ); }
.redline02 { background: linear-gradient( transparent 93%, #ff6347 0% ); }
.yellowline { background: linear-gradient( transparent 60%, #fff464 0% ); }

/** List **/
.list_disc {
	padding: 0;
	margin: 0 0 8vw 5.5vw;
}
.list_disc_item,
.list_disc > li {
	padding: 1.333vw 0;
	margin: 0;
	list-style: disc outside;
}
.list_number {
	padding: 0;
	margin: 0 0 8vw 8vw;
}
.list_number_item,
.list_number > li {
	padding: 1.333vw 0;
	margin: 0;
	list-style: decimal outside;
}

/** Table **/
.table01 {
	text-align: center;
}
.table01 tbody tr { border-bottom: .267vw solid #000; }
.table01 tbody tr:last-child { border-bottom: none; }
.table01 th,
.table01 td {
	padding: 1.333vw;
	margin: 0;
	text-align: center;
	border-right: .267vw solid #000;
}
.table01 tbody th,
.table01 th:last-child,
.table01 td:last-child { border-right: none; }
.table01 .cellnone {
	opacity: 0;
	background: none;
	border: none;
}


/**************************************************
 メインビジュアル
**************************************************/
.mainvisual {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  background:url(/wp-content/themes/cubylp_child/images/063/mainimg-women.png) no-repeat,
  -webkit-linear-gradient(white 70%, #ffeec2);
  background:url(/wp-content/themes/cubylp_child/images/063/mainimg-women.png) no-repeat,
  -o-linear-gradient(white 70%, #ffeec2);
  background:url(/wp-content/themes/cubylp_child/images/063/mainimg-women.png) no-repeat,
  linear-gradient(white 70%, #ffeec2);;
  background-size: contain;
}
.mainvisual::after {
  display: block;
  content: "";
  width: 25vw;
  height: 25vw;
  background: url(/wp-content/themes/cubylp_child/images/063/img-blossom.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 21vw;
  right: 3vw;
}
.box_title_lp {
  padding: 4vw 0 0 3.75vw;
  margin: 0 0 2.666vw 0;
  width: 72vw;
  min-height: 38.4vw;
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.text_office {
  padding: 0;
  margin: 0 0 2.666vw 0;
	font-size: 1.2rem;
  line-height: 1.11;
}
.subtitle_lp {
  padding: 0;
  margin: 0 0 1.25vw 0;
  font-size: 1.8rem;
  line-height: 1.11;
  color: #97bf42;
}
.title_lp {
  padding: 0;
  margin: 0;
  font-size: 2.7rem;
  font-weight: bold;
	line-height: 1.33;
  color: #e882a7;
}
.text_mainmessage {
  padding: 0;
  margin: 0 0 0 3.75vw;
  width: 80vw;
  font-size: 1.3rem;
  line-height: 1.54;
}


.box_features {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 4vw 0;
  margin: 0 2vw;
}
.box_item_features {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30.935vw;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 2vw 0;
  margin: 0 .6666vw;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 .267vw .267vw rgba(210, 139, 139, .5);
  border-radius: 1.6vw;
  border: solid .267vw #e4a0b6;
  background: linear-gradient(to bottom, #fba9b2, #ffa8a1);
}


/**************************************************
 お問い合わせ窓口
**************************************************/
.block_contact {
  padding: 0 0 5.5vw 0;
  margin: 0 auto;
  background: #97bf42;
}
.text_contact {
  padding: 1.4vw 0;
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.11;
}
.box_text_support {
  padding: 11vw 0 0 0;
  margin: 0;
	min-height: 18vw;
	background: url(/wp-content/themes/cubylp_child/images/063/invalid-name.png) top center no-repeat;
	background-size: cover;
}
.box_text_support > .text_support {
  padding: 0;
  margin: 0;
  height: 7vw;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 7vw;
  color: #97bf42;
  background: rgba(255, 255, 255, .84);
}
.list_info_contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 4vw 0;
  margin: 0 auto;
	width: 90%;
}
.listitem_info_contact {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  padding: 1vw;
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.42;
  color: #fff;
}
.listitem_info_contact:first-child {
  border-right: .267vw solid #fff;
}
.text_message_contact {
  padding: 0;
  margin: 0 0 3vw 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.11;
  color: #fff;
}
.box_btn_contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 4vw 3.2vw 5.335vw;
  margin: 0 auto;
  width: 94%;
  background: #fff;
  border-radius: 3.2vw;
  border: none;
}
.text_btn_contact {
  padding: 0;
  margin: 0 0 3vw 0;
  font-size: 1.3rem;
	text-align: center;
	line-height: 1.31;
}
.box_tel,
.box_line {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 48%;
  padding: 0;
  margin: 0;
  width: 48%;
}
.box_mail {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  width: 100%;
  padding: 3.2vw 0 0 0;
  margin: 0 auto;
}
.btn_tel {
	display: block;
	padding: 4vw 0;
	margin: 0 auto;
	font-size: 4.5vw;
  font-weight: bold;
	text-align: center;
  color: #fff;
  background: #ffa900;
	border-radius: 1.6vw;
}
.btn_line {
	display: block;
	padding: 4vw 0;
	margin: 0 auto;
	font-size: 4.5vw;
  font-weight: bold;
	text-align: center;
	color: white;
  background: #49c445;
	border-radius: 1.6vw;
}
.btn_tel::before {
  display: block;
  content: "";
  padding: 0;
  margin-right: 2vw;
  width: 7.19vw;
  height: 9.065vw;
  background: url(/wp-content/themes/cubylp_child/images/063/tell.svg) center no-repeat;
  background-size: contain;
}
.btn_line::before {
  display: block;
  content: "";
  padding: 0;
  margin-right: 2vw;
  width: 9.375vw;
  height: 9.065vw;
  background: url(/wp-content/themes/cubylp_child/images/063/icon-line.svg) center no-repeat;
  background-size: contain;
}
.btn_mail {
	display: block;
	padding: 4vw 0;
	margin: 0 auto;
	font-size: 4.5vw;
  font-weight: bold;
	text-align: center;
	color: white;
	background: #56b5ff;
	border-radius: 1.6vw;
}
.btn_mail::before {
  display: block;
  content: "";
  padding: 0;
  margin-right: 2vw;
  width: 9.69vw;
  height: 7.5vw;
  background: url(/wp-content/themes/cubylp_child/images/063/mail.svg) center no-repeat;
  background-size: contain;
}

.btn_tel,
.btn_line,
.btn_mail {
	display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}


/**************************************************
 詳細説明　ご存知でしたか？
**************************************************/
.section_gozonji {
  padding: 8vw 0;
	margin: 0 auto;
}
.section_title_gozonji {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 8vw 0;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.11;
  color: #97bf42;
  position: relative;
}
.section_title_gozonji::before {
  display: block;
  content: "";
  padding: 0;
  margin: 0 2vw 0 0;
  width: 16.27vw;
  height: 15.2vw;
  background: url(/wp-content/themes/cubylp_child/images/063/img-blossom-2.svg) center no-repeat;
  background-size: contain;
}
.section_title_gozonji::after {
  display: block;
  content: "";
  padding: 0;
  margin: 0 0 0 2vw;
  width: 17.955vw;
  height: 20.27vw;
  background: url(/wp-content/themes/cubylp_child/images/063/img-blossom-3.svg) center no-repeat;
  background-size: contain;
}
.list_gozonji {
  padding: 0;
  margin: 0 auto;
  width: 90%;
}
.listitem_gozonji {
  padding: 0 0 0 7vw;
  margin: 0 0 5.3vw 0;
  font-size: 1.5rem;
  line-height: 1.5;
  background: url(/wp-content/themes/cubylp_child/images/063/icon-check.svg) 0 1vw no-repeat;
  background-size: 5.067vw;
}



/**************************************************
 詳細説明　ご存知でしたか？
**************************************************/
.section_why {
  padding: 8vw 0;
  margin: 0;
	background: #fef8e6;
}
.section_title_why {
  padding: 0;
  margin: 0 auto 7vw;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  color: #97bf42;
}
.textbox_why {
  padding: 0;
  margin: 0 auto;
  width: 90%;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
}
.textbox_why::before {
  display: block;
  content: "";
  padding: 0;
	margin: 0 4vw 0 0;
  width: 34vw;
  height: 34vw;
	background: url(/wp-content/themes/cubylp_child/images/063/img-womenback.png) center no-repeat;
	background-size: contain;
  float: left;
}


/**************************************************
 詳細説明　メリット
**************************************************/
.section_merits {
  padding: 9vw 0;
	margin: 0 auto;
}
.list_merits {
  padding: 0;
	margin: 0 auto;
  width: 94%;
}
.header_item_merit {
  padding: 2vw 0 5vw 25vw;
  margin: 0;
  font-weight: bold;
  border-bottom: .5335vw solid #ffd1dd;
}
.header_item_merit.is-women {
  background: url(/wp-content/themes/cubylp_child/images/063/icon-lady.svg) 5vw 0 no-repeat;
  background-size: 15vw;
}
.header_item_merit.is-free {
  background: url(/wp-content/themes/cubylp_child/images/063/icon-zero.svg) 4vw 0 no-repeat;
  background-size: 17vw;
}
.header_item_merit.is-secret {
  background: url(/wp-content/themes/cubylp_child/images/063/icon-maruhi.svg) 4vw 0 no-repeat;
  background-size: 17vw;
}
.subtitle_item_merit {
  padding: 0;
  margin: 0 0 1.75vw 0;
  font-size: 1.7rem;
  line-height: 1.11;
  color: #97bf42;
}
.title_item_merit {
  padding: 0;
  margin: 0;
  font-size: 2.3rem;
  line-height: 1.35;
}
.description_item_merit {
  padding: 5vw 4vw 0;
  margin: 0 0 12vw 0;
  font-size: 1.5rem;
  line-height: 2;
}


/**************************************************
 詳細説明　無料相談に申し込んでいただいた後の流れ
**************************************************/
.section_flowchart {
  padding: 7vw 0;
	margin: 0 auto;
	background: #fef8e6;
}
.section_subtitle_flowchart {
  padding: 0;
  margin: 0 auto 2vw;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.11;
	color: #ffa900;
}
.section_title_flowchart {
  padding: 0;
  margin: 0 auto 6.667vw;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.36;
}
.list_flowchart {
  padding: 0 0 0 25.93vw;
  margin: 0 auto;
  width: 94%;
  background: url(/wp-content/themes/cubylp_child/images/063/nagare-left.png) 0 0 no-repeat;
  background-size: 25.93vw;
}
.listitem_flow {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto 1.9vw;
  height: 19vw;
  font-size: 1.5rem;
  line-height: 1.47;
  color: #4a4a4a;
  background: #fff;
  border: .267vw solid #ffa900;
  border-radius: 1.5vw;
}
.listitem_flow.is-flow1 {
  background: #fff url(/wp-content/themes/cubylp_child/images/063/icon-gray-tell.svg) 49vw center no-repeat;
  background-size: 9.07vw;
}
.listitem_flow.is-flow2 {
  background: #fff url(/wp-content/themes/cubylp_child/images/063/icon-gray-shorui.svg) 49vw center no-repeat;
  background-size: 9.87vw;
}
.listitem_flow.is-flow3 {
  background: #fff url(/wp-content/themes/cubylp_child/images/063/icon-gray-mail.svg) 49vw center no-repeat;
  background-size: 9.07vw;
}
.listitem_flow.is-flow4 {
  background: #fff url(/wp-content/themes/cubylp_child/images/063/icon-gray-saiken.svg) 50vw center no-repeat;
  background-size: 7.2vw;
}
.listitem_flow.is-flow5 {
  background: #fff url(/wp-content/themes/cubylp_child/images/063/icon-gray-megane.svg) 49vw center no-repeat;
  background-size: 9.07vw;
}
.listitem_flow.is-flow6 {
  background: #fff url(/wp-content/themes/cubylp_child/images/063/icon-gray-hensai.svg) 49vw center no-repeat;
  background-size: 9.07vw;
}
.listitem_flow > a,
.listitem_flow > a:hover,
.listitem_flow > a:visited,
.listitem_flow > a:focus,
.listitem_flow > a:active {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 2vw 2.666vw;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer ;
}
.listitem_flow .text {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 15vw 0 0;
  margin: 0;
}
.listitem_flow > a::before {
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  content: "";
  padding: 0;
  margin: 0 2.5vw 0 0;
  width: 4.5vw;
  height: 4.5vw;
  font-size: 1.2rem;
  text-align: center;
  line-height: 4.5vw;
  color: #fff;
  background: #ffa900;
  border-radius: 100%;
}
.listitem_flow.is-flow1 > a::before { content: "1";}
.listitem_flow.is-flow2 > a::before { content: "2";}
.listitem_flow.is-flow3 > a::before { content: "3";}
.listitem_flow.is-flow4 > a::before { content: "4";}
.listitem_flow.is-flow5 > a::before { content: "5";}
.listitem_flow.is-flow6 > a::before { content: "6";}
.listitem_flow > a::after {
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  content: "";
  padding: 0;
  margin: 0;
  width: 4vw;
  height: 4vw;
  background: url(/wp-content/themes/cubylp_child/images/063/icon-plus.svg) center no-repeat;
  background-size: contain;
}

/**************************************************
 モーダルウィンドウ
**************************************************/
#modal-overlay {
	display: none;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, .75);
  z-index: 9999;
  position: fixed;
	top: 0;
	left: 0;
}
.modal-content {
  display: none;
  padding: 5vw;
  margin: 0;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  font-size: 1.5rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 1.5vw;
  box-shadow: .267vw .267vw 1.0667vw 0 rgba(0, 0, 0, .75);
  z-index: 10000;
  position: fixed;
}

.title_modal {
  padding: 0 0 3vw 0;
  margin: 0 auto 5vw;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ffa900;
  border-bottom: .5335vw solid #ffa900;
}
.btn_modalclose {
  display: block;
  padding: 3vw;
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.11;
  color: #fff;
  background: #333;
  border-radius: 1.6vw;
}


/**************************************************
 運営事務所
**************************************************/
.section_hostoffice {
	padding: 10.667vw 0 0 0;
	margin: 0 2.666vw 13.335vw;
}
.section_hostoffice02 {
	padding: 0;
	margin: 0 2.666vw 13.335vw;
}
.section_title_hostoffice {
  padding: 0;
  margin: 0 0 5.5vw 0;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
}
.table_hostofficeinfo {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.69;
  vertical-align: top;
  border: none;
}
.table_hostofficeinfo th {
  padding: 2.7vw;
  margin: 0;
  width: 30vw;
  vertical-align: top;
  border: none;
  background: #fff;
}
.table_hostofficeinfo td {
	padding: 2.7vw;
	margin: 0;
	width: auto;
	vertical-align: top;
  border: none;
}
.table_hostofficeinfo .blackline {
	border-bottom: .267vw solid #9b9b9b;
}


/**************************************************
 お問い合わせフォーム
**************************************************/
.block_mailform {
	padding: 8vw 0 0 0;
	margin: 0;
	border-bottom: 1.867vw solid #97bf42;
}
.title_mailform {
	padding: 0 5.5vw;
	margin: 0 auto 2.666vw auto;
	font-size: 6.65vw;
	font-weight: normal;
	text-align: center;
	color: #97bf42;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.title_mailform::before {
  display: block;
  content: "";
  width: 10.67vw;
  height: 8.27vw;
  padding: 0;
  margin: 0 2.7vw 0 0;
  background: url(/wp-content/themes/cubylp_child/images/063/icon-green-mail.svg) center no-repeat;
  background-size: contain;
}

/** ３ステップ **/
.block_mailformstep {
	padding: 0;
	margin: 0 5.5vw 8vw;
	text-align: center;
}
.text_mailformstep {
	padding: 0;
	margin: 0;
	font-size: 3.9vw;
}
.text_mailformend {
	padding: 0;
	margin: 0;
	font-size: 2.9vw;
}
.block_mailformstepbar {
	padding: 0;
	margin: 4vw 0 5.5vw 0;
	height: 8vw;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row; /*子要素の配置方向*/
	flex-wrap: nowrap; /*子要素の折り返し設定*/
	justify-content: space-between; /*水平方向の揃え方*/
	align-items: stretch; /*垂直方向の揃え方*/
	align-content: flex-start; /*行の揃え方*/
}
.block_mailformstepbar li {
  padding: 0 2.7vw;
  margin: 0;
  font-size: 3.25vw;
  line-height: 8vw;
  text-align: center;
  color: #9b9b9b;
  background: #eaeaea;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.block_mailformstepbar li::before {
	content: "";
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
  margin-top: -4vw;
  border: 4vw solid transparent;
  border-left: 2.7vw solid #fff;
	z-index: 1;
}
.block_mailformstepbar li:first-child::before {
	display: none;
}
.block_mailformstepbar li::after {
	content: "";
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 100%;
  margin-top: -4vw;
  border: 4vw solid transparent;
  border-left: 2.7vw solid #eaeaea;
	z-index: 2;
}
.block_mailformstepbar li:last-child::after {
	display: none;
}
.block_mailformstepbar li.is-step {
	color: #fff;
	background: #97bf42;
}
.block_mailformstepbar li.is-step::after {
  content: "";
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4vw;
  border: 4vw solid transparent;
  border-left: 2.7vw solid #97bf42;
  z-index: 2;
}

/** 入力９ステップ **/
.block_mailformsteppoint {
	padding: 0;
	margin: 2.666vw auto;
	text-align: center;
	display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.block_mailformsteppoint li {
	padding: 0;
	margin: 0 .8vw;
	width: 5.5vw;
	height: 5.5vw;
	font-size: 3.25vw;
	line-height: 5.5vw;
	color: #000;
	background: #d8d8d8;
	border-radius: 100%;
}
.block_mailformsteppoint li.is-step {
	color: #fff;
	background: #97bf42;
}

.box_mailform {
	padding: 5.5vw 6.667vw;
	margin: 0;
	background: #e8f5ca;
}
#form .mailform_label {
	padding: 0;
	margin: 0 0 2.666vw 0;
	font-size: 3.6vw;
	font-weight: bold;
}
#form .mailform_label .must {
	padding: 0;
	margin: 0 0 0 2.666vw;
	font-size: 2.9vw;
	color: #b40f18;
}
#form .mailform_input {
	padding: 0;
	margin: 0 0 8vw 0;
	position: relative;
}
#form #problems li {
  padding: .267vw 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.11;
}
#form #problems label {
  display: block;
  padding: .5335vw 0;
  margin: 0;
}

/** inputのカスタマイズ **/
#form input {
	display: block;
	padding: 2.666vw;
	margin: 0 0 .8vw 0;
	width: 100%;
	font-size: 3.25vw;
	border-radius: 1.867vw;
	background: #fff;
	box-shadow: inset 0 .267vw .8vw 0 rgba(0, 0, 0, 0.5);
}
#form input#age{
	width: 40%;
	margin-right: 2.666vw;
	display: inline-block;
}

/** checkboxのカスタマイズ **/
#form input[type="checkbox"],
#form input.checkbox_problems {
  display: none;
}
.checkbox_text {
  position:relative;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.checkbox_text::before {
  display: block;
  content: "";
  padding: 0;
  margin: 0 .95vw 0 0;
  width: 4vw;
  height: 4vw;
  box-shadow: inset .267vw .267vw .8vw 0 rgba(0, 0, 0, .5);
  background: #fff;
  border-radius: .7vw;
}
.checkbox_problems:checked + .checkbox_text {
  color: #000;
}
.checkbox_problems:checked + .checkbox_text::after{
  content: "";
  display: block;
  position: absolute;
  top: -1vw;
  left: 1vw;
  width: 1.75vw;
  height: 3vw;
  transform: rotate(40deg);
  border-bottom: .8vw solid #000;
  border-right: .8vw solid #000;
}

/** selectのカスタマイズ **/
#form select,
#form option {
	display: block;
	padding: 2.666vw;
	margin: 0;
	width: 100%;
	font-size: 3.25vw;
	border-radius: 1.867vw;
	background: #fff;
	box-shadow: inset 0 .267vw .8vw 0 rgba(0, 0, 0, 0.5);
}

/** textareaのカスタマイズ **/
#form textarea {
	display: block;
	padding: 2.666vw;
	margin: 0;
	width: 100%;
	font-size: 3.25vw;
  border-radius: 1.867vw;
	background: #fff;
	box-shadow: inset 0 .267vw .8vw 0 rgba(0, 0, 0, 0.5);
}

#form .form_att {
	padding: 1.333vw 0;
	margin: 0;
	font-size: 2.9vw;
	font-weight: normal;
}
.prevnext,.prevnext2 {
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
}
.prevnext_prev {
	display: block;
	font-size: 4.5vw;
	height: 19vw;
	line-height: 19vw;
	border-radius: 1.6vw;
	text-align: center;
	color: #fff;
	background: #c5c5c5;
	width: 40%;
	margin-right: 1.333vw;
}
#form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#form fieldset dl:first-child .prevnext_prev {
	display: none;
}
.prevnext_next {
	display: block;
	font-size: 4.5vw;
	font-weight: normal;
	color: #fff !important;
  width: 100%;
	height: 19vw;
	line-height: 19vw;
	border-radius: 1.6vw;
	text-align: center;
	background: #4baeee;
	position: relative;
}
.prevnext_next::after {
	display: block;
  content: "";
  padding: 0;
  margin: auto;
  width: 2.7vw;
  height: 2.7vw;
  border-left: .5335vw solid #fff;
  border-bottom: .5335vw solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 0;
	bottom: 0;
  right: 10%;
}
#form a.prevnext_submit {
	position: relative;
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
	font-size: 4.5vw;
	font-weight: normal;
	color: #fff !important;
  width: 100%;
	height: 19vw;
	line-height: 19vw;
	border-radius: 1.6vw;
	text-align: center;
  background-color: #c40201;
}
#form a.prevnext_submit::before {
  display: block;
  content: "";
  margin-right: 2.7vw;
  width: 8.535vw;
  height: 8.4vw;
  background: url(/wp-content/themes/cubylp_child/images/063/mail.svg) center no-repeat;
  background-size: contain;
}
#form a.prevnext_submit::after {
	display: block;
	content: "";
	padding: 0;
	margin: 0;
	width: 2.7vw;
	height: 2.7vw;
	border-left: .5335vw solid #fff;
	border-bottom: .5335vw solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-left: 1.35vw;
}
#form input[type="submit"],
#form input.prevnext_submit {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 19vw;
	font-size: 4.5vw;
	line-height: 19vw;
	font-weight: normal;
	color: #fff !important;
	text-align: center;
  background-color: #c40201;
	background-image:
		url(/wp-content/themes/cubylp_child/images/063/mail.svg),
		url(/wp-content/themes/cubylp_child/images/063/arrow-white.svg);
	background-position:
		9% center,
		85% center;
	background-repeat:
		no-repeat,
		no-repeat;
  background-size:
		8.535vw 8.4vw,
		4.5vw 4.5vw;
	border-radius: 1.6vw;
	box-shadow: none;
	position: relative;
}

.prevnext_span {
	display: block;
	padding: 4vw 0 0 0;
	margin: 0 auto;
	font-size: 3.9vw;
  text-align: center;
	font-weight: bold;
}
#form fieldset dl:not(:first-child) .prevnext_span {
	display: none;
}
#form .submit {
	position: relative;
	font-size: 4.5vw;
  font-weight: normal;
	color: #fff !important;
  width: 100%;
  height: 19vw;
  margin: 0 0 5.5vw 0;
	line-height: 19vw;
	border-radius: 1.6vw;
	text-align: center;
  background: #c40201;
}
/*
#form .submit::before {
  display: block;
  content: "";
  margin-top: -4.2675vw;
  width: 8.535vw;
  height: 8.4vw;
  background: url(/wp-content/themes/cubylp_child/images/063/mail.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 16vw;
}
*/
/*
#form .submit::after {
  display: block;
  content: "";
  padding: 0;
  margin: -1.35vw 0 0 0;
  width: 2.7vw;
  height: 2.7vw;
  border-left: .5335vw solid #fff;
  border-bottom: .5335vw solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  right: 5vw;
}
*/
#form .notification {
	padding: 4vw 0;
	margin: 0 auto;
	font-size: 3.2vw;
	line-height: 1.35;
	text-align: center;
}
#form input[type="submit"][disabled] {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
/** バリデーションの表示調整 **/
.formError {
  padding-bottom: 0 !important;
  display: block;
  font-size: 1.2rem;
}
.formError .formErrorContent {
  width: 100% !important;
}

/**************************************************
 Page：お問い合わせ完了画面
**************************************************/
.pagemain_thanks {
  padding: 0;
	margin: 0;
	border-top: 1.867vw solid #97bf42;
}
.block_mailform_thanks {
	padding: 0 5.5vw;
	margin: 0 0 6.667vw 0;
}
.box_mailform_thanksmessage {
	padding: 8vw 6.667vw;
	margin: 0 0 9.333vw 0;
  text-align: center;
	background: #e8f5ca;
}
.title_thanksmessage {
  padding: 0;
  margin: 0 0 2.666vw 0;
  font-size: 4.5vw;
  font-weight: bold;
}
.text_thanksmessage {
  padding: 0;
  margin: 0 0 5.5vw 0;
  text-align: center;
}
.text_thankstel {
	padding: 0;
	margin: 0 0 5.5vw 0;
	font-size: 7.8vw;
	font-weight: bold;
	text-align: center;
	color: #97bf42;
	display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.text_thankstel a { color: #97bf42; }
.text_thankstel::before {
  display: block;
	content: "";
  margin-right: 2.666vw;
  width: 6.135vw;
  height: 8vw;
  background: url(/wp-content/themes/cubylp_child/images/063/tel-green.svg) center no-repeat;
  background-size: contain;
}
.list_thankspoint {
	padding: 0;
	margin: 0;
	font-size: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row; /*子要素の配置方向*/
	flex-wrap: nowrap; /*子要素の折り返し設定*/
	justify-content: space-between; /*水平方向の揃え方*/
	align-items: stretch; /*垂直方向の揃え方*/
	align-content: flex-start; /*行の揃え方*/
}
.list_thankspoint li {
	display: inline-block;
	padding: 1.6vw;
	margin: 0;
	font-size: 2.9vw;
  text-align: center;
	background: #fff;
  border: .267vw solid #97bf42;
	flex-grow: 1;/*伸びる倍率*/
	flex-shrink: 1; /*縮む倍率*/
}
.list_thankspoint li:nth-child(2) {
	margin: 0 1.87vw;
}


/**************************************************
 Page：プライバシーポリシー
**************************************************/
.pagemain_policy {
	padding: 11vw 0 5.5vw;
	margin: 0;
	border-top: 1.867vw solid #97bf42;
}
.pagetitle_policy {
	padding: 0;
	margin: 0 0 8vw 0;
	font-size: 6.5vw;
	line-height: 1.5;
	text-align: center;
}
.section_policy {
	padding: 0;
	margin: 0 6vw 16vw;
}
.title_policy {
	padding: 0;
	margin: 0 0 2.666vw 0;
	font-size: 5.5vw;
	font-weight: normal;
	text-align: center;
}
.text_policy {
	padding: 0;
	margin: 0 0 8vw 0;
  font-size: 1.4rem;
}
.text_policy_date {
	padding: 0;
	margin: 0;
  font-size: 1.4rem;
	text-align: right;
}
.text_pageback {
  text-align: center;
}
.text_pageback a {
  text-decoration: underline;
}
