@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
}

/* 共通 */

html {
  scroll-behavior: smooth;
}

a:hover {
  transition: filter 0.1s ease;
  filter: brightness(1.1);
}

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3" !important;
}

p {
  line-height: 1.6;
}

strong {
  font-weight: bold;
}

.m-center {
  text-align: center;
}

.u_hidden_sp {
  display: block;
}

.hp_None.__golf{
  display: none !important;
}

.hp_pcNone {
  display: none;
}

.hp_spNone {
  display: block;
}
.hp_pcNone {
  display: none !important;
}

/* fv */

.bl_fv {
  background-image: url(../../pc/img/fv_background.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff3d2;
  padding: 220px 0 120px 0;
}

.bl_fv_container {
  gap: 30px;
}

.bl_fv_container .ttl {
  margin-bottom: 30px;
}
.bl_fv_info_btn {
  width: 464px;
}

/*----- campaign -----*/
.bl_campaign{
  background: #ffda32;
}
.el_campaign_ttl{
  text-align: center;
}
.bl_campaign_btn{
  width: 960px;
  margin: 30px auto 0;
  padding-bottom: 30px;
}
.bl_campaign_txt{
  background: #fb4e4e;
  text-align: center;
  padding: 10px 0;
}
.noteTxt{
  color: #fff;
  line-height: 1.5em;
  font-size: 15px;
}
.el_campaign_btn1{
  order: 2;
}
.el_campaign_btn2{
  order: 1;
}

/*----- emblem -----*/
.ly_emblem {
  height: 272px;
  padding: 30px 0 20px;
  margin: 0 auto;
  background: url(../img/emblem_background.png) no-repeat calc(50% - 550px) top;
}
.ly_emblem .l-inner {
  width: 1000px;
  margin: 0 auto;
}
.ly_emblem .el_emblem_title {
  text-align: right;
  margin-bottom: 30px;
}
.ly_emblem .el_emblem_text {
  width: 585px;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 45px 0 auto;
}

/* logo */
#logo {
  margin: 35px 0 26px;
}
#logo .slider01 {
  margin-bottom: 30px;
}
#logo ul li.logo01 {
  width: 1180px !important;
}
#logo ul li.logo02 {
  width: 1077px !important;
}
#logo ul li.logo03 {
  width: 1200px !important;
}
#logo ul li.logo04 {
  width: 1000px !important;
}
#logo .slick-slide img {
  display: inline;
  margin: 0 14px;
}

/* solution */

.ly_solution {
  padding: 90px 0 0 0;
}

.bl_solution_ttl {
  text-align: center;
  margin-bottom: 40px;
}

.bl_solution_flexbox {
  gap: 10px;
}

/* about */

.ly_about {
  padding: 90px 0 0 0;
}

.bl_about_ttl {
  margin-bottom: 40px;
}

.bl_about {
  margin-bottom: 80px;
  background: url(../../pc/img/about_background_image.png) no-repeat top left 65px;
  width: 1100px;
  margin: 0 auto 70px;
  padding-left: 100px;
}

.bl_about_inner .btn {
  width: 462px;
  height: 92px;
  display: block;
  background-image: url(../../pc/img/about_button_off.png);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.bl_about_inner .btn:hover {
  background-image: url(../../pc/img/about_button_on.png);
}

.bl_about_image {
  text-align: center;
  position: relative;
}

.bl_about_image:before {
  content: "";
  display: inline-block;
  width: 540px;
  height: 57px;
  background-image: url(../../pc/img/about_catch.png);
  background-position: center;
  position: absolute;
  top: -40%;
}

/* system */

.ly_system {
  padding: 180px 0;
  margin-top: -80px;
  text-align: center;
  background-color: #f7f7f7;
}

.bl_systenm_container1 {
  margin-bottom: 130px;
  flex-direction: row-reverse;
}

.bl_systenm_container1_card {
  position: relative;
  z-index: 2;
}

.bl_systenm_container1_image {
  margin-left: -100px;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}

.bl_systenm_container2 {
  margin-bottom: 130px;
}

.bl_systenm_container2_card {
  position: relative;
  z-index: 2;
}

.bl_systenm_container2_image {
  margin-right: -100px;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}

.bl_systenm_container3 {
  flex-direction: row-reverse;
}

.bl_systenm_container3_card {
  position: relative;
  z-index: 2;
}

.bl_systenm_container3_image {
  margin-left: -100px;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}

/* info01 */
.ly_info_secret {
  text-align: center;
  background-color: #fff3d2;
}

.bl_info_secret_ttl {
  background-color: #ff754c;
  text-align: center;
  display: block;
}

.bl_info_secret_container {
  padding: 30px 0;
  width: 960px;
  margin: 0 auto;
  align-items: bottom;
}

.el_info_book_img {
  width: 161px;
  height: 121px;
  margin: 0 auto;
}
.el_info_document_img {
  width: 154px;
  height: 121px;
  margin: 0 auto;
}

.bl_info_secret_container_col .image {
  margin-bottom: 20px;
}

.bl_info_secret_container_col .btn {
  width: 462px;
  height: 92px;
  display: block;
  background-image: url(../../pc/img/pc_info01_button_formB_off.png);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.bl_info_secret_container_col .btn:hover {
  background-image: url(../../pc/img/pc_info01_button_formB_on.png);
}

.bl_info_secret_container2_col .image {
  margin-bottom: 20px;
}

.bl_info_secret_container2_col .btn {
  width: 462px;
  height: 92px;
  display: block;
  background-image: url(../../pc/img/pc_info01_button_formA_off.png);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.bl_info_secret_container2_col .btn:hover {
  background-image: url(../../pc/img/pc_info01_button_formA_on.png);
}

/* service */

.ly_service {
  padding-top: 100px;
  background: url(../img/service_backgroundImage.png) no-repeat center top 50px;
}
.ly_service .bl_service_ttl {
  margin-bottom: 20px;
}
.el_service_ttlTxt {
  font-size: 15px;
  padding-bottom: 17px;
}
.ly_service .bl_service {
  padding: 70px 0 60px;
  background: rgba(255, 245, 212, 0.8);
}
.ly_service .bl_service:nth-of-type(even) {
  background: rgba(255, 250, 234, 0.8);
}
.ly_service .bl_service_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.bl_service_Iconbox {
  width: 620px;
  margin: 0 auto;
  row-gap: 11px;
  padding-bottom: 21px;
}
.ly_service .bl_service_icon {
  padding-bottom: 40px;
}
.ly_service .bl_service_subttl {
  margin-bottom: 25px;
}
.ly_service .bl_service_img {
  background: #212124;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.ly_service .slick-slide img {
  margin: 0 auto;
}
.ly_service .bl_service_txtbox {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding-top: 25px;
  height: 185px;
}
.ly_service .bl_service_txtbox_subttl {
  color: #f26545;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.ly_service .bl_service_txt {
  font-size: 16px;
  text-align: center;
  line-height:1.5;
}
.ly_service .prev.slick-arrow {
  left: 5%;
  top: 45%;
  position: absolute;
  z-index: 1;
  transform: scale(-1, 1);
  cursor: pointer;
}
.ly_service .next.slick-arrow {
  right: 5%;
  top: 45%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.ly_service .slick-dots {
  width: 60px;
  margin: 30px auto 0;
  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;
  bottom: 20px;
  left: 0;
  right: 0;
}
.ly_service .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 1px solid #f26545;
}
.ly_service .slick-dots li span {
  display: none;
}
.ly_service .slick-dots li.slick-active {
  background: #f26545;
}
.el_service_btn {
  text-align: center;
}
.el_service_btn.el_service_btn__mt {
  margin-top: 25px;
}

.ly_service .bl_service_yoyaku .slick-dots {
  width: 100px;
}
.ly_service .bl_service_uriage .slick-dots,
.ly_service .bl_service_seikyu .slick-dots,
.ly_service .bl_service_bunseki .slick-dots {
  width: 45px;
}


/*----- info precss -----*/
.bl_info3 {
  padding: 80px 0 175px;
  margin-bottom: 5px;
}
.bl_info3 .bl_info3_box {
  padding: 65px 0 60px;
  background: #fff3d2;
  border: 1px solid #0d5a41;
  margin: 0 auto -150px;
  width: 980px;
}
.bl_info3 .bl_info3_ttl {
  font-size: 26px;
  text-align: center;
}
.bl_info3 .bl_info3_btn {
  margin-top: 40px;
}
.bl_info3::after{
  content: "";
  width: 100vw;
  height: 180px;
  background: url(../../pc/img/pc_info02_background.jpg) no-repeat bottom center/cover;
  position: absolute;
  z-index: -1;
}

/*point*/

.ly_point {
  padding: 160px 0 90px 0;
  text-align: center;
  background-color: #f7f7f7;
}

.bl_point_ttl {
  margin-bottom: 90px;
}

.bl_point_container {
  max-width: 990px;
  margin: 0 auto 20px auto;
  gap: 70px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px -10px #777777;
}

.bl_point_container_box {
  text-align: left;
}

.bl_point_container_box .ttl {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffad9b;
}

.bl_point_container_box .text {
  font-size: 16px;
  padding-top: 10px;
}

/* info03 */

.ly_info_solution {
  text-align: center;
  margin-bottom: 20px;
  background-color: #ff754c;
  padding-bottom: 20px;
}

.bl_info_solution_ttl {
  width: 1200px;
  margin: 0 auto;
}

.bl_info_solution_container {
  padding: 30px 0;
  background-color: #fff3d2;
  display: flex;
  justify-content: center;
}
.bl_info_solution_container_col {
  padding: 0 30px;
}

.bl_info_solution_container_col .image {
  margin-bottom: 20px;
}

.bl_info_solution_container_col .btn {
  width: 462px;
  height: 92px;
  display: block;
  background-image: url(../../pc/img/pc_info01_button_formB_off.png);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.bl_info_solution_container_col .btn:hover {
  background-image: url(../../pc/img/pc_info01_button_formB_on.png);
}
.bl_info_solution_container2_col {
  width: 154px;
  margin: 0 auto 14px;
}

.bl_info_solution_container2_col .image {
  margin-bottom: 20px;
}

.bl_info_solution_container2_col .btn {
  width: 462px;
  height: 92px;
  display: block;
  background-image: url(../../pc/img/pc_info01_button_formA_off.png);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.bl_info_solution_container2_col .btn:hover {
  background-image: url(../../pc/img/pc_info01_button_formA_on.png);
}

/* plan */

.ly_plan {
  background-color: #0b9b4f;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 14px;
}

.bl_plan {
  max-width: 1000px;
  margin: auto;
}

.bl_plan_ttl {
  margin-bottom: 30px;
}

.bl_plan_note {
  text-align: left;
  font-size: 12px;
  color: #fff;
}

.bl_plan_container {
  gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.bl_plan_container .list {
  width: 240px;
  position: relative;
}

.list.item_block::before {
  content: "";
  display: inline-block;
  width: 210px;
  height: 34px;
  background: url(../../pc/img/plan_icon_emblem.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.bl_plan_container .list_item {
  padding: 10px 30px;
  text-align: left;
  background-color: #fff9dd;
  font-size: 16px;
  border-bottom: 1px solid #b6b6b6;
}
.list_item sup {
  font-size: 10px;
  vertical-align: top;
}

.bl_plan_container .list_item.not-applicable {
  color: #b6b6b6;
  background-color: #fff;
}

.bl_plan_container .list_item .kome {
  font-size: 10px;
}

.bl_plan_container .list_item.ttl_wrap {
  text-align: center;
  color: #f26545;
  background-color: #fff;
  padding: 20px 15px;
  display: inline-block;
  width: 100%;
}

.bl_plan_container .list_item.ttl_wrap .ttl {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  display: inline-block;
}

.bl_plan_container .list_item.ttl_wrap .price {
  font-size: 24px;
  font-weight: bold;
}

.bl_plan_caution_txt {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
}

/* info04 */

.ly_info_estimate {
  text-align: center;
  padding-bottom: 20px;
  background-color: #ff754c;
}

.bl_info_estimate_ttl {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #ff754c;
  font-size: 0;
  height: 180px;
  background: url(../../pc/img/info04_title.png) no-repeat center/auto;
}

.bl_info_estimate .btn {
  width: 464px;
  height: 93px;
  display: inline-block;
  background-image: url(../../pc/img/pc_info04_button_formB_off.png);
  background-repeat: no-repeat;
  transition: 0.3s;
}

.bl_info_estimate .btn:hover {
  background-image: url(../../pc/img/pc_info04_button_formB_on.png);
}

.bl_info_estimate_btn {
  padding: 30px 0;
  background-color: #fff3d2;
  text-align: center;
}

/* voice */
.ly_voice {
  text-align: center;
  padding: 50px 0 80px 0;
  background-image: url(../../pc/img/voice_background_image.png);
  background-repeat: no-repeat;
  background-position: top -130px left;
  background-color: #e7ffd4;
}

.bl_voice_ttl {
  margin-bottom: 40px;
}

.bl_voice_container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: relative;
}
.bl_voice_companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bl_voice_container.slick-slide{
  display: flex !important;
  background-color: #fff;
  margin: 0 500px;
  align-items: start;
}

.bl_voice_container_col {
  padding: 40px 30px 30px 30px;
  text-align: left;
  width: 50%;
  border-radius: 20px;
}

.bl_voice_container_col .image {
  margin-bottom: 20px;
}

.bl_voice_container_col .text {
  font-size: 16px;
}

.bl_voice_container_col .link {
  margin-bottom: 20px;
}

.bl_voice_container_col .link a {
  font-size: 14px;
  color: #168df3;
  text-decoration: none;
}

.bl_voice_container_col:not(.box) {
  border-left: #d7d7d7 dotted 4px;
  border-radius: 0;
  position: relative;
}
.bl_voice_container_col .box {
  background-color: #fffae5;
}

.bl_voice_container_col .box .ttl {
  background-color: #ffb656;
  display: inline-block;
  padding: 5px 30px;
}

.bl_voice_container_col .box .text {
  padding: 25px 25px 25px 25px;
}

.bl_voice_container_col .ttl-green {
  color: #0d5a41;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bl_voice_container_col .name {
  font-size: 16px;
  margin-bottom: 10px;
}

.bl_voice_container_col .text2 {
  margin-bottom: 140px;
}
.bl_voice_container .tyusyaku-wrap {
  position: absolute;
  bottom: 70px;
  justify-content: space-between;
  width: 440px;
}
.tyusyaku-wrap .tyusyaku {
  font-size: 13px;
  background-color: #e7ffd4;
  padding: 3px 10px ;
}
.el_logo_tmgolf {
  width: 91px;
}

.bl_voice .slick-arrow {
  right: calc(50% - 520px);
  top: 45%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  border: none;
  background-color: unset;
}
.bl_voice .slick-arrow.prev {
  right: calc(50% + 480px);
}
.bl_voice .slick-dots li{
  display: none;
}

/* support */
/*----- support -----*/
#support {
  padding: 50px 0 48px;
}
#support .l-inner {
  width: 1000px;
  margin: 0 auto;
}
#support dl {
  width: 635px;
  padding: 15px 35px 15px 20px;
  background: #f1ffe5;
  border-radius: 12px;
}
#support dl + dl {
  margin-top: 8px;
}
#support dl dt {
  margin-right: 19px;
}
#support dl dd h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
#support dl dd p {
  line-height: 1.3;
}

/*----- info5 -----*/
.ly_info_support {
  height: 600px;
  padding: 0 0 180px;
  background-color: #fff3d2;
  position: relative;
  margin-bottom: 15px;
}
.ly_info_support::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 180px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: url(../../pc/img/pc_info02_background.jpg) no-repeat bottom center/cover;
  z-index: 1;
}
.ly_info_support .l-inner {
  width: 1000px;
  margin: 0 auto;
}
.ly_info_support h2 {
  color: #fff;
  font-size: 0;
  font-weight: bold;
  line-height: 1.33;
  position: relative;
  background-color: #ff754c;
  width: 100vw;
  height: 180px;
  margin-left: calc(50% - 50vw);
  padding: 60px 0;
  background: url(../../pc/img/info05_title.png) no-repeat center/auto ,#ff754c;
}
.ly_info_support h2:after {
  content: "";
  display: block;
  width: 155px;
  height: 168px;
  position: absolute;
  top: -35px;
  right: 0px;
}
.ly_info_support ul {
  width: 985px;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}
.bl_info_support_container {
  padding: 30px 0;
  width: 990px;
  margin-bottom: -120px;
}
.ly_info_support ul li {
  width: 485px;
  height: 358px;
  font-size: 26px;
  padding: 24px 0 30px;
  background: #fff3d2;
  border: 1px solid #0d5a41;
}
.ly_info_support ul li h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.25;
}
.ly_info_support ul li h3 span {
  font-size: 18px;
  font-weight: bold;
}
.ly_info_support ul li figure {
  margin: 19px 0 13px;
}
.ly_info_support ul li:nth-of-type(2) figure {
  margin-bottom: 23px;
}


/*fixed*/
#fixed-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}
#fixed-btn li + li {
  margin-top: 10px;
}

/*----- footer -----*/
#footer {
  padding: 40px 0 34px;
  background: #fff3d2;
}
.ly_footer {
  width: 1000px;
  margin: 0 auto;
}
#footer .left-box {
  margin-left: 66px;
  margin-right: 215px;
}

#footer .right-box .logo {
  display: inline-block;
}
#footer .right-box .logo img {
  width: 100%;
  height: auto;
}
#footer .right-box .address {
  padding: 15px 0 0;
}
#footer .right-box .address p {
  line-height: 2;
  font-size: 14px;
}
#footer .right-box .company-name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
#footer .right-box p {
  font-size: 14px;
}
#footer .right-box small {
  display: block;
  font-size: 14px;
  margin-top: 35px;
}

/*----- form -----*/
.formInputFrame,
#mainFrame .formTable dd select,
#mainFrame .formTable dd input[type=text],
#mainFrame .formTable dd textarea {
  appearance: none;
  background: #eee;
  border: 2px solid #eee;
  border-radius: 0;
  padding: 3px 10px;
  resize: none;
}

.caution {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}
.caution a {
  color: #353535;
}

#mainFrame {
  margin: 0 auto;
  width: 480px;
  background: #fff;
}
#mainFrame .formTable {
  margin-bottom: 20px;
  width: 100%;
}
#mainFrame .formTable .error {
  color: #df3434;
  font-size: 14px;
  margin-bottom: 7px;
}
#mainFrame .formTable dl {
  border-bottom: 1px solid #cbcbcb;
}
#mainFrame .formTable dl:first-child {
  border-top: 1px solid #cbcbcb;
}
#mainFrame .formTable .top dt {
  padding-top: 10px;
}
#mainFrame .formTable dt {
  color: #222;
  padding-left: 5px;
  width: 135px;
}
#mainFrame .formTable dt label {
  font-size: 14px;
}

#mainFrame .formTable dt span {
  color: #df3434;
}

#mainFrame .formTable dd {
  width: 300px;
}
#mainFrame .formTable dd input[type=text] {
  width: 100%;
}
#mainFrame .formTable dd select {
  background-image: url(../img/form_selectArrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 35px;
  width: 160px;
}
#mainFrame .formTable dd select#plan,
#mainFrame .formTable dd select#area {
  width: 100%;
  margin: 0;
  background-image: none;
  appearance: auto;
}

#mainFrame .formTable dd ::-ms-expand {
  display: none;
}

#form #formFrame {
  position: relative; /* 子要素を絶対位置指定するために必要 */
  background: url(../img/background_deco01.png) no-repeat top right;
  background-size: cover;
  background-position: center;
  /* height: 838px; */
  position: relative; /* 子要素を絶対位置指定するために必要 */
}
#form #formFrame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px; /* 伸ばしたい高さを指定 */
  background-color: #fff3d2; /* 伸ばしたい部分の背景色を指定 */
  z-index: -1; /* 背景画像より下に配置するために必要 */
}

#form .bl_wrapper_form_frame {
  width: 990px;
  margin: 0 auto;
  padding-top: 50px;
}

.subTitle.__mt30 {
  margin-top: 30px;
}
.bl_form_txt {
  line-height:1.59;
  font-size: 17px;
}
.bl_step.__mt25,
.bl_form_txt.__mt25 {
  margin-top: 25px;
}
.bl_form_txt.__mt35 {
  margin-top: 35px;
}
.bl_bottom_img.__mt90 {
  margin-top: 90px;
}

#form #formFrame .right-box {
  padding: 12px;
}
#form #formFrame #mainFrame {
  padding: 53px 15px 30px;
}
#form #formFrame #mainFrame .subTitle2 {
  margin-bottom: 35px;
}

#form #formFrame #mainFrame .subTitle2 span {
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
}

#form #formFrame #mainFrame dl {
  padding: 17px 10px 17px 0;
}
#form #formFrame #mainFrame dl.etc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#form #formFrame #mainFrame dl.etc dt {
  margin-top: 5px;
}
#form #formFrame #mainFrame dl dd input[type=text],
#form #formFrame #mainFrame dl dd textarea {
  width: 300px;
}

#form #formFrame #mainFrame dl.explanation dd {
  padding-left: 10px;
}

#form #formFrame #mainFrame dl.explanation dd input[type=radio] {
  display: none;
}

#form #formFrame #mainFrame dl.explanation dd label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 50px;
  font-size: 14px;
}

#form #formFrame #mainFrame dl.explanation dd label:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(238 238 238);
  left: 0;
  top: -4px;
}

#form #formFrame #mainFrame dl.explanation dd label:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: rgb(236 108 39);
  border-radius: 50%;
  border: 5px solid rgb(238 238 238);
  left: 0;
  top: -4px;
  opacity: 0;
}

/*IE用*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #form #formFrame #mainFrame dl.explanation dd input[type=radio] {
    display: inline-block;
  }
  #form #formFrame #mainFrame dl.explanation dd label {
    padding-left: 0;
  }
}

#form #formFrame #mainFrame dl.explanation dd input[type=radio]:checked + label:after {
  opacity: 1;
}

#form #formFrame p.caution span {
  color: #df3434;
}

#form #formFrame #mainFrame #nextBtn {
  margin-top: 35px;
}

/*----- confirm -----*/
#form.confirm #formFrame #mainFrame .subTitle2 {
  margin-bottom: 15px;
}
#form.confirm .top-form-text {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 13px;
}

#form.confirm .formTable dl dt,
#form.confirm .formTable dl dd {
  line-height: 1.8;
  font-size: 14px;
}
#form.confirm .formTable .top dt {
  padding-top: 10px;
}

#form.confirm #send-btn {
  margin: 40px 0 20px;
}

#form.confirm #prev-btn {
  margin: auto;
  width: 200px;
}

#form.confirm #prev-btn a {
  text-decoration: underline;
}

#form.confirm #prev-btn a:hover {
  text-decoration: none;
}

/*----- thanks -----*/

#form.thanks .thanks-text {
  color: #373737;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

#form.thanks .thanks-text .text {
  line-height: 1.4;
}

#form.thanks .thanks-text .text + .text {
  margin-top: 30px;
}

#form.thanks #goTop {
  width: 80px;
  text-decoration: underline;
  cursor: pointer;
}
#form.thanks #goTop.__mt55 {
  margin-top: 55px;
}

#form.thanks #goTop a {
  color: #373737;
}

#form.thanks #goTop:hover {
  text-decoration: none;
  opacity: 0.7;
}
