@charset "UTF-8";
/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/
/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}
/*●リンク文字*/
a {
  color: #333;
  text-decoration: none;
}
h2, h3, h4, h5 {
  clear: both;
	margin-top: 0!important;
}
ul li {
  list-style: none;
}
a:hover /*--------------------------------------------------------
  3、エリアの設定
  --------------------------------------------------------*/
#container {
  color: #333;
  position: relative;
}
.inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
header {
  position: relative;
}
header .inner {
  padding: 10px;
}
header .inner::after {
  content: '';
  clear: both;
  display: block;
}
header .logo {
  float: left;
}
#city_title, footer {
  background: #999;
  color: #fff;
}
#city_title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
}
#footer-in {
  max-width: 1000px;
  margin: auto;
  padding: 1em;
  font-size: 90%;
}
#footer-in a {
  text-decoration: none;
  color: #fff;
}
.copyright {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.8rem;
}
#toc_container {
  display: none !important;
}
/*--------------------------------------------------------
  LPページ
  --------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
#copyright {
  text-align: center;
  font-size: 80%;
  margin: 0;
}
.contact-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 10px;
}
header .contact-line {
  float: right;
}
.contact-line a.mailbtn {
  background-color: #333;
}
.contact-line a.telbtn {
  background-color: #E36900;
}
.contact-line a.linebtn {
  background-color: #49A400;
}
.contact-line a {
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.2rem;
  box-shadow: 1px 1px 2px gray;
  background-image: url("images/common/naname-line.png");
}
.contact-line a, .contact-line a span {
  color: #fff;
  font-weight: bold;
}
.contact-line a img {
  max-height: 40px;
}
.big_img_btn{
	margin-bottom: 1em;
}
.big_img_btn a{
	padding: 7px 0;
    display: block;
}
.big_img_btn a img{
	box-shadow: 1px 1px 2px gray;
}
h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  padding: 0.5em;
  background-image: url(images/common/naname-blackline.png);
  margin: 1em 0;
}
h3 {
  color: #00558e;
  font-weight: bold;
}
h4 {
  color: darkblue;
  font-weight: bold;
  margin-bottom: 1em;
}
ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}
#post_content h1 {
  background: #039902;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* ↓ スライドの外枠*/
.slide-wrapper {
  position: relative;
}
.slider {
  width: 100%;
}
/* サムネイルのスタイル */
.thumbnail .swiper-slide {
  opacity: 0.5;
}
.swiper-button-next, .swiper-button-prev {}
/* サムネイルのアクティブスタイル */
.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.white_box {
	max-width: 800px;
    margin: auto;
}
.white_box li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px black;
}

.white_box li {
  display: table;
}
.white_box .text,
.white_box li .img {
  padding: 5px;
      display: table-cell;
    vertical-align: middle;
}
.white_box li .img {
  width: 25%;
}
.white_box .text {
  line-height: 1.3;
  text-align: left;
  width: 75%;
}
.white_box li .inside {
  display: table-cell;
  vertical-align: middle;
}
#do_not {
    margin-top: 20px;
    text-align: center;
    background: #999999;
    color: #fff;
    margin: 20px 0;
}

#do_not strong::after {
    display: block;
    content: url(images/common/under_red.png);
}
#do_not .flex > img {
    max-width: 40%;
    margin-bottom: 20px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gap {
    gap: 10px;
}
.tex_left {
  text-align: left;
}
.scroll_box {
  background: rgba(255, 255, 255, 0.8);
}
.check_list li {
  background-image: url("images/lp-25/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;
}
.quest_list li {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;
  padding-bottom: 1em;
}
.quest_list li:nth-child(odd) {
  background-image: url("images/common/q-mark.png");
}
.quest_list li:nth-child(even) {
  background-image: url("images/common/a-mark.png");
}
#yoko-container .swiper-pagination {
  position: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
}
.swiper-content {
  text-align: center;
}
.swiper-content .inside {
  padding: 10px;
}
#slide-1 .inside {
  background-color: #ccc;
}
#slide-2 .inside {
  background-color: #0099cc;
}
#slide-3 .inside {
  background-color: #ff9900;
}
#slide-4 .inside {
  background-color: #3366cc;
}
#slide-5 .inside {
  background-color: #66cccc;
}
#slide-6 .inside {
  background-image: url("images/lp-25/con_05_bg.png");
}
#slide-7 .inside {
  background-image: url("images/lp-25/con_06_bg.png");
}
#slide-8 .inside {
  background-color: cornflowerblue;
}
.six_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.six_lists li {
  border-radius: 30px;
  border: solid #fff 3px;
  background: #fff;
  overflow: hidden;
}
.six_lists .title {
  font-weight: bold;
}
.white_bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  max-width: 95%;
  overflow: hidden;
  margin: auto;
}
.white_bg p {
  text-align: center;
  margin-bottom: 10px;
  color: darkblue;
  font-weight: bold;
}
.card.white_bg ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
table.table {
width: 100%;
}
table.table th, table.table td {
  padding: 1em;
}
table.table th {
  white-space: nowrap;
  background: #c1dcff;
  color: #003399;
  vertical-align: middle;
  border: 1px solid #fff;
}
table.table td {
  border: 1px solid #c1dcff;
  text-align: left;
  background: #fff;
}

#news_list_3 > div {
	    background: #fff;
    padding: 10px;
}
#news_list_3 h3{
	font-size: 2rem;
	border-bottom: 2px solid #ccc;
}
#news_list_3 .blog-list li{
	display: table;
	flex-wrap: wrap;
}
#news_list_3 .blog-list li > div{
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
#news_list_3 .blog-list li .img{
	width: 40%;
	background: #eee;
	border: 1px solid #fff;
}
#news_list_3 .blog-list li .title{
	width: 60%;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
#news_list_3 .blog-list li .data{
	display: block;
	font-size: 0.8rem;
}
#news_list_3 .blog-list li .title a{
	display: block;
	color: #00064F;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
  header .logo {
    max-width: 30%;
  }
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }
  .contact-line a img {
    margin-right: 5px;
  }
  #container {
    margin-bottom: 200px;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  .menu {
    clear: both;
    background-color: #eee;
    background-image: url("images/common/naname-line.png");
  }
  .menu ul {
    display: flex;
    justify-content: space-around;
  }
  .menu li {
    list-style: none;
  }
  .menu li a {
    display: block;
    line-height: 3;
    padding: 0 1em;
    background-color: #fff;
    background-image: url("images/common/naname-blackline.png");
  }
  .contact-line a {
    display: table;
  }
  .contact-line a div {
    display: table-cell;
    vertical-align: middle;
  }
  .card.white_bg li img {
    max-height: 50px;
  }
  .white_bg {
    font-size: 2rem;
  }
  .white_box li {
    margin: 1em;
  }
  .white_box h3 {
    margin: 15px 10px 0;
  }
	#news_list_3{
	display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
	#news_list_3 > div {
	width: 33%;
}
  .side_flex_menu {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 9999999;
    padding: 2px 0 2px 2px;
  }
  .side_flex_menu a {
    display: block;
    font-size: 12px;
    text-align: center;
    background: #0696FF;
    color: #fff;
    padding: 5px;
    line-height: 2;
    margin-bottom: 2px;
	  box-shadow: 1px 1px 2px gray;
  }
  .side_flex_menu a:hover {
    background: #7cd3ff;
    color: #00088F;
  }
  .thumbnail .swiper-slide, .swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none !important;
  }
  .swiper-wrapper {
    display: inherit !important;
  }
  .swiper-content {
    margin: 1em 0;
  }
  .swiper-content .inside {
    padding: 1em 2em 2em;
  }
  .white_box p {
    font-size: 20px;
  }
	#do_not strong {
    font-size: 1.5rem;
}
  .scroll_box {
    padding: 2em;
    max-width: 80%;
    margin: auto;
  }
  .check_list li {
    margin-bottom: 1em;
    line-height: 1.5;
  }
  .six_lists li {
    margin: 10px;
  }
  .six_lists .title {
    font-size: 2rem;
  }
  .six_lists li {
    width: 30%;
  }
}
@media screen and (max-width:768px) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3, h4 {
    font-size: 1.3rem;
  }
  header .contact-line {
    margin-right: 60px;
  }
  .scroll_box {
    overflow: scroll;
    max-height: 70vh;
    max-height: 70svh;
    padding: 1em;
    margin-bottom: 1em;
  }
  .mb {
    display: block;
  }
  .pc {
    display: none;
  }
  .logo {
    max-width: 40%;
  }
  main {
    padding-bottom: 150px;
  }
  main > .inner {
    padding: 0;
  }
  footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
  }
  table.table th, table.table td {
    display: block;
  }
  .card.white_bg li img {
    max-height: 35px;
  }
  .six_lists li {
    margin: 5px;
  }
  .six_lists .title {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  .six_lists li {
    width: 45%;
  }
		#news_list_3 > div {
	margin-bottom: 10px;
}
  .white_box li {
    min-height: 6em;
    margin-bottom: 1em;
  }
	.white_box h3,.white_box h4, .white_box p{
		margin: 0;
	}
  .swiper-content {
    width: 100%;
    border-radius: 20px;
    padding: 15px;
  }
  .swiper-content .inside {
    border-radius: 10px;
  }
  .thumbnail .swiper-wrapper {
    display: table !important;
  }
  .thumbnail .swiper-slide {
    height: 5em !important;
    opacity: 0.5;
    display: table-cell;
    vertical-align: middle;
    flex-shrink: inherit;
    padding: 0 !important;
    border: solid 1px #fff;
    color: #fff;
    margin: 2px !important;
    text-align: center;
    background: #003399;
    line-height: 1.5;
    font-size: 11px;
  }
  .thumbnail .swiper-slide-thumb-active {
    opacity: inherit;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 45% !important;
  }

	.swiper-button-next, .swiper-button-prev{
		
	background: #fff;}
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        font-size: 26px !important;
        font-weight: bold;
	}
  /************レスポンシブメニュー************/
  .menu ul li {
    list-style: none;
  }
  .menu ul li a {
    display: block;
    font-weight: bold;
    padding: 1em;
    border-bottom: 1px dotted #fff;
    color: #333;
    text-decoration: none;
    text-align: left;
  }
  .menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: orange;
  }
  .menu {
    width: 100%;
    position: fixed;
    top: 0;
    padding-top: 60px;
    z-index: 20;
    text-align: center;
    background-color: #b5e1ff;
    transition: 0.5s ease; /*滑らかに表示*/
    -webkit-transform: translateX(-100%);
  }
  /*OPEN時の動き*/
  .menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*メニューを元の位置へ戻す*/
  }
  #menu-bar {
    position: fixed;
    width: 100vw;
    z-index: 30;
    padding: 3px;
    top: 5px;
    right: 5px;
  }
  /*トグルボタンのスタイルを指定*/
  .Toggle {
    width: 48px;
    height: 48px;
    cursor: pointer;
    float: right;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 36px;
    border-bottom: solid 4px #666;
    -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out; /*変化の速度を指定*/
    transition: .35s ease-in-out; /*変化の速度を指定*/
  }
  /*各ボーダー少しずつずらす*/
  .Toggle span:nth-child(1) {
    top: 5px;
  }
  .Toggle span:nth-child(2) {
    top: 18px;
  }
  .Toggle span:nth-child(3) {
    top: 32px;
  }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    /* 1番目のspanをマイナス45度に */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}