@charset "UTF-8";

/*  Theme Name: 2020template */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
caption,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/*スクロール時の位置調整用。下層ページで機能せず20210402*/
/*
html,body {
  //scroll-padding-top: 100px;
}
*/

/* common */
/*ブログのテーブルのスタイルが無効になるため記述*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
footer,
header,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

a:link {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

a:link:hover {
  opacity: 0.6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top !important;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}

/*-------201908フレックスボックス用のCSS追加-------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.display_none {
  display: none !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.ta-c {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* using button*/
.cube_btn_wrap {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 4px;
  transition: 0.2s all ease 0s;
}

.cube_btn_wrap:hover {
  padding-top: 2px;
  padding-bottom: 2px;
}

.cube_btn_wrap:hover .cube_btn {
  box-shadow: 0 2px 0 #b03318;
}

.cube_btn_wrap a:link:hover {
  opacity: 1;
}

.cube_btn_tel {
  position: relative;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  background-color: #eb6120;
  color: #fff;
  box-shadow: 0 4px 0 #b03318;
  border-radius: 5px;
}

.cube_btn {
  position: relative;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  background: #ff4119;
  color: #fff;
  box-shadow: 0 4px 0 #b03318;
  border-radius: 5px;
}

.cube_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}

.btn_icon {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 10px;
  width: auto;
}

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

.btn_txt {
  display: inline-block;
  font-weight: bold;
}

.arrow01,
.arrow02 {
  position: relative;
}

.arrow01::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
  content: "";
  width: 10px;
  height: 18px;
  background: url(assets/img/common/top-arrow01.png) center/contain no-repeat;
}

.arrow02::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(assets/img/common/top-arrow04.png) center/contain no-repeat;
}

div.wpcf7 .ajax-loader {
  display: none;
}

h2 {
  font-weight: 900;
}

h3 {
  position: relative;
  vertical-align: middle;
  margin-bottom: 10px;
  font-weight: 900;
}

h3 p {
  display: inline-flex;
  font-weight: 900;
  font-size: 22px;
  line-height: 48px;
  padding: 0 10px;
}

h3 span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #eb6120;
}

h4.l-box01 {
  position: relative;
  padding-left: 25px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
}

h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 4px solid #eb6120;
}

h4.cl-ptn02::before {
  border: 4px solid #ef9201;
}

/* パンくずリスト */
#breadcrumbs {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 10px;
}

#breadcrumbs a {
  display: inline;
}

#breadcrumbs span>span:first-child>a {
  position: relative;
  color: #eb6120;
  font-weight: bold;
  padding-left: 20px;
}

#breadcrumbs span>span:first-child>a::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(assets/img/common/icon-home.png) center/contain no-repeat;
}

.bx-wrapper {
  /* defroute */
  margin-bottom: 0 !important;
}

/* carousel */
.sl-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.sl-img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sl-status {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 100px;
}

.sl-status.before {
  background: url(assets/img/top/top-situation03.png) center/contain no-repeat;
}

.sl-status.half {
  background: url(assets/img/top/top-situation02.png) center/contain no-repeat;
}

.sl-status.after {
  background: url(assets/img/top/top-situation01.png) center/contain no-repeat;
}

.sl-info {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 30px;
}

.sl-point {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 5px;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 5px;
  background-color: #fff;
  color: #eb6120;
  border: 2px solid #eb6120;
}

.portfolio-wrapper li.sl-point {
  margin-right: 5px;
}

.sl-city {
  float: left;
  margin-right: 10px;
}

.sl-name {
  float: left;
}

.sl-plan {
  font-size: 18px;
}

.sb-cate {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 45px;
  color: #fff;
  width: 100%;
}

.sb-cate.blog {
  background-color: rgba(235, 97, 32, 0.8) !important;
}

.sb-cate.blog2 {
  background-color: rgba(239, 146, 0, 0.8) !important;
}

.sl-ttl {
  text-decoration: underline;
  line-height: 60px;
  background-color: #fff;
}



.sp_link {
  pointer-events: none;
}

.sp_link a {
  pointer-events: none;
}

span#campany_nameTOP {
  position: absolute;
  top: 70px;
  left: 150px;
  display: block;
  width: auto;
  height: auto;
  font-size: 26px;
}



/* /css/style.css より結合 */

/*===========================================*/
/*==余白関連==*/
/*===========================================*/
/*Margin All*/
.mar_a_05 {
  margin: 5px;
}

.mar_a_10 {
  margin: 10px;
}

.mar_a_15 {
  margin: 15px;
}

.mar_a_20 {
  margin: 20px;
}

.mar_a_25 {
  margin: 25px;
}

.mar_a_30 {
  margin: 30px;
}

.mar_a_35 {
  margin: 35px;
}

.mar_a_40 {
  margin: 40px;
}

.mar_a_45 {
  margin: 45px;
}

.mar_a_50 {
  margin: 50px;
}

.mar_a_55 {
  margin: 55px;
}

.mar_a_60 {
  margin: 60px;
}

/*Margin Top*/
.mar_t_05 {
  margin-top: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_t_15 {
  margin-top: 15px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_t_25 {
  margin-top: 25px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_t_35 {
  margin-top: 35px;
}

.mar_t_40 {
  margin-top: 40px;
}

.mar_t_45 {
  margin-top: 45px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_t_55 {
  margin-top: 55px;
}

.mar_t_60 {
  margin-top: 60px;
}

/*Margin Right*/
.mar_r_05 {
  margin-right: 5px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_r_15 {
  margin-right: 15px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_r_25 {
  margin-right: 25px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_r_35 {
  margin-right: 35px;
}

.mar_r_40 {
  margin-right: 40px;
}

.mar_r_45 {
  margin-right: 45px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_r_55 {
  margin-right: 55px;
}

.mar_r_60 {
  margin-right: 60px;
}

/*Margin Bottom*/
.mar_b_05 {
  margin-bottom: 5px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_b_15 {
  margin-bottom: 15px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_b_25 {
  margin-bottom: 25px;
}

.mar_b_30 {
  margin-bottom: 30px;
}

.mar_b_35 {
  margin-bottom: 35px;
}

.mar_b_40 {
  margin-bottom: 40px;
}

.mar_b_45 {
  margin-bottom: 45px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_b_55 {
  margin-bottom: 55px;
}

.mar_b_60 {
  margin-bottom: 60px;
}

/*Margin Left*/
.mar_l_05 {
  margin-left: 5px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_l_15 {
  margin-left: 15px;
}

.mar_l_20 {
  margin-left: 20px;
}

.mar_l_25 {
  margin-left: 25px;
}

.mar_l_30 {
  margin-left: 30px;
}

.mar_l_35 {
  margin-left: 35px;
}

.mar_l_40 {
  margin-left: 40px;
}

.mar_l_45 {
  margin-left: 45px;
}

.mar_l_50 {
  margin-left: 50px;
}

.mar_l_55 {
  margin-left: 55px;
}

.mar_l_60 {
  margin-left: 60px;
}

/*Padding All*/
.pad_a_05 {
  padding: 5px;
}

.pad_a_10 {
  padding: 10px;
}

.pad_a_15 {
  padding: 15px;
}

.pad_a_20 {
  padding: 20px;
}

.pad_a_25 {
  padding: 25px;
}

.pad_a_30 {
  padding: 30px;
}

.pad_a_35 {
  padding: 35px;
}

.pad_a_40 {
  padding: 40px;
}

.pad_a_45 {
  padding: 45px;
}

.pad_a_50 {
  padding: 50px;
}

.pad_a_55 {
  padding: 55px;
}

.pad_a_60 {
  padding: 60px;
}

/*Padding Top*/
.pad_t_05 {
  padding-top: 5px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_t_15 {
  padding-top: 15px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_t_25 {
  padding-top: 25px;
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_t_35 {
  padding-top: 35px;
}

.pad_t_40 {
  padding-top: 40px;
}

.pad_t_45 {
  padding-top: 45px;
}

.pad_t_50 {
  padding-top: 50px;
}

.pad_t_55 {
  padding-top: 55px;
}

.pad_t_60 {
  padding-top: 60px;
}

/*Padding Right*/
.pad_r_05 {
  padding-right: 5px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_r_15 {
  padding-right: 15px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_r_25 {
  padding-right: 25px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_r_35 {
  padding-right: 35px;
}

.pad_r_40 {
  padding-right: 40px;
}

.pad_r_45 {
  padding-right: 45px;
}

.pad_r_50 {
  padding-right: 50px;
}

.pad_r_55 {
  padding-right: 55px;
}

.pad_r_60 {
  padding-right: 60px;
}

/*Padding Bottom*/
.pad_b_05 {
  padding-bottom: 5px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_b_15 {
  padding-bottom: 15px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_b_25 {
  padding-bottom: 25px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_b_35 {
  padding-bottom: 35px;
}

.pad_b_40 {
  padding-bottom: 40px;
}

.pad_b_45 {
  padding-bottom: 45px;
}

.pad_b_50 {
  padding-bottom: 50px;
}

.pad_b_55 {
  padding-bottom: 55px;
}

.pad_b_60 {
  padding-bottom: 60px;
}

/*Padding Left*/
.pad_l_05 {
  padding-left: 5px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_l_15 {
  padding-left: 15px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_l_25 {
  padding-left: 25px;
}

.pad_l_30 {
  padding-left: 30px;
}

.pad_l_35 {
  padding-left: 35px;
}

.pad_l_40 {
  padding-left: 40px;
}

.pad_l_45 {
  padding-left: 45px;
}

.pad_l_50 {
  padding-left: 50px;
}

.pad_l_55 {
  padding-left: 55px;
}

.pad_l_60 {
  padding-left: 60px;
}

/*===========================================*/
/*==文字関連==*/
/*===========================================*/
/*html=12px基準*/
.font-4 {
  font-size: 66.7%;
}

.font-3 {
  font-size: 75%;
}

.font-2 {
  font-size: 83.3%;
}

.font-1 {
  font-size: 91.7%;
}

.font_normal {
  font-size: 100%;
}

.font1 {
  font-size: 108.3%;
}

.font2 {
  font-size: 116.7%;
}

.font3 {
  font-size: 125%;
}

.font4 {
  font-size: 133.3%;
}

.font5 {
  font-size: 141.7%;
}

.font6 {
  font-size: 150%;
}

.font7 {
  font-size: 158.3%;
}

.font8 {
  font-size: 166.7%;
}

.font9 {
  font-size: 175%;
}

.font10 {
  font-size: 183.3%;
}

.font11 {
  font-size: 191.7%;
}

.font12 {
  font-size: 200%;
}

/*文字色*/
.c_red {
  color: #D91318;
}

.c_crimson {
  color: #CC0000;
}

.c_blue {
  color: #003366;
}

.c_green {
  color: #669933;
}

.c_yellow {
  color: #FFCC00;
}

.c_white {
  color: #FFFFFF;
}

.c_black {
  color: #333333;
}

.c_pink {
  color: #FF99CC;
}

.c_brown {
  color: #CC6600;
}

.c_gray {
  color: #999999;
}

.c_orange {
  color: #FF6600;
}

/*太字*/
.bold {
  font-weight: bold;
}

.no_bold {
  font-weight: normal;
}

/*アンダーライン*/
.underline {
  text-decoration: underline;
}

/*リンクの下線状態逆転*/
a.no_under {
  text-decoration: none;
}

a.no_under:hover {
  text-decoration: underline;
}

/*===========================================*/
/*==フロート関連==*/
/*===========================================*/
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

/*===========================================*/
/*==文字寄せ関連==*/
/*===========================================*/
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*===========================================*/
/*==ボーダー関連==*/
/*===========================================*/
.border {
  border: 1px solid #eee;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.border-top {
  border-top: 1px solid #333333;
}

.border-right {
  border-right: 1px solid #333333;
}

.border-bottom {
  border-bottom: 1px solid #333333;
}

.border-left {
  border-left: 1px solid #333333;
}

.borderless {
  border: none;
}

/*===========================================*/
/*==クリアフィックス==*/
/*===========================================*/
.clearfix {
  zoom: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: ".";
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*\*/
*html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/**/
/*===========================================*/
/*==ロールオーバー時画像透過==*/
/*===========================================*/
.opacity:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*背景が白以外の時*/
a.hover_img2 {
  background-color: #ffffff;
  /*背景に白を設定*/
  display: block;
  /*ブロック化*/
}

a:hover.hover_img2 img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*===========================================*/
/*==パンくずリスト==*/
/*===========================================*/
/* #breadcrumbs {
margin:0 auto;
padding:10px 0 5px;
width:985px;
}
@media screen and (max-width: 767px){
	#breadcrumbs {
		width:100%;
	}
} */

/* //common */
/* header */
header {
  width: 100%;
  background-color: #fff;
  z-index: 9999 !important;
  position: absolute;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header.fixed .headbnr_topTEXT {
  display: none;
}

header.fixed .headbnr_wrapper {
  margin-top: -32px;
}

header button {
  display: none;
  border: none;
  padding: 0 8px;
  width: 40px;
  height: 43px;
  color: #fff;
  background-color: #000;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 5px;
  border-radius: 5px;
  z-index: 100;
  text-align: center;
  outline: none;
  border-bottom: 3px solid #999;
}

header button span {
  color: #000;
  /* ハンバーガーボタン3本線 */
}

header button span .bar {
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

header button span .bar1 {
  margin: -8px 0 4px;
}

header button .close {
  letter-spacing: 1px;
  display: none;
}

header button .menu {
  display: block;
}

header button .active {
  /*  メニューアクティブ時  */
}

header button .active span.bar {
  width: 23px;
}

header button .active .bar1 {
  transform: rotate(45deg);
  margin: -1px 5px;
}

header button .active .bar2 {
  opacity: 0;
}

header button .active .bar3 {
  transform: rotate(-45deg);
  margin: 9px 3px;
}

header button .active .menu {
  display: none;
}

header button .active .close {
  display: block;
}

header .headbnr {
  /* .headbnr */
  width: 1162px;
  margin: 0 auto;
}

header .headbnr h1 {
  margin-top: 10px;
  font-size: 14px;
}

header .headbnr .headbnr_wrapper {
  display: flex;
  justify-content: space-between;
  /* free dial */
}

header .headbnr .headbnr_wrapper h1 {
  height: 110px;
  overflow: hidden;
  width: 530px;
  margin-top: 10px;
  position: relative;
}

header .headbnr .headbnr_wrapper h1 span.storeText {
  font-size: 28px;
  color: #EB6120;
  position: absolute;
  top: 20px;
  font-weight: 700;
}

header .headbnr .headbnr_wrapper img#dokutoru {
  width: 140px;
  height: 100%;
  float: left;
}

header .headbnr .headbnr_wrapper a img#storeName {
  display: block;
  height: auto;
  float: left;
  margin-top: 5px;
}

#storeName {
  max-width: 200px;
}

header .headbnr .headbnr_wrapper .cube_btn_wrap {
  /* free contact right button */
  margin-top: 23px;
}

header .headbnr .headbnr_wrapper .cube_btn {
  font-size: 20px;
  width: 210px;
  height: 50px;
  line-height: 25px;
}

header .headbnr .headbnr_wrapper .cube_btn span {
  display: inline-block;
  padding: 0 4px;
  font-size: 17px;
  margin-right: 3px;
  color: #ff4119;
  background-color: #ffe300;
  font-weight: bold;
  border-radius: 3px;
}

header .headbnr .headbnr_wrapper .btn_icon {
  height: 40px;
  margin-top: 5px;
  margin-right: 15px;
}

header .headbnr .headbnr_wrapper .headbnr_contact {
  margin-top: 28px;
  line-height: 1.2;
}

header .headbnr .headbnr_wrapper .headbnr_contact p {
  font-weight: bold;
}

header .headbnr .headbnr_wrapper .headbnr_contact p span {
  color: #EB6120;
  font-size: 34px;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

header .headbnr .headbnr_wrapper .headbnr_contact p span img {
  height: 30px;
  width: auto;
  display: inline-block;
  margin: 4px 5px 0 0;
}

/* sp menu button */
header button {
  display: none;
  border: none;
  padding: 0 8px;
  width: 40px;
  height: 43px;
  color: #fff;
  background-color: #000;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 5px;
  border-radius: 5px;
  z-index: 100;
  text-align: center;
  outline: none;
  border-bottom: 3px solid #999;
}

header button span.bar {
  /*   ハンバーガーボタン3本線   */
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

header button span.bar1 {
  margin: -8px 0 4px;
}

header button .close {
  letter-spacing: 1px;
  display: none;
}

header button .menu {
  display: block;
}

header button span {
  color: #000;
}

header button.active span.bar {
  width: 23px;
}

header button.active .bar1 {
  transform: rotate(45deg);
  margin: -1px 5px;
}

header button.active .bar2 {
  opacity: 0;
}

header button.active .bar3 {
  transform: rotate(-45deg);
  margin: 9px 3px;
}

header button.active .menu {
  display: none;
}

header button.active .close {
  display: block;
}
.glovalnav {
  background-color: #FF971F;
  box-shadow: 0 4px 0 #f96c0e;
}

.glovalnav ul {
  width: 980px;
  margin: 0 auto
}

.glovalnav ul li {
  float: left;
  width: calc(99% / 7);
  text-align: center;
  position: relative
}

.glovalnav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  height: 20px;
  padding: 12px 0
}

.glovalnav ul li a:hover {
  opacity: 1
}

.glovalnav ul li a::before {
  position: absolute;
  bottom: 8px;
  right: calc(50% - 31px);
  content: '';
  width: 30px;
  height: 3px;
  background: grey;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s
}

.glovalnav ul li a::after {
  position: absolute;
  bottom: 8px;
  left: calc(50% - 31px);
  content: '';
  width: 30px;
  height: 3px;
  background: #eb6120;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s
}

.glovalnav ul li a:hover::after,
.glovalnav ul li a:hover::before {
  transform: scale(1, 1)
}

.glovalnav ul li.active a::after,
.glovalnav ul li.active a::before {
  transform: scale(1, 1)
}

.glovalnav ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #fff;
  right: 0;
  top: 7px;
  transform: rotate(10deg)
}

.glovalnav ul li:last-child::after {
  display: none
}

.glovalnav ul li .nav_clist>li {
  border-bottom: 1px solid #fff;
  position: relative;
  float: none;
  width: 162px;
  overflow: hidden
}

.glovalnav ul li .nav_clist li::after,
.glovalnav ul li .nav_clist li:last-child::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #EB6120 #EB6120 transparent transparent;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 10px;
  background-color: rgba(0, 0, 0, 0)
}

.glovalnav ul li.active .nav_clist li a::after,
.glovalnav ul li.active .nav_clist li a::before {
  transform: scale(0, 0)
}

.glovalnav ul li .nav_clist li a:hover::after,
.glovalnav ul li .nav_clist li a:hover::before {
  transform: scale(0, 0)
}

.glovalnav>ul>li:hover .nav_clist {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate
}

@media screen and (max-width: 767px) {
  .glovalnav>ul>li:hover .nav_clist {
    -webkit-animation: none;
    animation: none;
  }
}

.glovalnav>ul>li>.nav_clist>li>a {
  background-color: rgba(0, 0, 0, .9);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: left;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 30px 10px 12px;
  font-size: 14px;
  text-decoration: none
}

.glovalnav>ul>li>.nav_clist>.blog>a {
  font-size: 12px
}

.glovalnav>ul>li>.nav_clist>li>a:hover {
  background: #eb6120
}

ul.nav_clist {
  display: none;
  -webkit-transition: All .5s ease;
  -o-transition: All .5s ease;
  transition: All .5s ease;
  width: 162px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0
}

.nav_clist>li>a.current {
  background: #eb6120
}

.nav_clist>li:hover .nav_glist {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate
}
/*
.glovalnav {
  background-color: #eb6120;
  border-top: solid 4px #ff8c2e;
  border-bottom: solid 4px #ff8c2e;
}

.glovalnav .mainnav {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.glovalnav .mainnav li:first-child {
  width: 8%;
  text-align: left;
}

.glovalnav .mainnav li {
  width: calc(92% / 5);
  text-align: center;
  position: relative;
}

.glovalnav .mainnav>li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.glovalnav .mainnav>li:not(:first-child) img {
  display: block;
  margin: 0 auto 4px;
}

.glovalnav .mainnav li a {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
}

.glovalnav .mainnav li a:hover {
  opacity: 1;
}

/* .glovalnav .mainnav > li:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #da4f0a;
  left: 0;
  top: 0;
} */

.glovalnav .mainnav li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #da4f0a;
  right: 0;
  top: 0;
}

.glovalnav .mainnav li .nav_clist>li {
  border-bottom: 1px solid white;
  position: relative;
  float: none;
  width: 100%;
  overflow: hidden;
}

.glovalnav .mainnav li .nav_clist li::after,
.glovalnav .mainnav li .nav_clist li:last-child::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 10px;
  background-color: rgba(0, 0, 0, 0);
}

.glovalnav .mainnav li.active .nav_clist li a::before,
.glovalnav .mainnav li.active .nav_clist li a::after {
  transform: scale(0, 0);
}

.glovalnav .mainnav li .nav_clist li a:hover::before,
.glovalnav .mainnav li .nav_clist li a:hover::after {
  transform: scale(0, 0);
}

.glovalnav .mainnav>li:hover .nav_clist {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate;
}

.glovalnav .mainnav li .nav_clist li a {
  background-color: rgb(235, 95, 30, 1);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: left;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 35px 10px 12px;
  font-size: 14px;
  text-decoration: none;
}

.glovalnav .mainnav li .nav_clist li a:hover {
  background: rgb(255, 140, 46, 1);
}
*/
ul.nav_clist {
  display: none;
  -webkit-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
}

.nav_clist>li>a.current {
  background: #eb6120;
}

.nav_clist>li:hover .nav_glist {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate;
}

/* top page */
.toppage {
  overflow: hidden;
  padding-top: 230px;
  display: block;
}

.toppage .bx-wrapper {
  margin: 20px auto 0 !important;
}

.toppage .bx-wrapper .bx-prev {
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.toppage .bx-wrapper .bx-prev::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  left: 15px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.toppage .bx-wrapper .bx-next {
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.toppage .bx-wrapper .bx-next::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: calc(50% - 10px);
  right: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.toppage .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  border-radius: 5px;
}

.toppage .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
}

.toppage .sl-txtAra {
  padding-top: 10px;
  min-height: 90px;
}

.toppage .staff-list {
  position: relative;
}

.toppage .staff-list .bx-wrapper .bx-controls-direction a {
  margin-top: -70px;
}

.mainvidual {
  background: url(assets/img/top/mv-bg.png) repeat;
}

.mainvidual .mainimg {
  max-width: 1162px;
  padding: 0 10px;
  margin: 0 auto;
}

.btnArea.ptn01 {
  padding: 30px 0;
  text-align: center;
}

.btnArea.ptn01 .cube_btn {
  width: 520px;
  height: 25px;
  font-size: 19px;
  line-height: 25px;
  margin: 0 10px;
  background: #eb6120;
}

.btnArea.ptn01 .cube_btn.arrow02::after {
  top: calc(50% - 10px);
  right: 15px;
  content: "";
  width: 20px;
  height: 20px;
}

.seminar-cate01 {
  background-color: #3488d0 !important;
}

.seminar-cate02 {
  background-color: #ae7ac4 !important;
}

.seminar-cate03 {
  background-color: #795548 !important;
}

.seminar-cate04 {
  background-color: #CDDC39 !important;
}

.seminar-cate05 {
  background-color: #dc39a2 !important;
}

.seminar-cate06 {
  background-color: #e64d3d !important;
}

.slider-wrapper {
  width: 1162px;
  margin: 0 auto;
}

.toplist_new {
  margin-bottom: 40px;
}

.top-list {
  margin-bottom: 20px;
  padding: 20px 0;
  background-color: #f1f2f5;
}

.top-list .cube_btn {
  display: block;
  height: 25px;
  padding: 15px 20px;
}

.top-list .cont03 .btn_icon {
  margin-right: 15px;
  float: left;
}

.top-list .cont03 .btn_txt {
  display: block;
}

.top-list .arrow02::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(assets/img/common/top-arrow04.png) center/contain no-repeat;
}

.top-list .cont03 {
  margin: 15px 0 25px;
  display: flex;
  flex-wrap: wrap;
}

.top-list .cont03 li {
  font-size: 19px;
  line-height: 25px;
  width: calc(98% / 3);
  margin-bottom: 1%;
}

.top-list .cont03 li:not(:nth-child(3n)) {
  margin-right: 1%;
}

.top-list .cont03 li .cube_btn {
  background-color: #eb6120;
}

/* .top-list .cont03 li:last-child .cube_btn {
  padding: 7px 15px;
  height: 41px;
  line-height: 20px;
}

.top-list .cont03 li:last-child .btn_icon {
  margin-top: 9px;
  width: auto;
  height: 25px;
} */

/* .top-list .cont03 li:first-child {
  margin-left: 0;
} */

.top-list .cont04 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.top-list .cont04 .btn_icon {
  margin-right: 0;
}

.top-list .cont04 li {
  font-size: 19px;
  line-height: 25px;
  width: calc(98% / 3);
  margin-bottom: 1%;
}

.top-list .cont04 li:not(:nth-child(3n)) {
  margin-right: 1%;
}


.top-list .cont04 li span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: 25px;
}

.top-list .cont04 li .cube_btn {
  padding: 15px;
  background: #ef9201;
  box-shadow: 0 4px 0 #9e6000;
}

.top-list .cont04 li .cube_btn .btn_txt {
  padding-right: 0;
  font-size: .9em;
}

.top-list .cont04 li .cube_btn_wrap:hover .cube_btn {
  box-shadow: 0 2px 0 #9e6000;
}

.top-list .arrow02::after {
  right: 10px;
}

.top-list .cont03 li .cube_btn_wrap,
.top-list .cont04 li .cube_btn_wrap {
  width: 100%;
}

.top-flow {
  padding: 40px 0;
}

.top-flow .ttl {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 15px;
}

.top-flow ul {
  max-width: 100%;
  height: 80px;
}

.top-flow ul.sp {
  display: none;
}

.top-flow ul li {
  float: left;
}

.top-flow ul li a {
  display: block;
}

.top-flow ul li a img {
  height: 80px;
  width: auto;
}

.news-link {
  margin-top: 20px;
  text-align: right;
}

.news-link a {
  position: relative;
  font-size: 16px;
  padding-right: 20px;
  color: #000;
}

.news-link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #eb6120;
  border-bottom: 1px solid #eb6120;
  transform: rotate(-45deg);
}

@-webkit-keyframes nav_active {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes nav_active {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*エディタースタイル反映*/
.blog_wrap .single_post_detail {
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.7;
  color: #000000;
}

.blog_wrap .single_post_detail h1 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  border-left: 4px solid #FFA12B;
  border-bottom: 1px dotted #FFA12B;
  clear: both;
  height: auto;
  font-weight: bold;
}

.blog_wrap .single_post_detail h2 {
  color: #eb6120;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  border-left: 4px solid #FFA12B;
  border-bottom: 1px dotted #FFA12B;
  clear: both;
  height: auto;
  font-weight: bold;
}

.blog_wrap .single_post_detail h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px double #FFA12B;
	clear: both;
	font-weight: bold;
}
.blog_wrap .single_post_detail h3 span {
	font-size: inherit;
	line-height: inherit;
	color: #000;
}
.blog_wrap .single_post_detail h4 {
	font-size: 16px;
}
.blog_wrap .single_post_detail h5 {
	font-size: 16px;
}
.blog_wrap .single_post_detail h6 {
	font-size: 16px;
}

.blog_wrap .single_post_detail h4,
.blog_wrap .single_post_detail h5,
.blog_wrap .single_post_detail h6 {
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px dotted #FFA12B;
  font-weight: bold;
}


.blog_wrap .single_post_detail p {
  margin-bottom: 20px;
}

.blog_wrap .single_post_detail p a {
  display: inline-block;
  font-weight: bold;
  color: #1a73e8;
  border-bottom: 2px solid #1a73e8;
}

.blog_wrap .single_post_detail img {
  max-width: 100%;
  height: auto;
}

.blog_wrap .single_post_detail .alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.blog_wrap .single_post_detail .alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.blog_wrap .single_post_detail .aligncenter {
  clear: both;
  margin: 10px auto;
}

.blog_wrap .single_post_detail ul,
.blog_wrap .single_post_detail ol {
  margin: 0 0 20px 0;
}

.blog_wrap .single_post_detail ul li,
.blog_wrap .single_post_detail ol li {
  margin-bottom: 5px;
  padding-left: 20px;
}

.blog_wrap .single_post_detail .reference {
  background: #EEEEEA;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.blog_wrap .single_post_detail a.ex_link {
  padding-right: 15px;
}

/*TOPページ施工事例３件以下の場合のスタイル*/
ul.portfolio-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

ul.portfolio-wrapper li {
  width: 370px;
  height: auto;
  margin-right: 27px;
}

ul.portfolio-wrapper li:last-child {
  margin-right: 0;
}

ul.portfolio-wrapper li.sl-point {
  width: auto;
}

.top-map {
  /* not using ? */
  padding: 30px 0;
  background-color: #f1f2f5;
}

.top-map ul {
  background-color: #fff;
  border: 5px solid #000;
}

.top-map ul li {
  float: left;
  width: 50%;
}

.top-map .ttlArea {
  position: relative;
  background-color: #000;
  padding: 10px 0 15px;
  padding: 50px 30px 0 30px;
}

.top-map .ttlArea .icon {
  position: absolute;
  width: 150px;
  left: 10px;
  top: -30px;
}

.top-map .ttlArea .ttl {
  margin-left: 170px;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}

.top-map .ttlArea .area {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 900;
}

.top-map .ttlArea .place {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.top-map .ttlArea .place::after {
  content: "";
  position: absolute;
  background-color: #eb6120;
  width: 10px;
  height: 10px;
  left: 0;
  top: 3px;
  border-radius: 50%;
}

.top-map .ttlArea .etc {
  padding: 20px 0;
  font-size: 18px;
  line-height: 20px;
  color: #eb6120;
  border: 2px solid #eb6120;
}

#intro_new {
  padding-top: 0;
}



#pageTop {
  display: none;
  position: fixed;
  z-index: 10000;
  right: 40px;
  bottom: 90px;
  width: 50px;
}

/* not top page main visual */
#lower .mainvidual .mainimg {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 220px;
}

.case-main {
  background: url(assets/img/case/main-case.jpg) right/contain no-repeat;
}

.voice-main {
  background: url(assets/img/voice/main-voice2.jpg) right/contain no-repeat;
}

.staff-main {
  background: url(assets/img/staff/main-staff.jpg) right/contain no-repeat;
}

.aeon_loan-main {
  background: url(assets/img/aeon_loan/aeon_loan_main_img.jpg) right/contain no-repeat;
}

.blog-main {
  background: url(assets/img/blog/main-blog.jpg) right/contain no-repeat;
}

.blog1-main {
  background: url(assets/img/blog/main-blog1.jpg) right/contain no-repeat;
}

.blog2-main {
  background: url(assets/img/blog/main-blog2.jpg) right/contain no-repeat;
}

.recruit-main {
  background: url(assets/img/blog/main-recruit.jpg) right/contain no-repeat;
}

.estimate-main {
  background: url(assets/img/estimate/main-estimate.png) right/contain no-repeat;
}

.amamori-main {
  background: url(assets/img/estimate/main-amamori.jpg) right/contain no-repeat;
}

.tvcm-main {
  background: url(assets/img/protimes_tvcm/main-tvcm.jpg) right/contain no-repeat;
}

.cashless-main {
  background: url(assets/img/cashless/main-cashless.jpg) right/contain no-repeat;
}

.line-main {
  background: url(assets/img/line/main-line.jpg) right/contain no-repeat;
}

.present-main {
  background: url(assets/img/present/main-present.png) right/contain no-repeat;
}

.tour-main {
  background: url(assets/img/tour/main-tour.png) right/contain no-repeat;
}

.rembrandt-main {
  background: url(assets/img/rembrandt/main-rembrandt.jpg) right/cover no-repeat;
}

.volunteer-main {
  background: url(assets/img/volunteer/main-volunteer.jpg) right/contain no-repeat;
}

#page_title .mainimg {
  position: relative;
}

#page_title h2 {
  position: absolute;
  font-size: 56px;
  text-align: center;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
}

.page_ttl_small {
  font-size: 40px;
  font-weight: bold;
}

.wp-pagenavi {
  text-align: center;
  padding: 50px 0;
}

.wp-pagenavi .pages,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: none;
}

.wp-pagenavi span.current {
  background-color: #000;
  color: #fff;
  font-weight: normal;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  font-size: 22px;
  padding: 0 !important;
  border: 1px solid #000;
}

h2.u-line01 {
  font-size: 40px;
  padding: 40px 0 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 5px solid #eb6120;
}

h2.u-line01::before {
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  bottom: -16px;
  border-right: 10px solid transparent;
  border-top: 15px solid #eb6120;
  border-left: 10px solid transparent;
}

h2.u-line01 span {
  color: #eb6120;
  font-weight: 900;
}

h2.u-line01 span.big {
  font-size: 52px;
}

h2.u-line_new {
  padding-bottom: 50px;
  width: 800px;
}

h2.u-line02 {
  font-size: 46px;
  text-align: center;
  padding: 50px 0 20px;
  margin-bottom: 20px;
  position: relative;
}

h2.u-line02::before {
  position: absolute;
  bottom: 0px;
  right: calc(50% - 50px);
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
}

h2.u-line02::after {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 51px);
  content: '';
  width: 50px;
  height: 5px;
  background: #eb6120;
}

h2.u-line02 span {
  color: #eb6120;
  font-weight: 900;
}

h2.u-line02 span.big {
  font-size: 50px;
}

h2.u-line02 span.small {
  color: #000;
  font-size: 30px;
}

.l-line {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  position: relative;
  font-size: 28px;
}

.l-line::before {
  position: absolute;
  content: "";
  background-color: #000;
  left: 0;
  bottom: calc(50% + 1px);
  width: 5px;
  height: 50%;
}

.l-line::after {
  position: absolute;
  content: "";
  background-color: #eb6120;
  left: 0;
  top: 50%;
  width: 5px;
  height: 50%;
}

.l-line span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #eb6120;
}

.sec-inner {
  /* using */
  max-width: 1162px;
  padding: 0 10px;
  margin: 0 auto;
}

#lower .sec-inner {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}

#lower footer .sec-inner {
  max-width: 1162px;
  padding: 0 10px;
  margin: 0 auto;
}

/* singl page */
#lower {
  overflow: hidden;
  padding-top: 220px;
}

#lower .paging {
  text-align: center;
  width: 460px;
  margin: 60px auto;
}

#lower .paging a {
  border: 1px solid #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}

#lower .paging .prev {
  float: left;
  width: 150px;
}

#lower .paging .prev a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  top: calc(50% - 3px);
  left: 12px;
}

#lower .paging .next {
  float: right;
  width: 150px;
}

#lower .paging .next a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: calc(50% - 3px);
  right: 12px;
}

#lower .paging .back {
  width: 120px;
  margin: 0 auto;
}

#lower .paging .back a {
  background-color: #000;
  color: #fff;
}

#detail_container .comment {
  /* using now ? */
  margin-top: 60px;
}

#detail_container .comment .ttl {
  position: relative;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0 15px 40px;
  margin-bottom: 10px;
  border-bottom: 3px solid #eb6120;
}

#detail_container .comment .ttl::before {
  position: absolute;
  left: 0;
  content: "";
  height: 30px;
  width: 30px;
  background: url(assets/img/case/icon-fukudashi.png) center/contain no-repeat;
}

#detail_container .comment.tanto .ttl::before {
  width: 25px;
  background: url(assets/img/case/icon-comment.png) center/contain no-repeat;
}

#detail_container .comment .txt {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

#page_title_center {
  /* using now ? */
  text-align: center;
}

#page_title_center h2 {
  font-size: 46px;
  padding-top: 40px;
}

#page_title_center span {
  color: #888888;
  display: block;
  border-bottom: 3px solid #000;
  position: relative;
  padding-bottom: 25px;
  margin-top: 10px;
}

#page_title_center span:before {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 3px solid #eb6120;
  position: absolute;
  bottom: 0;
  margin-bottom: -3px;
}

/* sp設定 */

/* add option start */

/* add option end */
/* sp設定 */
/* top-choice pc */
.top-choice h2 {
  height: 60px;
}

.top-choice h2 .cube_btn_wrap {
  vertical-align: top;
  margin-left: 20px;
}

.top-choice h2 .cube_btn {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  width: 170px;
  background-color: #eb6120;
}

.top-choice h2 .cube_btn.arrow02::after {
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
}

.top-choice ul li {
  float: left;
  width: calc((99% / 3) - 8px);
  margin-left: 12px;
}

.top-choice ul li a.sp {
  display: none;
}

.top-choice ul li:first-child {
  margin-left: 0;
}

.top-choice .btnArea {
  padding: 30px 0;
  text-align: center;
  height: 80px;
}

.top-choice .btnArea .cube_btn {
  background-color: #eb6120;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0;
  width: 800px;
  height: 30px;
}

/* top-choice end */
/* top-contact pc */
.top-contact {
  padding: 30px 0 0;
  background-color: #f1f2f5;
}

.top-contact h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

.top-contact ul li {
  float: left;
  position: relative;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  margin-left: 20px;
}

.top-contact ul li:nth-child(odd) {
  margin-left: 0;
}

.top-contact ul li .cube_btn_wrap {
  position: absolute;
  left: 30px;
  bottom: 16px;
}

.top-contact ul li:nth-child(2) .cube_btn {
  width: 420px;
  padding: 12px 15px 12px 30px;
  font-size: 25px;
  line-height: 31px;
  height: 31px;
}

.top-contact ul li:nth-child(2) .cube_btn span {
  display: inline-block;
  padding: 0 4px;
  font-size: 19px;
  color: #ff4119;
  background-color: #ffe300;
  font-weight: bold;
  margin-right: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}

/* top-contact end */

/* .top-example .top-voice .top-blog */
.top-example,
.top-voice {
  position: relative;
}

.top-example::before,
.top-voice::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 280px;
  bottom: 0;
  left: 0;
  background-color: #fdf4e6;
}

.top-example .intro,
.top-voice .intro {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 0;
}

.top-example .bx-wrapper .bx-controls-direction a,
.top-voice .bx-wrapper .bx-controls-direction a {
  margin-top: -90px;
}

.top-example h2,
.top-voice h2,
.top-blog h2 {
  display: inline-block;
  text-align: left;
}

.top-example h2 .icon,
.top-voice h2 .icon,
.top-blog h2 .icon {
  float: left;
  width: 126px;
}

.top-example h2 .txt,
.top-blog h2 .txt {
  padding-left: 10px;
  padding-top: 9px;
  line-height: 54px;
  float: left;
  font-weight: 900;
}

/* .top-example .top-voice .top-blog common end */
/* .top-example */

/* .top-example end */
/* top-voice */
.top-voice h2 .txt {
  padding-left: 10px;
  padding-top: 30px;
  line-height: 54px;
  font-weight: 900;
  float: left;
}

.top-voice .ta-c p.txt_sub {
  position: relative;
  top: -60px;
  font-size: 24px;
  font-weight: 700;
}

.top-voice .ta-c p.txt_sub span {
  font-size: 50%;
  font-weight: 700;
}

/* top-voice end */
/* top-member */
.top-member {
  position: relative;
}

.top-member ul.greeting li {
  float: left;
}

.top-member ul.greeting li:first-child {
  width: 300px;
}

.top-member ul.greeting li:last-child {
  position: relative;
  margin-left: 40px;
  padding: 40px 0 40px 40px;
  width: 780px;
}

.top-member ul.greeting li p {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
}

.top-member ul.greeting li p.sign {
  float: right;
  text-align: left;
  margin-top: 20px;
}

.top-member ul.greeting li p.sign span {
  font-weight: 900;
}

.top-member ul.greeting li p.sign span.big {
  font-size: 20px;
}

.top-member ul.greeting li .triangle-img {
  left: 0;
  top: 0;
  height: 300px;
  position: absolute;
}

.top-member ul.greeting li .triangle-img img {
  width: auto;
  height: 100%;
}

.top-member::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #f1f2f5;
}

/* top-member end */
/* top-staffblog */
.top-staffblog {
  position: relative;
}

.top-staffblog .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  top: 5.5vw;
}

/* top-staffblog end */
.top-about {
  position: relative;
}

.top-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0;
  left: 0;
  background-color: #fdf4e6;
}

.top-about .triangle-imgwrap {
  position: relative;
}

.top-about .triangle-imgwrap .cube_btn_wrap {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.top-about .triangle-imgwrap .cube_btn_wrap .cube_btn_wrap {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.top-about .triangle-imgwrap .about_new {
  width: 220px;
}

.top-about .triangle-imgwrap .cube_btn {
  background-color: #eb6120;
  padding: 10px;
}

.top-about .triangle-imgwrap .cube_btn .cube_btn .btn_txt {
  text-align: center;
  line-height: 1.5;
  padding-left: 25px;
}

.top-about .txt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.top-about ul>li {
  position: relative;
  float: left;
  padding: 15px 0 30px;
  width: auto;
}

.top-about ul>li .triangle-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.top-about ul>li:first-child {
  margin-right: 40px;
}

.top-about ul>li .ttl {
  position: relative;
  height: 60px;
}

.top-about ul>li .icon {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.top-about ul>li .icon img {
  height: 100%;
  width: auto;
}

.top-about ul>li .txt {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #EB6120;
  padding-left: 10px;
}

.top-about ul>li ul {
  margin: 10px 0 30px;
}

.top-about ul>li li {
  position: relative;
  float: none;
  font-weight: bold;
  padding: 0 0 0 30px;
  width: auto;
  font-size: 16px;
  line-height: 35px;
}

.top-about ul>li li::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #eb6120;
}

.top-about ul>li li .img {
  margin-top: 10px;
  padding: 0 20px;
}

.top-about ul>li li .img iframe {
  width: 100%;
  height: 295px;
}

/* top-about */

/* top-about end */
/* top-news */
.top-news {
  padding: 40px 0;
}

.top-news h2 {
  margin-bottom: 20px;
}

.top-news .portfolio {
  background-color: #ef9200;
}

.top-news .pickup {
  background-color: #ff5722;
}

.top-news .voice {
  background-color: #E878CC;
}

.top-news .staff-blog {
  background-color: #75ba21;
}

.top-news ul {
  width: 900px;
  float: right;
}

.top-news li {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.top-news dl {
  display: table;
  width: 100%;
}

.top-news dl dd {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}

.top-news dl dd.date {
  width: 110px;
  color: #888888;
  font-size: 16px;
  line-height: 26px;
}

.top-news dl dd.cate {
  font-size: 12px;
  line-height: 26px;
  width: 120px;
  color: #fff;
  text-align: center;
}

.top-news dl dd.ttl {
  font-size: 16px;
  line-height: 26px;
  padding-left: 10px;
}

/* top-news */
/* footer pickup */
footer .glovalnav .mainnav li a {
  height: 20px;
}

footer .glovalnav .mainnav li::after {
  height: 33px;
}

footer .omakase {
  /* sitemap */
  padding: 40px 0;
  background-color: #eb6120;
}

footer .omakase .wrapper {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
}

footer .omakase .wrapper .ttl {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 900;
  background-color: #fff;
  margin-bottom: 20px;
}

footer .omakase .wrapper ul {
  display: inline-block;
  margin-right: 80px;
  font-size: 16px;
  line-height: 35px;
  vertical-align: top;
}

footer .omakase .wrapper ul li {
  position: relative;
  padding-left: 30px;
}

footer .omakase .wrapper ul li::before {
  content: "";
  position: absolute;
  background-color: #ef9200;
  width: 10px;
  height: 10px;
  left: 0;
  top: 12px;
  border-radius: 5px;
}

footer .omakase .wrapper ul li a {
  position: relative;
  display: inline;
  color: #000;
  font-weight: 900;
}

footer .omakase .wrapper ul li a:hover {
  opacity: 1;
}

footer .omakase .wrapper ul li a:hover::after {
  transform: scale(1, 1);
}

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

footer .omakase .wrapper ul li .footer-line2 {
  margin-bottom: 142px;
}

footer .omakase .wrapper .ttlpickup {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 900;
}

footer .faccess {
  /* access */
  padding: 40px 0;
  width: 980px;
  margin: 0 auto;
}

footer .faccess ul {
  display: flex;
}

footer .faccess ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: calc(100% / 2);
  justify-content: center;
  float: none;
  height: auto;
}

footer .faccess ul li .flogo {
  display: block;
  margin-bottom: 0;
}

footer .faccess ul li .flogo .f_storeName {
  font-weight: 900;
  margin-top: 10px;
  position: static;
  top: 12px;
  font-size: 24px;
}

footer .faccess ul li .flogo .ftxt {
  padding: 10px 0 0;
  font-weight: 900;
  font-size: 24px;
}

footer .faccess ul li .flogo ul {
  display: block;
}

footer .faccess ul li .flogo ul li {
  width: 100%;
}

footer .faccess ul li .fcontact {
  font-size: 16px;
  line-height: 30px;
}

footer .faccess ul li .fcontact a {
  display: inline-block;
}

footer .faccess ul li .big {
  font-size: 30px;
  font-weight: 600;
}

footer .faccess ul li .fbn_navi {
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .faccess ul li .fLogowrap {
  position: relative;
  width: 400px;
}

footer .copyright {
  margin-bottom: 10px;
  text-align: center;
}

footer .footbnr {
  /* i do not use it now */
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
}

footer .footbnr ul {
  width: auto;
  max-width: 1162px;
  margin: 0 auto;
  padding: 0 10px;
  height: 80px;
  display: block;
}

footer .footbnr ul li {
  float: right;
}

footer .footbnr ul li:first-child {
  float: left;
}

footer .footbnr ul li a:hover {
  opacity: 1;
}

footer .footbnr ul li .telnum {
  margin-top: 20px;
  height: 40px;
}

footer .footbnr ul li .telnum img {
  height: 100%;
  width: auto;
}

footer .footbnr ul li .cube_btn {
  margin-top: 10px;
  display: block;
  padding: 10px;
  height: 35px;
}

footer .footbnr ul li .cube_btn .yellow {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 2px;
  line-height: 20px;
  margin: 6px 3px 0;
  font-size: 15px;
  color: #ff4119;
  background-color: #ffe300;
  font-weight: bold;
  border-radius: 3px;
}

footer .footbnr ul li .cube_btn .btn_icon {
  margin-right: 0;
}

footer .footbnr ul li:first-child .cube_btn {
  position: relative;
  margin-top: 10px;
  text-align: center;
  width: 28px;
  height: 28px;
  padding: 6px;
  line-height: 14px;
  background: #eb6120;
}

footer .footbnr ul li:first-child .cube_btn::after {
  position: absolute;
  content: "電話する";
  width: 200%;
  font-weight: bold;
  transform-origin: left center;
  transform: scale(0.5);
  left: 0;
  bottom: 0px;
  z-index: 1;
}

footer .footbnr ul li:first-child .cube_btn .btn_icon {
  height: 20px;
}

footer .footbnr ul li:nth-child(2) .cube_btn {
  margin-top: 10px;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  padding: 10px 40px 10px 20px;
  text-align: center;
}

footer .footbnr ul li:nth-child(2) .cube_btn .btn_icon {
  margin: 9px 6px 0 0;
  height: 18px;
}

footer .footbnr ul li:last-child .cube_btn {
  margin-top: 10px;
  margin-right: 5px;
  padding: 10px 40px 10px 20px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

footer .footbnr ul li:last-child .cube_btn .btn_txt {
  padding-right: 0;
}

footer .footbnr ul li:last-child .cube_btn .btn_icon {
  margin: 9px 6px 0 0;
  height: 20px;
}

footer .footbnr ul li:last-child .cube_btn::after,
footer .footbnr ul li:nth-child(2) .cube_btn::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 23px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

footer .footbnr {
  transition: .5s;
  bottom: 0;
}

footer .footbnr.hide {
  transform: translateY(100%);
}

/* footer pickup end */

/* line 7, ../sass/lightbox.sass */
body:after {
  /* content: url(../img/common/close.png) url(../img/common/loading.gif) url(../img/common/prev.png) url(../img/common/next.png);*/
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  /* background: url(../img/common/loading.gif) no-repeat;*/
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container>.nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  /*  background: url(../img/common/prev.png) left 48% no-repeat;*/
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  /* background: url(../img/common/next.png) right 48% no-repeat;*/
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}

/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #FFFFFF;
}

/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  /*background: url(../img/common/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* 共通(旧：parts_02.cssより統合) */
.keyColor {
  color: #eb6120;
}

.bgKeyColor {
  color: #fff;
  background-color: #eb6120;
}

.exBold {
  font-weight: 900;
}

figure {
  margin: 0;
  padding: 0;
}

.page_eyecatch_bg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: url(assets/img/main_bg.png);
}

.page_eyecatch_bg * {
  box-sizing: border-box;
}

.page_eyecatch_bg .page_eyecatch {
  width: 980px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_eyecatch_bg .page_eyecatch .page_eyecatch_top_right_btn {
  position: absolute;
  top: 0;
  right: 0;
}

.page_main_bg {
  width: 100%;
  padding: 0 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_main_bg * {
  box-sizing: border-box;
}

.page_main_bg .page_main {
  width: 100%;
  max-width: 980px;
  padding: 0 !important;
}

.case-main,
.present-main,
.tour-main {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

.case-main[title^="職人のこだわり"] {
  background: url("assets/img/workman/workman_main.png") right/cover no-repeat;
}

.case-main[title^="お家の健康診断"] {
  background: url("assets/img/diagnosis/diagnosis_main.png") right/cover no-repeat;
}

.case-main[title^="オリジナル塗料"] {
  background: url("assets/img/platinum_series2/platinum_series_main.png") right/cover no-repeat;
}

.case-main[title^="プロタイムズの塗装プラン"] {
  background: url("assets/img/service_plan/service_plan_main.png") right/cover no-repeat;
}

.case-main[title^="プロタイムズの塗装プラン"] {
  background: url("assets/img/service_plan/service_plan_main.png") right/cover no-repeat;
}

.case-main[title^="保証・定期点検"] {
  background: url("assets/img/guarantee/guarantee_main.png") right/cover no-repeat;
}

.case-main[title^="お問い合わせからの流れ"] {
  background: url("assets/img/flow/flow_main.png") right/cover no-repeat;
}

.case-main[title^="お客様との交流"] {
  background: url("assets/img/with/with_main.png") right/cover no-repeat;
}

/* お家の健康診断 */
.page_diagnosis_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_diagnosis_bg * {
  box-sizing: border-box;
}

.page_diagnosis_bg .page_diagnosis {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_diagnosis_bg .page_diagnosis .page_diagnosis_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.page_diagnosis_bg .page_diagnosis .page_diagnosis_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page_diagnosis_bg .page_diagnosis .page_diagnosis_youtube_img {
  width: 100%;
}

.page_diagnosis_bg .page_diagnosis .page_diagnosis_youtube_img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page_diagnosis span {
  font-weight: 900;
}

.page_diagnosis .imgStyle03 {
  margin: 30px auto;
}

.page_diagnosis .imgStyle04 {
  margin: 40px auto;
}

.page_diagnosis .imgStyle05 {
  margin: 50px auto;
}

.page_diagnosis .imgStyle08 {
  margin: 80px auto;
}

.page_diagnosis .boxStyle01 {
  margin: 50px auto;
  border: 2px solid #EB6120;
  padding: 8px 20px;
  text-align: center;
  font-size: 32px;
  display: table;
}

.page_diagnosis .boxStyle01 p:first-child {
  font-size: 24px;
  margin-bottom: 8px;
}

.page_diagnosis .boxStyle02 {
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
}

.page_diagnosis .boxStyle03 {
  padding: 30px;
  background-image: url("assets/img/diagnosis/boxStyle03back.png");
  background-repeat: no-repeat;
  background-position: left top;
  -moz-appearance: none;
  appearance: none;
  margin: 50px 0;
  overflow: hidden;
}

.page_diagnosis .boxStyle03 figure {
  float: right;
  margin: 0 0 0 30px;
}

.page_diagnosis .boxStyle03 p {
  line-height: 1.8;
  font-size: 20px;
}

.page_diagnosis .boxStyle03 p.title {
  font-size: 16px;
}

.page_diagnosis .boxStyle03 p.title::first-line {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: -10px;
}

.page_diagnosis .boxStyle03 p.exBold {
  font-size: 36px;
  margin-left: -15px;
}

.page_diagnosis .boxStyle04 {
  padding: 10px 130px;
}

.page_diagnosis .pStyle01 {
  font-size: 32px;
  text-align: center;
  margin: 25px;
  font-weight: 900;
}

.page_diagnosis .pStyle02 {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
  line-height: 1.6;
}

.page_diagnosis .pStyle03 {
  font-size: 20px;
  margin-top: 25px;
  line-height: 1.6;
}

.page_diagnosis .pStyle04 {
  font-size: 30px;
  margin-top: 45px;
  line-height: 1.6;
}

.page_diagnosis .pStyle05 {
  font-size: 30px;
}

.page_diagnosis ul {
  font-size: 48px;
  margin: 30px auto;
  display: table;
}

.page_diagnosis ul li {
  margin-top: 30px;
  font-weight: 900;
}

.page_diagnosis ul li:first-child {
  margin-top: 0px;
}

.page_diagnosis .maintenance {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 50px auto 40px;
}

.page_diagnosis .maintenance figure {
  max-width: 410px;
  margin: 0 10px;
}

.page_diagnosis .maintenance figure figcaption {
  text-align: center;
  padding: 10px;
}

.page_diagnosis .rekka {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
}

.page_diagnosis .rekka>p {
  width: 100%;
}

.page_diagnosis .rekka figure {
  margin: 0;
  flex: 1;
}

.page_diagnosis .rekka figure:first-child {
  margin-right: 40px;
}

.page_diagnosis .rekka figure figcaption {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 18px;
}

.page_diagnosis .reason {
  margin: 80px 0;
}

.page_diagnosis .reason p.description {
  font-size: 18px;
  margin: 10px 80px;
}

.page_diagnosis .reason h3 {
  font-size: 40px;
  background-image: url("assets/img/diagnosis/reason1.png");
  background-repeat: no-repeat;
  background-position: -0px -4px;
  height: 72px;
  line-height: 70px;
  border-bottom: 3px solid #EB6120;
  border-top: 3px solid #000;
  padding-left: 80px;
  position: relative;
}

.page_diagnosis .reason:nth-of-type(2) h3 {
  background-image: url("assets/img/diagnosis/reason2.png");
}

.page_diagnosis .reason:nth-of-type(3) h3 {
  background-image: url("assets/img/diagnosis/reason3.png");
}

.page_diagnosis .reason h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 3px;
  height: 72px;
  background-image: url("assets/img/diagnosis/h3-end.png");
}

.page_diagnosis .reason p.caption {
  font-size: 32px;
  text-align: center;
  margin: 20px 0;
  line-height: 1.5;
}

.page_diagnosis .reason .reform {
  border: solid 1px #EB6120;
  margin: 50px 0;
}

.page_diagnosis .reason .reform:nth-of-type(1) {
  margin-bottom: 0px;
  margin-top: 20px;
}

.page_diagnosis .reason .reform h4 {
  font-size: 24px;
  padding: 15px 10px;
  margin: 0 0 10px;
}

.page_diagnosis .reason .reform p {
  font-size: 18px;
  line-height: 1.6;
  margin-left: 10px;
}

.page_diagnosis .flex,
.page_diagnosis .flex3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.page_diagnosis .reason .reform .flex {
  padding: 0 10px;
}

.page_diagnosis .reason .flex>* {
  flex: 1;
  margin: 0;
}

.page_diagnosis .reason .flex3>* {
  margin-right: 15px;
}

.page_diagnosis .reason .flex figure img {
  margin: 10px 0;
  padding-bottom: 1px;
}

.page_diagnosis .reason .flex figure:first-child {
  margin-right: 40px;
}

.page_diagnosis .reason .flex figure figcaption,
.page_diagnosis .reason .flex3 figure figcaption {
  line-height: 1.5;
  margin: 10px 0;
  font-size: 18px;
}

.page_diagnosis .reason .sansyutu figure figcaption {
  text-align: center;
}

.page_diagnosis .reason .flex .check {
  margin: 30px 10px 10px 0;
  padding: 15px 30px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  position: relative;
  width: calc(100% - 30px);
  float: right;
}

.page_diagnosis .reason .flex .check::before {
  content: "";
  border-right: solid 30px #EB6120;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  position: absolute;
  display: block;
  left: -30px;
  top: 30%;
  width: 0;
  height: 0;
}

.page_diagnosis .reason .flex div p {
  font-size: 20px;
  line-height: 2;
}

.pStyle05.caution {
  margin: 30px 0 20px;
  font-size: 36px;
}

.pStyle05.caution em {
  background-color: #000;
  color: #ff0;
  padding: 0 8px;
  margin-right: 10px;
}

.page_diagnosis .reason .bgbox {
  background-image: url("assets/img/diagnosis/boxBack.png");
  padding: 10px;
}

.page_diagnosis .reason .bginner {
  background-color: #fff;
  padding: 20px;
}

.page_diagnosis .reason .title {
  font-size: 32px;
  margin-bottom: 10px;
}

.page_diagnosis .reason .bgbox p {
  line-height: 1.5;
}

.page_diagnosis .reason .bgbox p span {
  font-size: 24px;
}

.page_diagnosis .voice .flex {
  padding-bottom: 20px;
  border-bottom: 3px solid #EB6120;
  position: relative;
  margin-bottom: 50px;
}

.page_diagnosis .voice .flex:nth-of-type(1)::after {
  content: "";
  border-top: solid 10px #EB6120;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  position: absolute;
  display: block;
  left: calc(50% - 10px);
  bottom: -12px;
  width: 0;
  height: 0;
}

.page_diagnosis .voice .flex img:first-child {
  margin-right: 20px;
}

.page_diagnosis .voice .flex:nth-of-type(2) {
  align-items: stretch;
  border: none;
}

.page_diagnosis .voice .flex:nth-of-type(2) article {
  border: solid 1px #333;
  padding: 30px;
  flex: 1;
}

.page_diagnosis .voice .flex:nth-of-type(2) article:first-child {
  margin-right: 40px;
}

.page_diagnosis .voice .flex:nth-of-type(2) img {
  float: left;
  margin-right: 10px;
}

.page_diagnosis .voice .flex:nth-of-type(2) p:nth-of-type(1) {
  line-height: 1.3;
  margin-bottom: 5px;
}

.page_diagnosis .voice .flex:nth-of-type(2) p:nth-of-type(3) {
  clear: both;
  border-top: solid 1px #333;
  padding-top: 10px;
  margin-top: 20px;
  line-height: 1.7;
  font-size: 14px;
}

section h3.title {
  font-size: 34px;
  position: relative;
  padding: 20px 20px 20px 70px;
  color: #EB6120;
  margin-top: 20px;
  margin-bottom: 30px;
}

section h3.title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
}

section h3.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  border-bottom: 3px solid #eb6120;
  border-right: 3px solid #eb6120;
  box-sizing: border-box;
}

section h3.title span::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
  _border-color: #000000 #ffffff #ffffff #ffffff;
}

section.qanda {
  margin: 80px 0;
}

section.qanda h3 {
  margin-bottom: 0;
}

section.qanda dl {
  margin-top: 10px;
  font-size: 18px;
}

section.qanda dt {
  font-weight: bold;
  margin-bottom: 5px;
}

section.qanda dt::before {
  content: "Q";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #EB6120;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  margin-right: 10px;
}

section.qanda dd {
  padding-bottom: 20px;
  border-bottom: solid 1px #999;
  line-height: 1.5;
  display: table-cell;
}

section.qanda dd::before {
  content: "A";
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #9C9C9C;
  color: #fff;
  text-align: center;
  margin: 0 10px 20px 0;
}

section.set {
  padding: 10px;
  background: url(assets/img/staff/ptn-bg01.png) repeat;
}

section.set .inner {
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
  background-image: url("assets/img/diagnosis/boxStyle03back.png");
  background-repeat: no-repeat;
  background-position: 0 -90px;
}

section.set .inner figure {
  float: right;
  margin-left: 10px;
}

section.set .inner p:nth-of-type(1) {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}

section.set .inner p:nth-of-type(2) {
  font-size: 20px;
  line-height: 1.6;
}

section.present {
  position: relative;
  background-color: #EB6120;
  background-image: url("assets/img/common/btn-ptn01.png");
  padding: 15px;
  text-align: center;
  margin-top: 30px;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 10px #a00;
}

section.present:hover {
  box-shadow: 0px 5px #a00;
  top: 5px;
}

section.present a:hover {
  opacity: 1;
}

section.present p:nth-of-type(1) {
  display: inline-block;
  background-color: #ff0;
  color: #EB6120;
  padding: 10px 15px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

section.present p:nth-of-type(2) {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

section.present p:nth-of-type(3) {
  font-weight: 900;
  font-size: 40px;
  color: #fff;
}

section.present p:nth-of-type(3) em {
  font-weight: 900;
  font-size: 60px;
}

/*お客様との交流*/

/* 台風シーズン到来 */
.page_typhoon_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_typhoon_bg * {
  box-sizing: border-box;
}

.page_typhoon_bg .page_typhoon {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_typhoon_bg .page_typhoon p {
  width: 100%;
  line-height: 1.8;
  margin-bottom: 25px;
}

.page_typhoon_bg .page_typhoon p strong {
  font-weight: bold;
  font-size: 1.1em;
}

.page_typhoon_bg .page_typhoon p strong.page_typhoon_red {
  color: #d00;
}

.page_typhoon_bg .page_typhoon a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* レンブラント */
.page_rembrandt_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_rembrandt_bg * {
  box-sizing: border-box;
}

.page_rembrandt_bg .page_rembrandt {
  width: 100%;
  max-width: 980px;
  padding: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_rembrandt_bg .page_rembrandt .page_rembrandt_btn {
  background: #F7F3F0;
  width: 100%;
  padding: 20px 20px 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* プロタイムズの塗装プラン */
.page_service_plan_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_service_plan_bg * {
  box-sizing: border-box;
}

.page_service_plan_bg .page_service_plan {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_service_plan_bg .page_service_plan .page_service_plan_outline {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page_service_plan_bg .page_service_plan .page_service_plan_repletion {
  width: 100%;
  font-size: 0.8em;
  text-align: right;
  margin-top: 15px;
  line-height: 1.5;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-last-child(2) {
  border-bottom: 1px solid #eeeeee;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(2) h2 {
  /* color: #00B8EE;*/
  color: #000000;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(2) .page_service_plan_box_title {
  /*background: #F2FBFE;*/
  background: #EFEFEF;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(3) h2 {
  /*color: #A74E61;*/
  color: #2C70DD;
}

/*.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(4) .page_service_plan_box_title {
  background: #FBF6F7;
}*/

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(3) .page_service_plan_box_title {
  /*background: #F9F7FA;*/
  background: #E8F4FF;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(4) .page_service_plan_box_title {
  /*background: #F2F7F8;*/
  background: #FAF3FF;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(4) h2 {
  color: #865AA2;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(5) h2 {
  color: #DD2C33;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(5) .page_service_plan_box_title {
  /*background: #F2F7FB;*/
  background: #FFF2F3;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(6) h2 {
  color: #006878;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(6) .page_service_plan_box_title {
  background: #F2F7F8;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(7) h2 {
  color: #0067B6;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(7) .page_service_plan_box_title {
  background: #F2F7FB;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(8) h2 {
  color: #8DC21F;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(8) .page_service_plan_box_title {
  background: #F9FCF4;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(9) h2 {
  color: #EF8300;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box:nth-child(9) .page_service_plan_box_title {
  background: #FEF9F2;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_title {
  width: 160px;
  padding: 10px;
  background: #FBF6F7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_title img {
  max-width: 100%;
  height: auto;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_img {
  width: 170px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text {
  width: calc(100% - 330px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_h2_p h2 {
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_h2_p p {
  width: 100%;
  font-size: 1.1em;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_img {
  width: 230px;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text {
  width: calc(100% - 250px);
  /*color: #00B8EE;*/
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .font_black {
  color: #000;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .font_blue {
  color: #2C70DD;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .font_purple {
  color: #865AA2;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .font_red {
  color: #DD2C33;
}

/*.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no2 .page_service_plan_box_text_no2_text {
  width: calc(100% - 250px);
  color: #865AA2;
}*/

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .page_service_plan_box_text_no1_text_01 {
  font-size: 1.1em;
  font-weight: bold;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .page_service_plan_box_text_no1_text_02 {
  margin-top: 8px;
  font-size: 1.8em;
  font-weight: bold;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .page_service_plan_box_text_no1_text_02 span {
  font-weight: bold;
  display: block;
  font-size: 0.5em;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text a {
  margin-top: 10px;
  text-align: center;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 1.05em;
  display: block;
  width: 100%;
  color: #ffffff;
  /*background: #00B8EE;*/
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .background_black {
  background: #000;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .background_blue {
  background: #2C70DD;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .background_purple {
  background: #865AA2;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .background_red {
  background: #DD2C33;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no2 .page_service_plan_box_text_no2_img {
  width: 230px;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no2 .page_service_plan_box_text_no2_text {
  width: calc(100% - 250px);
  color: #865AA2;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no2 .page_service_plan_box_text_no2_text .page_service_plan_box_text_no2_text_01 {
  font-size: 1.1em;
  font-weight: bold;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no2 .page_service_plan_box_text_no2_text .page_service_plan_box_text_no2_text_02 {
  margin-top: 8px;
  font-size: 1.8em;
  font-weight: bold;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no2 .page_service_plan_box_text_no2_text .page_service_plan_box_text_no2_text_02 span {
  font-weight: bold;
  display: block;
  font-size: 0.5em;
}

.page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no2 .page_service_plan_box_text_no2_text a {
  margin-top: 10px;
  text-align: center;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 1.05em;
  display: block;
  width: 100%;
  color: #ffffff;
  background: #865AA2;
}

/* プロタイムズ　オリジナル塗料*/
.page_platinum_series_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_platinum_series_bg * {
  box-sizing: border-box;
}

.page_platinum_series_bg .page_platinum_series {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_platinum_series_bg .page_platinum_series .page_platinum_series_outline {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page_platinum_series_bg .page_platinum_series .page_platinum_series_youtube {
  width: 100%;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.page_platinum_series_bg .page_platinum_series .page_platinum_series_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page_platinum_series_bg .page_platinum_series .page_platinum_series_btn {
  width: 100%;
  margin-top: 50px;
}

.page_platinum_series_bg .page_platinum_series .page_platinum_series_btn h2 {
  line-height: 1.5;
  font-size: 2em;
  padding: 12px 12px 12px 90px;
  background: #eb6120;
  color: #ffffff;
  position: relative;
}

.page_platinum_series_bg .page_platinum_series .page_platinum_series_btn h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #000000 transparent transparent transparent;
}

.page_platinum_series_bg .page_platinum_series .page_platinum_series_btn ul li img {
  display: block;
  margin: 20px auto;
}

.page_platinum_series_bg .page_platinum_series .page_platinum_series_btn ul li:nth-child(3),
.page_platinum_series_bg .page_platinum_series .page_platinum_series_btn ul li:nth-child(4) {
  display: none;
}

/* 職人のこだわり*/
.page_workman_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_workman_bg * {
  box-sizing: border-box;
}

.page_workman_bg .page_workman {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_workman_bg .page_workman h2 {
  width: 100%;
  line-height: 1.5;
  font-size: 2em;
  padding: 12px 12px 12px 90px;
  margin: 40px 0 20px;
  background: #eb6120;
  color: #ffffff;
  position: relative;
}

.page_workman_bg .page_workman h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #000000 transparent transparent transparent;
}

.page_workman_bg .page_workman .page_workman_youtube {
  width: 100%;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.page_workman_bg .page_workman .page_workman_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page_workman_bg .page_workman .page_workman_box {
  width: 100%;
  margin: 10px 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.page_workman_bg .page_workman .page_workman_box .page_workman_box_img {
  width: 420px;
}

.page_workman_bg .page_workman .page_workman_box .page_workman_box_text {
  width: calc(100% - 440px);
}

.page_workman_bg .page_workman .page_workman_box .page_workman_box_text .page_workman_box_text_title {
  margin-top: 10px;
  color: #eb6120;
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.page_workman_bg .page_workman .page_workman_box .page_workman_box_text p {
  font-size: 1.1em;
  line-height: 1.5;
}

/* プラチナECコート5000EX */
.page_platinum_ec_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_platinum_ec_bg * {
  box-sizing: border-box;
}

.page_platinum_ec_bg .page_platinum_ec {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 超低汚染プラチナリファイン 2000MF */
.page_platinum_re_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_platinum_re_bg * {
  box-sizing: border-box;
}

.page_platinum_re_bg .page_platinum_re {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* よくあるご質問 */
.page_faq_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_faq_bg * {
  box-sizing: border-box;
}

.page_faq_bg .page_faq {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_faq_bg .page_faq .page_faq_box_bg .page_faq_box {
  padding: 25px 0;
  margin: 15px 0;
  line-height: 1.5;
  border-bottom: 1px solid #e0e0e0;
}

.page_faq_bg .page_faq .page_faq_box_bg .page_faq_box:last-child {
  border-bottom: none;
}

.page_faq_bg .page_faq .page_faq_box_bg .page_faq_box .page_faq_box_q {
  position: relative;
  color: #eb6120;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 10px 10px 60px;
  margin-bottom: 20px;
}

.page_faq_bg .page_faq .page_faq_box_bg .page_faq_box .page_faq_box_q::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "Q";
  width: 48px;
  height: 48px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  background: #eb6120;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_faq_bg .page_faq .page_faq_box_bg .page_faq_box .page_faq_box_a {
  position: relative;
  font-size: 1.1em;
  padding: 10px 10px 10px 60px;
}

.page_faq_bg .page_faq .page_faq_box_bg .page_faq_box .page_faq_box_a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "A";
  width: 48px;
  height: 48px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  background: #b5b5b5;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* ランキング */
.page_ranking_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_ranking_bg * {
  box-sizing: border-box;
}

.page_ranking_bg .page_ranking {
  width: 100%;
  max-width: 940px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_ranking_bg .page_ranking h2 {
  width: 100%;
  line-height: 1.5;
  font-size: 2em;
  padding: 12px 12px 12px 90px;
  margin: 40px 0 20px;
  background: #eb6120;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.page_ranking_bg .page_ranking h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #000000 transparent transparent transparent;
}

.page_ranking_bg .page_ranking .page_ranking_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title {
  width: 100%;
  font-size: 3em;
  padding: 50px 50px 50px 150px;
  font-weight: bold;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title span {
  margin-top: 15px;
  display: block;
  font-size: 0.5em;
  font-weight: bold;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title.page_ranking_box_title_no1 {
  background: url("assets/img/ranking/ranking_no1.png") left center no-repeat;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title.page_ranking_box_title_no2 {
  background: url("assets/img/ranking/ranking_no2.png") left center no-repeat;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title.page_ranking_box_title_no3 {
  background: url("assets/img/ranking/ranking_no3.png") left center no-repeat;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text {
  margin-top: 20px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_img {
  width: 480px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text {
  width: 430px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.8em;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon .page_ranking_box_text_icon_feature {
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  background: #e1520d;
  margin-right: 15px;
  padding: 14px 20px;
  border-radius: 12px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon .page_ranking_box_text_icon_endurance {
  color: #ffffff;
  background: #18b13c;
  padding: 0;
  line-height: 1.2;
  padding: 0px 20px 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon .page_ranking_box_text_icon_endurance span {
  font-weight: bold;
  display: inline-block;
  font-size: 0.5em;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_comment {
  color: #000;
  margin-top: 20px;
  line-height: 1.5;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_point_ability {
  margin-top: 20px;
  width: 100%;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_point_ability ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_point_ability ul li {
  padding: 20px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item {
  width: 100%;
  background: #ececec;
  margin-top: 40px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_title {
  width: 100%;
  text-align: center;
  background: #e1520d;
  color: #ffffff;
  padding: 14px;
  font-size: 1.4em;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 50px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_img {
  width: 350px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_text {
  width: calc(100% - 360px);
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_text p {
  font-weight: bold;
  margin-top: 15px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_text ul {
  margin: 10px 0 0 30px;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_text ul li {
  padding: 8px 0;
  list-style-type: disc;
}

.page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_btn {
  display: none;
  width: 100%;
  margin-top: 20px;
}

/* プライバシーポリシー */
.page_privacy_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_privacy_bg * {
  box-sizing: border-box;
}

.page_privacy_bg .page_privacy {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
}

.page_privacy_bg .page_privacy h2 {
  color: #eb6120;
  border-bottom: 2px solid #000000;
  position: relative;
  font-size: 1.4em;
  padding: 15px 0;
  margin: 30px 0 15px;
}

.page_privacy_bg .page_privacy h2::after {
  content: "";
  width: 200px;
  height: 2px;
  background: #eb6120;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.page_privacy_bg .page_privacy p {
  font-size: 1.1em;
  line-height: 1.5;
}

.page_privacy_bg .page_privacy ul {
  margin: 10px 0 10px 30px;
}

.page_privacy_bg .page_privacy ul li {
  padding: 5px 5px 5px 0px;
  list-style-type: disc;
}

/* 保証・定期点検 */
.page_guarantee_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_guarantee_bg * {
  box-sizing: border-box;
}

.page_guarantee_bg .page_guarantee {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
}

.page_guarantee_bg .page_guarantee .page_guarantee_youtube {
  width: 100%;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.page_guarantee_bg .page_guarantee .page_guarantee_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page_guarantee_bg .page_guarantee h2 {
  width: 100%;
  line-height: 1.5;
  font-size: 2em;
  padding: 12px 12px 12px 90px;
  margin: 40px 0 20px;
  background: #eb6120;
  color: #ffffff;
  position: relative;
}

.page_guarantee_bg .page_guarantee h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #000000 transparent transparent transparent;
}

.page_guarantee_bg .page_guarantee .page_guarantee_img_01 {
  margin-top: 20px;
}

.page_guarantee_bg .page_guarantee p {
  line-height: 1.6;
  margin: 8px 0;
}

.page_guarantee_bg .page_guarantee .guarantee_table {
  width: 100%;
  margin-top: 30px;
}

.page_guarantee_bg .page_guarantee .guarantee_table table {
  width: 100%;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.page_guarantee_bg .page_guarantee .guarantee_table th.gua_plan {
  background: #fdf3e7;
}

.page_guarantee_bg .page_guarantee .guarantee_table th.gua_plan1 {
  background: #F0F7FB;
}

.page_guarantee_bg .page_guarantee .guarantee_table th.gua_plan2 {
  background: #FBF6F7;
}

.page_guarantee_bg .page_guarantee .guarantee_table th.gua_plan3 {
  background: #F9F7FA;
}

.page_guarantee_bg .page_guarantee .guarantee_table th.gua_plan4 {
  background: #F2F7F8;
}

.page_guarantee_bg .page_guarantee .guarantee_table th.gua_plan5 {
  background: #F2F7FB;
}

.page_guarantee_bg .page_guarantee .guarantee_table th.gua_plan6 {
  background: #F9FCF4;
}

.page_guarantee_bg .page_guarantee .guarantee_table th.gua_plan7 {
  background: #FEF9F2;
}

.page_guarantee_bg .page_guarantee .guarantee_table table tr:nth-child(2) th:first-child,
.page_guarantee_bg .page_guarantee .guarantee_table table tr:nth-child(3) th:first-child {
  background: #fdf3e7;
}

.page_guarantee_bg .page_guarantee .guarantee_table table tr th {
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  width: calc(100% / 8);
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.page_guarantee_bg .page_guarantee .guarantee_table table tr td {
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 1.6em;
}

.page_guarantee_bg .page_guarantee .guarantee_table table tr td span {
  font-size: 0.5em;
}

.page_guarantee_bg .page_guarantee .guarantee_table p {
  margin-top: 10px;
  text-align: right;
}

/*20220714 start*/
.page_guarantee_bg .page_guarantee .guarantee_table p {
  width: 980px;
  height: auto;
}

.page_guarantee_bg .page_guarantee .guarantee_table .guarantee_table_scroll {
  width: 980px;
}
/*20220714 end*/
.page_guarantee_bg .page_guarantee .guarantee_01 {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.page_guarantee_bg .page_guarantee .guarantee_01 .guarantee_01_text {
  width: calc(55% - 20px);
}

.page_guarantee_bg .page_guarantee .guarantee_01 .guarantee_01_text h3 {
  margin-top: 30px;
  font-size: 1.4em;
  color: #eb6120;
}

.page_guarantee_bg .page_guarantee .guarantee_01 .guarantee_01_img {
  width: calc(45% - 20px);
}

.page_guarantee_bg .page_guarantee .guarantee_02 {
  background: #f1f2f6;
  padding: 50px;
  margin-top: 20px;
}

.page_guarantee_bg .page_guarantee .guarantee_02 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_guarantee_bg .page_guarantee .guarantee_02 ul li {
  width: calc(100% / 3);
  padding: 0.5em 0.5em 0.5em 1.5em;
  position: relative;
  font-size: 1.1em;
  line-height: 1.2;
}

.page_guarantee_bg .page_guarantee .guarantee_02 ul li::after {
  color: #eb6120;
  content: "●";
  position: absolute;
  left: 0;
  top: 0.5em;
}

.page_guarantee_bg .page_guarantee .guarantee_03 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.page_guarantee_bg .page_guarantee .guarantee_03 .guarantee_03_text {
  width: calc(100% - 440px);
}

.page_guarantee_bg .page_guarantee .guarantee_03 .guarantee_03_text p:last-child {
  margin-top: 20px;
  font-size: 0.8em;
}

.page_guarantee_bg .page_guarantee .guarantee_03 .guarantee_03_img {
  width: 420px;
}

/* ローン */
.page_loan_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_loan_bg * {
  box-sizing: border-box;
}

.page_loan_bg .page_loan {
  width: 100%;
  max-width: 840px;
}

.page_loan_bg .page_loan a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* LINE */
/*.page_line_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center; }
  .page_line_bg * {
    box-sizing: border-box; }
  .page_line_bg .page_line {
    width: 100%;
    max-width: 840px;
    padding: 0 0px 50px; }
*/
/* お問い合わせからの流れ */
.page_flow_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_flow_bg * {
  box-sizing: border-box;
}

.page_flow_bg .page_flow {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 404 */
.page_404_bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page_404_bg * {
  box-sizing: border-box;
}

.page_404_bg .page_404 {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  font-size: 1.2em;
}

.page_404_bg .page_404 h3 {
  margin-top: 30px;
  font-size: 1.2em;
  color: #eb6120;
}

.page_404_bg .page_404 ul {
  margin: 20px 20px 20px 50px;
}

.page_404_bg .page_404 ul li {
  list-style-type: disc;
  margin: 18px 0;
}

.page_404_bg .page_404 p {
  margin-top: 20px;
  line-height: 1.7;
}

/* ベース */
.page__bg {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page__bg * {
  box-sizing: border-box;
}

.page__bg .page_ {
  width: 100%;
  max-width: 980px;
  padding: 50px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*20190620*/
.page_faq_box ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  header button {
    display: block;
  }

  header button::after {
    content: "MENU";
    margin-top: -5px;
    width: calc(1000% / 7);
    font-weight: bold;
    transform-origin: left center;
    transform: scale(0.7);
    position: absolute;
    left: 0;
    bottom: 4px;
  }

  header.fixed {
    position: static;
  }

  header.fixed .headbnr_wrapper {
    margin-top: 0;
  }

  header .headbnr {
    margin: 0;
  }

  header .headbnr .headbnr_wrapper .btn_icon {
    margin: 6px 0 0 6px;
  }

  header .headbnr .headbnr_wrapper .cube_btn {
    width: 40px;
    height: 40px;
    padding: 0;
    position: fixed;
    top: 10px;
    right: 13%;
  }

  header .headbnr .headbnr_wrapper .cube_btn h1 {
    margin-top: 0px;
  }

  header .headbnr .headbnr_wrapper .cube_btn h1 span.storeText {
    right: 0;
    font-size: 10px;
    top: 17px;
    left: 130px;
  }

  header .headbnr .headbnr_wrapper .cube_btn img#dokutoru {
    display: none;
  }

  header .headbnr .headbnr_wrapper .cube_btn a img#storeName {
    width: 29%;
    height: auto;
    margin: 5px 0 0 10px;
  }

  header .headbnr .headbnr_wrapper .sp .cube_btn_tel {
    width: 40px;
    height: 40px;
    padding: 0;
    position: fixed;
    top: 10px;
    right: 25%;
  }

  header .headbnr .headbnr_wrapper .sp .cube_btn_tel .btn_icon {
    margin: 0 2px 0px 10px;
  }

  header .headbnr .headbnr_wrapper .cube_btn_tel::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/common/btn-ptn01.png) repeat;
  }

  header .headbnr .headbnr_wrapper .btn_icon img {
    width: 80%;
    height: auto;
    margin-top: 5px;
  }

  header .headbnr .headbnr_wrapper .arrow01::after {
    display: none;
  }

  header .headbnr .headbnr_wrapper img#dokutoru {
    width: 15%;
    height: auto;
    margin-left: 2%;
    display: none;
  }

  header .headbnr .headbnr_wrapper a img#storeName {
    width: 23%;
    height: auto;
    margin: 10px 0 0 10px !important;
  }

  header .headbnr .headbnr_wrapper h1 {
    height: 60px;
    position: relative;
    margin-top: 0px;
  }

  header .headbnr .headbnr_wrapper h1 span.storeText {
    right: 0;
    font-size: 7px;
    top: 15px;
    left: 130px;
  }

  header .headbnr .headbnr_wrapper h1 p span {
    font-size: 14px;
    left: 140px;
    top: 13px;
  }

  header button.active::after {
    content: "CLOSE";
  }

  header .headbnr ul {
    width: 100%;
    display: block;
  }

  header .headbnr ul li {
    float: left;
  }

  header .headbnr ul li:nth-child(5) {
    float: right;
    padding-right: 50px;
  }

  header .headbnr ul li:last-child {
    float: right;
    padding-right: 5px;
  }

  header .headbnr ul li:last-child .cube_btn {
    background: #eb6120;
  }

  header .headbnr ul li .cube_btn::after {
    display: none;
  }

  header .headbnr ul li .cube_btn_wrap {
    margin-top: 0;
  }

  header .headbnr ul li .cube_btn {
    margin-top: 10px;
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 6px;
    line-height: 14px;
  }

  header .headbnr ul li .cube_btn .btn_icon {
    margin-right: 0;
  }

  header .headbnr ul li:nth-child(5) .cube_btn .btn_icon {
    height: 18px;
    margin-top: 5px;
  }

  header .headbnr ul li h1 {
    height: 36px;
    padding: 12px 0 12px 5px;
  }

  .globalnavArea {
    width: 100%;
  }

  .hlogo {
    margin-top: 20px;
    margin-left: 10px;
    height: 20px;
    float: left;
  }

  .glovalnav {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
  }

  .glovalnav .mainnav {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }

  .glovalnav .mainnav li {
    width: auto;
    background: #eb6120;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    flex-direction: column;
    align-items: flex-start;
  }

  .glovalnav .mainnav li:first-child {
    width: 100%;
  }

  .glovalnav .mainnav>li:first-child::before {
    content: none;
  }

  .glovalnav .mainnav li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    height: auto;
    padding: 15px 0 15px 10px;
  }

  .glovalnav .mainnav li.active a::before,
  .glovalnav .mainnav li.active a::after {
    display: none;
  }

  .glovalnav .mainnav li::after {
    content: none;
  }

  .glovalnav .mainnav li::after {
    width: 15px;
    height: 15px;
    background: url(assets/img/common/top-arrow05.png) center/contain no-repeat;
    right: auto;
    left: 10px;
    top: 18px;
    transform: rotate(0);
  }

  .glovalnav .mainnav li:last-child::after {
    display: block;
  }

  .ffb {
    padding: 30px 0;
    width: 50px;
    margin: 0 auto;
  }

  #breadcrumbs {
    width: auto;
    padding: 15px 3%;
    background-color: #f1f2f6;
  }

  #lower {
    padding: 60px 0 0;
  }

  main {
    padding: 60px 0 0;
  }

  h2.u-line01,
  h2.u-line02 {
    font-size: 20px;
    line-height: 1.5;
  }

  h2.u-line01 span.big {
    font-size: 24px;
  }

  h3 p {
    font-size: 14px;
    padding: 0;
  }

  .l-line {
    line-height: 30px;
    height: 30px;
    font-size: 21px;
  }

  .l-line::before,
  .l-line::after {
    width: 3px;
  }

  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  #lower .mainvidual .mainimg {
    height: 78px;
  }

  #pan {
    width: auto;
    padding: 15px 3%;
    background-color: #f1f2f6;
  }

  #pan ul li {
    font-size: 10px;
  }

  #pan ul li a {
    padding-right: 12px;
  }

  #pan ul li a::after {
    top: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #eb6120;
    border-right: 1px solid #eb6120;
    transform: rotate(45deg);
  }

  #pan ul li a.home {
    padding-left: 12px;
  }

  #pan ul li a.home::before {
    width: 10px;
    height: 10px;
  }

  #page_title h2 {
    left: 5%;
    font-size: 20px;
  }

  .page_ttl_small {
    font-size: 17px;
    font-weight: bold;
  }

  .cube_btn:active {
    box-shadow: 0 3px 0 #b03318;
  }

  .btn_txt {
    text-align: left;
    padding-right: 10px;
  }

  .pc {
    display: none;
  }

  .pc.btn_txt {
    display: none;
  }

  .glovalnav .mainnav li span {
    display: none;
  }

  .glovalnav .mainnav li a:hover::before,
  .glovalnav .mainnav li a:hover::after {
    display: none;
  }

  .cube_btn.sp {
    display: block;
  }

  .sp {
    display: block;
  }

  .sec-inner,
  #lower .sec-inner {
    width: auto;
    padding: 0 10px;
  }

  #pageTop {
    right: 20px;
    bottom: 90px;
    width: 30px;
  }

  #lower .paging {
    margin: 40px auto;
    width: 100%;
  }

  #lower .paging a {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
  }

  #lower .paging .prev {
    width: 32%;
  }

  #lower .paging .next {
    width: 32%;
  }

  #lower .paging .next a::before {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    right: 4%;
  }

  #lower .paging .prev a::before {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    left: 4%;
  }

  #lower .paging .back {
    width: 28%;
  }

  #detail_container .comment {
    margin-top: 40px;
  }

  #detail_container .comment .ttl {
    font-size: 20px;
    line-height: 24px;
    padding-left: 30px;
  }

  #detail_container .comment .txt {
    font-size: 13px;
  }

  #detail_container .comment .ttl::before {
    height: 24px;
    width: 24px;
  }

  #page_title_center h2 {
    padding-top: 30px;
    font-size: 32px;
  }

  #page_title_center span {
    font-size: 13px;
    border-bottom: 2px solid #000;
    padding-bottom: 18px;
    margin-top: 8px;
  }

  #page_title_center span:before {
    border-bottom: 2px solid #eb6120;
    margin-bottom: -2px;
  }

  .sl-img {
    height: 150px;
  }

  .slider-wrapper {
    width: 750px;
    margin: 0 auto;
  }

  .arrow02::after {
    top: calc(50% - 9px);
    right: 20px;
    width: 18px;
    height: 18px;
  }

  .arrow01::after {
    top: calc(50% - 6px);
    right: 10px;
    width: 6px;
    height: 11px;
  }

  .toppage .sl-txtAra {
    min-height: auto;
  }

  h3.l-line {
    float: none;
  }

  .sl-status {
    width: 60px;
    height: 60px;
  }

  .top-map .ttlArea .icon {
    width: 120px;
    top: -25px;
  }

  .top-map .ttlArea .ttl {
    margin-left: 140px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .top-map .txtArea .area,
  .top-map .txtArea .place {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .top-map .txtArea .etc {
    padding: 5px 0;
    font-size: 14px;
  }

  .btnArea.ptn01 .cube_btn {
    width: 320px;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
  }

  .btnArea.ptn01 .cube_btn.arrow02::after {
    top: calc(50% - 7px);
    right: 15px;
    width: 14px;
    height: 14px;
  }

  .toppage .staff-list .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: 44px;
  }

  .sb-cate {
    font-size: 12px;
    line-height: 30px;
  }

  .sl-ttl {
    font-size: 12px;
    line-height: 40px;
  }

  .sl-point {
    font-size: 10px;
    padding: 0 5px;
    line-height: 20px;
    height: 20px;
  }

  .sl-info {
    font-size: 14px;
    line-height: 25px;
  }

  .sl-plan {
    font-size: 16px;
  }

  .toppage .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 60px;
  }

  .toppage .bx-wrapper .bx-prev::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 7px);
    left: 10px;
  }

  .toppage .bx-wrapper .bx-next::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 7px);
    right: 10px;
  }

  .top-list .cube_btn {
    height: 16px;
    padding: 12px 15px;
  }

  .top-list .cont03 {
    margin: 5px 0 10px;
  }

  .top-list .cont03 li:not(:nth-child(3n)),
  .top-list .cont04 li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .top-list .cont03 li {
    font-size: 12px;
    line-height: 15px;
  }

  .top-list .cont03 li:last-child .btn_icon {
    margin-top: 7px;
    height: 16px;
  }

  .top-list .cont03 li:last-child .cube_btn {
    padding: 5px 15px;
    height: 30px;
    line-height: 15px;
  }

  .top-list .arrow02::after {
    top: calc(50% - 7px);
    right: 10px;
    width: 14px;
    height: 14px;
  }

  .top-list .cont04 {
    margin-top: 5px;
  }

  .top-list .cont04 li .cube_btn {
    padding: 10px;
  }

  .top-list .cont04 .btn_icon {
    margin-right: 5px;
  }

  .top-list .cont04 li {
    font-size: 14px;
    line-height: 15px;
  }

  .top-list .cont04 li span {
    font-size: 10px;
    line-height: 15px;
  }

  .top-flow .ttl {
    font-size: 18px;
    line-height: 1.5;
  }

  h3.l-line {
    line-height: 40px;
    font-size: 28px;
  }

  h3.l-line span {
    font-size: 14px;
  }

  .top-list .cont04 li .cube_btn .btn_txt {
    padding-right: 15px;
  }

  .toppage {
    padding-top: 65px;
  }

  .mainvidual .mainimg {
    padding: 0;
  }

  .mainvidual .intro {
    padding: 20px 3%;
    background-color: #fdf4e6;
  }

  .mainvidual .intro .ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .mainvidual .intro .txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
  }

  .sl-img {
    height: 56vw;
  }

  .btnArea.ptn01 {
    padding: 20px 0;
    height: auto;
  }

  .top-map ul li {
    float: none;
    width: 100%;
  }

  /* .btn_icon {
    margin-right: 5px;
  } */
  .arrow02::after,
  .btnArea.ptn01 .cube_btn.arrow02::after {
    top: calc(50% - 6px);
    right: 5px;
    width: 12px;
    height: 12px;
  }

  .top-map .ttlArea {
    min-height: 60px;
  }

  .top-map .ttlArea .icon {
    width: 80px;
    top: 0;
    left: 0;
  }

  .top-map .ttlArea .ttl {
    margin-left: 90px;
  }

  .slider-wrapper {
    width: 90%;
  }

  .top-map .txtArea {
    padding: 20px 10px;
  }

  h3.l-line {
    line-height: 30px;
    font-size: 20px;
  }

  h3.l-line span {
    font-size: 12px;
  }

  .btnArea.ptn01 .cube_btn {
    width: 90vw;
    margin: 0;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 10px 0;
  }

  .btnArea.ptn01 .cube_btn_wrap:nth-child(2) {
    margin-top: 10px;
  }

  .top-list .cont03 {
    margin-bottom: 1em;
    display: block;
  }

  .top-list .cont03 li {
    width: 100%;
    margin: 0 0 2% 0;
  }

  .top-list .cont04 li {
    width: 100%;
    margin: 0 0 2% 0;
  }

  .top-list .cont03 li {
    font-size: 13px;
  }

  .top-list .cont03 li:last-child .cube_btn {
    height: 16px;
    padding: 12px 15px;
  }

  .top-list .cont03 li:last-child .btn_icon {
    margin-top: 0;
  }

  .top-list .cont04 li .cube_btn {
    line-height: 19px;
    font-size: 16px;
    height: 20px;
  }

  .top-list .cont04 .btn_icon {
    margin: 0 10px 0 5px;
  }

  .top-list .cont04 li span {
    font-size: 12px;
    line-height: 19px;
  }

  .top-flow ul.pc {
    display: none;
  }

  .top-flow ul.sp {
    display: block !important;
    margin-bottom: 15px;
    height: 19vw;
  }

  .top-flow ul li a img {
    height: 19vw;
  }

  .news-link {
    margin-top: 0;
  }

  .news-link a {
    font-size: 14px;
  }

  .news-link a::after {
    width: 8px;
    height: 8px;
  }

  .fLogowrap p.ftxt {
    font-size: 10px;
  }

  .top-list .cont04 {
    display: block;
  }

  .pc_br {
    display: none;
  }

  header .headbnr {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }

  header button {
    position: fixed;
  }
   .glovalnav {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    z-index: 9998;
  }

  .glovalnav ul {
    margin-top: 0;
    width: 100%;
    float: none;
    padding: 0
  }

  .glovalnav ul li {
    float: none;
    width: auto;
    background: #EB6120;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #ccc
  }

  .glovalnav ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    height: auto;
    padding: 15px 0 15px 35px
  }

  .glovalnav ul li.active a::after,
  .glovalnav ul li.active a::before {
    display: none
  }

  .glovalnav ul li::after {
    width: 15px;
    height: 15px;
    background: url(assets/img/common/top-arrow05.png) center/contain no-repeat;
    right: auto;
    left: 10px;
    top: 18px;
    transform: rotate(0)
  }

  .glovalnav ul li:last-child::after {
    display: block
  }

  .glovalnav ul li .nav_clist {
    position: relative;
    display: block
  }

  .glovalnav ul li .nav_clist li {
    background: #606060
  }

  .glovalnav ul li .nav_clist>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    font-size: .8em;
    display: block;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    position: relative;
    color: #EB6120;
    background: #FFFEEE;
  }

  .glovalnav ul li .nav_clist>li::after {
    background: 0 0
  }

  .sp_none,
  a.sp_none {
    display: none
  }

  .glovalnav ul li .nav_clist>li,
  ul.nav_clist {
    width: 100%
  }
/*
  .glovalnav {
    border: none;
    z-index: 4;
  }

  .glovalnav .mainnav>li:hover .nav_clist {
    -webkit-animation: none;
    animation: none;
  }

  .glovalnav .mainnav li .nav_clist {
    position: relative;
    display: block;
  }

  .glovalnav .mainnav li .nav_clist li {
    background: #606060;
  }

  .glovalnav .mainnav li .nav_clist>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 0.8em;
    color: #fff;
    display: block;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    position: relative;
    background: rgb(255, 140, 46, 1);
  }

  .glovalnav .mainnav li .nav_clist>li::after {
    background: none;
  }
*/
  a.sp_none,
  .sp_none {
    display: none;
  }

  ul.nav_clist,
  .glovalnav .mainnav li .nav_clist>li {
    width: 100%;
  }

  .sp_link {
    pointer-events: auto;
  }

  .sp_link a {
    pointer-events: auto;
  }

  #form-address01 {
    height: 54px !important;
  }

  .csr_idea_list .csr_list_box h3 .ttl_s {
    width: 100%;
    display: block;
    float: none;
  }

  span#campany_nameTOP {
    left: 15px !important;
    top: 40px !important;
    font-size: 12px;
  }

  .blog_wrap .single_post_detail .aligncenter {
    max-width: 100% !important;
  }

  ul.portfolio-wrapper {
    display: block;
  }

  ul.portfolio-wrapper li {
    width: 100%;
    margin-right: 0;
  }

  .blog_wrap .single_post_detail p a {
    font-weight: normal;
    border-bottom: 1px solid #1a73e8;
  }

  .top-choice .btnArea {
    height: 60px;
  }

  .top-choice h2 {
    height: auto;
  }

  .top-choice .cube_btn {
    vertical-align: bottom;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 15px;
    width: calc(100% - 30px);
  }

  .top-choice .cube_btn_wrap {
    display: block;
    width: 100%;
    vertical-align: bottom;
    margin-left: 0;
  }

  .top-choice ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .top-choice .btnArea {
    height: auto;
    padding: 20px 0;
  }

  .top-choice .btnArea .cube_btn_wrap {
    width: 100%;
  }

  .top-choice .btnArea .cube_btn {
    font-size: 13px;
    line-height: 25px;
    width: 100%;
    height: 25px;
    padding: 10px 0;
    border-radius: 3px;
  }

  .top-choice .btnArea .cube_btn .btn_icon {
    height: 20px;
  }

  .top-contact {
    padding: 0;
  }

  .top-contact h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .top-contact ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .top-contact ul li:nth-child(2) .cube_btn_wrap,
  .top-contact ul li:nth-child(4) .cube_btn_wrap {
    left: 5vw;
    bottom: 4vw;
  }

  .top-contact ul li:nth-child(2) .cube_btn,
  .top-contact ul li:nth-child(4) .cube_btn {
    width: calc(84vw - 20px);
    height: 6vw;
    padding: 2vw 10px;
    font-size: 4.4vw;
    line-height: 6vw;
  }

  .top-contact ul li:nth-child(3) .cube_btn_wrap {
    left: 5vw;
    bottom: 3vw;
  }

  .top-contact ul li:nth-child(3) .cube_btn {
    width: 78vw;
    padding: 2.5vw 0 2.5vw 6vw;
    font-size: 4.4vw;
    height: 5vw;
    line-height: 5vw;
  }

  .top-contact ul li:nth-child(3) .cube_btn span {
    font-size: 3vw;
    display: inline-block;
    padding: 0 1vw;
  }

  .top-contact ul li:nth-child(3) .cube_btn .btn_icon {
    margin-right: 5px;
  }

  .top-contact ul li:nth-child(4) .cube_btn_wrap {
    left: 5vw;
    bottom: 2.5vw;
  }

  .top-example h2 .icon,
  .top-voice h2 .icon,
  .top-blog h2 .icon {
    width: 100px;
    float: none;
    margin: 0 auto 10px;
  }

  .top-example h2 .txt,
  .top-voice h2 .txt,
  .top-blog h2 .txt {
    text-align: center;
    padding: 0 10px 0;
    line-height: 1.2;
  }

  .top-example .bx-wrapper .bx-controls-direction a,
  .top-voice .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: calc(28vw - 30px);
  }

  .top-example::before,
  .top-staffblog::before,
  .top-voice::before {
    height: 280px;
  }

  .top-voice::before,
  .top-member::before {
    height: 220px;
  }

  .top-example .intro {
    padding: 0 10px;
    font-size: 14px;
  }

  .top-example::before {
    height: 180px;
  }

  .top-voice h2.u-line_new {
    width: 100%;
    height: 120px;
  }

  .top-voice h2 .txt {
    float: none;
    font-size: 24px;
    padding-top: 10px;
  }

  .top-voice .ta-c p.txt_sub {
    top: -100px;
    font-size: 20px;
  }

  .top-voice .intro {
    padding: 0 10px;
    font-size: 14px;
    margin-top: -50px;
  }

  .top-voice::before {
    height: 180px;
  }

  .top-member::before {
    height: 0;
  }

  .top-member ul.greeting li:last-child::before {
    border-top: 80px solid #fdf3ee;
    border-right: 220px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 220px solid #fdf3ee;
  }

  .top-member ul.greeting li:first-child {
    width: 180px;
    width: 100%;
  }

  .top-member ul.greeting li .triangle-img {
    height: 180px;
    width: 100%;
    height: auto;
  }

  .top-member ul.greeting li .triangle-img img {
    width: 100%;
    height: auto;
  }

  .top-member ul.greeting li:last-child {
    margin-left: 30px;
    padding: 30px 0 30px 30px;
    width: 510px;
    margin-left: 0;
    padding: 10px;
    width: calc(100% - 20px);
  }

  .top-member ul.greeting li p {
    font-size: 14px;
    line-height: 1.5;
  }

  .top-member ul.greeting li p.sign span.big {
    font-size: 16px;
  }

  .top-staffblog::before {
    height: 0;
  }

  .top-staffblog .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    top: 42px;
    top: calc(22vw - 15px);
  }

  .top-staffblog .btnArea.ptn01 .cube_btn_wrap:nth-child(2) .cube_btn {
    height: 20px;
    height: 40px;
  }

  .top-staffblog .btnArea.ptn01 .cube_btn_wrap:nth-child(2) .cube_btn .btn_icon {
    height: 20px;
    margin-top: 10px;
  }

  .top-about::before {
    height: 300px;
  }

  .top-about .txt {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .top-about ul>li {
    float: none;
    padding: 0 0 20px;
    width: 100%;
  }

  .top-about ul>li .ttl {
    height: 40px;
    text-align: left;
  }

  .top-about ul>li .txt {
    padding: 0;
    font-size: 23px;
    line-height: 1.3;
  }

  .top-about ul>li ul {
    margin: 20px 0 20px;
    height: auto;
  }

  .top-about ul>li li {
    font-size: 13px;
    line-height: 24px;
    padding: 0 0 0 20px;
    margin-right: 0;
  }

  .top-about ul>li li:first-child {
    margin-right: 0;
  }

  .top-about ul>li li::before {
    top: 6px;
    left: 0;
  }

  .top-about ul>li .img {
    padding: 0;
  }

  .top-about ul>li .img iframe {
    height: 52vw;
  }

  .top-about ul>li .triangle-imgwrap .cube_btn {
    width: 55%;
    height: 30px;
    position: absolute;
    bottom: -5px;
    right: -7%;
  }

  .top-about ul>li .triangle-imgwrap .cube_btn .btn_txt {
    font-size: 14px;
    padding: 0 0 5px 3%;
    line-height: 1.2;
  }

  .top-news ul {
    float: none;
    margin: 0 auto;
    width: auto;
    padding: 10px;
    clear: both;
  }

  .top-news dl dd {
    height: 30px;
    float: left;
    display: block;
  }

  .top-news dl dd.date {
    width: 100px;
    font-size: 14px;
    line-height: 24px;
  }

  .top-news dl dd.ttl {
    font-size: 14px;
    line-height: 24px;
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  footer .omakase .wrapper {
    width: auto;
    padding: 0 10px;
  }

  footer .omakase .wrapper .ttl {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.3;
  }

  footer .omakase .wrapper ul {
    margin-right: 20px;
    font-size: 14px;
    line-height: 30px;
  }

  footer .omakase .wrapper ul li.footer-line2 {
    margin-bottom: 0px;
  }

  footer .faccess {
    margin: 30px auto;
    text-align: center;
    width: 100%;
    padding: 0;
  }

  footer .faccess ul {
    display: block;
  }

  footer .faccess ul li {
    width: 100%;
    float: none;
    height: auto;
    flex-direction: column;
    display: block;
  }

  footer .faccess ul li:first-child {
    margin-bottom: 20px;
  }

  footer .faccess ul li .fcontact {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
  }

  footer .faccess ul li .copyright {
    position: static;
    font-size: 12px;
    padding: 20px 0 40px;
  }

  footer .faccess ul li .flogo {
    margin: auto;
  }

  footer .faccess ul li .flogo ul {
    display: block;
  }

  footer .faccess ul li .flogo ul li:first-child {
    display: flex;
    flex-direction: initial;
    align-items: center;
    margin-bottom: 0;
  }

  footer .faccess ul li .flogo .f_storeName {
    top: 22px;
  }

  footer .faccess ul li .flogo .ftxt {
    padding: 0;
  }

  footer .faccess ul li .fLogowrap {
    width: 100%;
  }

  footer .faccess ul li .fLogowrap a img {
    width: 30%;
    height: auto;
  }

  footer .copyright {
    font-size: 12px;
  }

  footer .glovalnav .mainnav li a {
    height: 20px;
    line-height: 20px;
  }

  footer .glovalnav .mainnav li::after {
    height: 20px;
    top: 10px;
  }

  footer .footbnr ul {
    height: 60px;
  }

  footer .footbnr ul li .telnum {
    margin-top: 20px;
    height: 20px;
  }

  footer .footbnr ul li .cube_btn {
    height: 20px;
    height: 17px;
  }

  footer .footbnr ul li:last-child .cube_btn {
    margin-top: 10px;
    margin-right: 5px;
    font-size: 13px;
    line-height: 17px;
  }

  footer .footbnr ul li:last-child .cube_btn .btn_icon {
    margin: 2px 6px 0 0;
    height: 15px;
  }

  footer .footbnr ul li .cube_btn span.yellow {
    font-size: 11px;
    line-height: 14px;
  }

  footer .footbnr ul li:last-child .cube_btn::after {
    top: 15px;
    width: 6px;
    height: 6px;
  }

  footer .footbnr ul li:nth-child(2) .cube_btn {
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
    height: 17px;
  }

  footer .footbnr ul li:nth-child(2) .cube_btn::after {
    top: 15px;
    width: 6px;
    height: 6px;
  }

  footer .footbnr ul li:nth-child(2) .cube_btn .btn_icon {
    margin: 4px 6px 0 0;
    height: 12px;
  }

  footer .footbnr ul li .cube_btn span.pc {
    display: none;
  }

  footer .footbnr {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.3);
  }

  footer .footbnr ul {
    width: auto;
    padding: 0 5px;
    height: 60px;
    display: block;
  }

  footer .footbnr ul li {
    float: right;
  }

  footer .footbnr ul li:first-child {
    float: left;
  }

  footer .footbnr ul li .cube_btn {
    margin-top: 10px;
    display: block;
    padding: 10px;
    height: 20px;
  }

  footer .footbnr ul li:first-child .cube_btn {
    position: relative;
    margin-top: 10px;
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 6px;
    line-height: 14px;
    background: #eb6120;
  }

  footer .footbnr ul li:first-child .cube_btn::after {
    position: absolute;
    content: "電話する";
    width: 200%;
    font-weight: bold;
    transform-origin: left center;
    transform: scale(0.5);
    left: 0;
    bottom: 0px;
    z-index: 1;
  }

  footer .footbnr ul li:first-child .cube_btn .btn_icon {
    height: 20px;
  }

  footer .footbnr ul li:nth-child(2) .cube_btn {
    margin-top: 10px;
    font-size: 14px;
    line-height: 12px;
    height: 24px;
    padding: 8px 0 8px 10px;
    text-align: center;
  }

  footer .footbnr ul li:nth-child(2) .cube_btn .btn_icon {
    margin: 5px 3px 0 0;
    height: 14px;
  }

  footer .footbnr ul li:last-child .cube_btn {
    margin-top: 10px;
    margin-right: 5px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  footer .footbnr ul li:last-child .cube_btn .btn_txt {
    padding-right: 0;
    top: 0;
  }

  footer .footbnr ul li:last-child .cube_btn .btn_icon {
    margin: 1px 3px 0 0;
    height: 17px;
  }

  footer .footbnr ul li .cube_btn .btn_icon {
    margin-right: 0;
  }

  footer .footbnr ul li .cube_btn .btn_txt {
    position: relative;
    top: 5px;
  }

  footer .footbnr ul li:last-child .cube_btn::after,
  footer .footbnr ul li:nth-child(2) .cube_btn::after {
    display: none;
  }

  .page_eyecatch_bg .page_eyecatch .page_eyecatch_top_right_btn {
    display: none;
  }

  .case-main {
    width: 100%;
  }

  .page_diagnosis_bg .page_diagnosis .page_diagnosis_youtube {
    width: 100%;
  }

  .page_diagnosis_bg .page_diagnosis {
    padding: 10px;
  }

  .case-main[title^="お家の健康診断"] {
    background-size: contain;
  }

  #lower .mainvidual .mainimg {
    height: 78px;
  }

  .page_diagnosis .imgStyle03 {
    margin: 20px auto;
    width: 46px;
    height: auto;
  }

  .page_diagnosis .imgStyle04 {
    margin: 20px 0;
  }

  .page_diagnosis .imgStyle08 {
    margin: 50px 0;
  }

  .page_diagnosis .imgStyle05 {
    margin: 30px 0;
  }

  .page_diagnosis .boxStyle01 {
    margin: 30px 0;
    font-size: 18px;
  }

  .page_diagnosis .boxStyle01 p:first-child {
    font-size: 18px;
  }

  .page_diagnosis .boxStyle02 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .page_diagnosis .pStyle01 {
    font-size: 14px;
    margin: 10px;
  }

  .page_diagnosis .pStyle02 {
    font-size: 14px;
  }

  .page_diagnosis .pStyle02 span {
    display: inline-block;
  }

  .page_diagnosis .pStyle03 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .page_diagnosis .pStyle04 {
    font-size: 18px;
    margin-top: 30px;
  }

  .page_diagnosis .pStyle04 span,
  .page_diagnosis .pStyle05 span {
    display: inline-block;
    font-weight: 900;
    width: 100%;
    text-align: center;
  }

  .page_diagnosis .pStyle05 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .page_diagnosis ul {
    font-size: 24px;
    margin: 10px auto;
  }

  .page_diagnosis ul li {
    margin-top: 10px;
  }

  .page_diagnosis .maintenance {
    margin: 30px 0;
    display: block;
  }

  .page_diagnosis .maintenance figure figcaption {
    padding: 0;
    margin: 10px 0 20px;
    font-size: 14px;
  }

  .page_diagnosis .reason p.description {
    font-size: 12px;
    margin: 10px 50px;
    line-height: 1.4;
  }

  .page_diagnosis .reason h3 {
    font-size: 24px;
    padding-left: 20%;
  }

  .page_diagnosis .reason p.caption {
    font-size: 18px;
  }

  .page_diagnosis .reason p.caption span {
    display: inline-block;
    font-weight: 900;
  }

  .page_diagnosis .boxStyle03 {
    display: table;
    padding: 10px;
    background-position: left -190px;
  }

  .page_diagnosis .boxStyle03 figure {
    display: table-footer-group;
    float: none;
  }

  .page_diagnosis .boxStyle03 figure img {
    margin-top: 20px;
  }

  .page_diagnosis .boxStyle03 p {
    font-size: 14px;
  }

  .page_diagnosis .boxStyle03 p.title {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .page_diagnosis .boxStyle03 p.title::first-line {
    font-size: 18px;
  }

  .page_diagnosis .boxStyle03 p.exBold {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .page_diagnosis .rekka {
    flex-direction: column;
  }

  .page_diagnosis .rekka figure:nth-of-type(1) {
    order: 1;
  }

  .page_diagnosis .rekka figure:nth-of-type(2) {
    order: 3;
  }

  .page_diagnosis .rekka>p {
    order: 2;
  }

  .page_diagnosis .rekka figure figcaption {
    font-size: 14px;
  }

  .page_diagnosis .reason .reform h4 {
    font-size: 17px;
    padding: 6px 10px;
    margin: 0 0 10px;
    text-align: center;
  }

  .page_diagnosis .flex,
  .page_diagnosis .flex3 {
    flex-direction: column;
  }

  .page_diagnosis .reason .flex figure figcaption,
  .page_diagnosis .reason .flex3 figure figcaption {
    line-height: 1.5;
    margin: 10px 0;
    font-size: 14px;
  }

  .page_diagnosis .reason .flex figure:first-child {
    margin: 0 0 14px;
  }

  .page_diagnosis .reason .flex figure img {
    margin: 0px;
    padding: 0;
  }

  .page_diagnosis .nextBottom {
    padding: 15px 0;
    width: 41px;
    margin: auto;
  }

  .page_diagnosis .reason .reform {
    margin: 30px 0 15px;
  }

  .page_diagnosis .reason .reform p {
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 10px 20px;
  }

  .page_diagnosis .reason .flex div p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
  }

  .page_diagnosis .reason .flex .check {
    margin: 14px 0px 10px;
    padding: 8px 30px;
    font-size: 17px;
    line-height: 1.3;
    width: 100%;
    float: none;
  }

  .page_diagnosis .reason .flex .check::before {
    content: none;
  }

  .page_diagnosis .reason figure img {
    margin-left: auto;
    margin-right: auto;
  }

  .page_diagnosis .pStyle05.caution {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .pStyle05.caution em {
    margin: 0 0 10px;
  }

  .page_diagnosis .reason .flex3>* {
    margin: 10px 0;
  }

  .page_diagnosis #kekka {
    width: 107px;
  }

  .page_diagnosis .reason .bginner {
    padding: 10px;
  }

  .page_diagnosis .reason .bgbox p {
    text-align: center;
    font-size: 14px;
  }

  .page_diagnosis .reason .title {
    font-size: 20px;
  }

  .page_diagnosis .reason .bgbox p span {
    font-size: 20px;
  }

  .page_diagnosis .voice .flex {
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .page_diagnosis .voice .flex img {
    margin: 30px 0 20px;
  }

  .page_diagnosis .voice .flex img:first-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page_diagnosis .voice .flex:nth-of-type(2) article {
    padding: 20px;
  }

  .page_diagnosis .voice .flex:nth-of-type(2) article:first-child {
    margin: 0 0 20px;
  }

  .page_diagnosis section.flowchart {
    margin-top: 80px;
  }

  section h3.title {
    font-size: 24px;
    padding-left: 15%;
  }

  section h3.title::before,
  section h3.title::after {
    height: 34%;
  }

  section h3.title span::before {
    border-width: 55px 55px 0 0;
  }

  section h3.title::after {
    bottom: 5px;
  }

  section.qanda dl {
    font-size: 13px;
  }

  section.qanda dd {
    padding-bottom: 10px;
  }

  section.qanda dt::before,
  section.qanda dd::before {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  section.qanda dt::before {
    margin-top: 10px;
  }

  section.set .inner {
    display: table;
  }

  section.set .inner figure {
    display: table-footer-group;
    margin-top: 10px;
    float: none;
  }

  section.set .inner p:nth-of-type(1) {
    font-size: 20px;
    text-align: center;
  }

  section.set .inner p:nth-of-type(1) span {
    display: inline-block;
    font-weight: 900;
  }

  section.set .inner p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 20px;
  }

  section.present p:nth-of-type(1) {
    padding: 6px 10px;
    font-size: 20px;
  }

  section.present p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.4;
  }

  section.present p:nth-of-type(2) span {
    display: inline-block;
    font-weight: 900;
  }

  section.present p:nth-of-type(3) {
    font-size: 21px;
  }

  section.present p:nth-of-type(3) em {
    font-size: 30px;
  }

  section.set .inner {
    background-position: 0 -200px;
  }

  .with_intro img {
    width: 900px;
    padding-left: 15px;
  }

  .with_intro p {
    margin-top: 20px;
    float: left;
  }

  .with_intro {
    margin-bottom: 40px;
  }

  #anshin01 .inner {
    margin-top: 50px;
  }

  #anshin01 .koutei img {
    width: 100%;
  }

  #anshin01 .koutei {
    width: 90%;
    float: none;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  #anshin02 .inner {
    margin-top: 20px;
  }

  #anshin02 .f_right {
    float: none;
  }

  #anshin03 .inner {
    margin-top: 20px;
  }

  #anshin04 .inner {
    margin-top: 20px;
  }

  .page_typhoon_bg .page_typhoon {
    padding: 10px;
  }

  .page_rembrandt_bg .page_rembrandt {
    padding: 10px;
  }

  .page_service_plan_bg .page_service_plan_outline {
    padding: 10px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.5;
  }

  .page_service_plan_bg .page_service_plan_repletion {
    font-size: 0.8em;
    margin-left: 1em;
    text-indent: -1em;
    text-align: left !important;
  }

  .page_service_plan_bg .page_service_plan {
    width: 100%;
    padding: 0;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box {
    padding-top: 0;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_title {
    width: 50%;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_img {
    width: 50%;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text {
    margin-top: 10px;
    font-size: 1em;
    width: 100%;
    padding: 10px 10px 20px;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 {
    display: block;
    margin-top: 25px;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_img {
    width: 100%;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_img img {
    display: block;
    margin: 0 auto;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text {
    width: 100%;
    color: #865AA2;
    margin-top: 15px;
    text-align: center;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .page_service_plan_box_text_no1_text_01 {
    font-size: 1.1em;
    font-weight: bold;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .page_service_plan_box_text_no1_text_02 {
    margin-top: 8px;
    font-size: 1.5em;
    font-weight: bold;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text .page_service_plan_box_text_no1_text_02 span {
    font-weight: bold;
    display: block;
    font-size: 0.5em;
  }

  .page_service_plan_bg .page_service_plan .page_service_plan_box .page_service_plan_box_text .page_service_plan_box_text_no1 .page_service_plan_box_text_no1_text a {
    margin-top: 10px;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 1.05em;
    display: block;
    width: 100%;
    color: #ffffff;
    background: #865AA2;
  }

  .page_platinum_series_bg .page_platinum_series .page_platinum_series_outline {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .page_platinum_series_bg .page_platinum_series .page_platinum_series_btn h2 {
    line-height: 1.5;
    font-size: 2em;
    padding: 12px 12px 12px 90px;
    background: #eb6120;
    color: #ffffff;
    position: relative;
  }

  .page_platinum_series_bg .page_platinum_series .page_platinum_series_btn h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #000000 transparent transparent transparent;
  }

  .page_platinum_series_bg .page_platinum_series .page_platinum_series_btn ul li img {
    display: block;
    margin: 20px auto;
  }

  .page_platinum_series_bg .page_platinum_series .page_platinum_series_btn ul li:nth-child(1),
  .page_platinum_series_bg .page_platinum_series .page_platinum_series_btn ul li:nth-child(2) {
    display: none;
  }

  .page_platinum_series_bg .page_platinum_series .page_platinum_series_btn ul li:nth-child(3),
  .page_platinum_series_bg .page_platinum_series .page_platinum_series_btn ul li:nth-child(4) {
    display: block;
  }

  .page_workman_bg .page_workman {
    width: 100%;
  }

  .page_workman_bg .page_workman h2 {
    width: 100%;
    line-height: 1.5;
    font-size: 1.2em;
    padding: 12px 12px 12px 60px;
  }

  .page_workman_bg .page_workman .page_workman_box {
    width: 100%;
    margin: 10px 0 10px;
    display: block;
    padding: 10px 10px 15px 10px;
    border-bottom: 1px solid #eeeeee;
  }

  .page_workman_bg .page_workman .page_workman_box .page_workman_box_img {
    width: 100%;
  }

  .page_workman_bg .page_workman .page_workman_box .page_workman_box_text {
    width: 100%;
  }

  .page_workman_bg .page_workman .page_workman_box .page_workman_box_text .page_workman_box_text_title {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #eb6120;
    font-weight: bold;
    font-size: 1.3em;
  }

  .page_workman_bg .page_workman .page_workman_box .page_workman_box_text p {
    font-size: 1.1em;
    line-height: 1.5;
  }

  .page_platinum_ec_bg .page_platinum_ec {
    padding: 0;
  }

  .page_platinum_re_bg .page_platinum_re {
    padding: 0;
  }

  .page_faq_bg .page_faq {
    padding: 10px;
  }

  .page_ranking_bg .page_ranking {
    width: 100%;
    padding: 10px 10px;
    display: block;
  }

  .page_ranking_bg .page_ranking h2 {
    font-size: 1.6em;
    padding: 18px 12px 18px 70px;
    margin: 30px 0 20px;
    text-align: left;
  }

  .page_ranking_bg .page_ranking .page_ranking_box {
    margin-top: 50px;
    display: block;
    width: 100%;
    padding: 0;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title {
    width: 100%;
    font-size: 1.5em;
    padding: 15px 0 10px 60px;
    font-weight: bold;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title span {
    margin-top: 5px;
    display: block;
    font-size: 0.5em;
    font-weight: bold;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title.page_ranking_box_title_no1 {
    background: url("assets/img/ranking/ranking_no1.png") left center no-repeat;
    background-size: 50px auto;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title.page_ranking_box_title_no2 {
    background: url("assets/img/ranking/ranking_no2.png") left center no-repeat;
    background-size: 50px auto;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_title.page_ranking_box_title_no3 {
    background: url("assets/img/ranking/ranking_no3.png") left center no-repeat;
    background-size: 50px auto;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text {
    margin-top: 20px;
    width: 100%;
    display: block;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_img {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text {
    width: 100%;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon {
    margin-top: 20px;
    font-size: 1.2em;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon .page_ranking_box_text_icon_feature {
    margin-right: 10px;
    padding: 14px 10px;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon .page_ranking_box_text_icon_endurance {
    padding: 12px 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon .page_ranking_box_text_icon_endurance p {
    margin: 0 5px;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_img_text .page_ranking_box_text .page_ranking_box_text_icon .page_ranking_box_text_icon_endurance span {
    font-size: 0.8em;
    margin: 0 5px;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_point_ability {
    margin-top: 20px;
    width: 100%;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_point_ability ul {
    display: block;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_point_ability ul li {
    padding: 10px 30px;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item {
    width: 100%;
    background: #ececec;
    margin-top: 20px;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_title {
    width: 100%;
    text-align: center;
    background: #e1520d;
    color: #ffffff;
    padding: 14px;
    font-size: 1.4em;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text {
    display: block;
    padding: 20px;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_img {
    width: 100%;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_text {
    width: 100%;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_text p {
    font-weight: bold;
    margin-top: 15px;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_text ul {
    margin: 10px 0 0 30px;
  }

  .page_ranking_bg .page_ranking .page_ranking_box .page_ranking_box_item .page_ranking_box_item_img_text .page_ranking_box_item_text ul li {
    padding: 8px 0;
    list-style-type: disc;
  }

  .page_privacy_bg .page_privacy {
    padding: 10px;
  }

  .page_guarantee_bg .page_guarantee {
    width: 100%;
    padding: 10px;
  }

  .page_guarantee_bg .page_guarantee h2 {
    width: 100%;
    line-height: 1.5;
    font-size: 1.2em;
    padding: 12px 12px 12px 40px;
    margin: 40px 0 20px;
    background: #eb6120;
    color: #ffffff;
    position: relative;
  }

  .page_guarantee_bg .page_guarantee h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #000000 transparent transparent transparent;
  }

  .page_guarantee_bg .page_guarantee .guarantee_table_scroll {
    width: 100%;
    height: 30px;
    position: relative;
    background: #eeeeee;
    border: 1px solid #dddddd;
  }

  .page_guarantee_bg .page_guarantee .guarantee_table_scroll::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #999999;
    position: absolute;
    right: 5px;
    top: 5px;
  }

  .page_guarantee_bg .page_guarantee .guarantee_table_scroll::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 13.0px 7.5px 0;
    border-color: transparent #999999 transparent transparent;
    position: absolute;
    left: 5px;
    top: 5px;
  }

  .page_guarantee_bg .page_guarantee .guarantee_table {
    display: block;
    overflow-x: scroll;
  }


  .page_guarantee_bg .page_guarantee .guarantee_01 {
    margin-top: 20px;
    display: block;
  }

  .page_guarantee_bg .page_guarantee .guarantee_01 .guarantee_01_text {
    width: 100%;
  }

  .page_guarantee_bg .page_guarantee .guarantee_01 .guarantee_01_text h3 {
    margin-top: 20px;
  }

  .page_guarantee_bg .page_guarantee .guarantee_01 .guarantee_01_img {
    width: 100%;
    padding: 0 50px;
  }

  .page_guarantee_bg .page_guarantee .guarantee_02 {
    background: #f1f2f6;
    padding: 10px;
    margin-top: 20px;
  }

  .page_guarantee_bg .page_guarantee .guarantee_02 ul {
    display: block;
  }

  .page_guarantee_bg .page_guarantee .guarantee_02 ul li {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1.5em;
    position: relative;
    font-size: 1.1em;
  }

  .page_guarantee_bg .page_guarantee .guarantee_02 ul li::after {
    color: #eb6120;
    content: "●";
    position: absolute;
    left: 0;
    top: 0.5em;
  }

  .page_guarantee_bg .page_guarantee .guarantee_03 {
    display: block;
  }

  .page_guarantee_bg .page_guarantee .guarantee_03 .guarantee_03_text {
    width: 100%;
  }

  .page_guarantee_bg .page_guarantee .guarantee_03 .guarantee_03_text p:last-child {
    margin-top: 10px;
  }

  .page_guarantee_bg .page_guarantee .guarantee_03 .guarantee_03_img {
    margin-top: 20px;
    padding: 0 30px;
    width: 100%;
  }

  .page_loan_bg .page_loan {
    padding: 10px;
  }

  .page_flow_bg .page_flow {
    padding: 10px;
  }

  .page_404_bg .page_ {
    padding: 10px;
  }

  .page__bg .page_ {
    padding: 10px;
  }

  .cl_btn01 {
    margin-top: 30px;
    width: 100%;
    position: relative;
  }

  .cl_btn01 a {
    padding: 20px 50px;
  }

  .cl_btn02 {
    width: 100%;
  }

  .cl_btn02 a {
    padding: 10px 20px;
  }

  .cl_btn02 .btn_txt {
    line-height: 1.5em;
    font-size: 20px;
  }

  .cl_btn02 .btn_txt .btn_free {
    padding: 1px 3px;
    font-size: 20px;
  }

  .cl_btn02 .btn_txt .btn_tel {
    font-size: 26px;
  }

  .cl_arrow02::after {
    right: 10px;
  }

  .cl_btn_icon {
    left: 0px;
  }
}

/* add new header nav 20200708 y.h */
header {
  width: 100%;
  z-index: 9999 !important;
}

header .fixed {
  position: fixed;
}

header.fixed #HeaderArea {
  display: none;
}

header #HeaderArea {
  width: 1162px;
  margin: 0 auto 10px;
}

header #HeaderArea h1 {
  margin: 10px 0;
  font-size: 14px;
}

header #HeaderArea__main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header #HeaderArea__main {
    align-items: center;
  }
}

header #HeaderArea__main li {
  display: flex;
  align-items: center;
}

header #HeaderArea__main #HeaderLogoLink a {
  display: flex;
}

header #HeaderArea__main #HeaderLogoLink a>img {
  width: 140px;
}

header #HeaderArea__main #HeaderLogoLink a #HeaderLogoLink--Grid li:first-child {
  display: flex;
  align-items: flex-start;
}

header #HeaderArea__main #HeaderLogoLink a #HeaderLogoLink--Grid li:first-child span {
  font-size: 22px;
  color: #eb6120;
  font-weight: bold;
  top: 10px;
  position: relative;
}

header #HeaderArea__main #HeaderLogoLink a #HeaderLogoLink--Grid li:last-child span {
  width: auto;
  height: auto;
  font-size: 26px;
  margin-left: 10px;
}

header #HeaderArea__main #HeaderTel {
  line-height: 1.2;
}

header #HeaderArea__main #HeaderTel ul li {
  font-weight: bold;
  font-size: 14px;
}

header #HeaderArea__main #HeaderTel ul #FreeDial {
  display: flex;
  align-items: center;
  color: #eb6120;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

header #HeaderArea__main #HeaderTel ul #FreeDial img {
  width: auto;
  height: 30px;
  margin-right: 4px;
  display: inline-block;
}

header li#HeaderGooddesign {
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  header li#HeaderGooddesign {
    margin-right: 4px;
    margin-left: 4px;
  }
  header li#HeaderGooddesign {
    width: 32px;
    height: 40px;
    flex: none;
  }
}

header #HeaderArea__main #HeaderContact a {
  transition: .2s all ease 0s;
}

header #HeaderArea__main #HeaderContact a #HeaderContactButton {
  font-size: 18px;
  width: 180px;
  height: 50px;
  line-height: 25px;
  padding: 15px 20px 15px 10px;
  font-weight: 700;
  text-decoration: none;
  background: #103ba3;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border-color: #07d;
  box-shadow: 4px 4px 0px #4d6cbc inset, -4px -4px 0px #0b2971 inset, 0px 0px 0px #4d6cbc, 0px 0px 0px #4d6cbc;
}

header #HeaderArea__main #HeaderContact a #HeaderContactButton:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}

header #HeaderArea__main #HeaderContact a #HeaderContactButton #ContactIcon {
  height: 100%;
  width: auto;
}

header #HeaderArea__main #HeaderContact a #HeaderContactButton #ContactText {
  display: inline-block;
  font-weight: bold;
}

header #HeaderArea__main #HeaderContact a #HeaderContactButton #ContactText span {
  color: #ffe300;
  font-weight: bold;
}

header #HeaderArea__main #HeaderContact a #HeaderContactButton .btn_icon {
  margin-right: 6px;
  width: auto;
  height: 38px;
}

header #HeaderArea__main #HeaderContact a:hover {
  padding-top: 2px;
  padding-bottom: 2px;
}

header #HeaderArea__main #HeaderSpMenu {
  display: none;
  border: none;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #000;
  letter-spacing: .1em;
  cursor: pointer;
  border-radius: 5px;
  z-index: 100;
  text-align: center;
  outline: 0;
  box-sizing: border-box;
  position: relative;
  padding: 0 8px;
  top: 0;
  right: 0;
  box-shadow: 2px 2px 0px #3e3e3e inset, -2px -2px 0px #000000 inset, 0px 0px 0px #afafaf, 0px 0px 0px #afafaf;
}

header #HeaderArea__main #HeaderSpMenu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}

@media screen and (max-width: 767px) {
  header #HeaderArea {
    background-color: #fff;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    position: fixed;
    display: block !important;
    z-index: 9999 !important;
  }

  header #HeaderArea h1 {
    display: none;
  }

  header #HeaderArea__main #HeaderLogoLink a>img {
    display: none;
  }

  header #HeaderArea__main #HeaderLogoLink a #HeaderLogoLink--Grid li:first-child span {
    font-size: 12px;
    top: 5px;
  }

  header #HeaderArea__main #HeaderLogoLink a #HeaderLogoLink--Grid li:first-child img {
    width: 60%;
    height: auto;
  }

  header #HeaderArea__main #HeaderLogoLink a #HeaderLogoLink--Grid li:last-child span {
    font-size: 14px;
    margin-left: 4px;
  }

  header #HeaderArea__main #HeaderTel {
    margin-right: 2px;
  }

  header #HeaderArea__main #HeaderTel ul {
    display: none;
  }

  header #HeaderArea__main #HeaderTel .cube_btn_tel {
    background-color: #eb6120;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 2px 2px 0px #ffad7c inset, -2px -2px 0px #b34200 inset, 0px 0px 0px #ff863e, 0px 0px 0px #ff863e;
  }

  header #HeaderArea__main #HeaderTel .cube_btn_tel:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/common/btn-ptn01.png) repeat;
  }

  header #HeaderArea__main #HeaderTel .cube_btn_tel img {
    width: 80%;
  }

  header #HeaderArea__main #HeaderContact {
    margin-right: 2px;
  }

  header #HeaderArea__main #HeaderContact a #HeaderContactButton {
    width: 40px;
    height: 40px;
    padding: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header #HeaderArea__main #HeaderContact a #HeaderContactButton {
    box-shadow: 2px 2px 0px #4d6cbc inset, -2px -2px 0px #0b2971 inset, 0px 0px 0px #4d6cbc, 0px 0px 0px #4d6cbc;
  }

  header #HeaderArea__main #HeaderContact a #HeaderContactButton img {
    width: 80%;
  }

  header #HeaderArea__main #HeaderContact a #HeaderContactButton.arrow01:after {
    content: none;
  }

  header #HeaderArea__main #HeaderContact a #HeaderContactButton #ContactIcon {
    display: none;
  }

  header #HeaderArea__main #HeaderContact a #HeaderContactButton #ContactText {
    display: none;
  }

  /* header #HeaderArea__main #HeaderContact a #HeaderContactButton .btn_icon {
    width: 100%;
    margin: 0;
  } */
  /* header #HeaderArea__main #HeaderContact a #HeaderContactButton .btn_icon img {
    width: 100%;
    height: auto;
  } */
  header #HeaderArea__main #HeaderContact a:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  header #HeaderArea__main #HeaderSpMenu {
    display: block;
  }
}

/* president */
.PresidentMessage {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  margin-bottom: 40px;
}

.PresidentMessage li:nth-child(1) {
  width: 400px;
}

.PresidentMessage li:nth-child(2) {
  width: 730px;
}

.PresidentMessage li:nth-child(2) h2.u-line02 {
  font-size: 32px;
  padding: 0 0 20px;
}

.PresidentMessage li:nth-child(2) p {
  font-size: 18px;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .PresidentMessage {
    flex-direction: column;
    margin-bottom: 0;
  }

  .PresidentMessage li {
    width: 100% !important;
  }

  .PresidentMessage li:nth-child(1) {
    margin-top: 10px;
  }

  .PresidentMessage li:nth-child(2) h2.u-line02 {
    font-size: 18px;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}

/* //president */

/* sfatt list */
ul.staff-slider {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

ul.staff-slider li {
  width: calc(96% / 5);
  margin-bottom: 1%;
}

ul.staff-slider li:not(:nth-child(5n)) {
  margin-right: 1%;
}

.staff-slider img {
  height: 100%;
  width: auto;
  max-width: none;
}

.staff-slider .sl-img {
  position: relative;
  height: calc((1162px / 5) - 14px);
  background-color: #fff;
}

.StaffListBg {
  max-width: 1162px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  ul.staff-slider li {
    width: calc(98% / 3);
  }

  ul.staff-slider li:not(:nth-child(5)) {
    margin-right: 0;
  }

  ul.staff-slider li:not(:nth-child(3)) {
    margin-right: 1%;
  }

  .staff-slider .sl-img {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
  }

  .staff-slider .sl-img::before {
    width: 84px;
    height: 45px;
  }

  .StaffListBg {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 2%;
    background: #f1f2f5;
  }

  .u-line02.staff_title {
    margin-bottom: 20px;
    padding: 10px 0;
  }
}

/* //staff list */

/* use pickup */
.top-pickup {
  position: relative;
}

.top-pickup .sec-inner {
  padding: 40px 0 0;
}

.top-pickup h3 {
  font-size: 24px;
}

.top-pickup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  left: 0;
  background-color: #fdf4e6;
}

.PickupList {
  display: flex;
  flex-wrap: wrap;
}

.PickupList li {
  width: calc(98% / 3);
  margin: 0 0 40px;
  z-index: 1;
  max-width: 378px;
}

.PickupList li:not(:nth-child(3n)) {
  margin-right: 1%;
}

.PickupList li .sl-ttl {
  background-color: #fff;
}

.PickupList li .sl-img {
  height: 200px;
}

.PickupList li .sl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-pickup {
    padding-bottom: 20px;
  }

  .top-pickup .sec-inner {
    padding: 40px 0 0;
  }

  .top-pickup .bx-wrapper {
    margin: 20px 20px 0 !important;
  }

  .top-pickup::before {
    height: 150px;
  }

  .PickupList {
    width: 96%;
    margin: 0 auto;
  }

  .PickupList li {
    width: calc(99% / 2);
    margin-bottom: 20px;
  }

  .PickupList li a {
    height: 100%;
    background: #fff;
  }

  .PickupList li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .PickupList li:not(:nth-child(even)) {
    margin-right: 1%;
  }

  .PickupList li .sl-ttl {
    font-size: 12px;
    line-height: 1.4em;
    padding: 10px 0;
  }

  .PickupList li .sl-img {
    height: auto;
    width: 100%;
    padding-top: 100%;
  }
}

/* //use pickup */

/* footer flow */
.FooterFlowPc {
  padding: 30px 0;
  background: #eb6120;
}

.FooterFlowPc h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background: #000;
  padding: 12px 0;
}

.FooterFlowPc .FlowLink {
  position: relative;
}

.FooterFlowPc .FlowLink ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.FooterFlowPc .FlowLink ul li a {
  display: block;
  width: 100%;
}

.FooterFlowPc .FlowLink ul li a:hover {
  background: #fff;
  opacity: 0.3;
}

/* //footer flow */

/* footer site link */
.FooterSiteLink .FooterSiteLinkInner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1162px;
  padding: 40px 10px 0;
  margin: 0 auto;
}

.FooterSiteLink .FooterSiteLinkInner dl {
  width: calc(88% / 4);
}

.FooterSiteLink .FooterSiteLinkInner dl:not(:last-child) {
  margin-right: 4%;
}

.FooterSiteLink .FooterSiteLinkInner dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #eb6120;
  border-bottom: 3px solid #eb6120;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.FooterSiteLink .FooterSiteLinkInner li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 12px;
}

.FooterSiteLink .FooterSiteLinkInner ul {
  margin-bottom: 30px;
}

.FooterSiteLink .FooterSiteLinkInner ul li:last-child {
  margin-bottom: 0;
}

.FooterSiteLink .FooterSiteLinkInner li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eb6120;
  left: 0;
  top: 5px;
}

.FooterSiteLink .FooterSiteLinkInner li a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.FooterSiteLink .FooterSiteLinkInner li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .FooterSiteLink {
    display: block;
    padding: 0;
    background: rgba(255, 125, 30, 0.95);
  }

  .FooterSiteLink .FooterSiteLinkInner {
    padding: 0;
    width: 100%;
  }

  .FooterSiteLink .FooterSiteLinkInner dl:not(:last-child) {
    margin-right: 0;
  }

  .FooterSiteLink .FooterSiteLinkInner dl {
    margin: 0;
    width: 100%;
  }

  .FooterSiteLink .FooterSiteLinkInner dl dt {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
    position: relative;
  }

  .FooterSiteLink .FooterSiteLinkInner dl dt:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: 10px;
    top: calc(50% - 5px);
    transition: all 0.3s ease;
  }

  .FooterSiteLink .FooterSiteLinkInner dl dt.open:before {
    transform: rotate(225deg);
  }

  .FooterSiteLink .FooterSiteLinkInner dl dd {
    display: none;
  }

  .FooterSiteLink .FooterSiteLinkInner ul {
    margin: 0;
  }

  .FooterSiteLink .FooterSiteLinkInner ul li {
    padding-left: 0;
    margin-bottom: 0;
  }

  .FooterSiteLink .FooterSiteLinkInner ul li:before {
    display: none;
  }

  .FooterSiteLink .FooterSiteLinkInner ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #fff;
    display: block;
    background: rgba(255, 255, 255, 0.2);
  }

  .FooterSiteLink .FooterSiteLinkInner ul li a:hover {
    text-decoration: none;
  }
}

/* //footer site link */




/* add footer mini bar */
.FooterMiniBar {
  margin: 0 auto;
  padding: 40px 0;
  background: #eee;
}

.FooterMiniBar ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.FooterMiniBar ul li {
  width: calc(96% / 5);
}

.FooterMiniBar ul li:nth-child(4){
  width: calc(95.85% / 5);
}

.FooterMiniBar ul li:last-child{
  width: calc(100.645% / 5);
}

.FooterMiniBar ul li:not(:last-child) {
  margin-right: 1%;
}

.FooterMiniBar ul li a {
  display: block;
}

.FooterMiniBar ul li a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .FooterMiniBar {
    padding: 20px 0;
  }

  .FooterMiniBar ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .FooterMiniBar ul li {
    width: calc(98% / 2);
    margin-bottom: 2%;
  }

  .FooterMiniBar ul li:not(:last-child) {
    margin-right: 0;
  }

  .FooterMiniBar ul li:nth-child(4){
    width: 49%;
  }

  .FooterMiniBar ul li:last-child{
    width: 49%;
  }

  .FooterMiniBar ul li:nth-child(odd) {
    margin-right: 2%;
  }
}

/* add footer mini bar */

/* add footer menu start */
footer {
  padding-bottom: 140px;
}

.FooterScroll {
  padding: 3px 0;
  background-color: rgb(69 29 13 / .7);
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 100;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 0;
}

.FooterScroll .inner {
  width: 1160px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.FooterCotents ul {
  display: flex;
  justify-content: center;
  background: white;
  padding: 0 4px;
  width: 432px;
  height: 100%;
}

.FooterCotents ul li {
  padding: 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.FooterCotents ul li img {
	width: auto;
	height: 75px;
}

.FooterCotents ul li a {
  display: block;
}

.FooterCotents ul li a:hover {
  opacity: 0.7;
}

.pageTop {
  margin-left: 10px;
}

.FooterCotents .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  footer {
    padding-bottom: 80px;
  }

  .FooterScroll .inner {
    width: 100%;
  }

  .FooterCotents ul {
    width: auto;
    background: none;
    padding: 0;
  }

	.FooterCotents ul li{
		flex: 1;
	}

  .FooterCotents ul li img {
		height: 45px;
  }

  .FooterCotents .sp {
    display: flex;
  }

  .FooterCotents .pc {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .FooterCotents ul li img {
    width: auto;
    height: 44px;
  }
}

/* add footer menu end */

/* add top contact */
.top-contact .ContactBar {
  background: #fef78f;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top-contact {
    background: #fff;
  }

  .top-contact .ContactBar {
    margin: 0 2%;
    background: #fff;
  }
}

/* //add top contact */

/*2021 0712 anchor　link */
.anchor {
  padding-top: 90px;
  margin-top: -90px;
}

.anchor2 {
  padding-top: 180px;
  margin-top: -180px;
}

.bnr-area {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bnr-area {
    margin-top: 16px;
    margin-bottom: 60px;
  }
  .plan-block + .bnr-area {
    margin-bottom: 10px;
  }  
}

.bnr-area-item + .bnr-area-item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .bnr-area-item + .bnr-area-item {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .bnr-area.--default {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.bnr-area .sec-inner + .sec-inner {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .bnr-area .sec-inner + .sec-inner {
    margin-top: 16px;
  }
}

/* 1102 new_input */

.btn_line {
  margin: 0;
}
.btn_mail{
  margin:0 5px;
}
.sp_btn_mail{
  display: none;
}
.sp_btn_line{
  display: none;
}

@media screen and (max-width: 767px) {
  header #HeaderArea__main li{
    margin-right: 3px;
  }
  .sp_btn_mail img,.sp_btn_line img{
    width: 80%;
  }
  .sp_btn_mail{
    position: relative;
    background-color: #103ba3;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 2px 2px 0px #4d6cbc inset, -2px -2px 0px #0b2971 inset, 0px 0px 0px #4d6cbc, 0px 0px 0px #4d6cbc;
  }
  .sp_btn_line{
    position: relative;
    background-color: #06c755;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 2px 2px 0px #42d47e inset, -2px -2px 0px #048b3b inset, 0px 0px 0px #048b3b, 0px 0px 0px #42d47e;
  }
  .sp_btn_mail::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/common/btn-ptn01.png) repeat;
  }
  .sp_btn_line::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/common/btn-ptn01.png) repeat;
  }
}
/* contact only footer styles */
.FooterFlowPc.ContactFooter h3 {
  font-size: 18px;
  background: white;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}


/* header ハンバーガー仕様に変更 */
.globalnav-sp-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  /* PCとSPで出し分ける */
  .glovalnav {
    display: block;
    pointer-events: none;
    opacity: 0;
    width: 1px;
    height: 1px;
    visibility: hidden;
    overflow: none;
  }
  /* アイコン箇所のメニュー */
  .globalnav-sp-wrap.is-active {
    display: block;
    position: fixed;
    overflow-y: scroll;
    z-index: 8888;
    height: 100%;
    width: 100%;
  }
  .glovalnav-sp {
    display: block;
  }
  .globalnav-sp-inner {
    background-color: #fff;
    height: calc(100% - 60px);
  }
  .globalnavhighlight {
    display: block;
    margin-top: 60px;
  }
  .globalnavhighlight-list {
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px 0 12px;
  }
  .globalnavhighlight-item {
    box-sizing: border-box;
    text-align: center;
    background-color: #FFFEEE;
    border: solid 2px #EB6120;
    border-radius: 8px;
    width: 108px;
    max-width: 31.5%;
    height: 104px;
    margin: 6px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16)
  }
  a:link.globalnavhighlight-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
  }
  .globalnavhighlight-img {
    margin-bottom: 24px;
  }
  .globalnavhighlight-text {
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    font-weight: 700;
    font-size: 16px;
  }
  /* トグル箇所 */
  .glovalnav-sp .mainnav li.pc {
    display: none;
  }
  .glovalnav-sp .mainnav {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .glovalnav-sp .mainnav li {
    width: auto;
    background: #EB6120;
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #fff;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .glovalnav-sp .mainnav li:first-child {
    width: 100%;
  }
  .glovalnav-sp .mainnav li:last-child {
    border-bottom: none;
  }
  .li-navParent::before {
    position: absolute;
    right: 32px;
    top: 20px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: none;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
  }
  .li-navParent .bold {
    pointer-events: none;
  }
  .glovalnav-sp .mainnav > li:first-child::before {
    content: none;
  }
  .glovalnav-sp .mainnav li a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    width: auto;
    height: auto;
    padding: 18px 16px 18px 24px;
  }
  .glovalnav-sp .mainnav li.active a::before, .glovalnav-sp .mainnav li.active a::after {
    display: none;
  }
  .glovalnav-sp .mainnav li::after {
    content: none;
  }
  .glovalnav-sp .mainnav li::after {
    width: 15px;
    height: 15px;
    background: url(assets/img/common/top-arrow05.png) center/contain no-repeat;
    right: auto;
    left: 10px;
    top: 18px;
    transform: rotate(0);
  }
  .glovalnav-sp .mainnav li:last-child::after {
    display: block;
  }
  .glovalnav-sp .mainnav li .nav_clist > li > a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 14px 10px 14px 40px;
    text-decoration: none;
    position: relative;
    background: #F27C1A;
    font-weight: 600;
  }
  .li-navParent.is-active .nav_clist {
    display: block;
    border-top: 1px solid #fff;
  }
  .glovalnav-sp .mainnav li .nav_clist li::after,
  .glovalnav-sp .mainnav li .nav_clist li:last-child::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    display: block;
    background: none;
    position: absolute;
    top: calc(50% - 3.5px);
    right: 10px;
    background-color: rgba(0, 0, 0, 0);
  }
  /* メニュー開いた時の調整 */
  header.fixed {
    position: fixed;
  }
  ul.nav_clist {
    position: relative;
  }
  .is-fixed .footbnr {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}

/* 20230922 float bnr */
.float_bnr{
	z-index: 10000;
	display: none;
	width: 300px;
	position: fixed;
	bottom: 110px;
	right: 30px;
}
@media screen and (max-width: 767px) {
	.float_bnr{
		width: 94%;
		bottom: 70px;
		right: 3%;
	}
}
.float_bnr_img a{
	overflow: hidden;
	position: relative;
	transition: opacity 0.3s;
}
.float_bnr_img a:hover{
	opacity: 0.7;
}
.float_bnr_img a::after{
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 10%;
	height: 150%;
	background: #fff;
	transform: rotate(45deg);
	animation: reflect 5s ease-in-out infinite;
}
@keyframes reflect{
	0%,75%{
	  transform: rotate(45deg) scale(0);
	  opacity: 1;
	}
	100%{
	  transform: rotate(45deg) scale(100);
	  opacity: 0;
	}
}

.float_bnr_img a img{
	width: 100%;
}
.float_bnr_close{
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 99px;
	position: absolute;
	top: -18px;
	right: -17px;
	transition: opacity 0.3s;
	background-color: #217e90;
	box-shadow: 0 0 7px rgba(0,0,0,0.7);
}
@media screen and (max-width: 767px) {
	.float_bnr_close{
		top: -21px;
		right: -2%;
	}
}
.float_bnr_close:hover{
	opacity: 0.7;
}
.float_bnr_close::before,.float_bnr_close::after{
	content: "";
	width: 60%;
	height: 2.5px;
	border-radius: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	background-color: #fff;
}
.float_bnr_close::before{
	rotate: 45deg;
}
.float_bnr_close::after{
	rotate: -45deg;
}
/* TopPage Ranking*/
section.toppickup-case{
  position: relative;
}
section.toppickup-case::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-color: #fdf4e6;
}
.toppickup-case{
  margin: 30px 0 0;
  padding: 0 0 70px 0;
}
.toppickup-case-title{
  margin: 20px 0 50px;
}
.toppickup-case ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.toppickup-case-title{
  text-align: center;
}
.toppickup-case .toppickup-case-element{
  width:  calc( 87% / 3 );
  position: relative;
}
.toppickup-case .toppickup-case-element .number-icon{
  position: absolute;
  left: -40px;
  top: -50px;
}
.toppickup-case .toppickup-case-cat{
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
  flex-direction: row;
}
.toppickup-case .sec-inner ul .sl-point{
  width: auto;
}
.toppickup-case ul li .toppickup-case-thumbnail img{
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.toppickup-case .sl-point{
  text-align: center;
}
.toppickup-case-title{
  text-align: center;
  font-size: 20px;
}
.toppickup-case-title span{
  display: block;
  font-size: 46px;
  font-weight: bold;
  margin: 20px 0;
}
.toppickup-case .toppickup-case-title{
  position: relative;
  white-space: nowrap;
  max-width: 240px;
  margin: 40px auto 75px;
}
.toppickup-case .toppickup-case-title::before{
  content: '';
  position: absolute;
  display: inline-block;
  width: 79px;
  height: 170px;
  background-image: url(assets/img/top/ranking-title-before.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  left: -120px;
  top: -20px;
}
.toppickup-case .toppickup-case-title::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 79px;
  height: 170px;
  background-image: url(assets/img/top/ranking-title-after.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: -120px;
  top: -20px;
}
.toppickup-case .toppickup-articlename{
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.toppickup-case {
    padding-bottom: 0;
  }
  .toppickup-case ul {
    flex-direction: column;
  }
  .toppickup-case .sec-inner ul li.toppickup-case-element{
    width: 80%;
    margin-bottom: 12%;
  }
  .toppickup-case ul li .toppickup-case-thumbnail img {
    height: 165px;
  }
  .toppickup-case .toppickup-case-element .number-icon {
    width: 60px;
  }
  .toppickup-case .toppickup-case-element .number-icon {
    left: -20px;
    top: -30px;
  }
  .toppickup-case ul{
    align-items: center;
  }
  .toppickup-case-title {
    font-size: 12px;
  }
  .toppickup-case-title span {
    font-size: 30px;
    margin: 10px 0;
  }
  .toppickup-case-titlelogo{
    max-width: 141px;
    max-height: 31px;
  }
  .toppickup-case .toppickup-case-title::before {
    width: 52px;
    height: 114px;
    left: -30px;
    top: -20px;
  }
  .toppickup-case .toppickup-case-title::after {
    width: 52px;
    height: 114px;
    right: -30px;
    top: -20px;
  }
  section.toppickup-case::before {
    height: 80%;
  }
  .toppickup-case .sec-inner ul .sl-point {
    padding: 5px 10px;
  }
}
/* バナー（半分サイズ）ここから */
.bnr-area-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bnr-area-half {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.bnr-area-half-item {
  display: inline-block;
}
/* バナー（半分サイズ）ここまで */
/* 30秒お見積調整 ここから */
#Top30Form {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  #Top30Form {
    margin-top: 32px;
  }
  #Top30Form img {
    margin-top: 0!important;
  }
}
/* 30秒お見積調整 ここまで */

/* 選んだ理由 ここから */
.top-reason{
	max-width: 1162px;
	padding: 0 10px;
	margin: 40px auto;
}
.top-reason-img{
	position: relative;
}
.top-reason-overlay{
	z-index: 10;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top-reason-img img{
	width: 100%;
}
/* 選んだ理由 ここまで */

.pickup-bnr{
	max-width: 1162px;
	margin: 40px auto;
	padding: 0 10px;
	text-align: center;
}