/*
Theme Name: shohaku
Theme URI: 
Description: 
Tags:
Author: 
Author URI: 
Text Domain:
Version: 
License: GNU General Public License
License URI: 

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@media screen and (max-width: 460px){
.tparrows {display:none}
}

/* サイト全体のフォント指定 */
body {
font-family:"Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif!important; 
}

/* ボタン */

.button001 {
	background-color: rgba(254, 114, 0, .6);
	border: 1px solid #fe7200;
	color: #fff;
	padding:14px 33px 14px 33px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}

.button001::before,
.button001::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button001,
.button001::before,
.button001::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button001:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid #fe7200;
	color: #fe7200;
}

.button002 {
	background-color: rgba(0, 85, 143, .8);
	border: 2px solid #fff;
	color: #fff!important;
	padding:16px 27px 15px 27px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}
.button002::before,
.button002::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button002,
.button002::before,
.button002::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button002:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 2px solid #00558f;
	color: #00558f!important;
}

.button005 {
	background-color: rgba(0, 85, 143, .8);
	border: 2px solid #fff;
	color: #fff;
	padding:8px 20px 8px 20px;
	line-height: 30px;
	font-size:14px;
	font-weight:700;
	text-align:center;
	display:block;
	width:50%;
}
.button005::before,
.button005::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button005,
.button005::before,
.button005::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button005:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 2px solid #00558f;
	color: #00558f;
}

.button003 {
	background-color: rgba(38, 70, 163, .6);
	border: 1px solid #fff;
	color: #fff;
	padding:16px 27px 15px 27px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}
.button003::before,
.button003::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button003,
.button003::before,
.button003::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button003:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 1px solid #fe7200;
	color: #fe7200;
}

.button006 {
	background-color: rgba(0, 85, 143, .8);
	border: 2px solid #fff;
	color: #fff!important;
	padding:5px 22px 5px 22px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}
.button006::before,
.button006::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button006,
.button006::before,
.button006::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button006:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 2px solid #00558f;
	color: #00558f!important;
}


.button007 {
	background-color: rgba(0, 85, 143, .8);
	border: 2px solid #00558f;
	color: #fff!important;
	padding:5px 22px 5px 22px;
	line-height: 50px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
}
.button007::before,
.button007::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button007,
.button007::before,
.button007::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button007:hover {
	background-color: rgba(255, 255, 255, .7);
	border: 2px solid #00558f;
	color: #00558f!important;
}

/* パンくずリストの位置 */
.breadcrumb {
	position:relative!important;
}





/* 見出しデザイン */
.midashi001 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

.midashi001:before,
.midashi001:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.midashi001:before {
  left: 0;
}

.midashi001:after {
  right: 0;
}

.midashi002 {
  padding: 1rem 0rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.midashi003 {
padding-left:10px;/*上下 左右の余白*/
margin:0px 0 0px 0;
color: #448c4a;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #448c4a;/*左線*/
}

.midashi004 {
  padding: 1rem 2rem;
  color: #fff;/*文字色*/
  background: #00558f;
  margin:20px 0 20px 0!important;
}

.midashi005 {
  position: relative;
  padding-left: 4em;
}

.midashi005 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #e3f5d8;
  background: #22ac38;
}

.midashi006 {
  position: relative;
  padding: 1em 2em;
  text-align: center;
}

.midashi006:before,
.midashi006:after {
  position: absolute;
  content: '';
}

.midashi006:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.midashi006:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.title.title_size_medium h1 {
	font-size:18px!important;
}

.breadcrumb {
	margin:20px 0 0 0;
}

/*
.column2 {
	background-color:#f2f2f2!important;
}
*/

aside .widget h5 {
	 padding: 1rem 0rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align:center;
}


div#ez-toc-container {
	padding:30px!important;
}

/* Blog */
.post_info {
    display: none !important;
}

/* Blog */
/*.entry_title {
    display: none !important;
}*/

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

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

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

.mobile_menu_button {
	float:right!important;
	margin:0!important;
}

.pld-post-list.pld-design-1 .pld-post-list-content h2 a {
	font-size:80% !important;
}

.post_cat_color ul {
	list-style: none;
	width: 17em;
}
.post_cat_color ul li {
	color: #fff;
	padding: 1px 4px;
	display: inline-block;
	margin: 0 2px 2px 0;
}
/*.post_cat_color ul li a:hover{background: #333 !important;border-color: #333 !important;color: #fff !important;transition: 0.3s; }*/
.post_cat_color a:hover {color:#ffffff; transition: 0.3s; }
/*.post_cat_color a:hover {background: #333 !important;border-color: #333 !important;color: #fff !important;transition: 0.3s; }*/
/* a:focus{background: #333 !important;border-color: #333 !important;color: #fff !important;}*/

@media only screen and (max-width: 1150px)
.header_inner_right .has_header_fixed_right, .stick.menu_bottom, .header_inner_right, .header_bottom_right_widget_holder {
    display: none !important;
}

.date entry_date updated {
	display: none !important;
}

@media only screen and (max-width:1150px)
.has_header_fixed_right.stick.menu_bottom .header_inner_right,.header_bottom_right_widget_holder{display:none !important;}

@media only screen and (max-width:1150px)
.has_header_fixed_right.stick.menu_bottom .header_inner_right,.header_bottom_right_widget_holder{display:none}


/*タグ風見出し */

.tags {
  background: #5cd;
  border-radius: 0;
  color: #fff;
  display:inline-block;
  height: 55px;
  line-height: 50px;
  padding: 1em 2em 0 3em;
  position: relative;
}

.tags::before {
  border: 35px solid transparent;
  border-left-color: #5cd;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -35px;
  top: 0;
  width: 0;
}

.box1 {
    padding: 1em;
    margin: 0;
    font-weight: bold;
    border: solid 2px #000000;
	/*display:inline-block;*/
	font-size:140%;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width:500px){
	table.inquiry {
		width:300px !important;
	}
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media screen and (max-width:500px){
.inquiry th,.inquiry td {
 display:block !important;
 margin-right:auto; 
 margin-left:auto;
 width:100% !important;
 border-top:none !important;
 -webkit-box-sizing:border-box !important;
 -moz-box-sizing:border-box !important;
 box-sizing:border-box !important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7 !important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}

@media screen and (min-width: 500px){
.inquiry th {
	width:30% !important;/*横幅*/
	}
}

/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:20px;
 color:#000;
 padding:10px;
 width:30%;
 background:#e9f7ea !important;
 border:solid 2px #fff;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 2px #fff;	
text-align:left!important;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 2px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#448c4a;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 text-align:center;
 padding:10px 20px 10px 20px;
 margin-top:30px;
 margin-right:auto; margin-left:auto;
 width:;
 background:#448c4a;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border-style: solid; border-color:#448c4a;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#448c4a;
 border-style: solid; border-color:#448c4a;
}

.tbody {
width:100%!important;
}

::placeholder {
  color: #d4d4d4;
}

/*お問い合わせボタンcss*/
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  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.05em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 1.3rem;

  position: relative;

  padding: 2rem 2rem 2rem 2rem;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #fff;
	
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007adf),
    to(#a500ec)
  );
  background-image: -webkit-linear-gradient(left, #007adf 0%, #a500ec 100%);
  background-image: linear-gradient(to right, #007adf 0%, #a500ec 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  line-height: 1;

  /*position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;*/

  margin: 0;
  padding: 0;

}

a.btn-c:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

/*お問い合わせボタンD css*/
.btnd,
 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  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.05em;
  color: #212529;
  /*border-radius: 0.5rem;*/
}

a.btn-d {
  font-size: 1rem;

  position: relative;

  padding: 1rem 1.5rem 1rem 1.5rem;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #fff;
	
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007adf),
    to(#a500ec)
  );
  background-image: -webkit-linear-gradient(left, #007adf 0%, #a500ec 100%);
  background-image: linear-gradient(to right, #007adf 0%, #a500ec 100%);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

a.btn-d:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  line-height: 1;

  /*position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;*/

  margin: 0;
  padding: 0;

}

a.btn-d:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}


/*スクロールバー*/
.scrollArea{
	height:150px!important;
	max-height:150px!important;
	overflow: scroll;
	padding:10px;
	background-color:#f0f0f0;
	font-size: 8px !important;
	/*padding-right: 20px;*/
	margin-bottom:10px;
	width:95%;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#09C9D9;
}


/*横からスワイプボタン*/
.Btn{
position: relative;
color:#fff;
/*border: 2px solid #003856;*/
background: #fbb03b;
margin-left: auto;
margin-right: auto;
width: 220px;
height: 48px;
line-height: 48px;
display: flex;
text-align: center;
font-size: 18px;
padding:2px 0 2px 0;
}
.Btn-Text{
width: 100%;
height: 100%;
color: #fff;
z-index: 10;
}
.Btn-Text:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #fabe00;
z-index: -1;
transition: .2s;
}
.Btn-Text:hover{
color: #003856;
}
.Btn-Text:hover:before{
width: 100%;
}

/*横からスワイプボタン大*/
.Btn2{
position: relative;
color:#fff;
/*border: 2px solid #003856;*/
background: #fff;
margin-top:20px;
margin-left: auto;
margin-right: auto;
width: 240px;
height: 40px;
line-height: 40px;
display: flex;
text-align: center;
font-size: 22px;
padding:10px 0 10px 0;
}
.Btn2-Text{
width: 100%;
height: 100%;
color: #448c4a;
z-index: 10;
}
.Btn2-Text:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #000;
z-index: -1;
transition: .2s;
}
.Btn2-Text:hover{
color: #fff;
}
.Btn2-Text:hover:before{
width: 100%;
}

/*横からスワイプボタン大/採用ページ*/
.Btn6 {
position: relative;
color:#fff;
/*border: 2px solid #003856;*/
background: #f8e58c;
margin-top:20px;
margin-left: auto;
margin-right: auto;
width: 240px;
height: 40px;
line-height: 40px;
display: flex;
text-align: center;
font-size: 22px;
padding:10px 0 10px 0;
}
.Btn6-Text{
width: 100%;
height: 100%;
color: #000;
z-index: 10;
}
.Btn6-Text:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #000;
z-index: -1;
transition: .2s;
}
.Btn6-Text:hover{
color: #fff;
}
.Btn6-Text:hover:before{
width: 100%;
}

/*横からスワイプボタン3 フッター*/
.Btn3{
position: relative;
color:#000000;
/*border: 2px solid #003856;*/
background: #fff;
/*margin-left: auto;*/
/*margin-right: auto;*/
width: 220px;
height: 48px;
line-height: 48px;
display: flex;
text-align: center;
font-size: 18px;
padding:2px 0 2px 0;
}
.Btn-Text3{
width: 100%;
height: 100%;
color: #000000;
z-index: 10;
}
.Btn-Text3:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #448c4a;
z-index: -1;
transition: .2s;
}
.Btn-Text3:hover{
color: #000000;
}
.Btn-Text3:hover:before{
width: 100%;
}

/*横からスワイプボタン4*/
.Btn4 {
position: relative;
color:#000000;
border: 2px solid #e0591f;
background: #fff;
/*margin-left: auto;*/
/*margin-right: auto;*/
width: 220px;
height: 48px;
line-height: 48px;
display: flex;
text-align: center;
font-size: 18px;
padding:2px 0 2px 0;
}
.Btn-Text4 {
width: 100%;
height: 100%;
color: #000000;
z-index: 10;
}
.Btn-Text4:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #e0591f;
z-index: -1;
transition: .2s;
}
.Btn-Text4:hover{
color: #003856;
}
.Btn-Text4:hover:before{
width: 100%;
}

/*スマホ時ヘッダー非表示*/
@media screen and (max-width:  1150px){
header {display:none !important;}
}

/*アイコン動くボタン*/
.button_m {
  display: inline-block;
  padding: .65em 3em;
  background:#fff;
  border: 1px solid #003856;
  border-radius: 0px;
  color: #003856;
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: .3s ease-in-out;
}

.button_m:hover{
/*color: #fabe00 !important;*/
border: 1px solid #fabe00 !important;
}

.button_m span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.button_m span::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: '\0bb';
  color: #003856;
  font-size: 20px;
  line-height: 1;
  animation: icon 1.5s ease-in-out infinite;
}
/*.button_m span:hover:before {
color: #fabe00 !important;
}*/
@keyframes icon {
  50% {
    transform: scale(1.2);
  }
}

/* footter button*/
.ftbutton {
  background-color: #003856;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
}
.ftbutton:hover {
  background-color: #fff;
  border-color: #003856;
  color: #003856;
}
.ftbutton {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.ftbutton::before,
.ftbutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ftbutton,
.ftbutton::before,
.ftbutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*新規見出しデザイン*/
.heading09 {
	font-size: 26px;
}

.heading09::before {
	content: attr(data-en);
	display: block;
	color: #448c4a;
	font-size: 14px;
}

.heading09::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	margin:5px 0 0 0;
	background-color:#448c4a;
}

.table_01{
width: 100%;
border-collapse: collapse;
}
.table_01 th{
width: 30%;
padding: 15px 10px 15px 15px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #fff;
}
.table_01 td{
padding: 15px 10px 15px 15px;
background-color: #fff;
border: 1px solid #fff;
text-align: left;
}

.table_01 textarea[name="your-message"] {
        width: 100%;
        height: 100px !important;
}

.table_01 a:link { color: #0000ff; }
.table_01 a:visited { color: #000080; }
.table_01 a:hover { color: #ff0000; }
.table_01 a:active { color: #ff8000; }

.slide_title {
	color:#fff;
  background: -webkit-linear-gradient( 109.6deg,  rgba(255, 135, 38, 1), rgba(224, 89, 31, 1)  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* スライドアニメーション2 左から右*/

  
.box {
  width: 100%;
  height: 100%;
  margin: 0 0 2% 0;
　　　padding:30px 0px 30px 0px !important;
  overflow: hidden;
}

.box .boxInner {
  width: inherit;
  height: inherit;
  line-height: 200px;
  font-size: 1.5em;
  text-align: center;
  color: #555;
  background-color: #448c4a;
	padding:70px 0px 70px 0px !important;
  opacity: 0;
}

.isPlay {
  animation-name: play;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .4s;
  animation-delay: .4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color:#448c4a;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

 @keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}

/* スライドアニメーション2 左から右*/

  


/*  */

.cp{
　font-family: Verdana,"Droid Sans","メイリオ",sans-serif !important;
}

/*.footer_top_holder {
	display:none !important;
}*/

/* 新着情報文字サイズ */
div.whatsnew dd {
	font-size:90%;
}

/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/* 導入メリットリスト */
ul.merit {
　list-style: none !important;
}
ul.merit li {
　list-style: url(http://iwasakitest.m4.coreserver.jp/wordpress/wp-content/uploads/2023/02/check_mark.svg);
　list-style-position: inside;
	margin-left: 1.9em;
	text-indent: -1.9em;	
	line-height: 140%
}
ul.merit img {
　width: 20px　!important;
　margin-right: 10px;
}

.merit li{
  list-style:none !important;
}

/* h2 design 
h2 {
	position: relative;
	text-align: left;
	padding: 20px 0px 20px 0px;  
}
h2:before {
	position: absolute;
	content: '';
	background: #002c68;
	bottom: -20px;
	left:2px;
	width: 40px;
	height: 2px;
}*/

.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
}

summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

details[open] {
    padding: 0.5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
}

/* アコーディオン調整 */

.q_accordion_holder.boxed div.accordion_content {
    padding-left: 0px !important;
}

.q_accordion_holder.accordion div.accordion_content {
    padding: 0px !important;
    margin: 0;
}

table.interview {
text-align:left;
}

table.interview th,td {
text-align:left;
}

/* スライドアニメーションボタン */
.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
 
// ボタン基本コード
.c-btn {
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
}

// テキスト基本コード
.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
 
// ボタン基本コード
.c-btn {
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
}
 
// 画像バナー基本コード
.c-bnr {
  background: url(../img/btn-bnr.jpg)no-repeat center center / cover;
  display: inline-block;
  width: 240px;
  height: 240px;
}
 
// テキスト基本コード
.c-txt {
  color: #ff701e;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.c-btn.slide {
  background: #fff;
  color: #ff701e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn.slide::after {
  background: #ff701e;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
  color: #fff;
}
.c-btn.slide:hover::after {
  transform: scale(1, 1);
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 20s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 4);
}
.d-demo__item > img{
   width: 100%;
}

 /* advantage箇所の画像並び */
.advantage_container { 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-between; 
	padding: 10px; 
	gap: 10px; /* アイテム間の間隔 */
} 
.advantage_container img {
	width: 100%;
	height: auto;
}
 .advantage_item {
	 width: 24%;
	 line-height: 0;
	 margin-bottom: 10px;
}

/* advantage箇所の画像並び PCとタブレット用のスタイル */
@media (max-width: 768px) {
    .advantage_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .advantage_item {
        width: 48%; /* 2つ並ぶための幅 */
		line-height: 0;
        margin-bottom: 5px; /* 下部の隙間を小さく */
    }
}

/* スマートフォンより小さいデバイス用のスタイル */
@media (max-width: 480px) {
    .advantage_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .advantage_item {
        width: 48%; /* 480px以下でも2つずつ並ぶ */
        margin-bottom: 5px; /* 下部の隙間を小さく */
    }
}

/* トップページの見出しサイズ指定 */
@media (min-width: 768px) {
  .responsive-image {
    width: 70%;
  }
}
}