@charset "UTF-8";

/* common --------------------------- */

* {
  padding: 0;
  margin: 0;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  font-weight: normal;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}
img {
  width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-size: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
img, input {
  max-width: 100%;
}
button {
  background: transparent;
  border: 0 none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}

/* clearfix --------------------------- */

.cfix:after, .b:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: "";
}
.cfix, .b {
  zoom: 1;
}

/*----------------------------------------*/

#inner {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.warp_logo {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  height: auto;
  border-bottom: 5px solid #1f79f1;
}
.warp_logo img {
  width: 160px;
  height: auto;
  padding: 0.5rem 0 0.25rem;
}
#p1 {
  position: relative;
  width: 100%;
}
.p1-1 {
  z-index: 9999;
  /*background:#ffea12;*/
  border-bottom: #2d6bd6 3px solid;
  background: #fff;
  width: 100%;
  max-height: 48px;
  padding: 5px 0;
}
h1.p1-1 img {
  display: block;
  max-height: 38px;
  margin: auto;
}
#p1-3 {
  padding: 0 20px 17px;
}
#p2 {
  position: relative;
  width: 100%;
}
#p2 #p2-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#p3a {
  position: relative;
  background: #feb32c;
  width: 100%;
}
.p3-2 {
  padding-bottom: 70px;
}
#p5 {
  position: relative;
  width: 100%;
}
#p5 .p5-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.p5-1.animated.slideInRight {
  top: 123px !important;
}
.p5-1.animated.slideInLeft {
  top: 20px!important;
}
.p5-1.animated.slideInLeft img {
  width: 82%;
  height: auto;
}
.p5-1.animated.slideInRight img {
  width: 75%;
  height: auto;
}
#p6 #p6f {
  margin: 30px 20px;
  padding: 10px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
#p6 #p6f #p6ft {
  margin: auto;
  font-size: 12px;
  border-spacing: 3px;
}
#p6 #p6f #p6ft th {
  white-space: nowrap;
  text-align: left;
  width: 100px;
}
#p6 #p6f #p6ft th span.sw {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
  padding: 5px 0;
  color: #fff;
  background-color: #f06;
  text-align: center;
  border-radius: 2px;
}
#p6 #p6f #p6ft th span.if {
  display: inline-flex;
}
#p6 #p6f #p6ft th span.swn {
  display: inline-block;
  margin-left: 37px;
  padding: 5px 0;
}
#p6 #p6f #p6ft th span.fss {
  font-size: 10px;
}
#p6 #p6f #p6ft td {
  text-align: left;
  vertical-align: middle;
}
#p6 #p6f #p6ft td[colspan="2"] {
  text-align: center;
  padding 0;
}
#p6 #p6f #p6ft td input[type="image"] {
  width: 80%;
}
aside.p99-1 {
  width: calc(100% - 2rem);
  margin: 0px auto 30px;
}
.radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 12px;
  padding: 10px 20px 10px 0;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: left;
  line-height: 1;
}
.radio label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #bdc3c7;
  border-radius: 13%;
}
.radio input[type="radio"]~span {
  position: relative;
  display: block;
  padding-left: 26px;
}
.radio input[type="radio"]:checked~span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-radius: 30%;
  background: #ec342c;
  padding: 2px;
}
.radio input[type="radio"] {
  display: none;
}
input[type="text"], select, textarea {
  width: 80%;
  min-width: 140px;
  height: 32px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 4px 6px -6px #ccc;
}
textarea {
  height: 4em;
}

/*20180614_【SP版】選ばれる理由コンテンツの追加*/

#five {
  background: #167dfd;
  margin-top: -10px;
  padding: 30px 0 50px 0;
}
.five-inner {
  border-right: #167dfd 10px solid;
  border-left: #167dfd 10px solid;
  background: #fafafa;
  padding-bottom: 10px;
}
.five_title {
  margin-top: -30px;
}
#five .five-inner ol {
  margin-top: 30px;
}
#five .five-inner ol li {
  margin-bottom: 20px;
}

/*20180711_【SP版】フローティングバナーの設置*/

#inner {
  position: relative;
}
.float_banner {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
}
.float_banner img {
  vertical-align: bottom;
}

/*20180807【SP版】運営会社情報の追加*/

footer {
  background-color: #167dfd;
  color: #FFF;
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 1em 0 1em 0;
}

/* 2018.8.21 よくある質問の追加 */

#faq {
  padding: 30px 20px;
  font-family: sans-serif;
}
#faq h2 {
  font-size: 24px;
}
#faq dl {
  text-align: left;
}
#faq dl dt, #faq dl dd {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
  min-height: 70px;
}
#faq dl dt {
  margin-top: 30px;
}
#faq dl dt:before, #faq dl dd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  background: url("images/list.png") 50% 50% no-repeat;
  background-size: contain;
}
#faq dl dd:before {
  background-image: url(images/list-icon-a.png);
  background-position: 50% 0;
}
#faq dl dt span, #faq dl dd span {
  display: block;
  width: 100%;
  padding-left: 0.5em;
  font-size: 13px;
  line-height: 1.4;
}
#faq dl dt span {
  font-size: 16px;
}
#faq dl dd span {
  background: #e9e9e9;
  padding: 1em;
}

/* 2018.9.26 よくある質問のアコーディオン化 */

#faq dl dt {
  padding-right: 36px;
  cursor: pointer;
}
#faq dl dt:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.7em;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1.1em;
  font-size: 22px;
  text-align: center;
  border: 1px solid #167dfd;
  border-radius: 3px;
  color: #fff;
  background: #167dfd;
}
#faq dl dd {
  display: none;
}
#faq dl dt.on:after {
  content: "▲";
  margin-top: -0.5em;
  color: #167dfd;
  background: #fff;
}
#faq dl dt.on+dd {
  display: block;
}

/* 2021.01.18 #p3 */

.p3_img+.p3_img {
  margin-top: 30px;
}
form#mailformpro .radio label, form#mailformpro .radio label.mfp_checked {
  padding: 0;
  background: none;
}
form#mailformpro .radio label+label {
  margin-top: 1em;
}
form#mailformpro .radio label.mfp_not_checked {
  padding: 0;
}
#other_address .error {
  display: block;
  color: #f00;
}
.contact .error {
  color: #f00;
  display: none;
}
.contact .error.active {
  display: block;
}
.contact .active_bg {
  background-color: rgba(255, 0, 102, 0.09);
}
.contact .remaining {
  padding-top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #f06;
  border-radius: 10px;
}
.contact .remaining .number {
  font-size: 22px;
  font-weight: bold;
  margin-left: 16px;
}
.contact .remaining .items {
  font-weight: bold;
}
input:invalid {
  box-shadow: none;
}
.error-message {
  display: none;
}

/*style.css 109 行目に　opacity:0; を追加する*/

.float_banner {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*loat_banner.is_showスタイル を追加する*/

.float_banner.is_show {
  visibility: visible;
  opacity: 1;
}
.p4-1 {
  width: 60%;
  height: auto;
  padding: 50px 0;
}
.p3-1 {
  margin-bottom: 15px;
}
.form_ttl {
  padding: 30px 20px;
}
.change_size {
  padding: 0 110px;
}
@media screen and (max-width: 500px) {
  .contact .remaining {
    font-size: 14px;
  }
  .contact .remaining .number {
    font-size: 18px;
    margin-left: 16px;
  }
}
.remaining_fixed_wrapper {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;
  opacity: 0;
}
.remaining_fixed_wrapper.is_active {
  opacity: 1;
}
.remaining_fixed {
  font-size: 16px;
  font-weight: bold;
  color: #f06;
  border-radius: 10px;
}
.remaining_fixed .number {
  font-size: 22px;
  font-weight: bold;
  margin-left: 16px;
}
.remaining_fixed .items {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p5-1.animated.slideInRight {
    top: 119px !important;
  }
  .float_banner {
    width: 100%;
  }
  .p5-1.animated.slideInLeft {
    top: 15px !important;
  }
  .form_ttl {
    padding: 0 0 5px 0;
  }
  .change_size {
    padding: 0 23px;
  }
  .p3-2 {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 500px) {
  .p5-1.animated.slideInRight {
    top: 90px !important;
  }
}
@media screen and (max-width: 414px) {
  .p5-1.animated.slideInRight {
    top: 73px !important;
  }
}
@media screen and (max-width: 320px) {
  .p5-1.animated.slideInRight {
    top: 65px !important;
  }
}
@media screen and (min-width: 768px) {
  .remaining_fixed_wrapper {
    display: none;
  }
}

/*20211025_利用規約の追加*/

#terms {
  font-size: 16px;
  text-align: left;
  padding-top: 40px;
}
#terms h2 {
  background: #167dfd;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 10px;
}
#terms h3 {
  color: #167dfd;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: #167dfd 2px solid;
  padding-bottom: 2px;
}
#terms ol li {
  list-style-type: decimal;
  margin-left: 24px;
  text-align: left;
  font-size: 16px;
}
#terms p {
  margin-bottom: 20px;
}
#countdown {
  background: #FF0000;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
#countdown:before {
  content: "残り";
}

/* 依頼品の種類　2022-04-12 */

.custom_shurui .btn-box, .custom_shurui .clear-box, .custom_shurui .submit-box {
  text-align: center;
}
.custom_shurui .btn-box {
  margin: 20px 0 0;
}
.custom_shurui .btn-box li {
  display: inline-block;
  padding: 0 5px;
}
.custom_shurui .btn {
  font-size: 11px;
  padding: 5px 10px;
}
.custom_shurui .btn-clear {
  background: #efefef;
  border-bottom: 2px solid #ababab;
  display: inline-block;
}
.custom_shurui .btn-submit {
  background: #ff8f00;
  border: none;
  border-bottom: 2px solid #c56000;
  color: #fff;
}
.custom_shurui ul, ul li {
  list-style: none;
  padding: 0;
  position: relative;
}
.custom_shurui .list-box>.cat-list {
  margin: 0 -5px;
}
.custom_shurui .list-box>.cat-list>li {
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  width: 20%;
}
.custom_shurui .list-box>.cat-list>li span {
  border: 1px solid;
  background: #000;
  color: #fff;
  display: block;
  margin: 0 0 5px;
  padding: 5px 10px;
}
.custom_shurui .list-options {
  padding-left: 10px;
}
.custom_shurui .tag-item {
  background: #ff0066;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 15px;
  padding: 6px 29px 6px 8px;
  color: #fff;
  border-radius: 3px;
}
.custom_shurui .close {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5rem;
}
.custom_shurui .close:before, .custom_shurui .close:after {
  background: #f06;
  content: '';
  display: block;
  height: 1px;
  margin-right: 5px;
  position: absolute;
  right: -2px;
  top: 8px;
  width: 10px;
}
.custom_shurui .close:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom_shurui .close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and ( max-width: 768px) {
  .custom_shurui .list-box>.cat-list>li {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .custom_shurui .list-options li label {
    display: block;
    padding: 10px 0;
  }
  .custom_shurui .btn-box {
    margin-bottom: 20px;
  }
  .custom_shurui .btn-box li {
    padding: 0 20px;
  }
  .custom_shurui .btn {
    padding: 15px 40px;
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.modal__close {
  background: transparent;
  border: 0;
}
.modal__header .modal__close:before {
  content: "\2715";
}
.modal__content {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
  overflow: hidden;
}
.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #1274ef;
  color: #fff;
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\ Demo Animation Style \**************************/

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}
.modal__container {
  width: 500px;
  max-width: 100%;
  margin: 0 1rem;
  max-height: 90vh;
}
.modal__container footer {
  background: none;
}
.modal__overlay {
  z-index: 10000;
}
.custom_shurui input:focus-visible {
  outline: none;
}
.custom_shurui .modal__container label {
  display: flex;
  align-items: flex-start;
  padding: .25rem 0;
}
.custom_shurui .modal__container label input {
  margin: 0.2em 0.25em 0 0;
}
.custom_shurui .list-options {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-right: -1rem;
}
.custom_shurui .list-options li {
  width: 33.33%;
  padding-right: 1rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .custom_shurui .list-options li {
    width: 50%;
  }
  .custom_shurui .modal__container {
    padding: 24px 10px;
  }
}
.custom_shurui .tag-list:empty::after {
  content: '依頼品の種類を選択してください';
  display: block;
  width: 100%;
  max-width: 329px;
  background-color: #fff3f3;
  padding: 0.5rem 1rem;
  color: #f06;
  margin: 1em 0;
}
.custom_shurui h2 {
  border-bottom: 1px solid #167dfd;
  color: #167dfd;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: .5em;
}
.custom_shurui .modal h2 {
  border: none;
  font-size: 1.5em;
}
.custom_shurui .android {
  margin-top: 1.5em;
}
.custom_shurui .sentaku {
  margin: 1.5em 0;
}
.custom_shurui .sentaku h2 {
  border-bottom: 1px solid #f06;
  color: #f06;
}
.custom_shurui .btn {
  color: #fff;
  background-color: #167dfd;
  padding: 0.5em 26px 0.5em 10px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  transition: .2s;
  cursor: pointer;
  margin: 0 4px 8px 0;
}
.custom_shurui .btn:hover {
  opacity: .8;
}
.custom_shurui .btn::before, .custom_shurui .btn::after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 12px;
  position: absolute;
  background-color: #fff;
  right: 6px;
  top: 50%;
  margin-top: -1px;
}
.custom_shurui .btn::after {
  transform: rotate(90deg);
}
.custom_shurui .modal__container h3 {
  border-bottom: 1px solid #167dfd;
  color: #167dfd;
}
.custom_shurui .modal__container h3:not(:first-child) {
  margin-top: 2em;
}
.hero .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hero .inner .txt {
  width: calc(62% - 1.5rem);
}
.hero .inner .img {
  width: 38%;
  padding-top: 3rem;
}
.hero .inner .osusume {
  width: 100%;
}
.hero .inner .txt h1 {
  font-weight: 900;
  color: #1f79f1;
  text-align: left;
  font-size: 42px;
  line-height: 1.25;
  margin: 1em 0 0.5em;
}
.hero .inner .txt .lead {
  font-size: 14px;
  border: 1px solid #1f79f1;
  padding: 1em;
  border-radius: 10px;
}
.tit02 {
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 900;
  background: #1f79f1;
  -webkit-box-shadow: 5px 5px 0 #1c4176;
  box-shadow: 5px 5px 0 #1c4176;
  font-size: 1.5rem;
  margin: 1em 0;
  width: calc(100% - 5px);
}
.osusume {
  margin-bottom: 2rem;
}
.osusume ul li {
  padding: 0 0 0 1.5em;
  position: relative;
  font-size: 1.25em;
}
.osusume ul li::before {
  position: absolute;
  content: '';
  width: 1em;
  height: 1em;
  top: 0.3em;
  left: 0;
  background-color: #1f79f1;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .hero .inner .txt {
    width: 100%;
  }
  .hero .inner .img {
    width: 100%;
    padding: 0;
    max-width: 200px;
    margin: 1rem auto;
  }
  .hero .inner .osusume {
    width: 100%;
  }
  .hero .inner .txt h1 {
    font-size: 10vw;
    line-height: 1.25;
    margin: 1em 0 0.5em;
    display: flex;
    justify-content: center;
  }
  .hero .inner .txt .lead {
    font-size: 12px;
    border: 1px solid #1f79f1;
    padding: 1em;
    border-radius: 10px;
  }
  .tit02 {
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 900;
    background: #1f79f1;
    -webkit-box-shadow: 5px 5px 0 #1c4176;
    box-shadow: 5px 5px 0 #1c4176;
    font-size: 1.25rem;
    margin: 1em 0;
  }
  .osusume {
    margin-bottom: 2rem;
  }
  .osusume ul li {
    padding: 0 0 0 1.5em;
    position: relative;
    font-size: 3.5vw;
  }
  .osusume ul li::before {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    top: 0.3em;
    left: 0;
    background-color: #1f79f1;
    border-radius: 50%;
  }
}
@media screen and (max-width: 640px) {
  section .inner {
    padding: 0 1rem;
  }
}
.service .img {
  margin: 1rem 0;
}

/************************************ ** スマホで見やすい比較表 ************************************/

.comparison-table-wrap {
  width: 100%;
  margin: 0 auto 2em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.comparison-table-title {
  background-color: #1e4173;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 1em;
  letter-spacing: 1px;
  margin: 0;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
}
.comparison-table-title small {
  margin-left: 1em;
  display: inline-block;
}
.comparison-table {
  background: #f8f9fb;
  margin: 0;
  padding: 0.3em 1em;
}
.comparison-table table {
  border-collapse: separate;
  border-spacing: 5px 10px;
  border: none;
  width: 100%;
  margin-bottom: 0;
}
.comparison-table table th, .comparison-table table td {
  width: 50%;
}
.comparison-table table thead th {
  background: #d1d1d1;
  border: none;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
  padding: 0.8em 0.5em;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 14px;
}
.comparison-table table thead th.strong {
  font-weight: 900;
  font-size: 1.2rem;
  color: #1e4173;
}
.comparison-table table tbody th {
  background-color: #1e4173;
  text-align: center;
  color: #fff;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 0.4em 1em;
  font-size: 14px;
  line-height: 1.3;
}
.comparison-table table tbody td {
  background: #fff;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.1);
  border-radius: 3px;
  border: none;
  padding: 1rem 0.5rem;
  color: #555;
  line-height: 1.8;
  text-align: center;
  vertical-align: top;
}
.comparison-table table tbody td p {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.comparison-table table tbody td p.strong {
  color: #f00;
  font-weight: 700;
  line-height: 1.5;
}
.comparison-table table tbody td .td-h {
  text-align: center;
  font-weight: 900;
  color: #1e4173;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .comparison-table {
    padding: 7px;
  }
  .comparison-table table {
    border-spacing: 3px 10px;
  }
  .comparison-table table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
  }
}
.well {
  background-color: #e5f0ff;
  padding: 1em;
}
.j_center {
  display: flex;
  justify-content: center;
}
.taisho .j_center p,
.joken_txt{
  color: #204170;
  font-weight: 700;
}
.taisho ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 2rem 0;
}
.taisho ul li {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2678eb;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .taisho ul li {
    width: 84px;
    height: 84px;
  }
}
.joken h3{
  color:#2678eb;
  font-weight:700;
  margin:1em 0 0.5em;
  font-size:1.05rem;
}
.joken table{
  margin:1rem 0;
  width:100%;
  border-collapse: collapse;
}
.joken table th{
  width:25%;
  min-width:10rem;
  font-weight:700;
}
.joken table th,
.joken table td{
  border:1px solid #ddd;
  padding:1rem;
  word-break: break-all;
}

.joken table th{
  background-color:#f8f8f8;
  vertical-align: middle;
  text-align:center;
}
.joken .well strong{
  display:block;
  color:#1f79f1;
  font-weight:700;
  font-size:1.1rem;
  margin-bottom:0.5em;
}
.joken .well small{
  font-size:1rem;
}

/* flow_area */
.flow_area {
  margin:2rem 0 3rem;
}
.flow_area .flow_area_wrap .row {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_area .flow_area_wrap .row .col.mod_18_head {
  margin-bottom: 20px;
  padding-top: 25px;
  position: relative;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow_area .flow_area_wrap .row .col.mod_18_head > * {
  width: 100%;
}
.flow_area .flow_area_wrap .row .col.mod_18_head p {
  text-align: center;
  font-size: 40px;
  font-size: 3.2rem;
  font-weight:700;
  line-height: 1;
  display: block;
  padding: 0.5em;
  color:#1f79f1;
}
@media (max-width: 767px) {
  .flow_area .flow_area_wrap .row .col.mod_18_head p {
    font-size: 28px;
    font-size: 2.2rem;
  }
}
.flow_area .flow_area_wrap .row .col.mod_18_head p small {
  font-size: 16px;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .flow_area .flow_area_wrap .row .col.mod_18_head p small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.flow_area .flow_area_wrap .row .col.mod_18_head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 60px 0 60px;
  border-color: #ffffff transparent transparent transparent;
}
.flow_area .flow_area_wrap .row .col.mod_18_head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 60px 0 60px;
  border-color: #1f79f1 transparent transparent transparent;
  clear: both;
}
.flow_area .flow_area_wrap .row .col.mod_18_content {
  float: left;
  padding: 1em 0 1em 0;
  width: calc(100% - 120px - 20px);
  margin-left: 20px;
}
.flow_area .flow_area_wrap .row .col.mod_18_content small{
  display:block;
  background-color:#eee;
  padding:1em;
  margin-top:0.5rem;
}
.flow_area .flow_area_wrap .row .col.mod_18_content .mod_18_title {
  color: #222;
  margin-bottom: 0.25em;
  font-size:1.25rem;
  font-weight:700;
}
.flow_area .flow_area_wrap .row .col.mod_18_content p:not(.mod_18_title){
  line-height:1.75;
}
@media (max-width: 767px) {
  .flow_area .flow_area_wrap .row .col.mod_18_head {
    margin-bottom: 12px;
    padding-top: 17px;
    width: 80px;
  }
  .flow_area .flow_area_wrap .row .col.mod_18_head:before {
    border-width: 12px 40px 0 40px;
  }
  .flow_area .flow_area_wrap .row .col.mod_18_head:after {
    bottom: -12px;
    border-width: 12px 40px 0 40px;
  }
  .flow_area .flow_area_wrap .row .col.mod_18_content {
    padding: 12px 0.5em 0.5em 0;
    width: calc(100% - 80px - 12px);
    margin-left: 12px;
  }
}
.flow_area.typeA .flow_area_wrap .row .col.mod_18_head {
  background: #1f79f1;
}
.flow_area.typeA .flow_area_wrap .row .col.mod_18_head:before {
  border-color: #ffffff transparent transparent transparent;
}
.flow_area.typeA .flow_area_wrap .row .col.mod_18_head:after {
  border-color: #1f79f1 transparent transparent transparent;
}
.flow_area.highlight.typeA .flow_area_wrap .row .col.mod_18_head:before {
  border-color: #FDF8E6 transparent transparent transparent;
}
.flow_area.typeB .flow_area_wrap .row .col.mod_18_head {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.flow_area.typeB .flow_area_wrap .row .col.mod_18_head:before, .flow_area.typeB .flow_area_wrap .row .col.mod_18_head:after {
  border-width: 30px 120px 0 120px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow_area.typeB .flow_area_wrap .row .col.mod_18_head:before {
  top: auto;
  bottom: 2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow_area.typeB .flow_area_wrap .row .col.mod_18_head:before {
    bottom: 2px;
  }
}
.flow_area.typeB .flow_area_wrap .row .col.mod_18_head:after {
  bottom: 0;
}
@media (max-width: 767px) {
  .flow_area.typeB .flow_area_wrap .row .col.mod_18_head:after {
    bottom: 0;
  }
}
.flow_area.typeC .flow_area_wrap .row:first-child .col.mod_18_head, .flow_area.typeC .flow_area_wrap .row:nth-child(1) .col.mod_18_head {
  border-top: 1px solid #1f79f1;
}
.flow_area.typeC .flow_area_wrap .row .col.mod_18_head {
  border-left: 1px solid #1f79f1;
  border-right: 1px solid #1f79f1;
  margin-bottom: 0;
}
.flow_area.typeC .flow_area_wrap .row .col.mod_18_head:before {
  top: auto;
  bottom: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow_area.typeC .flow_area_wrap .row .col.mod_18_head:before {
    bottom: -12px;
  }
}
.flow_area.typeC .flow_area_wrap .row .col.mod_18_head:after {
  bottom: -21px;
}
@media (max-width: 767px) {
  .flow_area.typeC .flow_area_wrap .row .col.mod_18_head:after {
    bottom: -13px;
  }
}
/* end/flow_area */
.well.border{
  background:none;
  border:1px solid #1f79f1;
  margin:1em 0;
  text-align:center;
  display:flex;
  justify-content:space-around;
  max-width:300px;
}
.flow .well.border a{
  color:#1f79f1;
  text-decoration:underline;
  display:inline-block;
}
.flow table{
  margin:1rem 0;
  width:100%;
  border-collapse: collapse;
  table-layout:fixed;
}
.flow table th{
  width:25%;
  min-width:10rem;
  font-weight:700;
}
.flow table th,
.flow table td{
  border:1px solid #ddd;
  padding:0.25rem 5px;
  word-break: break-all;
}
.flow table th{
  background-color:#f8f8f8;
  vertical-align: middle;
  text-align:center;
}
.flow table td{
  font-size:12px;
}
.flow .well strong{
  display:block;
  color:#1f79f1;
  font-weight:700;
  font-size:1.1rem;
  margin-bottom:0.5em;
}
.btn{
  display:block;
  background-color:#1f79f1;
  color:#fff;
  max-width:200px;
  text-align:center;
  margin:1rem auto;
  border-radius:5px;
  padding:0.5rem 0;
}


table#p6ft {

}
table#p6ft tr {
  line-height: ;
}
#p6 #p6f #p6ft th {
  white-space: nowrap;
  text-align: left;
  width: 220px;
}
table#p6ft tr td {
  width: calc(100% - 220px;)
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
table#p6ft tr td input {
  width: 100%;
  margin-bottom: 6px;
}

table#p6ft tr td input:last-child {
  margin-bottom: 0rem;
}
table#p6ft tr td textarea {
  width: 100%;
  margin-bottom: 1rem;
}
table#p6ft tr td textarea:last-child {
  margin-bottom: 0rem;
}
table#p6ft tr td input.adress-input {
  width: calc(50% - 9.25px);
}
table#p6ft tr td select.adress-select {
  width: calc(50% - 9.25px);
}
table#p6ft tr td span.at-mark {
  margin-left: 0.25rem;
}
form button {
  cursor: pointer;
  transition: 0.3s;
}
form button:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .tit02 {
    width: calc(100% - 5px - 1em);
    margin: 1em 0.5em;
  }
  table#p6ft {
    display: block;
  }
  #p6 #p6f #p6ft tr {
    display: block;
    width: 100%;
  }
  #p6 #p6f #p6ft tr.error-tr {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  #p6 #p6f #p6ft th {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  table#p6ft tr td {
    display: block;
    width: 100%;
  }
  table#p6ft tr.error-tr td  {
    display: none;
    margin-top: -0.5rem;
  }
}

.warp_logo {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    height: auto;
    border-bottom: 0px solid #1f79f1;
}
.p1-1 {
  padding: unest;
  max-height: unset;
}
h1.p1-1 img {
  width: auto;
  padding: 0;
  margin: 0.25rem auto;
}



.hero .inner h1 {
  font-weight: 900;
  color: #1f79f1;
  text-align: left;
  font-size: 42px;
  line-height: 1.25;
  margin: 1em 0 0.5em;
}
.well strong {
  display: block;
  color: #1f79f1;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}
.flow.sign-out .flow_area .flow_area_wrap .row .col.mod_18_content .mod_18_title {
  font-size: 1.2rem;
  color: #222;

}
.flow.sign-out .img {
  width: 240px;
  margin: 1rem 0 0 0;
}
.flow..pass-code ul li {
  position: relative;
  padding-left: 1rem;
}
.flow..pass-code ul li::before {
  content: "・";
  color: #1F79F1;
  font-size: 2rem;
  position: absolute;
  left: -10px;
  top: -12px;
}

@media screen and (max-width: 640px) {
  .hero .inner h1 {
    font-size: 7.5vw;
    line-height: 1.25;
    margin: 1em 0 0.5em;
    display: flex;
    justify-content: center;
  }
  .flow.sign-out .flow_area .flow_area_wrap .row .col.mod_18_content .mod_18_title {
    font-size: 1rem;
  }
  .tit02 {
    width: calc(100% - 5px);
    margin: 1em 0.5em 1em 0em;
  }
}
