@charset "utf-8";

/* Basic
------------------------------------------ */
section,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input,
textarea {
  font-size: 100%;
  vertical-align: middle;
}

body,
div,
p,
address,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  border: none;
  max-width: 100%;
  height: auto;
}

caption {
  text-align: left;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  word-break: break-all;
}

fieldset {
  border: 0;
}
input {
  line-height: 100%;
}

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

label {
  cursor: pointer;
}
address {
  font-style: normal;
}

hr {
  display: none;
  visibility: hidden;
  height: 0;
  border: 0;
}

article,
aside,
header,
hgroup,
footer,
nav,
section,
dialog,
figure {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a[name] {
  color: #000;
}
a[name]:hover {
  color: #000;
  text-decoration: none !important;
  outline: 0 !important;
}
a img {
  color: #000;
}

.navskip,
.hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
em {
  font-weight: bold;
  font-style: normal;
}

body {
  background: #fff;
  color: #3e3e3e;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Link */
a {
  color: #3e3e3e;
  text-decoration: none;
  word-wrap: break-word;
  transition: all 0.3s ease;
}
a.telNo01 {
  color: #333;
}
a.telNo01:hover {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 767px) {
  a.telNo01 {
    color: #333;
    text-decoration: underline;
  }
}

/* Form
------------------------------------------ */
button,
select,
textarea,
input {
  font-family: inherit;
}

/* IME : For Windows IE */
.imeA {
  ime-mode: active;
}
.imeD {
  ime-mode: disabled;
}

/* select */
select {
  outline: none;
}

/* text */
input[type="text"] {
  line-height: normal;
}

/* password */
input[type="password"] {
  height: 1.2em;
  font-family: arial;
  ime-mode: disabled;
}

/* button */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  cursor: pointer;
}

/* radio */
input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: 1px;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* Margin
------------------------------------------ */
.mgt0 {
  margin-top: 0 !important;
}
.mgt10 {
  margin-top: 10px !important;
}

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

/* Padding
------------------------------------------ */
.pdt0 {
  padding-top: 0 !important;
}
.pdl0 {
  padding-left: 0 !important;
}

/* Layout
------------------------------------------ */
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clearboth {
  clear: both;
}
br.clear {
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 0;
  font-size: 0;
}

.alL {
  text-align: left !important;
}
.alC {
  text-align: center !important;
}
.alR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}

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

/* Text
------------------------------------------ */
.nowrap {
  white-space: nowrap !important;
}
.bold {
  font-weight: bold !important;
}
.normal {
  font-weight: normal !important;
}

/* pc sp
------------------------------------------ */
.pc {
  display: block;
}
.pcInline {
  display: inline-block;
}
.spInline,
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcInline,
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .spInline {
    display: inline-block;
  }
}

/* gnav
------------------------------------------ */
/* gnav */
#gnav {
  position: fixed;
  bottom: 22px;
  left: 39px;
  z-index: 10;
  transition: opacity .2s ease;
}
#gnav.-is-hide{
  opacity: 0;
}
#gnav .bg01 {
  position: relative;
  overflow: hidden;
}
#gnav .bg01::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background: rgba(213, 212, 206, 0.49);
}
#gnav li + li {
  margin-top: -5px;
}
#gnav a {
  position: relative;
  display: block;
  width: 150px;
  height: 39px;
  color: #333;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
}
#gnav a .balloon01 {
  position: absolute;
  top: 0;
  left: 19px;
  display: block;
  padding: 8.5px 0 0 19px;
  width: 132px;
  height: 44px;
  background: url(../img/bg_nav_balloon_01.svg) no-repeat;
  background-size: 132px 44px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#gnav a:hover .balloon01,
#gnav a.current .balloon01 {
  opacity: 1;
}
#gnav a .circle01 {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
}
#gnav a .circle01::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #d5d4ce;
  border-radius: 5.5px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s ease;
}
#gnav a:hover .circle01::before {
  border-color: #133889;
  background: #133889;
}
#gnav a .circle01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
}
#gnav a.current .circle01::after {
  background: url(../img/bg_nav_circle_01_cur.svg) no-repeat;
  background-size: 17px;
}
@media screen and (max-width: 767px) {
  #gnav {
    display: none;
  }
}

/* formSection01 */
.formSection01 + .formSection01 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .formSection01 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .formSection01 + .formSection01 {
    margin-top: 20px;
  }
}

/* contents
------------------------------------------ */
/* contents */
#contents {
  margin: 0 auto;
  width: 700px;
}
#wrapper.wrapperIndex #contents {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  #contents {
    width: auto;
  }
  #wrapper.wrapperIndex #contents {
    margin-top: 38px;
  }
}

/* contents */
#contentsSurvey {
  margin: 81px auto 0 auto;
  width: 540px;
}
@media screen and (max-width: 767px) {
  #contentsSurvey {
    margin: 45px 20px 0 20px;
    width: auto;
  }
}

.backQuoteForm {
  margin-bottom: 40px;
}

/* contentsComplete */
#contentsComplete {
  margin: 63px auto 0 auto;
  width: 625px;
}
#contentsComplete .completeText01 {
  font-size: 14px;
  line-height: 2.15;
}
#contentsComplete .completeNav01 {
  margin-top: 107px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contentsComplete {
    margin: 24px 20px 0 20px;
    width: auto;
  }
  #contentsComplete .completeText01 {
    font-size: 14px;
    line-height: 1.86;
  }
  #contentsComplete .completeNav01 {
    margin-top: 55px;
  }
}

/* logo
------------------------------------------ */
#logo {
  padding: 53px 0 0 42px;
  line-height: 0;
}
#logo a:hover {
  opacity: 0.7;
}
#logo img {
  width: 141px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #logo {
    padding: 45px 10px 0 10px;
    text-align: center;
  }
  #logo a:hover {
    opacity: 1;
  }
  #logo img {
    width: 129px;
    height: 25px;
  }
}

/* header
------------------------------------------ */
#header {
  margin: 51px auto 0 auto;
  width: 700px;
}
#header .titleMain01 {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
#header .lead01 {
  margin-top: 17px;
  font-weight: 700;
  text-align: center;
}
#header .comleteLead01 {
  margin-top: 31px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #header {
    margin-top: 37px;
    padding: 0 10px;
    width: auto;
  }
  #header .titleMain01 {
    font-size: 22px;
  }
  #header .lead01 {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.85;
  }
  #header .comleteLead01 {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
  }
}

/* footer
------------------------------------------ */
#footer {
  position: relative;
  margin-top: 190px;
  padding: 0 120px 90px 90px;
  border-top: 1px solid #dbdbdb;
  background: #fff;
  z-index: 11;
}
#footer .lo01 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
#footer .lo01 .lo0101 {
  display: flex;
  flex-direction: column;

  padding: 52px 0 0 0;
}
#footer .lo01 .lo0101 .nav01 {
  margin: -5px 0 20px -40px;
  overflow: hidden;
}
#footer .lo01 .lo0101 .nav01 ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;

  font-size: 14px;
  letter-spacing: 0.1em;
}
#footer .lo01 .lo0101 .nav01 li {
  margin: 5px 0 0 40px;
}
#footer .lo01 .lo0101 .nav01 li a {
  color: #1d1d1d;
}
#footer .lo01 .lo0101 .nav01 li a:hover {
  opacity: 0.7;
}
#footer .copyright01 {
  margin-top: auto;
  color: #1d1d1d;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#footer .lo01 .lo0102 {
  margin-left: auto;
  padding: 50px 0 0 0;
}
#footer .lo01 .lo0102 .bnr01 {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
#footer .lo01 .lo0102 .bnr01 li {
  margin-left: 30px;
  line-height: 0;
}
#footer .lo01 .lo0102 .bnr01 li a:hover {
  opacity: 0.7;
}
#footer .lo01 .lo0102 .bnr01 li a img {
  width: 240px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  #footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  #footer .lo01 .lo0101 .nav01 {
    margin-left: -20px;
  }
  #footer .lo01 .lo0101 .nav01 li {
    margin-left: 20px;
  }
  #footer .lo01 .lo0102 .bnr01 li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 51px 0px 51px 0px;
    margin: 90px 0 0 0 ;
  }
  #footer .lo01 {
    display: block;
    margin: 0 20px;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  #footer .lo01 .lo0101 {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
  #footer .lo01 .lo0101 .nav01 {
    margin: 0;
  }
  #footer .lo01 .lo0101 .nav01 ul {
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #footer .lo01 .lo0101 .nav01 li {
    margin: 0px 40px 20px 0px;
    max-width: calc(100% - 40px);
  }
  #footer .lo01 .lo0101 .nav01 li a:hover {
    opacity: 1;
  }
  #footer .copyright01 {
    margin: 40px 0px 0px 0px;
    text-indent: 0.1em;
  }
  #footer .lo01 .lo0102 {
    padding: 40px 0 0 0;
  }
  #footer .lo01 .lo0102 .bnr01 {
    display: block;
  }
  #footer .lo01 .lo0102 .bnr01 li {
    margin-left: 0;
    text-align: center;
  }
  #footer .lo01 .lo0102 .bnr01 li + li {
    margin-top: 20px;
  }
  #footer .lo01 .lo0102 .bnr01 li a:hover {
    opacity: 1;
  }
}

/* common
------------------------------------------ */
/* boxMod01 */
.boxMod01 {
  border: 4px solid #222;
  padding: 0 76px 76px 76px;
  border-radius: 10px;
}
.boxMod01 .titleMain01 {
  padding: 49px 0 0 0;
  color: #1d1d1d;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}
.boxMod01 .titleMain01 .smaller01 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .boxMod01 {
    padding: 0 15px 22px 15px;
  }
  .boxMod01 .titleMain01 {
    padding: 26px 0 0 0;
    font-size: 16px;
  }
  .boxMod01 .titleMain01 .smaller01 {
    font-size: 14px;
  }
}

/* radioDesignMod01 */
.radioDesignMod01 {
  position: relative;
  display: block;
  padding: 22px 0 0 0;
  border: 1px solid #e6e5df;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.radioDesignMod01:hover {
  border-color: #d5d3cc;
}
.radioDesignMod01.on {
  border-color: #dbeae4;
  background: #e7f8f2;
}
.radioDesignMod01 input {
  /* display: none; */
  position: absolute;
  visibility: hidden;
}
.radioDesignMod01 .input01 {
  display: block;
  margin: 0 auto;
  border: 8px solid #ededeb;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s ease;
}
.radioDesignMod01:hover .input01 {
  border-color: #d9d9d8;
}
.radioDesignMod01.on .input01 {
  border-color: #4dcb9a;
}
.radioDesignMod01 .text01 {
  display: block;
  margin-top: 8px;
  color: #606060;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.radioDesignMod01:hover .text01 {
  color: #222;
}
.radioDesignMod01 .image01 {
  display: block;
  margin-top: 25px;
  line-height: 0;
}
.radioDesignMod01 .image01 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .radioDesignMod01 {
    padding: 20px 0 0 0;
    transition: none;
  }
  .radioDesignMod01:hover {
    border-color: #e6e5df;
  }
  .radioDesignMod01.on {
    border-color: #dbeae4;
    background: #e7f8f2;
  }
  .radioDesignMod01 .input01 {
    position: absolute;
    top: 20px;
    left: 12px;
    margin: 0;
    border: 6px solid #ededeb;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    transition: none;
  }
  .radioDesignMod01:hover .input01 {
    border-color: #ededeb;
  }
  .radioDesignMod01.on .input01 {
    border-color: #4dcb9a;
  }
  .radioDesignMod01 .text01 {
    margin-top: 0;
    padding: 0 20px 0 43px;
    font-size: 14px;
    text-align: left;
    text-indent: 0;
    transition: none;
  }
  .radioDesignMod01:hover .text01 {
    color: #606060;
  }
  .radioDesignMod01 .image01 {
    margin-top: 18px;
  }
}

/* radioDesignMod02 */
.radioDesignMod02 {
  display: flex;
  align-items: center;

  position: relative;
  border: 1px solid #e6e5df;
  border-radius: 10px;
  width: 100%;
  height: 80px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.radioDesignMod02:hover {
  border-color: #d5d3cc;
}
.radioDesignMod02.on {
  border-color: #dbeae4;
  background: #e7f8f2;
}
.radioDesignMod02 input {
  /* display: none; */
  position: absolute;
  visibility: hidden;
}
.radioDesignMod02 .input01 {
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -14px;
  border: 8px solid #ededeb;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s ease;
}
.radioDesignMod02:hover .input01 {
  border-color: #d9d9d8;
}
.radioDesignMod02.on .input01 {
  border-color: #4dcb9a;
}
.radioDesignMod02 .text01 {
  display: block;
  padding: 0 20px 0 61px;
  color: #606060;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.radioDesignMod02:hover .text01 {
  color: #222;
}
@media screen and (max-width: 767px) {
  .radioDesignMod02 {
    height: 60px;
    transition: none;
  }
  .radioDesignMod02:hover {
    border-color: #e6e5df;
  }
  .radioDesignMod02.on {
    border-color: #dbeae4;
    background: #e7f8f2;
  }
  .radioDesignMod02 .input01 {
    position: absolute;
    left: 12px;
    margin-top: -10px;
    border: 6px solid #ededeb;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    transition: none;
  }
  .radioDesignMod02:hover .input01 {
    border-color: #ededeb;
  }
  .radioDesignMod02.on .input01 {
    border-color: #4dcb9a;
  }
  .radioDesignMod02 .text01 {
    padding: 0 10px 0 41px;
    font-size: 14px;
    font-weight: 700;
    transition: none;
  }
  .radioDesignMod02:hover .text01 {
    color: #606060;
  }
}

/* radioDesignLoMod01 */
.radioDesignLoMod01 {
  margin-top: 44px;
}
.radioDesignLoMod01 > ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.radioDesignLoMod01 > ul > li {
  margin-top: 40px;
  margin-left: 40px;
  width: calc((100% - 40px) / 2);
}
.radioDesignLoMod01 > ul > li:nth-of-type(2),
.radioDesignLoMod01 > ul > li:nth-of-type(1) {
  margin-top: 0;
}
.radioDesignLoMod01 > ul > li:nth-of-type(2n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .radioDesignLoMod01 {
    margin-top: 27px;
  }
  .radioDesignLoMod01 > ul {
    display: block;
  }
  .radioDesignLoMod01 > ul > li {
    margin-top: 20px;
    margin-left: 0;
    width: auto;
  }
  .radioDesignLoMod01 > ul > li:nth-of-type(2) {
    margin-top: 20px;
  }
  .radioDesignLoMod01 > ul > li:nth-of-type(1) {
    margin-top: 0;
  }
}

/* radioDesignLoMod02 */
.radioDesignLoMod02 {
  margin-top: 51px;
}
.radioDesignLoMod02 > ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.radioDesignLoMod02 > ul > li {
  margin-top: 30px;
  margin-left: 40px;
  width: calc((100% - 40px) / 2);
}
.radioDesignLoMod02 > ul > li:nth-of-type(2),
.radioDesignLoMod02 > ul > li:nth-of-type(1) {
  margin-top: 0;
}
.radioDesignLoMod02 > ul > li:nth-of-type(2n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .radioDesignLoMod02 {
    margin-top: 22px;
  }
  .radioDesignLoMod02 > ul > li {
    margin-top: 9px;
    margin-left: 9px;
    width: calc((100% - 9px) / 2);
  }
  .radioDesignLoMod02 > ul > li:nth-of-type(2),
  .radioDesignLoMod02 > ul > li:nth-of-type(1) {
    margin-top: 0;
  }
  .radioDesignLoMod02 > ul > li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .radioDesignLoMod02 > ul > li.notes01 {
    width: 100%;
  }
}

/* radioNotesMod01 */
.radioNotesMod01 {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 80px;
  font-size: 12px;
}
.radioNotesMod01 a {
  text-decoration: underline;
}
.radioNotesMod01 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .radioNotesMod01 {
    display: block;

    padding: 11px 0 16px 0;
    height: auto;
  }
  .radioNotesMod01 a:hover {
    opacity: 1;
  }
}

/* submitMod01 */
input.submitMod01,
button.submitMod01 {
  display: inline-flex;
  outline: none;
  justify-content: center;
  align-items: center;

  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  border: none;
  width: 404px;
  height: 80px;
  background: #133889;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 3px 7px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 7px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 7px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.submitLoMod01 input.submitMod01,
button.submitMod01 {
  width: 320px;
}
input.submitMod01:hover,
button.submitMod01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  input.submitMod01,
  button.submitMod01 {
    width: 100%;
    max-width: 277px;
    font-size: 14px;
    transition: none;
  }
  .submitLoMod01 input.submitMod01,
  button.submitMod01 {
    width: 100%;
    max-width: 277px;
  }
  input.submitMod01:hover,
  button.submitMod01:hover {
    opacity: 1;
  }
}

/* submitLoMod01 */
.submitLoMod01 {
  margin-top: 49px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .submitLoMod01 {
    margin-top: 25px;
  }
}

/* linkBtnMod01 */
a.linkBtnMod01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  border-radius: 40px;
  width: 100%;
  max-width: 320px;
  height: 80px;
  background: #133889;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 3px 7px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 7px 14px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 7px 14px rgba(0, 0, 0, 0.1);
}
a.linkBtnMod01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a.linkBtnMod01 {
    max-width: 277px;
  }
  a.linkBtnMod01:hover {
    opacity: 1;
  }
}

/* listNoMod01 */
.listNoMod01 > li > .vessel {
  display: table;
  width: 100%;
}
.listNoMod01 > li > .vessel > .text,
.listNoMod01 > li > .vessel > .no {
  display: table-cell;
  vertical-align: top;
}
.listNoMod01 > li > .vessel > .no {
  width: 1em;
  white-space: nowrap;
}

/* roughestimateMod01 */
.roughestimateMod01 {
  margin-top: 19px;
}
.roughestimateMod01 .total01 {
  color: #4dcb9a;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.roughestimateMod01 .total01 strong {
  display: inline-block;
  margin-right: 8px;
  font-size: 80px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  vertical-align: -3px;
}
.roughestimateMod01 .total01 .total01wave01 {
  display: inline-block;
  padding: 0 22px 10px 22px;
  vertical-align: 10px;
}
.roughestimateMod01 .message01 {
  margin-top: 37px;
  margin-bottom: -7px;
  color: #f4654b;
  font-size: 12px;
  text-align: center;
}
.roughestimateMod01 .notes01 {
  margin-top: 16px;
  color: #606060;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.roughestimateMod01 .notes01 li + li {
  margin-top: 5px;
}
.roughestimateMod01 .design01 {
  margin-top: 24px;
  line-height: 0;

  /* 210318 復活するかもしれないので一旦非表示 */
  display: none;
}
.roughestimateMod01 .design01 img {
  width: 100%;
  height: auto;
}
.roughestimateMod01 .box01 {
  margin-top: 30px;
  padding: 29px 30px 37px 30px;
  border: 1px solid #e6e5df;
  border-radius: 10px;
}
.roughestimateMod01 .box01 ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.roughestimateMod01 .box01 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin: 25px 0 0 0;
  width: 255px;
}
.roughestimateMod01 .box01 ul li:nth-child(even) {
  width: calc(100% - 255px);
}
.roughestimateMod01 .box01 ul li:nth-of-type(2),
.roughestimateMod01 .box01 ul li:nth-of-type(1) {
  margin-top: 0;
}
.roughestimateMod01 .box01 ul li:nth-of-type(2n + 1) {
  margin-left: 0;
}
.roughestimateMod01 .box01 ul li .box01Head01 {
  padding-top: 1px;
  width: 67px;
  color: #acacac;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.roughestimateMod01 .box01 ul li:nth-child(even) .box01Head01 {
  width: 105px;
}
.roughestimateMod01 .box01 ul li .box01Text01 {
  color: #606060;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.roughestimateMod01 .submit01 {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .roughestimateMod01 {
    margin-top: 26px;
  }
  .roughestimateMod01 .total01 {
    font-size: 20px;
  }
  .roughestimateMod01 .total01 strong {
    margin-right: 4px;
    font-size: 50px;
    vertical-align: -2px;
  }
  .roughestimateMod01 .total01 .total01wave01 {
    padding: 0 14px 14px 14px;
    vertical-align: 14px;
  }
  .roughestimateMod01 .message01 {
    margin-top: 37px;
    margin-bottom: -7px;
    color: #f4654b;
    font-size: 12px;
    text-align: center;
  }
  .roughestimateMod01 .notes01 {
    margin-top: 26px;
    font-size: 12px;
  }
  .roughestimateMod01 .notes01 li + li {
    margin-top: 10px;
  }
  .roughestimateMod01 .notes01 li > .vessel > .no {
    padding-right: 3px;
  }
  .roughestimateMod01 .box01 {
    padding: 28px 19px 33px 19px;
  }
  .roughestimateMod01 .box01 ul {
    display: block;
  }
  .roughestimateMod01 .box01 ul li {
    margin: 20px 0 0 0;
    width: auto;
  }
  .roughestimateMod01 .box01 ul li:nth-child(even) {
    width: auto;
  }
  .roughestimateMod01 .box01 ul li:nth-of-type(2) {
    margin-top: 20px;
  }
  .roughestimateMod01 .box01 ul li:nth-of-type(1) {
    margin-top: 0;
  }
  .roughestimateMod01 .box01 ul li .box01Head01 {
    width: 98px;
  }
  .roughestimateMod01 .box01 ul li:nth-child(even) .box01Head01 {
    width: 98px;
  }
  .roughestimateMod01 .submit01 {
    margin-top: 32px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .roughestimateMod01 .total01 {
    font-size: 20px;
  }
  .roughestimateMod01 .total01 strong {
    font-size: 40px;
  }
  .roughestimateMod01 .total01 .total01wave01 {
    padding: 0 12px 10px 12px;
    vertical-align: 10px;
  }
  .roughestimateMod01 .box01 ul li .box01Head01 {
    width: 90px;
  }
  .roughestimateMod01 .box01 ul li:nth-child(even) .box01Head01 {
    width: 90px;
  }
  .roughestimateMod01 .box01 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* roughestimateMod02 */
.roughestimateMod02 .box01 {
  padding: 25px 38px 32px 38px;
  border: 1px solid #e6e5df;
  border-radius: 10px;
}
.roughestimateMod02 .box01 ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.roughestimateMod02 .box01 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;

  margin: 21px 0 0 0;
  width: 290px;
}
.roughestimateMod02 .box01 ul li:nth-child(even) {
  width: calc(100% - 290px);
}
.roughestimateMod02 .box01 ul li:nth-of-type(2),
.roughestimateMod02 .box01 ul li:nth-of-type(1) {
  margin-top: 0;
}
.roughestimateMod02 .box01 ul li.total01 {
  margin-top: 28px;
}
.roughestimateMod02 .box01 ul li:nth-of-type(2n + 1) {
  margin-left: 0;
}
.roughestimateMod02 .box01 ul li .box01Head01 {
  width: 94px;
  color: #acacac;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.roughestimateMod02 .box01 ul li:nth-child(even) .box01Head01 {
  width: 105px;
}
.roughestimateMod02 .box01 ul li .box01Text01 {
  color: #606060;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .roughestimateMod02 .box01 {
    padding: 28px 19px 30px 19px;
  }
  .roughestimateMod02 .box01 ul {
    display: block;
  }
  .roughestimateMod02 .box01 ul li {
    margin: 21px 0 0 0;
    width: auto;
  }
  .roughestimateMod02 .box01 ul li:nth-child(even) {
    width: auto;
  }
  .roughestimateMod02 .box01 ul li:nth-of-type(2) {
    margin-top: 21px;
  }
  .roughestimateMod02 .box01 ul li:nth-of-type(1) {
    margin-top: 0;
  }
  .roughestimateMod02 .box01 ul li.total01 {
    margin-top: 21px;
  }
  .roughestimateMod02 .box01 ul li .box01Head01 {
    width: 107px;
  }
  .roughestimateMod02 .box01 ul li:nth-child(even) .box01Head01 {
    width: 107px;
  }
}
@media screen and (max-width: 374px) {
  .roughestimateMod02 .box01 ul li .box01Head01 {
    width: 90px;
  }
  .roughestimateMod02 .box01 ul li:nth-child(even) .box01Head01 {
    width: 90px;
  }
  .roughestimateMod02 .box01 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* formMod01 */
.formMod01 + .formMod01 {
  margin-top: 40px;
}
.formMod01 .titleMain01 {
  font-size: 15px;
  font-weight: 700;
}
.formMod01 .titleMain01 .optional01 {
  display: inline-block;
  margin-left: 10px;
  color: #bababa;
  font-size: 12px;
  font-weight: 700;
  vertical-align: 1px;
}
.formMod01 .body01 {
  margin-top: 10px;
}
.formMod01 .body01 .fileText01 {
  padding-top: 2px;
  color: #818181;
}
@media screen and (max-width: 767px) {
  .formMod01 + .formMod01 {
    margin-top: 30px;
  }
  .formMod01 .titleMain01 {
    font-size: 14px;
  }
  .formMod01 .body01 {
    margin-top: 12px;
  }
  .formMod01 .body01 .fileText01 {
    padding-top: 0;
  }
}

/* linkBackMod01 */
a.linkBackMod01,
button.linkBackMod01 {
  display: inline-block;
  margin: -1px 0 0 32px;
  padding: 0 0 0 25px;
  min-height: 22px;
  background: url(../img/icn_link_back_01.svg) no-repeat 0 1px;
  background-size: 20px;
  color: #133889;
  font-size: 14px;
  font-weight: 700;
}
a.linkBackMod01:hover,
button.linkBackMod01:hover {
  opacity: 0.7;
}

button.linkBackMod01 {
  border: none;
}

@media screen and (max-width: 767px) {
  a.linkBackMod01,
  button.linkBackMod01 {
    margin-left: 27px;
  }
  a.linkBackMod01:hover,
  button.linkBackMod01:hover {
    opacity: 1;
  }
}

/* placeholder */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #b2b2b2;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #b2b2b2;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #b2b2b2;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* inputMod01 */
.inputMod01 {
  display: block;
  padding: 0 22px;
  border: 1px solid #e6e5df;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  background: #fafafa;
  color: #3e3e3e;
  outline: none;
}
.formMod01.isError .inputMod01 {
  border-color: #f47d67;
  background: #fcf2f2;
}

/* checkboxMod01 */
.checkboxMod01 {
  display: flex;
  align-items: center;

  position: relative;
  padding: 0 22px 0 49px;
  border: 1px solid #e6e5df;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  background: #fafafa;
  color: #3e3e3e;
  outline: none;
  overflow: hidden;
}
.checkboxMod01 input {
  display: none;
}
.checkboxMod01 .input01 {
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -10px;
  border: 1px solid #e6e5df;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s ease;
  background-position: 50%;
}
.checkboxMod01.on .input01 {
  background: #4dcb9a url(../img/icn_check_white.svg) no-repeat 50%;
  background-size: 72%;
}

/* textareaMod01 */
.textareaMod01 {
  position: relative;
  padding: 21px 22px;
  border: 1px solid #e6e5df;
  border-radius: 5px;
  width: 100%;
  background: #fafafa;
  color: #3e3e3e;
  outline: none;
  resize: vertical;
}

/* selectMod01 */
.selectMod01 {
  position: relative;
  display: block;
  border: 1px solid #e6e5df;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  background: #fafafa;
  overflow: hidden;
}
.selectMod01 + .selectMod01 {
  margin-top: 15px;
}
.selectMod01::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 28px;
  display: block;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: url(../img/icn_select_01.svg) no-repeat;
  background-size: 8px;
  pointer-events: none;
}
.selectMod01 select {
  display: block;
  padding: 0 45px 0 22px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  height: 58px;
  background: #fafafa;
  color: #3e3e3e;
  font-size: 15px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
}
.selectMod01 select:disabled {
  color: #c4c4c4;
}
.selectMod01 select:disabled:hover {
  background: #f2f2f2;
  cursor: default;
}
.selectMod01 select::-ms-expand {
  display: none;
}

/* inputLoMod01 */
.inputLoMod01 + .inputLoMod01 {
  margin-top: 15px;
}

/* errorMsgMod01 */
.errorMsgMod01 {
  display: inline-block;
  margin-left: 30px;
  color: #f4654b;
  font-size: 12px;
  font-weight: 400;
  vertical-align: 1px;
}
@media screen and (max-width: 767px) {
  .errorMsgMod01 {
    margin-left: 10px;
  }
}

/* agreeMod01 */
.agreeMod01 {
  margin-top: 50px;
  font-weight: 700;
  text-align: center;
}
.agreeMod01 > .vessel {
  position: relative;
  display: inline-block;
  padding: 0 0 0 31px;
}
.agreeMod01 a {
  color: #133889;
  text-decoration: underline;
}
.agreeMod01 a:hover {
  opacity: 0.7;
}
.agreeMod01 .input01 {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  border: 1px solid #e6e5df;
  border-radius: 2px;
  background: #fff;
  width: 20px;
  height: 20px;
}
.agreeMod01.on .input01 {
  background: #4dcb9a;
}
.agreeMod01 input {
  /* display: none; */
  visibility: hidden;
  position: absolute;
}
.agreeMod01 + .errorMsgWrap {
  text-align: center;
}
.agreeMod01 + .errorMsgWrap .formError .formErrorContent {
  margin-left: 0;
}
.errorMsgCustom{
  display: inline-block;
  background-color: transparent;
  color: #f4654b;
  font-size: 12px;
  padding: 0;
  margin-left: 30px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .agreeMod01 {
    margin-top: 73px;
  }
  .agreeMod01 a:hover {
    opacity: 1;
  }
}

/* fileMod01 */
.fileMod01 {
  border: 1px solid #e6e5df;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 135px;
  height: 39px;
  background: #fafafa;
  color: #818181;
  font-size: 13px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  transition: opacity 0.3s ease;
  outline: none;
}
.fileText01 + .fileMod01 {
  margin-top: 15px;
}
.fileMod01:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fileMod01:hover {
    opacity: 1;
  }
}

.input-file-group {
  margin: 15px 0;
}
.input-file-group input[type="file"] {
  display: none;
}
.input-label {
  display: inline-block;
  margin-right: 1.5em;
  border: 1px solid #e6e5df;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 135px;
  height: 39px;
  background: #fafafa;
  color: #818181;
  font-size: 13px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.04);
  transition: opacity 0.3s ease;
  outline: none;
}
/* .input-label::after {
	content: "選択されていません";
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: -140px;
	top: calc(50% - 10px);
}
.input-label.changed::after {
	content: "";
} */
.input-file-group .filename {
  font-size: 12px;
}

/* validate */
.errorMsgWrap {
  /* margin-top: 20px; */
}
.errorMsgWrap .formError .formErrorContent {
  background-color: transparent;
  color: #f4654b;
  display: block;
  font-size: 12px;
  padding: 0;
  margin-left: 30px;
  font-weight: 400;
}
.errorMsgWrap .formError.inline {
  display: inline-block !important;
}

.formError {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.formError .formErrorContent {
  width: auto;
  /* display: inline; */
}

@media screen and (max-width: 767px) {
  .input-file-group .filename {
    display: block;
    margin: 0.5em 0 1.5em 0.5em;
  }
  .errorMsgWrap {
    display: block;
    margin-top: 5px;
  }
  .errorMsgWrap .formError .formErrorContent {
    margin-left: 0;
  }
}

/*
  datepicker
———————————*/
#ui-datepicker-div {
  z-index: 1000 !important;
  width: 20vw;
}
.ui-datepicker-calendar .day-sunday > a,
.ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.6em 0.2em;
}

.ui-datepicker .ui-datepicker-prev-hover{
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover{
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
  top: 3px;
}
.ui-datepicker .ui-datepicker-prev span{
  transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
  background-image: url(../img/icn_arrow_black.svg);
  background-position: 0;
}


@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    width: calc(100% - 40px);
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 0.2em;
  }
}
