/* block 共通 */
.block_list_title {
  font-size: 3.6rem;
  text-align: center;
}

li {
    list-style-type: none;
}

.block_frame {
    width: 300px !important;
}

.block_transform {
    transform: none;
    transition: all 500ms ease 0s;
    width: 300px;
}

.block_section {
    transform: scale(0.208333);
    transform-origin: left top;
    width: 1440px;
    height: 330px;
}

.block_style {
    width: 100%;
    height: 125.165px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12)
}

.section_top {
    margin: 2% auto;
}

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

.sp {
    display: none;
}

/* 画像block 共通 */
.box {
    position: relative;
}

/* .box p {
    position: absolute;
    width: 94%;
    left: 0;
    top: 0;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
} */

.frame_img {
    position: relative;
}

.add_img {
    top: 0;
    left: 0;
    position: absolute;
    margin: 8px;
    cursor: pointer;
}

/* Block002 */
.city_mv {
  width: 100%;
  max-width: 1346px;
  margin: 0 auto;
}

.city_mv img {
  width: 100%;
  position: relative;
}

/* Block005 */
.lightblue {
  background: #d5edf1;
  height: 150px;
}

.header_title_white{
  color:#12668e;
  font-weight:bold;
  letter-spacing: 4px;
  line-height: 120px;
  font-size:3.6rem;
  padding:0;
  /*width:34%;*/
  /* width:40%; */
  width: initial;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url(../image/cms/circle_white_bg.png);
  background-size:120px;
  background-repeat: no-repeat;
  background-position: center;
}

.header_title_white .text_area{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

/* Block006 */
.header_subtitle_slash .text_area{
  /* width:73%; */
  width: initial;
  margin:2% auto 4% auto;
  text-align: center;
}

.header_subtitle_slash h3{
  color:#32353a;
  font-size:2.3rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline;
}
.header_subtitle_slash h3::before{
  content: "";
  background-image: url("../image/cms/slash.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width:120px;
  height: 40px;
  position: absolute;
  left:-120px;
}

.header_subtitle_slash h3::after{
  content: "";
  background-image: url("../image/cms/slash.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width:120px;
  height: 40px;
  position: absolute;
  /*right:0;*/
}

/* Block007 */
.link_btn{
  text-align: center;
  margin-bottom: 3%;
}

.link_btn a{
  width:25%;
  background: #56a1d2;
  color:#fff;
  font-weight: bold;
  font-size:1.9rem;
  text-align: center;
  padding:1% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3,3,3,0.35);
  position: relative;
}

.link_btn a::after{
  content: "";
  background: url("../image/cms/icon_self.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  width:25px;
  height: 12px;
  position: absolute;
  right:3%;
  top:40%;
}

.link_btn a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Block007（左向き矢印） */
.link_btn_prev{
  text-align: center;
  margin-bottom: 3%;
}

.link_btn_prev a{
  width:25%;
  background: #56a1d2;
  color:#fff;
  font-weight: bold;
  font-size:1.9rem;
  text-align: center;
  padding:1% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3,3,3,0.35);
  position: relative;
}

.link_btn_prev a::after{
  content: "";
  background: url("../image/cms/icon_self.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  width:25px;
  height: 12px;
  position: absolute;
  left:3%;
  top:40%;
  transform: rotate(180deg);
}

.link_btn_prev a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Block009 */
.white{
  height: 150px;
}

.header_title{
  color:#12668e;
  font-weight:bold;
  letter-spacing: 4px;
  line-height: 120px;
  font-size:3.6rem;
  padding:0;
  /*width:34%;*/
  width: initial !important;
  height: 100% !important;
  margin: 0 auto !important;
  text-align: center;
  position: relative;
  background: url(../image/cms/bg_circle.png);
  background-size:120px;
  background-repeat: no-repeat;
  background-position: center;
  min-height: initial !important;
  display: block !important;
  justify-content: initial !important;
  align-items: initial !important;
}

.header_title .text_area{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

/* Block010 */
.header_subtitle {
  width: initial !important;
  margin: 0;
}

.header_subtitle .text_area{
  width: initial;
  margin:2% auto 4% auto;
  text-align: center;
}

.header_subtitle h3{
  color:#32353a;
  font-size:2.8rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline;
}
.header_subtitle h3::before{
  content: "";
  background-image: url("../image/cms/dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width:200px;
  height: 40px;
  position: absolute;
  left:-200px;
}

.header_subtitle h3::after{
  content: "";
  background-image: url("../image/cms/dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width:200px;
  height: 40px;
  position: absolute;
  /*right:0;*/
}

/* Block011 */
.movie_row_wrap li .movie {
  width: 97%;
  height: 222px;
  background: #a0a0a0;
  position: relative;
  text-align: center;
}

.mce-preview-object {
  margin: 0 0 0 0;
}

.movie_row_wrap.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  width: 100%;
  padding: 0;
}

.movie_row_wrap {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 2% auto 5% auto;
  /* padding-bottom: 5%; */
  /* width: 80%; */
  width: 73%;
}

.movie_tri_box {
  width: 32%;
  position: relative;
  margin-bottom: 5%;
}

.movie_tri_box p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.movie_tri_box iframe {
  width: 390px;
  height: 220px;
  max-width: 100%;
}

/* Block012 */
.row_wrap.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.row_wrap {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 2% auto 5% auto;
  /* padding-bottom: 5%; */
  /* width: 80%; */
  width: 73%;
}

.tri_box {
  width: 33%;
  position: relative;
  margin-bottom: 5%;
}

.tri_box img {
  width: 94%;
  height: 100%;
}

.tri_box .headtitle {
  width: 88%;
  margin: 0 auto 3% auto;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #12668e;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

.tri_box p {
  width: 88%;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 3% auto;
  letter-spacing: 2px;
}

/* Block013 */
.bnr_link {
  width: 50%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 50px auto;
  text-align: center;
}

.bnr_link .bnr {
  width: 100%;
  height: 167px;
  background: #a0a0a0;
  position: relative;
}

.bnr_link img, .bnr_link a, .bnr_link a img {
  width: 100%;
  height: 167px;
  display: block;
  position: relative;
}

.bnr_link p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

/* Block020 */
.header_subtitle_pattern_b_dash .text_area{
  width:73%;
  margin:2% auto 4% auto;
  text-align: center;
}

.header_subtitle_pattern_b_dash h3{
  color:#32353a;
  font-size:2.8rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline;
}

/* Block015 */
.mainvisual_middle {
  height: 300px;
  background: url(../image/cms/title_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  margin-bottom: 13px;
}

.mainvisual_middle .text_area{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.mainvisual_middle h1 {
  background: none;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  height: inherit;
  justify-content: center;
  padding: 0 4.8%;
  position: relative;
  letter-spacing: 10px;
  width: 100%;
  max-width: 1346px;
  font-weight: bold;
  margin: auto;
  display: flex;
  align-items: center;
}

/* PatternB Block016 */
.header_subtitle_center_plane .text_area{
  width:73%;
  margin:2% auto 4% auto;
  text-align: left;
}

.header_subtitle_center_plane h3{
  color:#32353a;
  font-size:2.8rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline;
}

.header_subtitle_pattern_b_dash h3::before{
  content: "";
  background-image: url("../image/cms/ttl_dot_line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width:200px;
  height: 40px;
  position: absolute;
  left:-200px;
}

.header_subtitle_pattern_b_dash h3::after{
  content: "";
  background-image: url("../image/cms/ttl_dot_line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width:200px;
  height: 40px;
  position: absolute;
  /*right:0;*/
}


/* Block017 */
.link_btn_white {
  text-align: center;
  margin-bottom: 3%;
}

.link_btn_white a{
  width:25%;
  background: #ffffff;
  color:#000000;
  font-weight: bold;
  font-size:1.9rem;
  text-align: center;
  padding:1% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3,3,3,0.35);
  position: relative;
}

/* Block018 */
.image_block_bg {
  margin-bottom: 13px;
  text-align: center;
}
.image_block_bg .image_bg {
  margin-bottom: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.image_block_bg .image_block_text_c{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.image_block_bg .image_bg.block_b018{
  content: "";
  background-image: url(../image/cms/register_bnr_00.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 634px;
  height: 137px;
}
.image_block_bg .image_bg.block_b018 .image_block_text_c{
  color:#12668e;
  font-weight:bold;
  padding-left: 15%;
  padding-right: 15%;
}

/* Block019 */
.mainvisual_blue.underlayer_blue {
  background-image: url(../image/cms/head_bg_blue.jpg);
  height: auto;
  position: relative;
  margin-bottom: 13px;
}

.mainvisual_blue.underlayer_blue h1 {
  background: none;
  color: #313131;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.4rem;
  height: 134px;
  justify-content: left;
  padding: 0 4.8%;
  position: relative;
  letter-spacing: 10px;
}

.mainvisual_blue.underlayer_blue h1 {
  width: 100%;
  max-width: 1346px;
  font-weight: bold;
  margin: auto;
  display: flex;
  align-items: center;
}

.mainvisual_blue.underlayer_blue h1::before {
  content: "";
  background-image: url(../image/cms/head_icon02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 25%;
  left: 6.8%;
  width: 5%;
  height: 8px;
}

.mainvisual_blue.underlayer_blue h1::after {
  content: "";
  background-image: url(../image/cms/head_icon01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 11%;
  right: 10%;
  width: 20.5%;
  height: 114px;
}

.mainvisual_blue.underlayer_blue::after {
  content: "";
  background-image: url(../image/cms/head_bg_blue_bottom.png);
  background-size: cover;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 17px;
}

/* Block021 */
.blue_section_header_pattern_b_dash {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}

.blue_section_header_pattern_b_dash .text_area {
  /* width: 85%; */
  margin: 2% auto 4% auto;
}

.blue_section_header_pattern_b_dash span.block021 {
  background: #b2dff3;
  left: 0;
  top: 50%;
  margin-top: -19px;
  padding: 10px 12px;
  border-radius: 50px;
  text-align: center;
  line-height: 1;
}


/* Block022 */
.pagelink {
  width: 85%;
  max-width: 1220px;
  margin: -4px auto 51px;
  padding: 0;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}

.pagelink li {
  width: 15.5%;
}

.pagelink li p {
  height: 100%;
}

.pagelink li p {
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  font-size: 1.6rem;
  line-height: 1.3;
  color: #32353a;
  background: #f9e48e;
  padding: 12px;
  border-radius: 2px;
  border: 4px solid #f9e48e;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pagelink li a {
  color: #32353a;
}

/* b_dash_Block022 */
.b_dash_link_btn{
  text-align: center;
  margin-bottom: 3%;
}
.b_dash_link_btn a{
  display: inline-block;
  min-width: 40%;
  line-height: 1.4;
  width: auto;
  background: #56a1d2;
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  padding: 2% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3, 3, 3, 0.35);
  position: relative;
}
.b_dash_link_btn a::after{
  content: "";
  background: url("../image/cms/icon_self.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 12px;
  position: absolute;
  right: 3%;
  top: 40%;
}
.b_dash_link_btn a::hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Block023_dash */
.ttl_stripe {
  background: #d3ebef;
}

.ttl_stripe .text_area{
  width:100%;
  margin:2% auto 4% auto;
  text-align: center;
}

.ttl_stripe div::before {
  content: "";
  background: url(../image/cms/ttl_stripe_line_white.png) 0 0 repeat-x;
  background-size: auto;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  margin-top: 12px;
}

.ttl_stripe h3{
  color:#32353a;
  background: #d3ebef;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}

/* Block023 */
.soudan_txt {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 74px;
  max-width: 1130px;
  width: 90%;
}

.soudan_txt_text {
  width: 61%;
  padding-right: 1.5%;
  position: relative;
}

.block .soudan_txt_text p {
  font-size: 14px !important;
}

.block {
  max-width: 1346px;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.block p {
  text-align: justify;
}

.soudan_txt_img {
  width: 32%;
  max-width: 362px;
  margin: 0;
}

.soudan_txt_img img {
  width: 100%;
  position: relative;
}

/* Block024 */
.head_gray h2 {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.6rem;
  margin: 0 auto 47px auto;
  letter-spacing: 9px;
  padding-left: 10px;
  position: relative;
}

.head_gray .text_area {
  margin: 2% auto 4% auto;
  width: 85%;
}

.head_gray h2::after {
  position: absolute;
  content: "";
  background-image: url(../image/cms/gray_under_line.png);
  background-repeat: no-repeat;
  right: 0;
  bottom: -16px;
  width: 100%;
  height: 8px;
}

/* Block025 */
.soudan_online_txt {
  margin-top: 60px;
  margin-bottom: 31px;
  width: 60%;
  margin: 2% auto 4% auto;
}

.soudan_online_txt p {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 90%;
}

/* Block026 */
.soudan_cities_tobu_head h2 {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  letter-spacing: 3px;
  padding: 0 1.4%;
  position: relative;
  margin: 0 auto 48px auto;
}

.soudan_cities_tobu_head .text_area {
  margin: 2% auto 4% auto;
  width: 85%;
}

.soudan_cities_tobu_head h2::after {
  content: "";
  background-image: url(../image/cms/soudan_cities_head01.png);
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 20px;
}

/* Block027 */
.soudan_cities_seibu_head h2 {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  letter-spacing: 3px;
  padding: 0 1.4%;
  position: relative;
  margin: 0 auto 48px auto;
}

.soudan_cities_seibu_head .text_area {
  margin: 2% auto 4% auto;
  width: 85%;
}

.soudan_cities_seibu_head h2::after {
  content: "";
  background-image: url(../image/cms/soudan_cities_head02.png);
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 20px;
}

/* Block028 */
.soudan_cities_oki_head h2 {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  letter-spacing: 3px;
  padding: 0 1.4%;
  position: relative;
  margin: 0 auto 48px auto;
}

.soudan_cities_oki_head .text_area {
  margin: 2% auto 4% auto;
  width: 85%;
}

.soudan_cities_oki_head h2::after {
  content: "";
  background-image: url(../image/cms/soudan_cities_head03.png);
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 20px;
}

/* Block029 */
.soudan_cities_facility_head h2 {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  letter-spacing: 3px;
  padding: 0 1.4%;
  position: relative;
  margin: 0 auto 48px auto;
}

.soudan_cities_facility_head .text_area {
  margin: 2% auto 4% auto;
  width: 85%;
}

.soudan_cities_facility_head h2::after {
  content: "";
  background-image: url(../image/cms/soudan_cities_head04.png);
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 20px;
}

/* Block030 */
.row_wrap.scrollin, .scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.row_wrap, .scroll {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.facility_block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1090px;
  width: 85%;
}

.facility_box {
  width: 46%;
}

.facility_box_txt {
  display: flex;
  justify-content: center;
}

.facility .facility_box_photo {
  width: 100%;
  background: #a0a0a0;
  position: relative;
  min-height: 167px;
}

.facility_box_photo img, .facility_box_photo a, .facility_box_photo a img {
  width: 100%;
  display: block;
  position: relative;
  min-height: 167px;
}

.facility p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/* Block031 */
.mainvisual.underlayer {
  background-image: url(../image/cms/head_bg.png);
  height: auto;
  position: relative;
  margin-bottom: 13px;
}

.mainvisual.underlayer h1 {
  background: none;
  color: #313131;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.4rem;
  height: 134px;
  justify-content: left;
  padding: 0 4.8%;
  position: relative;
  letter-spacing: 10px;
}

.mainvisual.underlayer h1 {
  width: 100%;
  max-width: 1346px;
  font-weight: bold;
  margin: auto;
  display: flex;
  align-items: center;
}

.mainvisual.underlayer h1::before {
  content: "";
  background-image: url(../image/cms/head_icon02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 25%;
  left: 6.8%;
  width: 5%;
  height: 8px;
}

.mainvisual.underlayer h1::after {
  content: "";
  background-image: url(../image/cms/head_icon01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 11%;
  right: 10%;
  width: 20.5%;
  height: 114px;
}

.mainvisual.underlayer::after {
  content: "";
  background-image: url(../image/cms/head_bg_bottom.png);
  background-size: cover;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 17px;
}

/* Block032 */
.present_photo {
  line-height: 1;
  max-width: 450px;
  margin: 0 auto 9px;
  width: 90%;
}

.present_photo img {
  width: 100%;
  position: relative;
}

/* Block033 */
.online_soudan_txt {
  margin-top: 60px;
  margin-bottom: 31px;
  /* width: 60%; */
  margin: 2% auto 4% auto;
}

.online_soudan_txt p {
  font-size: 1.8rem;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 90%;
}

/* Block034 */
.link_btn_yellow{
  text-align: center;
  margin-bottom: 3%;
}

.link_btn_yellow a{
  width:25%;
  background: #f9eaaf;
  color:#323539;
  font-size:1.8rem;
  text-align: center;
  padding:1% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3,3,3,0.35);
  position: relative;
}

.link_btn_yellow a::after{
  content: "";
  background: url("../image/cms/more_btn_icon_black.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  width:25px;
  height: 12px;
  position: absolute;
  right:3%;
  top:40%;
}

.link_btn_yellow a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Block034 */
.link_btn_yellow_prev{
  text-align: center;
  margin-bottom: 3%;
}

.link_btn_yellow_prev a{
  width:25%;
  background: #f9eaaf;
  color:#323539;
  font-size:1.8rem;
  text-align: center;
  padding:1% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3,3,3,0.35);
  position: relative;
}

.link_btn_yellow_prev a::after{
  content: "";
  background: url("../image/cms/more_btn_icon_black.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  width:25px;
  height: 12px;
  position: absolute;
  left:3%;
  top:40%;
  transform: rotate(180deg);
}

.link_btn_yellow_prev a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Block035 */
.link_btn_green{
  text-align: center;
  margin-bottom: 3%;
}

.link_btn_green a{
  width:25%;
  background: #d1e7cd;
  color:#323539;
  font-size:1.8rem;
  text-align: center;
  padding:1% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3,3,3,0.35);
  position: relative;
}

.link_btn_green a::after{
  content: "";
  background: url("../image/cms/more_btn_icon_black.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  width:25px;
  height: 12px;
  position: absolute;
  right:3%;
  top:40%;
}

.link_btn_green a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Block035（矢印左向き） */
.link_btn_green_prev{
  text-align: center;
  margin-bottom: 3%;
}

.link_btn_green_prev a{
  width:25%;
  background: #d1e7cd;
  color:#323539;
  font-size:1.8rem;
  text-align: center;
  padding:1% 5%;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(3,3,3,0.35);
  position: relative;
}

.link_btn_green_prev a::after{
  content: "";
  background: url("../image/cms/more_btn_icon_black.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  width:25px;
  height: 12px;
  position: absolute;
  left:3%;
  top:40%;
  transform: rotate(180deg);
}

.link_btn_green_prev a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Block072 */
/** 左右ストライプ **/
.ttl_stripe1 {
  margin-bottom: 20px;
}
.ttl_stripe1 > .ttl {
  color:#32353a;
  font-size:2.8rem;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  text-align: center;
  display: inline;
}

.ttl_stripe1 {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.ttl_stripe1 > .ttl {
  font-size: 28px;
  text-align: center;
  background: #fff;
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}

.ttl_stripe1::before {
  content: "";
  background: url("../image/cms/ttl_stripe_line_blue.png") 0 0 repeat-x;
  background-size: auto;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

/* Block073 */
.light_blue_block {
  background-color: #c1dded;
  border-style: dashed;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}
.light_blue_block p{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* パターンE 共通 */
/* 補足: 背景はCrmCityStyle.css内の[ .cont_wrap.lightblue ] と同じ背景画像を当てる */
.pattern_e_bg {
  /* background-color: #d5edf1; */
  background: url(../image/city/iju_bg_center.png);
}

/* Block038 */
.blklb_top{
  height: auto;
  position: relative;
}

/* Block040 */
.margin_adjustment{
  height: 10px;
}

/* Block044 */
.online_soudan_txt_center{
  text-align: center;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.blklb_top img{
  width: 100%;
}

/* Block047 */
.bnr_link_one {
  max-width: 800px;
  height: auto;
  margin: 0 auto 50px auto;
  text-align: center;
}

.bnr_link_one .bnr {
  width: 100%;
  height: 450px;
  background: #a0a0a0;
  position: relative;
}

.bnr_link_one p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

/* Block048 */
.movie_row_wrap .movie {
  width: 800px;
  height: 450px;
  background: #a0a0a0;
  position: relative;
  text-align: center;
  margin: 0 auto 50px auto;
}

.movie_full_box {
  width: 100%;
  position: relative;
  margin-bottom: 5%;
}

.movie_full_box p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}


/* Block050 */
.blklb_btm{
  height: auto;
  position: relative;
}

.blklb_btm img{
  width: 100%;
}

/* Block057 */
.message_parts {
  position: relative;
  margin: 20px auto 0;
  width: 90%;
}

.message_ttl {
  background: #fff7cd;
  font-size: 15px;
  margin-bottom: 0;
  padding: 5px 25px;
  position: absolute;
  top: -12px;
  left: -30px;
  z-index: 2;
}

.message_text {
  background: #f8f8f4;
  font-size: 14px;
  line-height: 1.8;
  padding: 30px 30px 15px;
}

.message_text p:last-child {
  margin-bottom: 0;
}

/* Block058 */
.left_text_parts {
  font-size: 14px;
  line-height: 1.8;
}

.left_text_parts p:last-child {
  margin-bottom: 0;
}

.center_btn_parts {
  text-align: center;
}

.link_btn.big_font a {
  font-size: 16px;
  padding: 20px 45px 20px 18px;
  position: relative;
}

.link_btn.big_font a::after {
  position: absolute;
  content: "";
  background-image: url(../image/cms/btn_arrow.png);
  background-repeat: no-repeat;
  right: 10px;
  width: 25px;
  height: 13px;
}

/* Block059 */
.center_text_parts {
  text-align: center;
}

/* Block060 */
.contents_box {
  background: #fff;
  padding: 10px 30px;
}

/* Block069 */
.height_block {
  height: 10px;
}

/* Block070 */
.height_block.white_color {
  background: #fff;
}

/* 汎用パーツ共通 */
.pattern_hanyou {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, メイリオ, Meiryo,
    sans-serif, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  color: #343431;
}

/* Block051 */
.pattern_hanyou_h2{
  margin-bottom: 20px;
}
.pattern_hanyou_h2 h2{
  font-size: 20px;
  border-left: 8px solid #f8d305;
  padding: 3px 10px 5px;
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
}

/* Block052 */
.pattern_hanyou_p{
  font-size: 30px;
  margin: 0 auto 20px;
  text-align: center;
  width: 80%;
}
.pattern_hanyou_p p{
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  line-height: 1.3;
}
.pattern_hanyou_p p::before{
  content: "";
  position: absolute;
  background: url(../image/cms/head_icon_left.png);
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 31px;
  height: 50px;
}
.pattern_hanyou_p p::after{
  content: "";
  position: absolute;
  background: url(../image/cms/head_icon_right.png);
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 31px;
  height: 50px;
}

/* .link_btn a {
  background: #f8d305;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  color: #343431;
  font-size: 14px;
  padding: 10px 18px;
} */

/* ホバーアクション */
.flash:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/* Block068 */
.head_ttl {
  margin-bottom: 20px;
}

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

.head_ttl h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f8d305 60%);
  display: inline-block;
  padding: 0 5px;
}

/* Block053 */
.pattern_hanyou h3{
  margin-bottom: 0;
  font-size: 20px;
  background: linear-gradient(transparent 60%, #f8d305 60%);
  display: inline-block;
  padding: 0 5px;
  margin-top: 0;
  font-weight: bold;
}

/* Block054 */
.hanyou_flex_photo_parts{
  display: flex;
  flex-wrap: wrap;
}
.hanyou_flex_photo_parts .hanyou_img {
  margin-bottom: 0;
  width: 39%;
  margin-right: 2%;
}
.hanyou_img img {
  /* add_imgのスタイルを解除 */
  top: auto;
  left: auto;
  position: static;
  margin: 0;
  /* add_imgのスタイルを解除 */

  max-width: 100%;
  height: auto;
}
.hanyou_img_text_right {
  font-size: 14px;
  line-height: 1.8;
  width: 59%;
}

.hanyou_img_text_right p:last-child {
  margin-bottom: 0;
}

/* Block055 */
.flex_photo_parts {
  display: flex;
  flex-wrap: wrap;
}

.flex_photo_parts.center {
  justify-content: center;
}

.flex_photo_parts figure {
  margin-bottom: 0;
  margin-right: 2%;
  width: 39%;
}

.flex_photo_parts figure img {
  height: auto;
  max-width: 100%;
  position: relative;
}

/* Block056 */
.subheading{
  font-size: 17px;
  display: inline-flex;
  align-items: center;
}

.subheading::before {
  content: "▶︎";
  color: #f8d305;
  font-size: 16px;
  margin-left: -0.75em;
  margin-right: 0.5em;
}

.subheading h4 {
  margin-bottom: 0;
  margin-top: 0;
}

/* Block056 */
.movie_title {
  text-align: center;
}

.movie_title h3 {
  background: linear-gradient(transparent 60%, #f8d305 60%);
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0 5px;
}

/* Block101 青色ドット下線見出し */
.ttl_dot_line2 h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #32353a;
  text-align: left;
  padding: 10px 10px 17px;
  position: relative;
}

.ttl_dot_line2 h3::after {
  content: '';
  background: url(../image/cms/ttl_dot_line2.png) 0 0 repeat-x;
  background-size: auto;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.message_inner_cms {
  background: #fff;
  padding: 10px;
}

/* Block102, 103 横並びボタン */
.horizontal_btn p {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

/* 矢印を消す場合は、以下のコメントアウト解除 */
/* .horizontal_btn a::after {
  all: initial;
} */

/* Block104 青色背景テキスト */
.blue_block {
  background-color: #5090bc;
  border-color: #5090bc;
  border-style: solid;
  font-size: 20px;
  position: relative;
  margin: 20px;
}

.blue_block p{
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* TestBlock */
.lead {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #5082aa;
    color: #fff;
    /* font-weight: bold;
    font-size: 3.6rem; */
    line-height: 1.3;
    /* text-align: center; */
    padding: 5px;
    position: relative;
}

.lead p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.lead::before{
  content: "";
  background-image: url("../image/cms/headbg_top.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  width:100%;
  height: 23px;
  position: absolute;
  left:0;
  top:-23px;
}

.lead::after{
  content: "";
  background-image: url("../image/cms/headbg_btm.png");
  background-position: right top;
  background-repeat: repeat-x;
  width:100%;
  height: 23px;
  position: absolute;
  left:0;
}

.row_wrap.half {
    padding: 0;
}

.row_wrap.half li {
    width: 48%;
}

.row_wrap.half li img, .row_wrap.office figure img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    /* 相談窓口 */
    .head {
        font-size: 3rem;
        letter-spacing: 5px;
        margin: 0 auto 47px;
        width: 95%;
    }
    .head::after {
        background-size: contain;
    }
}
/* IEのみ以下のCSSが適用される*/
@media all and (-ms-high-contrast: none){

}

@charset "UTF-8";

.soudan_place {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}
.soudan_box {
  width: 46%;
}
.soudan_box p.soudan_box_photo {
  line-height: 0;
  margin: 0 0 20px;
  width: 100%;
}
.soudan_box_photo img {
  width: 100%;
  position: relative;
}
.soudan_tel {
  display: flex;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 auto 14px;
  justify-content: center;
}
.soudan_tel dt {
  margin-right: 49px;
}
.soudan_tel dd {
  position: relative;
  margin-left: 0;
  letter-spacing: 1.6px;
}
.soudan_tel dd::before {
  content: "";
  background-image: url(../image/cms/tel_icon.png);
  position: absolute;
  top: 0;
  left: -26px;
  width: 19px;
  height: 19px;
}
.soudan_box .soudan_box_txt {
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 16px;
  width: 100%;
}
.soudan_link_block {
  display: flex;
  margin: 0 auto;
  width: 91%;
  justify-content: space-between;
}
.soudan_link_block p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  width: 46%;
}
.soudan_link_block a {
  background: #f9e48e;
  border-radius: 5px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  color: #313131;
  display: flex;
  padding: 4px;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.soudan_link_block p:last-child a {
  background: #d2ebc4;
}

@media screen and (min-width:769px) and (max-width:1346px) {
  /* 相談窓口 */
  .soudan_tel {
    display: block;
    text-align: center;
  }
  .soudan_box.one_block .soudan_tel dt {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .soudan_tel dd {
    display: inline-block;
  }
  .soudan_cities {
    width: 85%;
  }
} /* 769px ～ 1346px */


@media screen and (max-width: 768px) {
  /* 相談窓口 */
  .soudan_txt {
    display: block;
  }
  .soudan_txt_text {
    margin-bottom: 20px;
    width: 100%;
  }
  .soudan_list {
    margin: 0 auto 30px;
    width: 90%;
  }
  .soudan_list li {
    line-height: 1.5;
    padding-left:1em;
    text-indent:-1em;
  }
  .soudan_box .soudan_txt_text p {
    line-height: 1.5;
    font-size: 2rem;
  }
  .soudan_place {
    display: block;
  }
  .soudan_box {
    margin-bottom: 50px;
    width: 100%;
  }
  .soudan_box p.soudan_box_photo,
  .soudan_box .soudan_box_txt {
    width: 100%!important;
  }
  .soudan_link_block,
  .soudan_box.one_block .soudan_link_block {
    width: 100%;
  }
  .soudan_box p.soudan_link {
    margin: 0!important;
    width: 47%!important;
  }
  .tokyo_area .soudan_box:first-child {
    margin-left: 0;
    width: 100%;
  }
  .soudan_box.one_block {
    width: 100%;
  }
  .soudan_tel {
    display: block;
    text-align: center;
  }
  .soudan_tel dd,
  .soudan_tel dt {
    display: inline-block;
  }
  .soudan_tel dt {
    display: block;
    margin: 0 0 15px;
  }
  .soudan_online_txt p {
    line-height: 1.8;
    text-align: left;
  }

  /* Block102, 103 横並びボタン（横並び解除・上下余白設定） */
  .horizontal_btn p {
    display: block;
    margin: 30px 10px 30px 10px;
  }

  /* 青系青丸見出し（大） */
  .header_title.double {
    padding-top: initial !important;
    background-size: 120px !important;
  }
  /* ご登録は簡単無料 */
  .image_block_bg .image_bg.block_b018 .image_block_text_c {
    height: 94px;
  }
  .image_block_bg .image_bg.block_b018 .image_block_text_c h3{
    font-size: 1.8rem;
  }
  /* ---------------------------------
   * 見出しのフォントサイズ変更
   * --------------------------------- */
  /* 青系ドット見出し（中） */
  /* 装飾なし見出し（中） */
  /* 青色見出し中央寄せ（中） */
  /* 白色区切り見出し中央寄せ（中） */
  /* 下線見出し（中） 黄色・緑色・青色・灰色 */
  /* 青色区切り見出し中央寄せ（中） */
  .header_subtitle h3,
  .header_subtitle_center_plane h3,
  .header_subtitle_pattern_b_dash h3,
  .ttl_stripe h3,
  .soudan_cities_tobu_head h2,
  .soudan_cities_seibu_head h2,
  .soudan_cities_oki_head h2,
  .soudan_cities_facility_head h2,
  .ttl_stripe1 > .ttl
  {
    font-size: 2.2rem !important;
  }
  /* 青系ドッド見出し（小） */
  .header_subtitle_slash h3 {
    font-size: 1.8rem;
  }
  /* リンクボタン */
  .link_btn a {
    width: 90%;
  }
}

/* IEのみ以下のCSSが適用される*/
@media all and (-ms-high-contrast: none){

}
