@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

/* ページ内リンク */
html {
    scroll-behavior: smooth;
	font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width:480px) {
html {
	font-size: 57.5%;
}
}



a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
}
img.img-radius-non {
 border-radius:0;
}
a:hover img{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity:0.7;
}


hr {
    height: 0; 
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #ccc;
}
hr.clear {
	clear:both;
	border:none;
	margin:10px 0;
	overflow:hidden;
}


@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
	  color:#333;
    page-break-after: avoid;
  }

}

* {
	margin: 0;
	padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}


body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
background: #fff;
font-size: 1.6rem;
line-height: 1.5;
color: #333;
font-feature-settings: "palt" 1;
font-kerning: auto;
-webkit-text-size-adjust: 100%;
	
  height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}


a {
  color: #3A5DCC;
  text-decoration: none;
}
a:hover,
a:focus {
  color:#337ab7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.link_page {
padding:5px 10px;
border:#999999 solid 1px;
}
a:visited {
	color: #3A5DCC;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		color:#333;
	}
}

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 10px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: none;
    background: #000;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


/* テキスト関連
----------------------------------*/
p {
  margin: 10px 0 20px;
	font-size: 1.8rem;
	line-height: 2.0;
}


p.read {
color: #333;
	font-weight: bold;
	font-size: 2.1rem;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
p.read a {
	color:#333
}
.read p {
	font-size:1.2rem;
	color:#333
}
.read p a {
	color:#333
}

p.read-underpage {
color: #333;
font-weight: bold;
font-size: 2.4rem;	
line-height: 150%;
}


@media screen and (max-width: 980px) {
p.read {
	font-size: 1.85rem;
}
p.read-underpage {
	font-size: 2.0rem;
}	

}

.text-small {
	font-size:1.4rem;
	color:#333;
}
.text-large {
	font-size:2.0rem;
}
.text-large-x {
	font-size:2.4rem;
	font-weight: bold;
}
.text-large-xx {
	font-size:2.8rem;
}
.text-large-xxx {
	font-size:3.2rem;
}
.text-bold {
	font-weight: bold;
}

.text-red {
	color:#F00;
}
.text-red2 {
	color:#333;
}
.text-yellow {
	color:#FCAC00;
}
.text-pink {
	color:#F36;
}
.text-blue {
	color:#000079;
}
.text-gray {
	color:#333;
}
.text-black {
	color:#000;
}
.text-green {
	color:#3CC;
}
.text-orange {
	color:#F90;
}
.text-white {
	color:#FFF;
}
.text-bg-white {
	background:#FFF;
}
.text-bg-red {
	color:#FFF;
	background:#F66;
	padding:0.2rem;
}
.text-bg-blue {
	color:#FFF;
	text-align: center;
	padding:0.2rem;
}
.text-bg-orange {
	color:#FFF;
	background:#F90;
	padding:0.2rem;
}
.text-bg-pink {
	color:#FFF;
	background:#F36;
	padding:0.2rem;
}
.text-bg-gray {
	color:#FFF;
	background:#666;
	padding:0.2rem;
}
.text-waku-pink {
	border:#F36 solid 2px;
	padding:0.2rem;
}
.text-pink-line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
	}
.text-yellow-marker {
	background: linear-gradient(transparent 75%, #FFFD06 20%);
	}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}




p.text-middle {
	vertical-align: middle;
}
p.text-middle img {
	vertical-align: middle;
}

/* 画像関連
----------------------------------*/
.inner img {
	max-width:100%;
	height:auto;
}

img.image-left {
	float:none;
	width:100%;
	margin:20px auto;
	display:block;
}
img.image-right {
	float:none;
	width:100%;
	margin:20px auto;
	display:block;
}
img.image-small {
	width:60%;
	height: auto;
}
img.image-fit {
	height: auto;
  width: 60%;
  margin: auto;
  display: block;
}
img.image-full {
  width: 100vw;
  height: 100%;
}

@media screen and (min-width: 768px){
img.image-left {
	float:left;
	width:50%;
	margin:0 20px 20px 0;
	display:block;
}
img.image-right {
	float:right;
	width:50%;
	margin:0 0 20px 20px;
	display:block;
}
img.image-small {
	max-width:30%;
	height:auto;
}

}


/* 見出し関連
----------------------------------*/

.inner h1 {
	clear:both;
	margin:2.0rem 0 0.5em 0;
	font-size:3.8rem;
	line-height:150%;
	color: #333;
}
.inner h2 {
	clear:both;
	margin:2.0rem 0 2.0rem 0;
	font-size:3.2rem;
	line-height:150%;
	color: #333;
}
.inner h3 {
	clear:both;
	margin:0.8em 0 0.3em 0;
	font-size:2.8rem;
	line-height:150%;
	color: #333;
}
.inner h4 {
	clear:both;
	margin:0.6em 0 0.1em 0;
	padding:0.5em;
	font-size:2.4rem;
	line-height:150%;
}
.inner h5 {
	clear:both;
	margin:0.6em 0 0.1em 0;
	font-size:2.0rem;
	line-height:150%;
}





.inner h2.naname {
  position: relative;
  font-size:2.4rem;
  margin:50px 0;
}

.inner h2.naname:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


.naname-small {
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}





.inner h1.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
  border:none;
}
.inner h1.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h2.fukidashi {
  position: relative;
  padding: .2em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
	width: 80%;
	margin: 50px auto 30px auto;
}
.inner h2.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
@media screen and (max-width: 768px){
.inner h2.fukidashi {
	width: 100%;
	margin:50px auto 20px auto;
	}
}

.inner h3.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h3.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h4.fukidashi {
  position: relative;
  paddin4g: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h4.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner h5.fukidashi {
  position: relative;
  padding: .5em .75em;
  background-color: #222;
  color:#fff;
  border-radius: 6px;
}
.inner h5.fukidashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #222;
}
.inner .double-line {
    margin:10px 0;                 /* デフォルトCSS打ち消し */
    font-size:  1.6rem;           /* 文字サイズ指定 */
    border-bottom: solid 3px;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  bold;       /* 文字の太さ調整 */
}
.inner .double-line:before {
    content:  '';               /* 空白の要素を作る */
    width: 100%;                /* 幅指定 */
    height: 1px;                /* 高さ指定 */
    background-color: #000;     /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    bottom: -6px;               /* 位置調整 */
}
.inner .postit {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #feeaac;  /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    border-radius:  2px;        /* 角丸指定 */
}

.inner .postit:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #b3b3b3;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 50%;                  /* 位置調整 */
    height: 60%;                /* 高さ指定 */
    top: 26%;                   /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
    width: 46%;                 /* 幅指定 */
    box-shadow: 0 0 8px 8px #b3b3b3;/* 影指定 */
    transform: rotate(3deg);    /* 回転 */
}

.stripe {
	text-align:center;
	margin:20px 0;
padding: 10px 20px;
background-image: linear-gradient(-45deg, #fff 25%, #ececec 25%, #ececec 50%, #fff 50%, #fff 75%, #ececec 75%, #ececec);
background-size: 8px 8px;
color: #666;
box-sizing: border-box;
} 
.stripe a {
color: #666;
}
.stripe-white {
	text-align:center;
	margin:20px 0;
padding: 10px 20px;
background-image: linear-gradient(-45deg, #BEEBF4 25%, #fff 25%, #fff 50%, #BEEBF4 50%, #BEEBF4 75%, #fff 75%, #fff);
background-size: 8px 8px;
color: #666;
box-sizing: border-box;
} 
.inner .shitachon {
  position: relative;
	margin:2.0rem 0 4.0rem 0;
  padding: 1.5rem;
  text-align: center;
}

.inner .shitachon:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}
.inner .hidaritate {
  padding: 1rem 2rem;
  border-left: 4px solid #000;
}
.banzai {
	display: flex;
	justify-content: center;
	align-items: center;

	text-align: center;
}

.banzai::before,
.banzai::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #333;
}

.banzai::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.banzai::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.pink .banzai::before,
.pink .banzai::after {
	background-color: #F46B6D;
}


@media screen and (max-width: 980px) {
.inner h1 {
	font-size:3.4rem;
}
.inner h2 {
	font-size:2.8rem;
}
.inner h3 {
	font-size:2.2rem;
}
.inner h4 {
	font-size:2.0rem;
}
.inner h5 {
	font-size:1.8rem;
}
}

/* リスト関連
----------------------------------*/
ul,
ol {
  margi:0;
	font-size: 1.8rem;
	line-height: 2.0;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul.list {
	margin:10px 0;
	list-style:inside;
}
.list li {
	list-style:inside;
}
ul.list-non {
	margin:10px 0;
	list-style:none;
}
ul.list-non li {
	margin:20px 0;
}
li.list-style-non {
	list-style: none;
	text-align: right;
}


ul.stech, ol.stech {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

ul.stech li.stech, ol.stech li.stech {
  line-height: 1.5;
  padding: 0.5em 0;
}
ol.kakko {
  list-style: none;
  counter-reset: number;
}
ol.kakko li {
  position: relative;
  padding-left: 40px;
}
ol.kakko li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: 0;
}
ol.number li {
  margin-left: 1.5em;
  padding-left: 0.5em;
}
ol.number li::marker {
  font-weight: bold;

}
ol.maru-number {
  list-style: none;
  counter-reset: number;
}
ol.maru-number li {
  position: relative;
  padding-left: 1.5em;
}
ol.maru-number li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 6px;
  left: 0;
  width: 2.0rem;
  height: 2.0rem;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 1.8rem;
font-weight: bold;
  text-align: center;
  line-height: 1.0;
}


.dl-table { 
clear:both;
margin:20px 0;
    padding: 0;
    background: #efefef;
    border: 1px solid #ddd; 
}

.dl-child {  /**  dlに入れ子dlをするときのclass  **/
    margin: 0;
}


dl.dl-table dt, 
dl.dl-table dd {
    margin: 0;
    box-sizing: border-box;
}

dl.dl-table dt {
    padding: .5rem 1rem;
    background: inherit;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ececec;
    border-left: 0;
}

dl.dl-table dd {
    padding: 1rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
}
 
dl.dl-table dd:last-of-type {
    border-bottom: 0;
}

ol.indl {
	margin:0 20px;
}

@media screen and (min-width: 768px){
   dl.dl-table dt {
        float: left;
        width: 25%;
        padding: .5rem;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
    }

    dl.dl-table dd {
        margin-left: 25%;
        padding: .5rem .5rem 0;
        border-top: 1px solid #cdcdcd;
        border-bottom: 0;
        border-left: 1px solid #cdcdcd; 
        background: #fff;
    }

    dl.dl-table dt:first-of-type, 
    dl.dl-table dd:first-of-type {
        border-top: 0;
    }

    dl.dl-table dd:after {
        content : '';
        display : table;
        clear : both;
        height: 0;
    }

}

/* dlのシンプルバージョン
--------------------------------*/
.dl-simple {
   margin: 0;
   padding: 0;
}

/* PC表示 */
@media (min-width: 769px) {
   .dl-simple dt {
       background: #f5f5f5;
       border-radius: 4px;
       padding: 0.5em 1em;
       font-weight: bold;
       width: 100px;
       float: left;
       clear: left;
       margin-bottom: 1em;
   }

   .dl-simple dd {
       margin: 0 0 1em 120px;
       padding: 0.5em 0 1em 1em;
       border-bottom: 1px solid #eee;
	   line-height: 1.25
   }
}

/* スマホ表示 */
@media (max-width: 768px) {
   .dl-simple dt {
       background: #f5f5f5;
       border-radius: 4px;
       padding: 0.5em 1em;
       font-weight: bold;
       margin-bottom: 0.5em;
   }

   .dl-simple dd {
       margin: 0 0 1.5em 0;
       padding: 0 1em 1em;
       border-bottom: 1px solid #eee;
   }
}

/* 最後のddの下線を消す */
.dl-simple dd:last-of-type {
   border-bottom: none;
}
/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
.header {
	width:100vw;
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	}

/* ナビ固定 */
.fix-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

/* ナビ固定時のbodyの余白 */
.fix-body {
  margin-top: 0px;
}
.flex-container {
	width: 980px;
	margin:10px auto 0 auto;
	overflow: hidden;
}
@media screen and (max-width:980px) {
.flex-container {
	width: 768px;
	margin:5px auto 0 auto;
}
}
@media screen and (max-width:768px) {
.flex-container {
	width: 640px;
	margin:5px auto 0 auto;
}
}
@media screen and (max-width:640px) {
.flex-container {
	width: 480px;
	margin:5px auto 0 auto;
}
}
@media screen and (max-width:480px) {
.flex-container {
	width: 93%;
	margin:5px auto 0 auto;
}
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    }
	
.flex-container h1 {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.flex-container img {
	max-width: 50%;
	height: auto;
}

.flex-container .item3 {
    -webkit-flex: 1;
    flex: 1;
	background: #fff;
  }
.flex-container .item2 {
    -webkit-flex: 1;
    flex: 1;
	background: #fff;
	text-align: right;
  }
.flex-container .item1 {
    -webkit-flex: 1;
    flex: 1;
	background: #fff;
  }

.flex-container .item2 li {
	list-style: none;
	line-height: 125%;
	font-size: 1.6rem;
	margin: 3px 10px;
  }
@media screen and (max-width:768px) {
.flex-container .item2 li {
	font-size: 1.6rem;
	}
}
.flex-container .item2 li.kakomi {
	padding: 0.1rem 1.2rem;
	background: #000079;
	border: #000079 solid 1px;
	border-radius: 1.8rem;
	display: inline-block;
	color: #fff;
	font-weight: bold;
  }
.flex-container .item2 li.kakomi a {
	color: #fff;
  }
.flex-container .item2 li.kakomi a:hover {
	text-decoration: none;
	opacity: 0.5;
  }

@media screen and (max-width:980px) {
.flex-container img {
	max-width: 75%;
	height: auto;
}
}
@media screen and (max-width:768px) {
.flex-container img {
	max-width: 90%;
	height: auto;
}
}
@media screen and (max-width:640px) {
.flex-container img {
	max-width: 100%;
	height: auto;
}
}


@media screen and (max-width:480px) {
.flex-container h1 {
	text-align: center;
	margin: 0;
}
.flex-container img {
	max-width:100%;
	height: auto;
}
.flex-container .item2 ul , li {
	text-align: center;
	margin: 0 0 0.2rem 0;
	padding: 0;
	line-height: 100%;
  }
.flex-container .item2 li.kakomi {
	margin: 0 0 0.2rem 0;
font-weight: normal;
	font-size: 1.6rem;
  }

.flex-container .item2 {
	flex: none;
	margin: 2px 0;
  }

}
/*--------------------------------------------------------------------------
基本構造
--------------------------------------------------------------------------*/

article {
	margin: 0px auto;
	line-height: 1.8;
}

.bg-gray {
	background:#f5f5f5;
}
.bg-orange {
	background:#F90;
}
.bg-orange a {
	color:#006;
}
.bg-blue {
background-image: linear-gradient(90deg, rgba(168, 202, 240, 1), rgba(233, 240, 250, 1));

}
.bg-green {
background-image: linear-gradient( 135deg, #FFF720 10%, #3CD500 100%);
}

.bg-pink {
	background:#FFDDDD;
}
.bg-white {
	background:#fff;
}
.bg-stripe {
background-image: linear-gradient(-45deg, #fff 25%, #ececec 25%, #ececec 50%, #fff 50%, #fff 75%, #ececec 75%, #ececec);
background-size: 8px 8px;
padding: 0;
} 


/*　2列 
-------------------------------*/


.grid-container-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 20px;
}

.card-2 {
    padding: 20px;
    border-right: 1px solid #ccc;
}

.card-2:last-child {
    border-right: none;
}

.card-2 img {
    width: 100%;
    height: auto;
    display: block;
}
.card-2 img.image-small {
    width: 30%;
}

.card-2 h3 {
    margin: 5px 0;
}
.card-2 p.text-small
{
	font-size: 1.6rem;
	line-height: 1.5;
}

@media (max-width: 768px) {
    .grid-container-2 {
        grid-template-columns: 1fr;
    }
    
    .card-2 {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
    
    .card-2:last-child {
        border-bottom: none;
    }
}
/*　３列 
-------------------------------*/


.grid-container-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 20px;
}

.card-3 {
    padding: 20px;
    border-right: 1px solid #ccc;
}

.card-3:last-child {
    border-right: none;
}

.card-3 img {
    width: 100%;
    height: auto;
    display: block;
}

.card-3 h4 {
    margin: 5px 0;
}

.card-3 p.text-small
{
	font-size: 1.6rem;
	line-height: 1.5;
}
@media (max-width: 768px) {
    .grid-container-3 {
        grid-template-columns: 1fr;
    }
    
    .card-3 {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
    
    .card-3:last-child {
        border-bottom: none;
    }
}

/*　5列 
-------------------------------*/
.grid-container-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px;
}

.card-5 {
    display: block;
    color: inherit;
    text-decoration: none;
}
a.card-5 {
    color: inherit;
}
a.card-5:hover {
    color: inherit;
}
.card-5 .description {
    color: inherit;
    text-decoration: none;
    pointer-events: none; 
}

.card-5 .more {
    color: #3A5DCC;
    text-decoration: none;
}


.card-5:hover {
    text-decoration: none;
}

.card-5:hover .description {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}
.card-5:hover .more {
    color:#337ab7;
}


.card-5 .image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3/7;
}

.card-5 .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-5 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    background: rgba(0,0,0,0);
}

.card-5 .title {
	text-align: center;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-5-content {
    padding: 15px 0;
}
.card-5 .description {
    margin: 0 0 10px;
}
.card-5 .description-small {
    margin: 0 0 10px;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media (max-width: 768px) {
.grid-container-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 5px;
}
}


/*　２列　タイトル・説明文・画像 
-------------------------------*/
.grid-container-2g {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.card-2g {
    display: grid;
    grid-template-areas:
        "title"
        "description"
        "image";
    gap: 15px;
    padding: 20px;
	overflow: hidden;
	border: #666 4px solid;
	border-radius: 8px;
	background: #fff;
}

.card-2g .title {
	text-align: center;
	grid-area: title;
}
.card-2g .description {
	text-align: center;
	grid-area: description;
}
.card-2g .description-small {
	text-align: center;
	font-size: 1.6rem;
	grid-area: description;
}
.card-2g .description span {
	font-size: 1.8rem;
	font-weight: 600;
}
.card-2g .image-wrapper { 
    grid-area: image;
    width: 100%;
}
.card-2g .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .grid-container-2g {
        grid-template-columns: 1fr;
    }
.card-2g {
    gap: 15px;
    padding: 10px;
	}
.card-2g .title {
	text-align: center;
	grid-area: title;
}
.card-2g .description {
	text-align:left;
	grid-area: description;
}
}


/*　従来
-------------------------------*/


.section-container {
	clear:both;
	position:relative;
	width:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  display: flex;
	gap: 1px;
	padding: 1px;
	
}
.section-container .main {
  width: 800px;
	overflow:hidden;
}
.section-container .sub {
	position:relative;
	flex: 1;
	margin:0;
	overflow:hidden;
}


.cloumn-two {
	width: calc(50% - 1px);
	overflow:hidden;
	padding: 0;
}

.cloumn-three {
	float:left;
	width:32%;
	margin:5px;
	padding:5px 10px;
	overflow:hidden;

}
.cloumn-three p {
	line-height:1.5;
}
.cloumn-three img {
	border:none;
	margin:0;
}
.cloumn-four {
	float:left;
	width:24%;
	margin:5px 2px;
	padding:5px;
	overflow:hidden;
}
.cloumn-four p {
	line-height:1.5;
}
.cloumn-four img {
	border:none;
	margin:0;
}
.position-bottom {
	position:absolute;
	bottom: 0;
	overflow:hidden;
}


.white-bg {
	margin:20px auto;
	padding:20px 40px;
	background:#FFF;
	border-radius:5px;
	overflow:hidden;
}
@media screen and (max-width: 640px) {
.white-bg {
	margin:20px auto;
	padding:10px;
	background:#FFF;
	border-radius:5px;
	overflow:hidden;
}
}



.sub ul.sidemenu {
	list-style:none;
}


.zentai-link {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.zentai-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

@media screen and (max-width:980px) {
.section-container .main {
	float:none;
	width:100%;
}
.section-container .sub {
	float:none;
	width:100%;
	flex:auto;
	margin:0 0px 0 0px;
	overflow:hidden;
	}
}

@media screen and (max-width:768px) {

.cloumn-three {
	width:32%;
	margin:5px 2px;
	padding:5px 8px;
}
.cloumn-four {
	width:24.2%;
	margin:2px;
	padding:0;
}
}

@media screen and (max-width: 640px) {
.cloumn-two {
	width:100%;
	margin:2px;
	padding:2px;
}
.cloumn-three {
	float: none;
	width:100%;
	margin:2px;
	padding:2px;
}
.cloumn-three img {
	display:block;
}
.cloumn-four {
	float: none;
	width:100%;
	margin:2px;
	padding:2px;
}

.cloumn-four img {
	display:block;
}
}

/*　画像の横並び
-------------------------------*/
.image-float {
    width: 100%;
    margin: 0 auto;
}

.image-float ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start; /* 左寄せに変更 */
    gap: 4px; /* 画像間のスペース */
}

.image-float li {
    width: auto; /* 画像本来のサイズを維持 */
    height: auto;
}

.image-float img {
    display: block;
    width: auto; /* 画像本来のサイズを維持 */
    height: auto;
}

/* スマートフォン向けの調整 */
@media screen and (max-width: 767px) {
    .image-float ul {
        gap: 2px;
    }
}
/*　主要
-------------------------------*/
.inner {
	clear:both;
	width: 1080px;
	margin: 0px auto;
	padding: 50px 0;
	overflow:hidden;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
.text-box {
	width: 980px;
	margin: 0 auto;
}
.text-center .text-box p {
	text-align: center;

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

@media screen and (max-width: 980px) {
	article {
		padding:0 0px;
	}
	.inner {
		width: 100%;
		padding: 25px 10px;
	}
	.text-box {
	width: 90%;
	margin: 0 auto;
}
}

@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
		padding: 20px 10px;
	}
.text-box {
	width: 100%;
	margin: 0 auto;
}
}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
.raf-footer {
    background: #f6f6f6;
    padding: 3rem 0;
}

.raf-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
}

.raf-menu-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.raf-menu-toggle {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 1rem;
    cursor: auto;
}

.raf-menu-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.raf-menu-content li {
    padding: 0;
    margin:2.0rem  0;
	line-height: 1.0;
}

.raf-menu-content a {
	color: #333;
    text-decoration: none;
    font-size: 1.4rem;
}

.raf-company {
    flex-shrink: 0;
    width: 300px;
    font-size: 1.6rem;
    line-height: 1.6;
		color: #333;
}
.raf-company img {
	max-width: 75%;
	height: auto;
}
.raf-company .button-container {
	width: 250px;
	margin:20px 0;
	overflow:hidden;
}
@media (max-width: 768px) {
    .raf-wrapper {
        flex-direction: column;
    }
    
    .raf-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .raf-company {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .raf-menu-grid {
        grid-template-columns: 1fr;
    }
    
    .raf-menu-block {
        border-bottom: 1px solid #eee;
    }
    
    .raf-menu-toggle {
position: relative;
padding: 1rem 0;
cursor: pointer;
font-size: 1.8rem;
		font-weight: normal;
    }
.raf-menu-block.is-open .raf-menu-toggle {
    font-weight: bold;
}
    .raf-menu-toggle::after {
        content: '';
        position: absolute;
        right: 1rem;
        top: 50%;
        width: 1.2rem;
        height: 1.2rem;
        border-right: 2px solid #666;
        border-bottom: 2px solid #666;
        transform: translateY(-75%) rotate(45deg);
        transition: 0.3s;

    }
	
    .raf-menu-content {
        display: none;
        padding: 1rem 0;
    }
.raf-menu-content a {
    font-size: 1.8rem;
    line-height: 2.6;
}
    .raf-menu-block.is-open .raf-menu-content {
        display: block;
    }
    
    .raf-menu-block.is-open .raf-menu-toggle::after {
        transform: translateY(-25%) rotate(-135deg);
    }
	
    .raf-company span.text-bold {
    font-size: 2.0rem;
    line-height: 1.25;
    }
    .raf-company {
    font-size: 1.6rem;
    line-height: 1.4;
    }
    .raf-company a {
		color: #333;
    }
    .raf-company img {
		max-width: 50%;
		height: auto;
    }
.raf-company .button-container {
	margin:20px auto;
}
}
.copyright {
	text-align: center;
	font-size: 1.4rem;
}


/*--------------------------------------------------------------------------
table
--------------------------------------------------------------------------*/
.table-design table {
border-collapse: collapse; 
width: 680px;
margin: 0 auto;
}

.table-design th,
.table-design td {
background: #fff;
border: solid 1px #ccc; 
box-sizing:border-box;
padding: 0.4rem;
}
.table-design td a {
	display: block;
	padding: 15px 1em;
	text-decoration: none;
	font-weight: 600;
}
.table-design td a:hover {
	background:#8BCEDD;
}


.table-design th {
text-align:center; 
width:30%;
background:#F3F3F3;
	font-weight: normal;
white-space: nowrap;
}
@media screen and (max-width: 980px) {
	.table-design table {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.table-design table {
		width: 84%;
	}
}
@media screen and (max-width: 640px) {
	.table-design table {
		width: 94%;
	}
}

@media screen and (max-width: 480px) {
	.table-design table {
	width: 100%; 
	}

	.table-design th,
	.table-design td {
	display: block;
	width: 100%;
	text-align:center; 
	border-bottom:none;
	}
	ul.list {
		text-align: left;
	}

	.table-design tr:last-child{
	border-bottom: solid 1px #ccc;
	}
}

/* ４列
----------------*/
.table-design4 table {
border-collapse: collapse; 
width: 980px;
margin: 0 auto;
background: #fff;
}

.table-design4 th,
.table-design4 td {
padding: 15px; 
border: solid 1px #ccc; 
box-sizing:border-box;
}

.table-design4 td {
	background:#F7F4E0;
}
.table-design4 tr:nth-child(odd) td {
	background: #fff;
}

.table-design4 th {
text-align:center; 
}

.table-design4 th {
width:22%;
background:#E7E7E7; 
}
@media screen and (max-width: 980px) {
	.table-design4 table {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.table-design4 table {
		width: 84%;
	}
}
@media screen and (max-width: 640px) {
	.table-design4 table {
		width: 94%;
	}
}

@media screen and (max-width: 480px) {
	.table-design4 table {
	width: 100%; 
	}

	.table-design4 th,
	.table-design4 td {
	display: block;
	width: 100%;
	text-align:center; 
	border-bottom:none;
	}
	.table-design4 tr:last-child{
	border-bottom: solid 1px #ccc;
	}
}


/*--------------------------------------------------------------------------
parts
--------------------------------------------------------------------------*/
.button-container {
	width: 250px;
	margin:20px auto;
	overflow:hidden;
}
.button-box {
	float:left;
	margin:10px;
}


a.button {
	display: block;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	background: #000079;
	color:#fff;
	border-radius: 6px;
	transition: .4s;
}
a.button:hover {
	color:#000079;
	border: 1px solid #000079;
	background: #fff;
}
a.button-white {
	color: #09C;
	border: 2px solid #09C;
	background: #fff;
}
a.button-white:hover {
	background: #09C;
	color: #fff;
}

a.btn-entry {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin:0 auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #27acd9;
background-image: linear-gradient( 135deg, #52E5E7 10%, #130CB7 100%);
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	animation: move_a 2s infinite;
}
@keyframes move_a {
    0% {transform: translate(0px, 4px);}
    5% {transform: translate(0px, -4px);}
    10% {transform: translate(0px, 4px);}
    15% {transform: translate(0px, -4px);}
    20% {transform: translate(0px, 4px);}
    25% {transform: translate(0px, -4px);}
    30% {transform: translate(0px, 0px);}
}
a.btn-entry:hover {
	color: #27acd9;
	background: #fff;
}
a.btn-entry:first-child {
	margin: 2rem auto 0 auto;
}

@media screen and (max-width: 640px) {
.button-container {
	width:90%;
	margin:10px auto;
}
a.button {
	width:100%;
}
}
.waku {
	clear:both;
	margin:20px 10px;
	padding:5px 20px;
	border:#ccc solid 1px;
	overflow:hidden;
}
.waku ul {
	margin:20px;
}
.waku-white {
	margin:20px auto;
	padding:0px 20px 20px 20px;
	border:#ccc solid 4px;
	background:#fff;
	border:none;
	border-radius:8px;
	overflow:hidden;
}
.waku-white ul {
	margin:20px;
}
.waku-attention {
	clear:both;
	margin:20px 10px;
	padding:15px 20px;
	border:#666 solid 4px;
	border-radius:12px;
	background:#FFF;
	overflow:hidden;
}
.waku-bg-yellow {
	clear:both;
	margin:20px 10px;
	padding:15px 20px;
	border:#666 solid 4px;
	border-radius:12px;
	background:#FDFFE2;
	overflow:hidden;	
}

@media screen and (max-width: 640px) {
.waku-white {
	margin:10px 5px;
	padding:2px 10px;
}
}


/*--------------------------------------------------------------------------
パート
--------------------------------------------------------------------------*/


/* パンクズ
------------------------------------------------------*/
.breadcrumb {
    margin: 20px 0;
    padding: 0 20px;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.breadcrumb li {
    font-size: 14px;
    color: #666;
}

.breadcrumb li:not(:last-child)::after {
    content: "›";
    margin-left: 8px;
    color: #999;
}

.breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 0 10px;
    }
    
    .breadcrumb li {
        font-size: 12px;
    }
}

/* エラー
------------------------------------------------------*/
.error {
	clear:both;
	position:relative;
	width:90%;
	text-align:center;
	font-size:1.2rem;
	margin:20px 0;
	padding:100px 20px;
	border:#CCC solid 1px;
}





/* contact
------------------------------------------------------*/




::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#333;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#333;
}
::placeholder{ /* Others */
    color:#333;
}

.form-text{ 
width:100%;
font-size:1.4em;
font-weight:bold; 
border:1px solid #ccc;
border-radius: 5px;
padding: 5px;
color: #000;
background:#f5f5f5;
margin-bottom:20px;
}


/*submitボタンの設定*/
.form-submit-box {
text-align:center;
}
.form-submit{
margin-top:1em;
width:100%;
padding:0.2em;
font-size:1.6em;
font-weight:bold;
border:1px solid #f90;
border-radius: 5px;
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
-moz-border-radius: 5px;
color:#fff;
background: #F90; /* for non-css3 browsers */
box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);}
.form-submit:hover{
background: #F60; /* for non-css3 browsers */
}
.form-submit-box {
	width:50%;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
.form-submit-box {
	width:100%;
}
}

.map {
	width:100%;
	overflow:hidden;
}
.map iframe {
	width:100%;
	height:500px;
	margin:10 auto;
	overflow:hidden;
}
@media screen and (max-width: 768px) {
.map iframe {
	height:300px;
}
}
@media only screen and (max-width:480px) {
.map iframe {
	height:360px;
}
}



/* photo
------------------------------------------------------*/
.photo {
	clear:both;
	position:relative;
}
.photo img {
	margin:1px auto;
}

@media screen and (max-width: 940px) {
.photo {
	width:100%;
	margin:0 auto;
}
.photo img {
	max-width:32.5%;
	height:auto;
}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {
.photo {
	width:90%;
	margin:0 auto;
}
.photo img {
	max-width:49.5%;
	height:auto;
}
}
@media only screen and (max-width: 480px) {
.photo img {
	max-width:100%;
	height:auto;
}
}
/* contact
------------------------------------------------------*/
#contact-container .bg-orange a.text-white {
	#FFF;
}
#contact-container .sub .button {
	margin:6px 0;
}
#contact-container .section-container .main {
	position:relative;
	float:left;
	width:60%;
	overflow:hidden;
}
#contact-container .section-container .side {
	position:relative;
	float:left;
	width:40%;
	overflow:hidden;
}
@media screen and (max-width: 640px) {
#contact-container .section-container .main {
	float:none;
	width:100%;
}
#contact-container .section-container .side {
	float:none;
	width:100%;
}
#contact-container .button {
	width:100%;
}

}

@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


.btn-flat-border {
	width:50%;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
@media screen and (max-width: 980px){	
.btn-flat-border {
	width:80%;
}
}
@media screen and (max-width: 480px) {
.btn-flat-border {
	width:100%;
}
}



/* タイトルなど
--------------------------------------------------------*/
.under-cover {
  display: table;
  width: 100vw;
	height: auto;
}
.under-cover img {
	width: 100%;
}


.bg {
	width:100%;
	margin:0px auto 0 auto;
}


.bg-box {
	width:60%;
	overflow:hidden;
}
.bg-box-w {
	width:100%;
	overflow:hidden;
}

.bg-box h1 {
	text-align: center;
	font-size:2.2rem;
	font-weight:bold;
	margin:50px 0;
}
.bg-box h1 {
  display: inline-block;
  position: relative;
}
.bg-box h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}
.bg-box-white {
	color:#FFF;
}
.bg-box-white h1 {
	font-size:2.2rem;
	font-weight:bold;
	margin:0 0 50px 0;
}
.bg-box-white h1 {
  display: inline-block;
  position: relative;
}
.bg-box-white h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #fff; /*下線の色*/
}
.bg-box-w h1 {
	text-align: center;
	font-size:2.2rem;
	font-weight:bold;
	margin:50px 0;
}
.bg-box-w h1 {

  position: relative;
}
.bg-box-w h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}

@media screen and (max-width: 640px) {
.bg-box {
	width:100%;

}
}
@media only screen and (max-width: 480px) {
.bg-box h1 {
	font-size:1.8rem;
	font-weight:bold;
}

}

/*Youtube*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

.contact-box {
	width:100%;
	margin:20px auto 20px auto;
	padding:10px 10px;
	border:#666 solid 1px;
	border-radius:2px;
background: rgba(255,255,255,0.8);
overflow:hidden;
}
.contact-box p {
	margin:0;
}


.bg-apple {
	padding:15px;	
	border-radius:4px;
	background:#FFF;
	overflow:hidden;
	color:#999;
}
/*ボックスごとリンク
-------------------------------------*/
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.linkbox a:hover {
        opacity:0.88;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        background: #fff;

}
.linkbox p {
	text-align: center;
	color: #0084F3;
}



/*前の記事 次の記事
-------------------------------------*/
.prev-next-link a {
  border-bottom: 1px #ccc solid;
  display: block;
  text-decoration: none;
  padding: 10px 38px;

}
.prev-next-link a:hover {
  background-color: #f4f4f4;
}
.prev-next-link a:first-child {
  border-top: 1px #ccc solid;
}
.prev-next-label {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 8px;
}

.prev-link {
  background: url("../img/base/arrow-prev.svg") no-repeat 10px center;
}
.next-link {
  background: url("../img/base/arrow-next.svg") no-repeat right 10px center;
}
.prev-link,
.next-link {
  background-size: 14px 24px;
}

@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  }
  .prev-next-link a {
    flex: 1;
  }
	.prev-next-link a {
    border: none;
		border-left: 1px #ccc solid;
	}
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}


/* contact
------------------------------------------------------*/




::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ccc;
}
::placeholder{ /* Others */
    color:#ccc;
}

#contact .form-text{ 
width:100%;
font-size:1.0em;
font-weight:bold; 
border:1px solid #ccc;
border-radius: 5px;
padding:1.0rem 0.5rem;
color: #000;
background:#f5f5f5;
margin:10px 0;
}
#contact .form-textarea { 
	width:100%;
	height:auto;
	font-size:1.0em;
	font-weight:bold; 
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	color: #000;
	background:#fff;
	margin-bottom:10px;
}

/*submitボタンの設定*/
#contact .form-submit{
	margin-top:1em;
	width:100%;
	padding:0.2em;
	font-size:1.6em;
	font-weight:bold;
	border:1px solid #f90;
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	color:#fff;
	background: #F90; /* for non-css3 browsers */
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);}
#contact .form-submit:hover{
	background: #F60; /* for non-css3 browsers */
}
#contact .form-submit-box {
	width:50%;
	margin:0 auto;
}
#contact .order-price {
	font-size:1.2em;
	font-weight:bold;
	color:#F00;
	line-height:125%;
}

#contact input[type="number"]::-webkit-outer-spin-button,
#contact input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#contact input[type="number"] {
  -moz-appearance:textfield;
}


@media screen and (max-width: 768px) {
#contact .form-submit-box {
	width:100%;
}
}

/** radio checkbox design **/

#contact input[type=radio], input[type=checkbox] {
	display: none;
}

#contact .radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	background-color: #f6f7f8;
	vertical-align: middle;
	cursor: pointer;
	font-size:1.2em;
	font-weight:bold;
}
#contact .radio:hover, .checkbox:hover {
	background-color: #e2edd7;
}
#contact .radio:hover:after, .checkbox:hover:after {
	border-color: #53b300;
}
#contact .radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 1rem;
	display: block;
	margin-top: -10px;
	width: 2rem;
	height: 2rem;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

#contact .radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 1.0rem;
	display: block;
	margin-top: -0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #53b300;
	content: '';
	opacity: 0;
}
#contact input[type=radio]:checked + .radio:before {
	opacity: 1;
}
#contact .checkbox {
	width: 100%;
}
	
#contact .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 1.75rem;
	display: block;
	margin-top: -0.85rem;
	width: 0.8rem;
	height: 1.5rem;
	border-right: 0.3rem solid #53b300;
	border-bottom: 0.3rem solid #53b300;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contact input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}


/** select design **/
#contact .selectdiv {
	position: relative; 
	float: left;
	min-width: 200px;
}

/* IE11 hide native button */
#contact select::-ms-expand {
	display: none;
}
#contact .selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
	
	display: block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	border-radius:5px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size:1.2em;
	font-weight:bold;
	line-height: 1.75;
	color: #333;
	background-color:#FFF;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
}


#contact .selectdiv:after {
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;
	/*Adjust for position however you want*/	
	top: 18px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	/*left line */
	
	position: absolute;
	pointer-events: none;
}
/*入力時の背景色*/
#contact .selectdiv select:focus {
	background: #bde9ba;
}
/** チェックを入れると開く **/
#contact .toggle-wrap .toggle-content,
#contact .toggle-wrap > input[type="checkbox"] {
  display: none;
}
 
#contact .toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
  display: block;
}

#contact table.form-submit-container {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
#contact table.form-submit-container {
	width: 80%;
	margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
#contact table.form-submit-container {
	width: 90%;
	margin: 0 auto;
}
}
@media screen and (max-width: 480px) {
#contact table.form-submit-container {
	width: 100%;
	margin: 0;
}
}

@media screen and (max-width: 768px) {
#contact .field-box {
	position:relative;
	width:100%;
}

#contact .lineheight {
	line-height:300%;
}

#contact .selectdiv {
	position: relative; 
	float:left;
	min-width:50%;
}
#contact .selectdiv select {
	width:100%;
	max-width:100%;
}
}
@media screen and (max-width: 640px) {
#contact .selectdiv {
	min-width:85%;
}
}
@media screen and (max-width: 480px) {
#contact .selectdiv {
	min-width:80%;
}
}
#contact .order-must {
	margin:0 0 0 6px;
	padding:1px 2px;
	border-radius:2px;
	background:#F00;
	color:#FFF;
	font-size:0.75em;
	letter-spacing:2px;
	line-height:115%;
white-space: nowrap;
}
#contact th, section td.border-red {
	border:#F30 solid 8px;
	border-radius:8px;
	padding: 0.5rem;
}

/*　ページ下部固定
---------------*/
.sns-footer-bottom img{
	
	width: 100%;
}

.sns-footer-bottom {
		
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 800;
	//display: none;

	ul{

		display: none;
		@media screen and (max-width: 768px) {
			display: flex;	
		}
		li{

			width:calc(100%/3);

		}

	}
		
	
}