@charset "utf-8";
html {
  font-size: 16px;
}


body {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #555;
  background-color: #eee2d4;
}

* {
  text-align: justify;
  text-justify: inter-ideograph;
  list-style: none;
  text-decoration: none;
}

p {
  margin: 2.5rem auto;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02rem;
}

#wrap {
  margin: 0px auto auto;
  line-height: 2em;
  width: 100%;
}

b {
  color: #555;
  background: linear-gradient(transparent 40%, yellow 40%);
}

.p-bold {
  font-weight: bold;
  background: none;
}

@media screen and (min-width: 768px){
  .br-sp {display: none; }
  }

header {
  width: 100%;
}

h1 {
  color: #777777;
  margin: 0px;
  font-size: 1rem;
}

h1 a {
  color: #999999;
  text-decoration: none;
}

h1 a:hover {
  color: #777777;
  text-decoration: none;
}

.heading {
  padding: 10px 0 10px 0;
  color: #354f53;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-left: solid 8px #ff7b81;
}

h3 {
  margin: 0px;
  font-size: 1.2rem;
  color: #354f53;
  padding: 10px 0px 2px 10px;
  border-left: 6px solid #45c2ab;
  margin-top: 30px;
  display: flex;
}

.fontruby {
  font-size: 1rem;
}

li {
  list-style-type: none;
  text-decoration: none;
}

#contents {
  margin: 0 auto;
  justify-content: center;
  width: 94%;
}

.contentsbox {
  background-color: #ffffff;
  padding: 30px 30px;
  margin: 0 auto 20px auto;
  border-radius: 30px;
  display: block;
}

#nav {
  font-size: 15px;
  width: 100%;
  display: block;
  margin: 0 auto;
  justify-content: center;
}

#localnavi {
  display: none;
}

.sidebox-menseki {
  display: none;
}

.sidebox {
  margin: 20px auto 0 auto;
  display: block;
  width: 100%;
  padding: 0px 10px 0px 10px;
  font-size: 1rem;
  background-color: #fff;
  border-top: 20px solid #45c2ab;
  border-bottom: 20px solid #45c2ab;
}

.sidebox-in{
  margin:0 auto;
  display: flex;
}

.iframe-side {
  margin: 0 auto;
  padding: 0px;
}

.iframe-side iframe{
  border: none;
  width:100%;
  height:1000px;
  scroll-snap-type: none;
  overflow: hidden;
  margin: 0 auto;
}

.topimg {
  width: 100%;
  height: 420px;
  float: left;
  object-fit: cover;
}

.header-nav {
  width: 100%;
  display: flex;
  padding: 0;
}

.header-nav-box {
  width: 95%;
  margin: 10px auto;
}

.header-nav-contents li {
  width: 50%;
  padding: 4px;
  display: flex;
  justify-content: center;
  float: left;
}

.header-nav-contents img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px #999;
}

.header-nav-contents a:hover {
  opacity: 0.8;
}

.ul-nav {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

.ul-nav li {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
  line-height: 50px;
}

.ul-nav li a {
  color:#fff;
  padding-right: 10px;
  border-right: #eee2d4 1px solid;
}

.ul-nav-r li a {
  padding-right: 0px;
  border-right: 0px;
}

.ul-nav li a:hover{
  color:#eee2d4;
}

.img-anime {
  animation: img-anime 3s infinite ease-in-out .8s alternate;
  background: url(img/aid.png) no-repeat center center / 100px auto;
  display: block;
  transition: 1.5s ease-in-out;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

table{
  width: 95%;
  border-collapse: collapse;
  margin: 20px auto;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #45c2ab;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #45c2ab;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 80%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

.table-top {
  border: #555 solid 2px;
}

.textlink-2 {
  color: #45c2ab;
  float: right;
}

.textlink-2:hover {
  color: #007d81;
}

.textlink-3 {
  color: #45c2ab;
  padding-bottom:30px;
  display: block;
  width: 100%;
  margin-top: -20px;
  border-bottom: #999 solid 0.5px;
}

.textlink-3:hover {
  color: #007d81;
}

.quote-box {
  padding: 1rem 2rem;
  background-color: #eee;
  font-weight: bold;
}

.quote-box a {
  color: #999;
  font-size: 0.9rem;
  font-weight: normal;
}

.img-50 {
  width: 50%;
}

.img-100 {
  width: 100%;
}

.img-100px {
  width: 100px;
  float: right;
  background-color: #006599;
}

time {
  text-align: left;
  font-size: small;
  color:#999;
  margin: 0;
}

.img-caption {
  color:#999;
  font-size: 0.9rem;
  margin-top: -10px;
}

.img-caption a{
  color:#555;
}

.app-site {
  width: 100%;
  border:#eee solid 1px;
  display: block;
  padding: 10px;
}

.app-img-box {
  width: 100px;
  margin-top: 5px;
  float: left;
}

.app-logo {
  width: 100%;
}

.app-p {
  color: #45c2ab;
  margin-left: 10px;
  text-indent: 2rem;
}

.card-box {
  width: 95%;
  display: flex;
  padding: 0 10px 5px 10px;
}

.p-card {
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  background-color: #fff;
}

.p-card:last-child {
  margin-right: -20px;
}

.p-card-item {
  border: 0.5px solid #999;
  width: 100%;
}

.p-card-item a {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.p-card-item a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
}

.p-card-img {
  width: 100%;
}

.p-card-img::before {
  content: "";
  display: block;
}

.p-card-img img {
  background-color: #fff;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-card-lead {
  padding-left: 10px;
}

.p-card-title {
  color: #6a6a6a;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 10px;
}

.p-card-caption {
  font-size: 0.9rem;
  color: #6a6a6a;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2rem;
  margin-top: -30px;
  padding-right: 10px;
}


@keyframes img-anime {
  0% {
    transform:translate(0, 0) rotate(-10deg);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}

.containerbox{
  width: 100%;
  color: #fff;
  border-radius: 5px;
  box-shadow: #999 0 0 5px;
  padding-bottom: 10px;
  margin: 0 auto;
}

.container-title{
  width: 100%;
  height: 3rem;
  background-color: #45c2ab;
  color: #fff;
  line-height: 3rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
}

.container-ul {
  width: 95%;
  margin: 0 auto;
  color: #777;
  line-height: 2.5rem;
  padding-top: 15px;
  font-weight: bold;
}

.ul-box{
  margin: 0 auto;
  display: flex;
}

.container-ul2 {
  width: 40%;
  margin: 0 auto;
  color: #777;
  line-height: 2.5rem;
  padding-top: 15px;
  font-weight: bold;
  display: inline-block;
}

/* ーーーー ハンバーガーメニュー  ーーーー    */


.p-hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 5px;
  top: 12px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}

.p-hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2.5px;
  left: 15px;
  background: #603813;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-hamburger span:nth-child(1) {
  top: 17px;
}
.p-hamburger span:nth-child(2) {
  top: 24px;
}
.p-hamburger span:nth-child(3) {
  top: 31px;
}

.p-hamburger:hover {
  background: #fff;
  transition: 0.4s ease-in-out;
}

/* バツボタン */
.p-hamburger.active span:nth-child(1) {
  top: 23px;
  left: 15px;
  background: #603813;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-hamburger.active span:nth-child(2),
.p-hamburger.active span:nth-child(3) {
  top: 23px;
  background: #603813;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ナビメニュー内 */
.p-globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  font-size: 15px;
  color: #603813;
  background: #eee2d4;
  text-align: center;
  transform: translateX(50%);
  transition: all 0.6s;
  width: 60%;
  height: 100%;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 60px;
}

.p-globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.p-globalMenuSp__link {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #603813;
}
.p-globalMenuSp__link:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.p-globalMenuSp__link a {
  display: block;
  color: #603813;
  padding: 1.2em 0;
  text-indent: 1em;
  text-decoration: none;
}

.p-globalMenuSp__link a:hover {
  color: #fff;
}

.p-globalMenuSp__link:hover {
  background-color: #603813;
}

/* ハンバーガーメニュー押してactiveクラスを付いたら表示する */
.p-globalMenuSp.active {
  transform: translateX(0%);
  visibility: visible;
}


/* ーーーー ここまでハンバーガーメニュー  ーーーー    */

/* ーーーー モーダル  ーーーー    */






.p-modal {
  position: fixed;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 501;
}

.p-modal__button {
  display: block;
  cursor: pointer;
  border: 4px solid #45c2ab;
  background-color: #45c2ab;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem auto 0 auto;
  border-radius: 20px;
  width:200px;
  color: #fff;
  -webkit-animation: yureru 2s infinite;
          animation: yureru 2s infinite;
}

@-webkit-keyframes yureru {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes yureru {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.modal-img{
  width: 80%;
  border-radius: 10px;
  margin: 15px auto 5px auto;
}

.p-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 500;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-modal__wrap {
  background: #fff;
  padding-left: 2rem;
  max-height: 500px;
  overflow: scroll;
  width: 90%;
  border-radius:  30px;
}

.p-modal__inner {
width:95%;
}

.caption {
  margin-top:-20px;
  width: 90%;
}

.caption-p {
  font-size: 1rem;
  font-weight: bold;
}

.tweetcomment {
    width: 80%;
    margin: 0 auto;
    padding:10px;
}

.toc {
  margin:0 auto;
  width: 100%;
  padding: 0px 0px 15px 0px;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  border-radius: 10px 10px 0 0;
}

.toc-style {
  margin: 0 auto 20px auto;
  background-color: #45c2ab;
  padding: 10px 0px 10px 0px;
  border-radius: 10px 10px 0px 0px;
}

.toc h3 {
  padding-left: 50px;
  border: none;
  color: #fff;
}

.toc li {
  width: 80%;
  margin: 5px auto 0px auto;
}

.toc li a {
  background-color: #fff;
  text-align: left;
  font-size: 1rem;
  font-weight: 200;
  color: #777777;
  border-left: solid 8px #45c2ab;
  width: 100%;
  display: block;
  padding: 5px 10px 5px 10px;
  margin: 0px 30px 5px 0px;
  border-radius: 0 10px 10px 0;
  text-decoration: none;
  line-height: 2.5em;
}
.toc a:hover {
  background-color: #45c2ab;
  border-left: solid 8px #f3f3f3;
  color: #fff;
}
.cause {
  background: #fff;
  border-radius :8px;
  box-shadow :0px 0px 5px silver;
  padding: 1rem;
  font-size: 1rem;
}

.cause li {
  padding-left: 1rem;
}

.cause-2 {
  font-weight: 500;
  background: #fff;
  border-radius :8px;
  box-shadow :0px 0px 5px silver;
  padding: 1rem;
  font-size: 1rem;
}

.cause-2 li {
  padding-right: 1rem;
  padding-left: 3rem;
  text-indent: -2.75rem;
}

.heading2 {
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
  color: #f56f42;
  padding-bottom: 15px;
  border: none;
}

.point {
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 50px;
  animation: img-anime 3s infinite ease-in-out .8s alternate;
  background: no-repeat center center / 40px auto;
  display: block;
  transition: 1.5s ease-in-out;
}

.feature {
  width: 100%;
  float: left;
  margin-top: -40px;
}

.feature2 {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 0.9rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 4px solid #f56f42;
  border-bottom: 4px solid #f56f42;
  color: #555;
  background-color: rgb(255, 255, 238);
  margin: -15px 0 30px 0;
}

.feature2 li {
  padding-left: 20px;
  text-indent: -1rem;
  padding-right: 10px;
  line-height: 2rem;
  margin: 20px;
}

.feature2 a {
  color: #f56f42;
  text-decoration: none;
}

.imgbox {
  margin: 20px 0px 5px 10px;
  height: 150px;
  width: 100px;
  float: right;
}

.imgbox2 {
  margin: 10px auto 10px 50px;
  width: 60%;
}

a#pagetopBtn {
  box-sizing: border-box;
  display: block;
  position: fixed;
  bottom: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  border: solid 3px #603813;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}

a#pagetopBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #603813;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}

a#pagetopBtn:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

a#pagetopBtn:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #603813;
  border-width: 6px 0 0 6px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}

a#pagetopBtn:hover:before {
  border-color: #fff;
}


/* ーーーー リンクボタン装飾  ーーーー    */


.btnlinestretches {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #45c2ab;
  border: 1px solid #45c2ab;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
  margin: 15px 0px 20px 0px;
  width: 80%;
}

/*hoverした際の背景の形状*/
.btnlinestretches:hover {
  background: #45c2ab;
  color: #fff;
  border-color: transparent;
}

/*線の設定*/
.btnlinestretches::before,
.btnlinestretches::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  border: solid #45c2ab;
  width: 10px;
  height: 10px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

/*線の位置と形状*/
.btnlinestretches::before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}

/*線の位置と形状*/
.btnlinestretches::after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}

/*hoverした際の線の形状*/
.btnlinestretches:hover::before,
.btnlinestretches:hover::after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #45c2ab;
}


/* ーーーー ここまでリンクボタン装飾  ーーーー    */


.pagejump {
  font-weight: bold;
  padding: 7px 20px;
  background-color: #45c2ab;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}

.pagejump:hover {
  background-color: #006599;
}

.sitelink {
    position: relative;
    margin-top: 50px;
    padding: 0.5rem 1rem;
    border: solid 3px #45c2ab;
    line-height: 50px;
}

.sitelink .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: -3px;
  padding: 0 10px 0 10px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 1rem;
  background: #45c2ab;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  text-indent: 0.3rem;
}

.sitelink a {
	position: relative;
	color: #45c2ab;
	text-decoration: none;
}

.sitelink a:hover {
	color: #007d81;
}

.textlink a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #007d81;
	transition: width 0.3s;
}

.textlink a:hover::after {
	width: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  bottom: 0;
  width: 100%;
  float: left;
  max-height: 500px;
  background-color: #45c2ab;
  margin-top: 50px;
}

.footerul {
  float: both;
  line-height:60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

footer p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

footer li a {
  text-align: right;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 20px;
}

footer li a:hover {
  text-decoration: underline;
}

.footerlist {
  margin: 0px auto;
  width: 80%;
}

.footerlast {
  width: 100%;
  margin: 0 auto;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

.ad-side {
  display: flex;
  padding-top: 20px;
  justify-content: center;
}

.ad-text {
  float: right;
}






/* PC向けおよび大型タブレット向けのレイアウトの指定：600px～960px */

@media screen and (min-width: 765px) {

  body {
    color: #555;
    line-height: 2.2em;
  }

  #wrap {
    margin: 0px auto;
    font-size: 16px;
    width: 1000px;
  }

  h1 {
    color: #777777;
    margin: 0px;
    font-size: 1rem;
  }

  h3#heading2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    color: #007d81;
    border-radius: 0px 0px 0px 0px;
    border-left: 0px solid #45c2ab;
    border-top: 0px solid #45c2ab;
  }

  .header-nav {
    width: 100%;
    padding-top: 10px;
  }

  .header-nav-box {
    width: 100%;
  }

  .header-nav-contents li {
    width: 25%;
  }

  .ul-nav {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    justify-content: center;
  }

  .ul-nav li {
    padding-right: 10px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto;
    line-height: 50px;
  }

  h5 {
    margin: 20px auto 10px auto;
    font-size: 1rem;
    color: white;
    background-color: #45c2ab;
    padding: 2px 10px;
    border-radius: 5px;
  }

  #contents {
    margin: 0 auto;
    width: 70%;
    float: left;
  }

  .contentsbox {
    padding: 30px;
    height: auto;
    background-color: #ffffff;
    width: 95%;
    float: left;
    margin-bottom: 20px;
  }

  header {
    width: 100%;
  }

  .containerbox{
    width: 80%;
  }

  .container-title{
    width: 100%;
  }

  .container-ul {
    width: 70%;
  }

  .imgbox {
    margin: 20px 0px 0px 10px;
    height: 150px;
    width: 100px;
    float: right;
  }

  #nav {
    font-size: 15px;
    float: left;
    width: 28%;
    max-width: 350px;
    display: block;
  }

  #localnavi {
    float: left;
    width: 100%;
    display: block;
  }

  #localnavi li {
    float: left;
    display: block;
    width: 100%;
  }

  #localnavi a {
    overflow: hidden;
    text-align: left;
    height: 35px;
    display: block;
    line-height: 2.6em;
  }

  #localnavi a:hover {
    color: #fff;
    background-color: #ff7b81;
    border-left: 6px solid #f3f3f3;
  }

  .page1 a {
    color: #999999;
    background-color: #fff;
    padding-left: 10px;
    width: 100%;
    text-decoration: none;
    border-left: 6px solid #ff7b81;
    margin-top: 5px;
  }

  .iframe-side iframe{
    border: none;
    margin-top: -20px auto 0px auto;
    width:100%;
    height: 950px;
    scroll-snap-type: none;
    justify-content: center;
    overflow: hidden;
    padding-left: 0px;
  }

  .sidebox {
    float: left;
    display: block;
    width: 100%;
    height: 950px;
    padding: 15px 10px 15px 10px;
    line-height: 2em;
    margin-top: 20px;
    font-size: 1rem;
    background-color: #fff;
    border-radius: 30px;
    border: none;
  }

  .sidebox-menseki {
    float: left;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 10px;
    line-height: 2rem;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 15px;
    background-color: #fff;
    border-radius: 30px;

  }

.menseki-p p {
  color: #777777;
  font-size: 14px;
  line-height: 1.3rem;
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}

  .point {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 30px;
  }

  .feature {
  margin-top: -20px;
  }

  .feature2 {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 0.9rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 4px solid #f56f42;
  border-bottom: 4px solid #f56f42;
  color: #555;
  background-color: rgb(255, 255, 238);
  margin: -10px 0 30px 0;
}

  .btnlinestretches {
    width: 75%;
  }

  .ad-side {
    display: block;
  }



}




/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media screen and (min-width: 1074px) {
}
