@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  width: 100%;
  border-spacing: 0;
}

table th {
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
  vertical-align: middle;
}

table td {
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 20px 0;
  vertical-align: middle;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
  font-size: 22px;
  letter-spacing: 3px;
  padding-left: 30px;
  height: 60px;
}

.price {
  text-align: right;
  padding-right: 30px;
  color: #3388cc;
}

.label {
  padding: 3px 6px;
  background-color: #eee;
  font-weight: 300;
  display: inline-block;
  font-size: 18px;
  margin-top: 5px;
}

.priceTable {
  width: 60%;
  margin: auto;
  margin-top: 100px;
  white-space: nowrap;
}

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

.od_search-info-detail--txt{
  width:500px;
}

.difference .container {
  background-color: #ffffff;
  border: 5px solid #e0e0e1;
}


.difference h5 {
  line-height: 3.5rem;
  font-size:1.55rem;
  text-align: center;
  padding:40px 0px;
}
.only_sp, .only_spTxt{
  display: none !important;
}

.difference h3::after {
  content: "";
  width: 5rem;
  height: 2px;
  display: inline-block;
  background-color: #2c98eb;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 55px);
}

.difference .dot-text {
  font-size: 2.2rem;
  padding-top: 20px;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-image: radial-gradient(
    circle at center,
    #ffc92c 20%,
    transparent 20%
  );
}

.difference p {
  line-height: 2.2rem;
}

.spPadding {
  padding:0px 40px 40px 40px;
}

@media only screen and (max-width: 600px) {


  .od_search-info-image{
    padding:0px 20px;
  }
  .difference h5 {
    line-height: 2rem;
    font-size:1.25rem;
    text-align: center;
    padding:40px 20px;
  }

  .onlyPC{
    display:none;
  }

  .spPadding{
    padding:0px 20px 40px 20px;
  }

  .only_sp {
    display: block !important;
    margin:-30px 20px 20px 0px!important;
  }

  .only_spTxt{
    display: inline!important;
  }
  
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.pb150{
  padding-bottom:150px;
}
input,
select {
  vertical-align: middle;
}
.clear {
  clear: both;
  font-size: 0px;
  line-height: 0%;
  height: 0px;
  text-indent: -9999px;
  display: block;
  visibility: hidden;
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  min-height: 0.1px;
  display: inline-block;
}
* html .clearfix {
  height: 1px;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.col_l {
  float: left;
  width: 50%;
}
.col_r {
  float: right;
  width: 50%;
}
.f_left {
  float: left !important;
}
.f_right {
  float: right !important;
}
.center {
  text-align: center;
}
.center img,
.center table {
  margin-left: auto;
  margin-right: auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left !important;
}
p {
  line-height: 1.5;
}
.ind {
  text-indent: 1em;
}
span.ind {
  display: block;
  text-indent: 1em;
}
.rev_ind {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
span.rev_ind {
  display: block;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.no_ind {
  text-indent: 0;
}
.pad_r {
  padding-right: 0.5em;
}
.pad_l {
  padding-left: 0.5em;
}
.ver {
  font-family: Verdana;
}
.att {
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 1em;
}
.xxs {
  font-size: xx-small;
}
.xs {
  font-size: x-small;
}
.s {
  font-size: small;
}
.m {
  font-size: medium;
}
.l {
  font-size: large;
}
.xl {
  font-size: x-large;
}
.xxl {
  font-size: xx-large;
}
.em06 {
  font-size: 60% !important;
}
.em07 {
  font-size: 70% !important;
}
.em08 {
  font-size: 80% !important;
}
.em09 {
  font-size: 90% !important;
}
.em10 {
  font-size: 100% !important;
}
.em11 {
  font-size: 110% !important;
}
.em12 {
  font-size: 120% !important;
}
.em13 {
  font-size: 130% !important;
}
.em14 {
  font-size: 140% !important;
}
.em15 {
  font-size: 150% !important;
}
.em16 {
  font-size: 160% !important;
}
.em17 {
  font-size: 170% !important;
}
.em18 {
  font-size: 180% !important;
}
.em19 {
  font-size: 190% !important;
}
.em20 {
  font-size: 200% !important;
}
.em21 {
  font-size: 210% !important;
}
.em22 {
  font-size: 220% !important;
}
.em23 {
  font-size: 230% !important;
}
.em24 {
  font-size: 240% !important;
}
.em25 {
  font-size: 250% !important;
}
.em26 {
  font-size: 260% !important;
}
.em27 {
  font-size: 270% !important;
}
.em28 {
  font-size: 280% !important;
}
.em29 {
  font-size: 290% !important;
}
.em30 {
  font-size: 300% !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
}
.font18 {
  font-size: 18px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font24 {
  font-size: 24px !important;
}
.font26 {
  font-size: 26px !important;
}
.font28 {
  font-size: 28px !important;
}
.font30 {
  font-size: 30px !important;
}
.font32 {
  font-size: 32px !important;
}
.font34 {
  font-size: 34px !important;
}
.font38 {
  font-size: 38px !important;
}
.font28 {
  font-size: 28px !important;
}
.font40 {
  font-size: 40px !important;
}
.font44 {
  font-size: 44px !important;
}
.font43 {
  font-size: 43px !important;
}
.font52 {
  font-size: 52px !important;
}
.font62 {
  font-size: 62px !important;
}
.font70 {
  font-size: 70px !important;
}
.font100 {
  font-size: 100px !important;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.weight1 {
  font-weight: 100;
}
.weight2 {
  font-weight: 200;
}
.weight3 {
  font-weight: 300;
}
.weight4 {
  font-weight: 400;
}
.weight5 {
  font-weight: 500;
}
.weight6 {
  font-weight: 600;
}
.weight7 {
  font-weight: 700;
}
.weight8 {
  font-weight: 800;
}
.weight9 {
  font-weight: 900;
}
.red,
.red a {
  color: #dc143c;
}
.lightred,
.lightred a {
  color: #ff4a72;
}
.deepred,
.deepred a {
  color: #980012;
}
.blue,
.blue a {
  color: #002288;
}
.lightblue,
.lightblue a {
  color: #4169e1;
}
.deepblue,
.deepblue a {
  color: #000044;
}
.green,
.green a {
  color: #008b8b;
}
.lightgreen,
.lightgreen a {
  color: #33ac9f;
}
.deepgreen,
.deepgreen a {
  color: #00626c;
}
.orange,
.orange a {
  color: #ff8c00;
}
.lightorange,
.lightorange a {
  color: #ff9933;
}
.deeporange,
.deeporange a {
  color: #f84c00;
}
.black,
.black a {
  color: #222222;
}
.lightblack,
.lightblack a {
  color: #444444;
}
.deepblack,
.deepblack a {
  color: #000000;
}
.gray,
.gray a {
  color: #aaaaaa;
}
.lightgray,
.lightgray a {
  color: #cccccc;
}
.deepgray,
.deepgray a {
  color: #333333;
}
.white,
.white a {
  color: #ffffff;
}
.black,
.black a {
  color: #000000;
}
.sup {
  font-size: 80%;
  vertical-align: super;
}
.sub {
  font-size: 80%;
  vertical-align: sub;
}
.sup_r {
  color: #dc143c;
  font-size: 80%;
  vertical-align: super;
}
.sub_r {
  color: #dc143c;
  font-size: 80%;
  vertical-align: sub;
}
.vtop {
  vertical-align: top;
}
.vmid {
  vertical-align: middle;
}
.vbtm {
  vertical-align: bottom;
}
.nobr {
  white-space: nowrap;
}
.none {
  display: none;
}
.widthAuto {
  width: auto;
}
.width380 {
  width: 380px;
}
.width245 {
  width: 245px;
}
.width185 {
  width: 185px;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width30 {
  width: 30%;
}
.width70 {
  width: 70%;
}
.width75 {
  width: 75%;
}
.width80 {
  width: 80%;
}
.marginLR10 {
  margin-right: 10px;
  margin-left: 10px;
}
.marginLR20 {
  margin-right: 20px;
  margin-left: 20px;
}
.marginB0 {
  margin-bottom: 0px;
}
.marginB20 {
  margin-bottom: 20px;
}
.letterSpacing-1 {
  letter-spacing: -1px;
}
.floatLeftMargin {
  margin: 0px 2% 2% 0px;
  float: left;
  width: 48%;
}
.clearBoth {
  clear: both;
}
ul.listDisc {
  padding-left: 25px;
}
ul.listDisc li {
  list-style: disc;
}
.mall0 {
  margin: 0 !important;
}
.pall0 {
  padding: 0 !important;
}
.mr0 {
  margin-right: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.m0 {
  margin: 0px !important;
}
.mr1 {
  margin-right: 1px !important;
}
.ml1 {
  margin-left: 1px !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mall10 {
  margin: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pall10 {
  padding: 10px !important;
}
.mr11 {
  margin-right: 11px !important;
}
.ml11 {
  margin-left: 11px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mb11 {
  margin-bottom: 11px !important;
}
.pr11 {
  padding-right: 11px !important;
}
.pl11 {
  padding-left: 11px !important;
}
.pt11 {
  padding-top: 11px !important;
}
.pb11 {
  padding-bottom: 11px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.pr12 {
  padding-right: 12px !important;
}
.pl12 {
  padding-left: 12px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pb12 {
  padding-bottom: 12px !important;
}
.mr13 {
  margin-right: 13px !important;
}
.ml13 {
  margin-left: 13px !important;
}
.mt13 {
  margin-top: 13px !important;
}
.mb13 {
  margin-bottom: 13px !important;
}
.pr13 {
  padding-right: 13px !important;
}
.pl13 {
  padding-left: 13px !important;
}
.pt13 {
  padding-top: 13px !important;
}
.pb13 {
  padding-bottom: 13px !important;
}
.mr14 {
  margin-right: 14px !important;
}
.ml14 {
  margin-left: 14px !important;
}
.mt14 {
  margin-top: 14px !important;
}
.mb14 {
  margin-bottom: 14px !important;
}
.pr14 {
  padding-right: 14px !important;
}
.pl14 {
  padding-left: 14px !important;
}
.pt14 {
  padding-top: 14px !important;
}
.pb14 {
  padding-bottom: 14px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.mr16 {
  margin-right: 16px !important;
}
.ml16 {
  margin-left: 16px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.pr16 {
  padding-right: 16px !important;
}
.pl16 {
  padding-left: 16px !important;
}
.pt16 {
  padding-top: 16px !important;
}
.pb16 {
  padding-bottom: 16px !important;
}
.mr17 {
  margin-right: 17px !important;
}
.ml17 {
  margin-left: 17px !important;
}
.mt17 {
  margin-top: 17px !important;
}
.mb17 {
  margin-bottom: 17px !important;
}
.pr17 {
  padding-right: 17px !important;
}
.pl17 {
  padding-left: 17px !important;
}
.pt17 {
  padding-top: 17px !important;
}
.pb17 {
  padding-bottom: 17px !important;
}
.mr18 {
  margin-right: 18px !important;
}
.ml18 {
  margin-left: 18px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.pr18 {
  padding-right: 18px !important;
}
.pl18 {
  padding-left: 18px !important;
}
.pt18 {
  padding-top: 18px !important;
}
.pb18 {
  padding-bottom: 18px !important;
}
.mr19 {
  margin-right: 19px !important;
}
.ml19 {
  margin-left: 19px !important;
}
.mt19 {
  margin-top: 19px !important;
}
.mb19 {
  margin-bottom: 19px !important;
}
.pr19 {
  padding-right: 19px !important;
}
.pl19 {
  padding-left: 19px !important;
}
.pt19 {
  padding-top: 19px !important;
}
.pb19 {
  padding-bottom: 19px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mall20 {
  margin: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pall20 {
  padding: 20px !important;
}
.mr21 {
  margin-right: 21px !important;
}
.ml21 {
  margin-left: 21px !important;
}
.mt21 {
  margin-top: 21px !important;
}
.mb21 {
  margin-bottom: 21px !important;
}
.pr21 {
  padding-right: 21px !important;
}
.pl21 {
  padding-left: 21px !important;
}
.pt21 {
  padding-top: 21px !important;
}
.pb21 {
  padding-bottom: 21px !important;
}
.mr22 {
  margin-right: 22px !important;
}
.ml22 {
  margin-left: 22px !important;
}
.mt22 {
  margin-top: 22px !important;
}
.mb22 {
  margin-bottom: 22px !important;
}
.pr22 {
  padding-right: 22px !important;
}
.pl22 {
  padding-left: 22px !important;
}
.pt22 {
  padding-top: 22px !important;
}
.pb22 {
  padding-bottom: 22px !important;
}
.mr23 {
  margin-right: 23px !important;
}
.ml23 {
  margin-left: 23px !important;
}
.mt23 {
  margin-top: 23px !important;
}
.mb23 {
  margin-bottom: 23px !important;
}
.pr23 {
  padding-right: 23px !important;
}
.pl23 {
  padding-left: 23px !important;
}
.pt23 {
  padding-top: 23px !important;
}
.pb23 {
  padding-bottom: 23px !important;
}
.mr24 {
  margin-right: 24px !important;
}
.ml24 {
  margin-left: 24px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.pr24 {
  padding-right: 24px !important;
}
.pl24 {
  padding-left: 24px !important;
}
.pt24 {
  padding-top: 24px !important;
}
.pb24 {
  padding-bottom: 24px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.mr26 {
  margin-right: 26px !important;
}
.ml26 {
  margin-left: 26px !important;
}
.mt26 {
  margin-top: 26px !important;
}
.mb26 {
  margin-bottom: 26px !important;
}
.pr26 {
  padding-right: 26px !important;
}
.pl26 {
  padding-left: 26px !important;
}
.pt26 {
  padding-top: 26px !important;
}
.pb26 {
  padding-bottom: 26px !important;
}
.mr27 {
  margin-right: 27px !important;
}
.ml27 {
  margin-left: 27px !important;
}
.mt27 {
  margin-top: 27px !important;
}
.mb27 {
  margin-bottom: 27px !important;
}
.pr27 {
  padding-right: 27px !important;
}
.pl27 {
  padding-left: 27px !important;
}
.pt27 {
  padding-top: 27px !important;
}
.pb27 {
  padding-bottom: 27px !important;
}
.mr28 {
  margin-right: 28px !important;
}
.ml28 {
  margin-left: 28px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mb28 {
  margin-bottom: 28px !important;
}
.pr28 {
  padding-right: 28px !important;
}
.pl28 {
  padding-left: 28px !important;
}
.pt28 {
  padding-top: 28px !important;
}
.pb28 {
  padding-bottom: 28px !important;
}
.mr29 {
  margin-right: 29px !important;
}
.ml29 {
  margin-left: 29px !important;
}
.mt29 {
  margin-top: 29px !important;
}
.mb29 {
  margin-bottom: 29px !important;
}
.pr29 {
  padding-right: 29px !important;
}
.pl29 {
  padding-left: 29px !important;
}
.pt29 {
  padding-top: 29px !important;
}
.pb29 {
  padding-bottom: 29px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.mr31 {
  margin-right: 31px !important;
}
.ml31 {
  margin-left: 31px !important;
}
.mt31 {
  margin-top: 31px !important;
}
.mb31 {
  margin-bottom: 31px !important;
}
.pr31 {
  padding-right: 31px !important;
}
.pl31 {
  padding-left: 31px !important;
}
.pt31 {
  padding-top: 31px !important;
}
.pb31 {
  padding-bottom: 31px !important;
}
.mr32 {
  margin-right: 32px !important;
}
.ml32 {
  margin-left: 32px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.pr32 {
  padding-right: 32px !important;
}
.pl32 {
  padding-left: 32px !important;
}
.pt32 {
  padding-top: 32px !important;
}
.pb32 {
  padding-bottom: 32px !important;
}
.mr33 {
  margin-right: 33px !important;
}
.ml33 {
  margin-left: 33px !important;
}
.mt33 {
  margin-top: 33px !important;
}
.mb33 {
  margin-bottom: 33px !important;
}
.pr33 {
  padding-right: 33px !important;
}
.pl33 {
  padding-left: 33px !important;
}
.pt33 {
  padding-top: 33px !important;
}
.pb33 {
  padding-bottom: 33px !important;
}
.mr34 {
  margin-right: 34px !important;
}
.ml34 {
  margin-left: 34px !important;
}
.mt34 {
  margin-top: 34px !important;
}
.mb34 {
  margin-bottom: 34px !important;
}
.pr34 {
  padding-right: 34px !important;
}
.pl34 {
  padding-left: 34px !important;
}
.pt34 {
  padding-top: 34px !important;
}
.pb34 {
  padding-bottom: 34px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.mr36 {
  margin-right: 36px !important;
}
.ml36 {
  margin-left: 36px !important;
}
.mt36 {
  margin-top: 36px !important;
}
.mb36 {
  margin-bottom: 36px !important;
}
.pr36 {
  padding-right: 36px !important;
}
.pl36 {
  padding-left: 36px !important;
}
.pt36 {
  padding-top: 36px !important;
}
.pb36 {
  padding-bottom: 36px !important;
}
.mr37 {
  margin-right: 37px !important;
}
.ml37 {
  margin-left: 37px !important;
}
.mt37 {
  margin-top: 37px !important;
}
.mb37 {
  margin-bottom: 37px !important;
}
.pr37 {
  padding-right: 37px !important;
}
.pl37 {
  padding-left: 37px !important;
}
.pt37 {
  padding-top: 37px !important;
}
.pb37 {
  padding-bottom: 37px !important;
}
.mr38 {
  margin-right: 38px !important;
}
.ml38 {
  margin-left: 38px !important;
}
.mt38 {
  margin-top: 38px !important;
}
.mb38 {
  margin-bottom: 38px !important;
}
.pr38 {
  padding-right: 38px !important;
}
.pl38 {
  padding-left: 38px !important;
}
.pt38 {
  padding-top: 38px !important;
}
.pb38 {
  padding-bottom: 38px !important;
}
.mr39 {
  margin-right: 39px !important;
}
.ml39 {
  margin-left: 39px !important;
}
.mt39 {
  margin-top: 39px !important;
}
.mb39 {
  margin-bottom: 39px !important;
}
.pr39 {
  padding-right: 39px !important;
}
.pl39 {
  padding-left: 39px !important;
}
.pt39 {
  padding-top: 39px !important;
}
.pb39 {
  padding-bottom: 39px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.mr41 {
  margin-right: 41px !important;
}
.ml41 {
  margin-left: 41px !important;
}
.mt41 {
  margin-top: 41px !important;
}
.mb41 {
  margin-bottom: 41px !important;
}
.pr41 {
  padding-right: 41px !important;
}
.pl41 {
  padding-left: 41px !important;
}
.pt41 {
  padding-top: 41px !important;
}
.pb41 {
  padding-bottom: 41px !important;
}
.mr42 {
  margin-right: 42px !important;
}
.ml42 {
  margin-left: 42px !important;
}
.mt42 {
  margin-top: 42px !important;
}
.mb42 {
  margin-bottom: 42px !important;
}
.pr42 {
  padding-right: 42px !important;
}
.pl42 {
  padding-left: 42px !important;
}
.pt42 {
  padding-top: 42px !important;
}
.pb42 {
  padding-bottom: 42px !important;
}
.mr43 {
  margin-right: 43px !important;
}
.ml43 {
  margin-left: 43px !important;
}
.mt43 {
  margin-top: 43px !important;
}
.mb43 {
  margin-bottom: 43px !important;
}
.pr43 {
  padding-right: 43px !important;
}
.pl43 {
  padding-left: 43px !important;
}
.pt43 {
  padding-top: 43px !important;
}
.pb43 {
  padding-bottom: 43px !important;
}
.mr44 {
  margin-right: 44px !important;
}
.ml44 {
  margin-left: 44px !important;
}
.mt44 {
  margin-top: 44px !important;
}
.mb44 {
  margin-bottom: 44px !important;
}
.pr44 {
  padding-right: 44px !important;
}
.pl44 {
  padding-left: 44px !important;
}
.pt44 {
  padding-top: 44px !important;
}
.pb44 {
  padding-bottom: 44px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.mr46 {
  margin-right: 46px !important;
}
.ml46 {
  margin-left: 46px !important;
}
.mt46 {
  margin-top: 46px !important;
}
.mb46 {
  margin-bottom: 46px !important;
}
.pr46 {
  padding-right: 46px !important;
}
.pl46 {
  padding-left: 46px !important;
}
.pt46 {
  padding-top: 46px !important;
}
.pb46 {
  padding-bottom: 46px !important;
}
.mr47 {
  margin-right: 47px !important;
}
.ml47 {
  margin-left: 47px !important;
}
.mt47 {
  margin-top: 47px !important;
}
.mb47 {
  margin-bottom: 47px !important;
}
.pr47 {
  padding-right: 47px !important;
}
.pl47 {
  padding-left: 47px !important;
}
.pt47 {
  padding-top: 47px !important;
}
.pb47 {
  padding-bottom: 47px !important;
}
.mr48 {
  margin-right: 48px !important;
}
.ml48 {
  margin-left: 48px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mb48 {
  margin-bottom: 48px !important;
}
.pr48 {
  padding-right: 48px !important;
}
.pl48 {
  padding-left: 48px !important;
}
.pt48 {
  padding-top: 48px !important;
}
.pb48 {
  padding-bottom: 48px !important;
}
.mr49 {
  margin-right: 49px !important;
}
.ml49 {
  margin-left: 49px !important;
}
.mt49 {
  margin-top: 49px !important;
}
.mb49 {
  margin-bottom: 49px !important;
}
.pr49 {
  padding-right: 49px !important;
}
.pl49 {
  padding-left: 49px !important;
}
.pt49 {
  padding-top: 49px !important;
}
.pb49 {
  padding-bottom: 49px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.mr51 {
  margin-right: 51px !important;
}
.ml51 {
  margin-left: 51px !important;
}
.mt51 {
  margin-top: 51px !important;
}
.mb51 {
  margin-bottom: 51px !important;
}
.pr51 {
  padding-right: 51px !important;
}
.pl51 {
  padding-left: 51px !important;
}
.pt51 {
  padding-top: 51px !important;
}
.pb51 {
  padding-bottom: 51px !important;
}
.mr52 {
  margin-right: 52px !important;
}
.ml52 {
  margin-left: 52px !important;
}
.mt52 {
  margin-top: 52px !important;
}
.mb52 {
  margin-bottom: 52px !important;
}
.pr52 {
  padding-right: 52px !important;
}
.pl52 {
  padding-left: 52px !important;
}
.pt52 {
  padding-top: 52px !important;
}
.pb52 {
  padding-bottom: 52px !important;
}
.mr53 {
  margin-right: 53px !important;
}
.ml53 {
  margin-left: 53px !important;
}
.mt53 {
  margin-top: 53px !important;
}
.mb53 {
  margin-bottom: 53px !important;
}
.pr53 {
  padding-right: 53px !important;
}
.pl53 {
  padding-left: 53px !important;
}
.pt53 {
  padding-top: 53px !important;
}
.pb53 {
  padding-bottom: 53px !important;
}
.mr54 {
  margin-right: 54px !important;
}
.ml54 {
  margin-left: 54px !important;
}
.mt54 {
  margin-top: 54px !important;
}
.mb54 {
  margin-bottom: 54px !important;
}
.pr54 {
  padding-right: 54px !important;
}
.pl54 {
  padding-left: 54px !important;
}
.pt54 {
  padding-top: 54px !important;
}
.pb54 {
  padding-bottom: 54px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.mr56 {
  margin-right: 56px !important;
}
.ml56 {
  margin-left: 56px !important;
}
.mt56 {
  margin-top: 56px !important;
}
.mb56 {
  margin-bottom: 56px !important;
}
.pr56 {
  padding-right: 56px !important;
}
.pl56 {
  padding-left: 56px !important;
}
.pt56 {
  padding-top: 56px !important;
}
.pb56 {
  padding-bottom: 56px !important;
}
.mr57 {
  margin-right: 57px !important;
}
.ml57 {
  margin-left: 57px !important;
}
.mt57 {
  margin-top: 57px !important;
}
.mb57 {
  margin-bottom: 57px !important;
}
.pr57 {
  padding-right: 57px !important;
}
.pl57 {
  padding-left: 57px !important;
}
.pt57 {
  padding-top: 57px !important;
}
.pb57 {
  padding-bottom: 57px !important;
}
.mr58 {
  margin-right: 58px !important;
}
.ml58 {
  margin-left: 58px !important;
}
.mt58 {
  margin-top: 58px !important;
}
.mb58 {
  margin-bottom: 58px !important;
}
.pr58 {
  padding-right: 58px !important;
}
.pl58 {
  padding-left: 58px !important;
}
.pt58 {
  padding-top: 58px !important;
}
.pb58 {
  padding-bottom: 58px !important;
}
.mr59 {
  margin-right: 59px !important;
}
.ml59 {
  margin-left: 59px !important;
}
.mt59 {
  margin-top: 59px !important;
}
.mb59 {
  margin-bottom: 59px !important;
}
.pr59 {
  padding-right: 59px !important;
}
.pl59 {
  padding-left: 59px !important;
}
.pt59 {
  padding-top: 59px !important;
}
.pb59 {
  padding-bottom: 59px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.mr61 {
  margin-right: 61px !important;
}
.ml61 {
  margin-left: 61px !important;
}
.mt61 {
  margin-top: 61px !important;
}
.mb61 {
  margin-bottom: 61px !important;
}
.pr61 {
  padding-right: 61px !important;
}
.pl61 {
  padding-left: 61px !important;
}
.pt61 {
  padding-top: 61px !important;
}
.pb61 {
  padding-bottom: 61px !important;
}
.mr62 {
  margin-right: 62px !important;
}
.ml62 {
  margin-left: 62px !important;
}
.mt62 {
  margin-top: 62px !important;
}
.mb62 {
  margin-bottom: 62px !important;
}
.pr62 {
  padding-right: 62px !important;
}
.pl62 {
  padding-left: 62px !important;
}
.pt62 {
  padding-top: 62px !important;
}
.pb62 {
  padding-bottom: 62px !important;
}
.mr63 {
  margin-right: 63px !important;
}
.ml63 {
  margin-left: 63px !important;
}
.mt63 {
  margin-top: 63px !important;
}
.mb63 {
  margin-bottom: 63px !important;
}
.pr63 {
  padding-right: 63px !important;
}
.pl63 {
  padding-left: 63px !important;
}
.pt63 {
  padding-top: 63px !important;
}
.pb63 {
  padding-bottom: 63px !important;
}
.mr64 {
  margin-right: 64px !important;
}
.ml64 {
  margin-left: 64px !important;
}
.mt64 {
  margin-top: 64px !important;
}
.mb64 {
  margin-bottom: 64px !important;
}
.pr64 {
  padding-right: 64px !important;
}
.pl64 {
  padding-left: 64px !important;
}
.pt64 {
  padding-top: 64px !important;
}
.pb64 {
  padding-bottom: 64px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.mr66 {
  margin-right: 66px !important;
}
.ml66 {
  margin-left: 66px !important;
}
.mt66 {
  margin-top: 66px !important;
}
.mb66 {
  margin-bottom: 66px !important;
}
.pr66 {
  padding-right: 66px !important;
}
.pl66 {
  padding-left: 66px !important;
}
.pt66 {
  padding-top: 66px !important;
}
.pb66 {
  padding-bottom: 66px !important;
}
.mr67 {
  margin-right: 67px !important;
}
.ml67 {
  margin-left: 67px !important;
}
.mt67 {
  margin-top: 67px !important;
}
.mb67 {
  margin-bottom: 67px !important;
}
.pr67 {
  padding-right: 67px !important;
}
.pl67 {
  padding-left: 67px !important;
}
.pt67 {
  padding-top: 67px !important;
}
.pb67 {
  padding-bottom: 67px !important;
}
.mr68 {
  margin-right: 68px !important;
}
.ml68 {
  margin-left: 68px !important;
}
.mt68 {
  margin-top: 68px !important;
}
.mb68 {
  margin-bottom: 68px !important;
}
.pr68 {
  padding-right: 68px !important;
}
.pl68 {
  padding-left: 68px !important;
}
.pt68 {
  padding-top: 68px !important;
}
.pb68 {
  padding-bottom: 68px !important;
}
.mr69 {
  margin-right: 69px !important;
}
.ml69 {
  margin-left: 69px !important;
}
.mt69 {
  margin-top: 69px !important;
}
.mb69 {
  margin-bottom: 69px !important;
}
.pr69 {
  padding-right: 69px !important;
}
.pl69 {
  padding-left: 69px !important;
}
.pt69 {
  padding-top: 69px !important;
}
.pb69 {
  padding-bottom: 69px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.mr71 {
  margin-right: 71px !important;
}
.ml71 {
  margin-left: 71px !important;
}
.mt71 {
  margin-top: 71px !important;
}
.mb71 {
  margin-bottom: 71px !important;
}
.pr71 {
  padding-right: 71px !important;
}
.pl71 {
  padding-left: 71px !important;
}
.pt71 {
  padding-top: 71px !important;
}
.pb71 {
  padding-bottom: 71px !important;
}
.mr72 {
  margin-right: 72px !important;
}
.ml72 {
  margin-left: 72px !important;
}
.mt72 {
  margin-top: 72px !important;
}
.mb72 {
  margin-bottom: 72px !important;
}
.pr72 {
  padding-right: 72px !important;
}
.pl72 {
  padding-left: 72px !important;
}
.pt72 {
  padding-top: 72px !important;
}
.pb72 {
  padding-bottom: 72px !important;
}
.mr73 {
  margin-right: 73px !important;
}
.ml73 {
  margin-left: 73px !important;
}
.mt73 {
  margin-top: 73px !important;
}
.mb73 {
  margin-bottom: 73px !important;
}
.pr73 {
  padding-right: 73px !important;
}
.pl73 {
  padding-left: 73px !important;
}
.pt73 {
  padding-top: 73px !important;
}
.pb73 {
  padding-bottom: 73px !important;
}
.mr74 {
  margin-right: 74px !important;
}
.ml74 {
  margin-left: 74px !important;
}
.mt74 {
  margin-top: 74px !important;
}
.mb74 {
  margin-bottom: 74px !important;
}
.pr74 {
  padding-right: 74px !important;
}
.pl74 {
  padding-left: 74px !important;
}
.pt74 {
  padding-top: 74px !important;
}
.pb74 {
  padding-bottom: 74px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.mr76 {
  margin-right: 76px !important;
}
.ml76 {
  margin-left: 76px !important;
}
.mt76 {
  margin-top: 76px !important;
}
.mb76 {
  margin-bottom: 76px !important;
}
.pr76 {
  padding-right: 76px !important;
}
.pl76 {
  padding-left: 76px !important;
}
.pt76 {
  padding-top: 76px !important;
}
.pb76 {
  padding-bottom: 76px !important;
}
.mr77 {
  margin-right: 77px !important;
}
.ml77 {
  margin-left: 77px !important;
}
.mt77 {
  margin-top: 77px !important;
}
.mb77 {
  margin-bottom: 77px !important;
}
.pr77 {
  padding-right: 77px !important;
}
.pl77 {
  padding-left: 77px !important;
}
.pt77 {
  padding-top: 77px !important;
}
.pb77 {
  padding-bottom: 77px !important;
}
.mr78 {
  margin-right: 78px !important;
}
.ml78 {
  margin-left: 78px !important;
}
.mt78 {
  margin-top: 78px !important;
}
.mb78 {
  margin-bottom: 78px !important;
}
.pr78 {
  padding-right: 78px !important;
}
.pl78 {
  padding-left: 78px !important;
}
.pt78 {
  padding-top: 78px !important;
}
.pb78 {
  padding-bottom: 78px !important;
}
.mr79 {
  margin-right: 79px !important;
}
.ml79 {
  margin-left: 79px !important;
}
.mt79 {
  margin-top: 79px !important;
}
.mb79 {
  margin-bottom: 79px !important;
}
.pr79 {
  padding-right: 79px !important;
}
.pl79 {
  padding-left: 79px !important;
}
.pt79 {
  padding-top: 79px !important;
}
.pb79 {
  padding-bottom: 79px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mr81 {
  margin-right: 81px !important;
}
.ml81 {
  margin-left: 81px !important;
}
.mt81 {
  margin-top: 81px !important;
}
.mb81 {
  margin-bottom: 81px !important;
}
.pr81 {
  padding-right: 81px !important;
}
.pl81 {
  padding-left: 81px !important;
}
.pt81 {
  padding-top: 81px !important;
}
.pb81 {
  padding-bottom: 81px !important;
}
.mr82 {
  margin-right: 82px !important;
}
.ml82 {
  margin-left: 82px !important;
}
.mt82 {
  margin-top: 82px !important;
}
.mb82 {
  margin-bottom: 82px !important;
}
.pr82 {
  padding-right: 82px !important;
}
.pl82 {
  padding-left: 82px !important;
}
.pt82 {
  padding-top: 82px !important;
}
.pb82 {
  padding-bottom: 82px !important;
}
.mr83 {
  margin-right: 83px !important;
}
.ml83 {
  margin-left: 83px !important;
}
.mt83 {
  margin-top: 83px !important;
}
.mb83 {
  margin-bottom: 83px !important;
}
.pr83 {
  padding-right: 83px !important;
}
.pl83 {
  padding-left: 83px !important;
}
.pt83 {
  padding-top: 83px !important;
}
.pb83 {
  padding-bottom: 83px !important;
}
.mr84 {
  margin-right: 84px !important;
}
.ml84 {
  margin-left: 84px !important;
}
.mt84 {
  margin-top: 84px !important;
}
.mb84 {
  margin-bottom: 84px !important;
}
.pr84 {
  padding-right: 84px !important;
}
.pl84 {
  padding-left: 84px !important;
}
.pt84 {
  padding-top: 84px !important;
}
.pb84 {
  padding-bottom: 84px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.mr86 {
  margin-right: 86px !important;
}
.ml86 {
  margin-left: 86px !important;
}
.mt86 {
  margin-top: 86px !important;
}
.mb86 {
  margin-bottom: 86px !important;
}
.pr86 {
  padding-right: 86px !important;
}
.pl86 {
  padding-left: 86px !important;
}
.pt86 {
  padding-top: 86px !important;
}
.pb86 {
  padding-bottom: 86px !important;
}
.mr87 {
  margin-right: 87px !important;
}
.ml87 {
  margin-left: 87px !important;
}
.mt87 {
  margin-top: 87px !important;
}
.mb87 {
  margin-bottom: 87px !important;
}
.pr87 {
  padding-right: 87px !important;
}
.pl87 {
  padding-left: 87px !important;
}
.pt87 {
  padding-top: 87px !important;
}
.pb87 {
  padding-bottom: 87px !important;
}
.mr88 {
  margin-right: 88px !important;
}
.ml88 {
  margin-left: 88px !important;
}
.mt88 {
  margin-top: 88px !important;
}
.mb88 {
  margin-bottom: 88px !important;
}
.pr88 {
  padding-right: 88px !important;
}
.pl88 {
  padding-left: 88px !important;
}
.pt88 {
  padding-top: 88px !important;
}
.pb88 {
  padding-bottom: 88px !important;
}
.mr89 {
  margin-right: 89px !important;
}
.ml89 {
  margin-left: 89px !important;
}
.mt89 {
  margin-top: 89px !important;
}
.mb89 {
  margin-bottom: 89px !important;
}
.pr89 {
  padding-right: 89px !important;
}
.pl89 {
  padding-left: 89px !important;
}
.pt89 {
  padding-top: 89px !important;
}
.pb89 {
  padding-bottom: 89px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.mr91 {
  margin-right: 91px !important;
}
.ml91 {
  margin-left: 91px !important;
}
.mt91 {
  margin-top: 91px !important;
}
.mb91 {
  margin-bottom: 91px !important;
}
.pr91 {
  padding-right: 91px !important;
}
.pl91 {
  padding-left: 91px !important;
}
.pt91 {
  padding-top: 91px !important;
}
.pb91 {
  padding-bottom: 91px !important;
}
.mr92 {
  margin-right: 92px !important;
}
.ml92 {
  margin-left: 92px !important;
}
.mt92 {
  margin-top: 92px !important;
}
.mb92 {
  margin-bottom: 92px !important;
}
.pr92 {
  padding-right: 92px !important;
}
.pl92 {
  padding-left: 92px !important;
}
.pt92 {
  padding-top: 92px !important;
}
.pb92 {
  padding-bottom: 92px !important;
}
.mr93 {
  margin-right: 93px !important;
}
.ml93 {
  margin-left: 93px !important;
}
.mt93 {
  margin-top: 93px !important;
}
.mb93 {
  margin-bottom: 93px !important;
}
.pr93 {
  padding-right: 93px !important;
}
.pl93 {
  padding-left: 93px !important;
}
.pt93 {
  padding-top: 93px !important;
}
.pb93 {
  padding-bottom: 93px !important;
}
.mr94 {
  margin-right: 94px !important;
}
.ml94 {
  margin-left: 94px !important;
}
.mt94 {
  margin-top: 94px !important;
}
.mb94 {
  margin-bottom: 94px !important;
}
.pr94 {
  padding-right: 94px !important;
}
.pl94 {
  padding-left: 94px !important;
}
.pt94 {
  padding-top: 94px !important;
}
.pb94 {
  padding-bottom: 94px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.mr96 {
  margin-right: 96px !important;
}
.ml96 {
  margin-left: 96px !important;
}
.mt96 {
  margin-top: 96px !important;
}
.mb96 {
  margin-bottom: 96px !important;
}
.pr96 {
  padding-right: 96px !important;
}
.pl96 {
  padding-left: 96px !important;
}
.pt96 {
  padding-top: 96px !important;
}
.pb96 {
  padding-bottom: 96px !important;
}
.mr97 {
  margin-right: 97px !important;
}
.ml97 {
  margin-left: 97px !important;
}
.mt97 {
  margin-top: 97px !important;
}
.mb97 {
  margin-bottom: 97px !important;
}
.pr97 {
  padding-right: 97px !important;
}
.pl97 {
  padding-left: 97px !important;
}
.pt97 {
  padding-top: 97px !important;
}
.pb97 {
  padding-bottom: 97px !important;
}
.mr98 {
  margin-right: 98px !important;
}
.ml98 {
  margin-left: 98px !important;
}
.mt98 {
  margin-top: 98px !important;
}
.mb98 {
  margin-bottom: 98px !important;
}
.pr98 {
  padding-right: 98px !important;
}
.pl98 {
  padding-left: 98px !important;
}
.pt98 {
  padding-top: 98px !important;
}
.pb98 {
  padding-bottom: 98px !important;
}
.mr99 {
  margin-right: 99px !important;
}
.ml99 {
  margin-left: 99px !important;
}
.mt99 {
  margin-top: 99px !important;
}
.mb99 {
  margin-bottom: 99px !important;
}
.pr99 {
  padding-right: 99px !important;
}
.pl99 {
  padding-left: 99px !important;
}
.pt99 {
  padding-top: 99px !important;
}
.pb99 {
  padding-bottom: 99px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.ml150 {
  margin-left: 150px !important;
}
.pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
@media only screen and (max-width: 600px) {
  .pagetop {
    width: 50px;
  }

.od_search-info-detail--txt{
  width:initial;
}
}
.footer {
  padding: 100px 0 60px 0;
}
@media only screen and (max-width: 600px) {
  .footer {
    padding: 50px 0 30px 0;
  }
}
.footer__copy {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .footer__copy p {
    font-size: 12px;
  }
}
#stickyFooter {
  display: block;
  width: 100%;
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 110;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@media print, screen and (min-width: 769px) {
  #stickyFooter {
    background-color: rgba(26, 155, 220, 0.9);
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #stickyFooter {
    background-color: #3388cc;
  }
}
#stickyFooter * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes fadeIn {
  0% {
    bottom: -100px;
  }
  to {
    bottom: 0;
  }
}
@keyframes fadeIn {
  0% {
    bottom: -100px;
  }
  to {
    bottom: 0;
  }
}
#stickyFooter .sf__container {
  max-width: 1346px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #stickyFooter .sf__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #stickyFooter .sf__container ul {
    width: 100%;
    max-width: 400px;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #stickyFooter h2 {
    text-align: center;
    padding: 1em;
    background-color: #fff;
    font-weight: bold;
    line-height: 1.4;
  }
  #stickyFooter h2 strong {
    color: #f00;
  }
  #stickyFooter h2 .viewPC span {
    padding: 0 0.5em;
    display: inline-block;
    background-color: #f00;
    color: #fff;
  }
  #stickyFooter h2 .viewSP {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #stickyFooter h2 {
    padding: 0.5em 20px;
    text-align: center;
    background-color: #f00;
    color: #fff;
  }
  #stickyFooter h2 .viewPC {
    display: none;
  }
}
#stickyFooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  #stickyFooter ul {
    border-top: 1px solid #fff;
  }
}
@media print, screen and (min-width: 769px) {
  #stickyFooter ul li {
    width: 50%;
  }
  #stickyFooter ul li.tel {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #stickyFooter ul li {
    width: 33.33%;
    height: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #stickyFooter ul li:nth-of-type(n + 2) {
    border-left: 1px solid #3388cc;
  }
}
@media only screen and (max-width: 768px) {
  #stickyFooter ul li:nth-of-type(n + 2) {
    border-left: 1px solid #ffffff;
  }
}
#stickyFooter ul li a {
  width: 100%;
  height: 100%;
  padding: 1em;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #stickyFooter ul li a {
    position: relative;
  }
  #stickyFooter ul li a:after {
    display: block;
    content: "";
    width: 0.4em;
    height: 0.4em;
    background-color: transparent;
    border: solid 2px #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #stickyFooter ul li a {
    font-size: 14px;
  }
}
#stickyFooter ul li a:hover {
  background-color: #fff !important;
  opacity: 1 !important;
}
#stickyFooter ul li a span span {
  display: inline-block;
}
#stickyFooter ul li.line a {
  background-color: #06c755;
}
#stickyFooter ul li.line a:hover {
  color: #06c755;
}
#stickyFooter ul li.line a:hover:after {
  border-color: #06c755;
}
#stickyFooter ul li.reserve a,
#stickyFooter ul li.tel a {
  background-color: #eb6877;
}
#stickyFooter ul li.reserve a:hover,
#stickyFooter ul li.tel a:hover {
  color: #eb6877;
}
#stickyFooter ul li.reserve a:hover:after,
#stickyFooter ul li.tel a:hover:after {
  border-color: #eb6877;
}
@media only screen and (min-width: 1151px) {
  .faq__section dl dt,
  .header__nav__ham,
  .header__nav__menu__close,
  .pagetop img,
  a {
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
  }
  .faq__section dl dt:hover,
  .header__nav__ham:hover,
  .header__nav__menu__close:hover,
  .pagetop img:hover,
  a:hover {
    opacity: 0.5;
  }
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 1150px) {
  .pc {
    display: none;
  }
}
body,
html {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ",
    Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-size: 16px;
  word-break: break-all;
  letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
  body,
  html {
    font-size: 13px;
  }
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.title01 {
  text-align: center;
  font-size: 35px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  line-height: 1.5;
}
@media only screen and (max-width: 1150px) {
  .title01 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .title01 {
    font-size: 20px;
    text-align: left;
  }
}
.title02 {
  font-size: 24px;
  color: #3388cc;
  border-bottom: solid 1px #3388cc;
  padding-bottom: 32px;
}
@media only screen and (max-width: 600px) {
  .title02 {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
.title03 {
  text-align: center;
}
.title03 span {
  display: inline-block;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  border-bottom: solid 10px #ffe967;
  line-height: 0.3;
}
@media only screen and (max-width: 1150px) {
  .title03 span {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 600px) {
  .title03 span {
    font-size: 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 1151px) {
  .btn01 {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .btn01 {
    padding: 0 25px;
  }
}
.btn01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn01 ul li {
  width: 48%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .btn01 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.btn01 ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #3388cc;
  border: solid 2px #3388cc;
  padding: 20px 35px 20px 20px;
  background: #fff;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1150px) {
  .btn01 ul li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .btn01 ul li a {
    padding: 10px 30px 10px 10px;
  }
}
.btn01 ul li a:after,
.btn01 ul li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn01 ul li a:before {
  top: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3388cc;
  border-right: 1px solid #3388cc;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 600px) {
  .btn01 ul li a:before {
    width: 5px;
    height: 5px;
    right: 20px;
  }
}
.btn02 {
  position: relative;
  display: block;
  width: 500px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .btn02 {
    width: 90%;
  }
}
.btn02:after,
.btn02:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn02:before {
  top: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-top 0.5s, border-right 0.5s;
  -o-transition: border-top 0.5s, border-right 0.5s;
  transition: border-top 0.5s, border-right 0.5s;
}
@media only screen and (max-width: 600px) {
  .btn02:before {
    width: 5px;
    height: 5px;
    right: 20px;
  }
}
.btn02 span {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .btn02 span {
    font-size: 12px;
  }
}
.btn02 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3388cc;
  border: solid 3px #3388cc;
  z-index: -1;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn02 span:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: #ffe967;
  z-index: -2;
}
@media only screen and (min-width: 1151px) {
  .btn02:hover {
    opacity: 1;
    color: #3388cc;
  }
}
@media only screen and (min-width: 1151px) {
  .btn02:hover:before {
    border-top: 1px solid #3388cc;
    border-right: 1px solid #3388cc;
  }
}
@media only screen and (min-width: 1151px) {
  .btn02:hover span:before {
    background-color: #fff;
  }
}
.table01 {
  width: 100%;
  text-align: center;
  border: solid 2px #3388cc;
}
@media only screen and (max-width: 600px) {
  .table01 {
    width: 600px;
  }
}
.table01 td,
.table01 th {
  border: solid 1px #3388cc;
  padding: 15px 30px;
  line-height: 2;
  vertical-align: middle;
}
@media only screen and (max-width: 1150px) {
  .table01 td,
  .table01 th {
    padding: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .table01 td,
  .table01 th {
    font-size: 12px;
  }
}
.table01 th {
  font-weight: bold;
}
.table01 th.gr {
  width: 40%;
  border-right: dashed 1px #3388cc;
  background-color: #ededed;
}
.table01 th.ye {
  width: 20%;
  border-left: dashed 1px #3388cc;
  background-color: #fff9d5;
}
.table01 th.bl {
  width: 40%;
  border-right: dashed 1px #3388cc;
  background-color: #dff5ff;
}
.table01 td {
  border-right: dashed 1px #3388cc;
}
.table01 td span {
  font-size: 20px;
}
.online-btn {
  text-align: center;
}
.online-btn a {
  position: relative;
  background-color: #eb6877;
  color: #fff;
  border-radius: 4px;
  padding: 45px 140px 45px 270px;
}
@media only screen and (max-width: 1150px) {
  .online-btn a {
    padding: 45px 120px 45px 250px;
  }
}
@media only screen and (max-width: 600px) {
  .online-btn a {
    width: 100%;
    padding: 25px 0;
  }
}
.online-btn a:before {
  content: "";
  position: absolute;
  top: calc(50% - 47px);
  left: 30px;
  width: 97px;
  height: 94px;
  background: url("../../assets/img/common/icon_balloon.svg") no-repeat center
    center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .online-btn a:before {
    top: calc(50% - 24px);
    left: 10px;
    width: 50px;
    height: 48px;
  }
}
.online-btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: 165px;
  width: 50px;
  height: 50px;
  background: url("../../assets/img/common/icon_calendar.svg") no-repeat center
    center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .online-btn a:after {
    top: calc(50% - 12px);
    left: 70px;
    width: 25px;
    height: 25px;
  }
}
.online-btn a span {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1150px) {
  .online-btn a span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .online-btn a span {
    font-size: 13px;
    padding-left: 70px;
  }
}
.online-btn a span:after,
.online-btn a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.online-btn a span:before {
  right: 45px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 600px) {
  .online-btn a span:before {
    width: 5px;
    height: 5px;
    right: 20px;
  }
}
.firsttime {
  margin: 0 auto 80px auto;
}
@media only screen and (min-width: 1151px) {
  .firsttime {
    width: 1000px;
    max-width: 95%;
    text-align: center;
  }
}
@media only screen and (max-width: 1150px) {
  .firsttime {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .firsttime {
    margin: 0 auto 40px auto;
  }
}
.firsttime__front h4 {
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  letter-spacing: 5px;
}
@media only screen and (max-width: 600px) {
  .firsttime__front h4 {
    font-size: 18px;
  }
}
.firsttime__front p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .firsttime__front p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.firsttime__img {
  margin: 55px 0;
}
@media only screen and (max-width: 600px) {
  .firsttime__img {
    margin: 25px 0;
  }
}
.firsttime__img img {
  width: 600px;
}
.firsttime__bottom p {
  line-height: 1.8;
}
.firsttime__bottom__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .firsttime__bottom__block {
    margin-top: 20px;
  }
}
.firsttime__bottom__block dl {
  width: 50%;
  font-weight: bold;
  border: solid 1px #3388cc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .firsttime__bottom__block dl {
    width: 100%;
  }
}
.firsttime__bottom__block dl dt {
  background-color: #dff5ff;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .firsttime__bottom__block dl dt {
    padding: 10px;
  }
}
.firsttime__bottom__block dl dd {
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .firsttime__bottom__block dl dd {
    padding: 10px;
  }
}
.firsttime__bottom__block dl dd span {
  color: #3388cc;
}
.firsttime__bottom__block dl dd span strong {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .firsttime__bottom__block dl dd span strong {
    font-size: 20px;
  }
}
.firsttime__bottom__block dl:last-child {
  border-left: none;
}
@media only screen and (max-width: 600px) {
  .firsttime__bottom__block dl:last-child {
    border-left: solid 1px #3388cc;
    border-top: none;
  }
}
.bottom-section {
  position: relative;
  background: #fff9d5;
  padding-bottom: 65px;
}
@media only screen and (max-width: 600px) {
  .bottom-section {
    padding-bottom: 35px;
  }
}
.bottom-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  .bottom-section:before {
    height: 25px;
  }
}
.bottom-section .online-btn {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .bottom-section .online-btn {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
.bottom-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .bottom-section__bottom {
    margin-top: 25px;
    padding: 0 25px;
  }
}
.bottom-section__bottom__left {
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .bottom-section__bottom__left {
    margin-bottom: 10px;
  }
}
.bottom-section__bottom__left p {
  line-height: 2;
}
@media only screen and (max-width: 1150px) {
  .bottom-section__bottom__left p {
    font-size: 14px;
  }
}
.bottom-section__bottom__left h4 {
  font-size: 32px;
  font-weight: bold;
  color: #eb6877;
}
@media only screen and (max-width: 1150px) {
  .bottom-section__bottom__left h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .bottom-section__bottom__left h4 {
    font-size: 24px;
  }
}
.bottom-section__bottom__left h4 span {
  font-size: 18px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .bottom-section__bottom__left h4 span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1151px) {
  .bottom-section__bottom__left h4 a {
    pointer-events: none;
  }
  .bottom-section__bottom__left h4 a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 1150px) {
  .bottom-section__bottom__left h4 a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 600px) {
  .bottom-section__bottom__left h4 a {
    pointer-events: visible;
  }
}
.bottom-section__bottom__right p {
  line-height: 2;
}
@media only screen and (max-width: 1150px) {
  .bottom-section__bottom__right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .bottom-section__bottom__right p {
    font-size: 13px;
  }
}
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 20px;
  z-index: 9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1150px) {
  .header {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .header__left h1 a img {
    width: 150px;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__right .header__sns {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .header__right .header__sns {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
.header__right .header__reservation a {
  position: relative;
  background: #eb6877;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  padding: 6px 20px 6px 55px;
}
.header__right .header__reservation a span.r02 {
  display: none;
}
@media only screen and (max-width: 600px) {
  .header__right .header__reservation a {
    font-size: 10px;
    padding: 6px 10px 6px 40px;
  }
  .header__right .header__reservation a span.r01 {
    display: none;
  }
  .header__right .header__reservation a span.r02 {
    display: block;
  }
}
.header__right .header__reservation a:before {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  left: 8px;
  width: 34px;
  height: 34px;
  background: url("../../assets/img/common/icon_calendar.svg") no-repeat center
    center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .header__right .header__reservation a:before {
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
  }
}
.header__right .header__nav {
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__ham {
    width: 40px;
  }
}
.header__right .header__nav__menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  max-width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  overflow-y: auto;
}
.header__right .header__nav__menu__close {
  position: absolute;
  top: 35px;
  right: 40px;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__close {
    top: 25px;
    right: 25px;
  }
}
.header__right .header__nav__menu__front {
  padding: 100px 100px 0 100px;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__front {
    padding: 70px 50px 0 50px;
  }
}
.header__right .header__nav__menu__front ul {
  text-align: right;
}
.header__right .header__nav__menu__front ul li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__front ul li {
    margin-bottom: 20px;
  }
}
.header__right .header__nav__menu__front ul li a {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__front ul li a {
    font-size: 14px;
  }
}
.header__right .header__nav__menu__bottom {
  position: relative;
  background: #fff9d5;
  margin-top: 50px;
  padding: 0 100px 50px 100px;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__bottom {
    margin-top: 30px;
    padding: 0 50px 25px 50px;
  }
}
.header__right .header__nav__menu__bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  display: block;
  background-color: #fff;
}
.header__right .header__nav__menu__bottom a {
  position: relative;
  display: block;
  background-color: #eb6877;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 18px 0 15px 0;
  margin-bottom: 25px;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__bottom a {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.header__right .header__nav__menu__bottom a img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__bottom a img {
    width: 40px;
    margin-bottom: 5px;
  }
}
.header__right .header__nav__menu__bottom p {
  line-height: 1.8;
}
.header__right .header__nav__menu__bottom h3 {
  font-size: 30px;
  font-weight: bold;
  color: #eb6877;
  margin: 10px 0;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__bottom h3 {
    font-size: 22px;
  }
}
.header__right .header__nav__menu__bottom h3 span {
  font-size: 16px;
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  .header__right .header__nav__menu__bottom h3 span {
    font-size: 14px;
  }
}
.top__main {
  position: relative;
  width: 100%;
  height: 780px;
  background: url("./top_image.png") no-repeat top center;
  background-size: cover;
}

.top_background {
  background-image: url(./background_01.png);
  background-size: cover !important;
}
@media only screen and (max-width: 1150px) {
  .top__main {
    height: 490px;
  }
}
@media only screen and (max-width: 600px) {
  .top__main {
    height: 0;
    padding-top: 90%;
    background: url(./top_image.png) no-repeat top 100px center;
    background-size: 150%;
  }
}
.top__main__text {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 300px);
  width: 570px;
  -webkit-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  transform: translateX(-290px);
}
@media only screen and (max-width: 1150px) {
  .top__main__text {
    left: calc(50% - 170px);
    bottom: 50px;
    width: 300px;
    -webkit-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    transform: translateX(-170px);
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text {
    left: calc(50% - 150px);
    bottom: 4%;
    width: 300px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.top__main__text h3 {
  margin: 8% 0;
  text-align: center;
  color: #3388cc;
  font-weight: bold;
  font-size: 2.3vw;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1150px) {
  .top__main__text h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text h3 {
    font-size: 10px;
  }
}
.top__main__text h3 span {
  display: block;
  font-size: 1vw;
  font-weight: normal;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000;
  margin-bottom: 3%;
}
@media only screen and (max-width: 1150px) {
  .top__main__text h3 span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text h3 span {
    font-size: 10px;
  }
}
.top__main__text a {
  margin-bottom: 2%;
}
@media only screen and (max-width: 1150px) {
  .top__main__text a {
    margin-bottom: 1%;
  }
}
.top__main__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.8;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  padding: 10px 30px;
}
@media only screen and (max-width: 1150px) {
  .top__main__text dl {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text dl {
    line-height: 1.5;
  }
}
.top__main__text dl dt {
  font-size: 28px;
  font-weight: bold;
  color: #3388cc;
}
@media only screen and (max-width: 1150px) {
  .top__main__text dl dt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text dl dt {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
  }
}
.top__main__text dl dt span {
  font-size: 18px;
  margin-right: 5px;
}
@media only screen and (max-width: 1150px) {
  .top__main__text dl dt span {
    font-size: 10px;
    margin-right: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text dl dt span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1151px) {
  .top__main__text dl dt a {
    pointer-events: none;
  }
  .top__main__text dl dt a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 1150px) {
  .top__main__text dl dt a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text dl dt a {
    font-size: 18px;
    pointer-events: visible;
  }
}
.top__main__text dl dd {
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1150px) {
  .top__main__text dl dd {
    font-size: 10px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text dl dd {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
  }
}
.top__main__text > p {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 1150px) {
  .top__main__text > p {
    font-size: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .top__main__text > p {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
  }
}
.top .about__section01 {
  margin: 55px auto 120px auto;
}
@media only screen and (min-width: 1151px) {
  .top .about__section01 {
    width: 1000px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 1150px) {
  .top .about__section01 {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top .about__section01 {
    margin: 20px 0 40px 0;
  }
}
.top .about__section01__front {
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .top .about__section01__front {
    margin-bottom: 30px;
  }
}
.top .about__section01__front h3 img {
  margin-left: 5px;
}
@media only screen and (max-width: 600px) {
  .top .about__section01__front h3 img {
    margin-left: 0;
  }
}
.top .about__section01__front p {
  line-height: 1.8;
  margin: 40px 0;
}
@media only screen and (max-width: 600px) {
  .top .about__section01__front p {
    margin: 20px 0;
  }
}
.top .about__section01__front__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top .about__section01__front__block .about__section01__front__box {
  width: 48%;
}
.top .about__section01__table {
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  .top .about__section01__table {
    margin-bottom: 25px;
    overflow: auto;
  }
}
.top .about__section01__table:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40.5%;
  height: 100%;
  border: solid 6px #e5273d;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .top .about__section01__table:after {
    width: 245px;
  }
}
.top .about__section01__bottom p {
  line-height: 2;
}
.top .about__section01__bottom p span {
  font-weight: bold;
  color: #e5273d;
}
.top .about__section01__bottom__img {
  text-align: center;
  margin: 80px 0;
}
@media only screen and (max-width: 600px) {
  .top .about__section01__bottom__img {
    margin: 40px 0;
  }
}
.top .about__section01__bottom__img img {
  width: 600px;
}
.top__section01 {
  margin: 80px 0 120px 0;
}
@media only screen and (max-width: 600px) {
  .top__section01 {
    margin: 40px 0 60px 0;
  }
}
.top__section01__front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 60px auto;
}
@media only screen and (min-width: 1151px) {
  .top__section01__front {
    width: 960px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section01__front {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section01__front {
    display: block;
    margin: 0 0 30px 0;
  }
}
.top__section01__front__left {
  width: 160px;
}
@media only screen and (max-width: 600px) {
  .top__section01__front__left {
    margin: 0 auto;
  }
}
.top__section01__front__right {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 600px) {
  .top__section01__front__right {
    width: 100%;
  }
}
.top__section01__front__right h3 {
  font-size: 35px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  margin: 30px 0 40px 0;
  line-height: 1.2;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1150px) {
  .top__section01__front__right h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section01__front__right h3 {
    font-size: 20px;
    margin: 15px 0 10px 0;
  }
}
.top__section01__front__right p {
  line-height: 1.8;
}
.top__section01__front__right p span {
  font-weight: bold;
}
.top__section01__btn {
  margin-bottom: 50px;
}
.top__section01__bottom {
  display: none;
  padding: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(223, 245, 255, 0.4);
  border-radius: 20px;
}
@media only screen and (min-width: 1151px) {
  .top__section01__bottom {
    width: 1160px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section01__bottom {
    max-width: calc(100% - 50px);
    margin: 0 auto;
    padding: 55px 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section01__bottom {
    padding: 25px;
  }
}
.top__section01__bottom h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .top__section01__bottom h4 {
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.top__section01__bottom__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .top__section01__bottom__block {
    display: block;
  }
}
.top__section01__bottom__block .top__section01__bottom__box {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .top__section01__bottom__block .top__section01__bottom__box {
    width: 100%;
  }
}
.top__section01__bottom__block .top__section01__bottom__box ul li {
  position: relative;
  line-height: 1.8;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .top__section01__bottom__block .top__section01__bottom__box ul li {
    margin-bottom: 10px;
  }
}
.top__section01__bottom__block .top__section01__bottom__box ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../../assets/img/top/icon_check.svg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .top__section01__bottom__block .top__section01__bottom__box ul li br {
    display: none;
  }
}
.top__section02 {
  margin: 0px 0;
  padding: 80px 0 150px 0px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .top__section02 {
    margin: 0px 0 0px 0px;
    padding: 40px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section02__inner {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section02__inner {
    padding: 0 25px;
  }
}
.top__section02__inner .top__section02__front {
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__front {
    margin-bottom: 25px;
  }
}
.top__section02__inner .top__section02__front h3 {
  font-size: 35px;
  font-family: fot-tsukubrdgothic-std, "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック",
    MS PGothic, " sans-serif";
  color: #3388cc;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1150px) {
  .top__section02__inner .top__section02__front h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__front h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.top__section02__inner .top__section02__front h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__front h3 span {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* .top__section02__inner .top__section02__front h3 span:before {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #3388cc;
  margin-right: 25px;
} */
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__front h3 span:before {
    display: none;
  }
}
/* .top__section02__inner .top__section02__front h3 span:after {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #3388cc;
  margin-left: 25px;
} */
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__front h3 span:after {
    display: none;
  }
}
.top__section02__inner .top__section02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  max-width: 600px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__flex {
    margin-bottom: 20px;
  }
}
.top__section02__inner .top__section02__flex__box {
  margin: 0 25px;
}
@media only screen and (max-width: 1150px) {
  .top__section02__inner .top__section02__flex__box {
    margin: 0 25px 25px 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__flex__box {
    width: 25%;
    margin: 0 10px 10px 10px;
  }
}
.top__section02__inner .top__section02__flex__box p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__flex__box p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }
}
.top__section02__inner .top__section02__bottom {
  background-color: #fff;
  color: #eb6877;
  font-weight: bold;
  padding: 30px 55px;
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__bottom {
    padding: 15px 20px;
  }
}
.top__section02__inner .top__section02__bottom p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__bottom p {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section02__inner .top__section02__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.top__section02__inner .top__section02__bottom ul li {
  font-size: 18px;
}
@media only screen and (max-width: 1150px) {
  .top__section02__inner .top__section02__bottom ul li {
    margin-bottom: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .top__section02__inner .top__section02__bottom ul li {
    font-size: 15px;
  }
}
.top .yt__section {
  margin: 0 0 100px 0;
  padding: 0 50px;
}
@media only screen and (max-width: 600px) {
  .top .yt__section {
    margin: 0 0 45px 0;
    padding: 0 25px;
  }
}
.top .yt__section .youtube-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.top .yt__section .youtube-wrap:nth-of-type(2n) {
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 600px) {
  .top .yt__section .youtube-wrap {
    margin: 0 auto;
  }
  .top .yt__section .youtube-wrap:nth-of-type(2n) {
    margin: 15px auto 0 auto;
  }
}
.top .yt__section .youtube-wrap .youtube {
  position: relative;
  padding-bottom: 56.24%;
  height: 0;
  overflow: hidden;
}
.top .yt__section .youtube-wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__section03 {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 600px) {
  .top__section03 {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section03__front {
    width: 820px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section03__front {
    padding: 0 25px;
  }
}
.top__section03__front h3 {
  width: 777px;
  height: 149px;
  margin: 0 auto 40px auto;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  text-align: center;
  line-height: 1.5;
  background: url("../../assets/img/top/bg_balloon.svg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 1150px) {
  .top__section03__front h3 {
    width: 550px;
    height: 105px;
    font-size: 20px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__front h3 {
    width: 300px;
    height: 57px;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 20px;
  }
}
.top__section03__front h3 span.line {
  display: inline-block;
  border-bottom: solid 9px #ffe967;
  line-height: 0.8;
}
@media only screen and (max-width: 600px) {
  .top__section03__front h3 span.line {
    border-bottom: solid 5px #ffe967;
  }
}
.top__section03__front h3 span.pink {
  font-size: 38px;
  color: #eb6877;
}
@media only screen and (max-width: 1150px) {
  .top__section03__front h3 span.pink {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__front h3 span.pink {
    font-size: 18px;
  }
}
.top__section03__front__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1150px) {
  .top__section03__front__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section03__front__img div {
    margin: 0 5px;
  }
}
.top__section03__front p {
  line-height: 1.8;
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .top__section03__front p {
    margin-top: 20px;
  }
}
.top__section03__middle {
  margin: 60px auto 0 auto;
}
@media only screen and (min-width: 1151px) {
  .top__section03__middle {
    width: 820px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section03__middle {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__middle {
    margin: 30px 0 35px 0;
  }
}
.top__section03__middle__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .top__section03__middle__flex {
    display: block;
  }
}
.top__section03__middle__flex__left {
  width: 245px;
}
@media only screen and (max-width: 1150px) {
  .top__section03__middle__flex__left {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__middle__flex__left {
    margin: 0 auto;
  }
}
.top__section03__middle__flex__right {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 1150px) {
  .top__section03__middle__flex__right {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__middle__flex__right {
    width: 100%;
  }
}
.top__section03__middle__flex__right h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 25px 0;
}
@media only screen and (max-width: 600px) {
  .top__section03__middle__flex__right h5 {
    margin: 25px 0;
    font-size: 15px;
  }
}
.top__section03__middle__flex__right p {
  font-size: 18px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  .top__section03__middle__flex__right p {
    font-size: 15px;
  }
}
.top__section03__middle__flex__right p span {
  font-size: 40px;
  color: #3388cc;
}
@media only screen and (max-width: 600px) {
  .top__section03__middle__flex__right p span {
    font-size: 30px;
  }
}
.top__section03__middle__flex__right p span span {
  font-size: 20px;
}
.top__section03__middle__bottom {
  margin-top: 55px;
}
@media only screen and (max-width: 600px) {
  .top__section03__middle__bottom {
    margin-top: 25px;
  }
}
.top__section03__middle__bottom p {
  line-height: 1.8;
}
.top__section03__bottom {
  text-align: center;
  background: url("../../assets/img/top/bg_section03.png") no-repeat top -100px center;
  background-size: 1920px 800px;
  overflow: hidden;
  padding: 70px 0 120px 0;
}
@media only screen and (max-width: 1150px) {
  .top__section03__bottom {
    padding: 70px 25px 120px 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom {
    padding: 35px 25px;
  }
}
.top__section03__bottom h4 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  text-align: center;
  margin-bottom: 60px;
  padding: 20px 60px;
  line-height: 1.2;
  letter-spacing: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 1150px) {
  .top__section03__bottom h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom h4 {
    font-size: 15px;
    margin-bottom: 30px;
    padding: 10px 30px;
  }
}
.top__section03__bottom h4 span {
  font-size: 38px;
  color: #eb6877;
}
@media only screen and (max-width: 1150px) {
  .top__section03__bottom h4 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom h4 span {
    font-size: 22px;
  }
}
.top__section03__bottom h4:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 1px;
  height: 50px;
  background-color: #707070;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom h4:before {
    height: 30px;
    top: calc(50% - 15px);
    left: 20px;
  }
}
.top__section03__bottom h4:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 1px;
  height: 50px;
  background-color: #707070;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom h4:after {
    height: 30px;
    top: calc(50% - 15px);
    right: 20px;
  }
}
.top__section03__bottom__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1151px) {
  .top__section03__bottom__img {
    width: 860px;
    max-width: 95%;
    margin: 0 auto;
  }
}
.top__section03__bottom__img div {
  width: 32.5%;
}
.top__section03__bottom p {
  font-size: 14px;
  line-height: 1.8;
  padding: 25px 25px 50px 25px;
  text-align: left;
}
@media only screen and (min-width: 1151px) {
  .top__section03__bottom p {
    width: 860px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom p {
    font-size: 12px;
    padding: 10px 0;
  }
}
.top__section03__bottom h5 {
  font-size: 38px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  letter-spacing: 5px;
  text-align: center;
}
@media only screen and (max-width: 1150px) {
  .top__section03__bottom h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom h5 {
    font-size: 20px;
  }
}
.top__section03__bottom h5 span.line {
  display: inline-block;
  border-bottom: solid 10px #ffe967;
  line-height: 0.8;
  padding: 0 15px;
}
@media only screen and (max-width: 1150px) {
  .top__section03__bottom h5 span.line {
    line-height: 1.2;
  }
}
.top__section03__bottom h5 span.pink {
  font-size: 46px;
  color: #eb6877;
  padding: 0 20px;
}
@media only screen and (max-width: 1150px) {
  .top__section03__bottom h5 span.pink {
    font-size: 38px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom h5 span.pink {
    font-size: 25px;
    padding: 0 5px;
  }
}
.top__section03__bottom h5 span.small {
  font-size: 30px;
}
@media only screen and (max-width: 1150px) {
  .top__section03__bottom h5 span.small {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section03__bottom h5 span.small {
    font-size: 15px;
  }
}
.top__section04 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .top__section04 {
    margin-bottom: 60px;
  }
}
.top__section04 h3 {
  background-color: #ededed;
  text-align: center;
}
.top__section04 h3 span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 80px 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  letter-spacing: 7px;
}
@media only screen and (max-width: 1150px) {
  .top__section04 h3 span {
    font-size: 20px;
    padding: 40px 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@media only screen and (max-width: 600px) {
  .top__section04 h3 span {
    font-size: 14px;
    letter-spacing: 4px;
  }
}
.top__section04 h3 span:before {
  content: "";
  position: absolute;
  left: -200px;
  bottom: 0;
  display: block;
  width: 173px;
  height: 240px;
  background: url("../../assets/img/top/img_section04@2x.png") no-repeat center
    center;
  background-size: cover;
}
@media only screen and (max-width: 1150px) {
  .top__section04 h3 span:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
.top__section04 h3 img {
  vertical-align: bottom;
  margin-left: 5px;
}
@media only screen and (max-width: 600px) {
  .top__section04 h3 img {
    display: block;
    width: 130px;
    margin: 10px 0 0 0;
  }
}
.top__section04__faq {
  margin: 80px auto 0 auto;
}
@media only screen and (min-width: 1151px) {
  .top__section04__faq {
    width: 1000px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section04__faq {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section04__faq {
    margin: 40px 0 0 0;
  }
}
.top__section04__faq dl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .top__section04__faq dl {
    margin-bottom: 25px;
  }
}
.top__section04__faq dl dt {
  position: relative;
  font-size: 20px;
  background-color: #cdefff;
  padding: 10px 85px;
  line-height: 1.5;
  border-radius:20px;
}
@media only screen and (max-width: 600px) {
  .top__section04__faq dl dt {
    font-size: 14px;
    padding: 13px 20px 10px 60px;
  }
}
.top__section04__faq dl dt:before {
  content: "Ｑ";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  color: #fff;
  background-color: #5a7bff;
  font-size: 24px;
  font-weight: bold;
  border-radius:20px;
}
@media only screen and (max-width: 600px) {
  .top__section04__faq dl dt:before {
    width: 40px;
    font-size: 20px;
  }
}
.top__section04__faq dl dt span {
  position: absolute;
  top: calc(50% - 16px);
  right: 20px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 2px #3388cc;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .top__section04__faq dl dt span {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
.top__section04__faq dl dt span:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 4px;
  background: #3388cc;
}
@media only screen and (max-width: 600px) {
  .top__section04__faq dl dt span:before {
    top: calc(50% - 1px);
    left: calc(50% - 5px);
    width: 10px;
    height: 2px;
  }
}
.top__section04__faq dl dt span:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 2px);
  display: block;
  width: 4px;
  height: 14px;
  background: #3388cc;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 600px) {
  .top__section04__faq dl dt span:after {
    top: calc(50% - 5px);
    left: calc(50% - 1px);
    width: 2px;
    height: 10px;
  }
}
.top__section04__faq dl dt.active span:after {
  opacity: 0;
}
.top__section04__faq dl dd {
  line-height: 2;
  margin-top: 25px;
  padding-left:10px;
}
@media only screen and (max-width: 600px) {
  .top__section04__faq dl dd {
    margin-top: 10px;
    padding-left:10px;
  }
}
.top__section04__faq dl dd span {
  display: block;
  color: #3388cc;
}
.top__section04 h4 {
  margin: 80px auto 0 auto;
}
@media only screen and (min-width: 1151px) {
  .top__section04 h4 {
    width: 1200px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section04 h4 {
    padding: 0 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .top__section04 h4 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section04 h4 img {
    width: 700px;
  }
}
.top__section05 h3 {
  background-color: rgb(203,234,242);
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .top__section05 h3 {
    margin-bottom: 30px;
  }
}

.commonBg {
  background-size: 350px 700px;
  background-position: 0 0, 0 0, 12px 21px, 12px 21px, 0 0, 12px 21px;
  background-image: linear-gradient(
      30deg,
      #f7f7f7 12%,
      transparent 12.5%,
      transparent 87%,
      #f7f7f7 87.5%,
      #f7f7f7
    ),
    linear-gradient(
      150deg,
      #f7f7f7 12%,
      transparent 12.5%,
      transparent 87%,
      #f7f7f7 87.5%,
      #f7f7f7
    ),
    linear-gradient(
      30deg,
      #f7f7f7 12%,
      transparent 12.5%,
      transparent 87%,
      #f7f7f7 87.5%,
      #f7f7f7
    ),
    linear-gradient(
      150deg,
      #f7f7f7 12%,
      transparent 12.5%,
      transparent 87%,
      #f7f7f7 87.5%,
      #f7f7f7
    ),
    linear-gradient(
      60deg,
      #f7f7f777 25%,
      transparent 25.5%,
      transparent 75%,
      #f7f7f777 75%,
      #f7f7f777
    ),
    linear-gradient(
      60deg,
      #f7f7f777 25%,
      transparent 25.5%,
      transparent 75%,
      #f7f7f777 75%,
      #f7f7f777
    );
}

.top__section05 h3 span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000;
  font-weight: bold;
  padding: 80px 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
@media only screen and (max-width: 1150px) {
  .top__section05 h3 span {
    font-size: 20px;
    padding: 40px 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}
.top__section05 h3 span:before {
  content: "";
  position: absolute;
  left: -400px;
  bottom: 0;
  display: block;
  width: 330px;
  height: 255px;
  background: url(./circle02.png) no-repeat center center;
  background-size: cover;
}


@media only screen and (max-width: 600px) {
  .top__section05 h3 span {
    font-size: 14px;
    padding: 30px 0;
  }
  .top__section05 h3 span:before {
    content: "";
    position: absolute;
    left: -290px!important;
    bottom: 0;
    display: block;
    width: 270px;
    height: 210px;
    background: url(./circle02.png) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section05 h3 span:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05 h3 span:before {
    left: -180px;
  }
}
.top__section05 h3 span strong {
  font-size: 45px;
  font-weight: normal;
}
@media only screen and (max-width: 1150px) {
  .top__section05 h3 span strong {
    font-size: 35px;
  }
}
.top__section05 h3 span img {
  margin-left: 20px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1150px) {
  .top__section05 h3 span img {
    width: 150px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05 h3 span img {
    display: block;
    width: 100px;
    margin-left: 0;
    margin-top: 10px;
  }
}
.top__section05__box {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1151px) {
  .top__section05__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section05__box {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section05__box__text {
    width: 38%;
  }
}
.top__section05__box__text h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .top__section05__box__text h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.top__section05__box__text h4 img {
  width: 97px;
}
@media only screen and (max-width: 600px) {
  .top__section05__box__text h4 img {
    width: 60px;
  }
}
.top__section05__box__text h4 span {
  width: calc(100% - 117px);
}
@media only screen and (max-width: 600px) {
  .top__section05__box__text h4 span {
    width: calc(100% - 80px);
  }
}
.top__section05__box__text h5 {
  font-size: 20px;
  font-weight: bold;
  color: #3388cc;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .top__section05__box__text h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.top__section05__box__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dff5ff;
  padding: 20px 50px;
  margin-top: 40px;
  border-radius: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .top__section05__box__text dl {
    margin-top: 20px;
    padding: 10px 25px;
  }
}
.top__section05__box__text dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #3388cc;
}
@media only screen and (max-width: 600px) {
  .top__section05__box__text dl dt {
    font-size: 15px;
  }
}
.top__section05__box__text dl dt span {
  font-size: 34px;
}
@media only screen and (max-width: 600px) {
  .top__section05__box__text dl dt span {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section05__box__img {
    width: 57%;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section05__box__img {
    margin-top: 20px;
  }
}
.top__section05__box--odd {
  margin-left: auto;
}
.top__section05__box--even .top__section05__box__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.top__section05__block {
  width: 100%;
  overflow-x: hidden;
}
.top__section05__block .top__section05__ren {
  background: url("../../assets/img/top/bg_section05.png") no-repeat bottom
    center;
  background-size: 1920px 460px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren {
    margin-bottom: 40px;
  }
}
.top__section05__block .top__section05__ren__inner {
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1151px) {
  .top__section05__block .top__section05__ren__inner {
    width: 1160px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section05__block .top__section05__ren__inner {
    padding: 200px 25px 100px 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__inner {
    padding: 200px 25px 50px 25px;
  }
}
.top__section05__block .top__section05__ren__text {
  position: relative;
  width: 60%;
  background-color: #fff;
  padding: 50px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block .top__section05__ren__text {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text {
    padding: 25px 25px 40px 25px;
  }
}
.top__section05__block .top__section05__ren__text h5 {
  font-size: 19px;
  font-weight: bold;
  color: #c8a63f;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text h5 {
    font-size: 15px;
  }
}
.top__section05__block .top__section05__ren__text h5 span {
  font-size: 60px;
  font-family: fot-tsukubrdgothic-std, "ヒラギノ角ゴ Pro W3",
    Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック",
    MS PGothic, " sans-serif";
  color: #eb6877;
  margin-left: 5px;
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text h5 span {
    font-size: 40px;
  }
}
.top__section05__block .top__section05__ren__text h4 {
  margin: 30px 0;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  color: #c8a63f;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block .top__section05__ren__text h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text h4 {
    font-size: 20px;
    margin: 15px 0;
  }
}
.top__section05__block .top__section05__ren__text h4 span.pink {
  display: inline-block;
  color: #eb6877;
  border-bottom: solid 8px #fff9d5;
  line-height: 0.8;
  margin-left: 5px;
}
.top__section05__block .top__section05__ren__text h4 span.small {
  font-size: 30px;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block .top__section05__ren__text h4 span.small {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text h4 span.small {
    font-size: 14px;
  }
}
.top__section05__block .top__section05__ren__text h4 span.small2 {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text h4 span.small2 {
    font-size: 13px;
  }
}
.top__section05__block .top__section05__ren__text h6 {
  font-size: 20px;
  line-height: 1.5;
  color: #3388cc;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.top__section05__block .top__section05__ren__text p {
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text p {
    font-size: 13px;
  }
}
.top__section05__block .top__section05__ren__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dff5ff;
  padding: 20px 50px;
  border-radius: 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block .top__section05__ren__text dl {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text dl {
    padding: 10px 20px;
    margin-top: 20px;
  }
}
.top__section05__block .top__section05__ren__text dl dt {
  color: #3388cc;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block .top__section05__ren__text dl dt {
    font-size: 16px;
  }
}
.top__section05__block .top__section05__ren__text dl dt span {
  font-size: 35px;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block .top__section05__ren__text dl dt span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text dl dt span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section05__block .top__section05__ren__text dl dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text dl dd {
    font-size: 12px;
    margin-top: 5px;
  }
}
.top__section05__block .top__section05__ren__text .btn02 {
  position: absolute;
  left: calc(50% - 250px);
  bottom: -30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .top__section05__block .top__section05__ren__text .btn02 {
    left: 25px;
    width: calc(100% - 50px);
  }
}
.top__section05__block
  .top__section05__ren:nth-child(2n)
  .top__section05__ren__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top__section05__block
  .top__section05__ren:first-child
  .top__section05__ren__inner:before {
  content: "";
  position: absolute;
  right: 110px;
  bottom: 0;
  width: 332px;
  height: 600px;
  background: url("../../assets/img/top/img_section05-07@2x.png") no-repeat
    center center;
  background-size: cover;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block
    .top__section05__ren:first-child
    .top__section05__ren__inner:before {
    bottom: auto;
    top: 0;
    right: calc(50% - 83px);
    width: 166px;
    height: 300px;
  }
}
.top__section05__block
  .top__section05__ren:nth-child(2)
  .top__section05__ren__inner:before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 0;
  width: 354px;
  height: 600px;
  background: url("../../assets/img/top/img_section05-08@2x.png") no-repeat
    center center;
  background-size: cover;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block
    .top__section05__ren:nth-child(2)
    .top__section05__ren__inner:before {
    bottom: auto;
    top: 0;
    left: calc(50% - 88px);
    width: 177px;
    height: 300px;
  }
}
.top__section05__block
  .top__section05__ren:nth-child(3)
  .top__section05__ren__inner:before {
  content: "";
  position: absolute;
  right: 90px;
  bottom: 0;
  width: 301px;
  height: 600px;
  background: url("../../assets/img/top/img_section05-09@2x.png") no-repeat
    center center;
  background-size: cover;
}
@media only screen and (max-width: 1150px) {
  .top__section05__block
    .top__section05__ren:nth-child(3)
    .top__section05__ren__inner:before {
    bottom: auto;
    top: 0;
    right: calc(50% - 75px);
    width: 150px;
    height: 300px;
  }
}
.top__section05 .btn02 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .top__section05 .btn02 {
    margin-bottom: 40px;
  }
}
.top__section05__first {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1150px) {
  .top__section05__first {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__first {
    margin-bottom: 35px;
  }
}
.top__section05__first h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 600px) {
  .top__section05__first h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.top__section05__first__img img {
  width: 600px;
}
@media only screen and (min-width: 1151px) {
  .top__section05__poririn {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section05__poririn {
    padding: 0 25px;
  }
}
.top__section05__poririn h4 {
  text-align: center;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1150px) {
  .top__section05__poririn h4 {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
  }
}
.top__section05__poririn h4 img {
  vertical-align: bottom;
  margin-left: 15px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn h4 img {
    margin-left: 0;
  }
}
.top__section05__poririn__front {
  border: solid 2px #3388cc;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1151px) {
  .top__section05__poririn__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__front {
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section05__poririn__front__left {
    width: 100%;
  }
}
.top__section05__poririn__front__left h5 {
  font-weight: bold;
  line-height: 1.8;
}
.top__section05__poririn__front__left p {
  line-height: 1.8;
}
.top__section05__poririn__front__left p span {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__front__left p span {
    font-size: 12px;
  }
}
.top__section05__poririn__front__right {
  border-radius: 10px;
  background-color: #dff5ff;
  text-align: center;
  padding: 25px 0;
}
@media only screen and (min-width: 1151px) {
  .top__section05__poririn__front__right {
    width: 35.2%;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section05__poririn__front__right {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__front__right {
    padding: 10px 0;
  }
}
.top__section05__poririn__front__right p {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__front__right p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.top__section05__poririn__front__right h5 {
  font-size: 20px;
  font-weight: bold;
  color: #3388cc;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__front__right h5 {
    font-size: 15px;
  }
}
.top__section05__poririn__front__right h5 span {
  font-size: 35px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__front__right h5 span {
    font-size: 25px;
  }
}
.top__section05__poririn__bottom {
  margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom {
    margin-bottom: 40px;
  }
}
.top__section05__poririn__bottom__front {
  margin-bottom: 55px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom__front {
    margin-bottom: 25px;
  }
}
.top__section05__poririn__bottom__front h5 {
  font-size: 28px;
  font-weight: bold;
  color: #3388cc;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom__front h5 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.top__section05__poririn__bottom__front h5 .small {
  font-size: 20px;
}
.top__section05__poririn__bottom__front h5 .pink {
  color: #eb6877;
}
.top__section05__poririn__bottom__front p {
  line-height: 1.8;
}
.top__section05__poririn__bottom__front p strong {
  font-weight: bold;
}
.top__section05__poririn__bottom__front p span {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom__front p span {
    font-size: 12px;
  }
}
.top__section05__poririn__bottom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom__flex {
    display: block;
  }
}
.top__section05__poririn__bottom__flex__box {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom__flex__box {
    width: 100%;
  }
}
.top__section05__poririn__bottom__flex__box__pic {
  position: relative;
  text-align: center;
}
.top__section05__poririn__bottom__flex__box__pic img {
  width: 85%;
}
.top__section05__poririn__bottom__flex__box__text {
  border-top: dashed 1px #707070;
  border-bottom: dashed 1px #707070;
  padding: 25px 0;
  margin: 40px 0;
  line-height: 150%;
  height: 270px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom__flex__box__text {
    padding: 10px 0;
    margin: 20px 0;
  }
}
.top__section05__poririn__bottom__flex__box__text h5 {
  font-size: 20px;
  font-weight: bold;
  color: #3388cc;
  margin-bottom: 25px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom__flex__box__text h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.top__section05__poririn__bottom__flex__box__text p {
  line-height: 1.8;
}
.top__section05__poririn__bottom__flex__box:first-child
  .top__section05__poririn__bottom__flex__box__pic:after {
  content: "+";
  position: absolute;
  top: 45%;
  right: -8%;
  font-size: 40px;
}
@media only screen and (max-width: 600px) {
  .top__section05__poririn__bottom__flex__box:first-child
    .top__section05__poririn__bottom__flex__box__pic:after {
    display: none;
  }
}
.top__section05__poririn__bottom__bottom p {
  line-height: 1.8;
}
.top__section06 {
  margin: 0px 0;
}
@media only screen and (max-width: 600px) {
  .top__section06 {
    margin: 40px 0;
  }
}
.top__section06 h3 {
  background-color: rgba(250, 191, 19, 0.15);
  text-align: center;
}
.top__section06 h3 span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  padding: 80px 0;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1150px) {
  .top__section06 h3 span {
    font-size: 20px;
    padding: 40px 0;
    letter-spacing: 2px;
  }
}
.top__section06 h3 span:before {
  content: "";
  position: absolute;
  left: -400px;
  bottom: 0;
  display: block;
  width: 330px;
  height: 255px;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .top__section06 h3 span {
    font-size: 15px;
  }
  .top__section06 h3 span:before {
    content: "";
    position: absolute;
    left: -290px!important;
    bottom: 0;
    display: block;
    width: 270px;
    height: 210px;
    background-size: cover;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section06 h3 span:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
@media only screen and (max-width: 600px) {
  .top__section06 h3 span:before {
    left: -170px;
  }
}
.top__section06 h3 span strong {
  font-size: 45px;
  font-weight: normal;
}
@media only screen and (max-width: 1150px) {
  .top__section06 h3 span strong {
    font-size: 35px;
  }
}
.top__section06 h3 span img {
  margin-left: 5px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1150px) {
  .top__section06 h3 span img {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section06 h3 span img {
    display: block;
    width: 130px;
    margin-left: 0;
    margin-top: 5px;
  }
}
.top__section06__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 600px) {
  .top__section06__block {
    display: block;
    padding: 40px 20px;
  }
}
.top__section06__block .top__section06__box {
  width: 480px;
  border-radius: 22px;
  border: solid 2px #3388cc;
  background-color: #fff;
  margin: 0 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .top__section06__block .top__section06__box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.top__section06__block .top__section06__box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  background-color: #3388cc;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 600px) {
  .top__section06__block .top__section06__box dl dt {
    height: 80px;
    font-size: 16px;
  }
}
.top__section06__block .top__section06__box dl dd {
  padding: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  .top__section06__block .top__section06__box dl dd {
    padding: 20px;
  }
}
.top__section06__block .top__section06__box dl dd span {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .top__section06__block .top__section06__box dl dd span {
    font-size: 14px;
  }
}
.top__section06__block .top__section06__box dl dd span span {
  color: #eb6877;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .top__section06__block .top__section06__box dl dd span span {
    font-size: 20px;
  }
}
.top__section06__block .top__section06__box dl dd strong {
  text-decoration: underline;
}
.top__section07 {
  margin: 0px 0 0px 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .top__section07 {
    margin: 0px 0 40px 0;
  }
}
.top__section07 h3 {
  background-color: rgb(203,234,242);
  text-align: center;
}
.top__section07 h3 span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 80px 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  letter-spacing: 5px;
}
@media only screen and (max-width: 1150px) {
  .top__section07 h3 span {
    font-size: 20px;
    padding: 40px 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    font-weight: bold;
  }
}
.top__section07 h3 span:before {
  content: "";
  position: absolute;
  left: -400px;
  bottom: 0;
  display: block;
  width: 330px;
  height: 255px;
  background: url(./what_whitening_circle01.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .top__section07 h3 span {
    font-size: 14px;
  }
  .top__section07 h3 span:before {
    content: "";
    position: absolute;
    left: -290px;
    bottom: 0;
    display: block;
    width: 270px;
    height: 210px;
    background: url(./what_whitening_circle01.png) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section07 h3 span:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
.top__section07 h3 span strong {
  font-size: 45px;
  font-weight: normal;
}
@media only screen and (max-width: 1150px) {
  .top__section07 h3 span strong {
    font-size: 35px;
  }
}
.top__section07 h3 span img {
  margin-left: 10px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1150px) {
  .top__section07 h3 span img {
    width: 230px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section07 h3 span img {
    display: block;
    width: 150px;
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section07__inner {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section07__inner {
    padding: 0 25px;
  }
}
.top__section07__inner .top__section07__front {
  margin: 55px 0;
}
@media only screen and (max-width: 600px) {
  .top__section07__inner .top__section07__front {
    margin: 30px 0;
  }
}
.top__section07__inner .top__section07__front h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3388cc;
  margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .top__section07__inner .top__section07__front h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.top__section07__inner .top__section07__front p {
  line-height: 1.8;
}
.top__section07__inner .top__section07__middle h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .top__section07__inner .top__section07__middle h5 {
    font-size: 16px;
    text-align: left;
  }
}
.top__section07__inner .top__section07__middle .top__section07__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 70px 0;
}
@media only screen and (max-width: 600px) {
  .top__section07__inner .top__section07__middle .top__section07__block {
    display: block;
    margin: 25px 0;
  }
}
.top__section07__inner
  .top__section07__middle
  .top__section07__block
  .top__section07__box {
  width: 47%;
  padding: 45px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius:20px;
  margin:1%;
  margin-bottom:20px;
}
@media only screen and (max-width: 600px) {
  .top__section07__inner
    .top__section07__middle
    .top__section07__block
    .top__section07__box {
    width: 100%;
    padding: 25px 15px;
    border-radius:20px;
  }
}
.top__section07__inner
  .top__section07__middle
  .top__section07__block
  .top__section07__box
  h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1150px) {
  .top__section07__inner
    .top__section07__middle
    .top__section07__block
    .top__section07__box
    h4 {
    font-size: 14px;
  }
}
.top__section07__inner
  .top__section07__middle
  .top__section07__block
  .top__section07__box
  div {
  text-align: center;
  margin: 25px 0 40px 0;
}
.top__section07__inner
  .top__section07__middle
  .top__section07__block
  .top__section07__box
  p {
  line-height: 1.8;
}
@media only screen and (max-width: 1150px) {
  .top__section07__inner
    .top__section07__middle
    .top__section07__block
    .top__section07__box
    p {
    font-size: 13px;
  }
}
.top__section07__inner
  .top__section07__middle
  .top__section07__block
  .top__section07__box:first-child {
  background-color: #eeeeee;
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
  margin:1%;
  margin-bottom:20px;
}
.top__section07__inner
  .top__section07__middle
  .top__section07__block
  .top__section07__box:first-child
  div
  img {
  width: 153px;
}
@media only screen and (max-width: 1150px) {
  .top__section07__inner
    .top__section07__middle
    .top__section07__block
    .top__section07__box:first-child
    div
    img {
    width: 35%;
  }
}
.top__section07__inner
  .top__section07__middle
  .top__section07__block
  .top__section07__box:last-child {
  color: #fff;
  background-color: #3388cc;
  border-radius: 2px;
  border-radius:20px;

  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
}
.top__section07__inner .top__section07__bottom__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .top__section07__inner .top__section07__bottom__block {
    margin-bottom: 35px;
  }
}
.top__section07__inner
  .top__section07__bottom__block
  .top__section07__bottom__box {
  width: 180px;
  text-align: center;
  margin: 0 25px;
}
@media only screen and (max-width: 1150px) {
  .top__section07__inner
    .top__section07__bottom__block
    .top__section07__bottom__box {
    margin: 0 25px 25px 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section07__inner
    .top__section07__bottom__block
    .top__section07__bottom__box {
    width: 80px;
    margin: 0 10px 10px 10px;
  }
}
.top__section07__inner
  .top__section07__bottom__block
  .top__section07__bottom__box
  p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
@media only screen and (max-width: 600px) {
  .top__section07__inner
    .top__section07__bottom__block
    .top__section07__bottom__box
    p {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section07__inner .top__section07__bottom h4 {
    text-align: center;
    margin: 70px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section07__inner .top__section07__bottom h4 img {
    width: 700px;
  }
}
.top__section07__inner .top__section07__bottom__bnr {
  margin: 20px 0 90px 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .top__section07__inner .top__section07__bottom__bnr {
    margin: 35px 0 45px 0;
  }
}
.top__section07__inner .top__section07__bottom__bnr img {
  width: 600px;
}
.top__section08 {
  position: relative;
  background-color: #f6f6f6;
  padding: 80px 0 60px 0;
}
@media only screen and (max-width: 600px) {
  .top__section08 {
    padding: 40px 0 20px 0;
  }
}
.top__section08:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.top__section08 h3 {
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .top__section08 h3 {
    font-size: 20px;
    text-align: left;
    padding: 0 25px;
    margin-bottom: 35px;
  }
}
.top__section08 h3 span {
  font-size: 40px;
}
@media only screen and (max-width: 600px) {
  .top__section08 h3 span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section08__block {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section08__block {
    padding: 0 25px;
  }
}
.top__section08__block__inner .top__section08__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .top__section08__block__inner .top__section08__box {
    display: block;
    margin-bottom: 25px;
  }
}
.top__section08__block__inner .top__section08__box__left {
  width: 280px;
  min-height: 180px;
  line-height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1150px) {
  .top__section08__block__inner .top__section08__box__left {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section08__block__inner .top__section08__box__left {
    width: 100%;
  }
}
.top__section08__block__inner .top__section08__box__right {
  width: calc(100% - 280px);
  padding: 25px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1150px) {
  .top__section08__block__inner .top__section08__box__right {
    width: calc(100% - 200px);
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section08__block__inner .top__section08__box__right {
    width: 100%;
    padding: 20px 15px;
  }
}
.top__section08__block__inner .top__section08__box__right h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1150px) {
  .top__section08__block__inner .top__section08__box__right h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section08__block__inner .top__section08__box__right h4 {
    font-size: 13px;
  }
}
.top__section08__block__inner .top__section08__box__right h4 span {
  display: block;
  font-size: 30px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: normal;
  color: #3388cc;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1150px) {
  .top__section08__block__inner .top__section08__box__right h4 span {
    font-size: 20px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section08__block__inner .top__section08__box__right h4 span {
    font-size: 18px;
  }
}
.top__section08__block__inner .top__section08__box__right p {
  line-height: 1.8;
}
@media only screen and (max-width: 1150px) {
  .top__section08__block__inner .top__section08__box__right p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section08__block__inner .top__section08__box__right p {
    font-size: 12px;
  }
}

.stepLabel {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ",
    Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif" !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  font-style: italic;
}

.stepLabel:first-letter {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ",
    Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
  font-size: 150%;
  color: #eb6100;
}

.top__section08__block__inner
  .top__section08__box--01
  .top__section08__box__left {
  background-image: url("./home_whitening01.png");
}
.top__section08__block__inner
  .top__section08__box--02
  .top__section08__box__left {
  background-image: url("./office_whiting_flow02.png");
}
.top__section08__block__inner
  .top__section08__box--03
  .top__section08__box__left {
  background-image: url("./office_whiting_flow03.png");
}
.top__section08__block__inner
  .top__section08__box--04
  .top__section08__box__left {
  background-image: url("./office_whiting_flow04.png");
}
.top__section08__block__inner
  .top__section08__box--05
  .top__section08__box__left {
  background-image: url("./office_whiting_flow05.png");
}
.top__section08__block__inner
  .top__section08__box--06
  .top__section08__box__left {
  background-image: url("./office_whiting_flow06.png");
}
.top__section08__block__inner
  .top__section08__box--07
  .top__section08__box__left {
  background-image: url("./home_whitening03.png");
}
.top__section08__block__inner
  .top__section08__box--09
  .top__section08__box__left {
  background-image: url("./home_whitening04.png");
}
.top__section08__block__inner
  .top__section08__box--10
  .top__section08__box__left {
  background-image: url("./home_whitening05.png");
}
.top__section08__block__inner
  .top__section08__box--11
  .top__section08__box__left {
  background-image: url("./home_whitening06.png");
}
.top__section08__block__inner
  .top__section08__box--12
  .top__section08__box__left {
  background-image: url("./home_whitening07.png");
}
.top__section08 .btn02 {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .top__section08 .btn02 {
    margin-top: 40px;
  }
}
.top__section09 {
  margin: 70px 0 70px 0;
}
@media only screen and (max-width: 600px) {
  .top__section09 {
    margin: 35px 0 35px 0;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section09__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top__section09__box__left {
  height: 400px;
  background: url("../../assets/img/top/img_section09@2x.jpg") no-repeat right
    center;
  background-size: cover;
}
@media only screen and (min-width: 1151px) {
  .top__section09__box__left {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .top__section09__box__left {
    height: 200px;
  }
}
@media only screen and (min-width: 1151px) {
  .top__section09__box__right {
    width: 35%;
    margin-left: 55px;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section09__box__right {
    padding: 25px;
  }
}
.top__section09__box__right h3 {
  font-size: 28px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
}
@media only screen and (max-width: 600px) {
  .top__section09__box__right h3 {
    font-size: 20px;
  }
}
.top__section09__box__right h3 span {
  display: inline-block;
  border-bottom: solid 10px #ffe967;
  line-height: 0.3;
  margin-top: 20px;
  white-space: nowrap;
}
.top__section09__box__right p {
  font-size: 18px;
  line-height: 1.8;
  margin: 30px 0;
}
@media only screen and (max-width: 600px) {
  .top__section09__box__right p {
    font-size: 14px;
    margin: 15px 0;
  }
}
.top__section09__box__right p span {
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .top__section09__box__right p span {
    font-size: 13px;
  }
}
.top__section09__box__right h4 {
  font-size: 20px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
}
@media only screen and (max-width: 600px) {
  .top__section09__box__right h4 {
    font-size: 15px;
  }
}
.top__section09__box__right h4 span {
  display: inline-block;
  border-bottom: solid 10px #ffe967;
  line-height: 0.3;
  margin-top: 20px;
  white-space: nowrap;
}
.top__section09__bottom {
  background-color: #dff5ff;
  margin-top: 115px;
}
@media only screen and (max-width: 600px) {
  .top__section09__bottom {
    margin-top: 50px;
  }
}
.top__section09__bottom h3 {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
@media only screen and (min-width: 1151px) {
  .top__section09__bottom h3 {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section09__bottom h3 {
    padding: 0 25px;
    text-align: center;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
@media only screen and (max-width: 600px) {
  .top__section09__bottom h3 {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 1150px) {
  .top__section09__bottom h3 img {
    width: 700px;
  }
}
.top__section10 {
  margin: 80px auto;
}
@media only screen and (min-width: 1151px) {
  .top__section10 {
    width: 1120px;
    max-width: 95%;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section10 {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section10 {
    margin: 40px 0;
  }
}
.top__section10 h3 {
  font-size: 35px;
  font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3388cc;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 5px;
}
@media only screen and (max-width: 600px) {
  .top__section10 h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.top__section10__map {
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .top__section10__map {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section10__map iframe {
    height: 250px;
  }
}
.top__section10__bottom {
}
.top__section10__bottom__wrap h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3388cc;
  margin-bottom: 35px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .top__section10__bottom__wrap h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.top__section10__bottom__wrap p {
  line-height: 1.8;
}
@media only screen and (min-width: 1151px) {
  .top__section10__bottom__wrap p:nth-of-type(n + 2) {
    width: 1120px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .top__section10__bottom__wrap p:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .top__section10__bottom__wrap p:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

/************************************
** タイムラインカスタマイズ
************************************/
.timeline-item:before {
  background: #f8c678; /*好きな色に*/
  top: 22px;
  width: 17px;
  height: 17px;
  left: 103px;
}
.timeline-item-content {
  border-left: 3px rgba(25, 25, 25, 0.12) solid;
}
.timeline-box {
  border: initial;
}
.timeline-item-label {
  color: rgba(25, 25, 25, 0.7);
}
@media screen and (max-width: 480px) {
  .timeline-item-content {
    border-left: initial;
  }
  .timeline > li.timeline-item {
    border-left: 3px rgba(25, 25, 25, 0.12) solid;
  }
  .timeline-item:before {
    left: -10px;
  }
}
/*以下はアニメーションをつけたい場合*/
.timeline li:nth-child(1):before {
  opacity: 0.5;
  animation: timeline_circle 1.5s infinite;
}
@keyframes timeline_circle {
  100% {
    opacity: 1;
    transform: scale(1.3, 1.3);
  }
}

.highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  line-height:150%;
}

/* ---------------------------------------------------- */
/* アイコン
/* ---------------------------------------------------- */

div#icon-info {
}
div#icon-info h3 {
  display: none;
}
div.tokucho {
}
div.tokucho h4 {
  display: none;
}
div.tokucho p {
  margin-bottom: 2em;
}
div.tokucho p b {
  font-size: 1.1rem;
  margin-right: 1em;
  border-bottom: 2px solid #3388cc;
}
div.tokucho p b::before {
  content: "\f00c";
  font-family: "font awesome 5 free";
  margin-right: 0.5em;
  color: #3388cc;
}
div.tyui {
  background: #fff;
  padding: 1em;
  border-radius: 10px;
}
div.tyui h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0.5em auto 1em auto;
}
div.tyui h4::before {
  content: "\f071";
  font-family: "font awesome 5 free";
  color: #ffaa00;
  margin-right: 0.5em;
}
div.tyui h4::after {
  content: "";
  display: block;
  margin: auto;
  width: 3em;
  line-height: 1px;
  height: 1px;
  margin-top: 0.5em;
  background: #000;
}
div.tyui p {
  display: inline;
}
div.tyui p::after {
  content: "/";
  margin: 0 1em;
}
div.tyui p:last-child::after {
  display: none;
}
div#icon-nagare {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
div#icon-nagare div {
  width: 23%;
  padding: 20px 35px 30px 35px;
  background: #fff;
  border: 3px solid #3388cc;
  margin-bottom: 3em;
  position: relative;
  border-radius: 10px;
}
div#icon-nagare div h5 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #00d485;
}
div#icon-nagare div h5 span {
  display: inline-block;
  background: #3388cc;
  width: 2em;
  line-height: 2em;
  margin-right: 0.3em;
  color: #fff;
  border-radius: 2em;
}
div#icon-nagare div img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
div#icon-nagare div p {
  line-height: 1.5em;
  font-size: 90%;
  margin: 0;
}
div#icon-nagare div:last-child {
  background: none;
}
div#icon-nagare div:last-child::after {
  display: none;
}

@media only screen and (max-width: 1000px) {
  div#icon-nagare div {
    width: 42%;
    padding: 10px;
    background: #fff;
    border: 3px solid #3388cc;
    margin-bottom: 3em;
    position: relative;
    border-radius: 10px;
  }
}


@media only screen and (max-width: 600px) {
  div#icon-nagare div {
    width: 40%;
    padding: 10px;
    background: #fff;
    border: 3px solid #3388cc;
    margin-bottom: 1em;
    position: relative;
    border-radius: 10px;
  }
  table {
    width: 100%;
    border-spacing: 0;
  }
  
  table th {
    border-bottom: solid 2px #fb5144;
    padding: 10px 0;
    vertical-align: middle;
  }
  
  table td {
    border-bottom: solid 2px #ddd;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    line-height: 150%;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 30px;
    height: 60px;
  }
  
  .price {
    text-align: right;
    padding-right: 20px;
    color: #3388cc;
  }
  
  .label {
    padding: 3px 6px;
    background-color: #eee;
    font-weight: 300;
    display: inline-block;
    font-size: 10px;
    margin-top: 5px;
  }
  
  .priceTable {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    white-space: normal;
  }

  .top__main__text {
    display: none;
  }
  
  .top__section05__poririn__bottom__flex__box__text {
    height: initial;
    border-bottom:none;
  }

  .top__section02{
    padding-top:0px;
  }

  .top__section06__block{
    padding:20px 0px 0px 0px;
  }

  .top__section07{
    padding-bottom:100px;
    margin-bottom:0px;
  }

  .pb150{
    padding-bottom:50px;
  }


}
.contactBtn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 10px 20px;
  background-color: #ff7162;
  line-height: 26px;
  color: #ffffff !important;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
  border-radius: 100px;
}

.contactBtn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #253b70;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.contactBtn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 100px;
}

.accessArea {
  background: #fffffd;
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  margin-top: 50px;
  width: 100%;
  background: url(../images/base/019.jpg);
  background-size: cover;
  background-position: 400px;
  background-repeat: no-repeat;
}

.accessDetailArea > a {
  text-align: center;
  display: inline;
}

.accessDetailArea > img {
  text-align: center;
  display: inline;
}


.accessDetailArea > a >img {
  text-align: center;
  display: inline;
}


.accessDetailArea {
  display: inline-block;
  float: left;
  padding: 60px 0px 60px 0px;
  width: 50%;
  background: #e4dfcd;
  vertical-align: top;
  text-align: center;
  font-weight: 400;
}


.accessTable {
  border-collapse: collapse;
  margin: auto;
  width: 600px;
  font-size:14px!important;;
}

.accessTable td {
  border-collapse: collapse;
  padding: 15px!important;;
  text-align: center;
  border: 1px solid #aaaaaa;
  font-size:15px!important;
  height: initial;
}
.accessImage {
  display: inline-block;
  width: 50%;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  float: left;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .accessArea {
      background-position: 150%;
  }

  .p-first-view__application-title{
    text-align: center;
  }
  .accessDetailArea{
    width:100%;
    font-size:90%;
  }
  .accessTable {
    width: 90%;
  }
  .accessTable th, .accessTable td {
    font-size: 12px;
    white-space: nowrap;
    padding:5px!important;
    height: initial;
    font-weight:normal;
  }
}