@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
}

html#form,
#form body {
  height: 100%;
  min-height: 720px;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1;
  min-width: 1000px;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

strong {
  font-weight: bold;
}

.hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.hover:hover {
  opacity: 0.7;
}

.pageInner {
  margin: auto;
  width: 1000px;
}

.center {
  text-align: center;
}

.flex,
.flexBetween,
.flexStyleBC,
.alignCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexBetween,
.flexStyleBC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alignCenter,
.flexStyleBC {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*----- header -----*/
header {
  padding: 3px 0 0;
  z-index: 10;
  background: #fff;
}

header .form01,
header .form02 {
  background: none;
}

header h1 {
  padding-left: 23px;
}

header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header .right-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .right-header .tel-header {
  padding-right: 15px;
  margin-top: 12px;
}

header .right-header .button-header {
  display: none;
  padding-right: 25px;
  padding-top: 6px;
}

header .right-header .button-header ul li {
  margin-left: 8px;
}

/*----- fv -----*/
#fv {
  background: #94efff;
}

#fv .top-fv {
  background: url(../img/fv_bg-2.png), url(../img/fv_bg-1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: 61vw 0, center;
  margin-bottom: -10px;
}

.top-fv_yel {
  background-color: #ffef2f;
}

#fv .pageInner {
  position: relative;
}

#fv .fv-img01 {
  text-align: center;
}

#fv .fv_inner {
  padding: 0 0 0 10px;
}

#fv h2 {
  padding-top: 25px;
  margin-bottom: 25px;
}

#fv .fv-img02 {
  margin-bottom: 34px;
}

#fv .fv_item .iframe-fv_item {
  text-align: center;
  padding: 21px 0 40px;
}

#fv .fv_item .iframe-fv_item video {
  width: 780px;
  height: 420px;
  outline: none;
}

#fv .fv_item_wrapper {
  text-align: center;
}

#fv .fv_item_wrapper p {
  text-align: center;
}

#fv .fv-img05 {
  margin-bottom: 10px;
}

#fv-info {
  padding: 60px 0 44px;
}

#fv-info h2 {
  text-align: center;
}

#fv-info .fv-info .box-info {
  text-align: center;
  width: 780px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  padding-top: 61px;
  padding-bottom: 37px;
  position: relative;
  background: url(../img/fv_info_bg.png) no-repeat center top;
  height: 446px;
}

#fv-info .fv-info .box-info .title-info {
  margin-bottom: 18px;
}

#fv-info .fv-info .box-info .button-info {
  height: 95px;
}

#fv-info .fv-info .box-info .icon-scroll {
  margin-top: 33px;
}

#fv-info .fv-info .bottom-info {
  margin-top: 20px;
}

#fv-info .fv-info .bottom-info .img-text {
  margin-right: 23px;
}

#fv-info .fv-info .bottom-info .button-text {
  height: 65px;
}

#schedule {
  background: #e3fbff;
  padding-top: 123px;
  padding-bottom: 88px;
}

#schedule .box-sch {
  background: url(../img/schedule_bg.png) no-repeat top center;
  padding-top: 119px;
  padding-bottom: 80px;
}

#schedule .box-sch h2 {
  margin-bottom: 32px;
}

#schedule .box-sch table {
  width: 870px;
  margin: 0 auto;
  margin-top: 31px;
}

#schedule .box-sch table tr {
  border-top: 1px solid #8e8e8e;
}

#schedule .box-sch table tr:last-child {
  border-bottom: 1px solid #8e8e8e;
}

#schedule .box-sch table tr th,
#schedule .box-sch table tr td {
  vertical-align: middle;
  padding: 15px 0 17px;
}

#schedule .box-sch table tr th {
  width: 207px;
  background: #eeeeee;
  font-weight: bold;
  padding-left: 20px;
}

#schedule .box-sch table tr td {
  padding-left: 18px;
  line-height: 24px;
}

#schedule .box-sch table tr td span {
  font-weight: bold;
}

#schedule .box-sch .sch-img {
  margin: 31px 0 42px;
}

#schedule .box-sch .sch-text {
  margin-bottom: 10px;
}

#schedule .box-sch .sch-button {
  height: 95px;
}

#trouble .top-trouble {
  background: #494b4c url(../img/trouble_bg.jpg) no-repeat center top;
  padding-top: 88px;
  padding-bottom: 177px;
}

#trouble .top-trouble .text-trouble {
  text-align: right;
  margin-top: 107px;
  margin-right: 87px;
}

#trouble .bottom-trouble {
  margin-bottom: -174px;
}

#trouble .bottom-trouble .title-trouble {
  background: #eae9ea;
  padding-top: 64px;
}

#trouble .bottom-trouble .title-trouble p {
  margin-bottom: 36px;
}

#support {
  background: #2f90a1;
  padding-top: 127px;
}

#support h2 {
  background: url(../img/support_title_bg.png) no-repeat top -5px right -10px;
  padding-left: 41px;
  padding-top: 52px;
  padding-bottom: 18px;
}

#support .pageInner.other {
  width: 928px;
}

#support .content-support {
  background: url(../img/support3_bg.png) no-repeat center top;
  padding-top: 50px;
  padding-bottom: 25px;
}

#support .content-support .title-support {
  margin-bottom: 45px;
}

#support .content-support .ar-support {
  background: url(../img/support3_frame.png) no-repeat 136% -32%;
  background-size: 67%;
  background-color: #2aadc3;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-radius: 10px;
}

#support .box-support {
  padding: 0px 45px;
}

#support .content-support .ar-support h3 {
  padding-top: 5px;
  margin-left: -16px;
}

#support .content-support .ar-support .title-img {
  margin-top: 15px;
  padding-left: 25px;
}

#support .content-support .ar-support .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#support .content-support .ar-support .text-support {
  line-height: 28px;
  padding: 21px 17px;
  margin: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}

#support .content-support .ar-support .text-support_inner {
  line-height: 28px;
  display: inline-block;
  margin-bottom: 15px;
}

#support .content-support .ar-support .img2-support {
  padding: 30px 0;
  margin: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}

#support .content-support .ar-support .flex-box .img-support {
  margin-right: 19px;
  margin-top: -82px;
}

#support .support-bottom {
  margin-top: 29px;
  padding-bottom: 83px;
  position: relative;
}

#support .support-bottom:after {
  position: absolute;
  content: "";
  background: url(../img/support3_bottom_img3.png) no-repeat;
  width: 430px;
  height: 280px;
  right: -60px;
  bottom: 0;
}

#support .support-bottom .bottom-img01 {
  margin-left: 32px;
  margin-bottom: 32px;
}

#support .support-bottom .bottom-img02 {
  margin-left: 22px;
}

.info {
  background: #2aadc3;
  padding-top: 62px;
  padding-bottom: 52px;
}

.info h2 {
  margin-bottom: 21px;
}

.info .button-info {
  height: 95px;
}

.info .bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 5px solid #79c9d7;
  width: 960px;
  margin: 0 auto;
  margin-top: 36px;
  padding: 25px 29px;
}

.info .bottom-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3px;
}

.info .bottom-info dl:last-child {
  padding-left: 18px;
}

.info .bottom-info dl:last-child dt {
  margin-right: 15px;
}

.info .bottom-info dl:last-child dd {
  margin-top: 11px;
}

.info .bottom-info dl dt {
  margin-right: 18px;
}

#about {
  background: #e3fbff;
  padding-top: 84px;
}

#about .bg-about {
  background: url(../img/about_bg.png) no-repeat center top;
  padding-bottom: 8px;
}

#about .bg-about h2 {
  padding-top: 75px;
  margin-left: -10px;
}

#about .bg-about .white-about {
  width: 953px;
  margin: 0 auto;
  margin-top: 75px;
  padding: 26px 52px;
}

#about .bg-about .white-about .flex-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#about .bg-about .white-about .flex-about .info-white {
  width: 470px;
}

#about .bg-about .white-about .flex-about .info-white .text-about {
  margin-top: 32px;
  margin-bottom: 21px;
  padding: 0 3px;
}

#about .bg-about .white-about .flex-about .info-white .text-about_inner {
  line-height: 26px;
  letter-spacing: -0.9px;
  display: inline-block;
  margin-bottom: 20px;
}

#about .about-img01 {
  text-align: center;
  margin-bottom: 40px;
}

#about .bg-about .white-about .flex-about .about-img02 {
  width: 471px;
  margin-top: -24px;
  margin-left: 15px;
}

#about .bg-about .white-about .about02 {
  margin-top: 18px;
}

#about .bg-about .white-about .about02 .title-about02 {
  margin-left: -26px;
  margin-bottom: 31px;
}

#about .bg-about .white-about .about02 .iframe-about02 {
  text-align: center;
}

#about .bg-about .white-about .about02 .iframe-about02 video {
  width: 780px;
  height: 420px;
  outline: none;
}

#about .about-bottom {
  background: url(../img/about_bottom_bg.jpg) no-repeat center top;
  padding-top: 82px;
  margin-top: -11px;
}

#about .about-bottom .img-bottom {
  margin-bottom: -43px;
}

#pick {
  background: #fffcdd;
  padding-top: 58px;
  padding-bottom: 92px;
}

#pick h2 {
  margin-left: 12px;
  position: relative;
  z-index: 2;
}

#pick .box-pick {
  background: url(../img/pick_bg.png) no-repeat center top;
  width: 878px;
  margin: 0 auto;
  margin-top: -56px;
  padding: 56px 40px 19px;
}

#pick .box-pick .ar-pick {
  border-bottom: 6px solid #ffea17;
  padding: 0 56px;
  padding-bottom: 47px;
  position: relative;
}

#pick .box-pick .ar-pick:after {
  position: absolute;
  content: "";
  background: url(../img/pick1.png) no-repeat;
  width: 155px;
  height: 101px;
  top: -20px;
  left: -114px;
}

#pick .box-pick .ar-pick:nth-child(2) {
  margin-top: 48px;
  border-bottom: 0;
}

#pick .box-pick .ar-pick:nth-child(2):after {
  background: url(../img/pick2.png) no-repeat;
  top: -49px;
  left: -114px;
}

#pick .box-pick .ar-pick:nth-child(2) .text-pick {
  margin-top: 24px;
  margin-bottom: 27px;
}

#pick .box-pick .ar-pick .text-pick {
  margin-top: 22px;
  line-height: 24px;
  padding-left: 3px;
  margin-bottom: 23px;
}

#pick .box-pick .ar-pick p.text-bottom {
  text-align: left;
  padding-left: 43px;
  margin-top: 16px;
  font-size: 14px;
}

#pick .box-pick .ar-pick p.text-bottom.other {
  padding-left: 3px;
  margin-top: 17px;
}

#pick .box-pick .ar-pick .table-pick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#pick .box-pick .ar-pick .table-pick .ar-table {
  width: 320px;
}

#pick .box-pick .ar-pick .table-pick .ar-table ul.other {
  justify-content: flex-end;
}

#pick .box-pick .ar-pick .table-pick .ar-table .title-box {
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 14px;
}

#pick .box-pick .ar-pick .table-pick .ar-table ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 17px;
}

#pick .box-pick .ar-pick .table-pick .ar-table ul li {
  font-size: 14px;
}

#pick .box-pick .ar-pick .table-pick .ar-table table {
  width: 100%;
  border: 1px solid #535353;
  margin-top: 8px;
  border-collapse: collapse;
}

#pick .box-pick .ar-pick .table-pick .ar-table table tr {
  height: 46px;
  border: 1px solid #535353;
}

#pick .box-pick .ar-pick .table-pick .ar-table table tr.orange {
  border: 2px solid #ff5000;
  width: calc(100% - 1px);
}

#pick .box-pick .ar-pick .table-pick .ar-table table tr.orange th,
#pick .box-pick .ar-pick .table-pick .ar-table table tr.orange td {
  color: #fb5000;
}

#pick .box-pick .ar-pick .table-pick .ar-table table tr th,
#pick .box-pick .ar-pick .table-pick .ar-table table tr td {
  font-weight: bold;
  vertical-align: middle;
}

#pick .box-pick .ar-pick .table-pick .ar-table table tr th {
  width: 180px;
  padding-left: 23px;
}

#pick .box-pick .ar-pick .table-pick .ar-table table tr td {
  width: 140px;
  background: #f3f3f3;
  text-align: right;
  padding-right: 15px;
}

#point {
  background: #2aadc3;
  padding-top: 52px;
}

#point .box-point {
  background: url(../img/point_bg.png) no-repeat center top;
  margin: 0 auto;
  margin-top: -7px;
  padding-bottom: 487px;
}

#point .box-point .content-point {
  width: 950px;
  margin: 0 auto;
  padding-top: 57px;
}

#point .box-point .content-point .ar-point {
  margin: 0 58px 0 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 5px dotted #dcdcdc;
  padding-bottom: 59px;
  padding-top: 38px;
}

#point .box-point .content-point .ar-point:first-child {
  padding-top: 0;
}

#point .box-point .content-point .ar-point:nth-child(2) {
  padding-bottom: 45px;
}

#point .box-point .content-point .ar-point:nth-child(3) {
  padding-bottom: 41px;
  border-bottom: 0;
  margin-bottom: 0;
}

#point .box-point .content-point .ar-point:nth-child(3) .info-point h3 {
  margin-bottom: 16px;
}

#point
  .box-point
  .content-point
  .ar-point:nth-child(3)
  .info-point
  h3
  span.text {
  margin-top: 9px;
}

#point
  .box-point
  .content-point
  .ar-point:nth-child(3)
  .info-point
  .text-point
  p {
  margin-bottom: 17px;
}

#point .box-point .content-point .ar-point .info-point {
  width: 470px;
}

#point .box-point .content-point .ar-point .info-point h3 {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#point .box-point .content-point .ar-point .info-point h3 span.text {
  margin-top: 22px;
  padding-left: 19px;
}

#point .box-point .content-point .ar-point .info-point .text-point p {
  line-height: 24px;
}

#point .box-point .content-point .ar-point .img-point {
  width: 340px;
  margin-top: 19px;
}

#point .point-bottom {
  margin-top: -511px;
  padding-bottom: 5px;
}

#point .point-bottom .img-bottom01 {
  background: url(../img/point_bottom1_line.png) no-repeat center top;
  height: 286px;
  padding-top: 40px;
}

#point .point-bottom .img-bottom02 {
  margin-top: 80px;
}

#voice {
  background: #e3fbff;
  padding-top: 59px;
  padding-bottom: 84px;
}

#voice h2 {
  margin-bottom: 22px;
}

#voice .ar-voice {
  margin: 0 auto;
  margin-bottom: 40px;
}

#voice .ar-voice.voice01 {
  background: url(../img/voice1_bg.png) no-repeat center center;
}

#voice .ar-voice.voice02 {
  background: url(../img/voice2_bg.png) no-repeat center center;
  margin-bottom: 40px;
}

#voice .ar-voice.voice03 {
  background: url(../img/voice3_bg.png) no-repeat center center;
}

#voice .ar-voice.voice03 .info-voice .img-voice {
  margin-top: 15px;
}

#voice .ar-voice.voice04 {
  background: url(../img/voice4_bg.png) no-repeat center center;
}

#voice .ar-voice.voice04 .info-voice .img-voice {
  margin-top: 13px;
}

#voice .ar-voice h3 {
  padding: 12px;
}

#voice .ar-voice .info-voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 975px;
  margin: 0 auto;
}

#voice .ar-voice .info-voice .img-voice:nth-child(odd) {
  flex: 0 0 43%;
}

#voice .ar-voice .info-voice .img-voice:nth-child(even) {
  flex: 0 0 38%;
}

#voice .ar-voice .info-voice .text-voice:nth-child(odd) {
  flex: 1 0 70%;
  padding: 0px 0 0 70px;
}

#voice .ar-voice .info-voice .text-voice:nth-child(even) {
  flex: 1 0 65%;
  padding: 0 50px 0 0;
}

#voice .ar-voice .info-voice .text-voice p {
  line-height: 1.3;
}

#voice .ar-voice .info-voice .text-voice table {
  width: 310px;
  border: 1px solid #313131;
  margin-top: 28px;
}

#voice .ar-voice .info-voice .text-voice table tr {
  border: 1px solid #313131;
}

#voice .ar-voice .info-voice .text-voice table tr td {
  height: 40px;
  vertical-align: middle;
  padding-left: 16px;
}

#faq {
  background: #fffcdd;
  padding-top: 69px;
  padding-bottom: 70px;
}

#faq h2 {
  margin-bottom: 50px;
  position: relative;
}

#faq h2:after {
  position: absolute;
  content: "";
  height: 70px;
  width: 100%;
  background: #f3edae;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}

#faq h2 span {
  position: relative;
  z-index: 1;
  background: #fffcdd;
  display: inline-block;
  padding: 0 70px;
}

#faq h2 span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 70px solid #f3edae;
  border-right: 20px solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#faq h2 span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 70px solid #f3edae;
  border-left: 20px solid transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#faq .flex-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1025px;
}

#faq dl {
  width: 504px;
  margin-bottom: 16px;
  background: url(../img/faq1_img.png) no-repeat center top;
}

#faq dl.bg02 {
  background: url(../img/faq2_img.png) no-repeat center top;
}

#faq dl.bg03 {
  background: url(../img/faq3_img.png) no-repeat center top;
}

#faq dl.bg04 {
  background: url(../img/faq4_img.png) no-repeat center top;
}

#faq dl dt {
  font-size: 20px;
  font-weight: bold;
  padding-left: 98px;
  padding-top: 9px;
  line-height: 28px;
  letter-spacing: -2px;
  position: relative;
  height: 110px;
}

#faq dl dd {
  padding: 10px 30px 61px;
  line-height: 24px;
  width: 440px;
  margin: 0 auto;
  margin-top: 25px;
}

#company {
  background: url(../img/company_bg.png);
  padding-top: 76px;
  padding-bottom: 15px;
}

#company h2 {
  margin-bottom: 52px;
}

#company .pageInner {
  width: 953px;
}

#company .pageInner .ar-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}

#company .pageInner .ar-company .left-company {
  width: 478px;
}

#company .pageInner .ar-company .left-company h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 21px;
}

#company .pageInner .ar-company .left-company h3.small {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 11px;
}

#company .pageInner .ar-company .left-company table {
  width: 100%;
  background: #fff;
}

#company .pageInner .ar-company .left-company table tr {
  border-top: 1px solid #000000;
}

#company .pageInner .ar-company .left-company table tr:last-child {
  border-bottom: 1px solid #000000;
}

#company .pageInner .ar-company .left-company table tr th,
#company .pageInner .ar-company .left-company table tr td {
  padding: 15px 0;
  vertical-align: middle;
}

#company .pageInner .ar-company .left-company table tr th {
  width: 155px;
  background: #eeeeee;
  font-weight: bold;
  padding-left: 22px;
}

#company .pageInner .ar-company .left-company table tr td {
  width: calc(100% - 156px);
  padding-left: 22px;
}

#company .pageInner .ar-company .left-company table tr td p + p {
  margin-top: 12px;
}

#company .pageInner .ar-company .left-company table tr td a {
  display: block;
  color: #333;
  text-decoration: underline;
}

#company .pageInner .ar-company .right-company {
  width: 400px;
  margin-top: -4px;
}

#map {
  margin-bottom: 51px;
  margin-top: 63px;
}

#map iframe {
  width: 100%;
  height: 260px;
}

/*----- footer -----*/
footer {
  padding: 25px 0;
  background: #fff;
}

footer small {
  display: block;
  width: 100%;
  text-align: center;
}

/*----- form -----*/
.formInputFrame,
#form .formTable td select,
#form .formTable td input[type="text"],
#form .formTable td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  resize: none;
  height: 41px;
  font-size: 16px;
  appearance: none;
  outline: none;
}

.formInputFrame::-webkit-input-placeholder,
#form .formTable td select::-webkit-input-placeholder,
#form .formTable td input[type="text"]::-webkit-input-placeholder,
#form .formTable td textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8e8e8e;
}

.formInputFrame::-moz-placeholder,
#form .formTable td select::-moz-placeholder,
#form .formTable td input[type="text"]::-moz-placeholder,
#form .formTable td textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e;
}

.formInputFrame:-ms-input-placeholder,
#form .formTable td select:-ms-input-placeholder,
#form .formTable td input:-ms-input-placeholder[type="text"],
#form .formTable td textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8e8e8e;
}

.formInputFrame:-moz-placeholder,
#form .formTable td select:-moz-placeholder,
#form .formTable td input:-moz-placeholder[type="text"],
#form .formTable td textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e;
}

#form #formFrame {
  padding-top: 119px;
  padding-bottom: 268px;
}

.bl_form_title {
  margin-bottom: 37px;
}

#form #mainFrame {
  margin: auto;
  width: 810px;
}

#form #mainFrame .text-form {
  font-size: 16px;
  margin-top: 17px;
  line-height: 27px;
  margin-bottom: 27px;
}

#form .formTable {
  border-collapse: collapse;
  margin-bottom: 45px;
  width: 100%;
}

#form .formTable .error {
  color: #df3434;
  font-size: 14px;
  margin-bottom: 7px;
}

#form .formTable tr {
  border-bottom: 1px solid #8f8f8f;
}

#form .formTable tr:first-child {
  border-top: 1px solid #8f8f8f;
}

#form .formTable tr.mail th,
#form .formTable tr.mail td {
  padding-bottom: 17px;
}

#form .formTable tr.mail .confirm-email {
  margin-top: 15px;
}

#form .formTable tr.mail .confirm-email p {
  font-size: 13px;
  color: #666666;
  margin-bottom: 3px;
}

#form .formTable tr.code .box-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#form .formTable tr.code .box-code input {
  width: 110px;
}

#form .formTable tr.age td input {
  width: 110px;
}

#form .formTable tr.code .box-code span {
  display: block;
  font-size: 43px;
  color: #a9a9a9;
  margin: 0 6px;
}

#form .formTable tr.code .box-code .button-code {
  width: 140px;
  height: 40px;
  line-height: 43px;
  border-radius: 5px;
  margin-left: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 300px 107px #b5b5b5;
  box-shadow: inset 0px 0px 300px 107px #b5b5b5;
}

#form .formTable tr.etc textarea {
  width: 100%;
  height: 160px;
  padding-top: 10px;
}

#form .formTable tr.address01 th,
#form .formTable tr.address01 td {
  padding-bottom: 23px;
}

#form .formTable tr.address02 th,
#form .formTable tr.address02 td {
  padding: 21px 0;
}

#form .formTable tr.method th,
#form .formTable tr.method td {
  padding: 21px 0;
}

#form .formTable tr.etc th,
#form .formTable tr.etc td {
  padding: 44px 0 20px;
}

#form .formTable tr td .ar-address {
  position: relative;
  width: 250px;
}

#form .formTable tr td .ar-address select {
  width: 100%;
}

#form .formTable tr td .ar-address:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#form .formTable .req th label {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  width: 183px;
}

#form .formTable .req th::after {
  content: "必須";
  background: #df3434;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  width: 55px;
  height: 26px;
  line-height: 26px;
}

#form .formTable .top th {
  padding-top: 20px;
}

#form .formTable .top th,
#form .formTable .top td {
  vertical-align: top;
}

#form .formTable th,
#form .formTable td {
  font-size: 18px;
  padding: 14px 0;
  line-height: 1.5;
  vertical-align: middle;
}

#form .formTable th {
  padding-left: 9px !important;
  width: 280px;
}

#form .formTable td input[type="text"] {
  width: 100%;
}

#form .formTable td input[type="checkbox"] {
  display: none;
}

#form .formTable td input[type="checkbox"] + label {
  background: #fff8d0;
  cursor: pointer;
  color: #474747;
  display: block;
  font-weight: bold;
  padding: 20px;
  padding-left: 70px;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#form .formTable td input[type="checkbox"] + label:hover {
  background-color: #f3f6d8;
}

#form .formTable td input[type="checkbox"] + label:hover::before {
  border-color: #53b300;
}

#form .formTable td input[type="checkbox"] + label::before {
  content: "";
  background: #fff;
  border: 2px solid #c5c5c5;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#form .formTable td input[type="checkbox"] + label::after {
  content: "";
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  display: block;
  opacity: 0;
  width: 12px;
  height: 23px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#form .formTable td input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

#form .formTable td input[type="radio"] + label {
  margin-left: 5px;
}

#form .formTable td p.waring {
  margin-top: 5px;
  font-size: 14px;
}

#form .formTable td ::-ms-expand {
  display: none;
}

/*----- confirm -----*/
#form.confirm .formTable tr.etc td {
  padding-top: 20px;
}

#form.confirm .formTable tr th,
#form.confirm .formTable tr td {
  line-height: 2;
}

#form.confirm .formTable tr td {
  padding-left: 30px;
}

#form.confirm .formTable .top th {
  padding-top: 20px;
}

#form.confirm #sentPrev {
  text-align: center;
}

#form.confirm #back-btn {
  text-decoration: underline;
  margin-top: 25px;
  cursor: pointer;
}

/*----- thanks -----*/
#form.thanks #formFrame {
  padding-bottom: 463px;
}

#form.thanks #formFrame h2 {
  margin-bottom: 74px;
}

#form.thanks .thanksText {
  width: 690px;
  margin: 0 auto;
}

#form.thanks .thanksText p {
  font-size: 14px;
  line-height: 22px;
}

#form.thanks .thanksText p.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 19px;
}

#form.thanks #goTop {
  margin-top: 42px;
}

#form.thanks #goTop a {
  font-weight: bold;
  color: #5c9ae1;
}

/*-----  -----*/
/*-----  -----*/
.form01 {
  background: #e3fbff;
}

.form01 header {
  position: static;
}

.form01 header .right-header .button-header {
  display: block;
}

.form01 header .right-header .button-header li.form01 {
  display: none;
}

.form02 {
  background: #fffcdd;
}

#form.form02.thanks .thanksText {
  text-align: center;
  margin-top: 95px;
  width: 710px;
}

#form.form02.thanks .thanksText p.title a {
  color: rgb(92 154 225);
  font-size: 20px;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 42px;
}

#form.form02.thanks .thanksText a {
  display: block;
  margin-bottom: 95px;
}

#form.form2.thanks #goTop {
  margin-top: 80px;
}

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

.form02 .formTable tr {
  border-bottom: 1px solid #e6de8f !important;
}

.form02 .formTable tr:first-child {
  border-top: 1px solid #e6de8f !important;
}

.form02 .formTable tr.address02 td p {
  margin-top: 15px;
  font-size: 14px;
}

.form02 header {
  position: static;
}

.form02 header .right-header .button-header {
  display: block;
}

.form02 header .right-header .button-header li.form02 {
  display: none;
}

body .bl_privacyPolicy {
  margin: 50px auto;
  background-color: #fff;
}
