@charset "UTF-8";
/*$font-family-sans-serif:-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
"游ゴシック Medium",
"Yu Gothic",
YuGothic,
YuGothicMedium,
"Hiragino Kaku Gothic ProN",
Meiryo,
sans-serif !default;*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Mobile font size adjust*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

/*@font-face {
	font-family: YuGothicMedium;
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}*/
body {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
}

/*body {
	font-family: "メイリオ",
		Meiryo;
}*/
/*[lang=ja] body {

	// for IE10+
	@media all and (-ms-high-contrast: none) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

	@media all and (-ms-high-contrast: active) {
		& {
			font-family: Verdana, Meiryo, sans-serif;
		}
	}

}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.display-1 {
  font-size: 5.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
}

/*====Basic Table Style ====================================*/
table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0.5rem;
  border: 1px solid #bbb;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

/*====Basic List Style ====================================*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 2rem 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}
ol,
ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 2em;
  margin-bottom: 1.2em;
}

ol {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}

ul {
  /*giving UL's LIs generated disc markers*/
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 2em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
/* https://icomoon.io/app/  */
.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*border-radius: 0.4rem;*/
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

/*==== Paragraph & Font Settings ====================================*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

/*=====Basic Tag Utility====*/
.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 2rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

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

/*Mobile*/
@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
/*PC / Tablet*/
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
/*=== Basic Link Style ============================================================*/
a:link {
  color: #196b99;
  text-decoration: none;
}

a:visited {
  color: #4c8cb1;
  text-decoration: none;
}

a:hover {
  color: #196b99;
  text-decoration: underline;
}

/*=====lazyload======*/
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 2s;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/*+++++++++++++++++++++++++++++++++*/
/*Web Site BODY.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
/*Mobile*/
/*===Page Body ============================================*/
body {
  /*color: #676767;*/
  color: #000;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 1px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  body.Index {
    padding-top: 64px;
  }
}
/*++++++ ContentBody +++++++++++++++++++++++++++++++++++++++++++++++*/
/*main {
	padding-bottom: 80px;
}*/
.Index main {
  padding-top: 0px;
}

.hide_overflow {
  overflow: hidden;
}

.local_Container_inner {
  text-align: left;
  position: relative;
}

.cont_width_static {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cont_width_static_mobile_fit {
  padding-top: 20px;
  padding-bottom: 30px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

.inner_col2_main {
  width: 700px;
  overflow: hidden;
  border-radius: 6px;
  /*border: 1px #bbb solid;
  background-color: #fff;*/
}

.content_page_title {
  text-align: center;
  width: 100%;
}

.col2_main_body {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.inner_col2_side {
  width: 260px;
  border: 1px #bbb solid;
  background-color: #fff;
  padding: 15px;
}

.inner_col2_twin {
  width: 48%;
}

.cont_color_gray {
  background-color: #f0f0f0;
}

.cont_color_blue {
  background-color: #7E5A42;
}

.cont_padding_both {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cont_padding_both_mini {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cont_padding_top {
  padding-top: 30px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .cont_width_static {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .cont_width_static_mobile_fit {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 0px;
  }
  .cont_flex_col2 {
    display: block;
  }
  .inner_col2_twin {
    width: 100%;
  }
  .inner_col2_main {
    width: 100%;
    border: 0px;
    border-radius: 0px;
  }
  .inner_col2_side {
    width: 100%;
  }
  .col2_main_body {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .cont_padding_both {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cont_padding_both_mini {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .cont_color_gray {
    background-color: #fff;
  }
  main {
    padding-top: 20px;
  }
  .Index main {
    padding-top: 0px;
  }
}
/*++++++ Header Section +++++++++++++++++++++++++++++++++++++++++++++*/
.header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.header_inner {
  width: 1000px;
  height: 100px;
  margin: auto;
  padding: 10px 0 5px;
  overflow: hidden;
  position: relative;
}

.header_logo {
  width: 315px;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  transition: all 0.3s ease;
}

.header_text {
  text-align: left;
  float: left;
  line-height: 1.4em;
  padding: 25px 0;
  margin-left: 15px;
}

.header_logo:hover {
  opacity: 0.75;
}

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

.sp_header {
  display: none;
}

.Index .side_btn {
  display: block;
}

.side_btn {
  position: fixed;
  width: 4em;
  height: 400px;
  right: 0;
  top: 0;
  z-index: 1100;
  font-size: 14px;
}

.side_btn a {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
}

.side_btn a:hover {
  opacity: 0.7;
}

a.side_btn_01 {
  background-color: #AE0A5F;
}

a.side_btn_02 {
  background-color: #CF1678;
}

.idxMainVisual {
  height: 550px;
  width: 100%;
  background-position: right;
  background-size: cover;
  overflow: hidden;
}

.idxMainVisual_logo {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 265px;
  height: 66px;
}

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

.idxMainVisual_stage {
  width: 100%;
  height: 565px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.idxMainVisual_inner {
  width: 100%;
  height: 565px;
  margin-right: auto;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.idxMainVisual_txt {
  position: absolute;
  width: 435px;
  height: 422px;
  left: 600px;
  top: 250px;
  display: block;
  background-image: url(../img/index/main_visual_txt.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
}

.idxMainVisual_link {
  position: absolute;
  width: 205px;
  height: 422px;
  right: 0px;
  top: 70px;
  display: block;
  text-align: right;
  z-index: 100;
}

.idxMainVisual_link a {
  color: #AE0A5F;
  margin-left: 0.5em;
}

.sp_idxMainVisual {
  display: none;
}

.sp_main_visual {
  display: none;
}

.pc_main_visual {
  display: block;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idxMainVisual_logo a {
    display: none;
  }
  .side_btn {
    display: none;
  }
  .Index .side_btn {
    display: none;
  }
  .idxNavi {
    display: none;
  }
  .idxMainVisual {
    display: none;
  }
  .sp_idxMainVisual {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .sp_idxMainVisual_inner {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .sp_idxMainVisual_inner img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .sp_main_visual {
    display: block;
  }
  .pc_main_visual {
    display: none;
  }
  .idxMainVisual_logo {
    display: none;
  }
  .idxMainVisual_logo_inner {
    display: none;
  }
  .sp_header {
    display: block;
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px #bbb solid;
  }
  .sp_header_logo {
    display: inline-block;
    width: 58vw;
    padding-left: 16px;
    padding-top: 11px;
    text-align: left;
    box-sizing: border-box;
  }
  .sp_header_logo img {
    width: 100%;
    height: auto;
  }
  .sp-menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 69px;
    width: 70px;
    /*background-image: url(../img/global/sp_header_btn_menu.svg);*/
    background-position: center center;
    background-size: cover;
    padding-top: 8vw;
  }
  .sp-menu-btn span {
    display: block;
    width: 35px;
    height: 3px;
    margin: auto;
    background-color: #272E5B;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-trnasition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sp-menu-btn span:before {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #272E5B;
    position: absolute;
    top: -3vw;
    -webkit-transition: all 0.3s ease;
    -moz-trnasition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sp-menu-btn span:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #272E5B;
    position: absolute;
    bottom: -3vw;
    -webkit-transition: all 0.3s ease;
    -moz-trnasition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sp-menu-btn.active span {
    background-color: rgba(255, 255, 255, 0);
  }
  .sp-menu-btn.active span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .sp-menu-btn.active span:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
  .sp-menu-btn.navi_active span {
    background-color: rgba(255, 255, 255, 0);
  }
  .sp-menu-btn.navi_active span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .sp-menu-btn.navi_active span:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}
.idxNavi_contaner {
  background-color: #fff;
  /*border-top: 1px #bbb solid;
  border-bottom: 1px #bbb solid;*/
  position: relative;
  padding-top: 5px;
  /*padding-bottom: 5px;*/
}

.idxNavi {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.idxNavi a {
  flex: 1;
  line-height: 1.4em;
  color: #000;
  font-size: 14px;
  position: relative;
  display: block;
  text-decoration: none;
  border-right: 1px #bbb solid;
  position: relative;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.idxNavi a:hover {
  opacity: 0.7;
}

.idxNavi a:nth-child(7) {
  border-right: none;
}

/*.idxNavi a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var.$point-color;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;

}*/
.idxNavi a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #272E5B;
  left: 0;
  bottom: 0;
}

/*.
.idxNavi a:hover:after {
	transform: scale(1, 1);
}*/
.idxNavi a.gnav00 {
  position: relative;
}

.idxNavi a.gnav00:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #272E5B;
  left: 0;
  bottom: 0;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idxNavi_contaner {
    display: none;
  }
}
/*Common Header*/
header {
  width: 100%;
  /*border-top: 1px #bbb solid;
  border-bottom: 1px #bbb solid;*/
  background-color: #fff;
  position: frelative;
  padding-bottom: 5px;
}

.Index header {
  display: none;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
/*globalNavi*/
.globalNavi {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.globalNavi a {
  flex: 1;
  line-height: 3;
  color: #000;
  font-size: 14px;
  position: relative;
  display: block;
  text-decoration: none;
  border-right: 1px #bbb solid;
}

.globalNavi a:last-child {
  border-right: none;
}

.globalNavi a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #272E5B;
  position: absolute;
  bottom: 0;
  left: 0;
}

.globalNavi a.active {
  position: relative;
}

.globalNavi a.active:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #272E5B;
  bottom: 0;
  left: 0;
}

/*.globalNavi a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var.$point-color;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;

}

.globalNavi a:hover:after {
	transform: scale(1, 1);
}

.globalNavi a.active:after {
	transform: scale(1, 1);
}

.globalNavi a.gnav00 {
	display: block;
	background-image: url(../img/global/pc_header_logo.svg);
	background-size: 80% auto;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
*/
/*++++++ Visual +++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++ Footer Section ++++++++++++++++++++++++++++++++++++++++++++++*/
.fixced_footer {
  background-color: #7E5A42;
  border-top: 1px #bbb solid;
  border-bottom: 1px #bbb solid;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  /*position: fixed;*/
  left: 0;
  bottom: 0;
  width: 100%;
}

.fixced_footer_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixced_footer_content {
  flex: auto;
}

.footer_content1 {
  font-size: 20px;
  border-right: 1px #fff solid;
}

/*.footer_tel {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	padding-left: 20px;
	display: inline-block;
}

.footer_tel:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 0;
	background-image: url(../img/global/footer_icon_tel.svg);
	margin-top: -9px;
}*/
.footer_time {
  color: #272E5B;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-top: 15px;
}

.footer_time span {
  font-size: 0.85rem;
  line-height: 0.5em;
}

.sp_fixced_footer {
  display: none;
}

footer {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer {
  display: none;
}

.footer_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer_inner a {
  color: #000;
}

.copyright {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #bbb;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.footer-sp-logo {
  display: none;
}

.sp_fixed_footer {
  display: none;
}

.product_item_top {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.product_item {
  width: 320px;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.product_item:hover {
  opacity: 0.75;
}

.product_item_img {
  width: 320px;
  height: 210px;
  border-radius: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product_item a {
  text-decoration: none;
  text-align: left;
  outline: none;
}

.product_item a .product_item_title {
  color: #000;
}

.product_item a .product_item_title h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 5px;
}

.product_item a .product_item_text {
  color: rgba(0, 0, 0, 0.5);
}

.product_item a .product_item_text p {
  font-size: 1rem;
}

.header_page_title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding-top: 120px;
  text-shadow: 0 0 10px #777;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .fixced_footer {
    display: none;
  }
  .sp_fixced_footer {
    position: fixed;
    width: 100%;
    background-color: #7E5A42;
    height: 50px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 9999;
    align-items: center;
  }
  .sp_fixced_footer a {
    width: 49%;
    display: inline-block;
  }
  .sp_fixced_footer a.sp_fixced_btn1 {
    background-color: #66C7C2;
    border-radius: 4px;
  }
  .sp_fixced_footer a.sp_fixced_btn2 {
    background: rgb(249, 236, 52);
    background: linear-gradient(180deg, rgb(249, 236, 52) 0%, rgb(249, 194, 45) 61%, rgb(248, 170, 41) 80%);
    border-radius: 4px;
  }
  .sp_fixced_footer a img {
    margin-top: 3px;
    margin-bottom: 3px;
    max-height: 30px;
    width: auto;
  }
  footer {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_inner img {
    width: 60%;
    margin-bottom: 10px;
  }
  .copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
}
/*======= Mobile Navi ======*/
.non_scroll {
  height: 100%;
  overflow: hidden;
}

.mobile_navi {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4000;
  background-color: rgb(255, 255, 255);
  text-align: left;
  padding: 0 15px;
  /*background-image: url(../img/global/sp_navi_bg.png);*/
  background-repeat: repeat-y;
  background-position: right top;
  overflow: scroll;
}

.mobile_navi_inner {
  position: relative;
  padding-top: 70px;
  background-color: transparent;
}

.mobile_navi_header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  z-index: 999;
  background-image: url(../img/global/pc_header_logo.svg);
  background-repeat: no-repeat;
  background-position: 16px 20px;
  background-size: auto 20px;
}

/*.mobile_navi_close {
	width: 40px;
	height: 40px;
	background-image: url(../img/global/sp_navi_close.svg);
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
	z-index: 999;

}*/
.mn_link {
  position: relative;
}

.mn_link a {
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  padding: 5vw 3vw;
  border-bottom: 1px #bbb solid;
}

.mn_link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  transform: rotate(45deg);
  top: 45%;
  right: 5vw;
}

.mn_mid {
  font-size: 0.87rem;
  color: #fff;
  line-height: 1.2;
  position: relative;
  background-color: #36210E;
  padding-left: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px #92877D solid;
}

.mn_icon {
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  z-index: 900;
  margin-top: -10px;
  background-image: url(../img/global/sp_navi_icon_to_open.svg);
  display: block;
  cursor: default;
}

.sp_nav_tel {
  text-align: center;
  font-size: 1.5rem;
}

.sp_nav_tel a {
  color: #000;
  text-decoration: none;
}

.sp_nav_fax {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1vw;
  margin-top: -2vw;
}

.sp_nav_contact_tel {
  margin-top: 5vw;
  padding: 3vw;
  border: 2px solid #272E5B;
  border-radius: 5px;
}

.mobile_navi_inner .footer_time {
  text-align: center;
  margin-bottom: 2vw;
  font-size: 1.2rem;
}

.icon_to_close .mn_icon {
  background-image: url(../img/global/sp_navi_icon_to_close.svg);
}

.mn_category,
.mn_info {
  display: none;
}

.header_conatct {
  width: 190px;
  float: right;
  background-color: #272E5B;
  color: #fff;
  position: absolute;
  border-radius: 0 0 8px 8px;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
}

.header_conatct:hover {
  opacity: 0.75;
}

.header_conatct a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  width: 100%;
}

.contact_title {
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  margin-top: -5px;
}

.contact_title:before {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  background-image: url(/cmn/img/global/tel_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 7px;
}

.header_conatct .tell {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: -5px;
}

.header_conatct .time {
  font-size: 0.9rem;
  margin-top: -8px;
  margin-bottom: -6px;
  letter-spacing: 0.1em;
}

.footer_content {
  width: 100%;
}

.footenr_content_inner {
  width: 1000px;
  text-align: left;
  margin: auto;
  overflow: hidden;
  padding: 50px 0 30px;
}

.footer_content_left {
  width: 60%;
  float: left;
  overflow: hidden;
}

.footer_content_right {
  width: 40%;
  float: right;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.footer_logo {
  width: 250px;
  margin-bottom: 35px;
  float: left;
  margin-right: 40px;
}

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

.footer_content_left_access {
  float: left;
  width: 300px;
}

.footer_access {
  font-size: 1rem;
  line-height: 1.4em;
}

.footer_tel {
  color: #272E5B;
  font-size: 1.7rem;
}

.footer_tel a {
  color: #272E5B;
}

.footer_fax {
  color: #272E5B;
  font-size: 1.7rem;
  margin-top: -10px;
}

.footer_content_right_l {
  width: 40%;
  float: left;
  border-left: 1px solid #ddd;
}

.footer_content_right_r {
  width: 60%;
  float: right;
  border-left: 1px solid #ddd;
}

.footer_li_banner {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #9E9E9E;
  margin-bottom: 5px;
}

.footer_li_banner_text {
  color: #272E5B;
  line-height: 1.3em;
  margin-bottom: 5px;
}

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

.footer_content_right ul {
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
}

.footer_content_right ul li {
  transition: all 0.3s ease;
}

.footer_content_right ul li:hover {
  opacity: 0.7;
}

.footer_content_right ul li a {
  color: #7e7e7e;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 0.9rem;
}

.footer_content small {
  width: 1000px;
  margin: auto;
  text-align: left;
  color: #7e7e7e;
  font-size: 0.9rem;
  display: block;
  padding-bottom: 20px;
}

.footer_contact {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-bottom: 1px solid #272E5B;
}

.footer_contact_inner {
  width: 1000px;
  margin: auto;
  text-align: center;
  padding: 50px 0;
}

.footer_contact_inner img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.footer_contact_inner img:hover {
  opacity: 0.75;
}

.footer_contact_inner .contact_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 43%;
  right: 20px;
}

.footer_contact_inner .contact_btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.content_back_color {
  background-color: rgba(39, 46, 91, 0.1);
  padding: 5px 0;
}

a[href^="tel:"] {
  pointer-events: none;
}

p {
  margin-bottom: 0;
}

.slick-list {
  width: 100%;
}

.slick-track {
  width: 100%;
}

.pc_main_visual {
  width: 100%;
}

.idx_item_list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}

.kodawari_item {
  width: 490px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
  border: 1.5px solid #B7B7B7;
  margin-bottom: 20px;
}

.kodawari_item:nth-child(2n) {
  margin-right: 0;
}

.kodawari_item:nth-child(3),
.kodawari_item:nth-child(4) {
  margin-bottom: 0;
}

.kodawari_item_img {
  width: 150px;
  float: left;
}

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

.kodawari_item_text {
  width: 335px;
  float: right;
  padding: 20px;
  text-align: left;
}

.kodawari_item_text h3 {
  font-size: 1.2rem;
}

.kodawari_item_text p {
  line-height: 1.5em;
  font-size: 0.95rem;
}

.animation {
  transition: all 0.3s ease;
}

.contactHeader_Visual {
  background-color: #272E5B;
  height: 280px;
}

.contactHeader_Visual .header_page_title {
  padding-top: 115px;
}

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

.trouble_box {
  width: 100%;
  background-color: #E9EBEE;
  border-radius: 7px;
  padding: 25px;
  margin-bottom: 70px;
}

.trouble_after {
  background-color: #fff;
  border-radius: 7px;
  padding: 20px 0;
  text-align: center;
  position: relative;
  color: #272E5B;
  font-size: 1.3rem;
  margin-bottom: 50px;
  line-height: 1.6em;
}

.trouble_after:after {
  content: "▼";
  font-size: 4rem;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}

.trouble_content {
  overflow: hidden;
}

.trouble_content_img {
  width: 340px;
  float: left;
  overflow: hidden;
  border-radius: 7px;
}

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

.trouble_content_text {
  width: 590px;
  float: right;
  color: #272E5B;
  font-size: 1.15rem;
}

.suggestion h2 {
  color: #272E5B;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.suggestion h2:before {
  content: "";
  display: block;
  width: 280px;
  height: 3px;
  background-color: #272E5B;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.suggestion h2:after {
  content: "";
  width: 280px;
  display: block;
  height: 3px;
  background-color: #272E5B;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.suggestion_item {
  margin-bottom: 30px;
  color: #404040;
  font-size: 1.1rem;
}

.suggestion_item p {
  line-height: 2em;
}

.suggestion_text span,
.suggestion_img_text span {
  color: #272E5B;
  font-size: 2rem;
}

.suggestion_text_img01,
.suggestion_img_text,
.suggestion_text_img {
  width: 100%;
  overflow: hidden;
}

.suggestion_text_img01 .text {
  width: 480px;
  float: left;
}

.suggestion_text_img01 .suggestion_img {
  width: 500px;
  float: right;
}

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

.suggestion_img_text .suggestion_img {
  width: 350px;
  float: left;
}

.suggestion_img_text .text {
  width: 630px;
  float: right;
}

.suggestion_text_img .text {
  width: 630px;
  float: left;
}

.suggestion_text_img .suggestion_img {
  width: 350px;
  float: right;
}

.solution_btn {
  width: 600px;
  margin: 80px auto 0;
  border: 2px solid #272E5B;
  overflow: hidden;
  border-radius: 7px;
  transition: all 0.3s ease;
  text-align: center;
  background-color: #E9EBEE;
}

.solution_btn:hover {
  opacity: 0.7;
}

.solution_btn a {
  width: 100%;
  display: block;
  padding: 20px 0;
  color: #272E5B;
  position: relative;
  font-size: 1.1rem;
}

.solution_btn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #272E5B;
  border-right: 2px solid #272E5B;
  position: absolute;
  right: 20px;
  top: 43%;
  transform: rotate(45deg);
}

.solution_btn:hover a {
  text-decoration: none;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .footer_contact {
    height: 220px;
  }
  .footer_contact_inner h2 {
    padding-top: 60px;
  }
  .footer_contact_inner .contact_btn {
    width: 190px;
  }
  .footer_content_left {
    width: 100%;
  }
  .footer_logo {
    margin: 0 auto 35px;
    float: none;
  }
  .footer_access {
    margin-bottom: 3vw;
  }
  .footer_tel,
  .footer_fax {
    font-size: 1.5rem;
  }
  .footer_tel a {
    text-decoration: none;
  }
  .CatPage {
    padding-top: 70px;
  }
  .footer_content_left_access {
    width: 100%;
  }
  .toppage_header {
    display: none;
  }
  .product_item_img {
    width: 100%;
    height: 30vw;
  }
  .product_item a .product_item_title h2 {
    font-size: 1.1rem;
  }
  .kodawari_item {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3vw;
  }
  .kodawari_item_img {
    width: 30vw;
    height: 33vw;
    overflow: hidden;
  }
  .kodawari_item_img img {
    height: 100%;
    width: auto;
  }
  .kodawari_item_text {
    width: 67%;
    padding: 2vw;
  }
  .kodawari_item:nth-child(3),
  .kodawari_item:nth-child(4) {
    margin-bottom: 3vw;
  }
  .hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .mobile_navi {
    display: inherit;
  }
  .header_page_title {
    font-size: 1.5rem;
    padding-top: 28vw;
  }
}
.idx_banner_item {
  width: 490px;
  margin-right: 20px;
  float: left;
  transition: all 0.3s ease;
}

.idx_banner_item:last-child {
  margin-right: 0;
}

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

.idx_banner_item:hover {
  opacity: 0.75;
}

.top_concept {
  padding: 50px 0 80px;
  width: 100%;
  overflow: hidden;
}

.top_concept_item {
  width: 490px;
  overflow: hidden;
  margin-bottom: 35px;
  float: left;
  margin-right: 20px;
}

.top_concept_item:nth-child(2n) {
  margin-right: 0;
}

.top_concept_item:last-child {
  margin-bottom: 0;
}

.top_concept_item p {
  width: 100%;
  float: right;
  font-size: 0.9rem;
  text-align: left;
  padding: 10px 0 0 10px;
  color: #555;
  letter-spacing: -0.05em;
}

.idx_banner {
  padding: 60px 0;
}

.idxNavi a span {
  color: #272E5B;
  font-size: 0.8rem;
}

.concept_copy {
  padding: 30px 0 20px;
  text-align: center;
  font-size: 1.7rem;
  color: #272E5B;
  position: relative;
}

.concept_copy:before {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  display: block;
  background-color: #272E5B;
  left: 0;
  top: 50%;
}

.concept_copy:after {
  content: "";
  width: 200px;
  height: 2px;
  position: absolute;
  display: block;
  background-color: #272E5B;
  right: 0;
  top: 50%;
}

.top_concept_item_l {
  width: 135px;
  float: left;
}

.top_concept_item_l .icon_img {
  width: 135px;
  height: 135px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.top_concept_item_l .icon_img img {
  width: 100%;
  height: auto;
}

.top_concept_item_r {
  float: right;
  width: 355px;
}

.top_concept_item_r .icon {
  width: 100%;
  font-size: 1.2rem;
  padding: 2px 0 7px 15px;
  text-align: left;
  border-bottom: 2px solid #272E5B;
}

.solution_visual {
  background-image: url(../img/solution/main_visual.png) !important;
}

.solution_title {
  border-top: 5px solid #272E5B;
  border-bottom: 5px solid #272E5B;
  color: #272E5B;
  padding: 20px 0;
  text-align: center;
  font-size: 1.15rem;
  margin-bottom: 50px;
}

.solution_title span {
  font-size: 1.3rem;
  font-weight: bold;
}

.solution_contents_box {
  width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.solution_contents_box .contents_item {
  width: 400px;
  margin-right: 20px;
  float: left;
  background-color: #E9EBEE;
  color: #272E5B;
  overflow: hidden;
  border-radius: 7px;
}

.solution_contents_box .contents_item .title {
  background-color: #676C8A;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.solution_contents_box .contents_item .item_content {
  padding: 10px 20px;
}

.solution_contents_box .contents_item .item_content table {
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
}

.solution_contents_box .contents_item .item_content table th,
.solution_contents_box .contents_item .item_content table td {
  border: none;
}

.solution_contents_box .contents_item .item_content table th {
  width: 150px;
  vertical-align: top;
}

.solution_contents_box .contents_item .item_content table tr {
  border-bottom: 1px solid #272E5B;
}

.solution_contents_box .contents_item .item_content table tr:last-child {
  border-bottom: none;
}

.solution_contents_box .contents_item .item_content ul {
  margin: 0;
}

.solution_contents_box .contents_item .item_content ul li {
  list-style: none;
}

.solution_contents_box .contents_item.item02 {
  width: 380px;
  border: 2px solid #272E5B;
  background-color: #fff;
  margin-right: 0;
}

.suggestion_item p {
  margin-bottom: 30px !important;
}

.suggestion_item p:last-child {
  margin-bottom: 0 !important;
}

.sp_img {
  display: none;
}

.solution_banner {
  width: 1000px;
  margin: -50px auto 30px;
  transition: all 0.3s ease;
}

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

.solution_banner:hover {
  opacity: 0.7;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx_banner_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .idx_banner_item:last-child {
    margin-bottom: 0;
  }
  .top_concept {
    width: 90% !important;
  }
  .idx_banner {
    padding: 5vw 0;
  }
  .top_concept_item .icon {
    width: 100%;
  }
  .top_concept_item p {
    font-size: 1rem;
    width: 100%;
  }
  .footer_logo {
    width: 300px;
  }
  .concept_copy {
    font-size: 1.4rem;
  }
  .concept_copy:before {
    display: none;
  }
  .concept_copy:after {
    display: none;
  }
  .top_concept_item {
    width: 100%;
  }
  .top_concept_item_l {
    width: 100%;
  }
  .top_concept_item_l .icon_img {
    width: 100%;
    height: 60vw;
    margin-bottom: 3vw;
    border-radius: 10px;
  }
  .top_concept_item_r {
    width: 100%;
  }
  .top_concept_item_r .icon {
    padding: 4px 0 4px 5px;
  }
  .top_concept_item p {
    padding: 10px 0;
  }
  .sp_nav_banner {
    width: 80%;
    overflow: hidden;
    margin-top: 5vw;
    margin: 7vw auto;
  }
  .sp_nav_banner_item {
    width: 100%;
    margin-bottom: 5vw;
  }
  .solution_contents_box {
    width: 100%;
  }
  .trouble_content_img {
    width: 100%;
    margin-bottom: 5vw;
  }
  .trouble_content_text {
    width: 100%;
    font-size: 1rem;
  }
  .suggestion_text_img01 .text {
    width: 100%;
  }
  .suggestion_text_img01 .suggestion_img {
    width: 100%;
  }
  .suggestion_img_text .suggestion_img {
    width: 100%;
    margin-bottom: 5vw;
  }
  .suggestion_img_text .text {
    width: 100%;
  }
  .suggestion_text_img .text {
    width: 100%;
    margin-bottom: 5vw;
  }
  .suggestion_text_img .suggestion_img {
    width: 100%;
  }
  .solution_btn {
    width: 100%;
  }
  .solution_contents_box .contents_item {
    width: 100%;
    margin-bottom: 5vw;
    margin-right: 0;
  }
  .solution_contents_box .contents_item.item02 {
    width: 100%;
    margin-bottom: 0;
  }
  .solution_visual {
    background-image: url(../img/solution/main_visual_sp.png) !important;
    margin-top: 65px !important;
  }
  .trouble_after {
    padding: 3vw;
    font-size: 1.15rem;
  }
  .trouble_content_text h3 {
    font-size: 1.2rem;
  }
  .suggestion h2 {
    font-size: 1.3rem;
    padding: 3vw 0;
    border-top: 3px solid #272E5B;
    border-bottom: 3px solid #272E5B;
  }
  .suggestion h2:before {
    display: none;
  }
  .suggestion h2:after {
    display: none;
  }
  .suggestion_item {
    font-size: 1rem;
  }
  .suggestion_item p {
    margin-bottom: 5vw !important;
  }
  .suggestion_item p:last-child {
    margin-bottom: 0 !important;
  }
  .suggestion_text span,
  .suggestion_img_text span {
    font-size: 1.7rem;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  .solution_banner {
    width: 100% !important;
    margin: -15vw 0 5vw;
  }
}
.footer_conne {
  border: 2px solid #272E5B;
  background-color: #fff;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.footer_conne a {
  display: block;
  padding: 10px 0 !important;
  color: #272E5B !important;
  font-weight: bold;
  line-height: 1.2em;
}
.footer_conne:hover {
  opacity: 0.7;
}

/*==== TOP PAGE Parts ==============================================*/
.bg_gallery {
  background-color: rgb(131.8, 141.2769230769, 202.2);
}

.gallery-btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  margin-bottom: 50px;
}

.idx_mid_center {
  font-size: 1.875rem;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
  color: #7E5A42;
  text-align: center;
  margin-bottom: 0;
}

.idx_mid_center_sub {
  font-size: 1.125rem;
  margin-bottom: 20px;
  text-align: center;
  color: #595757;
}

.idx_mid {
  font-size: 1.875rem;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
  color: #7E5A42;
  padding-bottom: 0.2em;
  display: inline-block;
  margin-bottom: 0;
}

.idx_mid_sub {
  font-size: 1.125rem;
  margin-bottom: 20px;
  color: #595757;
}

.idx_pickup {
  border: 1px #000 solid;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.idx_pickup_header {
  width: 20%;
  text-align: center;
  background-color: #7E5A42;
  color: #fff;
  font-size: 20px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

.idx_pickup_body {
  width: 75%;
}

.idx_pickup_body a {
  color: #000;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx_pickup {
    display: block;
  }
  .idx_pickup_header {
    width: 100%;
  }
  .idx_pickup_body {
    width: 100%;
    padding: 8px;
  }
}
.idx_bot_banner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.idx_bot_banner_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

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

.idx_bot_banner_box p {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.2;
}

.idx_bot_banner_box:nth-child(3n) {
  margin-right: 0;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx_bot_banner {
    display: block;
  }
  .idx_bot_banner_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.idx_contents_twin {
  display: flex;
  justify-content: space-between;
}

.idx_contents_col {
  text-align: left;
  width: 48%;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx_contents_twin {
    display: block;
  }
  .idx_contents_col {
    width: 100%;
    margin-bottom: 15px;
  }
}
.item_view {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #000 solid;
}

.item_view a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  flex-wrap: wrap;
}

.item_view_thumb_case {
  width: 25%;
}

.item_view_thumb {
  padding-top: 100%;
  /*1:1*/
  margin-bottom: 0px;
  position: relative;
}

.item_view_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item_view_txt {
  width: 70%;
}

.item_view_txt h2 {
  font-size: 20px;
}

.idx_contents_col_header {
  position: relative;
  border-bottom: 1px #000 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.idx_contents_col_header h3 {
  margin-bottom: 0px;
}

.col_header_btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 8em;
}

a.ichiran_btn {
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #272E5B;
  width: 100%;
  border: 2px solid #272E5B;
  background-color: #fff;
  transition: all 0.3s ease;
}

a.ichiran_btn:hover {
  background-color: #eee;
}

a.ichiran_btn span {
  display: inline-block;
  width: 100%;
  position: relative;
  letter-spacing: 0.1em;
}

a.ichiran_btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #272E5B;
  border-right: 1px solid #272E5B;
  transform: rotate(45deg);
  top: 34%;
  right: 18px;
}

/*++++++++++++++++++++*/
.idx_bg_blog {
  background-image: url(../img/index/visual_blog.jpg);
  background-size: cover;
  height: 480px;
  background-position: center center;
}

a.idx_blog_banner {
  display: block;
  width: 100%;
  height: 480px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  a.idx_blog_banner {
    display: block;
    width: 100%;
    height: auto;
  }
  .idx_blog_banner_sp {
    margin-left: -16px;
    margin-right: -16px;
    background-color: red;
  }
  .idx_blog_banner_sp img {
    width: 100%;
    height: auto;
  }
}
.idx_bg_rec_store {
  background-image: url(../img/index/visual_rec_store.jpg);
  background-size: cover;
  height: 376px;
  background-position: center center;
}

.idx_bg_rec_store_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.idx_bg_rec_store_flex a {
  font-display: block;
  height: 376px;
  padding-top: 75px;
}

.idx_rec_banner {
  width: 50%;
  text-align: right;
  padding-right: 65px;
}

.idx_store_banner {
  width: 50%;
  text-align: left;
  padding-left: 65px;
}

.idx_rec_store_banner_sp {
  margin-left: -16px;
  margin-right: -16px;
}

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

.bg_band {
  background-image: url(../img/index/col_bg.jpg);
  background-repeat: repeat-x;
  background-position: center 200px;
}

.idx_twin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.idx_twin a {
  width: 48%;
}

.idx_twin img {
  width: 100%;
  height: auto;
  border: 1px #7E5A42 solid;
  border-radius: 4px;
  margin-bottom: 15px;
}

.mid_center {
  text-align: center;
  margin-left: 380px;
  margin-right: auto;
}

.idx_plan_view {
  margin-bottom: 1rem;
}

.idx_plan_view a {
  display: block;
  color: #000;
  text-decoration: none;
}

.idx_plan_view_item {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #fff;
  border: 1px #bbb solid;
  border-radius: 4px;
  overflow: hidden;
}

.idx_plan_view_item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.idx_plan_view_item p {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx_twin {
    display: block;
  }
  .idx_twin a {
    width: 100%;
  }
  .mid_center {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
  .idx_plan_view {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 1rem;
  }
  .idx_plan_view_item {
    height: 300px !important;
  }
  .idx_plan_view_item p {
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.idx_voice {
  margin-bottom: 1rem;
  background-color: #fff;
}

.idx_voice_header img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.idx_voice_body {
  padding: 0px;
}

.voice_listing {
  padding: 10px;
}

.voice_listing:hover {
  background-color: #f0f0f0;
}

.voice_listing a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.voice_listing_icon {
  width: 100px;
  text-align: center;
  margin-right: 15px;
}

.voice_listing_icon img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.voice_listing_body h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
  line-height: 1.2;
}

.voice_listing_body p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  line-height: 1.2;
}

.voice_listing_body p span {
  flex: auto;
}

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

.voice_listing_more a {
  position: relative;
  display: block;
  padding-left: 2em;
  line-height: 5;
  color: #000;
  text-decoration: none;
}

.voice_listing_more a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  transform: rotate(45deg);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .voice_listing_icon img {
    width: 70px;
    height: 70px;
    border-radius: 35px;
  }
}
.idx_news {
  margin-bottom: 2rem;
}

.idx_news_header {
  position: relative;
}

.idx_news_header_tab {
  position: absolute;
  top: 15px;
  right: 0;
  text-align: right;
}

.idx_news_tab {
  cursor: pointer;
}

.idx_news_header_tab a {
  color: #7E5A42;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
  margin-left: 0.5em;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx_news_header h2 {
    margin-bottom: 0;
  }
  .idx_news_header_tab {
    position: relative;
    top: auto;
    right: 0;
    margin-bottom: 0.5rem;
  }
}
.idx_shop_list {
  margin-bottom: 1rem;
}

.idx_shop_list_header {
  padding: 0;
}

.idx_shop_list_header img {
  width: 100%;
  height: auto;
  border: 1px #e0e0e0 solid;
}

.idx_shop_list_body {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}

.idx_shop_list_body a {
  position: relative;
  display: block;
  padding-left: 1em;
  line-height: 3;
  color: #000;
  text-decoration: none;
  width: 48%;
  border-bottom: 1px #ccc solid;
}

.idx_shop_list_body a:hover {
  background-color: #f0f0f0;
}

.idx_shop_list_body a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  transform: rotate(45deg);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx_shop_list_body {
    padding: 0px;
    display: block;
  }
  .idx_shop_list_body a {
    width: 100%;
  }
}
.idx_contact {
  margin-bottom: 2rem;
  background-color: #fff;
  border: #e0e0e0 1px solid;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.idx_contact_icon {
  margin-right: 16px;
}

.idx_contact_body {
  color: #7E5A42;
  flex: 1;
}

.idx_contact_body a {
  color: #7E5A42;
}

.idx_contact_body h3 {
  font-size: 1.6rem;
  margin-bottom: 0px;
}

.idx_contact_tel {
  font-size: 1.6rem;
  font-weight: bold;
}

.idx_contact_time {
  font-size: 12px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx_contact_icon {
    width: 100px;
    margin-right: 16px;
  }
  .idx_contact_icon img {
    width: 100%;
    height: auto;
  }
}
.idx_look {
  background-color: #fff;
  border: 1px #bbb solid;
  border-radius: 4px;
  margin-bottom: 2rem;
}

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

.idx_look_header h2 {
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  transform: rotate(0.03deg);
  padding-left: 1em;
  line-height: 3;
  margin-bottom: 0;
}

.idx_look_body {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.idx_look_links {
  width: 48%;
  margin-bottom: 8px;
}

.idx_look_links a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.idx_look_links_icon {
  margin-right: 10px;
}

.idx_look_links_txt {
  flex: 1;
  font-size: 14px;
}

.look_index {
  padding: 40px;
  background-color: #fff;
  border: 1px #eee solid;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.look_index .idx_look_links {
  width: 32%;
  margin-bottom: 15px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .look_index {
    padding: 8px;
    display: block;
  }
  .idx_look_body {
    display: block;
  }
  .idx_look_links {
    width: 100%;
  }
  .look_index .idx_look_links {
    width: 100%;
  }
}
.idx_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.idx_form_links {
  width: 32%;
  background-color: #fff;
  border: 1px #bbb solid;
  border-radius: 4px;
  overflow: hidden;
}

.idx_form_links a {
  text-decoration: none;
}

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

.idx_form_links_txt {
  padding: 0;
}

.idx_form_links_txt {
  position: relative;
  display: block;
  padding-left: 1em;
  line-height: 3;
  color: #000;
  text-decoration: none;
  width: 100%;
  border-top: 1px #ccc solid;
}

.idx_form_links_txt:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  transform: rotate(45deg);
}

a.idx_down_links {
  position: relative;
  display: block;
  padding-left: 1em;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  width: 100%;
  background-color: #fff;
  border: 1px #bbb solid;
  border-radius: 4px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 2rem;
}

a.idx_down_links span {
  font-size: 10px;
  margin-left: 1em;
}

a.idx_down_links:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  transform: rotate(45deg);
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.top_news {
  width: 100%;
}

.top_news_inner {
  width: 1000px;
  margin: auto;
}

.content_header {
  width: 1000px;
  text-align: center;
  margin: auto;
  padding-top: 50px;
  margin-bottom: 15px;
}

.content_header h2 {
  display: inline-block;
  margin: auto;
  color: #272E5B;
  position: relative;
  font-weight: normal;
}

.content_header h2:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -95px;
  background-color: #272E5B;
}

.content_header h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -95px;
  background-color: #272E5B;
}

.content_page {
  width: 100%;
  text-align: left;
}

.content_page_inner {
  width: 1000px;
  margin: auto;
  padding: 50px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.content_page_item {
  width: 490px;
  float: left;
  margin-right: 20px;
  border: 2px solid #272E5B;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
}

.content_page_item:nth-child(2n) {
  margin-right: 0;
}

.content_page_item:nth-child(3),
.content_page_item:nth-child(4) {
  margin-bottom: 0;
}

.content_page_item h2 {
  color: #272E5B;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
  background-color: rgb(131.8, 141.2769230769, 202.2);
}

.content_page_item .thumbnail {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content_page_item .text {
  padding: 15px 20px;
  margin-bottom: 50px;
}

.content_page_item .text p {
  margin-bottom: 0;
}

.content_page_item .gallery-btn {
  width: 95%;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

.content_page_item .gallery-btn .ichiran_btn {
  width: 100%;
}

.content_page_item a.ichiran_btn span:after {
  right: -175px;
}

.main_copy {
  position: relative;
  z-index: 1000;
  width: 1000px;
  margin: 0 auto -15px;
}

.main_copy h1 {
  position: absolute;
  padding: 235px 0 137px;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.toppage_header {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
}

.pc_main_visual_item {
  width: 100%;
  height: 550px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .top_news_inner {
    width: 90%;
  }
  .header_inner {
    width: 95%;
    padding: 5px 0;
  }
  .content_page_inner {
    width: 95%;
  }
  .content_header {
    width: 100%;
  }
  .footer_contact_inner {
    width: 90%;
  }
  .footenr_content_inner {
    width: 95%;
    text-align: center;
  }
  .footer_content_right {
    display: none;
  }
  .content_page_item {
    width: 100%;
    margin-right: 0;
  }
  .footer_content small {
    width: 90%;
    text-align: center;
    font-size: 1rem;
  }
  .header_conatct {
    display: none;
  }
  .header_logo {
    width: 35vw;
    padding-left: 16px;
  }
  .header_text {
    display: none;
  }
  .header {
    display: none;
    /*position: fixed;
    z-index: 6000;
    top: 0;
    left: 0;
    width: 50%;
    background-color: rgba(255, 255, 255, 0)*/
  }
  .content_page_item:nth-child(3) {
    margin-bottom: 20px;
  }
  .content_page_item h2 {
    padding: 15px;
    font-size: 1.3rem;
  }
  .content_page_item a.ichiran_btn span:after {
    right: -30vw;
  }
}
.idx-articles-report {
  width: 100%;
  overflow: hidden;
}

.idx-articles-report ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.idx-articles-report ul li {
  list-style: none;
  border: 2px solid #bbb;
  width: 320px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}

.idx-articles-report ul li:nth-last-child(1),
.idx-articles-report ul li:nth-last-child(2),
.idx-articles-report ul li:nth-last-child(3) {
  margin-bottom: 0;
}

.idx-articles-report ul li:nth-child(3n) {
  margin-right: 0;
}

.idx-articles-report ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: left;
}

.idx-articles-report ul li a:hover {
  opacity: 0.75;
}

.idx-articles-report ul li .thumbnail {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #ccc;
}

.idx-articles-report ul li a .report_title {
  color: #272E5B;
  padding: 15px 15px 0;
}

.idx-articles-report ul li a .date {
  padding: 0 15px 15px;
  color: #595757;
  font-size: 0.85rem;
}

.idx-articles-report ul li a .text {
  padding: 0 15px 15px;
  color: #000;
}

.report_index_ul {
  margin-top: 0 !important;
}

.thum_image {
  width: 100%;
  height: 180px;
  border: 2px solid #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
  background-image: url(../img/index/news_list_image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.performance_list_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
  transition: all 0.3s ease;
}

.performance_list_item:hover {
  opacity: 0.75;
}

.performance_list_item:last-child {
  border-bottom: none;
}

.performance_list_item a {
  display: block;
  width: 100%;
  color: #000;
}

.performance_list_item .post-summary-thumb-inner {
  width: 350px;
  height: 200px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 5px;
}

.performance_list_item .post-summary-txt {
  width: 615px !important;
  float: right;
}

.performance_list_item .post-summary-txt h2 {
  font-size: 1.5rem !important;
}

.case_title p {
  font-size: 1.2rem;
  color: #272E5B;
}

.performance_header {
  background-image: url(../img/global/performance_header_img.png) !important;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx-articles-report ul li {
    width: 100%;
    margin-right: 0;
  }
  .content_header h2 {
    width: 90vw;
  }
  .content_header h2:before {
    top: -5px;
    left: 0;
    width: 100%;
  }
  .content_header h2:after {
    bottom: -5px;
    left: 0;
    width: 100%;
    top: auto;
  }
  .main_copy {
    width: 90%;
    margin: auto;
  }
  .main_copy h1 {
    font-size: 1.3rem;
    padding: 17vw 0 0;
    letter-spacing: -0.08em;
  }
  .performance_list_item .post-summary-thumb-inner {
    width: 100%;
    height: 55vw;
    margin-bottom: 3vw;
  }
  .performance_list_item .post-summary-txt {
    width: 100% !important;
  }
  .performance_header {
    margin-top: 65px !important;
  }
  .photo-left320 p {
    width: 100% !important;
  }
}
/*+++++++++++++++++++++++++++++++++*/
/* JP Section.CSS   Ver.*/
/*+++++++++++++++++++++++++++++++++*/
.faq_box {
  border: 1px #bbb solid;
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #fff;
}

.faq_box_top {
  position: relative;
  padding: 20px;
  padding-left: 50px;
  padding-right: 30px;
  cursor: pointer;
}

.faq_box_top:before {
  content: "Q";
  font-size: 20px;
  position: absolute;
  font-weight: bold;
  left: 20px;
  top: 15px;
}

.faq_box_top:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 14px;
  border-top: 1px #bbb solid;
  border-right: 1px #bbb solid;
  transform: rotate(135deg);
}

.faq_is_open:after {
  transform: rotate(-45deg);
  margin-top: -5px;
}

.faq_box_bottom {
  display: none;
  border-top: 1px #bbb solid;
  position: relative;
  padding: 20px;
  padding-left: 50px;
  padding-right: 30px;
}

.faq_box_bottom:before {
  content: "A";
  font-size: 20px;
  position: absolute;
  font-weight: bold;
  left: 20px;
  top: 15px;
}

/*==== Common Settings ====================================*/
a.btn_mini {
  display: block;
  width: 180px;
  background-color: #7E5A42;
  padding-left: 1em;
  line-height: 2.5;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}

a.btn_mini:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
}

a.btn_full {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-left: 1em;
  line-height: 2.5;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
  border: 1px #bbb solid;
}

a.btn_full:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #bbb solid;
  border-right: 2px #bbb solid;
  transform: rotate(45deg);
}

.btn_center {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

a.btn_color {
  display: block;
  width: 400px;
  background-color: #7E5A42;
  padding-left: 1em;
  line-height: 2.5;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}

a.btn_color:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
}

.btn_center a.btn_color {
  margin-left: auto;
  margin-right: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  a.btn_mini {
    width: 100%;
  }
  a.btn_color {
    width: 100%;
  }
}
.listing_box {
  background-color: #fff;
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  margin-bottom: 1rem;
  position: relative;
}

.listing_box:hover {
  background-color: #f0f0f0;
}

.listing_box a {
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  position: relative;
}

.listing_box a :after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #bbb solid;
  border-right: 2px #bbb solid;
  transform: rotate(45deg);
}

.listing_box_thumb {
  width: 24%;
  min-height: 100px;
  background-position: center center;
  background-size: cover;
}

.listing_box_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.listing_box_body {
  width: 73%;
  padding: 8px;
  padding-right: 20px;
  padding-left: 0;
}

.listing_box_body h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
  line-height: 1.2;
}

.listing_box_body p {
  margin-bottom: 0.05em;
  line-height: 1.2;
}

.listing_box_body p.date {
  margin-bottom: 0.05em;
  line-height: 1.2;
}

.listing_box_body p.category {
  margin-bottom: 0em;
  line-height: 1.2;
}

.listing_box_body p.tel {
  margin-bottom: 0.3em;
  line-height: 1.2;
  font-weight: bold;
}

.listing_box_body p.add {
  margin-bottom: 0em;
  line-height: 1.2;
}

.listing_box_body p.time {
  margin-bottom: 0em;
  line-height: 1.2;
}

.topics_box {
  background-color: #fff;
  padding: 10px;
  border: 1px #bbb solid;
  width: 48%;
  margin-bottom: 10px;
}

.idx_news_body .topics_box {
  width: 100%;
}

.topics_box:hover {
  background-color: #f0f0f0;
}

.topics_box h3 {
  font-size: 1.1rem;
}

.topics_box p {
  line-height: 1.2;
  margin-bottom: 4px;
}

.topics_box a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}

.topics_box a :after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px #bbb solid;
  border-right: 2px #bbb solid;
  transform: rotate(45deg);
}

.topics_box .category span {
  border: 2px #bbb solid;
  border-radius: 0.5em;
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: 0.2em;
}

.rec_fix .listing_box {
  width: 48%;
}

.shop_listing {
  display: flex;
  justify-content: space-between;
  color: #000;
  flex-wrap: wrap;
}

.shop_listing .listing_box {
  width: 48%;
}

.shop_listing .listing_box_thumb {
  width: 30%;
  min-height: 60px;
}

.shop_listing .listing_box_body {
  width: 65%;
}

.shop_detail_blog {
  display: flex;
  justify-content: space-between;
  color: #000;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.shop_detail_blog .listing_box {
  width: 48%;
}

.news_listing {
  display: flex;
  justify-content: space-between;
  color: #000;
  flex-wrap: wrap;
}

.news_listing .listing_box {
  width: 48%;
}

.news_listing .listing_box p {
  line-height: 1.2;
  margin-bottom: 0;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .rec_fix .listing_box {
    width: 100%;
  }
  .shop_listing .listing_box {
    width: 100%;
  }
  .listing_box_body p {
    font-size: 12px;
  }
  .listing_box_thumb {
    width: 27%;
  }
  .shop_listing .listing_box_thumb {
    width: 30%;
  }
  .shop_listing .listing_box_body {
    width: 68%;
    padding: 8px;
    padding-left: 0;
  }
  .shop_detail_blog {
    display: block;
  }
  .shop_detail_blog .listing_box {
    width: 100%;
  }
  .news_listing .listing_box {
    width: 100%;
  }
}
/*==== Common ==========================================*/
.content_box {
  padding: 40px;
  border: 1px #eee solid;
  background-color: #fff;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .content_box {
    padding: 8px;
  }
}
/*==== Headings ==========================================*/
.local_Navi_Container {
  width: 100%;
  border-bottom: 1px #bbb solid;
  background-color: #fff;
}

.local_Navi_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  border-right: 1px #bbb solid;
}

.local_Navi_inner a {
  display: block;
  flex: auto;
  border-left: 1px #bbb solid;
  text-align: center;
  line-height: 76px;
  position: relative;
  color: #000;
  text-decoration: none;
}

.local_Navi_inner a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #bbb;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.local_Navi_inner a:hover:after {
  transform: scale(1, 1);
}

.local_Navi_inner a.active:after {
  transform: scale(1, 1);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .local_Navi_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .local_Navi_inner a {
    line-height: 50px;
    font-size: 14px;
  }
  .local_Navi_inner.local_concept a {
    width: 33%;
    flex: auto;
    border-bottom: 1px #bbb solid;
  }
}
.tab_Navi {
  background-color: #fff;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  border-right: 1px #bbb solid;
  border-top: 1px #bbb solid;
  margin-top: -30px;
  z-index: 100;
  position: relative;
}

.tab_Navi a {
  display: block;
  flex: auto;
  border-left: 1px #bbb solid;
  text-align: center;
  line-height: 60px;
  position: relative;
  color: #000;
  text-decoration: none;
  border-bottom: 1px #bbb solid;
}

.tab_Navi a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #bbb;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.tab_Navi a:hover:after {
  transform: scale(1, 1);
}

.tab_Navi a.active:after {
  transform: scale(1, 1);
}

.tab_Navi.tab_voice {
  flex-wrap: wrap;
}

.tab_Navi.tab_voice a {
  width: 25%;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .tab_Navi {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .tab_Navi a {
    width: 30%;
    line-height: 50px;
    font-size: 14px;
  }
  .tab_Navi.tab_yamagushi a {
    width: 25%;
  }
  .tab_Navi.tab_price_datsumou a {
    width: 50%;
  }
  .tab_price_bui a {
    width: 50%;
    flex: auto;
  }
  .tab_Navi.tab_voice a {
    width: 50%;
    font-size: 12px;
    line-height: 40px;
  }
}
.pageHeader_Visual {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../img/global/header_visual.jpg);
  margin-top: -5px;
}

.pageHeader_Visual_02 {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../img/global/header_visual.jpg);
}

.pageHeader_Visual h1,
.pageHeader_Visual_02 h1 {
  font-size: 2rem;
  color: #7E5A42;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transform: rotate(0.03deg);
  font-weight: 200;
  text-align: center;
  padding-top: 70px;
  color: #fff;
  font-weight: 400;
}

.pageHeader_Visual .page-header {
  border-bottom: none;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .pageHeader_Visual,
  .pageHeader_Visual_02 {
    width: 100%;
    height: 250px;
    background-image: url(/cmn/img/global/sp_header_visual.jpg);
  }
  .pageHeader_Visual h1,
  .pageHeader_Visual_02 h1 {
    padding-top: 110px;
  }
}
/*====レイアウトユニット===*/
/*見出しパーツ*/
.page-header {
  font-size: 2rem;
  color: #7E5A42;
  padding-bottom: 0.4em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin: 0 auto 25px;
}

.page-header:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  top: 42%;
  left: -95px;
  background-color: #272E5B;
}

.page-header:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  top: 42%;
  right: -95px;
  background-color: #272E5B;
}

.unit-mid-type1 {
  font-size: 1.875rem;
  border-bottom: 1px #9FA0A0 solid;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8em;
}

.unit-article-header {
  font-size: 2rem;
  border-bottom: 1px #9FA0A0 solid;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8em;
}

/*明朝*/
.mid-font-min {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 200;
}

.unit-mid-type2 {
  font-size: 1.625rem;
  margin-bottom: 1rem;
  color: #7E5A42;
  position: relative;
  padding: 5px;
  border-top: 1px solid #272E5B;
  border-bottom: 1px solid #272E5B;
}

.unit-mid-type3 {
  font-size: 1.375rem;
  margin-bottom: 0.3rem;
  color: #7E5A42;
  position: relative;
  padding-left: 10px;
}

.unit-mid-type3:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 25px;
  background-color: #7E5A42;
}

.unit-mid-type3-2 {
  font-size: 1.375rem;
  margin-bottom: 0.3rem;
  color: #7E5A42;
}

.unit-mid-type4 {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  color: #7E5A42;
}

/*細字*/
.mid-bold-non {
  font-weight: normal;
}

/*本文*/
.Layout-unit p {
  /*font-size: 1rem;*/
}

/*リード文*/
.unit-textLead {
  font-size: 1.625rem;
  margin-bottom: 0.3rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

/*リード文 大*/
.unit-textLead-large {
  font-size: 1.875rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

/*ボタンリンク*/
a.btn-link {
  position: relative;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  /*line-height: 39px;
  height: 39px;
  width: 354px;*/
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  display: block;
  background-color: #fff;
  width: 620px;
  border: 1px #000 solid;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

a.btn-link:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
  height: 24px;
  margin-top: -12px;
  background-image: url(../img/def/mt_unit/btn_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

/*カラーバリエーション*/
a.btn-col-shopping {
  background-color: #2B3C5F;
}

a.btn-col-read {
  background-color: #3C6356;
}

a.btn-col-info {
  background-color: #A35058;
}

a.btn-col-white {
  background-color: #fff;
  color: #000;
  border: #000 1px solid;
}

a.btn-col-black {
  background-color: #000;
}

a.btn-col-brown {
  background-color: #5A4030;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  a.btn-link {
    min-width: auto;
    width: 100%;
  }
}
.table-twin .left {
  float: left;
}

.table-twin .right {
  float: right;
}

/*テーブル X2*/
.twin-table-case {
  width: 48%;
}

table.twin-table {
  border-top: 1px #bbb solid;
}

table.twin-table th {
  border: 0;
  width: 20%;
}

table.twin-table td {
  border: 0;
}

table.twin-table tr {
  border-bottom: 1px #bbb solid;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .table-twin .twin-table-case {
    width: 100%;
  }
  .table-twin left,
  .table-twin right {
    float: none;
  }
}
/*画像☓12*/
.swap-group {
  /*height:600px;	*/
  padding-bottom: 40px;
}

.thumbs-list {
  width: 285px;
  padding-bottom: 20px;
  float: right;
  margin-right: -15px;
}

.large-photo {
  width: 685px;
  float: left;
}

.thumbs-12-box {
  width: 90px;
  height: 120px;
  float: left;
  border: 1px #fff solid;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}

.thumbs-12-box:nth-child(3n) {
  margin-right: 0px;
}

.thumb-select {
  border: 1px #000 solid;
  opacity: 0.6;
}

.large-photo-box {
  display: none;
}

.large-photo-box {
  text-align: center;
}

.large-photo-box p {
  padding-top: 6px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: left;
}

.ph1 {
  display: block;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .swap-group {
    /*height:600px;	*/
    padding-bottom: 10px;
  }
  .thumbs-list {
    width: 100%;
    padding-bottom: 20px;
    float: none;
  }
  .large-photo {
    width: 100%;
    padding-bottom: 20px;
    float: none;
  }
  .thumbs-12-box {
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    margin: 0;
  }
  .large-photo-box img {
    width: 100%;
  }
  .swap-grpup {
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.data-outline {
  border: 1px #C9BC9C solid;
  margin-bottom: 20px;
  color: #C9BC9C;
  font-size: 18px;
  padding: 15px;
}

/*可変長 Table*/
table.page_table {
  width: 100%;
  border-top: 1px solid #bbb;
}

table.page_table th {
  width: 18em;
  font-weight: normal;
  vertical-align: middle;
  border: 0;
  padding: 8px;
}

table.page_table td {
  vertical-align: middle;
  border: 0;
  padding: 8px;
}

table.page_table tr {
  border-bottom: 1px solid #bbb;
  display: block;
  padding: 5px 0;
}

table.spec td p {
  margin: 0;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  table.page_table th,
  table.page_table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
/*+++++++ バナーリンク ++++++++*/
.unit-banner-single {
  border: 1px #000 solid;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
}

.unit-banner-single p {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}

/*バナー画像配置*/
.banner-box {
  width: 48%;
}

.banner-box img {
  width: 100%;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .banner-box {
    width: 100%;
  }
  .unit-banner-single {
    width: 100%;
  }
  .unit-banner-single img {
    width: 100%;
  }
}
/*======= Basic ====================================*/
.Layout-unit {
  /*border-bottom:1px #bbb solid;*/
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.set-right {
  float: right;
}

.set-left {
  float: left;
}

.body-text-half {
  width: 50%;
}

/*サムネイル☓４*/
.thumbs-4-box {
  width: 235px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  box-sizing: border-box;
}

.thumbs-4-box img {
  margin-bottom: 4px;
}

.thumbs-4-box h3,
.thumbs-4-box h2,
.thumbs-4-box p {
  text-align: left;
}

.thumbs-4-box:nth-child(4) {
  margin-right: 0px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .thumbs-4-box {
    width: 50%;
    border: 1px #fff solid;
    margin: 0;
  }
  .thumbs-4-box img {
    width: 100%;
  }
}
/*== 写真　配置===*/
.photo-box {
  padding-bottom: 10px;
}

.photo-left .photo-box {
  float: left;
  margin-right: 20px;
}

.photo-right .photo-box {
  float: right;
  margin-left: 20px;
}

.photo-center .photo-box {
  margin-left: auto;
  margin-right: auto;
}

.photo-center .photo-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.photo-center .photo-box p,
.photo-center .photo-box h2,
.photo-center .photo-box h3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.photo-box img {
  margin-bottom: 4px;
  width: 100%;
  height: auto;
}

.photo-box p {
  margin-bottom: 4px;
  /*color: #898989;*/
}

.tate-text {
  display: table-cell;
  vertical-align: middle;
}

.youtube-center {
  /*padding-left: 100px;
  padding-right: 100px;*/
}

.youtube-center .youtube-box {
  position: relative;
  padding-top: 56.25%;
  /*16:9*/
  overflow: hidden;
}

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

.gmap-center {
  /*padding-left: 100px;
  padding-right: 100px;*/
}

.gmap-center .gmap-box {
  position: relative;
  padding-top: 56.25%;
  /*16:9*/
  overflow: hidden;
}

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

.html-row-center {
  padding-left: 100px;
  padding-right: 100px;
}

.html-row iframe {
  width: 100%;
  height: 500px;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .youtube-center {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gmap-center {
    padding-left: 0px;
    padding-right: 0px;
  }
  .html-row-center {
    padding-left: 0px;
    padding-right: 0px;
  }
  .photo-left .photo-box {
    float: none;
    margin-right: 0px;
  }
  .photo-right .photo-box {
    float: none;
    margin-left: 0px;
  }
  .photo-center .photo-box {
    margin-left: 0;
    margin-right: 0;
  }
  .photo-box img {
    max-width: 100%;
  }
  .tate-text {
    display: block;
    vertical-align: top;
  }
  .body-text-half {
    width: 100%;
  }
  .set-right {
    float: none;
  }
  .set-left {
    float: none;
  }
  .html-row iframe {
    height: 70vw;
  }
}
/*++++++ unit-timelineNavi ++++++++*/
.unit-timelineNavi {
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: -40px;
  background-color: #fff;
  -js-display: flex;
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #9FA0A0 solid;
}

.unit-timelineNavi a:link,
.unit-timelineNavi a:visited,
.unit-timelineNavi a:hover {
  color: #fff;
  background-color: #9FA0A0;
  line-height: 1.8;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.unit-timeline-prev {
  width: 15%;
  text-align: left;
}

.unit-timeline-prev span {
  padding-left: 3em;
}

.unit-timeline-center {
  width: 70%;
  text-align: center;
  font-size: 2rem;
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif, Georgia, Times, serif;
  font-weight: 300;
}

.unit-timeline-next {
  width: 15%;
  text-align: right;
}

.unit-timeline-next span {
  padding-right: 3em;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit-timeline-prev {
    width: 100%;
  }
  .unit-timeline-center {
    width: 100%;
  }
  .unit-timeline-next {
    width: 100%;
  }
}
/*++++++ Pager Navi ++++++++*/
.unit-pagerNavi {
  font-size: 1.6rem;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fff;
  -js-display: flex;
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.unit-pager-numbers {
  border: 1px #000 solid;
  line-height: 2em;
  width: 2em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
}

.unit-pager-prev {
  background-color: #999999;
  border: 1px #000 solid;
  line-height: 2em;
  width: 2em;
  margin-left: 0.2em;
  margin-right: 1em;
  text-align: center;
}

.unit-pager-next {
  background-color: #999999;
  border: 1px #000 solid;
  line-height: 2em;
  width: 2em;
  margin-left: 1em;
  margin-right: 0.2em;
  text-align: center;
}

.unit-pager-current {
  background-color: #BBBBBB;
  color: #fff;
}

a.unit-pager-numbers:link,
a.unit-pager-numbers:visited,
a.unit-pager-numbers:hover {
  color: #000;
  text-decoration: none;
}

.unit-pager-prev:link,
.unit-pager-prev:visited,
.unit-pager-prev:hover {
  color: #fff;
  text-decoration: none;
}

.unit-pager-next:link,
.unit-pager-next:visited,
.unit-pager-next:hover {
  color: #fff;
  text-decoration: none;
}

/*戻るボタン*/
.unit-page-back {
  border-top: #000 1px solid;
  padding-top: 15px;
  margin-bottom: 20px;
}

.unit-page-back-btn {
  border: 1px #000 solid;
  line-height: 3em;
  width: 8em;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
}

a.unit-page-back-btn:link,
a.unit-page-back-btn:visited,
a.unit-page-back-btn:hover {
  color: #000;
  text-decoration: none;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit-pager-numbers {
    display: none;
  }
}
/*++++++ カテゴリー NAVI ++++++*/
.unit-categoryNavi {
  padding-bottom: 40px;
}

.unit-categoryNavi ul {
  width: 100%;
  background-color: #fff;
  -js-display: flex;
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.unit-categoryNavi li {
  display: inline-block;
  text-align: center;
  border: 2px #272E5B solid;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  list-style: none;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-trnasition: all 0.3s ease;
  transition: all 0.3s ease;
}

.unit-categoryNavi li:hover {
  opacity: 0.75;
}

.unit-categoryNavi li a:link,
.unit-categoryNavi li a:visited,
.unit-categoryNavi li a:hover {
  display: block;
  line-height: 2.4;
  padding-left: 1em;
  padding-right: 1em;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  .unit-categoryNavi li a:link,
  .unit-categoryNavi li a:visited,
  .unit-categoryNavi li a:hover {
    line-height: 1.6;
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
/*++++++ Flex post一覧 ++++++*/
.flex-listing {
  background-color: #fff;
  -js-display: flex;
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*FlexType ギャラリー*/
.style-gallery {
  justify-content: flex-start;
}

/*記事一覧　サマリーBOX */
/*最大*/
.post-summary {
  border: 1px #000 solid;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.post-summary:hover {
  opacity: 0.8;
  background-color: #F8F8F8;
}

.post-summary a:link,
.post-summary a:visited,
.post-summary a:hover {
  color: #000;
  text-decoration: none;
}

/*カラム幅 通常*/
.size-large .post-summary {
  width: 49%;
}

/*カラム幅 1/4 */
.size-regular .post-summary {
  width: 24.5%;
}

/*ギャラリー*/
.size-xmini .post-summary {
  width: 188px;
}

/*TOPスライドー*/
.size-xmini-top .post-summary {
  width: 188px;
}

/*++++++ サムネイル +++++++*/
/*flex用ダミー*/
.post-summary-thumb {
  position: relative;
  /*padding-top: 75%;*/
  /*4:3*/
  /*padding-top: 56.25%;*/
  /*16:9*/
  padding-top: 48.54%;
  /*Design size*/
  overflow: hidden;
  margin-bottom: 8px;
}

.post-summary-thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*++++++ 見出し　テキスト++++++ */
.post-summary-txt h2 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4rem;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  /* IE9だけ1.02 */
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
}

.post-summary-txt p {
  margin-bottom: 0.4rem;
}

/*+++++++ ギャラリータイプ　.style-gallery ++++++++*/
/*TOPスライドー*/
.style-slide .post-summary {
  border: 0;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}

.style-slide .post-summary-txt h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  line-height: 1.2;
}

.style-slide .post-summary-txt p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0px;
}

.style-slide .post-summary-thumb {
  padding-top: 140%;
  /*Design size*/
  margin-bottom: 3px;
}

.style-slide .post-summary:hover {
  background-color: #fff;
}

/*ギャラリー*/
.style-gallery .post-summary {
  border: 0;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}

/*最後の右マージン消す*/
.style-gallery .post-summary:nth-child(5n) {
  margin-right: 0px;
}

.style-gallery .post-summary-txt h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  line-height: 1.2;
}

.style-gallery .post-summary-txt p {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0px;
}

/*サムネイル*/
.style-gallery .post-summary-thumb {
  padding-top: 140%;
  /*Design size*/
  margin-bottom: 3px;
}

.style-gallery .post-summary:hover {
  background-color: #fff;
}

/*+++++++ コンパクトタイプ　.style-compact ++++++++*/
.style-compact .post-summary a {
  background-color: transparent;
  -js-display: flex;
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items:center;*/
}

.style-compact .post-summary {
  border: 0;
  border-bottom: 1px #bbb solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*カラム幅*/
.style-compact .post-summary-thumb-case {
  width: 120px;
  margin-right: 10px;
}

.style-compact .post-summary-txt {
  width: 300px;
}

/*サムネイルサイズ*/
.style-compact .post-summary-thumb {
  padding-top: 100%;
  /*1:1*/
  margin-bottom: 0px;
}

.style-compact .post-summary-txt h2 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  border-bottom: 0;
}

/*カテゴリーラベル*/
.post-summary-label {
  display: inline-block;
  width: 12em;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.4;
  margin-bottom: 1rem;
  margin-right: 0.6rem;
}

/*色*/
.label-cat1,
.label-wedding-fair {
  color: #fff;
  background-color: #FF5E71;
}

.label-cat2,
.label-event {
  color: #fff;
  background-color: #519185;
}

.label-cat3,
.label-sodan {
  color: #fff;
  background-color: #A88732;
}

/*Mobile*/
@media screen and (max-width: 736px) {
  /*+++ 通常 +++*/
  .flex-listing {
    display: block;
  }
  .size-large .post-summary {
    width: 100%;
  }
  /*+++ ギャラリータイプ +++*/
  /*FlexType*/
  .style-gallery {
    display: flex;
    justify-content: space-between;
  }
  .size-xmini .post-summary {
    width: 49%;
  }
  /*TOPスライドー*/
  .size-xmini-top .post-summary {
    width: 80px;
  }
  .style-slide .post-summary-txt h2 {
    font-size: 1rem;
  }
  .style-slide .post-summary-txt p {
    font-size: 1rem;
  }
  .style-gallery .post-summary {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  /*+++ コンパクトタイプ+++ */
  .style-compact .post-summary-thumb-case {
    width: 20%;
  }
  .style-compact .post-summary-txt {
    width: 78%;
  }
}
.idx-articles-news {
  margin-top: 25px;
  margin-bottom: 30px;
}

.idx-articles-news .idx-articles-header {
  text-align: center;
}

.idx-articles-news .iah-btn {
  right: 300px;
}

.idx-articles-news ul {
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.idx-articles-news li {
  list-style: none;
  font-size: 1rem;
  border-bottom: 1px #bbb solid;
  width: 320px;
  border: 2px solid #272E5B;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 1.2rem;
  background-color: #fff;
  transition: all 0.3s ease;
}

.idx-articles-news li:nth-child(3n) {
  margin-right: 0;
}

.idx-articles-news li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: left;
}

.idx-articles-news li a .date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border-top: 1px solid #7e7e7e;
  display: block;
  margin-top: 7px;
  padding-top: 7px;
}

.idx-articles-news li:hover {
  opacity: 0.7;
}

.unit-detail {
  text-align: left;
}

.thumbs-3 {
  width: 100%;
  overflow: hidden;
}

.thumbs-3-box {
  width: 320px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 20px;
  float: left;
}

.thumbs-3 .thumbs-3-box:nth-child(3) {
  margin-right: 0;
}

.thumbs-3-box img {
  width: 100%;
  height: auto;
}

.photo-right320,
.photo-left320 {
  overflow: hidden;
  width: 100%;
}

.photo-right320 .photo-box320 {
  width: 320px;
  float: right;
}

.photo-right320 .photo-box320 img {
  width: 100%;
  height: auto;
}

.photo-right320 p {
  width: 660px;
  float: left;
}

.photo-left320 .photo-box320 {
  width: 320px;
  float: left;
}

.photo-left320 .photo-box320 img {
  width: 100%;
  height: auto;
}

/* テキスト2カラム */
.text-twin-box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.text-twin-item {
  float: left;
  width: 490px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
}

.text-twin-item:nth-child(2) {
  margin-right: 0;
}

.text-twin-item .unit-mid-type3 {
  color: #000000;
  background-color: rgba(39, 46, 91, 0.1);
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 0;
  border: 1px solid #272E5B;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.text-twin-item .unit-mid-type3:after {
  display: none;
}

.text-twin-item p {
  padding: 15px;
  border: 1px solid #272E5B;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.photo-left320 h2 {
  width: 660px;
  float: right;
}

.photo-right320 h2 {
  width: 660px;
  float: left;
}

.photo-left320 p {
  width: 660px;
  float: right;
}

.photo-right320 p {
  width: 660px;
  float: left;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .idx-articles-news {
    width: 100%;
    margin: 3vw 0;
  }
  .idx-articles-news li {
    width: 100%;
    margin-right: 0;
  }
  .page-header {
    font-size: 1.5rem;
  }
  .page-header:before,
  .page-header:after {
    display: none;
  }
  .news_body {
    padding-top: 70px;
  }
  .unit-categoryNavi {
    padding-bottom: 0;
  }
  .thumbs-3-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .text-twin-item {
    width: 100%;
    margin-right: 0;
  }
  .text-twin-item:first-child {
    margin-bottom: 5vw;
  }
  .photo-left320 .photo-box320,
  .photo-right320 .photo-box320 {
    width: 100%;
    margin-bottom: 5vw;
  }
  .photo-twin .photo-box {
    width: 48.5%;
  }
  .photo-twin .set-left {
    float: left;
    width: 100%;
  }
  .photo-twin .set-right {
    float: right;
    width: 100%;
  }
  .photo-right320 p {
    width: 100%;
  }
  .photo-left320 h2 {
    width: 100%;
    float: none;
  }
  .photo-right320 h2 {
    width: 100%;
    float: none;
  }
}
.form_visual {
  margin-top: 0;
}

.form_content {
  width: 1000px;
  margin: 60px auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_content {
    width: 95%;
    margin: 60px auto;
  }
}/*# sourceMappingURL=import.css.map */