@charset "UTF-8";
/*
Theme Name: original theme
Theme URI:
Author: pipeline samy
Description: original theme
*/
/* CSS Document */
/* contents---------------
	 1.Reset
	 2.Base
	 3.Layout
	 4.Common
	 5.Page
	 6.Script
		------------ */
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
@import url("animation.css");
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

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

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

ul, dl {
  list-style-type: none;
}

/*----------------------------------------------------------
	Base
--------------------------------------------------------- */
body {
  font-size: 0.9em;
  color: #404040;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo,sans-serifsans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  margin: 0 auto;
  /*background:url(../img/bg_pt01.png) repeat;*/
}

@media screen and (max-width: 850px) {
  * {
    -webkit-text-size-adjust: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 850px) {
  * {
    word-break: normal;
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

p {
  line-height: 1.6;
}

a {
  -webkit-tap-highlight-color: transparent;
}

a:link {
  color: #0088d2;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #486083;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

strong {
  font-weight: bold;
}

small {
  font-size: 85%;
  line-height: 1.1;
}

blockquote {
  padding: 2px 0 2px 1em;
  border-left: 7px #C0D9FE solid;
  margin: 10px 0;
}

.spDisp {
  display: none;
}

@media screen and (max-width: 850px) {
  .spDisp {
    display: block;
  }

  .pcDisp {
    display: none;
  }

  br.sp {
    display: block;
  }
}
@media screen and (min-width: 851px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  br.sp {
    display: none;
  }
}
/*----------------------------------------------------------
	Layout
--------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 105%;
  z-index: -10;
}

body {
  animation: fadeIn_simple 2s ease 0s 1 normal;
  -webkit-animation: fadeIn_simple 2s ease 0s 1 normal;
}

.sitewidth {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  .sitewidth {
    padding: 0 2%;
  }
}
/* sp */
/* Header
----------------------------------------------- */
header .header.common {
  background: #FFF;
}
header .header.common .headbar {
  background: #234277;
  text-align: center;
  color: #FFF;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.3em 0;
}
header .header.common nav {
  width: 100%;
  border-top: 1px #234277 solid;
  border-bottom: 1px #234277 solid;
}
header .header.common nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  justify-content: flex-end;
  justify-content: center;
}
header .header.common nav ul li {
  width: 20%;
  padding: 5px 0;
}
header .header.common nav ul li a {
  text-decoration: none;
  color: #3D3D3D;
  text-align: center;
  font-weight: 600;
  padding: 0 0.3em;
  color: #234277;
  display: block;
  padding: 0.5em 0;
  border-right: 1px solid #234277;
  font-size: 1rem;
  transition: .3s;
}
header .header.common nav ul li a span {
  display: block;
  color: #12a5e0;
  font-size: 0.65rem;
  font-weight: 300;
}
header .header.common nav ul li a:hover {
  color: #f5891f;
  background: #FEF2D5;
}
header .header.common nav li.form {
  display: none;
}
header .header.common nav li:last-child a, header .header.common nav li:nth-last-child(2) a {
  border-right: 0;
}
header .header.common .info {
  position: relative;
  padding: 18px 0;
}
header .header.common .info h1.siteid img {
  height: 56px;
}
header .header.common .info p {
  text-align: center;
  font-size: 90%;
}
header .header.common .info ul {
  position: absolute;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  align-items: center;
  top: 15px;
}
header .header.common .info .tel {
  margin-right: 10px;
  line-height: 1.3;
  text-align: center;
}
header .header.common .info .tel span.msg {
  display: block;
  color: #234277;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
header .header.common .info .tel a {
  text-decoration: none;
  font-size: 29px;
  color: #234277;
  font-weight: 200;
}
header .header.common .info .tel a .num:before {
  font-family: 'basicicon';
  content: "\e0cd";
  margin-right: 0.15em;
  position: relative;
  top: 0.05em;
}
header .header.common .info .form a {
  text-decoration: none;
  display: block;
  background: #f5891f;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  padding: 5px 25px 8px;
  line-height: 1.3;
  border-radius: 5px;
  font-weight: 600;
  transition: .3s;
  letter-spacing: 0.05em;
}
header .header.common .info .form span {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 300;
}
header .header.common .info .form a:before {
  font-family: 'basicicon';
  content: "\e159";
  margin-right: 0.25em;
  position: relative;
  top: 0.05em;
}
header .header.common .info .form a:hover {
  opacity: 0.8;
}

.header.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.8);
  padding: 8px;
}
.header.clone-nav .flex {
  align-items: center;
}
.header.clone-nav .siteid {
  width: 20%;
}
.header.clone-nav .siteid img.typeY {
  height: 36px;
}
.header.clone-nav .siteid img.typeT {
  display: none;
}
.header.clone-nav .info {
  display: none;
}
.header.clone-nav nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  justify-content: center;
}
.header.clone-nav nav ul li {
  width: 20%;
  padding: 5px 0;
}
.header.clone-nav nav ul li a {
  text-decoration: none;
  color: #3D3D3D;
  text-align: center;
  font-weight: 600;
  padding: 0 0.3em;
  color: #234277;
  display: block;
  padding: 0.2em 0;
  border-right: 1px solid #234277;
  font-size: 0.9rem;
}
.header.clone-nav nav ul li a span {
  display: none;
}
.header.clone-nav nav ul li a:hover {
  color: #f5891f;
}
.header.clone-nav nav ul li.form {
  display: block;
}

.header.is-show {
  transform: translateY(0);
  display: block;
}
.header.is-show .headbar {
  display: none;
}

@media screen and (max-width: 850px) {
  header .header.common {
    text-align: center;
  }
  header .header.common .headbar {
    padding-right: 55px;
  }
  header .header.common .flex {
    display: block;
    align-items: center;
  }
  header .header.common .flex h1.siteid {
    margin-bottom: 10px;
  }
  header .header.common .flex h1.siteid img {
    height: 80px;
  }
  header .header.common nav.gnav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  header .header.common nav.gnav ul li {
    width: 50%;
  }
  header .header.common nav.gnav ul li a {
    border-bottom: 0;
    padding: 0.6em 0.5em;
    display: block;
    border-right: 0;
  }
  header .header.common nav.gnav ul li a:before {
    font-family: 'basicicon';
    content: "\7a";
    margin-right: 0.25em;
    position: relative;
    top: 0.05em;
    color: #234277;
  }
  header .header.common .info ul {
    display: none;
  }

  .header.is-show {
    display: none;
  }

  header.cb-header {
    display: none !important;
  }
}
/* sp */
/* Contents
----------------------------------------------- */
.fixedContact {
  position: fixed;
  right: auto;
  bottom: 0;
  left: 0;
  width: 35%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  border-radius: 0px 5px 0 0;
}
.fixedContact .flex {
  justify-content: center;
  text-align: center;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
}
.fixedContact .flex div {
  width: 50%;
  font-size: 110%;
  transition: .3s;
}
.fixedContact .flex div a {
  display: block;
  padding: 10px;
  color: #FFF;
  font-size: 0.9rem;
}
.fixedContact .flex div:hover {
  background: #234277;
}
.fixedContact .flex div:hover a {
  color: #FFF;
}
.fixedContact .flex .tel {
  border-right: 1px dotted #B4B4B4;
}
.fixedContact .flex .tel a {
  text-decoration: none;
}
.fixedContact .flex .tel a .num:before {
  font-family: 'basicicon';
  content: "\f098";
  margin-right: 0.25em;
  position: relative;
  top: 0.05em;
}
.fixedContact .flex .form a {
  text-decoration: none;
}
.fixedContact .flex .form a:before {
  font-family: 'basicicon';
  content: "\e159";
  margin-right: 0.25em;
  position: relative;
  top: 0.05em;
}
.fixedContact span.msg {
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  font-size: 90%;
  padding: 0.3em;
  opacity: 0.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 850px) {
  .fixedContact {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
/* sp */
/* Footer
----------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
}
.pagetop a {
  display: block;
  background: #666;
  color: #fff;
  width: auto;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  font-size: 0;
}
.pagetop a:before {
  font-family: 'basicicon';
  content: "\77";
  font-size: 20px;
}
.pagetop a:hover {
  background: #999;
  text-decoration: none;
}

footer {
  background: #FFF;
  padding-bottom: 90px;
  /* margin-top:40px;*/
}
footer .copy {
  font-size: 80%;
  text-align: center;
  margin: 30px auto 10px;
}
footer nav.main ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #4D4D4D;
  padding: 15px 0;
}
footer nav.main ul li {
  border-right: 1px solid #CCC;
}
footer nav.main ul li a {
  color: #FFF;
  text-decoration: none;
  transition: .3s;
  display: block;
  padding: 0.3em 1.3em;
}
footer nav.main ul li a:hover {
  text-decoration: underline;
}
footer nav.main ul li:last-child {
  border-right: none;
}
footer .footbody .siteid {
  text-align: center;
  margin: 25px auto;
}
footer .footbody .siteid img {
  width: 200px;
}
footer .footbody nav.sub ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  font-size: 90%;
}
footer .footbody nav.sub ul li {
  width: 33%;
  padding: 0.2em 0;
}
footer .footbody nav.sub ul li:before {
  font-family: 'basicicon';
  content: "\73";
  margin-right: 0.2em;
}

@media screen and (max-width: 850px) {
  .pagetop {
    bottom: 94px;
    right: 10px;
  }

  footer {
    padding-bottom: 80px;
  }
  footer nav.main ul {
    flex-wrap: wrap;
    padding: 0;
  }
  footer nav.main ul li {
    width: 50%;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #CCC;
  }
  footer nav.main ul li a {
    padding: 0.8em 1em;
  }
  footer nav.main ul li:last-child {
    border-bottom: 0;
  }
  footer .footbody nav.sub ul {
    width: 100%;
    justify-content: flex-start;
  }
  footer .footbody nav.sub ul li {
    width: 50%;
    padding: 0.5em 0;
  }
}
/* sp */
/*----------------------------------------------------------
	Page
--------------------------------------------------------- */
/*  common
----------------------------------------------- */
.bg1 {
  background: url(../img/bg_pt01.png) repeat;
}

.bg2 {
  background: url(../img/bg_masu.png) repeat;
}

.bg3 {
  background: url(../img/bg_pt02.png) repeat;
}

.content section p {
  margin-bottom: 0.8em;
}

.breadcrumbs {
  padding: 0.5em 1em 0.5em 0;
  font-size: 90%;
  text-align: right;
  font-size: 0.8rem;
}
.breadcrumbs ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.breadcrumbs ul li:after {
  font-family: 'basicicon';
  content: "\73";
  margin-right: 0.2em;
  color: #023894;
}
.breadcrumbs ul li:last-child:after {
  content: none;
  margin-right: 0;
}

.moreBtn {
  text-align: center;
}
.moreBtn a {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  display: inline-block;
  border: 1px solid #023894;
  padding: 0.8em 2em;
  font-size: 130%;
  margin: 20px auto 40px;
  transition: .3s;
  text-decoration: none;
  border-radius: 5px;
  color: #023894;
  background: #FFF;
  font-weight: 700;
}
.moreBtn a:hover {
  background: #023894;
  color: #FFF;
}
.moreBtn a:before {
  font-family: 'basicicon';
  content: "\e5c8";
  margin-right: 0.2em;
}

.contactArea {
  background: #eee;
  padding: 20px 0;
  margin: 30px auto;
}
.contactArea .sitewidth {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.contactArea .sitewidth .tel, .contactArea .sitewidth .form {
  width: 50%;
  padding: 0 1%;
}
.contactArea .tel {
  text-align: center;
}
.contactArea .tel span.msg {
  display: block;
  border-bottom: 1px solid #234277;
  padding: 0.5em 0;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 300;
  font-size: 120%;
  color: #234277;
}
.contactArea .tel a {
  text-decoration: none;
  font-size: 240%;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  letter-spacing: 0.05em;
  color: #234277;
}
.contactArea .tel a .num:before {
  font-family: 'basicicon';
  content: "\e0cd";
  margin-right: 0.2em;
  position: relative;
  top: 0.05em;
}
.contactArea .form a {
  text-decoration: none;
  display: block;
  background: #023894;
  color: #FFF;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 700;
  padding: 0.8em 1.8em;
  font-size: 160%;
  text-align: center;
  transition: .3s;
  border-radius: 5px;
}
.contactArea .form a span {
  display: block;
  font-size: 70%;
  white-space: 0.3em;
  font-weight: 500;
}
.contactArea .form span:before {
  font-family: 'basicicon';
  content: "\e159";
  margin-right: 0.25em;
  position: relative;
  top: 0.05em;
}
.contactArea .form a:hover {
  opacity: .7;
}

@media screen and (max-width: 850px) {
  .moreBtn a {
    font-size: 100%;
  }

  .contactArea {
    margin: 10px auto 30px;
  }
  .contactArea .sitewidth {
    display: block;
  }
  .contactArea .sitewidth .tel, .contactArea .sitewidth .form {
    width: 100%;
  }
  .contactArea .sitewidth .tel {
    margin-bottom: 2vh;
  }
  .contactArea .sitewidth .tel a {
    font-size: 200%;
  }
  .contactArea .sitewidth .form a {
    padding: 0.6em;
    font-size: 130%;
  }
}
/* sp */
.cmnBox {
  background: #FFF;
  padding: 15px;
}
.cmnBox p:last-child {
  margin-bottom: 0;
}

/*  headline
----------------------------------------------- */
h2.pagetitle {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 210%;
  text-align: left;
  padding: 70px 10vw;
  font-weight: 600;
  background: url(../img/bg_title.png) top center no-repeat;
  background-size: 100% auto;
  border-bottom: double 4px #023894;
}
h2.pagetitle span {
  letter-spacing: 0.1em;
}

body.support h2.pagetitle {
  background: url(../img/h2_bg_support.jpg) #FFF top right no-repeat;
  background-size: auto 100%;
}

body.contact h2.pagetitle {
  background: url(../img/h2_bg_contact.jpg) #FFF top right no-repeat;
  background-size: auto 100%;
}

body.faq h2.pagetitle {
  background: url(../img/h2_bg_faq.jpg) #FFF top right no-repeat;
  background-size: auto 100%;
}

body.merit h2.pagetitle {
  background: url(../img/h2_bg_merit.jpg) #FFF top right no-repeat;
  background-size: auto 100%;
}

body.voice h2.pagetitle {
  background: url(../img/h2_bg_voice.jpg) #FFF top right no-repeat;
  background-size: auto 100%;
}

body.about h2.pagetitle {
  background: url(../img/h2_bg_about.jpg) #FFF top right no-repeat;
  background-size: auto 100%;
}

body.company h2.pagetitle {
  background: url(../img/h2_bg_company.jpg) #FFF top right no-repeat;
  background-size: auto 100%;
}

h2.white, h3.white {
  text-align: center;
  font-size: 190%;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 200;
  background: #add8f1;
  padding: 1.2em 0.5em 0.4em;
  margin: 0 auto 1em;
  border-top: #234277 double 4px;
  letter-spacing: 0.1em;
  color: #023894;
}
h2.white span, h3.white span {
  font-weight: 600;
}

body.page h3.white {
  border-top: 0;
  padding: 1.2em 0.5em 0.7em;
  font-size: 1.8rem;
  margin: 1.5em auto 0.7em;
}
body.page h3.white:after {
  font-family: 'basicicon';
  content: "\e622";
  display: block;
  color: #FFF;
}

h3.uline {
  margin: 1.3em 0 0.8em;
  position: relative;
  padding-bottom: 0.5em;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
  font-weight: 200;
}
h3.uline::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  box-sizing: border-box;
  border-top: 3px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}

h3.uline2 {
  margin: 1.6em 0 0.8em;
  position: relative;
  padding-bottom: 0.4em;
  border-bottom: 4px solid #CCC;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
}
h3.uline2::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #234277;
  bottom: -4px;
  width: 10%;
  display: block;
}

h4.lline {
  margin: 1.5em 0 0.6em;
  position: relative;
  padding-left: 0.7em;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 200;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
}
h4.lline::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 1em;
  background-color: #023894;
}

h4.maru {
  position: relative;
  color: white;
  padding: 0.4em 0.5em 0.35em 1.5em;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #1f81a8 98%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #1f81a8 98%, #7db9e8 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #1f81a8 98%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
  border-radius: 5px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
  margin: 1.3em 0 0.7em;
  white-space: 0.05em;
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
h4.maru:after {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  content: '';
  width: 8px;
  height: 8px;
  border: solid 3px white;
  border-radius: 100%;
  font-size: 0.7rem;
}

h5 {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 400;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 115%;
  background: #FFF;
  padding: 0.5em;
  margin: 1.1em 0 0.7em;
}
h5:before {
  font-family: 'basicicon';
  content: "\e892";
  margin-right: 0.2em;
  color: #023894;
}

h6 {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 600;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 105%;
}

h3 + h4 {
  margin-top: 0;
}

@media screen and (max-width: 850px) {
  h2.pagetitle {
    font-size: 1.5rem;
    text-align: center;
  }

  body.about h2.pagetitle, body.support h2.pagetitle, body.contact h2.pagetitle, body.faq h2.pagetitle, body.merit h2.pagetitle, body.voice h2.pagetitle, body.company h2.pagetitle {
    background-size: cover;
  }
  body.about h2.pagetitle span, body.support h2.pagetitle span, body.contact h2.pagetitle span, body.faq h2.pagetitle span, body.merit h2.pagetitle span, body.voice h2.pagetitle span, body.company h2.pagetitle span {
    background: rgba(255, 255, 255, 0.6);
    padding: 0.4em 0.8em;
  }

  h2.white, h3.white {
    font-size: 1.3rem;
  }

  h3.uline, h3.uline2 {
    font-size: 1.25rem;
  }

  h4.lline {
    font-size: 1.15rem;
  }

  h5 {
    font-size: 1.05rem;
  }
}
/* sp */
/*  post
----------------------------------------------- */
.faqList {
  background: #FFF;
  padding: 20px 25px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: stretch;
  border-radius: 10px;
}
.faqList dl {
  border-bottom: 1px dashed #CCC;
  padding: 35px 1.5%;
  width: 50%;
}
.faqList dl dt, .faqList dl dd {
  text-indent: -1.8em;
  padding-left: 1.8em;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
}
.faqList dl dt {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.faqList dl dt:before, .faqList dl dd:before {
  font-size: 150%;
  margin-right: 0.2em;
  position: relative;
  top: 0.15em;
}
.faqList dl dt:before {
  font-family: 'basicicon';
  content: "\e607";
  color: #234277;
}
.faqList dl dd:before {
  font-family: 'basicicon';
  content: "\e608";
  color: #F76060;
}
.faqList dl:nth-child(odd) {
  border-right: 1px #CCC dashed;
}
.faqList dl:first-child {
  padding-top: 10px;
}
.faqList dl:last-child {
  border-bottom: 0;
}

.faqList.archive {
  display: block;
}
.faqList.archive dl {
  width: 100%;
}
.faqList.archive dl:nth-child(odd) {
  border-right: none;
}

.voiceList dl.post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0 40px;
  align-items: center;
}
.voiceList dl.post dt {
  width: 23%;
  margin-right: 2%;
}
.voiceList dl.post dt .img {
  width: 100%;
  text-align: center;
  padding: 15px;
}
.voiceList dl.post dt .scale {
  background: #949494;
  color: #FFF;
  font-size: 84%;
  padding: 0.3em 0.8em;
  display: inline-block;
  border-radius: 15px;
}
.voiceList dl.post dd {
  width: 75%;
}
.voiceList dl.post dd .owner {
  border-bottom: 4px double #CCC;
  text-align: right;
  margin-bottom: 0.8em;
}
.voiceList dl.post dd .owner span {
  color: #023894;
  margin-right: 0.5em;
}
.voiceList dl.post dd p {
  line-height: 1.8;
}
.voiceList dl.post dd p strong {
  font-size: 110%;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #faffa6 65%);
  font-weight: bold;
}

@media screen and (max-width: 850px) {
  .voiceList dl.post {
    display: block;
  }
  .voiceList dl.post dt {
    width: 60%;
    margin: 10px auto;
    text-align: center;
  }
  .voiceList dl.post dd {
    width: 90%;
    margin: auto;
  }

  .faqList {
    display: block;
  }
  .faqList dl {
    width: 100%;
    padding: 1.5em 1%;
  }
  .faqList dl:nth-child(odd) {
    border-right: none;
  }
  .faqList dl:last-child {
    border-bottom: 0;
  }
}
/* sp */
/*  top
----------------------------------------------- */
body.top .content .topmsg {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  text-align: center;
  background: #add8f1;
  padding: 22px 0;
}
body.top .topnayami {
  background: #FFF;
  text-align: center;
  padding: 18px 0 5px;
}
body.top .topnayami ul {
  background: url(../img/bg_kv_nayami.png) center top no-repeat;
  padding: 30px 0 60px;
  animation: fuwa1 1s ease-in-out infinite alternate;
}
body.top .topnayami ul li {
  padding: 8px 0;
}
body.top .contactArea {
  margin: 30px auto 0;
}
body.top .nayamiArrow {
  margin: -30px auto 15px;
}
body.top .topArea {
  padding: 25px 0;
  background: url(../img/bg_blue.png) center top repeat;
}
body.top .topArea .sitewidth {
  position: relative;
  background: url(../img/bg_kv_photo.jpg) center top no-repeat;
}
body.top .topArea .contact {
  position: absolute;
  right: 15px;
  top: 10px;
}
body.top .topArea .copy {
  text-align: center;
  margin: 100px auto 40px;
}
body.top .topArea .copy a:hover img {
  opacity: 1;
}
body.top section .sitewidth {
  max-width: 900px;
}
body.top section.bg1 {
  padding-bottom: 50px;
}
body.top section.bg1 h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0.5em 0em;
}
body.top section.bg1 h2 .chara {
  padding-right: 3%;
}
body.top section.bg1 h2 .text:after {
  font-family: 'basicicon';
  content: "\e622";
  display: block;
  color: #fff;
  font-size: 40px;
}
body.top section.first .topcopy {
  text-align: center;
  background: #FFF;
  padding: 40px 0;
}
body.top section.first .adviser {
  margin: 15px auto 0;
}
body.top section.first .adviser ul {
  text-align: center;
}
body.top section.first .adviser ul li {
  color: #023894;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
  margin: 0.5em 0;
}
body.top section.first .adviser ul li:before {
  font-family: 'basicicon';
  content: "\e61c";
  margin-right: 0.2em;
}
body.top section.first .wifi {
  background: url(../img/bg_masu.png) repeat;
  padding: 30px 0 20px;
  margin: 0px auto -40px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
}
body.top section.first .wifi span {
  font-size: 120%;
  font-weight: 600;
  color: #023894;
}
body.top section.first .wifi .cmt .head {
  text-align: center;
}
body.top section.first .wifi .cmt .head p {
  font-size: 110%;
  margin-top: 0;
}
body.top section.first .wifi .cmt p {
  font-size: 80%;
  margin-top: 0.8em;
}
body.top section.first .wifi .balloon {
  text-align: right;
}
body.top section.first .adviser_msg {
  position: relative;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 150%;
  text-align: center;
  font-weight: 600;
  background: #f5891f;
  color: #FFF;
  padding: 0.8em 0.3em;
}
body.top section.first .adviser_msg:before {
  display: block;
  font-family: 'basicicon';
  content: "\f063";
  color: #f5891f;
  position: absolute;
  top: -1.3em;
  font-size: 50px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: normal;
}
body.top section.merit .merit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
body.top section.merit .merit dl {
  width: 31%;
  margin: 10px 1%;
  text-align: center;
  background: #FFF;
  padding: 18px;
  border-radius: 13px;
  box-shadow: 0px 0px 12px 2px #FFF;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 15px 0px #ccc;
}
body.top section.merit .merit dl dd {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 900;
  background: #FF8420;
  color: #FFF;
  vertical-align: middle;
  color: #FFEFC7;
  margin-bottom: 15px;
  border-radius: 30px;
}
body.top section.merit .merit dl dd span {
  font-size: 180%;
  color: #FFF;
}
body.top section.merit .merit dl dt {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 160%;
  font-weight: 700;
}
body.top section.merit .merit dl dt em {
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #faffa6 65%);
}
body.top section.merit .merit dl dt span {
  display: block;
  font-size: 80%;
  margin-top: 0.5em;
  font-weight: 200;
}
body.top section.merit .msg {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 700;
  font-size: 150%;
  text-align: center;
  margin: 1.5em auto 1em;
}
body.top section.support {
  text-align: center;
}
body.top section.support h3 {
  background: #023894;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  padding: 0.5em 1em;
  margin: 25px auto 0;
  font-size: 140%;
}
body.top section.support .title {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
  font-weight: 600;
}
body.top section.support .title strong {
  font-size: 110%;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #faffa6 65%);
  font-weight: bold;
}
body.top section.support .flow {
  text-align: center;
  position: relative;
}
body.top section.support .flow .block {
  position: absolute;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 700;
  border: 2px solid #FFA944;
  background: #FFF;
  display: inline-block;
  padding: 0.8em 1.4em;
  min-width: 230px;
  text-align: center;
  font-size: 120%;
  border-radius: 6px;
}
body.top section.support .flow .block.no1 {
  top: 5%;
  left: 25%;
}
body.top section.support .flow .block.no2 {
  top: 20%;
  right: 24%;
}
body.top section.support .flow .block.no3 {
  top: 33%;
  left: 25%;
}
body.top section.support .flow .block.no4 {
  top: 46%;
  right: 25%;
}
body.top section.support .flow .block.no5 {
  top: 59%;
  left: 25%;
}
body.top section.support .flow .block.no6 {
  top: 72%;
  right: 25%;
}
body.top section.support .flow .block.no7 {
  top: 85%;
  left: 25%;
}
body.top section.support .msg {
  max-width: 70%;
  margin: 20px auto 0;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 700;
  border: 2px solid #FFA944;
  background: #FFF;
  display: inline-block;
  padding: 0.8em 1.4em;
}
body.top section.support .msg .title {
  margin-bottom: 0.5em;
}
body.top section.support .msg .moreBtn a {
  margin: 15px auto;
}

@media screen and (max-width: 850px) {
  body.top section.bg1 {
    font-size: 90%;
  }
  body.top section.bg1 h2 .chara {
    width: 22%;
  }
  body.top section.bg1 h2 .text:after {
    font-size: 30px;
  }
  body.top .content .topmsg {
    padding: 0.8em 1em 0.4em;
  }
  body.top .content .topnayami {
    padding: 15px 5% 0;
  }
  body.top .content .topnayami ul {
    background-size: 75%;
  }
  body.top .content .nayamiArrow {
    padding: 0 4%;
  }
  body.top .topArea {
    height: auto;
    background: url(../img/bg_blue.png) repeat;
  }
  body.top .topArea .sitewidth {
    height: auto;
    background-size: cover;
  }
  body.top .topArea .copy {
    text-align: center;
    margin: 70px auto 80px;
  }
  body.top .topArea .msg {
    font-size: 1.2rem;
    text-align: left;
  }
  body.top .topArea .contact {
    right: 5px;
    top: 5px;
  }
  body.top .topArea .contact img {
    height: 90px;
  }
  body.top section.first .topcopy {
    padding: 4vh 3%;
  }
  body.top section.first .wifi .cmt .img-r {
    margin-bottom: 20px;
  }
  body.top section.first .wifi .cmt .img-r img {
    max-height: 180px;
  }
  body.top section.first .adviser_msg {
    font-size: 120%;
  }
  body.top section.first .adviser_msg:before {
    font-size: 40px;
  }
  body.top section.merit .merit {
    display: block;
  }
  body.top section.merit .merit dl {
    width: 100%;
  }
  body.top section.support .flow .block {
    font-size: 100%;
    width: 40vw;
    min-width: 0;
  }
  body.top section.support .flow .block.no1 {
    top: 7%;
    left: 3%;
  }
  body.top section.support .flow .block.no2 {
    top: 20%;
    right: 3%;
  }
  body.top section.support .flow .block.no3 {
    top: 30%;
    left: 3%;
  }
  body.top section.support .flow .block.no4 {
    top: 43%;
    right: 3%;
  }
  body.top section.support .flow .block.no5 {
    top: 56%;
    left: 3%;
  }
  body.top section.support .flow .block.no6 {
    top: 70%;
    right: 3%;
  }
  body.top section.support .flow .block.no7 {
    top: 82%;
    left: 3%;
  }
}
/* sp */
/*  page
----------------------------------------------- */
.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

body.page .content {
  background: url(../img/bg_masu.png) repeat;
}
body.page .content .pageinner section .sitewidth {
  max-width: 860px;
  margin: auto;
}
body.page .content .pageinner section:last-child {
  padding-bottom: 40px;
}

/*  page about */
body.about .sitewidth h4:first-child {
  margin-top: 0.5em;
}
body.about small {
  color: #1D3973;
}
body.about section p strong {
  font-size: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #faffa6 65%);
  font-weight: bold;
}
body.about section h3.white:first-child {
  margin-top: 0.5em;
}
body.about section .clm2 {
  align-items: stretch;
}
body.about section .clm2 .clm {
  width: 50%;
  text-align: center;
}
body.about section .pict {
  background: #FFF;
  padding: 15px;
  margin: 15px auto;
  border: 1px solid #CCC;
  border-radius: 10px;
}
body.about section .pict h5 {
  margin: 0 0 0.8em;
  text-align: left;
  border-bottom: 1px solid #CCC;
}
body.about section .pict p.align-c {
  font-weight: bold;
  font-size: 115%;
}
body.about section .pict .msg {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 600;
  margin: 0.8em auto 0.4em;
  color: #023894;
}
body.about section .pict .msg:before {
  font-family: 'basicicon';
  content: "\f063";
  color: #023894;
  display: block;
  font-weight: normal;
}
body.about section .cmnBox {
  border: #FFA247 4px double;
  border-radius: 10px;
}
body.about .bl01 table.data {
  width: 80%;
  margin: 10px auto;
}
body.about .bl01 table.data td.jnet {
  background: #FFF79B;
  font-weight: bold;
  text-align: center;
}
body.about .ranking {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  width: 90%;
  margin: 18px auto;
}
body.about .ranking .clm {
  padding: 0 1%;
}
body.about .ranking .title {
  background: #023894;
  color: #FFF;
  font-size: 115%;
  font-weight: 500;
  padding: 0.3em;
  border-radius: 50px;
}
body.about .ranking dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 10px;
  margin: 8px 0;
  border: 1px dotted #023894;
  border-radius: 5px;
}
body.about .ranking dl dt {
  margin-right: 10px;
}
body.about .ranking dl dt span {
  font-size: 70%;
  font-weight: 400;
  margin-left: 0.1em;
}
body.about .ranking dl.no1 {
  background: #FFFDE7;
  font-weight: 600;
  font-size: 125%;
}
body.about .ranking dl.no1 dd {
  border-bottom: 1px dotted #636363;
}

@media screen and (max-width: 850px) {
  body.about section .pict .msg {
    font-size: 120%;
  }
}
/* sp */
/*  page merit */
body.merit small {
  color: #1D3973;
}
body.merit p {
  line-height: 1.8;
}
body.merit p strong {
  font-size: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #faffa6 65%);
  /*font-weight: bold;*/
}
body.merit section.bl01 .msg {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
body.merit section.bl01 .msg span {
  font-weight: 700;
  color: #023894;
}
body.merit section h3.white:first-child {
  margin-top: 0.5em;
}
body.merit section .clm2 {
  align-items: stretch;
}
body.merit section .clm2 .clm {
  width: 50%;
  text-align: center;
}
body.merit section .pict {
  margin: 15px auto;
  text-align: center;
}
body.merit section .pict h5 {
  margin: 0 0 0.4em;
  text-align: left;
}
body.merit section .pict h5:before {
  content: "\e622";
}
body.merit section .pict.bg {
  width: 90%;
  background: #FFF;
  padding: 15px;
  margin: 15px auto;
  border: 1px solid #CCC;
  text-align: center;
}
body.merit section .terms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: space-between;
}
body.merit section .terms li {
  width: 24%;
  margin: 10px 0.5%;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 1em;
  border: double 4px #FFA524;
  background: #FDFFD3;
  border-radius: 50%;
  padding: 20px 20px 25px;
  color: #3E3E3E;
  position: relative;
}
body.merit section .terms li span.num {
  display: block;
  font-size: 170%;
  font-weight: 600;
  color: #FFA524;
}
body.merit section .setsubi {
  width: 90%;
  margin: 15px auto;
  padding: 10px;
}
body.merit section .setsubi .clm {
  padding: 15px;
  background: #FFF;
  margin: 15px 1%;
}
body.merit section .setsubi .title {
  background: #FFF;
  padding: 18px 10px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
  font-weight: 500;
  min-height: 100px;
  border-bottom: 4px double #023894;
}
body.merit section .setsubi ul {
  margin: 0.7em 0;
}
body.merit section .setsubi ul li {
  text-align: left;
  font-size: 110%;
  margin: 0.2em 0;
}
body.merit section .setsubi ul li:before {
  font-family: 'basicicon';
  content: "\e620";
  color: #023894;
  margin-right: 0.2em;
}
body.merit section .setsubi p {
  background: #EEE;
  padding: 10px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 130%;
  font-weight: 600;
  margin-bottom: 0;
}
body.merit section .setsubi .clm.jnet {
  border: dotted 2px #023894;
}
body.merit section .setsubi .clm.jnet p {
  background: #E3F1FF;
  color: #023894;
}
body.merit section .pict.price {
  background: #FFFCD7;
  padding: 15px;
  border: 4px double #FFDF2F;
}
body.merit section .pict.price .copy {
  display: inline-block;
  background: #E22C2C;
  color: #FFF;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 500;
  padding: 0.4em 1em;
  margin-bottom: 0.8em;
  font-size: 120%;
  border-radius: 30px;
}
body.merit section .pict.price .price {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 140%;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1em;
}
body.merit section .pict.price .price span.num {
  font-size: 180%;
  font-weight: 200;
  color: #234277;
  margin-right: 0.2em;
}
body.merit section .pict.introImg {
  margin: 20px auto;
}
body.merit section .pict.introImg dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  border-bottom: 1px solid #CCC;
  width: 80%;
  padding: 0.4em 0;
  margin: 5px auto;
}
body.merit section .pict.introImg dl dt {
  font-weight: 500;
  width: 70%;
  text-align: left;
}
body.merit section .pict.introImg dl dt:before {
  font-family: 'basicicon';
  content: "\72";
  color: #023894;
  margin-right: 0.2em;
}
body.merit section .pict.introImg dl dd {
  text-align: right;
  width: 30%;
  color: #023894;
  font-size: 120%;
}
body.merit section .pict.safe .clm3 {
  align-items: center;
  align-items: stretch;
  width: 80%;
  margin: 15px auto;
}
body.merit section .pict.safe .clm3 .clm {
  background: #eee;
  margin: 0 1%;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.8em;
  border-radius: 8px;
  border: double 4px #234277;
  color: #023894;
}
body.merit section .pict.safe .clm3 .clm:before {
  display: block;
  font-family: 'basicicon';
  content: "\f05d";
  color: #234277;
  font-size: 150%;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 850px) {
  body.merit section.bl01 .msg {
    font-size: 120%;
    margin-bottom: 0.8em;
  }
  body.merit section .terms {
    flex-wrap: wrap;
  }
  body.merit section .terms li {
    width: 44vw;
    margin: 5px 1%;
    font-size: 100%;
    min-height: 44vw;
    position: relative;
  }
  body.merit section .terms li span.text {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 12vw;
    width: 80%;
    font-size: 3vmin;
  }
  body.merit section .terms li span.num {
    font-size: 21vmin;
    color: #FFD292;
  }
  body.merit section .pict.bg {
    width: 100%;
  }
  body.merit section .pict.introImg dl {
    width: 90%;
  }
  body.merit section .pict.safe .clm3 .clm {
    font-size: 110%;
    margin: 10px auto;
  }
}
/* sp */
/*  page support */
.supportPoint {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
}
.supportPoint dl {
  padding: 10px;
}
.supportPoint dl dt {
  margin-bottom: 0.5em;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 500;
  background: #add8f1;
  padding: 0.3em 0;
  margin-left: 15px;
}
.supportPoint dl dt span {
  background: #234277;
  color: #FFF;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 500;
  padding: 0.4em 0.9em;
  border-radius: 50%;
  position: relative;
  left: -15px;
}
.supportPoint dl dd {
  font-size: 0.9rem;
  line-height: 1.9;
  padding: 1em;
  background: #E7F6FF;
}

.supportFlow {
  width: 80%;
  margin: 0 auto;
}
.supportFlow dl {
  border: 2px solid #234277;
  background: #FFF;
  border-radius: 8px;
  padding: 13px;
  margin-bottom: 70px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}
.supportFlow dl dt {
  background: #234277;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  color: #FFF;
  padding: 15px;
  width: 25%;
  font-size: 1.1rem;
  border-radius: 3px;
}
.supportFlow dl dd {
  width: 72%;
  margin-left: 3%;
  padding: 0 1em 0 0;
  font-size: 1rem;
}
.supportFlow dl:after {
  font-family: 'basicicon';
  content: "\e5db";
  display: block;
  text-align: center;
  font-size: 50px;
  color: #234277;
  position: absolute;
  bottom: -65px;
  margin: auto;
  left: 0;
  right: 0;
}
.supportFlow dl:last-child:after {
  content: none;
}

.cmnBox2 {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 10px;
  border-radius: 10px;
}
.cmnBox2 .title {
  color: #F28F1B;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-size: 115%;
  font-weight: 500;
  margin-bottom: 0.8em;
  border-bottom: double 4px #F28F1B;
  padding-bottom: 0.5em;
}
.cmnBox2 p.arrow {
  margin-bottom: 0;
}
.cmnBox2 p.arrow:after {
  display: block;
  font-family: 'basicicon';
  content: "\e5db";
  color: #F28F1B;
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 850px) {
  .supportPoint {
    display: block;
  }

  .supportFlow {
    width: 90%;
  }
  .supportFlow dl {
    display: block;
    padding: 15px;
  }
  .supportFlow dl dt, .supportFlow dl dd {
    width: 100%;
  }
  .supportFlow dl dt {
    font-size: 110%;
    margin-bottom: 0.7em;
  }
  .supportFlow dl dd {
    margin-left: 0;
  }
}
/* sp */
/*  page company */
.companyData dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px dashed #BCBCBC;
  margin-bottom: 10px;
  font-size: 1rem;
}
.companyData dl dt, .companyData dl dd {
  padding: 1.5em;
}
.companyData dl dt {
  font-weight: bold;
  width: 18%;
  color: #425773;
  border-left: #023894 4px double;
}
.companyData dl dd {
  width: 80%;
  margin-left: 2%;
}
.companyData dl:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 850px) {
  .companyData dl {
    display: block;
    margin-bottom: 20px;
  }
  .companyData dl dt, .companyData dl dd {
    width: 100%;
    padding: 0.5em 1em;
  }
  .companyData dl dd {
    margin-left: 0;
  }
}
/* sp */
/*  page contact */
#formWrap .error_messe {
  color: #D83D3D;
}
#formWrap .error_messe:before {
  font-family: 'basicicon';
  content: "\e625";
}
#formWrap table.data.formcheck {
  margin: 20px auto;
  border: none;
  width: 100%;
  font-size: 90%;
}
#formWrap table.data.formcheck th {
  width: 30%;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px dotted #ccc;
  background: #eee;
  color: #234277;
  text-align: left;
}
#formWrap table.data.formcheck td {
  width: 70%;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 850px) {
  form .formBox {
    width: 90%;
  }

  #formWrap .formBox {
    width: 90%;
  }
  #formWrap table.data.formcheck th, #formWrap table.data.formcheck td {
    width: 100%;
    display: block;
  }
  #formWrap .btnArea input {
    margin: 1vmin 0;
  }
}
/* sp */
/*----------------------------------------------------------
	Common
--------------------------------------------------------- */
/*  list
----------------------------------------------- */
ol {
  margin: 0;
  padding-left: 22px;
}

ol li {
  list-style: decimal;
  margin: 0.5em 0px;
  line-height: 1.5em;
}

ul.normal li:before {
  font-family: 'basicicon';
  content: "\e625";
}

ul.border li:before {
  font-family: 'basicicon';
  content: "\71";
}

ul.arrow li:before {
  font-family: 'basicicon';
  content: "\fff15";
}

ul.dot li:before {
  font-family: 'basicicon';
  content: "\e625";
}

ul.record li:before {
  font-family: 'basicicon';
  content: "\e620";
}

ul.notice-red li {
  color: #CC0000;
}

ul.notice li:before, ul.notice-red li:before {
  font-family: 'basicicon';
  content: "\31";
  font-size: 90%;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}

ul.indent {
  padding-left: 0;
  margin-left: 0;
}

ul.indent li {
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

ol.paren {
  counter-reset: item;
}
ol.paren li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-type: none;
}
ol.paren li:before {
  content: "(" counters(item,"-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}

ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.maru li {
  list-style: none;
  margin-bottom: 0.8em;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,sans-serifsans-serif;
  font-weight: 600;
}
ol.maru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #023894;
  color: #FFF;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -35px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

ul.check li {
  margin: 0.7em 0;
}

ul.check li:before {
  font-family: 'basicicon';
  content: "\e946";
  color: #023894;
  font-size: 150%;
  margin-right: 0.3em;
  position: relative;
  top: 0.1em;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*  table
----------------------------------------------- */
table.data {
  margin: 10px 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border: 1px solid #999;
  word-break: break-all;
}

table.data th {
  padding: 5px 8px;
  color: #333;
  background: #254676;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-size: 105%;
  text-align: center;
  color: #FFF;
  font-weight: 300;
}

table.data th.h2 {
  background: #C8D0E5;
  font-weight: 300;
  color: #4A4A4A;
}

table.data td.h1 {
  text-align: center !important;
}

table.data td {
  word-break: break-all;
  padding: 10px 8px;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: none;
  background: #FFF;
}

/*
@media screen and (max-width: 850px){
table.data{width:100%; border-bottom:none;}
table.data td,table.data th{width:100%;display:block;text-align:left;}
table.data th{border:none;padding:8px;}
table.data td{border-right:none;padding-bottom:1.3em;}
table.data table.layout td,table.data table.layout th{width:auto;display:inline-table;}
table.data table.layout.line tr{border-bottom:$keycolor;}
}
*/
@media screen and (max-width: 850px) {
  table.data.sp {
    font-size: 13px;
    letter-spacing: -1px;
  }

  table.data.sp th {
    font-size: 12px;
  }
}
/* 表 (レイアウト用) */
table.layout {
  border: none;
  thpadding: 0;
  border: none;
}
table.layout td {
  padding: 0 5px;
  border: none;
}

/*  box
----------------------------------------------- */
.box {
  border: #FFF dotted 1px;
  padding: 8px;
  margin: 0.7em 0px;
}

.boxWhite {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5em;
  border-radius: 5px;
}

.textclm2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.textclm2 .clm {
  padding: 0 2.5% 0 0;
  width: 50%;
}
.textclm2 .clm:nth-child(even) {
  padding: 0 0 0 2.5%;
}

@media screen and (max-width: 850px) {
  .textclm2 {
    display: initial;
  }
  .textclm2 .clm {
    padding: 0;
  }
  .textclm2 .clm:nth-child(even) {
    padding: 0;
  }
}
/* sp */
div.clearBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

div.clearBox {
  overflow: hidden;
  height: auto;
}
div.clearBox .img-l, div.clearBox .img-r {
  margin-bottom: 10px;
}
div.clearBox .img-l {
  float: left;
  margin-right: 3vw !important;
}
div.clearBox .img-r {
  float: right;
  margin-left: 3vw !important;
}
div.clearBox .hidden {
  height: auto;
}
div.clearBox .auto {
  overflow: auto;
  height: auto;
}

.imgBlockT {
  align-items: flex-start;
}

.imgBlockB {
  align-items: baseline;
}

.imgBlockC {
  align-items: center;
}

.imgBlockB, .imgBlockC, .imgBlockT {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.imgBlockB .img-l, .imgBlockC .img-l, .imgBlockT .img-l {
  margin-right: 2vw;
}
.imgBlockB .img-r, .imgBlockC .img-r, .imgBlockT .img-r {
  margin-left: 2vw;
}

.w10vw {
  max-width: 10vw;
}
.w10vw + .text {
  width: 76vw;
}

.w20vw {
  max-width: 20vw;
}
.w20vw + .text {
  width: 66vw;
}

.w30vw {
  max-width: 30vw;
}
.w30vw + .text {
  width: 56vw;
}

.w40vw {
  max-width: 40vw;
}
.w40vw + .text {
  width: 46vw;
}

.w50vw {
  max-width: 50vw;
}
.w50vw + .text {
  width: 36vw;
}

.w60vw {
  max-width: 60vw;
}
.w60vw + .text {
  width: 26vw;
}

.w70vw {
  max-width: 70vw;
}
.w70vw + .text {
  width: 16vw;
}

.w80vw {
  max-width: 80vw;
}
.w80vw + .text {
  width: 6vw;
}

.clm2, .clm3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.clm2 span.caption, .clm3 span.caption {
  display: block;
  margin: 0.5em 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.clm2 span.caption:before, .clm3 span.caption:before {
  font-family: 'basicicon';
  content: "\77";
  margin-right: 0.2em;
}
.clm2 .sp1, .clm3 .sp1 {
  padding: 1vw;
}
.clm2 .sp2, .clm3 .sp2 {
  padding: 2vw;
}

.clm2 .clm {
  width: 50%;
  justify-content: space-between;
}

.clm3 .clm {
  width: 33%;
  justify-content: space-between;
}

@media screen and (max-width: 850px) {
  .imgBlockB, .imgBlockC, .imgBlockT {
    display: block;
  }
  .imgBlockB .img-l, .imgBlockB .img-r, .imgBlockC .img-l, .imgBlockC .img-r, .imgBlockT .img-l, .imgBlockT .img-r {
    margin: 15px auto;
  }
  .imgBlockB .text, .imgBlockC .text, .imgBlockT .text {
    width: 100%;
  }
  .imgBlockB .w10vw, .imgBlockB .w20vw, .imgBlockB .w30vw, .imgBlockB .w40vw, .imgBlockB .w50vw, .imgBlockC .w10vw, .imgBlockC .w20vw, .imgBlockC .w30vw, .imgBlockC .w40vw, .imgBlockC .w50vw, .imgBlockT .w10vw, .imgBlockT .w20vw, .imgBlockT .w30vw, .imgBlockT .w40vw, .imgBlockT .w50vw {
    max-width: 60%;
  }
  .imgBlockB .w60vw, .imgBlockB .w70vw, .imgBlockB .w80vw, .imgBlockC .w60vw, .imgBlockC .w70vw, .imgBlockC .w80vw, .imgBlockT .w60vw, .imgBlockT .w70vw, .imgBlockT .w80vw {
    max-width: 100%;
  }

  div.clearBox .img-l, div.clearBox .img-r {
    float: none;
    text-align: center;
    margin: auto !important;
  }
  div.clearBox .auto {
    overflow: inherit;
  }
  div.clearBox .hidden {
    text-align: left;
  }

  .clm2, .clm3 {
    display: block;
  }

  .clm2 .clm,
  .clm3 .clm {
    width: 100% !important;
  }

  .w10vw {
    max-width: 10vw;
  }
  .w10vw + .text {
    width: 100%;
  }

  .w20vw {
    max-width: 20vw;
  }
  .w20vw + .text {
    width: 100%;
  }

  .w30vw {
    max-width: 30vw;
  }
  .w30vw + .text {
    width: 100%;
  }

  .w40vw {
    max-width: 40vw;
  }
  .w40vw + .text {
    width: 100%;
  }

  .w50vw {
    max-width: 50vw;
  }
  .w50vw + .text {
    width: 100%;
  }

  .w60vw {
    max-width: 60vw;
  }
  .w60vw + .text {
    width: 100%;
  }

  .w70vw {
    max-width: 70vw;
  }
  .w70vw + .text {
    width: 100%;
  }

  .w80vw {
    max-width: 80vw;
  }
  .w80vw + .text {
    width: 100%;
  }
}
/* sp */
/*  Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.valign-t {
  vertical-align: top;
}

/*  Margin
----------------------------------------------- */
*.sp-v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.sp-v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

*.sp-v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

*.sp-v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

*.sp-v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

*.sp-v25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

*.sp-v30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

*.sp-v40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

*.sp-v50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

*.sp-t0 {
  margin-top: 0px !important;
}

*.sp-t5 {
  margin-top: 5px !important;
}

*.sp-t10 {
  margin-top: 10px !important;
}

*.sp-t15 {
  margin-top: 15px !important;
}

*.sp-t20 {
  margin-top: 20px !important;
}

*.sp-t25 {
  margin-top: 25px !important;
}

*.sp-t30 {
  margin-top: 30px !important;
}

*.sp-t40 {
  margin-top: 40px !important;
}

*.sp-t50 {
  margin-top: 50px !important;
}

*.sp-b0 {
  margin-bottom: 0px !important;
}

*.sp-b5 {
  margin-bottom: 5px !important;
}

*.sp-b10 {
  margin-bottom: 10px !important;
}

*.sp-b15 {
  margin-bottom: 15px !important;
}

*.sp-b20 {
  margin-bottom: 20px !important;
}

*.sp-b25 {
  margin-bottom: 25px !important;
}

*.sp-b30 {
  margin-bottom: 30px !important;
}

*.sp-b40 {
  margin-bottom: 40px !important;
}

*.sp-b50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 668px) {
  *.w100 {
    max-width: 100px;
  }

  *.w130 {
    max-width: 130px;
  }

  *.w150 {
    max-width: 150px;
  }

  *.w200 {
    max-width: 200px;
  }

  *.w250 {
    max-width: 250px;
  }

  *.w300 {
    max-width: 300px;
  }

  *.w350 {
    max-width: 350px;
  }

  *.w400 {
    max-width: 400px;
  }

  *.w500 {
    max-width: 500px;
  }

  *.w600 {
    max-width: 600px;
  }
}
@media screen and (max-width: 850px) {
  *.w100 {
    max-width: 40%;
  }

  *.w130 {
    max-width: 40%;
  }

  *.w150 {
    max-width: 50%;
  }

  *.w200 {
    max-width: 60%;
  }

  *.w250 {
    max-width: 80%;
  }

  *.w300 {
    max-width: 80%;
  }

  *.w350 {
    max-width: 80%;
  }

  *.w400 {
    max-width: 90%;
  }

  *.w500 {
    max-width: 90%;
  }

  *.w600 {
    max-width: 90%;
  }
}
*.pd-lr5 {
  padding-right: 5px;
  padding-left: 5px;
}

*.pd-lr10 {
  padding-right: 10px;
  padding-left: 10px;
}

*.pd-lr15 {
  padding-right: 15px;
  padding-left: 15px;
}

*.pd-lr20 {
  padding-right: 20px;
  padding-left: 20px;
}

.indent {
  margin-left: 1em;
}

/*  hr
----------------------------------------------- */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr.type1 {
  border-top: 1px dashed #bbb;
}

hr.type2 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

hr.type3 {
  border-top: 4px double #bbb;
}

/*  form
----------------------------------------------- */
select, textarea,
input[type="text"], input[type="email"], input[type="tel"] {
  border: #023894 1px solid;
  background: #FFF;
  color: #333;
  padding: 10px 6px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  background: #023894;
  color: #FFF;
  padding: 0.4em 0.8em;
  font-weight: 100%;
  border: none;
  font-size: 20px;
  border-bottom: #8b8b8b 2px solid;
  border-radius: 4px;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo,sans-serifsans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

input[type="reset"] {
  background: #CCC;
  color: #606060;
}

.formBox {
  width: 80%;
  margin: 10px auto;
  background: #FFF;
  padding: 20px 20px 15px;
}
.formBox span.required:after {
  font-family: 'basicicon';
  content: "\e600";
  color: #F57E7E;
  font-size: 120%;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.formBox dl {
  margin: 1.5em 0;
  border-left: 3px solid #C6C6C6;
  padding-left: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.formBox dl dt {
  width: 35%;
  color: #1F406D;
  font-weight: bold;
}
.formBox dl dd {
  width: 65%;
  line-height: 2.2;
}
.formBox dl dd label {
  padding-right: 0.8em;
  padding-left: 0.5em;
  border-right: 1px solid #234277;
}
.formBox dl dd label:last-child {
  border-right: 0;
}
.formBox dl dd ul.radio li label {
  border: 1px solid #add8f1;
  border-radius: 5px;
  padding: 0.3em 0.5em;
}
.formBox dl dd ul.radio li label input {
  margin-right: 0.2em;
}
.formBox dl dd ul.radio li label:hover {
  background: #FFF1CB;
}
.formBox .full {
  width: 100%;
}
.formBox .half {
  width: 50%;
}
.formBox .short {
  width: 30%;
}
.formBox .btnArea {
  margin: 15px auto;
  text-align: center;
}
.formBox .half {
  width: 60%;
}

@media screen and (max-width: 850px) {
  .formBox dl {
    display: block;
  }
  .formBox dl dt, .formBox dl dd {
    width: 100%;
  }
  .formBox dl dt {
    margin-bottom: 0.5em;
  }
  .formBox input[type="radio"] {
    display: inline-block;
    width: auto;
  }
  .formBox .full {
    width: 100%;
  }
  .formBox .half {
    width: 100%;
  }
  .formBox .short {
    width: 100%;
  }

  input, select {
    width: 100%;
    font-size: 120%;
    padding: 5px;
  }

  /*input{-webkit-appearance: button;}
  */
}
/* sp */
form.sent dl,
form.sent .btnArea,
form.sent .sentnodisp {
  display: none !important;
}

form.sent .wpcf7-mail-sent-ok {
  padding: 25px;
  background: #FFF;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #398f14;
}

/*----------------------------------------------------------
	Script
--------------------------------------------------------- */
/* drwer menu */
.naver {
  margin: 0;
}

.naver,
.naver *,
.naver *:before,
.naver *:after {
  box-sizing: border-box;
}

.naver-handle {
  background: #f5891f;
  color: #FFF;
  cursor: pointer;
  display: none;
  top: 0;
  right: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 50;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.naver-handle:after {
  position: absolute;
  left: 20%;
  top: 20%;
  color: #FFF;
  font-family: 'basicicon';
  content: "\e908";
}

.naver.open .naver-handle:after {
  color: #FFF;
  font-family: 'basicicon';
  content: "\e614";
}

.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* animation */
.naver.open .naver-wrapper {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.naver.enabled .naver-handle {
  display: block;
}

.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}

.naver.enabled .naver-container {
  height: auto;
}

/*----------------------------------------------------------
	Font
--------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/notosans/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("fonts/notosans/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Thin.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("fonts/notosans/NotoSansCJKjp-Light.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Light.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/notosans/NotoSansCJKjp-DemiLight.eot");
  src: url("fonts/notosans/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-DemiLight.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/notosans/NotoSansCJKjp-Regular.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/notosans/NotoSansCJKjp-Medium.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Medium.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/notosans/NotoSansCJKjp-Bold.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/notosans/NotoSansCJKjp-Black.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Black.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Black.ttf") format("truetype");
}
/*  iconfont
----------------------------------------------- */
@font-face {
  font-family: 'basicicon';
  src: url("fonts/basicicon.eot?37r9kc");
  src: url("fonts/basicicon.eot?37r9kc#iefix") format("embedded-opentype"), url("fonts/basicicon.ttf?37r9kc") format("truetype"), url("fonts/basicicon.woff?37r9kc") format("woff"), url("fonts/basicicon.svg?37r9kc#basicicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: 'basicicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.3;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  margin-right: 3px;
  font-size: 120%;
}

[class^="icon-"]:after, [class*=" icon-"]:after {
  margin-left: 3px;
  font-size: 120%;
}

[class^="icon-fl_"]:before, [class*=" icon-fl_"]:before,
[class^="icon-fl_"]:after, [class*=" icon-fl_"]:after {
  font-size: 160%;
  vertical-align: middle;
}

.icon-question2:before {
  content: "\f128";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-beenhere:before {
  content: "\e52d";
}

.icon-grain:before {
  content: "\e3ea";
}

.icon-hdr_strong:before {
  content: "\e3f1";
}

.icon-hdr_weak:before {
  content: "\e3f2";
}

.icon-zoom_in:before {
  content: "\e8ff";
}

.icon-zoom_out:before {
  content: "\e918";
}

.icon-alarm:before {
  content: "\e855";
}

.icon-accessibility:before {
  content: "\e84e";
}

.icon-accessible:before {
  content: "\e914";
}

.icon-account_box:before {
  content: "\e851";
}

.icon-account_circle:before {
  content: "\e853";
}

.icon-flight:before {
  content: "\e539";
}

.icon-attach_file:before {
  content: "\e226";
}

.icon-audiotrack:before {
  content: "\e3a1";
}

.icon-autorenew:before {
  content: "\e863";
}

.icon-beach_access:before {
  content: "\eb3e";
}

.icon-block:before {
  content: "\e14b";
}

.icon-turned_in:before {
  content: "\e8e6";
}

.icon-turned_in_not:before {
  content: "\e8e7";
}

.icon-brightness_3:before {
  content: "\e3a8";
}

.icon-brightness_low:before {
  content: "\e1ad";
}

.icon-brush:before {
  content: "\e3ae";
}

.icon-bubble_chart:before {
  content: "\e6dd";
}

.icon-build:before {
  content: "\e869";
}

.icon-phone2:before {
  content: "\e0cd";
}

.icon-call_end:before {
  content: "\e0b1";
}

.icon-photo_camera2:before {
  content: "\e413";
}

.icon-center_focus_strong:before {
  content: "\e3b4";
}

.icon-center_focus_weak:before {
  content: "\e3b5";
}

.icon-code:before {
  content: "\e86f";
}

.icon-palette:before {
  content: "\e40a";
}

.icon-laptop2:before {
  content: "\e31e";
}

.icon-content_cut:before {
  content: "\e14e";
}

.icon-content_paste:before {
  content: "\e14f";
}

.icon-crop_original:before {
  content: "\e3c4";
}

.icon-dashboard:before {
  content: "\e871";
}

.icon-delete:before {
  content: "\e872";
}

.icon-delete_forever:before {
  content: "\e92b";
}

.icon-directions_bike:before {
  content: "\e52f";
}

.icon-directions_boat:before {
  content: "\e532";
}

.icon-directions_bus:before {
  content: "\e530";
}

.icon-directions_car:before {
  content: "\e531";
}

.icon-directions_run:before {
  content: "\e566";
}

.icon-directions_transit:before {
  content: "\e535";
}

.icon-directions_walk:before {
  content: "\e536";
}

.icon-drafts:before {
  content: "\e151";
}

.icon-eject:before {
  content: "\e8fb";
}

.icon-error:before {
  content: "\e000";
}

.icon-error_outline:before {
  content: "\e001";
}

.icon-euro_symbol:before {
  content: "\e926";
}

.icon-face:before {
  content: "\e87c";
}

.icon-fast_forward:before {
  content: "\e01f";
}

.icon-fast_rewind:before {
  content: "\e020";
}

.icon-get_app:before {
  content: "\e884";
}

.icon-file_upload:before {
  content: "\e2c6";
}

.icon-find_in_page:before {
  content: "\e880";
}

.icon-fingerprint:before {
  content: "\e90e";
}

.icon-format_quote:before {
  content: "\e244";
}

.icon-goat:before {
  content: "\e90f";
}

.icon-my_location:before {
  content: "\e55c";
}

.icon-location_searching:before {
  content: "\e1b7";
}

.icon-people2:before {
  content: "\e7fc";
}

.icon-group_add:before {
  content: "\e7f0";
}

.icon-headset:before {
  content: "\e310";
}

.icon-headset_mic:before {
  content: "\e311";
}

.icon-help_outline:before {
  content: "\e8fd";
}

.icon-photo:before {
  content: "\e410";
}

.icon-info2:before {
  content: "\e88e";
}

.icon-info_outline:before {
  content: "\e88f";
}

.icon-label:before {
  content: "\e892";
}

.icon-label_outline:before {
  content: "\e893";
}

.icon-language:before {
  content: "\e894";
}

.icon-open_in_new:before {
  content: "\e89e";
}

.icon-lightbulb_outline:before {
  content: "\e910";
}

.icon-list2:before {
  content: "\e896";
}

.icon-local_bar:before {
  content: "\e540";
}

.icon-local_cafe:before {
  content: "\e541";
}

.icon-restaurant_menu:before {
  content: "\e561";
}

.icon-local_florist:before {
  content: "\e545";
}

.icon-shopping_cart:before {
  content: "\e8cc";
}

.icon-local_parking:before {
  content: "\e54f";
}

.icon-local_shipping:before {
  content: "\e558";
}

.icon-room:before {
  content: "\e8b4";
}

.icon-menu2:before {
  content: "\e5d2";
}

.icon-mic:before {
  content: "\e029";
}

.icon-mic_none:before {
  content: "\e02a";
}

.icon-mic_off:before {
  content: "\e02b";
}

.icon-more_horiz:before {
  content: "\e5d3";
}

.icon-more_vert:before {
  content: "\e5d4";
}

.icon-motorcycle:before {
  content: "\e91b";
}

.icon-mouse:before {
  content: "\e323";
}

.icon-nature:before {
  content: "\e406";
}

.icon-nature_people:before {
  content: "\e407";
}

.icon-navigation:before {
  content: "\e55d";
}

.icon-near_me:before {
  content: "\e569";
}

.icon-new_releases:before {
  content: "\e031";
}

.icon-note:before {
  content: "\e06f";
}

.icon-notifications:before {
  content: "\e7f4";
}

.icon-notifications_active:before {
  content: "\e7f7";
}

.icon-notifications_none:before {
  content: "\e7f5";
}

.icon-notifications_off:before {
  content: "\e7f6";
}

.icon-pan_tool:before {
  content: "\e925";
}

.icon-pets:before {
  content: "\e91d";
}

.icon-phone_in_talk:before {
  content: "\e62d";
}

.icon-pie_chart:before {
  content: "\e6c4";
}

.icon-pie_chart_outlined:before {
  content: "\e6c5";
}

.icon-pin_drop:before {
  content: "\e55e";
}

.icon-power2:before {
  content: "\e63d";
}

.icon-power_settings_new:before {
  content: "\e8ac";
}

.icon-priority_high:before {
  content: "\e645";
}

.icon-public:before {
  content: "\e80b";
}

.icon-refresh:before {
  content: "\e5d5";
}

.icon-report:before {
  content: "\e160";
}

.icon-restaurant:before {
  content: "\e56c";
}

.icon-ring_volume2:before {
  content: "\e0d2";
}

.icon-school:before {
  content: "\e80c";
}

.icon-screen_lock_landscape:before {
  content: "\e1be";
}

.icon-screen_lock_portrait:before {
  content: "\e1bf";
}

.icon-screen_lock_rotation:before {
  content: "\e1c0";
}

.icon-security:before {
  content: "\e32a";
}

.icon-settings2:before {
  content: "\e8b9";
}

.icon-slideshow:before {
  content: "\e41b";
}

.icon-smoke_free:before {
  content: "\eb4a";
}

.icon-smoking_rooms:before {
  content: "\eb4b";
}

.icon-straighten:before {
  content: "\e41c";
}

.icon-tablet_mac:before {
  content: "\e331";
}

.icon-text_format:before {
  content: "\e165";
}

.icon-thumb_down:before {
  content: "\e8db";
}

.icon-thumb_up:before {
  content: "\e8dc";
}

.icon-toll2:before {
  content: "\e8e1";
}

.icon-trending_down:before {
  content: "\e8e3";
}

.icon-trending_up:before {
  content: "\e8e5";
}

.icon-unfold_less:before {
  content: "\e5d6";
}

.icon-unfold_more:before {
  content: "\e5d7";
}

.icon-volume_off:before {
  content: "\e04f";
}

.icon-volume_up:before {
  content: "\e050";
}

.icon-vpn_key:before {
  content: "\e0da";
}

.icon-wc:before {
  content: "\e63e";
}

.icon-web:before {
  content: "\e051";
}

.icon-web_asset:before {
  content: "\e069";
}

.icon-wifi:before {
  content: "\e63f";
}

.icon-work:before {
  content: "\e8f9";
}

.icon-zoom_out_map:before {
  content: "\e56b";
}

.icon-arrow_back:before {
  content: "\e5c4";
}

.icon-arrow_downward:before {
  content: "\e5db";
}

.icon-arrow_forward:before {
  content: "\e5c8";
}

.icon-arrow_upward:before {
  content: "\e5d8";
}

.icon-poll:before {
  content: "\e801";
}

.icon-assignment:before {
  content: "\e85d";
}

.icon-assignment_ind:before {
  content: "\e85e";
}

.icon-assignment_late:before {
  content: "\e85f";
}

.icon-assignment_return:before {
  content: "\e860";
}

.icon-assignment_returned:before {
  content: "\e861";
}

.icon-assignment_turned_in:before {
  content: "\e862";
}

.icon-assistant:before {
  content: "\e39f";
}

.icon-photo_camera:before {
  content: "\e412";
}

.icon-check2:before {
  content: "\e5ca";
}

.icon-check_box:before {
  content: "\e834";
}

.icon-check_box_outline_blank:before {
  content: "\e835";
}

.icon-markunread:before {
  content: "\e159";
}

.icon-favorite:before {
  content: "\e87d";
}

.icon-favorite_border:before {
  content: "\e87e";
}

.icon-people:before {
  content: "\e7fb";
}

.icon-looks_3:before {
  content: "\e3fb";
}

.icon-looks_4:before {
  content: "\e3fd";
}

.icon-looks_5:before {
  content: "\e3fe";
}

.icon-looks_6:before {
  content: "\e3ff";
}

.icon-looks_one:before {
  content: "\e400";
}

.icon-looks_two:before {
  content: "\e401";
}

.icon-power:before {
  content: "\e63c";
}

.icon-ring_volume:before {
  content: "\e0d1";
}

.icon-settings:before {
  content: "\e8b8";
}

.icon-settings_power:before {
  content: "\e8c6";
}

.icon-texture:before {
  content: "\e421";
}

.icon-toll:before {
  content: "\e8e0";
}

.icon-wb_incandescent:before {
  content: "\e42e";
}

.icon-facebook-with-circle:before {
  content: "\e911";
}

.icon-facebook2:before {
  content: "\e912";
}

.icon-instagram-with-circle:before {
  content: "\e913";
}

.icon-instagram2:before {
  content: "\e915";
}

.icon-twitter-with-circle:before {
  content: "\e916";
}

.icon-twitter2:before {
  content: "\e917";
}

.icon-arrow-with-circle-down:before {
  content: "\e900";
}

.icon-arrow-with-circle-left:before {
  content: "\e901";
}

.icon-arrow-with-circle-right:before {
  content: "\e902";
}

.icon-arrow-with-circle-up:before {
  content: "\e903";
}

.icon-attachment:before {
  content: "\e904";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-documents:before {
  content: "\e906";
}

.icon-edit:before {
  content: "\e907";
}

.icon-grid:before {
  content: "\e908";
}

.icon-home:before {
  content: "\e909";
}

.icon-laptop:before {
  content: "\e90a";
}

.icon-location2:before {
  content: "\e90b";
}

.icon-new-message:before {
  content: "\e90c";
}

.icon-old-phone:before {
  content: "\e90d";
}

.icon-new:before {
  content: "\e62b";
}

.icon-preview:before {
  content: "\e62c";
}

.icon-arrow-d3:before {
  content: "\e602";
}

.icon-arrow-l3:before {
  content: "\e603";
}

.icon-arrow-r3:before {
  content: "\e604";
}

.icon-arrow-u3:before {
  content: "\e605";
}

.icon-phone:before {
  content: "\21";
}

.icon-mail:before {
  content: "\22";
}

.icon-pencil:before {
  content: "\e60f";
}

.icon-location:before {
  content: "\23";
}

.icon-star:before {
  content: "\e610";
}

.icon-popup:before {
  content: "\24";
}

.icon-search:before {
  content: "\e612";
}

.icon-close1:before {
  content: "\e614";
}

.icon-minus2:before {
  content: "\2d";
}

.icon-plus2:before {
  content: "\2b";
}

.icon-close2:before {
  content: "\e615";
}

.icon-minus3:before {
  content: "\e616";
}

.icon-plus3:before {
  content: "\e617";
}

.icon-close3:before {
  content: "\e618";
}

.icon-minus1:before {
  content: "\e619";
}

.icon-plus1:before {
  content: "\e61a";
}

.icon-info:before {
  content: "\e61b";
}

.icon-help:before {
  content: "\e61c";
}

.icon-warning:before {
  content: "\e61d";
}

.icon-list:before {
  content: "\e61e";
}

.icon-text:before {
  content: "\e61f";
}

.icon-record:before {
  content: "\e620";
}

.icon-arrow-l1:before {
  content: "\e621";
}

.icon-arrow-d1:before {
  content: "\e622";
}

.icon-arrow-u1:before {
  content: "\e623";
}

.icon-arrow-r1:before {
  content: "\72";
}

.icon-arrow-l2:before {
  content: "\61";
}

.icon-arrow-d2:before {
  content: "\7a";
}

.icon-arrow-u2:before {
  content: "\77";
}

.icon-arrow-r2:before {
  content: "\73";
}

.icon-ellipsis:before {
  content: "\e624";
}

.icon-dot:before {
  content: "\e625";
}

.icon-twitter:before {
  content: "\e626";
}

.icon-facebook:before {
  content: "\46";
}

.icon-checkbox:before {
  content: "\e609";
}

.icon-question:before {
  content: "\e607";
}

.icon-answer:before {
  content: "\e608";
}

.icon-point1:before {
  content: "\e628";
}

.icon-menu:before {
  content: "\e629";
}

.icon-arrowlink:before {
  content: "\e62a";
}

.icon-tree_01:before {
  content: "\e611";
}

.icon-tree_02:before {
  content: "\e613";
}

.icon-tree_03:before {
  content: "\e627";
}

.icon-required2:before {
  content: "\e600";
}

.icon-required1:before {
  content: "\e601";
}

.icon-fl_doc:before {
  content: "\64";
}

.icon-fl_etc:before {
  content: "\65";
}

.icon-fl_img:before {
  content: "\6a";
}

.icon-li_basic:before {
  content: "\30";
}

.icon-li_border:before {
  content: "\71";
}

.icon-li_notice:before {
  content: "\31";
}

.icon-fl_mp3:before {
  content: "\6d";
}

.icon-fl_pdf:before {
  content: "\70";
}

.icon-fl_ppt:before {
  content: "\74";
}

.icon-fl_xls:before {
  content: "\78";
}

.icon-check:before {
  content: "\ea11";
}

.icon-pc:before {
  content: "\e60a";
}

.icon-mobile:before {
  content: "\e60b";
}

.icon-lock:before {
  content: "\e60c";
}

.icon-unlocked:before {
  content: "\e60d";
}

.icon-notification:before {
  content: "\e60e";
}

.icon-cog:before, .icon-gear:before {
  content: "\f013";
}

.icon-eur:before, .icon-euro:before {
  content: "\f153";
}

.icon-dollar:before, .icon-usd:before {
  content: "\f155";
}

.icon-cny:before, .icon-jpy:before, .icon-rmb:before, .icon-yen:before {
  content: "\f157";
}
