@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
footer, header {
  padding: 10px;
}
main {
  flex: 1;
}
header .inner {
  display: flex;
  justify-content: space-between;
}
#toc_container{
	display: none!important;
}
#main_site_link{
	    display: flex;
    justify-content: center;
    padding: 10px;
}
#main_site_link a{
	    display: block;
    margin: 5px;
    color: #003399;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
	font-size: 1.5rem;
}
.contact-line{
	    display: flex!important;
    justify-content: center!important;
    flex-wrap: wrap!important;
    gap: 10px;
}
.contact-line a{
  display: table;
  border-radius: 10px;
  padding: 10px;
	font-size: 1.2rem;
} 
.contact-line a,
.contact-line a span {
  color: #fff;
	font-weight: bold;
}
.contact-line a div {
  display: table-cell;
  vertical-align: middle;
}
.contact-line a img{
	max-height: 40px;
}
.contact-line a.mainbtn{
background: linear-gradient(#cccccc, #919191);	
}
.contact-line a.telbtn {
background: linear-gradient(#ff9000, #ff5d00);
}

.contact-line a.mailbtn{
	background: linear-gradient(#4495ff, #0062e2);
}
.contact-line a.linebtn{
	background: linear-gradient(#06c655, #058e3c);
}
footer {
  background: #003399;
  color: #fff;
}
footer aside {
  text-align: center;
	    font-size: 0.8rem;
    padding-top: 1em;
}
footer a.tel_btn {
  display: block;
  max-width: 600px;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}
.red {
    color: red;
}
.caution{
	background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    text-align: left;
}
.caution ol li{
	list-style: auto;
    margin-left: 2em;
}
/* ↓ スライドの外枠*/
.slide-wrapper {
  position: relative;
}
.slider {
  width: 100%;
}


/* サムネイルのスタイル */
.thumbnail {}
.thumbnail .swiper-slide {
  opacity: 0.5;
}

.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.tex_left{
	text-align: left;
}
#post_content h1{
    background: #003399;
    color: #fff;
    padding: 15px;
    line-height: 1.3;	
}
.swiper-slide ul,.swiper-slide ol,.swiper-slide p,.swiper-slide dl,.swiper-slide table{
	margin: 0;
	padding: 0 1em 1em;

}
.swiper-slide b{
	font-weight: bold;
	    border-bottom: 3px orange dotted;
}
.swiper-slide ul li {
  background-image: url("images/trouble/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;
}
.questiton li{
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;	
	padding-bottom: 1em;
}
.questiton li:nth-child(odd){
  background-image: url("images/lp/q-mark.png");
}
.questiton li:nth-child(even){
  background-image: url("images/lp/a-mark.png");
}
.swiper-pagination {
  position: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
}
.swiper-slide table th,
.swiper-slide table td,
.swiper-slide h2,
.swiper-slide h3,
.swiper-slide h4,
.swiper-slide h5,
.swiper-slide li,
.swiper-slide dt,
.swiper-slide dd,
.swiper-slide p {
	line-height: 1.5;
}
.swiper-slide h2,
.swiper-slide h3,
.swiper-slide h4,
.swiper-slide h5{
	clear: both;
	color: #3267d1;
	margin-bottom: 1em;
}
.swiper-slide h2 {
	 background: aliceblue;
        padding: 15px;
}
.swiper-slide h3 {
        border-left: 25px solid #00558e;
        padding-left: 0.5em;
        border-bottom: 3px dotted #00558e;
    }
.swiper-slide h4::before{
	content: '●';
	
}
.swiper-slide table{
	    max-width: 800px;
    margin: 2em auto;
}

.swiper-slide table th,
.swiper-slide table td{
	padding: 1em;
}
.swiper-slide table th{
	white-space: nowrap;
	background:#c1dcff;
	color: #003399;
    vertical-align: middle;
    border: 1px solid #fff;
}
.swiper-slide table td{
	border: 1px solid #c1dcff;
	text-align: left;
	background: #fff;
}
.swiper-slide ol li{
	list-style: auto;
	    margin-left: 1.5em;
	        margin-bottom: 1em;

}
.swiper-slide dl dt{

    border-left: 15px solid #ccc;
    padding-left: 0.5em;
}
.swiper-slide dl dt,
.swiper-slide dl dd{

	    margin-bottom: 10px;
	
}
.swiper-slide dl dd{
	padding-left: 1em;
}
.swiper-slide strong{
	font-weight: bold;
	color: green;
}
.swiper-slide ul li {
    margin-bottom: 1em;

  }
.swiper-slide a.telbtn{
    display: block;
    background: green;
    color: #fff;
    margin: 0 1em;
    border-radius: 10px;
    width: 9em;
    text-align: center;
	line-height: 2;
	margin-top: 5px;
}
.swiper-slide a.telbtn::before{
	content: '☎';
}
@media screen and (min-width:769px) {

  .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;
  }
  .side_flex_menu a:hover {
    background: #7cd3ff;
    color: #00088F;
  }


  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  .swiper-wrapper {
    display: inherit !important;
  }
  .slider .swiper-slide .inside {
    padding: 1em;
	  margin-bottom: 5px;
  }

  .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;
  }

  .mb {
    display: none;
  }
  .pc {
    display: block;
  }

.contact-line a img{
	margin-right: 5px;
}
  #container {
    margin-bottom: 200px;
  }
		#post_content h1{
    font-size: 5rem;
	}
.swiper-slide h2 {
    font-size: 3rem;
  }
	   .swiper-slide h3 {
font-size: 2.7rem;
    }
	   .swiper-slide h4 {
font-size: 2.3rem;
    }


	    #bread_crumb {
        margin: 0 5px!important;
			text-align: left;
    }
	#explanation span{
		    font-size: 1rem;
	}
	  .menu {
    clear: both;
		          margin-top: 10px;
    background-color: #eee;
    background-image: url("images/common/naname-line.png");
  }
  .menu ul {
    display: flex;
    justify-content: space-around;
	  gap:5px;
  }
  .menu li {
    list-style: none;
  }
  .menu li a {
        display: block;
        background: #ccc;
        background-image: url(images/common/bg-cast-box@2x.png);
        padding: 10px;
        font-size: 1.5rem;
	  border-left: 1px dotted #ccc;
	  border-right: 1px dotted #ccc;
  }
}
@media screen and (max-width:768px) {
	#post_content h1{
    font-size: 3rem;
	}

	.slide-wrapper table th,
	.slide-wrapper table td{
		display: block;
	}
			#post_content h1{
    font-size:2.5rem;
	}
.swiper-slide h2 {
    font-size: 2.2rem;
  }
	   .swiper-slide h3,.swiper-slide h4 {
font-size: 2rem;
		    text-align: left;
    }
	.swiper-slide p,
	.swiper-slide li,
	.swiper-slide dt,
	.swiper-slide dd,
	.swiper-slide th,
	.swiper-slide td{
    font-size: 1.8rem;
    text-align: left;
}
	
  body {
	  position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
  }
  .swiper-slide {
    width: 100%;
    padding: 10px 20px;
  }
  .swiper-slide .inside {
    border-radius: 20px;
    padding: 10px;
	  text-align: center;
	  min-height: 62vh;
	  min-height: 62svh;
  }
  .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 3px !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;
  }
  .slide-wrapper .swiper-button-next, .slide-wrapper .swiper-button-prev {
    position: fixed !important;
    bottom: 110px !important;
    top: inherit !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    background: orange!important;
    border-radius: 50%!important;
    padding: 5px 15px!important;
    color: #fff!important;
  }
		.swiper-button-next, .swiper-rtl .swiper-button-prev{
		right: 15px!important;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: 15px!important;
	}
  .scroll_box {
    overflow: scroll;
    max-height: 50vh;
    max-height: 50svh;
    padding: 1em;
    margin-bottom: 1em;
	  background: rgba(255, 255, 255, 0.8);
  }
  .mb {
    display: block;
  }
	header .linebtn,
	thead,
	#explanation,
	#bread_crumb,
  .pc {
    display: none;
  }

  .logo {
    max-width: 40%;
  }
	.contact-line{
		margin-right: 50px;
	}
	main{
		padding-bottom: 150px;
	}
	footer{
		text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999999;
	}
	img.alignright,img.alignleft{
		float: none!important;
	}
	/************レスポンシブメニュー************/
  .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(-110%);
  }
  /*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);
  }
}