@charset "UTF-8"; /* 日本語文字化け対応(ｷﾔｽﾒ) */

/* web font define */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
}

body:not(.dev-mb) .cms-public .heading h1,
body:not(.dev-mb) .cms-public .heading h2,
body:not(.dev-mb) .cms-public .heading h3,
body:not(.dev-mb) .cms-public .heading h4,
.cms-public .menu_parts li.text_flag a span.text_item {
  font-family: 'M PLUS 1p', sans-serif;
}

@media only screen and (min-width:0px) and (max-width: 600px) {
  .cms-public .page {
    width: auto !important;
  }
}

.fontsize_change .fontsize:before {
  content: '文字サイズ'; /*MOJIBAKE CHUUI "MOJISAIZU"*/
  margin-right: 0.5em;
}

body {
  margin: 0px;
}
body.dev-pc .cms-public .centerContent {
  width: 1024px;
  padding: 85px calc((100% - 1024px) / 2);
  clear: both;
}
body.dev-pc .cms-public .centerContent_narrow {
  width: 1024px;
  padding: 0px calc((100% - 1024px) / 2);
  clear: both;
}
body.dev-pc .cms-public .fullContent {
  padding: 85px calc((100% - 1024px) / 2);
  box-sizing: border-box;
}
body.dev-pc .cms-public .halfContent {
  padding: 0px calc((100% - 850px) / 2);
  box-sizing: border-box;
}
@media only screen and (min-width:0px) and (max-width: 600px) {
  .cms-public .halfContent,
  .cms-public .fullContent,
  .cms-public .centerContent {
    padding: 1em 1em;
    width: calc(100% - 2em);
  }
  .cms-public .fullContent.background_yellow_image,
  .cms-public .fullContent.background_light_blue {
    padding: 6em 1em;
  }
}
a {
  text-decoration: none;
}

.background_blue {
  background-color: #1c2469;
}
.background_blue a,
body:not(.dev-mb) .cms-public .background_blue .sentence p {
  color: #ffffff;
}
.background_blue.top_movie {
  padding: 30px 0px;
}
body:not(.dev-mb) .cms-public .background_blue .heading h3 {
  margin-bottom: -1.5em;
}
body:not(.dev-mb) .cms-public .background_blue .heading h3:after {
  background-color: transparent;
}
body:not(.dev-mb) .cms-public .background_blue .heading h3 span {
  color: #ffffff;
}
.background_yellow {
  background-color: #edc96b;
}
.background_light_blue {
  background-color: #eaf4fa;
}
.background_clear_light_blue {
  background-color: #A0D8EA;
}
.background_black {
  background-color: #000000;
}

.background_white {
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #081f51;
}
.background_white_image {
  background: url(/man/file/img/568232.png) top center;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  background-size: inherit;
}
.background_yellow_image {
  background: url(/man/file/img/568489.png) top center;
  background-repeat-y: repeat;
  background-size: inherit;
}
@media only screen and (min-width:0px) and (max-width: 600px) {
  .background_white_image,
  .background_yellow_image {
    background-size: contain;
  }
}

.font_color_white p {
  color: #ffffff;
}

.figure_margin_zero figure {
  margin: 0px;
}
.text_align_center {
  text-align: center;
}
.cms-public .block.height_zero {
  height: 0px;
}

.cms-public .menu-vertical ul {
  transform: skew(-20deg);
}
.cms-public .menu-vertical ul li {
  border: none;
  background-color: #1c2469;
  box-shadow: 8px 8px 0px 0px #edc96b;
  border-left: 1px solid #edc96b;
  font-weight: bold;
}

.cms-public .menu-vertical ul li span.text_item {
  transform: skew(20deg);
  display: inline-block;
  font-size: 114%;
  letter-spacing: 0.05em;
}

.cms-public .menu-vertical li:first-child,
.cms-public .menu-vertical li:first-child a {
  border-top-left-radius: 25px 40%;
  border-bottom-left-radius: 50px 100%;
  word-break: keep-all;
  border-left: none;
}
.cms-public .menu-vertical li:last-child,
.cms-public .menu-vertical li:last-child a {
  border-top-right-radius: 50px 100%;
  border-bottom-right-radius: 25px 40%;
  word-break: keep-all;
}
.cms-public .menu-vertical li a:hover {
  background-color: #edc96b;
  color: #1c2469;
}

.menu.menu-vertical li:first-child:nth-last-child(2),
.menu.menu-vertical li:first-child:nth-last-child(2) ~ li {
  width: calc((100% - 10px) / 2) !important;
}
.menu.menu-vertical li:first-child:nth-last-child(3),
.menu.menu-vertical li:first-child:nth-last-child(3) ~ li {
  width: calc((100% - 15px) / 3) !important;
}
.menu.menu-vertical li:first-child:nth-last-child(4),
.menu.menu-vertical li:first-child:nth-last-child(4) ~ li {
  width: calc((100% - 20px) / 4) !important;
}
.menu.menu-vertical li:first-child:nth-last-child(5),
.menu.menu-vertical li:first-child:nth-last-child(5) ~ li {
  width: calc((100% - 25px) / 5) !important;
}

.font_marker_yellow li {
  background: linear-gradient(transparent 60%, #fef000 60%);
  max-width: 22em; /* for IE */
  max-width: fit-content;
  margin-bottom: 1em;
}

.cms-public .menu_parts li.text_flag a span.text_item {
  letter-spacing: 1.5px;
  font-size: 114%;
}

/* Heading */
body:not(.dev-mb) .cms-public .heading h1 {
  border: none;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  font-size: 1.7em;
  text-align: center;
  background-image: none;
}
@media only screen and (min-width:601px) {
  body:not(.dev-mb) .cms-public .heading h1 span:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 25px;
    margin-top: -12px;
    background: url(/man/file/img/568223.png) top left no-repeat;
    background-size: 26px 25px;
    top: 50%;
    margin-left: -2em;
  }
}
body:not(.dev-mb) .cms-public .heading h1:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 26px;
  height: 25px;
  margin-top: -12px;
  background: url(/man/file/img/568224.png) top left no-repeat;
  background-size: 26px 25px;
  margin-left: 1em;
}
@media only screen and (min-width:0px) and (max-width: 600px) {
  body:not(.dev-mb) .cms-public .heading h1:before {
    position: absolute;
    content: "";
    left: 1%;
    width: 26px;
    height: 25px;
    margin-top: -12px;
    background: url(/man/file/img/568223.png) top left no-repeat;
    background-size: 26px 25px;
    top: 50%;
    margin-left: 0em;
  }
  body:not(.dev-mb) .cms-public .heading h1:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1%;
    width: 26px;
    height: 25px;
    margin-top: -12px;
    background: url(/man/file/img/568224.png) top left no-repeat;
    background-size: 26px 25px;
    margin-left: 0em;
  }
}
body:not(.dev-mb) .cms-public .heading h2 {
  background: transparent;
  text-align: center;
  border: none;
  margin: 25px 10px 0px 10px;
  font-size: 1.3em;
  letter-spacing: 3px;
}
body:not(.dev-mb) .cms-public .heading h2 span {
  padding-left: 3em;
  background: url(/man/file/img/568235.png) no-repeat left center;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1.8em;
  background-size: 100% 100%;
  min-width: 8em;
  display: inline-block;
}

body:not(.dev-mb) .cms-public .heading h3 {
  background-color: transparent;
  font-size: 1.15em;
  padding-left: 0px;
  padding-right: 0px;
}
body:not(.dev-mb) .cms-public .heading h3:after {
  background-color: #72c8cd;
  border-radius: 20px;
  content: "";
  display: block;
  height: 13px;
}

@media only screen and (min-width:0px) and (max-width: 600px) {
  body:not(.dev-mb) .cms-public .heading h2 {
    margin: 60px 0px 10px 0px;
    padding: 0px;
  }
  body:not(.dev-mb) .cms-public .heading h2 span {
    padding: 0.5em 1.5em 1em 1.5em;
    display: inline-block;
    min-width: 5em;
  }
}

/* header */
.top_header_image {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: #A0D8EA;
}
body.dev-pc .cms-public .header_image {
  padding-top: 0px;
  padding-bottom: 0px;
}


body.dev-pc .cms-public .centerContent.menu_parts {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: -2em;
}

.cms-public .parts.header_menu_sp {
  position: fixed;
  z-index: 1000;
}
.cms-public .menu-trigger {
  width: 33px;
  padding: 5px;
  border: none;
  border-radius: 40px;
  margin-left: 10px;
  margin-top: 10px;
  z-index: 1000;
  background-color: #091f51;
}
.cms-public .menu-trigger span {
  display: block;
  height: 4px;
  width: 24px;
  background-color: #ffffff;
  border-radius: 1px;
  margin: 5px 5px;
}
.menu-trigger.active_hamburger span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active_hamburger span:nth-of-type(2) {
  background-color: #091f51;
}
.menu-trigger.active_hamburger span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
}

/* Footer */
.footer {
  display: flex;
  clear: both;
}
body:not(.dev-mb) .cms-public .footer .sentence p {
  margin: 0px;
}
@media only screen and (min-width:601px) {
  .cms-public .parts.footer_contact {
    width: 70%
  }
  .cms-public .parts.footer_image {
    width: 30%
  }
}

.div_contact > div.div_tag {
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  padding: 0px 120px 40px 120px;
}
@media only screen and (min-width:0px) and (max-width: 600px) {
  .div_contact > div.div_tag {
    padding: 0px;
  }
  .div_contact > div.div_tag .contact_image .note > div.block {
    width: 60%;
    margin: 0px auto;
    float: none;
  }
}
@media only screen and (min-width:601px) {
  .cms-public .parts.parts_contact {
    width: 70%;
  }
  .cms-public .parts.contact_image {
    width: 30%;
    margin-top: 2em;
    margin-bottom: -2em;
  }
}

body.dev-pc .cms-public .footer.fullContent {
  padding: 20px calc((100% - 1024px) / 2);
}

/* TOP */
body:not(.dev-mb) .cms-public div.fukidashi_red,
body:not(.dev-mb) .cms-public div.fukidashi_gray {
  margin-top: -4em;
}
body:not(.dev-mb) .cms-public div.fukidashi_red p,
body:not(.dev-mb) .cms-public div.fukidashi_gray p {
  text-shadow:
    1px 1px 1px #000,
    -1px 1px 1px #000,
    1px -1px 1px #000,
    -1px -1px 1px #000,
    1px 0px 1px #000,
    0px 1px 1px #000,
    -1px 0px 1px #000,
    0px -1px 1px #000;
}
body:not(.dev-mb) .cms-public div.fukidashi_red div.sentence {
  background: url(/man/file/img/568259.png) top center no-repeat;
  width: 170px;
  height: 105px;
  background-size: contain;
  text-align: center;
  margin: 0px calc(50% + 8em);
  margin-bottom: -4em;
}
body:not(.dev-mb) .cms-public div.fukidashi_gray div.sentence {
  background: url(/man/file/img/568260.png) top center no-repeat;
  width: 170px;
  height: 105px;
  background-size: contain;
  text-align: center;
  margin: 0px calc(50% + 8em);
  margin-bottom: -4em;
}
body:not(.dev-mb) .cms-public div.fukidashi_red div.sentence p {
  padding-top: 10px;
  color: #ffffff;
}
body:not(.dev-mb) .cms-public div.fukidashi_gray div.sentence p {
  padding-top: 1.3em;
  color: #ffffff;
}
@media only screen and (min-width:0px) and (max-width: 600px) {
  body:not(.dev-mb) .cms-public div.fukidashi_red,
  body:not(.dev-mb) .cms-public div.fukidashi_gray {
    margin-top: -2em;
    margin-bottom: -1em;
  }
  
  body:not(.dev-mb) .cms-public div.fukidashi_red div.sentence{
    margin-left: 40%;
    margin-right: 50%;
    margin-bottom: -1.5em;
    margin-top: -4.7em;
  }
  body:not(.dev-mb) .cms-public div.fukidashi_gray div.sentence {
    margin-left: 40%;
    margin-right: 50%;
    margin-bottom: -1.5em;
    margin-top: -5.7em;
  }
}

body:not(.dev-mb) .cms-public .planning .heading h2,
body:not(.dev-mb) .cms-public .driver .heading h2 {
  margin: 40px 10px 0px 10px;
}
@media only screen and (min-width:0px) and (max-width: 600px) {
  body:not(.dev-mb) .cms-public .planning .heading {
    padding-top: 1em;
  }
  body:not(.dev-mb) .cms-public .planning .heading h2,
  body:not(.dev-mb) .cms-public .driver .heading h2 {
    margin: 0px 10px 0px 10px;
  }
}

body:not(.dev-mb) .cms-public div.list_link {
  text-align: center;
}
body:not(.dev-mb) .cms-public div.list_link a {
  background-color: #ffffff;
  border-radius: 50px;
  color: #1c2469;
  word-break: keep-all;
  text-align: center;
  padding: 0.5em 2em 0.6em 3em;
  margin-left: auto;
  border: 3.4px solid #1c2469;
  box-shadow: 2px 6px 0px 0px #eaf4fa;
  margin-bottom: 1.5em;
  vertical-align: middle;
  display: inline-flex;
}
body:not(.dev-mb) .cms-public div.list_link a:after {
  content: url(/man/file/img/570730.png);
  display: inline-block;
  margin-left: 0.8em;
  font-weight: bold;
  font-size: 120%;
}
@media only screen and (min-width:0px) and (max-width: 600px) {
  body:not(.dev-mb) .cms-public div.list_link figure {
    margin: 0px;
  
  }
  body:not(.dev-mb) .cms-public div.list_link a {
    padding: 0.2em 0.5em 0.5em 1em;
    margin: 1em 0px;
  }
}

body:not(.dev-mb) .cms-public div.div_notice {
  margin-bottom: 3em;
}
body:not(.dev-mb) .cms-public div.div_notice > div {
  border: 5px dotted #72c8cd;
  display: inline-block;
  width: calc(100% - 110px);
  padding: 10px 50px;
  border-radius: 40px;
}
@media only screen and (min-width:0px) and (max-width: 600px) {
  body:not(.dev-mb) .cms-public div.div_notice > div {
    padding: 0px 10px 10px 10px;
    width: calc(100% - 20px);
  }
}
.cms-public div.div_notice .title-list .no-index {
  border: none;
}

.cms-public .block.top_movie {
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

body:not(.dev-mb) .cms-public .driver_page .heading h2,
body:not(.dev-mb) .cms-public .planning_page .heading h2 {
  margin: 90px 10px -10px 10px;
}
body:not(.dev-mb) .cms-public .driver_page .first_header .heading h2,
body:not(.dev-mb) .cms-public .planning_page .first_header .heading h2 {
  margin-top: 5px;
}
body.dev-pc .cms-public .fullContent.div_contact {
  margin-top: 35px;
  padding: 35px calc((100% - 1024px) / 2);
  box-sizing: border-box;
}
body.dev-pc .cms-public .planning_movie_title {
  background-color: #2f2f2f;
  padding-left: 5.4em;
  width: calc(100% - 5.3em);
}
body.dev-sp .cms-public .planning_movie_title {
  background-color: #2f2f2f;
  padding-left: 0.9em;
  width: calc(100% - 0.8em);
}
body:not(.dev-mb) .cms-public .planning_movie_title .sentence p {
  color: #ffffff;
  margin: 0.7em 0em 0.2em;
}
body:not(.dev-mb) .cms-public .planning_movie {
  background-color: #2f2f2f;
  padding: 0.7em 0em 1.6em;
  margin-bottom: 1.5em;
}
body:not(.dev-mb) .cms-public .planning_movie .image figure {
  margin: 0px;
}
body.dev-pc .cms-public .planning_movie .image figure:not(:first-child) {
  margin-left: 1em;
}
body.dev-pc .cms-public .planning_movie .image img {
  width: 315px;
}
body.dev-sp  .cms-public .planning_movie {
  padding: 0.6em 1em 1em;
  width: calc(100% - 2em);
}
body.dev-sp .cms-public .planning_movie .image figure:not(:first-child) {
  margin-top: 0.8em;
}

/** inquiry **/
.cms-public .parts div[class^="inquiry_part_"] .guidance,
.cms-public .parts div[class^="inquiry_part_"] label.qmain,
.cms-public .parts div[class^="inquiry_part_"] .qinput > div,
.cms-public .parts div[class^="inquiry_part_"] input[type="submit"],
.cms-public .parts div[class^="inquiry_part_"] .qinput > div.input.text {
  font-size: 1.3em;
}
.cms-public .parts div[class^="inquiry_part_"] .qinput > label {
  font-size: 1.5em;
}
.cms-public .parts div[class^="inquiry_part_"] input[type="text"] {
  font-size: 1.56em;
}
.cms-public .parts div[class^="inquiry_part_"] textarea {
  font-size: 1.92em;
}

/** goto vote button(image change) **/
.cms-public .goto-vote a:hover::before {
  content: url(/file/img/584669.png);
}
.cms-public .goto-vote a:hover img {
  display: none;
}


/** video play image on thumbnail **/
.video .image figure > div {
  position: relative;
}
body.dev-pc .video .image figure > div a:after {
  position: absolute;
  display: block;
  background: url(/man/file/img/584914.png) no-repeat;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  top: 2em;
  left: 4.5em;
  content: "";
}

.videoL .image figure > div {
  position: relative;
}
body.dev-pc .videoL .image figure > div a:after {
  position: absolute;
  display: block;
  background: url(/man/file/img/584914.png) no-repeat;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  top: 4.5em;
  left: 9em;
  content: "";
}


body.dev-sp .video .image figure > div a:after {
  position: absolute;
  display: block;
  background: url(/man/file/img/584914.png) no-repeat;
  background-size: 100% 100%;
  height: 40%;
  width: 25%;
  top: 32%;
  left: 40%;
  content: "";
}
