@charset "UTF-8";

/*
Theme Name: naisou
Author: ecm
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300&display=swap');
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");

* {
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-feature-settings: "palt" 1;
	border: 0;
	list-style: none;
	letter-spacing: 1px;
	outline: none;
}
html {
	height: 100%;
	--col-nv: #36537b;
	--col-bl: #4a6e8e;
	--col-br: #897c6e;
	--col-be: #c3b7a9;
	--col-lbe: #efe7d2;
	--col-rd: #dd0000;
	--col-pk: #eb6877;
	--col-bk: #333;
}
body {
	height: 100%;
	color: #444;
	font-size: 20px;
	color: var(--col-bk);
	line-height: 1.8;
	letter-spacing: 1px;
}
a {
	color: var(--col-bk);
	text-decoration: none;
	transition: .3s;
}
a:hover {
	color: var(--col-bl);
	text-decoration: underline;
	transition: .3s;
}
img {
	max-width: 100%;
}
video {
	display: block;
	max-width: 100%;
}

/*-base-*/
.content {
	width: 92%;
	max-width: 1280px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.small {
	font-size: 70%;
}
@media screen and (min-width: 781px) {
.sponly {
	display: none !important;
}
}
@media screen and (max-width: 781px) {
.pconly {
	display: none !important;
}
}

/*-header-*/
#header {
	width: 100%;
	padding: 30px 0 0;
}
.head-logo {
	display: block;
	width: 30%;
	margin: 0 auto 40px;
}
.head-menu {
	font-size: 14px;
	line-height: 1;
}
.head-menu a {
	font-weight: bold;
	transition: .3s;
}
.head-menu a:hover {
	text-decoration: none;
	transform: translateY(3px);
	transition: .3s;
}
.head-menu .logo a {
	display: block;
}
.head-menu .logo a:hover {
	transform: translateY(-3px);
}
.head-menu a span:before {
	content: "\f107";
	margin: 0 5px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.toponly {
	display: none;
}
.home .toponly {
	display: block;
}
@media screen and (max-width: 781px) {
.head-logo {
	width: 70%;
}
.head-menu-wrap {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.head-menu {
	width: 42em;
}
}

/*-search-*/
::-webkit-input-placeholder{
	color: #ccc;
	font-size: 11px;
}
::-moz-placeholder {
	color: #ccc;
	font-size: 11px;
}
:-moz-placeholder {
	color: #ccc;
	font-size: 11px;
}
:-ms-input-placeholder {
	color: #ccc;
	font-size: 11px;
}

/*-hmenu-*/
.ham-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 40px;
	color: var(--col-br);
	line-height: 1;
	transition: .3s;
	z-index: 9;
}
.ham-btn.scr {
	color: var(--col-bk);
	opacity: .8;
	transition: .3s;
}
.ham-btn:hover {
	color: $col-sbl;
	transition: .3s;
}
.ham-menu-wrap {
}
.ham-menu li {
	width: 49%;
}
.ham-menu li+li {
	margin: 0 0 15px;
}
.ham-menu-title {
	width: 100% !important;
}
.ham-menu-title h3 {
	color: var(--col-nv);
}
.ham-menu li a {
	display: block;
	padding: 12px 15px 8px;
	background: var(--col-nv);
	color: #fff;
	transition: .3s;
}
.ham-menu li a:hover {
	background: var(--col-bl);
	text-decoration: none;
	transition: .3s;
}
.ham-menu-news {
	width: 100%;
	margin: 0 0 15px;
	font-size: 80%;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 781px) {
.ham-menu li {
	width: 100%;
}
.ham-menu li:nth-child(n+2) {
	margin: 10px 0 0;
}
.ham-menu-news {
	margin: 10px 0 0;
	text-align: left;
}
}

/*-footer-*/
#footer {
	padding: 60px 0;
	background: var(--col-br);
	text-align: center;
}
#footer nav {
	-webkit-justify-content: center;
	justify-content: center;
}
#footer nav a {
	display: block;
	color: #fff;
}
.ft-wrap {
	font-size: 16px;
}
.ft-wrap h4 {
	color: #fff;
	text-align: left;
}
.ft-wrap li {
	width: 100%;
	margin: 10px 0 0 15px;
	text-align: left;
	font-size: 90%;
}
.ft-nav-menu {
	width: 22%;
}
.ft-nav-kanren {
	width: 24%;
}
.ft-nav-sns {
	width: 18%;
}
.ft-nav-logo {
	width: 20%;
	margin-left: 16%;
	text-align: right;
}
.ft-nav-logo img {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}
.copyright {
	font-size: 12px;
	color: #ddd;
	text-align: right;
}
.totop-wrap {
	position: fixed;
	bottom: 90px;
	right: 0;
}
.totop {
	display: block;
	padding: 15px 16px 15px 10px;
	background: var(--col-bl);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	border-radius: 5px 0 0 5px;
	writing-mode: vertical-rl;
}
.totop:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(-5px);
}
.totop i {
	transform: translateX(3px);
}
.footlink-wrap {
	position: fixed;
	bottom: 150px;
	right: 0;
}
@keyframes fadeIn {
	from {
		transform: translateX(100px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes cutIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.hiddenbtn {
	position: absolute;
	top: -35px;
	right: 3px;
	font-size: 40px;
	font-weight: 100;
	color: $col-lgb;
	line-height: 1;
	animation: cutIn ease-in 3s;
}
.hiddenbtn:hover {
	cursor: pointer;
}
.hidden {
	display: none;
	transition: .3s;
}
@media screen and (min-width: 782px) {
.footlink {
	display: block;
	padding: 15px 16px 15px 10px;
	background: var(--col-bl);
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 5px 0 0 5px;
	writing-mode: vertical-rl;
	animation: fadeIn ease-in 2s;
}
.footlink:hover {
	padding: 15px 26px 15px 10px;
	color: #fff;
	text-decoration: none;
}
.footlink i {
	transform: translateX(3px);
}
}
@media screen and (max-width: 781px) {
#footer {
	padding: 50px 0;
}
.ft-nav-menu,
.ft-nav-kanren,
.ft-nav-sns,
.ft-nav-logo {
	width: 100%;
	margin: 0 0 25px;
}
.ft-wrap h4 {
	margin: 0 0 5px !important;
}
.ft-nav-logo img {
	width: 40%;
	margin: 0 auto 10px;
}
.copyright {
	font-size: 11px;
	text-align: center;
}
.footlink-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.footlink-sp li {
  box-sizing: border-box;
}
.footlink-sp li a {
  display: block;
  width: 100%;
  padding: 16px 0 8px;
  font-size: 4vw;
  color: #fff;
  background: rgba(62,90,128,0.9);
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
/*
.footlink-sp-line {
  width: 34%;
  border-right: 1px solid #fff;
}
*/
.footlink-sp-tel {
  width: 50%;
  border-right: 1px solid #fff;
}
.footlink-sp-mail {
  width: 50%;
}
.footlink-sp li i {
  display: block;
  font-size: 6vw;
  margin: 0 0 5px;
}
.grecaptcha-badge{
    margin-bottom: 60px;
}
}

/*-main-*/
.main {
}

/*-home-*/
.home section {
}
.home section+section {
}
.home h2 {
	margin: 0 0 50px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
.home h2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.bg-wh h2 span:before,
.bg-wh h2 span:after {
	/*color: #ff1f5a;*/
	color: $col-gd;
}
.bg-pk h2 span:before,
.bg-pk h2 span:after {
	color: #fff;
}
.bg-gd h2 span:before,
.bg-gd h2 span:after {
	color: #fff;
}
.sec-chp {
	margin: 40px 0 0;
}
.att-comment {
	text-align: right;
	font-size: 11px;
	color: #ccc;
}
@media screen and (max-width: 781px) {
.home h2 {
	margin: 0 0 20px;
}
}

#sec1 {
	padding: 30px 0 60px;
}
.sec1-img {
	display: block;
	width: 40%;
	margin: 0 auto 40px;
}
.sec1-text0 {
	padding: 100px 0;
	background: url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec1-bg3.jpg) no-repeat center / cover;
}
.sec1-text0-box {
	margin: 0 auto;
	padding: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: rgba(0,0,0,0.5);
	text-shadow: 0 0 5px #333;
	box-sizing: border-box;
}
.sec1-title {
	margin: 0 0 30px !important;
	font-size: 50px !important;
	line-height: 1.2 !important;
}
.sec1-text1 {
	margin: 0 auto 40px;
	font-weight: bold;
	text-align: center;
}
.sec1-text1 span {
	padding: 26px 50px 14px 55px;
	font-size: 40px;
	color: #fff;
	background: url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec4-bg1.png) no-repeat left top / contain, url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec4-bg2.png) no-repeat right bottom / contain var(--col-nv);
	letter-spacing: 10px;
	line-height: 1;
}
.sec1-text2 {
	margin: 0 auto 10px;
	text-align: center;
}
.sec1-text3-tel1 {
	color: var(--col-nv);
	font-size: 80px;
	text-align: center;
}
.sec1-text3-tel2 {
	color: var(--col-nv);
	font-size: 40px;
	text-align: center;
}
@media screen and (max-width: 781px) {
#sec1 {
	padding: 30px 0 40px;
}
.sec1-text0 {
	padding: 50px 0;
}
.sec1-text0-box {
	margin: 0 20px;
	padding: 20px;
	font-size: 14px;
}
.sec1-title {
	margin: 0 0 15px !important;
	font-size: 5vw !important;
}
.sec1-text3 {
	font-size: 11vw;
}
.sec1-text3-tel1 {
	font-size: 10vw;
}
.sec1-text3-tel2 {
	font-size: 7vw;
}
}

#sec2 {
	padding: 100px 0;
	background: url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec2-img2.jpg) no-repeat left center / cover;
}
.sec2-text1-l {
	width: calc(94% - 800px);
}
.sec2-text1-r {
	width: 800px;
	font-weight: bold;
	text-shadow: 0 0 10px #fff;
}
.sec2-text1-r span {
	color: var(--col-pk);
}
@media screen and (max-width: 781px) {
#sec2 {
	padding: 0;
	background: none;
}
.sec2-text1-l {
	width: 100%;
	margin: 0 0 20px;
	padding: 66% 0 0;
	background: url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec2-img2.jpg) no-repeat left center / cover;
}
.sec2-text1-r {
	width: 100%;
	font-size: 14px;
	text-shadow: none;
}
#sec2 h2 {
	margin: 0 0 20px;
}
}

#sec3 {
	padding: 100px 0 60px;
}
.sec3-list li {
	width: 48%;
}
.sec3-list li:nth-child(n+3) {
	margin-top: 40px;
}
.sec3-list li a {
	position: relative;
	display: block;
}
.sec3-list li a p {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0 0 5px #000;
	line-height: 1;
}
/*
.sec3-list li a h3 {
	position: absolute;
	bottom: -10px;
	right: -10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	transition: .3s;
}
.sec3-list li a h3 div {
	padding: 23px 30px 18px;
	background: var(--col-br);
	transform: skewX(-25deg);
}
.sec3-list li a h3 span {
	display: block;
	color: #fff;
	letter-spacing: 3px;
	transform: skewX(25deg);
}
.sec3-list li a:hover h3 {
	right: -15px;
	transition: .3s;
}
*/
@media screen and (max-width: 781px) {
#sec3 {
	padding: 40px 0 50px;
}
.sec3-list li {
	width: 100%;
}
.sec3-list li+li {
	margin-top: 40px;
}
.sec3-list li a p {
	font-size: 10vw;
}
/*
.sec3-list li a h3 {
	bottom: -10px;
	right: 4%;
	font-size: 13px;
}
.sec3-list li a h3 div {
	padding: 13px 20px 8px;
}
.sec3-list li a h3 span {
	letter-spacing: 0;
}
*/
}

#sec4 {
	padding: 80px 0 60px;
	background: url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec4-bg1.png) no-repeat left top, url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec4-bg2.png) no-repeat right bottom var(--col-lbe);
}
.sec4-jirei-more a {
	display: block;
	width: 30%;
	margin: 0 auto;
	padding: 23px 30px 18px;
	background: var(--col-br);
	color: #fff;
	text-align: center;
	transition: .3s;
}
.sec4-jirei-more a:hover {
	transform: translateX(10px);
	text-decoration: none;
	transition: .3s;
}
@media screen and (max-width: 781px) {
#sec4 {
	padding: 50px 0;
}
.sec4-jirei-more a {
	width: 70%;
	padding: 13px 4% 8px;
	font-size: 14px;
}
}

#sec5 {
	padding: 100px 0 80px;
}
.sec5-li {
	
}
.sec5-li li {
	width: 30%;
}
.sec5-li li img {
	display: block;
	margin: 0 0 15px;
}
.sec5-text {
	text-align: center;
}
.sec5-text h3 {
	margin: 0 0 10px;
	padding: 20px 15px 10px;
	color: #fff;
	font-size: 30px;
	background: url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec4-bg1.png) no-repeat left top / contain, url(https://three-plus-k.com/wp/wp-content/themes/naisou/images/sec4-bg2.png) no-repeat right bottom / contain var(--col-nv);
	text-align: center;
}
@media screen and (max-width: 781px) {
#sec5 {
	padding: 50px 0;
}
.sec5-li li {
	width: 100%;
}
.sec5-li li+li {
	margin: 20px 0 0;
}
.sec5-text h3 {
	padding: 16px 4% 6px;
	font-size: 24px;
}
}

#sec6 {
	padding: 60px 0;
	background: var(--col-lbe);
}
#sec6 img {
	display: block;
}
.sec6-ul {
	width: 70%;
	margin: 0 auto;
}
.sec6-ul h3 {
	margin: 0 0 5px;
	font-size: 18px;
}
.sec6-ul h5 {
	margin: 0 0 20px -12%;
}
.sec6-ul h5 span {
	padding: 11px 18px 6px;
	background: var(--col-br);
	color: #fff;
	font-size: 20px;
	line-height: 1;
}
.sec6-ul h5 span strong {
	font-size: 250%;
}
.sec6-li-l {
	width: 46%;
	padding: 25px 0;
}
.sec6-li-r {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 25px 0 25px 4%;
	font-size: 16px;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
@media screen and (max-width: 781px) {
#sec6 {
	padding: 50px 0 30px;
}
.sec6-ul {
	width: 100%;
}
.sec6-ul h5 {
	margin: -70px 0 10px -14%;
}
.sec6-li-l {
	width: 100%;
	padding: 0;
}
.sec6-li-r {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 40px 6% 15px;
	font-size: 14px;
	border-left: 1px solid #ccc;
}
}

#sec7 {
	padding: 100px 0 200px;
}
.sec7-text {
	margin: 0 0 50px;
	padding: 16px 15px 14px;
	color: var(--col-rd);
	font-weight: bold;
	text-align: center;
	/*background: var(--col-br);*/
}
.sec7-ul {
	
}
.sec7-ul li {
	width: 46%;
}
.sec7-ul li h3 {
	margin: 0 0 10px;
	text-align: center;
}
.telnumber {
	display: block;
	margin: 0 0 10px;
	padding: 20px 15px 10px;
	color: var(--col-bl);
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	border: 3px solid var(--col-bl);
	border-radius: 100px;
	transition: .3s;
}
.telnumber:hover {
	background: var(--col-bl);
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
.sec7-li-text {
	font-size: 80%;
	text-align: center;
}
@media screen and (max-width: 781px) {
#sec7 {
	padding: 50px 0 70px;
}
.sec7-text {
	margin: 0 0 20px;
}
.sec7-ul li {
	width: 100%;
}
.sec7-ul li+li {
	margin: 20px 0 0;
}
.telnumber {
	padding: 16px 4% 6px;
	font-size: 7vw;
}
}

/*-jirei-*/
.home {
.jirei-ul-wrap {
	margin: 0 0 40px;
}
.jirei-ul li {
	width: 32%;
	margin-bottom: 30px;
}
.jirei-ul li a {
	display: block;
	border: 10px solid #fff;
	box-shadow: 0 0 15px var(--col-be);
	box-sizing: border-box;
	transition: .5s;
}
.jirei-ul li a:hover {
	text-decoration: none;
	transform: rotate(-5deg);
	transition: .5s;
}
.jirei-img {
	width: 100%;
	height: 0;
	padding: 56.25% 0 0;
	background-position: center;
	background-size: cover;
}
.jirei-text {
	padding: 20px;
	font-size: 16px;
	background: #fff;
}
.jirei-date {
	margin: 0 0 6px;
	font-size: 70%;
	color: #666;
}
}
.category {
.jirei-ul {
	margin: 0 0 40px;
}
.jirei-ul li {
	width: 30%;
	margin-bottom: 30px;
}
.jirei-ul li a {
	display: block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.jirei-img {
	width: 100%;
	height: 0;
	padding: 56.25% 0 0;
	background-position: center;
	background-size: cover;
}
.jirei-text {
	padding: 20px;
	font-size: 16px;
	background: #fff;
}
.jirei-date {
	margin: 0 0 6px;
	font-size: 70%;
	color: #666;
}
}
@media screen and (max-width: 781px) {
.home {
.jirei-ul-wrap {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px;
	box-sizing: border-box;
	overflow-x: auto;
	white-space: nowrap;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.jirei-ul {
	width: 440vw;
}
.jirei-ul li {
	width: 70vw;
	margin-bottom: 0;
}
.jirei-ul li+li {
	margin: 0 0 0 4vw;
}
}
.category {
.jirei-ul li {
	width: 100%;
	margin-bottom: 15px;
}
}
}

/*-category-*/
.category .main {
	padding: 60px 0;
}
.category img {
	display: block;
	max-width: 100%;
}
.cat-title {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	color: $col-gd;
	text-align: center;
}
.cat-list {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.cat-list:empty {
	display: none !important;
}
.cat-list li {
	width: 20%;
	margin: 0 0 10px;
	font-size: 14px;
}
.cat-list li a {
	position: relative;
	padding: 0 0 0 10px;
}
.cat-list li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	left: 0;
	margin: -7px 0 0;
}
.category .newslist {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.category .newslist li {
	width: 32%;
}
.category .newslist li:nth-child(1),
.category .newslist li:nth-child(2),
.category .newslist li:nth-child(3) {
	margin-top: 0;
}
.category .newslist li:nth-child(n+4) {
	margin-top: 20px;
}
.category .newslist li:nth-child(3n+2),
.category .newslist li:nth-child(3n+3) {
	margin-left: 2%;
}

/*-page-*/
.page .main {
	padding: 0 0 80px;
}
.page img {
	display: block;
	max-width: 100%;
}
.page h3 {
	display: block;
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: bold;
}
.page h4 {
	display: block;
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
}
.article-in {
/*
	width: 92%;
    max-width: 1280px;
    margin: 0 auto;
*/
	width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 781px) {
.article-in {
	width: 92%;
    margin: 0 auto;
}

}
.article-in strong {
	font-weight: bold;
}
.article-in p,
.article-in figure {
	margin: 0 0 20px;
	letter-spacing: 0;
}
.article-in hr {
	display: block;
	height: 0;
	margin: 40px 0;
	border-bottom: 1px solid #ddd;
}
.page-title {
	margin: 0 0 20px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 781px) {
.page-title {
	margin: 0 0 20px;
	font-size: 24px;
}
}

/*-page-faq-*/
.article-in .faqlist li+li {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #ddd;
}
.article-in .acd-label,
.article-in .acd-check:checked + .acd-label {
	padding: 0;
	font-size: 20px;
	color: $col-yl;
	background: #fff;
}
.article-in .acd-label:before {
	display: none;
}
.article-in .acd-content {
	padding-left: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	background: #fff;
}
.article-in .acd-content:before {
		position: absolute;
		content: "A:";
		top: 0;
		left: 0;
		font-size: 30px;
		color: #ffd700;
		line-height: 1;
}

/*-page-corp-*/
.corp-li {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.corp-li li {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.corp-li li:nth-child(2n+1) {
	width: 20%;
	font-size: 14px;
	background: #eee;
}
.corp-li li:nth-child(2n) {
	width: 80%;
}
@media screen and (max-width: 781px) {
.corp-li li:nth-child(2n+1),
.corp-li li:nth-child(2n) {
	width: 100%;
}
}

/*-page-jigyo-*/
.jigyo h3 {
	margin: 0;
}

/*-page-sitemap-*/
.aioseo-html-page-sitemap h4 {
	display: none;
}
.aioseo-html-page-sitemap ul,
.aioseo-html-page-sitemap li {
	display: block;
}
.aioseo-html-page-sitemap > ul > li {
	margin-bottom: 30px;
}
.aioseo-html-page-sitemap ul ul {
	margin: 10px 0 0 30px;
}
.aioseo-html-page-sitemap ul ul a {
	font-size: 80%;
}
.aioseo-html-page-sitemap > ul > li > a:before {
	content: "\f105";
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 16px;
}

/*-single-*/
.single .main {
	padding: 60px 0 80px;
}
.single-cat {
	margin: 0 0 30px;
	padding: 0 0 20px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}
.single-cat span {
	font-size: 12px;
}
.single .article-in a {
	color: $col-yl;
	text-decoration: underline;
}

/*-search-*/
.search-text {
	margin: 0 0 20px;
}
.search-text span {
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #999999;
}

/*-404-*/
.error404 .main {
	padding: 60px 0 80px;
}
/*-contactform-*/
.tab-content input[type="radio"] {
	display: none;
}
.tab-content > .tab-box > div {
	display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
}
#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
}
.tab-content label {
	display: inline-block;
	margin: 0 10px -1px 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	transition: 0.5s;
}
.tab-content input[type="radio"]:checked + label {
	background: #f3f3f3;
	color: #333;
	border-bottom: 1px solid #f3f3f3 !important;
	transition: 0.5s;
}
.contact-check {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1;
}
.contact-check .wpcf7-form-control-wrap {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}
.contact-check .checkbox-icon {
	display: block;
	width: 40px;
	height: 40px;
}
.contact-check .wpcf7-form-control {
	display: none !important;
}
.contact-check .wpcf7-form-control + .checkbox-icon {
	position: relative;
	vertical-align: middle;
	padding: 0;
}
.contact-check .wpcf7-form-control + .checkbox-icon:before {
	content: "\f096";
	margin: 0;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #ddd;
	line-height: 1;
}
.contact-check .wpcf7-form-control:checked + .checkbox-icon:before {
	content: "\f14a";
	color: #666;
}
.contact-check label, .contact-check .wpcf7-acceptance {
	margin: 0;
	padding: 0;
	border: none !important;
	background: none !important;
}
.contact-check .red {
	color: #d00;
}
.contactform {
	width: 700px;
	margin: 0 auto;
}
.checkbox-icon:hover {
	cursor: pointer;
}
.wpcf7-form > p {
	margin-bottom: 30px;
}
.wpcf7-form > p:last-child {
	margin-bottom: 0;
}
.inquiry-cap {
	display: inline-block;
	margin: 0 0 5px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.wpcf7-text,
.wpcf7-select,
.wpcf7-textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 3px;
}
.wpcf7 {
	max-width: 700px;
	margin: 0 auto;
}
div.wpcf7 textarea {
	height: 300px;
}
.wpcf7-submit {
	display: block;
	width: 50%;
	margin: 0 auto 40px;
	padding: 33px 30px 28px;
	font-weight: bold;
	font-size: 18px;
	background: var(--col-bl);
	color: #fff;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
	transition: .3s;
}
.wpcf7-submit:hover {
	transform: translateX(10px);
	transition: .3s;
}
.wpcf7-captchac {
	border: 1px solid #ccc;
}
.wpcf7 .wpcf7-not-valid {
	background: #ffeeee;
}
.wpcf7 span.wpcf7-not-valid-tip {
	margin: 5px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #d00;
}
.wpcf7 .wpcf7-response-output {
	margin: 0 0 20px;
	padding: 12px 10px 8px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.wpcf7 .wpcf7-validation-errors {
	margin: 0 0 30px;
	font-weight: bold;
	color: #d00;
	background: url(https://plus3-service.com/wp/wp-content/themes/plus3/images/bg-line-wh.png) center repeat #ffedef;
	border: none;
	border-radius: 3px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	margin: 0 0 20px;
	font-weight: bold;
	color: #af9b4f;
	border: none;
}
.wpcf7c-conf {
	background: #eee !important;
	border: none !important;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input.wpcf7c-conf:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #eee inset;
}
.wpcf7 .required {
	margin: 5px 0 0;
	font-weight: bold;
	color: #d00;
}
.wpcf7 .any {
	color: #080;
}
.inquiry-att {
	margin: 0 0 10px;
	font-size: 16px;
}
.inquiry-att span {
	font-weight: bold;
	color: #d00;
}
.spamcheck {
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	background: var(--col-lbe);
	text-align: center;
	box-sizing: border-box;
}
.spamcheck label {
	font-size: 16px;
}
.spamcheck input {
	width: 24px;
	height: 24px;
	vertical-align: -0.4em;
}
.wpcf7-response-output {
	padding: 30px 8%;
	font-size: 16px !important;
	font-weight: bold;
	background: #ffeeee;
	color: #d00 !important;
	text-align: center;
	border: none !important;
}
@media screen and (max-width: 781px) {
.wpcf7-submit {
	width: 100%;
	margin: 0 auto 30px;
	padding: 18px 4%x 13px;
}

/*-pagenation-*/
.pagination {
	margin: 30px 0 0;
}
.page-numbers {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.page-numbers li {
	margin: 0 10px;
	line-height: 1;
}
.page-numbers.current {
	color: #cccccc;
}
.page-numbers li a:hover {
	text-decoration: none;
}
.page-numbers li i {
	font-size: 14px;
}

/*-fade-*/
.fade {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
.fadeInUp {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .4s;
	-ms-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fade2 {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
.fadeInUp2 {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .8s;
	-ms-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp2 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp2 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fade3 {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
.fadeInUp3 {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: fadeInUp3;
	animation-name: fadeInUp3;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp3 {
	66% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp3 {
	66% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/*-manual-*/
.page-manual h2 {
	margin: 0 0 20px;
	color: $col-yl;
}
.page-manual a {
	text-decoration: underline;
}
.manual-link {
	padding: 20px;
	background: #eee;
}

.post-password-form input[type="password"],
.post-password-form input[type="submit"] {
	padding: 15px;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 1;
}
