@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Template:   cocoon-master
Version:	1.1.3
*/
body{
	min-width:1030px;
}


.mobile-bottom-button{
	display:none;
}
.container {
	padding-bottom:20px;
}
.entry-content{
	margin-bottom: 0;
}
.page .date-tags{
	display:none;
	
}
.page-template-03custom-page3 .entry-content{
		background:#fff;
	padding:30px;
	}
.content-in{
	min-height:30vw;
}

#breadcrumb{	
display:none;
}
.author-info{
	display:none;
}


.front-page .article h2{
	background:none;
	border:none;
	font-size:33px;
	text-align:center;
}


.front-page .article h2:before{
	display:none;
}

html{
	margin-top:0!important;
}
.article p{
	margin:0;
}

.single .article p{
	margin-bottom:20px;
}

.page-template-01front-page .wrap,
.page-template-02custom-page2 .wrap{
	max-width:100%;
	margin:0;
}

.single .entry-content{
		background: #fff;
	padding: 15px 50px;
		margin-bottom: 1em;
}
.front-page .entry-content{
	padding:0;
	margin-bottom:0;
}
.page-template-01front-page .entry-content,
.page-template-02front-page .entry-content{
	background:none;
	padding:0;
}

.page-template .date-tags{
	display:none;
}

.entry-title{
	background: #fff;
	padding: 18px;
	margin-bottom:0;
}

.page-template-default .entry-content {
	margin-bottom: 0;
	padding: 15px;
}

.wrap{
	width:100%;
max-width:1406px;
	margin:0 auto;
	/*background:#fff;*/
}
/*
.single .wrap{
	width:1406px;
}
*/
.single #content,
.category #content{
	padding: 0 50px 50px;
}

.no-sidebar .content .main{
	padding:0;
	background:#f3f3f3;
	border:none;
}

.category .content-in{
	max-width:1406px;
}
a{
	transition:0.4s;
}
a:hover{
	color:#4a7530;
}
ul{
	padding-left:0;
}

li{
	list-style:none;
}

img {
	vertical-align: top;
}

h1{
	font-size: 40px;
	line-height: 150%;
}
.single .article{
		background: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.article h2,
.page h2{
	font-size: 35px;
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	line-height: 160%;
}
.article h3,
.page h2{
	background: none;
	border: none;
	border-bottom: 1px solid #ddd;
		margin-bottom:15px;
}
.sub-title{
	font-size:15px;
}

.br{
	display:block;
}

.small{
	font-size:80%;
}
.big{
	font-size:130%;
}

#content{
	padding-top:30px;
}
.content{
	margin-top:0;
	background:#f3f3f3;
}

.cat-link{
	background:#666;
}


.page-template-04custom-page4 .article-header,
.page-template-04custom-page4 .toc{
	display:none;
}



/*ヘッダー*/
.header {
	box-shadow: 0 0 3px #bbb;
	z-index: 10;
	height: auto;
	width: 100%;
	background:#fff;
	position:relative;
}

.customize-support #header-container {
	margin-top: 32px;
}

.header-in {
   display: inline-block;
	width: fit-content!important;
	margin-left: 30px;
}

.header-in img{
	margin: 8px 0;
	max-width: 250px;
}

.logo-image{
		padding: 5px 0;
}

.site-name-text-link{
	padding:0 30px;
}

.header-tel{
		display: inline-block;
	font-size: 30px;
	line-height: 100%;
	font-weight: bold;
	overflow: hidden;
	min-width: 350px;
	position: relative;
	top:14px;
}

.header-tel img{
	width: 50px;
	display: inline-block;
	float: left;
}

.header-tel a{
color:#555;
text-decoration:none;
}
.header-contact-box,
.header-order-box,
.header-support-box{
	position: absolute;
	/*right: 113px;*/
	right: 90px;
	top: 21px;
	display: flex;
	flex-flow: column;
	justify-content:center;
	align-items:center;
}

.header-order-box{
	/*right:275px;*/
	right:248px;
}

.header-support-box{
	right:468px;
}

.header-contact-box p{
font-size:80%;
	
}

.header-contact-button,
.header-order-button,
.header-support-button{
	background: #fff;
	border: 1px solid #000;
	padding: 7px 24px 5px;
	font-size: 15px;
	border-radius: 22px;
	color:#000;
	text-decoration:none;
	transition:.4s
}

.header-contact-button:hover,
.header-order-button:hover,
.header-support-button:hover{
	background:#000;
	color:#fff;
}

.header .active.hamburger {
	position: fixed;
	top: 20px;
}

.customize-support .header .active.hamburger {
	margin-top: 32px;
}

.search-box{
	padding-bottom:0!important;
}

.search-submit{
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


.nav-area-in{
	display: flex;
	padding: 25px;
	max-width: 950px;
	margin: 0 auto;
}

.nav-left,
.nav-center,
.nav-right{
	height: fit-content;
	width:100%;
}

.nav-left,
.nav-center,
.nav-right1,
.nav-right2,
.nav-right3{
	border: 1px solid #000;
	border-radius: 20px;
	margin: 10px;
	 padding: 15px;
	width: 100%;
	background:#fff;
}


.nav-flex h3{
	font-size:14px;
}

.nav-area-left{
	width:20%;
}


.nav-area-right{
	width:100%;
	margin-left:20px;
	text-align:left;
}

.nav-flex{
	display:flex;
}

.nav-area-right .search-edit, input[type="text"]{
	border-radius:20px;
}

.nav-area-right .search-edit {
	left: 85px;
	position: absolute;
	top: -55px;
	width: 540px;
}

.nav-area-right .search-submit {
	right: 65px;
	top: -42.5px;
}

/*フロントページ*/

.front-page .article-header{
	display:none;
}


.mv-image-mobile1,
.mv-image-mobile2{
	display:none;
}
.mv-area{
	background:#e2ecd3;
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
		display: flex;
	justify-content: center;
	align-items: center;
	z-index:0;
	padding:0 15px;
	min-width:1030px;
}

.mv-area-in{
	padding-right:550px;
	z-index:2;
}
.mv-area-in:after{
		content: "";
	width: 72vw;
	height: 72vw;
	min-width: 1000px;
	min-height: 1000px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	display: block;
	top: -13vw;
	right: -350px;
}

.mv-area-in h1{
	font-size:3.5vw;
}

.mv-text{
	font-size:25px;
	font-weight:bold;
}
.article .mv-text h1{
	border-left:none;
		margin-top: 0;
	margin-bottom: 0;
}

.mv-text p{
	margin:0;
}


.home #content{
	padding-top:30px;
}

.mv-text h1 .dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
.mv-text .en{
	font-size:14px;
	color:green;
		font-weight: 100;
	max-width:500px;
}

.front-page .article .sec1-text h3{
	border-left:none;
}

.front-page p{
margin:0;
}



.mv-illustration{
z-index: 2;
	position: absolute;
	width: 50%;
	max-width:750px;
	top:140px;
	right: 0;
}

/*front-sec1*/
.front-sec1{
	margin-top: 100vh;
	background: #f3f3f3;
	position:relative;
	z-index:1;
		margin-bottom:0;
}

.front-sec1-in{
	max-width:1000px;
	margin:0 auto;
	padding:80px 15px;
}

.article .front-sec1-in h2{
		text-align: center;
	border-top: none;
	border-bottom: 1px solid #bbb;
	padding: 8px 17px 5px;
	font-size: 33px;
	background: none;
	position: relative;
	margin-bottom: 13px;
}

.article .front-sec1-in h2:before{
	display:none;
}
.front-sec1-in .sub-title{
	text-align:center;
}

.front-sec1-in ul{
	margin-top:50px;
}
.front-sec1-in ul li{
	display:flex;
	margin-bottom: 45px;
}

.sec1-image {
	width: 35%;
	position:relative;
}

.sec1-image img{
width:69%;
	float:right;
}

.sec1-image:before{
content: "01";
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 7em;
	line-height: 69%;
	position: absolute;
	left: 0;
	text-shadow:0 0 3px #ddd;
}


.sec1-text-list{
	display: flex;
	flex-wrap: wrap;
}



.front-sec1-in ul li:nth-child(even){
	flex-direction: row-reverse;
}

.front-sec1-in ul li:nth-child(even) .sec1-image img{
	float:left;
}

.front-sec1-in ul li:nth-child(even) .sec1-image:before{
	right:0;
	left:auto;
}


.front-sec1-in ul li:nth-child(2) .sec1-image:before{
	content:"02";
}

.front-sec1-in ul li:nth-child(3) .sec1-image:before{
	content:"03";
}

.front-sec1-in ul li:nth-child(4) .sec1-image:before{
	content:"04";
}

.front-sec1-in ul li:nth-child(5) .sec1-image:before{
	content:"05";
}

.sec1-text{
	padding:0 0 0 10px;
	width:65%;
}

.front-sec1-in ul li:nth-child(even) .sec1-text{
	padding:0 10px 0 0;
}

.sec1-text .sec1-button{
	display: inline-block;
	width: 49%;
	background: #fff;
	color: #000;
	font-size: 13px;
	text-align: center;
	padding: 6px 1%;
	padding-right: 23px;
	text-decoration: none;
	margin: 0.5%;
	vertical-align: top;
	position: relative;
	transition:0.4s;
}

.sec1-text .sec1-button:hover{
	background:#666;
	color:#fff;
}

.sec1-text .sec1-button:after {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	display: inline-block;
	transform: rotate(45deg);
	position: absolute;
	right: 13px;
	top: 37%;
}

.sec1-text h3{
background:#d9e08f;
	color: #fff;
	padding: 4px 15px 1px;
	border-radius: 25px;
	margin-bottom: 20px;
}



.front-sec2{
	background: #fff;
	padding: 40px 15px;
		position:relative;
	z-index:1;
		margin-bottom:0;
}
.front-sec2-in{
	padding: 80px 15px;
	max-width: 1000px;
	margin: 0 auto;
}


.article .front-sec2-in h2{
font-size: 35px;
	line-height: 150%;
	border-top: 1px solid #000;
	display: inline-block;
	padding-top: 40px;
	margin-bottom:0;
	padding-bottom:10px;
	background:none;
	text-align:left;
}
.front-sec2-in .sub-title{
	margin-bottom:30px;
}

.front-sec2-in li{
	display: flex;
	background: #f3f3f3;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 15px;
	position:relative;
}



.front-sec2-in li .sec2-list-image{
	width:25%;
}

.front-sec2-in li .sec2-list-text{
	width: 75%;
	padding-left: 20px;
}

.marker{
	background:linear-gradient(transparent 60%, #d7ff88 60%);
}

.sec2-list-text ul{
	display:flex;
	flex-wrap:wrap;
}
.sec2-list-text ul li{
width: fit-content;
	padding: 0 10px;
	margin: 0;
}

.sec2-list-text h3{
	border-bottom: 1px solid;
	margin-bottom: 10px;
}
.sec2-list-text ul li a{
	font-size: 16px;
	font-weight: bold;
}

.sec2-button{
		background: #fff;
	padding: 5px 15px;
	width: 200px;
	text-align: center;
	display: block;
	border-radius: 25px;
	border: 2px solid #000;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	position:absolute;
	bottom:22px;
	transition:0.4s;
	
}

.sec2-button:hover{
	background:#60a834;
	color:#fff;
	border-color:#60a834;
}



.front-sec3{
	background:#fff;
		position:relative;
	z-index:1;
	margin-bottom:0;
}
.front-sec3-in{
	max-width:1000px;
	margin:0 auto;
	padding:40px 15px 80px;
	text-align:center;
}
.article .front-page h2.headline{
	text-align:center;
	line-height:150%;
}

.article .front-page h2.headline{
	text-align:center;
	line-height:150%;
}


.front-sec3-in .headline{
	text-align:center!important;
	background:none;
	border-top:none;
	margin-bottom:15px;
	font-size:33px;
}
.front-sec3-in .sub-title{
	text-align:center;
	margin-bottom:50px;
}
 .front-page .article h3{
	border-left:none;
}


.front-sec3-in ul{
	display:flex;
}

.front-sec3-in ul li{
	width:33%;
}

.front-sec3-in ul li p{
	text-align:left;
	margin:0;
}

.front-sec3-in ul li:nth-child(2) {
	margin:0 15px;
}

.front-sec3-in ul li img{
	max-height: 230px;
}

.front-sec3-in ul li h3{
		margin-top: 10px;
	background: #8cc63f;
	color: #fff;
	padding: 8px 15px;
	text-align: center;
	line-height: 140%;
		position: relative;
	margin-bottom: 30px;
	font-size:17px;
}


.front-sec3-in ul li h3:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #8cc63f transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.sec3-button {
  display: inline-block;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  border: 2px solid #8cc63f; /* 線幅・種類・色 */
  border-radius: 0;
  color: #8cc63f; /* 文字色 */
  background: #fff; /* 背景色 */
  -webkit-box-shadow: 4px 4px 0 #8cc63f; /* 影の距離・色 */
  box-shadow: 4px 4px 0 #8cc63f; /* 影の距離・色 */
  padding: 0.5em 2em;
	font-size:21px;
  font-weight: bold; /*文字の太さ*/
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
	margin-top:35px;
}

.sec3-button span{
	display:block;
	font-size:14px;
}


/* マウスオーバーした際のデザイン */
.sec3-button:hover {
  -webkit-box-shadow: -4px -4px 0 #8cc63f; /* 影の距離・色 */
  box-shadow: -4px -4px 0 #8cc63f; /* 影の距離・色 */
}



h2.headline{
	text-align:center;
	line-height:150%;
}



.front-sec4{
	background:#eee;
	padding: 80px 15px;
		position:relative;
	z-index:1;
	margin-bottom:0;
}

body .front-page .article{
	margin-bottom:0;
}


.front-sec4-in{
max-width: 1000px;
	padding: 30px 15px;
	margin: 0 auto;
	text-align: center;
	position:relative;
	
}

.front-sec4-in .sub-title{
	text-align:center;
	margin-bottom:50px;
}

.front-sec4-in ul{
	font-size:15px;
}

.front-page .front-sec4-in .question {
	background: #fff;
	border: none;
	text-align:left;
	font-weight:bold;
	position:relative;
}

.question::before {
	content: '\f059';
	color: #3c793c;
	border-right: 1px solid #3c793c;
}

.front-sec4-in .answer{
	text-align: left;
	margin-bottom: 40px;
	position:relative;
	padding-left:70px;
	font-weight:normal;
}

.front-sec4-in .answer:before{
	content: "A";
	background: #666;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	position: absolute;
	left: 18px;
	top: 2px;
	width: 29px;
	height: 29px;
	text-align: center;
	line-height: 165%;
	font-size: 18px;
}


.front-sec4-in .answer .big130{
	font-size:130%;
	font-weight:bold;
	display:block;
}


.front-sec5{
	background: url(/new-cocokara2023/wp-content/uploads/2023/09/border-back.png);
		position:relative;
	z-index:1
}
.front-sec5-in{
	max-width:1000px;
	padding:60px 15px 15px;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.front-sec6{
	background:#fff;
		position:relative;
	z-index:1;
	margin-bottom:0;
}
.front-sec6-in{
	max-width:1000px;
	margin:0 auto;
	padding:40px 15px 80px;
	text-align:center;
}

#top-news .new-entry-cards{
	margin-top:40px;
}

#top-news .widget-entry-card {
	font-size: 15px;
}

#top-news .new-entry-card-link{
	text-align:left;
	border-bottom: dashed 1px #ddd;
}

#top-news .new-entry-card-date {
  /*display: block;*/
}

#top-news .post-date{
	color:#3c793c;
}

.price-box-top{
	margin: 40px auto;
	background: #eee;
	max-width: 600px;
	padding: 30px;
		border-radius: 10px;
}

.price-box-top .price{
	font-size: 45px;
	font-weight: bold;
	color: #3c793c;
}

.tax{
	font-size: 45%;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.page .price-bottom-title{
	background: #8cc63f!important;
	color: #fff;
	max-width: 600px;
	margin: 0 auto 25px!important;
	padding: 20px 50px;
	line-height: 140%;
	font-size: 30px;
}

.price-bottom-title span{
	font-size:40px;
}

.price-bottom-title span.price-bottom-subtitle{
	display: block;
	font-size: 16px;
}

.price-box-bottom{
	display: flex;
	justify-content: center;
	max-width: 600px;
	margin: 0 auto 50px;
	font-size:14px;
}

.price-box-bottom h3{
	font-size: 16px;
	border-bottom: 2px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.price-box-bottom h3 span{
		color: #8cc63f;
	display: inline-block;
		margin: 0;
}

.price-box-bottom-left,
.price-box-bottom-right{
	width: 100%;
	border: 2px solid #ddd;
	padding: 15px;
	z-index:1;
	position:relative;
	background:#fff;
}

.price-box-bottom-left{
	margin-right:30px;
}

.price-box-bottom-left:after {
	content: "";
	position: absolute;
	top: 0;
	right: -32px;
	width: 0;
	height: 0;
	border-left: 20px solid #ddd;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}



.price-bottom-price{
	font-size:23px;
	font-weight: bold;
	line-height: 100%;
	margin: 10px 0;
}

.no37{
	margin-top:30px;
}

.price-box-bottom-right-textbox{
	display:flex;
}

.textbox1,
.textbox2{
	width:100%;
	display:inline-block;
	position:relative;
}

.textbox1:after{
content: "";
	width: 11px;
	height: 1px;
	background: #000;
	position: absolute;
	display: inline-block;
	right: -7px;
	bottom: 13px;
}

.button{
		background: #60a834;
	border:2px solid #60a834;
	color: #fff;
	padding: 20px;
	display: inline-block;
	width:250px;
	text-decoration:none;
	font-weight:bold;
}
.button:hover{
	background:#fff;
	border-color:#4a7530;
}


.price-illustration1{
	position: absolute;
	bottom: 65px;
	left: 20px;
	width: 21%;
	z-index: 0;
}


.price-illustration2{
	position: absolute;
	bottom: 65px;
	right: 20px;
	width: 21%;
	z-index: 1;
}


/*common*/

.common{

}
.common-in{
	max-width:1000px;
	padding:35px 0 80px;
	margin:0 auto;
}

.common-box-top{

}
.common-box-top ul{
	display:flex;
	margin-bottom:80px;
	max-width:1000px;
	padding:80px 15px 0;
	margin:0 auto;
}

.common-box-top ul li{
	width:100%;
	text-align:center;
}
	.common-box-top ul li:nth-child(2) {
		margin:0.2em 20px;
}


.common-box-top ul li a{
	padding:15px 20px;
	border:2px solid #000;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	transition:0.3s;
	width:100%;
	background:#fff;
}
.common-box-top ul li a:hover{
	background:#000;
	color:#fff;
}

.common-box-bottom ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:0;
}
.common-box-bottom ul li{
	text-align: center;
	margin: 20px 0.6%;
	border: 2px solid #000;
	border-radius: 50%;
	overflow: hidden;
	width: 235px;
	height: 235px;
	transition: 0.3s;
	justify-content: center;
	align-items: center;
	display: flex;
	background:#fff;
}
.common-box-bottom ul li:hover{
	border-color:#aaa;
	background:#eee;
}

.common-box-bottom ul li a{
	display: inline-block;
	margin-top: 0;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.common-box-bottom ul li img{
   display: block;
	width: auto;
	height: 98px;
	margin: 0 auto 15px;
}





/*post01 一般貨物自動車運送事業*/

.child-page-in{
	max-width:1000px;
	margin:0 auto;
	padding:15px;
	padding-bottom:0;
}


.child-page-header{
	display:flex;
	margin-bottom:50px;
	justify-content: space-between;
}

.child-page-header-text{
background: url(/new-cocokara2023/wp-content/uploads/2023/09/child-page-header-q.png)no-repeat;
	background-size: auto 58%;
	padding-top: 50px;
	padding-left: 60px;
	margin-left:-60px;
}

.child-page-header-text2{
	padding-top: 50px;
	padding-left: 60px;
	margin-left:-60px;
}

.child-page-header h1 span{
	color:#8cc63f;
	font-size:100%;
}

.green-text{
	color:#8cc63f;
}



.child-page-header-text span{
	font-size:13px;
}

.child-page-header-image{
	width:30%;
}

.page02-sec1 .child-page-box-in{
	display: flex;
}


.child-page-box-in{
	background: #fff;
	padding: 35px;
	border-radius: 15px;
	margin: 52px 0;
}

.child-page-box-in h2{
	border-bottom:none;
}
.child-page-box-in ul{
	margin:15px 0;
}
.child-page-box-in ul li{
	font-weight:bold;
}

.page02-sec1-image{
	margin-right: 20px;
	width: 37%;
}
.page02-sec1-image img{
width: 300px;
	object-fit: cover;
}


.page02-sec1-in ul{
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #ddd;
}

.page02-sec1-in ul li{
	font-size:12px;
	color:#666;
}


.page02-sec2-in{
	text-align:center;
}

.sec2-box{
	background:#f4ffec;
	padding: 25px;
	border-radius: 15px;
	margin: 25px 0;
	text-align: left;
	position:relative;
}

.sec2-box table{
margin-bottom:0;
}

.checker-title{
border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
	color: #3c793c;
	margin-top:0;
	font-size:16px!important;
	padding-left:0!important;
}



.checker-title:before{
	content: '\f00c';
	color: #3c793c;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
}
.sec2-box table th,
.sec2-box table td{
	background:none;
	border:none;
}




.page02-sec3-in h3{
background: #eee;
	padding: 5px 10px 3px;
	border-radius: 8px;
	margin: 30px 0 10px;
	line-height: 150%;
}

.page02-sec3-in ul{
	display: flex;
	flex-wrap: wrap;
}

.page02-sec3-in ul li{
width: 50%;
	padding: 15px;
	padding-bottom: 80px;
	position: relative;
	border-bottom: 1px solid #ddd;
		margin: 0 0 11px;
}

.page02-sec3-in ul li img{
	height:175px;
	display:block;
	margin:0 auto;
}

.page02-sec3-in ul li h4{
padding: 10px 0 0 0;
	margin-bottom:10px;
	padding-left: 0;
	font-size: 18px;
	border-bottom:2px dotted #ddd;
border-top:none;
}

.page02-sec3-in ul li a{
	background: #60a834;
	color: #fff;
	text-decoration: none;
	width: 70%;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding:8px;
		border-radius: 20px;
	transition:0.3s;
}
.page02-sec3-in ul li a:hover{
	background:#8cd75e;
}

.page02-sec4{
	background:#fff ;
	padding: 0 35px;
	border-radius: 15px;
		max-width:890px;
	margin:0 auto;
	margin-bottom:30px;
}
.page02-sec4-in{
	padding:80px 35px;
	position:relative;
	min-height:550px;
}

.post-list-image{
	position: absolute;
	width: 180px;
	right: -165px;
	bottom: 35px;
}

.page02-sec4-in h2{
	text-align:center;
	margin-bottom: 50px;
}

.article .post-list-date,
.post-list-date,
.post-list-cat{
	display:inline-block;
	margin-right:18px;
	
}


.post-list-cat a{
	color: #fff;
	text-decoration: none;
	padding: 2px 6px 1px;
	background: #aaa;
	border-radius: 8px;
	font-size: 86%;
}

.page02-sec4-in ul li{
	position: relative;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.page02-sec4-in ul li h3{
	margin: 10px 0 0 0;
	width: 70%;
	padding: 10px 0;
	font-size: 15px;
	border-bottom: none;
	
}

.page02-sec4-in ul li .button{
	position: absolute;
	right: 0;
	top: 34px;
	padding: 3px 41px;
	text-align: center;
	width: auto;
	background: #fff;
	border: none;
	color: #666;
	border-radius: 10px;
	border: 1px solid #666;
}

.post-list-link{
	text-align:center;
	margin-top:45px;
}

.post-list-link a{
		background: #fff;
	border: 2px solid #000;
	color: #000;
	padding: 13px 30px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}
.post-list-link a:hover{
background:#000;
	color:#fff;
}

/*page03 一般乗用旅客自動車運送事業（都市型ハイヤー）*/

.jouyou-box-three{
	text-align:center;
}


.page h2.jouhou-top-title{
	font-size: 30px;
	text-align: center;
	background: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 40px;
	position: relative;
	z-index: 1;
	margin-bottom: 34px;
	box-shadow: 0 0 3px #517b18;
}


.jouyou-box-three ul{
	display: flex;
	margin-bottom: 25px;
}

.jouyou-box-three ul li{
	background: #fff;
	padding: 20px 14px 35px;
	border-radius: 8px;
	width:100%;
}


.jouyou-box-three ul li h3{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	font-size:15px;
}



.jouyou-box-three ul li:nth-child(2){
	margin:0 20px;
}


.hire-point ul li:nth-child(2){
	background:#d5efb0;
	position:relative;
	
}

.hire-point ul li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
	  margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #d5efb0;

}


.jouyou-des{
	padding: 15px;
	background: #e6ffc4;
	margin-top:-11px;
	text-align:left;
	border-radius:8px;
	box-shadow:0 0 3px #aaa;
}

.start-header{
	display:block;
		margin-bottom: 10px;
	overflow:hidden;
	
}




.jouyou-start-header-text{
	width: 80%;
	padding-right: 20px;
	float: left;
}


.start-header-text{
	width:80%;
	float:left;
}

.start-header img{
	width:20%;
	height:auto;
}

.hire-start ul{
	padding-left:22px;
	margin-bottom:20px;
	font-weight:bold;
}
.hire-start ul li{
	list-style:disc;
}

.hire-start h3,
.hukushi-start h3{
	font-size:16px;
	padding-left:0!important;
}
.arrow:before,
.start a:before{
		content: '\f0da';
	color: #3c793c;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
}

.front-sec4-in .question {
	background: #f3f3f3;
	border: none;
	text-align:left;
	font-weight:bold;
}






/*page04 一般乗用旅客自動車運送事業（福祉タクシー）*/



.hukusshitaxi-point ul li:nth-child(3) {
	background: #d5efb0;
	position: relative;
}

.hukusshitaxi-point ul li:nth-child(3):before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #d5efb0;
}

.child-page-box table th{
	background:#e6ffc4;
	width:33%;
	border-color: #eee;
}


.child-page-box table tr:nth-of-type(2n+1){
	background-color: rgb(93 93 93 / 5%);
}


.child-page-box table:not(.has-border-color) td{
	border-color: rgb(223 223 223 / 50%);
}

.child-page-box table{
	margin-top:15px;
}
.child-page-box table th,
.child-page-box table td{
padding: 5px 10px;
}



/*page05 一般乗用旅客自動車運送事業（福祉タクシー）*/



.taxi-point ul li:nth-child(1) {
	background: #d5efb0;
	position: relative;
}

.taxi-point ul li:nth-child(1):before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #d5efb0;
}

.taxi-box2 img{
	height:250px;
	width:auto;
}
.taxi-box2 ul{
	width:100%;
	display: flex;
}

.taxi-box2 ul li{
	margin:20px;
	width: 100%;
	text-align:center;
}

p.taxi-box2-title{
display: block;
	background: #eee;
	padding: 20px 45px;
	font-size: 120%;
	font-weight: bold;
	border-radius: 60px;
	position:relative;
	margin-bottom: 25px;
	text-align:left;
}

p.taxi-box2-title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -95px;
	border: 10px solid transparent;
	border-top: 20px solid #eee;
}

.answer a.button{
text-align: center;
	padding: 5px 15px;
	margin-top: 15px;
}



/*page6　特定旅客自動車運送事業*/


.child-page-box-flex{
	display:block;
	overflow:hidden;
}


.child-page-box-left{
		width: 58%;
	margin-right: 2%;
	float:left;
	
}

.child-page-box-right{
	width:40%;
	height:fit-content;
}









/*page08 運送業年間サポート*/


.page08 h2{
	text-align:center;
}

.page08 .start-header {
	display: block;
	margin-bottom: 40px;
}



.support-subtitle{
background: #fff;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 15px;
	box-shadow: 0 0 3px #bbb;
	display: inline-block;
	font-size:22px;
}

.support-subtitle span{
display: inline-block;
	font-size: 80%;
	font-weight: normal;
	color: #999;
	margin-left: 15px;
}


.support-sec1-in ul{
  background:#e6ffc4;
  box-shadow: 0px 0px 0px 10px #e6ffc4;/*線の外側*/
  border: dashed 2px #8cc63f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
	margin-top:35px;
}

.support-sec1-in ul li, ol li {
	  line-height: 1.5;
	padding: 0.5em 0;
	font-size: 115%;
	font-weight: bold;
}

.support-sec1-in ul li:before{
		content: '\f00c';
	color: #8cc63f;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
	
}


.support-sec1{
	background: #fff;
	padding: 35px;
	padding-bottom: 45px;
		border-radius: 15px;
	position:relative;
}

.support-sec1-image{
position: absolute;
	right: 50px;
	bottom: 0;
	width: 135px;
}


.support-table{
	text-align:center;
}

.support-table .lefttd{
	text-align:left;
}

.support-qa{
	position:relative;
}

.support-qa .support-qa-image1{
	position:absolute;
	width:120px;
	right:0;
	top:40px;
	z-index:2;
}
.support-qa .support-qa-image2{
		position: absolute;
	width: 140px;
	right: 0;
	bottom: 203px;
	z-index: 2;
}


/*page09 旅行業*/

.travel-triangle1,
.travel-triangle2{
	margin-top:15px;
}

.travel-triangle2{
	margin-bottom:20px;
}

.travel-triangle1,
.travel-triangle2{
	position:relative;
	padding-left:25px;
}
.travel-triangle1 img,
.travel-triangle2 img{
	height: 16px;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 4px;
}



.page09 .child-page-in .button{
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	display: block;

}

/*page10 旅館業*/

.inn-category{
display:flex;
}

.child-page-box-in .inn-category li{
	font-weight:normal;
}


.child-page-box-in .inn-category li:nth-child(2){
	margin:0 25px;
}


.inn-category .big-headline{
	background:#3c793c;
	text-align:center;
	display:block;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	margin-bottom:15px;
	
}


.inn-child-box{
	text-align:left;
	display:block;
	width:100%;
	margin-left:20px;
}


h3.center-title{
		border-radius: 60px;
	max-width: 500px;
	text-align: center;
	padding: 10px;
	margin: 33px auto 15px;
	background: #eee;
}

.child-page-box .inn-table th,
.child-page-box .inn-table td{
	text-align:left;
	padding: 12px 10px;
	border-color: #ddd;
}


.inn-table-box h3{
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}


.inn-qa-image{
		position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 135px;
}




/*page11 宅建業*/

.taku-list{
	display:flex;
	flex-wrap:wrap;
}
.taku-list li{
	width:46%;
	background:#eee;
	text-align:center;
	padding:15px;
	margin:10px 2%  0;
	font-size:25px;
}

.taku-list li:before{
	color: #3c793c;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
}


.taku-list li:nth-child(1):before{
	content: '\f024';
}
.taku-list li:nth-child(2):before{
	content: '\f015';
}
.taku-list li:nth-child(3):before{
	content: '\f1ad';
}
.taku-list li:nth-child(4):before{
	content: '\f64f';
}


.child-page-box .taku-table th,
.child-page-box .taku-table td{
	width:20%;
}

.takken-qa-image1{
	position: absolute;
	top: -11px;
	right: -50px;
	width: 206px;
	z-index: 1;
	border-radius: 20px;
}
.takken-qa-image2{
position: absolute;
	top: -45px;
	right: 25px;
	z-index: 1;
	width: 181px;
}

/*page12 会社設立*/

.page12 .child-page-box2{
	padding:50px 0;
}
.page12 .child-page-box-in h2{
	text-align: center;
	border-bottom: 2px solid #61951a;
	margin-bottom: 40px;
	padding-bottom: 15px;
}

.page12 .child-page-box-in table th{
		padding: 10px;
	border-color: #ddd;
}
.flow-company{
	position:relative;
}

.flow-image1{
position: absolute;
	z-index: 1;
	width: 223px;
	right: 19px;
	top: -30px;
}

.flow-image2{
position: absolute;
	width: 485px;
	right: 39px;
	top: -34px;
}

.flow-box{
background: #fff;
	padding: 35px;
	border-radius: 15px;
	margin-bottom: 18px;
	position:relative;
}
.flow-box h3{
font-size: 20px;
	color: #3c793c;
	margin-bottom:20px;
	padding-left:0;
}

.flow-box ul li{
	display:flex;
	align-items:center;
	margin-bottom: 25px;
}

.flow-box ul li br{
	display:none;
}
.flow-box ul li span{
	font-weight: bold;
	background: #f3f3f3;
	padding: 10px 15px;
	padding-right: 30px;
	display: block;
	margin-right: 30px;
	position: relative;
	min-width: 256px;
}

.flow-box ul li span:after{
	content: "";
	width: 30px;
	height: 1px;
	background: #000;
	right: -15px;
	top: 47%;
	display: inline-block;
	position: absolute;
}

.setsuritsu-three{
	display: flex;
	justify-content: center;
}
.setsuritsu-three li{
	width: 100%;
	text-align: center;
	border: 2px solid #000;
	padding: 30px;
	font-size:22px;
		margin: 5px!important;
}

.setsuritsu-three li:nth-child(2){
margin:0 15px;
}
.setsuritsu-three h3{
	border-bottom: none;
	margin-bottom: 0;
}










/*page13 教材紹介*/


.page13 h1{
	text-align: center;
	display: inline-block;
	width: fit-content;
	padding: 25px 30px 20px;
	background: #fff;
	box-shadow: 7px 7px 0 #8cc63f;
	margin-bottom: 18px;
	height: fit-content;
	margin-right:30px;
	
}

.page13 .child-page-header-text2{
	padding: 15px;
	margin-left: 0;
	position:relative;
}

.page13 .child-page-header{
	display:block;
	text-align:center;
}

.page13 .child-page-header-text2{
	display:flex;
	align-items: center;
}

.page13 .child-page-header img{
width: 250px;
}

.page13 .child-page-box-in2{
	background: #fff;
	padding: 50px;
	border-radius: 15px;
}

.page13 .child-page-box-in2 ul{
	display: flex;
	flex-wrap: wrap;
}
.page13 .child-page-box-in2 ul li{
	width: 48%;
	margin: 1%;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 69px;
}
.page13 .child-page-box-in2 ul li h2{
	font-size: 19px;
	background: #8cc63f;
	color: #fff;
	text-align: center;
	padding: 7px 15px 5px;
}
.kyozai-image{
height: 270px;
	overflow: hidden;
	object-fit: cover;
	margin-bottom:20px;
}
.kyozai-image img{
object-fit: cover;
	width: 100%;
	height: 100%;
}

.page13 .child-page-box-in2 ul li a{
	position:absolute;
	bottom:0;
	width:100%;
text-align: center;
	display: block;
	margin-top: 20px;
	border: 2px solid #000;
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	transition:0.5s;
}

.page13 .child-page-box-in2 ul li a:hover{
	background:#000;
	color:#fff;
}
	

/*page14 会社概要*/

.page14 .child-page-header-text2{
		margin-left: 0;
	padding: 0;
		width: 70%;
	margin-right: 20px;
}

.about-header-image{
	width:30%;
	height:fit-content;
}
.child-page-header-text2 p{
	font-weight:bold;
}
.child-page-header-text2 .en{
	margin-top:15px;
	font-weight:normal;
}
.page14 .child-page-box h2{
	margin-bottom:0;
}

.page14 .child-page-box table th,
.page14 .child-page-box table td{
	padding: 12px 10px;
	border-color: #ddd;
}

.page14 .child-page-box .subtitle{
	border-bottom: 1px dotted #999;
	padding-bottom: 15px;
}

.member-box-outer{
	display: flex;
	flex-wrap: wrap;
}

.member-box{
		display: block;
	margin: 40px 0;
	padding-bottom: 40px;
	border-bottom: 8px dotted #f3f3f3;
	width:44%;
	margin:3%;
	text-align:center;
}


.member2,
.member4{
	flex-direction:row-reverse;
	
}

.member-box img{
   height: 350px;
	width:fit-content;
	margin:30px 15px;
}



.member-box img.lady{
height: 200px;
	width:fit-content;
		margin:30px 15px;
}


.member-box h3{
		font-size: 35px;
	line-height: 130%;
	text-align: left;
	padding: 10px 0;
	border-bottom: none;
}

.position{
	background: #8cc63f;
	color: #fff;
	padding: 3px 10px 1px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
	position:relative;
}



.member-text{
	width: 100%;
	text-align: left;
	position:relative;
}

/*
.member-text:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	border: 20px solid transparent;
	border-bottom: 20px solid #f9f9f9;
	transform: translate(-50%, 0);
}
*/



.member-text ul li{
	font-weight:normal;
	font-size:14px;
	min-height: 106px;
	margin-bottom: 10px;
}

.member-text h4{
	padding: 5px 0 0;
	margin-bottom: 12px;
	border-bottom: 2px solid #f3f3f3;
	border-top:0;
	font-size:16px;
}
.member-text h4:before{
	content: '\51';
	color: #3c793c;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
	background: #f3f3f3;
	padding: 10px 10px 6px;
	border-radius: 7px 7px 0 0;
	font-size: 20px;
}

.article .finish-text1{
	border: 2px solid #8cc63f;
	border-radius: 10px;
	padding: 15px;
	padding-top: 43px;
	margin-bottom:20px;
	font-size:14px;
	position:relative;
}

.finish-text2{
		border: 2px solid #8cc63f;
	border-radius: 10px;
	padding: 15px;
	padding-top: 43px;
	font-size:14px;
	position:relative;
}

.finish-text1:before,
.finish-text2:before{
	position:absolute;
	content:"最後にひとこと";
	background:#8cc63f;
	top:0;
	left:0;
	padding:5px 10px 3px;
	color: #fff;
	font-weight: bold;
	border-radius: 0 0 10px 0;
}

.finish-text1.license:before {
	content: "資格";
}

.finish-text2:before{
	content:"代表者からのひとこと";
}


.other-menber{
	display:flex;
}

.other-menber li{
	width:50%;
	margin-left:15px;
	border:2px solid #000;
	padding:15px;
	text-align:center;
	border-radius:15px;
}

.other-menber li:nth-child(1) {
	margin-left:0;
}

.other-menber li span{
	display:inline-block;
	font-size:35px;
	font-weight:bold;
	line-height:120%;
}


/*page15　ご注文フォーム*/
.zip-area{
	max-width:250px;
}

.cform tr{
	border-bottom:2px solid #f3f3f3;
}
.cform th{
	position:relative;
	text-align:left;
	background:#f9f9f9;
}
.cform th .required-srt{
	position:absolute;
	right:0;
}

.cform th,
.cform td{
	border:none!important;
	padding:20px 15px!important;
}

table.cform tr:nth-of-type(2n+1){
	background:none;
}


.zip{
	width: 135px!important;
}
.tel{
	width:80px!important;
}
.mwform-checkbox-field-text{
	padding:0;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	font-weight:bold;
}

.mwform-checkbox-field-text span{
	display:block;
	font-weight:normal;
}

.check-price{
	padding-left:50px;
	display:none;
}


.mw_wp_form_confirm .check_btn td{
	padding: 0 0 0 15px!important;
}
.mw_wp_form_confirm .check_btn{
	border:none;
}

.page-template-03custom-page3 .entry-content {
	background: #fff;
	padding: 0;
}

.check_btn .check_btn_item + span {
	font-size: 14px;
	line-height: 151%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}









/*乗合バス*/
.small-button{
		text-align: center;
	padding: 6px;
	margin: 20px 0;
}

.gray-back{
	display: block;
	padding: 20px;
	background: #fcffd4;
	border-radius: 15px;
	border: 1px dotted #ddd
}

.article .gray-back-h3{
	background:#f3f3f3;
	padding:10px;
	margin:15px 0;
		border-left: 5px solid green;
	font-size:18px;
}


.page02-sec3-2-in ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.page02-sec3-2-in ul li{
		width: 32%;
	border: 2px solid #000;
	padding: 25px 15px;
	min-height: 164px;
	margin: 0.5%;
	border-radius: 5px;
	font-weight: normal;
}
.page02-sec3-2-in ul li h4 {
	text-align: center;
	font-size: 108%;
	border-bottom: 5px dotted #999;
	margin-bottom: 10px;
}
.subtitle{
	font-size:18px;
	font-weight:bold;
	display:block;
	opacity:0.8;
}

.noriai-sec2-box{
	margin-top:60px;
}

.noriai-image{
	right: 16px;
	top: -41px;
	position: absolute;
	width: 187px;
}

.noriai-image2{
	height:130px;
	margin-bottom:15px;
}

.noriai-list li{
text-align:center;
}

.noriai-list li p{
	text-align:left;
}




/*お問い合わせフォーム*/

.contact-bottom{
	background: #f5f5f5;
	padding: 20px;
	font-size: 14px;
}

.page-template-03custom-page3 .wrap{
	max-width:1000px;
	margin:0 auto;
}











/*記事投稿ページ*/

.single .content-in{
	flex-wrap: nowrap;
}

.front-page-type-index .cat-label{
	border:none;
	background:#333;
}


.entry-card-thumb{
	box-shadow:0 0 2px #aaa;
}
/*
.single #content{
	max-width: 1000px;
	margin: 0 auto;
	padding: 95px 15px;
}*/

.single .main{
	background:#fff;
	padding:20px;
}



.single .entry-content{
	font-size:13px;
}

.single #content .cat-link {
	background: #666;
	position: absolute;
	top: 0;
	left: 0;
	font-size:15px;
}

.single .eye-catch .cat-label{
	display:none;
}

.single .article h1{
	margin-top: 30px;
	margin-bottom:20px;
	border-left: 5px solid #8cc63f;
}

.related-entries{
	 border-top: 3px solid #ddd;
}


.related-entry-heading {
	margin: 22px 0 0;
	font-size: 24px;
	padding-top: 0;
	background: #666;
	color: #fff;
	padding:0 15px;
	border-radius:7px;
}

.related-entry-main-heading{
	font-size:80%;
}
.related-entry-main-heading:before{
	content: '\f164';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 3px;
}
.related-entry-card-thumb{
	display:none;
}

.related-entry-card-wrap {
	margin-left: 0;
	margin-bottom: 0;
	border-bottom: 2px dotted #999;
	padding: 15px 30px 15px 15px;
	position: relative;
}

.related-entry-card-wrap:after{
	content: '\f054';
	color: #000;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 3px;
	position: absolute;
	right: 4px;
	top: 40%;
}


.related-entry-card-title{
	font-size:17px;
}

.related-entry-card-content {
	margin-left: 0;
}

.related-entry-card-meta {
	bottom: -4px;
}

.related-entry-card-wrap:hover{
	background:#f6f6f6;
}

.single .article h2,
.toc-title{
		border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 8px 17px 5px;
	font-size: 26px;
	background: #f3f3f3;
	position:relative;
		margin-bottom: 25px;
	text-align:left;
}

.single .article h2:before{
	 content: '\f058';
	color: #000;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
}


.single .article h3{
	border: none;
	border-left: 5px solid #000;
	margin-top: 20px;
	padding: 5px 15px;
	margin-bottom: 20px;
}

.single .article h4{
	border-top: none;
	margin-bottom: 20px;
	padding: 10px 0;
}

.single .article h5{
	border: none;
	padding: 0;
	margin-bottom: 10px;
}


.toc{
	width:100%;
	padding:0;
}

.toc .toc-title{
font-size: 25px;
	font-weight: bold;
	margin-bottom:0;
}

.toc-title::after {
	font-size: 50%;
}
.toc-list{
	padding:0;
}
.toc-list li a{
padding: 10px;
	border-bottom: 3px dotted #aaa;
	width: 100%;
	display: block;
	font-size: 17px;
	padding-left: 0;
	position:relative;
	transition:0.4s;
}

.toc-list li a:hover{
	color:#8cc63f;
	border-color:#8cc63f;
	text-decoration:none;
}

.toc-list li a:hover:before{
	color:#8cc63f;
}

.toc-list li a:before{
	content: '\f058';
	color: #000;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
	transition:0.4s;
}

.post-bottom-info{
	/*padding: 40px;*/
	padding:5px 40px;
	margin-top: 30px;
	background: #f2ffe4;
	font-size:13px;
}
.post-bottom-info h3{
	/*font-size:25px;*/
	font-size:18px;
	border-left:none !important;
}
.post-bottom-info h3:before{
	content: '\f05a';
	color: #000;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
	transition:0.4s;
}

.post-bottom-info ul{
	padding-left:30px;
}
.post-bottom-info ul li{
	   margin: 15px 0 7.5px;
	padding-bottom: 4.5px;
	position: relative;
	border-bottom: 1px dotted #000;
}

.post-bottom-info ul li:before{
	content: '\f00c';
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
	position: absolute;
	left: -30px;
}







/*フッター*/
#footer{
	margin-top:-1px;
	z-index: 1;
}

.footer {
	margin-top: 0;
	color:#fff;
	position: relative;
	z-index:-1;
	font-size:13px;
}

.footer-in{
	max-width: 1000px!important;
	padding-top: 55px;
	margin: 0 auto!important;
	background:none;
}
.footer a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}



.footer-logoarea img {
	width: 230px;
	display: inline-block;
	margin-bottom: 20px;
}


#footer .footer-logoarea a:hover {
	background-color: transparent;
}

.footer-widgets{
	align-items:center;
}
.footer-menuarea{
	display:flex;
	font-size:14px;
	justify-content: flex-end;
}

.footer-menuarea h3{
	margin-bottom:5px;
}

.footer-left{
	width:30%;
}

.footer-center{
	display:none;
}

.footer-right{
	width: 70%;
}

.footer-right ul,
.menu-center span{
	padding: 0 25px;
	border-left: 3px dotted #fff;
	margin-bottom: 20px;
	display: inline-block;
}




.flex-box{
	display:flex;
}













/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
	position: absolute;
  z-index : 3;
	right: 30px;
	top: 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left	: 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition		: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform		: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform		: rotate(45deg);
}

.hamburger p{
	position: relative;
	font-size: 10px;
	padding-top: 37px;
}
.hamburger p.menu-close{
	display:none;
}
.hamburger p.menu-text{
	display:inline-block;
}

.hamburger.active p.menu-close{
	display:inline-block;
}
.hamburger.active p.menu-text{
	display:none;
}


nav.globalMenuSp {
  position: fixed;
	z-index: 2;
	top: 0;
	right: -1%;
	color: #000;
	background: #e9e9e9;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	max-width: 890px;
	width:96%;
	height: 610px;
	padding-top: 0;
	box-shadow: 0 0 3px #000;
	border-radius: 50px;
	margin:10px 0 0;
}

nav.globalMenuSp ul {
  background: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
	  list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	transition: 0.3s;
	position: relative;
	padding-left: 14px;
}

nav.globalMenuSp ul li:before {
	content: '\f0da';
	color: #3c793c;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	position:absolute;
	left:0;
}


nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display:inline;
	color: #000;
	padding: 2px;
	font-size: 13px;
	text-decoration: none;
	
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(-2%);
}

/*スクロールアニメーション*/

/*スクロールダウン全体の場所*/
.scrolldown2{
	/*描画位置※位置は適宜調整してください*/
	position: absolute;
	bottom: 65px;
	left: 6.5%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
	/*描画位置*/
	position: absolute;
	left:10px;
	bottom:56px;
	/*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom:0;
	left:-4px;
	/*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#000;
	/*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
	  0%{bottom:90px;}
	 100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
	  0%{opacity:0}
	 50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
	/*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
	/*線の形状*/
	width:2px;
	height: 90px;
	background:#000;
}




/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/
 
 
 
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
	padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	font-size: 15px;
	border: 1px solid #ccc;
}

.mw_wp_form select {
	display: block;
	position: relative;
	max-width: 272px;
	height: 50px;
	font-size: 14px;
	font-size: 0.9rem;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	padding: 0 10px;
}
 
.mw_wp_form selectt:after {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	pointer-events: none;
}
 
 
/*――――「表」デザイン――――*/
 
.cform th {
	font-size: 15px;
	width: 25%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 15px;
	font-weight: bolder;
}
 
 
.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}
 
 
/*―――――表示―――――*/
 
.cform {
	width: 100%;
	margin: auto;
}
 
 
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
	border-radius: 6px;
}
.page-template-03custom-page3 form{
	padding-bottom:40px;
}
 

 
/*――「送信ボタン」デザイン――*/
 
.submit-btn input {
background-color:#4c7516;
border:0;
color:#ffffff;
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
	max-width:250px;
	transition:0.5s;
}
 
.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}
 
.submit-btn input:hover {
	background: #8cc63f;
	color: #FFFFFF;
　cursor: pointer;
}

input[type='submit'] {
	-webkit-appearance: none;
	border: 1px solid var(--cocoon-thin-color);
	background-color: #f5f8fa;
	color: #333;
	display: inline-block;
	max-width: 250px;
	margin-top: 30px;
	border-radius: 4px;
}
 
 
/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.9em;
padding: 6px;
border-radius: 5px;
margin-right: 10px;
background: #ebbbbb;
color: #ffffff;
}


.check_btn p{
	margin-bottom:0;
}

.check_btn td{
margin-top: 10px;
	margin-top: 10px;
	padding: 7px 15px!important;
}
.check_btn input[type=checkbox].check_btn_item{
display: none;
}
.check_btn label {
display:block;
}
.check_btn .check_btn_item + span {
padding-left: 50px;
	display: inline-block;
	position: relative;
}
.check_btn .check_btn_item + span::after,
.check_btn .check_btn_item + span::before {
content: '';
display: block;
position: absolute;
top: 0;
}
.check_btn .check_btn_item + span::before {
border: 1px solid #000;
	border-radius: 4px;
	left: 10px;
	top: 10px;
	height: 20px;
	width: 20px;
}
.check_btn .check_btn_item + span::after{
border: none;
border-right: 3px solid #c78d8d;
border-bottom: 3px solid #c78d8d;
height: 16px;
left: 16px;
opacity: 0;
top: 9px;
transform: rotate(45deg);
width: 7px;
}
.check_btn .check_btn_item:checked + span::after {
opacity: 1;
}
 
/*ーーーーーーーーーーーーーーーー*/






/*サイドバー*/

.sidebar{
	font-size:13px;
	margin-bottom:30px;
}

.profile{
	border: 2px solid #ddd;
	border-radius: 15px;
	padding: 20px;
	padding-top: 0;
	text-align:center;
	font-size:13px;
}
.profile h3{
	border-radius: 15px;
	padding: 8px 8px 5px;
	position:relative;
}
.profile h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 14%;
	margin-left: 0;
	border: 12px solid transparent;
	border-top: 16px solid #f3f3f3;
}


.profile img{
	width: 75%;
	margin: 15px 0;
	border-radius: 50%;
	border: 1px solid #666;
}
.profile h4{
	font-size: 123%;
	color: #8cc63f;
}



.profile-text1{
	font-weight:bold;
}
.profile-text2{
text-align:left;
}

.widget-entry-card{
	font-size:14px;
}

.widget_categories .children{
	display:none;
}
.widget_categories ul li,
.child-category ul li,
.widget-sidebar .menu-item{
	border-bottom: 3px dotted #999;
	margin: 5px;
}

.widget ul li a{
	transition:0.4s;
	position:relative;
}
.widget a:hover,
.widget_categories ul li a:hover,
.widget-sidebar .menu-item a:hover{
	color:#8cc63f;
}

.widget_categories ul li a:before,
.child-category ul li a:before,
.widget-sidebar .menu-item a:before{
	content: '\f0da';
	color: #000;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
}


.child-category a{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
.tagline{
	margin:0 auto;
}

/*----------------------------------------
2023.10.16 追加
----------------------------------------*/

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.post-list-cat {
	display: none;
	width: 472px;
}

.post-list-cat a {
	display: inline-block;
}

.entry-categories {
	display: none !important;
}

.eye-catch {
	box-sizing: border-box;
	margin: 0 auto 20px;
	max-width: none;
	width: 65%;
}

.eye-catch img {
	display: block;
	height: auto;
	max-width: none;
	width: 100%;
}

.entry-content.single-content {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
}

.entry-content.single-content>* {
	margin-bottom: 0;
}

.entry-content.single-content p {
	margin-bottom: 20px;
}

.entry-content.single-content p:last-child {
	margin-bottom: 0;
}

.entry-content.single-content p + h2,
.entry-content.single-content p + h3,
.entry-content.single-content p + h4,
.entry-content.single-content p + .title-2,
.entry-content.single-content p + .title-3,
.entry-content.single-content p + .title-4,
.entry-content.single-content ul + h2,
.entry-content.single-content ul + h3,
.entry-content.single-content ul + h4,
.entry-content.single-content ul + .title-2,
.entry-content.single-content ul + .title-3,
.entry-content.single-content ul + .title-4,
.entry-content.single-content ol + h2,
.entry-content.single-content ol + h3,
.entry-content.single-content ol + h4,
.entry-content.single-content ol + .title-2,
.entry-content.single-content ol + .title-3,
.entry-content.single-content ol + .title-4,
.entry-content.single-content dl + h2,
.entry-content.single-content dl + h3,
.entry-content.single-content dl + h4,
.entry-content.single-content dl + .title-2,
.entry-content.single-content dl + .title-3,
.entry-content.single-content dl + .title-4,
.entry-content.single-content table + h2,
.entry-content.single-content table + h3,
.entry-content.single-content table + h4,
.entry-content.single-content table + .title-2,
.entry-content.single-content table + .title-3,
.entry-content.single-content table + .title-4,
.entry-content.single-content img + h2,
.entry-content.single-content img + h3,
.entry-content.single-content img + h4,
.entry-content.single-content img + .title-2,
.entry-content.single-content img + .title-3,
.entry-content.single-content img + .title-4,
.entry-content.single-content iframe + h2,
.entry-content.single-content iframe + h3,
.entry-content.single-content iframe + h4,
.entry-content.single-content iframe + .title-2,
.entry-content.single-content iframe + .title-3,
.entry-content.single-content iframe + .title-4,
.entry-content.single-content div + h2,
.entry-content.single-content div + h3,
.entry-content.single-content div + h4,
.entry-content.single-content div + .title-2,
.entry-content.single-content div + .title-3,
.entry-content.single-content div + .title-4,
.entry-content.single-content a + h2,
.entry-content.single-content a + h3,
.entry-content.single-content a + h4,
.entry-content.single-content a + .title-2,
.entry-content.single-content a + .title-3,
.entry-content.single-content a + .title-4,
.entry-content.single-content center + h2,
.entry-content.single-content center + h3,
.entry-content.single-content center + h4,
.entry-content.single-content center + .title-2,
.entry-content.single-content center + .title-3,
.entry-content.single-content center + .title-4 {
	margin-top: 60px;
}

.entry-content.single-content h2 {
	background: none;
	box-sizing: border-box;
	border: 0;
	border-color: #3db256 !important;
	border-left: 7px solid;
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
	margin-bottom: 20px;
	padding: 5px 0;
	padding-left: 10px;
}

.entry-content.single-content h2.text-red {
	color: #ff0000;
}

.entry-content.single-content h2.text-blue {
	color: #0000ff;
}

.entry-content.single-content h2::before {
	content: none;
}

.box-text-dl {
	box-sizing: border-box;
	margin-bottom: 20px !important;
}

.box-text-dl:last-child {
	margin-bottom: 0 !important;
}

.box-text-dl dt {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	max-width: 100%;
	padding: 5px 10px;
}

.box-text-dl dd {
	box-sizing: border-box;
	border: 3px solid;
	margin: 0;
	padding: 20px;
}

.post-tb {
	box-sizing: border-box;
	margin-bottom: 20px !important;
}

.post-tb:last-child {
	margin-bottom: 0 !important;
}

.post-tb table {
	box-sizing: border-box;
	width: 100%;
}

.post-tb table th {
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
}

.post-tb.th-center table th {
	text-align: center;
}

.post-tb.col-2 table th {
	width: 50%;
}

.post-tb.col-2.th-25 table th:first-child {
	width: 25%;
}

.post-tb.col-2.th-67 table th:first-child {
	width: 67%;
}

.post-tb.col-3 table th {
	width: 33.3%;
}

.post-tb.col-3 table th:last-child {
	width: 33.4%;
}

.post-tb.col-4 table th {
	width: 25%;
}

.post-tb.th-bg-gray table th {
	background: #eee;
}

.post-tb.th-bg-green table th {
	background: #3db256;
	color: #fff;
}

.post-tb.th-bg-light-green table th {
	background: #8cc63f;
}

.post-tb table td {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 1px solid;
	padding: 5px 10px;
	vertical-align: middle;
}

.entry-content.info-page {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
}

.entry-content.info-page>* {
	margin-bottom: 0;
}

.entry-content.info-page p {
	margin-bottom: 20px;
}

.entry-content.info-page p:last-child {
	margin-bottom: 0;
}

.entry-content.info-page p + h2,
.entry-content.info-page p + h3,
.entry-content.info-page p + h4,
.entry-content.info-page p + .title-2,
.entry-content.info-page p + .title-3,
.entry-content.info-page p + .title-4,
.entry-content.info-page ul + h2,
.entry-content.info-page ul + h3,
.entry-content.info-page ul + h4,
.entry-content.info-page ul + .title-2,
.entry-content.info-page ul + .title-3,
.entry-content.info-page ul + .title-4,
.entry-content.info-page ol + h2,
.entry-content.info-page ol + h3,
.entry-content.info-page ol + h4,
.entry-content.info-page ol + .title-2,
.entry-content.info-page ol + .title-3,
.entry-content.info-page ol + .title-4,
.entry-content.info-page dl + h2,
.entry-content.info-page dl + h3,
.entry-content.info-page dl + h4,
.entry-content.info-page dl + .title-2,
.entry-content.info-page dl + .title-3,
.entry-content.info-page dl + .title-4,
.entry-content.info-page table + h2,
.entry-content.info-page table + h3,
.entry-content.info-page table + h4,
.entry-content.info-page table + .title-2,
.entry-content.info-page table + .title-3,
.entry-content.info-page table + .title-4,
.entry-content.info-page img + h2,
.entry-content.info-page img + h3,
.entry-content.info-page img + h4,
.entry-content.info-page img + .title-2,
.entry-content.info-page img + .title-3,
.entry-content.info-page img + .title-4,
.entry-content.info-page iframe + h2,
.entry-content.info-page iframe + h3,
.entry-content.info-page iframe + h4,
.entry-content.info-page iframe + .title-2,
.entry-content.info-page iframe + .title-3,
.entry-content.info-page iframe + .title-4,
.entry-content.info-page div + h2,
.entry-content.info-page div + h3,
.entry-content.info-page div + h4,
.entry-content.info-page div + .title-2,
.entry-content.info-page div + .title-3,
.entry-content.info-page div + .title-4,
.entry-content.info-page a + h2,
.entry-content.info-page a + h3,
.entry-content.info-page a + h4,
.entry-content.info-page a + .title-2,
.entry-content.info-page a + .title-3,
.entry-content.info-page a + .title-4,
.entry-content.info-page center + h2,
.entry-content.info-page center + h3,
.entry-content.info-page center + h4,
.entry-content.info-page center + .title-2,
.entry-content.info-page center + .title-3,
.entry-content.info-page center + .title-4 {
	margin-top: 60px;
}

.page .entry-content.info-page .title-2 {
	background: #66cdaa;
	box-sizing: border-box;
	border-color: #3db256 !important;
	border-bottom: 5px solid;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.entry-content.info-page .swpm-login-form-inner,
.entry-content.info-page .swpm-pw-reset-widget-inside {
	background: #eee;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	margin: 0 auto;
	padding: 20px;
	width: 600px;
}

.entry-content.info-page .swpm-login-form-inner input[type="text"],
.entry-content.info-page .swpm-login-form-inner input[type="password"],
.entry-content.info-page .swpm-pw-reset-widget-inside input[type="text"] {
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	display: block;
	font-family: var(--cocoon-default-font);
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.entry-content.info-page .swpm-pw-reset-widget-inside input[type="text"] {
	margin-bottom: 0;
}

.entry-content.info-page .swpm-login-submit,
.entry-content.info-page .swpm-pw-reset-submit-button {
	box-sizing: border-box;
	margin: 20px auto;
	padding-bottom: 5px;
	width: 250px;
}

.entry-content.info-page .swpm-pw-reset-submit-button {
	margin-bottom: 0;
}

.entry-content.info-page .swpm-login-submit input[type="submit"],
.entry-content.info-page .swpm-pw-reset-submit-button input[type="submit"] {
	background: #e67e22;
	box-sizing: border-box;
	border: 0;
	box-shadow: 0 5px #d35400;
	border-radius: 10px;
	cursor: pointer;
	color: #fff;
	display: block;
	font-weight: 700;
	font-family: var(--cocoon-default-font);
	font-size: 18px;
	line-height: 28px;
	margin-top: 0;
	padding: 5px 10px;
	text-align: center;
	-webkit-appearance: none;
}

.entry-content.info-page .swpm-login-submit input[type="submit"]:hover,
.entry-content.info-page .swpm-pw-reset-submit-button input[type="submit"]:hover {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1380px以下*/
@media screen and (max-width: 1380px){
	.header-tel{
		display:none;
	}
}
/*1023px以下*/
@media screen and (max-width: 1023px){
	
	body{
		min-width:0;
	}
	
	.single .wrap{
	width:100%;
}
	
	
	.container{
		padding-bottom:0;
	}
	
	.single #content,
	.category #content {
		padding:0;
		padding-top: 20px;
	}

	/*ヘッダー*/
	.header-in {
	display: block;
	width: 100%!important;
		margin-left: 0;
	}
	
	.logo {
	text-align: left;
}
	
	.header-contact-button {
		display: none;
	}
	
	.tagline {
	display: none;
}
	.article h2, .page h2 {
	font-size: 18px;
	}
	
	/*フロントページ　スマホ*/
	
	.home #content {
	padding-top: 0;
}
	.page-template-01front-page .entry-content{
		margin-top:0;
	}
	
	.header-contact-box,
	.header-order-box,
	.header-support-box,
	.header-tel{
		display:none;
	}
	
	.header-in img {
		margin:  7px 0;
		max-width: 170px;
}
	
	.hamburger{
		top:13%;
	}
	
	.mv-image-pc{
		display:none;
	}
	
	.mv-image-mobile1{
	display: inline-block;
	position: absolute;
	top: 0;
	width: auto;
	max-height: 138px;
	margin: 5%;
	max-width: 90%;
		min-width: 326px;
}
	
	.mv-image-mobile2{
	display: inline-block;
	position: absolute;
	bottom: 0;
	width: auto;
	max-height: 155px;
	margin: 35px 15px;
	right: 0;
	max-width: 80%;
}
	
	
	
	
	.mv-area{
		position:relative;
		padding:159px 15px 180px;
		height:auto;
		min-width:0;
	}
	.mv-area-in:after{
		display:none;
	}
	
	.mv-illustration {
	width: 100%;
	max-width: 100%;
		z-index:1;
			top: 0;
	height: 100%;
		overflow:hidden;
	}
	
	.mv-area-in {
	padding-right: 15px;
	}
	.mv-area-in h1 {
	font-size:7vw;
}
	
	.mv-text {
	font-size: 16px;
	}
	
	
	
		.front-sec1 {
	margin-top: 0;
	}
	
	
	.mv-text h1 .dots{
		display:block;
	}
	
	.front-sec1-in{
		padding:15px;
	}
	
	
	.article .front-sec1-in h2{
		font-size:20px;
	}
	
	.sub-title {
		font-size:12px;
	}
	.front-sec1-in .sub-title {
	text-align: center;
	font-size: 12px;
}
	
	.front-sec1-in ul {
	margin-top: 27px;
	padding-left: 0;
}
	
	.front-sec1-in ul li {
	display: block;
	}
	
	.sec1-image {
	width: 100%;
	overflow: hidden;
}
	
	.sec1-image img {
	width: 65%;
	}
	
	.sec1-text {
	padding: 0;
	width: 100%;
}
	
	.sec1-image:before {
	font-size: 26vw;
	}
	
	
	.sec1-text .sec1-button {
	display:block;
	width: 100%;
		margin-bottom: 5px;
	}
	
	.sec1-text-list br{
	display:none;
}
	
	.sec1-text h3 {
	padding: 9px 15px 6px;
		margin-bottom: 8px;
	}	
	
	.front-sec1-in ul li {
	margin-bottom: 25px;
}
	.front-sec2 {
	padding: 40px 15px 0;
	}
	.front-sec2-in {
	padding: 15px 0;
	}
	.article .front-sec2-in h2 {
	font-size: 20px;
	padding-top: 18px;
	}
	
	.front-sec2-in ul{
		padding-left:0;
	}
	
	.front-sec2-in li {
	display: block;
		margin-bottom:15px!important;
	}
	
	.front-sec2-in li .sec2-list-image {
	width: 100%;
}
	.front-sec2-in li .sec2-list-text {
	width: 100%;
	padding-left: 0;
}
	.front-sec2-in li .sec2-list-text li{
		margin-bottom:4px!important;
	}	
	
	.front-page .article h2 {
	font-size: 5vw;
	}
	
	.front-sec3-in {
	padding: 15px;
	}
	
	.front-sec3-in .sub-title {
	margin-bottom: 30px;
}
	
	.front-sec3-in ul {
	display: block;
	padding-left: 0;
}
	
	.front-sec3-in ul li {
	width: 100%;
	margin: 0 0 30px;
}
	
	.front-sec3-in ul li p{
		font-size: 14px;
	}
	
	.front-sec3-in ul li:nth-child(2) {
	margin: 0 0 30px;
}
	
	.sec3-button{
		margin: 10px 0 30px;
	}
	
	.front-sec4 {
	padding: 15px;
	}
	
	.front-sec4-in .sub-title {
	margin-bottom: 30px;
	}
	.front-sec4-in{
		padding:30px 0;
	}
	
	.front-sec4-in ul {
	font-size: 14px;
	padding-left: 0;
}
	

	
	

	
	
	/*ナビメニュー*/
	
	nav.globalMenuSp {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	color: #000;
	background: #e9e9e9;
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	max-width: 100%;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}
	nav.globalMenuSp.active {
	transform: translateX(0%);
			padding-top: 15px;
}
	
	.hamburger{
		right:10px;
		top:10px;
	}
	.header .active.hamburger {
	top: 10px;
	}
	
	.nav-area-left{
		display:none;
	}
	
	.nav-area-in {
	display: flex;
	padding: 0;
	}
	
	.nav-area-right {
	margin-left: 0;
	}
	
	.nav-flex {
	display: block;
}
	

	
	nav.globalMenuSp ul{
		display:flex;
		flex-wrap:wrap;
	}
	
	
	nav.globalMenuSp ul li{
		width: 50%;
		padding: 0;
	padding-left: 13px;
		margin-bottom:7px;
			line-height: 140%;
		border:none;
		
	}
	
	.nav-right{

	}
	
	.nav-left, .nav-center, .nav-right1, .nav-right2, .nav-right3 {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 15px;
		padding-bottom: 0;
	width: 100%;
	background: none;
}
	.search-box{
		margin-bottom:40px;
			margin-top: 0;
	}
	
	.nav-area-right .widget_search{
		margin:15px;
	}
	.nav-area-right .search-edit, input[type="text"] {
		border-radius: 20px;
		left: auto;
		height: 40px;
		font-size: 14px;
		position: relative;
		top: auto;
		width: 100%;
	}

	.nav-area-right .search-submit {
		right: 1vw;
		top: calc(50% - 0px);
	}
	
	/*下層ページ*/
	
	h1 {
	font-size: 25px;
	}
	.page02-sec1-first-text{
			display: inline-block;
	width: 74%;
	font-size: 12px;
	}

	
	
	.child-page-header {
	display: block;
	}
	
	
	.child-page-header-text {
	padding-top: 0;
	padding-left: 0;
	margin-left: 0;
		width:100%;
	}
	
	.child-page-header-image {
	width: 100%;
		text-align:right;
}
	.child-page-header-image img{
	width: 40%;
	}
	
	.child-page-box-in{
		margin:0 0 40px;
		padding:15px;
	}
	
	.child-page-header{
		margin-bottom:0;
	}
	
	.child-page-box{
		position:relative;
	}
	
	.page02-sec1 .child-page-box-in {
	display: block;
	padding: 15px;
	}
	.page02-sec1-image img{
	position: absolute;
	width: 25%;
	right: 5px;
	z-index: 0;
	}
	
	
	.page02-sec1-image .page2-sec1-first-image{
			position: absolute;
	width: 21vw;
	max-width: 150px;
	right: 5px;
	z-index: 0;
	top: 18%;
	}
	
	.child-page-box-in h2 {
	border-bottom: none;
	width: 75%;
	font-size: 20px;
	padding: 25px 0;
}
	.page02-sec1-in ul {
	padding-left: 0;
	}
	
	
	.sec2-box table th, .sec2-box table td {
	background: none;
	border: none;
	display: block;
		padding: 8px 0 0;
}

	.page02-sec3-in h2{
		width:100%;
		padding-bottom:0;
	}
	.article h3
	
	.page02-sec3-in h3 {
	padding: 8px 10px 3px;
	font-size: 16px;
	}
	.page02-sec3-in ul {
	display: block;
	padding-left: 0;
}
	.page02-sec3-in ul li{
	width: 100%;
	padding: 0 0 85px;
		margin: 30px 0;
	}
	.page02-sec3-in ul li img {
	width: auto;
	height: 110px;
	}
	
	.page02-sec4{
		padding:15px;
	}
	
	.page02-sec4-in {
	padding: 10px 0;
		min-height:0;
	}
	
	.page02-sec4-in h2 {
	margin-bottom: 18px;
}
	
	.page02-sec4-in ul{
		padding-left:0;
	}
	.page02-sec4-in ul li{
		overflow:hidden;
	}
	.page02-sec4-in ul li h3 {
	margin: 0;
		font-size:14px;
	}
	.page02-sec4-in ul li .button {
		position: relative;
	right: 0;
	top: 0;
	float: right;
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #999;
	border-radius: 0;
	padding: 0;
	}
	.page02-sec4-in img{
		display:none;
	}
	
	.post-list-link {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
	
	
	.front-sec5-in{
		padding: 30px 15px;
	}
	
	.price-box-top {
	margin: 20px auto;
	}
	
	.price-box-top .price {
	font-size: 30px;
	}
	.page .price-bottom-title{
		padding:15px;
	}
	
	.page .price-bottom-title {
	font-size: 16px;
}
	.page .price-bottom-title .price-bottom-subtitle{
		line-height:150%;
	}
	
	.price-box-bottom {
	display: block;
		margin: 0 auto 65px;
	}
	
	.price-box-bottom-left {
	margin-right: 0;
	margin-bottom: 43px;
}
	
	.price-box-bottom-left:after {
	content: "";
	position: absolute;
	top: 112%;
	left: 50%;
	margin-left: 0;
	border: 25px solid transparent;
	border-top: 25px solid #ddd;
}
	
	
	
	
	.page h2.jouhou-top-title {
	font-size: 18px;
	margin-top: 10px;
	}
		
		.jouyou-box-three ul{
		padding-left:0;
			display:block;
	}
		.jouyou-box-three ul li {
	margin-bottom: 20px;
	}
	
	.hire-point ul li:nth-child(2){
		margin:0 0 20px;
	}
	.hire-point ul li:nth-child(2):before{
		display:none;
	}
	
	.jouyou-des{
		margin-bottom:20px;
	}
	
		.jouyou-start-header-text {
	width: 100%;
	padding-right: 0;
	float: none;
}
	.child-page-box-in h2 {
	width: 100%;	
		padding-bottom:0;
	}
	.start-header img {
	width: 100%;
		height:auto;
		margin-top:20px;
	}
	
		.price-illustration1{
	bottom: 0;
	left: 0;
	width: 30%;
	z-index: 1;
	}
	
	.price-illustration2{
	bottom:0;
	right: 0;
	width: 30%;
	z-index: 1;
	}
	.common-box-top ul {
	display: block;
	padding: 40px 15px 0;
	}
	
	.common-box-top ul li {
	margin-bottom: 10px;
}
	.common-box-top ul li:nth-child(2) {
	margin: 0 0.2em 10px;
}
	
	.common-box-bottom ul{
		padding-left:0;
	}
		.common-box-bottom ul li{
		width: 165px;
	height: 165px;
	margin: 5px;
	}
	
	.common-box-bottom ul li a {
	font-size: 12px;
	}
	
	.common-box-bottom ul li img{
			height: 73px;
	}
	
	
	.common-in {
	padding: 35px 0 35px;
	}
	
	.jouyou-box-three ul li:nth-child(2) {
	margin: 0 0 20px;
}
	
	.taxi-box2 ul{
		padding-left:0;
		display:block;
	}
	
	.taxi-box2 ul li {
		margin: 20px 0 30px;
	}	
	
	.taxi-box2 img{
		max-height:180px;
	}
	
	
	.noriai-sec2-box {
	margin-top: 100px;
}
	
	.noriai-image {
	right: 16px;
	top: -78px;
	}
	
	.small-button {
	width: 100%;
	}
	.article .gray-back-h3 {
	font-size: 14px;
	background: none;
}
	.child-page-box-in ul {
	padding-left: 0;
	}
	
	.page02-sec3-2-in .noriai-list{
		display:block;
	}
	
	.page02-sec3-2-in ul li {
	width: 100%;
	margin: 0 0 20px;
	}
	.subtitle {
	font-size: 14px;
	}
	
	.child-page-box-left {
	width: 100%;
	margin-right: 0;
	float: none;
}
	
	.child-page-box-right {
	width: 100%;
		height:auto;
	margin-top: 20px;
	}
	
	.qa h2{
		padding-top:0;
	}
	
	.front-sec4-in .question{
		position: relative;
	padding: 15px;
	padding-left: 57px;
}
		.question::before {
	left: auto;
		top:15px;
}
	.front-page .front-sec4-in .question{
		padding: 15px;
	}
	
	
	.question::before {
		left: 13px;
	top: 26px;
	font-size: 29px;
	border: none;
		width:auto;
		margin-left:0;
}
	.front-page .front-sec4-in .question {
	padding: 15px;
	padding-left: 53px;
}
	
	.front-sec4-in .answer:before{
		left:12px;
	}
	
	.front-sec4-in .answer {
	padding-left: 51px;
	}	
	
	.front-sec4-in .answer{
		font-size:13px;
	}
	
	.page08-in .child-page-header-text2{
		padding-top:0;
	}
	
	.child-page-header-text2 p {
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
}
	.child-page-header-text2 ul{
	padding-left:0;
}
	
	.page08-in .child-page-header-image img{
		width:100%;
	}
	
	.support-sec1 {
	background: #fff;
	padding: 15px;
	}
	
	
	.support-sec1-in .box h2{
		margin: 10px 0;
	}
	.support-sec1-image {
	position: absolute;
	right: -16px;
	bottom: 0px;
	width: 109px;
}
	.support-sec1-in ul {
	padding-left: 5px;
	width: 77%;
}
	
	
	.support-sec1-in ul li{	
		font-weight: normal;
	font-size: 14px;
	}
	
	.start-header-text {
	width: 100%;
	}
	
	.page08 .start-header {
	display: block;
	margin-bottom:0;
}
	.support-qa .support-qa-image1,
	.support-qa .support-qa-image2{
		display:none;
	}
	.flex-box {
	display: block;
}
	
	.inn-child-box{
	margin-left:0;
}
	
	h3.center-title {
	border-radius: 21px;
	padding: 14px 8px;
	font-size: 15px;
	}
	
	.child-page-box-in .inn-category{
		display:block;
	}
	
	.child-page-box-in .inn-category li:nth-child(2) {
	margin: 20px 0;
}
	.qa img{
		display:none;
	}
	
	.taku-list{
		display:block;
	}
	
	.taku-list li{
		width:100%;
		font-size:17px;
	}
	

	
	.child-page-box-in .mobile-opacity{
		opacity: 0.2;
	position: absolute;
		top:0;
	width: 50%;
	right: 0;
	}
	
	.page13 .child-page-header-text2 {
	display: block;
		padding:0;
	}
	
	.page13 h1{
			margin: 0;
	padding: 15px 15px 12px;
	font-size: 23px;
	width: 100%;
	}
	.page13 .child-page-box-in2 {
	padding: 15px;
	}
	.page13 .child-page-box-in2 ul{
		padding-left:0;
		display:block;
	}
	.page13 .child-page-box-in2 ul li {
	width: 100%;
	margin: 0 0 20px;
	}
	
	
	.page-template-03custom-page3 .entry-content {
	padding: 15px;
	}
	
	
	
	

	.cform th,
	.cform td {
		width: 100%;
  border: 1px solid #999;
  padding: 10px !important;
		display: block;
		border-top: none;
	
}
	
	.cform th .required-srt {
	position: relative;
	margin-left: 15px;
}
	.required-srt {
	font-size: 0.9em;
	padding: 2px 6px 0;
}
.mw_wp_form select{
		max-width: 100%;
}
	
	
	.check_btn .check_btn_item + span {
			border-bottom: 1px solid #aaa;
	border-radius: 0;
}

.child-page-header h1.about-title span{
	font-size:35px;
}

.page14 .child-page-header-text2 {
	width: 100%;
	margin-right: 0;
}

.child-page-header-text2 .about-header-text{
	font-size:14px;
}

.child-page-header-text2 .en{
	font-size:12px;
}

.about-header-image {
	width: 100%;
	margin-top: 20px;
}

.member-box-outer {
	display: block;
}

.member-box {
	width: 100%;
	margin: 0;
}
.member-box h3 {
	font-size: 30px;
}

.other-menber {
	display: flex;
	flex-wrap: wrap;
}

.other-menber li {
	width: 48%;
	margin: 1%!important;
}

/*投稿ページ*/
	.single .entry-content {
	padding: 0;
	border-radius:0;
}

.post-bottom-info {
	/*padding: 25px;
	padding-top: 8px;*/
	padding:1vw 2vw;
}
.post-bottom-info h3{
	/*font-size: 20px;*/
	font-size:16px;
}

.related-entry-card-title {
	font-size: 14px;
}


.e-card-snippet {
	font-size: 11px;
}







	
		/*フッター*/
	
	.footer-in {
	padding-top: 23px;
	}
	
	.footer-logoarea{
			text-align: left;
	margin-bottom: 23px;
}
	.footer-menuarea {
	display: block;
	}
	
	.menu-left,
	.menu-center,
	.menu-right{
		margin-bottom:20px;
	}
	
	
	.footer-menuarea h3{	
	font-size: 15px;
	border-bottom: 1px solid;
		margin-bottom:8px;
	}
	
	.menu-center span {
	padding: 0;
	border-left: none;
	}
	
	.footer-bottom {
	margin-top: 0;
	}
	
	.footer-mobile .widget-footer-mobile{
		margin-bottom:0;
	}
	
.taxi-point ul li:nth-child(1):before,
.hukusshitaxi-point ul li:nth-child(3):before{
	display:none;
}
	
.mobile-bottom-button{
	display:flex;
	position:fixed;
	bottom:0;
	z-index:9999;
	text-align:center;
	width:100%;
	box-shadow:0 0 3px #aaa;
}
.mobile-bottom-button a{	
	background:rgba(255,255,255,.8);
	display:inline-block;
	width:100%;
	padding:15px;
	color:#000;
	text-decoration:none;
	position:relative;
}

.mobile-bottom-button a.mbb-tel{
	background: #3c793c;
	border-left: 1px solid #ddd;
	color: #fff;
}

.mobile-bottom-button a.mbb-form {
	background: #ff8800;
	color: #fff;
}

.mobile-bottom-button a.mbb-form:before{
	content: '\f0e0';
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
	transition: 0.4s;
}

.mobile-bottom-button a.mbb-tel:before{
	content: '\f095';
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 10px;
	transition: 0.4s;
}
	
	.go-to-top{
			bottom: 65px;
	}

	.pc {
		display: none;
	}

	.pc.tab {
		display: block;
	}

	.pc.tab.mobi {
		display: block;
	}

	.tab {
		display: block;
	}

	.tab.mobi {
		display: block;
	}

	.pc.mobi {
		display: none;
	}

	.mobi {
		display: none;
	}

	.m20 {
		margin: 2vw !important;
	}

	.mt20 {
		margin-top: 2vw !important;
	}

	.mb20 {
		margin-bottom: 2vw !important;
	}

	.no-mt20 {
		margin-top: -2vw !important;
	}

	.mt-20 {
		margin-top: 2vw !important;
	}

	.mb-20 {
		margin-bottom: 2vw !important;
	}

	.ml20 {
		margin-left: 2vw !important;
	}

	.mr20 {
		margin-right: 2vw !important;
	}

	.m40 {
		margin: 4vw !important;
	}

	.mt40 {
		margin-top: 4vw !important;
	}

	.mb40 {
		margin-bottom: 4vw !important;
	}

	.ml40 {
		margin-left: 4vw !important;
	}

	.mr40 {
		margin-right: 4vw !important;
	}

	.m60 {
		margin: 6vw !important;
	}

	.mt60 {
		margin-top: 6vw !important;
	}

	.mt-60 {
		margin-top: 6vw !important;
	}

	.mb60 {
		margin-bottom: 6vw !important;
	}

	.mb-60 {
		margin-bottom: 6vw !important;
	}

	.ml60 {
		margin-left: 6vw !important;
	}

	.mr60 {
		margin-right: 6vw !important;
	}

	.m80 {
		margin: 8vw !important;
	}

	.mt80 {
		margin-top: 8vw !important;
	}

	.mb80 {
		margin-bottom: 8vw !important;
	}

	.ml80 {
		margin-left: 8vw !important;
	}

	.mr80 {
		margin-right: 8vw !important;
	}

	.m100 {
		margin: 10vw !important;
	}

	.mt100 {
		margin-top: 10vw !important;
	}

	.mb100 {
		margin-bottom: 10vw !important;
	}

	.ml100 {
		margin-left: 10vw !important;
	}

	.mr100 {
		margin-right: 10vw !important;
	}

	.p20 {
		padding: 2vw !important;
	}

	.pt20 {
		padding-top: 2vw !important;
	}

	.pb20 {
		padding-bottom: 2vw !important;
	}

	.pl20 {
		padding-left: 2vw !important;
	}

	.pr20 {
		padding-right: 2vw !important;
	}

	.p40 {
		padding: 4vw !important;
	}

	.pt40 {
		padding-top: 4vw !important;
	}

	.pb40 {
		padding-bottom: 4vw !important;
	}

	.pl40 {
		padding-left: 4vw !important;
	}

	.pr40 {
		padding-right: 4vw !important;
	}

	.p60 {
		padding: 6vw !important;
	}

	.pt60 {
		padding-top: 6vw !important;
	}

	.pb60 {
		padding-bottom: 6vw !important;
	}

	.pl60 {
		padding-left: 6vw !important;
	}

	.pr60 {
		padding-right: 6vw !important;
	}

	.p80 {
		padding: 8vw !important;
	}

	.pt80 {
		padding-top: 8vw !important;
	}

	.pb80 {
		padding-bottom: 8vw !important;
	}

	.pl80 {
		padding-left: 8vw !important;
	}

	.pr80 {
		padding-right: 8vw !important;
	}

	.p100 {
		padding: 10vw !important;
	}

	.pt100 {
		padding-top: 10vw !important;
	}

	.pb100 {
		padding-bottom: 10vw !important;
	}

	.pl100 {
		padding-left: 10vw !important;
	}

	.pr100 {
		padding-right: 10vw !important;
	}

	.post-list-cat {
		width: 73.5%;
	}

	.eye-catch {
		margin: 0 auto 2vw;
		width: 65%;
	}

	.entry-content.single-content {
		font-size: 1.8vw;
		line-height: 2.8vw;
	}

	.entry-content.single-content p {
		margin-bottom: 2vw;
	}

	.entry-content.single-content p + h2,
	.entry-content.single-content p + h3,
	.entry-content.single-content p + h4,
	.entry-content.single-content p + .title-2,
	.entry-content.single-content p + .title-3,
	.entry-content.single-content p + .title-4,
	.entry-content.single-content ul + h2,
	.entry-content.single-content ul + h3,
	.entry-content.single-content ul + h4,
	.entry-content.single-content ul + .title-2,
	.entry-content.single-content ul + .title-3,
	.entry-content.single-content ul + .title-4,
	.entry-content.single-content ol + h2,
	.entry-content.single-content ol + h3,
	.entry-content.single-content ol + h4,
	.entry-content.single-content ol + .title-2,
	.entry-content.single-content ol + .title-3,
	.entry-content.single-content ol + .title-4,
	.entry-content.single-content dl + h2,
	.entry-content.single-content dl + h3,
	.entry-content.single-content dl + h4,
	.entry-content.single-content dl + .title-2,
	.entry-content.single-content dl + .title-3,
	.entry-content.single-content dl + .title-4,
	.entry-content.single-content table + h2,
	.entry-content.single-content table + h3,
	.entry-content.single-content table + h4,
	.entry-content.single-content table + .title-2,
	.entry-content.single-content table + .title-3,
	.entry-content.single-content table + .title-4,
	.entry-content.single-content img + h2,
	.entry-content.single-content img + h3,
	.entry-content.single-content img + h4,
	.entry-content.single-content img + .title-2,
	.entry-content.single-content img + .title-3,
	.entry-content.single-content img + .title-4,
	.entry-content.single-content iframe + h2,
	.entry-content.single-content iframe + h3,
	.entry-content.single-content iframe + h4,
	.entry-content.single-content iframe + .title-2,
	.entry-content.single-content iframe + .title-3,
	.entry-content.single-content iframe + .title-4,
	.entry-content.single-content div + h2,
	.entry-content.single-content div + h3,
	.entry-content.single-content div + h4,
	.entry-content.single-content div + .title-2,
	.entry-content.single-content div + .title-3,
	.entry-content.single-content div + .title-4,
	.entry-content.single-content a + h2,
	.entry-content.single-content a + h3,
	.entry-content.single-content a + h4,
	.entry-content.single-content a + .title-2,
	.entry-content.single-content a + .title-3,
	.entry-content.single-content a + .title-4,
	.entry-content.single-content center + h2,
	.entry-content.single-content center + h3,
	.entry-content.single-content center + h4,
	.entry-content.single-content center + .title-2,
	.entry-content.single-content center + .title-3,
	.entry-content.single-content center + .title-4 {
		margin-top: 6vw;
	}

	.entry-content.single-content h2 {
		border-left: 0.7vw solid;
		font-size: 2.3vw;
		line-height: 3.3vw;
		margin-bottom: 2vw;
		padding: 0.5vw 0;
		padding-left: 1vw;
	}

	.box-text-dl {
		margin-bottom: 2vw !important;
	}

	.box-text-dl:last-child {
		margin-bottom: 0 !important;
	}

	.box-text-dl dt {
		padding: 0.5vw 1vw;
	}

	.box-text-dl dd {
		border: 0.3vw solid;
		padding: 2vw;
	}

	.post-tb {
		margin-bottom: 2vw !important;
	}

	.post-tb {
		margin-bottom: 0vw !important;
	}

	.post-tb table th {
		border: 1px solid;
		padding: 0.5vw 1vw;
	}

	.post-tb table td {
		border: 1px solid;
		padding: 0.5vw 1vw;
	}

	.entry-content.info-page .swpm-login-form-inner,
	.entry-content.info-page .swpm-pw-reset-widget-inside {
		border: 1px solid;
		padding: 2vw;
		width: 75%;
	}

	.entry-content.info-page .swpm-login-form-inner input[type="text"],
	.entry-content.info-page .swpm-login-form-inner input[type="password"],
	.entry-content.info-page .swpm-pw-reset-widget-inside input[type="text"] {
		border: 1px solid;
		font-size: 1.8vw;
		line-height: 2.8vw;
		margin-bottom: 2vw;
		padding: 0.5vw 1vw;
	}

	.entry-content.info-page .swpm-login-submit,
	.entry-content.info-page .swpm-pw-reset-submit-button {
		margin: 2vw auto;
		padding-bottom: 0.5vw;
		width: 25vw;
	}

	.entry-content.info-page .swpm-login-submit input[type="submit"],
	.entry-content.info-page .swpm-pw-reset-submit-button input[type="submit"] {
		box-shadow: 0 0.5vw #d35400;
		border-radius: 10px;
		font-size: 1.8vw;
		line-height: 2.8vw;
		padding: 0.5vw 1vw;
	}

	.entry-content.info-page .swpm-login-submit input[type="submit"]:hover,
	.entry-content.info-page .swpm-pw-reset-submit-button input[type="submit"]:hover {
		transform: translate3d(0,0.5vw,0);
		-webkit-transform: translate3d(0,0.5vw,0);
	}
	
}

/*834px以下*/
@media screen and (max-width: 834px){
  	body{
		min-width:auto;
	}
	
	main.main{
		padding:0;
	}
	
	
	.mv-area{
			min-width: 100%;
	}
	
	.mv-area-in{
		padding-right:0;
	}
	
	
	.price-illustration1{
	bottom: 0;
	left: 0;
	width: 30%;
	z-index: 1;
	}
	
	.price-illustration2{
	bottom:0;
	right: 0;
	width: 30%;
	z-index: 1;
	}
	.common-box-top ul {
	display: block;
	padding: 40px 15px 0;
	}
	
	.common-box-top ul li {
	margin-bottom: 10px;
}
	.common-box-top ul li:nth-child(2) {
	margin: 0 0.2em 10px;
}
	
	.common-box-bottom ul{
		padding-left:0;
	}

	
	
	.common-in {
	padding: 35px 0 35px;
	}
	
	.hukusshitaxi-point ul li:nth-child(3):before{
		display:none;
	}
	
	
	.entry-title, .archive-title{
		padding-top:20px;
	}
	
	
	

	
	
	
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	.e-card-snippet {
		font-size: 11px;
	}
	
	.pc-t-center {
		text-align: left !important;
	}

	.pc-of {
		overflow: visible;
	}

	.pc {
		display: none;
	}

	.pc.tab {
		display: none;
	}

	.pc.tab.mobi {
		display: block;
	}

	.tab {
		display: none;
	}

	.tab.mobi {
		display: block;
	}

	.pc.mobi {
		display: block;
	}

	.mobi {
		display: block;
	}

	.m20 {
		margin: 2.5vw !important;
	}

	.mt20 {
		margin-top: 2.5vw !important;
	}

	.mb20 {
		margin-bottom: 2.5vw !important;
	}

	.no-mt20 {
		margin-top: -5vw !important;
	}

	.mt-20 {
		margin-top: 5vw !important;
	}

	.mb-20 {
		margin-bottom: 5vw !important;
	}

	.ml20 {
		margin-left: 2.5vw !important;
	}

	.mr20 {
		margin-right: 2.5vw !important;
	}

	.m40 {
		margin: 5vw !important;
	}

	.mt40 {
		margin-top: 5vw !important;
	}

	.mb40 {
		margin-bottom: 5vw !important;
	}

	.ml40 {
		margin-left: 5vw !important;
	}

	.mr40 {
		margin-right: 5vw !important;
	}

	.m60 {
		margin: 7.5vw !important;
	}

	.mt60 {
		margin-top: 7.5vw !important;
	}

	.mt-60 {
		margin-top: 10vw !important;
	}

	.mb60 {
		margin-bottom: 7.5vw !important;
	}

	.mb-60 {
		margin-bottom: 10vw !important;
	}

	.ml60 {
		margin-left: 7.5vw !important;
	}

	.mr60 {
		margin-right: 7.5vw !important;
	}

	.m80 {
		margin: 10vw !important;
	}

	.mt80 {
		margin-top: 10vw !important;
	}

	.mb80 {
		margin-bottom: 10vw !important;
	}

	.ml80 {
		margin-left: 10vw !important;
	}

	.mr80 {
		margin-right: 10vw !important;
	}

	.m100 {
		margin: 12.5vw !important;
	}

	.mt100 {
		margin-top: 12.5vw !important;
	}

	.mb100 {
		margin-bottom: 12.5vw !important;
	}

	.ml100 {
		margin-left: 12.5vw !important;
	}

	.mr100 {
		margin-right: 12.5vw !important;
	}

	.p20 {
		padding: 2.5vw !important;
	}

	.pt20 {
		padding-top: 2.5vw !important;
	}

	.pb20 {
		padding-bottom: 2.5vw !important;
	}

	.pl20 {
		padding-left: 2.5vw !important;
	}

	.pr20 {
		padding-right: 2.5vw !important;
	}

	.p40 {
		padding: 5vw !important;
	}

	.pt40 {
		padding-top: 5vw !important;
	}

	.pb40 {
		padding-bottom: 5vw !important;
	}

	.pl40 {
		padding-left: 5vw !important;
	}

	.pr40 {
		padding-right: 5vw !important;
	}

	.p60 {
		padding: 7.5vw !important;
	}

	.pt60 {
		padding-top: 7.5vw !important;
	}

	.pb60 {
		padding-bottom: 7.5vw !important;
	}

	.pl60 {
		padding-left: 7.5vw !important;
	}

	.pr60 {
		padding-right: 7.5vw !important;
	}

	.p80 {
		padding: 10vw !important;
	}

	.pt80 {
		padding-top: 10vw !important;
	}

	.pb80 {
		padding-bottom: 10vw !important;
	}

	.pl80 {
		padding-left: 10vw !important;
	}

	.pr80 {
		padding-right: 10vw !important;
	}

	.p100 {
		padding: 12.5vw !important;
	}

	.pt100 {
		padding-top: 12.5vw !important;
	}

	.pb100 {
		padding-bottom: 12.5vw !important;
	}

	.pl100 {
		padding-left: 12.5vw !important;
	}

	.pr100 {
		padding-right: 12.5vw !important;
	}

	.post-list-cat {
		width: auto;
	}

	.eye-catch {
		margin: 0 auto 2.5vw;
		width: 100%;
	}

	.entry-content.single-content {
		font-size: 4.5vw;
		line-height: 6.5vw;
	}

	.entry-content.single-content p {
		margin-bottom: 5vw;
	}

	.entry-content.single-content p + h2,
	.entry-content.single-content p + h3,
	.entry-content.single-content p + h4,
	.entry-content.single-content p + .title-2,
	.entry-content.single-content p + .title-3,
	.entry-content.single-content p + .title-4,
	.entry-content.single-content ul + h2,
	.entry-content.single-content ul + h3,
	.entry-content.single-content ul + h4,
	.entry-content.single-content ul + .title-2,
	.entry-content.single-content ul + .title-3,
	.entry-content.single-content ul + .title-4,
	.entry-content.single-content ol + h2,
	.entry-content.single-content ol + h3,
	.entry-content.single-content ol + h4,
	.entry-content.single-content ol + .title-2,
	.entry-content.single-content ol + .title-3,
	.entry-content.single-content ol + .title-4,
	.entry-content.single-content dl + h2,
	.entry-content.single-content dl + h3,
	.entry-content.single-content dl + h4,
	.entry-content.single-content dl + .title-2,
	.entry-content.single-content dl + .title-3,
	.entry-content.single-content dl + .title-4,
	.entry-content.single-content table + h2,
	.entry-content.single-content table + h3,
	.entry-content.single-content table + h4,
	.entry-content.single-content table + .title-2,
	.entry-content.single-content table + .title-3,
	.entry-content.single-content table + .title-4,
	.entry-content.single-content img + h2,
	.entry-content.single-content img + h3,
	.entry-content.single-content img + h4,
	.entry-content.single-content img + .title-2,
	.entry-content.single-content img + .title-3,
	.entry-content.single-content img + .title-4,
	.entry-content.single-content iframe + h2,
	.entry-content.single-content iframe + h3,
	.entry-content.single-content iframe + h4,
	.entry-content.single-content iframe + .title-2,
	.entry-content.single-content iframe + .title-3,
	.entry-content.single-content iframe + .title-4,
	.entry-content.single-content div + h2,
	.entry-content.single-content div + h3,
	.entry-content.single-content div + h4,
	.entry-content.single-content div + .title-2,
	.entry-content.single-content div + .title-3,
	.entry-content.single-content div + .title-4,
	.entry-content.single-content a + h2,
	.entry-content.single-content a + h3,
	.entry-content.single-content a + h4,
	.entry-content.single-content a + .title-2,
	.entry-content.single-content a + .title-3,
	.entry-content.single-content a + .title-4,
	.entry-content.single-content center + h2,
	.entry-content.single-content center + h3,
	.entry-content.single-content center + h4,
	.entry-content.single-content center + .title-2,
	.entry-content.single-content center + .title-3,
	.entry-content.single-content center + .title-4 {
		margin-top: 10vw;
	}

	.entry-content.single-content h2 {
		border-left: 1.5vw solid;
		font-size: 5.5vw;
		line-height: 7.5vw;
		margin-bottom: 2.5vw;
		padding: 0.5vw 0;
		padding-left: 1.5vw;
	}

	.box-text-dl {
		margin-bottom: 5vw !important;
	}

	.box-text-dl:last-child {
		margin-bottom: 0 !important;
	}

	.box-text-dl dt {
		padding: 0.5vw 1.5vw;
	}

	.box-text-dl dd {
		border: 0.9vw solid;
		padding: 2.5vw;
	}

	.post-tb {
		margin-bottom: 5vw !important;
	}

	.post-tb:last-child {
		margin-bottom: 0 !important;
	}

	.post-tb table th {
		border: 1px solid;
		padding: 1.5vw 2.5vw;
	}

	.post-tb table td {
		border: 1px solid;
		padding: 1.5vw 2.5vw;
	}

	.entry-content.info-page {
		font-size: 4.5vw;
		line-height: 6.5vw;
		margin: 0 2.5%;
	}

	.entry-content.info-page p {
		margin-bottom: 5vw;
	}

	.entry-content.info-page p + h2,
	.entry-content.info-page p + h3,
	.entry-content.info-page p + h4,
	.entry-content.info-page p + .title-2,
	.entry-content.info-page p + .title-3,
	.entry-content.info-page p + .title-4,
	.entry-content.info-page ul + h2,
	.entry-content.info-page ul + h3,
	.entry-content.info-page ul + h4,
	.entry-content.info-page ul + .title-2,
	.entry-content.info-page ul + .title-3,
	.entry-content.info-page ul + .title-4,
	.entry-content.info-page ol + h2,
	.entry-content.info-page ol + h3,
	.entry-content.info-page ol + h4,
	.entry-content.info-page ol + .title-2,
	.entry-content.info-page ol + .title-3,
	.entry-content.info-page ol + .title-4,
	.entry-content.info-page dl + h2,
	.entry-content.info-page dl + h3,
	.entry-content.info-page dl + h4,
	.entry-content.info-page dl + .title-2,
	.entry-content.info-page dl + .title-3,
	.entry-content.info-page dl + .title-4,
	.entry-content.info-page table + h2,
	.entry-content.info-page table + h3,
	.entry-content.info-page table + h4,
	.entry-content.info-page table + .title-2,
	.entry-content.info-page table + .title-3,
	.entry-content.info-page table + .title-4,
	.entry-content.info-page img + h2,
	.entry-content.info-page img + h3,
	.entry-content.info-page img + h4,
	.entry-content.info-page img + .title-2,
	.entry-content.info-page img + .title-3,
	.entry-content.info-page img + .title-4,
	.entry-content.info-page iframe + h2,
	.entry-content.info-page iframe + h3,
	.entry-content.info-page iframe + h4,
	.entry-content.info-page iframe + .title-2,
	.entry-content.info-page iframe + .title-3,
	.entry-content.info-page iframe + .title-4,
	.entry-content.info-page div + h2,
	.entry-content.info-page div + h3,
	.entry-content.info-page div + h4,
	.entry-content.info-page div + .title-2,
	.entry-content.info-page div + .title-3,
	.entry-content.info-page div + .title-4,
	.entry-content.info-page a + h2,
	.entry-content.info-page a + h3,
	.entry-content.info-page a + h4,
	.entry-content.info-page a + .title-2,
	.entry-content.info-page a + .title-3,
	.entry-content.info-page a + .title-4,
	.entry-content.info-page center + h2,
	.entry-content.info-page center + h3,
	.entry-content.info-page center + h4,
	.entry-content.info-page center + .title-2,
	.entry-content.info-page center + .title-3,
	.entry-content.info-page center + .title-4 {
		margin-top: 10vw;
	}

	.page .entry-content.info-page .title-2 {
		border-bottom: 1.5vw solid;
		font-size: 5.5vw;
		line-height: 7.5vw;
		margin-bottom: 2.5vw;
		padding: 1.5vw 2.5vw;
	}

	.entry-content.info-page .swpm-login-form-inner,
	.entry-content.info-page .swpm-pw-reset-widget-inside {
		border: 1px solid;
		padding: 2.5vw;
		width: 100%;
	}

	.entry-content.info-page .swpm-login-form-inner input[type="text"],
	.entry-content.info-page .swpm-login-form-inner input[type="password"],
	.entry-content.info-page .swpm-pw-reset-widget-inside input[type="text"] {
		border: 1px solid;
		font-size: 4.5vw;
		line-height: 6.5vw;
		margin-bottom: 5vw;
		padding: 1.5vw 2.5vw;
	}

	.entry-content.info-page .swpm-login-submit,
	.entry-content.info-page .swpm-pw-reset-submit-button {
		margin: 5vw auto;
		padding-bottom: 1.5vw;
		width: 60%;
	}

	.entry-content.info-page .swpm-login-submit input[type="submit"],
	.entry-content.info-page .swpm-pw-reset-submit-button input[type="submit"] {
		box-shadow: 0 1.5vw #d35400;
		border-radius: 10px;
		font-size: 4.5vw;
		line-height: 6.5vw;
		padding: 1.5vw 2.5vw;
	}

	.entry-content.info-page .swpm-login-submit input[type="submit"]:hover,
	.entry-content.info-page .swpm-pw-reset-submit-button input[type="submit"]:hover {
		transform: translate3d(0,1.5vw,0);
		-webkit-transform: translate3d(0,1.5vw,0);
	}
	
}

/*----------------------------------------
2024.1.26　追加
----------------------------------------*/

.container {
	padding-bottom: 0;
}

#header-container {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.customize-support .header .active.hamburger {
	margin-top: 32px;
}

.customize-support nav.globalMenuSp.active {
	margin-top: 32px;
}

.content {
	margin-top: 98px;
}

.customize-support .content {
	margin-top: 130px;
}

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

	.content {
		margin-top: 80px;
	}

	.customize-support .content {
		margin-top: 92px;
	}

}

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

	.customize-support #header-container {
		margin-top: 46px;
	}

	.content {
		margin-top: 60px;
	}

	.customize-support .content {
		margin-top: 107px;
	}

	.customize-support .header .active.hamburger {
		margin-top: 46px;
	}

	.customize-support nav.globalMenuSp.active {
		margin-top: 46px;
	}

}

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

	#wpadminbar {
		position: fixed !important;
	}

	nav.globalMenuSp.active {
		height: calc(100% + -46px);
		overflow-y: scroll;
		padding-bottom: 55px;
	}

}

.article h2,
.sidebar h2,
.sidebar h3 {
	color: #000;
}

/*----------------------------------------
2024.02.13　追加
----------------------------------------*/

.blogcard-wrap {
	width: 100%;
}

.new-blogcard {
	border-color: #ccc !important;
}

.blogcard-content-related-title {
	box-sizing: border-box;
	margin-bottom: 10px;
}

.blogcard-content-related-title-in {
	background: #3db256;
	box-sizing: border-box;
	border-radius: var(--cocoon-basic-border-radius);
	color: #fff;
	display: inline-block;
	padding: 0 10px;
}

@media(max-width: 668px) {

	.blogcard-content-related-title {
		margin-bottom: 2.5vw;
	}

	.blogcard-content-related-title-in {
		border-radius: var(--cocoon-basic-border-radius);
		padding: 1vw 3vw;
	}

}

/*----------------------------------------
2024.03.01　追加
----------------------------------------*/
.float-tenko-report{
	box-sizing: border-box;
	bottom: 50px;
	right:10px;
	position: fixed;
	z-index: 9999;
}

.float-tenko-report img{
	width: 100%;
	height: auto;
	max-width:250px;
}

.float-tenko-report .close{
	bottom: 214px;
	position: fixed;
	right: 5px;
	box-sizing:border-box;
}

.float-tenko-report button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.float-tenko-report .close button{
	color: #fff;
	background: #666;
	border-radius: 20px;
	font-size: 21px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	border:none;
}

.float-anshin-pack{
	box-sizing: border-box;
	bottom: 75px;
	right:10px;
	position: fixed;
	z-index: 9999;
}

.float-anshin-pack img{
	width: 100%;
	height: auto;
	max-width:250px;
}

.float-anshin-pack .close{
	bottom: 214px;
	position: fixed;
	right: 5px;
	box-sizing:border-box;
}

.float-anshin-pack button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.float-anshin-pack .close button{
	color: #fff;
	background: #666;
	border-radius: 20px;
	font-size: 21px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	border:none;
}

@media(max-width: 668px) {
	.float-tenko-report {
		box-sizing: border-box;
		bottom: 28vw;
		right: 2vw;
		position: fixed;
		z-index: 9999;
	}
	.float-tenko-report img {
		width: 100%;
		height: auto;
		max-width: 43vw;
	}
	.float-tenko-report .close {
		bottom: 55.5vw;
		position: fixed;
		right: 1vw;
		box-sizing: border-box;
	}
	
	.float-anshin-pack {
		box-sizing: border-box;
		bottom: 31vw;
		right: 2vw;
		position: fixed;
		z-index: 9999;
	}
	.float-anshin-pack img {
		width: 100%;
		height: auto;
		max-width: 43vw;
	}
	.float-anshin-pack .close {
		bottom: 55.5vw;
		position: fixed;
		right: 1vw;
		box-sizing: border-box;
	}
}

/*----------------------------------------
2024.03.06　追加
----------------------------------------*/

.blogcard-wrap.internal-blogcard-wrap {
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 2px solid;
}

.blogcard-wrap.internal-blogcard-wrap .blogcard-snippet {
	display: none;
}

.blogcard-wrap.internal-blogcard-wrap .blogcard-footer.internal-blogcard-footer {
	display: none;
}

.internal-blogcard-content-related-title {
	box-sizing: border-box;
	display: block;
	margin-bottom: 5px;
}

.internal-blogcard-content-related-title-in {
	background: #3db256;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	padding: 0 10px;
}

@media (max-width: 668px) {

	.blogcard-wrap.internal-blogcard-wrap {
		border: 0.6vw solid;
	}

	.internal-blogcard-content-related-title {
		margin-bottom: 1.5vw;
	}

	.internal-blogcard-content-related-title-in {
		border-radius: 5px;
		font-size: 3.5vw;
		line-height: 5.5vw;
		padding: 0 2.5vw;
	}

}

/*----------------------------------------
2024.04.01　追加
----------------------------------------*/

.card-title-in {
	box-sizing: border-box;
	display: block;
	margin-bottom: 10px;
}

.card-title-in-date {
	box-sizing: border-box;
	display: block;
}

.widget-entry-card-content {
	box-sizing: border-box;
	margin-left: 126px;
	min-height: 68px;
	padding-right: 190px;
	position: relative;
}

.widget-sidebar .widget-entry-card-content {
	min-height: auto;
	padding-right: 0;
}

.card-title-in-new-cate {
	background: #ccc;
	box-sizing: border-box;
	border-color: #999 !important;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 170px;
}

.card-title-in-new-cate.bus_hire {
	background: #d6b63c;
}

.card-title-in-new-cate.track {
	background: #ce9a93;
	color: #fff;
}

.card-title-in-new-cate.bus_track {
	background: #c56230;
	color: #fff;
}

.card-title-in-new-cate.travel {
	background: #923b31;
	color: #fff;
}

.card-title-in-new-cate.hotel_travel {
	background: #5e390f;
	color: #fff;
}

.card-title-in-new-cate.estate {
	background: #8d9459;
	color: #fff;
}

.card-title-in-new-cate.news {
	background: #395837;
	color: #fff;
}

.card-title-in-new-cate.chat {
	background: #5f7461;
	color: #fff;
}

.widget-sidebar .card-title-in-new-cate {
	display: none;
}

.card-title-in-cate {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	margin-bottom: -10px;
}

.card-title-in-cate-in {
	background: #494949;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 13px;
	line-height: 23px;
	margin: 0 10px 10px 0;
	padding: 0 10px;
}

.card-title-in-cate-in:last-child {
	margin-right: 0;
}

p + .primary-box,
div + .primary-box,
p + .success-box,
div + .success-box,
.primary-box + p,
.success-box + p,
.primary-box + div,
.success-box + div,
.primary-box + ul,
.success-box + ul {
	margin-top: 20px;
}

@media(max-width: 1024px) {

	.widget-entry-card-content {
		padding-right: 19vw;
	}

	.card-title-in-new-cate {
		border-radius: 10px;
		font-size: 1.5vw;
		padding: 0.5vw 1vw;
		width: 17vw;
	}

}

@media (max-width: 668px) {

	.widget-entry-card-content {
		min-height: auto;
		padding-right: 0;
	}

	.card-title-in-new-cate {
		border-radius: 10px;
		font-size: 14px;
		margin-top: 5px;
		padding: 5px 10px;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		-webkit-transform: none;
		width: 170px;
	}

	p + .primary-box,
	div + .primary-box,
	p + .success-box,
	div + .success-box,
	.primary-box + p,
	.success-box + p,
	.primary-box + div,
	.success-box + div,
	.primary-box + ul,
	.success-box + ul {
		margin-top: 5vw;
	}

}

/*----------------------------------------
2024.06.18　追加
----------------------------------------*/

.sec02 ul li.li-no-flex {
	display: block;
	overflow: hidden;
}

.sec02 ul li.li-no-flex dl {
	float: left;
}

.sec02 ul li.li-no-flex .sec02-in {
	float: right;
	width: 330px;
}

.sec02 ul li.li-no-flex .sec02-in img {
	align-self: unset;
	display: block;
	margin: 0 auto;
}

.sec02-in-movie {
	box-sizing: border-box;
	margin-top: 20px;
}

.sec03-content.no-flex {
	display: block !important;
	overflow: hidden;
}

.sec03-content-in {
	box-sizing: border-box;
	float: left;
}

.sec03-content-in-2 {
	box-sizing: border-box;
	float: right;
	width: 374px;
}

.sec03-content-in-2 img {
	margin-left: 0 !important;
}

.sec03-content-in-2-movie {
	box-sizing: border-box;
	margin-top: 20px;
}

@media (max-width: 668px) {

	.sec02 ul li.li-no-flex dl {
		float: none;
	}

	.sec02 ul li.li-no-flex .sec02-in {
		float: none;
		width: 100%;
	}

	.sec02-in-movie {
		margin-top: 5vw;
	}

	.sec03-content-in {
		float: none;
	}

	.sec03-content-in-2 {
		float: none;
		width: 100%;
	}

	.sec03-content-in-2-movie {
		margin-top: 5vw;
	}

}

/*----------------------------------------
2024.10.18　追加
----------------------------------------*/

.toc-dl {
	box-sizing: border-box;
	margin-bottom: 40px !important;
}

.toc-dl dt {
	background: #f3f3f3;
	box-sizing: border-box;
	border-color: #999 !important;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 15px;
}

.toc-dl-dt-in {
	box-sizing: border-box;
}

.toc-dl-dt-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.5;
}

.toc-dl dd {
	box-sizing: border-box;
	border-color: #999 !important;
	border: 1px solid;
	border-top: 0;
	margin: 0;
	padding: 20px;
}

.toc-dl-dd-list {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
}

.toc-dl-dd-list li {
	box-sizing: border-box;
	border-color: #999 !important;
	border-bottom: 2px dashed;
	margin: 0 !important;
	padding: 15px 0;
}

.toc-dl-dd-list li:first-child {
	padding-top: 0;
}

.toc-dl-dd-list-title {
	box-sizing: border-box;
}

.toc-dl-dd-list-title-in {
	box-sizing: border-box;
}

.toc-dl-dd-list-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	padding-left: 25px;
	position: relative;
}

.toc-dl-dd-list-title-in-in::before {
	box-sizing: border-box;
	color: #000;
	content: '\f058';
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 6px;
}

@media (max-width: 668px) {

	.toc-dl {
		margin-bottom: 5vw !important;
	}

	.toc-dl dt {
		border-top: 1px solid;
		border-bottom: 1px solid;
		padding: 1.5vw 2.5vw;
	}

	.toc-dl-dt-in-in {
		font-size: 5.5vw;
	}

	.toc-dl dd {
		border: 1px solid;
		border-top: 0;
		margin: 0;
		padding: 2.5vw;
	}

	.toc-dl-dd-list {
		margin: 0 !important;
	}

	.toc-dl-dd-list li {
		border-bottom: 0.6vw dashed;
		margin: 0 !important;
		padding: 1.5vw 0;
	}

	.toc-dl-dd-list li:first-child {
		padding-top: 0;
	}

	.toc-dl-dd-list-title-in-in {
		padding-left: 25px;
	}

	.toc-dl-dd-list-title-in-in::before {
		top: 6px;
	}

}

/*----------------------------------------
2025.02.05　追加
----------------------------------------*/

.sec1-image {
	width: 25%;
}

.sec1-image:before {
	font-size: 5em;
}

.sec1-text {
	width: 75%;
}

.sec1-text .sec1-button {
	font-size: 15px;
}

.breadcrumbs-new {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 auto 20px;
	max-width: 1406px;
}

.category .content-in {
	flex-wrap: nowrap;
}

.form-page-text {
	background: #f3f3f3;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	margin-top: -1em;
	padding: 30px 0;
}

.form-page-text p {
	margin-bottom: 20px;
}

.form-page-text p:last-child {
	margin-bottom: 0;
}

@media(max-width: 1405px) {

	.breadcrumbs-new {
		font-size: 15px;
		margin: 0 0.5vw 20px;
		max-width: 100%;
	}

}

@media(max-width: 1023px) {

	.sec1-image {
		width: 100%;
	}

	.sec1-image:before {
		font-size: 7em;
	}

	.sec1-text {
		width: 100%;
	}

	.sec1-text .sec1-button {
		font-size: 13px;
	}

	.form-page-text {
		font-size: 18px;
		margin: -15px;
		margin-top: calc(-15px - 1em);
		margin-bottom: 1em;
		padding: 30px 15px;
	}

}

@media(max-width: 668px) {

	nav.globalMenuSp .nav-center ul li {
		width: 100%;
	}

	nav.globalMenuSp .nav-right ul li {
		width: 100%;
	}

	.single #content,
	.category #content {
		padding-top: 2.5vw;
	}

	.breadcrumbs-new {
		font-size: 15px;
		margin: 0 0.5vw 2.5vw;
	}

	.form-page-text {
		font-size: 14px;
		margin: -15px;
		margin-top: calc(-15px - 1em);
		margin-bottom: 1em;
		padding: 30px 15px;
	}

}

/*----------------------------------------
2024.3.5　追加
----------------------------------------*/

.fixed-e-learning-banner {
	box-sizing: border-box;
	bottom: 5px;
	left: 0;
	padding: 15px 15px 15px 0;
	position: fixed;
	transition: .4s;
	-webkit-transition: .4s;
	width: 300px;
	z-index: 100;
}

.fixed-e-learning-banner.none {
	opacity: 0;
	pointer-events: none;
}

.fixed-e-learning-banner-close-btn {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	z-index: 2;
}

.fixed-e-learning-banner-close-btn::before {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 2px solid;
	border-radius: 50%;
	content: "";
	left: 2px;
	height: calc(100% - 4px);
	position: absolute;
	top: 2px;
	width: calc(100% - 4px);
	z-index: 2;
}

.fixed-e-learning-banner-close-btn::after {
	box-sizing: border-box;
	color: #fff;
	content: "×";
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 45px;
	z-index: 3;
}

.fixed-e-learning-banner-close-btn:hover {
	opacity: 0.6;
}

.fixed-e-learning-banner-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	padding: 10px;
}

.fixed-e-learning-banner-in-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.fixed-e-learning-banner-in-img img {
	display: block;
	height: auto;
	width: 100%;
}

.fixed-e-learning-banner-in-btn {
	box-sizing: border-box;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}

.fixed-e-learning-banner-in-btn-in {
	background: #8cc63f;
	box-sizing: border-box;
	border-color: #8cc63f !important;
	border: 1px solid;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1.25;
	padding: 10px;
	text-align: center;
	transition: .4s;
	-webkit-transition: .4s;
}

.fixed-e-learning-banner-in-btn:hover .fixed-e-learning-banner-in-btn-in {
	background: #fff;
	color: #8cc63f;
}

.fixed-e-learning-banner-in-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

@media(max-width: 668px) {

	.fixed-e-learning-banner {
		bottom: 14.5vw;
		padding: 3vw 3vw 3vw 0;;
		width: 50%;
	}

	.fixed-e-learning-banner-close-btn {
		height: 9vw;
		width: 9vw;
	}

	.fixed-e-learning-banner-close-btn::before {
		border: 0.6vw solid;
		left: 0.6vw;
		height: calc(100% - 1.2vw);
		top: 0.6vw;
		width: calc(100% - 1.2vw);
	}

	.fixed-e-learning-banner-close-btn::after {
		font-size: 5vw;
		top: 45%;
		width: 9vw;
	}

	.fixed-e-learning-banner-close-btn:hover {
		opacity: 1;
	}

	.fixed-e-learning-banner-in {
		border-radius: 0 10px 10px 0;
		box-shadow: 0 0 1.5vw 0 rgba(0,0,0,0.6);
		padding: 2.5vw;
	}

	.fixed-e-learning-banner-in-btn {
		margin-top: 2.5vw;
	}

	.fixed-e-learning-banner-in-btn-in {
		border: 1px solid;
		border-radius: 100px;
		font-size: 3vw;
		padding: 1.5vw;
	}

}

/*----------------------------------------
2025.3.27　追加
----------------------------------------*/

.blinking {
	animation: blinking 0.6s ease-in-out infinite alternate;
}

@keyframes blinking {

	0% {
		opacity:0;
	}

	100% {
		opacity:1;
	}

}

.blinking-fast {
	animation: blinkingfast 0.3s ease-in-out infinite alternate;
}

@keyframes blinkingfast {

	0% {
		opacity:0;
	}

	100% {
		opacity:1;
	}

}

.blinking-slow {
	animation: blinkingslow 1.2s ease-in-out infinite alternate;
}

@keyframes blinkingslow {

	0% {
		opacity:0;
	}

	100% {
		opacity:1;
	}

}

.new-box {
	background: #8cc63f;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin: 0 5px;
	padding: 0 5px;
}

body#page-content-template #content {
	padding: 0 50px 50px;
}

body#page-content-template .content-in {
	flex-wrap: nowrap;
}

body#page-content-template .main {
	margin: 0 .5%;
}

body#page-content-template .sidebar {
	margin: 0 .5%;
}

body#page-content-template .article h1 {
	margin-top: 30px;
	margin-bottom: 20px;
	border-left: 5px solid #8cc63f;
}

body#page-content-template .under-entry-content {
	display: none;
}

.fixed-archive-banner {
	box-sizing: border-box;
	bottom: 225px;
	left: 0;
	padding: 15px 15px 15px 0;
	position: fixed;
	transition: .4s;
	-webkit-transition: .4s;
	width: 300px;
	z-index: 100;
}

.fixed-archive-banner.none {
	opacity: 0;
	pointer-events: none;
}

.fixed-archive-banner-close-btn {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	z-index: 2;
}

.fixed-archive-banner-close-btn::before {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 2px solid;
	border-radius: 50%;
	content: "";
	left: 2px;
	height: calc(100% - 4px);
	position: absolute;
	top: 2px;
	width: calc(100% - 4px);
	z-index: 2;
}

.fixed-archive-banner-close-btn::after {
	box-sizing: border-box;
	color: #fff;
	content: "×";
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 45px;
	z-index: 3;
}

.fixed-archive-banner-close-btn:hover {
	opacity: 0.6;
}

.fixed-archive-banner-in {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	border-radius: 0 10px 10px 0;
	padding: 10px;
}

.fixed-archive-banner-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin: 0 30px;
	text-align: center;
}

.fixed-archive-banner-in-title-in {
	box-sizing: border-box;
}

.fixed-archive-banner-in-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
}

.fixed-archive-banner-in-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 60%;
}

.fixed-archive-banner-in-img img {
	display: block;
	height: auto;
	width: 100%;
}

.fixed-archive-banner-in-btn {
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}

.fixed-archive-banner-in-btn-in {
	background: #8cc63f;
	box-sizing: border-box;
	border-color: #8cc63f !important;
	border: 1px solid;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1.25;
	padding: 10px;
	text-align: center;
	transition: .4s;
	-webkit-transition: .4s;
}

.fixed-archive-banner-in-btn:hover .fixed-archive-banner-in-btn-in {
	background: #fff;
	color: #8cc63f;
}

.fixed-archive-banner-in-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

@media(max-width: 668px) {

	body#page-content-template #content {
		padding: 0;
	}

	body#page-content-template .main {
		margin: 0;
		padding: 20px;
	}

	.fixed-archive-banner {
		bottom: 54.5vw;
		padding: 3vw 3vw 3vw 0;;
		width: 50%;
	}

	.fixed-archive-banner-close-btn {
		height: 9vw;
		width: 9vw;
	}

	.fixed-archive-banner-close-btn::before {
		border: 0.6vw solid;
		left: 0.6vw;
		height: calc(100% - 1.2vw);
		top: 0.6vw;
		width: calc(100% - 1.2vw);
	}

	.fixed-archive-banner-close-btn::after {
		font-size: 5vw;
		top: 45%;
		width: 9vw;
	}

	.fixed-archive-banner-close-btn:hover {
		opacity: 1;
	}

	.fixed-archive-banner-in {
		border-radius: 0 10px 10px 0;
		box-shadow: 0 0 1.5vw 0 rgba(0,0,0,0.6);
		padding: 2.5vw;
	}

	.fixed-archive-banner-in-title {
		margin: 0 4.5vw;
	}

	.fixed-archive-banner-in-title-in-in {
		font-size: 4vw;
	}

	.fixed-archive-banner-in-img {
		width: 60%;
	}

	.fixed-archive-banner-in-btn-in {
		border: 1px solid;
		border-radius: 100px;
		font-size: 2.5vw;
		padding: 1.5vw;
	}

}

/*----------------------------------------
2025.9.2　追加
----------------------------------------*/

.support-pack {
	background: #fff;
	box-sizing: border-box;
}

.support-pack.top {
	padding-top: 40px;
}

.support-pack.lp {
	background: none;
}

.support-pack-in {
	box-sizing: border-box;
	margin: 0 auto;
	width: 970px;
}

.support-pack.top .support-pack-in {
	background: #e2ecd3;
	padding: 20px;
}

.support-pack.post .support-pack-in {
	background: #eee;
	padding: 20px;
}

.support-pack-in .douga {
	float: right;
	width: 450px;
}

.support-pack.top .support-pack-in .douga {
	width: 430px;
}

.support-pack.post .support-pack-in .douga {
	width: 430px;
}

.support-pack-in .douga-in {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.support-pack-in .douga iframe {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.support-pack-in-in {
	box-sizing: border-box;
	float: left;
	width: calc(100% - 470px);
}

.support-pack.top .support-pack-in-in {
	width: calc(100% - 450px);
}

.support-pack.post .support-pack-in-in {
	width: calc(100% - 450px);
}

.support-pack-in-in-main-title {
	box-sizing: border-box;
	line-height: 0;
}

.support-pack-in-in-main-title-in {
	box-sizing: border-box;
}

.support-pack-in-in-main-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
}

.support-pack-in-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 40px;
}

.support-pack-in-in-title-in {
	box-sizing: border-box;
}

.support-pack-in-in-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
}

@media(max-width: 1405px) {

	.support-pack.post .support-pack-in {
		width: 100%;
	}

	.support-pack.post .support-pack-in .douga {
		width: 35%;
	}

	.support-pack.post .support-pack-in-in {
		width: calc(65% - 20px);
	}

}

@media(max-width: 668px) {

	.support-pack.top {
		padding-top: 7.5vw;
	}

	.support-pack-in {
		width: 95%;
	}

	.support-pack.top .support-pack-in {
		padding: 2.5vw;
	}

	.support-pack.post .support-pack-in {
		padding: 2.5vw;
		width: 100%;
	}

	.support-pack-in .douga {
		float: none;
		width: 100%;
	}

	.support-pack.top .support-pack-in .douga {
		width: 100%;
	}

	.support-pack.post .support-pack-in .douga {
		width: 100%;
	}

	.support-pack-in-in {
		float: none;
		margin: 2.5vw auto 0;
		width: 100%;
	}

	.support-pack.top .support-pack-in-in {
		width: 100%;
	}

	.support-pack.post .support-pack-in-in {
		width: 100%;
	}

	.support-pack-in-in-main-title-in-in {
		font-size: 5.5vw;
	}

	.support-pack-in-in-title {
		margin-top: 5vw;
	}

	.support-pack-in-in-title-in-in {
		font-size: 4.5vw;
	}

}

/*----------------------------------------
2025.10.03　追加
----------------------------------------*/

.dialogue-con {
	box-sizing: border-box;
}

p + .dialogue-con {
	margin-top: 60px;
}

.dialogue-con + p {
	margin-top: 60px;
}

.dialogue-con section {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.dialogue-con section:last-child {
	margin-bottom: 0;
}

.dialogue-con-img {
	box-sizing: border-box;
	border-color: #eee !important;
	border: 5px solid;
	border-radius: 50%;
	display: block;
	float: left;
	overflow: hidden;
	width: 100px;
}

.dialogue-con section.img-right .dialogue-con-img {
	float: right;
}

.dialogue-con section.sec-yellow .dialogue-con-img {
	border-color: #ffffcc !important;
}

.dialogue-con section.sec-pink .dialogue-con-img {
	border-color: #ffccff !important;
}

.dialogue-con section.sec-green .dialogue-con-img {
	border-color: #ccffcc !important;
}

.dialogue-con section.sec-blue .dialogue-con-img {
	border-color: #cce5ff !important;
}

.dialogue-con-img img {
	display: block;
	height: auto;
	max-width: none;
	width: 100%;
}

.dialogue-con-in {
	box-sizing: border-box;
	float: right;
	padding-left: 30px;
	position: relative;
	width: calc(100% - 120px);
}

.dialogue-con section.img-right .dialogue-con-in {
	float: left;
	padding-right: 30px;
	padding-left: 0;
}

.dialogue-con-in::before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 30px 15px 0;
	border-color: #eee transparent transparent;
	content: "";
	left: 0;
	height: 0;
	position: absolute;
	top: 30px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	width: 0;
}

.dialogue-con section.img-right .dialogue-con-in::before {
	left: auto;
	right: 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.dialogue-con section.sec-yellow .dialogue-con-in::before {
	border-color: #ffffcc transparent transparent;
}

.dialogue-con section.sec-pink .dialogue-con-in::before {
	border-color: #ffccff transparent transparent;
}

.dialogue-con section.sec-green .dialogue-con-in::before {
	border-color: #ccffcc transparent transparent;
}

.dialogue-con section.sec-blue .dialogue-con-in::before {
	border-color: #cce5ff transparent transparent;
}

.dialogue-con-in-in {
	background: #eee;
	box-sizing: border-box;
	border-radius: 10px;
	min-height: 100px;
	padding: 20px;
}

.dialogue-con section.sec-yellow .dialogue-con-in-in {
	background: #ffffcc;
}

.dialogue-con section.sec-pink .dialogue-con-in-in {
	background: #ffccff;
}

.dialogue-con section.sec-green .dialogue-con-in-in {
	background: #ccffcc;
}

.dialogue-con section.sec-blue .dialogue-con-in-in {
	background: #cce5ff;
}

.dialogue-con-in-in-text {
	box-sizing: border-box;
}

@media (max-width: 668px) {

	p + .dialogue-con {
		margin-top: 10vw;
	}

	.dialogue-con + p {
		margin-top: 10vw;
	}

	.dialogue-con section {
		margin-bottom: 2.5vw;
	}

	.dialogue-con-img {
		border: 1.2vw solid;
		float: left;
		width: 20vw;
	}

	.dialogue-con-in {
		float: right;
		padding-left: 5vw;
		width: calc(100% - 22.5vw);
	}

	.dialogue-con section.img-right .dialogue-con-in {
		float: left;
		padding-right: 5vw;
		padding-left: 0;
	}

	.dialogue-con-in::before {
		border-width: 5vw 3vw 0;
		top: 5vw;
	}


	.dialogue-con-in-in {
		border-radius: 10px;
		min-height: 14.5vw;
		padding: 2.5vw;
	}

}

/*----------------------------------------
2025.10.09　追加
----------------------------------------*/

.check-text {
	background: #f3f3f3;
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.cform + .check-text {
	padding-top: 40px;
}

body#lp-supportpack .main section .check-text {
	background: none;
}

.check-text label {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.check-text label::before {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 5px;
	content: "";
	left: 0;
	height: 55px;
	position: absolute;
	top: 0;
	width: 55px;
}

.check-text label input[type="checkbox"] {
	display: none;
}

.mwform-checkbox-field-text {
	box-sizing: border-box;
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	min-height: 55px;
	padding: 12px 0 0 65px;
	position: relative;
}

.mwform-checkbox-field-text::before {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 5px;
	content: "";
	left: 7px;
	height: calc(55px - 14px);
	position: absolute;
	top: 7px;
	width: calc(55px - 14px);
}

.check-text label input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
	background: linear-gradient(135deg,#0390de 0%,#134ba9 100%);
}

.check-text label input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
	box-sizing: border-box;
	border-color: #fff !important;
	border-right: 5px solid;
	border-bottom: 5px solid;
	content: "";
	left: 19px;
	height: 23px;
	position: absolute;
	top: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 17px;
}

.check-text-new {
	background: #f3f3f3;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0;
	text-align: center;
}

body#lp-supportpack .main section .check-text-new {
	background: none;
	padding-bottom: 0;
}

.check-text-new-in {
	box-sizing: border-box;
	margin-top: 10px;
}

.check-text-new-in input[type="text"] {
	background: #ffc;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 10px;
	text-align: center;
	width: 70px;
	-webkit-appearance: none;
}

.submit-btn.none {
	cursor: auto;
	opacity: 0.6;
	pointer-events: none;
}

.supportpack-submit-img input[type="submit"].none {
	opacity: 0.6;
	pointer-events: none;
}

.confirm-check .check_btn_item + span {
	min-height: 0;
	padding: 0;
}

.grecaptcha-badge {
	bottom: 70px !important;
	z-index: 100;
}

@media(max-width: 668px) {

	.check-text {
		background: none;
	}

	.cform + .check-text {
		padding-top: 0;
	}

	.check-text label::before {
		border: 1px solid;
		border-radius: 5px;
		height: 55px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 55px;
	}

	.mwform-checkbox-field-text {
		font-size: 18px;
		min-height: 55px;
		padding: 2px 0 0 65px;
		text-align: left;
	}

	.mwform-checkbox-field-text::before {
		border: 1px solid;
		border-radius: 5px;
		left: 7px;
		height: calc(55px - 14px);
		top: 7px;
		width: calc(55px - 14px);
	}

	.check-text label input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
		border-right: 5px solid;
		border-bottom: 5px solid;
		left: 19px;
		height: 23px;
		top: 11px;
		width: 17px;
	}

	.check-text-new {
		background: none;
		font-size: 18px;
		padding: 20px 0;
	}

	.check-text-new-in {
		margin-top: 10px;
	}

	.check-text-new-in input[type="text"] {
		border: 1px solid;
		font-size: 18px;
		line-height: 1.5;
		padding: 5px 10px;
		width: 70px;
	}

	.grecaptcha-badge {
		bottom: 70px !important;
	}

}

/*----------------------------------------
2025.10.17　追加
----------------------------------------*/

.swpm-more-tag-not-logged-in {
	box-sizing: border-box;
	margin-top: 20px;
}

/*----------------------------------------
2025.10.28　追加
----------------------------------------*/

.member-ship-info-content {
	box-sizing: border-box;
	margin-bottom: 30px;
}

.member-ship-info-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.member-ship-info-content-title-in {
	box-sizing: border-box;
	position: relative;
}

.member-ship-info-content-title-in::before,
.member-ship-info-content-title-in::after {
	background: #000;
	box-sizing: border-box;
	content: "";
	height: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 130px;
}

.member-ship-info-content-title-in::before {
	left: 0;
}

.member-ship-info-content-title-in::after {
	right: 0;
}

.member-ship-info-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.25;
}

.member-ship-info-content-btn-list {
	box-sizing: border-box;
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

.member-ship-info-content-btn-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 20px 0 0 !important;
	width: 424px;
}

.member-ship-info-content-btn-list li:last-child {
	margin: 0 !important;
}

.member-ship-info-content-btn-list-btn {
	box-sizing: border-box;
	display: block;
	text-align: center;
	text-decoration: none;
}

.member-ship-info-content-btn-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #8cc63f !important;
	border: 2px solid;
	border-radius: 10px;
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	height: 110px;
	position: relative;
}

.member-ship-info-content-btn-list-btn:hover .member-ship-info-content-btn-list-btn-in {
	background: #8cc63f;
	color: #fff;
}

.member-ship-info-content-btn-list li.li-about .member-ship-info-content-btn-list-btn-in {
	background: #ff0000;
	border-color: #ff0000 !important;
	color: #fff;
}

.member-ship-info-content-btn-list li.li-about .member-ship-info-content-btn-list-btn:hover .member-ship-info-content-btn-list-btn-in {
	background: #fff;
	color: #000;
}

.member-ship-info-content-btn-list-btn-in-text {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.member-ship-info-content-btn-list-btn-in-text-in {
	box-sizing: border-box;
	display: block;
	position: relative;
}

.member-ship-info-content-btn-list-btn-in-text-in::after {
	box-sizing: border-box;
	border-color: #000 !important;
	border-top: 4px solid;
	border-right: 4px solid;
	content: "";
	height: 20px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 20px;
}

.member-ship-info-content-btn-list-btn:hover .member-ship-info-content-btn-list-btn-in-text-in::after {
	border-color: #fff !important;
}

.member-ship-info-content-btn-list li.li-about .member-ship-info-content-btn-list-btn-in-text-in::after {
	border-color: #fff !important;
}

.member-ship-info-content-btn-list li.li-about .member-ship-info-content-btn-list-btn:hover .member-ship-info-content-btn-list-btn-in-text-in::after {
	border-color: #000 !important;
}

.member-ship-info-content-sub-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 60px;
}

.member-ship-info-content-sub-title-in {
	box-sizing: border-box;
}

.member-ship-info-content-sub-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.5;
}

.member-ship-info-content-check-list {
	box-sizing: border-box;
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

.member-ship-info-content-check-list li {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 20px !important;
	padding: 2px 0 0 40px;
	position: relative;
}

.member-ship-info-content-check-list li::before {
	box-sizing: border-box;
	border-color: #000 !important;
	border: 2px solid;
	border-radius: 5px;
	color: #ff0000;
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	left: 0;
	height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}

.member-ship-info-content-check-list li:last-child {
	margin: 0 !important;
}

@media(max-width: 1405px) {

	.member-ship-info-content-btn-list li {
		float: left;
		margin: 0 2% 0 0 !important;
		width: 49%;
	}

	.member-ship-info-content-btn-list li:last-child {
		margin: 0 !important;
	}

	.member-ship-info-content-btn-list-btn-in {
		border: 2px solid;
		border-radius: 10px;
		font-size: 1.3vw;
		height: 8vw;
	}

	.member-ship-info-content-btn-list-btn-in-text-in::after {
		border-top: 4px solid;
		border-right: 4px solid;
		height: 1.5vw;
		right: 1vw;
		width: 1.5vw;
	}

}

@media(max-width: 1024px) {

	.member-ship-info-content-btn-list li {
		float: left;
		margin: 0 2% 0 0 !important;
		width: 49%;
	}

	.member-ship-info-content-btn-list li:last-child {
		margin: 0 !important;
	}

	.member-ship-info-content-btn-list-btn-in {
		border: 2px solid;
		border-radius: 10px;
		font-size: 1.8vw;
		height: 11vw;
	}

	.member-ship-info-content-btn-list-btn-in-text-in::after {
		border-top: 4px solid;
		border-right: 4px solid;
		height: 2vw;
		right: 1.5vw;
		width: 2vw;
	}

}

@media(max-width: 668px) {

	.member-ship-info-content {
		margin-bottom: 10vw;
	}

	.member-ship-info-content-title-in::before,
	.member-ship-info-content-title-in::after {
		height: 0.6vw;
		width: 13.5vw;
	}

	.member-ship-info-content-title-in-text {
		font-size: 5.5vw;;
	}

	.member-ship-info-content-btn-list {
		margin: 2.5vw 0 0 !important;
	}

	.member-ship-info-content-btn-list li {
		float: none;
		margin: 0 0 2.5vw 0 !important;
		width: 100%;
	}

	.member-ship-info-content-btn-list li:last-child {
		margin: 0 !important;
	}

	.member-ship-info-content-btn-list-btn-in {
		border: 0.6vw solid;
		border-radius: 10px;
		font-size: 4.5vw;
		height: 21vw;
	}

	.member-ship-info-content-btn-list-btn-in-text-in::after {
		border-top: 1vw solid;
		border-right: 1vw solid;
		height: 4vw;
		right: 3.5vw;
		width: 4vw;
	}

	.member-ship-info-content-sub-title {
		margin-top: 10vw;
	}

	.member-ship-info-content-sub-title-in-text {
		font-size: 5.5vw;
	}

	.member-ship-info-content-check-list {
		margin: 2.5vw 0 0 !important;
	}

	.member-ship-info-content-check-list li {
		font-size: 4.5vw;
		margin: 0 0 2.5vw !important;
		padding: 0.25vw 0 0 8.5vw;
	}

	.member-ship-info-content-check-list li::before {
		border: 0.6vw solid;
		border-radius: 5px;
		font-size: 4.5vw;
		line-height: 5.8vw;
		height: 7vw;
		width: 7vw;
	}

	.member-ship-info-content-check-list li:last-child {
		margin: 0 !important;
	}

}