@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
@import url('https://fonts.googleapis.com/css?family=Prompt:400,700,700i');


/* 基本設定
-------------------------------------------------------------- */            
body {
	/*font-family: "Prompt", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-family: "Prompt", Hiragino Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS P Gothic, Verdana, sans-serif;
}
@media print, screen and (max-width: 640px) {
	body {
		font-size: 85%;
	}
}
/* プラグイン・パーツ
-------------------------------------------------------------- */
/*アニメーション調整*/
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 5%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(5%, 0, 0);
transform: translate3d(5%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-5%, 0, 0);
transform: translate3d(-5%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
/*SPフッタータブメニュー*/
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar {
	font-weight: normal;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.content_menu,
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.sp_footer_menu{
    background: #fff;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.content_menu p.icon,
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.sp_footer_menu p.icon{
    color: #1c2d4f;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.content_menu p.menu_name,
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.sp_footer_menu p.menu_name{
    color: #1c2d4f;
}
.MESY_FTMFM_contents-body .widget.widget_sp_image {
    text-align: center;
}
.MESY_FTMFM_contents-body .widget h2.widgettitle {
	font-family: "Prompt", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.MESY_FTMFM_contents-body .widget h2.widgettitle {
    font-family: "Prompt", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: bold;
    background: #1c2d4f;
    border: none;
    color: #fff;
}
.MESY_FTMFM_contents-body .widget_nav_menu .menu-plan-container ul.menu {
    margin-top: 0;
}
.MESY_FTMFM_contents-body .widget_nav_menu ul.menu {
    margin-top: 0;
}
.MESY_FTMFM_contents-body .widget_nav_menu ul li a {
    display: block;
    padding: 0 20px;
	position: relative;
	box-sizing: border-box;
}
.MESY_FTMFM_contents-body .widget_nav_menu ul li a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #1c2d4f;
    border-bottom: 1px solid #1c2d4f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: -3px;
}
.MESY_FTMFM_contents-body .widget_nav_menu ul.menu > li > a > b {
    color: #1c2d4f;
    font-weight: bold;
    font-size: 100%;
}
.MESY_FTMFM_contents-body .widget_nav_menu ul.menu > li > a {
    font-weight: bold;
}
.MESY_FTMFM_contents-body .widget_nav_menu ul.menu .sub-menu li > a {
    text-align: left;
	position: relative;
	padding-left: 50px;
}
.MESY_FTMFM_contents-body .widget_nav_menu ul.menu .sub-menu li > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 2px;
    background: #1c2d4f;
    top: 50%;
    left: 30px;
    margin-top: -1px;
}

/* ヘッダーロゴ・Gnav・メールボタン横並び
-------------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

#header-layout {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: table;
}
nav#mainNav {
    display: table-cell;
    box-sizing: border-box;
    width: 60%;
    vertical-align: middle;
	
}
#header .logo {
    width: 20%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 10px 10px 10px 20px;
}
#header .logo img {
    width: 100%;
    max-width: 238px;
    max-height: none;
}
#header .mail {
    display: table-cell;
    width: 15%;
    box-sizing: border-box;
    position: relative;
}
#header .mail img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 1240px) {
nav#mainNav {
	width: 60%;
	text-align: center;
}
#header .mail {
    width: 12%;
}
}
@media print, screen and (max-width: 1023px) {
	body:not(.mobile) #header .logo {
		width: 100%;
		padding: 8px 20px 0;
		min-height: 70px;
	}
	body:not(.mobile) #header-layout {
    display: block;
		position: relative;
	}
	body:not(.mobile) #header .mail {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 138px;
	}
body:not(.mobile) #header .mail img {
    width: 100%;
    height: auto;
}
	body:not(.mobile) nav#mainNav {
		display: block;
	}
	body:not(.mobile) nav#mainNav a.menu {
    border: none;
    background-color: #1c2d4f;
}

}
@media print, screen and (max-width: 640px) {
	body:not(.mobile) #header .mail {
    width: 23%;
	}
}
/* ヘッダー・フッター・ぱんくず
-------------------------------------------------------------- */
#header .inner {
    width: 100%;
	 z-index:100;
}
#header .mail a {
    display: block;
    /*background: #e22632;*/
	background: #fff100;
    padding: 3px;
    box-sizing: border-box;
      text-align: center;
}
#header .mail img {
	max-height: 50px;
	width: auto;
	height: auto;
	vertical-align: bottom;
}
.sticky-header .site-header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#footer {
    padding: 30px 0;
}
#footer ul {
    text-align: center;
}
#footer ul li {
    background: none;
    border-right: 1px solid #fff;
    padding: 0 20px;
    margin: 0;
}
#footer ul li:last-child {
    border-right: none;
}
#footer ul li a {
    padding: 0 10px;
}
#breadcrumb {
    padding-top: 10px;
    padding-bottom: 20px;
}
#breadcrumb ul {
    max-width: none;
}
#breadcrumb ul li b {
	font-weight: normal;
	margin-left: 0.5em;
}
.mobile #copyright {
    /*margin-bottom: 64px;*/
	margin-bottom: 0;
}
@media print, screen and (max-width: 1023px) {
.mobile #header > .inner {
    padding: 8px 0 5px;
}
.admin-bar.mobile #header {
    top: 46px;
}
.sticky-header.admin-bar.mobile #header {
    top: 0;
}
.mobile #header .logo img {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 50px;
}
.mobile #header .logo .mark {
    padding: 5px 10px;
}
.mobile #breadcrumb {
    margin-top: 0;
}
}
@media print, screen and (max-width: 640px) {
#footer {
    padding: 0;
}
#footer ul {
    padding: 0;
}
#footer ul li {
    display: block;
    padding: 0;
    border: none;
}
#footer ul li a {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 15px;
  position: relative;
}
#footer ul li a::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
}

/* グローバルナビ
-------------------------------------------------------------- */
@media print, screen and (min-width: 1024px) {
	nav div.panel {
		float: none;
	}
	nav#mainNav ul li {
    padding: 0 2px;
}
nav#mainNav ul li a {
	height: auto;
    border-bottom: 4px solid transparent;
	padding: 4px 8px 4px 4px;
}
nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a {
	height: auto;
}
	nav#mainNav ul li li a {
		border-bottom: none;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1240px) {
nav#mainNav ul li a {
	padding: 6px;
}
nav#mainNav ul li {
    padding: 0 5px;
}
}
@media only screen and (max-width: 1023px) {
nav#mainNav ul li a span {
    display: inline-block;
    margin: 0 0.5em;
    font-size: 60%;
}
}

/* メインビジュアル
-------------------------------------------------------------- */
#mainImg {
	overflow: hidden;
	padding-top: 0 !important;
  position: relative;
}
#thumbImg {
	position: relative;
	height: 0;
	padding-bottom: 15%;
	overflow: hidden;
	background: #e5e5e5;
	box-sizing: border-box;
}
#thumbImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*電話番号*/
#mainImg .mainImg_tel {
    display: table;
    margin: 5px auto 0;
    font-family: "Prompt", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 240%;
    font-style: italic;
    background: url(../../uploads/mainImg_icon_tel.png) no-repeat left center;
    background-size: 76px;
    padding-left: 66px;
    text-shadow: 0 0 10px #212121;
}
#mainImg .mainImg_tel a {
	font-family: "Prompt", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
	color: #fff !important;
}
/*scroll down*/
.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 30px;
}
.arrows path {
    stroke: #8bc9ec;
    fill: transparent;
    stroke-width: 1px;  
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite; 
}
@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}
@-webkit-keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}
.arrows path.a1 {
    animation-delay:-1s;
    -webkit-animation-delay:-1s;
}
.arrows path.a2 {
    animation-delay:-0.5s;
    -webkit-animation-delay:-0.5s;
}
.arrows path.a3 {   
    animation-delay:0s;
    -webkit-animation-delay:0s;
}
@media only screen and (max-width: 1023px) {
.mobile #mainImg, .mobile #thumbImg {
    margin-top: 50px;
}
#thumbImg {
	padding-bottom: 20%;
}
#thumbImg img {
	width: auto;
	height: 300px;
}
.arrows {
    width: 12%;
    margin-left: -6%;
}
}
@media print, screen and (max-width: 799px) {
#thumbImg {
	padding-bottom: 25%;
}
#thumbImg img {
	height: 250px;
}
}

@media print, screen and (max-width: 640px) {
#thumbImg {
	padding-bottom: 30%;
}
#thumbImg img {
	height: 200px;
}
}

/* サイドバー
-------------------------------------------------------------- */
body.right-sidebar #wrapper #sidebar {
    background: #e5e5e5;
    padding: 20px;
    box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
#sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
}

/* コンテンツバナー
-------------------------------------------------------------- */

/* 見出し
-------------------------------------------------------------- */
h1.title, .post h1, .post h2, section.widget h2, h2.bottom-loop, h2.top-loop, .post h3, .post h4 {
	-webkit-font-smoothing: antialiased;
	line-height: 1.25;
}
h1.title, .post h1 {
    font-size: 300%;
    padding: 0;
    margin: 0 auto 60px;
}
.post h1 span {
    background: none;
    padding-left: 0;
}
h1.title b, .post h1 b {
    display: block;
    font-size: 40%;
    margin-top: 0.6em;
}
.post h2 {
    background: none;
    padding: 0;
    margin: 0 auto 30px;
    font-size: 170%;
	color: #2c3e6f;
}
article .post h2 strong, article .post h2 b {
    display: block;
    font-size: 60%;
    margin-top: 0.2em;
}
.post h2 span {
    padding: 0;
}
section.widget h2 {
}
.post_text h2, h2.bottom-loop, h2.top-loop, .post2b h2, .post4b h2 {
    text-align: left;
    font-size: 110%;
    font-weight: normal;
    color: #656565;
	padding: 0;
	margin: 5px 0 !important;
}
.post_text h2 a, h2.bottom-loop a, h2.top-loop a, .post2b h2 a, .post4b h2 a {
    font-size: inherit;
    color: #656565;
}
.post_text h2 {
    margin-bottom: 15px;
}
* + h2 {
	margin-top: 60px !important;
}
.post h3 {
    padding: 0 3px 8px;
    margin: 0 0 20px;
    font-size: 125%;
    border-bottom: 1px solid;
}
.post h4 {
    border: none;
    padding: 0 0 0 20px;
    margin: 0 0 0.5em;
    font-size: 100%;
    color: #1c2d4f;
    position: relative;
}
.post h4::before {
    content: "";
    display: block;
    width: 12px;
    height: 4px;
    background: #232c46;
    position: absolute;
    top: 7px;
    left: 0;
}
@media print, screen and (max-width: 640px) {
h1.title, .post h1 {
    font-size: 190%;
    margin-bottom: 30px;
}
h1.title b, .post h1 b {
    font-size: 50%;
  margin-top: 0.8em;
}
.post h2 {
    font-size: 130%;
    margin-bottom: 20px;
}
* + h2 {
	margin-top: 30px !important;
}
	.post h3 {
		font-size: 110%;
	}
}

/* 投稿
-------------------------------------------------------------- */

/* ギャラリー・画像
-------------------------------------------------------------- */
.gallery {
    margin-bottom: 15px !important;
}
.post_img img, .post2b_img img, .post4b_img img {
    border: none !important;
    padding: 0;
}
.post img.aligncenter, .post img.alignright, .post img.alignleft, .post img.alignnone {
    background: none;
    border: none !important;
    padding: 0;
}
.post img.aligncenter {
	margin: 0 auto 15px;
}
.post img.alignright {
	margin: 0 0 20px 15px;
}
.post img.alignleft {
	margin: 0 20px 15px 0;
}
.post img.max30 {
	max-width: 30%;
}
.post img.max40 {
	max-width: 40%;
}
.post img.max50 {
	max-width: 50%;
}
@media only screen and (max-width: 640px) {
	.post img.alignright, .post img.alignleft {
		margin: 0 auto 15px;
	}
	.post img.max30.sp100, .post img.max40.sp100, .post img.max50.sp100 {
		max-width: 100%;
	}
}


/* コンテンツ
-------------------------------------------------------------- */
#wrapper, .post .inner {
    width: 100%;
    max-width: 1240px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
body.right-sidebar #wrapper #content {
    padding-top: 0;
}
.post {
    padding: 0 20px;
}
.post p {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.post table, .post table.clear {
	width: 100%;
	font-size: 100%;
}
.post table.responsive th, .post table.responsive td {
line-height: 1.5;
}
.post table.areaTable {
    border: 2px solid #bbc4dd;
	margin-bottom: 45px;
}
.post table.areaTable th {
    border: none;
    color: #1c2d4f;
    font-weight: bold;
    background: #e6e9f1;
    width: 30%;
    padding: 30px 20px;
}
.post table.areaTable td {
    border: none;
    padding: 30px 20px;
}
.post .linkBtn {
    background: #1b998b;
    display: inline-block;
    border-radius: 50px;
    padding: 0.5em 2.8em 0.5em 2.5em;
    line-height: 1.25;
    box-shadow: 0px 2px 0px #0f7469;
    transition: all .1s;
    position: relative;
	top: 0;
	box-sizing: border-box;
}
.post .linkBtn:hover, .post .linkBtn:active {
    background: #1b998b;
    box-shadow: none;
    top: 2px;
}
.post .linkBtn.middle {
    font-weight: normal;
    padding: 0.8em 3em;
    font-size: 105%;
	min-width: 50%;
}
.post .linkBtn.w100 {
	width: 100%;
}
.post .linkBtn.middle::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 2em;
}
.post .linkBtn.large {
    font-weight: bold;
    font-size: 120%;
    padding: 1.4em 3em;
    min-width: 50%;
	box-shadow: 0px 4px 0px #0f7469
}
.post .linkBtn.large::after {
    width: 12px;
    height: 12px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    margin-top: -6px;
    right: 2em;
}
.post .linkBtn.large:hover, .post .linkBtn.large:active {
	    box-shadow: none;
      top: 4px;
}
.linkBtn.small {
    color: #1c2d4f;
    background: #fff;
    border: 2px solid;
    box-shadow: 0px 2px 0px #1c2d4f;
}
.post .linkBtn.small:hover, .post .linkBtn.small:active {
	    box-shadow: none;
      top: 2px;
    background: #fff;
}
.post .linkBtn.small::after, .post .linkBtn.small::after {
  border-right-color: #1c2d4f;
    border-bottom-color: #1c2d4f;
}
.post .fukidashi {
    display: table;
    margin: 0 auto;
    background: #2c3e6f;
    color: #fff;
    position: relative;
    letter-spacing: 0.2em;
	padding: 0 30px;
	box-sizing: border-box;
}
.post .fukidashi::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(44, 62, 111, 0);
	border-top-color: #2c3e6f;
	border-width: 6px;
	margin-left: -6px;
}
.post ul.disc {
    list-style-type: none;
    margin: 0 0 25px;
}
.post table ul.disc {
	margin-bottom: 0;
}
.post ul.disc li {
	line-height: 1.2;
    margin-bottom: 0.5em;
    padding: 0 0 0 1em;
    position: relative;
    
}
.post ul.disc.border li {
	margin-bottom: 0.6em;
    padding: 0 0 0.4em 1em;
	border-bottom: 1px solid #c3ccda;
}
.post ul.disc li::before {
    position: absolute;
    display: block;
    content: "\f069";
    font-family: 'FontAwesome';
    left: 0;
	top: 50%;
    font-size: 10px;
    margin-top: -6px;
    color: #1c2d4f;
    font-weight: normal;
}
.post ul.disc.border li::before {
	margin-top: -10px;
}
.post ul.list_check li {
    position: relative;
    padding-left: 1.4em;
}
.post ul.list_check li::before {
	position: absolute;
	display: inline-block;
	margin-right: 0.2em;
	content: "\f046";
font-family: 'FontAwesome';
	left: 0;
	font-size: 120%;
}
.post .noticeBlock {
    background: #f7f7f7;
    padding: 30px;
	margin-bottom: 45px;
}
.post .noticeBlock h3 {
    font-size: 100%;
    border: none;
    margin: 0 0 8px;
}
.post .noticeBlock ul + h3 {
	margin-top: 30px;
}
.post ul.notice {
    font-size: 95%;
	margin-bottom: 0;
}
.post small {
    font-size: 80%;
}
@media only screen and (max-width: 959px) {
#content, #sidebar {
    width: 100%;
}
  #wrapper {
    padding: 0;
  }
}
@media print, screen and (max-width: 640px) {
.post .linkBtn.large {
    display: block;
    font-size: 100%;
    padding: 1.2em 3em 1em;
    width: 80%;
    margin: 0 auto;
}
.post table.areaTable th {
    font-size: 110%;
}
}

/*************************************************
フロントページ
*************************************************/
.home #content {
    padding-top: 140px;
    margin-top: -140px;
}
/*メッセージ*/
.post .front_message {
	overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 90px;
}
.post .front_message::before {
    content: "";
    display: block;
    width: 96%;
    background: #e5e5e5;
    height: 95%;
    position: absolute;
    top: 25px;
    left: 2%;
}
.post .front_message * {
	position: relative;
}
.post .front_message .front_message_img {
    position: absolute;
    bottom: -20px;
}
.post .front_message .front_message_img.img01 {
    left: 0;
}
.post .front_message .front_message_img.img02 {
    right: 0;
}
.post .taxitype {
    margin: 45px auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
}
.post .taxitype li {
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 48%;
    background: rgba(229, 229, 229, 0.8);
}
.post .taxitype li h2 {
    margin-top: -25px;
    display: table;
    padding: 0 15px;
    position: relative;
}
.post .taxitype li h2::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    top: 13px;
    left: 0;
}
.post .taxitype li h2 span {
	position: relative;
}
.post .taxitype li p {
    font-weight: bold;
    font-size: 130%;
    margin: 15px auto 0;
}
.post .taxitype li p b, .post .taxitype li p strong {
    font-size: 160%;
    color: #4e68b0;
}
.post .taxitype li p small {
    font-size: 75%;
}
@media print, screen and (max-width: 959px) {
.post .front_message .front_message_img {
    width: 40%;
}
}
@media print, screen and (max-width: 640px) {
  .post .front_message {
    margin-bottom: 90px;
  }
.post .front_message::before {
    top: 15px;
}
.post .taxitype {
    flex-direction: column;
}
.post .taxitype li {
    width: 100%;
}
.post .taxitype li + li {
    margin-top: 30px;
}
.post .taxitype li img {
    max-width: 50%;
}
.post .taxitype li p {
    font-size: 120%;
}
}

/*プラン*/
.post .front_plan {
    text-align: center;
  margin-bottom: 45px;
}
.post .planList {
    margin: 0 auto 45px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 2%;
}
.post .planList li {
    width: 31%;
	position: relative;
	display: flex;
}
.post .planList li a {
    display: block;
	box-sizing: border-box;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 30px 20px 0;
	transition: all .2s linear;
  position: relative;
}
.post .planList li a:hover, .post .planList li a:active {
	box-shadow: 0px 10px 35px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post .planList li a .frame_top, .post .planList li a .frame_bottom {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.post .planList li a .frame_bottom {
  top: auto;
  bottom: 0;
}
.post .planList li a .frame_top::before, .post .planList li a .frame_top::after,
.post .planList li a .frame_bottom::before, .post .planList li a .frame_bottom::after {
    content: "";
    height: 40px;
    width: 40px;
    border-width: 2px;
  border-color: transparent;
  border-style: solid;
    position: absolute;
}
.post .planList li a .frame_top::before {
  top: 0;
  left: 0;
  border-left-color: #e22632;
  border-top-color: #e22632;
}
.post .planList li a .frame_top::after {
  top: 0;
  right: 0;
  border-right-color: #e22632;
  border-top-color: #e22632;
}
.post .planList li a .frame_bottom::before {
  left: 0;
  bottom: 0;
  border-left-color: #e22632;
  border-bottom-color: #e22632;
}
.post .planList li a .frame_bottom::after {
  right: 0;
  bottom: 0;
    border-right-color: #e22632;
  border-bottom-color: #e22632;

}
.post .planList li h2 {
    margin: 15px auto;
	margin-top: 15px !important;
	transition: color .4s;
	color: #2c3e6f;
}
.post .planList li a:hover h2, .post .planList li a:active h2 {
	color: #e22632;
}
.post .planList li .img {
    margin: 0 -20px;
	background: #0a1223;
  overflow: hidden;
}
.post .planList li .img img {
    margin: 0 auto;
	width: 100%;
}
.post .planList li a:hover p, .post .planList li a:active p {
    color: #1c2d4f;
}
.post .planList li a:hover .fukidashi, .post .planList li a:active .fukidashi {
    color: #fff;
}
.post .planList li a:hover img, .post .planList li a:active img {
  opacity: 0.9;
    -webkit-transform: scale(1.2);
  transform: scale(1.2);

}
@media print, screen and (max-width: 799px) {
.post .planList {
    margin-bottom: 0;
    flex-direction: column;
}
.post .planList li {
    width: 94%;
    margin: 0 auto 45px;
}
}
@media print, screen and (max-width: 640px) {
.post .front_plan {
    padding: 0 2%;
    box-sizing: border-box;
	margin-bottom: 45px;
}
}

/*料金*/
.post .front_price {
    text-align: center;
	padding-bottom: 30px;
	position: relative;
	    margin-bottom: 60px;
}
.post .front_price::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 90%;
    background: #e5e5e5;
}
.post .front_price * {
    position: relative;
}
.post h1.price_title_bg {
    background: url(../../uploads/front_price_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 6% 20px;
    color: #fff;
    margin: 0 2% 30px;
	/*background-attachment: fixed;*/
}

/* プライス追加 */

	.front_price {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
	}
	
	.pricetypeList {
		margin: 0!important;
		padding: 0;
	}
	
	.pricetypeList li {
		display: flex;
		align-items: center;
		justify-content: start;
		margin-bottom: 15px;
	}
	
	.pricetypeList h2 {
		font-size: 120%;
		margin: 0 0 5px;
		text-align: left;
	}
	
	.pricetypeList .icon {
		margin-right: 10px;
	}
	
	.pricetypeList p {
		font-size: 90%;
		margin: 0;
		text-align: left;
	}
	
	@media print, screen and (min-width: 1023px) {
		.front_price {
			padding: 0;
		}
		
		.pricetypeList {
			display: flex;
			justify-content: space-between;
			list-style-type: none;
		}
		
		.pricetypeList li {
			display: block;
			text-align: center;
			width:23%;
		}
		
		.pricetypeList .icon {
			margin-bottom: 10px;
		}
		
		.pricetypeList h2 {
			text-align: center;
			font-size: 160%;
			margin-bottom: 15px;
			border: 2px solid #2F3F6C;
			padding: 5px 0;
		}
		
		.pricetypeList p {
			font-size: 100%;
			margin-bottom: 30px;
		}
	}

/*お申し込み方法*/
.post .front_booking {
    text-align: center;
}
.post .cvList {
    margin: 0 auto 45px;
    display: flex;
    justify-content: space-between;
}
.post .cvList li {
    width: 30%;

    background: #2c3e6f;
    padding: 45px 30px;
    box-sizing: border-box;
    text-align: center;
	color: #fff;
	font-size: 110%;
    font-weight: bold;
}
.post .cvList li .cv_tel {
    color: #fff100;
    font-style: italic;
    font-size: 130%;
    text-shadow: 0 3px 0 #1a274c;
	    display: block;
    margin-top: 15px;
}
.post .cvList li .cv_tel a {
    color: #fff100;
}
.post .cvList li .cv_tel b, .post .cvList li .cv_tel strong {
    font-size: 150%;
}
.post .cvList li .cv_formBtn {
    display: block;
    background: #fff100;
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 3px 0 #1a274c;
    position: relative;
    top: 0;
    transition: all .1s;
}
.post .cvList li .cv_formBtn:hover {
    box-shadow: none;
    top: 3px;
    color: #1c2d4f;
}
@media print, screen and (max-width: 640px) {
.post .cvList {
    flex-direction: column;
}
.post .cvList li {
    width: 100%;
  padding: 30px 20px;
}
.post .cvList li img {
    width: 100%;
    max-width: 55px;
    margin-bottom: 0;
}
}
/*************************************************
サイトマップ
*************************************************/
.post ul#sitemap_list li {
    margin-bottom: 15px;
}
.post ul#sitemap_list ul {
    margin-top: 10px;
}
.post ul#sitemap_list ul li {
    margin-bottom: 5px;
}
.post ul#sitemap_list ul li:before {
    content: "-";
    display: inline-block;
    margin-right: 0.5em;
}
.post ul#sitemap_list li b {
	font-weight: normal;
	margin-left: 0.5em;
	display: inline-block;
}

/*************************************************
フォーム 共通
*************************************************/
/*
.wpcf7-form {
    padding: 0;
}
.formBlock {
    background: #ffffff;
    box-shadow: 0 0 10px 0px #ccc;
    padding: 20px;
}
.wpcf7-form table.formTable {
    border-collapse: separate;
    margin-bottom: 30px;
    border: none;
}
.wpcf7-form table.formTable th, .wpcf7-form table.formTable td {
  background: none;
  border: none;
}
.wpcf7-form table.formTable th {
    padding: 5px 10px;
    font-weight: bold;
    color: #1c2d4f;
    text-align: left;
}
.wpcf7-form table.formTable td {
  padding: 0 10px 15px;
}
.wpcf7-form .must, .wpcf7-form .option {
    color: #fff;
    margin-left: 0.5em;
    font-size: 85%;
    padding: 0.2em 0.6em;
    line-height: 1;
    display: inline-block;
    float: none;
    font-weight: normal;
}
.wpcf7-form .must {
	background: #e22632;
}
.wpcf7-form .option {
	background: #ababab;
}
.wpcf7-form .notice {
    font-size: 90%;
    color: #e22632;
    display: inline-block;
    line-height: 1.25;
}
.wpcf7-form input.wpcf7-free-text {
    display: inline-block;
    width: 65%;
}
.wpcf7-form .must.nf {
	float: none;
}
.wpcf7-form .submit {
	text-align: center;
	margin-top: 45px;
}
.wpcf7-form input[type=submit] {
    font-size: 120%;
    padding: 10px 40px;
    width: 100%;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
.wpcf7-form input[type=submit]:hover {
	cursor: pointer; 
}
.wpcf7-form span.wpcf7-not-valid-tip {
	color: #f94e4e; 
}
.wpcf7-form div.wpcf7-validation-errors {
	background: #fffde0;
}
.wpcf7-form label:hover {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
.captcha {
    text-align: center;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], .wpcf7-form input[type="url"], .wpcf7-form input[type="number"], .wpcf7-form select {
    line-height: 50px;
    height: 50px;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
	margin-bottom: 5px;
}
.wpcf7-form .acceptance_request {
    text-align: center;
}
@media only screen and (max-width: 640px) {
.wpcf7-form table.formTable th, .wpcf7-form table.formTable td {
    padding-left: 0;
    padding-right: 0;
}
	input[type="checkbox"] {
		width: 18px;
		height: 18px;
		vertical-align: middle;
	}
.wpcf7-form .wpcf7-list-item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    width: 100%;
}
	span.wpcf7-list-item-label {
		vertical-align: middle;
	}

.wpcf7-form .must, .wpcf7-form .option {
	float: none;
}
input[type="text"].wpcf7-captchar {
    width: 70%;
}
.wpcf7-form .wpcf7-date {
    width: 100% !important;
}
}


*/




/*　JUMBO / WAGON-ジャンボ/ワゴン　*/
.post .cvList li.circle {
	 width: 220px;
    height: 220px;
    border-radius: 50%;
}
.post .meritList {
    margin: 60px 0 20px;
    text-align: center;
}
.post .meritList li {
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    font-size: 120%;
    line-height: 2;
    font-weight: bold;
    color: #2c3e6f;
    position: relative;
    padding: 45px 4% 0;
    background: #f0e800;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    box-sizing: border-box;
}
.post .meritList li .meritList_number {
    position: absolute;
    top: -20px;
    left: 50%;
    font-size: 300%;
    line-height: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #cabe7f;
}
.post .meritCheck li {
    font-size: 110%;
    letter-spacing: -0.03em;
}
.post h3.fukidashi {
    padding: 25px 10px;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.post .merit_detail {
    position: relative;
}
.post .merit_detail .text {
    position: absolute;
    left: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 20px 20px 5px;
}
.post .column {
    background: #e4e8f3;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}
.post .column .question {
    position: absolute;
    top: 15px;
    left: -5px;
    font-weight: bold;
    font-size: 450%;
    transform: rotate(-15deg);
    color: #fff;
}
.post .column h3 {
    font-size: 110%;
    border: none;
    margin-bottom: 10px;
}
.post .block_column2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    justify-content: space-between;
}
.post .block_column2 .column2_50, .post .block_column2 .column2_50:nth-child(odd) {
    display: block;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.post .block_column2 .column2_50 img {
    margin: 0;
	width: 100%;
	line-height: 1;
	height: auto;
}
.post .block_column2 .column2_50.text {
	padding: 20px;
}
@media print, screen and (max-width: 640px) {
.post .merit_detail .text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.post .block_column2 {
    flex-direction: column;
}
.post .block_column2 .column2_50, .post .block_column2 .column2_50:nth-child(odd) {
    width: 100%;
}
.post .block_column2 .column2_50.text {
    order: -1;
    padding: 0;
}
}
/* balloon-1 bottom */
#balloon-1-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	color: #19283C;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}
#balloon-1-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
#balloon-1-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

/*　table/th/td　*/
.post table th {
	vertical-align: middle;
}

/*　CONTACT-お問合せ　*/
img.smallicon {
	vertical-align:middle;
	margin:0 15px 10px 10px;	
}
.post p.btext {
	font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0;
}
.post p.btext .title {
    display: inline-block;
    width: 11em;
}
span.bstrong {
	font-size: 2em;
	color: #e22632;
}
.btextbox {
    text-align: left;
    padding: 0 10px;
    margin: 0 auto 20px;
    display: table;
    max-width: 100%;
    box-sizing: border-box;
}
.spbr {
    display: none;
}
@media only screen and (max-width: 640px) {
span.bstrong {
    font-size: 1.6em;
}
.post p.btext .title {
    display: block;
}

	.spbr { display:block; }
}

/*　VEHICLE-車両タイプ　*/
.gallery-item img {
	max-width:100% !important;
}
#gallery-1 img, #gallery-2 img, #gallery-3 img {
	border:none !important;
}
.post img {
	border:none !important; padding:0;
}
.post h2 .vehicle_name {
    display: block;
    font-size: 120%;
    color: #92a6dc;
}
.vehicletextbox ul {
	margin:0;
}
.vehicletextbox {
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #e1eaf9;
}
.vehicletextbox h3 {
    font-size: 105%;
}
.vehicletextbox h4 {
    background: #1c2d4f;
    display: inline-block;
    color: #fff;
    padding: 2px 20px;
    margin-left: -15px;
}
.vehicletextbox h4::before {
    display: none;
}
.column2_60.maincar {
	position: relative;
	overflow: hidden;
}
.column2_60.maincar p {
	font-family: "Prompt", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.07em;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.maincar p.ontext {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
	letter-spacing: 0;
	background-color:rgba(0,102,255,1.0);
	line-height:1.8em;
	text-align:center;
}
.vehicletype {
    margin-bottom: 50px;
    background: #e8f1ff;
    box-sizing: border-box;
    padding: 30px 30px 10px;
}
span.retag {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #f0e800;
    border-left: solid 10px #f0e800;
    position: absolute;
    bottom: 0;
    left: -15px;
    letter-spacing: -1px;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-10deg);
    font-family: "Prompt", "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.vehicletype .column2_60 {
    width: 65.1%;
}
.vehicletype .column2_60 img {
    max-width: 100%;
}
.vehicletype .column2_40 {
    width: 34%;
}
.vehicletype .column2_40 img {
    max-width: 100%;
}
@media only screen and (max-width: 750px) {
.maincar p.ontext {
	bottom: 0;
    left: 4px;
	background-color:rgba(0,102,255,1.0);
	line-height:1.8em;
	text-align:center;
	}
.column2_60.maincar p {
	font-size:12px;
	line-height: 1.2;
}
span.retag {
    bottom: 10px;
}
}
@media print, screen and (max-width: 640px) {
.vehicletype {
    padding: 30px 10px 10px;
}
.vehicletype .column2_60 {
    width: 100%;
}
.vehicletype .column2_40 {
    width: 100%;
}
}


/*　PLAN-ご利用プラン　*/
.post .plancard {
	position:relative;
	text-align: center;
	margin-bottom: 25px;
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
h2.card_ti,h3.card_ti {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 120%;
    background: #f0e800;
    padding: 10px 20px;
	border:none;
}
.post .plancard p {padding:15px;text-align: left;}
.post .column2_50 img {max-width: 100%;}
.post .column2_50 {width:48%;}
.plancontents {
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post .column2_50:nth-child(odd) {
	margin-right:15px;
}
.post .plancard .text {
    padding-bottom: 45px;
}
.post .plancard .btn {
    position: absolute;
    bottom: 15px;
    top: auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0 15px;
}
.post .plancard .btn .linkBtn {
	margin-bottom: 0;
}
/*.page-plan .post table th {
	text-align: center;
	vertical-align: middle;
	width: 36%;
}*/
@media only screen and (max-width: 750px) {
.post .column2_50 {width:100%;}
.post .column2_50:nth-child(odd) {margin-right: 0;}
}

/*　PLAN-ご利用プラン　下層ページ　*/
.post .problems {
    text-align: center;
    display: flex;
    justify-content: space-around;
    background: #7C90C5;
    margin: 0 auto;
    padding: 30px 5px;
    position: relative;
}
.post .problems::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #7C90C5;
    border-width: 12px;
    margin-left: -12px;
}
.post .problems li {
    background: #fff;
    width: 30%;
    padding: 18px 10px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0;
    position: relative;
    font-size: 110%;
    line-height: 1.3;
}
.post .problems li::before {
    position: absolute;
    display: block;
    content: "\f10d";
    font-family: 'FontAwesome';
    left: 5px;
    top: -2px;
    margin-top: -8px;
    font-size: 130%;
    color: #2c3e6f;
    font-weight: normal;
}
.post .solution {
    text-align: center;
    font-size: 145%;
    margin: 30px auto 60px;
    font-weight: bold;
    color: #0e7fad;
}
.post .solution2 {
    text-align: center;
    font-size: 120%;
    margin: 0 auto 60px;
    font-weight: bold;
    padding: 20px 10px;
	border-bottom: 10px solid #f0e800;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3)
}
.post .scene-area {
    margin-top: 45px;
}
.content_tabmenu.wc-shortcodes-tabs .wcs-tabs-nav {
	display: flex;
	text-align: center;
	width: 100%;
	border: none;
}
.content_tabmenu.wc-shortcodes-tabs .wcs-tabs-nav::before, .content_tabmenu.wc-shortcodes-tabs .wcs-tabs-nav::after {
	display: none;
}
.content_tabmenu.wc-shortcodes-tabs .wcs-tabs-nav li {
	display: flex;
	float: none;
	margin: 0;
	text-align: center;
	width: 100%;
}
.content_tabmenu.wc-shortcodes-tabs .wcs-tabs-nav a {
    padding: 20px 10px;
    border: none;
    background: #e5e5e5;
    font-weight: bold;
    color: #495e7d;
    line-height: 1.2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_tabmenu.wc-shortcodes-tabs .wcs-tabs-nav .wcs-state-active a {
    color: #2c3e6f;
    border: 2px solid;
	position: relative;
}
.content_tabmenu.wc-shortcodes-tabs .wcs-tabs-nav .wcs-state-active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 100%;
	left: 0;
    background: #fff;
}
.wc-shortcodes-tabs .tab-content-wrapper {
    margin-top: -15px;
    border: 2px solid;
	margin-right: 3px;
}
.wc-shortcodes-tabs .tab-content-wrapper.tab-content-hide {
    border: none;
}
.content_tabmenu.wc-shortcodes-tabs .tab-content {
	border: none;
	box-sizing: border-box;
	padding: 20px;
}

/*　PRICE-ご利用料金　*/
.post table.priceTable th, .post table.priceTable td {
    text-align: center;
	vertical-align: middle;
}
h2#timesystem, h2#longcontract, h2#driving-agency {
    padding-top: 100px;
    margin-top: -100px !important;
}

/*　FAQ-よくある質問
WCショートコード　アコーディオン　*/
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
	background: #1b998b;
	border-color: #1b998b;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
    color: #fff !important;
    padding: 15px 20px 15px 40px;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a:before {
    top: 5px;
}

/*　BOOKING-予約方法　*/

.post .bookingBlock {
    background: #efece3;
    margin: 0 auto 45px;
    padding: 30px;
    text-align: center;
}
.post .bookingBlock h2 {
    margin-top: -50px;
}
.post .bookingBlock .booking_icon_bg {
    background: #132043;
    border-radius: 100%;
    padding: 15px;
    display: table;
    margin: 0 auto 15px;
    line-height: 60px;
    border: 3px solid #FFF;
}
.post .bookingBlock .booking_icon_bg img {
    margin: 0;
    max-width: 45px;
}
.post .bookingBlock ul.disc {
    display: table;
    margin: 0 auto 30px;
    background: #fff;
    padding: 15px 30px;
    max-width: 100%;
}
.post .bookingBlock ul.disc li {
    text-align: left;
}

/*　DRIVER-ドライバー　*/

.driver h3 { border: none;}

.driver img {
	vertical-align: bottom;
	width: 100%;
}

.driver p.intro, .training_txt, .driver .health {
	background: #eeece4;
	padding: 15px;
}

.driver .conscious {
	margin-bottom: 15px;
	border: 4px solid #eeece4;
	border-radius: 15px;
}

.driver .conscious .photo img { border-radius: 12px 12px 0 0;}

.driver .conscious .txt { padding: 20px;}

.driver ul.point {
	font-size: 0;
	margin-top: 30px;
	text-align: center;
}

.driver ul.point li {
	background: #efe64d;
	border-radius: 120px;
	color: #2f3f6c;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	height: 110px;
	line-height: 110px;
	margin-right: 5px;
	text-align: center;
	width: 110px;
}

.driver ul.point li:last-child { margin-right: 0;}

@media print, screen and (min-width: 1024px) {

	.driver { width: 670px;}

	.driver .training_photo { display: flex;}

	.driver .training_photo p:first-child { margin-right: 10px;}

	.driver .conscious {
		display: flex;
		width: 662px;
	}

	.driver .conscious .photo { width: 331px;}

	.driver .conscious .photo img { border-radius: 12px 0 0 12px;}

	.driver .conscious .txt { width:331px;}

	.driver ul.point li {
		border-radius: 170px;
		font-size: 40px;
		height: 170px;
		line-height: 170px;
		margin-right: 20px;
		width: 170px;
	}

	.driver p.outro { text-align: center;}

}

@media print, screen and (min-width: 1240px) {

	.driver { width: 850px;}

	.driver .conscious { width: 842px;}

	.driver .conscious .photo { width: 421px;}

	.driver .conscious .txt { width:　421px;}

	.driver ul.point li {
		border-radius: 200px;
		height: 200px;
		line-height: 200px;
		width: 200px;
	}
			
}
/* 追加 */

@media print, screen and (min-width: 751px) {
.plan_sam{
 width:98%;
 display:flex;
 margin-left:-2%;
}
 .plan_sam>li{
 width:20%;
 padding-right:4%;
}
 .plan_sam>li:last-child{
 padding-right:0%;
}
 .plan_sam h3{
 border-bottom:none;
 line-height:2.2em;
}
.plan_sam_sp{
 display:none;	
}
}

@media only screen and (max-width: 750px) {
 .plan_sam{
	 display:none;
}
	.plan_sam_spm{
		margin:-40px 0 60px -3.4%;
	}
.plan_sam_sp{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	margin:0 10% 5% 10%;
	}
.plan_sam_sp>li{
	width:40%;
	margin:2% 5%;
	font-size:120%;
	font-weight: bold;
	text-align:center;
	background-color: #2c3e6f;
	color: #fff;
	line-height:2.2em;
	}
	.plan_sam_sp>li a{
		color:white;
		text-decoration:none;
	}	
}
@media print, screen and (max-width: 640px) {
 .plan_sam{
	 display:none;
}
	.plan_sam_spm{
		margin:-40px 0 60px -3.4%;
	}
.plan_sam_sp{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	margin:0 10% 5% 10%;
	}
.plan_sam_sp>li{
	width:40%;
	margin:2% 5%;
	font-size:120%;
	font-weight: bold;
	text-align:center;
	background-color: #2c3e6f;
	color: #fff;
	line-height:2.2em;
	}
	.plan_sam_sp>li a{
		color:white;
		text-decoration:none;
	}
	
}

/*追加ヘッダーTEL*/

#header p {
	font-size: 130%;
	font-weight: 700;
	float: none;
}

.header_cntTel {
	color: #d03b3b;
	font-size: 130px;
	margin-top: 3%;
	text-align: center;
}

@media print, screen and (min-width: 1024px) {
	.header_cntTel {
		margin-top: 2%;
	}
}
	
@media print, screen and (max-width: 1023px) {
	.header_cntTel {
		display: none;
	}
}

/* コラム */

#column img {
	border-radius: 6px;
	vertical-align: bottom;
	width: 100%;
}
		
#column {
	margin: 0;
	padding: 0 3%;
	box-sizing: border-box;
}
		
#column .intro {
	font-size: 90%;
	margin-bottom: 30px;
}
		
.column_box {
	margin-bottom: 20px;
}
		
.column_txt h2 {
	background: #FEF100;
	color: #000F36;
	font-size: 110%;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: left;
}
		
.column_txt p {
	font-size: 90%;
	line-height: 1.8em;
	margin-bottom: 10px;
}
		
.column_more {
	border-top: 2px solid #eee;
	font-size: 90%;
	line-height: 1.2em;
	padding-top: 8px;
	text-align: center;
}
		
.column_more a {
	color: #777;
	display: inline-block;
	text-decoration: none;
	transition: all 300ms 0s ease;
}

.column_more a:hover {
	color: #333;
	transform: translateY(5px);
}

@media print, screen and (min-width: 1023px) {
	#column img {
		border-radius: 0;
		margin-bottom: 0;
	}
			
	#column {
		padding: 0;
		width: 670px;
	}
			
	.column_box {
		border: 3px solid #000F36;
		border-radius: 6px;
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0 10px 10px;
	}
			
	.column_img {
		width: 220px;
	}
			
	.column_txt {
		width: 434px;
		margin-bottom: 15px;
	}
			
	.column_txt h2 {
		padding-left: 14px;
	}
			
	.column_txt p {
		text-align: justify;
		padding: 0 10px 0 14px;
	}
			
	.column_more {
		margin-right: 10px;
		width: 100%;
	}
}
		
@media print, screen and (min-width: 1240px) {
	#column {
		width: 848px;
	}
			
	#column .intro {
		font-size: 100%;
	}
			
	.column_box {
		padding: 15px 0 15px 15px;
	}
			
	.column_img {
		width: 280px;
	}
			
	.column_txt {
		width: 547px;
	}
			
	.column_txt h2 {
		font-size: 125%;
		margin-bottom: 15px;
	}
			
	.column_txt p {
		font-size: 100%;
		padding-right: 15px;
	}
			
	.column_more {
		margin-right: 15px;
	}
}

li.link_menu.tel-list {
	display: none !important;
	background-color: #FFF;
	border-top: 5px solid #53B535;
}

li.link_menu.tel-list p.icon,
li.link_menu.tel-list p.menu_name { color: #53B535!important;}

/* メインビジュアル */

		#mv {
			background: url("https://wagon-hire.com/struct/wp-content/uploads/mv_sp0729.jpg") no-repeat bottom;
			background-size: cover;
			margin: 60px 0 30px;
		}
		
#mv img { vertical-align: bottom;}

		.mv_inner {
			padding: 8% 4%;
			background-color: rgba(0,0,0,.55);
		}
		
		.mv_logo { margin-bottom: 5%;}
		
		.mv_bln {
			background:#dd0000;
			margin: 0 auto 12px;
			padding:0;
			position:relative;
			text-align: center;
			z-index: 10;
		}
		
		.mv_bln p {
			color:#fff;
			font-size: 3vw;
			margin-bottom: 6px;
			padding:4px 0;
			position:relative;
		}
		
		ul.mv_rmd {
			display: flex;
			justify-content: space-between;
			margin: 0 0 2.5% 0;
		}
		
		.mv_rmd li {
			background: linear-gradient(to top, #bbb,#eee 40%, #FFF);
			border-radius: 5px;
			/*box-shadow: 0px 2px 0px #ccc;*/
			margin-bottom: 0;
			text-align: center;
			width: 31%;
			border: 1px solid #ddd;
		}
		
		.mv_rmd li a {
			color: #000;
			display: block;
			font-size: 3.3vw;
			/*font-weight: bold;*/
			padding: 3% 0 2%;
		}
		
		.mv_rmd li:hover {
			background: linear-gradient(to bottom, #ddd,#eee 20%, #eee);
		}
		
		.mv_txt01 {
			color: #fff;
			font-size: 3.4vw;
			line-height: 1.5em;
			text-align: center;
		}

p.mv_txt01 { margin-bottom: 2%;}
		
		.mv_contact {
			background: #FDF050;
			display: block;
			width: 60%;
			margin: 0 auto 3%;
			padding: 1% 0;
			text-align: center;
			border-radius: 8px;
			box-shadow: 0px 3px 0px #b2a838;
		}
		
		.mv_contact:hover { opacity: .8;}
		
		.mv_contact a {
			color: #000;
			display: block;
		}

		.mv_contact a span {
			font-size: 3vw;
			line-height: 1em;
			margin: 0;
		}
		
		.mv_contact a p {
			font-family: prompt;
			font-size: 6vw;
			font-weight: 700;
			margin-bottom: 0;
		}
		
		.mv_tel {
			color: #fff;
			font-family: prompt;
			font-size: 10vw;
			font-weight: 700;
			font-style: italic;
			line-height: 1em;
			text-align: center;
		}

p.mv_tel {
	width: 75%;
	margin: 0 auto 15px;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 10px;
	background: rgba(0, 5, 5, .8);
}
		
		.mv_tel a {
			color: #fff;
		}
		
		.mv_txt02 {
			color: #fff;
			font-size: 2vw;
			line-height: 1.5em;
			margin-bottom: 3%;
			text-align: center;
		}
		
		.mv_equip {
			border: 2px solid #1B998B;
			border-style: none solid solid solid;
			font-size: 3vw;
			margin: 0 auto 5%;
			text-align: center;
			width: 55%;
		}

		p.mv_equipttl {
			background: #1B998B;
			color: #fff;
			margin-bottom: 0;
			padding: 0;
		}
		
		.mv_equip ul{
			display: flex;
			justify-content: space-around;
			margin: 0;
			padding: 3% 6%;
			background: #fff;
		}
		
		.mv_equip ul li {
			line-height: 1.5em;
			margin-bottom: 0;
			width: 25%;
		}
		
		.mv_payment {
			background: #fff;
			font-size: 3vw;
			line-height: 1.5em;
			margin: 0 auto;
			padding: 1%;
			text-align: center;
			width: 70%;
		}

.mv_payment p { margin-bottom: 0;}
		
		#mv .sp { display: block;}
		#mv .pc { display: none;}
		
		@media print, screen and (min-width: 641px) {
			#mv {
				background: url("https://wagon-hire.com/struct/wp-content/uploads/mv_pc0729.jpg") no-repeat center;
				background-size: 113%;
				margin: -60px 0 70px;
			}
			
			.mv_inner {
				background-color: rgba(0,0,0,.70);
				margin: 0 auto;
				padding: 2%;
				width: 45%;
			}
			
			.mv_logo {
				margin: 0 auto 3%;
				/*width: 80%;*/
			}
			
			.mv_bln p { font-size: 1.4vw;}
			
			.mv_rmd li a { font-size: 1.5vw;}
			
			.mv_txt01 { font-size: 1.5vw;}
			
			.mv_contact a span { font-size: 1.2vw;;}
			
			.mv_contact a p { font-size: 2.3vw;}
			
			.mv_tel { font-size: 3.8vw;}
			
			.mv_tel a { pointer-events: none;}
			
			.mv_txt02 { font-size: 1vw;}
			
			.mv_equip {
				font-size: 1vw;
				margin-bottom: 3%;
				width: 50%;
			}
			
			.mv_payment {
				font-size: 1.1vw;
				width: 70%;
			}
			
			#mv .sp {display: none;}
			#mv .pc { display: block;}
			
		}

@media only screen and (max-width: 1023px){
	.airport_gw{
	width:90%;
	font-weight:bold;
	color:white;
	background-color:red;
	line-height:1.8em;
	font-size:180%;
	padding:0 5%;
}
.airport_gw img{
	display:inline-block;
	width:20%;
	margin:20px 40%;
}
.airport_gw p{
	display:inline-block;
}
.airport_gw .btn{
	width:40%;
	margin:20px 25%;
	text-align:center;
	background-color:#1B998B;
	font-size:60%;
	padding:1% 2.5%;
	border-radius:5px;
}
.airport_gw a{
	color:white;
	text-decoration:none;
}
}

@media only screen and (min-width: 1024px){
.airport_gw{
	width:75%;
	font-weight:bold;
	color:white;
	background-color:red;
	line-height:1.8em;
	font-size:230%;
	padding:0 25%;
}
.airport_gw img{
	display:inline-block;
	width:95px;
	margin-top:20px;
}
.airport_gw p{
	display:inline-block;
}
.airport_gw .btn{
	background-color:#1B998B;
	font-size:60%;
		margin-left:-160px;
	padding:7px 7px;
	border-radius:5px;
	display:inline;
}
.airport_gw a{
	color:white;
	text-decoration:none;
}
	.sp-br_air{display:none}
}

/*20190402spmenu*/
.logo .spmenu .icon i.fa.fa-bars {
    font-size: 24px;
}
#header #nav-open p {
	font-size: 95%;
	font-weight: 700;
	line-height:1.0em;
	padding: 0;
}
.spmenu #menu{
	padding: 0;
}
.spmenu #menu p{
    font-size: 12px;
    line-height: 1.0em;	
	font-weight: normal;
}
.mobile #header .logo .spmenu{
	vertical-align: middle;
}

/*---mobilecontents---*/
#nav-drawer {
	margin-top: 35px;
	position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
    display: inline-block;
    vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000000;
    width: 100%;
    max-width: 85%;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
		-webkit-overflow-scrolling: touch;
	padding: 0 3%;
	box-sizing: border-box;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-drawer input#nav-input:checked:after {
    opacity: 1.0;
		transform: rotate(0deg);
}
#nav-drawer input[type="checkbox"]{
	display: inherit;
}
#nav-drawer input[type="checkbox"]:after {
    content: '×';
    position: fixed;
    bottom: 10%;
    right: 9.2%;
    opacity: 0;
    font-size: 300%;
    color: black;
    transition: .3s;
    transform: rotate(-360deg);
		z-index: 10000;
}

/*mobilecontents widget*/
h2.widget-title {
    background: #1c2d4f;
    vertical-align: middle;
    position: relative;
    padding: 7px 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#nav-content ul.menu{
	margin:20px 0;
	}
#nav-content ul.menu > li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	position: relative;
	margin-bottom: 0;
}
#nav-content ul.menu li:first-child {
    border-top: 1px solid #ddd;
}
#nav-content ul.menu > li > a {
    padding: 0 22px 0 10px;
    text-align: left;
    line-height: 42px;
    height: 42px;
	font-weight: bold;
}
#nav-content ul li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #1c2d4f;
    border-bottom: 1px solid #1c2d4f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
#nav-content ul.menu > li > a > b {
	padding-left:10px;
	    font-size: 90%;
    font-weight: normal;
    color: #504845;
}
#nav-content ul.menu .sub-menu li:first-child {
    border-top: 1px solid #ddd;
}
#nav-content ul.menu .sub-menu li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-bottom: 0;
	position: relative;
}
#nav-content ul.menu .sub-menu li > a {
    line-height: 42px;
    padding: 0 42px 0 40px;
    width: 100%;
    background: transparent;
}
#nav-content ul.menu .sub-menu li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 2px;
    background: #1c2d4f;
    top: 50%;
    left: 16px;
    margin-top: -2px;
}
#nav-content ul.menu .sub-menu li:last-child {
    border-bottom: 0px;
}
#nav-content ul.menu .sub-menu li > a > b {
	padding-left:10px;
}
#nav-content ul.menu .current-menu-item a {
    color: inherit !important;
}
#nav-content ul.menu .current-menu-item a b{
    color: inherit !important;
}
#nav-content .widget_sp_image img {
    margin-top: 20px;
    margin-bottom: 20px;
}
#nav-content #searchform {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}
#nav-content aside img {
    text-align: center;
    margin: 5px auto;
    display: block;
}

.page-id-47 #MESY_FTMFM_footer-tab-menu-all-wrapper,
.page-id-590 #MESY_FTMFM_footer-tab-menu-all-wrapper,
.page-id-596 #MESY_FTMFM_footer-tab-menu-all-wrapper,
.postid-5602 #MESY_FTMFM_footer-tab-menu-all-wrapper{
    display: none;
}

#header { z-index: 40!important;}
#mainImg { display: none;}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar { background-color: rgba(28,45,79,.95);}

ul#menu-sp-submenu li a { display: block;}
h2.widget-title { margin-top: 15px;}

/* グロナビの透過なし・ホバーアクション追加*/
nav#mainNav ul li li { background-color: rgba(239,239,239,1);}
nav#mainNav ul li li:first-child a:hover,
nav#mainNav ul li li:last-child a:hover,
nav#mainNav ul li li a:hover,
nav#mainNav ul li li.current-menu-item:first-child a,
nav#mainNav ul li li.current-menu-item:last-child a,
nav#mainNav ul li li.current-menu-item a
{
background-color: rgba(32,46,78,.1)!important;}

/* フッター修正 */
#footer2 {
	background: url(https://wagon-hire.com/struct/wp-content/uploads/ftr_bg01.png) no-repeat bottom #000;
	background-size: contain;
	border-bottom: 1px solid #3B3C40;
}

aside#sidebar { display: none;}

#footer2 li {
	margin-bottom: 0;
	line-height: 2rem;
}

#footer2 a { color: #fff;}

#footer2 a:hover {
	color: #ccc;
	text-decoration: underline;
}

#footer2 .inner {
	margin: 0 auto;
	padding: 0 0 2rem;
	background: url(https://wagon-hire.com/struct/wp-content/uploads/ftr_bg02.png) no-repeat bottom;
	background-size: contain;
}

.menu-ftr_menu01-container ul li { border-bottom: 1px solid #3B3C40;}

.menu-ftr_menu01-container a {
	display: block;
	padding: .5rem 0 .5rem 1rem;
}

.menu-ftr_menu01-container a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";

	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: bold;
	margin-right: .3rem;
}

.menu-ftr_menu02-container ul, .menu-ftr_menu03-container ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 1rem;
}

.menu-ftr_menu02-container ul li, .menu-ftr_menu03-container ul li { width: 50%;}
.menu-ftr_menu02-container ul li a, .menu-ftr_menu03-container ul li a { display: block;}
.menu-ftr_menu02-container ul li:first-of-type { width: 100%;}

.menu-ftr_menu02-container ul li:nth-of-type(n+2) a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";

	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: bold;
	margin-right: .3rem;
}

.menu-ftr_menu01-container, .menu-ftr_menu02-container, .menu-ftr_menu03-container {
	border: none;
	margin-bottom: 2rem;
}

.menu-ftr_menu03-container ul li:last-of-type a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";

	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: bold;
	margin-left: .4rem;
}

#copyright {
	color: #FFF;
	background: #000;
}

@media only screen and (min-width: 768px){
	
	#footer2 { clear: both;}
	
	aside#sidebar { display: block;}
	
	#footer2 .inner {
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding-top: 2rem;
	}
	
	.menu-ftr_menu01-container, .menu-ftr_menu02-container, .menu-ftr_menu03-container { border-right: 1px solid #3B3C40;}
	.menu-ftr_menu01-container { border-left: 1px solid #3B3C40;}
	
	.menu-ftr_menu01-container, .menu-ftr_menu02-container, .menu-ftr_menu03-container {
		width: 33%;
		padding: .8rem 0 .8rem 2rem;
	}
	
	.menu-ftr_menu01-container ul li { border-bottom: none;}
	
	.menu-ftr_menu01-container a::before { display: none;}
	
	.menu-ftr_menu01-container a {
		display: inline;
		padding: 0;
	}
	
	.menu-ftr_menu02-container ul li:nth-of-type(n+2) { margin-left: .8rem;}
	
	.menu-ftr_menu02-container ul, .menu-ftr_menu03-container ul {
		display: block;
		padding-left: 0;
	}
	
	.menu-ftr_menu02-container ul li, .menu-ftr_menu03-container ul li { width: 100%;}
	.menu-ftr_menu02-container ul li a, .menu-ftr_menu03-container ul li a { display: inline;}
	
}

/* 固定メニュー＆モーダルウィンドウ用 */
.mcontent{
    margin: 0 auto;
    padding: 20px;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000000;
}

.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}

		.sp_tel_modal h2 { background: #f2f2f2; border-bottom: 2px solid #ccc; padding: 8px 10px 4px; margin-bottom: 15px;}
		.sp_tel_modal h3 { margin-bottom: 5px; border-bottom: none; font-size:130%; color:#c03;}
		.sp_tel_modal p.mbtn001,.sp_tel_modal p.mbtn002,.sp_tel_modal p.mbtn003 { background: linear-gradient(90deg, #2e6ff0, #2e4fcc 50%, #2e6ff0 100%); margin-bottom: 30px; border-radius: 30px;}
		.sp_tel_modal p.none { background: #333;}
		.sp_tel_modal a { text-decoration: none; color: #fff; display: block; padding: 12px; text-align: center; transition-duration:0.2s;}
		.sp_tel_modal p.notice { font-size: 80%;}

.sp_fix_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000000;
    width: 100%;
    display: flex;
    border-top: 1px solid #fff;
    font-size: 12px;
    opacity: .95;
    margin: 0!important;
}

.sp_fix_menu li {
    width: 33.33%;
    background: #1c2d4f;
    text-align: center;
    margin-bottom: 0!important;
}

.sp_fix_menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    box-sizing: border-box;
}

.sp_fix_menu li:nth-of-type(2){
    background: #fff;
}

.sp_fix_menu li:nth-of-type(2) a {
    color: #53b535;
    border: 5px solid #53b535;
    padding: 5px 0;
}

@media only screen and (min-width: 768px){
	.sp_fix_menu { display:none;}
}


.pnavi ul.pagination {
text-align: center;
    display: flex;
   
	justify-content:center;
}
.pnavi ul.pagination.first {

    justify-content:flex-end;
}

.pnavi ul.pagination li {
  display: inline;
  margin: 0 4px;
  padding: 0;
  display: inline-block;
  background:#FFF;
	 border:#1b998b 1px solid;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
 /* border-radius: 40px; */
}
.pnavi ul.pagination li.pnavi_top{
  width: 20%;
	font-size: 90%;
}
.pnavi ul.pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #1b998b;
  text-decoration: none;
}

.pnavi ul.pagination li.current{
background:#1b998b;
	pointer-events: none;
}

.pnavi ul.pagination li.current a{
  color: #fff;
}

.pnavi ul.pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pnavi ul.pagination li a:hover,
.pnavi ul.pagination li a.active{
 color: #fff;
  background: #1b998b;
}




@media only screen and (max-width: 767px){
 /* .pnavi ul.pagination li{
    display: none;
  }
*/
 .pnavi ul.pagination li.pre,
 .pnavi ul.pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }
.pnavi ul.pagination li.pnavi_top{
  width: 30%;
	
}
	
	p.mv_tel {
		width: 90%;
	}
	
 .pnavi ul.pagination li.pre a,
 .pnavi ul.pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pnavi ul.pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pnavi ul.pagination li.next span::before{
    content: "次の10件へ　";
  }

}
