@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@font-face {
  font-family: 'din';
  src: url('font/DINBol') format('フォーマット名');
}
/* ------------------------------
- reset
------------------------------ */
html, body, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
  line-height: 1.5;
}
:root,
html,
body {
  background-color: #fff;
  color: #000;
  width: 100%;
  font-size: 16px;
}
body {
  font-family: "游ゴシック", "YuGothic",' Yu Gothic',"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
main {
  display: block;
}
li {
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:hover {
  /* color: #85B800; */
  /* opacity: .8; */
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}
select::-ms-expand {
    display: none;
}
input::placeholder,
textarea::placeholder {
  color: #bbb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bbb;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
}
@media only screen and (max-width: 750px) {
  /* p {
    font-size: 13px;
  } */
}
.header,
.footer {
  display: none;
}
.conference_lp p {
  line-height: 1.8;
}
/* ------------------------------
- utility
------------------------------ */
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.conference_lp .visible-md,
.conference_lp .visible-sm,
.conference_lp .visible-xs {
  display: none;
}
.conference_lp .visible-lg {
  display: inherit;
}
@media only screen and (max-width: 1200px) {
  .conference_lp .visible-lg,
  .conference_lp .visible-sm,
  .conference_lp .visible-xs {
    display: none;
  }
  .conference_lp .visible-md {
    display: inherit;
  }
}
@media only screen and (max-width: 1000px) {
  .conference_lp .visible-lg,
  .conference_lp .visible-md,
  .conference_lp .visible-xs {
    display: none;
  }
  .conference_lp .visible-sm {
    display: inherit;
  }
}
@media only screen and (max-width: 750px) {
  .conference_lp .visible-lg,
  .conference_lp .visible-md,
  .conference_lp .visible-sm {
    display: none;
  }
  .conference_lp .visible-xs {
    display: inherit;
  }
}
/* ------------------------------
- layout
------------------------------ */
.content-lg {
  max-width: 1040px;
  width: 95%;
  margin: 0 auto;
}
.content-md {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.content-sm {
  max-width: 880px;
  width: 95%;
  margin: 0 auto;
}
.content-xs {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .content-lg,
  .content-md,
  .content-sm,
  .content-xs {
    width: 100%;
    padding: 0 10px;
  }
}
/* ------------------------------
- header
------------------------------ */
.header {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
}
.header_logo {
  width: 170px;
}
.header_tel {
  font-size: 35px;
  color: #bb7f7a;
  line-height: 1.2;
}
.header_tel a {
  color: #bb7f7a;
  font-weight: bold;
  padding-left: 40px;
  background: url(../images/icon_fleedial_pink.png) no-repeat center left/32px;
  line-height: 1;
}
.header_day {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header_day dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #bb7f7a;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .header {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
    padding: 10px 30px;
  }
  .header_logo {
    width: 120px;
  }
  .header_telWrap {
    display: none;
  }
}
/* ------------------------------
- mv
------------------------------ */
.mv_bottom {
  background: url(../images/bg_mv.jpg);
  padding: 20px 0;
}
.mv_bottom_content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mv_bottom_left {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.mv_bottom_left p {
  color: #fff100;
  text-indent: -38px;
  padding-left: 38px;
  line-height: 1.2;
}
.mv_bottom_left p span {
  color: #fff;
  display: block;
  text-align: right;
  font-size: .5em;
}
.mv_bottom_right {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 595px;
  padding: 5px 0 5px 35px;
  border-left: 1px solid #aaa;
}
.mv_tel {
  font-size: 45px;
  color: #fff;
}
.mv_tel a {
  color: #fff;
  font-weight: bold;
  padding-left: 50px;
  background: url(../images/icon_fleedial.png) no-repeat center left/38px;
}
.mv_day dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.mv_day_holiday dt {
  letter-spacing: 0.25em;
}
.mv_day {
  color: #fff;
  margin-left: 20px;
}
.mv_btn {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.mv_btn a {
  background: #fff100;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.mv_btn a:hover {
  background: #e6da19;
}
.mv_btn a::after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../images/icon_btn_arrow.png) no-repeat center / contain;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .mv_bottom_left {
    font-size: 37px;
  }
  .mv_bottom_right {
    width: 59%;
  }
  .mv_day {
    font-size: 15px;
    margin-left: 10px;
  }
  .mv_tel {
    font-size: 3.8vw;
  }
}
@media only screen and (max-width: 1000px) {
  .mv_bottom .content-md {
    width: 95%;
  }
  .mv_bottom_left {
    font-size: 3.7vw;
  }
  .mv_bottom_left p {
    text-indent: -3.5vw;
    padding-left: 3.5vw;
  }
  .mv_bottom_right {
    padding: 10px 0 10px 4%;
    width: 56%;
  }
  .mv_tel a {
    padding-left: 35px;
    background: url(../images/icon_fleedial.png) no-repeat center left/30px;
  }
  .mv_day {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 750px) {
  .mv_bottom_content {
    display: block;
  }
  .mv_bottom_left {
    font-size: 7.7vw;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .mv_bottom_left p {
    text-indent: -7.3vw;
    padding-left: 0;
    text-align: center;
  }
  .mv_bottom_left p span {
    padding-right: 5%;
  }
  .mv_bottom_right {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    border-left: none;
    text-align: center;
    border-top: 1px solid #aaa;
  }
  .mv_tel {
    font-size: 36px;
  }
  .mv_day {
    margin-left: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
    font-size: 13px;
  }
  .mv_day_holiday {
    margin-left: 10px;
  }
  .mv_day_holiday dt {
    letter-spacing: 0;
  }
  .mv_btn {
    margin-top: 20px;
  }
  .mv_btn a {
    font-size: 15px;
  }
  .mv_btn a::after {
    width: 23px;
    height: 23px;
    right: 20px;
  }
}
/* ------------------------------
- cv
------------------------------ */
.cv {
  background: url(../images/bg_cv.jpg) no-repeat center/cover;
  padding: 40px 0;
}
.cv_text {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.cv_text span {
  font-size: 1.428em;
  color: #fff100;
  position: relative;
  padding-bottom: 12px;
}
.cv_text span::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff100;
  height: 4px;
  width: 94%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cv_bottom {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.cv_bottom_left {
  color: #fff;
  padding-right: 43px;
  border-right: 1px solid #bba97a;
}
.cv_bottom_right {
  width: 44%;
}
.cv_tel {
  font-size: 43.22px;
  line-height: 1.3;
}
.cv_tel a {
  color: #fff;
  font-weight: bold;
  padding-left: 50px;
  background: url(../images/icon_fleedial.png) no-repeat center left/38px;
  line-height: 1.3;
}
.cv_day,
.cv_day dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
}
.cv_day {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cv_btn {
  width: 100%;
  text-align: center;
}
.cv_btn a {
  background: #fff100;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 15px;
  border-radius: 10px;
  position: relative;
}
.cv_btn a::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/icon_btn_arrow.png) no-repeat center / contain;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  .cv_text {
    font-size: 2.1vw;
  }
  .cv_bottom_left {
    padding-right: 5%;
  }
  .cv_tel {
    font-size: 4.322vw;
  }
  .cv_day,
  .cv_day dl {
    font-size: 1.7vw;
  }
  .cv_btn a {
    font-size: 2vw;
  }
  .cv_btn a::after {
    right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .cv {
    padding: 20px;
    text-align: center;
  }
  .cv_text {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  .cv_text span {
    padding-bottom: 12px;
  }
  .cv_text span::after {
    display: none;
  }
  .cv_bottom {
    display: block;
    padding: 0;
  }
  .cv_bottom_left {
    padding-right: 0;
    border-right: none;
  }
  .cv_bottom_right {
    width: 100%;
  }
  .cv_tel {
    font-size: 32px;
    line-height: 1.5;
  }
  .cv_tel a {
    padding-left: 40px;
    background: url(../images/icon_fleedial.png) no-repeat center left/30px;
    line-height: 1.5;
  }
  .cv_day,
  .cv_day dl {
    font-size: 11px;
  }
  .cv_day dl+dl {
    margin-left: 10px;
  }
  .cv_day {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cv_btn {
    margin-top: 20px;
  }
  .cv_btn a {
    font-size: 15px;
    padding: 12px;
  }
  .cv_btn a::after {
    width: 23px;
    height: 23px;
    right: 20px;
  }
}
/* ------------------------------
- block
------------------------------ */
.block {
  padding: 90px 0;
}
.block_head {
  text-align: center;
  margin-bottom: 60px;
}
.block_subheading {
  color: #666;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.block_heading {
  background: url(../images/line_heading.png) repeat-x left bottom;
  font-size: 40px;
  padding-bottom: 20px;
  display: inline-block;
}
.block_heading_color {
  display: inline-block;
  color: #fff100;
  text-shadow: 2px 1px 0 #000, -2px -1px 0 #000, -2px 1px 0 #000, 2px -1px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
}
.block_heading_textSize {
	font-size: 1.4em;
}
.block_heading_color span {
  font-size: 1.3em;
}
.block_lead {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.block_lead_red {
  color: red;
}
.c-red {
  color: red;
}
@media only screen and (max-width: 1000px) {
  .block {
    padding: 60px 0;
  }
  .block_heading {
    font-size: 30px;
  }
  .block_subheading {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .block_lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .block {
    padding: 10% 0;
  }
  .block_head {
    margin-bottom: 8%;
  }
  .block_subheading {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .block_heading {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .block_lead {
    font-size: 13px;
    margin-top: 20px;
  }
}
/* ------------------------------
- nayami
------------------------------ */
.nayami {
  background: url(../images/bg_orange.jpg);
}
.nayami_content ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nayami_content ul li {
  width: 48.5%;
  background: url(../images/icon_check.jpg) no-repeat left top/40px;
  color: #444;
  font-size: 24px;
  font-weight: bold;
  padding: 2px 0 2px 65px;
}
.nayami_content ul li:nth-child(n+3) {
  margin-top: 30px;
}
.nayami_content p {
  font-size: 22px;
  margin-top: 50px;
  text-align: center;
  color: #bb7f7a;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .nayami_content ul li {
    width: 48%;
    background: url(../images/icon_check.jpg) no-repeat left top/34px;
    padding: 2px 0 2px 45px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .nayami_content ul {
    display: block;
  }
  .nayami_content ul li {
    width: 100%;
    background: url(../images/icon_check.jpg) no-repeat left top/28px;
    font-size: 15px;
    padding: 3px 0 3px 45px;
  }
  .nayami_content ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .nayami_content p {
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
  }
}
/* ------------------------------
- failure
------------------------------ */
.failure {
  padding-bottom: 0;
}
.failure_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 50px;
}
.failure_item {
  width: 48%;
  height: 155px;
  text-align: center;
  background: #15486b;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.failure_item:nth-child(2n) {
  margin-top: 60px;
}
.failure_item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -45px;
  width: 0;
  height: 0;
  border-style: solid;
}
.failure_item:nth-child(2n+1)::before {
  border-width: 75px 50px 0 0;
  border-color: #15496b transparent transparent transparent;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  left: 50px;
}
.failure_item:nth-child(2n)::before {
  border-width: 75px 0 0 50px;
  border-color: #15496b transparent transparent transparent;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  right: 50px;
}
.failure_item_inner {
  width: 100%;
}
.failure_heading {
  font-size: 1.6em;
  margin-bottom: 15px;
  width: 100%;
}
.failure_text{
  padding: 0 10%;
  width: 100%;
  color: #98c7e7;
}
.failure_list::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 215.5px 0 215.5px;
  border-color: #a1b6c4 transparent transparent transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.failure_can {
  text-align: center;
}
.failure_can_heading {
  font-size: 40px;
  color: #bb7f7a;
  margin-bottom: 30px;
}
.failure_can_heading span {
  position: relative;
  padding: 0 90px;
  display: inline-block;
}
.failure_can_heading span::before,
.failure_can_heading span::after {
  position: absolute;
  width: 69px;
  height: 97px;
  content: '';
  display: block;
  bottom: 0;
}
.failure_can_heading span::before {
  background: url(../images/pattern_failure_l.png) no-repeat center/contain;
  left: 0;
}
.failure_can_heading span::after {
  background: url(../images/pattern_failure_r.png) no-repeat center/contain;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  .failure_can_heading {
    font-size: 28px;
  }
  .failure_can_heading span {
    padding: 0 55px;
  }
  .failure_can_heading span::before, .failure_can_heading span::after {
    position: absolute;
    width: 45px;
    height: 63px;
    bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  .failure_list {
    display: block;
    padding-bottom: 70px;
    margin-bottom: 30px;
  }
  .failure_item {
    width: 90%;
    font-size: 13px;
    padding: 8% 5%;
    height: auto;
    max-width: 330px;
  }
  .failure_item:nth-child(n+2) {
    margin: 40px 0 0 10%;
  }
  .failure_item::before {
    bottom: -35px;
  }
  .failure_item:nth-child(2n+1)::before {
    left: 40px;
  }
  .failure_item:nth-child(2n)::before {
    right: 40px;
  }
  .failure_item h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .failure_item p {
    padding: 0;
  }
  .failure_list::after {
    border-width: 40px 85.5px 0 85.5px;
  }
  .failure_can {
    text-align: center;
  }
  .failure_can_heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .failure_can_heading span {
    padding: 0 50px;
  }
}
/* ------------------------------
- point
------------------------------ */
.point {
  background: url(../images/bg_point.jpg);
}
.point .block_head{
	margin-bottom: 40px;
}
.point .point_lead{
	text-align: center;
	font-size: 17px;
	line-height: 2;
	margin-bottom: 50px;
}
.point_content {
  background: #fff;
	padding: 6%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.point_card {
  width: 30%;
  position: relative;
}
.point_card_no {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  top: -54px;
  right: 10px;
  font-family: 'Noto Sans', sans-serif;
}
.point_card_no span {
  font-size: 2.5em;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  vertical-align: sub;
  line-height: 1.2;
}
.point_card_no span::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
}
.point_card_content {
  font-size: 14px;
  height: 170px;
}
.point_card_heading {
	font-size: 26px;
	letter-spacing: 2.5px;
	margin-top: 1%;
	height: 70px;
}
.point_card01 .point_card_heading{
	color: #bb7f7a;
	border-bottom: 2px solid #bb7f7a;
}
.point_card02 .point_card_heading{
	color: #bba97a;
	border-bottom: 2px solid #bba97a;
}
.point_card03 .point_card_heading{
	color: #15486b;
	border-bottom: 2px solid #15486b;
}
.point_card_heading .heading_num{
	font-size: 1.9em;
	margin: 0 7% 0 3%;
	vertical-align: middle;
}
.point_card_text{
	margin-top: 8%;
	letter-spacing: 1px;
}

@media only screen and (max-width: 1000px) {
  .point_card {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .point_card + .point_card {
    margin-top: 45px;
  }
  .point_card_img {
    width: 45%;
  }
  .point_card_content {
		margin-top: 0;
    font-size: 15px;
    padding: 0;
    height: auto;
    width: 50%;
	}
	.point_card_text{
		margin-top: 5%;
	}
}
@media only screen and (max-width: 750px) {
	.point .block_head{
		margin-bottom: 8%;
	}
	.point .point_lead{
		text-align: left;
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 5%;
	}
  .point_content {
    padding: 8%;
    display: block;
  }
  .point_card {
    display: block;
  }
  .point_card_img {
    width: 100%;
  }
  .point_card_content {
    width: 100%;
		font-size: 13px;
		padding: 0 0 7% 0;
  }
  .point_card_heading {
		font-size: 22px;
		margin-bottom: 10px;
		height: 60px;
	}
	.point_card_heading .heading_num{
		margin: 0 5% 0 2%;
	}
}
@media only screen and (max-width: 340px) {
	.point_card + .point_card{
		margin-top: 35px;
	}
	.point_card_heading{
		font-size: 22px;
		height: 60px;
	}
}
/* ------------------------------
- voice
------------------------------ */
.voice {
  background: url(../images/bg_orange.jpg);
}
.voice_card {
  position: relative;
  background: #fff;
  padding: 40px;
  min-height: 250px;
}
.voice_card + .voice_card {
  margin-top: 50px;
}
.voice_card_img {
  position: absolute;
  width: 170px;
  left: 40px;
  top: 40px;
}
.voice_card_content {
  padding-left: 210px;
}
.voice_card_head {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bb7f7a;
  margin-bottom: 10px;
}
.voice_card_area {
  font-size: 13px;
  background: #f9e8e6;
  padding: 8px 15px;
  line-height: 1;
  border-radius: 3px;
}
.voice_card_name {
  font-size: 15px;
  margin-left: 20px;
}
.voice_card_name span {
  font-size: 1.8em;
  font-weight: bold;
}
.voice_card_heading {
  font-size: 18px;
  color: #bb7f7a;
  margin-bottom: 15px;
}
.voice_card_text {
  font-size: 15px;
}
@media only screen and (max-width: 750px) {
  .voice_card {
    padding: 8%;
  }
  .voice_card + .voice_card {
    margin-top: 30px;
  }
  .voice_card_img {
    position: relative;
    width: 130px;
    left: 0;
    top: 0;
    margin: 0 auto 20px;
  }
  .voice_card_content {
    padding-left: 0;
  }
  .voice_card_head {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bb7f7a;
    margin-bottom: 10px;
  }
  .voice_card_area {
    font-size: 11px;
    padding: 8px 12px;
  }
  .voice_card_name {
    font-size: 13px;
    margin-left: 15px;
  }
  .voice_card_heading {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .voice_card_text {
    font-size: 13px;
  }
}
/* ------------------------------
- flow
------------------------------ */
.flow_card {
  border-top: 4px solid #000;
  position: relative;
  padding: 70px 0 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.flow_card:first-child {
  margin-top: 90px;
}
.flow_card::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
}
.flow_card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.flow_card:last-child::after {
  display: none;
}
.flow_card + .flow_card {
  margin-top: 100px;
}
.flow_step {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 0 25px;
  width: 180px;
}
.flow_heading {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}
.flow_main {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flow_text {
  width: 64.5%;
}
.flow_img {
  width: 32%;
}
@media only screen and (max-width: 1000px) {
  .flow_step {
    top: -26px;
    padding: 0 25px;
    width: 150px;
  }
}
@media only screen and (max-width: 750px) {
  .flow_card {
    border-top: 3px solid #000;
    padding: 40px 0 30px;
  }
  .flow_card:first-child {
    margin-top: 40px;
  }
  .flow_card + .flow_card {
    margin-top: 70px;
  }
  .flow_step {
    top: -22px;
    padding: 0 20px;
    width: 120px;
  }
  .flow_heading {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
  }
  .flow_main {
    display: block;
  }
  .flow_text {
    width: 100%;
    font-size: 13px;
  }
  .flow_img {
    width: 100%;
    margin-top: 20px;
  }
}
/* ------------------------------
- studio
------------------------------ */
.studio {
  background: #f7f7f7;
}
.studio_card {
  position: relative;
}

.studio_content:not(:first-of-type) {
  margin-top: 60px;
}

.studio_heading {
  margin-bottom: 40px;
}

.concept__lead {
  text-align: center;
  line-height: 2.4;
  font-size: 17px;
  font-weight: normal;
}

.guide__btn__outer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}
.guide__btn__icon {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 8px;
  transition: all .3s;
}
.guide__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  font-weight: bold;
  background: #fff;
  padding: 20px;
  width: 48.18%;
  font-size: 18px;
}
.guide__btn:nth-of-type(odd) {
  margin-right: 30px;
}
.guide__btn:hover .guide__btn__icon {
  bottom: -10px;
}

.studio_content_head {
	background: #333;
	padding: 20px 0;
	margin-bottom: 5px;
}

.studio_content_head .heading{
	color: #ffffff;
	text-align: center;
	font-size: 20px;
}

.studio_main {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.studio_img{
	margin-bottom: 5px;
}
.studio_map {
  position: relative;
  padding-bottom: 38%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.studio_map iframe,
.studio_map object,
.studio_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .studio_head {
    width: 110px;
    height: 130px;
    top: -60px;
    padding-top: 22px;
  }
  .studio_head_kaijo {
    font-size: 16px;
  }
  .studio_head_no {
    font-size: 50px;
  }
  .concept__lead {
    /* margin-bottom: 80px; */
  }
  .studio_main {
    margin-bottom: 20px;
  }
  .studio_img {
		width: 100%;
  }
  .studio_detail {
    width: 50.5%;
  }
  .studio_heading {
    padding-left: 15px;
  }
  .studio_address {
    padding-top: 15px;
    margin-top: 15px;
  }
  .studio_tel {
    padding-top: 15px;
    margin-top: 15px;
  }
  .studio_tel a {
    font-size: 2em;
  }
}
@media only screen and (max-width: 750px) {
	.studio_content_head {
		background: #333;
		padding: 20px 0;
		margin-bottom: 5px;
	}
	.studio_content_head .heading{
		font-size: 16px;
	}
  .concept__lead {
    line-height: 1.8;
    font-size: 14px;
  }
	.guide__btn__outer {
    display: block;
    margin-bottom: 20px;
  }
  .guide__btn {
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
  }
  .guide__btn:not(:first-of-type) {
    margin-top: 10px;
  }

  .studio_content:not(:first-of-type) {
    margin-top: 20px;
  }

  .studio_img {
    width: 100%;
    margin-bottom: 5px;
  }
  .studio_detail {
    width: 100%;
  }
  .studio_heading {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .studio_address {
    font-size: 13px;
  }
  .studio_tel {
    font-size: 14px;
  }
  .studio_map {
    position: relative;
    padding-bottom: 80%;
    padding-top: 30px;
  }
}
/* ------------------------------
- form
------------------------------ */
.form {
  padding-bottom: 0;
}
.form_up {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
  border-top: 1px solid #444;
  padding: 30px 30px 0 30px;
  color: #15486b;
  font-weight: bold;
}
.form_telwrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 60px;
  border-bottom: 1px solid #444;
  padding: 0 30px 30px 30px;
  color: #15486b;
  font-weight: bold;
}
.form_tel_head {
  font-size: 18px;
}
.form_tel_content {
  width: 55%;
}
.form_tel a {
  color: #15486b;
  font-size: 40px;
  padding-left: 50px;
  background: url(../images/icon_fleedial_blue.png) no-repeat center left 10px/29px;
}
.form_tel_detail {
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .form_telwrap {
    padding: 5%;
  }
  .form_tel_head {
    font-size: 16px;
  }
  .form_tel_content {
    width: 57%;
  }
  .form_tel a {
    font-size: 38px;
  }
}
@media only screen and (max-width: 750px) {
  .form_up {
    border-bottom: 1px solid #444;
    padding: 20px 10px;
    font-size: 13px;
    text-align: center;
  }
  .form_telwrap {
    display: block;
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 8% 0;
    text-align: center;
  }
  .form_tel_head {
    text-align: center;
  }
  .form_tel_content {
    width: 100%;
    font-weight: bold;
  }
  .form_tel a {
    font-size: 34px;
    padding-left: 50px;
    background: url(../images/icon_fleedial_blue.png) no-repeat center left 10px/32px;
  }
  .form_tel_detail {
    font-size: 13px;
  }
  .mfp p {
    text-align: left;
  }
}
/* ------------------------------
- pagetop
------------------------------ */
/* .pagetop {
  position: fixed;
  right: -150px;
  bottom: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.pagetop.active {
  right: 20px;
}
.pagetop a {
  color: #fff;
  background: #333333;
  width: 106px;
  height: 106px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  padding-top: 56px;
  border: 4px solid #fff;
  font-weight: bold;
  background: #bb7f7a url(../images/tel_phone.png) no-repeat center top 16px / 20px;
}
@media only screen and (max-width: 1000px) {
  .pagetop a{
    width: 90px;
    height: 90px;
    font-size: 13px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .pagetop {
    bottom: 60px;
  }
  .pagetop.active {
    right: 10px;
    display: none;
  }
  .pagetop a {
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding-top: 19px;
    border: 4px solid #fff;
    bottom: 60px;
  }
} */
/* ------------------------------
- footer
------------------------------ */
footer {
  background: #444;
  padding: 35px 0;
}
footer .copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
	}
.footer_nav {
  position: fixed;
  right: -150px;
  bottom: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.footer_nav.active {
  right: 20px;
}
.footer_nav_item a {
  width: 106px;
  height: 106px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  padding-top: 52px;
  border: 4px solid #fff;
  font-weight: bold;
}
.footer_nav_contact a {
  color: #fff;
  background: #305978 url(../images/icon_moushikomi.png) no-repeat center top 20px / 30px;
}
.footer_nav_tel {
  display: none;
  background: #bb7f7a;
}
.footer_logo {
  width: 170px;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 1000px) {
  .footer_nav {
    bottom: 120px;
  }
  .footer_nav_item a {
    width: 90px;
    height: 90px;
    font-size: 13px;
    padding-top: 45px;
  }
  .footer_nav_contact a {
    color: #fff;
    background: #305978 url(../images/icon_moushikomi.png) no-repeat center top 18px / 25px;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding-bottom: 50px;
    padding: 30px 20px 70px;
  }
  .footer_nav {
    bottom: -50px;
    left: 0;
    width: 100%;
  }
  .footer_nav.active {
    bottom: 0;
  }
  .footer_nav_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .footer_nav_item {
    width: 50%;
    text-align: center;
    display: block;
  }
  .footer_nav_contact {
    background: #305978;
  }
  .footer_nav_item a {
    color: #fff;
    font-size: 13px;
    height: auto;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
  }
  .footer_nav_item span {
    padding: 15px 0 15px 33px;
    background-position: center left;
    background-size: 25px;
    background-repeat: no-repeat;
    display: inline-block;
  }
  .footer_nav_contact span {
    background-image: url(../images/icon_moushikomi.png);
  }
  .footer_nav_tel span {
    background-image: url(../images/icon_tel.png);
  }
  .footer_logo {
    width: 120px;
    margin: 0 auto 20px;
  }
}
/* ------------------------------
- form
------------------------------ */
ul#top_box {
  margin-bottom: 0;
}
.form .content-md {
  width: 90%;
}
.mfp_element_reset,
#mfp_button_cancel,
.mfp_element_submit,
#mfp_button_send,
#mfp_element_back {
  width: 48.5%;
  margin: 0;
}
.form select {
  height: 36px;
  font-size: 15px;
}
form#mailformpro select {
    border: solid 1px #eee;
    background-color: #eee;
    padding: 0px 10px;
    margin: 2px;
    vertical-align: middle;
}
.form input[type="text"] {
  font-size: 15px;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  display: none;
}
.form .checkbox,
.form .radio {
  font-size: 15px;
  position: relative;
  padding: 7.5px 20px 7.5px 40px;
}
.form .checkbox::before,
.form .radio::before{
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 6px;
  height: 11px;
  margin-top: -9px;
  border-right: 2px solid #ba9856;
  border-bottom: 2px solid #ba9856;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.form input[type=checkbox]:checked + .checkbox:after,
.form input[type=radio]:checked + .radio:after {
    opacity: 1;
}
.form .checkbox::after,
.form .radio::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  content: '';
  background-color: #eeeeee;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.form input[type=checkbox]:checked + .checkbox:before,
.form input[type=radio]:checked + .radio:before {
    opacity: 1;
}
form#mailformpro label {
  margin: 6px;
}
form#mailformpro label:hover {
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .form .content-md {
    width: 100%;
  }
  form#mailformpro dl dd {
    padding: 5px 0;
  }
  form#mailformpro dl dt {
    padding: 23px 0px 0 0;
  }
}
/* ------------------------------
- kakunin errow
------------------------------ */
.kakunin,
.errow {
  padding: 50px 0;
}
.kakunin_text,
.errow_text {
  margin-bottom: 30px;
}
.formTable {
  width: 100%;
  margin-bottom: 40px;
}
.formTable th,
.formTable td {
  border: 1px solid #ccc;
  padding: 10px;
}
.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
.formTable td {

}
.error_messe {
  color: red;
}
.kakunin_wrap .footer_nav_tel {
  width: 100%;
}
.thanks {
  padding: 70px 0;
}
.thanks_heading {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}
.thanks_lead {
  text-align: center;
  margin-top: 30px;
}
.thanks_btn {
  text-align: center;
  margin-top: 50px;
}
.thanks_btn a {
  border-radius: 5px;
  padding: 15px;
  background-color: #c25438;
  max-width: 45%;
  width: 45%;
  color: #fff;
  border: 2px solid #c25438;
  cursor: pointer;
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .kakunin_text,
  .errow_text {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .formTable th,
  .formTable td {
    font-size: 13px;
  }
  .mfp_element_reset,
  #mfp_button_cancel,
  .mfp_element_submit,
  #mfp_button_send {
    width: 100%;
    max-width: 100%;
  }
  .thanks {
    padding: 10% 0;
  }
  .thanks_heading {
    font-size: 20px;
  }
  .thanks_lead {
    margin-top: 30px;
  }
  .thanks_lead p {
    font-size: 13px;
  }
  .thanks_btn {
    margin-top: 50px;
  }
  .thanks_btn a {
    padding: 15px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }
}
/* ------------------------------
- cv02
------------------------------ */
.cv02 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 4px solid #2f1912;
  text-align: center;
  margin-top: 60px;
  height: 140px;
  background: #fff;
}
.cv02_heading {
  color: #2f1912;
  font-size: 24px;
  position: relative;
  width: 44%;
}
.cv02_content {
  background: #2f1912;
  position: relative;
  width: 57%;
  color: #fff100;
  padding: 22px 10px 22px 50px;
}
.cv02_heading::before,
.cv02_heading::after,
.cv02_content::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cv02_heading::before,
.cv02_heading::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 41px;
}
.cv02_heading::before {
  border-color: transparent transparent transparent #2f1912;
  right: -32px;
  z-index: 10;
}
.cv02_heading::after {
  border-color: transparent transparent transparent #ffffff;
  right: -30px;
  z-index: 11;
}
.cv02_content::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 66px 0 66px 45px;
  border-color: transparent transparent transparent #ffffff;
  left: 0;
}
.cv02_tel {
  color: #fff100;
  font-weight: bold;
  padding-left: 50px;
  background: url(../images/icon_fleedial_yellow.png) no-repeat center left/38px;
  font-size: 43px;
}
@media only screen and (max-width: 1000px) {
  .cv02_heading {
    width: 35%;
  }
  .cv02_content {
    width: 65%;
    font-size: 15px;
    padding: 27px 10px 27px 50px;
  }
  .cv02_tel {
    font-size: 38px;
  }
}
@media only screen and (max-width: 750px) {
  .cv02 {
    display: block;
    height: auto;
    margin-top: 30px;
  }
  .cv02_heading {
    width: 100%;
    font-size: 18px;
    padding: 15px 0;
  }
  .cv02_content {
    width: 100%;
    font-size: 14px;
    padding: 20px 10px;
  }
  .cv02_heading::before,
  .cv02_heading::after,
  .cv02_content::before {
    display: none;
  }
  .cv02_tel {
    font-size: 34px;
    padding-left: 40px;
    background: url(../images/icon_fleedial_yellow.png) no-repeat center left/30px;
  }
}
/* ------------------------------
- work
------------------------------ */
.work_block {
  background: #f2f2f2;
  padding: 90px 60px 70px;
  position: relative;
  margin-top: 90px;
}
.work_heading {
  position: absolute;
  top: -70px;
  left: 40px;
  max-width: 550px;
  width: 80%;
}
.work_cardwrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.work_card {
  position: relative;
}
.work_card:not(:nth-child(1)) {
  width: 46.6%;
  max-width: 410px;
  margin-top: 40px;
}
.work_block_heading,
.work_block_subheading {
  position: absolute;
  background: #fff;
  left: -20px;
  font-weight: bold;
}
.work_block_heading {
  font-size: 20px;
  padding: 15px 20px;
  top: 20px;
}
.work_block_subheading {
  font-size: 13px;
  padding: 20px 20px;
  top: 90px;
}
.work .work_block_text {
  font-size: 15px;
  margin-top: 15px;
  line-height: 2;
}
@media only screen and (max-width: 1000px) {
  .work_block {
    padding: 70px 50px 50px;
  }
  .work_block_heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .work_block {
    padding: 40px 8% 8%;
    margin-top: 50px;
  }
  .work_heading {
    top: -35px;
    left: 15px;
    max-width: 270px;
    width: 90%;
  }
  .work_card {
    position: relative;
  }
  .work_card:not(:nth-child(1)) {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
  }
  .work_block_heading,
  .work_block_subheading {
    position: relative;
    background: none;
    left: 0;
    padding: 0;
    top: 0;
    left: 0;
  }
  .work_block_heading {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .work_block_subheading {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .work .work_block_text {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.8;
  }
}

/* ------------------------------
- line_area
------------------------------ */
.line_area {
	border: 2px solid #00b900;
	padding: 30px 0 36px;
	text-align: center;
	max-width: 710px;
	margin: 0 auto 60px;
	position: relative;
}
.line_area .line_area_head {
	width: 76%;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
					align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #fff;
}
.line_area .line_area_head .img {
	width: 48px;
	height: 48px;
}
.line_area .line_area_head .line_heading {
	color: #00b900;
	font-size: 24px;
	font-weight: bold;
	padding-left: 15px;
}
.line_area .line_area_lead{
	margin-bottom: 24px;
}
.line_area .line_area_inner .img {
	width: 172px;
	margin: 0 auto 16px;
}
.line_area .line_btn img{
	border-radius: 40px;
	width: 175px;
	border-bottom: solid 4px #018f01;
}
@media only screen and (max-width: 750px) {
	.line_area {
		padding: 6% 2% 6%;
		margin: 20px 10px 60px;
	}
	.line_area .line_area_head .line_heading{
		font-size: 4.267vw;
	}
	.line_area .line_area_head {
		width: 73%;
		padding: 0 8px;
		top: -10%;
	}
	.line_area .line_area_head .img{
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
	}
	.line_area .line_area_lead{
	  margin: 3% 0 5%;
		font-size: 14px;
	}
	.line_area .line_area_inner .img{
		width: 50%;
	}
	.line_area .line_btn img{
		width: 160px;
	}
}
@media only screen and (max-width: 321px) {
	.line_area .line_area_head{
		width: 81%;
	}
}


.form_attention {
  text-align: center;
  line-height: 1.5;
  margin: 30px 0;
  color: #ff0000;
}