@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

/* html5doctor.com Reset Stylesheet v1.6.1
	La２２st Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  padding: 7px;
  vertical-align: middle;
}
textarea {
  width: 100%;
}
@media screen and (max-width: 639px) {
  input[type="text"], select {
    background: #fff;
    width: 100%;
  }
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #333;
  font-family: "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, ヒラギノ角ゴ Pro W3, YuGothic, Verdana, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  width: 100%;
  height: 100%;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
a:hover {
    opacity: .6;
}
/* img */
@media screen and (max-width: 639px) {
  img {
    width: 100%;
  }
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.contact_btn {
  position: fixed;
  top: 120px;
  right: 0;
  opacity: 1;
  visibility: visible;
  /*transform: translateY(0);*/
}
@media screen and (max-width: 639px) {
  .contact_btn {
    top: initial;
    bottom: 100px;
  }
}
.active {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  /*transform: translateY(30px);*/
}

/* form */
div#wrapper {
  /*background: none !important;*/
}
.sec_contact {
  padding: 0 0 60px;
}
@media screen and (max-width: 639px) {
  .sec_contact {
    padding: 0;
  }
}
.confirm h2 {
  margin: 0 0 30px;
  font-size: 3em;
  text-align: center;
}
.confirm .sec_contact {
  padding: 70px 60px 60px;
}
@media screen and (max-width: 639px) {
  .confirm .sec_contact {
    padding: 20px 0 0;
  }
  .mw_wp_form_complete .sec_contact {
    padding: 20px;
  }
}
.sec_contact .sec_inner {
  margin: 0 auto;
  padding: 30px 60px;
  width: 890px;
}
@media screen and (max-width: 639px) {
  .sec_contact .sec_inner {
    padding: 0 20px;
    width: auto;
  }
}
.mailform {
  border-bottom: solid 1px #ccc;
  display: flex;
}
.mailform dt {
  float: initial;
  border: none;
  padding: 10px;
  font-size: 1em;
  line-height: 1.4;
  width: 30%;
  box-sizing: border-box;
  font-weight: normal;
}
.post_content .mailform dt {
  font-weight: normal;
}
.mailform dt .must {
  background: #cc0000;
  border-radius: 5px;
  margin: 0 0 0 5px;
  padding: 3px 4px;
  color: #ffffff;
  font-size: 11px;
}
.mailform dd {
  float: initial;
  border: none;
  padding: 10px 10px 10px 0;
  font-size: 15px;
  width: 70%;
}
.mailform dd div {
  padding: 2px 0;
}
.mailform dd span {
  margin: 0 5px 0 0;
}
.mailform .mfp_col10 {
  margin: 0 0 10px;
}
.mailform ._select {
  padding: 0 1.5%;
  border-style: inset;
  border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
  border-radius: 2px;
}
.mailform ._select select {
  background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  cursor: text;
  padding: 3px 0;
  color: #666;
  letter-spacing: normal;
  word-spacing: normal;
  font: 400 13.3333px Arial;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
}
.note {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.mailform .mfp_element_submit {
  margin: 0 auto;
}
.mfp_buttons {
  padding: 35px 0 40px;
  text-align: center;
}
.mfp_buttons input {
  margin: 0 10px;
}
.error {
  padding: 5px 0 0;
}

.mw_wp_form_confirm {
  margin: 0 auto;
}
.mw_wp_form_confirm .note {
  display: none;
}
.mw_wp_form_confirm .must {
  display: none;
}

.entry-title {
  text-align: center;
  padding: 35px 0;
  font-size: 3em;
}

.post-meta-wrapper.post-meta-edit-link-wrapper {
  display: none;
}

.completed_box {
  font-size: 1.6em;
  text-align: center;
}
.completed_box h2 {
  margin: 30px 0;
  font-size: 1.4em;
}
.completed_box #num span {
  font-size: 1.6em;
  font-weight: bold;
}

.l_content .sec_gr .inner.privacypolicy {
  padding-top: 0;
  font-size: 16px;
}
.privacypolicy .scroll_area {
  border: 1px solid #ccc;
  background: #F8F6F6;
  margin: 10px 0 30px;
  padding: 10px;
  overflow: scroll;
  height: 300px;
}
.privacy {
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .mwform-checkbox-field {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .birth select {
    width: 30%;
  }
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }

  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
section.orange01{
  background-color: #ff7200;
  width: 100%;
}
.flexbox {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto ;
} 
section.orange01 li{
  margin: 3% 0 ;
/*    width: 20%;*/
}
section.orange01 li img{
  width: 70%;
}
/* =================================
 text
================================= */
.u_txt_1 {
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: 0;
}

.u_txt_2 {
  font-size: 1.8em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .u_txt_2 {
    font-size: 1.6em;
  }
}

.u_txt_3 {
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .u_txt_3 {
    font-size: 1.4em;
  }
}

.u_txt_4 {
  font-size: 3em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .u_txt_4 {
    font-size: 1.5em;
  }
}

.u_txt_5 {
  font-size: 2.4em;
  line-height: 1.5;
  letter-spacing: 0;
}

.u_txt_6 {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .u_txt_6 {
    font-size: 1.5em;
    line-height: 1;
  }
}

.u_txt_7 {
  font-size: 4.4em;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .u_txt_7 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 639px) {
  .u_txt_8 {
    font-size: 1.6em;
  }
}

.u_txt_9 {
  font-size: 1.6em;
}
@media screen and (max-width: 639px) {
  .u_txt_9 {
    font-size: 1.2em;
  }
}

/* =================================
 box shadow
================================= */
.u_box_shadow {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 buttons
================================= */
.c_btn_1 {
  display: block;
  width: 400px;
  height: 60px;
  font-size: 2em;
  text-align: center;
  line-height: 60px;
  color: #1c00ff;
  border: 2px solid #1c00ff;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 639px) {
  .c_btn_1 {
    width: 120px;
    height: 40px;
    font-size: 1.4em;
    text-align: center;
    line-height: 40px;
    border: 2px solid #1c00ff;
  }
}
.c_btn_1._hover {
  color: #fff;
  background: #1c00ff;
}

/* =================================
 icon
================================= */
.c_ico_1 {
  display: inline-block;
  min-width: 40px;
  height: 24px;
  padding: 0 6px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background: #c4ff00;
}

/* =================================
 alerts
================================= */
.c_alerts_1 {
  width: 200px;
  min-height: 150px;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.c_alerts_1 .inner {
  padding: 10px;
}
.c_alerts_1 .inner .ttl {
  font-size: 2em;
  text-align: center;
}
.c_alerts_1 .inner .txt {
  margin: 10px 0 0;
  font-size: 1.4em;
  line-height: 1.5;
}

/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 639px) {
  .l_content_size {
    width: auto;
    padding: 0 4.6875%;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
  height: 100%;
}

/* =================================
 l_header
================================= */
.l_header {
  border-bottom: 2px solid #FF7200;
  background: #fff;
  padding: 10px 0;
  /*position: fixed;*/
  font-size: 16px;
  width: 100%;
  height: auto;
}
.l_header .inner {
  margin: 0 auto;
  width: 890px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .l_header .inner {
    padding: 5px 10px ;
    width: 100%;
  }
}
.l_header .inner h1 {
  margin: 0 0 0 5%;
}
.l_header .inner .h_logo {
margin-bottom: 5px;
}

.l_header .inner .nav li {
  display: inline-block;
  margin: 0 0 0 75px;
}
.l_header .inner .nav li a {
  color: #000;
  font-size: 16px;
}

/*
@media screen and (max-width: 639px) {
}
*/

/* =================================
 l_header_sp
================================= */
/* =================================
 l_menu_sp
================================= */
/* =================================
 l_mv
================================= */
.l_mv {
    background: #e5ebf2 url(../images/img_main.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: auto;
    width: 100%;
    height: 510px;
}
@media screen and (max-width: 639px) {
  .l_mv {
    background: #e5ebf2 url(../images/SP_img_main.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: 100%;
/*    max-width: 100%;*/
        width: 100%;
    height: 420px;
/*    height:350px;*/
  }
}

@media screen and (max-width: 639px) {
  .l_mv .inner {
    padding: 75px 0 0;
    width: 100%;
  }
}
/*
.l_mv .inner h1 {
}
@media screen and (max-width: 639px) {
  .l_mv h1 {
    margin: 0 0 0 5%;
    width: 50%;
  }
}
*/

/* =================================
 l_content
================================= */
.l_content .sec_intro {
  background: url(../images/bg_01.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px 0 55px;
  height: 730px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .l_content .sec_intro {
    height: 100%;
  }
}
.l_content .sec_intro .ttl {
  background: #fff url(../images/bg_05.png) 0 0 no-repeat;
  border-radius: 50px;
  margin: 0 auto 65px;
  width: 657px;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .l_content .sec_intro .ttl {
    margin: 0 auto 40px;
    width: 328px;
  }
}
.l_content .sec_intro .ttl span {
  margin: 0;
  line-height: 92px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_intro .ttl span {
    line-height: 46px;
  }
}
.l_content .sec_intro .inner {
  display: flex;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_intro .inner {
    display: block;
    width: 100%;
  }
}
.l_content .sec_intro .inner .box {
  background: #fff;
  margin: 0 20px;
  width: 479px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_intro .inner .box {
    margin: 0 auto 5%;
    width: 80%;
  }
}
.l_content .sec_intro .inner .box .sttl {
  padding: 27px 0;
  font-size: 29px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_intro .inner .box .sttl {
    padding: 15px 0;
    font-size: 18px;
  }
}
.l_content .sec_intro .inner .box .sttl:after {
  content: '';
  background: #d9d075;
  display: block;
  margin: 18px auto 0;
  width: 60px;
  height: 2px;
}
.l_content .sec_intro .inner .box .txt {
  padding: 25px 45px 30px;
  font-size: 19px;
  line-height: 1.6em;
}
@media screen and (max-width: 639px) {
  .l_content .sec_intro .inner .box .txt {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
  }
}


.l_content .sec_info {
  background: url(../images/bg_05.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 35px 0 25px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info {
    padding: 5%;
    text-align: center;
  }
}
.l_content .sec_info .inner {
  display: flex;
  padding: 30px 70px 25px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info .inner {
    display: block;
    padding: 0 5%;
  }
}
.l_content .sec_info .inner .txt {
  padding: 10px 0 0;
  width: 355px;
  height: 100%;
  line-height: 1.2em;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info .inner .txt {
    width: 100%;
  }
}
.l_content .sec_info .inner .btn_info {
  border-left: 2px solid #d9d075;
  padding: 0 0 0 75px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info .inner .btn_info {
    border: none;
    padding: 0;
  }
}
.l_content .sec_info .inner .btn_info span {
  display: block;
  margin: 0 0 15px;
  font-size: 20px;
}
.l_content .sec_info .inner .btn_info a {
  background: #000f82;
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 22px;
  width: 310px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info .inner .btn_info span {
    margin: 10px 0;
    font-size: 14px;
  }
  .l_content .sec_info .inner .btn_info a {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    width: 60%;
    line-height: 50px;
  }
}
.l_content .sec_info .inner .btn_info a:before {
  content: '';
  background: url(../images/icon_01.png) 0 center no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 28px;
  height: 21px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info .inner .btn_info a:before {
    background: url(../images/icon_01.png) 0 5px no-repeat;
    -webkit-background-size: 80%;
    background-size: 80%;
  }
}
.l_content .sec_info .inner .btn_info a:hover {
  text-decoration: none;
  opacity: .6;
}

@media screen and (max-width: 639px) {
}


.l_content .sec_info .inner {
  background: #fff;
  border-radius: 15px;
  margin: 0 auto;
  width: 880px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info .inner {
    display: block;
    padding: 15px;
    width: 100%;
  }
}
.l_content .sec_info .inner .txt {
  font-size: 30px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info .inner .txt {
    font-size: 16px;
  }
}
.l_header .btn_info .txt {
  display: block;
  margin: 0 0 5px;
  font-size: 11px;
  text-align: center;
}
.l_header .btn_info a {
  background: #FF7200;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
}


.l_content .sec_company {
  background: #fbf6e3;
  padding: 80px 0 70px;
  font-size: 16px;
}
.l_content .sec_company .table {
  margin: 0 auto;
  width: 810px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_company {
    padding: 40px 0;
    font-size: 14px;
  }
  .l_content .sec_company .table {
    width: 90%;
  }
}
.l_content .sec_company .table li {
  border-bottom: 1px solid #d9d075;
  display: table;
}
.l_content .sec_company .table li:last-of-type {
  border: none;
}
.l_content .sec_company .th {
  display: table-cell;
  background: #f0f0f0;
  padding: 23px 0;
  width: 285px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .l_content .sec_company .th {
    width: 40%;
  }
  .l_content .sec_company .td {
    width: 60%;
  }
}
.l_content .sec_company .td {
  display: table-cell;
  background: #fff;
  padding: 23px 0 23px 45px;
  width: 525px;
  vertical-align: middle;
}
.l_content .sec_company .td li,
.l_content .sec_company .td p {
  border: none;
  line-height: 1.6em;
}
@media screen and (max-width: 639px) {
  .l_content .sec_company .th {
    padding: 15px;
  }
  .l_content .sec_company .td {
    padding: 15px;
  }
}


.l_content .sec_gr {
  /*background: url(../images/bg_02.png) 0 0 no-repeat;*/
    background-color: #f8f6f6;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0 0;
}
@media screen and (max-width: 639px) {
  .l_content .sec_gr {
    padding: 0;
  }
}
.l_content .sec_gr .inner {
  background: #EFEFEF;
  margin: 0 auto;
  padding: 60px 70px 30px 40px;
  width: 890px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_gr .inner {
    padding: 20px;
    width: 100%;
  }
}
.l_content .sec_gr .inner .gr_inn {
  display: flex;
}
@media screen and (max-width: 639px) {
  .l_content .sec_gr .inner .gr_inn {
    display: block;
  }
  .l_content .sec_gr .inner .gr_inn .img {
    margin: 0 auto 10px;
    width: 30%;
  }
}
.l_content .sec_gr .inner .gr_inn .txt {
  padding: 0 0 0 40px;
  font-size: 16px;
}
.l_content .sec_gr .inner .gr_inn .txt dt {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.l_content .sec_gr .inner .gr_inn .txt dt span {
  margin: 0 0 0 5px;
  font-size: 14px;
}
.l_content .sec_gr .inner .gr_inn .txt dd span {
  display: block;
  font-size: 17px;
}
.l_content .sec_gr .inner .gr_inn .txt p {
  margin: 0 0 10px;
  line-height: 1.6em;
}
@media screen and (max-width: 639px) {
  .l_content .sec_gr .inner .gr_inn .txt {
    padding: 0;
  }
  .l_content .sec_gr .inner .gr_inn .txt dt {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .l_content .sec_gr .inner .gr_inn .txt dt span {
    font-size: 13px;
  }
  .l_content .sec_gr .inner .gr_inn .txt dd span {
    font-size: 14px;
  }
  .l_content .sec_gr .inner .gr_inn .txt p {
    font-size: 13px;
    line-height: 1.2em;
  }
  .l_content .sec_gr .inner .gr_inn .txt p > br {
    display: none;
  }
}


.l_content .sec_info_02 {
  background: url(../images/bg_04.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
}
.l_content .sec_info_02 .inner {
  background: #fff;
  border-radius: 15px;
  margin: 0 auto;
  padding: 20px 0 27px;
  width: 880px;
  text-align: center;
}
.l_content .sec_info_02 .inner .s_ttl {
  margin: 0 0 20px;
  font-size: 30px;
}
@media screen and (max-width: 639px) {
  .l_content .sec_info_02 .inner {
    width: 90%;
  }
  .l_content .sec_info_02 .inner .s_ttl {
    font-size: 16px;
  }
}
.l_content .sec_info_02 .inner .s_ttl:after {
  content: '';
  background: #d9d075;
  display: block;
  margin: 15px auto 0;
  width: 95px;
  height: 2px;
}
.l_content .sec_info_02 .inner .txt {
  margin: 0 0 15px;
  font-size: 19px;
}
.l_content .sec_info_02 .inner .btn {
  text-align: center;
}
.l_content .sec_info_02 .inner .btn a {
  background: #000f82;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  font-size: 22px;
  width: 410px;
}
.l_content .sec_info_02 .inner .btn a:hover {
  text-decoration: none;
  opacity: .6;
}
.l_content .sec_info_02 .inner .btn a span {
  padding: 0 0 0 34px;
}
.l_content .sec_info_02 .inner .btn a span:before {
  content: '';
  background: url(../images/icon_01.png) 0 center no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 28px;
  height: 21px;
}



.l_content .ttl {
  text-align: center;
}
.l_content .ttl span {
  position: relative;
  display: inline-block;
  font-size: 29px;
  line-height: 1;
}
.l_content .ttl span:before {
  content: '';
  background: #d9d075;
  position: absolute;
  top: 50%;
  left: -80px;
  margin: -2px 0 0;
  width: 60px;
  height: 2px;
}
.l_content .ttl span:after {
  content: '';
  background: #d9d075;
  position: absolute;
  top: 50%;
  right: -80px;
  margin: -2px 0 0;
  width: 60px;
  height: 2px;
}
@media screen and (max-width: 639px) {
  .l_content .ttl span {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .l_content .ttl span:before {
    left: -40px;
    width: 30px;
  }
  .l_content .ttl span:after {
    right: -40px;
    width: 30px;
  }
}
.u_min {
  font-family: "Yu Mincho","YuMincho",serif;
}
.shadow {
  box-shadow:0px 0px 8px 0 #a39f96;
}

/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  border-top: 2px solid #FFF6AC;
  width: 100%;
  text-align: center;
}
.l_footer .inner {
  background: #FF7200;
  padding: 20px 0 5px;
}
.l_footer .inner .f_logo {
  margin: 0 auto 15px;
}
@media screen and (max-width: 639px) {
  .l_footer .inner .f_logo {
    width: 10%;
  }
}
.l_footer .inner li {
  margin: 10px 0;
}
.l_footer .inner a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.l_footer .copyright {
  background: #fbf6e3;
  padding: 15px 0 5px;
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .l_footer .inner .copyright {
    line-height: 35px;
  }
}
@media screen and (max-width: 320px) {
  .l_footer .inner .copyright {
    font-size: 1.2em;
  }
}
.l_footer .company {
  background: #fbf6e3;
  padding: 0 0 10px;
}
.l_footer .company a {
  color: #333;
}

/* ======================================================================
 main
====================================================================== */
/* =================================
 l_main
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_menu_sp {
  z-index: 1000;
}

.l_header {
  z-index: 999;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 998;
}

.l_side {
  z-index: 997;
}

/*# sourceMappingURL=style.css.map */

.q_btn {
  text-align: center;
}
.q_btn a {
  background: #EB6102;
  border-radius: 30px;
  padding: 20px;
  color: #ffffff;
  width: 32%;
  display: inline-block;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  opacity: 1;
}
.q_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body {
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
