@charset "utf-8";


 Theme Name: 北九州ダイハツ販売株式会社
 Description: 北九州ダイハツ販売株式会社 ONLY
 Theme URI:  テーマの URL
 Author: CUBIC-DESIGN
 Author URI:  https://www.cub-d.com
 Version: 2.0
 License: (c)CUBIC・DESIGN
 License URI: https://www.cub-d.com


/* CSS Document */

/*******　角丸のCSS　**********************************************
/*	  border-radius: 10px;        /* CSS3草案 */  
/*    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 10px;   /* Firefox用 */ 
/*****************************************************************/

/***************************************************************
/*****共通部分のスタイル
/****************************************************************/
/* 画面の表示に関するCSS */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html,body{
    width: 100%;
}

/* -終わり-　画面の表示に関するCSS */

.clear_fix:after {
	 content:".";
	 display: block;
	 height: 0px;
	 clear: both;
	 line-height: 0;
	 visibility: hidden;
}

.clear {
	line-height: 0px;
	background-color: #00FFFf;
	clear: both;
	height: 0px;
	visibility: hidden;
}

body {
	font-size: 16px;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3 {
	font-weight: normal;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center,
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.wf-mplus1p {
	font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 641px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}

@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

b, strong {
   font-weight: normal;
}

i, em {
   font-style: normal;
}

.fadein {
    opacity: 0;
    /*transform: translate(0,0);　モーダル使用時位置の基準がおかしくなるため*/
    transition: all 1.5s;
}

.fadein-left {
    transform: translate(-30px,0);
}

.fadein-right {
    transform: translate(30px,0);
}

.fadein-up {
    transform: translate(0,-30px);
}

.fadein-bottom {
    transform: translate(0,30px);
}

.scrollin {
    opacity: 1 !important;
    /*transform: translate(0, 0) !important;　モーダル使用時位置の基準がおかしくなるため*/
}

/****************************************************************
/* headerに関するCSS */
body.home header {
	height: 86px;
}

body:not(.recruit, .recruit_seibishi) #header_box {
    height: 86px;
    width: 100%;
    position: relative;
    z-index: 11;
    box-sizing: border-box;
    background-color: #FFF;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #DE2727;
}

.top_menu {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
}

.header_logo {
	float: left;
	box-sizing: border-box;
	padding-top: 7%;
	padding-left: 10px;
	transition: .3s;
}

.header_logo:hover {
	transform: scale(1.025);
}

.header_logo > a > img {
	width: 70%;
	height: auto;
}

#header_box nav,
#header_box_scroll nav {
	width: 100%;
	position: relative;
	z-index: 10;
	float: right;
}

#header_box nav > ul,
#header_box_scroll nav > ul {
	list-style-type: none;
	box-sizing: border-box;
	padding-top: 0px;
}

#header_box nav > ul > li:not(:last-child),
#header_box_scroll nav > ul > li:not(:last-child) {
	box-sizing: border-box;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

label {
	position: fixed;
	z-index: 1000;
	transition: top 0.3s ease;
}

#header_box nav > ul > li > a,
#header_box_scroll nav > ul > li > a {
	display: none;
}

#header_box nav > ul > li > a::after,
#header_box_scroll nav > ul > li > a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #DE2727;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#header_box nav > ul > li a:hover::after,
#header_box_scroll nav > ul > li a:hover::after {
	transform: scale(1, 1);
}

#header_box nav > ul > li span,
#header_box_scroll nav > ul > li span {
	display: block;
	font-size: 13px;
	color: #FFF;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 100;
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
#header_box .drawer_open {
	display: flex;
	height: 66px;
	width: 66px;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 8px; /* 初期位置 */
	right: 8px;
	z-index: 1000;/* 重なり順を一番上にする */
	transition: top 0.3s ease;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #DE2727;
	border: 1px solid #FFF;
}

.drawer_open p {
    margin-top: 38px;
    font-size: 10px;
	color: #FFF; /* 好きな初期色でOK */
	transition: color 0.3s ease;
}

.drawer_hidden:checked ~ .drawer_open p {
	color: white;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 32px;
	border-radius: 3px;
	background: #FFF;
	transition: 0.5s;
	position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 11px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 0px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になるように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: white;
}

#drawer_input:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: white;
}
  
/* メニューのデザイン*/
.nav_content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    bottom: 100%;
    right: 0%;
    z-index: 99;
    background-color: #DE2727;
    transition: .5s;
}

.nav_content a > img {
	display: none;
	box-sizing: border-box;
	height: 62px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
	transition: .3s;
}

.nav_content a > img:hover {
    transform: scale(1.025);
}

.nav_content > ul {
    padding: 9px 20px 0;
}

.nav_contentt ul li {
    list-style: none;
}

.nav_content ul li a {
    display: block;
    width: 80%;
	height: 100%;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    position: relative;
    transition: .3s;
	line-height: 44px;
	letter-spacing: 0.5px;
}

.nav_content ul li a:hover {
    color: #000;
}

.nav_content ul li a::after {
    display: none;
}

.nav_list > a {
	display: block;
    font-size: 14px;
    color: #FFF;
	text-decoration: none;
    transition: .3s;
    line-height: 1.1;
}

.nav_list > a:hover {
    color: #000;
}

.nav_list > a:first-of-type {
	display: block;
	margin-bottom: 6px;    
}

.nav_list > a:last-of-type {
	display: block;
	margin-bottom: 8px;    
}

.accordion_item {
	padding-top: 1px;
}

.menu_tel {
	width: 240px;
	color: #000!important;
	background-color: #FFF;
	padding: 5px;
	transition: all .3s;
}

.menu_tel:hover {
	transform: scale(0.95,0.95);
}

.menu_tel p {
	padding-left: 1em;
	font-size: 20px!important;
	font-weight: bold;
}

.menu_tel::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 20px;
	background-image: url(images/tel_icon.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 3px;
}

.red_tel {
	color: #DE2727;
}

.blue_tel {
	color: #3070B7;
}

/* summary の見た目 */
details summary {
	cursor: pointer;
	list-style: none;
	color: white;
	border-bottom: 1px solid #FFF;
	position: relative;
	height: 50px;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

/* + の表示（初期状態） */
details summary::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #FFF;
}

/* 開いているときは − に変更 */
details[open] summary::after {
	content: '−';
}

details[open] summary {
	color: #00bcd4;
}

/* 初期状態：閉じてるときは高さ0・非表示 */
.accordion_content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 0;
}

/* 開いた時（親のdetailsがopen状態） */
details[open] .accordion_content {
	max-height: 500px; /* 中身に合わせて調整。でかめに取ってOK */
	padding: 0.5rem 0;
}

.nav_midashi {
	height: 50px;
	border-bottom: 1px solid #FFF;
}

details ul {
    list-style-type: none;
}

details ul li {
    letter-spacing: 0px;
    padding-left: 0.5em;
}

details ul li a {
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
}

.mobile_tel {
	display: none;
}

/* メニュー黒ポチを消す */
.nav_list {
	list-style: none;
	font-size: 14px;
}

.nav_item {
	margin-bottom: 1%;
}

.nav_list > ul {
    padding-top: 6px;
    list-style: none;
    margin-bottom: 16px;
}

.nav_list > ul > li > a {
	font-size: 12px;
	line-height: 32px!important;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
	bottom: 0;/* メニューを画面に入れる */
}

/********スクロール時********************************/
.top_menu_low {
	box-sizing: border-box;
	width: 100%;
	height: 85px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DE2727;
  
/*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
}

.top_menu_low {
	opacity: 1;
	visibility: visible;
}

/*このクラスが付与されると表示する*/
.menu_active{
	opacity: 1;
	visibility: visible;
}

#header_box_scroll {
	width: 100%;
    z-index: 1;
}

#header_box_scroll .header_logo a img {
	width: 75%;
	height: auto;
}

#header_box_scroll .header_catch {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    width: 20%;
}

#header_box_scroll .header_catch img {
	width: 100%;
	height: auto;
}

body:not(.recruit, .recruit_seibishi) #main_box {
    width: 100%;
    margin-bottom: 5%;
    background-color: #000;
    position: relative;
}

body:not(.recruit, .recruit_seibishi) #main_box::after {
	content: '';
	display: block;
	width: 100%;
	background-image: url(images/mainbox_border.jpg);
	background-repeat: repeat-x;
	height: 30px;
	position: absolute;
	bottom: 0px;
}

.slider_and_banner {
    margin-right: auto;
    margin-left: auto;
	position: relative;
	z-index: 1;
}

/* PC専用 */
@media screen and (max-width: 767px) {
  .top_slider { display: none; }
}

/* モバイル専用 */
@media screen and (min-width: 768px) {
  .top_slider_sp { display: none; }
}

.top_slider_sp {
    width: 100%;
    box-sizing: border-box;
    object-fit: cover;
}

.top_slider_sp img {
    width: 100%!important;
    height: auto!important;
}

div#n2-ss-4 .n2-style-3d961dfd3d33673d1b1f931a85fb570d-dot.n2-active, div#n2-ss-4 .n2-style-3d961dfd3d33673d1b1f931a85fb570d-dot:HOVER, div#n2-ss-4 .n2-style-3d961dfd3d33673d1b1f931a85fb570d-dot:FOCUS {
	background-color: #DE2727!important;
}

.top_side_banner {
	display: none;
}

/* -終わり- headerに関するCSS */

/****************************************************************
/* contentに関するCSS */
article {
	display: block;
	width: 100%;
}

/****************************************************************
/* footerに関するCSS */

.tel_box {
	width: 100%;
	list-style-type: none;
	margin-bottom: 15%;
}

.tel_box li {
	height: 100px;
	box-sizing: border-box;
}

.tel_box li a {
    display: block;
    text-decoration: none;
	box-sizing: border-box;
    height: 100px;
}

.footer_red_bg {
	background-color: #DE2727;
	transition: .3s;
}

.footer_red_bg:hover {
	background-color: #E68640;
}

.footer_blue_bg {
	background-color: #3070B7;
	transition: .3s;
}

.footer_blue_bg:hover {
	background-color: #30abb7;
}

.free_dial {
	position: relative;
}

.free_dial div {
	height: 100px;
	width: 100%;
}

.free_dial p {
    width: 40%;
    font-size: 16px;
    color: #FFF;
    line-height: 1.3;
    margin-left: 3%;
    padding-top: 3%;
}

.free_dial span {
	width: 60%;
    font-size: 32px;
    color: #FFF;
    line-height: 1.0;
	margin-left: 3%;
}

.free_dial img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100px;
    width: auto;
}

.gosoudan {
	position: relative;
}

.gosoudan div {
	height: 100px;
	width: 100%;
}

.gosoudan p {
	width: 50%;
	font-size: 16px;
	color: #FFF;
	line-height: 1.3;
	margin-left: 3%;
	padding-top: 3%;
}

.gosoudan span {
	width: 60%;
    font-size: 32px;
    color: #FFF;
    line-height: 1.0;
	margin-left: 3%;
}

.gosoudan img {
	position: absolute;
	right: 0px;
	bottom: -10px;
	height: 100px;
	width: auto;
}

footer {
	box-sizing: border-box;
}

.footer_wrap {
	background-color: #DDD;
	box-sizing: border-box;
	position: relative;
}

.footer_top_area {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 15px;
	position: relative;
	color: #000;
}

.footer_top_area_left > img {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.footer_top_area_left a {
	transition: .3s;
	display: inline-block;
	text-decoration: none;
}

.footer_top_area_left a img {
	transition: .3s;
	width: auto;
	height: auto;
	transform-origin: left bottom;
}

.footer_top_area_left a img:hover {
	transform: scale(1.025);
	transform-origin: left bottom;
}

.footer_top_area_left > a > img {
	width: 100%;
	height: auto;
}

.poyoyon {
  animation: poyoyon 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

.footer_top_area_left dl {
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 20px;
	list-style: none;
	width: 100%;
	padding-left: 5px;
	box-sizing: border-box;
}

.footer_top_area_left dl dt {
	box-sizing: border-box;
	display: block;
}

.footer_top_area_left dl dt span {
	display: block;
}

.footer_top_area_left dl dd {
	box-sizing: border-box;
	display: block;
	color: #000;
	margin-bottom: 5%;
}

.footer_top_area_left dl dd a {
	color: #000;
	padding-top: 6px;
}

.footer_top_area_left dl dd a:hover {
	color: #DE2727;
}

.footer_top_area_right {
	display: none;
    font-size: 15px;
    margin-left: 90px;
    font-weight: bold;
}

.footer_top_area_right a {	
    text-decoration: none;
	color: #000;
	position: relative;
}

.footer_top_area_right a::after,
.footer_under_area ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #DE2727;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.footer_top_area_right a:hover::after,
.footer_under_area ul li a:hover::after {
    transform: scale(1, 1);
}

.l-footer__enLink {
    color: #000;
    font-weight: bold;
    font-style: normal;
    font-size: 19px;
    transition: color .3s ease;
	position: relative;
}

.l-footer__otherLink {
    position: relative;
	transition: color .3s ease;
}

.l-footer__otherList {
    display: block;
    color: #000;
    font-weight: bold;
    font-style: normal;
    font-size: 19px;
    transition: color .3s ease;
	list-style-type: none;
}

.l-footer__enLink::before,
.l-footer__otherLink::before {
	content: '';
	display: inline-block;
	background: #000;
	height: calc(tan(60deg) * 14px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.l-footer__enLink:hover::before,
.l-footer__otherLink:hover::before {	
	background: #DE2727;
}

.l-footer__list {
    list-style-type: none;
    margin-top: 18px;
    line-height: 2.5;
}

.l-footer__item {
    margin-bottom: 10px;
}

.l-footer__columnInner {
    display: flex;
}

.l-footer__otherItem {
	margin-bottom: 24px;
}

.footer_under_area {
	display: none;
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer_under_area ul {
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.footer_under_area ul li a {
	text-decoration: none;
	color: #000;
	position: relative;
}

.footer_copyright_area {
	box-sizing: border-box;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	background-color: #DE2727;
	height: 34px;
	position: relative;
}

.footer_copyright_area a {
	text-decoration: none;
	color: #FFF;
	transition: .3s;
}

.footer_copyright_area a:hover {
	color: #3070B7;
}

.footer_number_area {
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding-bottom: 5px;
	color: #666;
}

.footer_number_area a {
	text-decoration: none;
	color: #666;
	transition: .3s;
}

.footer_number_area a:hover {
	color: #295086;
}

.f_pagetop a {
    display: block;
    position: relative;
    padding-top: 29px;
    padding-bottom: 29px;
    transition: background-color .3s ease;
    background: #003786;
    text-align: center;
}

.f_pagetop a:hover {
    background: #0c2a55;
}

.l-footer__topButton {
    position: relative;
    width: 2.5vw;
    transition: transform .3s ease;
    text-align: center;
    display: inline-block;
}

.l-footer__topButton img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#top_arrow {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

#top_arrow a img{
	position: relative;
	top: 0;
}

#top_arrow a img:hover{
	top: -5px;
	transition: 0.3s;
}

/* -終わり- footerに関するCSS */

/***************************************************************
/*****トップページのスタイル
/****************************************************************/

.top_campaign {
	margin-bottom: 15%;
	display: block;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	filter: drop-shadow(5px 5px 5px rgb(100, 100, 100));
}　

.top_search_car {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15%;
}

.top_search_car h1 {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    margin-bottom: 24px;
}

.top_red_bg {
    background-color: #DE2727;
    padding-top: 5%;
    padding-bottom: 30px;
    margin-bottom: 10%;
}

.search_car_box {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.want_buy {
	background-image: url(images/want_buy_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin-bottom: 1%;
	text-decoration: none;
}

.want_buy div {
	display: flex;
	width: 100%;
	height: 140px;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	background-color: rgba(0,0,0,0.3);
	align-items: center;
	justify-content: center;
	transition: letter-spacing 0.3s;
}

.want_test_drive,
.online_quote,
.want_search_used_car {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.want_test_drive {
	background-image: url(images/test_drive_bg.jpg);
	margin-bottom: 1%;
}

.online_quote {
	background-image: url(images/online_quote_bg.jpg);
	margin-bottom: 1%;
}

.want_search_used_car {
	background-image: url(images/used_car_bg.jpg);
	margin-bottom: 1%;
}

.want_test_drive div,
.online_quote div,
.want_search_used_car div {
	display: flex;
	width: 100%;
	height: 100px;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	background-color: rgba(0,0,0,0.4);
	text-decoration: none;
	align-items: center;
	justify-content: center;
	transition: letter-spacing 0.3s;
}

.want_buy:hover {
	letter-spacing: 0.3em;
	filter: brightness(1.2);
}

.want_test_drive:hover,
.online_quote:hover,
.want_search_used_car:hover {
	letter-spacing: 0.1em;
	filter: brightness(1.1);
}

.support_and_other {
	list-style-type: none;
}

.support_and_other h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.top_support,
.top_other {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}

.top_support ul {
	box-sizing: border-box;
	background-color: #FFF;
	border: 3px solid #5BA9CF;
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;;
	filter: drop-shadow(5px 5px 5px rgb(100, 100, 100));
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_support ul li {
	width: 150px;
	height: 150px;
	font-size: 16px;
	paint-order: stroke;
	text-align: center;
	line-height: 250px;
	transition: .3s;
}

.top_support ul li a {
	display: block;
	height: 100%;
    width: 100%;
	text-decoration: none;
	color: #FFF;
	-webkit-text-stroke: 5px #5BA9CF;
	text-stroke: 5px #5BA9CF;
	paint-order: stroke;
}

.top_support ul li:hover {
	box-shadow: inset 5px 0 #DE2727, inset 0 5px #DE2727, inset -5px 0 #DE2727, inset 0 -5px #DE2727;
	border-radius: 15px;
}

.top_tenken {
    background-image: url(images/top_tenken_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.top_after {
    background-image: url(images/top_after_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.top_other ul {
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background-color: #FFF;
    border: 3px solid #FFAD5B;
	list-style-type: none;
	display: flex;
    justify-content: space-evenly;;
	filter: drop-shadow(5px 5px 5px rgb(100, 100, 100));
	color: #FFF;
}

.top_other ul li {
	width: 150px;
	height: 150px;
	font-size: 16px;
	paint-order: stroke;
	text-align: center;
	line-height: 250px;
	transition: .3s;
}

.top_other ul li a {
	display: block;
	height: 100%;
    width: 100%;
	text-decoration: none;
	color: #FFF;
	-webkit-text-stroke: 5px #FFAD5B;
	text-stroke: 5px #FFAD5B;
	paint-order: stroke;
}

.top_other ul li:hover {
	box-shadow: inset 5px 0 #DE2727, inset 0 5px #DE2727, inset -5px 0 #DE2727, inset 0 -5px #DE2727;
	border-radius: 15px;
}

.top_shop {
    background-image: url(images/top_shop_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.top_contact {
    background-image: url(images/top_contact_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.top_news_calendar {
	width: 100%;
	background-image: url(images/news_calendar_border.jpg);
	background-repeat: repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 15%;
}

.top_news_calendar_box {
	list-style-type: none;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.top_news_calendar_box > li {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 5%;
}

.top_news_calendar_box > li h2 {
    text-align: center;
    line-height: 1.0;
}

.topics_ichiran {
	list-style-type: none;
	margin-bottom: 10%;
}

.topicslist {
    margin-right: auto;
    margin-left: auto;
    height: 130px;
    box-sizing: border-box;
    padding-top: 34px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #676759;
    position: relative;
}

.topicslist a {
    text-decoration: none;
	transition: .5s;
}

.topicslist a:hover .topics_date,
.topicslist a:hover .topics_title {
	color: #3070B7;    
}

.topicslist a:hover .topics_more {
	background-color: #3070B7;
}

body.home .thumbnail-image {
	height: 80px;
	width: 120px;    
}

.topics_img {
    float: left;
    margin-right: 15px;
}

.topics_date {
	font-size: 14px;
	color: #000;
}

.topics_title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.topics_more {
	font-size: 14px;
	color: #FFF;
	background-color: #DE2727;
	width: 51px;
	text-align: center;
	line-height: 18px;
	box-sizing: border-box;
	position: absolute;
	right: 5px;
	bottom: 15px;
}

.top_ichiran_button {
    display: block;
    background-color: #DE2727;
    height: 60px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
	transition: .3s;
}

.top_ichiran_button:hover {
    transform: scale(1.025);
}

.top_more_topics {
	font-size: 20px;
	color: #FFF;
}

/****営業カレンダー****/

.wpsbc-container[data-columns] .wpsbc-calendars {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
    float: none!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    box-sizing: border-box!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
    padding: 25px!important;
    background: #FFF!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
    border: none!important;
    background: #fff;
    margin-bottom: 0!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next, .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev {
    background: #FFF!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev .wpsbc-arrow {
    border-color: transparent #000 transparent transparent!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next .wpsbc-arrow {
    border-color: transparent transparent transparent #000!important;
}

.wpsbc-calendar {
    min-width: 100%!important;
    max-width: 100%!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar-wrapper {
    padding: 0px!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td, .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr th {
	font-size: 22px!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td, .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr th {
	padding: 1px!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number {
	font-size: 18px!important;
	font-weight: bold;
}

.wpsbc-date-inner {
	height: 27px!important;
    line-height: 27px!important;
	margin-bottom: 22px;
}

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
    background-color: #FFF!important;
}

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
    background-color: #F29B9F!important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap {
    background: #FFF!important;
}

.kyugyo {
    margin: 0;
    font-size: 18px;
    line-height: 120%;
    text-align: left;
    margin-bottom: 10px;
}

.kyugyo span.boxholiday {
    background-color: #F29B9F!important;
    padding-left: 50px!important;
    margin-right: 12px!important;
    display: inline-block;
	font-size: 18px;
    height: 27px;
}

.caution_holiday {
    font-size: 15px;
	padding-left: 1em;
	text-indent: -1em;
}

.holiday_detail {
    border: 2px solid #3070B7;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 10px;
	box-shadow: 12px 12px 0px 0 rgb(242, 155, 159);
}

.holiday_detail p {
	line-height: 1.4;
}

/* -終わり- 営業カレンダーに関するCSS */

.top_recruit_box {
	list-style-type: none;
	margin-bottom: 20%;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.top_recruit_box li {
    margin-bottom: 20px;
	filter: drop-shadow(rgb(100, 100, 100) 5px 5px 5px);	
}

.top_recruit_box li a img {
    width: 100%;
    vertical-align: middle;
	transition: all .3s ease-in-out;
}

.top_recruit_box li a img:hover {
    transform: scale(1.015);
}

/***************************************************************
/*****下層全般のスタイル
/****************************************************************/
.eyecatch {
	width: 100%;
	background-color: #DE2727;
	margin-bottom: 10%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DE2727;
	margin-bottom: 3px;
}

.eyecatch_box {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.eyecatch_box img {
	width: 100%;
	height: auto;
}

.eyecatch_title_box {
    position: absolute;
    top: 45%;
    left: 0;
    padding: 0 10px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    box-sizing: border-box;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-indent: 0.5em;
    background-color: #FFF;
}

.pankuzu_box {
	width: 100%;
	min-height: 30px;
	box-sizing: border-box;
	background-image: url(images/low_border.jpg);
	background-repeat: repeat;
	margin-bottom: 15%;
}

.pankuzu {
    box-sizing: border-box;
    font-size: 12px;
    color: #525252;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.pankuzu a {
    line-height: 1.1;    
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #525252;
	font-weight: bold;
	transition: 0.3s;
}

.pankuzu a:hover {
    color: #de2727;
}

.pankuzu span {
	margin-left: 0.5em;
	position: relative;
	margin-right: 0.5em;
}

/***************************************************************
/*****店舗一覧ページのスタイル
/****************************************************************/

.shop_list {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15%;
}

.shop_list h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.shop_list_box {
	list-style-type: none;
}

.shop_list_box > li {
    border: 2px solid #DE2727;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #FDF4F4;
}

.shop_list_box > li img {
	height: auto;
	width: 67%;
	margin-right: auto;
	margin-left: auto;
}

.shop_list_box > li > ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.shop_list_box > li > ul li {
	background-color: #DE2727;
	height: 41px;
	box-sizing: border-box;
	color: #FFF;
	margin-bottom: 5px;
}

.full {
    width: 100%;
    text-align: center;
    line-height: 41px;
	position: relative;
}

.full::after {
    content: '';
    display: inline-block;
    background: #FFF;
    height: calc(tan(60deg) * 18px / 2);
    width: 13px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.full a {
    text-decoration: none;
	color: #FFF;
	display: block;
	transition: .3s;
}

.full a:hover {
	background-color: #000;
}

.half {
	width: 49%;
	text-align: center;
    line-height: 41px;
	position: relative;
}

.half::after {
    content: '';
    display: inline-block;
    background: #FFF;
    height: calc(tan(60deg) * 18px / 2);
    width: 13px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.half a {
    text-decoration: none;
	color: #FFF;
	display: block;
	transition: .3s;
}

.half a:hover {
	background-color: #000;
}

.shop_info span {
    font-size: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DE2727;
    display: block;
    padding-bottom: 5px;
}

.shop_info p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5%;
}

.shop_info a {
	text-decoration: none;
	color: #000;
	transition: .3s;
}

.shop_info a:hover {
	color: #de2727;	
}

.two_button {
	align-content: space-around!important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.another_link {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 25%;
}

.another_link img {
	width: 100%;
	height: auto;
}

.another_link dt {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
}

.another_link dd {
	transition: all .3s;
	margin-bottom: 5%;
}

.another_link dd:hover {
    transform: translateY(-2px);
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/***************************************************************
/*****会社概要ページのスタイル
/****************************************************************/

.company_information {
	margin-bottom: 15%;
}

.company_information h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.company_overview {
    box-sizing: border-box;
    position: relative;
}

.company_overview dt {
    color: #FFF;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    background-color: #DE2727;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #888;
	padding-left: 3%;
}

.company_overview dd {
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 3%;
	padding-right: 3%;
    font-size: 16px;
    color: #000;
    text-align: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #888;
}

.company_information h1 {
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}

.company_overview dd ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.company_overview dd ul li {
    width: 50%;
}

.company_overview dt:last-of-type {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
}

.company_overview dd:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #888;
}

.information_box {
    margin: 0 auto;
    box-sizing: border-box;
	margin-bottom: 15%;
}

.information_box h1 {
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}

.history_midashi {
    display: flex;
    padding-top: 10px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #888;
}

.development {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DE2727;
}

.development dt {
	padding-top: 20px;
	padding-left: 10px;
	position: relative;
	color: #DE2727;
}

.development dt::before {
    content: "●";
    font-size: 5px;
	position: absolute;
	top: 30px;
	left: -3px;
}

.development dd {
	padding-left: 15px;
}

.development dd:last-child {
	padding-bottom: 20px;
}

.history_picture {
    width: 100%;
    padding-top: 5%;
    box-sizing: border-box;
	display: flex;
    justify-content: flex-end;
}

.history_picture img {
    padding-bottom: 20px;
    height: auto;
    width: 67%;
}

.president_message {
    margin: 0 auto;
    box-sizing: border-box;
	margin-bottom: 25%;
}

.president_message h1 {
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
}

.message_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.message_box_left > img {
	height: auto;
	width: 100%;
}

.message_box_left ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    margin-bottom: 16px;
    justify-content: flex-end;
}

.message_box_left h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
	padding-left: 3%;
    margin-bottom: 10%;
}

.president_profile {
    padding-top: 10px;
    width: 240px;
}

.president_profile p {
	font-size: 14px;
	line-height: 1.4;
}

.president_profile span {
	font-size: 26px;
	font-weight: 700;
	float: right;	
}

.message_box_right {
	width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.info_link_box {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	margin-bottom: 15%;
}

.info_link_box li {
    transition: all .3s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px;
	margin-bottom: 5px;
}

.info_link_box li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.info_link_box li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.info_link_box div {
	height: 130px;
	box-sizing: border-box;
	border: 2px solid #DE2727;
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	font-family: 'Noto Serif JP';
	text-align: center;
	padding: 15px;	
}

.info_link_box div::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url(images/red_triangle.png);
	position: absolute;
	top: 0;
	left: 0;
}

.info_link_box div span {
	line-height: 1.0;
	font-size: 30px;
	background: linear-gradient(transparent 74%, #FFB898 30%);
}

.csr {
	background-image: url(images/csr_bg.jpg);
	background-repeat: no-repeat;
}

.action_plan {
	background-image: url(images/action_plan_bg.jpg);
	background-repeat: no-repeat;
}

.access_map {
    width: 100%;
    background-image: url(images/news_calendar_border.jpg);
    background-repeat: repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25%;
    text-align: center;
}

.access_map h2 {
    margin-bottom: 10px;
}

.access_map iframe {
    width: 100%;
    height: 360px;
}

/***************************************************************
/*****CSR活動ページのスタイル
/****************************************************************/

.csr_box {
	width: 94%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 20%;
}

.csr_box h1 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10%;
}

.csr_box ul {
    list-style-type: none;
}

.csr_left {
	background-image: url(images/csr_left_bg.png);
	background-repeat: no-repeat;
	background-position: 500px 342px;
}

.csr_box ul img {
	width: 100%;
    height: auto;
}

.csr_left span {
	color: #DE2727;	
}

.csr_left h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding-top: 40px;
	background: linear-gradient(transparent 84%, #FFB898 30%);
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 24px;	
}

.csr_left p {
	font-size: 18px;
}

.mimamori_box {
	width: 94%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 25%;
}

.mimamori_box h1 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
}

.mimamori_box ul {
	list-style-type: none;
}

.mimamori_left img {
	width: 100%;
    height: auto;
}

.mimamori_right p {
	font-size: 18px;
	line-height: 2.0;
	margin-bottom: 25px; 
}

.mimamori_right a {
	display: block;
	padding-top: 20px;
}

.mimamori_right a img {
	position: relative;
	top: 0;
}

.mimamori_right a img:hover {
	top: -5px;
	transition: 0.3s;
}

.mimamori_right img {
	width: 100%;
    height: auto;
}

/***************************************************************
/*****一般事業主行動計画ページのスタイル
/****************************************************************/

.action_box {
	width: 94%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25%;
	position: relative;
}

.action_box h1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.action_title {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	margin-bottom: 34px;
}

.action_title ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
	margin-bottom: 36px;
}

.Table {
    width: 100%;
    border-spacing: 0;
    border-bottom: 1px solid #dedede;
    overflow: auto;
}

.Table th.Tabel__parentTh {
	background: #EEE url(images/img_table_border_parentth.jpg) no-repeat left top/8px 100%;
	width: 84px;
	padding: 10px;
}

.Table th {
    position: relative;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
}

.Table th, .Table td {
    position: relative;
    padding: 10px;
    letter-spacing: .03em;
    line-height: 1.7;    
}

.Table th::before, .Table td::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #dedede;
    top: 0;
    left: 0;
}

.Table td {
    text-align: left;
    vertical-align: middle;    
}

.Table td p {
	font-size: 18px;    
}

.red_bg {
	background-color: #FCE9E9!important;
}

.fist_pump {
	width: 15%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 55px;
}

.thumbs_up {
	width: 15%;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: -60px;
}

/***************************************************************
/*****車検・点検・整備についてページのスタイル
/****************************************************************/

.strengths {
	width: 94%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 135px;
    line-height: 1.5;
	text-align: center;
}

.strengths h1 {
    font-size: 26px;
    font-weight: 900;
    color: #000;
    text-align: left;
    margin-bottom: 2%;
}

.strengths > p {
    text-align: left;
    margin-bottom: 10%;
	line-height: 2.0;
}

.subtitle {
    color: #0F2B75;
    display: block;
    margin-bottom: 55px;
    text-align: center;
}

#tenken01, #tenken02, #tenken03 {
    padding-top: 70px;
    margin-top: -50px;
	min-height: 320px;
    display: flex;
    margin-bottom: 100px;
}

#tenken01, #tenken03 {
    justify-content: flex-start;
}

#tenken02 {
    justify-content: flex-end;
}

#tenken01, #tenken02, #tenken03 {
    position: relative;
}

.strengths h3 {
    height: 36px;
    line-height: 1.4;
    border-left: 20px solid #DE2727;
    margin-bottom: 5%;
    padding-left: 17px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.05em;
	text-align: left;
}

.box span {
	color: #B20000;    
}

.box p {
    font-weight: bold;
    font-size: 15px;
    line-height: 2.0;
    text-align: left;
}

.strengths .hako {
    width: 100%;
    padding: 15px 30px;
    border: 1px solid #bbb;
    margin-top: 40px;
	box-sizing: border-box;
}

#tenken01 {
	background-image: url(images/tenken_photo01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 330px;
}

#tenken01 img {
	width: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	bottom: 300px;
}

#tenken02 {
	background-image: url(images/tenken_photo02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 330px;
}

#tenken02 img {
	width: 60%;
	position: absolute;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	bottom: 300px;
}

#tenken03 {
	background-image: url(images/tenken_photo03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 330px;
}

#tenken03 img {
	width: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	bottom: 300px;
}

.vehicle_inspection {
	margin-bottom: 10%;
	background-image: url(images/inspection_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

.vehicle_inspection h1 {
	font-size: 30px;
    font-weight: 900;
    color: #000;
    text-align: left;
	padding-left: 20px;
    margin-bottom: 40px;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.vehicle_inspection h2 {
	display: block;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.6);
}

.inspection_caution {
	width: 94%;
    margin-right: auto;
    margin-left: auto;
	border: 2px solid #DE2727;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15%;
}

.price_list {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 5%;
}

.inspection_price_list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	overflow: auto;
}

.inspection_price_list li {
	margin-bottom: 10%;
}

.price_caution {
    width: 100%;
    background-image: url(images/news_calendar_border.jpg);
    background-repeat: repeat;
    padding: 3%;
	box-sizing: border-box;
    margin-bottom: 25%;
}

.price_caution_text {
	background-color: #FFF;
	color: #DE2727;
	box-sizing: border-box;
	padding: 10px;
}

.price_caution_text p {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}

/***************************************************************
/*****アフターサービスページのスタイル
/****************************************************************/

.about_afterservice {
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: 25%;
    background-image: url(images/main_service_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.about_afterservice h1 {
	font-size: 29px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.about_afterservice > ul {
	width: 94%;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 86px;
    list-style-type: none;
}

.about_afterservice > ul li img {
    width: 70%;
	margin-right: auto;
    margin-left: auto;
	height: auto;
}

.about_after_left {
	margin-bottom: 5%;
}

.about_afterservice h2 {
	font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.support_main {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
}

.support_main img {
	width: 100%;
	height: auto;
}

.about_afterservice > span {
    text-shadow: 3px 3px 10px #FFF ,
	-3px 3px 10px #FFF ,
	3px -3px 10px #FFF ,
	-3px -3px 10px #FFF;
    display: block;
    line-height: 1.6;
	width: 94%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

.main_service {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
	border: 3px solid #DE2727;
	box-sizing: border-box;
	background-image: url(images/ok.png);
	background-repeat: no-repeat;
	background-position: right 26px bottom 0px;
	background-color: #FFF;
	padding-bottom: 170px;
}

.main_service h3 {
	width: 100%;
	line-height: 40px;
	box-sizing: border-box;
	background-color: #DE2727;
	color: #FFF;
	text-align: center;
}

.main_service p {
	padding: 10px;
}

.kaiteki {
	display: block;
	font-size: 22px;
	font-weight: 900;
}

/***************************************************************
/*****プライバシーポリシーページのスタイル
/****************************************************************/

.privacy_text {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;	
	margin-bottom: 25%;
}

.privacy_text h1 {
	font-size: 22px;
	color: #DE2727;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.privacy_text_box {
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

.privacy_text_box:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -2px;
    width: 100%;
    height: 2px;
    background-color: #DDD;
}

.privacy_text_box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 40px;
    height: 2px;
    background-color: #DE2727;
}

.privacy_text h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 4px;
    line-height: 1.3;
}

.privacy_text_box ul {
	padding-top: 30px;
	list-style-type: none;
	padding-left: 1em;
}

.privacy_text_box ul li {
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

.privacy_text_box a {
    text-decoration: none;
    color: #3070B7;
    font-size: 11px;
}

.provided {
	border: 1px solid #DE2727;
	box-sizing: border-box;
	list-style-type: none;
	margin-top: 15px;
	padding: 15px;
	text-indent: 0!important;
}

.disclosure_request {
    padding-top: 15px;
    line-height: 2.0;
}

.disclosure_request dt {
    margin-bottom: 20px;
}

.disclosure_request dd {
    padding-left: 1em;
	margin-bottom: 15px;
}

.conclusion {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.conclusion_box {
    text-align: right;
}

.conclusion p {
    text-align: left;
}

.conclusion span {
    display: block;
    text-align: right;
}

/***************************************************************
/*****セキュリティポリシーページのスタイル
/****************************************************************/

.security_text {
	font-size: 14px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25%;
}

.security_text h1 {
	font-size: 24px;
	color: #3070B7;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.security_text_box {
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

.security_text_box:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -2px;
    width: 100%;
    height: 2px;
    background-color: #DDD;
}

.security_text_box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 40px;
    height: 2px;
    background-color: #3070B7;
}

.security_text h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
}

.security_text_box ul {
	padding-top: 30px;
	list-style-type: none;
	padding-left: 1em;
}

.security_text_box ul li {
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

.security_text_box a {
	text-decoration: none;
	color: #3070B7;
}

.principle {
	padding-top: 15px;
	line-height: 2.0;
	padding-left: 1em;
}

.principle dt {
    margin-bottom: 20px;
}

.principle dd {
    padding-left: 1em;
	margin-bottom: 15px;
}

/***************************************************************
/*****勧誘方針ページのスタイル
/****************************************************************/

.solicitation_text {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 65px;
	background-color: #FFF;
}

.solicitation_box {
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: 3px solid #DE2727;
	position: relative;
}

.solicitation_box::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(images/red_triangle.png);
    position: absolute;
    top: 0;
    left: 0;
}

.solicitation_box::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 7px;
	z-index: -1;
	background-color: #DE2727;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DE2727;
}

.solicitation_text h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.solicitation_text h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
}

.solicitation_text ul {
	font-size: 14px;
	list-style-type: none;
	padding-left: 1em;
}

.solicitation_text ul li {
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

.navigation_text {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25%;
	background-color: #FFF;
}

.navigation_box {
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: 3px solid #3070B7;
	background-color: #FFF;
	position: relative;
}

.navigation_box::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(images/blue_triangle.png);
    position: absolute;
    top: 0;
    left: 0;
}

.navigation_box::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 7px;
	z-index: -1;
	background-color: #3070B7;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3070B7;
}

.navigation_text h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.navigation_text h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.navigation_text dl {
	font-size: 14px;
	list-style-type: none;
	padding-left: 1em;
}

.navigation_text dl dt {
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

.navigation_text dl dd {
	margin-bottom: 20px;
	padding-left: 1em;
}

.navigation_text p {
	font-size: 14px;
	padding-left: 2em;
	margin-bottom: 20px;
}

.navigation_conclusion {
	font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
	margin-bottom: 20px;
}

.navigation_conclusion_box {
    width: 215px;
    text-align: right;
}

/***************************************************************
/*****所有権解除についてページのスタイル
/****************************************************************/

.release_ownership {
	font-size: 14px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25%;
}

.release_ownership h1 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
}

.release_ownership p {	
	margin-bottom: 50px;
}

.release_ownership h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	color: #3070B7;
}

.red_large_text_underline {
	font-size: 20px;
	color: #DE2727;
	text-decoration: underline;
	text-underline-offset: 8px;
}

.midashi_box {
	display: block;
	border-top: #DE2727 solid 4px;
	color: #FFF;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 24px;
	background-image: url(images/midashi_bg.jpg);
	background-repeat: repeat;
}

.release_ownership ul {
	list-style-type: none;
	line-height: 2.0;
	margin-bottom: 50px;
}

.release_ownership ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.red_text {
	color: #DE2727;
}

.blue_text {
	color: #3070B7;
}

.mb50 {
	display: block;
	padding-top: 20px;
	padding-bottom: 50px;
}

body.syoyu .Table {
	margin-bottom: 46px;	
}

body.syoyu .Table th.Tabel__parentTh {
	font-size: 16px;
}

.syoyu_download {
	display: block;
}

.release_ownership a img {
	display: block;
	padding-top: 10px;
	padding-bottom: 50px;
	position: relative;
	top: 0;
	height: auto;
	width: 100%;
}

.release_ownership a img:hover {
    top: -5px;
    transition: 0.3s;
}

.release_ownership a {
	color: #000;
	text-decoration: none;
	transition: .3s;
}

.release_ownership a:hover {
    color: #3070B7;
}

/***************************************************************
/*****採用情報(事務・営業)ページのスタイル
/****************************************************************/

body.recruit header {
	display: block;
	width: 100%;	
}

body.recruit #header_box {
	width: 100%;
	display: flex;
	z-index: 11;
	flex-wrap: wrap;
	position: fixed;
	background-color: white;
	box-sizing: border-box;
	height: 85px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DE2727;
}

body.recruit .header_logo {
	box-sizing: border-box;
	padding-top: 0px;
	transition: .3s;
	display:inline-block;
}

body.recruit .header_logo:hover {
	transform: scale(1.05);
}

body.recruit .header_catch {
	display: block;
    width: 33%;
    font-size: 1.5em;
    letter-spacing: 0.25em;
	padding-left: 15px;
	box-sizing: border-box;
}

body.recruit .recruit_top_banner {
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

body.recruit .recruit_top_banner li {
	width: 30%;
}

/******メインスライダー*******************************************/

body.recruit #main_box {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #DE2727;
    overflow: hidden;
    padding-top: 85px;
}

body.recruit .slide_wrap {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.slide_wrap .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slide_cover_s {
	position: absolute;
	top: 0% !important;
	left: -20%;
	-webkit-transform : translate(0%,0%) !important;
	transform : translate(0%,0%) !important;
	z-index: 1;
}

.slide_cover_e {
	position: absolute;
	top: 0% !important;
	right: -0.1%;
	left: inherit !important;
	-webkit-transform : translate(0%,0%) !important;
	transform : translate(0%,0%) !important;
	z-index: 1;
}

.acb {
    position: absolute;
    bottom: 8%;
    left: 2%;
    width: 90%;
    z-index: 1;
}

.recruit_scroll {
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 5%;
}

.sec_slide {
    margin-top: 3px;
    width: 100%;
    margin-bottom: 10%;
    overflow: hidden;
    position: relative;
}

.scroll{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

/***swiper用************************/
body.recruit .slider-thumbnail .swiper-slide {
	opacity: .5;
	transition: opacity .5s;
	width: calc(100% / 8);
}

body.recruit .slider-thumbnail .swiper-slide img {
	width: 100%;
	height: auto;
}

body.recruit .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

body.recruit .slider-thumbnail .swiper-wrapper {
	transition-timing-function: linear;
}

/* -終わり- headerに関するCSS */

/****************************************************************
/* contentに関するCSS */

.recruit_topics {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 93px;
	position: relative;
	box-sizing: border-box;
}

.recruit_topics h1 {
	font-size: 35px;
	font-weight: 900;	
}

.recruit_topics::before {
	content: '';
	width: 191px;
	height: 62px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #DE2727;
	border-right-color: #DE2727;
	position: absolute;
	top: 0px;
	right: 0px;
}

.recruit_topics::after {
	content: '';
	width: 191px;
	height: 62px;
	border-left-width: 5px;
	border-bottom-width: 5px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #DE2727;
	border-bottom-color: #DE2727;
	position: absolute;
	left: 0px;
	bottom: -26px;
}

.mynavi {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: .3s;
    width: 50%;
    height: auto;
}

.mynavi:hover {
	transform: scale(1.05);
}

.topics_line_box {
    margin-right: auto;
    margin-left: auto;
}

.topics_line_box dl {
	width: 90%;
	margin-right: auto;
	margin-left: auto;    
}

.topics_line_box dt {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 45px;
    position: relative;
}

.topics_line_box dd {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-size: 16px;
	color: #272727;
	text-align: left;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background-image: url(images/topics_triangle.png);
	background-repeat: no-repeat;
	background-position: 826px 36px;
}

.topics_line_box dd a {
    text-decoration: none;
    color: #272727;
    display: block;
	transition: .3s;
}

.topics_line_box dd a:hover {
    color: #DE2727;
}

.recruit_message {
	width: 100%;
	background-color: #444;
	margin-bottom: 15%;
}

.recruit_message_box {
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 17px;
    color: #FFF;
}

.recruit_message_box h1 img {
	width: 70%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.recruit_message_text {
	font-size: 17px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}

.recruit_message_text p {
	padding-top: 5%;
}

.call {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 2.3px;
    line-height: 1.4;
}

.recruit_message_text p span {
	font-size: 30px;
}

.recruit_message_picture {
	width: 100%;
	height: auto;
}

.recruit_voice {
	background-image: url(images/news_calendar_border.jpg);
	background-repeat: repeat;
	width: 100%;
	box-sizing: border-box;
	padding-top: 5%;
	margin-bottom: 15%;
}

.recruit_voice h1 {
    display: block;
    margin-bottom: 5%;
}

.recruit_voice h1 img {
	width: 50%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.recruit_voice h2 {
    background-color: #FFF;
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    color: #D81919;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
}

.staff_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: auto;
    margin-left: auto;
}

.staff_list li {
	display: block;
	box-sizing: border-box;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	transition: 0.7s all;
	border: 14px solid #FFF;
}

.staff_list li > img {
	width: 100%;
	height: auto;
	max-width: 341px;
	max-height: 254px;
	transition: 0.7s all;
	overflow: hidden;
}

.staff_list li:hover > img {
	transform: scale(1.1,1.1);
}

.staff_list li .staff_title {
    display: block;
    background-color: #DE2727;
    color: #FFF !important;
    font-size: 20px;
    font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    padding: 7px;
    line-height: 100%;
    position: absolute;
    z-index: 2;
    transition: 0.7s all;
    left: 0px;
    bottom: 72px;
}

.staff_list li .name {
	display: block;
	background-color: #FFF;
	font-size: 19px;
	font-weight: 800;
	color: #333 !important;
	text-align: right;
	box-sizing: border-box;
	line-height: 86px;
	position: relative;
	z-index: 1;
	transition: 0.7s all;
	letter-spacing: 0.1em;
}

.staff_list li .name span {
    font-size: 30px;
    font-weight: 900;
    margin-left: 24px;
}

/***モーダル設定****************/

.modal {
	padding: 200px 0;
}

.inner {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0 20px;
}

/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}

/*.modal__trigger:nth-child(n + 2) {
  margin-top: 60px;
}*/

/* モーダル本体 */
.modal__wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.modal__layer {
	height: 100%;
	background: rgba(222, 39, 39, .4);
	cursor: pointer;
}

.modal__container {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(calc(100% - 40px), 1000px);
    height: calc(100% - 110px);
    padding: 80px 10px 10px 10px;
    background: #fff;
    box-sizing: border-box;
}

.modal__inner {
	position: relative;
	overflow-y: scroll;
	height: 88%;
}

/* モーダルを閉じるボタン */
.modal__close {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 44px;
	height: 44px;
	background: rgba(222, 39, 39, 1);
	cursor: pointer;
	transition: opacity .6s;
	color: #fff;
}

.modal__close:not(.posi2) {
	border-radius: 50%;
}

.modal__close.posi2 {
    top: 90% !important;
    right: inherit !important;
    left: 10px;
    background: rgba(222, 39, 39, 1);
    width: 150px;
    height: 44px;
    border-radius: 7px;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.modal__close.posi2 span {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    padding-left: 43%;
}

.modal__close.posi2 span::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: #FFFFFF solid 3px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.modal__close.posi2:before,
.modal__close.posi2:after {
	position: absolute;
	top: 50%;
	left: 14%;
	width: 14px;
	height: 3px;
	background: #fff;
	content: '';
}

.modal__close:hover {
	opacity: .6;
}

.modal__close:before,
.modal__close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	background: #fff;
	content: '';
}

.modal__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close .maru {
    border: #FFFFFF solid 3px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 65%;
}

/* モーダル内のコンテンツ */

.modal__photo img {
	width: 100%;
	height: auto;
}

.modal__data {
    box-sizing: border-box;
}

.modal__title {
    color: #DE2727;
    font-weight: 500;
    font-size: 1.1em;
}

.modal__name {
	font-family: "Noto Serif JP", serif;
	font-size: 2.5em;
	font-weight: 800;
	line-height: 1.3em;
}

.modal__text {
    margin-top: 20px;
    line-height: 2;
    font-size: 1.06em;
    padding-bottom: 50px;
    border-bottom: #2092D8 solid 1px;
}

dl.staff_data {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

dl.staff_data dt {
	color: #DE2727;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #2092D8 solid 1px;
}

dl.staff_data dd {
	font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 1em;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #2092D8 solid 1px;
}

.red_circle {
	color: #DE2727;
}

.scroll_text,
.blue_down {
	display: none;
}

.recruit_question {
	width: 100%;
	box-sizing: border-box;
	padding-top: 5%;
	padding-bottom: 1%;
	margin-bottom: 15%;
	background-color: #DE2727;
}

.recruit_question h1 {
    display: block;
    height: 111px;
    margin-right: auto;
    margin-left: auto;
}

.recruit_question h1 img {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.recruitment_requirements {
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 15%;
}

.recruitment_requirements h1 {
	display: block;
	width: 100%;
	margin-bottom: 5%;
}

.recruitment_requirements h1 img {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.recruitment_container {
	box-sizing: border-box;
    position: relative;
    line-height: 2.0;
}

.recruitment_container dt {
    color: #FFF;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 18px;
	padding-left: 3%;
    margin-right: 0px;
    font-size: 16px;
	line-height: 1.5;
    background-color: #555;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

.recruitment_container dd {
	width: 94%;
	margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    color: #333;
    text-align: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

.recruitment_container dd:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.entry {
	line-height: 1.9;
	text-align: left;
	margin-bottom: 25%;
}

.entry h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #DE2727;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DE2727;
    line-height: 1.2;
}

.entry > h2 {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: 19px;
	color: #868686;
	margin-bottom: 2%;
}

.contact_text {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
	
.inquiry th,.inquiry td {
 display: block!important;
 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;
}}

.inquiry {
	text-align: center;
	margin-bottom: 3%;
	border-collapse: collapse;
	border-spacing: 0;
}

/*見出し欄*/
.inquiry th {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #FFF;
	box-sizing: border-box;
	line-height: 60px;
	margin-right: 15px;
	margin-bottom: 3%;
	background-color: #BBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
	font-weight: lighter;
}

.required::after {
	position: absolute;
	content: '必須';
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #CC0000;
	top: 20px;
	right: 15px;
	padding-right: 10px;	
	padding-left: 10px;	
}

/*通常欄*/
.inquiry td {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 5%;
}

.inquiry td:first-of-type {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
	font-size: 11px;
	background: #FF0000;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/*ラジオボタンを縦並び指定*/
/*.verticallist .wpcf7-list-item{
 display:block;
}*/

/*送信ボタンのデザイン変更*/
#formbtn {
	width: 100%;
	display: block;
	margin-top: 30px;
	background: #555;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	border: none!important;
	margin-right: auto;
	margin-left: auto;
	transition: .3s;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
	color: #FFF;
	background-color: #DE2727;
	cursor: pointer;
}

.otoiawase p {
	text-align: center;
	padding-top: 25px;
}

.gray_bg {
	padding-right: 20px;
	background-color: #F4F4F4;
}

input {
	border: 1px solid #999 !important;
	box-sizing: border-box !important;
	padding-left: 10px !important;	
}

input[name="your-name1"],
input[name="your-name2"],
input[name="company"],
input[name="your-email"],
input[name="your-email_confirm"],
input[name="your-school"],
input[name="address"],
input[name="address2"] {
	width: 100% !important;
	height: 30px !important;
}

input[name="your-tel"] {
	width: 50% !important;
	height: 30px !important;
}

input[name="zip"],
input[name="your-gakubu"] {
	width: 40% !important;
	height: 30px !important;
}

input[name="your-gakubu"] {
	margin-top: 5px;
	margin-right: 5px;
}

input[name="your-birth-year"],
select[name="decade"] {
    width: 20% !important;
    height: 30px !important;
	margin-right: 5px;
    margin-left: 5px;
}

select[name="your-birth-months"],
input[name="your-birth-day"] {
	width: 15% !important;
	height: 30px !important;
	margin-right: 5px;
	margin-left: 1em;
}

input[name="new_or_mid"],
input[name="seibetsu"] {
	vertical-align: text-top;
}

textarea {
	width: 100%;
	box-sizing: border-box !important;
	border: 1px solid #999 !important;
	padding-left: 10px !important;
	padding-top: 10px !important;
}

input[name="checkbox-3"] {
	height: 25px !important;
	width: 25px;
	border: 1px solid #000 !important;
}

input[name="acceptance-442"] {
	height: 15px !important;
	width: 15px;
	border: 1px solid #000 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
	text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	text-align: center;
}

@media(min-width:641px){
	
.wpcf7-list-item-label {
    position: relative;
    top: -7px;
}

.wpcf7-list-item {
    position: relative;
    top: 5px;
	padding-right: 5px;
}

}

.wpcf7-form > p {
	font-size: 14px;
	font-weight: bold;
}

.recruit_privacy_text {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

.privacy_box {
	height: 256px;
	box-sizing: border-box;
	overflow: scroll;
	padding: 3%;
	margin-bottom: 5%;
	background-color: #F4F4F4;
	margin-top: 25px;
	border: 1px solid #999;
	color: #333;
}

.privacy_box h2 {
	color: #202020!important;
	text-align: left;
	font-size: 14px;
	margin-bottom: 1%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}

.privacy_box h3 {
	text-align: left;
	font-size: 15px;
	margin-bottom: 2%;
}

.privacy_box h4 {
	text-align: left;
	font-size: 15px;
	padding-top: 1%;
	margin-bottom: 1%;
}

.privacy_box h5 {
	text-align: left;
	font-size: 14px;
	margin-bottom: 1%;
}

.top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 1%;
	list-style-type: none;
}

.privacy_box dl dt {
	margin-bottom: 1%;
}

.handling dd {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1%;
}

.privacy_box ul,
.privacy_box dl {
	list-style-type: none;
	margin-bottom: 2%;
}

.privacy_box li {
	margin-bottom: 2%;
}

.inquiry_counter li {
	margin-bottom: 1px!important;
}

.privacy_president {
	text-align: right;
	margin-bottom: 3%;
}

.site_policy dd {
	margin-bottom: 2%;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #DE2727!important;
    text-align: center;
}

/******* reCAPTCHA 非表示 *************************************/

.grecaptcha-badge { visibility: hidden; }

.re-captcha_v {
	font-size:0.7em;
	color:#474747;
}

/***************************************************************
/*****採用情報(整備士)ページのスタイル
/****************************************************************/

body.recruit_seibishi header {
	display: block;
	width: 100%;	
}

body.recruit_seibishi #header_box {
    width: 100%;
    display: flex;
    z-index: 11;
    flex-wrap: wrap;
	position: fixed;
	background-color: white;
	box-sizing: border-box;
	height: 85px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DE2727;
}

body.recruit_seibishi .header_logo {
	box-sizing: border-box;
	padding-top: 0px;
	transition: .3s;
	display:inline-block;
}

body.recruit_seibishi .header_logo:hover {
	transform: scale(1.05);
}

body.recruit_seibishi .header_catch {
	display: block;
    width: 33%;
    font-size: 1.5em;
    letter-spacing: 0.25em;
	padding-left: 15px;
	box-sizing: border-box;
}

body.recruit_seibishi .recruit_top_banner {
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

body.recruit_seibishi .recruit_top_banner li {
    width: 30%;
}

.recruit_top_banner li a img {
    width: 100%;
    height: auto;
    transition: .3s;
}

.recruit_top_banner li a:hover img {
	transform: scale(1.025);
}

.slide_wrap p {
	font-size: 80px;
	font-weight: 900;
	background: rgba(000, 000, 000, .5);
	position: absolute;
	-webkit-transform : translate(0%,-50%);
	transform : translate(0%,-50%);
    bottom: 30%;
    left: 0;
    width: auto;
    z-index: 1;
}

.recruit_seibishi_slider {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/******メインスライダー*******************************************/

body.recruit_seibishi #main_box {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #DE2727;
	overflow: hidden;
	padding-top: 85px;
	margin-bottom: 10%;
}

body.recruit_seibishi #main_box img:not(.recruit_scroll) {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 200px!important;
	object-fit: cover;
}

body.recruit_seibishi .slide_wrap {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	position: relative;
}

body.recruit_seibishi .slide_wrap p {
	font-size: 26px;
	color: #FFF;
	padding-left: 3%;
}

body.recruit_seibishi .recruit_scroll {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.recruit_movie {
	background-image: url(images/news_calendar_border.jpg);
	background-repeat: repeat;
	width: 100%;
	box-sizing: border-box;
	padding-top: 5%;
	margin-bottom: 15%;
}

.recruit_movie h1 {
	display: block;
	margin-bottom: 5%;
}

.recruit_movie h1 img {
	width: 55%;
	margin-right: auto;
    margin-left: auto;
}

.engineer_movie {
	width: 94%;
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.engineer_movie li {
	width: 100%;
	margin-bottom: 10%;
}

.engineer_movie iframe {
	width: 100%;
	height: 100%;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2%;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.engineer_movie li p {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #D91A1A;
}

.container {
	grid-template-columns: repeat(2, 600px);
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex;
	justify-content: space-around;
}

.question_box {
	width: 47%;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 50px;
	position: relative;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.question_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    background: #fdfdfd;
}

.more-btn {
	width: 110px;
	height: 27px;
	background: #8A1515;
	font-size: 18px;
	color: #fff;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none; /* ←ボタン自体はクリック不可にして装飾用に */
}

/* 吹き出しを1列分確保する行 */
.balloon-row {
    margin: 20px auto;
    position: relative;
    height: auto; /* 吹き出しの高さに応じて広がる */
}

.balloon {
	width: 94%;
    position: relative;
    background: #FFF;
    padding: 10px;
	box-sizing: border-box;
    margin: 0 auto;
    display: none;
    z-index: 10;
}

.balloon::after {
    content: "";
    position: absolute;
    top: -40px;
    left: var(--arrow-left, 50%);
    transform: translateX(-50%);
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
}

.balloon p {
    display: flex;
    justify-content: center;
}

.balloon p img {
    width: 100%;
	height: auto;
}

.step {
	width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.step img {
	width: 100%;
	height: auto;
}

.step_left ul {
	list-style-type: none;
}

.step_left ul li {
    display: flex;
    flex-wrap: wrap;
    background-color: #E8E8E8;
    padding: 5px;
    margin-bottom: 13px;
	box-sizing: border-box;
}

.step_left ul li span {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 31px;
}

.step_left ul li h3 {
	font-size: 16px;
	font-weight: bold;
	color: #DE2727;
	padding-left: 10px;
}

.step_left ul li p {
	padding-left: 5px;
	font-size: 14px;
}

.step_left img {
	margin-bottom: 15px;
}

.beyond {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	background-color: #E8E8E8;
	padding: 5px;
	box-sizing: border-box;
}

.step_right {
	margin-bottom: 15px;
}

.beyond span {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}

.beyond h3 {
	font-size: 16px;
	font-weight: bold;
	color: #DE2727;
	padding-left: 10px;
}

.beyond p {
	padding-left: 5px;
	font-size: 14px;
}

/***************************************************************
/*****NEWS(Topics)ページのスタイル
/****************************************************************/
body.single-post .pankuzu,
body.archive .pankuzu {
	display: none;
}

body.single-post .pankuzu_box,
body.archive .pankuzu_box {
	display: none;
}

body.single-post .blog_box,
body.archive .blog_box {
	padding-top: 15%;
}

.blog_box {
	padding-bottom: 20%;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.blog_box a {
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	color: #1F1F1F;
	transition: .3s;	
}

.blog_box a:hover {
	background-color: #FFF;
}

.blog_left {
    box-sizing: border-box;
    margin-bottom: 15%;
}

.blog_left > section {
	width: auto !important;
	background-color: #FFF;
	margin-bottom: 55px;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DE2727;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 60px;
	padding-left: 0%;
	position: relative;
}

.thumbnail-image {
	width: 100%;
	height: auto;
}

.blog_left h1.title {
	box-sizing: border-box;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 7px;
}

body.wp-singular .blog_left h1.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #de2727;
}

.blog_left h1.title a {
	color: #1F1F1F;
	text-decoration: none;
	display: block;
	padding-left: 0.5em;
	box-sizing: border-box;
}

.blog_left h1.title a:hover {
	background: #000;
	color: #FFF;
}

.blog .post-meta,
.archive .post-meta,
.single .post-meta {
	color: #1F1F1F;
	font-weight: 400 !important;
	margin-bottom: 5%;
	font-size: 14px;
}

.post_box {
	word-break: break-all;
}

body.blog .post_box p,
body.archive .post_box p {
	padding-left: 10px;
	font-size: 14px;
}

.more-link {
    background-color: #DE2727;
    color: #FFF!important;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 12px!important;
    text-align: center;
    width: 90px;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 24px;
}

a.more-link:hover {
	background-color: #000;
	color: #FFF;
	transition: all .3s;
}

.more-link a {
    color: #FFF!important;
}

.blog_right {
	box-sizing: border-box;
}

.widget_calendar h2:before {
	content: url(images/calendar_icon.png);
	margin-right: 5px;
}

.widget_categories h2:before {
	content: url(images/pencil_icon.png);
	margin-right: 5px;
}

.widget_archive h2:before {
	content: url(images/archive_icon.png);
	margin-right: 5px;
}

.widget_calendar,
.widget_categories,
.widget_archive,
.widget_recent_entries {
	padding: 15px;
	border: 1px solid #DE2727;
}

.blog_right .widget {
	margin-bottom: 5%;
}

.blog_right .widgettitle,
.blog_under .widgettitle {
	display: block;
	text-align: left;
	line-height: 110%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #444;
	margin-bottom: 10px;
}

.blog_widget_box ul {
	width: 98%;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	list-style: none;
}

.blog_widget_box ul li a {
	color: #000;
	transition: .3s;
}

.blog_widget_box ul li a:hover {
	color: #FFF;
	background-color: #DE2727;
}

.blog_widget_box ul li:before {
	content: "●";
	color: #000;
	font-size: 90%;
}

.blog_right #wp-calendar {
	width: 240px;
	margin-left: auto;
    margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #666666;
}

.blog_right #wp-calendar td {
	border: 1px solid #DDD;
	background-color: #F8F8F8;
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
}

.wp-calendar-nav a {
    transition: .3s;
}

.wp-calendar-nav a:hover {
    color: #DE2727;
}

.pad {
	border: none!important;
	background-color: white!important;
}

.blog_right #wp-calendar caption {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.blog_right #wp-calendar thead {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 10px;
}

.blog_right #wp-calendar a {
	color: #FFF;
	background-color: #DE2727;
	display: block;
}

.blog_right #wp-calendar a:hover {
	background-color: #000;
}

.ichiran_banner {
	display: block;
	color: #FFF!important;
	text-decoration: none;
	font-weight: bold;
	line-height: 48px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 5%;
	background-color: #DE2727;
	height: 48px;	
}

.ichiran_banner:hover {
	display: block;
	color: #FFF!important;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	background-color: #000!important;
	transition: all .3s;
}

/********  シングル記事ページ  ************************************************************/

.post-category a {
	color: #1F1F1F;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

.post-category a:hover {
	color: #DE2727;
}

.single .blog_left .post_box p {
	margin-bottom: 30px;
}

.single .date_and_time:before {
	content: url(images/calendar_icon.png);
	margin-right: 5px;
}

.single .post-category a:before {
	content: url(images/folder_icon.png);
	margin-right: 5px;
}

#single_eyecatch img {
	max-width: 100%;
	height: auto;
}

#archive_eyecatch img {
	max-width: 100%;
	height: auto;
}

/********  BLOGページのpagerに関するCSS  ************************************************************/

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.navigation .alignleft,
.navigation .alignright,
.leftnavi, .rightnavi {
    background-color: #DE2727;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-top: 20px;
	max-width: 44%;
}

.navigation .alignleft:hover,
.navigation .alignright:hover,
.leftnavi:hover, .rightnavi:hover {
	background-color: #000;
	color: #FFF;
	transition: all .3s;
}

.navigation a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}
.navigation a:hover {
	background-color: transparent;
}

/*pagination*/
.pagenation {
    margin: 1em 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:5%;
}

.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagenation ul {
    margin: 0;
}

.pagenation li {
    float: left;
    list-style: none outside none;
    text-align: center;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    background-color: #DE2727;
    color: #FFF;
    cursor: not-allowed;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.pagenation li a {
	background: none repeat scroll 0 0 #FFF;
	color: #333;
	display: block;
	box-sizing: border-box;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #DDD;
}

.pagenation li a:hover {
    background-color: #444;
    color: #FFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/********  キャンペーンページ  ************************************************************/

body.campaign .blog_box {
    padding-top: 40px;
    padding-bottom: 10%;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 25%;
    display: flex;
    flex-wrap: wrap;
	position: relative;
}

body.campaign .blog_box article {
    margin-bottom: 15%;
}

/***************************************************************
/*****お問い合わせページのスタイル
/****************************************************************/

body.form .form_box {
	margin-bottom: 25%;
}

.form_box {
	width: 94%;
	margin-right: auto;
	margin-left: auto;    
}

/* Contact Form 7 のラジオボタン整列（スマホ対応） */
.wpcf7-list-item input[type="radio"] {
	vertical-align: middle; /* テキストの中央に揃える */
	margin-top: -2px;       /* 微調整（必要に応じて調整） */
}

.wpcf7-list-item-label {
	vertical-align: middle; /* ラベルも中央に揃える */
	line-height: 1.4;       /* 高さを適度に */
}

.wpcf7-not-valid-tip {
	display: block;         /* 改行して表示 */
	margin-top: 4px;        /* ラジオやテキストとの間を少し開ける */
	color: #d00;            /* エラーカラー（標準は赤） */
	font-size: 0.9em;
}