@charset "utf-8";


/*■■■■■■■
basic
■■■■■■■■*/
body {
  font-family: "メイリオ", "Yu Gothic", "Lucida Grande", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
  color: #000;
  text-align: center;
}

/*
■ ブラウザのマージンとパディング初期化
*/
* {
  margin: 0;
  padding: 0;
}

body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table,
tr,
td {
  padding: 0;
  margin: 0;
}

/*
■ イメージ初期化
*/
img {
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
}

/*
■ 境界線
*/
hr {
  display: none;
}

/*
■ リンク設定
*/
a img {
  border: none;
}

a:hover img {
  opacity: 0.7;
}

a {
  color: #ff781e;
  text-decoration: none;
}

a:hover {
  color: #313131;
  text-decoration: underline;
}

a:visited {
  color: #313131;
  text-decoration: underline;
}

/*
■ float
*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.fcl:after,
.row:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*
■ テキスト
*/
.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.txt_s {
  font-size: 0.86em;
}

.txt_red {
  color: #ec6941;
  background: #FFF;
  padding: 0 2px;
  font-weight: bold;
}

.txt_yellow {
  color: #fff100;
}

.txt_orange {
  color: #ed7552;
  font-weight: bold;
}

.txt_green {
  color: #27b431;
}

.txt_blue {
  color: #308fe3;
  font-weight: bold;
}

/*
■ BG
*/
.border_orange {
  border: solid 10px #ff8c3c;
  background: #FFF;
}

.border_green {
  border: solid 10px #6bb218;
  background: #FFF;
}

.border_red {
  border: solid 10px #eb6100;
  background: #FFF;
}

.bg_orange {
  background: #ff8c3c;
}

.bg_green {
  background: #6bb218;
}

.bg_red {
  background: #eb6100;
}

.bg_white {
  background: #FFF;
}

.bg_gray {
  background: #f6f4ef;
}

/*

/*
■ 非表示
*/
.hd {
  display: none;
}


/*■■■■■■■■■■■
common
■■■■■■■■■■■■*/

/* body */
body {
  text-align: center;
}

/* header */
#header {
  width: 100%;
  max-height: 100%;
  background: #FFF;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

/* mainimg */
#mainimg .box_left img,
#mainimg .box_right img {
  width: 100%;
}

/* entry */
.entry_btn a:hover,
#sec06 .mail a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* section 02 */

/* section 03 */

/* section 04 */

/* section 05 */

/* company */

/* thankyou */
.meoform__header.done .sect-desc {
  display: none;
}

.meoform__header.done .sect-desc.visible {
  display: block;
}


@media screen and (max-width: 999px) {
  /*　画面サイズ 999pxまで適用　*/

  /* body */
  body {
    font-size: 3.4vw !important;
  }

  body.top::before {
    background: url(../images/mapimg_sp.png) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }

  #sec01 h2 img,
  #sec02 h2 img,
  #sec04 h2 img,
  #sec05 h2 img,
  #sec06 h2 img,
  #entry_form h2 img {
    width: 90%;
    margin: 0 5% 1em;
  }

  /* wrap */
  .box_wrap_l,
  .box_wrap,
  .box_wrap_s {
    width: 100%;
    margin: 0 auto;
  }

  /* header */
  #header p.fleft {
    font-size: 0.8rem;
    line-height: 1.4em;
    text-align: left;
    padding-top: 1.2rem;
  }

  #header .box_right img {
    height: 5rem;
  }

  #header .box_left {
    width: 60%;
  }

  #header .box_left img {
    height: 5rem;
    margin: 0 0.3em;
  }

  #header .mail a,
  #header .tel a {
    display: block;
    height: 5rem;
  }

  #header .tel a {
    border-left: solid 2px #ff8c3c;
  }

  /* mainimg */
  #mainimg .lead,
  #entry_form .lead {
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.8em 0;
    line-height: 1.2;
  }

  #mainimg .lead span,
  #entry_form .lead span {
    font-size: 1.3em;
    padding: 0 0.1em;
  }

  #mainimg .box_left {
    width: 100%;
    background: #FFF;
  }

  #mainimg .box_left img {
    width: 80%;
    margin: 1em 10% 0;
  }

  #mainimg .box_right,
  #entry_form .box_wrap_s {
    width: 100%;
    background: #ff8c3c;
    padding-bottom: 1em;
  }

  /* form */
  .mail_form {
    width: 86%;
    max-height: 100%;
    background: #FFF;
    border-radius: 10px;
    margin: 0 2% 0.2em;
    padding: 1em 5% 2em;
  }

  .mail_form p.txt_s {
    margin-bottom: 1em;
  }

  .mail_form table {
    width: 100%;
    margin: 0 0 0.5em;
  }

  .mail_form table td {
    text-align: left;
  }

  .mail_form form input[type="text"] {
    width: 96%;
    font-size: 1.6em;
    min-height: 1.8em;
    padding: 0.3em 4%;
    margin: 0 0 0.6em;
    background: #eee;
    border: none;
    border-radius: 5px;
    border: #848080 1px solid;
  }

  button.submit-btn {
    width: 100%;
    padding: 1em 0 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2em;
    cursor: pointer;
    color: #ffffff;
    background: #34a853;
    border-bottom: 4px solid #006633;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    margin: 0 0 15px 0;
  }

  .mail_form .entry_tel {
    width: 100%;
    border: solid 1px #6bb218;
    margin: 0;
    box-sizing: border-box;
  }

  .mail_form .entry_tel img {
    width: 100%;
  }

  #entry_form .box_wrap {
    padding-top: 2em;
  }

  #entry_form img.box_title {
    width: 100%;
    margin: 0;
  }

  /* sec 00 */
  #sec00 .lead {
    color: #FFF;
    font-size: 1.8em;
    line-height: 1.2;
    padding: 0.5em 0;
  }

  #sec00 .lead .txt_s {
    font-size: 0.6em;
  }

  #sec00 .box_inner {
    padding: 25px 0 40px;
  }

  #sec00 .box {
    width: 80%;
    background: #FFF;
    padding: 1em 5%;
    margin: 0 5% 0.5em;
    text-align: left;
  }

  #sec00 .box img,
  #sec00 .box p {
    float: left;
  }

  #sec00 .box img {
    width: 25%;
    margin-right: 5%;
  }

  #sec00 .box p {
    width: 70%;
  }

  #sec00 .box.box_last {
    margin-right: 0;
  }

  #sec00 .box b {
    font-size: 1.6em;
    color: #ff8c3c;
  }

  /* sec 01 */
  p.lead {
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
  }

  #sec01 .box {
    width: 90%;
    margin: 0 5%;
    padding: 1em 5%;
    text-align: left;
    box-sizing: border-box;
  }

  #sec01 .box img {
    width: 100%;
    margin-bottom: 30px;
  }

  /* sec 02 */
  #sec02 {
    margin-bottom: 2em;
  }

  #sec02 .box {
    width: 90%;
    margin: 0 5%;
    padding: 1em 5%;
    text-align: left;
    box-sizing: border-box;
  }

  #sec02 .box.border_green {
    border-top: none;
    border-bottom: none;
  }

  #sec02 .box.box_last.border_green {
    border-bottom: solid 10px #6bb218;
  }

  #sec02 p {
    margin-bottom: 1em !important;
  }

  #sec02 h3 img {
    width: 90%;
    margin: 0 5%;
  }

  #sec02 .box img {
    width: 100%;
    margin-bottom: 1em;
  }

  #sec02 .box img.mbottom_0 {
    margin-bottom: 0;
  }

  #sec02 img.fleft,
  #sec02 img.fright {
    width: 100%;
    float: none;
  }

  #sec02 p.txt_s {
    font-size: 0.6em;
    margin-bottom: 2em;
  }

  #sec02 img.left {
    margin-right: 5%;
  }

  /* sec 03 */
  #sec03 {
    margin-bottom: 2em;
  }

  #sec03 .box_wrap_l {
    padding-bottom: 2em;
  }

  #sec03 h2 img {
    width: 100%;
  }

  #sec03 .box_title {
    width: 80%;
    background: #a40000;
    padding: 0.5em 5%;
    margin: 0 5%;
    color: #FFF;
    font-size: 1.6em;
    text-align: left;
  }

  #sec03 .box_body {
    width: 80%;
    background: #FFF;
    padding: 2em 5% 1em;
    margin: 0 5% 2em;
  }

  #sec03 .fleft,
  #sec03 .fright {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }

  #sec03 img.next {
    width: 90%;
    margin: 0 5%;
  }

  #sec03 img.arr {
    width: 50%;
    margin: 0 25%;
  }

  /* sec 04 */
  #sec04 .box {
    width: 90%;
    margin: 0 5%;
    padding: 1em 5%;
    text-align: left;
    box-sizing: border-box;
  }

  #sec04 .box img {
    width: 100%;
    margin-bottom: 1em;
  }

  #sec04 .box img.border {
    border: solid 1px #ff8c3c;
    box-sizing: border-box;
  }

  #sec04 p {
    margin-bottom: 1em !important;
  }

  #sec04 table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
  }

  #sec04 td {
    background: #ffe8d8;
    padding: 1em 5%;
    border-bottom: solid 10px #FFF;
    width: 90%;
    display: block;
  }

  /* sec 05 */
  #sec05 .box {
    width: 90%;
    margin: 0 5%;
    padding: 1em 5%;
    text-align: left;
    box-sizing: border-box;
    border-bottom: none;
  }

  #sec05 .box.box_last {
    border-bottom: solid 10px #6bb218;
  }

  #sec05 .box img {
    width: 100%;
    margin-bottom: 1em;
  }

  #sec05 .box .box_body .fleft,
  #sec05 .box .box_body .fright {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }

  #sec05 .box .box_body img {
    border: solid 5px #cce198;
    margin: 0;
    box-sizing: border-box;
  }

  #sec05 p {
    margin-bottom: 1em !important;
  }

  #sec05 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #sec05 li {
    background: #cce198;
    border-left: solid 5px #6bb218;
    margin-bottom: 0.2em;
    padding: 15px;
    font-weight: bold;
  }

  #sec05 .box .box_body .fleft li,
  #sec05 .box .box_body .fright li {
    border: none;
    margin: 0;
  }

  /* sec 06 */
  #sec06 {
    padding-bottom: 2em;
  }

  #sec06 .box {
    width: 90%;
    margin: 0 5%;
    padding: 1em 5%;
    text-align: left;
    box-sizing: border-box;
  }

  #sec06 .border_orange .box_title {
    font-size: 1.15em;
    font-weight: bold;
    border-bottom: dotted 5px #ff8c3c;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }

  #sec06 span.free {
    font-size: 1.2em;
    color: #ffff00;
    background: #eb6100;
    padding: 0.2em 0.5em 0;
    margin-right: 0.5em;
  }

  #sec06 .box_body .fleft,
  #sec06 .box_body .fright {
    width: 100%;
    text-align: center;
  }

  #sec06 .tel a img {
    width: 100%;
    border: solid 1px #6bb218;
    margin: 0 auto;
    display: block;
  }

  #sec06 .mail a {
    width: 100%;
    padding: 1em 0 0.8em;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
    color: #ffffff;
    background: #6bb218;
    appearance: none;
    -webkit-appearance: none;
    margin: 0 0 0.5em 0;
  }

  #sec06 .bg_red .box_title {
    color: #FFF;
    font-size: 1.15em;
    font-weight: bold;
    border-bottom: dotted 5px #FFF;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }

  #sec06 span.start {
    font-size: 1.2em;
    color: #eb6100;
    background: #ffff33;
    padding: 0.2em 0.5em 0;
    margin-right: 0.5em;
  }

  #sec06 table {
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    border-collapse: collapse;
  }

  #sec06 th,
  #sec06 td {
    background: #FFF;
    width: 90%;
    display: block;
  }

  #sec06 th {
    color: #eb6100;
    padding: 1em 5% 0;
  }

  #sec06 td {
    padding: 0 5% 1em;
    border-bottom: solid 10px #eb6100;
  }

  #sec06 img.arr {
    width: 20%;
    margin-bottom: 1em;
  }

  /* footer */
  #footer {
    background: #e7e8e5;
    padding: 1.5em 10%;
    font-size: 1.1em;
    text-align: left;
  }

  #footer ul {
    list-style-position: inside;
    margin: 0 0 1em;
  }

  #footer li a {
    color: #000;
    line-height: 2em;
  }

  body.thanks #footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3;
  }

  /* company */
  #message,
  #info {
    padding-bottom: 2em;
  }

  #message .box_title {
    width: 96%;
    max-height: 100%;
    background: url(../images/company_sp_title_01.png) no-repeat top center;
    background-size: cover;
    padding: 2.5em 2%;
    margin-bottom: 2em;
  }

  #info .box_title {
    width: 96%;
    max-height: 100%;
    background: url(../images/company_sp_title_02.png) no-repeat top center;
    background-size: cover;
    padding: 2.5em 2%;
    margin-bottom: 2em;
  }

  #message .box_title .sub,
  #info .box_title .sub {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 25px;
  }

  #message .box_title .sub span,
  #info .box_title .sub span {
    border-bottom: solid 1px #FFF;
    padding-bottom: 10px;
  }

  #message .box_title h1,
  #info .box_title h2 {
    font-size: 2em;
    font-weight: normal;
    text-shadow: 1px 1px 0px #FFF;
  }

  #message .box_body p,
  #info .box_body p {
    padding: 0 5%;
    line-height: 1.7em;
    text-align: left;
    margin-bottom: 1.5em;
  }

  #info table {
    width: 90%;
    margin: 0 5% 2em;
    border-collapse: collapse;
    font-size: 1em;
  }

  #info th {
    border: solid 1px #c9c9c9;
    background: #eeeeee;
    padding: 1em;
    text-align: center;
    white-space: nowrap;
  }

  #info td {
    border: solid 1px #c9c9c9;
    background: #FFF;
    padding: 1em;
    text-align: left;
  }


  /* thanks */
  .link {
    padding: 1em 2em;
    font-size: 0.6em;
    text-align: left;
    color: #999;
  }

  .link a,
  .link a:hover {
    color: #000;
  }

  .sect-container {
    width: 100%;
    padding: 2em 0;
  }

  .thanks .box {
    width: 90%;
    margin: 0 5%;
    padding: 1em 5%;
    box-sizing: border-box;
    text-align: center;
  }

  .thanks .box img {
    width: 100%;
    margin-bottom: 2em;
  }

  #sent_ok .reset_btn a {
    width: 100%;
    padding: 1em 0 0.8em;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
    color: #ffffff;
    background: #6bb218;
    appearance: none;
    -webkit-appearance: none;
    margin: 1em 0 0.5em 0;
  }

  #sent_ng .reset_btn a {
    width: 100%;
    padding: 1em 0 0.8em;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
    color: #ffffff;
    background: #eb6100;
    border-bottom: 4px solid #a84200;
    appearance: none;
    -webkit-appearance: none;
    margin: 1em 0 0.5em 0;
  }

  /* display */
  .sp_hd {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  #header .box_left {
    width: 60%;
    font-size: 0.4em;
    font-weight: bold;
    padding: 0 0 0 2%;
  }

  #header p.fleft {
    line-height: 4em;
    padding-top: 0.8rem;
  }

  #header .box_left img {
    display: none;
  }

  #header .box_right img,
  #header .mail a,
  #header .tel a {
    height: 3rem !important;
  }
}

@media screen and (max-width: 370px) and (min-width:321px) {
  #header .box_left {
    width: 60%;
    font-size: 0.4em;
    font-weight: bold;
    padding: 0 0 0 2%;
  }

  #header p.fleft {
    line-height: 3em;
    padding-top: 0.8rem;
  }

  #header .box_left img {
    height: 2rem !important;
    margin: 0.5rem 3% 0;
  }

  #header .box_right img,
  #header .mail a,
  #header .tel a {
    height: 3rem !important;
  }
}

@media screen and (max-width: 470px) and (min-width: 371px) {
  #header .box_left {
    width: 55%;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 0 2%;
  }

  #header .box_left img {
    height: 2.3rem !important;
    margin: 0.5rem 3% 0;
  }

  #header .box_right img,
  #header .mail a,
  #header .tel a {
    height: 3.5rem !important;
  }
}

@media screen and (max-width: 749px) and (min-width: 471px) {
  #header p.fleft {
    padding-top: 0.8rem !important;
  }

  #header .box_left img,
  #header .box_right img,
  #header .mail a,
  #header .tel a {
    height: 4rem !important;
  }
}

@media screen and (max-width: 997px) and (min-width: 750px) {
  #header .box_left {
    font-size: 0.9em;
    text-align: left;
    line-height: 1em;
  }

  #header p.fleft {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 1170px) and (min-width: 998px) {
  #header .box_left {
    font-size: 0.8em;
    text-align: left;
    line-height: 1em;
  }

  #header .box_left br.pc_hd {
    display: block;
  }
}


@media screen and (min-width:1000px) {
  /*　画面サイズ 1000px以上から適用　*/

  /* body */
  body {
    font-size: 20px;
  }

  body.top {
    background: url(../images/mapimg.png);
    background-attachment: fixed;
  }

  #sec01 h2 img,
  #sec02 h2 img,
  #sec04 h2 img,
  #sec05 h2 img,
  #sec06 h2 img {
    margin-bottom: 1.5em;
  }

  /* wrap */
  .box_wrap_l {
    width: 1280px;
    max-height: 100%;
    margin: 0 auto;
  }

  .box_wrap_s {
    width: 750px;
    max-height: 100%;
    margin: 0 auto;
  }

  .box_wrap {
    width: 1000px;
    margin: 0 auto;
  }

  .box_inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* header */
  #header {
    width: 100%;
    height: 70px;
  }

  #header p.fleft {
    margin: 0.5em 0 0 1em;
  }

  #header .box_left {
    display: table-cell;
    vertical-align: baseline;
    padding: 10px 1%;
  }

  #header .box_left img {
    width: 331px;
  }

  #header .box_right {
    vertical-align: middle;
  }

  #header .mail a {
    width: 220px;
    height: 30px;
    display: block;
    padding: 20px 15px;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    color: #ffffff;
    background: #ff781e;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
  }

  #header .mail a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  #header .tel a {
    width: 240px;
    height: 30px;
    display: block;
    padding: 20px 8px;
    border-left: solid 1px #ff781e;
    color: #ff781e;
    font-size: 1.2em;
    font-weight: bold;
  }

  #header .tel a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  /* mainimg */
  #mainimg .box_wrap_l {
    width: 1280px;
    height: 750px;
    background: url(../images/main_bg_oval.png) no-repeat bottom center;
    background-size: 100%
  }

  #mainimg .lead,
  #entry_form .lead {
    color: #FFF;
    font-size: 1.8em;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  #mainimg .lead span,
  #entry_form .lead span {
    font-size: 1.3em;
    padding: 0 0.1em;
  }

  #mainimg .box_left {
    width: 465px;
    padding: 26px 20px 0 115px;
  }

  #mainimg .box_right {
    width: 540px;
    padding-top: 25px;
  }

  /* mainimg form & entry_form */
  #mainimg .mail_form,
  #entry_form .mail_form {
    border: solid 10px #ff8c3c;
    border-top: none;
    padding: 20px;
    text-align: center;
  }

  .mail_form p.txt_s {
    margin-bottom: 0.5em;
  }

  #mainimg table {
    width: 420px;
    margin: 0 20px 5px;
  }

  #entry_form table {
    width: 420px;
    margin: 0 110px 0.5em;
  }

  #mainimg table td,
  #entry_form table td {
    text-align: left;
  }

  #mainimg form input[type="text"],
  #entry_form form input[type="text"] {
    width: 420px;
    font-size: 1em;
    background: #eeeeee;
    border: #848080 1px solid;
    border-radius: 5px;
    min-height: 1.8em;
    padding: 7px 10px;
    margin-bottom: 20px;
    border-width: 3px
  }

  button.submit-btn {
    width: 440px;
    padding: 20px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    cursor: pointer;
    color: #ffffff;
    background: #34a853;
    border-bottom: 4px solid #006633;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    margin: 0 0 15px 0;
  }

  button.submit-btn:hover {
    opacity: 0.8;
  }

  .mail_form .entry_tel {
    width: 420px;
    border: solid 1px #6bb218;
    margin: 0 auto;
  }

  .mail_form img {
    width: 420px;
  }

  #entry_form .box_wrap {
    padding: 30px 0 50px;
  }

  #entry_form h2 img {
    margin-bottom: 30px;
  }


  /* sec 00 */
  #sec00 .lead {
    color: #FFF;
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  #sec00 .lead .txt_s {
    font-size: 0.75em;
  }

  #sec00 .box_inner {
    padding: 25px 0 40px;
  }

  #sec00 .box {
    width: 300px;
    background: #FFF;
    padding: 20px 10px;
    margin-right: 20px;
  }

  #sec00 .box.box_last {
    margin-right: 0;
  }

  #sec00 .box b {
    font-size: 1.6em;
    color: #ff8c3c;
  }

  /* sec 01 */
  p.lead {
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
  }

  #sec01 .box {
    padding: 50px;
    text-align: left;
  }

  #sec01 .box img {
    width: 100%;
    margin-bottom: 30px;
  }

  /* sec 02 */
  #sec02 {
    margin-bottom: 50px;
  }

  #sec02 .box {
    padding: 50px 50px 30px;
    text-align: left;
  }

  #sec02 .box.border_green {
    border-top: none;
    border-bottom: none;
  }

  #sec02 .box.box_last.border_green {
    border-bottom: solid 10px #6bb218;
  }

  #sec02 p {
    margin-bottom: 1em !important;
  }

  #sec02 .box img {
    margin-bottom: 30px;
  }

  #sec02 .box img.mbottom_0 {
    margin-bottom: 0;
  }

  #sec02 img.fleft,
  #sec02 img.fright {
    width: 435px;
  }

  #sec02 p.txt_s {
    font-size: 0.6em;
    margin-bottom: 30px !important;
  }

  #sec02 img.left {
    margin-right: 10px;
  }

  /* sec 03 */
  #sec03 {
    margin-bottom: 50px;
  }

  #sec03 .box_wrap_l {
    padding-bottom: 20px;
  }

  #sec03 .box_title {
    width: 940px;
    background: #a40000;
    padding: 8px 30px 5px;
    color: #FFF;
    font-size: 1.6em;
    text-align: left;
  }

  #sec03 .box_body {
    width: 930px;
    background: #FFF;
    padding: 30px 35px;
    margin-bottom: 40px;
  }

  #sec03 .fleft,
  #sec03 .fright {
    width: 445px;
  }

  /* sec 04 */
  #sec04 .box {
    padding: 50px;
    text-align: left;
  }

  #sec04 .box img {
    width: 100%;
    margin-bottom: 30px;
  }

  #sec04 .box img.border {
    border: solid 1px #ff8c3c;
  }

  #sec04 p {
    margin-bottom: 1em !important;
  }

  #sec04 table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
  }

  #sec04 td {
    background: #ffe8d8;
    padding: 20px 0 15px;
    border: solid 10px #FFF;
  }

  /* sec 05 */
  #sec05 .box {
    padding: 30px;
    text-align: left;
    border-bottom: none;
  }

  #sec05 .box.box_last {
    border-bottom: solid 10px #6bb218;
  }

  #sec05 .box img {
    width: 100%;
    margin-bottom: 30px;
  }

  #sec05 .box .box_body .fleft,
  #sec05 .box .box_body .fright {
    width: 440px;
    border: solid 5px #cce198;
    margin: 0;
  }

  #sec05 .box .box_body img {
    margin: 0;
  }

  #sec05 p {
    margin-bottom: 1em !important;
  }

  #sec05 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #sec05 li {
    background: #cce198;
    border-left: solid 5px #6bb218;
    margin-bottom: 10px;
    padding: 15px;
    font-weight: bold;
  }

  #sec05 .box .box_body .fleft li,
  #sec05 .box .box_body .fright li {
    border: none;
    margin: 0;
  }

  /* sec 06 */
  #sec06 {
    padding-bottom: 50px;
  }

  #sec06 .box {
    padding: 20px;
    text-align: left;
  }

  #sec06 .border_orange .box_title {
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: dotted 5px #ff8c3c;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  #sec06 span.free {
    font-size: 1.2em;
    color: #ffff00;
    background: #eb6100;
    padding: 2px 10px 0;
    margin-right: 10px;
  }

  #sec06 .box_body .fleft,
  #sec06 .box_body .fright {
    width: 455px;
    text-align: center;
  }

  #sec06 .tel a {
    display: block;
    width: 455px;
    border: solid 1px #6bb218;
  }

  #sec06 .mail a {
    display: block;
    width: 455px;
    padding: 20px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
    color: #ffffff;
    background: #34a853;
    border-bottom: 4px solid #006633;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
  }

  #sec06 .bg_red .box_title {
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: dotted 5px #FFF;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  #sec06 span.start {
    font-size: 1.2em;
    color: #eb6100;
    background: #ffff33;
    padding: 2px 10px 0;
    margin-right: 10px;
  }

  #sec06 table {
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    border-collapse: collapse;
  }

  #sec06 th,
  #sec06 td {
    background: #FFF;
    padding: 30px 0 20px 50px;
    border-bottom: solid 10px #eb6100;
  }

  #sec06 th {
    color: #eb6100;
  }

  #sec06 img.arr {
    width: 150px;
    height: 50px;
    margin-bottom: 10px;
  }

  /* footer */
  #footer {
    background: #e7e8e5;
    padding: 30px;
    font-size: 0.8em;
    text-align: center;
  }

  #footer ul {
    /* width: 300px; */
    list-style: none;
    margin: 0 auto 30px;

    display: flex;
    justify-content: center;

  }

  #footer li a {
    color: #000;
    margin: 0 1em;
  }

  #footer li.border:after {
    content: "|";
  }

  body.thanks #footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3;
  }

  /* company */
  #message .box_title {
    width: 1000px;
    min-height: 160px;
    background: url(../images/company_pc_title_01.png) no-repeat top center;
    margin: 50px 0;
    padding-top: 80px;
  }

  #info .box_title {
    width: 1000px;
    min-height: 160px;
    background: url(../images/company_pc_title_02.png) no-repeat top center;
    margin: 50px 0;
    padding-top: 80px;
  }

  #message .box_title .sub,
  #info .box_title .sub {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  #message .box_title .sub span,
  #info .box_title .sub span {
    border-bottom: solid 1px #FFF;
    padding-bottom: 10px;
  }

  #message .box_title h1,
  #info .box_title h2 {
    font-size: 38px;
    font-weight: normal;
    text-shadow: 1px 1px 0px #FFF;
  }

  #message .box_body p,
  #info .box_body p {
    padding: 0 50px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 1.5em;
  }

  #info table {
    width: 96%;
    margin: 0 2% 100px;
    border-collapse: collapse;
    font-size: 0.8em;
  }

  #info th {
    border: solid 1px #c9c9c9;
    background: #eeeeee;
    padding: 12px;
    text-align: center;
  }

  #info td {
    border: solid 1px #c9c9c9;
    background: #FFF;
    padding: 12px 30px;
    text-align: left;
  }

  /* thanks */
  .link {
    padding: 15px 0;
    font-size: 0.6em;
    text-align: left;
    color: #999;
  }

  .link a,
  .link a:hover {
    color: #000;
  }

  .sect-container {
    width: 800px;
    margin: 2em auto 0;
  }

  .thanks .box {
    padding: 50px;
    text-align: center;
  }

  .thanks .box img {
    width: 100%;
    margin-bottom: 30px;
  }

  #sent_ok .reset_btn a {
    display: block;
    width: 455px;
    padding: 20px 0 20px;
    margin: 1em auto 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
    color: #ffffff;
    background: #34a853;
    border-bottom: 4px solid #006633;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
  }

  #sent_ng .reset_btn a {
    display: block;
    width: 455px;
    padding: 20px 0 20px;
    margin: 1em auto 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    cursor: pointer;
    color: #ffffff;
    background: #eb6100;
    border-bottom: 4px solid #a84200;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
  }

  .reset_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  /* display */
  .pc_hd {
    display: none;
  }
}

/*========== contact:form ==========*/
.contact-sect {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-sect {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.contact-sect .sect-container {
  text-align: center;
}

.contact-sect .page-title {
  font-size: 2.1em;
  line-height: 1.47619;
  font-weight: 500;
  margin-bottom: 22px;
  color: #000;
}

.contact-sect .page-title strong {
  font-weight: inherit;
  color: #f19149;
}

@media screen and (max-width: 768px) {
  .contact-sect .page-title {
    font-size: 1.1rem;
    font-weight: 700;
  }
}

.contact-sect p.main_desc {
  padding: 2rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-sect p.main_desc {
    padding: 0 0;
    font-size: 1.7rem;
  }
}

.contact-sect .contact_form {
  display: table;
  margin: 0 auto 2rem;
  padding: 1rem 0;
  border: solid 10px #ff8c3c;
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form {
    display: inline-block;
    /* width: 100%; */
  }
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form tbody,
  .contact-sect .contact_form tr {
    display: inline-table;
    padding: 0.2rem 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form td:first-of-type {
    width: 30%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form td:last-of-type {
    width: 60%;
  }
}

.contact-sect .contact_form label {
  cursor: pointer;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form label {
    font-size: 0.8rem;
  }
}

.contact-sect .contact_form input[type="text"] {
  width: 420px;
  font-size: 1rem;
  background: #eeeeee;
  border: none;
  border-radius: 5px;
  min-height: 1.8em;
  padding: 5px 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .contact-sect .contact_form input[type="text"] {
    width: 90%;
    font-size: 0.9rem;
    line-height: 2.2;
  }
}

.contact-sect button.submit-btn {
  width: 440px;
  padding: 15px 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  cursor: pointer;
  color: #ffffff;
  background: #34a853;
  border-bottom: 4px solid #006633;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0 0 15px 0;
}

.contact-sect button.submit-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .contact-sect button.submit-btn {
    width: 90%;
    font-size: 1rem;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .contact-sect p.desc {
    font-size: 0.8rem;
  }
}

.policy-sect {
  padding-top: 2rem;
  padding-bottom: 5rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .policy-sect {
    padding-top: 0;
  }
}

.policy-sect .sect-container {
  /* padding: 0 1rem; */
  padding: 0 1rem;
}

@media screen and (max-width: 768px) {
  .policy-sect .sect-container {
    /* padding: 0 1rem; */
    display: table-cell;
    padding: 0 1rem;
  }
}

.policy-sect h3 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

.policy-sect ul.li_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: disc inside;
  padding-left: 1rem;
}

.policy-sect ul.li_grid li {
  margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
  .policy-sect ul.li_grid {
    padding-left: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.policy-sect p.label {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .policy-sect p.label {
    font-size: 1rem;
  }
}

.policy-sect p.nrl {
  /* font-size: 1rem; */
}

@media screen and (max-width: 768px) {
  .policy-sect p.nrl {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.thanks-sect {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .thanks-sect {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.thanks-sect .sect-container {
  text-align: center;
}

.thanks-sect .page-title {
  font-size: 2.1em;
  line-height: 1.47619;
  font-weight: 500;
  margin-bottom: 22px;
  color: #000;
}

.thanks-sect .page-title strong {
  font-weight: inherit;
  color: #f19149;
}

@media screen and (max-width: 768px) {
  .thanks-sect .page-title {
    font-size: 1rem;
  }
}

.thanks-sect p.desc {
  text-align: left;
  display: table;
  margin: 2rem auto 4rem;
}

@media screen and (max-width: 768px) {
  .thanks-sect p.desc {
    padding: 0 1rem;
    font-size: 0.8rem;
  }
}

.thanks-sect a.top_link {
  display: inline-block;
  max-width: 10rem;
  width: 90%;
  background: #34a853;
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0.5rem;
  text-decoration: underline;
}

/*==============  ===============*/


/*input:focus, input:hover, input.blink {
  border: 1px solid #f00;
  animation: blink 0.75s linear infinite alternate;
  border-width: 3px;
}*/

input.blink {
  border: 1px solid #f00;
  animation: blink 0.75s linear infinite alternate;
  border-width: 3px;
}

@keyframes blink {
  0% {
      border: 3px solid #f00;
  }

  100% {
      border: 3px solid #fff;
  }
}

.meoform__form button.blink, .meoform__form button.submit-btn.blink {
  border: 3px solid #f00;
  animation: blink .75s linear infinite alternate;
  opacity: unset;
}

/*.meoform__form button:disabled, .meoform__form button.submit-btn:disabled {
  opacity: .35;
}*/

/*============== END ===============*/