@charset "utf-8";

/* キーカラー */
/*
plan1 #6bd6a3
plan2 #1ea8c3
plan3 #788fde
plan4 #efad6b
*/



/* カスタムcss */
.home .adminEdit { display:none; }
.home #main { border-top:0px; }
.home #main #container { padding-top:0px; }
#header #site-title { padding-bottom:5px; }
#header #site-title a img { max-height:72px; margin-top:0px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; }
#header #headContact { width:auto; text-align:left; }
#header #headContact { margin:0px 0px 0px 10px; padding-top:0px; }
#header #headContactInner { float:right; }
#header #headContact #headContactTxt { font-size:12px; padding:5px; }
#header #headContact.itemClose #headContactInner #headContactTxt { display:inline-block; }
#headContact.itemClose #headContactInner #headContactTel { display:inline-block !important; }
#header #headContact #headContactTime { font-size:13px; }
#header #headContact #headContactTel { font-size:32px; color:#61c1be; margin:5px auto; }
#header #headContact #headContactTel span { font-size:60%; }
#header #headContact #headContactTel a { color:#61c1be; }
#header #headContact #headContactTel img { vertical-align:top; }
#header #headContact ul { margin:0px 5px; float:right; }
#header #headContact ul li { display:inline-block; text-align:center; font-size:18px; }
#header #headContact ul li.first { margin:0 1%; padding:12px; color:#fff; border-radius:4px; background:#d54f46; font-weight:bold; }
#header #headContact ul li.first a.raiten { background:url(/wp/common/raiten.png) no-repeat left center; padding-left:35px; color:#FFF; }
#header #headContact ul li.second { margin:0 1%; padding:12px; color:#fff; border-radius:4px; background:#009ce7; font-weight:bold; }
#header #headContact ul li.second a.mail { background:url(/wp/common/mail.png) no-repeat left center; padding-left:35px; color:#FFF; }
#header #headContact ul li.company { font-size:12px; padding:5px 5px 5px 15px; background:url(/wp/common/company.png) no-repeat left center; }
#header #headContact ul li.staff { font-size:12px; padding:5px 5px 5px 15px; background:url(/wp/common/staff.png) no-repeat left center; }
#header #headContact ul li.blog { font-size:12px; padding:5px 5px 5px 15px; background:url(/wp/common/blog.png) no-repeat left center; }
#header #headContact ul li.access { font-size:12px; padding:5px 5px 5px 15px; background:url(/wp/common/access.png) no-repeat left center; }

.fixed #header #site-title a img { max-height:40px; }

#header .mail_bt{
font-size:13px;
background:#d80c18;
display:inline-block;
color: #FFF;
margin:-10px 5px 0px 5px;
padding:10px;
vertical-align:middle;
border-radius:2px; 
}
#header .mail_bt:hover { background:#005ac0; }
#header a.mail_bt { text-decoration:none; color:#FFF !important; }

#header .line_bt{
font-size:13px;
display:inline-block;
color: #663333;
margin:-10px 5px 0px 5px;
padding:10px;
background:#01b901;
vertical-align:middle;
border-radius:2px; 
}
#header .line_bt:hover { background:#479c23; }
#header a.line_bt { text-decoration:none; color:#FFF !important; }



#header ul.hb { float:right; margin-left:5px; }
#header ul.hb li { list-style:none; display:inline-block; padding:5px 10px; margin:2px; border-radius:3px; }
#header ul.hb li.mail { border:1px solid #e07676; }
#header ul.hb li.mail a { color:#e07676; }
#header ul.hb li.mail:hover { background:#ffa23f; }
#header ul.hb li.line { border:1px solid #69ca47; }
#header ul.hb li.line a { color:#69ca47; }
#header ul.hb li.line:hover { background:#019a01; }

/* アイキャッチ画像のサイズを設定 */
#pageTitleImage img {
    width:100%;
    height:auto;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background:#FFF;
  box-shadow:0px 0px 6px 0px #555;
  opacity:0.90;
  padding:5px 0px;
}
#fixedBox { z-index:999999; }


.parallax-window {
     min-height: 900px;
     background: transparent;
}
.parallax-slider {
     top: 0;
     left: 0;
}



img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

img.gray:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}

.sect1 { text-align:center; padding:80px 0px 50px; background:url(/wp3/images/sect1.png) no-repeat center top rgb(222,255,247);
background:url(/wp3/images/sect1.png) no-repeat center top linear-gradient(180deg, rgba(222,255,247,1) 0%, rgba(254,251,181,0.3) 100%); background-size:contain; }
.sect2 { text-align:center; padding:50px 0px; background:url(/wp3/images/sect2.png) no-repeat center top #FFF; }
.sect3 { text-align:center; padding:80px 0px 50px;  background: rgb(223,255,244);
background: linear-gradient(180deg, rgba(223,255,244,1) 0%, rgba(249,254,232,1) 100%); }

.sect4 { text-align:center; padding:50px 0px; background:url(/wp3/images/sect4.png) no-repeat 50% 50%; }
.sect5 { text-align:center; padding:50px 0px; background:url(/wp3/images/sect5.png) no-repeat center 130px; }
.sect6 { text-align:center; padding:50px 0px; }
.sect7 { text-align:center; padding:50px 0px;  background: rgb(117,202,216);
background: linear-gradient(90deg, rgba(117,202,216,1) 0%, rgba(108,214,186,1) 100%); }
.content .sect7 h4.ct { color:#FFF; font-size:24px;  line-height:1.8; } 


.content ul.voice { }
.content ul.voice li { display:inline-block; padding:6px 6px 6px 36px; margin:5px; font-size:14px; }
.content ul.voice li.on { background:url(/wp2/common/on.png) no-repeat left center; }
.content ul.voice li.off { background:url(/wp2/common/off.png) no-repeat left center; }

.plansect1 { color:#FFF; text-align:center; padding:30px 0px; background:#6bd6a3; }
.plansect1 h3 { color:#FFF !important; border:none; padding:0px; font-size:36px !important; }
.plansect1 h4 { color:#FFF; border:none; font-size:30px !important; }
.plansect1 ul li { font-size:18px; }

.plansect2 { color:#FFF; text-align:center; padding:30px 0px; background:#efad6b; }
.plansect2 h3 { color:#FFF !important; border:none; padding:0px; font-size:36px !important; }
.plansect2 h4 { color:#FFF; border:none; font-size:30px !important; }
.plansect2 ul li { font-size:18px; }

.plansect3 { color:#FFF; text-align:center; padding:30px 0px; background:#1ea8c3; }
.plansect3 h3 { color:#FFF !important; border:none; padding:0px; font-size:36px !important; }
.plansect3 h4 { color:#FFF; border:none; font-size:30px !important; }
.plansect3 ul li { font-size:18px; }

.plansect4 { color:#FFF; text-align:center; padding:30px 0px; background:#788fde; }
.plansect4 h3 { color:#FFF !important; border:none; padding:0px; font-size:36px !important; }
.plansect4 h4 { color:#FFF; border:none; font-size:30px !important; }
.plansect4 ul li { font-size:18px; }


.setsect { padding:30px 0px; }
.setsect h4 { margin-top:10px; border:none; }
.setsect h4 span { color:#FFF; background:#58ac7a; display:inline-block; padding:5px; border-radius:50%; margin-right:0.5em; width:1.3em; height:1.3em; }
.setsect ol li { font-size:20px; line-height:1.6; }
.setsect ol { counter-reset: li; margin-left:0px; }

.setsect ol > li {
	list-style: none;
	border-bottom:1px solid #DDD;
	position: relative;/*リストの項目の位置を基準に*/
	padding-left: 2.0em; /*li:before分左に余白を。調整可*/
	/*margin-bottom: 0.8em;*//*リストの数字がくっついてしまう場合*/
}

.setsect ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #58ac7a; /*薄いピンク*/
	border: 1px solid #58ac7a; /*濃いピンク*/
	color: #ffffff; /*白*/
	border-radius: 50%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.3em; /*幅を決めるheightと同じ数値に*/
	height: 1.3em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.4;/*数字の位置あわせで数値を指定*/
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 50px auto;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 98%;
  margin: 0 auto; }

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  color:#FFF;
}


/*選択されているタブのコンテンツのみを表示*/
#item1:checked ~ #item1_content,
#item2:checked ~ #item2_content,
#item3:checked ~ #item3_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}


#k1, #k2, #k3, #k4 { margin-top: -90px; padding-top: 90px; display:block; }


form input[type="tel"] { padding:10px 5px; border:1px solid #CCC; border-radius:2px; }

.flexslider { background:#000; }
.flex-direction-nav { display:none; }

.top_after_image_widget_area { padding:10px 0px; text-align:center; }
.top_after_image_widget_area p { text-align:center; }

.content .infoList .infoCate.update a { background-color:#3a83b6 !important; color:#FFF; }
.content .infoList .infoCate.news a { background-color:#ffaa00 !important; color:#FFF; }


.content dl.faq { }
.content dl.faq dt { }
.content dl.faq dt::before { content:"Q"; font-size:200%; font-weight:bold; color:#ff88af; margin-right:0.5em; }
.content dl.faq dd { padding:15px; background:#F8F8F8; border-radius:4px; border:1px dashed #59c0de; }
.content dl.faq dd::before { content:"A"; font-size:200%; font-weight:bold; color:#59c0de; margin-right:0.5em; }



#footer { background:#FFF; }
#footMenu { background:#FFF; border-top:0px solid #000; border-bottom:0px solid #000; }
#footMenu .innerBox { border-bottom:1px solid #ddd; }
#footMenu .innerBox .menu li a:hover { color:#FFF; }
#siteBottom { background:#6cc3bb; border-top:0px solid #111; padding:0px; }
#siteBottomInner.innerBox { padding:15px 0px 15px 0px; color:#FFF; }
#siteBottomInner.innerBox a { color:#FFF; }

.content h1.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }
.content h2.ct { text-align:center; background:none; border:none; text-shadow:0px 0px 4px #DDD; font-size:36px; color:#111; padding:8px 0px; }
.content h2.ct span { font-size:60%; color:#6cc3bb; display:block; }

.content h2.lt { text-align:left; background:none; background:url(/wp3/common/suisai.png) no-repeat -10px -10px; border:none; font-size:36px; color:#111; padding:30px 0px 0px 30px; }
.content h2.lt span { font-size:50%; color:#6cc3bb; display:block; }

.content h3.lt { text-align:left; background:none; background:url(/wp3/common/suisai.png) no-repeat -10px -10px; border:none; font-size:36px; color:#6cc3bb; padding:20px 0px 0px 30px !important; }
.content h3.lt span { font-size:50%; color:#6cc3bb; display:block; }

.content h3.tate { color:#4abcb1; border:none; background:none; font-size:30px; writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  margin: 0 auto;
  white-space: nowrap;
  line-height: 2.2em !important;
  text-align: left;
  font-family: "Hina Mincho", serif; }
.content h3.tate::after { border:none; content:""; }

.content h3.ct { text-align:center; border:none;}
.content h3.ct span { font-size:70%; color:#878787; display:block; }

.content h3.flow { font-size:22px; line-height:1.4; display:inline-flex; border:none; padding:0px; text-align:left; }
.content h3.flow span { font-size:46px; float:left; border:none; border-right:1px solid #DDD; padding:0px 10px; margin-right:10px; }
.content h3.flow::after { border:none; }

.content h4.ct { text-align:center; border:none; }
.content h5.ct { text-align:center; border:none; background:none; }

.content h3.inBox { display:inline-block; margin-top:0px; }
.content h3.inBox span { font-size:120%; color:#c00; padding-right:0.5em; }
.content h4.inBox { display:inline-block; margin-top:0px; }
.content h4 span { display:inline-block; vertical-align:middle; }
.content h4.nbdr { border:none; }
.content h5.inBox { display:inline-block; }
.content h5.onepoint { display:inline-block; }

.content p.ct { text-align:center; }
.content p.arrow { font-size: 32px; text-align: center; color: #0f93a5; }

.centerBox { text-align:center; }

.sp { display:none !important; }
.pc { display:inline-block !important; }

/* ボタン要素 */
/* <a href="#" class="liner_bt"> Button </a> */
.liner_bt {
  padding: 15px 100px;
  margin:10px 4px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
}

/*=======Button============= */
.liner_bt{
  border:1px solid transparent; 
   -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.liner_bt::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:-1;
  width: 0%;
  height:1px;
  background: #6098FF;
  box-shadow: inset 0px 0px 0px #6098FF;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}

.liner_bt:hover::before {
  width:100%;
}

.liner_bt::after {
  content: '';
  position: absolute;
  right: 0px;
  top:0px;
  z-index:-1;
  width: 0%;
  height:1px;
  background: #6098FF;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}
.liner_bt:hover::after {
  width:100%;
}
.liner_bt:hover{
   box-shadow: inset 0px 0px 0px 1px #6098FF;
}

/* bluelight */
/* <div class="bluelight"><a href="#">HOVER</a></div> */
.bluelight {
  display: table;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bluelight a {
  display: table-cell;
  font-size: 3em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: background 1s, border-width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), text-shadow 0.5s;
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
  box-shadow: 0 0 0 rgba(10, 175, 230, 0), inset 0 0 0 rgba(10, 175, 230, 0);
  background-image: radial-gradient(center, ellipse cover, rgba(10, 175, 230, 0) 0%, rgba(10, 175, 230, 0) 90%);
  border: 0 dotted rgba(10, 175, 230, 0);
}
.bluelight a:hover {
  color: #fff;
  text-shadow: 0 0 50px #0aafe6, 0 0 50px #0aafe6;
  background-image: radial-gradient(center, ellipse cover, rgba(10, 175, 230, 0.3) 0%, rgba(10, 175, 230, 0) 60%);
}
.bluelight:before, .bluelight:after,
.bluelight a:before,
.bluelight a:after {
  transition: 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 60px dashed transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bluelight:before {
  animation: rotate 20s linear 0s infinite;
  width: 180%;
  height: 180%;
  border: 3px dotted rgba(10, 175, 230, 0);
  z-index: -1;
}
.bluelight:after {
  animation: rotate 10s linear 0s infinite reverse;
  border: 80px dashed rgba(10, 175, 230, 0);
  width: 160%;
  height: 160%;
  z-index: -2;
}
.bluelight a:before {
  animation: rotate 5s ease-in-out 0s infinite alternate;
  width: 120%;
  height: 120%;
  border: 50px dashed rgba(10, 175, 230, 0);
}
.bluelight a:after {
  animation: rotate 5s linear 0s infinite;
  border: 18px dashed rgba(10, 175, 230, 0);
  width: 120%;
  height: 120%;
}
.bluelight:hover:before {
  border-color: rgba(10, 175, 230, 0.3);
}
.bluelight:hover:after {
  border-color: rgba(10, 175, 230, 0.1);
}
.bluelight:hover a:before {
  border-color: rgba(10, 175, 230, 0.3);
}
.bluelight:hover a:after {
  border-color: rgba(10, 175, 230, 0.3);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
p.caption {
  font-size: 0.7em;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  letter-spacing: 0.2em;
  text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
}


/* calc系 */
.Box3 {
    display: flex;
    flex-wrap: wrap;
}
.Box3>div{
    width: calc(100% / 3 - 20px);
    margin: 10px;
    box-sizing: border-box;
}

.Box4 {
    display: flex;
    flex-wrap: wrap;
}
.Box4>div{
    width: calc(100% / 4 - 20px);
    margin: 10px;
    box-sizing: border-box;
}


/* pc時とsp時のレイアウト、ブロック数 */
.pc6-sp2 { display: flex; flex-wrap: wrap; }
.pc6-sp2>div{ width: calc(100% / 6); box-sizing: border-box; }
.pc6-sp1 { display: flex; flex-wrap: wrap; }
.pc6-sp1>div{ width: calc(100% / 6); box-sizing: border-box; }
.pc5-sp2 { display: flex; flex-wrap: wrap; }
.pc5-sp2>div{ width: calc(100% / 5); box-sizing: border-box; }
.pc5-sp1 { display: flex; flex-wrap: wrap; }
.pc5-sp1>div{ width: calc(100% / 5); box-sizing: border-box; }
.pc4-sp2 { display: flex; flex-wrap: wrap; }
.pc4-sp2>div{ width: calc(100% / 4); box-sizing: border-box; }
.pc4-sp1 { display: flex; flex-wrap: wrap; }
.pc4-sp1>div{ width: calc(100% / 4); box-sizing: border-box; }
.pc3-sp2 { display: flex; flex-wrap: wrap; }
.pc3-sp2>div{ width: calc(100% / 3); box-sizing: border-box; }
.pc3-sp1 { display: flex; flex-wrap: wrap; }
.pc3-sp1>div{ width: calc(100% / 3); box-sizing: border-box; }
.pc2-sp2 { display: flex; flex-wrap: wrap; }
.pc2-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
.pc2-sp1 { display: flex; flex-wrap: wrap; }
.pc2-sp1>div{ width: calc(100% / 2); box-sizing: border-box; }

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.pc6-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc6-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
	.pc5-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc5-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
	.pc4-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc4-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
	.pc3-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc3-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
	.pc2-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc2-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
}




/* テーブルセル要素 */
.tcBox { border-collapse: separate; border-spacing: 10px 5px; display:table; table-layout: fixed; width:100%; }
.tcBox .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; padding:15px; }
.tcBox .block img { max-width:100%; }
.tcBox .block h3 { border:none; padding:0px; }
.tcBox .block h3::after { border:none; }
.tcBox .block p { text-align:left; }
.tcBox .block p.ap { font-size:16px; line-height:1.9; }
.tcBox .block p.aoc { font-size:16px; line-height:1.9; }
.tcBox .block p.ft { font-size:16px; line-height:1.9; }

.tcBox2 { border-collapse: separate; border-spacing: 10px 5px; display:table; table-layout: fixed; width:100%; }
.tcBox2 .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; padding:15px; }
.tcBox2 .block img { max-width:100%; }
.tcBox2 .block h3 { border:none; padding:0px; }
.tcBox2 .block h3::after { border:none; }
.tcBox2 .block p { text-align:left; }


.planBox { border-collapse: separate; border-spacing: 60px 25px; display:table; table-layout: fixed; width:100%; }
.planBox .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; border-radius:6px; padding:15px; }

.planBox .block.plan1 { border-top:6px solid #6bd6a3; border-bottom:6px solid #6bd6a3; background:#FFF; box-shadow:0px 0px 10px #888; }
.planBox .block.plan1 h3 { color:#6bd6a3; font-size:40px; }
.planBox .block.plan1 h4 { color:#6bd6a3; border:none; padding:10px 15px; background:#dcf0e6; margin-top:0px; }
.planBox .block.plan1 .waribiki { border:1px solid #6bd6a3; }
.planBox .block.plan1 .waribiki span { color:#cc110a; font-size:120%; font-weight:bold; }
.planBox .block.plan1 .meyasu { color:#6bd6a3; font-size:160%; font-weight:bold; }

.planBox .block.plan2 { border-top:6px solid #1ea8c3; border-bottom:6px solid #1ea8c3; background:#FFF; box-shadow:0px 0px 10px #888; }
.planBox .block.plan2 h3 { color:#1ea8c3; font-size:40px; }
.planBox .block.plan2 h4 { color:#1ea8c3; border:none; padding:10px 15px; background:#dbedf0; margin-top:0px; }
.planBox .block.plan2 .waribiki { border:1px solid #1ea8c3; }
.planBox .block.plan2 .waribiki span { color:#cc110a; font-size:120%; font-weight:bold; }
.planBox .block.plan2 .meyasu { color:#1ea8c3; font-size:160%; font-weight:bold; }

.planBox .block.plan3 { border-top:6px solid #788fde; border-bottom:6px solid #788fde; background:#FFF; box-shadow:0px 0px 10px #888; }
.planBox .block.plan3 h3 { color:#788fde; font-size:40px; }
.planBox .block.plan3 h4 { color:#788fde; border:none; padding:10px 15px; background:#dce1f3; margin-top:0px; }
.planBox .block.plan3 .waribiki { border:1px solid #788fde; }
.planBox .block.plan3 .waribiki span { color:#cc110a; font-size:120%; font-weight:bold; }
.planBox .block.plan3 .meyasu { color:#788fde; font-size:160%; font-weight:bold; }

.planBox .block.plan4 { border-top:6px solid #efad6b; border-bottom:6px solid #efad6b; background:#FFF; box-shadow:0px 0px 10px #888; }
.planBox .block.plan4 h3 { color:#efad6b; font-size:40px; }
.planBox .block.plan4 h4 { color:#efad6b; border:none; padding:10px 15px; background:#f7efe8; margin-top:0px; }
.planBox .block.plan4 .waribiki { border:1px solid #efad6b; }
.planBox .block.plan4 .waribiki span { color:#cc110a; font-size:120%; font-weight:bold; }
.planBox .block.plan4 .meyasu { color:#efad6b; font-size:160%; font-weight:bold; }
.planBox a p { color:#333; }
.planBox a p.price { color:#cc110a; }
.planBox a .waribiki { color:#333; }

.planBox .block img { max-width:100%; }
.planBox .block h3 { border:none; padding:0px; }
.planBox .block h3::after { border:none; }
.planBox .block p { text-align:left; }

.planBoxb { border-collapse: separate; border-spacing: 20px 10px; display:table; table-layout: fixed; width:99%; margin:0 auto 30px; }
.planBoxb .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; padding:0px; margin-bottom:10px; position:relative; font-size:16px; border-radius:8px; }
.planBoxb .block.plan1 { box-shadow:0px 0px 5px #58ac7a; background:none; }
.planBoxb .block.plan2 { box-shadow:0px 0px 5px #51bac9; background:none; }
.planBoxb .block.plan3 { box-shadow:0px 0px 5px #6f79ad; background:none; }
.planBoxb .block.plan4 { box-shadow:0px 0px 5px #ed7f7f; background:none; }
.planBoxb .block.plan1 .ttl { color:#FFF; padding:10px; background:#58ac7a; display:block; border-radius:8px 8px 0px 0px; font-size:14px; }
.planBoxb .block.plan2 .ttl { color:#FFF; padding:10px; background:#51bac9; display:block; border-radius:8px 8px 0px 0px; font-size:14px; }
.planBoxb .block.plan3 .ttl { color:#FFF; padding:10px; background:#6f79ad; display:block; border-radius:8px 8px 0px 0px; font-size:14px; }
.planBoxb .block.plan4 .ttl { color:#FFF; padding:10px; background:#ed7f7f; display:block; border-radius:8px 8px 0px 0px; font-size:14px; }
.planBoxb .block img { max-width:100%; }
.planBoxb .block h3 { border:none; padding:0px; margin:10px auto;  }
.planBoxb .block h3.oyakudachi { font-size:18px; }
.planBoxb .block p { margin-bottom:10px; font-size:14px; }
.planBoxb .block p.price span { font-size:300%; font-weight:bold; padding:0 5px; color:#e50113; }
.planBoxb .block p.lt { text-align:left; }
.planBoxb .block p.rt { text-align:right; }
.planBoxb .block ul.lt li { text-align:left; }

.planBoxc { border-collapse: separate; border-spacing: 30px 15px; display:table; table-layout: fixed; width:100%; }
.planBoxc .block { display:table-cell; background:#FFF; vertical-align:top; text-align:center; border:0px solid #DDD; padding:0px; position:relative; border-radius:20px; overflow:hidden; box-shadow:0 0 10px #DDD; }
.planBoxc .block img { max-width:100%; }
.planBoxc .block h3 { border:none; padding:0px; }
.planBoxc .block h3::after { border:none; }
.planBoxc .block h4 { margin:0 auto; padding:10px 0px; font-size:24px; border:none; }
.planBoxc .block h4.p1 { color:#FFF; background:#ba80be; }
.planBoxc .block h4.p2 { color:#FFF; background:#e08dbc; }
.planBoxc .block h4.p3 { color:#FFF; background:#9779cb; }
.planBoxc .block h4.p4 { color:#FFF; background:#f0831e; }
.planBoxc .block h4.p5 { color:#FFF; background:#718cc7; }
.planBoxc .block h4.p6 { color:#FFF; background:#3ab483; }

.planBoxc .block p { text-align:left; padding:10px 15px; margin-bottom:0px; }
.planBoxc .block p.p1 { background:#f7e1f9; padding:10px 15px; margin-bottom:0px; }
.planBoxc .block p.p2 { background:#f9e2ec; padding:10px 15px; margin-bottom:0px; }
.planBoxc .block p.p3 { background:#eee6fb; padding:10px 15px; margin-bottom:0px; }
.planBoxc .block p.p4 { background:#feecd2; padding:10px 15px; margin-bottom:0px; }
.planBoxc .block p.p5 { background:#d3e6f6; padding:10px 15px; margin-bottom:0px; }
.planBoxc .block p.p6 { background:#d6fada; padding:10px 15px; margin-bottom:0px; }

.planBoxc .block p.zeinuki { font-size:40px; font-family: "Montserrat", serif !important; font-weight:bold; display:inline-block; line-height:1.1; padding:0px; margin-bottom:5px; }
.planBoxc .block p.zeinuki span { font-size:33%; color:#333; display:inline-block; line-height:1.1; padding:0px 5px; }
.planBoxc .block p.zeinuki span.kaiin { font-size:33%; color:#FFF; padding:5px 10px; background:#C00; margin:0px 5px 0px 0px; line-height:1.4; vertical-align:middle; }
.planBoxc .block p.zeinuki span.kouteki { font-size:33%; color:#FFF; padding:5px 10px; background:#0982e9; margin:0px 5px 0px 0px; line-height:1.4; vertical-align:middle; }

.planBoxc .block p.zeikomi { font-size: 14px; font-family: "Montserrat", serif !important; font-weight: bold; display: inline-block; line-height: 1.1; padding: 0px;
  margin-bottom: 5px;}
.planBoxc .block p.zeikomi span { color:#333; display:inline-block; line-height:1.1; padding:0px 5px; }

.planBoxc .block p.kaiin span  { color:#FFF; background:#cc110a; padding:5px 10px; margin-right:10px; font-size:18px; }
.planBoxc .block p.kouteki span  { color:#FFF; background:#0982e9; padding:5px 10px; margin-right:10px; font-size:18px; }

.cl1 { color:#cc110a; }
.cl2 { color:#e08dbc; }
.cl3 { color:#9779cb; }
.cl4 { color:#f0831e; }
.cl5 { color:#718cc7; }
.cl6 { color:#3ab483; }


.waribikib { color:#FFF; padding:10px; background:#e50113; border-radius:200px; text-align:center; margin:5px 15px; font-size:14px; }
.waribikib span { font-size:16px; font-weight:bold; color:yellow; }

.waribikib2 { color:#FFF; padding:10px; background:#0982e9; border-radius:200px; text-align:center; margin:5px 15px; font-size:14px; }
.waribikib2 span { font-size:16px; font-weight:bold; color:yellow; }

p.price { color:#cc110a; font-weight:bold; font-size:40px; margin-bottom:0px; line-height:1.4; }
p.price .kaiin { color:#FFF; background:#cc110a; padding:5px 10px; margin-right:10px; font-size:18px; }
p.price .zeikomi { color:#111; font-size:16px; margin-left:10px; }
p.price .small { font-size:50%; }

p.price2 { font-size:30px; margin-bottom:0px; line-height:1.4; }
p.price2 .ippan { color:#777; padding:5px 10px; border:1px solid #777; margin-right:10px; font-size:18px; }
p.price2 .small { font-size:50%; }
.content p.price2 span { font-size:60%; }

p.price3 { color:#cc110a; font-weight:bold; font-size:40px; margin-bottom:0px; line-height:1.4; }
p.price3 .kaiin { color:#FFF; background:#0982e9; padding:5px 10px; margin-right:10px; font-size:18px; }
p.price3 .zeikomi { color:#111; font-size:16px; margin-left:10px; }
p.price3 .small { font-size:50%; }

.waribiki { text-align:center; font-weight:bold; padding:5px 0px; border-radius:4px; margin-bottom:15px; }


.tcBox6 { border-collapse: separate; border-spacing: 10px 5px; display:table; table-layout: fixed; width:100%; }
.tcBox6 .block { display:table-cell; vertical-align:middle; text-align:center; border:1px solid #DDD; padding:15px; }
.tcBox6 .block img { max-width:100%; }
.tcBox6 .block h3 { border:none; padding:0px; }

.tBox { border-collapse: separate; border-spacing: 6px 6px; display:table; table-layout: fixed; width:100%; margin:0 auto; z-index:100000; }
.tBox .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #FFF; padding:0px 0px; position:relative; }
.tBox .block img { max-width:100%; margin-bottom: -10px; }
.tBox .block h3 { border:none; padding:0px; margin:10px auto; }
.tBox .block p { margin-bottom:10px; }
.tBox .block p.lt { text-align:left; }
.tBox .block ul.lt li { text-align:left; }


.caseBox { border-collapse: separate; border-spacing: 20px 10px; display:table; table-layout: fixed; width:99%; margin:0 auto 30px; }
.caseBox .block { display:table-cell; vertical-align:top; text-align:left; border:0px solid #DDD; padding:0px; margin-bottom:10px; position:relative; font-size:18px; }
.caseBox .block img { max-width:100%; }
.caseBox .block h2.case { border:none; background:none; color:#FFF; text-align:left; display:inline-block; margin:0px 0px 0px 0px; }
.caseBox .block h2.case span { font-size:60%; }

.caseTitle { background:#0f93a5; color:#FFF; padding:10px; margin-bottom:10px; text-align:left; }

.scBox { border-collapse: separate; border-spacing: 20px 10px; display:table; table-layout: fixed; width:99%; margin:0 auto 30px; }
.scBox .block { display:table-cell; vertical-align:middle; text-align:center; background:#FFF; border:4px solid #DDD; padding:10px 0px; margin-bottom:10px; position:relative; font-size:18px; }
.scBox .block::after { content:url(/wp3/common/sc_arrow1.png); position:absolute; right:-12%; top:50%; transform:translate(13%, -50%); }
.scBox .block:last-child::after { content:""; position:absolute; top:46%; right:0px; }
.scBox .block h3::after { border:none; position:relative; }
.scBox .block.col1 { border:4px solid #58ac7a; }
.scBox .block.col1 h3 { color:#0f93a5; }
.scBox .block.col2 { border:4px solid #0f93a5; }
.scBox .block.col2 h3 { color:#0f93a5; }
.scBox .block.col3 { border:4px solid #6f79ad; }
.scBox .block.col3 h3 { color:#6f79ad; -webkit-writing-mode: vertical-rl; }
.scBox .block.col4 { border:4px solid #ed7f7f; }
.scBox .block.col4 h3 { color:#ed7f7f; }
.scBox .block h3 { color:#DDD; display:inline; border:none; padding:0px; margin:10px auto; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }


.scBox2 { border-collapse: separate; border-spacing: 20px 10px; display:table; table-layout: fixed; width:99%; margin:0 auto 30px; }
.scBox2 .block { display:table-cell; vertical-align:middle; text-align:center; background:#FFF; border:4px solid #DDD; padding:10px 0px !important; margin-bottom:10px; position:relative; font-size:18px; }
.scBox2 .block::after { content:url(/wp3/common/sc_arrow1.png); position:absolute; right:-32%; top:50%; transform:translate(13%, -50%); }
.scBox2 .block:last-child::after { content:""; position:absolute; top:46%; right:0px; }
.scBox2 .block h3::after { border:none; position:relative; }
.scBox2 .block.col1 { border:4px solid #58ac7a; }
.scBox2 .block.col1 h3 { color:#0f93a5; font-size:16px; }
.scBox2 .block.col2 { border:4px solid #0f93a5; }
.scBox2 .block.col2 h3 { color:#0f93a5; font-size:16px; }
.scBox2 .block.col3 { border:4px solid #6f79ad; }
.scBox2 .block.col3 h3 { color:#6f79ad; -webkit-writing-mode: vertical-rl; font-size:16px; }
.scBox2 .block.col4 { border:4px solid #ed7f7f; }
.scBox2 .block.col4 h3 { color:#ed7f7f; font-size:16px; }
.scBox2 .block h3 { font-size:16px !important; color:#DDD; display:inline; border:none; padding:0px; margin:10px auto; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }



.setBox { border-collapse: separate; border-spacing: 10px 5px; display:table; table-layout: fixed; width:100%; }
.setBox .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; padding:15px; }
.setBox .block img { max-width:100%; }
.setBox .block h3 { border:none; padding:0px; }
.setBox .block h3::after { border:none; }
.setBox .block h4 { font-size: 17px; }
.setBox .block p { text-align:left; }
.setBox .block p.ap { font-size:16px; line-height:1.9; }
.setBox .block p.aoc { font-size:16px; line-height:1.9; }
.setBox .block p.ft { font-size:16px; line-height:1.9; }



.flBox { border-collapse: separate; border-spacing: 30px 15px; display:table; table-layout: fixed; width:100%; }
.flBox .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; padding:20px; }
.flBox .block.gbg { background:#f3f3f3; }
.flBox .block img { max-width:100%; margin-bottom:10px; }
.flBox .block h3 { border:none; padding:0px; text-align:left; font-size:34px; }
.flBox .block h3.ct { text-align:center; color:#2d438b; font-size:24px; }
.flBox .block h3::after { border:none; }
.flBox .block h4 { border:none; padding:0px; text-align:left; font-size:24px; line-height:1.5; color:#2d438b; }
.flBox .block h4 span {
  display: inline;
	vertical-align: baseline;
  background: linear-gradient(transparent 75%,#fce000 75%);
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: left bottom 2px;
}
.flBox .block p { text-align:left; font-size:17px; }





.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #51bac9;
  box-sizing: border-box;
	border-radius:4px;
	text-align:center;
}

.balloon1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon1:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #51bac9;
  z-index: 1;
}

.balloon1 p {
  margin: 0;
  padding: 0;
	color:#51bac9;
}

/* アコーディオン */
/*Question*/
.question {
	color: #08bbb8;
	font-size:16px;
	font-weight:bold;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 1% 1% 1% 4%;
	display: block;
	width:94%;
	cursor: pointer;
}


/* アコーディオン */
/*Question*/
.question {
	color: #08bbb8;
	font-size:16px;
	font-weight:bold;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 1% 1% 1% 4%;
	display: block;
	width:94%;
	cursor: pointer;
}
/*Answer*/
.answers {
	border: 1px dashed #08bbb8;
	padding: 0px 2%;
	margin: 0 0 10px;
	width:94%!important;
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
	background: #fff;
	-webkit-transition: .8s ease;
	-moz-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
}
.questions:checked ~ .answers{
	height: auto;
	opacity: 1;
	padding: 2% 2% 2% 2%;
}
/*FAQ Toggle*/
.plus {
	color: #00706e;
	position: absolute;
	margin-left: 0px;
	z-index: 5;
	font-size: 2.5em;
	line-height: 100%;
	-webkit-user-select: none;    
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: .8s ease;
	-moz-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
}
.questions:checked ~ .plus {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.questions {
	display: none;	
}

/* ゴーストボタン */
/* a class="gst" */
.gst {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  color: #007bc7;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  transition: all .5s;
}
.gst::before,
.gst::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.gst::before {
  top: 0;
  left: 0;
  border-top: 1px solid #007bc7;
  border-left: 1px solid #007bc7;
}
.gst::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #007bc7;
  border-bottom: 1px solid #007bc7;
}
.gst:hover {
  background-color: #007bc7;
  color: #fff;
  transition: all .7s;
}
.gst:hover::before,
.gst:hover::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: all .7s;
}

/* General Slides */ 

.palaslide{
	background-attachment: fixed;
	height:auto;
	position: relative;
	padding:150px 20px;
	margin:20px auto;
	text-align:center;
}

/* Slide 1 */ 
#palaslide1{
	background:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC') repeat,
		url('images/para1.png') top ;
}
#palaslide1 h1 { color:#ffffff; }



/* Tablet */
@media screen and (max-width: 1024px) {

.palaslide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

}

/* Mobile */
@media screen and (max-width: 480px) {

.palaslide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

}



/* Effect */
.linerBox { float:left; width:19.8%; padding:1.0%; margin:1% 1.8% 2% 1%; box-shadow:inset 0px 0px 0px 1px #CCC; position: relative; text-align:center; }
.linerBox:nth-child(4n) { margin:1% 0% 2% 1%; }
/* 擬似要素の共通スタイル */
.cb1::after,
.cb1::before,
.cb1_inner::after,
.cb1_inner::before {
  background-color: #3498db;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.cb1::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.cb1::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.cb1_inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.cb1_inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.cb1:hover::after,
.cb1:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.cb1:hover .cb1_inner::after,
.cb1:hover .cb1_inner::before {
  height: 100%;
  height: calc(100% + 1px);
}


/* 水平ライン */
.los {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
    border-bottom:none !important;
    color:#24c3e2 !important;
}
.los:before,
.los:after {
    border-top: 1px solid #EEE;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.los:before { margin-right: 0.5em; }
.los:after { margin-left: 0.5em; position:relative !important; width:auto !important; border-bottom:none !important; }

.content table.table_w { font-size:16px; }

table.table_w {
	width:100%;
	border-collapse:separate;
	border-spacing:1px;
	margin: 5px auto 20px auto;
	background-color: #CCC;
	line-height: 1.8em;
	text-align:center;
}

table.table_w th {
	background-color: #EFEFEF;
	font-weight: normal;
	padding:10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	color:#515151;
	text-align:left;
}

table.table_w td {
	background:#FFF;
	padding:10px;
	text-align:left;
}


.triangle {
    position:absolute;
    left:40%;
    bottom:-160px;
    text-align:center;
    vertical-align:middle;
    margin:20px auto 10px auto;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;/*下向き三角*/
    border-right: 40px solid transparent;/*左向き三角*/
    border-left: 40px solid #C00;/*右向き三角*/
    border-bottom: 40px solid transparent;/*上向き三角*/
}
.triangle2 {
    position:absolute;
    left:40%;
    bottom:-160px;
    text-align:center;
    vertical-align:middle;
    margin:20px auto 10px auto;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;/*下向き三角*/
    border-right: 40px solid transparent;/*左向き三角*/
    border-left: 40px solid #C00;/*右向き三角*/
    border-bottom: 40px solid transparent;/*上向き三角*/
}

/***** before_after_bg *****/
.babg:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.babg { overflow:hidden; zoom:1; background:url(/wp/common/yajirushi.png) no-repeat center center; }

/***** block系 ******/
/**** block2 ******/
.block2 { -webkit-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD; -moz-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD;
box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD; float:left; width:47.6%; padding:0.6%; margin:0% 2% 2% 0%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; text-align:center; }
.block2:nth-child(2n) {	margin:0% 0% 2% 0%; }
.block2 img { max-width:100%; vertical-align:bottom; }
.block2 h5 { margin-top:10px; }
.block2 p { margin-bottom:0px; }
.block2 p a { text-decoration:none; }
.block2 p span img { max-width:100%; vertical-align:middle; margin-right:5px; }

/**** block3 ******/
.block3 { -webkit-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD; -moz-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD;
box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD; float:left; width:31.6%; padding:0.2%; margin:0% 2% 2% 0%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; position:relative; }
.block3:nth-child(3n) {	margin:0% 0% 2% 0%; }
.block3 img { width:100%; margin:0px auto; vertical-align:bottom; }
.block3 h3 { background:rgba(113,3,2,0.90); color:#FFF; text-align:center; font-weight:bold; padding:10px; margin:-48px auto 10px auto; position:relative; border:none; border-bottom-color:#FFAA00 !important; }
.block3 h4 { background:rgba(113,3,2,0.90); color:#FFF; text-align:center; font-weight:bold; padding:10px; margin:-48px auto 10px auto; position:relative; border:none; border-bottom-color:#FFAA00 !important; }
.block3 h5 { text-align:center; margin-top:10px; }
.block3 p { text-align:left; padding:0px 5px; /* font-size:11px; */ }
.block3 p span { display:inline-block; margin:5px; }
.block3 a:hover { color:#bbb; }
.block3 a { text-decoration:none; }

/**** block4 ******/
.block4 { float:left; width:21.0%; padding:0.0%; margin:0% 3.6% 2% 1%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; }
.block4:nth-child(4n) {	margin:0% 0% 2% 1%; }
.block4 h3 { border:none !important; margin:10px auto; padding:0px 0px 0px 18px; background:url(/wp/common/arrow.png) no-repeat left center; font-size:14px; }
.content .block4 h3::after { border:none; }
.block4 img { max-width:100%; vertical-align:bottom; }
.block4:hover img { -webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.block4 ul { padding:10px; }
.block4 ul li { list-style:inside; line-height:1.1; }
.block4 p { margin-bottom:0px; padding:5px 0px; color:#333; }
.block4 span img { max-width:100%; vertical-align:middle; margin-right:5px; }
.block4 a { text-decoration:none; }

/**** block5 ******/
.block5 { float:left; width:16.2%; padding:0.0%; margin:0% 3.2% 2% 1%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; }
.block5:nth-child(5n) {	margin:0% 0% 2% 1%; }
.block5 h3 { border:none; text-align:center; margin:10px auto; padding:0px; }
.block5 img { max-width:100%; vertical-align:bottom; }



.lBox { float:left; width:46%; }
.rBox { float:right; width:46%; }
.lBox img, .rBox img { width:100%; max-width:100%; }

.leftBox { float:left; width:48%; }
.rightBox { float:right; width:48%; }
.leftBox img, .rightBox img { max-width:100%; }

.pl { float:left; width:38%; padding:0% 4% 0% 8%; }
.content .pl h2 { background:none; border:none; color:#06a890; font-size:60px; padding:0px; }
.content .pl h2 span { display:block; font-size:40%; line-height:1.4; }
.content .pl p.kibo { font-size:18px; }
.content .pl p.kibo i { color:#06a890; }
.content .pl p.hiyou { font-size:50px; font-family: "Montserrat", serif !important; color:#C00; }
.content .pl p.hiyou span { font-size:50%; color:#111; }
.pr { float:right; width:50%; }
.pl img, .pr img { max-width:100%; border-radius:30px 0 0 30px; }

.lBlock { width:74%; float:left; }
.rBlock { width:24%; float:right; }
.lBlock h3, .rBlock h3 { font-size:20px; border:none; text-shadow:0px 0px 4px #666; }
.lBlock h3::after, .rBlock h3::after { border:none; }

.leftBox30 { float:left; width:30%; }
.rightBox70 { float:right; width:70%; }
.leftBox30 img, .rightBox70 img { max-width:100%; }

ul.list { }
ul.list li { list-style:none; background:url(/wp/common/arrow2.png) no-repeat left center; border-bottom:1px solid #CCC; padding:9px 5px 9px 15px; margin-bottom:0px; }

.A_BOX { background:#e2fcf1; padding:20px; border-radius:2px; }
.A_BOX p:last-child { margin-bottom:0px; }

.W_BOX {
	line-height:1.6;
	margin-bottom:10px;
	padding:20px;
	text-shadow: 1px 1px 2px #FFF;
	color: #222;
	border:1px solid #0f93a5;
	/* -webkit-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 4px #EDEDED;
	-moz-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 4px #EDEDED;
	box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 4px #EDEDED; */
	border-radius: 0px 0px 0px 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px 0px 0px 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px 0px 0px 0px;   /* Firefox用 */
	font-size:16px;
	position:relative;
}
.W_BOX p:last-child { margin-bottom:0px; }

.bb { font-weight:bold; }
.waku {	border:1px solid #DDD; }
.waku a { color:#0a67c9; }
.maB0 { margin-bottom:0px !important; }
.maB5 { margin-bottom:5px !important; }
.maB10 { margin-bottom:10px !important; }
.maB15 { margin-bottom:15px !important; }
.maB20 { margin-bottom:20px !important; }
.maB25 { margin-bottom:25px !important; }
.maB30 { margin-bottom:30px !important; }
.maB40 { margin-bottom:40px !important; }
.maB50 { margin-bottom:50px !important; }
.maB60 { margin-bottom:60px !important; }
.maB70 { margin-bottom:70px !important; }
.maB80 { margin-bottom:80px !important; }
.maB90 { margin-bottom:90px !important; }
.maB100 { margin-bottom:100px !important; }
.maR5 { margin-right:5px !important; }
.maR10 { margin-right:10px !important; }
.maR15 { margin-right:15px !important; }
.maR20 { margin-right:20px !important; }
.maR25 { margin-right:25px !important; }
.maR30 { margin-right:30px !important; }
.maL5 { margin-left:5px !important; }
.maL10 { margin-left:10px !important; }
.maL15 { margin-left:15px !important; }
.maL20 { margin-left:20px !important; }
.maL25 { margin-left:25px !important; }
.maL30 { margin-left:30px !important; }
.maT0 { margin-top:0px !important; }
.maT5 { margin-top:5px !important; }
.maT10 { margin-top:10px !important; }
.maT15 { margin-top:15px !important; }
.maT20 { margin-top:20px !important; }
.maT25 { margin-top:25px !important; }
.maT30 { margin-top:30px !important; }
.maT35 { margin-top:35px !important; }
.maT40 { margin-top:40px !important; }



.red { color:#cc110a !important; }
.yellow { color:#f5ef44 !important; }
.blue { color:#0a7ddc !important; }
.green { color:#2e8b57  !important; }
.pink { color:#ff69b4  !important; }
.orange { color:#ffa500  !important; }
.green2 { color:#4abcb1 !important; }

.pa1 { padding:1px; }
.pa2 { padding:2px; }
.pa3 { padding:3px; }
.pa4 { padding:4px; }
.pa5 { padding:5px; }
.pa10 { padding:10px; }
.pa15 { padding:15px; }
.pa20 { padding:20px; }
.pa25 { padding:25px; }
.pa30 { padding:30px; }
.pa35 { padding:35px; }
.pa40 { padding:40px; }
.paL10 { padding-left:10px !important; }
.paL20 { padding-left:20px !important; }
.paL30 { padding-left:30px !important; }
.paL40 { padding-left:40px !important; }
.paL50 { padding-left:50px !important; }
.paL60 { padding-left:60px !important; }

.f10 { font-size:10px !important; }
.f12 { font-size:12px !important; }
.f14 { font-size:14px !important; }
.f16 { font-size:16px !important; }
.f18 { font-size:18px !important; }
.f20 { font-size:20px !important; }
.f22 { font-size:22px !important; }
.f24 { font-size:24px !important; }
.f26 { font-size:26px !important; }
.f28 { font-size:28px !important; }
.f30 { font-size:30px !important; }
.f32 { font-size:32px !important; }
.f34 { font-size:34px !important; }
.f36 { font-size:36px !important; }
.f38 { font-size:38px !important; }
.f40 { font-size:40px !important; }
.f42 { font-size:42px !important; }
.f44 { font-size:44px !important; }
.f46 { font-size:46px !important; }
.f48 { font-size:48px !important; }
.f50 { font-size:50px !important; }

/*************
クリアー
*************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { overflow:hidden; zoom:1; }
.clear { clear:both; }

/*************
フロート
*************/
.fl { float:left; }
.fr { float:right; }

.click {
padding:20px 80px 20px 30px;
 background:url(/wp3/common/arrow.png) no-repeat 93% 50% rgb(117,202,216);
background:url(/wp3/common/arrow.png) no-repeat 93% 50%, linear-gradient(90deg, rgba(117,202,216,1) 0%, rgba(108,214,186,1) 100%); 
font-size:16px;
margin:10px auto;
text-decoration:none;
text-align:left;
display: inline-flex;
font-weight:bold;
color: #FFF;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 200px;
}

.click:hover{
color:#000;
 background:url(/wp3/common/arrow.png) no-repeat 95% 50% rgb(117,202,216);
background:url(/wp3/common/arrow.png) no-repeat 95% 50%, linear-gradient(90deg, rgba(117,202,216,1) 0%, rgba(108,214,186,1) 100%); 
border-radius: 200px;
}

.click2 {
padding:20px 80px 20px 30px;
 background:url(/wp3/common/arrow.png) no-repeat 93% 50% rgb(117,202,216);
background:url(/wp3/common/arrow.png) no-repeat 93% 50%, linear-gradient(90deg, rgba(117,202,216,1) 0%, rgba(108,214,186,1) 100%); 
font-size:16px;
margin:10px auto;
text-decoration:none;
text-align:left;
display: inline-flex;
font-weight:bold;
color: #000;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 200px;
}

.click2:hover{
color:#FFF;
 background:url(/wp3/common/arrow.png) no-repeat 95% 50% rgb(117,202,216);
background:url(/wp3/common/arrow.png) no-repeat 95% 50%, linear-gradient(90deg, rgba(117,202,216,1) 0%, rgba(108,214,186,1) 100%); 
border-radius: 200px;
}

.click_t {
padding:20px 0px 20px 0px;
 background:url(/wp3/common/arrow.png) no-repeat 93% 50% #FFF;
font-size:16px;
margin:10px auto;
text-decoration:none;
text-align:center;
display: block;
font-weight:bold;
color: #21a9aa;
	border:1px solid #6cc3bb;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 10px;
}
.click_t:hover{
color:#FFF;
 background:url(/wp3/common/arrow.png) no-repeat 95% 50% rgb(117,202,216);
border-radius: 10px;
}

.click_m {
padding:20px 0px 20px 0px;
 background:url(/wp3/common/arrow.png) no-repeat 93% 50% #FFF;
font-size:16px;
margin:10px auto;
text-decoration:none;
text-align:center;
display: block;
font-weight:bold;
color: #e07676;
	border:1px solid #e07676;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 10px;
}
.click_m:hover{
color:#FFF;
 background:url(/wp3/common/arrow.png) no-repeat 95% 50% rgb(117,202,216);
border-radius: 10px;
}

.click_l {
padding:20px 0px 20px 0px;
 background:url(/wp3/common/arrow.png) no-repeat 93% 50% #FFF;
font-size:16px;
margin:10px auto;
text-decoration:none;
text-align:center;
display: block;
font-weight:bold;
color: #69ca47;
	border:1px solid #69ca47;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 10px;
}
.click_l:hover{
color:#FFF;
 background:url(/wp3/common/arrow.png) no-repeat 95% 50% rgb(117,202,216);
border-radius: 10px;
}

.click_bt {
padding:8px 20px;
background:#000;
font-size:14px;
margin:10px auto;
text-decoration:none;
text-align:center;
display: inline-flex;
font-weight:bold;
color: #FFF;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.click_bt:hover{
color:#000;
background:#EEE;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

/***** ueda追加 *******/
.click_1 {padding:8px 0px;background:#ba80be;position:relative;font-size:14px;margin:10px auto 0px;text-decoration:none;text-align:center;display: block;font-weight:bold;color: #FFF;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; }
.click_1:hover{color:#000;background:#EEE;}
.click_1 i { position:absolute; right:15px; top:12px; }

.click_2 {padding:8px 0px;background:#e08dbc;position:relative;font-size:14px;margin:10px auto 0px;text-decoration:none;text-align:center;display: block;font-weight:bold;color: #FFF;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; }
.click_2:hover{color:#000;background:#EEE;}
.click_2 i { position:absolute; right:15px; top:12px; }

.click_3 {padding:8px 0px;background:#9779cb;position:relative;font-size:14px;margin:10px auto 0px;text-decoration:none;text-align:center;display: block;font-weight:bold;color: #FFF;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; }
.click_3:hover{color:#000;background:#EEE;}
.click_3 i { position:absolute; right:15px; top:12px; }

.click_4 {padding:8px 0px;background:#f0831e;position:relative;font-size:14px;margin:10px auto 0px;text-decoration:none;text-align:center;display: block;font-weight:bold;color: #FFF;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; }
.click_4:hover{color:#000;background:#EEE;}
.click_4 i { position:absolute; right:15px; top:12px; }

.click_5 {padding:8px 0px;background:#718cc7;position:relative;font-size:14px;margin:10px auto 0px;text-decoration:none;text-align:center;display: block;font-weight:bold;color: #FFF;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; }
.click_5:hover{color:#000;background:#EEE;}
.click_5 i { position:absolute; right:15px; top:12px; }

.click_6 {padding:8px 0px;background:#3ab483;position:relative;font-size:14px;margin:10px auto 0px;text-decoration:none;text-align:center;display: block;font-weight:bold;color: #FFF;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; }
.click_6:hover{color:#000;background:#EEE;}
.click_6 i { position:absolute; right:15px; top:12px; }

.click_7 {padding:8px 0px;background:#fc7270;position:relative;font-size:14px;margin:10px auto 0px;text-decoration:none;text-align:center;display: block;font-weight:bold;color: #FFF;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease; }
.click_7:hover{color:#000;background:#EEE;}
.click_7 i { position:absolute; right:15px; top:12px; }

.click_bt2 {
padding:8px 20px;
background:#000;
font-size:14px;
margin:10px auto;
text-decoration:none;
text-align:center;
display: inline-flex;
font-weight:bold;
color: #FFF;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.click_bt2:hover{
color:#000;
background:#EEE;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.content ul.check li {
    font-size: 20px;
    text-align: left;
    list-style: none;
    background: url(/wp2/common/check.png) no-repeat left center;
    padding: 5px 0px 5px 50px;
}

.button a {
    background: #eb6100;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 20px 30px;
    font-family: "Noto Sans Japanese";
    line-height: 1.8;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-bottom: solid 5px #b65511;
    transition: 0.3s ease-in-out;
}
.button a:before {
    content: "\f15c";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover:after {
  right: 1.4rem;
}
.button a:hover {
  background: #ee8134;
  color: #FFF;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.button a:hover:before {
    color: #fff;
}
.tooltip {
  font-family: "Noto Sans Japanese";
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-bottom: .5rem;
  text-align: center;
  color: #eb6100;
}

.tooltip:before {
  margin-right: 1rem;
  content: '＼';
}

.tooltip:after {
  margin-left: 1rem;
  content: '／';
}


/***** ueda追加 *******/

.contactBox { margin:20px auto; text-align:center; }

.spn { display:block; }

/***** スマホ時のみ改行 *******/
/*PCで無効*/
.pc_hid{ display: none; }

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_hid{ display: block; }
}

#back-top { z-index: 500; position: relative; display:block !important; }
#back-top a {
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 120px;
  right: 15px;
}


/* タブレット */
@media only screen and (max-width:880px){

#header #headContact { margin:5px; padding:5px; display:inline-block; }

.sp { display:none !important; }
.pc { display:inline-block !important; }

}

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

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	
	#fixedBox2 { position:fixed; bottom:0px; width:100%; padding:0px 0px; box-shadow:none; /* background:#51bac9; */ z-index:11; }
	#topMainBnr { display:none; }
	
	p.price .zeikomi { display: block;}
	.planBoxc .block p.zeinuki span { padding:0px; }
	
.pl { float:none; width:94%; padding:0% 3% 0% 3%; }
.content .pl h2 { font-size:40px;  }
.content .pl h2 span { font-size:40%; }
.content .pl p.hiyou { font-size:36px; }
.pr { float:none; width:94%; padding:0% 3%; text-align:center; }
.pr img { border-radius:5px; margin:0 auto; }


.sp { display:inline-block !important; }	
.pc { display:none !important; }
	
	#headerTop, #header { display:none; }
.setBox .block h4 { font-size: 11px; }


.Box3>div{ width: calc(100% / 1 - 20px); }
.Box4>div{ width: calc(100% / 2 - 20px); }


#header #headContact { width:96%; margin:0%; padding:1%; text-align:center; }
#header #headContactInner { float:none; }
.block2, .block3, .block4, .block5 { width:100%; }
.lBox, .rBox { width:100%; float:none; margin:0px auto 10px auto; }
	
	.lBox, .rBox, .leftBox, .rightBox, .leftBox30, .rightBox70 { width:100%; float:none; margin:0px auto 10px auto; }

.tcBox, .tcBox2, .tcBox3, .tcBox4, .tcBox5, .planBox, .planBoxc, .flBox { border-spacing: 15px 0px; }
.tcBox .block, .tcBox2 .block, .tcBox3 .block, .tcBox4 .block, .tcBox5 .block, .planBox .block, .planBoxc .block, .flBox .block { display:block; margin-bottom:15px; }
	
	.planBoxc .block p { font-size:18px; }
	.planBoxc .block p.price2 { text-align:center; }
	.waribikib { margin-bottom:15px; }

.clearfix img.fr, .clearfix img.fl { float:none; width:100%; }
.clearfix img.maL10, .clearfix img.maR10 { margin:0px 0px 10px 0px; }

.spn { display:none !important; }

	#footerSection { padding-bottom:75px; }
#footMenu .menu li a { line-height:1.6; }
	#footerSiteMap .menu li { display:inline-block; }
	#footerSiteMap .menu li li { display:inline-block; }

form input[type="date"], form input[type="email"], form input[type="password"], form input[type="text"], form select, form textarea, .wpcf7-tel { max-width:54%; }
	.wpcf7-list-item { display:block; font-size:14px; }

.content img.fl { float:none; margin:0px auto 10px auto !important; display:block; }
.content img.fr { float:none; margin:0px auto 10px auto !important; display:block; }
.content img.maR10 { margin:0px auto 10px auto !important; }
.content img.maL10 { margin:0px auto 10px auto !important; }
/* .content p { font-size:20px; line-height:1.9; } */

.tcBox .block p.ap { font-size:20px; line-height:1.9; }
.tcBox .block p.aoc { font-size:20px; line-height:1.9; }
.tcBox .block p.ft { font-size:20px; line-height:1.9; }
.flBox .block p { text-align:left; font-size:20px; line-height:1.9; }
.content h5 { clear: both; font-size: 20px; line-height: 130%; margin: 30px 0px 15px; padding: 0; }

.parallax-window {
     min-height: 300px;
     background: transparent;
}
	

	
	.question {	padding: 1% 1% 1% 7%; width:92%; }
	
	.scBox .block { display:block; margin-bottom:15px; min-height:120px; }
.scBox .block::after { content:url(/wp/common/sc_arrow2.png); position:absolute; right:44%; bottom:-52%; transform:translate(-44%, 50%); }
.scBox .block:last-child::after { content:""; position:absolute; top:46%; right:0px; }
.scBox .block h3 { color:#DDD; display:inline-block; border:none; padding:0px; margin:10px auto; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; }
	
		.scBox2 .block { display:table-cell; margin-bottom:15px; min-height:120px; }
.scBox2 .block::after { content:url(/wp/common/sc_arrow2.png); position:absolute; right:44%; bottom:-52%; transform:translate(-44%, 50%); }
.scBox2 .block:last-child::after { content:""; position:absolute; top:46%; right:0px; }
.scBox2 .block h3 { color:#DDD; display:inline-block; border:none; padding:0px; margin:10px auto; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; }




	
.content table.contact { border:none; font-size:16px !important; }
.content table.contact th { display:block; border:none; /* padding:10px 0px; */ }
.content table.contact td { display:block; border:none; padding:10px 0px; }
form input[type="email"], form input[type="tel"], form input[type="text"], form select, form textarea, .wpcf7-tel { max-width:52%; }


}



