/*
Theme Name: JAPAN EMOTION
Author: 株式会社ジャパンエモーション
Author URI: https://japaemo.com/
Description: 
Version: 1000
Tested up to: 5.5
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: license.txt
Text Domain: dan
Tags: two-columns, right-sidebar, accessibility-ready, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{
	margin: 0; padding: 0; font-family: 'Noto Sans JP', sans-serif, 'Shippori Antique', sans-serif;
	/**background-color: #E9EEFF;**/
  }
  img{width: 100%; height: auto;}
  .flex{display: flex;}
  .flex-end{justify-content: flex-end;}
  .flex-center{justify-content: center;}
  .flex-jast{justify-content: space-between;}
  a{text-decoration: none; transition: 0.3s;}
  a:hover{ opacity: 0.5;}
  
  .gre01{background-color: #6C9819;}
  .red01{background-color: #981940;}
  .ble01{background-color: #196798;}
  
  .clear{ clear: both;}
  .clearfix::after {
	content: "";
	display: block;
	clear: both;
  }

html {
  scroll-behavior: smooth;
}
  
  /* レイアウトのためのスタイル ********************************************/
  a { text-decoration: none;}
  
  .row01{width: 1330px; margin: 0 auto; text-align: center;}
  @media screen and (max-width: 1330px) {.row01{width: 80%;}}
  @media screen and (max-width: 500px) {.row01{width: 90%;}}
  
  .row02{width: 1330px; margin: 0 auto; text-align: center;}
  @media screen and (max-width: 1330px) {.row02{width: 90%;}}
  @media screen and (max-width: 500px) {.row02{width: 90%;}}
  
  /** 01.Header section ****************************************************************/
  header{ position: sticky; position: -webkit-sticky; top: 0; background-color: #FFF; z-index: 10;}
  .header {background-color: #FFF;}
  h1{
	font-size: 10px;
	margin: 0;
	padding: 0 10px;
	color: #666;
	text-align: right;
	line-height: 100%;
	font-weight: normal;
	height: 20px;
  }
  header h2 img{width: 272px;}
  header h2{margin: 0;}
  .logosec{margin: 0 auto;}
  
  @media screen and (min-width: 1280px) {.logosec{width: 1200px;}}
  @media screen and (max-width: 1279px) {.logosec{width: 90%; margin: 0 auto;}}
  
  /**nav**/
  .header-list {
	display: flex;
	justify-content: center;
  }
  .header ul{margin: 0; padding: 0;}
  .header li{list-style: none; font-size: 12px; font-weight: bold;}
  .header-item {transition: background-color .5s;}
  .header-nav{display: flex; justify-content: center;}
  .header-item a {
	color: #333;
	display: block;
	padding: 10px 20px;
	margin: 10px 5px;
	background-color: #FFF;
	border-radius: 10px;
  }
  nav{background-color: #4D77EC;}
  .megaMenu {
	background-color: #0833c3;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	transition: height .5s;
	width: 100%;
  }
  .megaMenu-list {
	font-size: 14px;
	padding-bottom: 30px;
	padding-top: 30px;
  }
  .megaMenu-item { display: inline-block;}
  /* メニューをhoverした時のスタイル */
  .header-item:hover .megaMenu { height: 60px;}
  
  /** PC SP View **************/
  @media screen and (min-width: 501px) {.sp{ display: none !important;}}
  @media screen and (max-width: 500px) {.pc{ display: none !important;}}
  @media screen and (max-width: 1030px) {.tbnone{ display: none !important;}}
  @media screen and (min-width: 1030px) {.tb{ display: none !important;}}
  
  /** Barger menu *******************/
  .hamburger{
	width: 30px;
	height: 25px;
	position: relative;
	z-index: 10;
  }
  .hamburger span{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: blue;
	transition: .5s;/* 追記 */
  }
  .hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */  top: 10%; left: 0;}
  .hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */ top: 40%; left: 0;}
  .hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */  top: 70%; left: 0;}
  .slide-menu{
	background-color: #2853D8;
	position: fixed;
	top: 56px;
	width: 70%;
	left: 0;
	transform: translateX(100%);
	transition: .5s;/* 追記 */
	z-index: 10;
	height: 100vh;
	padding: 10px 15%;
  }
  .slide-menu a{color: #FFF; display: block;}
  .slide-menu ul{padding: 0; margin: 5px;}
  .slide-menu li{
	color: #fff;
	line-height: 180%;
	text-align: left;
	border-bottom: 1px dotted #ccc;
  }
  .hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */ top: 50%; transform: rotate(405deg);}
  .hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */ opacity: 0;/* 透明にする */}
  .hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */  top: 50%; transform: rotate(-405deg);}
  .slide-menu.active{ transform: translateX(0);}
  
  .spnvtel{color: #FFF;}
  .spnvtel h5{font-size: 1.8em; text-align: center; margin: 0;}
  .spnvtel h6{margin: 10px 0;}
  .spnvtel h6 a{font-size: 1.4em; text-align: center; margin: 0; background-color: #FBB03B; border-radius: 30px; padding: 10px; color: #333;}
  
  .tel11{font-size: 10px; text-align: center; margin-top: 30px;}
  .tel11 span {
	background-color: #E6E6E6;
	padding: 1% 3%;
	margin-right: 15px;
	border-radius: 50px;
	color: #333;
  }
  .phone11{ width: 100%;}


.simukarilink{ margin: 20px 0;}
.simukarilink a{padding: 20px;}
  
  /** Title **************/
  .title02{
	background: url('/wp-content/uploads/2024/06/titlebg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
  }
  @media screen and (max-width: 900px) {
	.title02{
	  width: auto;
	  background: url('/wp-content/uploads/2024/06/titlebg500.png');
	  background-position: bottom center;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
  }
  @media screen and (max-width: 500px) {
	.title02{
	  width: auto;
	  background: url('/wp-content/uploads/2024/06/titlebg350.png');
	  background-position: bottom center;
	  background-repeat: no-repeat;
	}
  }
  
  
  .titleh3{ color: #3E3D3D; font-size: clamp(18px, 3vw, 32px); text-align: center;}
  .titleh3 span{color: #2853D8;}
  
  .titleblue{
	margin: 0 15%;
	background-color: #2853D8;
	color: #FFF;
	border-radius: 30px;
  }
  .titleblue h3{
	font-size: clamp(10px, 1.8vw, 16px);
	margin: 0;
	padding: 10px 0 0 0;
  }
  .titleblue h4{
	font-size: clamp(16px, 2vw, 30px);
	margin: 0;
	padding: 0 0 10px 0;
  }
  @media screen and (max-width: 500px) {
	.titleblue{border-radius: 10px; padding: 5px 10px;}
  }
  
  /** Button **************/
  .btn,
  a.btn,
  button.btn {
	font-size: clamp(10px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1.15rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
  }
  
  .btn-wrap-pc-sp {
	max-width: 100%;
	margin: 0 auto 20px;
  }
  
  a.btn-pc-sp {
	line-height: 1.4;
	width: 100%;
	padding: 1.25rem 0;
	color: #ffff;
  }
  
  a.btn--contact {
	display: block;
	padding: 1.5rem 0;
	color: #fff;
	background: #d20010;
	-webkit-box-shadow: 0 5px 0 #b9000e;
	box-shadow: 0 5px 0 #b9000e;
  }
  
  a.btn--contact i { font-size: 2rem;}
  a.btn--contact i.fa-position-left { font-size: 3rem; left: 2rem;}
  a.btn--contact :hover {color: #fff;}
  
  a.btn--tel {
	display: block;
	margin-top: 15px;
	padding: 1rem 0;
	color: #fff;
	background: #094;
	-webkit-box-shadow: 0 5px 0 #008039;
	box-shadow: 0 5px 0 #008039;
  }
  
  a.btn--tel i { font-size: 2rem;}
  a.btn--tel i.fa-position-left {font-size: 3rem; left: 2rem;}
  a.btn--tel .number {
	line-height: 1;
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.25rem 2rem;
	letter-spacing: 0;
	color: #094;
	border-radius: 0.5rem;
	background: #fff;
  }
  
  a.btn--tel:hover {color: #fff;}
  
  .fa-position-left {
	position: absolute;
	top: calc(50% - 0.5em);
	left: 1rem;
  }
  
  .fa-position-right {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1rem;
  }
  
  /** bt02 *************/
  a.btn-radius-solid {
	font-size: 12px;
	border-radius: 50px;
	padding: 5px 3rem 5px 1.5rem;
	color: #FFF;
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#999));
	background: -webkit-linear-gradient(top, #999 0%, #999 100%);
	background: linear-gradient(to bottom, #999 0%, #999 100%);
  }
  
  a.btn-radius-solid:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
	background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
	background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
  }
  @media screen and (max-width: 500px) {
	a.btn-radius-solid{font-size: 10px;}
  }
  
  /** bt03 *************/
  a.btn-radius-solid02 {
	font-size: clamp(10px, 1.3vw, 20px);
	border-radius: 50px;
	padding: 10px 4rem 10px 1.5rem;
	letter-spacing: 0;
	color: #FFF;
	background: #2853D8;
	background: -webkit-gradient(linear, left top, left bottom, from(#2853D8), to(#2853D8));
	background: -webkit-linear-gradient(top, #5179f3 0%, #2853D8 100%);
	background: linear-gradient(to bottom, #5179f3 0%, #5179f3 100%);
  }
  
  a.btn-radius-solid02:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#5179f3), to(#5179f3));
	background: -webkit-linear-gradient(bottom, #5179f3 0%, #5179f3 100%);
	background: linear-gradient(to top, #5179f3 0%, #5179f3 100%);
  }
  
  /** bt04 *************/
  .btn04,
  a.btn04,
  button.btn04 {
	font-size: clamp(10px, 1.5vw, 20px);
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1.15rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
  }
  a.btn--red.btn--cubic {
	border: 1px solid #f7931e;
	border-radius: 10px;
	color: #f7931e;
	width: 80%;
	margin: 0 0 15px 10px;
	text-align: left;
  }
  a.btn--red.btn--cubic:hover { margin-top: 3px;}
  a.btn--radius {border-radius: 100vh;}
  .fa-position-right {
	position: absolute;
	top: calc(50% - .5em);
	right: 1rem;
  }
  @media screen and (max-width: 1300px) {
	a.btn--red.btn--cubic {margin: 0 0 3% 10px;}
  }
  @media screen and (max-width: 500px) {
	a.btn--red.btn--cubic {
	  width: 70%;
	  margin: 0 0 10px -5px;
    font-size: 1em;
    padding: 10px 1rem;
	}
  }
  
  /** bt05 *************/
  a.btn_11 {
	background-color: #FFF;
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    color: #333;
}
a.btn_11:hover {
	opacity: 0.5;
}

  /**simukari Button **********/
  .btnnv{
	font-size: 12px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 5px 1rem 5px 3rem;
	margin: 10px 0;
	cursor: pointer;
	 user-select: none;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #212529;
	border-radius: 0.5rem;
	line-height: 100%;
  }
  .btnnv span{font-size: 10px; font-weight: normal;}
  .btn--orange,
  a.btn--orange {
	color: #fff;
	background-color: #2853d8;
	border: 2px solid #FFF;
  }
  .btn--orange:hover,
  a.btn--orange:hover {
	color: #fff;
	background: #2853d8;
  }
  
  .fa-position-left {
	position: absolute;
	top: calc(50% - .5em);
	left: 1rem;
  }
  .simkari{margin-left: 13% !important;}
  .simkari i{font-size: 2em;}
  
  @media screen and (max-width: 1100px) {
	.header li{font-size: 10px;}
	.header-item a{padding: 12px; margin: 10px 5px;}
	.simkari{margin-left: 2% !important;}
  }
  
  @media screen and (max-width: 720px) {
	.header{display: none;}
  }
  
  /** 00.content section ****************************************************************/
  
  
  .content{ width: 80%; margin: 0 auto; padding: 2% 0 10% 0;}
  @media screen and (max-width: 1080px) {
	.content{ width: 90%; margin: 0 auto; padding: 2% 0 10% 0;}
  }
  
  .content h2{}
  
  .content h2 {
	position: relative;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid #333;
	color: #333;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	text-align: center;
	font-size: 1.6em;
	width: 50%;
	margin: 5% auto 2% auto;
  }
  
  
  .content h2:before {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 20px;
	background-color: #E9EEFF;
	content: "";
  }
  
  .content h2:after {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	width: 2px;
	background-color: #333;
	content: "";
  }
  .lplink {padding: 5% 0;}
  .lplink a{color: #FFF;}
  
  /** 01.Header section ***********************************************************/
  .logo{width: 272px; padding: 5px 10px 0 10px;}
  .logo img{width: 100%;}
  
  /*******/
  .hdnv{}
  .nvlist ul{
	display: flex;
	justify-content: center;
	background-color: #fbb03b;
	border-radius: 5px;
	margin: 5px 0;
	padding: 0;
  }
  .nvlist li{
	list-style: none;
	padding: 5px 0;
	font-size: 12px;
	margin: 0 5px;
	list-style: url(/wp-content/uploads/2024/06/li10.png);
	list-style-position: inside;
  }
  .nvlist li a{
	color: #333;
	font-weight: bold;
  }
  .famaru{background-color: #FFF; color: #fbb03b; border-radius: 50%; padding: 1%;}
  
  /*******/
  .forms{width: 155px; text-align: right;}
  .formsbt{
	font-size: 14px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 12% 1rem 15% 3rem;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #212529;
  }
  .formsbt span{font-size: 10px; font-weight: normal;}
  .formsbt,
  a.formsbt {
	color: #fff;
	background: linear-gradient(to top, #f7931e, 20%, #fbb03b);
	background-color: ;
  }
  .formsbt:hover,
  a.formsbt:hover {
	color: #fff;
	background: #f7931e;
  }
  .formsbt i{font-size: 2em;}
  
  @media screen and (max-width: 1200px) {.nvlist li{font-size: 10px;}}
  @media screen and (max-width: 1030px) {
	h1, .nvlist{display: none;}
	.forms{width: 30px; padding: 15px;}
  }
  @media screen and (max-width: 950px) {
	.formsbt{padding: 8% 1rem 0 2.6rem; font-size: 12px; height: 47px;}
	.formsbt span{font-size: 8px;}
  }
  @media screen and (max-width: 850px) {
  }

  /****/
  .formsbt02 a{
	color: #fff;
	background: linear-gradient(to top, #f7931e, 20%, #fbb03b);
	display: block;
	position: relative;
	font-size: 17px;
	padding: 5% 1rem 8% 5rem;
	line-height: 100%;
	font-weight: bold;
  }
  .formsbt02 span{font-size: 12px; font-weight: normal;}
  .formsbt02 i{font-size: 2em; margin: 0 0 0 1rem;}
  
  /** 10.HERO section ***********************************************************/
  .hero{margin: 0 0 50px 0;}
  
  
  
  /** 40.CTA section *********************************************************/
  .column12{display: flex; justify-content: center; margin: 2% 0 5% 0;}
  .ctasec{ width: 70%;}
  .ctasec h4 {
	font-size: 1.2em;
	background-image: url('/wp-content/uploads/2024/06/cthh4.jpg');
	color: #FFF;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
	margin: 0;
  }
  .ctasec h5 {
	font-size: clamp(30px, 2.5vw, 3.5em);
	margin: 0;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
  }
  .ctasec h6 {
	margin: 2.5% 0;
	display: block;
	width: 100%;
  }
  .ctasec h6 a {
	color: #333;
	padding: 5% 10%;
	font-size: clamp(14px, 1.8vw, 18px);
	border-radius: 50px;
	background-color: #FBB03B;
  }
  .tel10{
	font-size: 12px;
  }
  .tel10 span {
	background-color: #E6E6E6;
	padding: 1% 2%;
	margin-right: 15px;
	border-radius: 50px;
  }
  .phone10{ width: 100%;}
  
  @media screen and (max-width: 1060px) {
	.column12{display: block; margin: 2% 0 5% 0;}
	.ctasec{ width: 100%; margin: 0 0 3% 0;}
	.ctasec h4 {font-size: 12px;}
	.ctasec h5{margin-bottom: 20px;}
  }
  @media screen and (max-width: 1030px) {.ctasec h5{margin: 0;}   .ctasec h6 a {padding: 2% 10%;}}
  @media screen and (max-width: 500px) {.ctasec h5{margin-bottom: 20px;}}
  
  /** 50.LP Banner section ***************************************************/
  .lpbn h2 {
	position: relative;
	padding: 0 65px;
	text-align: center;
	font-size: clamp(10px, 1.8vw, 24px);
	margin: 50px 0 30px 0;
  }
  
  .lpbn h2:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #2853d8;
  }
  
  .lpbn h2 span {
	position: relative;
	padding: 10px 1em;
	background: #2853d8;
	color: #FFF;
	border-radius: 30px;
  }
  .lpbnli{display: flex; justify-content: center;}
  .lpbnli ul{margin: 0; padding: 0; display: flex; justify-content: center;}
  .lpbnli li{list-style: none; margin: 10px; padding: 0;}
  
  @media screen and (max-width: 500px) {
	.lpbn h2 {display: inline-block; width: auto; margin: 30px 0 30px 0; padding: 0;}
	.lpbnli ul{display: block;}
	.lpbnli li{margin: 5px;}
  }
  
  /** 60.Merchandise section ***************************************************/
  .mclist{background-color: #e9eeff; padding: 5% 0; margin: 7% 0;}
  .mclist ul{margin: 0; padding: 0 1%; display: flex;}
  .mclist li{
	list-style: none;
	text-align: center;
	background-color: #2563eb;
	padding-bottom: 10px;
	border-radius: 10px;
	margin: 0 10px;
  }
  .mclist li a{color: #FFF; font-size: clamp(10px, 1.8vw, 14px);}
  
  @media screen and (max-width: 500px) {
	.mclist ul{margin: 10px 0; padding: 0 1%; display: flex;}
	.mclist li{width: 50%;}
  }
  
  
  /** 61.6Point section ********************************************************/
  .point6tl{ width: 631px;margin: 0 auto;}
  
  /** Tab **************/
  /*タブ切り替え全体のスタイル*/
  .tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 5% auto 8% auto;}
  
  /*タブのスタイル*/
  .tab_item {
	width: calc(100%/6);
	border-bottom: 3px solid #2853D8;
	background-color: #F5F8FD;
	font-size: clamp(12px, 1.8vw, 14px);
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 20px 0;
	text-indent: 0;
  }
  .tab_item:hover {opacity: 0.75;}
  .tab_item img{width: 112px; border-radius: 50%;}
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {display: none;}
  
  /*タブ切り替えの中身のスタイル*/
  .tabs p{
	line-height: 150%;
	margin: 20px 0;
	font-weight: normal;
	font-size: 12px;
	height: 50px;
  }
  .tab_content h3{color: #2853D8; margin-bottom: 10px;}
  .tab_content h4{font-size: clamp(14px, 2vw, 32px); margin: 10px 0;}
  
  .tab_content {
	display: none;
	padding: 40px 10% 0;
	clear: both;
	overflow: hidden;
	text-align: left;
	height: 300px;
  }
  .tab_content p{width: 50%; font-size: clamp(12px, 2vw, 15px);}
  
  #pt01_content{
	background: url('/wp-content/uploads/2024/06/point01.png');
	background-position: 95% 80%;
	background-repeat: no-repeat;
  }
  #pt02_content{
	background: url('/wp-content/uploads/2024/06/point02.png');
	background-position: 95% 80%;
	background-repeat: no-repeat;
  }
  #pt03_content{
	background: url('/wp-content/uploads/2024/06/point03.png');
	background-position: 95% 80%;
	background-repeat: no-repeat;
  }
  #pt04_content{
	background: url('/wp-content/uploads/2024/06/point04.png');
	background-position: 95% 80%;
	background-repeat: no-repeat;
  }
  #pt05_content{
	background: url('/wp-content/uploads/2024/06/point05.png');
	background-position: 95% 80%;
	background-repeat: no-repeat;
  }
  #pt06_content{
	background: url('/wp-content/uploads/2024/06/point06.png');
	background-position: 95% 80%;
	background-repeat: no-repeat;
  }
  
  /*選択されているタブのコンテンツのみを表示*/
  #pt01:checked ~ #pt01_content,
  #pt02:checked ~ #pt02_content,
  #pt03:checked ~ #pt03_content,
  #pt04:checked ~ #pt04_content,
  #pt05:checked ~ #pt05_content,
  #pt06:checked ~ #pt06_content {display: block;}
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
	background-color: #2853D8;
	color: #fff;
  }

.btn_item{
	width:calc(100%/6);
	border-bottom:3px solid #2853D8;
	background-color:#F5F8FD;
	font-size:clamp(12px, 1.8vw, 14px);
	text-align:center;
	color:#565656;
	display:block;
	float:left;
	font-weight:bold;
	transition:all 0.2s ease;
	padding:20px 0;
	text-indent:0;
	margin-bottom:10%;
	height:216px;
}

.btn_item img{
	width:112px;
	border-radius:50%;
}

.btnsec {margin-top:50px; padding-bottom: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); margin: 5% auto 8% auto;}

.btn_content h3{color: #2853D8; margin-bottom: 10px;}
  .btn_content h4{font-size: clamp(14px, 2vw, 32px); margin: 10px 0;}
  
.pt_content {
	padding: 40px 5% 0;
	clear: both;
	overflow: hidden;
	text-align: left;
	height: 300px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
	margin-top:10%;
}
.btn_content p{width: 50%; font-size: clamp(12px, 2vw, 15px);}
.pt_content  h3{color:#2853D8; margin-bottom:10px;}
.pt_content h4{font-size:clamp(14px, 2vw, 32px); margin:10px 0;}

.pt_content p{width:60%; font-size:clamp(12px, 2vw, 15px);}

/******/
.pt_content02{
	box-shadow: none !important;
	background-color: #F5F8FD !important;
	margin-top: 3% !important;
}
@media screen and (max-width: 500px) {
	.pt_content02{height: 350px; padding: 10px 5% 0 5%;}
	.pt_content02 p{width: 100%;}
}

.btns {
	margin-top: 50px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 5% auto 8% auto;}

.btns input:checked + .tab_item {
	background-color: #2853D8;
	color: #fff;
  }

 .btns input:checked + .btn_item {
	background-color: #2853D8;
	color: #fff;
  }

  @media screen and (max-width: 1000px) {
	.tab_content {padding: 40px 40px 0;}
  }
  
  @media screen and (max-width: 500px) {
	.point6tl{ width: 100%; margin: 0 auto;}
	.tab_item {width: calc(100%/6); padding: 15px 0;}
	.tab_item img{display: none;}
	.tabs p{margin: 10px 0;}
	.tab_content p{width: 100%; font-size: 12px;}
	.tab_content {
	  display: none;
	  padding: 10px 20px 0;
	  clear: both;
	  overflow: hidden;
	  text-align: left;
	  height: 350px;
	}
	#pt01_content,
	#pt02_content,
	#pt03_content,
	#pt04_content,
	#pt05_content,
	#pt06_content{
	  background-position: bottom center;
	  background-size: 50%;
	}
  }
  /**********/
  .tabkajo{ margin-bottom: 3% !important;}
  @media screen and (max-width: 500px) {
  .tabkajo{ height: auto !important;}
  }
  
  
  /** 63.Voice section ********************************************************/
  .voice{margin: 2% 0 1% 0; display: flex;}
  .voicect {
	background-color: #E9EEFF;
	border-radius: 10px;
	width: 250px;
	text-align: left;
	padding: 3% 2%;
	font-size: 12px;
	margin: 0 10px;
  }
  .voicect h5{margin: 0; font-size: 12px; padding: 0 0 10px 0;}
  .voicect p{text-align: right;}
  
  .voicelist{margin: 3% 0 7% 0;}
  
  @media screen and (max-width: 500px) {
	.voice{margin: 5% 0 7% 0; display: block;}
	.voicect{width: auto; margin-bottom: 10px; padding: 5% 10%;}
  }
  /** 64.Torihikisaki section ********************************************************/
  .torihiki{
	background: url('/wp-content/uploads/2024/06/suppliersbg.jpg');
	background-position: top center;
	background-size: cover;
	padding-bottom: 30px;
  }
  .torihikihead{
	background: url('/wp-content/uploads/2024/06/suppliersbg.png');
	background-repeat: no-repeat;
	margin: 0 10%;
	padding: 50px 0 30px 0;
  }
  .torihiki h3{margin: 10px;}
  .torihiki h4 {text-align: center; margin: 0 5%;}
  .torihiki h4 span{
	color: #2853D8;
	text-align: center;
	border: 2px solid #2853D8;
	padding: 0.5% 2%;
	margin: 0 1%;
	font-size: clamp(16px, 2vw, 20px);
  }
  .torihiki ul{display: flex; justify-content: center; padding: 0;}
  .torihiki li{width: 170px; list-style: none; margin: 0 10px;}
  
  
  @media screen and (min-width: 1300px) {
	.torihikihead{margin: 0 25%;}
  }
  @media screen and (min-width: 1000px) {
	.torihikihead{margin: 0 15%;}
  }
  @media screen and (max-width: 850px) {
	.torihikihead{
	  background: url('/wp-content/uploads/2024/06/suppliersbgsp.png');
	  background-repeat: no-repeat;
	  margin: 0 10%;
	  padding: 50px 0 30px 0;
	}
  }
  @media screen and (max-width: 500px) {
	.torihiki h4, .torihiki h4 span{font-size: 11px; width: 96%; display: inline-block;}
	.torihiki h4{margin: 0;}
	.torihiki ul{margin: 0 10px;}
	.torihiki li{margin: 0 5px; width: 108px;}
  }
  
  
  
  
  /** 70.TOPICS section ****************************************************************/
  .tl h3{ margin: 8% 0 3% 0; color: #868686; font-size: clamp(18px, 3vw, 32px); text-align: center;}
  .topics{margin: 2% 0 1% 0; display: flex; justify-content: space-between;}
  .topicsct {
	background-color: #E9EEFF;
	border-radius: 10px;
	width: 250px;
	text-align: left;
	padding: 3% 2%;
	font-size: clamp(12px, 3vw, 14px);
	margin: 0 10px;
  }
  .topicsct h5{margin: 0; font-size: clamp(12px, 3vw, 14px); padding: 10px 0 10px 0;}
  .topicsct p{text-align: right;}
  
  .topicslist{margin: 3% 0 0 0;}
  
  @media screen and (max-width: 500px) {
	.topics{margin: 5% 0 7% 0; display: block;}
	.topics{width: auto; padding: 0 5% 5% 5%; margin-bottom: 0;}
	.topicsct{margin: 10px 0; width: auto; padding: 15px 20px;}
	.topicslist{margin: 0;}
  }
  
  
  /** 71.NEWS section ****************************************************************/
  .whatsnew{
	background-color: #FFF;
	border-radius: 30px;
	padding: 3% 5% 1% 5%;
	font-size: 14px;
	margin: 5% 0 0 0 !important;
  }
  .whatsnew h3{ margin: 0 0 3% 0; color: #868686; font-size: clamp(18px, 3vw, 32px); text-align: center;}
  .newmark{background-color: red; border-radius: 5px; font-size: 10px; padding: 1px 10px; color: #FFF;}
  .whatsnew dl{margin: 0 0 10px 0;}
  .whatsnew dt, .whatsnew dd{ float: left;}
  .whatsnew dt{color: #666;}
  .whatsnew dd{padding: 0 0 15px 0 !important;}
  .whatsnew hr{clear: both; color: #FFF;}
  
  .bt01left{text-align: right; margin: 0 5% 5% 5%;}
  
  @media screen and (max-width: 500px) {
	.whatsnew{margin: 10% 0; font-size: 11px;}
	.whatsnew dt{margin: 0 0 0 10px !important; font-size: 12px; float: none; text-align: left;}
	.whatsnew dd{margin: 0 0 0 10px !important; padding: 0 0 5px 0 !important; font-size: 12px; float: none; text-align: left;}
  }
  
  
  
  
  /** 90.CTA section ****************************************************************/
  .cta02{background: url('/wp-content/uploads/2024/06/ctabg.jpg'); padding: 4%;}
  
  
  /* 左右に斜め線(両端を丸く) */
  .heading {
	align-items: center; /* 線を上下中央 */
	display: flex; /* 文字と横線を横並び */
	justify-content: center; /* 文字を中央寄せ */
	text-align: center;
  }
  .heading::before,
  .heading::after {
	background-color: #1e90ff; /* 線の色 */
	border-radius: 5px; /* 線の両端を丸く */
	content: "";
	height: 2px; /* 線の高さ */
	width: 70px; /* 線の長さ */
  }
  .heading::before {
	margin-right: 10px; /* 文字との余白 */
	transform: rotate(60deg); /* 傾ける */
  }
  .heading::after {
	margin-left: 10px; /* 文字との余白 */
	transform: rotate(-60deg); /* 傾ける */
  }
  /* レイアウトのためのcss */
  .cta02 h3 {
	color: #2853D8;;
	font-size: clamp(16px, 1.8vw, 30px);
	font-weight: 700;
	margin: 0 0 20px 0;
  }
  
  
  /****************/
  .ctact{ margin: 0 auto; width: 840px;}
  .ctact h4{
	font-size: 1.2em;
	background-image: url('/wp-content/uploads/2024/06/cthh4.jpg');
	color: #FFF;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
	margin: 0;
  }
  
  .telmail{
	display: flex;
	justify-content: center;
	padding: 2% 5%;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .phone{ width: 100%;}
  .tel01{font-size: clamp(11px, 1.8vw, 14px); margin-bottom: 10px;}
  .tel01 span{background-color: #E6E6E6; padding: 1% 2%; margin-right: 15px; border-radius: 50px;}
  
  .ctact h5{
	font-size: clamp(24px, 2.5vw, 2.5em);
	margin: 0;
	font-weight: bold;

	margin: 5px 0 0 10px;
	color: #333;
	letter-spacing: 2px;
  }
  
  .ctact h6{
	margin: 1% 0;
	align-self: center;
	display: block;
	width: 100%;
	text-align: right;
  }
  .ctact h6 i{margin-right: 15px;}
  
  .ctact h6 a{
	color: #333;
	padding: 5% 10%;
	font-size: clamp(14px, 1.8vw, 22px);
	border-radius: 50px;
	background-color: #FBB03B;
  }
  
  @media screen and (max-width: 1000px) {
	.ctact{ margin: 0 5%; width: 90%;}
	.tel01{font-size: 10px;}
	.ctact h6 a{padding: 2% 10%;}
  }
  @media screen and (max-width: 890px) {
	.cta02{padding: 30px 2%;}
	.ctact{ margin: 0 auto;}
	.telmail{padding: 2% 8%;}
  }
  @media screen and (max-width: 500px) {
	.telmail{
	  display: block;
	  justify-content: center;
	  padding: 20px 5%;
	  background-color: #FFF;
	  border-radius: 0 0 10px 10px;
	  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	  margin-bottom: 30px;
	}
	.cta02 h3{font-size: 12px; margin: 20px 0;}
	.ctact h4{font-size: 12px;}
	.phone{ width: 100%; text-align: center; background-position: 10px;}
	.ctact h5{text-align: left; font-size: 1.9em;}
	.ctact h6{text-align: center; margin: 8% 0;}
	.ctact h6 a{ width: auto; text-align: center; margin-top: 10px;}
  }
  
  /****************/
  .cta11 h3{color: #2853D8; font-size: clamp(12px, 2vw, 26px); margin: 0;}
  .cta12{margin: 3% 10% 0 10%;}
  .cta13 h4{font-size: clamp(16px, 2.5vw, 38px); margin: 10px 0 8% 0;}
  .cta13 span{color: #2853D8;}
  .cta11 div{ font-weight: bold; color: #2853D8; font-size: clamp(10px, 1.5vw, 18px); margin-top: 2%;}
  
  @media screen and (max-width: 500px) {
	.cta11 h3{padding: 0 10%; font-size: 1.5em; font-size: 1em; line-height: 120%;}
	/**.cta11 span{display: block;}**/
	.cta12{margin: 3% 0 0 0;}
  }
  
  
  /** 100.Futter section ****************************************************************/
  footer{
	background-color: #2853D8;
	color: #FFF;
	padding: 2% 10%;
  }
  footer a{color: #FFF; display: block;}
  .ftcont01{display: flex; justify-content: center;}
  
  .ftcont02{width: 35%; padding: 0 5% 0 0;}
  .ftcont02 p{font-size: 12px;}
  .ftcont02 img{width: 350px;}
  
  .ftcont03{margin: 0 2%; width: 20%;}
  .ftcont03 ul{margin: 2% 0 0 0; padding: 0;}
  .ftcont03 li{font-size: 12px; line-height: 2em; list-style: url('/wp-content/uploads/2024/06/li01.png'); text-align: left;}
  
  .copy{
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #CCC;
	padding: 1% 0 0 0;
	margin: 1% 0 0 0;
  }
  @media screen and (max-width: 1280px) {
	footer{padding: 2% 5%;}
	.ftcont02 img{width: 100%;}
  }
  
  @media screen and (max-width: 1080px) {
	.ftcont03 li{font-size: 12px; line-height: 120%; padding: 5px 0;}
  }
  
  @media screen and (max-width: 500px) {
	footer{padding: 5% 5% 30% 5%; margin-bottom: 58px;}
	.ftcont01{display: block;}
	.ftcont02{width: 100%; padding: 0 5% 0 0; text-align: center;}
	.ftcont02 h5{margin: 5px 0;}
	.ftcont03{margin:  5%; width: 100%;}
	.ftcont03 ul{}
	.ftcont03 li{width: 44%; float: left; line-height: 100%; padding: 0 5% 15px 0;}
	.copy{clear: both;}
  }
  
  
  /** 110.form section ****************************************************************/
  .simulation{
	background-image: url('/wp-content/uploads/2024/06/title01.png');
	background-position: bottom center;
  }

  .row09{padding: 2% 10%; margin: 0 auto;}
  .row10{padding: 2% 10%; width: 1000px; margin: 0 auto 5% auto;}
  .row11{padding: 0 10%; width: 1000px; margin: 0 auto 5% auto;}
  @media screen and (max-width: 1330px) {
	.row10{width: auto; padding: 2% 10%;}
	.row11{width: auto; padding: 0 10%;}
  }
  @media screen and (max-width: 500px) {
	.row10{margin: 0 auto 10% auto;}
	.row11{margin: 0 auto 10% auto;}
  }
  
  .simulation h2{margin: 0; color: #FFF; padding:0;}
  
  .cat01{font-size: 14px; text-align: center;}
  .simulation01{ background-color: #E9EEFF; margin: 2% 0 5% 0; padding: 20px 5%; border-radius: 10px;}
  .simulation01 h3{
	margin: 10px 0;
	background-color: #2853D8;
	color: #FFF;
	border-radius: 30px;
	padding: 1% 2%;
	font-size: 14px;
  }
  
  .hiduke{ margin: 10px; display: flex;}
  .tyusyaku{font-size: 12px;}
  .soudan{padding-left:20px;}
  
   /**labelタグ********/
  .date-edit {position: relative;}
   
   /**ボタン部分********/
  .date-edit::before {
	  position: absolute;
	  top: -15px;
	  right: -65px;
	  border-radius: 28px;
	  height: 50px;
	  width: 50px;
  }
   
   /**ボックス部分********/
  input[type="date"] {padding: 8px 10px 5px 10px; text-align: center;}
  input[type="text"] {padding: 8px 10px 5px 10px; width: 150%;}
  input[type="number"] {padding: 8px 10px 5px 10px; text-align: left;}
  input[type="email"] {padding: 8px 10px 5px 10px; width: 150%;}
  textarea{padding: 8px 10px; width: 100%;}
  select {padding: 5px 10px; text-align: left; width: 200px;}
  
  
  /**********/
  .table-wrap table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
  }
  .table-wrap th{
	background-color: #EBEBEB;
	font-size: 14px;
	text-align: left;
	padding: 5px 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 3px solid #CCC;
	border-bottom: 2px solid #CCC;
  }
  .table-wrap td{
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 5px 10px;
  }
  .table-wrapright{text-align: right;}
  
  .matome{border-top: 3px solid #CCC !important;}
  .shoukei{text-align: right !important; font-weight: bold;background-color: #EBEBEB;}
  .zei{text-align: right !important; font-weight: bold;background-color: #EBEBEB;}
  .goukei{text-align: right !important; font-weight: bold;background-color: #EBEBEB;}
  .soukei{font-weight: bold; font-size: 14px; color: red;}
  
  .tbl-r02 th{font-size: 14px; text-align: left;}
  .entryth{padding-left: 50px;}
  
  /*******/
  .option{margin: 30px 0 0 0;}
  .option h4{font-size: 14px; margin: 0;}
  .option p{margin: 0 0 10px 0; font-size: 12px;}
  .cachi{margin: 0 0 10px 0 !important;}
  .option span{ background-color: #2853D8; color: #FFF; font-size: 10px; padding: 2px 10px; border-radius: 10px; margin-left: 10px;}
  .option strong,
  .simulation01 strong{
	background-color: #ff0000; color: #FFF; font-size: 10px; padding: 2px 10px; border-radius: 10px; margin-left: 10px;
  }
  
  /*****/
  .optionwaku{background-color: #E9EEFF; border-radius: 10px; padding: 20px 5%;}
  .optionwaku ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	flex-wrap: wrap;
	gap: 10px;
  }
  .optionwaku li{list-style: none; margin: 0; width: 49%;}
  /*****/
  .optionwaku02{background-color: #E9EEFF; border-radius: 10px; padding: 20px 5%;}
  .optionwaku02 ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	flex-wrap: wrap;
	gap: 10px;
  }
  .optionwaku02 li{list-style: none; margin: 0; width: 30%;}
  
  /*****/
  label{
	display:block;
	position:relative;
	text-indent: 20px;
  }
  label input{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto 10px 0 0;
  }
  
  .tuika{text-align: center;}
  .tuika a{ font-size: 14px !important;}
  .chui{font-size: 14px; margin-bottom: 30px;}
  
  @media screen and (max-width: 500px) {
	.simulation h2{margin: 0; color: #FFF; padding: 6% 0; font-size: 14px;}
  
	.cat01{font-size: 12px; text-align: center;}
  
	.simulation01 h3{padding: 5px 20px;}
	.soudan{padding:10px; font-size: 14px !important;}
  
	.last td:last-child {
	  border-bottom: solid 1px #ccc;
	  width: 100%;
	}
	.tbl-r02 {width: 100%;}
	.tbl-r02 th,
	.tbl-r02 td {
	  display: block;
	  width: 100%;
	  text-align: left;
	  font-size: 13px;
	  margin-top: 5px;
	}
	input[type="date"] {padding: 8px 10px 5px 10px; text-align: center; font-size: 12px; width: 150px;}
	input[type="text"] {padding: 8px 10px 5px 10px; text-align: right; font-size: 12px; width: 90%;}
	input[type="number"] {padding: 8px 10px 5px 10px; text-align: right; font-size: 12px; width: 150px;}
	input[type="email"] {padding: 8px 10px 5px 10px; width: 90%;}
	textarea{padding: 8px 10px; width: 92%;}
  
	.optionwaku li{list-style: none; margin: 0; width: 100%; font-size: 11px;}
	.optionwaku02 li{list-style: none; margin: 0; width: 100%; font-size: 11px; width: 48%;}
  
	.entryth{padding-left: 0;}
	.chui{font-size: 12px;}
	.chui ul{padding: 0 0 0 10px;}
	.chui li{margin: 10px 0;}
  
	/**********/
	.table-wrap {
	  overflow-x: scroll;
	}
	.table {
	  width: 100%;
	  border-collapse: collapse;
	  white-space: nowrap;
	}
	.table th,
	.table td {
	  border: 2px solid #eee;
	  padding: 4px 8px;
	}
  
	.hiduke{font-size: 11px;}
  }
  
  /**************************************************************/
.hs {
	display: flex;
	overflow-x: scroll;
	justify-content: space-between;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
  }
  .hs__header {
	display: flex;
	align-items: center;
	width: fit-content;
	padding: 3px 3px 10px 3px;
	width: 100%;
  }
  .hs__headline { flex: 1;}
  .hs__arrows { align-self: center; display: flex; width: 99.8%; justify-content: space-between;}
  .hs__arrows .arrow:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
	background-size: contain;
	filter: brightness(5);
	width: 18px;
	height: 12px;
	cursor: pointer;
  }
  .hs__arrows .arrow.disabled:before {filter: brightness(2);}
  .hs__arrows .arrow.arrow-prev:before {transform: rotate(90deg); margin-right: 10px;}
  .arrow-prev{background-color: #333; padding: 5px 0 10px 5px; border-radius: 40%;}
  .hs__arrows .arrow.arrow-next:before {transform: rotate(-90deg);}
  .arrow-next{background-color: #333; padding: 5px 8px 10px 10px; border-radius: 40%;}
  .hs__item {
	flex-grow: 1;
	flex-shrink: 0;
	margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
  }
  @media only screen and (max-width: 990px) {.hs__item {flex-basis: calc(100% / 3 - (10px * 2) - (20px / 3));}}
  .hs__item:last-child:after {
	display: block;
	position: absolute;
	width: 10px;
	height: 1px;
	right: calc(10px * 2 * -1);
  }
 
 
  @media only screen and (min-width: 990px) {.hs__wrapper {overflow: hidden;}}
  @media (hover: none) and (pointer: coarse) {.hs__wrapper .hs__item { flex: 1 0 calc(23% - 10px * 2); }}
  @media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
	.hs__wrapper .hs__item { flex: 1 0 calc(50%);}
  } 
  @media only screen and (hover: none) and (pointer: coarse) and (max-width: 620px) {
	.hs__wrapper .hs__item { flex: 1 0 calc(100%); margin: 0;}
	.hs__header{position: absolute; z-index: 10;}
	.hs__arrows{margin: 115px 0 0 0;}
  }
  
  /* Base Styling */
  
  
  .container {
	margin: -25px auto 20px auto;
	mix-blend-mode: invert;
	position: relative;
  }
  .container:after {
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
  }
  @media only screen and (hover: none) and (pointer: coarse) and (max-width: 620px) {
	.container {margin: 15px auto 20px auto;}
  }


/** 1000. page section ****************************************************************/
.pgtitle{
	background-image: url('/wp-content/uploads/2024/06/title01.png');
	background-position: center center;
	padding: 4% 0;
	color: #FFF;
	margin: 0;
}
.pgtitle h2{margin: 0;}
.entry-content{margin: 0 0 50px 0;}


/** 0001 faet01 Section ****************************************************************/
.faett001 dl {
	width: calc(100%/5 - 22px);
	border: 1px solid #2853d8;
	background-color: #F5F8FD;
	font-size: clamp(12px, 1.8vw, 14px);
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 20px 0;
	text-indent: 0;
	border-radius: 5px;
	margin: 10px;
  }

.faett001 dt{font-size: 14px;}
.faett001 dd{margin: 0;}
.faett001 p{display: block; clear: both; padding: 10px 15%; margin-bottom: 10%;}

@media screen and (max-width: 960px) {.faett001 dt{font-size: 10px;}}
@media screen and (max-width: 620px) {
	.faett001 dl{
		width: calc(100%/3 - 12px);
		margin: 5px;
	}
	.faett001 p{padding: 10px 10%; font-size: 12px;}
}

/** 0010 rentalpage Section ****************************************************************/
.rentalsec{display: flex; justify-content: space-evenly;}
.rentalsec01{background-color: #2853d8; padding: 3%;}
.rentalsec01 ul{
	margin: 0;
	padding: 0;
	color: #FFF;
	width: 250px;
}

.rentalsec03{
	background-color: #2853d8; padding: 3%;
	width: 250px;
}
.rentalsec03 ul{
	margin: 0;
	padding: 0;
	color: #FFF;
	width: 250px;
}
.rentalsec03 li{list-style-position: inside;}


.rentalsec01 li{ list-style-position: inside;}
.menuside{width: 250px; position: sticky; position: -webkit-sticky; top: 15%;}
.rentalsec02{ margin: 0 3%; width: 100%;}
.hot01{text-align: center;}
.hot01 img{width: 850px;}
.nav-next{padding: 10px; font-size: 12px;}
.nav-previous{padding: 10px; font-size: 12px;}
.nav-next a{color: #FFF;}
.nav-previous a{color: #FFF;}
.kiji{margin: 5% 3%; width: 70%;}


@media screen and (max-width: 1280px) {.hot01 img{width: 90%;}}
@media screen and (max-width: 620px) {
	.rentalsec01{ display: none;}
	.rentalsec{display: block;}
	.rentalsec02{ margin: 0; width: 100%;}
	.rentalsec03{width: auto; padding: 10%;}
	.kiji{margin: 10px 10%; width: 80%;}
	.nav-links{padding: 10px; font-size: 10px;}
	.menuside{width: 100%;}
	.wp-block-image img{width: auto;}
	.wc-block-grid__products{margin: 0 !important;}
}

/**table 001********/
.bulseltb {width: 960px; margin: 0 auto 50px auto;}
.bulsel{ margin: 0 auto; text-align: left;}
.bulsel th{border-bottom: 2px solid #2853D8; padding: 10px;}
.bulsel td{border-bottom: 1px solid #CCC; padding: 10px;}
.bulsel p{font-size: 12px; margin: 0;}

@media screen and (max-width: 1080px) {.bulseltb{width: 90%;}}

@media screen and (max-width: 500px) {
	.bulseltb th,
	.bulseltb td {
		display: block;
  		text-align: left;
  		font-size: 13px;
  		margin-top: 5px;
	}
}
/**sentence 001********/
.sent{font-size: 14px; text-align: left;}
@media screen and (max-width: 500px) {.sent{font-size: 12px;}}

/** 0012 Flow Section ****************************************************************/
.flow101{ background-color: #e9eeff; border-radius: 20px; padding: 40px 5% 10px 5%; margin: 20px 0;}
.flow101 img{width: 260px;}
.flow101 h3{color: #2853d8; margin: 0;}
.flow101 h3 span{font-size: 2em;}
.flow101 h4{font-size: 2em; margin:0;}
.flow101 td{text-align: left; padding-left: 5%;}
.flow101 th{width:260px;}

.tbres {width: 960px; margin: 0 auto 30px auto;}
@media screen and (max-width: 1080px) {.tbres{width: 90%;}}
@media screen and (max-width: 500px) {
	.flow101{padding: 10px 5% 0 5%;}
	.flow101 img{width: 160px; margin: 0 auto;}
	.flow101 h3{color: #2853d8; margin: 0;}
	.flow101 h3 span{font-size: 1.5em;}
	.flow101 h4{font-size: 1.5em; margin:0;}
	.tbres th,
	.tbres td {
		display: block;
  		text-align: left;
  		font-size: 13px;
  		margin-top: 5px;
		padding: 0;
		text-align: center;
	}
}

  .ctasec101{ width: 100%;}
  .ctasec101 h4 {
	font-size: 1.2em;
	background-image: url('/wp-content/uploads/2024/06/cthh4.jpg');
	color: #FFF;
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
	margin: 0;
  }
  .ctasec101 h5 {
	font-size: clamp(24px, 2.5vw, 2em);
	margin: 0;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
  }
  .ctasec101 h6 {
	margin: 2.5% 0;
	display: block;
	width: 100%;
  }
  .ctasec101 h6 a {
	color: #333;
	padding: 5% 10%;
	font-size: 18px;
	border-radius: 50px;
	background-color: #FBB03B;
  }
  .tel101{font-size: 12px;  }
  .tel101 span {
	background-color: #E6E6E6;
	padding: 1% 2%;
	margin-right: 15px;
	border-radius: 50px;
  }
  .phone101{ width: 100%;}
  
  @media screen and (max-width: 1080px){
	.ctasec101 h5{ font-size: 20px;}
	.ctasec101 h6 a{font-size: 12px;}
  }
  @media screen and (max-width: 1060px) {
	.column12{display: block; margin: 2% 0 5% 0;}
	.ctasec{ width: 100%; margin: 0 0 3% 0;}
	.ctasec h4 {font-size: 12px; padding: 10px;}
	.ctasec h5{margin-bottom: 20px;}
	.phone101{ margin: 0 0 10px 0;}
	.ctasec101 h4 {font-size: 0.7em;}
	.ctasec101 h6 a{ padding: 2% 10%;}
  }
  @media screen and (max-width: 1030px) {.ctasec h5{margin: 0;}}
  @media screen and (max-width: 720px) {.telmail{display: block;} }
  @media screen and (max-width: 500px) {
	.ctasec101 h4{font-size: 0.8em;}
	.ctasec h5{margin-bottom: 20px;}
}

/** 0013 FAQ Section ****************************************************************/
.wp-block-details summary{
	text-align: left;
	color: #FFF;
	background-color: #2853D8;
	padding: 1% 2%;
	border-radius: 10px;
}

.wp-block-details p{text-align: left; padding-left:36px;}
.wp-block-details{ margin: 10px auto;}

@media screen and (min-width: 1080px) {
	.wp-block-details{width: 80%; margin: 10px auto;}
}
@media screen and (max-width: 1079px) {
	.wp-block-details{ margin: 10px auto;}
}
@media screen and (max-width: 500px) {
	.wp-block-details summary{padding: 2% 5%; font-size: 12px; margin: 0 0 10px 0;}
	.wp-block-details p{ font-size: 12px; padding-left:18px;}
}

.entry-content h3 .wp-block-heading{
	font-size: 16px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.anchor01{padding-top: 20px !important;}
@media screen and (max-width: 500px) {
	.anchor01{padding-top: 10px !important;}
}

/**bt*****/
a.btn_09 {
	display: grid;
	font-size: clamp(9px, 1.3vw, 20px);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 20px 10px;
	font-weight: bold;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.btn_09:hover {
	color: #fff;
	opacity: 0.5;
}
@media screen and (max-width: 500px) {
	a.btn_09 {
		padding: 10px 5px;
		font-size: 8px;
		height: 32px;
		line-height: 100%;
		align-items: center;
	}
}


/** 0015 Voice Section ****************************************************************/
  /*タブ切り替えの中身のスタイル*/
  .tab01 {
	width: 100%;
	margin: 0 auto 50px;
  }
  /*タブのスタイル*/
  .tab_menu {
	width: calc(100%/3);
	height: 40px;
	line-height: 120%;
	font-size: clamp(12px, 1.5vw, 16px);
	text-align: center;
	border-bottom: 3px solid #1f71b5;
	background-color: #d9d9d9;
	display: grid;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	text-indent: 0;
	padding: 10px 0;
	align-items: center;
  }
  .tab_menu:hover {
	opacity: 0.75;
  }
  /*ラジオボタンを全て消す*/
  input[name="tab_menu"] {
	display: none;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_contents {
	display: none;
	padding: 20px;
	clear: both;
	overflow: hidden;
	transition: .5s opacity;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
  }
  /*選択されているタブを表示*/
  #menu01:checked ~ #menu01,
  #menu02:checked ~ #menu02,
  #menu03:checked ~ #menu03,
  #menu04:checked ~ #menu04,
  #menu05:checked ~ #menu05 {
	display: block;
  }
  /*選択されているタブのスタイル*/
  .tab01 input:checked + .tab_menu {
	background-color: #1f71b5;
	color: #fff;
  }

  /*********/
  .voice01{display: flex; flex-wrap: wrap; justify-content: space-between;}
  .voicect01{
	width: 25%;
	border: 1px solid #CCC;
	border-radius: 10px;
	background-color: #E9EEFF;
	text-align: left;
	font-size: 14px;
	padding: 20px;
	margin: 10px;
  }
  .voicect01 h3{margin: 0;}
  .voicect01 p{text-align: left;}

  @media screen and (max-width: 890px) {
	.voice01{display: flex; flex-wrap: wrap; justify-content: space-evenly;}
	.voicect01{width: calc(100%/5); font-size: 0.7em;}
	
  }
  @media screen and (max-width: 620px) {
	.tab_menu {font-size: 9px; height: 40px; line-height: 120%; padding: 0;}
	.voicect01{width: 100%; font-size: 12px;}
  }



/** 0100 News archive Section ****************************************************************/
.newstb {width: 960px; margin: 0 auto;}
.newssel{ margin: 0 auto; text-align: left;}
.newssel th{border-bottom: 2px solid #2853D8; padding: 10px; width: 25%; font-size: clamp(12px, 1.5vw, 16px);}
.newssel td{border-bottom: 1px solid #CCC; padding: 10px;}
.newssel p{font-size: 12px; margin: 0;}
.newssel h2{margin: 0; font-size: clamp(12px, 1.5vw, 16px);}

@media screen and (max-width: 1080px) {.newstb{width: 90%;}}
@media screen and (max-width: 600px) {
	.newstb th{ width: 38%;}
}

.newstbsum {width: 100%; margin: 0 0 20px auto;}
.newsselsum{ margin: 0 auto; text-align: left;}
.newsselsum th{border-bottom: 2px solid #2853D8; padding: 10px; width: 25%; font-size: clamp(12px, 1.5vw, 16px);}
.newsselsum td{border-bottom: 1px solid #CCC; padding: 10px;}
.newsselsum p{font-size: 12px; margin: 0;}
.newsselsum h2{margin: 0; font-size: clamp(12px, 1.5vw, 16px);}

@media screen and (max-width: 600px) {
	.newstbsum th{ width: 38%;}
}

/**widget************/
.wp-block-heading{
	font-size: 16px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list{font-size: 14px;}
.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-posts li a, .wp-block-rss li a{font-size: 14px;}

#tanmatsu li{list-style: none;}
#tanmatsu a{
	background-color: #EBEBEB;
	color: #333;
	border-radius: 5px;
	display: block;
	width: 80%;
	padding: 2% 10%;
	margin-bottom: 5px;
	font-size: 14px;

}
/** 0101 Forms Section *****************************************************************/
.otoawase {width: 100%; margin: 0 auto;}
.otoawasesum{ margin: 0 auto; text-align: left;}
.otoawasesum th{border-bottom: 2px solid #2853D8; padding: 10px; width: 25%; font-size: clamp(12px, 1.5vw, 16px);}
.otoawasesum td{border-bottom: 1px solid #CCC; padding: 10px;}
.otoawasesum p{font-size: 12px; margin: 0;}
.otoawasesum h2{margin: 0; font-size: clamp(12px, 1.5vw, 16px);}

@media screen and (max-width: 600px) {
	.otoawasesum th{ width: 90%; display: block;}
	.otoawasesum td{display: block;}
}
.otoawase input[type="text"],
.otoawase input[type="email"]{ width: 90%; text-align: left;}

/** 0111 Shop Section *****************************************************************/
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
	font-size: 10px !important;
}

/** 0120 LP Section *****************************************************************/
.lptan img{width: 80%;}
.lptan h3{background-color: #2853D8; color: #FFF; border-radius: 5px; font-size: clamp(12px, 1.5vw, 18px); padding: 5px;}
.lptan td{padding: 0 20px;}
.lptan p{font-weight: bold; background-color: #EBEBEB; border-radius: 5px; padding: 5px;}
.lptan span{color: red; font-size: 1.5em;}
.lpptlist li{
	background-image: url(https://sample17.multistyle.work/wp-content/uploads/2024/06/check.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: clamp(18px, 2vw, 30px);
	list-style: none;
	text-align: left;
	padding: 2% 0 2% 60px;
	font-weight: bold;
}
.lptl001 h3{font-size: clamp(10px, 1.5vw, 20px); }

.cta11 p{margin-bottom:0; font-size: clamp(12px, 1.5vw, 18px);}

.row021{font-weight:600; font-size: 1.6em;}

.lpptlist td{width: 50%;}

.balloon01{margin:3% 20% 0 20%;}
.balloon-title h4{font-size:clamp(16px, 2.5vw, 26px); margin:10px 0 1% 0;}
.balloon-title span{color:#2853D8;}

@media screen and (max-width: 900px) {
	.lptan span{ font-size: 12px;}
	.lptan strong{display: block; width: 100%; font-size: 10px;}	
}
@media screen and (max-width: 600px) {
	.lptan td{padding: 0 5px;;}
	.lptan h3{font-size: 10px; padding: 5px 0;}
	.lptan p{ font-size: 12px;}
	.lptl001 h3{line-height: 100%; height: 20px; display: grid; align-items: center;}

	.lpptlist td{width: 100%;}
	.lpptlist ul{padding: 0; margin: 0 5%;}
	.lpptlist li{padding: 1% 0 3% 40px; font-size: 0.9em; background-size:8% auto;}
	
	.lptan span{ font-size: 12px;}
	.lptan strong{display: block; width: 100%; font-size: 10px;}
	.balloon01{margin:3% 0 0 0;}
	.lpcoment{ font-size: 12px;}
	.lptl001{ margin: 0 0 -50px 0}
	.lptl001 img{width: 70px;}
}


:root{
	--header: 100px;
	scroll-padding: var(--header);
}
@media screen and (max-width: 600px) {
	:root{
		--header: 80px;
		scroll-padding: var(--header);
	}
}

/**pankuzu******/
.pankuz{font-size: 12px; color: #FFF;}
.pankuz a{font-size: 12px; color: #FFF;}
.aioseo-breadcrumb{font-size: 12px; color: #FFF;}
.aioseo-breadcrumb-separator{color: #FFF;}
.aioseo-breadcrumb a{color: #FFF !important;}
.pankuzu ul{
    list-style: none;
	font-size: 12px;
	color: #FFF;
  }
.pankuzu li{
    display: inline;
  }
.pankuzu li a{
    color: inherit;
    text-decoration: none;
  }
.pankuzu li + li:before{
    content: ">";
    margin:.5em;
  }

.nav-title{color: #FFF; padding: 10px;}
@media screen and (max-width: 600px) {
	.pankuzu ul{margin: -13px 0 10px 0; font-size: 10px; padding: 0;}
}

/**honyaku******/
@media screen and (max-width: 600px) {
#gt_float_wrapper{ bottom: 60px !important;}

.anclink i{display: none;}
}


.anclink td{width: 20%;}

/**Side******/
.wp-block-latest-posts.wp-block-latest-posts__list li{margin: 10px 0; line-height: 100%;}
