@charset "UTF-8";


#cboxLoadedContent {
  overflow: hidden !important;
}

body {
  margin: 0;
}

#main {
  min-width: 1280px;
}




/*
210325 値修正
*/
.sec_apply-wrapper {
  /* height: 900px;
  transform: scale(0.8) translateY(-45px); */
  height: 1094px;
  transform: scale(0.85) translateY(0px);
}


.clearfix {
  height: 1px;
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* autoprefixer grid: autoplace */
.l-main {
  text-align: center;
  color: #092a78;
  background: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.l-main * {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-main ::before, .l-main ::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-main h1,
.l-main h2,
.l-main h3,
.l-main h4,
.l-main h5,
.l-main h6 {
  font-weight: normal;
}

.l-main p {
  font-size: 16px;
  line-height: 2.2em;
}

.l-main ul,
.l-main ol,
.l-main li {
  list-style: none;
}

.l-main strong {
  font-weight: 500;
}

.l-main a {
  text-decoration: none;
}

.l-main a:visited {
  text-decoration: none;
}

.l-main a:hover {
  text-decoration: none;
}

.l-main address {
  font-style: normal;
}

.l-main .clr {
  font-size: 1px;
  line-height: -1px;
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 1px;
}

.l-main dl,
.l-main dt,
.l-main dd {
  margin: 0;
  padding: 0;
}

/*============================
l-main
============================*/
body {
  position: relative;
}

.l_main {
  width: 100%;
  min-height: 100vh;
}

.l_main p {
  font-size: 16px;
  line-height: 2.2em;
}

/*============================
l-footer
============================*/
/*============================
wrap
============================*/
.wrap_900 {
  width: 900px;
  margin: auto;
  text-align: left;
}

/*============================
ttl
============================*/
.page_ttl {
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #f7f7f7;
}

.page_ttl_h1 {
  width: 1000px;
  text-align: left;
  margin: auto;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_ttl_main {
  font-weight: 500;
}

.page_ttl_sub {
font-family: 'crimson-bold';
  margin-left: 20px;
  font-size: 14px;
}

.ttl_cont {
  text-align: center;
}

.l-main .ttl_cont_main {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.ttl_cont_main:before,
.ttl_cont_main:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 0.5px;
  background-color: #092a78;
}

.ttl_cont_main:before {
  left: 0;
}

.ttl_cont_main:after {
  right: 0;
}

.ttl_cont_sub {
  font-size: 14px;
font-family: 'crimson-bold';
  text-align: center;
  margin-top: 10px;
}

/* display styles for PC or SP */
.cmn-for-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .cmn-for-pc {
    display: none;
  }
}

.cmn-for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .cmn-for-sp {
    display: block;
  }
}



/* cmn-footcontact */
/*============================
cmn-pagetop
============================*/
.cmn-pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  position: fixed;
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 70px;
  height: 60px;
  top: auto;
  bottom: 60px;
  left: auto;
  right: 20px;
  background: url(../img/global/cmn-pagetop.svg) no-repeat left top;
  background-size: contain;
  z-index: 99999;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .cmn-pagetop:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .cmn-pagetop:active {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  /*============================
  cmn-pagetop
  ============================*/
  .cmn-pagetop {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;

    position: fixed;
    display: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 70px;
    height: 60px;
    top: auto;
    bottom: 60px;
    left: auto;
    right: 20px;
    background: url(../img/global/cmn-pagetop.svg) no-repeat left top;
    background-size: contain;
    z-index: 99999;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) and (min-width: 769px) {
  .cmn-pagetop:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-pagetop:active {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/*============================
フォーム
cmn-form
============================*/
.mw_wp_form_input_flag {
  display: none;
}

.mw_wp_form_preview_flag {
  display: none;
}

.mw_wp_form_input .mw_wp_form_input_flag {
  display: block;
}

.mw_wp_form_preview .mw_wp_form_preview_flag {
  display: block;
}

/*===================
共通タブ用 => .cmntab
===================*/
.cmntab_switch_item {
  cursor: pointer;
}

.cmntab_main {
  position: relative;
}

.cmntab_main_item {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cmntab_main_item.has-scroll {
  display: none;
  position: static;
}

.cmntab_main_item.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}

.cmntab_main_item.is-active.has-scroll {
  display: block;
}

/*===================
タブの中のタブ => .cmntab_inr
===================*/
.cmntab_inr_switch_item {
  cursor: pointer;
}

.cmntab_inr_main {
  position: relative;
}

.cmntab_inr_main_item {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cmntab_inr_main_item.has-scroll {
  display: none;
  position: static;
}

.cmntab_inr_main_item.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}

.cmntab_inr_main_item.is-active.has-scroll {
  display: block;
}

/*===================
共通トグル用 => .cmntoggle
===================*/
.cmntoggle-switch {
  position: relative;
  cursor: pointer;
}

.cmntoggle-switch::before, .cmntoggle-switch::after {
  content: "";
  width: 13px;
  height: 2px;
  background: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
}

.cmntoggle-switch::before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.cmntoggle-switch::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.cmntoggle-switch.is-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cmntoggle-switch.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.cmntoggle-next {
  display: none;
}


/*============================
 flexslider original custom
============================*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
  margin: 0;
  padding: 0;
  z-index:9;
}
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  margin: 0 0 0;
  zoom: 1;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.flexslider .slides img {
  height: auto;
}
.carousel li {
  margin-right: 0;
}
.flex-direction-nav a {
  opacity: 1;
}
.flex-direction-nav a {
  opacity: 1;
}
 .flex-direction-nav .flex-prev {
  position: absolute;
  left: 20px;
 }
 .flex-direction-nav .flex-next {
  position: absolute;
  right: 20px;
 }
.flex-direction-nav .flex-prev::before {
  background: url(/assets/common/javascripts/plugin/jquery.flexslider/flexsl_left.png) no-repeat left center;
  left: 20px;
  top: 0;
}
.flex-direction-nav .flex-next::before {
	background:url(/assets/common/javascripts/plugin/jquery.flexslider/flexsl_right.png) no-repeat right center;
	right: 20px;
	top: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 0.7;
}
.flex-direction-nav .flex-disabled {
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 35px;
  text-align: center;
  z-index:999;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #535353;
}
.flex-control-paging li a.flex-active {
  background: #535353;
  cursor: default;
}
.flex-control-thumbs {
  margin: 20px 0 0;
  position: static;
  overflow: hidden;
  width: 600px;
}
.flex-control-thumbs li {
  width: 77px;
  height:85px;
  float: left;
  margin: 0 10px 10px 0;
}

.flex-control-thumbs li:nth-of-type(7) {
  margin-right: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
   border:4px solid transparent;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  transition: border-color 1s ease;
}
.flex-control-thumbs li img:hover {
  opacity: 0.7;
}
.flex-control-thumbs li img:active {
	opacity: 1;
	border:4px solid #092a78;
}
.flex-control-thumbs li img.flex-active {
	opacity: 1;
 	border:4px solid #092a78;
  -webkit-transition: border-color 1s ease;
  -moz-transition: border-color 1s ease;
  -ms-transition: border-color 1s ease;
  -o-transition: border-color 1s ease;
  transition: border-color 1s ease;
 }

 .flexslider video {
  width: auto;
  height: 598px;
}

/*============================
l-main-top
============================*/

.l-main_apply section.sec {
  margin-top: 90px;
}

.l-main_apply .sec_apply {
  background: #f3f2ec;
  padding: 38px;
  margin-bottom: 83px;
}

.l-main_apply .sec_apply .apply_ttl {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.l-main_apply .sec_apply .apply_ttl span {
  display: block;
  letter-spacing: 0;
  margin-top: 30px;
}

.l-main_apply .sec_apply .apply_desp {
  font-size: 38px;
  font-weight: 500;
  color: #333;
  margin: 30px 0 50px;
}

.l-main_apply .sec_apply #server_inner {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-main_apply .sec_apply #server_L .flex-control-nav{
  margin: 20px 0 0;
}

.l-main_apply .sec_apply #server_L {
  width: 600px;
}

.l-main_apply .sec_apply #server_R_bx {
  width: 370px;
}

.l-main_apply .sec_apply #server_R_bx h3 {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #9f9fa0;
  color: #ffffff;
  text-align: left;
  padding-left: 20px;
  font-weight: 500;
}

.l-main_apply .sec_apply #server_R_bx .bx_w {
  height: 560px;
  padding: 10px 20px 20px 20px;
  text-align: left;
  color: #333;
  background: #ffffff;
  line-height: 180%;
}

.l-main_apply .sec_apply #server_R_bx #js-color-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
}

.l-main_apply .sec_apply #server_R_bx #js-color-select li {
  padding: 5px 10px;
  margin-right: 10px;
  border: solid 3px #dbdbdb;
  margin-bottom: 10px;
}

.l-main_apply .sec_apply #server_R_bx #js-color-select li.on {
  border-color: #092a78;
}

.l-main_apply .sec_apply #server_R_bx .color {
  font-size: 18px;
}

.l-main_apply .sec_apply #server_R_bx .color span {
  font-size: 14px;
}

.l-main_apply .sec_apply #server_R_bx .js-color-text {
  font-size: 12px;
  color: #000;
}

.l-main_apply .sec_apply #server_R_bx .product {
  border-top: solid 2px #8e8781;
  border-bottom: 1px dotted #092a78;
  padding-top: 10px;
  margin: 10px 0;
}

.l-main_apply .sec_apply #server_R_bx .product_ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.l-main_apply .sec_apply #server_R_bx .product_rental {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.l-main_apply .sec_apply #server_R_bx .product_rental_ttl {
  font-size: 16px;
}

.l-main_apply .sec_apply #server_R_bx .product_rental_price {
  text-align: right;
    font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}

.l-main_apply .sec_apply #server_R_bx .product_rental_price span {
  font-size: 14px;
  font-weight: 500;
}

.l-main_apply .sec_apply #server_R_bx .product_link {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  text-decoration: underline;
  color: #092a78;
}

.l-main_apply .sec_apply #server_R_bx .cartridge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cartridge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.l-main_apply .sec_apply #server_R_bx .cartridge_ttl {
  font-size: 14px;
}

.l-main_apply .sec_apply #server_R_bx .cartridge_price {
  font-size: 30px;
    font-weight: 500;
  color: #f03c8e;
}

.l-main_apply .sec_apply #server_R_bx .cartridge_price span {
  font-size: 18px;
  font-weight: 500;
}

.l-main_apply .sec_apply #server_R_bx .cartridge_caution {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  margin-top: -8px;
  font-size: 11px;
  color: #888888;
}

.l-main_apply .sec_apply #server_R_bx .entry_small-txt {
  font-size: 11px;
  color: #888888;
  /* text-align: left; */
  text-align: center;
}

.l-main_apply .sec_apply #server_R_bx .postage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.l-main_apply .sec_apply #server_R_bx .postage_ttl {
  font-size: 14px;
}

.l-main_apply .sec_apply #server_R_bx .postage_price {
  font-size: 30px;
    font-weight: 500;
  color: #f03c8e;
}

.l-main_apply .sec_apply #server_R_bx .postage_price span {
  font-size: 18px;
  font-weight: 500;
}

.l-main_apply .sec_apply .slides {
  border: solid 1px #e4e4e4;
  background: #ffffff;
  font-size: 0;
}

.l-main_apply .sec_apply .entry_ok {
  margin: 20px 0 30px;
}

.l-main_apply .sec_apply .entry_ok {
  margin: 20px 0 10px;
}

.l-main_apply .sec_apply .entry_ok .submitbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff600;
  color: #092a78;
  font-weight: 500;
  height: 82px;
  border-radius: 42px;
}

.l-main_apply .sec_apply .entry_ok .submitbtn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-main_apply .sec_apply .entry_ok .bold {
  font-size: 24px;
  line-height: 160%;
}

.l-main_apply .sec_apply .entry_ok .sub {
  font-size: 14px;
}

.l-main_apply .sec_apply .delivery-txt {
  font-size: 14px;
  color: #f03c8e;
  line-height: 1.4;
}


.l-main_apply .sec_apply .entry_no {
  margin: 20px 0 30px;
}

.l-main_apply .sec_apply .entry_no {
  margin: 20px 0 10px;
}

.l-main_apply .sec_apply .entry_no .submitbtn {

  pointer-events: none;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #bababa;
  color: #fff;
  font-weight: 500;
  height: 82px;
  border-radius: 42px;
}

.l-main_apply .sec_apply .entry_no .submitbtn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-main_apply .sec_apply .entry_no .bold {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.l-main_apply .sec_apply .apply02-norikae {
  border: solid 2px #94d2e9;
  padding: 15px 0;
  font-weight: 500;
}

.l-main_apply .sec_apply .apply02-norikae label {
  font-size: 13px;
}

.l-main_apply .sec_apply .apply02-norikae a {
  color: #333;
}

.l-main_apply .sec_apply .apply02-norikae label span {
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 0;
  margin-left: 20px;
}

.l-main_apply .sec_apply .apply02-norikae .radio-input {
  display: none;
}

.l-main_apply .sec_apply .apply02-norikae .radio-input + label {
  padding-left: 25px;
  position: relative;
  color: #333;
}

.l-main_apply .sec_apply .apply02-norikae .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #888888;
  border-radius: 50%;
  background: #ffffff;
}

.l-main_apply .sec_apply .apply02-norikae .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #94d2e9;
  border-radius: 50%;
}

.l-main_apply .sec_spec .ttl_cont {
  margin-bottom: 50px;
}

.l-main_apply .sec_spec .spec_fl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.l-main_apply .sec_spec .spec_lbx {
  margin-top: 15px;
  line-height: 2;
}

.l-main_apply .sec_spec .spec_dd {
  color: #333;
}

.l-main_apply .sec_spec .spec_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-main_apply .sec_spec .spec_dt {
  width: 170px;
}

.l-main_apply .sec_spec .spec_accessories {
  margin: 40px 0 40px 170px;
}

.l-main_apply .sec_spec .accessories_fl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background: #f5f5f5;
}

.l-main_apply .sec_spec .accessories_lbx {
  font-size: 18px;
  font-weight: 500;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px dotted #092a78;
  height: 90px;
  line-height: 90px;
}

.l-main_apply .sec_spec .caution_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 45px;
}

.l-main_apply .sec_spec .caution_dt {
  width: 170px;
  font-size: 14px;
}

.l-main_apply .sec_spec .caution_dd {
  font-size: 12px;
  line-height: 1.7;
  color: #333;
}

.l-main_apply .sec_spec .dotted_line {
  height: 1px;
  position: relative;
}

.l-main_apply .sec_spec .dotted_line::before {
  content: "";
  background-image: linear-gradient(to right, #092a78, #092a78 5px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.l-main_apply .sec_faq {
  padding-bottom: 100px;
  /* 質問部分 */
  /* Qマーク */
  /* プラスマークアイコン */
  /* プラスマークアイコンの横棒の位置調整など*/
  /* プラスマークアイコンの縦棒の位置調整など*/
  /* 回答部分が開いている時は縦棒を横にする*/
  /* 回答部分は最初非表示 */
}

.l-main_apply section.sec_faq {
  margin-top: 120px;
}

.l-main_apply .sec_faq .ttl_cont {
  margin-bottom: 30px;
}

.l-main_apply .sec_faq .accordion {
  width: 100%;
}

.l-main_apply .sec_faq .accordion-box:not(:first-child) {
  border-top: 1px dotted #092a78;
}

.l-main_apply .sec_faq .question {
  padding: 20px 54px 20px 54px;
  font-weight: 500;
  position: relative;
  line-height: 1.15;
}

.l-main_apply .sec_faq .question::before {
  content: url(../../../../assets/images/faq/faq-icon.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.l-main_apply .sec_faq .question span::before,
.l-main_apply .sec_faq .question span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #092a78;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.l-main_apply .sec_faq .question span::before {
  right: 30px;
}

.l-main_apply .sec_faq .question span::after {
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.l-main_apply .sec_faq .question span.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.l-main_apply .sec_faq .answer {
  display: none;
  /* 非表示にしておく */
  padding: 0 55px 20px 54px;
  font-size: 14px;
  line-height: 1.6em;
  color: #092a78;
  background: #fff;
  position: relative;
}

/*============================
210325 追加
ポップアップ
参考 : /dewomini/apply/
============================*/
#inline_cont01 {
  /* margin-top: 80px; */
}
#inline_cont01 #sub-content {
}
#inline_cont01 #sub-content .sub-cont {
  width: 100vw!important;
  max-width: 701px!important;
  margin: 0 auto;
  text-align: center;
}
#inline_cont01 #sub-content .sub-cont img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}
#inline_cont01 #sub-content #btn_close_top {
  background: url(../js/libs/colorbox/images/close.png) no-repeat 0 0;
  width: 46px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
#inline_cont01 #sub-content #btn_close {
  display: inline-block;
  width: 170px;
  height: 44px;
  border-radius: 25px;
  border: 2px solid#FFF;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  display: block;
  line-height: 44px;
  margin: 30px auto;
  text-decoration: none;
}

#cboxClose {
  display: none!important;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible!important;
}


/*============================
l-main-top
============================*/
.l-main_contact {
  padding-bottom: 120px;
}

.l-main_contact p {
  font-size: 14px;
  line-height: 1.5;
}

.l-main_contact .pgge_disp {
  max-width: 1000px;
  margin: 35px auto 0;
  text-align: left;
  color: #092a78;
}

.l-main_contact .sec_faq {
  margin-top: 110px;
  padding-bottom: 100px;
  /* 質問部分 */
  /* Qマーク */
  /* プラスマークアイコン */
  /* プラスマークアイコンの横棒の位置調整など*/
  /* プラスマークアイコンの縦棒の位置調整など*/
  /* 回答部分が開いている時は縦棒を横にする*/
  /* 回答部分は最初非表示 */
}

.l-main_contact .sec_faq .ttl_cont {
  margin-bottom: 30px;
}

.l-main_contact .sec_faq .accordion {
  width: 100%;
}

.l-main_contact .sec_faq .accordion-box:not(:first-child) {
  border-top: 1px dotted #092a78;
}

.l-main_contact .sec_faq .question {
  padding: 20px 20px 20px 54px;
  font-weight: 500;
  position: relative;
}

.l-main_contact .sec_faq .question::before {
  content: 'Q';
font-family: 'crimson-bold';
  font-size: 24px;
  background: #092a78;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 28px;
  text-align: center;
}

.l-main_contact .sec_faq .question span::before,
.l-main_contact .sec_faq .question span::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #092a78;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.l-main_contact .sec_faq .question span::before {
  right: 30px;
}

.l-main_contact .sec_faq .question span::after {
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.l-main_contact .sec_faq .question span.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.l-main_contact .sec_faq .answer {
  display: none;
  /* 非表示にしておく */
  padding: 0 20px 20px 54px;
  font-size: 14px;
  color: #092a78;
  background: #fff;
  position: relative;
}

.l-main_contact .sec_faq .more_btn {
  position: relative;
  border: solid 1px #092a78;
  font-weight: 500;
  color: #092a78;
  width: 170px;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-main_contact .sec_faq .more_btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #092a78;
  border-right: 1px solid #092a78;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-main_contact .sec_faq .more_btn:hover {
  background: #092a78;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-main_contact .sec_faq .more_btn:hover::before {
  border-color: #ffffff;
}

.l-main_contact .sec_contact {
  width: 1000px;
  margin: auto;
  padding: 100px 110px;
  background: #f5f5f5;
  text-align: left;
}

.l-main_contact .sec_contact .ttl_cont {
  margin-bottom: 70px;
}

.l-main_contact .sec_contact .contact_list_ttl {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.l-main_contact .sec_contact .contact_list_ttl::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #092a78;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-main_contact .sec_contact .contact_list_btn {
  position: relative;
  width: 430px;
  height: 60px;
  line-height: 60px;
  display: block;
  margin: 60px auto 80px;
  text-align: center;
  color: #ffffff;
  background: #edb64c;
  font-size: 20px;
  font-weight: 500;
  border-radius: 30px;
}

.l-main_contact .sec_contact .contact_list_btn::before {
  content: "";
  width: 24px;
  height: 19px;
  display: inline-block;
  background: url(../img/global/icon_mail.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-main_contact .sec_contact .contact_list_btn:hover {
  opacity: 0.7;
}

.l-main_contact .sec_contact .contact_list_tel p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

/*============================
l-main-top
============================*/
.l-main_privacy {
  padding-bottom: 120px;
}

.l-main_privacy p {
  font-size: 14px;
}

.l-main_privacy a {
  display: inline;
  text-decoration: underline;
  color: #edb64c;
}

.l-main_privacy .right {
  text-align: right;
}

.l-main_privacy .privacy_h2 {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 24px;
  margin-bottom: 35px;
  background: #f7f7f7;
}

.l-main_privacy .sec_privacy {
  width: 1000px;
  margin: 100px auto 0;
  padding: 50px;
  border: solid 1px #092a78;
  text-align: left;
}

.l-main_privacy .sec_privacy .privacy_disp {
  margin: 40px 0 35px;
}

.l-main_privacy .sec_privacy .privacy_dt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.7;
}

.l-main_privacy .sec_privacy .privacy_dd {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.l-main_privacy .sec_privacy .privacy_dd_sub {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.l-main_privacy .sec_privacy .privacy_dl_ul {
  margin-bottom: 20px;
}

.l-main_privacy .sec_privacy .privacy_dl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: dotted 1px;
  padding: 20px 0;
}

.l-main_privacy .sec_privacy .privacy_dl_list .lbx {
  width: 260px;
}

.l-main_privacy .sec_privacy .privacy_dl_list .rbx {
  width: calc(100% - 260px);
}

.l-main_privacy .sec_privacy .privacy_dl_list:nth-of-type(n+3) .lbx {
  width: 430px;
}

.l-main_privacy .sec_privacy .privacy_dl_list:nth-of-type(n+3) .rbx {
  width: calc(100% - 430px);
}

.l-main_privacy .sec_privacy .yellow_area {
  padding: 40px 50px 20px;
  background: #fdf8ed;
}

.l-main_privacy .sec_privacy .yellow_area .privacy_dd {
  margin-bottom: 25px;
}


.l-main p.terms-use-txt {
  margin-top: 8px;
  font-size: 14px;
  color: #222;
  text-align: right;
}

.l-main p.terms-use-txt  a{
  color: #333;
  text-decoration: underline;
}

.tall-banner h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tall-banner a {
  display: inline-block;
}
.tall-banner a:hover {
  opacity: 0.5;
  transition: all .5s;
}

