@charset "utf-8";

/* カスタムcss */
.home .adminEdit { display:none; }
.home #main { border:none; }
.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; line-height:1.3; }
#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:#000; margin:5px auto; font-family: "Roboto", sans-serif; font-weight:800; }
#header #headContact #headContactTel span { font-size:60%; }
#header #headContact #headContactTel a { color:#111; }
#header #headContact #headContactTel .fa-solid { font-size:60%; }
#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; }
.grecaptcha-badge { bottom: 80px !important; }


#header .mail_bt{
font-size:13px;
background: #0350BF;
background: linear-gradient(90deg, rgba(3, 80, 191, 1) 0%, rgba(27, 149, 224, 1) 100%);
display:inline-block;
color: #FFF;
margin:-5px 5px 0px 5px;
padding:6px 18px 6px 18px;
vertical-align:middle;
border-radius:200px; 
}
#header .mail_bt:hover { background: #0350BF;
background: linear-gradient(270deg, rgba(3, 80, 191, 1) 0%, rgba(27, 149, 224, 1) 100%); }
#header a.mail_bt { text-decoration:none; color:#FFF !important; }
#header #headContact #headContactTel .mail_bt i { font-size:100%; }

#header .line_bt{
font-size:13px;
background:#00b900;
display:inline-block;
color: #FFF;
margin:-5px 5px 0px 5px;
padding:6px 18px 6px 18px;
vertical-align:middle;
border-radius:200px; 
}
#header .line_bt:hover { background:#005ac0; }
#header a.line_bt { text-decoration:none; color:#FFF !important; }
#header .line_bt i { font-size:100% !important; }

/* アイキャッチ画像のサイズを設定 */
#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);
}


.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.sect1 { text-align:center; padding:50px 0px; background:#0047ab; }
.content .sect1 h2.ct, .content .sect1 h2.ct span { color:#FFF; }
.sect2 { text-align:center; padding:50px 0px; }
.sect3 { text-align:center; padding:50px 0px; }

.sect4 { text-align:center; padding:50px 0px; background:#0047ab; }
.content .sect4 h2.ct, .content .sect4 h2.ct span { color:#FFF; }
.content .sect4 p, .content .sect4 p { color:#FFF; }
.sect5 { text-align:center; padding:50px 0px; background:#d3eef5; }
.sect6 { text-align:center; padding:50px 0px; background:#0047ab; }
.content .sect6 h2.ct, .content .sect6 h2.ct span { color:#FFF; }

.sect_news { text-align:center; padding:30px 0px; }


/*タブ切り替え全体のスタイル*/
.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:0px 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:#0047ab; border-top:0px solid #111; padding:0px; }
#siteBottomInner.innerBox { padding:15px 0px 15px 0px; color:#FFF; }
#siteBottomInner.innerBox a { color:#FFF; }

.content h2, .content h3, .content h4, .content h5 { font-family: "Roboto", sans-serif; font-weight:800; }

.content h1.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }
.content h2.ct { text-align:center; background:none; border:none; font-size:42px; color:#111; padding:8px 0px; }
.content h2.ct span { font-size:50%; color:#878787; display:block; line-height:1.4; }
.content h3.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }
.content h3.ct span { font-size:70%; color:#878787; display:block; }

.content h3.hinmoku { border:none; margin-top:0px; text-align:center; padding:10px 0px; background:#fff661; }
.content h3.hinmoku::after { border:none; }

.content h4.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }

.content h4.price { border:none; text-align:center; margin: 20px 0px 30px; }
.content h4.price .big { color:#cb001f; font-size:42px; font-weight:bold; }
.content h4.price span { vertical-align: baseline; display:inline-block; }

.content h5.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }

.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 h3.obi2 { color:#FFF; font-size:20px; margin:30px auto 10px auto; padding:10px 15px; border:none; background:#000080; }

.centerBox { text-align:center; }

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

/*Question*/
.question {
	color: #111;
	font-size:16px;
	text-align:left;
	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 #efeef2;
	padding: 0px 2%;
	margin: 0 0 10px;
	width:94%!important;
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
	background: #daf5f0;
	-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%;
	z-index: 100;
}
/*FAQ Toggle*/
.plus {
	color: #00b7bd;
	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 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; }
.content .tcBox .block h3.hinmoku { padding:10px 0px; }
.tcBox .block h3::after { border:none; }
.tcBox .block p { text-align:left; }

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

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


.rsBox { border-collapse: separate; border-spacing: 40px 20px; display:table; table-layout: fixed; width:100%; }
.rsBox .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; padding:20px; background:#FFF; border-radius:28px; }
.rsBox .block img { max-width:100%; margin-bottom:10px; }
.rsBox .block h3 { border:none; padding:0px; color:#0047ab; font-size:28px; }
.rsBox .block h3 span { display:block; font-size:50%; }
.rsBox .block h3::after { border:none; }
.rsBox .block p { text-align:center; }
.rsBox .block p:last-child { margin-bottom:0px;}


.contBox { border-collapse: separate; border-spacing: 40px 20px; display:table; table-layout: fixed; width:100%; }
.contBox .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; padding:20px; background:#FFF; border-radius:28px; }
.contBox .block img { max-width:100%; margin-bottom:10px; }
.contBox .block h3 { border:none; padding:0px; color:#111; font-size:24px; }
.contBox .block h3 span { display:block; font-size:50%; }
.contBox .block h3::after { border:none; }
.contBox .block p { text-align:center; }
.contBox .block p.tel { font-size:40px; font-weight:bold; color:#0047ab; font-family: "Roboto", sans-serif; font-weight:800; }
.contBox .block p.tel a { color:#0047ab; }
.contBox .block p.tel i { font-size:70%; }
.contBox .block p:last-child { margin-bottom:0px;}



/* ゴーストボタン */
/* 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%; }

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

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:#F5F5F5; padding:20px; border-radius:2px; }
.A_BOX p:last-child { margin-bottom:0px; }

.W_BOX {
	line-height:1.6;
	margin-bottom:15px;
	padding:15px;
	text-shadow: 1px 1px 2px #FFF;
	color: #222;
	border:1px solid #DDD;
	-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:#cb001f !important; }
.yellow { color:#f5ef44 !important; }
.blue { color:#0047ab !important; }
.green { color:#2e8b57  !important; }
.pink { color:#ff69b4  !important; }
.orange { color:#ffa500  !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:12px 100px;
background:#00aac3;
position:relative;
font-size:16px;
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: 200px;
}
.click:hover{
color:#000;
background:#EEE;
border-radius: 200px;
}

.click::after {
  content: "\f054";
  font-family: FontAwesome;
  padding: 0 15px;
  position: absolute;
  right: 10px;
  top: 26%;
}

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


.click_l {
padding:15px 80px;
background:#00b900;
position:relative;
font-size:16px;
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: 200px;
}
.click_l:hover{
color:#000;
background:#EEE;
border-radius: 200px;
}
.click_l i { margin-right:10px; line-height: 1.4; }


.click_m {
padding:15px 80px;
background: #0350BF;
background: linear-gradient(90deg, rgba(3, 80, 191, 1) 0%, rgba(27, 149, 224, 1) 100%);
position:relative;
font-size:16px;
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: 200px;
}
.click_m:hover{
color:#000;
background:#EEE;
border-radius: 200px;
}
.click_m i { margin-right:10px; line-height: 1.4; }

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


/* タブレット */
@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){

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

#header #site-title { margin: 5px 5px 0px; }

.Box3>div{ width: calc(100% / 1 - 20px); }
.Box4>div{ width: calc(100% / 2 - 20px); }
	
	.question { padding: 1% 1% 1% 6%; width: 93%; font-size:14px; }
	.plus { font-size:1.8em; }

	
	.content h2.ct { font-size:32px; }
	
	.click { padding:15px 60px; }
	.click_m, .click_l { padding:15px 50px; }
	#header #headContact #headContactTxt { display: none !important; }


#header #headContact { width:98%; margin:0%; padding:0% 1%; text-align:center; }
	#header #headContact #headContactTel { font-size:24px; }
#header #headContactInner { float:none; }
.block2, .block3, .block4, .block5 { width:100%; }
.lBox, .rBox { width:100%; float:none; margin:0px auto 10px auto; }

.tcBox, .tcBox2, .tcBox3, .tcBox4, .tcBox5, .rsBox, .contBox { border-spacing: 15px 0px; }
.tcBox .block, .tcBox2 .block, .tcBox3 .block, .rsBox .block, .contBox .block { display:block; 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; }

#footMenu .menu li a { line-height:1.6; }

form input[type="date"], form input[type="email"], form input[type="password"], form input[type="text"], form select, form textarea, .wpcf7-tel { max-width:94%; }

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

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

	
.content table.contact { border:none; }
.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:92%; }


}



