@charset "UTF-8";
/*
  RESET - ADAPTED FROM MEYER RESET
  URL - http://meyerweb.com/eric/tools/css/reset/
  LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&display=swap);
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  /*font-family: inherit;*/
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

* {
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  appearance: button;
  background: none transparent;
}

select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

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

/* rollover
-------------------------------------------------- */
.rollover {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.25s linear;
}

.rollover:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* font
-------------------------------------------------- */
.fNormal {
  font-weight: normal !important;
}

.fBold {
  font-weight: bold !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.italic {
  font-style: italic;
}

.fcR {
  color: #d43937;
}

.small {
  font-size: 12px;
}

/* text-align
-------------------------------------------------- */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

/* vat-align
-------------------------------------------------- */
.veT {
  vertical-align: top !important;
}

.veB {
  vertical-align: bottom !important;
}

.veM {
  vertical-align: middle !important;
}

/* margin-top
-------------------------------------------------- */
.ma0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* margin-left
-------------------------------------------------- */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mlauto {
  margin-left: auto !important;
}

/* margin-right
-------------------------------------------------- */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mrauto {
  margin-right: auto !important;
}

/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* padding-left
-------------------------------------------------- */
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* padding-right
-------------------------------------------------- */
.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* Webフォント */
/* sans-serif */
@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;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}
@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}
@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}
@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}
@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}
@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}
@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}
@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}
@font-face {
  font-family: "Archer Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Archer Bold"), url("../fonts/Archer-Bold-Pro.woff") format("woff");
}
@font-face {
  font-family: "ArcherPro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("ArcherPro Bold"), url("../fonts/ArcherPro-Bold_0.woff") format("woff");
}
body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  }
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa,
[class^=fa-], [class*=fa-] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

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

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

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

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

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

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

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

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

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

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

.fa-gbp:before {
  content: "\f154";
}

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

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

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

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

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

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

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

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

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

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

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

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

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

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

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

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

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

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

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

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

body {
  color: #505050;
  line-height: 1.8em;
  font-size: 14px;
  display: block;
  overflow-x: hidden;
  padding: 0px;
}

#wrap {
  overflow-x: hidden;
}

@media screen and (min-width: 980px) {
  body {
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1180px) {
  body {
    font-size: 17px;
  }
}
img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  div:not(.icon) > img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
}
.blank {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.blank:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/common/icon_blank.png);
  position: absolute;
  right: 0px;
  top: 50%;
  background-size: cover;
  margin-top: -8px;
}

/* =============================================
- COMMON
================================================ */
a {
  color: #0B6AB1;
}

@media screen and (min-width: 768px) {
  a[data-lity] {
    transition: all 0.2s ease-in-out;
  }
  a[data-lity]:hover {
    opacity: 0.8;
  }
}
.phone {
  color: #032030;
}

strong {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  strong {
    font-weight: bold;
  }
}

.mplus strong {
  font-weight: 500;
}

/* =============================================
- HEADER
================================================ */
@media screen and (max-width: 767px) {
  /*-----------------------------------------------------------------
  	header
  ----------------------------------------------------------------- */
  #header .headArea {
    height: 70px;
    width: 100%;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    transition: all 0.25s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #header .logo {
    display: flex;
    align-items: center;
  }
  #header .logo .all {
    width: 68px;
  }
  #header .logo .sub {
    width: 99px;
    margin-left: 8px;
  }

  /*-----------------------------------------------------------------
  	navigation
  ----------------------------------------------------------------- */

  /*-----------------------------------------------------------------
  	navigation Nav
  ----------------------------------------------------------------- */

  /*-----------------------------------------------------------------
  	nav btn
  ----------------------------------------------------------------- */
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  #header .logo {
    width: 188px;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #pageTop {
    bottom: 10px !important;
  }
  #pageTop span {
    height: 54px !important;
  }
  #pageTop span span {
    padding-top: 26px !important;
  }
}
@media screen and (max-width: 767px) {
  #header .headArea {
    padding-right: 70px;
  }
  #header .headArea.typeB {
    padding-right: 20px;
  }
  #header .headArea .btnArea .btn {
    width: 54px;
    height: 54px;
    display: block;
  }
  #header .headArea .btnArea .btn a {
    width: 100%;
    height: 100%;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
  }
  #header .headArea .btnArea .btn.doc a {
    background-color: #219A25;
  }
  #header .headArea .btnArea .btn.online {
    display: block !important;
  }
  #header .headArea .btnArea .btn.online a {
    background-color: #8064a2;
    transition: all 0.2s ease-in-out;
  }
  #header .headArea .btnArea .btn.online a:hover {
    background-color: #573f74;
  }
  #header .headArea .btnArea .btn.online p {
    padding-top: 4px;
    font-size: 11px;
  }
  #header .headArea .btnArea .btn.online {
    display: none;
  }
  #header .headArea .btnArea .btn .circleicon.online {
    width: 28px;
    height: 23px;
    background-image: url(../images/icon/icon_btn08.png);
  }
  #header .headArea .btnArea .btn p {
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    margin-top: 3px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) and (min-width: 980px) {
  #header .headArea .btnArea .btn p {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  #header .headArea {
    padding-right: 15px;
  }
  #header .headArea .btnArea .btn p {
    font-size: 11px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  #navigation {
    width: calc( 100% + 60px);
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: #fff;
    padding: 70px 80px 100px 20px;
    overflow-y: scroll;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
  }
  #navigation #nav {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .menu_open #navigation {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #navigation .navLogo {
    text-align: center;
  }
  #navigation .navLogo a {
    display: inline-block;
    width: 252px;
  }
}
@media screen and (max-width: 767px) {
  #navigation #nav {
    position: relative;
    margin-top: 30px;
  }
  #navigation #nav > ul li a, #navigation #nav > ul li .trigger {
    cursor: pointer;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    position: relative;
    width: 100%;
    color: #505050;
  }
  #navigation #nav > ul li a .beginner, #navigation #nav > ul li .trigger .beginner {
    display: inline-block;
    padding-right: 28px;
    position: relative;
  }
  #navigation #nav > ul li a .beginner:after, #navigation #nav > ul li .trigger .beginner:after {
    content: "";
    width: 16px;
    height: 20px;
    background-image: url(../images/common/icon_beginner.png);
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
  }
  #navigation #nav > ul li.close .subNav {
    display: none;
  }
  #navigation #nav > ul > li {
    position: relative;
  }
  #navigation #nav > ul > li > a, #navigation #nav > ul > li .trigger {
    padding: 15px 20px;
    font-size: 16px;
    border-bottom: 1px solid #C8C8C8;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 40px;
  }
  #navigation #nav > ul > li:not(.haschild) > a:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-color: #505050;
    border-width: 2px;
    left: 15px;
  }
  #navigation #nav > ul > li.haschild .trigger {
    cursor: default;
  }
  #navigation #nav > ul > li.haschild .trigger:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-color: #505050;
    border-width: 2px;
    left: 15px;
    margin-top: -3px;
  }
  #navigation #nav > ul .childList {
    border-bottom: 1px solid #C8C8C8;
    padding: 15px 0px;
  }
  #navigation #nav > ul .childList a {
    padding: 5px 10px 5px 45px;
    position: relative;
  }
  #navigation #nav > ul .childList a:before {
    content: "";
    width: 15px;
    height: 0.15em;
    background-color: #505050;
    position: absolute;
    left: 13px;
    top: 1.25em;
  }
  #navigation #nav .column01 {
    border-top: 1px solid #C8C8C8;
  }
  #navigation .btnArea {
    margin-top: 30px;
  }
  #navigation .innavBtn a {
    width: 100%;
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    border-radius: 5px;
    padding: 13px 0px;
    text-align: center;
    font-size: 16px;
  }
  #navigation .innavBtn a span {
    padding-left: 30px;
    position: relative;
  }
  #navigation .innavBtn a span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 21px;
    height: 24px;
    background-size: cover;
  }
  #navigation .innavBtn + .innavBtn {
    margin-top: 15px;
  }
  #navigation .innavBtn.phone a {
    background-color: #F77B93;
  }
  #navigation .innavBtn.phone a span:before {
    background-image: url(../images/icon/icon_btn01.png);
  }
  #navigation .innavBtn.doc a {
    background-color: #219A25;
  }
  #navigation .innavBtn.doc a span:before {
    background-image: url(../images/icon/icon_btn02.png);
  }
  #navigation .innavBtn.online a {
    background-color: #8064a2;
  }
  #navigation .innavBtn.online a span {
    padding-left: 35px;
  }
  #navigation .innavBtn.online a span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 24px;
    height: 20px;
    background-size: cover;
    background-image: url(../images/icon/icon_btn08.png);
  }
}
@media screen and (max-width: 767px) {
  #navBtn {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #E67700;
    border-radius: 8px;
  }
  #navBtn span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -1px;
    transition: all 0.2s ease-in;
    border-radius: 20px;
  }
  #navBtn span:after, #navBtn span:before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0px;
    border-radius: 20px;
    transition: all 0.2s ease-in;
  }
  #navBtn span:after {
    top: -8px;
  }
  #navBtn span:before {
    bottom: -8px;
  }
  #navBtn.active span {
    background-color: transparent;
  }
  #navBtn.active span:after {
    top: 0px;
    transform: rotate(45deg);
  }
  #navBtn.active span:before {
    top: 0px;
    transform: rotate(135deg);
  }
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  #navBtn {
    width: 54px;
    height: 54px;
    top: 8px;
    right: 8px;
  }
  #navBtn span {
    width: 22px;
    height: 2px;
    margin-left: -11px;
    margin-top: -1px;
  }
  #navBtn span:after, #navBtn span:before {
    width: 22px;
    height: 2px;
  }
  #navBtn span:after {
    top: -8px;
  }
  #navBtn span:before {
    bottom: -8px;
  }
}
#header .headArea .btn .circleicon {
  display: block;
  width: 24px;
  height: 27px;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/icon_btn02.png);
}
@media screen and (min-width: 768px) {
  /*-----------------------------------------------------------------
    header
  ----------------------------------------------------------------- */
  #header .headArea {
    height: 90px;
    width: 100%;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    transition: all 0.25s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #header .logo {
    width: 262px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  #header .logo .all {
    width: 136px;
  }
  #header .logo .sub {
    width: 178px;
    font-size: 23px;
    line-height: 1.2;
  }
  #header .logo .sub a {
    color: #505050;
  }
  #header .logo .sub span {
    font-size: 12px;
  }

  body {
    margin-top: 90px;
  }

  #top_page {
    margin-top: 0px;
  }

  #header .headArea {
    padding-right: 20px;
  }
  #header .headArea.typeB {
    padding-right: 20px;
  }
  #header .headArea .btnArea {
    display: flex;
  }
  #header .headArea .btn {
    width: 58px;
    height: 58px;
    display: block;
  }
  #header .headArea .btn + .btn {
    margin-left: 10px;
  }
  #header .headArea .btn a {
    width: 100%;
    height: 100%;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
  }
  #header .headArea .btn.doc a {
    background-color: #219A25;
    transition: all 0.2s ease-in-out;
  }
  #header .headArea .btn.doc a:hover {
    background-color: #1b721e;
  }
  #header .headArea .btn.online a {
    background-color: #8064a2;
    transition: all 0.2s ease-in-out;
  }
  #header .headArea .btn.online a:hover {
    background-color: #573f74;
  }
  #header .headArea .btn.online p {
    padding-top: 4px;
    font-size: 11px;
  }
  #header .headArea .btn .circleicon.online {
    width: 28px;
    height: 23px;
    background-image: url(../images/icon/icon_btn08.png);
  }
  #header .headArea .btn p {
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    margin-top: 3px;
    margin-bottom: 2px;
    font-weight: 600;
  }

  /*-----------------------------------------------------------------
  	navigation
  ----------------------------------------------------------------- */

  /*-----------------------------------------------------------------
  	navigation Nav
  ----------------------------------------------------------------- */

  /*-----------------------------------------------------------------
  	tab
  ----------------------------------------------------------------- */

  /*-----------------------------------------------------------------
  	nav btn
  ----------------------------------------------------------------- */
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #header .headArea .btn p {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  #navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: #fff;
    padding: 70px 20px 100px 20px;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-height: 880px) {
  #navigation {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  #navigation #nav {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .menu_open #navigation {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #navigation .navLogo {
    text-align: center;
  }
  #navigation .navLogo a {
    display: inline-block;
    width: 378px;
    transition: all 0.2s ease-in-out;
  }
  #navigation .navLogo a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #navigation #nav {
    position: relative;
    margin-top: 60px;
  }
  #navigation #nav > ul li a, #navigation #nav > ul li .trigger {
    cursor: pointer;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    position: relative;
    width: 100%;
    color: #505050;
    transition: all 0.2s ease-in-out;
  }
  #navigation #nav > ul li a:hover, #navigation #nav > ul li .trigger:hover {
    color: #F77B93;
  }
  #navigation #nav > ul > li {
    position: relative;
  }
  #navigation #nav > ul > li > a, #navigation #nav > ul > li .trigger {
    padding: 8px 20px;
    font-size: 16px;
    border-bottom: 1px solid #C8C8C8;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 40px;
  }
  #navigation #nav > ul > li > a .beginner, #navigation #nav > ul > li .trigger .beginner {
    display: inline-block;
    padding-right: 30px;
    position: relative;
  }
  #navigation #nav > ul > li > a .beginner:after, #navigation #nav > ul > li .trigger .beginner:after {
    content: "";
    width: 16px;
    height: 20px;
    background-image: url(../images/common/icon_beginner.png);
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
  }
  #navigation #nav > ul > li:not(.haschild) > a:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-color: #505050;
    border-width: 2px;
    left: 15px;
    transition: all 0.2s ease-in-out;
  }
  #navigation #nav > ul > li:not(.haschild) > a:hover:before {
    border-color: #F77B93;
  }
  #navigation #nav > ul > li.haschild .trigger {
    cursor: default;
  }
  #navigation #nav > ul > li.haschild .trigger:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-color: #505050;
    border-width: 2px;
    left: 15px;
    margin-top: -3px;
    transition: all 0.2s ease-in-out;
  }
  #navigation #nav > ul > li.haschild .trigger:hover {
    color: #505050;
  }
  #navigation #nav > ul > li:first-child {
    border-top: 1px solid #C8C8C8;
  }
  #navigation #nav > ul .childList {
    border-bottom: 1px solid #C8C8C8;
    padding: 15px 0px 15px 0px;
  }
  #navigation #nav > ul .childList a {
    padding: 4px 10px 4px 45px;
    position: relative;
    font-size: 15px;
  }
  #navigation #nav > ul .childList a:before {
    content: "";
    width: 15px;
    height: 0.15em;
    background-color: #505050;
    position: absolute;
    left: 13px;
    top: 1.25em;
    transition: all 0.2s ease-in-out;
  }
  #navigation #nav > ul .childList a:hover:before {
    background-color: #F77B93;
  }
  #navigation #nav > ul .subNav {
    display: block !important;
  }
  #navigation .btnArea {
    margin-top: 60px;
  }
  #navigation .innavBtn a {
    width: 100%;
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    border-radius: 8px;
    padding: 22px 0px;
    text-align: center;
    font-size: 22px;
  }
  #navigation .innavBtn a span {
    padding-left: 40px;
    position: relative;
  }
  #navigation .innavBtn a span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 28px;
    height: 32px;
    background-size: cover;
  }
  #navigation .innavBtn + .innavBtn {
    margin-top: 15px;
  }
  #navigation .innavBtn.online a {
    background-color: #8064a2;
    transition: all 0.2s ease-in-out;
  }
  #navigation .innavBtn.online a span {
    padding-left: 35px;
  }
  #navigation .innavBtn.online a span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 28px;
    height: 23px;
    background-size: cover;
    background-image: url(../images/icon/icon_btn08.png);
  }
  #navigation .innavBtn.online a:hover {
    background-color: #573f74;
  }
  #navigation .innavBtn.phone a {
    background-color: #F77B93;
  }
  #navigation .innavBtn.phone a span:before {
    background-image: url(../images/icon/icon_btn01.png);
  }
  #navigation .innavBtn.doc a {
    background-color: #219A25;
  }
  #navigation .innavBtn.doc a span:before {
    background-image: url(../images/icon/icon_btn02.png);
  }
  #navigation .innavBtn.phone a, #navigation .innavBtn.doc a {
    transition: all 0.2s ease-in-out;
  }
  #navigation .innavBtn.phone a:hover, #navigation .innavBtn.doc a:hover {
    background-color: #64BDDE;
  }
}
@media screen and (min-width: 768px) {
  #navigation .inbox {
    max-width: 910px;
    margin: 0 auto;
  }
  #navigation #nav {
    display: flex;
  }
  #navigation #nav > ul {
    width: 48%;
  }
  #navigation #nav > ul + ul {
    margin-left: 4%;
  }
  #navigation .btnArea {
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
  }
  #navigation .btnArea .innavBtn {
    width: 80%;
  }
  #navigation .btnArea .innavBtn + .innavBtn {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #navigation {
    border: 15px solid #FCABBB;
  }
  #navigation #nav > ul {
    width: 435px;
  }
  #navigation #nav > ul + ul {
    margin-left: 40px;
  }
  #navigation .btnArea {
    display: flex;
  }
  #navigation .btnArea .innavBtn {
    width: 48%;
  }
  #navigation .btnArea .innavBtn + .innavBtn {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) {
  #navBtn {
    width: 58px;
    height: 58px;
    position: fixed;
    z-index: 99;
    top: 16px;
    right: 18px;
    cursor: pointer;
    background-color: #E67700;
    border-radius: 8px;
  }
  #navBtn span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -1px;
    transition: all 0.2s ease-in;
    border-radius: 20px;
  }
  #navBtn span:after, #navBtn span:before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0px;
    border-radius: 20px;
    transition: all 0.2s ease-in;
  }
  #navBtn span:after {
    top: -8px;
  }
  #navBtn span:before {
    bottom: -8px;
  }
  #navBtn.active {
    background-color: rgba(255, 255, 255, 0);
    top: 20px;
    right: 20px;
  }
  #navBtn.active span {
    background-color: transparent;
    margin-left: -25px;
  }
  #navBtn.active span:before, #navBtn.active span:after {
    background-color: #F77B93;
    width: 50px;
    height: 4px;
  }
  #navBtn.active span:after {
    top: 0px;
    transform: rotate(45deg);
  }
  #navBtn.active span:before {
    top: 0px;
    transform: rotate(135deg);
  }
}
/* =============================================
- FOOTER
================================================ */
/*-----------------------------------------------------------------
  footer
----------------------------------------------------------------- */
.footer {
  line-height: 1.5;
}
#footer {
  position: relative;
  z-index: 22;
}
#footer .LinkBox {
  background-color: #FA8298;
  padding: 25px 15px 40px 15px;
  color: #fff;
}
#footer .inBox {
  position: relative;
}
#footer .inBox:before {
  content: "";
  width: 120px;
  height: 96px;
  position: absolute;
  right: 0px;
  top: -107px;
  background-image: url(../images/common/ft_top_obj.png);
  background-size: cover;
}
#footer .ftLinks > ul > li {
  position: relative;
}
#footer .ftLinks > ul > li > a {
  position: relative;
  letter-spacing: 0.05em;
  display: block;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  width: 100%;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #footer .ftLinks > ul > li > a {
    font-weight: bold;
  }
}
@media screen and (min-width: 375px) {
  #footer .ftLinks > ul > li > a {
    font-size: 16px;
  }
}
#footer .ftLinks > ul > li > a:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #fff;
  border-width: 2px;
  left: 0px;
}
#footer .ftLinks .childList a {
  padding: 5px 10px 5px 25px;
  position: relative;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
#footer .ftLinks .childList a:before {
  content: "";
  width: 15px;
  height: 0.1em;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 1.2em;
}
#footer .ContactLink {
  margin-top: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
#footer .ContactLink .hd {
  background-color: #FCABBB;
  text-align: center;
  padding: 8px 0px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
#footer .ContactLink .textArea {
  padding: 10px 20px 20px 20px;
  color: #F77B93;
}
#footer .ContactLink .textArea .midashi {
  text-align: center;
  line-height: 1em;
  padding: 5px 0px;
  border-top: 1px solid #FCABBB;
  border-bottom: 1px solid #FCABBB;
  margin-top: 5px;
}
#footer .ContactLink .textArea .time {
  line-height: 1em;
  padding: 7px 0px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #FCABBB;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #footer .ContactLink .textArea .time {
    font-weight: bold;
  }
}
#footer .ContactLink .textArea .time span {
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 375px) {
  #footer .ContactLink .textArea .time {
    font-size: 18px;
    padding: 8px 0px;
  }
  #footer .ContactLink .textArea .time span {
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}
#footer .ContactLink .phone {
  cursor: default;
}
#footer .noticeArea {
  margin-top: 25px;
  padding: 20px;
  border: 1px solid #FCABBB;
}
#footer .noticeArea .midashi {
  font-weight: 600;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #footer .noticeArea .midashi {
    font-weight: bold;
  }
}
#footer .noticeArea .column {
  display: flex;
}
#footer .noticeArea .column p {
  width: 50px;
}
#footer .noticeArea .column p + p {
  flex: 1;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer .noticeArea .column + .column {
  margin-top: 10px;
}
#footer .comment {
  margin-top: 10px;
}
#footer .bottomLink {
  margin-top: 20px;
}
#footer .bottomLink li a {
  display: inline-block;
  padding: 5px 0px;
}
#footer .ftBox {
  padding: 20px 20px;
}
#footer .ftBox .ftLogo {
  text-align: center;
}
#footer .ftBox .ftLogo a {
  display: inline-block;
}
#footer .ftBox .ftLogo img {
  width: 174px;
}
#footer .ftBox .copyright {
  margin-top: 20px;
  font-size: 13px;
  margin-right: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  #footer .LinkBox {
    padding: 45px 30px 40px 30px;
  }
  #footer .inBox {
    max-width: 800px;
    margin: 0 auto;
  }
  #footer .inBox:before {
    top: -127px;
  }
  #footer .linkArea {
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #footer .linkArea .ftLinks {
    flex: 1;
  }
  #footer .linkArea .ftLinks a {
    transition: all 0.2s ease-in-out;
  }
  #footer .linkArea .ftLinks a:hover {
    color: #FCABBB;
  }
  #footer .linkArea .ContactLink {
    width: 340px;
    margin-top: 0px;
  }
  #footer .linkArea .ContactLink .textArea {
    padding: 10px 27px 25px 27px;
  }
  #footer .bottomLink {
    margin-top: 45px;
  }
  #footer .bottomLink ul {
    max-width: 510px;
    margin: 0 auto;
    display: flex;
  }
  #footer .bottomLink ul li {
    text-align: center;
    width: 35%;
    line-height: 1em;
    font-size: 14px;
  }
  #footer .bottomLink ul li + li {
    width: 30%;
    margin-left: 2.5%;
    padding-left: 2.5%;
    border-left: 1px solid #fff;
  }
  #footer .bottomLink ul li a {
    padding: 0px;
    transition: all 0.2s ease-in-out;
  }
  #footer .bottomLink ul li a:hover {
    color: #FCABBB;
  }
  #footer .ftBox {
    padding: 35px 0px 20px 0px;
  }
  #footer .ftBox .ftLogo img {
    width: 174px;
  }
  #footer .ftBox .ftLogo a {
    transition: all 0.2s ease-in-out;
  }
  #footer .ftBox .ftLogo a:hover {
    opacity: 0.7;
  }
  #footer .ftBox .copyright {
    margin-top: 25px;
  }
  #footer .ftBox .copyright p {
    line-height: 1.7em;
    text-align: center;
  }
}
@media screen and (min-width: 1180px) {
  #footer .LinkBox {
    padding: 60px 40px 55px 40px;
  }
  #footer .inBox {
    max-width: 1100px;
    margin: 0 auto;
  }
  #footer .inBox:before {
    top: -142px;
    right: -10px;
  }
  #footer .linkArea {
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #footer .linkArea .ftLinks {
    flex: 1;
    display: flex;
  }
  #footer .linkArea .ftLinks > ul {
    width: 50%;
  }
  #footer .noticeArea {
    margin-top: 30px;
  }
  #footer .comment {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8em;
  }
  #footer .ftBox .copyright {
    margin-right: 0;
  }
}
/*-----------------------------------------------------------------
  pageTop
----------------------------------------------------------------- */
#pageTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
#pageTop a {
  display: block;
  margin-left: auto;
  width: 58px;
  position: relative;
}
#pageTop span {
  height: 58px;
  width: 58px;
  display: block;
  background-color: #eeb675;
  font-size: 0;
  text-align: center;
  border-radius: 8px;
}
#pageTop span span {
  position: relative;
}
#pageTop span span:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 24px;
  right: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin: auto;
}

.scrollOn #pageTop {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #pageTop {
    right: 25px;
    bottom: 25px;
  }
  #pageTop span {
    transition: all 0.2s ease-in-out;
  }
  #pageTop a:hover span {
    background-color: #E67700;
  }
}
@media screen and (min-width: 980px) {
  #pageTop {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 980px) {

}
@media screen and (min-width: 1180px) {
  #pageTop {
    padding-right: 0px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

/*-----------------------------------------------------------------
  20200215 追記
----------------------------------------------------------------- */
#footer .breadcrumb {
  background-color: #FA8298;
  padding: 10px 0px;
  border-top: 1px solid #FCABBB;
  border-bottom: 1px solid #FCABBB;
  margin-top: 20px;
}
#footer .breadcrumb li + li a:after, #footer .breadcrumb li + li span:after {
  border-color: #fff;
}

@media screen and (min-width: 768px) {
  #footer .breadcrumb {
    padding: 20px 0px;
    margin-top: 40px;
  }
  #footer .breadcrumb li a, #footer .breadcrumb li span {
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: all 0.2s ease-in-out;
  }
  #footer .breadcrumb li a:hover, #footer .breadcrumb li span:hover {
    opacity: 0.7;
  }
}
/* =============================================
- sideNav
================================================ */
/*-----------------------------------------------------------------
	sideNav
----------------------------------------------------------------- */
.sideNav .title {
  background-color: #F77B93;
  color: #fff;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.sideNav ul {
  margin-top: 15px;
}
.sideNav ul li {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5B5B5B;
  font-size: 15px;
  letter-spacing: 0em;
}
.sideNav ul li a {
  color: #5B5B5B;
  display: inline-block;
  width: 100%;
  padding-left: 1em;
  text-indent: 0em;
}
.sideNav ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FC96B9;
  position: absolute;
  left: 0px;
  top: 0.7em;
}
.sideNav ul li + li {
  margin-top: 5px;
}

@media screen and (min-width: 1180px) {
  .sideNav ul {
    margin-top: 20px;
  }
  .sideNav ul li a {
    padding-left: 1.2em;
  }
  .sideNav ul li a:before {
    width: 10px;
    height: 10px;
    top: 0.8em;
    transition: all 0.2s ease-in-out;
  }
  .sideNav ul li a:hover:before {
    background-color: #64BDDE;
  }
  .sideNav ul li + li {
    margin-top: 7px;
  }
}
/*-----------------------------------------------------------------
	postNav
----------------------------------------------------------------- */
.postNav {
  border-bottom: 10px solid #F77B93;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
}
.postNav .title {
  background-color: #F77B93;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.postNav ul li {
  position: relative;
  text-indent: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5B5B5B;
  font-size: 15px;
  letter-spacing: 0em;
}
.postNav ul li a {
  position: relative;
  display: inline-block;
  color: #5B5B5B;
  width: 100%;
  padding: 0.7em 10px 0.7em 32px;
}
.postNav ul li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FC96B9;
  position: absolute;
  left: 20px;
  top: 1.4em;
}
.postNav ul li + li {
  margin-top: 0px;
  border-top: 1px solid #F8F8EC;
}

@media screen and (min-width: 980px) {
  .postNav ul li a {
    padding: 0.5em 10px 0.5em 40px;
    transition: all 0.2s ease-in-out;
  }
  .postNav ul li a:before {
    width: 10px;
    height: 10px;
    top: 1.25em;
  }
  .postNav ul li a:hover {
    background-color: #fafafa;
  }
}
/* =============================================
  contactArea
================================================ */
.contactArea {
  line-height: 1.5;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 90px;
}
.contactArea .s_pc {
  display: none !important;
}
.contactArea .boxWrap {
  margin-right: -20px;
  margin-left: -20px;
}
.contactArea .box {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 25px;
}
.contactArea .box > li {
  width: 50%;
  box-sizing: border-box;
}
.contactArea .box .request {
  padding-left: 15px;
}
.contactArea .box .icon {
  display: none;
  float: left;
  width: 45px;
}
.contactArea .box .desc {
  overflow: hidden;
}
.contactArea .box .desc .title span, .contactArea .box .desc .text, .contactArea .box .link a {
  font-size: 13px;
}
.contactArea .box .desc .num {
  font-size: 20px;
}
.contactArea .box .link {
  margin-top: 8px;
}
.contactArea .box .link a::before, .contactArea .box .link a::after {
  content: "";
  display: inline-block;
}
.contactArea .box .link a::before {
  width: 5px;
  height: 5px;
  border-right: 1px solid #f00;
  border-bottom: 1px solid #f00;
  vertical-align: 2px;
  transform: rotate(-45deg);
  margin-right: 5px;
}
/* .contactArea .box .link a::after {
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url(../img/link_blank.png) no-repeat;
} */
.contactArea .note li {
  font-size: 14px;
}
.contactArea .note li::before {
  content: "・";
  margin-left: -1em;
  padding-right: 3px;
}

@media screen and (min-width: 1180px) {
}

@media screen and (min-width: 980px) {
}

@media screen and (min-width: 768px) and (min-width: 980px) {
}

@media screen and (min-width: 768px) {
  .contactArea {
    padding-top: 90px;
  }
  .contactArea .s_pc {
    display: inherit !important;
  }
  .contactArea .box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contactArea .box .tel {
    padding-right: 20px;
  }
  .contactArea .box .desc .title {
    margin-bottom: 5px;
  }
  .contactArea .box .desc .num {
    font-size: 26px;
  }
  .contactArea .box .request {
    padding-left: 20px;
    border-left: 1px solid #BFBFBF;
  }
  .contactArea .box .icon {
    display: block;
  }
}

.telButton {
    color: inherit;
}

@media screen and (max-width: 767px) {
  .contactArea .box {
    flex-direction: column-reverse;
  }
  .contactArea .box > li {
    width: 100%;
  }
  .contactArea .box > li + li {
    margin-bottom: 20px;
  }
  .contactArea .box .request {
    padding-left: 0;
  }
  .contactArea .box .desc .num {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .telButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    width: 100%;
    height: 74px;
    background-color: #8064a2;
    border-radius: 5px;
    text-align: center;
  }
}

/*--------------------------
	btnDoc
---------------------------- */
.btnDoc {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  padding: 13px 0px;
  text-align: center;
  font-size: 16px;
  background-color: #F87135;
}
.btnDoc span {
  padding-left: 30px;
  position: relative;
}
.btnDoc span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 21px;
  height: 24px;
  background-size: cover;
  background-image: url(../images/icon/icon_btn02.png);
}
.btnDoc:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #FFAF8B;
  border-width: 2px;
  right: 10px;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .btnDoc {
    transition: all 0.2s ease-in-out;
    padding: 18px 0px;
    font-size: 18px;
  }
  .btnDoc:hover {
    background-color: #2B91A3;
  }
}
/*--------------------------
	btnPrice
---------------------------- */
.btnPrice {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  padding: 13px 0px;
  text-align: center;
  font-size: 16px;
  background-color: #64BDDE;
}
.btnPrice span {
  padding-right: 30px;
  position: relative;
}
.btnPrice span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url(../images/icon/btn_price.png);
}
.btnPrice:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #8DDAF7;
  border-width: 2px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .btnPrice {
    transition: all 0.2s ease-in-out;
    padding: 18px 0px;
    font-size: 18px;
  }
  .btnPrice:hover {
    background-color: #2B91A3;
  }
}
/*--------------------------
	btnSimu
---------------------------- */
.btnSimu {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  padding: 13px 25px;
  font-size: 15px;
  line-height: 1.5em;
  background-color: #F87135;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  max-width: 720px;
}
.btnSimu span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.btnSimu span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 16px;
  height: 22px;
  background-size: cover;
  background-image: url(../images/icon/icon_simu.png);
}
.btnSimu:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #FFAF8B;
  border-width: 2px;
  right: 10px;
  margin-top: 2px;
}

@media screen and (min-width: 1180px) {
  .btnSimu {
    transition: all 0.2s ease-in-out;
    padding: 25px 0px;
    font-size: 20px;
  }
  .btnSimu span {
    padding-left: 50px;
  }
  .btnSimu span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 32px;
    height: 44px;
    background-size: cover;
  }
  .btnSimu:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    border-color: #FFAF8B;
    border-width: 2px;
    right: 20px;
    margin-top: 2px;
  }
  .btnSimu:hover {
    background-color: #2B91A3;
  }
}
/*-----------------------------------------------------------------
	presentArea
----------------------------------------------------------------- */
.presentArea {
  border: 5px solid #FA8298;
  background-color: #fff;
  margin-top: 30px;
}
.presentArea .midashi {
  background-color: #FA8298;
  color: #fff;
  text-align: center;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 0px 8px 0px;
}
.presentArea .textArea {
  padding: 20px;
}
.presentArea .periodArea {
  padding: 8px 0px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
.presentArea .periodArea .period {
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  line-height: 1em;
  background-color: #FA8298;
  display: inline-block;
}
.presentArea .periodArea .date {
  margin-top: 5px;
}
.presentArea .periodArea .date p {
  display: inline-block;
}
.presentArea .periodArea .date p + p {
  position: relative;
  padding-left: 25px;
}
.presentArea .periodArea .date p + p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #F77B93;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -5px;
}
.presentArea .firstArrival {
  border: 2px solid #F77B93;
  padding: 8px 10px;
  line-height: 1em;
  margin-top: 10px;
}
.presentArea .firstArrival p {
  text-align: center;
}
.presentArea .firstArrival p span {
  color: #F77B93;
  font-size: 18px;
  display: inline-block;
  padding: 0px 5px;
}
.presentArea .notice {
  margin-top: 10px;
  color: #505050;
  font-size: 12px;
  line-height: 1.4em;
}

@media screen and (min-width: 980px) {
  .presentArea {
    margin-top: 50px;
  }
  .presentArea .midashi {
    font-size: 20px;
    padding: 12px 0px 12px 0px;
  }
  .presentArea .textArea {
    padding: 30px 50px;
  }
  .presentArea .periodArea {
    padding: 8px 0px;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .presentArea .periodArea .period {
    text-align: center;
    width: 160px;
  }
  .presentArea .periodArea .date {
    margin-top: 0px;
    padding-left: 15px;
  }
  .presentArea .firstArrival {
    border: 2px solid #F77B93;
    padding: 13px 10px;
    margin-top: 15px;
    font-size: 20px;
  }
  .presentArea .firstArrival p span {
    font-size: 28px;
  }
  .presentArea .notice {
    font-size: 13px;
  }
}
@media screen and (min-width: 1180px) {
  .presentArea {
    max-width: 1100px;
    margin: 50px auto 0px auto;
  }
  .presentArea .midashi {
    padding: 14px 0px 14px 0px;
  }
  .presentArea .textArea {
    padding: 30px 50px;
  }
  .presentArea .periodArea {
    padding: 8px 0px;
  }
  .presentArea .periodArea .period {
    width: 180px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .presentArea .periodArea .date {
    margin-top: 0px;
    padding-left: 15px;
  }
  .presentArea .periodArea .date p {
    font-size: 22px;
    letter-spacing: 0.08em;
  }
  .presentArea .midashi_type01 {
    margin-bottom: 25px;
  }
  .presentArea .firstArrival {
    border: 2px solid #F77B93;
    padding: 13px 10px;
    margin-top: 25px;
    font-size: 20px;
  }
  .presentArea .firstArrival p {
    font-size: 26px;
  }
  .presentArea .firstArrival p span {
    font-size: 35px;
  }
  .presentArea .notice {
    font-size: 13px;
  }
}
/*-----------------------------------------------------------------
	fqLinksBlock,.voiceLinksBlock
----------------------------------------------------------------- */
.fqLinksBlock {
  padding: 0px 20px;
}

@media screen and (min-width: 768px) {
  .fqLinksBlock {
    padding: 0px 30px;
  }
  .fqLinksBlock .whiteBox {
    padding: 60px 25px;
  }
  .fqLinksBlock .titleStyle01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .fqLinksBlock {
    padding: 0px 30px;
    max-width: 1160px;
    margin: 0 auto;
  }
  .fqLinksBlock .titleStyle01 {
    margin-bottom: 60px;
  }
}
/*-----------------------------------------------------------------
	pageLinksBlock
----------------------------------------------------------------- */
.pageLinksBlock {
  padding: 0px 20px;
  margin: 50px 0px 30px 0px;
}
.pageLinksBlock .topText {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .pageLinksBlock .topText {
    font-size: 15px;
  }
  .pageLinksBlock .topText p {
    text-align: center;
    line-height: 1.7em;
  }
}
.pageLinksBlock .titleStyle01 {
  margin-bottom: 25px;
}
.pageLinksBlock .titleStyle01 .hukidashi {
  position: relative;
}
.pageLinksBlock .titleStyle01 .hukidashi:before {
  content: "";
  width: 100px;
  height: 82px;
  background-image: url(../images/common/title01_obj01_09.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -82px;
  margin-left: -50px;
}
.pageLinksBlock .titleStyle01 .hukidashi.none:before {
  display: none;
}
.pageLinksBlock .reasonBlock {
  margin: 30px auto 30px auto;
}
.pageLinksBlock .point3Box {
  margin: 20px 0px;
}
.pageLinksBlock .point3Box .box {
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding: 5px 0px;
  border-top: 1px solid #C8C8C8;
}
.pageLinksBlock .point3Box .box.box01 .point {
  background-color: #FA8298;
}
.pageLinksBlock .point3Box .box.box02 .point {
  background-color: #BABE6A;
}
.pageLinksBlock .point3Box .box.box03 .point {
  background-color: #60CCC8;
}
.pageLinksBlock .point3Box .box:last-child {
  border-bottom: 1px solid #C8C8C8;
}
.pageLinksBlock .point3Box .box .point {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
.pageLinksBlock .point3Box .box .point p {
  text-align: center;
  color: #fff;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pageLinksBlock .point3Box .box .point .number {
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .pageLinksBlock .point3Box .box .point .number {
    font-weight: bold;
  }
}
.pageLinksBlock .point3Box .box .point .text {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  margin-top: 2px;
}
.pageLinksBlock .point3Box .box .point .icon {
  text-align: center;
  margin-top: 2px;
}
.pageLinksBlock .point3Box .box .point .icon img {
  width: 30px;
  height: 30px;
}
.pageLinksBlock .point3Box .box .textArea {
  flex: 1;
  padding-left: 15px;
}
.pageLinksBlock .step4_merit {
  margin: 30px auto 30px auto;
}
.pageLinksBlock .step4_merit .headText p {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pageLinksBlock .step4_merit .headText .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.6em;
}
.pageLinksBlock .step4_merit .headText .subtext {
  font-size: 15px;
  line-height: 1.7em;
}
.pageLinksBlock .step4_merit .outer {
  margin-top: 20px;
}
.pageLinksBlock .step4_merit .outer .img {
  text-align: center;
}
.pageLinksBlock .step4_merit .outer ul {
  margin-top: 20px;
}
.pageLinksBlock .step4_merit .outer li {
  background-color: #FCFCF5;
  font-size: 14px;
  line-height: 1.5em;
  position: relative;
  padding: 10px 10px 10px 45px;
}
.pageLinksBlock .step4_merit .outer li:before {
  content: "";
  background: url(../images/step4_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 20px;
  left: 15px;
  top: 25%;
}
.pageLinksBlock .step4_merit .outer li + li {
  margin-top: 10px;
}
.pageLinksBlock .text_plan {
  margin-bottom: 20px;
}
.pageLinksBlock .text_plan p {
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pageLinksBlock {
    padding: 0px 30px;
    margin: 40px 0px;
  }
  .pageLinksBlock .whiteBox {
    padding: 60px 30px;
  }
  .pageLinksBlock .inner {
    max-width: 910px;
    margin: 0 auto;
  }
  .pageLinksBlock .titleStyle01 {
    margin-bottom: 40px;
  }
  .pageLinksBlock .titleStyle01 .hukidashi:before {
    content: "";
    width: 150px;
    height: 124px;
    top: -124px;
    margin-left: -75px;
  }
  .pageLinksBlock .titleStyle01 .title {
    font-size: 34px;
  }
  .pageLinksBlock .reasonBlock {
    margin: 45px auto 75px auto;
  }
  .pageLinksBlock .reasonBlock .colLayout04 .left {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .pageLinksBlock .reasonBlock .colLayout04 + .colLayout04 {
    margin-top: 40px;
  }
  .pageLinksBlock .point3Box {
    max-width: 720px;
    margin: 45px auto 75px auto;
  }
  .pageLinksBlock .point3Box .box .point {
    width: 100px;
    height: 100px;
  }
  .pageLinksBlock .point3Box .box .point .number {
    font-size: 14px;
    margin-top: 3px;
  }
  .pageLinksBlock .point3Box .box .point .text {
    font-size: 20px;
    margin-top: 3px;
  }
  .pageLinksBlock .point3Box .box .point .icon {
    text-align: center;
    margin-top: 2px;
  }
  .pageLinksBlock .point3Box .box .point .icon img {
    width: 42px;
    height: 42px;
  }
  .pageLinksBlock .point3Box .box .textArea {
    padding-left: 30px;
  }
  .pageLinksBlock .point3Box .box .textArea p {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .pageLinksBlock .step4_merit {
    margin: 75px auto 50px auto;
    max-width: 820px;
  }
  .pageLinksBlock .step4_merit .outer {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
  }
  .pageLinksBlock .step4_merit .outer .img {
    width: 263px;
  }
  .pageLinksBlock .step4_merit .outer ul {
    flex: 1;
    padding-right: 15px;
    margin-top: 0px;
  }
  .pageLinksBlock .step4_merit .outer ul li {
    font-size: 15px;
    padding: 10px 10px 10px 50px;
  }
  .pageLinksBlock .text_plan {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .pageLinksBlock .text_plan p {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1180px) {
  .pageLinksBlock {
    padding: 0px 30px;
    max-width: 1160px;
    margin: 50px auto 50px auto;
  }
  .pageLinksBlock .titleStyle01 {
    margin-bottom: 55px;
  }
  .pageLinksBlock .titleStyle01 .title {
    font-size: 40px;
  }
  .pageLinksBlock .reasonBlock .colLayout04 .right {
    width: 380px;
  }
  .pageLinksBlock .reasonBlock .colLayout04 + .colLayout04 {
    margin-top: 70px;
  }
  .pageLinksBlock .step4_merit .headText p {
    font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  }
  .pageLinksBlock .step4_merit .headText .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .pageLinksBlock .step4_merit .headText .subtext {
    font-size: 17px;
    line-height: 1.9em;
  }
  .pageLinksBlock .step4_merit .outer ul li {
    padding: 12px 10px 12px 50px;
  }
}
/*-----------------------------------------------------------------
	.voiceLinksBlock
----------------------------------------------------------------- */
.voiceLinksBlock + .fqLinksBlock {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .voiceLinksBlock + .fqLinksBlock {
    margin-top: 60px;
  }
  .voiceLinksBlock.faq {
    margin-top: 80px;
  }
}
.voiceLinksBlock .btnArea {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .voiceLinksBlock .titleStyle01 {
    margin-bottom: 25px;
  }
  .voiceLinksBlock .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .voiceLinksBlock .titleStyle01 {
    margin-bottom: 35px;
  }
}
/*-----------------------------------------------------------------
	shisan_link_block
----------------------------------------------------------------- */
.shisan_link_block {
  padding: 0px 20px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .shisan_link_block {
    padding: 0px 30px;
    margin-top: 60px;
  }
  .shisan_link_block .whiteBox {
    padding: 60px 25px;
  }
  .shisan_link_block .titleStyle01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .shisan_link_block {
    padding: 0px 30px;
    max-width: 1160px;
    margin: 60px auto 0px auto;
  }
  .shisan_link_block .titleStyle01 {
    margin-bottom: 60px;
  }
}
.btnArea.mt80 {
  margin-top: 40px;
}
.btnArea.mt40 {
  margin-top: 20px;
}
.btnArea.mb120 {
  margin-bottom: 60px;
}
.btnArea.mb40 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .btnArea.mt80 {
    margin-top: 60px;
  }
  .btnArea.mt40 {
    margin-top: 30px;
  }
  .btnArea.mb120 {
    margin-bottom: 80px;
  }
  .btnArea.mb40 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .btnArea.mt80 {
    margin-top: 80px;
  }
  .btnArea.mt40 {
    margin-top: 40px;
  }
  .btnArea.mb120 {
    margin-bottom: 120px;
  }
  .btnArea.mb40 {
    margin-bottom: 40px;
  }
}
/* =============================================
- parts
================================================ */
/*-----------------------------------------------------------------
  mainVisual
----------------------------------------------------------------- */
#mainVisual {
  border: 10px solid #FCABBB;
}
@media screen and (max-width: 767px) {
  #mainVisual .bgimg {
    position: relative;
  }
}
#mainVisual .bgimg .label {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#mainVisual .bgimg .label img {
  width: 70px;
}
@media screen and (min-width: 375px) {
  #mainVisual .bgimg .label img {
    width: 80px;
  }
}
#mainVisual .text {
  text-align: center;
  padding: 30px 15px 35px 15px;
  background-color: #fff;
  position: relative;
}
#mainVisual .text img {
  max-width: 287px;
}
#mainVisual .text:after {
  content: "";
  width: 90px;
  height: 72px;
  background-image: url(../images/top/visual_obj.png);
  background-size: cover;
  position: absolute;
  bottom: -6px;
  right: 1px;
}
#mainVisual .bg {
  margin-top: -15px;
  position: relative;
  z-index: -1;
}
#mainVisual .bottomtextArea {
  background-image: url(../images/common/pattern01.png);
  background-color: #fff;
  padding: 0px 10px 15px 10px;
}
#mainVisual .bottomtextArea .logo {
  position: relative;
  top: -25px;
}
@media screen and (max-width: 767px) {
  #mainVisual .bottomtextArea .logo {
    padding: 0px 25px;
  }
}
#mainVisual .update {
  font-family: "Josefin Sans", sans-serif;
}
#mainVisual .returnRate {
  color: #FA8298;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -25px;
}
#mainVisual .returnRate .top {
  font-size: 24px;
  text-align: center;
}
#mainVisual .returnRate .rateArea {
  position: relative;
  padding-bottom: 35px;
  margin-top: 5px;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
#mainVisual .returnRate .text01 {
  font-size: 30px;
  width: 1em;
}
#mainVisual .returnRate .text02 {
  font-size: 80px;
  padding: 20px 0px 6px 0px;
  font-weight: bold;
  margin: 0px 5px;
}
#mainVisual .returnRate .textgroup {
  width: 1em;
}
#mainVisual .returnRate .textgroup span {
  display: block;
}
#mainVisual .returnRate .textgroup .text03 {
  margin-bottom: 7px;
}
#mainVisual .returnRate .textgroup .text04 {
  font-size: 40px;
}
@media screen and (max-width: 1179px) {
  #mainVisual .returnRate .textgroup .text05 {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    transform: translateX(-50%);
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (min-width: 375px) {
  #mainVisual .returnRate .top {
    font-size: 26px;
  }
  #mainVisual .returnRate .text01 {
    font-size: 35px;
  }
  #mainVisual .returnRate .text02 {
    font-size: 90px;
  }
  #mainVisual .returnRate .textgroup .text03 {
    margin-bottom: 9px;
  }
  #mainVisual .returnRate .textgroup .text04 {
    font-size: 45px;
  }
}
#mainVisual .noticeArea {
  color: #FA8298;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
}
#mainVisual .noticeArea p {
  line-height: 1.6em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

#mainVisual.typeB .returnRate {
  padding-bottom: 18px;
  margin-bottom: 15px;
  position: relative;
}
#mainVisual.typeB .returnRate:after {
  content: "";
  width: 80%;
  height: 11px;
  background-image: url(../images/lp/border.png);
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 767px) {
  #mainVisual.typeB .logo {
    text-align: center;
    top: -40px;
  }
  #mainVisual.typeB .logo img {
    width: 165px;
  }
  #mainVisual.typeB .returnRate {
    display: flex;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: -45px;
  }
  #mainVisual.typeB .returnRate .top {
    font-size: 8.5vw;
    margin-right: 10px;
  }
  #mainVisual.typeB .returnRate .top .text06 {
    text-align: center;
    padding-left: 0.5em;
    display: block;
    font-size: 3.5vw;
  }
  #mainVisual.typeB .returnRate .rateArea {
    padding-bottom: 0px;
  }
  #mainVisual.typeB .returnRate .rateArea .text01 {
    font-size: 6vw;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 {
    padding: 0px;
    width: 34vw;
    height: 15vw;
    margin-right: -4vw;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    vertical-align: bottom;
    line-height: 1em;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 svg text {
    fill: #FFF697;
    line-height: 1em;
    vertical-align: bottom;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 svg .background {
    stroke: #FA8298;
    stroke-width: 20;
    stroke-linejoin: round;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 {
    padding: 0px;
    width: 8vw;
    height: 8vw;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    vertical-align: bottom;
    line-height: 1em;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 svg text {
    fill: #FFF697;
    line-height: 1em;
    vertical-align: bottom;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 svg .background {
    stroke: #FA8298;
    stroke-width: 9;
    stroke-linejoin: round;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 {
    font-size: 6vw;
  }
  #mainVisual.typeB .returnRate .rateArea .text03 {
    font-size: 5vw;
    margin-bottom: 0px;
    line-height: 1em;
  }
  #mainVisual.typeB .returnRate .rateArea .text05 {
    display: none;
  }
  #mainVisual.typeB .present {
    padding: 0px 5px;
  }
  #mainVisual.typeB .present .midashi {
    color: #FA8298;
    font-size: 4.5vw;
    line-height: 1.5em;
  }
  #mainVisual.typeB .present figure {
    margin-top: -5px;
    text-align: center;
  }
  #mainVisual.typeB .present figure img {
    width: 100%;
    max-width: 302px;
  }
  #mainVisual.typeB .present .notice {
    font-size: 13px;
    margin-top: 5px;
  }
  #mainVisual.typeB .text {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
  }
  #mainVisual.typeB .text:after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #mainVisual {
    position: relative;
    z-index: 22;
  }
  #mainVisual .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/visualimg_pc.jpg);
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
  #mainVisual .bgimg .label {
    right: 20px;
    bottom: 25px;
  }
  #mainVisual .bgimg .label img {
    width: 120px;
  }
  #mainVisual .Visual_textArea {
    width: 50%;
    max-width: 400px;
  }
  #mainVisual .text {
    padding: 90px 15px 35px 15px;
  }
  #mainVisual .noticeArea p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #mainVisual.typeB .Visual_textArea > .text {
    padding: 70px 30px;
    display: block;
  }
  #mainVisual.typeB .returnRate {
    padding-bottom: 18px;
    margin-bottom: 15px;
    position: relative;
  }
  #mainVisual.typeB .returnRate:after {
    content: "";
    width: 80%;
    height: 11px;
    background-image: url(../images/lp/border.png);
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    transform: translate3d(-50%, 0, 0);
  }
  #mainVisual.typeB .present {
    padding: 10px;
    background-image: url(../images/lp/pattern01.png);
    background-color: #fff;
    border-radius: 10px;
  }
  #mainVisual.typeB .present .midashi {
    color: #FA8298;
    line-height: 1.5em;
  }
  #mainVisual.typeB .present .firstArrival {
    font-size: 16px;
    margin: 5px 0px;
  }
  #mainVisual.typeB .present .firstArrival p {
    text-align: center;
    letter-spacing: 0.1em;
  }
  #mainVisual.typeB .present .firstArrival p span {
    color: #FA8298;
  }
  #mainVisual.typeB .present .label {
    background-color: #FCABBB;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    border-radius: 20px;
  }
  #mainVisual.typeB .present .notice {
    font-size: 11px;
    letter-spacing: -0.15em;
  }
  #mainVisual.typeB .present .colLayout {
    display: flex;
    flex-direction: row-reverse;
  }
  #mainVisual.typeB .present .colLayout .imgArea {
    width: 30%;
  }
  #mainVisual.typeB .present .colLayout .textarea {
    padding-left: 10px;
    flex: 1;
    font-size: 13px;
    line-height: 1.4em;
  }
  #mainVisual.typeB .returnRate .rateArea {
    padding-bottom: 0px;
    margin-top: -20px;
    padding-right: 4em;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 {
    padding: 0px;
    width: 25vw;
    height: 11vw;
    margin-right: -4vw;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    vertical-align: bottom;
    line-height: 1em;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 svg text {
    fill: #FFF697;
    line-height: 1em;
    vertical-align: bottom;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 svg .background {
    stroke: #FA8298;
    stroke-width: 15;
    stroke-linejoin: round;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 {
    padding: 0px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    vertical-align: bottom;
    line-height: 1em;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 svg text {
    fill: #FFF697;
    line-height: 1em;
    vertical-align: bottom;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 svg .background {
    stroke: #FA8298;
    stroke-width: 9;
    stroke-linejoin: round;
  }
  #mainVisual.typeB .returnRate .pcgroup {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 8px;
    width: 60px;
  }
  #mainVisual.typeB .returnRate .text03 {
    width: 30px;
  }
  #mainVisual.typeB .returnRate .text05 {
    position: absolute;
    transform: translate3d(0%, 0, 0);
    left: auto;
    right: 0px;
    bottom: -0.5em;
    text-align: right;
  }
  #mainVisual.typeB .text {
    display: none;
  }
}
@media screen and (min-width: 1180px) {
  #mainVisual {
    position: relative;
    z-index: 22;
  }
  #mainVisual .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/visualimg_pc.jpg);
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }
  #mainVisual .bgimg .label {
    right: 20px;
    bottom: 40px;
  }
  #mainVisual .bgimg .label img {
    width: 240px;
  }
  #mainVisual .Visual_textArea {
    max-width: 520px;
  }
  #mainVisual .text {
    padding: 95px 15px 60px 15px;
  }
  #mainVisual .text img {
    max-width: 382px;
  }
  #mainVisual .text:after {
    content: "";
    width: 123px;
    height: 98px;
    background-image: url(../images/top/visual_obj_pc.png);
    bottom: -13px;
    right: 8px;
  }
  #mainVisual .bottomtextArea {
    border-top: 2px solid #FCABBB;
    padding: 0px 10px 65px 10px;
  }
  #mainVisual .bottomtextArea .logo {
    top: -35px;
    width: 444px;
    height: 156px;
    background-image: url(../images/top/visual_logo_pc.png);
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }
  #mainVisual .bottomtextArea .logo img {
    display: none;
  }
  #mainVisual .returnRate {
    margin-top: -40px;
  }
  #mainVisual .returnRate .top {
    font-size: 34px;
  }
  #mainVisual .returnRate .rateArea {
    padding-bottom: 0px;
    padding-left: 50px;
    margin-top: 5px;
  }
  #mainVisual .returnRate .text01 {
    font-size: 35px;
    width: 1em;
  }
  #mainVisual .returnRate .text02 {
    font-size: 113px;
    padding: 20px 0px 12px 0px;
    margin: 0px 5px 0px 10px;
  }
  #mainVisual .returnRate .textgroup {
    width: 120px;
  }
  #mainVisual .returnRate .textgroup span {
    line-height: 1em;
    display: inline-block;
  }
  #mainVisual .returnRate .textgroup .pcgroup {
    display: flex;
    flex-direction: row-reverse;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 8px;
  }
  #mainVisual .returnRate .textgroup .text03 {
    padding-top: 5px;
    font-size: 20px;
    margin-bottom: 0px;
  }
  #mainVisual .returnRate .textgroup .text04 {
    font-size: 55px;
  }
  #mainVisual .returnRate .textgroup .text05 {
    line-height: 1em;
    display: block;
    font-size: 16px;
  }
  #mainVisual .noticeArea {
    padding: 0px 40px;
    margin-top: 15px;
  }
  #mainVisual .noticeArea p {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 980px) {
  #mainVisual.typeB .returnRate .rateArea .text02 {
    width: 240px;
    height: 115px;
    margin-right: -40px;
  }
  #mainVisual.typeB .returnRate .pcgroup {
    margin-bottom: 15px;
  }
  #mainVisual.typeB .returnRate .text03 {
    width: 30px;
  }
  #mainVisual.typeB .returnRate .text05 {
    font-size: 14px;
    padding-right: 0.5em;
  }
}
@media screen and (min-width: 1180px) {
  #mainVisual.typeB .Visual_textArea > .text {
    padding: 120px 30px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1479px) {
  #mainVisual.typeB .bgimg .label img {
    width: 120px;
  }
}
@media screen and (min-width: 1180px) {
  #mainVisual.typeB .returnRate {
    padding-bottom: 18px;
    margin-bottom: 15px;
    margin-top: -20px;
  }
  #mainVisual.typeB .returnRate .rateArea .text02 {
    width: 260px;
    height: 115px;
    margin-right: 5px;
  }
  #mainVisual.typeB .returnRate .rateArea .text03 {
    width: 25px;
    margin-left: -5px;
    padding-left: 10px;
  }
  #mainVisual.typeB .returnRate .rateArea .text04 {
    width: 40px;
    height: 40px;
  }
  #mainVisual.typeB .returnRate .pcgroup {
    margin-bottom: 35px;
  }
  #mainVisual.typeB .returnRate .text05 {
    font-size: 14px;
    padding-right: 68px;
    bottom: 0em;
  }
  #mainVisual.typeB .returnRate .textgroup {
    width: 110px;
  }
}
@media screen and (min-width: 1180px) {
  #mainVisual.typeB .present {
    padding: 10px;
    position: absolute;
    width: 40%;
    bottom: 40px;
    right: 150px;
  }
  #mainVisual.typeB .present .midashi {
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1180px) and (min-width: 980px) {
  #mainVisual.typeB .present .midashi {
    font-weight: bold;
  }
}
@media screen and (min-width: 1180px) {
  #mainVisual.typeB .present .firstArrival {
    font-size: 22px;
    margin: 12px 0px;
  }
}
@media screen and (min-width: 1180px) {
  #mainVisual.typeB .present .notice {
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1180px) {
  #mainVisual.typeB .present .colLayout {
    -moz-align-items: center;
    align-items: center;
  }
  #mainVisual.typeB .present .colLayout .imgArea {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1480px) {
  #mainVisual.typeB .present {
    padding: 20px;
    width: 560px;
    bottom: 40px;
    right: 270px;
  }
  #mainVisual.typeB .present .firstArrival {
    font-size: 28px;
    margin: 14px 0px;
  }
  #mainVisual.typeB .present .firstArrival span {
    font-size: 38px;
  }
  #mainVisual.typeB .present .notice {
    text-align: center;
  }
  #mainVisual.typeB .present .colLayout {
    -moz-align-items: center;
    align-items: center;
  }
  #mainVisual.typeB .present .colLayout .imgArea {
    margin-bottom: 0%;
    width: 210px;
    margin-left: -5px;
    margin-top: -5px;
  }
}
/*-----------------------------------------------------------------
	innerVisual
----------------------------------------------------------------- */
/* =============================================
- _titleStyle
================================================ */
/*-----------------------------------------------------------------
	style01
----------------------------------------------------------------- */
.titleStyle01 {
  text-align: center;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle01 > span {
  display: block;
}
.titleStyle01 .in {
  text-align: center;
}
.titleStyle01 .hukidashi {
  text-align: center;
  display: block;
}
.titleStyle01 .hukidashi span {
  line-height: 1em;
  letter-spacing: 0.05em;
  padding: 10px 25px;
  background-color: #fff;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.3em;
}
.titleStyle01 .hukidashi span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transform: translate3d(-50%, 0, 0);
}
.titleStyle01 .hukidashi.yellow span {
  background-color: #FCFCF5;
}
.titleStyle01 .hukidashi.yellow span:after {
  border-color: #FCFCF5 transparent transparent transparent;
}
.titleStyle01 .hukidashi .number {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .titleStyle01 .hukidashi .number {
    font-weight: bold;
  }
}
.titleStyle01 .hukidashi .number:before {
  content: "";
  height: 0.8em;
  width: 1px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
  background-color: #505050;
  margin-top: -1px;
}
.titleStyle01 .logo {
  text-align: center;
  margin-bottom: 10px;
}
.titleStyle01 .logo img {
  width: 170px;
}
.titleStyle01 .title {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.5em;
  display: inline-block;
}
.titleStyle01 .title span {
  font-size: 20px;
  display: block;
  text-align: center;
}
.titleStyle01 .en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  .titleStyle01 .en {
    font-weight: bold;
  }
}
.titleStyle01.typeB .title {
  margin-bottom: 0px;
}
.titleStyle01.typeB .en {
  color: #D6CFB5;
}

@media screen and (min-width: 768px) {
  .titleStyle01 {
    margin-bottom: 60px;
  }
  .titleStyle01 .hukidashi span {
    padding: 13px 25px;
    border-radius: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    min-width: 200px;
    text-align: center;
  }
  .titleStyle01 .hukidashi span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    transform: translate3d(-50%, 0, 0);
  }
  .titleStyle01 .hukidashi.reason {
    font-size: 20px;
  }
  .titleStyle01 .hukidashi.reason .number {
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
  }
  .titleStyle01 .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .titleStyle01 .logo img {
    width: 170px;
  }
  .titleStyle01 .title {
    font-size: 35px;
    position: relative;
    z-index: 2;
  }
  .titleStyle01 .title span {
    font-size: 25px;
  }
  .titleStyle01 .title.obj01:after {
    content: "";
    width: 72px;
    height: 107px;
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -53px;
    background-size: cover;
  }
  .titleStyle01 .title.obj01.type01:after {
    background-image: url(../images/common/title01_obj01_01.png);
  }
  .titleStyle01 .title.obj01.type02:after {
    background-image: url(../images/common/title01_obj01_02.png);
  }
  .titleStyle01 .title.obj01.type03:after {
    background-image: url(../images/common/title01_obj01_03.png);
  }
  .titleStyle01 .title.obj01.type04:after {
    background-image: url(../images/common/title01_obj01_04.png);
  }
  .titleStyle01 .title.obj01.type05:after {
    background-image: url(../images/common/title01_obj01_05.png);
  }
  .titleStyle01 .title.obj01.type06:after {
    background-image: url(../images/common/title01_obj01_06.png);
  }
  .titleStyle01 .title.obj01.type07:after {
    background-image: url(../images/common/title01_obj01_06.png);
  }
  .titleStyle01 .title.obj02:before {
    content: "";
    width: 126px;
    height: 209px;
    position: absolute;
    left: -150px;
    top: 50%;
    margin-top: -104px;
    background-size: cover;
    background-image: url(../images/common/title01_obj02_01.png);
    z-index: -1;
  }
  .titleStyle01 .title.obj03:before {
    content: "";
    width: 126px;
    height: 209px;
    position: absolute;
    left: -150px;
    top: 50%;
    margin-top: -104px;
    background-size: cover;
    background-image: url(../images/common/title01_obj02_02.png);
    z-index: -1;
  }
  .titleStyle01 .en {
    font-size: 20px;
    margin-top: 10px;
  }
  .titleStyle01.small .title {
    font-size: 40px;
  }
  .titleStyle01.small .title span {
    font-size: 30px;
  }
  .titleStyle01.small .title.obj01:after {
    content: "";
    width: 72px;
    height: 107px;
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -73px;
    background-size: cover;
  }
  .titleStyle01.small .en {
    font-size: 16px;
  }
  .titleStyle01.typeB .en {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle01 {
    margin-bottom: 60px;
    line-height: 1.8em;
    position: relative;
    z-index: 1;
  }
  .titleStyle01 .hukidashi span {
    padding: 15px 25px;
    font-size: 25px;
    min-width: 300px;
    margin-bottom: 30px;
  }
  .titleStyle01 .hukidashi span:after {
    border-width: 20px 13px 0 13px;
    bottom: -20px;
  }
  .titleStyle01 .logo img {
    width: 340px;
  }
  .titleStyle01 .title {
    font-size: 50px;
  }
  .titleStyle01 .title span {
    font-size: 42px;
  }
  .titleStyle01 .title.bg {
    font-size: 60px;
  }
  .titleStyle01 .title.obj01:after {
    width: 144px;
    height: 214px;
    right: -194px;
    margin-top: -107px;
  }
  .titleStyle01 .title.obj01.type07:after {
    background-image: url(../images/common/title01_obj01_07.png);
    width: 97px;
    height: 153px;
    right: -110px;
    margin-top: -120px;
  }
  .titleStyle01 .title.obj02:before {
    width: 252px;
    height: 418px;
    left: -282px;
    margin-top: -209px;
  }
  .titleStyle01 .title.obj03:before {
    width: 168px;
    height: 264px;
    left: -60px;
    margin-top: -142px;
  }
  .titleStyle01 .en {
    margin-top: 15px;
  }
  .titleStyle01.small .title.obj01:after {
    width: 95px;
    height: 126px;
    right: -110px;
    margin-top: -90px;
    background-image: url(../images/common/title01_obj01_10.png);
  }
}
/*-----------------------------------------------------------------
	style02
----------------------------------------------------------------- */
.titleStyle02 {
  position: relative;
  border-bottom: 1px solid #C8C8C8;
  padding-left: 25px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #505050;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle02:before {
  content: "";
  width: 16px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -14px;
  background-image: url(../images/icon/icon_poach.png);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .titleStyle02 {
    padding: 20px 0px 12px 38px;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .titleStyle02:before {
    width: 32px;
    height: 50px;
    margin-top: -28px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle02 {
    padding: 20px 0px 12px 45px;
    margin-bottom: 40px;
  }
}
/*-----------------------------------------------------------------
	style03
----------------------------------------------------------------- */
.titleStyle03 {
  line-height: 1em;
  letter-spacing: 0.05em;
  padding: 10px 25px;
  background-color: #fff;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
.titleStyle03 p, .titleStyle03 h3 {
  text-align: center;
}
.titleStyle03:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transform: translate3d(-50%, 0, 0);
}
.titleStyle03.pink {
  background-color: #FFEDEA;
}
.titleStyle03.pink:after {
  border-color: #FFEDEA transparent transparent transparent;
}
.titleStyle03.pink2 {
  background-color: #FA8298;
  color: #fff;
}
.titleStyle03.pink2:after {
  border-color: #FA8298 transparent transparent transparent;
}
.titleStyle03.yellow {
  background-color: #BABE6A;
  color: #fff;
}
.titleStyle03.yellow:after {
  border-color: #BABE6A transparent transparent transparent;
}
.titleStyle03.type02 {
  border-radius: 10px;
}
.titleStyle03.type02 strong {
  font-weight: 500;
}
.titleStyle03.mplus span, .titleStyle03.mplus p, .titleStyle03.mplus h3 {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .titleStyle03 {
    padding: 13px 25px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .titleStyle03 p {
    text-align: center;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle03 {
    padding: 13px 25px;
    margin-bottom: 50px;
    font-size: 22px;
  }
  .titleStyle03:after {
    border-width: 20px 13px 0 13px;
    bottom: -20px;
  }
}
/*-----------------------------------------------------------------
	style04
----------------------------------------------------------------- */
.titleStyle04 h3, .titleStyle04 h2, .titleStyle04 p {
  font-size: 17px;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 25px;
}
.titleStyle04 h3 span, .titleStyle04 h2 span, .titleStyle04 p span {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .titleStyle04 {
    text-align: center;
  }
  .titleStyle04 h3, .titleStyle04 h2, .titleStyle04 p {
    font-size: 25px;
    padding-bottom: 8px;
    margin-bottom: 50px;
    display: inline-block;
    text-align: center;
  }
}
/*-----------------------------------------------------------------
	style05
----------------------------------------------------------------- */
.titleStyle05 {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 15px;
  font-weight: 400;
}
.titleStyle05:before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: #F77B93;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
}
.titleStyle05 span {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .titleStyle05 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle05 {
    margin-bottom: 40px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    padding-left: 15px;
  }
  .titleStyle05.letter {
    letter-spacing: -0.03em;
  }
}
/*-----------------------------------------------------------------
	style05
----------------------------------------------------------------- */
.titleStyle06 {
  font-size: 17px;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #FCFCF5;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .titleStyle06 {
    font-size: 20px;
    padding: 10px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle06 {
    font-size: 25px;
    padding: 10px 25px;
  }
}
/*-----------------------------------------------------------------
	titleStyle07
----------------------------------------------------------------- */
.titleStyle07 {
  position: relative;
  font-size: 17px;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D6CFB5;
  margin-bottom: 20px;
  font-weight: 500;
}
.titleStyle07:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/common/title_dc01.png);
  position: absolute;
  left: 0px;
  top: 0.2em;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .titleStyle07 {
    font-size: 24px;
    padding-left: 40px;
    padding-bottom: 8px;
    margin-bottom: 40px;
  }
  .titleStyle07:before {
    top: 0.3em;
  }
}
/* ===================================================================================
- headline
====================================================================================== */
.headline01 {
  padding: 18px 20px;
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
}
.headline01 .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.headline01 .title.s_wide {
  font-size: 17px;
}
.headline01 .link {
  text-align: right;
}
.headline01 .link a {
  position: relative;
  color: #505050;
  display: inline-block;
  font-size: 16px;
  padding: 5px 27px 5px 17px;
  border: 2px solid #969696;
  border-radius: 5px;
}
.headline01 .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #969696;
  border-right: 2px solid #969696;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .headline01 {
    display: flex;
    justify-content: space-between;
    padding: 23px 20px;
  }
  .headline01 .title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .headline01 .link a {
    font-size: 20px;
    padding: 15px 35px 15px 25px;
  }
}
@media screen and (min-width: 980px) {
  .headline01 {
    padding: 40px 50px;
  }
  .headline01 .title {
    font-size: 30px;
  }
}

.heading {
  text-align: center;
}
.heading .logo {
  margin-bottom: 40px;
}
.heading .title, .heading .sub {
  color: #E67700;
}
.heading .title {
  font-size: 60px;
  margin-bottom: 10px;
}
.heading .title.s_01::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 55px;
  margin-right: 40px;
  background: url(../img/heading_title_icon01.png) no-repeat;
  vertical-align: -0.1em;
}
.heading .title.s_02::before {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  margin-right: 10px;
  background: url(../img/heading_title_icon02.png) no-repeat;
  vertical-align: -0.1em;
}
.heading .sub {
  font-size: 25px;
}
.heading .sub.s_01 {
  margin-top: 60px;
  margin-bottom: 20px;
}
.heading .sub.s_01::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 40px;
  background: url(../img/heading_sub_icon01.png) no-repeat;
  vertical-align: -0.3em;
}
.heading .text {
  font-size: 30px;
}
.heading .text.s_01 {
  margin-bottom: 90px;
}
.heading .text.s_02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .heading .logo {
    margin-bottom: 20px;
  }
  .heading .logo img {
    width: 202px;
  }
  .heading .title {
    font-size: 30px;
  }
  .heading .sub.s_01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .heading .title.s_01::before {
    width: 18px;
    height: 27px;
    margin-right: 9px;
    background-size: 100% auto;
  }
  .heading .title.s_02::before {
    width: 37px;
    height: 37px;
    background-size: 100% auto;
  }
  .heading .sub, .heading .text {
    font-size: 16px;
  }
  .heading .sub.s_01::before {
    width: 25px;
    height: 25px;
    margin-right: 9px;
    background-size: 100% auto;
  }
  .heading .text.s_01 {
    margin-bottom: 50px;
  }
  .heading .text.s_02 {
    margin-bottom: 35px;
  }
}

small {
  font-size: 10px;
  position: relative;
  top: -0.3em;
}

sup {
  font-size: 11px;
  position: relative;
  top: -3px;
}

/*-----------------------------------------------------------------
	midashi
----------------------------------------------------------------- */
/*------------------------
	type01
-------------------------- */
.midashi_type01 {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #505050;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.midashi_type01 .pink {
  color: #FA8298;
}

@media screen and (min-width: 768px) {
  .midashi_type01 {
    font-size: 22px;
    font-weight: 400;
  }
  .midashi_type01.center {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .midashi_type01 {
    font-size: 28px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1180px) {
  .midashi_type01 {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
}
/*------------------------
	type02
-------------------------- */
.midashi_type02 {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #F77B93;
  margin-bottom: 10px;
  display: block;
}
.midashi_type02 .number {
  position: relative;
  padding-left: 10px;
  margin-left: 8px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .midashi_type02 .number {
    font-weight: bold;
  }
}
.midashi_type02 .number:before {
  content: "";
  width: 1px;
  height: 0.8em;
  background-color: #F77B93;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
  margin-top: -1px;
}
.midashi_type02.black {
  color: #505050;
}

@media screen and (min-width: 768px) {
  .midashi_type02 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .midashi_type02 .number {
    padding-left: 13px;
    margin-left: 11px;
    font-size: 28px;
  }
}
/*------------------------
	type03
-------------------------- */
.midashi_type03 {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #505050;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.midashi_type03 .pink {
  color: #FA8298;
}
.midashi_type03.center {
  text-align: center;
}
.midashi_type03.big {
  font-size: 25px;
}
.midashi_type03.yellow {
  color: #BABE6A;
}

@media screen and (min-width: 768px) {
  .midashi_type03 {
    font-size: 20px;
    font-weight: 300;
  }
  .midashi_type03.center {
    text-align: center;
  }
  .midashi_type03.big {
    font-size: 30px;
  }
  .midashi_type03.big2 {
    font-size: 30px;
  }
  .midashi_type03.min {
    font-size: 24px;
  }
}
@media screen and (min-width: 980px) {
  .midashi_type03 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .midashi_type03.big {
    font-size: 43px;
    margin-bottom: 35px;
  }
  .midashi_type03.big2 {
    font-size: 40px;
  }
  .midashi_type03.min {
    font-size: 24px;
  }
}
/* ===================================================================================
- textStyle
====================================================================================== */
/*------------------------
	Style01
-------------------------- */
.textStyle01 {
  background-color: #FA8298;
  color: #fff;
  padding: 5px 10px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  margin: 0px 5px;
  font-size: 17px;
}
.textStyle01.yellow {
  background-color: #BABE6A;
}

br + .textStyle01 {
  margin-left: 0px;
}

@media screen and (min-width: 768px) {
  .textStyle01 {
    padding: 5px 10px;
    margin: 0px 8px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1180px) {
  .textStyle01 {
    padding: 5px 20px;
    margin: 0px 15px;
    font-size: 40px;
  }
}
/*------------------------
	pointTitle
-------------------------- */
.pointTitle {
  margin-bottom: 10px;
}
.pointTitle .number {
  color: #fff;
  background-color: #F77B93;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1em;
  padding: 6px 15px 2px 15px;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .pointTitle .number {
    font-weight: bold;
  }
}
.pointTitle .number span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.pointTitle .number span:before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  left: 7px;
  top: -4px;
}
.pointTitle .title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 500;
}

@media screen and (min-width: 1180px) {
  .pointTitle {
    margin-bottom: 25px;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .pointTitle .number {
    width: 120px;
  }
  .pointTitle .title {
    padding-left: 20px;
    font-size: 24px;
    margin-top: 0px;
    font-weight: 400;
  }
}
/*------------------------
	notice_text
-------------------------- */
.notice_text {
  color: #505050;
  font-size: 12px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .notice_text {
    margin-top: 10px;
    font-size: 13px;
  }
}
.notice_group {
  margin-top: 20px;
  font-size: 12px;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.notice_group ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.notice_group.numberLi ul li {
  padding-left: 3.1em;
  text-indent: -3.1em;
}

@media screen and (min-width: 980px) {
  .notice_group {
    margin-top: 40px;
    font-size: 12px;
  }
  .notice_group ul li {
    line-height: 1.8em;
    font-size: 12px;
  }
}
/*------------------------
	notice_text
-------------------------- */
.noteArea {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  background-color: #fff;
}
.noteArea p {
  font-size: 15px;
  padding-left: 40px;
  position: relative;
}
.noteArea p:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../images/icon/icon_note.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
}
.noteArea.none {
  padding: 10px;
}
.noteArea.none p {
  padding-left: 0px;
}
.noteArea.none p:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .noteArea {
    margin-top: 15px;
    padding: 25px 20px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    background-color: #fff;
  }
  .noteArea p {
    font-size: 18px;
    padding-left: 65px;
  }
  .noteArea p:before {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .noteArea.none {
    padding: 10px;
  }
  .noteArea.none p {
    padding-left: 0px;
  }
  .noteArea.none p:before {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .noteArea {
    margin-top: 15px;
    padding: 25px 20px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
  }
  .noteArea p {
    font-size: 22px;
    display: inline-block;
    padding-left: 70px;
  }
  .noteArea.none {
    padding: 25px;
  }
  .noteArea.none p {
    padding-left: 0px;
    text-align: center;
  }
  .noteArea.none p:before {
    display: none;
  }
}
@media screen and (min-width: 1180px) {
  .noteArea {
    padding: 22px 20px;
    border-radius: 13px;
  }
  .noteArea p {
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0.08em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .noteArea.none {
    padding: 25px;
  }
}
/* ===================================================================================
- maker_text
====================================================================================== */
.maker_text {
  text-align: center;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.maker_text span {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #FFFF00 0%);
}

@media screen and (min-width: 768px) {
  .maker_text {
    font-size: 23px;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 980px) {
  .maker_text {
    font-size: 25px;
    line-height: 1.9em;
  }
}
/* ===================================================================================
- maker_text
====================================================================================== */
.textBox_type01 {
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #BABE6A;
  background-color: #fff;
  margin-top: 15px;
}
.textBox_type01 .yellow {
  color: #BABE6A;
}

@media screen and (min-width: 768px) {
  .textBox_type01 {
    padding: 25px;
    border: 3px solid #BABE6A;
    margin-top: 40px;
  }
  .textBox_type01 p {
    font-size: 18px;
    text-align: center;
  }
  .textBox_type01 .yellow {
    margin-top: 5px;
    font-size: 21px;
  }
}
@media screen and (min-width: 980px) {
  .textBox_type01 {
    padding: 30px;
    margin-top: 80px;
  }
  .textBox_type01 p {
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .textBox_type01 .yellow {
    margin-top: 8px;
    font-size: 26px;
  }
}
/* =============================================
- _btnStyle
================================================ */
.btnArea {
  text-align: center;
}
.btnArea.ar_right {
  text-align: right;
  width: 100%;
}

/*-----------------------------------------------------------------
	style01
----------------------------------------------------------------- */
.btnStyle01 {
  position: relative;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  width: 100%;
  line-height: 1em;
  padding: 16px 28px 16px 28px;
  color: #fff;
  border: 1px solid #F87135;
  background-color: #F87135;
  max-width: 700px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
  border-radius: 5px;
}
.btnStyle01:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #FFAF8B;
  border-width: 2px;
  right: 15px;
  transition: all 0.2s ease-in-out;
}
.btnStyle01.pink {
  background-color: #F77B93;
}
.btnStyle01.pink:after {
  border-color: #FCABBB;
}
.btnStyle01.back:after {
  right: auto;
  left: 15px;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border-color: #FFAF8B;
  border-width: 2px;
}
.btnStyle01.icon03 span {
  padding-left: 45px;
  position: relative;
}
.btnStyle01.icon03 span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 29px;
  height: 37px;
  background-size: cover;
  transform: none;
  margin-top: -19px;
  background-image: url(../images/icon/icon_btn03.png);
}
@media screen and (max-width: 767px) {
  .btnStyle01.icon03 span {
    padding-left: 25px;
  }
  .btnStyle01.icon03 span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 15px;
    height: 19px;
    background-size: cover;
    margin-top: 0px;
  }
}
.btnStyle01.icon04 span {
  padding-left: 58px;
  position: relative;
}
.btnStyle01.icon04 span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 46px;
  height: 40px;
  background-size: cover;
  transform: none;
  margin-top: -22px;
  background-image: url(../images/icon/icon_btn04.png);
}
@media screen and (max-width: 767px) {
  .btnStyle01.icon04 span {
    padding-left: 30px;
  }
  .btnStyle01.icon04 span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 23px;
    height: 20px;
    background-size: cover;
    margin-top: 0px;
  }
}
.btnStyle01.icon05 span {
  padding-left: 50px;
  position: relative;
}
.btnStyle01.icon05 span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 38px;
  height: 38px;
  background-size: cover;
  transform: none;
  margin-top: -22px;
  background-image: url(../images/icon/icon_btn05.png);
}
@media screen and (max-width: 767px) {
  .btnStyle01.icon05 span {
    padding-left: 25px;
  }
  .btnStyle01.icon05 span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 19px;
    height: 19px;
    background-size: cover;
    margin-top: 0px;
  }
}
.btnStyle01.icon06 span {
  padding-left: 45px;
  position: relative;
}
.btnStyle01.icon06 span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 29px;
  height: 40px;
  background-size: cover;
  transform: none;
  margin-top: -20px;
  background-image: url(../images/icon/icon_btn06.png);
}
@media screen and (max-width: 767px) {
  .btnStyle01.icon06 span {
    padding-left: 25px;
  }
  .btnStyle01.icon06 span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 15px;
    height: 20px;
    background-size: cover;
    margin-top: 0px;
  }
}
.btnStyle01.icon07 span {
  padding-left: 58px;
  position: relative;
}
.btnStyle01.icon07 span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 40px;
  height: 36px;
  background-size: cover;
  transform: none;
  margin-top: -19px;
  background-image: url(../images/icon/icon_btn07.png);
}
@media screen and (max-width: 767px) {
  .btnStyle01.icon07 span {
    padding-left: 30px;
  }
  .btnStyle01.icon07 span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 20px;
    height: 18px;
    background-size: cover;
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .btnStyle01 {
    transition: all 0.2s ease-in-out;
    padding: 18px 0px;
    font-size: 18px;
  }
  .btnStyle01:hover {
    border: 1px solid #F87135;
    background-color: #fff;
    color: #F87135;
  }
  .btnStyle01:hover.pink {
    border: 1px solid #F77B93;
    background-color: #fff;
    color: #F77B93;
  }
  .btnStyle01:hover.pink:after {
    border-color: #F77B93;
  }
  .btnStyle01:hover.icon03, .btnStyle01:hover.icon04, .btnStyle01:hover.icon05, .btnStyle01:hover.icon06, .btnStyle01:hover.icon07 {
    border-color: #FFAF8B;
    background-color: #FFAF8B;
    color: #fff;
  }
  .btnStyle01:hover.icon03:after, .btnStyle01:hover.icon04:after, .btnStyle01:hover.icon05:after, .btnStyle01:hover.icon06:after, .btnStyle01:hover.icon07:after {
    border-color: #fff;
  }
}
@media screen and (min-width: 1180px) {
  .btnStyle01 {
    padding: 23px 0px;
  }
}
/*-----------------------------------------------------------------
	style02
----------------------------------------------------------------- */
.btnStyle02 {
  position: relative;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  width: 100%;
  line-height: 1em;
  padding: 8px 28px 8px 28px;
  color: #707070;
  border: 1px solid #969696;
  background-color: #fff;
  max-width: 310px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
  border-radius: 40px;
}
.btnStyle02:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #C8C8C8;
  border-width: 2px;
  right: 15px;
}
.btnStyle02.blank span {
  padding-right: 25px;
  position: relative;
}
.btnStyle02.blank span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url(../images/icon/btn_price2.png);
}

@media screen and (min-width: 980px) {
  .btnStyle02 {
    padding: 10px 28px 10px 28px;
    font-size: 18px;
    border-radius: 80px;
    transition: all 0.2s ease-in-out;
  }
  .btnStyle02:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-color: #C8C8C8;
    right: 18px;
    transition: all 0.2s ease-in-out;
  }
  .btnStyle02:hover {
    background-color: #969696;
    color: #fff;
  }
  .btnStyle02:hover:after {
    border-color: #fff;
  }
}
/*-----------------------------------------------------------------
	other
----------------------------------------------------------------- */
/*--------------------------
	btnDoc
---------------------------- */
.btnDoc {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  padding: 13px 0px;
  text-align: center;
  font-size: 16px;
  background-color: #F87135;
}
.btnDoc span {
  padding-left: 30px;
  position: relative;
}
.btnDoc span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 21px;
  height: 24px;
  background-size: cover;
  background-image: url(../images/icon/icon_btn02.png);
}
.btnDoc:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #FFAF8B;
  border-width: 2px;
  right: 10px;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .btnDoc {
    transition: all 0.2s ease-in-out;
    padding: 18px 0px;
    font-size: 18px;
  }
  .btnDoc:hover {
    background-color: #F77B93;
  }
  .btnDoc:hover:before {
    border-color: #FFF4F6;
  }
}
/*--------------------------
	btnPrice
---------------------------- */
.btnPrice {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  padding: 13px 0px;
  text-align: center;
  font-size: 16px;
  background-color: #2350ce;
}
.btnPrice span {
  padding-right: 30px;
  position: relative;
}
.btnPrice span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 15px;
  height: 15px;
  background-size: cover;
  background-image: url(../images/icon/btn_price.png);
}
.btnPrice:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #4e85ea;
  border-width: 2px;
  right: 10px;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .btnPrice {
    transition: all 0.2s ease-in-out;
    padding: 18px 0px;
    font-size: 18px;
  }
  .btnPrice:hover {
    background-color: #da6500;
  }
  .btnPrice:hover:before {
    border-color: #FFF4F6;
  }
}
/*--------------------------
	btnSimu
---------------------------- */
.btnSimu {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  border-radius: 5px;
  padding: 13px 25px;
  font-size: 15px;
  line-height: 1.5em;
  background-color: #F87135;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  max-width: 720px;
}
.btnSimu span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.btnSimu span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 16px;
  height: 22px;
  background-size: cover;
  background-image: url(../images/icon/icon_simu.png);
}
.btnSimu:before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-color: #FFAF8B;
  border-width: 2px;
  right: 10px;
  margin-top: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 1180px) {
  .btnSimu {
    transition: all 0.2s ease-in-out;
    padding: 25px 0px;
    font-size: 20px;
  }
  .btnSimu span {
    padding-left: 50px;
  }
  .btnSimu span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 32px;
    height: 44px;
    background-size: cover;
  }
  .btnSimu:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    border-color: #FFAF8B;
    border-width: 2px;
    right: 20px;
    margin-top: 2px;
  }
  .btnSimu:hover {
    background-color: #F77B93;
  }
  .btnSimu:hover:before {
    border-color: #FFF4F6;
  }
}
.morelistBtnArea {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.morelistBtnArea .plus_icon {
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
  cursor: pointer;
  border: 1px solid #F87135;
  background-color: #fff;
}
.morelistBtnArea .plus_icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 22;
  transition: all 0.2s ease-in-out;
}
.morelistBtnArea .plus_icon span:before, .morelistBtnArea .plus_icon span:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  background-color: #F87135;
}
.morelistBtnArea .plus_icon span:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.morelistBtnArea .plus_icon.active span {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.morelistBtn {
  position: relative;
  display: block;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  width: 100%;
  line-height: 1em;
  padding: 16px 28px 16px 28px;
  color: #fff;
  border: 1px solid #F87135;
  background-color: #F87135;
  max-width: 800px;
  margin: 20px auto 0px auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4em;
  border-radius: 5px;
}

.moreList .exampleBox {
  display: none;
}

@media screen and (min-width: 768px) {
  .morelistBtn {
    transition: all 0.2s ease-in-out;
    padding: 18px 0px;
    font-size: 18px;
    margin: 40px auto 0px auto;
  }

  .morelistBtnArea .plus_icon {
    right: 15px;
  }
}
@media screen and (min-width: 980px) {
  .morelistBtn {
    padding: 23px 0px;
    font-size: 18px;
    margin: 60px auto 0px auto;
  }

  .morelistBtnArea .plus_icon {
    right: 20px;
  }
}
/* =============================================
- List
================================================ */
/* ===================================================================================
- List
====================================================================================== */
ul.notice li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ===================================================================================
- listArea
====================================================================================== */
.listArea {
  padding: 8px 0px 8px 0px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  margin-top: 10px;
}

@media screen and (min-width: 1180px) {
  .listArea {
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    margin-top: 25px;
  }
}
/* ===================================================================================
- listType01
====================================================================================== */
.listType01 li {
  position: relative;
  padding-left: 1em;
  text-indent: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.listType01 li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FC96B9;
  position: absolute;
  left: 0px;
  top: 0.7em;
  border-radius: 50%;
}
.listType01 li .under {
  line-height: 1.2em;
  border-bottom: 1px solid #3C3C3C;
}
.listType01 li.none {
  text-align: right;
}
.listType01 li.none:before {
  display: none;
}
.listType01.yellow li:before {
  background-color: #BABE6A;
}
.listType01.blue li:before {
  background-color: #77C3D5;
}
.listType01.purple li:before {
  background-color: #AE97C3;
}
.listType01.green li:before {
  background-color: #8AD587;
}

@media screen and (min-width: 768px) {
  .listType01.col {
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0px 10px;
  }
}
@media screen and (min-width: 980px) {
  .listType01 li {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .listType01 li:before {
    top: 0.8em;
    width: 8px;
    height: 8px;
  }
  .listType01 li + li {
    margin-top: 5px;
  }
  .listType01.col li {
    font-size: 18px;
  }
  .listType01.col li + li {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .listType01 li {
    font-size: 17px;
  }
  .listType01.col li {
    font-size: 19px;
  }
}
/* ===================================================================================
- textList
====================================================================================== */
.textList01 li {
  text-align: center;
  padding: 5px 10px;
  background-color: #fff;
}
.textList01 li + li {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .textList01 li {
    padding: 10px 10px;
  }
  .textList01 li + li {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1180px) {
  .textList01 li {
    padding: 14px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
  }
  .textList01 li + li {
    margin-top: 8px;
  }
}
/* ===================================================================================
- dlList01
====================================================================================== */
.dlList01 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dlList01 dt {
  font-size: 16px;
  color: #F77B93;
}
.dlList01 dd {
  font-size: 16px;
  margin-top: 5px;
}
.dlList01.blue dt {
  color: #64BDDE;
}

@media screen and (min-width: 768px) {
  .dlList01 {
    display: flex;
  }
  .dlList01 dt {
    font-size: 18px;
    width: 90px;
  }
  .dlList01 dd {
    flex: 1;
    margin-top: 0px;
  }
}
@media screen and (min-width: 980px) {
  .dlList01 dt {
    width: 100px;
  }
  .dlList01 dd {
    font-size: 20px;
  }
}
/* ===================================================================================
- dlList02
====================================================================================== */
.dlList02 {
  background-color: #fff;
  padding: 5px 10px;
}
.dlList02 dt {
  padding: 10px;
  font-size: 16px;
  color: #BABE6A;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #BABE6A;
}
.dlList02 dd {
  padding: 10px 5px;
}
.dlList02 dd .title h3 {
  font-size: 16px;
}
.dlList02 dd .title span {
  font-size: 12px;
}
.dlList02 dd .yellow {
  color: #BABE6A;
}
.dlList02 dd .textArea {
  margin-top: 10px;
}
.dlList02 dd .textArea .notice {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}
.dlList02 dd .textArea .big {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  padding: 0px 4px;
}
.dlList02 dd .textArea p:not(.notice) {
  font-size: 16px;
}
.dlList02 + .dlList02 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .dlList02 {
    padding: 10px 10px;
    display: table;
    width: 100%;
  }
  .dlList02 dt, .dlList02 dd {
    display: table-cell;
    vertical-align: middle;
  }
  .dlList02 dt {
    width: 40%;
    padding: 10px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-bottom: 0px solid #BABE6A;
    border-right: 1px solid #BABE6A;
  }
  .dlList02 dd {
    width: 60%;
    padding: 10px 25px;
  }
  .dlList02 dd .title {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .dlList02 dd .title h3 {
    font-size: 20px;
  }
  .dlList02 dd .title span {
    font-size: 17px;
  }
  .dlList02 dd .yellow {
    color: #BABE6A;
  }
  .dlList02 dd .textArea {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
  }
  .dlList02 dd .textArea .notice {
    font-size: 14px;
    margin-top: -10px;
  }
  .dlList02 dd .textArea .big {
    font-size: 50px;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .dlList02 dd .textArea .big {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .dlList02 dd .textArea p:not(.notice) {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .dlList02 + .dlList02 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .dlList02 dt {
    width: 42%;
    padding: 10px 30px;
    font-size: 27px;
  }
  .dlList02 dd {
    width: 58%;
    padding: 15px 30px;
  }
  .dlList02 dd .title h3 {
    font-size: 25px;
  }
  .dlList02 dd .yellow {
    color: #BABE6A;
  }
  .dlList02 dd .textArea {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
  }
  .dlList02 dd .textArea .notice {
    font-size: 14px;
    margin-top: -10px;
  }
  .dlList02 dd .textArea .big {
    font-size: 70px;
    font-weight: 600;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  .dlList02 dd .textArea .big {
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  .dlList02 dd .textArea p:not(.notice) {
    font-size: 20px;
  }
}
@media screen and (min-width: 980px) {
  .dlList02 + .dlList02 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .dlList02 dt {
    padding: 20px 50px;
  }
  .dlList02 dd {
    padding: 25px 50px 25px 55px;
  }
  .dlList02 dd .textArea p:not(.notice) {
    font-size: 25px;
  }
}
/* =============================================
- _boxLayout
================================================ */
/*-----------------------------------------------------------------
	boxLayout01
----------------------------------------------------------------- */
.boxLayout01 {
  display: flex;
  flex-wrap: wrap;
}
.boxLayout01 .box {
  padding: 10px;
  width: 48.5%;
  background-color: #FA8298;
  color: #fff;
}
.boxLayout01 .box + .box {
  margin-left: 3%;
}
.boxLayout01 .box:nth-child(2n+1) {
  margin-left: 0px;
}
.boxLayout01 .box:nth-child(n+3) {
  margin-top: 10px;
}
.boxLayout01 .box .step {
  position: relative;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 8px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .boxLayout01 .box .step {
    font-weight: bold;
  }
}
.boxLayout01 .box .step span {
  border-bottom: 1px solid #fff;
}
.boxLayout01 .box .step:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transform: translate3d(-50%, 0, 0);
}
.boxLayout01 .box .text {
  text-align: center;
  line-height: 1.6em;
}
.boxLayout01 .box .text.line2 {
  padding: 0.8em 0px;
}

@media screen and (min-width: 768px) {
  .boxLayout01 {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .boxLayout01 .box {
    padding: 30px;
    width: 23.5%;
  }
  .boxLayout01 .box + .box {
    margin: 0px;
    margin-left: 2%;
  }
  .boxLayout01 .box:nth-child(4n+1) {
    margin-left: 0px;
  }
  .boxLayout01 .box:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout01 .box {
    width: 245px;
  }
  .boxLayout01 .box + .box {
    margin: 0px;
    margin-left: 40px;
  }
  .boxLayout01 .box .step {
    margin-bottom: 13px;
    font-size: 20px;
  }
  .boxLayout01 .box .step:after {
    bottom: 2px;
  }
  .boxLayout01 .box .text {
    text-align: center;
    line-height: 1.4em;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .boxLayout01 .box .text span {
    font-size: 22px;
  }
  .boxLayout01 .box .text.line2 {
    padding: 0.7em 0px;
  }
}
/*-----------------------------------------------------------------
	boxLayout02
----------------------------------------------------------------- */
.boxLayout02 .box {
  padding: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxLayout02 .box.color01 {
  background-color: #FFF4F6;
}
.boxLayout02 .box.color02 {
  background-color: #DCF0F7;
}
.boxLayout02 .box .notice {
  text-align: center;
  font-size: 20px;
}
.boxLayout02 .box .price {
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}
.boxLayout02 .box .price span {
  font-size: 28px;
  display: inline-block;
  padding: 0px 5px;
}
.boxLayout02 .box + .box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .boxLayout02 {
    display: flex;
  }
  .boxLayout02 .box {
    width: 48%;
    padding: 30px;
  }
  .boxLayout02 .box .notice {
    font-size: 23px;
  }
  .boxLayout02 .box .price {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
  }
  .boxLayout02 .box .price span {
    font-size: 40px;
  }
  .boxLayout02 .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout02 .box {
    width: 475px;
  }
  .boxLayout02 .box .notice {
    font-size: 25px;
  }
  .boxLayout02 .box .price {
    font-size: 34px;
    margin-top: 25px;
  }
  .boxLayout02 .box .price span {
    font-size: 55px;
  }
  .boxLayout02 .box + .box {
    margin-left: 40px;
  }
}
/*-----------------------------------------------------------------
	boxLayout03
----------------------------------------------------------------- */
.boxLayout03 .box + .box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .boxLayout03 {
    display: flex;
  }
  .boxLayout03 .box {
    width: 48%;
  }
  .boxLayout03 .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout03 .box {
    width: 530px;
  }
  .boxLayout03 .box + .box {
    margin-left: 40px;
  }
}
/*-----------------------------------------------------------------
	boxLayout04
----------------------------------------------------------------- */
.boxLayout04 {
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.boxLayout04 .box {
  padding: 20px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FA8298;
  color: #fff;
  width: 45%;
}
.boxLayout04 .box .notice {
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
}
.boxLayout04 .box .old {
  text-align: center;
  font-size: 20px;
  margin-top: 8px;
}
.boxLayout04 .box + .box {
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .boxLayout04 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout04 .box:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .boxLayout04 .box {
    padding: 20px 10px;
    width: 32%;
  }
  .boxLayout04 .box .notice {
    font-size: 16px;
  }
  .boxLayout04 .box .old {
    font-size: 25px;
    margin-top: 10px;
  }
  .boxLayout04 .box + .box {
    margin-left: 2%;
  }
  .boxLayout04 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout04 .box:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout04 .box {
    padding: 40px 20px;
    width: 340px;
  }
  .boxLayout04 .box .notice {
    font-size: 20px;
  }
  .boxLayout04 .box .old {
    font-size: 40px;
    margin-top: 13px;
  }
  .boxLayout04 .box + .box {
    margin-left: 40px;
  }
}
/*-----------------------------------------------------------------
	boxLayout05
----------------------------------------------------------------- */
.boxLayout05 {
  display: flex;
  flex-wrap: wrap;
}
.boxLayout05 .box {
  padding: 10px;
  width: 48.5%;
  background-color: #FCFCF5;
}
.boxLayout05 .box + .box {
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  .boxLayout05 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout05 .box:nth-child(n+3) {
    margin-top: 10px;
  }
}
.boxLayout05 .box .notice {
  text-align: center;
  line-height: 1.6em;
  font-size: 13px;
}
.boxLayout05 .box .notice.line2 {
  padding: 0.8em 0px;
}
.boxLayout05 .box .ratio {
  color: #FA8298;
  text-align: center;
  font-size: 20px;
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .boxLayout05 .box {
    padding: 20px 10px;
    width: 32%;
  }
  .boxLayout05 .box + .box {
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .boxLayout05 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout05 .box:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .boxLayout05 .box .notice {
    line-height: 1.5em;
    font-size: 17px;
  }
  .boxLayout05 .box .notice.line2 {
    padding: 0.75em 0px;
  }
}
@media screen and (min-width: 768px) {
  .boxLayout05 .box .ratio {
    font-size: 35px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout05 .box {
    padding: 20px 10px;
    width: 15.5%;
  }
  .boxLayout05 .box + .box {
    margin-left: 1.4%;
  }
  .boxLayout05 .box .notice {
    line-height: 1.5em;
    font-size: 14px;
  }
  .boxLayout05 .box .notice.line2 {
    padding: 0.75em 0px;
  }
  .boxLayout05 .box .ratio {
    font-size: 30px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout05 .box {
    padding: 20px 10px;
    width: 160px;
  }
  .boxLayout05 .box + .box {
    margin-left: 6px;
  }
  .boxLayout05 .box .notice {
    font-size: 17px;
  }
  .boxLayout05 .box .ratio {
    font-size: 35px;
  }
}
/*-----------------------------------------------------------------
	boxLayout06
----------------------------------------------------------------- */
.boxLayout06 .left_box {
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 8px;
}
.boxLayout06 .right_box {
  margin-top: 10px;
}
.boxLayout06 .right_box .BoxArea {
  display: flex;
  flex-wrap: wrap;
}
.boxLayout06 .right_box .BoxArea .box {
  width: 48%;
  padding: 5px;
  background-color: #fff;
  border-radius: 8px;
}
.boxLayout06 .right_box .BoxArea .box + .box {
  margin-left: 4%;
}
.boxLayout06 .right_box .BoxArea .box:nth-child(2n+1) {
  margin-left: 0px;
}
.boxLayout06 .right_box .BoxArea .box:nth-child(n+3) {
  margin-top: 10px;
}
.boxLayout06 .right_box .BoxArea .box .top {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxLayout06 .right_box .BoxArea .box .price {
  text-align: center;
}
.boxLayout06 .right_box .BoxArea .box .price span {
  color: #F77B93;
}
.boxLayout06 .right_box .BoxArea .box .price span.big {
  font-size: 18px;
}
.boxLayout06 .right_box .BoxArea .box.w100 {
  margin-left: 0px;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
  position: relative;
}
.boxLayout06 .right_box .BoxArea .box.w100 p {
  display: inline-block;
}
.boxLayout06 .right_box .BoxArea .box.w100 p span {
  font-size: 16px;
}
.boxLayout06 .right_box .BoxArea .box.w100 p + p {
  padding-left: 5px;
}
.boxLayout06 .right_box .BoxArea .box.pickup {
  position: relative;
}
.boxLayout06 .right_box .BoxArea .box.pickup:before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/plan/label_pick.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
}
.boxLayout06 .right_box .BoxArea .box.pickup.blue:before {
  background-image: url(../images/plan/label_pick2.png);
}
.boxLayout06 .right_box .BoxArea.blue .box .price span {
  color: #64BDDE;
}

@media screen and (min-width: 768px) {
  .boxLayout06 {
    display: flex;
  }
  .boxLayout06 .left_box {
    padding: 20px 15px;
    width: 48.5%;
  }
  .boxLayout06 .right_box {
    width: 48.5%;
    margin-top: 0px;
    margin-left: 3%;
  }
  .boxLayout06 .right_box .BoxArea .box {
    width: 48.5%;
    padding: 10px;
  }
  .boxLayout06 .right_box .BoxArea .box + .box {
    margin-left: 3%;
  }
  .boxLayout06 .right_box .BoxArea .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout06 .right_box .BoxArea .box:nth-child(n+3) {
    margin-top: 15px;
  }
  .boxLayout06 .right_box .BoxArea .box .top {
    font-size: 15px;
  }
  .boxLayout06 .right_box .BoxArea .box .price {
    font-size: 16px;
  }
  .boxLayout06 .right_box .BoxArea .box .price span.big {
    font-size: 23px;
    padding-right: 3px;
  }
  .boxLayout06 .right_box .BoxArea .box.w100 {
    padding: 15px 10px;
  }
  .boxLayout06 .right_box .BoxArea .box.w100 p span {
    font-size: 20px;
  }
  .boxLayout06 .right_box .BoxArea .box.pickup:before {
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout06 .left_box {
    padding: 20px 20px;
    width: 49%;
  }
  .boxLayout06 .right_box {
    width: 49%;
    margin-left: 2%;
  }
  .boxLayout06 .right_box .BoxArea .box {
    width: 49%;
    padding: 20px 20px;
  }
  .boxLayout06 .right_box .BoxArea .box + .box {
    margin-left: 2%;
  }
  .boxLayout06 .right_box .BoxArea .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout06 .right_box .BoxArea .box:nth-child(n+3) {
    margin-top: 10px;
  }
  .boxLayout06 .right_box .BoxArea .box .top {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .boxLayout06 .right_box .BoxArea .box .price {
    font-size: 20px;
  }
  .boxLayout06 .right_box .BoxArea .box .price span.big {
    font-size: 35px;
    padding-right: 3px;
  }
  .boxLayout06 .right_box .BoxArea .box.w100 {
    padding: 35px 10px 30px 10px;
  }
  .boxLayout06 .right_box .BoxArea .box.w100 p {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .boxLayout06 .right_box .BoxArea .box.w100 p span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout06 .left_box {
    padding: 30px 30px;
    width: 435px;
  }
  .boxLayout06 .right_box {
    width: 460px;
    margin-left: 15px;
  }
  .boxLayout06 .right_box .BoxArea .box {
    width: 225px;
    padding: 13px 20px 23px 20px;
  }
  .boxLayout06 .right_box .BoxArea .box + .box {
    margin-left: 10px;
  }
  .boxLayout06 .right_box .BoxArea .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxLayout06 .right_box .BoxArea .box .top {
    margin-bottom: 12px;
  }
  .boxLayout06 .right_box .BoxArea .box .price {
    font-size: 24px;
  }
  .boxLayout06 .right_box .BoxArea .box .price span.big {
    font-size: 47px;
  }
  .boxLayout06 .right_box .BoxArea .box.w100 {
    padding: 44px 10px 33px 10px;
  }
  .boxLayout06 .right_box .BoxArea .box.w100 p span {
    font-size: 34px;
  }
}
/*-----------------------------------------------------------------
	boxLayout07
----------------------------------------------------------------- */
.boxLayout07 .box + .box {
  margin-top: 30px;
}
.boxLayout07 .box .titleStyle03 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
.boxLayout07 .box .textArea {
  margin-top: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  .boxLayout07 {
    display: flex;
  }
  .boxLayout07 .box {
    width: 32%;
  }
  .boxLayout07 .box + .box {
    margin-left: 2%;
    margin-top: 0px;
  }
  .boxLayout07 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxLayout07 .box:nth-child(n+4) {
    margin-top: 10px;
  }
  .boxLayout07 .box .titleStyle03 {
    font-size: 16px;
  }
}
@media screen and (min-width: 980px) {
  .boxLayout07 .box .titleStyle03 {
    font-size: 15px;
    line-height: 1.5em;
  }
  .boxLayout07 .box .titleStyle03.line2 span {
    display: inline-block;
    padding: 0.75em 0em;
  }
}
@media screen and (min-width: 1180px) {
  .boxLayout07 .box {
    width: 340px;
  }
  .boxLayout07 .box + .box {
    margin-left: 40px;
    margin-top: 0px;
  }
  .boxLayout07 .box .titleStyle03 {
    font-size: 18px;
    line-height: 1.5em;
    padding: 8px 5px;
    margin-bottom: 35px;
  }
  .boxLayout07 .box .textArea {
    margin-top: 35px;
  }
}
/* =============================================
- _colLayout
================================================ */
/*-----------------------------------------------------------------
	colLayout01
----------------------------------------------------------------- */
.colLayout01 .right {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .colLayout01 {
    display: flex;
  }
  .colLayout01 .left {
    flex: 1;
    padding-right: 20px;
  }
  .colLayout01 .right {
    width: 40%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout01 .textArea .text {
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2.1em;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout01 {
    -moz-align-items: center;
    align-items: center;
  }
  .colLayout01 .left {
    flex: 1;
    padding-right: 50px;
  }
  .colLayout01 .right {
    width: 320px;
    margin-top: 0px;
  }
}
/*-----------------------------------------------------------------
	colLayout02
----------------------------------------------------------------- */
.colLayout02 .left .textArea {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.colLayout02 .left .textArea p {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
  color: #505050;
}
.colLayout02 .left .textArea p .pink {
  color: #FA8298;
}
.colLayout02 .left .textArea p .big {
  font-size: 27px;
}
.colLayout02 .left .textArea .glaf {
  position: absolute;
  width: 120px;
  right: 0px;
  top: 0px;
  z-index: -1;
}
.colLayout02 .right {
  margin-top: 15px;
}
.colLayout02 .notice {
  text-align: right;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .colLayout02 {
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .colLayout02 .left {
    flex: 1;
    margin-right: 30px;
  }
  .colLayout02 .right {
    width: 50%;
  }
  .colLayout02 .left .textArea {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  .colLayout02 .left .textArea p {
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8em;
  }
  .colLayout02 .left .textArea p .pink {
    color: #FA8298;
  }
  .colLayout02 .left .textArea p .big {
    font-size: 32px;
  }
  .colLayout02 .left .textArea .glaf {
    position: absolute;
    width: 180px;
    right: 0px;
    top: 0px;
    z-index: -1;
  }
  .colLayout02 .right {
    margin-top: 15px;
  }
  .colLayout02 .notice {
    text-align: right;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout02 .left {
    flex: 1;
    margin-right: 50px;
    padding-left: 40px;
  }
  .colLayout02 .right {
    width: 475px;
  }
  .colLayout02 .left .textArea {
    margin-bottom: 0px;
  }
  .colLayout02 .left .textArea p {
    font-size: 25px;
    line-height: 2.3em;
  }
  .colLayout02 .left .textArea p .big {
    font-size: 45px;
  }
  .colLayout02 .left .textArea p .big.t2 {
    font-size: 72px;
    padding: 0px 5px;
  }
  .colLayout02 .left .textArea .glaf {
    width: 250px;
    margin-top: -30px;
  }
  .colLayout02 .right {
    margin-top: 0px;
  }
}
/*-----------------------------------------------------------------
	colLayout03
----------------------------------------------------------------- */
.colLayout03 .left .textArea {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.colLayout03 .left .textArea p {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6em;
}
.colLayout03 .left .textArea p + p {
  margin-top: 3px;
}
.colLayout03 .left .textArea .text + .text {
  line-height: 2em;
}
.colLayout03 .left .textArea .textStyle01 {
  margin-left: 0px;
}
.colLayout03 .right {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .colLayout03 {
    display: flex;
  }
  .colLayout03 .left {
    flex: 1;
    padding-right: 30px;
  }
  .colLayout03 .left .textArea {
    margin-bottom: 0px;
  }
  .colLayout03 .left .textArea p {
    line-height: 1.6em;
  }
  .colLayout03 .left .textArea p + p {
    margin-top: 13px;
  }
  .colLayout03 .left .textArea .text + .text {
    line-height: 2em;
  }
  .colLayout03 .left .textArea .listArea {
    margin-top: 20px;
  }
  .colLayout03 .right {
    width: 30%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout03 .left {
    padding-right: 90px;
  }
  .colLayout03 .left .textArea p {
    font-size: 24px;
    line-height: 1.6em;
  }
  .colLayout03 .left .textArea p + p {
    margin-top: 23px;
  }
  .colLayout03 .left .textArea .text + .text {
    line-height: 2em;
  }
  .colLayout03 .left .textArea .listArea {
    margin-top: 20px;
  }
  .colLayout03 .right {
    width: 285px;
  }
}
/*-----------------------------------------------------------------
	colLayout04
----------------------------------------------------------------- */
.colLayout04 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .colLayout04 .left, .colLayout04 .right {
    height: 100%;
  }
}
.colLayout04 .left {
  padding: 20px;
  background-color: #fff;
}
.colLayout04 + .colLayout04 {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .colLayout04 {
    display: flex;
    flex-direction: row;
  }
  .colLayout04 .right {
    width: 45%;
  }
  .colLayout04 .left {
    flex: 1;
    padding: 20px;
    background-color: #fff;
  }
  .colLayout04 + .colLayout04 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout04 {
    display: flex;
    flex-direction: row;
  }
  .colLayout04 .right {
    width: 530px;
  }
  .colLayout04 .left {
    flex: 1;
    padding: 45px;
    background-color: #fff;
  }
  .colLayout04 + .colLayout04 {
    margin-top: 25px;
  }
}
/*-----------------------------------------------------------------
	colLayout05
----------------------------------------------------------------- */
.colLayout05 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .colLayout05 .left, .colLayout05 .right {
    height: 100%;
  }
}
.colLayout05 .left {
  padding: 20px;
  background-color: #fff;
}
.colLayout05 .btnArea {
  margin-top: 15px;
}
.colLayout05 + .colLayout05 {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .colLayout05 {
    flex-direction: row;
  }
  .colLayout05 .left {
    padding: 20px;
    background-color: #fff;
    flex: 1;
    margin-top: 15%;
    margin-right: -15%;
    position: relative;
    z-index: 22;
  }
  .colLayout05 .right {
    width: 60%;
  }
  .colLayout05 .btnArea {
    margin-top: 15px;
  }
  .colLayout05 + .colLayout05 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout05 {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .colLayout05 .left {
    padding: 60px 55px;
    margin-top: 150px;
    margin-right: -150px;
  }
  .colLayout05 .left .midashi_type03 {
    margin-bottom: 30px;
  }
  .colLayout05 .left .btnArea {
    margin-top: 25px;
  }
  .colLayout05 .right {
    width: 726px;
  }
  .colLayout05 + .colLayout05 {
    margin-top: 25px;
  }
}
/*-----------------------------------------------------------------
	colLayout06
----------------------------------------------------------------- */
.colLayout06 .right {
  padding-top: 15px;
  margin-top: 20px;
  position: relative;
  z-index: 11;
}
.colLayout06 .right .scene {
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  font-family: "Josefin Sans", sans-serif;
  color: #F8F8EC;
  font-size: 40px;
}
.colLayout06 .right .scene span {
  font-size: 25px;
  padding-right: 5px;
}
.colLayout06 + .colLayout06 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .colLayout06 {
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .colLayout06 .left {
    width: 30%;
  }
  .colLayout06 .right {
    flex: 1;
    padding: 30px 0px 0px 30px;
    margin-top: 0px;
  }
  .colLayout06 .right .scene {
    top: 0px;
    right: 0px;
    font-size: 40px;
  }
  .colLayout06 .right .scene span {
    font-size: 25px;
    padding-right: 5px;
  }
  .colLayout06.reverse {
    flex-direction: row-reverse;
  }
  .colLayout06.reverse .right {
    padding: 30px 30px 0px 0px;
  }
  .colLayout06.reverse .right .scene {
    right: auto;
    left: 0px;
  }
  .colLayout06 + .colLayout06 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout06 .right {
    padding: 40px 0px 0px 30px;
  }
  .colLayout06 .right .scene {
    font-size: 70px;
  }
  .colLayout06 .right .scene span {
    font-size: 45px;
    padding-right: 8px;
  }
  .colLayout06.reverse .right {
    padding: 40px 30px 0px 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout06 .right {
    margin-top: 15px;
    padding: 60px 0px 0px 90px;
  }
  .colLayout06 .right .scene {
    font-size: 100px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1180px) and (min-width: 980px) {
  .colLayout06 .right .scene {
    font-weight: bold;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout06 .right .scene span {
    font-size: 45px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout06 .right .textArea p {
    font-size: 17px;
    line-height: 2.1em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout06 .left {
    width: 420px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout06.reverse .right {
    padding: 60px 90px 0px 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout06 + .colLayout06 {
    margin-top: 50px;
  }
}
/*-----------------------------------------------------------------
	colLayout07
----------------------------------------------------------------- */
.colLayout07 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .colLayout07 .left, .colLayout07 .right {
    height: 100%;
  }
}
.colLayout07 .left {
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colLayout07 + .colLayout07 {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .colLayout07 {
    flex-direction: row;
  }
  .colLayout07 .left {
    margin-top: 0px;
    flex: 1;
    padding-right: 30px;
  }
  .colLayout07 .right {
    width: 30%;
  }
  .colLayout07 + .colLayout07 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout07 .left {
    padding-right: 55px;
  }
  .colLayout07 .right {
    width: 325px;
  }
  .colLayout07 + .colLayout07 {
    margin-top: 90px;
  }
}
/*-----------------------------------------------------------------
	colLayout08
----------------------------------------------------------------- */
.colLayout08 .right {
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colLayout08 .right .noteArea {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .colLayout08 {
    display: flex;
  }
  .colLayout08 .left {
    width: 40%;
    padding-right: 30px;
  }
  .colLayout08 .right {
    flex: 1;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout08 {
    display: flex;
  }
  .colLayout08 .left {
    width: 667px;
    padding-right: 30px;
  }
}
/*-----------------------------------------------------------------
	colLayout09
----------------------------------------------------------------- */
.colLayout09 .right {
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colLayout09 .right .noteArea {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .colLayout09 {
    display: flex;
  }
  .colLayout09 .left {
    flex: 1;
    padding-right: 30px;
  }
  .colLayout09 .right {
    width: 60%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout09 .left {
    flex: 1;
    padding-right: 40px;
  }
  .colLayout09 .right {
    width: 479px;
    margin-top: 0px;
  }
}
/*-----------------------------------------------------------------
	colLayout09
----------------------------------------------------------------- */
.colLayout10 .right {
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colLayout10 .right .noteArea {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .colLayout10 {
    display: flex;
  }
  .colLayout10 .left {
    width: 40%;
  }
  .colLayout10 .right {
    flex: 1;
    padding-left: 30px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout10 .left {
    width: 378px;
  }
  .colLayout10 .right {
    padding-left: 55px;
  }
}
/*-----------------------------------------------------------------
	colLayout11
----------------------------------------------------------------- */
.colLayout11 .right {
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colLayout11 .right .notice_group {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .colLayout11 {
    display: flex;
  }
  .colLayout11 .left {
    width: 40%;
  }
  .colLayout11 .right {
    flex: 1;
    padding-left: 30px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout11 .left {
    width: 420px;
  }
  .colLayout11 .right {
    padding-left: 55px;
  }
}
/*-----------------------------------------------------------------
	colLayout12
----------------------------------------------------------------- */
.colLayout12 .right {
  margin-top: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colLayout12 .right .btnArea {
  margin-top: 20px;
}
.colLayout12 .right .textArea {
  margin-top: 10px;
}
.colLayout12 + .colLayout12 {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .colLayout12 {
    display: flex;
    margin-top: 80px;
  }
  .colLayout12 .left {
    width: 40%;
  }
  .colLayout12 .right {
    flex: 1;
    padding-left: 30px;
    margin-top: 0px;
  }
  .colLayout12 + .colLayout12 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .colLayout12 {
    margin-top: 110px;
  }
  .colLayout12 + .colLayout12 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1180px) {
  .colLayout12 {
    margin-top: 130px;
  }
  .colLayout12 .left {
    width: 420px;
  }
  .colLayout12 .right {
    padding-left: 45px;
  }
  .colLayout12 + .colLayout12 {
    margin-top: 100px;
  }
}
/* =============================================
- TableStyle
================================================ */
.scrolltext {
  background-color: #FA8298;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .scrolltext {
    display: none;
  }
}

.scrollTable {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .scrollTable {
    overflow-y: scroll;
  }
  .scrollTable .img {
    width: 992px;
  }
}
.scrollTable table {
  width: 1100px !important;
}

.completeTable .scrollTable table {
  width: 100% !important;
}
@media screen and (max-width: 979px) {
  .completeTable .scrollTable table {
    width: 980px !important;
  }
}

@media screen and (max-width: 767px) {
  .tableStyle01 table {
    width: 100%;
    margin-top: 20px;
  }
  .tableStyle01 table th, .tableStyle01 table td {
    padding: 6px 20px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
  }
  .tableStyle01 table tr {
    display: inline-block;
    width: 100%;
  }
  .tableStyle01 table tr + tr {
    margin-top: 8px;
  }
  .tableStyle01 table th {
    background-color: #FFE3E8;
  }
  .tableStyle01 table td {
    background-color: #FCFCF5;
  }
  .tableStyle01.blue table th {
    background-color: #C0E6F4;
  }
  .tableStyle01.blue table td {
    background-color: #FCFCF5;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle01 table {
    width: 100%;
    margin-top: 20px;
  }
  .tableStyle01 table tr {
    border-bottom: 3px solid #fff;
  }
  .tableStyle01 table th, .tableStyle01 table td {
    padding: 3px 10px;
    vertical-align: middle;
    font-size: 13px;
  }
  .tableStyle01 table th {
    background-color: #FFE3E8;
    width: 58%;
  }
  .tableStyle01 table td {
    background-color: #FCFCF5;
    width: 42%;
  }
  .tableStyle01.blue table th {
    background-color: #C0E6F4;
  }
  .tableStyle01.blue table td {
    background-color: #FCFCF5;
  }
}
@media screen and (min-width: 980px) {
  .tableStyle01 table {
    margin-top: 30px;
  }
  .tableStyle01 table th, .tableStyle01 table td {
    padding: 2px 10px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .tableStyle01 table th {
    width: 55%;
  }
  .tableStyle01 table td {
    width: 45%;
  }
}
@media screen and (min-width: 1180px) {
  .tableStyle01 table th, .tableStyle01 table td {
    padding: 2px 17px;
  }
  .tableStyle01 table th {
    width: 54%;
  }
  .tableStyle01 table td {
    width: 46%;
  }
}
/* =============================================
- _boxStyle
================================================ */
.whiteBox {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.grayBox {
  padding: 15px;
  background-color: #FAFAFA;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .whiteBox, .grayBox {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 980px) {
  .whiteBox, .grayBox {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1180px) {
  .whiteBox, .grayBox {
    padding: 55px 65px;
  }
}
/*-----------------------------------------------------------------
	boxStyle01
----------------------------------------------------------------- */
.boxStyle01 {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .boxStyle01 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1180px) {
  .boxStyle01 {
    padding: 30px 55px;
  }
}
/*-----------------------------------------------------------------
	boxStyle02
----------------------------------------------------------------- */
.boxStyle02 {
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}
.boxStyle02 .midashi {
  color: #fff;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.boxStyle02 .midashi.color01 {
  background-color: #FA8298;
}
.boxStyle02 .midashi.color02 {
  background-color: #64BDDE;
}
.boxStyle02 .midashi .number {
  padding: 10px 15px 8px 15px;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  border-right: 1px solid #fff;
  margin-right: 20px;
}
.boxStyle02 .midashi .text {
  line-height: 1.2em;
  padding: 0em 0em 0.05em 0.6em;
}
.boxStyle02 .midashi .text > span {
  display: block;
  font-size: 70%;
}
.boxStyle02 .midashi .icon {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 2px 0px;
}
.boxStyle02 .midashi .icon img {
  width: 46px;
}
.boxStyle02 .textArea {
  padding: 20px;
  background-color: #fff;
}
.boxStyle02 .textArea .maker {
  text-align: center;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxStyle02 .textArea .maker span {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #FFFF00 0%);
}
.boxStyle02 .textArea .img {
  margin-top: 15px;
}
.boxStyle02 .textArea .btnArea {
  margin-top: 20px;
}

@media screen and (min-width: 1180px) {
  .boxStyle02 .midashi {
    font-size: 35px;
    line-height: 1em;
  }
  .boxStyle02 .midashi .number {
    padding: 27px 24px 17px 24px;
    font-size: 70px;
    border-right: 1px solid #fff;
    margin-right: 30px;
  }
  .boxStyle02 .midashi .text {
    padding: 0em 0em 0.1em 0.6em;
  }
  .boxStyle02 .midashi .icon {
    border-right: 2px solid #fff;
  }
  .boxStyle02 .midashi .icon img {
    width: 92px;
  }
  .boxStyle02 .textArea {
    padding: 45px 55px;
    background-color: #fff;
  }
  .boxStyle02 .textArea .maker {
    line-height: 1.9em;
    font-size: 25px;
    font-weight: 400;
  }
  .boxStyle02 .textArea .img {
    margin-top: 25px;
  }
  .boxStyle02 .textArea .btnArea {
    margin-top: 40px;
  }
}
/*-----------------------------------------------------------------
	boxStyle03
----------------------------------------------------------------- */
.boxStyle03 {
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
  margin-top: 30px;
}
.boxStyle03 .midashi {
  color: #fff;
  padding: 8px 10px;
  font-size: 18px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxStyle03 .midashi.color01, .boxStyle03 .midashi.pink {
  background-color: #FA8298;
}
.boxStyle03 .midashi.color02, .boxStyle03 .midashi.blue {
  background-color: #64BDDE;
}
.boxStyle03 .midashi.color03, .boxStyle03 .midashi.yellow {
  background-color: #BABE6A;
}
.boxStyle03 > .textArea {
  padding: 20px;
  background-color: #fff;
}

@media screen and (min-width: 1180px) {
  .boxStyle03 {
    margin-top: 30px;
  }
  .boxStyle03 .midashi {
    padding: 17px 10px;
    font-size: 24px;
  }
  .boxStyle03 > .textArea {
    padding: 45px 50px;
  }
}
/*-----------------------------------------------------------------
	boxStyle04
----------------------------------------------------------------- */
.boxStyle04 .headline {
  padding: 0px 0px 10px 0px;
  color: #fff;
  position: relative;
}
.boxStyle04 .headline .toptext {
  position: relative;
  padding-top: 30px;
  text-align: center;
}
.boxStyle04 .headline .toptext:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 50%;
  background-size: cover;
  margin-left: -14px;
}
.boxStyle04 .headline .toptext span {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  text-align: center;
  font-size: 16px;
}
.boxStyle04 .headline .title {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.boxStyle04 .headline .text {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
}
.boxStyle04 .headline:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 50px;
  border-radius: 50%/100% 100% 0 0;
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -100px;
}
.boxStyle04 .headline.pink {
  background-color: #FA8298;
}
.boxStyle04 .headline.pink .toptext:before {
  background-image: url(../images/icon/icon_choice01.png);
}
.boxStyle04 .headline.pink:before {
  background-color: #FA8298;
}
.boxStyle04 .headline.yellow {
  background-color: #BABE6A;
}
.boxStyle04 .headline.yellow .toptext:before {
  background-image: url(../images/icon/icon_choice02.png);
}
.boxStyle04 .headline.yellow:before {
  background-color: #BABE6A;
}
.boxStyle04 .headline.blue {
  background-color: #60CCC8;
}
.boxStyle04 .headline.blue .toptext:before {
  background-image: url(../images/icon/icon_choice03.png);
}
.boxStyle04 .headline.blue:before {
  background-color: #60CCC8;
}

.boxStyle04 > .textArea {
  padding: 15px;
  background-color: #fff;
}
.boxStyle04 > .textArea .midashi_type03 {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .boxStyle04 .headline {
    padding: 0px 0px 20px 0px;
  }
  .boxStyle04 .headline .toptext {
    padding-top: 50px;
    font-size: 18px;
  }
  .boxStyle04 .headline .toptext:before {
    width: 42px;
    height: 42px;
    margin-left: -21px;
  }
  .boxStyle04 .headline .toptext span {
    margin-top: 5px;
    font-size: 22px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .boxStyle04 .headline .toptext span {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .boxStyle04 .headline .title {
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .boxStyle04 .headline .text {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .boxStyle04 .headline:before {
    width: 400px;
    height: 200px;
    top: -35px;
    margin-left: -200px;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .boxStyle04 > .textArea {
    padding: 25px 25px 40px 25px;
  }
  .boxStyle04 > .textArea .midashi_type03 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  .boxStyle04 .headline {
    padding: 0px 0px 20px 0px;
  }
  .boxStyle04 .headline .toptext {
    padding-top: 50px;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .boxStyle04 .headline .toptext span {
    font-size: 25px;
  }
  .boxStyle04 .headline .title {
    font-size: 50px;
    margin-top: 25px;
  }
  .boxStyle04 .headline .text {
    margin-top: 30px;
    font-size: 22px;
  }
  .boxStyle04 .headline:before {
    width: 580px;
    height: 290px;
    top: -50px;
    margin-left: -290px;
  }
  .boxStyle04 > .textArea {
    padding: 60px 40px 60px 40px;
  }
  .boxStyle04 > .textArea .midashi_type03 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1180px) {
  .boxStyle04 > .textArea {
    padding: 60px 55px 60px 55px;
  }
}
/*-----------------------------------------------------------------
	boxStyle05
----------------------------------------------------------------- */
.boxStyle05 .head {
  color: #fff;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.boxStyle05 .head span {
  line-height: 1.4em;
}
.boxStyle05 .head .text {
  font-size: 18px;
  line-height: 1.2em;
  padding: 0em 0em 0.05em 0.6em;
}
.boxStyle05 .head .text > span {
  display: block;
}
.boxStyle05 .head.pink {
  background-color: #FA8298;
}
.boxStyle05 .head.blue {
  background-color: #64BDDE;
}
.boxStyle05 .head.yellow {
  background-color: #BABE6A;
}
.boxStyle05 .head .icon {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 2px 5px;
}
.boxStyle05 .head .icon img {
  width: 46px;
}
.boxStyle05 .head.center {
  padding-right: 46px;
}
.boxStyle05 .head.center .text {
  text-align: center;
  flex: 1;
}
.boxStyle05 .head.center .text p {
  text-align: center;
}
.boxStyle05 .textBody {
  background-color: #FAFAFA;
  padding: 10px;
}
.boxStyle05 .textBody .colLayout10 {
  margin-top: 15px;
}
.boxStyle05 .textBody .btnArea {
  margin-top: 15px;
}
.boxStyle05 .textBody .graf {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .boxStyle05 .head .text {
    font-size: 25px;
    padding: 0em 0em 0.1em 0.6em;
  }
  .boxStyle05 .head .text span {
    font-size: 18px;
  }
  .boxStyle05 .head .icon {
    border-right: 2px solid #fff;
  }
  .boxStyle05 .head .icon img {
    width: 92px;
  }
  .boxStyle05 .head.center {
    padding-right: 92px;
  }
  .boxStyle05 .textBody {
    padding: 40px 20px;
  }
  .boxStyle05 .textBody .colLayout10 {
    margin-top: 40px;
  }
  .boxStyle05 .textBody .btnArea {
    margin-top: 40px;
  }
  .boxStyle05 .textBody .graf {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .boxStyle05 .head .text {
    font-size: 40px;
  }
  .boxStyle05 .head .text span {
    font-size: 21px;
  }
  .boxStyle05 .textBody {
    padding: 50px 30px;
  }
  .boxStyle05 .textBody .colLayout10 {
    margin-top: 50px;
  }
  .boxStyle05 .textBody .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1180px) {
  .boxStyle05 .textBody {
    padding: 60px 40px;
  }
  .boxStyle05 .textBody .colLayout10 {
    margin-top: 50px;
  }
  .boxStyle05 .textBody .btnArea {
    margin-top: 90px;
  }
  .boxStyle05 .textBody .graf {
    margin-top: 50px;
  }
}
/* =============================================
- other
================================================ */
/* ===================================================================================
- hukidashi
====================================================================================== */
/* =============================================
- breadcrumb
================================================ */
.breadcrumb {
  background-color: #fff;
  padding: 10px 20px;
  border-top: 1px solid #E6E6E6;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a, .breadcrumb ul li span {
  color: #969696;
  padding-right: 5px;
}
.breadcrumb ul li + li a, .breadcrumb ul li + li span {
  padding-left: 17px;
  position: relative;
}
.breadcrumb ul li + li a:after, .breadcrumb ul li + li span:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-color: #969696;
  left: 0px;
}
.breadcrumb ul li + li a, .breadcrumb ul li + li span {
  transition: all 0.2s ease-in-out;
}
.breadcrumb ul li + li a:after, .breadcrumb ul li + li span:after {
  border-color: #969696;
}
.breadcrumb ul li + li a:hover, .breadcrumb ul li + li span:hover {
  opacity: 0.7;
}
.breadcrumb ul li + li:last-child span {
  padding-left: 15px;
  position: relative;
}
.breadcrumb ul li + li:last-child span:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-color: #969696;
  left: 0px;
  border-color: #969696;
}

@media screen and (min-width: 980px) {
  .breadcrumb {
    padding: 15px 25px;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    font-size: 14px;
  }
}
/* =============================================
- topText
================================================ */
.topText p + p {
  margin-top: 10px;
}
.topText p span:not(.textStyle01) {
  font-weight: 600;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .topText p span:not(.textStyle01) {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .topText p {
    text-align: center;
  }
  .topText .type02 {
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
  }
  .topText .type03 {
    font-size: 18px;
    line-height: 1.9em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .topText p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .topText p {
    font-size: 18px;
    text-align: center;
  }
  .topText p span:not(.textStyle01) {
    font-size: 18px;
  }
  .topText .type02 {
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .topText .type03 {
    font-size: 20px;
  }
}

body, .wrapper {
  background-color: #F8F8EC;
}

@media screen and (min-width: 768px) {
  .c_hover {
    transition: all 0.2s ease-in-out;
  }
 .c_hover:hover {
    opacity: 0.7;
  }
}

/* container */
.container {
  font-size: 18px;
  padding: 50px 0 90px;
  line-height: 1.5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .container {
    padding-top: 75px;
    padding-bottom: 140px;
  }
  .container.s_narrow {
    padding-top: 50px;
  }
}

/* inner */
.inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
}

/* =============================================
  inputArea
================================================ */
.inputArea.s_01 > li + li, .inputArea.s_01 .frame.s_01, .inputArea.s_01 .frame.s_01 .inner, .inputArea.s_01 .selectWrapper, .inputArea.s_01 + .buttonArea, .inputArea.s_01 + .buttonArea .inner {
  position: relative;
}
.inputArea.s_01 > li + li {
  padding-top: 45px;
}
.inputArea.s_01 > li + li::before, .inputArea.s_01 .frame.s_01 .inner::before, .inputArea.s_01 .frame.s_01 .inner::after, .inputArea.s_01 .selectWrapper::before, .inputArea.s_01 + .buttonArea::before, .inputArea.s_01 + .buttonArea::after, .inputArea.s_01 + .buttonArea .inner::before {
  content: "";
  position: absolute;
}
.inputArea.s_01 > li + li::before, .inputArea.s_01 + .buttonArea::before, .inputArea.s_01 + .buttonArea::after, .inputArea.s_01 + .buttonArea .inner::before {
  width: 14px;
  height: 10px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 10px solid #E67700;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  box-sizing: border-box;
}
.inputArea.s_01 > li + li::before, .inputArea.s_01 + .buttonArea::before {
  top: 10px;
}
.inputArea.s_01 .frame {
  text-align: center;
}
.inputArea.s_01 .frame.s_01, .inputArea.s_01 .frame.s_02 {
  background-color: #fff;
  border: 10px solid #ffecc4;
  z-index: 1;
}
.inputArea.s_01 .frame.s_01::before {
  width: calc(100% - 2px);
  height: 3px;
  right: 1px;
  bottom: 45px;
  left: 1px;
  background: url(../img/frame_01_line.png) repeat-x;
}
.inputArea.s_01 .frame.s_01 .inner::before, .inputArea.s_01 .frame.s_01 .inner::after {
  width: 85px;
  height: 100%;
  top: 0;
  background: url(../img/frame_01_before.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.inputArea.s_01 .frame.s_01 .inner {
  padding-right: 15px;
  padding-left: 15px;
}
.inputArea.s_01 .frame.s_01 .inner::before {
  left: 0;
}
.inputArea.s_01 .frame.s_01 .inner::after {
  right: 0;
  transform: scale(-1, 1);
}
.inputArea.s_01 .frame.s_02 {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.inputArea.s_01 .num {
  position: relative;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  top: -25px;
  margin-right: auto;
  margin-left: auto;
  background-color: #E67700;
  border-radius: 50%;
}
.inputArea.s_01 .frame.s_02 .num {
  top: -20px;
}
.inputArea.s_01 .text {
  margin-bottom: 35px;
}
.inputArea.s_01 .radioArea, .inputArea.s_01 .selectArea {
  color: #E67700;
  margin-right: auto;
  margin-left: auto;
}
.inputArea.s_01 .radioArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 285px;
  padding-bottom: 50px;
}
.inputArea.s_01 .radio {
  display: none;
}
.inputArea.s_01 .radio + label, .inputArea.s_01 .select {
  border: 2px solid #E67700;
}
.inputArea.s_01 .radio + label {
  display: inline-block;
  width: 138px;
  padding: 20px 1em;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.5);
}
.inputArea.s_01 .jsRadioCheck.is-check > label,
.inputArea.s_01 .jsRadioSex:checked + label {
  color: #fff;
  background-color: #E67700;
  border-color: #E67700;
}
.inputArea.s_01 .selectArea {
  padding-bottom: 25px;
  max-width: 235px;
}
.inputArea.s_01 .selectWrapper {
  margin-bottom: 25px;
}
.inputArea.s_01 .selectWrapper::before {
  width: 8px;
  height: 8px;
  top: 17px;
  right: calc(18px + 1.5em);
  border-right: 3px solid #E67700;
  border-bottom: 3px solid #E67700;
  transform: rotate(45deg);
  margin: auto;
}
.inputArea.s_01 .selectWrapper .text {
  padding-left: 0.5em;
}
.inputArea.s_01 .select {
  width: 205px;
  padding: 12px 40px 12px 1em;
  border-radius: 10px;
}
.inputArea.s_01 .selectArea .note {
  font-size: 14px;
}
.inputArea.s_01 + .buttonArea {
  text-align: center;
  padding-top: 60px;
}
.inputArea.s_01 + .buttonArea::after {
  top: 40px;
}
.inputArea.s_01 + .buttonArea .inner::before {
  top: -35px;
}
.inputArea.s_01 + .buttonArea .inner {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .inputArea.s_01 > li + li {
    padding-top: 80px;
  }
  .inputArea.s_01 > li + li::before, .inputArea.s_01 + .buttonArea::before, .inputArea.s_01 + .buttonArea::after, .inputArea.s_01 + .buttonArea .inner::before {
    width: 20px;
    height: 14px;
    border-top-width: 14px;
    border-right-width: 10px;
    border-left-width: 10px;
  }
  .inputArea.s_01 + .buttonArea::before {
    top: 20px;
  }
  .inputArea.s_01 .frame {
    font-size: 30px;
  }
  .inputArea.s_01 .frame.s_01::before {
    content: "";
    position: absolute;
  }
  .inputArea.s_01 .num {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    top: -40px;
  }
  .inputArea.s_01 .text {
    margin-bottom: 60px;
  }
  .inputArea.s_01 .frame.s_01 .inner {
    padding-right: 85px;
    padding-left: 85px;
  }
  .inputArea.s_01 .radio + label {
    width: 260px;
    padding: 33px 1em;
  }
  .inputArea.s_01 .radioArea, .inputArea.s_01 .selectArea {
    max-width: 560px;
  }
  .inputArea.s_01 .radioArea {
    padding-bottom: 80px;
  }
  .inputArea.s_01 .selectArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    padding-bottom: 90px;
  }
  .inputArea.s_01 .selectWrapper {
    margin-bottom: 0;
  }
  .inputArea.s_01 .selectWrapper::before {
    width: 14px;
    height: 14px;
    top: 25px;
    right: calc(25px + 2em);
  }
  .inputArea.s_01 .selectWrapper .text {
    padding-left: 1em;
  }
  .inputArea.s_01 .select {
    width: 300px;
    padding: 24px 40px 24px 1em;
  }
  .inputArea.s_01 + .buttonArea {
    padding-top: 90px;
  }
  .inputArea.s_01 + .buttonArea .inner::before {
    top: -30px;
  }
}

/* button */
.button {
  display: inline-block;
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  text-align: center;
  transition: all 0.2s;
}
.button.s_submit {
  color: #fff;
  font-size: 18px;
  background-color: #E67700;
  border: 1px solid #E67700;
  cursor: pointer;
}
.button.s_submit:hover {
  color: #E67700;
  background-color: #fff;
}
.button.s_request {
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #219A25;
  border: 1px solid #219A25;
}
.button.s_request::before {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  right: 18px;
  bottom: 0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  margin: auto;
}
.button.s_request:hover {
  color: #219A25;
  background-color: #fff;
}
.button.s_request:hover::before {
  border-right-color: #219A25;
  border-bottom-color: #219A25;
}

@media screen and (min-width: 768px) {
  .button.s_submit {
    font-size: 25px;
  }
  .button.s_request {
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .button.s_request::before {
    content: "";
  }
}

/*-------------------------------------
 Result Area
-------------------------------------*/
.wrapper {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}

/*--- Plan Tooltip ---*/
.hide {
  display: none;
}
.dummy {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 1;
}
.plan_window {
  display: flex;
  align-items: center;
  width: 93.75%;
  margin: auto;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plan_window .plan_window_inner {
  position: relative;
}
.plan_window .plan_window_inner .title {
  display: none;
}
.plan_window .plan_window_inner p.close_link {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 6%;
}
.plan_window .plan_window_inner p.close_link a {
  display: block;
  width: 100%;
  padding-top: 100%;
}
.plan_window .plan_window_inner p.close_link img {
  display: none;
}
@media all and (min-width: 768px){
  .plan_window {
    max-width: 500px;
  }
  .plan_window .plan_window_inner.left_balloon::before {
    content: "";
    display: block;
    width: 26px;
    height: 14px;
    background: url(/simulation/common/images/tobira_icon_balloon_left.png) no-repeat center;
    position: absolute;
    left: 20px;
    bottom: -14px;
  }
  .plan_window .plan_window_inner.right_balloon::before {
    content: "";
    display: block;
    width: 26px;
    height: 14px;
    background: url(/simulation/common/images/tobira_icon_balloon_right.png) no-repeat center;
    position: absolute;
    right: 20px;
    bottom: -14px;
  }
}

.mt60-30 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt60-30 {
    margin-top: 120px;
  }
}
