@charset "UTF-8";
/*
theme Name: reitokoko_WP_Thema
Author:Kawano Seiji
Description: original theme
version： 1.0.0
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

img[src*=".svg"] {
  width: auto;
  height: auto;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------viwpoint--------*/
/*--------------font--------*/
/*--------------color--------*/
/*--------------media--------*/
/*background-img */
/*MV-background-img */
/* ホバーで震えさせる */
.fluffy {
  -webkit-animation: fluffy 0.8s linear 0s 1;
  animation: fluffy 0.8s linear 0s 1;
}

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fluffy {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/*基本フォント*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #0f141a;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

/*リンクのスタイル*/
a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.5;
}

/*改行のスタイル*/
.PcOnly {
  display: block;
}
@media (max-width: 768px) {
  .PcOnly {
    display: none;
  }
}

.SpOnly {
  display: none;
}
@media (max-width: 768px) {
  .SpOnly {
    display: block;
  }
}

/*幅のスタイル*/
.wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrap {
    width: 90%;
  }
}

.h2 {
  display: flex;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
}

.btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  border-radius: 100px;
  display: inline-block;
  width: 250px;
  padding: 20px;
  box-sizing: border-box;
  background: #5ad4ff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}
.btn:hover {
  transform: translate(0px, -10px);
}
@media (max-width: 768px) {
  .btn {
    width: 90%;
  }
}

.snow {
  /*雪の色*/
  color: #fff;
  /*雪の大きさ*/
  font-size: 12px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow: 5vw -100px 2px, 10vw -400px 3px, 20vw -500px 4px, 30vw -580px 1px, 39vw -250px 2px, 42vw -340px 5px, 56vw -150px 2px, 63vw -180px 0, 78vw -220px 4px, 86vw -320px 9px, 94vw -170px 7px;
  /*雪アニメーション1*/
  animation: roll 8s linear infinite;
}

/*2つめの雪アニメーション*/
.snow2nd {
  animation: anim 12s linear infinite;
}

@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(20deg);
    top: 100%;
    opacity: 0;
  }
}
@keyframes anim {
  100% {
    color: transparent;
    top: 150%;
  }
}
.top_section_line_white {
  background-image: url(assets/img/section_line_white.svg);
  position: relative;
  bottom: 17px;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  position: fixed;
}
.header_inner {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 90px;
  padding: 0 5%;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .header_inner {
    height: 80px;
  }
}
.header_inner_ReitokokoLogo {
  width: 210px;
  height: 37px;
  margin-top: 17px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header_inner_ReitokokoLogo {
    margin-top: 10px;
    transition: 0.3s;
  }
}
.header_inner_ReitokokoLogo a:hover {
  opacity: 0.5;
}
.header_inner .gnavi__sp-style {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #5ad4ff;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  visibility: hidden;
  padding-top: 100px;
}
.header_inner .gnavi__sp-style ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.header_inner .gnavi__sp-style ul li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 19px;
  list-style-type: none;
  color: #0f141a;
  display: inline-block;
  width: 90%;
  height: 60px;
  text-align: center;
  transition: 0.3s;
  margin: 10px 0;
  padding-top: 15px;
}
.header_inner .gnavi__sp-style ul li a:last-of-type {
  padding-bottom: 0;
}
.header_inner .gnavi__sp-style ul li a:hover {
  opacity: 0.5;
}
.header_inner .menu-btn {
  /*メニューボタン　展開前*/
  display: block;
  position: fixed;
  z-index: 1001;
  right: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  text-align: center;
}
.header_inner .menu-btn span {
  display: block;
  position: absolute;
  width: 33px;
  height: 4px;
  left: 15px;
  border-radius: 5px;
  background: #0f141a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_inner .menu-btn span:nth-of-type(1) {
  top: 20px;
}
.header_inner .menu-btn span:nth-of-type(2) {
  top: 30px;
}
.header_inner .menu-btn span:nth-of-type(3) {
  top: 40px;
}
.header_inner .menu-btn.active span:nth-child(1) {
  top: 30px;
  background: #0f141a;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header_inner .menu-btn.active span:nth-child(2), .header_inner .menu-btn.active span:nth-child(3) {
  top: 30px;
  background: #0f141a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_inner .active {
  opacity: 1;
  visibility: visible;
}

.ContactBtn {
  width: 15%;
  bottom: 10px;
  right: 30px;
  position: fixed;
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .ContactBtn {
    width: 30%;
    bottom: 10px;
    right: 10px;
  }
}
.ContactBtn a {
  display: inline-block;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ContactBtn a {
    display: inline-block;
    transition: all 0.3s;
  }
}
.ContactBtn a:hover {
  transform: translate(0px, -10px);
}
@media (max-width: 768px) {
  .ContactBtn a:hover {
    transform: translate(0px, -10px);
  }
}
.ContactBtn_img {
  width: 190px;
  height: auto;
}
@media (max-width: 768px) {
  .ContactBtn_img {
    width: 120px;
  }
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

.footer_BlueLine {
  background-image: url(assets/img/section_line_blue.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: -3px;
}
.footer_inner {
  background-color: #5ad4ff;
  text-align: center;
  padding: 47px 0;
}
.footer_inner_cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer_inner_cta {
    display: block;
  }
}
.footer_inner_cta a {
  display: inline-block;
  transition: all 0.3s;
  margin: 0 20px;
}
.footer_inner_cta a:hover {
  transform: translate(0px, -10px);
}
@media (max-width: 768px) {
  .footer_inner_cta a {
    margin: 30px 0;
  }
}
.footer_inner_nav {
  text-align: center;
}
@media (max-width: 768px) {
  .footer_inner_nav {
    margin: 10px auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 22px;
  }
}
.footer_inner_nav li {
  color: #fff;
  display: inline-block;
  margin: 60px 15px 40px 15px;
}
@media (max-width: 768px) {
  .footer_inner_nav li {
    display: list-item; /* 縦に並べる */
    list-style-type: none;
    padding: 22px 0;
    border-top: dotted 2px #fff;
    margin: 0;
  }
  .footer_inner_nav li:last-child {
    border-bottom: dotted 2px #fff;
  }
}
.footer_inner_nav li a {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: inline-block;
  transition: 0.2s;
}
.footer_inner_nav li a:hover {
  transform: scale(1.3, 1.3);
}
@media (max-width: 768px) {
  .footer_inner_nav li a {
    transition: 0.3s;
  }
  .footer_inner_nav li a:hover {
    opacity: 0.5;
  }
}
.footer_inner_sns {
  margin: 20px 0;
  text-align: center;
}
.footer_inner_sns a {
  display: inline-block;
  margin: 0px 18px;
  transition: 0.2s;
}
.footer_inner_sns a:hover {
  transform: scale(1.3, 1.3);
}
.footer_inner_logo {
  margin: 40px 0;
}
.footer_inner_logo img {
  width: 210px;
  height: 37px;
}

.copyright {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

.MV {
  background-color: #5ad4ff;
}
.MV_inner {
  height: 1105px;
  background-image: url("assets/img/main-visual.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .MV_inner {
    height: 120svh;
    margin-bottom: -520px;
  }
}
@media (max-width: 768px) {
  .MV_inner {
    background-attachment: scroll;
    background-size: contain;
    background-position: center top;
  }
}

.TopAbout {
  background-color: #5ad4ff;
  padding: 0 0 60px 0;
}
.TopAbout .footer_BlueLine {
  margin-bottom: 60px;
  transform: translateY(-20px);
}
.TopAbout_inner {
  text-align: center;
}
.TopAbout_inner_content_text {
  text-align: left;
  width: 80%;
  margin: 0 auto 60px auto;
  line-height: 2.2;
}

.TopCharacter {
  background-color: #5ad4ff;
  padding-bottom: 60px;
}
.TopCharacter_inner {
  text-align: center;
}
.TopCharacter_inner_content_box_item {
  text-align: center;
  color: #0f141a;
}
.TopCharacter_inner_content_box_item img {
  width: 390px;
  height: auto;
  margin-bottom: 21px;
}
.TopCharacter_inner_content_box_item .character_name {
  font-size: 30px;
  margin-bottom: 12px;
  color: #0f141a;
}
.TopCharacter_inner_content_box_item p {
  display: block;
  margin: 0 auto 60px auto;
  max-width: 420px;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 768px) {
  .TopCharacter_inner_content_box_item p {
    width: 90%;
  }
}

.TopNews {
  background-color: #fff;
  padding: 100px 0;
}
.TopNews_inner {
  text-align: center;
}
.TopNews_inner_content_feed {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.TopNews_inner_content_feed_item {
  display: flex;
  background-color: #5ad4ff;
  border-radius: 30px;
  padding: 30px;
  width: 780px;
  margin-bottom: 28px;
  text-align: left;
}
.TopNews_inner_content_feed_item a {
  display: inline-block;
  transition: all 0.3s;
}
.TopNews_inner_content_feed_item a:hover {
  transform: translate(0px, -10px);
}
.TopNews_inner_content_feed_item_date {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}
.TopNews_inner_content_feed_item_category {
  display: inline-block;
  background-color: #ffd230;
  color: #0f141a;
  font-size: 12px;
  font-weight: 500;
  padding: 4px;
  border-radius: 5px;
}
.TopNews_inner_content_feed_item_title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.TopBanner {
  background-color: #fff;
  padding: 100px 0;
}
.TopBanner_inner {
  text-align: center;
}
.TopBanner_inner_content_img {
  width: 100%;
  height: auto;
}
.TopBanner_inner_content_yt {
  background-color: #5ad4ff;
  border-radius: 30px;
  padding: 20px 20px 15px 20px;
}
.TopBanner_inner_text {
  margin: 60px 0;
}

.TopPrivacy {
  background-color: #5ad4ff;
  padding: 90px 0;
}
.TopPrivacy_inner {
  text-align: center;
}
.TopPrivacy_inner_content h2 {
  font-size: 30px;
}
.TopPrivacy_inner_content_box_item {
  text-align: center;
  color: #0f141a;
}
.TopPrivacy_inner_content_box_item .privacy_title {
  text-align: left;
  font-size: 24px;
  margin-bottom: 12px;
  color: #0f141a;
}
.TopPrivacy_inner_content_box_item p {
  display: block;
  margin: 0 auto 60px auto;
  max-width: 900px;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 768px) {
  .TopPrivacy_inner_content_box_item p {
    width: 90%;
  }
}

.About {
  background-color: #5ad4ff;
  padding: 200px 0 30px 0;
}
@media (max-width: 768px) {
  .About {
    padding: 120px 0 20px 0;
  }
}
.About_inner {
  text-align: center;
}
.About_inner_content_text {
  text-align: left;
  width: 80%;
  margin: 0 auto 170px auto;
  line-height: 2.2;
}
.About_inner_content_img {
  width: 100%;
  height: auto;
}
.About_inner_content:first-child {
  margin-bottom: 100px;
}

.Works {
  background-color: #fff;
  padding: 100px 0;
}
.Works_inner {
  text-align: center;
}
.Works_inner_content_activity {
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
.Works_inner_content_activity li {
  list-style: none;
  line-height: 2.2;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}
.Works_inner_content_activity li span {
  color: #ffd230;
  font-size: small;
  margin-right: 5px;
}

.Character {
  background-color: #5ad4ff;
  text-align: center;
  padding: 200px 0 30px 0;
}
@media (max-width: 768px) {
  .Character {
    padding: 120px 0 20px 0;
  }
}
.Character_dropdown {
  position: relative;
  display: inline-block;
}
.Character_dropdown_dropbtn {
  background-color: #fff;
  color: #0f141a;
  padding: 16px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 700;
  border: 5px solid #DC000C;
  cursor: pointer;
}
.Character_dropdown_dropbtn .dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #0f141a;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 20px;
}
.Character_dropdown_dropdown-content {
  display: none;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.Character_dropdown_dropdown-content a {
  color: #0f141a;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.Character_dropdown_dropdown-content a:hover {
  background-color: #f1f1f1;
}
.Character_dropdown:hover {
  display: block;
}
.Character_dropdown:hover .Character_dropdown_dropdown-content {
  display: block;
}
.Character_dropdown:hover .Character_dropdown_dropbtn {
  background-color: #f1f1f1;
  min-width: 160px;
}
.Character_title {
  text-align: center;
}
.Character_title_img {
  width: 100%;
  height: auto;
}
.Character_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .Character_inner {
    padding-bottom: 80px;
  }
}
.Character_inner_grid {
  width: 33.3333333333%;
  min-width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 25px;
}
@media (max-width: 768px) {
  .Character_inner_grid {
    width: 95%;
    min-width: 0;
  }
}
.Character_inner_grid_body {
  display: block;
  width: auto;
  height: 380px;
  margin: 0 auto;
  position: relative;
  bottom: -50px;
}
@media (max-width: 768px) {
  .Character_inner_grid_body {
    width: 100%;
    height: auto;
  }
}
.Character_inner_grid_box {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 0 30px 0;
}
@media (max-width: 768px) {
  .Character_inner_grid_box {
    width: 100%;
  }
}
.Character_inner_grid_box_personality {
  display: inline-block;
  background-color: #ffd230;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 7px 10px;
  border-radius: 10px;
}
.Character_inner_grid_box_name {
  font-size: 30px;
  margin: 10px auto 25px auto;
}
.Character_inner_grid_box_text {
  text-align: left;
  width: 80%;
  margin: 0 auto 30px auto;
  line-height: 2.2;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .Character_inner_grid_box_text {
    width: 80%;
  }
}
.Character_inner_grid_box_model {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
}
.Character_inner_grid_box_model span {
  color: #ffd230;
  margin-right: 3px;
}

.News {
  background-color: #5ad4ff;
  padding: 200px 0 30px 0;
}
@media (max-width: 768px) {
  .News {
    padding: 120px 0 20px 0;
  }
}
.News_inner {
  text-align: center;
}

.Article {
  background-color: #5ad4ff;
  padding: 50px 0;
}
.Article_inner {
  text-align: center;
}
.Article_inner_cat {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .Article_inner_cat {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    padding: 15px 0 15px 0;
  }
}
.Article_inner_cat::-webkit-scrollbar {
  height: 10px;
}
.Article_inner_cat::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 7px;
}
.Article_inner_cat::-webkit-scrollbar-track {
  background: #dcdcdc;
  border-radius: 7px;
}
.Article_inner_cat li {
  display: inline-block;
  background-color: #ffd230;
  color: #0f141a;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 0 10px;
}
.Article_inner_cat li:hover {
  transition: 0.1s;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .Article_inner_cat li {
    font-size: 13px;
    flex-shrink: 0;
    margin: 0 5px;
  }
}
.Article_inner_flex {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .Article_inner_flex {
    width: 90%;
  }
}
.Article_inner_flex_item {
  width: 300px;
  margin: 20px 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 30px;
  padding: 25px;
}
@media (max-width: 768px) {
  .Article_inner_flex_item {
    width: 47.5%;
    margin: 20px auto;
    padding: 15px;
    border-radius: 20px;
  }
}
.Article_inner_flex_item_thumbnail {
  width: 100%;
  height: auto;
}
.Article_inner_flex_item_thumbnail img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .Article_inner_flex_item_thumbnail img {
    height: 50%;
  }
}
.Article_inner_flex_item_content_category {
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  background-color: #ffd230;
  color: #0f141a;
  border-radius: 10px;
  margin: 5px 0;
  font-weight: 500;
}
.Article_inner_flex_item_content_title {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .Article_inner_flex_item_content_title {
    font-size: 14px;
  }
}
.Article_inner_flex_item_content_date {
  font-size: 12px;
  margin-top: 16px;
}

.Pagination {
  padding: 10px 0 30px 0;
}
.Pagination_inner {
  text-align: center;
}
.Pagination_inner a {
  font-size: 16px;
  margin: 0 8px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #5ad4ff;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  transition: 0.3s;
}
.Pagination_inner a:hover {
  background-color: #fff;
  color: #0f141a;
}

.Single {
  background-color: #5ad4ff;
  padding: 50px 0;
}
.Single_inner {
  width: 1000px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 50px;
  margin: 0 auto 80px auto;
}
@media (max-width: 768px) {
  .Single_inner {
    width: 100%;
    border-radius: 0;
    padding: 30px 20px;
  }
}
.Single_inner_content {
  text-align: left;
}
.Single_inner_content_title {
  margin-bottom: 62px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .Single_inner_content_title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.Single_inner_content_date {
  font-size: 12px;
  margin-right: 10px;
}
.Single_inner_content_category a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #ffd230;
  color: #0f141a;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 500;
}
.Single_inner_content_img img {
  margin: 20px 0 45px 0;
  width: 100%;
  height: auto;
}
.Single_inner_content_responsive-thumbnail img {
  margin: 20px 0 45px 0;
  width: 100%;
  height: auto;
}
.Single_inner_content_text p {
  line-height: 2.2;
}
.Single_inner_content_text img {
  margin: 20px 0 45px 0;
  width: 100%;
  height: auto;
}

.Prenext_inner {
  text-align: center;
}
.Prenext_inner_prenext {
  display: inline-block;
  font-size: 20px;
  color: #ffd230;
  font-weight: 700;
  margin: 83px 75px;
}
@media (max-width: 768px) {
  .Prenext_inner_prenext {
    display: block;
    margin: 40px 0;
  }
}
.Prenext_inner_link {
  display: inline-block;
  font-size: 20px;
  color: #0f141a;
  font-weight: 700;
}
@media (max-width: 768px) {
  .Prenext_inner_link {
    display: block;
  }
}
.Prenext_inner_link a {
  border-bottom: solid 4px #5ad4ff;
  padding: 6px;
}

.Contact {
  background-color: #5ad4ff;
  padding: 200px 0 30px 0;
}
@media (max-width: 768px) {
  .Contact {
    padding: 120px 0 5px 0;
  }
}
.Contact_inner {
  text-align: center;
}

.Form {
  background-color: #5ad4ff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .Form {
    padding: 20px 0;
  }
}
.Form_text {
  text-align: center;
}
.Form_inner {
  text-align: center;
}

/* MW WP FORM */
.cform {
  width: 50%;
  margin: auto;
}
@media (max-width: 768px) {
  .cform {
    width: 80%;
    margin: auto;
  }
}
.cform tr {
  text-align: left;
}
.cform th {
  font-size: 17px;
  width: 10%; /*変なところで改行される場合はここの数字を変更します。*/
  font-weight: 700;
  text-align: left;
  margin: 30px 0 10px 0;
  width: 100%;
  display: block;
  border-top: none;
}
.cform th span {
  display: inline-block;
  padding: 3px 10px;
  background-color: #ffd230;
  color: #0f141a;
  font-size: 13px;
  border-radius: 5px;
  margin-left: 5px;
  position: relative;
  bottom: 2px;
}
.cform td {
  font-size: 17px;
  background: #fff;
  line-height: 150%;
  padding: 5px 10px;
  font-weight: bold;
  width: 100%;
  display: block;
  border-top: none;
  border-radius: 10px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  outline: none;
  border: none;
}

.submit-btn input {
  background-color: #ffd230;
  width: 300px;
  max-width: 550px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  border: none;
  transition: 0.3s;
}
.submit-btn input:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .submit-btn input {
    width: 80%;
  }
}

.back-btn input {
  background-color: #fff;
  width: 300px;
  max-width: 550px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  text-align: center;
  padding: 20px;
  border: solid 2px #0f141a;
  color: #0f141a;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  border: none;
  transition: 0.3s;
}
.back-btn input:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .back-btn input {
    width: 80%;
  }
}

.privacy {
  display: inline-block;
  margin: 20px;
  font-size: 14px;
  font-weight: 700;
}
.privacy a {
  color: #fff;
  border-bottom: solid 2px #fff;
  padding: 6px;
}/*# sourceMappingURL=style.css.map */