@charset "utf-8";

html, body {
  font-size: 2.5445vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #514327;
  background-color: rgba(248, 248, 248, 0.9137254902);
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 786px) {
  html, body {
      font-size: 20px;
  }
}

header, main, footer {
  max-width: 786px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}



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


#section02 {
	padding-bottom: 8%;
  /* font-size: 2.5445vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #514327; */
}

@media screen and (min-width:768px) {
	#section02 .pc_inner {
	  max-width: 1080px;
	  margin: auto;
	  padding: 0 2.5%;
	}
}
@media screen and (max-width:767px){
	#section02 .sp_inner {
	  padding: 0 4%;
	}
}

/* section_inner
---------------------------- */
@media screen and (min-width:768px) {
	#section02 .section_inner {
	  max-width: 1080px;
	  margin: auto;
	  padding: 0 2.5%;
	}
}
@media screen and (max-width:767px){
	#section02 .section_inner {
	  padding: 0 4%;
	}
}

#section02 .box {
	font-size: 1.2rem;
	margin-top: 50px;
}
#section02 .box p a {
	text-decoration: underline;
}
#section02 .box p a:hover {
	text-decoration: none;
}
#section02 .s_title {
	background-color: #f5f5f5;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 5px 1em;
	margin-top: 50px;
}
#section02 .inq_box {
  padding-top: 2rem;
}
#section02 .inq_box ul li.inq_box_m {
	border: 1px solid #dadada;
	border-radius: 5px;
	margin-top: 15px;
}
#section02 .inq_box .inq_box_m_title {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1em 1.5em;
	position: relative;
	cursor: pointer;
}
#section02 .inq_box .inq_box_m_title span {
	font-size: 1.4rem;
	font-weight: bold;
}
#section02 .inq_box .inq_box_m_title::before,
#section02 .inq_box .inq_box_m_title::after {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}
#section02 .inq_box .inq_box_m_title::after {
  background: #333;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
#section02 .inq_box .inq_box_m_title.active::before {
	display: none;
}
#section02 .inq_box .inq_box_m_title.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
#section02 .inq_box .inq_box_m_cont {
	display: none;
  padding: 0 1.5em 2em;
}
#section02 .inq_box .inq_box_m_cont .radio label span {
	font-weight: bold;
}
#section02 .inq_box .inq_box_m_cont .inq_box_m_cont_in {
	border-top: 1px dashed #a8a8a8;
	padding-top: 1em;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_title {
	border-top: 1px dashed #a8a8a8;
	font-size: 1.4rem;
	padding: 1.5em 0;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_title span {
	border-left: 3px solid #333;
	padding-left: 0.5em;
	line-height: 1.6;
	display: block;
	font-weight: bold;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_title_ac {
	cursor: pointer;
	position: relative;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_title_ac::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1%;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_title_ac.active::after {
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_cont {
	padding-bottom: 2em;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_cont:last-child {
	padding-bottom: 0;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_cont_ac {
	display: none;
}
#section02 .inq_box .inq_box_m_cont .inq_box_ss_title {
	font-size: 1.4rem;
	padding: 0.3em 1em;
	font-weight: bold;
	background-color: #f5f5f5;
	margin: 3em 0 1em;
}
#section02 .inq_box .inq_box_m_cont .inq_box_ss_title:first-child {
	margin: 1em 0;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_cont a {
	color: #00aadd;
	text-decoration: underline;
}
#section02 .inq_box .inq_box_m_cont .inq_box_s_cont a:hover {
  text-decoration: none;
}
#section02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
}
#section02 dl dt {
  padding: 3rem 2rem 2.5rem 0;
  width: 35%;
  font-weight: bold;
  line-height: 1.4;
}
#section02 .req {
	font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #d50000;
  background-color: #f9d1d1;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: text-top;
}
#section02 dl dt .chara {
  font-size: 1.2rem;
  padding-left: 1em;
  vertical-align: text-top;
}
#section02 dl dd {
  padding: 2.5rem 0;
  width: 65%;
}
#section02 dl dd .notice {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-top: 1em;
}
#section02 .notice_card {
  font-size: 1.2rem;
}
#section02 .notice_card img {
	height: 30px;
	margin-top: 10px;
}
#section02 dl dd .bar {
	padding-right: 2%;
}
#section02 dl dd .link {
  font-size: 1.4rem;
  text-decoration: underline;
  cursor: pointer;
}
#section02 dl dd .link:hover {
  text-decoration: none;
}
#section02 dl dd .text {
  font-size: 1.4rem;
}
#section02 .radio {
	padding-top: 10px;
}
#section02 .radio .text_s {
  font-size: 1.2rem;
  line-height: 1.4;
  display: block;
  padding-top: 5px;
}
#section02 .radio .text_s a {
  color: #00aadd;
  text-decoration: underline;
}
#section02 .radio .text_s a:hover {
  text-decoration: none;
}
#section02 .radio label {
  min-height: 26px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  overflow: hidden;
  cursor: pointer;
}
#section02 .radio label:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: #dadada 1px solid;
  border-radius: 50%;
  left: 0;
  top: 0;
  z-index: 1;
}
#section02 .radio label:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #00aadd;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  z-index: 2;
}
#section02 .radio label .input_radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -17px;
  top: 6px;
  margin: 0;
  -webkit-box-shadow: 22px -1px #fff;
  box-shadow: 22px -1px #fff;
  border-collapse: separate;
  border: none;
}
#section02 .radio label .input_radio:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#section02 .radio .notice {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 35px;
}
#section02 .radio .notice a {
  color: #00aadd;
	text-decoration: underline;
}
#section02 .radio .notice a:hover {
  text-decoration: none;
}
#section02 dl dd .input {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue','游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border: solid 1px #dadada;
  margin-right: 2%;
  width: 15%;
}
#section02 dl dd .input_s {
  width: 40%;
  margin-right: 0; /* add */
}

#section02 dl dd .input_s:first-child {
  margin-right: 2%; /* add */
}

#section02 dl dd .input_m {
  width: 70%;
}
#section02 dl dd .input_l {
  width: 100% !important;
}
#section02 dl dd .textArea {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue','游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border: solid 1px #dadada;
  width: 100%;
  height: 180px;
}
#section02 dl dd .textArea02 {
  height: 100px;
}
#section02 dl dd select {
  color: #333;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 30px 10px 10px;
  border: solid 1px #dadada;
  background: url(../img/common/icon_arrow_down.png) right 5px bottom 50% no-repeat;
  background-size: auto;
  background-size: 12px auto;
}
#section02 .check {
  position: relative;
}
#section02 .check .check_s {
  position: relative;
  display: block;
  padding-left: 30px;
  overflow: hidden;
	font-size: 1.6rem;
	margin-top: 10px;
}
#section02 .check .check_s:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: #dadada 1px solid;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 1;
}
#section02 .check .check_s:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 25px;
  height: 25px;
	background: url('../img/icon_checked.png') no-repeat;
	background-position: left top;
	background-size: contain;
  left: 0;
  top: 0;
  z-index: 2;
}
#section02 .check .check_s .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 3;
  width: 23px;
  height: 23px;
  left: -35px;
  top: 0;
  margin: 0;
  -webkit-box-shadow: 36px 1px #fff;
  box-shadow: 36px 1px #fff;
  border-collapse: separate;
}
#section02 .check .check_s .input:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#section02 .check .check_s .text {
	line-height: 1.6;
	display: inline-block;
}
#section02 .check .check_s a {
	color: #00aadd;
	text-decoration: underline;
}
#section02 .check .check_s a:hover {
	text-decoration: none;
}
#section02 .check.addresses_copy {
	margin: 40px 0 20px;
}
#section02 .check.addresses_copy .addresses_copy_text {
	display: inline-block;
	font-size: 1.6rem;
}
#section02 .check.addresses_copy .check_s {
	display: inline-block;
	color: #fff;
	margin-top: 0;
	margin-bottom: -10px;
}
@media screen and (max-width:767px) {
	#section02 .check.addresses_copy {
    margin: 10% 4% 5%;
	}
	#section02 .check.addresses_copy .check_s {
		margin-bottom: -7px;
	}
}
#section02 .form_consultBottom {
  margin-top: 50px;
  text-align: center;
}
#section02 .form_consultBottom .text {
	font-size: 1.4rem;
}
#section02 .form_consultBottom .link a {
	text-decoration: underline;
	display: block;
}
#section02 .form_consultBottom .link a:hover {
	text-decoration: none;
}
#section02 .form_consultBottom .check {
	display: inline-block;
	padding-top: 10px;
}
#section02 .form_consultBottom .check .check_s .text{
	font-size: 1.4rem;
}
#section02 .form_consultBottom .submit {
	max-width: 400px;
	margin: 0 auto;
	padding-top: 20px;
}
#section02 .form_consultBottom .submit input,
#section02 .form_consultBottom .submit a {
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 70px;
	background-color: #454545;
	border: none;
	cursor: pointer;
	border-radius: 8px;
	display: inline-block;
}
#section02 .form_consultBottom .small {
	font-size: 1.1rem;
	display: block;
	padding-top: 1em;
}
#section02 .form_consultBottom input,
#section02 .form_consultBottom a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#section02 .form_consultBottom input:hover,
#section02 .form_consultBottom a:hover {
  opacity: .5;
}
#section02 .top5 {
  margin-top: 5px;
}
#section02 .top10 {
  margin-top: 10px;
}
#section02 .top15 {
  margin-top: 15px;
}
#section02 .top20 {
  margin-top: 20px;
}
#section02 .top40 {
  margin-top: 40px;
}
#section02 .right10 {
  margin-right: 10px;
}
#section02 .right20 {
  margin-right: 20px;
}
#section02 .bottom10 {
  margin-bottom: 10px;
}
#section02 .bottom15 {
  margin-bottom: 15px;
}
#section02 .bottom50 {
  margin-bottom: 50px;
}
@media screen and (max-width:767px) {
	#section02 .bottom50 {
	  margin-bottom: 8%;
	}
}
#section02 .bottom100 {
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
	#section02 .bottom100 {
	  margin-bottom: 10%;
	}
}
#section02 .p_bottom20 {
  padding-bottom: 20px;
}
#section02 .border_t {
	border-top: 1px solid #dadada;
}
#section02 .border_b {
	border-bottom: 1px solid #dadada;
}
#section02 .font16 {
	font-size: 1.6rem;
}
@media screen and (max-width:767px) {
	#section02 .font16 {
		font-size: 1.4rem;
	}
}
#section02 .link_blue {
	color: #00aadd;
	text-decoration: underline;
}
#section02 .link_blue:hover {
  text-decoration: none;
}
#section02 .bold {
	font-weight: bold;
}
#section02 .center {
	text-align: center;
}
#section02 .width40 {
	width: 40%;
}
#section02 .width55 {
	width: 55%;
}
@media screen and (max-width:767px) {
	#section02 .box {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-top: 10%;
	}
	#section02 .s_title {
		margin-top: 10%;
		font-size: 1.7rem;
	}
	#section02 .inq_box {
	  padding: 2rem 4% 0;
	}
	#section02 .inq_box .inq_box_m_title {
	  padding: 1em;
	}
	#section02 .inq_box .inq_box_m_title::before,
	#section02 .inq_box .inq_box_m_title::after {
	  right: 4%;
	}
	#section02 dl {
	  font-size: 1.4rem;
	  margin: 0 4%;
	}
	#section02 dl dt {
	  padding: 2rem 0 0 0;
	  width: 100%;
	  font-size: 1.6rem;
	}
	#section02 dl dt .req {
	  font-size: 1.1rem;
	  border-radius: 3px;
	}
	#section02 dl dd .chara {
	  font-size: 1.2rem;
	}
	#section02 dl dd {
	  padding: 0.5rem 0 1.5rem 0;
	  width: 100%;
	}
	#section02 dl dd .notice {
	  font-size: 1.2rem;
	}
	#section02 dl dd .link {
	  font-size: 1.2rem;
	}
	#section02 dl dd .input {
	  font-size: 1.4rem;
	  width: 28%;
	}
	#section02 dl dd .input_2 {
	  margin-top: 2%;
	}
	#section02 dl dd .input_s {
	  width: 48%;
	}
	#section02 dl dd .input_m {
	  width: 100%;
	}
	#section02 dl dd .textArea {
	  font-size: 1.4rem;
	}
	#section02 dl dd select {
	  font-size: 1.4rem;
	}
	#section02 .check .check_s {
		font-size: 1.4rem;
	}
	#section02 .form_consultBottom {
	  margin: 5% 4% 0;
	}
	#section02 .form_consultBottom .text {
		font-size: 1.2rem;
	}
	#section02 .form_consultBottom .submit {
		width: 75%;
	}
	#section02 .form_consultBottom .submit input,
	#section02 .form_consultBottom .submit a {
		font-size: 1.4rem;
		line-height: 60px;
	}
}

/* errorText
---------------------------- */
#section02 .errorText span {
  color: #fd0000;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  margin: 10px 0 15px;
  font-size: 1.6rem;
}
#section02 .errorText span.errorText_second {
  margin: 25px 0 0;
}
#section02 .errorText span.errorText_kiyaku {
  margin: 20px 130px 0 0;
}
#section02 .errorText span.errorText_addresses {
  margin: 30px 0 0;
}

#section02.form h2 {
  height: 16.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.0891vw;
  background-color: #F8F8E9;
}
@media screen and (min-width: 786px) {
  #section02.form h2 {
    font-size: 40px;
  }
}
#section02.form > p {
  width: 100%;
}
#section02.form > p img {
  width: 100%;
  height: auto;
}
#section02.form > p .inner-text {
  display: inline-block;
  padding: 0 4%;
}

#section02 .shipping_info {
  display: none;
}
#section02 .shipping_info_btn {
  cursor: pointer;
  width: 250px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 8px;
  line-height: 3em;
  margin: 1em auto 5em;
}
@media screen and (max-width:767px){
  #section02 .shipping_info_btn {
    width: 220px;
    line-height: 3em;
    font-size: 1.2rem;
    margin: 1.5em auto 3em;
  }
}

#section02 .check .check_s {
  padding-bottom: 1px;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
#section02 .check .check_s .input {
  top: 10px;
}
#section02 .check .check_s::before {
  top: 10px;
}
#section02 .check .check_s::after {
  top: 10px;
}
#section02 .check.addresses_copy .check_s {
line-height: 1.4;
}
#section02 .radio label .input_radio {
  top: 21px;
}
#section02 .radio label::before {
  top: 15px;
}
#section02 .radio label::after {
  top: 21px;
}
}
@media screen and (max-width:767px) {
#section02 .check .check_s {
  padding-bottom: 5px;
  margin-top: 10px;
}
#section02 .check.addresses_copy .check_s {
line-height: 1.6;
}
}

@media screen and (max-width: 100vw) {
  #section02 .check.addresses_copy {
    margin: 10% 4% 5%;
  }
  #section02 .check.addresses_copy .check_s {
    margin-bottom: -7px;
  }
}

@media screen and (max-width: 100vw) {
  #section02 .bottom50 {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 100vw) {
  #section02 .bottom100 {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 100vw) {
  #section02 .font16 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 100vw) {
  #section02 .box {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10%;
  }
  #section02 .s_title {
    margin-top: 10%;
    font-size: 1.7rem;
  }
  #section02 .inq_box {
    padding: 2rem 4% 0;
  }
  #section02 .inq_box .inq_box_m_title {
    padding: 1em;
  }
  #section02 .inq_box .inq_box_m_title::before,
  #section02 .inq_box .inq_box_m_title::after {
    right: 4%;
  }
  #section02 dl {
    font-size: 1.4rem;
    margin: 0 4%;
  }
  #section02 dl dt {
    padding: 2rem 0 0 0;
    width: 100%;
    font-size: 1.6rem;
  }
  #section02 dl dt .req {
    font-size: 1.1rem;
    border-radius: 3px;
  }
  #section02 dl dd .chara {
    font-size: 1.2rem;
  }
  #section02 dl dd {
    padding: 0.5rem 0 1.5rem 0;
    width: 100%;
  }
  #section02 dl dd .notice {
    font-size: 1.2rem;
  }
  #section02 dl dd .link {
    font-size: 1.2rem;
  }
  #section02 dl dd .input {
    font-size: 1.4rem;
    width: 28%;
  }
  #section02 dl dd .input_2 {
    margin-top: 2%;
  }
  #section02 dl dd .input_s {
    width: 48%;
  }
  #section02 dl dd .input_m {
    width: 100%;
  }
  #section02 dl dd .textArea {
    font-size: 1.4rem;
  }
  #section02 dl dd select {
    font-size: 1.4rem;
  }
  #section02 .check .check_s {
    font-size: 1.4rem;
  }
  #section02 .form_consultBottom {
    margin: 5% 4% 0;
  }
  #section02 .form_consultBottom .text {
    font-size: 1.2rem;
  }
  #section02 .form_consultBottom .submit {
    width: 75%;
  }
  #section02.form_consultBottom .submit input,
  #section02 .form_consultBottom .submit a {
    font-size: 1.4rem;
    line-height: 60px;
  }
}