@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
	margin:20px 0;
	padding:0px;
	border:#999 solid 1px;
}
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: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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;
}

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

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #ff6b6b;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 99;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s;
}

.scroll-to-top:hover {
    background-color: #ff5252;
    transform: translateY(-3px);
}


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


p.read {
color: rgba( 4,61,120, 1.0);
	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:#390
}
.read p {
	font-size:1.2rem;
	color:#390
}
.read p a {
	color:#390
}

p.read-underpage {
color: rgba( 4,61,120, 1.0);
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:#666;
}
.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:#E73656;
}
.text-yellow {
	color:#FCAC00;
}
.text-pink {
	color:#F36;
}
.text-blue {
	color:#09C;
}
.text-gray {
	color:#666;
}
.text-black {
	color:#000;
}
.text-green {
	color:#338822;
}
.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:#333;
	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-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: #E73656;
}
.inner h2 {
	clear:both;
	margin:2.0rem 0 2.0rem 0;
	font-size:3.2rem;
	line-height:150%;
	color: #E73656;
}
.inner h3 {
	clear:both;
	margin:0.8em 0 0.3em 0;
	font-size:2.8rem;
	line-height:150%;
	color: #E73656;
}
.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: #333;
box-sizing: border-box;
} 
.stripe a {
color: #333;
}
.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: #333;
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: #E73656;
}
.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: #E73656;
}

.banzai::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.banzai::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@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;
    }

}





/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
.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 .item1 {
    -webkit-flex: 1;
    flex: 1;
	background: #fff;
  }
.flex-container .item2 {
	background: #fff;
  }
.flex-container .item3 {
    -webkit-flex: 1;
    flex: 1;
	background: #fff;
}

.flex-container .item2 li {
	list-style: none;
	line-height: 125%;

  }
.flex-container .item2 li.kakomi {
	margin: 6px 0;
	padding: 0.1rem 0.2rem;
	border: #ccc solid 1px;
	display: inline-block;
	font-size: 1.4rem;
	color: #666;
	font-weight: bold;
  }


.flex-container h1 {
	margin: 0 0 0 10px;
}
.flex-container .item1 img {
	width:50%;
}

@media ( min-width : 600px ){
.flex-container {
    display: -webkit-flex;
    display: flex;
    }
	
.flex-container h1 {
	max-width: 100%;
	height: auto;
}
.flex-container img {
	max-width: 100%;
	height: auto;
}
	
.flex-container .item3 {
    -webkit-flex: 1;
    flex: 1;
	background: #fff;
  }
.flex-container .item2 {
    -webkit-flex: 1;
    flex: 1;
	background: #fff;
  }
.flex-container .item1 {
    -webkit-flex: 1;
    flex: 1;
	background: #fff;
  }

}
@media screen and (max-width:480px) {
.flex-container h1 {
	text-align: center;
}
.flex-container .item2 li {
	text-align: center;
  }
.flex-container .item2 li.kakomi {
	margin: 0px 4px 0 4px;
font-weight: normal;
	font-size: 1.2rem;
	display:block;
  }
}

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

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

.bg-gray {
	background:#DDEEF3;
}
.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;
} 

.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;
}
}


.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-align: center;
}
.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;
}
}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
footer {
	margin:0;
	padding:0;
	color:#333;
	background:#ececec;
	overflow:hidden;
  position: sticky;
  top: 100vh;
  width: 100%;
}
footer a {
	padding:0.1rem 0.2rem;

}
footer a.home {
	text-align: center;
	padding:0.1rem 0.2rem;
	color:#333;
	font-size: 1.4rem;
}

footer p {
	color:#333;
	text-decoration: none;
	margin: 0px 0 5px 0;
	line-height: 150%;
	font-size: 1.6rem;
}
footer img {
	border-radius:5px;
}


footer .button-container {
	width:150px;
	margin:0 0 10px 0;
	overflow:hidden;
}

@media screen and (max-width:768px) {
footer .section-container .main {
  width: 468px;
	overflow:hidden;
}
footer .section-container .sub {
	position:relative;
	flex: 1;
	margin:0;
	overflow:hidden;
}
}

@media screen and (max-width:480px) {
footer .button-container {
	width:100%;
	margin:10px auto;
	overflow:hidden;
}
	footer .entry .btn-entry {
	width: 90%;
}

}
footer p.title {
	line-height: 125%;
	font-weight: 600;
}

address {
	font-style:normal;
	font-size:0.85rem;
}


	
	
/*----------------------SNS---------------------------------*/

/* ボタン全体 */
.flowbtn{
display:inline-block;	
font-size:30px;
text-decoration:none;
transition:.5s;
}
.flowbtn .fa-youtube{
color:#fc0d1c;
font-size:30px;
}
.flowbtn .fa-x-twitter{
color:#000000;
}
.flowbtn .fa-instagram{
color:#D93177;	
}
.flowbtn i.fa-instagram {
  position: relative;
  top: 1px;
}
.flowbtn .fa-square-facebook{
color:#3b5998;
}
.flowbtn .fa-note-sticky{
color:#333333;
}
.flowbtn .fa-line{
color:#00c300!important;
font-size:26px;
}


.flowbtn .fa-envelope{
color:#999;
font-size:26px;
}

@media screen and (max-width:480px) {
.flowbtn{
font-size:20px;
}
.flowbtn .fa-youtube{
font-size:20px;
}
.flowbtn .fa-line{
font-size:18px;
}
.flowbtn .fa-envelope{
font-size:18px;
}
}


ul.snsbtniti{
padding:0;
margin: 0;
}
/* アイコン全体の位置 */
.snsbtniti{
display:flex;
  justify-content:flex-end;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
/* アイコン同士の余白 */
.snsbtniti li{
text-align:center;
list-style-type:none;
margin: 0 8px;
}
/* アイコンにマウスを乗せた時 */
.flowbtn:hover{
-webkit-transform: translateY(-4px);
-ms-transform: translateY(-4px);
transform: translateY(-4px);
}



/*--------------------------------------------------------------------------
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;
}
.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:10%;
background:#F3F3F3;
	font-weight: normal;
}
.table-design img {
	max-width: 400px;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	margin:2px auto;
}

@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;
	}
}
/* 3列
----------------*/
.table-design3 table {
border-collapse: collapse; 
width: 980px;
margin: 0 auto;
background: #fff;
}

.table-design3 th,
.table-design3 td {
padding: 15px; 
border: solid 1px #ccc; 
box-sizing:border-box;
}
.table-design3 th {
width:20%;
	background:#B4B2A7;
}
.table-design3 td {
	background:#F7F4E0;
}
.table-design3 td.td3 {
	width: 20%;
}
.table-design3 tr:nth-child(odd) td {
	background: #fff;
}

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

.table-design3 tr:nth-child(odd) th {
background:#e9e9e9; 
}
@media screen and (max-width: 980px) {
	.table-design3 table {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.table-design3 table {
		width: 94%;
	}
}
@media screen and (max-width: 640px) {
	.table-design3 table {
		width: 98%;
	}
}

@media screen and (max-width: 480px) {
	.table-design3 table {
	width: 100%;
	}
	.table-design3 th {
		margin: 4px 0 0 0;
		background: #e7e7e7;
	}
	.table-design3 td {
		background: #fff;
	}
	.table-design3 th,
	.table-design3 td,
	.table-design3 td.td3 {
	display: block;
	width: 100%;
	text-align:center; 
	border-bottom:none;
	}
	.table-design3 tr:nth-child(odd) th {
	display: block;
	width: 100%;
	text-align:center; 
	border-bottom:none;
}
	.table-design3 tr {
	border-bottom: solid 1px #ccc;
	border-radius: 
	}

	
}

/* ４列
----------------*/
.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 th {
	background:#B4B2A7;
}
.table-design4 td {
	background:#F7F4E0;
}
.table-design4 tr:nth-child(odd) td {
	background: #fff;
}

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

.table-design4 tr:nth-child(odd) 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;
	}
}

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

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


.table-design-sponcer th {
text-align:center; 
width:10%;
	font-weight: bold;
}
.table-design-sponcer img {
	max-width: 400px;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	margin:2px auto;
}

@media screen and (max-width: 980px) {
	.table-design-sponcer table {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.table-design-sponcer table {
		width: 84%;
	}
}
@media screen and (max-width: 640px) {
	.table-design-sponcer table {
		width: 94%;
	}
}

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

	.table-design-sponcer th,
	.table-design-sponcer td {
	display: block;
	width: 100%;
	text-align:center; 
	border-bottom:none;
		height: auto;
	}
	.table-design-sponcer th {
			border-radius:10px 10px 0 0;
	}
	.table-design-sponcer td {
		margin-bottom: 20px;
		border-radius:0 0 10px 10px;
	}
	
	.table-design-sponcer tr:last-child{
	border-bottom: solid 1px #ccc;
	}
	
.table-design-sponcer img {
	max-width: 90%;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	margin:2px auto;
}
	
}
/*--------------------------------------------------------------------------
parts
--------------------------------------------------------------------------*/

/* ボタンコンテナ - 横並び用 */
.button-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
    overflow: hidden;
}

.button-row .button-container {
    width: 250px;
    margin: 0; /* 個別のmarginを削除 */
}

/* 3つ用 */
.button-row-3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
    overflow: hidden;
}

.button-row-3 .button-container {
    width: 250px;
    margin: 0;
}


.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: #E73656;
	color:#fff;
	border-radius: 30px;
	transition: .4s;
}
a.button:hover {
	color:#E73656;
	border: 1px solid #E73656;
	background: #fff;
}
a.button-white {
	color: #09C;
	border: 2px solid #09C;
	background: #fff;
}
a.button-white:hover {
	background: #09C;
	color: #fff;
}
a.button-line {
	color: #fff;
	border: 1px solid #338822;
	background: #339933;
}
a.button-line:hover {
	background: #fff;
	border: 1px solid #339933;
	color: #338822;
}
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 {
	margin:20px 10px;
	padding:5px 20px;
	border:#ccc solid 1px;
	overflow:hidden;
}
.waku ul {
	margin:20px;
}
.waku-maru {
	margin:20px 10px;
	padding:40px 60px;
	border:#ccc solid 4px;
	border-radius: 20px;
	overflow:hidden;
}

.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:#E73656 solid 4px;
	border-radius:12px;
	background:#FFF;
	overflow:hidden;
}
.waku-bg-yellow {
	clear:both;
	margin:20px 10px;
	padding:15px 20px;
	border:#E73656 solid 4px;
	border-radius:12px;
	background:#FDFFE2;
	overflow:hidden;	
}

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

.waku-white {
	margin:10px 5px;
	padding:2px 10px;
}
.waku-maru {
	padding:20px 20px;
}
	
}


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


/* パンクズ
------------------------------------------------------*/
.pankuzu .inner {
	margin:0;
	padding:0;
}
.pankuzu p {
	margin:0.02rem 0;
	padding:0;
	line-height:125%;
	font-size:1.4rem;
	color:#333;
}
.pankuzu p a {
	color:#333;
}
.pankuzu p a:hover {
	color:#CCC;
	text-decoration:none;
}
.pankuzu p span {
	margin: 0 1rem;
}

/* エラー
------------------------------------------------------*/
.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:#666;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#666;
}
::placeholder{ /* Others */
    color:#666;
}

.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%;
}
}



/* タイトルなど
--------------------------------------------------------*/

.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;
}

}


.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);

		}

	}
		
	
}

/* 進むボタンのスタイル
--------------------------------------- */
.forward-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.forward-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    background-color: #2d3748;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.forward-button svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.forward-button:hover {
    background-color: #4a5568;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.forward-button:hover svg {
    transform: translateX(3px);
}

.forward-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* アニメーション付き進むボタン */
.forward-button-animated {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    border: none;
    cursor: pointer;
    margin-top: 40px;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.forward-button-animated:before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    transition: right 0.5s ease;
    z-index: -1;
}

.forward-button-animated svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.forward-button-animated:hover:before {
    right: 0;
}

.forward-button-animated:hover {
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.6);
}

.forward-button-animated:hover svg {
    transform: translateX(5px);
}

/*戻るボタンのスタイル
------------------------  */
.back-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


        .back-button {
            display: inline-flex;
            align-items: center;
            padding: 10px 16px;
            background-color: #2d3748;
            color: white;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .back-button svg {
            margin-right: 8px;
            transition: transform 0.3s ease;
        }
        
        .back-button:hover {
            background-color: #4a5568;
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        
        .back-button:hover svg {
            transform: translateX(-3px);
        }
        
        .back-button:active {
            transform: translateY(0);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        /* アニメーション付きバージョン */
        .back-button-animated {
            display: inline-flex;
            align-items: center;
            padding: 12px 20px;
            background: linear-gradient(135deg, #6366f1, #4f46e5);
            color: white;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 500;
            border: none;
            cursor: pointer;
            margin-top: 40px;
            box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .back-button-animated:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #4f46e5, #6366f1);
            transition: left 0.5s ease;
            z-index: -1;
        }
        
        .back-button-animated svg {
            margin-right: 8px;
            transition: transform 0.3s ease;
        }
        
        .back-button-animated:hover:before {
            left: 0;
        }
        
        .back-button-animated:hover {
            box-shadow: 0 6px 20px rgba(99, 102, 241, 0.6);
        }
        
        .back-button-animated:hover svg {
            transform: translateX(-5px);
        }