html{
  height:100%;
  overflow-y:scroll;
}
body {
  height:100%;
  font: 14px/1.231 YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ ProN W6', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, sans-serif;
  *font-size: small;
  *font: x-small;
  letter-spacing: 0;
  color:#555;
  line-height:1.65;
}
* {
  font-feature-settings : "palt";
  letter-spacing: .05em;
}

ol, ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}

input:hover { opacity:0.7; }
textarea:hover { opacity:0.7; }

li {  list-style: none;}
a { color: #0891d0;}

small { font-size: 80%; }

.fltRgt { float: right;}
.text-center {text-align:center;}

.pc-none {
  display: none;
}

@media (max-width: 640px) {
  body {
    font-size: 13px;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}

/*--------------------------------------------------------

 header

--------------------------------------------------------*/
header {
  color:#f5f5f5;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  line-height: 70px;
  z-index: 1000;
  font-size: 93%;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.17);
}
header #logo,
header nav {
  display: inline-block;
}
header #logo img {
  vertical-align: middle;
}
header .section-inner {
  max-width: 1100px;
}
.header-nav {
  position: relative;
  float:right;
}
.sp-header-nav {
  display: none;
  color: #eb3200;
  font-size: 150%;
  float: right;
}
.header-nav a {
  color: #0891d0;
  text-decoration: none;
}
.header-nav i {
  margin-right: 5px;
}
.header-nav .btn {
  display: inline;
  padding: 4px 15px;
  color: #fff;
}
.header-nav .btn:not(.btn-success) {
  background-color: #009DE5;
  border-color: #009DE5;
}
.header-nav .btn:hover:not(.btn-success) {
  background-color: #fff;
  color: #009DE5;
}
.header-nav li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 15px;
}
.header-nav li:last-child {
  margin: 0 0 0 5px;
}
.header-nav i {
  margin-right: 5px;
}
.nav-proxy {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.nav-proxy-sp {
  display: none;
}
.nav-proxy span {
    position: absolute;
    right: -9px;
    top: 0;
    bottom: 0;
    display: block;
    height: 32px;
    width: 32px;
    margin: auto;
    font-size: 84%;
    text-align: center;
    line-height: 32px;
    border-radius: 24px;
    color: #fff;
    vertical-align: middle;
    background-color: #eb3200;
    -webkit-animation: magnify 1.3s linear infinite alternate;
       -moz-animation: magnify 1.3s linear infinite alternate;
            animation: magnify 1.3s linear infinite alternate;
}
@-webkit-keyframes magnify{
    0%{-webkit-transform: scale(.8); }
    70%{-webkit-transform: scale(.8); }
    85%{-webkit-transform: scale(.92); }
    100%{-webkit-transform: scale(.8);}
}
header .lang-area {
    position: absolute;
    background-color: #ffffffbd;
    right: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 24px;
    bottom: -49px;
    border-radius: 24px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.17);
    font-size: 93%;
}
header .lang-area a {
  text-decoration: none;
}
header .lang-switch {
  vertical-align: baseline;
  margin-left: 8px;
}


@media (min-width:641px) and (max-width: 1080px) {
  .header-nav li:nth-child(1),
  .header-nav li:nth-child(2),
  .header-nav li:nth-child(3),
  .header-nav li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 640px) {
  header {
    line-height: 50px;
  }
  .sp-header-nav {
    display: block;
  }
  .header-nav {
    line-height: 40px;
    font-size: 120%;
    display: none;
    position: fixed;
    background: #fff;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header-nav li:not(.sp-none) {
    display: block;
    text-align: center;
    margin: 0;
    padding: 5px 10px;
  }
  .header-nav .sp-none {
    display: none;
  }
  .header-nav .btn {
    display: block;
    font-size: 100%;
  }
  .header-nav .lang-area {
    position: relative;
    box-shadow: none;
    right: auto;
    left: auto;
    bottom: auto;
    text-align: center;
    margin-top: 10px;
  }
  .nav-proxy.nav-proxy-sp {
    display: inline-block;
    margin-right: 21px;
    float: right;
  }
  .nav-proxy.nav-proxy-sp.en {
    line-height: 1.5;
    text-align: right;
    padding: 11px 23px 9px 0;
    font-size: 86%;
  }
  .nav-proxy.nav-proxy-sp a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .nav-proxy.nav-proxy-sp a + a {
    margin-left: 1rem;
  }

}

/*--------------------------------------------------------

 #mainvisual

--------------------------------------------------------*/
#mainvisual {
  padding: 80px 0 0;
  width: 100%;
  color: #555555;
  background: #f8f8f8;
}
#mainvisual::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 0;
  right: 0;
  height: 780px;
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
  background: #fff;
}
#mainvisual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 700px;
  z-index: 1;
  background: url(../images/mainvisual_world_blue.png) center no-repeat;
  -webkit-background-size: 1200px;
  background-size: 1200px;
  opacity: .2;
}
#mainvisual .section-inner {
  position: relative;
  z-index: 2;
}
#mainvisualTxt {
  float: right;
  width: 600px;
}
#mainvisualTxt h1 {
  padding-top: 190px;
  font-size: 380%;
  line-height: 1.3;
  letter-spacing: -1px;
  font-weight: normal;
}
#mainvisualTxt p {
  font-size: 128%;
  margin: 30px 0 30px;
}
#mainvisualTxt .btn {
  font-size: 140%;
}

@media (max-width: 640px) {
  #mainvisual {
    padding: 0;
    text-align: center;
  }
  #mainvisual::before {
    height: 1000px;
  }
  #mainvisual::after {
    background-position: center 50px;
    -webkit-background-size: 800px;
    background-size: 800px;
  }
  #mainvisual img {
    width: 100%;
    height: auto;
  }
  #mainvisualTxt {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #mainvisualTxt h1 {
    font-size: 260%;
    padding: 110px 0 8px;
  }
  #mainvisualTxt h1 span {
    letter-spacing: -5px;
  }
  #mainvisual .btn {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------

 article

--------------------------------------------------------*/
.wrap {
  background: #fff;
}
.section-padding {
  padding: 100px 0;
  overflow: hidden;
  /* タブレットでのずれ用 */
}
.section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-inner-large {
  width: 100%;
  display: table;
}
.section-title {
  font-size: 250%;
  font-weight: normal;
  margin-bottom: 30px;
}
.section-title i {
  font-size: 100%;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  background: #eb3200;
  /*border: 2px solid #eb3200;*/
  border-radius: 100px;
  padding: 20px;
}
.sub-title {
  margin: 30px 0 15px;
  font-size: 150%;
  font-weight: normal;
}
.cta-area {
  font-size: 160%;
  background: #009DE5;
  color: #555555;
  background: url(../images/bg-harbor-ttl-service.png) no-repeat;
  background-size: cover;
}
.cta-area h3 {
  font-weight: normal;
  padding-bottom: 10px;
}
.cta-area .btn {
  padding: 15px 40px;
}
.btn {
  display: inline-block;
  font: inherit;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50px;
  outline: 0!important;
  font-size: 115.385%;
  padding: 6px 30px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  border: solid 2px #fff;
}
.btn:hover {
  background: #fff;
  color: #eb3200;
}
.btn-success {
  background-color: #34C477;
  border-color: #34C477;
}
.btn-success:hover {
  color: #34C477;
}

@media (max-width: 640px) {
  .section-inner {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-padding {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 5px;
  }
  .cta-area {
    font-size: 120%;
  }
  .cta-area .btn {
    width: 90%;
    box-sizing: border-box;
  }
  .section-title {
    font-size: 155%;
    margin-bottom: 20px;
  }
  .section-title i {
    background: transparent;
    color: inherit;
    margin-right: 5px;
    margin-bottom: 0;
    padding: 0;
  }
  .btn {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*  #flow
----------------------------------------- */
.flow-lead {
  font-size: 150%;
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: -2;
  background-color: #f8f8f8;
}
.flow-lead strong {
  color: #eb3200;
  font-size: 120%;
}
.flow-steps {
  text-align: center;
  background: #eee;
  -webkit-background-size: cover;
  background-size: cover;
}
.flow-steps .section-inner {
  position: relative;
}
.flow-steps ol {
  display: table;
  width: 100%;
}
.flow-steps li {
  position: relative;
  z-index: 0;
  padding: 0 10px;
  display: table-cell;
  /*width: 25%;*/
}
.flow-steps li:before {
  height: 3px;
  width: 20px;
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ccc;
}
.flow-steps dl {
  background: #fff;
  padding: 20px 10px;
}
.flow-steps dt {
  color: #eb3200;
  font-size: 150%;
}
.flow-steps li:last-child:before {
  display: none;
}

@media (max-width: 640px) {
  .flow-lead {
    font-size: 120%;
  }
  .flow-steps ol {
    display: block;
    overflow: scroll;
  }
  .flow-steps li {
      white-space: nowrap;
      display: block;
      width: 100%;
      padding: 0;
  }
  .flow-steps li:before {
    display: none;
  }
  .flow-steps dl {
    margin-bottom: 10px;
  }
  .flow-image {
    height: 200px;
    background-position: center;
  }
}

/*  #guide
----------------------------------------- */
#guide ul {
  overflow: hidden;
}
#guide li {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-top: -1px;
}
#guide li:nth-child(odd) {
  clear: both;
}
#guide a {
  display: block;
  padding: 20px;
  border-top: 1px solid #ccc;
  text-decoration: none;
  color: #666;
  transition-duration:.3s;
  transition-timing-function: linear;
}
#guide a:hover {
  color: #2e98ea;
}
#guide dl {
  display: table;
  width: 100%;
}
#guide dt {
  color: #2e98ea;
  font-size: 150%;
  padding-bottom: 5px;
}
#guide dt i {
  margin-right: 8px;
}
#guide dd {
  text-decoration: underline;
  font-size: 120%;
}
.underpage #guide {
  background: #eee;
}

@media (max-width: 640px) {
  #guide li {
    width: 100%;
    padding: 0;
  }
  #guide dt {
    padding-bottom: 0;
  }
}

/*  #merit
----------------------------------------- */
#merit {
  background: #eee;
}
.merit-content li {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto 40px;
}
.merit-content li:last-child {
  margin-bottom: 0;
}
.merit-content li:nth-child(even) img {
  float: right;
  margin-left: 40px;
}
.merit-content li:nth-child(odd) img {
  float: left;
  margin-right: 40px;
}
.merit-content li p {
  margin-bottom: 1em;
}
.merit-content .section-inner {
  overflow: hidden;
}
.merit p {
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  .merit-content li {
    border: none;
    padding: 0;
  }
  .merit-content li img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}


/*  #voice
----------------------------------------- */
#voice {
  text-align: center;
}
#voice .section-inner-large {
  max-width: 1400px;
  margin: auto;
}
#voice li {
  display: inline-block;
  margin: 0 10px 30px;
  position: relative;
  font-size: 150%;
}
.balloon::before,
.balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
}
.balloon::before {
  background: #eee;
  bottom: -10px;
}
.balloon::after {
  background: #FFF;
  bottom: -5px;
}
.balloon-left::before {
  left: 50px;
  border-radius: 0 30px 0 30px;
}
.balloon-left::after {
  left: 60px;
  border-radius: 0 30px 0 30px;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}
.balloon-right:before {
  right: 50px;
  border-radius: 30px 0 30px 0;
}
.balloon-right:after {
  right: 60px;
  border-radius: 30px 0 30px 0;
  -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.balloon div {
  text-align: center;
  background: #eee;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
}


@media (max-width: 640px) {
  #voice li {
    font-size: 80%;
    margin: 0 2px 16px;
  }
  .balloon div {
    padding: 5px;
  }
}


/*  #faq
----------------------------------------- */
#faq {
  background:url(../images/bg-asanoha_navy.png) repeat;
}
#faq .section-title,
#faq .sub-title {
  text-align: center;
  color: #fff;
}
.faq-menu {
  display: table;
  padding-bottom: 30px;
  width: 100%;
}
.faq-menu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
.faq-menu a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 10px 0;
  color: #fff;
  width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.faq-menu .num {
  font-size: 150%;
  margin-right: 5px;
}
#faq1,
#faq2,
#faq3,
#faq4,
#faq5,
#faq6 {
  padding-top: 15px;
}
#faq dl {
  width:800px;
  margin:0 auto;
  font-size:108%;
}
#faq dt {
  margin: 4px 0 0;
  background: #FFF;
}
#faq dt.open {
  background: #FFF;
}
.qNum,
.qTitle {
  display: table-cell;
  vertical-align: middle;
}
.qNum {
  text-align: center;
  color: #FFF;
  background: #2e98ea;
  width: 52px;
  font-size: 180%;
}
.qNum sup {
  font-size: 60%;
}
.qTitle {
  padding: 15px 30px 15px 15px;
}
#faq dd {
  background: #fff8f8;
  padding: 15px 15px 15px 45px;
  display: none;
}
.ans {
  color: #eb3200;
  margin: 0 .5em 0 -1.6em;
  font-weight: bold;
}
.ans-table {
  font-size: 80%;
}
.ans-table th,
.ans-table td {
  padding: 0 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.ans-table th {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .faq-menu {
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .faq-menu li {
    margin-top: -1px;
    display: block;
    width: 50%;
    padding: 0 5px;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 640px) {
  #faq dl {
    text-align:left;
    width:100%;
    margin:0 auto;
    font-size:100%;
  }
  #faq dt {
    margin: 6px 0 0;
    background: #FFF;
    line-height: 1.2em;
    font-size: 100%;
    display: table;
    width: 100%;
  }
  .qNum sup {
    font-size: 43%;
  }

}

/*--------------------------------------------------------

  form, contact

--------------------------------------------------------*/
#formyForm,
.form-wrapper {
  width: 800px;
}
#formyForm table,
.form-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#formyForm th,#formyForm td,
.form-table th, .form-table td {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
#formyForm th,
.form-table th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formyForm table input[type="text"],#formyForm table textarea,
.form-table input, .form-table select .form-table textarea {
  width: 90%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
#formyForm table input[type="text"],#formyForm select,#formyForm textarea,
.form-table input, .form-table select, .form-table textarea {
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}
#formyForm input:hover,
.form-table input:hover {
  opacity: 0.7;
}
#formyForm textarea:hover,
.form-table textarea:hover {
  opacity: 0.7;
}
#formyForm input:focus,
.form-table input:focus {
  background-color: #fff;
}
#formyForm .parsley-validated { background-color: #eee; }
#formyForm .parsley-error { background-color: #fee; }
#formyForm .parsley-success { background-color: #fff; }

.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 10px;
}
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding: 30px 0 0;
  text-align: center;
}
#formy_btn input {
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
.formy_confirm {
  width: 324px;
  height: 59px;
  background: url(https://entry-form.net/css/form-default/form_btn_confirm.png) no-repeat;
}
.formy_submit_disabled {
  width: 324px;
  height: 59px;
  background: url(https://entry-form.net/css/form-default/form_btn_unfinished.png) no-repeat;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  width: 134px;
  height: 59px;
  background: url(https://entry-form.net/css/form-default/form_btn_edit.png) no-repeat;
}
.formy_send {
  width: 324px;
  height: 59px;
  background: url(https://entry-form.net/css/form-default/form_btn_send.png) no-repeat;
}
#total_required {
  background: rgba(240,50,50,0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  color: #fff;
  position: fixed;
  top: 90px;
  right: 20px;
  display: none;
}

.simple-quote-form {
  background-color: #eee;
}
.simple-quote-form .simple-quote-form-unit {
  font-size: 1.2rem;
}

@media (max-width: 640px) {
  #formyForm,
  .form-wrapper {
    width: 100%;
  }
  #formyForm table input[type="text"],#formyForm table input[type="password"],#formyForm table textarea,
  .form-table input, .form-table select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #formyForm th,#formyForm td,
  .form-table th, .form-table td {
    padding: 15px 0;
    display: block;
    width: auto;
  }
  #formyForm th,
  .form-table th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
  }
  #formyForm td,
  .form-table td {
    padding-top: 5px;
  }
  #formyForm tr:last-child td,
  .form-table tr:last-child td {
    border: none;
  }
  #formy_btn {
    padding-top: 0;
  }
  #total_required {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    text-align: center;
    opacity: 1!important;
    display: inline-block!important;
    font-size: 84%;
    color: rgba(240,50,50,0.8);
    background: transparent;
    letter-spacing: 0;
  }
  #formy_btn input{
    width: 100%;
    text-indent: 0px;
    color: #fff;
    letter-spacing: .3em;
    margin: 6px 0 0;
    user-select: none;
    background-color: #eee;
    text-decoration: none;
    font: inherit;
    font-size: 120%;
    border-radius: 50px;
    padding: 6px 30px;
    transition: background-color 0.3s ease-in-out;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    -webkit-appearance: none;
  }
  #formy_btn .formy_confirm{
    background: #eb3200;
  }
  #formy_btn .formy_submit_disabled {
    background: #eee;
  }
  #formy_btn .autoConfirmBack{
    background: #ccc;
    opacity: 1;
  }
  #formy_btn .formy_send {
    background: #2e98ea;
  }
  #formyForm input:hover{opacity: 1;}

  .simple-quote-form .simple-quote-form-weight {
    width: 90%;
  }
}


/*--------------------------------------------------------

  FOOTER

--------------------------------------------------------*/
#globalFooter {
  background: #f0eee6;
}
.footer-link {
  padding: 20px 40px;
}
.footer-link a {
  color: #eb3200;
  text-decoration: none;
}
.footer-link-company {
  display: inline-block;
}
.footer-link-company ul {
  width: 50%;
  padding: 10px;
}
.footer-link-company li {
  display: inline-block;
  padding: 10px;
}
.footer-shere_btns {
  float: right;
  margin-top: 10px;
  margin-bottom: 5px;
}
.footer-shere_btns li {
  padding: 0 5px;
  float: left;
  line-height: 20px;
}
#caution {
  text-align: center;
  padding-bottom: 20px;
  color: #999;
}

@media (max-width: 640px) {
  .footer-link-company,
  .footer-shere_btns {
    float: none;
  }
  .footer-shere_btns {
    display: inline-block;
  }
  .footer-link {
    padding: 15px 0;
    text-align: center;
  }
  .footer-link-company li {
    padding: 0 10px 10px;
  }
  #caution {
    padding-bottom: 10px;
  }
}



/*--------------------------------------------------------

  UNDER

--------------------------------------------------------*/
.underpage {
  padding-top: 70px;
}
.page-title {
  text-align: center;
  background: #fff;
  padding: 50px 0;
  font-size: 250%;
  background: url(../images/bg-harbor-ttl-service.png) no-repeat;
  background-size: cover;
  font-weight: normal;
  color: #555555;
}
.page-title i {
  margin-right: 5px;
}
.guide-flow {
  background: #eee;
}
.guide-flow li {
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  overflow: hidden;
}
.guide-flow h3::before {
  position: absolute;
  left: -60px;
  counter-increment: number;
  content: counter(number);
  background: #eb3200;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
}
.guide-flow li h3,
.guide-flow li p {
  width: 400px;
}
.guide-flow li h3 {
  position: relative;
  margin-left: 60px;
  font-size: 150%;
}
.guide-flow li p {
  margin-left: 60px;
  font-size: 120%;
}
.guide-flow li img {
  float: right;
  padding-right: 20px;
}
.table-style {
  width: 800px;
  margin: 0 auto;
  border: 3px solid #ccc;
}
.table-style th,
.table-style td {
   border: 1px solid #ccc;
  padding: 10px 20px;
}


@media (max-width: 640px) {
  .underpage {
    padding-top: 50px;
  }
  .page-title {
    padding: 30px 0;
    font-size: 150%;
  }
  .table-style {
    width: 100%;
    border: none;
  }
  .table-style th,
  .table-style td {
    text-align: left;
    display: block;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-style th {
    border-top: 1px solid #ccc;
    padding-bottom: 0 !important;
    margin-top: -1px;
  }
  .table-style td {
    padding-top: 0 !important;
    border-bottom: 1px solid #ccc;
  }
  .guide-flow li {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .guide-flow li img {
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
    max-width: 100%;
    height: auto;
  }
  .guide-flow li h3{
    width: calc(100% - 60px);
    height: 60px;
    line-height: 1.65;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .guide-flow li p {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/*--------------------------------------------------------

  POLICY

--------------------------------------------------------*/
#policy p,
#policy ul {
  margin-bottom: 1em;
}
#policy li {
  margin-left: 2em;
  list-style: square;
}
#policy .table-style {
  font-size: 85%;
  width: 100%;
}
#policy .table-style th,
#policy .table-style td {
  padding: 5px 10px;
}

/*--------------------------------------------------------

  shipment

--------------------------------------------------------*/
.shipment-flow {
  text-align: center;
}
.shipment-flow-image {
  background: #faf4f3;
  padding: 50px;
  margin-bottom: 40px;
}
.shipment-flow li {
  border-bottom: 3px solid #eb3200;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  width: 22%;
  margin: 1%;
  height: 130px;
  position: relative;
  padding:0 0 10px;
}
body{counter-reset:number;}
.shipment-flow li::before {
  counter-increment: number;
  content: counter(number);
  background: #eb3200;
  font-size: 200%;
  width: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  float: left;
}
.shipment-flow li::after {
  content:'';
  display: block;
  position: absolute;
  right: 5px;
  bottom: -5px;
  width: 3px;
  height: 20px;
  background: #eb3200;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.shipment-flow li h3,
.shipment-flow li p {
  padding-left: 70px;
  font-size: 85%;
}
.shipment-flow li h3 {
  font-size: 120%;
  color: #eb3200;
}
.guide-lead {
  font-size: 120%;
  padding-bottom: 30px;
  text-align: center;
}

/* .guide-steps */
.guide-steps {
  text-align: center;
  background: #eee;
}
.guide-steps ol {
  display: table;
  width: 100%;
}
.guide-steps li {
  position: relative;
  z-index: 0;
  padding: 0 10px;
  display: table-cell;
  width: 25%;
}
.guide-steps li:before {
  height: 3px;
  width: 20px;
  position: absolute;
  content: "";
  top: 80px;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ccc;
}
.guide-steps dl {
  background: #fff;
  padding: 20px 10px;
}
.guide-steps dt {
  color: #eb3200;
  font-size: 150%;
}
.guide-steps li:last-child:before {
  display: none;
}

@media (max-width: 640px) {
  .shipment-flow-image {
    width: 100%;
    padding: 20px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .shipment-flow li {
    width: 100%;
    border-bottom: none;
    height: auto;
  }
  .shipment-flow li::before {
    width: 40px;
    line-height: 40px;
  }
  .shipment-flow li::after {
    display: none;
  }
  .shipment-flow li h3, .shipment-flow li p {
    padding-left: 54px;
  }
  .guide-steps ol {
    display: block;
    overflow: scroll;
  }
  .guide-steps li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .guide-steps li:before {
    display: none;
  }
  .guide-steps dl {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------

  payment

--------------------------------------------------------*/
.payment section {
  border-bottom: 1px solid #ccc;
  padding: 30px;
  overflow: hidden;
}
.payment h3::before {
  counter-increment: number;
  content: counter(number);
  background: #eb3200;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
}
.payment section img+* {
  width: 640px;
}
.payment section h2 {
  font-size: 150%;
}
.payment section img {
  float: right;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .payment section {
    padding:  20px 10px;
  }
  .payment section img {
    float: none;
    padding-right: 0;
    margin: 0 auto;
    display: block;
  }
}


/* lang-switch
 **************************************** */
.lang-area{
  float: right;
  clear: both;
}
.lang-area a:hover{
  opacity: 0.6;
}
.lang-area>p{
  display: inline-block;
  vertical-align: middle;
  color: black;
}
.lang-set{
  display: block;
  text-align: center;
}
.lang-switch {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.lang{
  display: inline;
  vertical-align: middle;
  margin-left: 3px;
  padding: 0px 2px;
  color: black;
}
.lang-icon{
  vertical-align: middle;
  width:15px;
  border-radius:50%;
  border: 1px solid #bbb;
}
@media (max-width: 640px) {
  .lang-area {
    float: none;
    clear: both;
  }
  .lang-area a:hover{
    opacity: 1;
  }
  .reminder .link-area>p {
     clear: none;
  }
}