@charset "utf-8";
/*
Theme Name: インテリアワタナベ
Theme URI: https://interior-w.jp
Description: 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*
font-family: 'Noto Sans JP', sans-serif;
*/

@media screen and (max-width:767px) {

}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* ページ全体
============================================================================================================ */
html {
	font-size: 62.5%;
}
body {
	color: #333333;
	font: 1.5rem/1.8em 'Noto Sans JP', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	text-align: left;
  font-weight: 300;
  position: relative;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.bg--1::after {
  background-image: url("images/bg1.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
.bg--2::after {
  background-image: url("images/bg2.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
.bg--3::after {
  background-image: url("images/bg3.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
.bg--4::after {
  background-image: url("images/bg4.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
.bg--5::after {
  background-image: url("images/bg5.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
.bg--6::after {
  background-image: url("images/bg6.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
.bg--7::after {
  background-image: url("images/bg7.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
.bg--8::after {
  background-image: url("images/bg8.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
.text_note_yellow {
	background: linear-gradient(transparent 60%, #FFE62B 0%);
	line-height: 1;
}
@media screen and (max-width:767px) {
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
.bg--4::after {
  background-image: url("images/bg4.jpg");
  background-size: cover;
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -10;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
}

/* リンク・hover指定
========================================================= */
/* 画像（hoverで70％透過）
============================= */
a img {
	transition: all .3s ease-out;
}
a:hover img {
	filter: opacity(0.7);
}

/* テキスト
============================= */
a:link {
	color: #333;
	transition: all  0.3s ease;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #333;
}

/* タイトル指定（主にH要素）
========================================================= */
.title-style1 {
	font-size: 2.5rem;
  font-weight: 400;
  color: #191970;
  border-bottom: 1px solid #C8D3E0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
  padding: 0 0 10px 1em;
}
.title-style1 span {
  color: #C8D3E0;
  font-size: 1.5rem;
  display: block;
}
.title-style1::before {
  content: "";
  display: block;
  width: 5px;
  height: 80%;
  background-color: #0B3C9A;
  position: absolute;
  left: 0;
  top: 0;
}
.title-style2 {
	font-size: 2.5rem;
  font-weight: 400;
  color: #FFF;
  border-bottom: 1px dotted #FFF;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
  padding: 0 0 10px 1em;
}
.title-style2 span {
  color: #C8D3E0;
  font-size: 1.5rem;
  display: block;
}
.title-style2::before {
  content: "";
  display: block;
  width: 5px;
  height: 80%;
  background-color: #0B3C9A;
  position: absolute;
  left: 0;
  top: 0;
}
.title-style3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	text-align: center;
  color: #CC0000;
  font-weight: 500;
}
.title-style3::before,
.title-style3::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #CC0000;
}
.title-style3::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.title-style3::after {
	margin-left: 20px;
	transform: rotate(35deg)
}
@media screen and (max-width:767px) {
.title-style1 {
	font-size: 2rem;
}
.title-style2 {
	font-size: 2rem;
}
.title-style3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	text-align: center;
  color: #CC0000;
  font-weight: 500;
}
.title-style3::before,
.title-style3::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #CC0000;
}
.title-style3::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.title-style3::after {
	margin-left: 20px;
	transform: rotate(35deg)
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* ボタン指定
========================================================= */
.btn-style1 {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	color: #0B3C9A !important;
  border-radius: 3px;
  border: 1px solid #0B3C9A;
  width: 300px;
  line-height: 55px;
}
.btn-style1:hover {
	 background-color: #0B3C9A;
   color: #FFF !important;
}
.news-btn1 {
  display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	color: #FFF !important;
  border-radius: 3px;
  border: 1px solid #FFF;
  width: 300px;
  line-height: 55px;
}
.news-btn1:hover {
  background-color: #0B3C9A;
  color: #FFF !important;
  border-color: #0B3C9A;
}
.notfound-btn {
  display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	color: #FFF !important;
  border-radius: 3px;
  border: 1px solid #FFF;
  width: 300px;
  line-height: 55px;
}
.notfound-btn:hover {
  background-color: #0B3C9A;
  color: #FFF !important;
  border-color: #0B3C9A;
}
.btn-contact-comp {
  display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	color: #FFF !important;
  border-radius: 3px;
  border: 1px solid #FFF;
  width: 300px;
  line-height: 55px;
}
.btn-contact-comp:hover {
  background-color: #0B3C9A;
  color: #FFF !important;
  border-color: #0B3C9A;
}
.btn-post {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	color: #FFF !important;
  border-radius: 3px;
  border: 1px solid #FFF;
  width: 300px;
  line-height: 55px;
}
.btn-post:hover {
  background-color: #0B3C9A;
  color: #FFF !important;
  border-color: #0B3C9A;
}
@media screen and (max-width:767px) {
.btn-style1 {
  width: 100%;
}
.news-btn1 {
  line-height: 60px;
  font-size: 1.4rem;
  width: 100%;
}
.notfound-btn {
	line-height: 60px;
	font-size: 1.4rem;
	max-width: 100%;
}
.btn-contact-comp {
	line-height: 60px;
	font-size: 1.4rem;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
  border-radius: 4px;
}
.btn-post {
  width: 200px;
  line-height: 50px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* ボタンアイコン1
============================= */
/*矢印アイコン1*/
.btn_icon_arrow1::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}


/* レアウトブロック
============================================================================================================ */
.content-style300a {
  padding: 100px 0 300px;
}
.content-style300b {
  padding: 300px 0 0;
}
.content-style300c {
  padding: 0 0 300px;
}
.content-style100a {
  padding: 100px 0;
}
.content-style100b {
  padding: 100px 0 0;
}
.content-style100c {
  padding: 0 0 100px;
}
.content-style50a {
  padding: 50px 0;
}
.content-style50b {
  padding: 50px 0 0;
}
.content-style50c {
  padding: 0 0 50px;
}
.content-color--white {
  background-color: #FFF;
}
.content-color--gray {
  background-color: #E8E8E8;
}
@media screen and (max-width:767px) {
.content-style300a {
  padding: 50px 10px 150px;
}
.content-style300b {
  padding: 150px 10px 0;
}
.content-style300c {
  padding: 0 10px 150px;
}
.content-style100a {
  padding: 50px 10px;
}
.content-style100b {
  padding: 50px 10px 0;
}
.content-style100c {
  padding: 0 10px 50px;
}
.content-style50a {
  padding: 50px 10px;
}
.content-style50b {
  padding: 50px 10px 0;
}
.content-style50c {
  padding: 0 10px 50px;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.content-style300a {
  padding: 50px 10px 250px;
}
.content-style300b {
  padding: 250px 10px 0;
}
.content-style300c {
  padding: 0 10px 250px;
}
.content-style100a {
  padding: 50px 10px;
}
.content-style100b {
  padding: 50px 10px 0;
}
.content-style100c {
  padding: 0 10px 50px;
}
.content-style50a {
  padding: 50px 10px;
}
.content-style50b {
  padding: 50px 10px 0;
}
.content-style50c {
  padding: 0 10px 50px;
}
}

/* ヘッター
========================================================= */
.header--position {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.header--color1 {
  background-color: rgba(255,255,255,0.7) !important;
}
.top-only {
  display: block;
}
.top-only {
  display: none;
}
.header--color1 .top-only {
  display: none;
}
.header--color1 .inner-only {
  display: block;
}
.header3 {
  background-color: transparent;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header3__inner--left {
  width: 50%;
  display: flex;
  /**align-items: center;**/
}
.header3__inner--right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header3__inner--left h1 {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}
.header3__inner--left h1 img {
  width: 150px;
  height: auto;
  position: absolute;
 /* top: 13px;*/
  z-index: 10;
}
.header3__inner--left p {
  width: 100%;
  max-width: 380px;
  font-size: 1.1rem;
  padding-left: 15px;
  line-height: 1.5em;
  color: #FFF;
}

.header3__inner--right ul {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.header3__inner--right ul li {
  color: #FFF;
}
.header--color1 .header3__inner--right ul li {
  color: #4682B4;
}
.header3__inner--right ul li:not(:last-of-type) {
  margin-right: 20px;
}
.header3__inner--right ul li:first-of-type {
  width: auto;
  font-size: 2.3rem;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.38);
}
.header--color1 .header3__inner--right ul li:first-of-type {
  width: auto;
  font-size: 2.3rem;
  font-weight: 700;
  text-shadow: initial;
}
.header3__inner--right ul li:first-of-type::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("images/icon1.png") no-repeat center center;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.header--color1 .header3__inner--right ul li:first-of-type::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("images/icon4.png") no-repeat center center;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.header3__inner--right ul li:first-of-type span {
  display: block;
  font-size: 1.2rem;
}
.header3__inner--right ul li:not(:first-of-type) {
  width: 40px;
}
.header3__inner--right ul li:not(:first-of-type) img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:767px) {
.header3 {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.header3__inner--left {
  width: 50%;
}
.header3__inner--right {
  display: none;
}
.header3__inner--left h1 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.header3__inner--left h1 img {
  width: 150px;
  position: static;
}
.header3__inner--left p {
  display: none;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.header3__inner--left {
  width: 100%;
}
.header3__inner--right {
  display: none;
}
.header3__inner--left h1 {
  width: 100%;
  max-width: 150px;
}
.header3__inner--left h1 img {
  width: 150px;
  position: static;
}
}

/* メインビジュアル・スライダー
========================================================= */
.main-visual {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  background-color: #F0FAFF;
  padding-bottom: 50px;
  z-index: 0;
}
.swiper-container {
  width: 100%;
  height: 740px;
  overflow: hidden;
}
#subslide .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-slide .slide_img img {
  width: 100%;
  height: 740px;
  object-fit: cover;
  display: block;
}
.main-visual__caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}
.main-visual__caption p:first-of-type {
  width: 100%;
  text-align: left;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.main-visual__caption p:first-of-type span {
  width: auto;
  display: inline-block;
  background-color: rgba(70,130,180,0.9);
  padding: 15px;
}
.main-visual__caption p:last-of-type {
  width: 100%;
  max-width: 400px;
}
.main-visual__caption p:last-of-type img {
  width: 100%;
  height: auto;
}

.inner-main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
}
.inner-main-visual__caption {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  z-index: 1;
}
.inner-main-visual__caption h2 {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #FFF;
  background-color: #4682B4;
  text-align: center;
  line-height: 2.5em;
}

@media screen and (max-width:767px) {
.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#subslide .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-slide .slide_img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.main-visual__caption {
  position: absolute;
  bottom: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
}
.main-visual__caption p:first-of-type {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}
.main-visual__caption p:last-of-type {
  display: none;
}

.inner-main-visual__caption {
  padding: 0 10px;
}
.inner-main-visual__caption h2 {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.5em;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* サイドメニュー
========================================================= */
.side-menu {
	width: 100%;
	font-size: 1.3rem;
}
.side-menu h3 {
	font-size: 1.6rem;
	line-height: 55px;
	font-weight: 500;
	text-align: center;
}
.custam-post-side-contents .side-menu h3 {
  background-color: #333;
  color: #FFF;
}
.custam-post-side-content2 .side-menu h3 {
  background-color: #333;
  color: #FFF;
}
.post-side-contents .side-menu h3 {
  background-color: #333;
  color: #FFF;
}
.post-side-contents2 .side-menu h3 {
  background-color: #333;
  color: #FFF;
}
.side-menu li > a {
	padding-left: 30px;
	line-height: 55px;
	border-bottom: 1px dotted #FFF;
	display: block;
	width: 280px;
	color: #FFF;
  position: relative;
}
.side-menu li > a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 10px;
}
.side-menu li > a:hover {
	color: #333;
	background-color: #F0F0F0;
}
.side-menu li.current-page-item > a, .side-menu li.current_page_item > a, .side-menu li.current-cat > a {
	background-color: #F0F0F0;
  color: #333;
}

@media screen and (max-width:767px) {
.side-menu h3 {
	font-size: 1.6rem;
	line-height: 55px;
	font-weight: 500;
	text-align: center;
}
.side-menu {
	width: 100%;
	font-size: 1.5rem;
}
.side-menu li > a {
	padding-left: 30px;
	line-height: 65px;
	display: block;
	width: 100%;
  position: relative;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.side-menu h3 {
	font-size: 1.4rem;
	line-height: 45px;
}
.side-menu {
	width: 100%;
	font-size: 1.3rem;
}
.side-menu li > a {
	padding-left: 30px;
	line-height: 55px;
	display: block;
	width: 100%;
  position: relative;
}
.side-menu li > a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 10px;
}
}

/* フッター ※　左ロゴ・右メニュー（メニュー2カラム）
========================================================= */
.footer {
  background-color: #4682B4;
  position: relative;
  padding-top: 50px;
}
.footer::before {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: url("images/footer_bg.png") no-repeat center top;
}
.footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  color: #FFF;
}
.footer__inner__left {
  width: 48%;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer__inner__left figure {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.footer__inner__left figure img {
  width: 400px;
  height: auto;
}
.footer__inner__left p {
  text-align: center;
  width: 100%;
}
.footer__inner__left p:not(:first-of-type) {
  margin-top: 0.5em;
}
.footer__inner__right {
  width: 48%;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}
.footer__inner__right__block {
  width: 48%;
}
.footer__inner__right__block:first-of-type ul {
  margin-top: 52px;
}
.footer__inner__right__block li {
  width: 100%;
}
.footer__inner__right__block li:not(:first-of-type) {
  margin-top: 10px;
}
.footer__inner__right__block li a {
  border: 1px solid #FFF;
  display: block;
  line-height: 40px;
  color: #FFF;
  padding: 0 10px;
  position: relative;
}
.footer__inner__right__block li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.footer__inner__right__block li a:hover {
  color: #333;
  background-color: #FFF;
}
small {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  padding: 10px 0;
}
.footer-menu-title {
  background-color: #333;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 400;
  border: 1px solid #333;
}

.footer-sns-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0 0;
}
.footer-sns-wrap li {
  width: 25%;
  text-align: center;
}
.footer-sns-wrap li:last-of-type {
  margin-right: 0;
}
.footer-sns-wrap li a {
  color: #FFF;
}
.footer-sns-wrap li a:hover {
  opacity: 0.6;
}
.footer-sns-wrap li .fas, .footer-sns-wrap li .fab {
  font-size: 4rem;
}
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  width: 70px;
}
.pagetop img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
.footer::before {
  top: -50px;
  height: 50px;
}
.footer__inner {
  max-width: 100%;
  margin: 0 0 50px;
  display: block;
  justify-content: initial;
  padding: 0 10px;
}
.footer__inner__left {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.footer__inner__left figure {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.footer__inner__left figure img {
  width: 250px;
}
.footer__inner__right {
  width: 100%;
  display: block;
  justify-content: initial;
}
.footer__inner__right__block {
  width: 100%;
}
.footer__inner__right__block:not(:first-of-type) {
  margin-top: 30px;
}
.footer__inner__right__block li {
  width: 100%;
}
.footer__inner__right__block li a {
  font-size: 1.3rem;
}

.footer-sns-wrap {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 20px auto 0;
}

small {
  font-size: 1rem;
}

.pagetop {
  display: none;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.footer::before {
  top: -160px;
  height: 160px;
}
.footer__inner {
  max-width: 100%;
  margin: 0 0 50px;
  padding: 0 10px;
}
.footer__inner__left {
  width: 48%;
  text-align: center;
}
.footer__inner__left figure img {
  width: 300px;
}
.footer__inner__right__block li {
  font-size: 1.2rem;
}

.pagetop {
  display: none;
}
}


/* TOP
============================================================================================================ */
.top-wrap1 {
  background-color: #F0FAFF;
}
.top-wrap1__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.top-wrap1__inner p:first-of-type {
  text-align: center;
  margin-bottom: 30px;
}
.top-wrap1__inner p:first-of-type img {
  width: 200px;
  height: auto;
}
.top-wrap1__inner p:last-of-type {
  margin-top: 50px;
}
.top-wrap1__inner h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  border-bottom: 1px dotted #999;
  color: #4682B4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.top-wrap3 {
  background-color: #F0FAFF;
}

.top-wrap4 {
  background: url("images/top_img3.jpg") no-repeat center center;
  background-size: cover;
}
.top-wrap4__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top-wrap4__inner__text {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  color: #FFF;
}
.top-wrap4__inner__text p {
  padding-left: 100px;
}
.top-wrap4__inner__text p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
.top-wrap1__inner p:first-of-type img {
  width: 150px;
}
.top-wrap1__inner h2 {
  font-size: 1.8rem;
}

.top-wrap4__inner__text {
  max-width: 100%;
  margin-right: 0;
}
.top-wrap4__inner__text p {
  padding-left: 0;
}
.top-wrap4__inner__text p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* 共通
============================================================================================================ */
.content-custom-wrap {
  background-color: #FFF;
}
.content-custom-wrap__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-contact-wrap5 {
  background-image: url("images/content-contact_bg2.png"), url("images/content-contact_bg1.png");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 400px;
  padding-bottom: 300px;
  background-color: #FFF;
}
.content-contact-wrap5__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.content-contact-wrap5__inner > p {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}
.content-contact-wrap5__inner__btn {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #4682B4;
}
.content-contact-wrap5__inner__btn p {
  width: calc(33.3333333% - 100px / 3);
  margin-right: 50px;
  text-align: center;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.content-contact-wrap5__inner__btn p:last-of-type {
  margin-right: 0;
}
.content-contact-wrap5__inner__btn p a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #4682B4;
}
.content-contact-wrap5__inner__btn p a:hover {
  opacity: 0.6;
}
.content-contact-wrap5--tel {
  background: url("images/icon4.png") no-repeat center top;
  background-size: 60px;
  font-size: 3rem;
  font-weight: 700;
}
.content-contact-wrap5--mail {
  background: url("images/icon5.png") no-repeat center top;
  background-size: 60px;
  font-size: 3rem;
  font-weight: 500;
}
.content-contact-wrap5--line {
  background: url("images/icon6.png") no-repeat center top;
  background-size: 60px;
  font-size: 3rem;
  font-weight: 500;
}

.content-inner-top__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 8px;
  padding: 100px 150px;
}
.content-inner-top__inner h2 {
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  text-align: center;
}
.content-inner-top__inner h2 span {
  margin-bottom: 15px;
}
.span--color1 {
  color: #4682B4;
}
.span--color2 {
  color: #46B457;
}
.text-style1 {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
}

.content-service-wrap1 {
  background-color: #FFF;
}
.content-service-wrap1__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-service-wrap1__inner__block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.content-service-wrap1__inner__block p {
  margin-bottom: 40px;
}
.content-service-wrap1__inner__block__img {
  display: flex;
  justify-content: space-between;
}
.content-service-wrap1__inner__block__img figure {
  width: 40%;
}
.content-service-wrap1__inner__block__img figure img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.content-service-wrap1__inner__block__img figcaption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
.content-contact-wrap5 {
  background-size: 300px;
  padding-bottom: 200px;
  background-color: #FFF;
}
.content-contact-wrap5__inner > p {
  font-size: 1.8rem;
  font-weight: 400;
}
.content-contact-wrap5__inner__btn {
  width: 100%;
  display: flex;
}
.content-contact-wrap5__inner__btn p {
  width: 100%;
  margin-right: 0;
  height: 80px;
}
.content-contact-wrap5__inner__btn p:last-of-type {
  margin-right: 0;
}
.content-contact-wrap5__inner__btn p a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #4682B4;
}
.content-contact-wrap5--tel {
  background-size: 40px;
  font-size: 1.5rem;
  font-weight: 700;
}
.content-contact-wrap5--mail {
  background-size: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}
.content-contact-wrap5--line {
  background-size: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}

.content-service-wrap1__inner__block__img {
  display: block;
}
.content-service-wrap1__inner__block__img figure {
  width: 100%;
}
.content-service-wrap1__inner__block__img figure:not(:last-of-type) {
  margin-bottom: 30px;
}
.content-service-wrap1__inner__block__img figure img {
  margin-bottom: 10px;
}
.content-service-wrap1__inner__block__img figcaption {
  font-size: 1.7rem;
  font-weight: 400;
}

.content-inner-top__inner {
  padding: 50px 30px;
}
.content-inner-top__inner h2 {
  font-size: 1.8rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* 内装リフォーム
============================================================================================================ */
.naisou-wrap1__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.naisou-wrap2__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF;
}
@media screen and (max-width:767px) {

}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* 原状回復
============================================================================================================ */
.kaifuku-wrap1__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.kaifuku-wrap2 {
  background-color: #F0FAFF;
}
.kaifuku-wrap2 h2 {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
}
.kaifuku-wrap2__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.kaifuku-wrap2__inner__text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.kaifuku-wrap2__inner__text p:not(:first-of-type) {
  margin-top: 1em;
}

.kaifuku-wrap3__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.kaifuku-wrap3__inner__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.kaifuku-wrap3__inner__block:not(:last-of-type) {
  margin-bottom: 100px;
}
.kaifuku-wrap3__inner__block::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  color: #87CEFA;
}
.kaifuku-wrap3__inner__block figure {
  width: 40%;
}
.kaifuku-wrap3__inner__block figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
.kaifuku-wrap2 h2 {
  font-size: 1.8rem;
}

.kaifuku-wrap3__inner__block:not(:last-of-type) {
  margin-bottom: 50px;
}
.kaifuku-wrap3__inner__block::before {
  font-size: 6rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* エコキメラ
============================================================================================================ */
.eco-wrap1__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {

}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* 会社概要
============================================================================================================ */
.company-wrap1__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #FFF;
}

.ac-product-wrap1 ul {
  display: flex;
  flex-wrap: wrap;
}
.ac-product-wrap1 ul li {
  background-color: #f7f7f7;
  padding: 15px;
  width: calc(50% - 20px / 2);
  margin-right: 20px;
  position: relative;
  padding-left: 2em;
  color: #333;
}
.ac-product-wrap1 ul li::before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
}
.ac-product-wrap1 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.ac-product-wrap1 ul li:last-of-type {
  margin-right: 0;
}
.ac-product-wrap1 ul li:nth-of-type(n+3) {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
.ac-product-wrap1 ul {
  display: block;
}
.ac-product-wrap1 ul li {
  width: 100%;
  margin-right: 0;
  padding-left: 2em;
  color: #333;
}
.ac-product-wrap1 ul li::before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
}

.ac-product-wrap1 ul li:nth-of-type(n+2) {
  margin-top: 10px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* お問い合わせ
============================================================================================================ */
.contact-wrap1__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {

}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* ページ下部お問い合わせ
============================================================================================================ */
/* 3カラム　電話+メール+LINE
========================================================= */
.content-contact-wrap1__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF
}
.content-contact-wrap1__inner > p {
  text-align: center;
  margin-bottom: 50px;
}
.content-contact-wrap1__inner ul {
  display: flex;
  justify-content: center;
}
.content-contact-wrap1__inner ul li {
  width: calc(33.3333333% - 80px / 3);
  margin-right: 40px;
  color: #333;
}
.content-contact-wrap1__inner ul li:last-of-type {
  margin-right: 0;
}
.page-bottom-contact--pc {
  color: #333;
  border: 2px solid #FFD700;
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #FFD700;
}
.page-bottom-contact--sp a {
  color: #333;
  border: 2px solid #FFD700;
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #FFD700;
}
.page-bottom-contact--sp a:hover {
  color: #FFD700;
  background-color: #333;
  border: 2px solid #333;
}
.content-contact-wrap1__inner ul li p {
  font-size: 2rem;
  font-weight: 700;
}
.content-contact-wrap1--tel p:first-of-type {
  font-size: 2.5rem;
  font-weight: 700;
}
.content-contact-wrap1--tel p:last-of-type {
  font-size: 1.4rem;
  font-weight: 300;
}
.content-contact-wrap1--tel p:first-of-type::before {
  content: "\f87b";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 15px;
}
.content-contact-wrap1--icon1 p::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 15px;
}
.content-contact-wrap1--icon2 p::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 400;
  margin-right: 15px;
}

@media screen and (max-width:767px) {
.content-contact-wrap1__inner > p {
  margin-bottom: 30px;
}
.content-contact-wrap1__inner ul {
  display: block;
}
.content-contact-wrap1__inner ul li {
  width: 100%;
  margin-right: 0;
}
.content-contact-wrap1__inner ul li:not(:first-of-type) {
  margin-top: 15px;
}
.page-bottom-contact--pc {
  height: 90px;
}
.page-bottom-contact--sp a {
  height: 90px;
}
.content-contact-wrap1__inner ul li p {
  font-size: 2rem;
  font-weight: 700;
}
.content-contact-wrap1--tel p:first-of-type {
  font-size: 2.5rem;
  font-weight: 700;
}
.content-contact-wrap1--tel p:last-of-type {
  font-size: 1.4rem;
  font-weight: 300;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.content-contact-wrap1__inner > p {
  margin-bottom: 40px;
}
.content-contact-wrap1__inner ul li {
  width: calc(33.3333333% - 40px / 3);
  margin-right: 20px;
}
.page-bottom-contact--pc {
  height: 90px;
}
.page-bottom-contact--sp a {
  height: 90px;
}
.content-contact-wrap1__inner ul li p {
  font-size: 1.8rem;
  font-weight: 700;
}
.content-contact-wrap1--tel p:first-of-type {
  font-size: 2.2rem;
  font-weight: 700;
}
.content-contact-wrap1--tel p:last-of-type {
  font-size: 1.2rem;
  font-weight: 300;
}
}

/* ページ下部問合せ　※丸型アイコン
========================================================= */
.bottom-contact-wrap1 {
  background-color: #AE1687;
}
.bottom-contact-wrap1__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.bottom-contact-wrap1__inner > p:first-of-type {
  text-align: center;
  margin-bottom: 50px;
  color: #FFF;
}
.bottom-contact-wrap1__inner ul {
  display: flex;
  justify-content: center;
}
.bottom-contact-wrap1__inner ul li {
  width: calc(33.3333333% - 80px / 3);
  margin-right: 40px;
  text-align: center;
}
.bottom-contact-wrap1__inner ul li:last-of-type {
  margin-right: 0;
}
.bottom-contact-wrap1__inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.bottom-contact-wrap1__inner ul li a:hover {
  opacity: 0.6;
}
.bottom-contact-wrap1__inner ul li:first-of-type p:last-of-type{
  font-size: 1.3rem;
  line-height: 1em;
  font-weight: 300;
}
.bottom-contact-wrap-btn p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bottom-contact--tel::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("images/icon4.png") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.bottom-contact--mail::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("images/icon5.png") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.bottom-contact--line::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("images/icon3.png") no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

.bottom-contact-wrap1__inner__bottom {
  margin-top: 50px;
}
.bottom-contact-wrap1__inner__bottom ul {
  display: flex;
  justify-content: center;
  width: 600px;
  margin: 0 auto;
}
.bottom-contact-wrap1__inner__bottom ul li {
  width: calc(50% - 40px / 2);
  margin-right: 40px;
}
.bottom-contact-wrap1__inner__bottom ul li:last-of-type {
  margin-right: 0;
}
.bottom-contact-wrap1__inner__bottom ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 15px;
  color: #FFF;
}
.bottom-contact-wrap1__inner__bottom--line1 {
  background-color: #FFF;
  border-radius: 3px;
  padding: 15px;
  color: #333;
  border: 1px solid #999;
}
.bottom-contact-wrap1__inner__bottom--line1 span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.bottom-contact-wrap1__inner__bottom--line2 {
  background-color: #333;
  border-radius: 3px;
  padding: 15px;color: #FFF;
}
.bottom-contact-wrap1__inner__bottom--line2::before {
  content: "";
  display: inline-block;
  background: url("images/icon3.png") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
.bottom-contact-wrap1__inner ul {
  display: block;
}
.bottom-contact-wrap1__inner ul li {
  width: 100%;
  margin-right: 0;
}
.bottom-contact-wrap1__inner ul li:not(:first-of-type) {
  margin-top: 20px;
}
.bottom-contact-wrap1__inner ul li:first-of-type p:last-of-type{
  font-size: 1.2rem;
  font-weight: 300;
}
.bottom-contact-wrap1__inner ul li a {
  padding: 10px 0;
  border: 1px solid #FFF;
}
.bottom-contact-wrap-btn p {
  font-size: 2.2rem;
  font-weight: 500;
}
.bottom-contact--tel::before {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.bottom-contact--mail::before {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.bottom-contact--line::before {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.bottom-contact-wrap1__inner__bottom {
  margin-top: 50px;
}
.bottom-contact-wrap1__inner__bottom ul {
  display: block;
  width: 100%;
}
.bottom-contact-wrap1__inner__bottom ul li {
  width: 100%;
  margin-right: 0;
}
.bottom-contact-wrap1__inner__bottom ul li:nth-of-type(n+2) {
  margin-top: 15px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* カラムコンテンツ
============================================================================================================ */
.flex-row--reverse {
  flex-direction: row-reverse;
}
/* 2カラム　※画像+テキスト　タイトル上にアイコンあり
========================================================= */
.content-2column-wrap--type1-wrap {
  padding: 100px 0;
}
.content-2column-wrap--type1-wrap:nth-of-type(odd) {
  background-color: #F8F6F2;
}
.content-2column-wrap--type1__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-2column-wrap--type1__block:not(:first-of-type) {
  margin-top: 100px;
}
.content-2column-wrap--type1__block figure {
  width: 48%;
}
.content-2column-wrap--type1__block figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.content-2column-wrap--type1__block__text {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-2column-wrap--type1__block__text p:first-of-type {
  margin-bottom: 20px;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #ED7700;
}
.content-2column-wrap--type1__block__text p:first-of-type span:first-of-type {
  margin-bottom: 5px;
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
}
.content-2column-wrap--type1__block__text p:first-of-type span:last-of-type {
  display: block;
  width: 90px;
  margin: 15px auto 0;
}
.content-2column-wrap--type1__block__text p:first-of-type span:last-of-type img {
  width: 100%;
  height: auto;
}
.content-2column-wrap--type1__block__text h2 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.5em;
  border-bottom: 2px dotted #ED7700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width:767px) {
.content-2column-wrap--type1-wrap {
  padding: 50px 10px;
}
.content-2column-wrap--type1__block {
  display: block;
}
.content-2column-wrap--type1__block:not(:first-of-type) {
  margin-top: 50px;
}
.content-2column-wrap--type1__block figure {
  width: 100%;
  margin-bottom: 15px;
}
.content-2column-wrap--type1__block figure img {
  height: 280px;
}
.content-2column-wrap--type1__block__text {
  width: 100%;
}
.content-2column-wrap--type1__block__text h2 {
  font-size: 2rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.content-2column-wrap--type1-wrap {
  padding: 100px 10px;
}
.content-2column-wrap--type1__block figure img {
  width: 100%;
  height: 400px;
}
.content-2column-wrap--type1__block__text p:first-of-type span:last-of-type {
  display: block;
  width: 80px;
  margin: 15px auto 0;
}
.content-2column-wrap--type1__block__text h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.5em;
  border-bottom: 2px dotted #ED7700;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
}

/* 2カラム　※画像+テキスト　タイトル上にアイコンなし
========================================================= */
.content-2column-wrap--type2-wrap {
  padding: 50px 0;
}
.content-2column-wrap--type2__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-2column-wrap--type2__block:not(:first-of-type) {
  margin-top: 100px;
}
.content-2column-wrap--type2__block figure {
  width: 48%;
}
.content-2column-wrap--type2__block figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-2column-wrap--type2__block__text {
  width: 48%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #FFF;
}
.content-2column-wrap--type2__block__text p:first-of-type {
  text-align: left;
  width: 100%;
}
.content-2column-wrap--type2__block__text p:first-of-type span {
  background-color: #4682B4;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  width: 90px;
  padding: 3px 0;
  margin-bottom: 10px;
}
.content-2column-wrap--type2__block__text h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.5em;
  border-bottom: 2px dotted #FFF;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width:767px) {
.content-2column-wrap--type2-wrap {
  padding: 50px 10px;
}
.content-2column-wrap--type2__block {
  display: block;
}
.content-2column-wrap--type2__block:not(:first-of-type) {
  margin-top: 100px;
}
.content-2column-wrap--type2__block figure {
  width: 100%;
  margin-bottom: 15px;
}
.content-2column-wrap--type2__block figure img {
  height: auto;
}
.content-2column-wrap--type2__block__text {
  width: 100%;
  display: block;
}
.content-2column-wrap--type2__block__text h2 {
  font-size: 1.8rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.content-2column-wrap--type2-wrap {
  padding: 100px 10px;
}
.content-2column-wrap--type2__block figure img {
  height: auto;
}
.content-2column-wrap--type2__block__text h2 {
  font-size: 2rem;
}
}

/* 2カラム　※画像+テキスト　タイトル上にアイコンなし　100％幅で2カラム
========================================================= */
/*
.content-2column-wrap--type3-wrap {
  padding: 100px 0;
}
.content-2column-wrap--type3-wrap:nth-of-type(odd) {
  background-color: #F8F6F2;
}
*/
.content-2column-wrap--type3__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/*
.content-2column-wrap--type3__block:not(:first-of-type) {
  margin-top: 100px;
}
*/
.content-2column-wrap--type3__block figure {
  width: 50%;
}
.content-2column-wrap--type3__block figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.content-2column-wrap--type3__block__text {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #F0FAFF;
  color: #333;
  padding: 0 40px;
}
@media screen and (max-width:767px) {
.content-2column-wrap--type3-wrap {
  padding: 0;
}
.content-2column-wrap--type3__block {
  display: block;
}
.content-2column-wrap--type3__block:not(:first-of-type) {
  margin-top: 100px;
}
.content-2column-wrap--type3__block figure {
  width: 100%;
  margin-bottom: 0;
}
.content-2column-wrap--type3__block figure img {
  height: 280px;
  object-fit: cover;
}
.content-2column-wrap--type3__block__text {
  width: 100%;
  display: block;
  padding: 40px 20px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.content-2column-wrap--type3-wrap {
  padding: 0;
}
.content-2column-wrap--type3__block figure img {
  height: 100%;
  object-fit: cover;
}
.content-2column-wrap--type3__block__text {
  padding: 40px 20px;
}
}

/* 画像なし　※アイコンとテキストのみの2カラム折返し
========================================================= */
.content-2column-wrap--type4__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
}
.content-2column-wrap--type4__inner__block {
  width: calc(50% - 50px / 2);
  margin-right: 50px;
}
.content-2column-wrap--type4__inner__block:nth-of-type(2n) {
  margin-right: 0;
}
.content-2column-wrap--type4__inner__block:last-of-type {
  margin-right: 0;
}
.content-2column-wrap--type4__inner__block:nth-of-type(n+3) {
  margin-top: 80px;
}
.content-2column-wrap--type4__icon {
  text-align: center;
  margin: 0 auto 15px;
  width: 90px;
}
.content-2column-wrap--type4__icon img {
  width: 100%;
  height: auto;
}
.content-2column-wrap--type4__inner__block h1, .content-2column-wrap--type4__inner__block h2, .content-2column-wrap--type4__inner__block h3, .content-2column-wrap--type4__inner__block h4, .content-2column-wrap--type4__inner__block h5, .content-2column-wrap--type4__inner__block h6 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #999;
}
@media screen and (max-width:767px) {
.content-2column-wrap--type4__inner {
  display: block;
}
.content-2column-wrap--type4__inner__block {
  width: 100%;
  margin-right: 0;
}
.content-2column-wrap--type4__inner__block:nth-of-type(n+2) {
  margin-top: 50px;
}
.content-2column-wrap--type4__icon {
  width: 80px;
}
.content-2column-wrap--type4__inner__block h1, .content-2column-wrap--type4__inner__block h2, .content-2column-wrap--type4__inner__block h3, .content-2column-wrap--type4__inner__block h4, .content-2column-wrap--type4__inner__block h5, .content-2column-wrap--type4__inner__block h6 {
  font-size: 1.6rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* 404
============================================================================================================ */
.notfound-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
  color: #FFF;
}
.notfound-wrap-top {
  margin-bottom: 40px;
}
.notfound-wrap-top p {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
}
.notfound-wrap-bottom {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.notfound-wrap-bottom p:first-of-type {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.notfound-wrap-bottom p:nth-of-type(2) {
  margin-bottom: 60px;
  width: 500px;
  margin: 0 auto 60px;
}
.ma-top {
  margin-top: 100px;
}
.ma-btm {
  margin-bottom: 100px;
}

@media screen and (max-width:767px) {
.notfound-wrap {
  max-width: 100%;
  margin: 0 0 50px;
}
.notfound-wrap-top {
  margin-bottom: 30px;
  padding: 10px 0;
}
.notfound-wrap-top p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}
.notfound-wrap-bottom {
  max-width: 100%;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
.notfound-wrap-bottom p:first-of-type {
  text-align: center;
}
.notfound-wrap-bottom p:nth-of-type(2) {
  width: 100%;
  margin-bottom: 60px;
}
.ma-top {
  margin-top: 50px;
}
.ma-btm {
  margin-bottom: 50px;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* FAQアコーディオン
============================================================================================================ */
.faq-wrap__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.faq-wrap-text{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
}
.accordion-wrap dt {
	cursor: pointer;
	position: relative;
	font-size: 2rem;
	padding: 15px;
	border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: #4682B4;
  color: #FFF;
  text-align: center;
}
.accordion-wrap dt:not(:first-of-type) {
  margin-top: 10px;
}
.accordion-wrap dt:before {
	position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "\f107";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #FFF;
}
.accordion-wrap dt.active:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "\f106";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #FFF;
}
.accordion-wrap dt span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #CCC;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "メイリオ";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.accordion-wrap dd {
  padding: 30px 50px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5em;
  background-color: #FFF;
}
/*
.accordion-wrap dd::before {
  content: "A";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #CCC;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "メイリオ";
  position: absolute;
  top: 15px;
  left: 16px;
}
*/
.icon--an {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #CCC;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "メイリオ";
  position: absolute;
  top: 15px;
  left: 15px;
}
.accordion-wrap-an {
	font-size: 1.4rem;
	color: #333;
  font-weight: 500;
}
.accordion-wrap dd p:not(:first-of-type){
  margin-top: 1em;
}


@media screen and (max-width:767px) {
.faq-wrap__inner {
  max-width: 100%;
  margin: 0;
}
.faq-wrap-text{
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px;
}
.accordion-wrap dt {
	font-size: 1.6rem;
	padding: 15px;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
}
.accordion-wrap dt span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  left: 10px;
}
.accordion-wrap dd {
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 1.4rem;
}
.icon--an {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  top: 11px;
  left: 11px;
}
.accordion-wrap-an {
	font-size: 1.4rem;
}
.accordion-wrap dd p:not(:first-of-type){
  margin-top: 1em;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {

}


/* 流れ
============================================================================================================ */
/* パターン1
========================================================= */
.flow-wrap1__block {
  display: flex;
  justify-content: space-between;
}
.flow-wrap1__block:not(:first-of-type) {
  margin-top: 50px;
}
.flow-wrap1__block:nth-of-type(n+2) {
  margin-top: 100px;
}
.flow-wrap1__block > p {
  background-color: #48BAD1;
  color: #FFF;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 500;
}
.flow-wrap1__block > p span {
  font-size: 1.3rem;
  font-weight: 300;
}
.flow-wrap1__block__text {
  width: 100%;
  max-width: 680px;
}
.flow-wrap1__block__text h3 {
  font-size: 2.4rem;
  font-weight: 400;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.flow-wrap1__block__text ul {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  width: 500px;
  margin-left: auto;
}
.flow-wrap1__block__text ul li {
  width: calc(33.3333333% - 30px / 3);
  margin-right: 15px;
}
.flow-wrap1__block__text ul li:last-of-type {
  margin-right: 0;
}
.flow-wrap1-pc {
  background-color: #C40013;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 5px 0;
  border-radius: 20px;
}
.flow-wrap1-sp a {
  background-color: #C40013;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 5px 0;
  border-radius: 20px;
  display: block;
  width: 100%;
}
.flow-wrap1__block__text ul li:nth-of-type(2) a {
  background-color: #F27129;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px 0;
  border-radius: 20px;
  display: block;
  width: 100%;
}
.flow-wrap1__block__text ul li:last-of-type a {
  background-color: #E99504;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px 0;
  border-radius: 15px;
  display: block;
  width: 100%;
}
.flow-wrap1-sp a:hover {
  background-color: #A3000F;
}
.flow-wrap1__block__text ul li:nth-of-type(2) a:hover {
  background-color: #EA5D0E;
}
.flow-wrap1__block__text ul li:last-of-type a:hover {
  background-color: #CA8103;
}
.flow-wrap1__block figure {
  width: 350px;
  height: 280px;
}
.flow-wrap1__block figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:767px) {
.flow-wrap1__block {
  display: block;
  justify-content: initial;
  padding: 0 10px;
}
.flow-wrap1__block:nth-of-type(n+2) {
  margin-top: 50px;
}
.flow-wrap1__block > p {
  width: 70px;
  height: 70px;
  margin: 0 auto 30px;
}
.flow-wrap1__block__text {
  max-width: 100%;
}
.flow-wrap1__block__text h3 {
  font-size: 1.9rem;
}
.flow-wrap1__block__text ul {
  margin-top: 40px;
  display: block;
  justify-content: initial;
  width: 100%;
  margin-left: 0;
}
.flow-wrap1__block__text ul li {
  width: 100%;
  margin-right: 0;
}
.flow-wrap1__block__text ul li:not(:first-of-type) {
  margin-top: 20px;
}
.flow-wrap1__block__text ul li:last-of-type {
  margin-right: 0;
}
.flow-wrap1__block figure {
  width: 100%;
  margin-top: 30px;
}
.flow-wrap1__block figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.flow-wrap1__block {
  display: flex;
  justify-content: space-between;
}
.flow-wrap1__block:not(:first-of-type) {
  margin-top: 50px;
}
.flow-wrap1__block:nth-of-type(n+2) {
  margin-top: 100px;
}
.flow-wrap1__block > p {
  background-color: #48BAD1;
  color: #FFF;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 500;
}
.flow-wrap1__block > p span {
  font-size: 1.3rem;
  font-weight: 300;
}
.flow-wrap1__block__text {
  width: 55%;
  max-width: 100%;
}
.flow-wrap1__block__text h3 {
  font-size: 2.4rem;
  font-weight: 400;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.flow-wrap1__block__text ul {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  width: 500px;
  margin-left: auto;
}
.flow-wrap1__block__text ul li {
  width: calc(33.3333333% - 30px / 3);
  margin-right: 15px;
}
.flow-wrap1__block__text ul li:last-of-type {
  margin-right: 0;
}
.flow-wrap1__block figure {
  width: 100%;
  max-width: 30%;
  height: 280px;
}
.flow-wrap1__block figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
}
@media screen and (min-width:768px) and (max-width: 1040px) {
.flow-wrap1__block__text ul {
  margin-top: 40px;
  display: block;
  justify-content: initial;
  width: 100%;;
  margin-left: 0;
}
.flow-wrap1__block__text ul li {
  width: 100%;
  margin-right: 0;
}
.flow-wrap1__block__text ul li:not(:first-of-type) {
  margin-top: 20px;
}
.flow-wrap1__block__text ul li:last-of-type {
  margin-right: 0;
}
}

/* パターン2
========================================================= */
.flow-wrap2__block {
  display: flex;
  justify-content: space-between;
}
.flow-wrap2__block:not(:first-of-type) {
  margin-top: 50px;
}
.flow-wrap2__block figure {
  width: 300px;
  margin-right: 40px;
}
.flow-wrap2__block figure img {
  width: 100%;
  height: auto;
}
.flow-wrap2__block_frame {
  width: calc(100% - 300px - 40px);
  display: flex;
  justify-content: space-between;
}
.flow-wrap2__block_frame > p {
  width: 90px;
  height: 90px;
  color: #FFF;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EB7600;
  border-radius: 50%;
}
.flow-wrap2__block_frame__block {
  width: calc(100% - 90px - 40px);
}
.flow-wrap2__block_frame h3 {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #004F93;
}
.flow-wrap2__block_frame ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.flow-wrap2__block_frame ul li {
  width: calc(33.3333333% - 40px / 3);
}
.flow-wrap2__block_frame ul li:nth-of-type(2) {
  margin: 0 20px;
}
.flow-wrap2__block_frame__block-pc {
  border-radius: 15px;
  color: #FFF;
  background-color: #004F93;
  text-align: center;
  line-height: 35px;
  font-weight: 400;
  font-size: 1.8rem;
  border: 1px solid #004F93;
}
.flow-wrap2__block_frame__block-pc::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
.flow-wrap2__block_frame__block-sp a {
  border-radius: 15px;
  color: #FFF;
  background-color: #004F93;
  text-align: center;
  line-height: 35px;
  font-weight: 400;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  border: 1px solid #004F93;
}
.flow-wrap2__block_frame__block-sp a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
.flow-wrap2__block_frame ul li:nth-of-type(2) a, .flow-wrap2__block_frame ul li:last-of-type a {
  border-radius: 15px;
  color: #004F93;
  background-color: #FFF;
  text-align: center;
  line-height: 35px;
  font-weight: 400;
  border: 1px solid #004F93;
  display: block;
  width: 100%;
}
.flow-wrap2__block_frame ul li:nth-of-type(2) a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
.flow-wrap2__block_frame ul li:last-of-type a::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 400;
  margin-right: 5px;
  font-size: 2rem;
}
.flow-wrap2__block_frame__block-sp a:hover {
  background-color: #FFF;
  color: #004F93;
}
.flow-wrap2__block_frame ul li:nth-of-type(2) a:hover, .flow-wrap2__block_frame ul li:last-of-type a:hover  {
  background-color: #004F93;
  color: #FFF;
}

@media screen and (max-width:767px) {
.flow-wrap2__block {
  display: block;
  justify-content: initial;
  padding: 0 10px;
}
.flow-wrap2__block figure {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.flow-wrap2__block_frame {
  width: 100%;
  display: block;
  justify-content: initial;
}
.flow-wrap2__block_frame > p {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}
.flow-wrap2__block_frame__block {
  width: 100%;
}
.flow-wrap2__block_frame h3 {
  font-size: 2rem;
}
.flow-wrap2__block_frame ul {
  display: block;
  justify-content: initial;
  margin-top: 20px;
}
.flow-wrap2__block_frame ul li {
  width: 100%;
}
.flow-wrap2__block_frame ul li:nth-of-type(2) {
  margin: 15px 0;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.flow-wrap2__block {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.flow-wrap2__block:not(:first-of-type) {
  margin-top: 50px;
}
.flow-wrap2__block figure {
  width: 200px;
}
.flow-wrap2__block_frame {
  width: calc(100% - 200px - 40px);
}
.flow-wrap2__block_frame h3 {
  font-size: 1.9rem;
}
.flow-wrap2__block_frame ul {
  margin-top: 30px;
  justify-content: flex-start;
}
}

@media screen and (min-width:768px) and (max-width: 965px) {
.flow-wrap2__block_frame ul {
  display: block;
  justify-content: initial;
}
.flow-wrap2__block_frame ul li {
  width: 100%;
}
.flow-wrap2__block_frame ul li:nth-of-type(2) {
  margin: 15px 0;
}
}

/* パターン3　※画像無し
========================================================= */
.flow-wrap3__block {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #FFF;
  padding-bottom: 100px;
}
.flow-wrap3__block:not(:first-of-type) {
  margin-top: 100px;
}
.flow-wrap3__block_frame {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.flow-wrap3__block_frame > p {
  width: 90px;
  height: 90px;
  color: #FFF;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #87CEFA;
  border-radius: 50%;
}
.flow-wrap3__block_frame > p span {
  display: block;
  font-size: 1.3rem;
}
.flow-wrap3__block_frame__block {
  width: calc(100% - 90px - 40px);
}
.flow-wrap3__block_frame h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.flow-wrap3__block_frame ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.flow-wrap3__block_frame ul li {
  width: calc(33.3333333% - 40px / 3);
  margin-right: 20px;
}
.flow-wrap3__block_frame ul li:last-of-type {
  margin-right: 0;
}
.flow-wrap3__block_frame__block-pc {
  border-radius: 5px;
  color: #FFF;
  background-color: transparent;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  font-size: 1.8rem;
  border: 1px solid #FFF;
}
.flow-wrap3__block_frame__block-pc::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
.flow-wrap3__block_frame__block-sp a {
  border-radius: 15px;
  color: #FFF;
  background-color: transparent;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  border: 1px solid #FFF;
}
.flow-wrap3__block_frame__block-sp a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
.flow-wrap3__block_frame ul li:nth-of-type(2) a, .flow-wrap3__block_frame ul li:last-of-type a {
  border-radius: 5px;
  color: #FFF;
  background-color: transparent;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  border: 1px solid #FFF;
  display: block;
  width: 100%;
}
.flow-wrap3__block_frame ul li:nth-of-type(2) a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 2rem;
}
.flow-wrap3__block_frame ul li:last-of-type a::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 400;
  margin-right: 5px;
  font-size: 2rem;
}
.flow-wrap3__block_frame__block-sp a:hover {
  background-color: #0B3C9A;
  color: #FFF;
  border-color: #0B3C9A;
}
.flow-wrap3__block_frame ul li:nth-of-type(2) a:hover, .flow-wrap3__block_frame ul li:last-of-type a:hover  {
  background-color: #0B3C9A;
  color: #FFF;
  border-color: #0B3C9A;
}

@media screen and (max-width:767px) {
.flow-wrap3__block {
  display: block;
  justify-content: initial;
  padding: 0 10px 50px;
}
.flow-wrap3__block:not(:first-of-type) {
  margin-top: 50px;
}
.flow-wrap3__block_frame {
  width: 100%;
  display: block;
  justify-content: initial;
}
.flow-wrap3__block_frame > p {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
}
.flow-wrap3__block_frame__block {
  width: 100%;
}
.flow-wrap3__block_frame h3 {
  font-size: 2rem;
}
.flow-wrap3__block_frame ul {
  display: block;
  justify-content: initial;
  margin-top: 20px;
}
.flow-wrap3__block_frame ul li {
  width: 100%;
}
.flow-wrap3__block_frame ul li:nth-of-type(2) {
  margin: 15px 0;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.flow-wrap3__block {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 50px;
}
.flow-wrap3__block:not(:first-of-type) {
  margin-top: 50px;
}
.flow-wrap3__block_frame h3 {
  font-size: 1.9rem;
}
.flow-wrap3__block_frame ul {
  margin-top: 30px;
  justify-content: flex-start;
}
}

@media screen and (min-width:768px) and (max-width: 965px) {
.flow-wrap3__block_frame ul {
  display: block;
  justify-content: initial;
}
.flow-wrap3__block_frame ul li {
  width: 100%;
}
.flow-wrap3__block_frame ul li:nth-of-type(2) {
  margin: 15px 0;
}
}


/* ぱんくず
============================================================================================================ */
.pankuzu-wrap {
  padding: 30px 0;
}
.pankuzu-wrap__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  font-size: 1.3rem;
}
.pankuzu-wrap ol {
  display: inline-block;
}
.pankuzu-wrap ol li {
  display: inline-block;
  color: #FFF;
  font-size: 1.3rem;
}
.pankuzu-wrap ol li:first-of-type::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 10px
}
.pankuzu-wrap ol li:not(:last-of-type)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 10px
}
.pankuzu-wrap span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pankuzu-wrap ol li a {
  color: #FFF;
}
.pankuzu-wrap ol li a:hover {
  opacity: 0.6;
}
.bg-color1 {
  background-color: #FFF;
}
.bg-color2 {
  background-color: #F8F8F3;
}

@media screen and (max-width:767px) {
.pankuzu-wrap {
  max-width: 100%;
  display: none;
}
.pankuzu-wrap ol {
  display: none;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.pankuzu-wrap {
  max-width: 100%;
  display: none;
}
.pankuzu-wrap ol {
  display: none;
}
}


/* タブ
============================================================================================================ */
@keyframes tabAnim{
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
.tab_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
input[type="radio"] {
  display: none;
}
.tab_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tab_area label {
  width: calc(50% - 5px / 2); 
  margin-right: 5px; 
  display: inline-block; 
  padding: 20px 0; 
  color: #999; 
  background: #ddd; 
  text-align: center; 
  font-size: 1.4rem; 
  cursor: pointer; 
  transition: all .3s ease-out;
}
.tab_area label:last-of-type {
  margin-right: 0;
}
.tab_area label:hover {
  background-color: #666;
}
.tab_panel {
  width: 100%;
  opacity: 0;
  padding: 100px 0;
  display: none;
}
.panel_area {
  background: #FFF;
}
#tab1:checked ~ .tab_area .tab1_label{
  background-color: #333;
  color: #FFF;
}
#tab1:checked ~ .panel_area #panel1 {
  display: block; 
  animation: tabAnim ease 0.6s forwards;
}
#tab2:checked ~ .tab_area .tab2_label {
  background: #333; 
  color: #FFF;
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
}
#tab1:checked ~ .tab_area label:hover, #tab2:checked ~ .tab_area label:hover {
  background-color: #666;
}

.flow-type1 ul li:not(:first-of-type) {
  margin-top: 100px;
}
.flow-type1__block {
  display: flex;
}
.flow-type1__block > p {
  background-color: #333;
  color: #FFF;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 700;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 40px;
}
.flow-type1__block > p span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.flow-type1__block__text {
  width: calc(100% - 140px / 2);
}
.flow-type1__block__text > p:not(:first-of-type) {
  margin-top: 1em;
}
.flow-type1__block__text h3 {
  font-size: 2.5rem;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.flow-type1__block__text__btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.flow-type1__block__text__btn-wrap p {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}
.flow-type1__block__text__btn-wrap p:last-of-type {
  margin-right: 0;
}
.flow-wrap-tel-pc {
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding: 12px;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 3px;
}
.flow-wrap-tel-pc::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.7rem;
}
.flow-wrap-tel-sp a {
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding: 12px;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 3px;
  display: block;
}
.flow-wrap-tel-sp a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.7rem;
}
.flow-wrap-mail a {
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding: 12px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 3px;
  display: block;
}
.flow-wrap-mail a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.7rem;
}

@media screen and (max-width:767px) {
.tab_wrap {
  max-width: 100%;
  margin: 0;
  padding: 0 10px;
}
.tab_area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tab_area label {
  margin-right: 5px; 
  padding: 15px 0; 
  font-size: 1.4rem; 
}
.tab_panel {
  width: 100%;
  opacity: 0;
  padding: 50px 0;
  display: none;
}

.flow-type1 ul li:not(:first-of-type) {
  margin-top: 50px;
}
.flow-type1__block {
  display: block;
}
.flow-type1__block > p {
  font-size: 3rem;
  font-weight: 700;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.flow-type1__block__text {
  width: 100%;
}
.flow-type1__block__text h3 {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.flow-type1__block__text p {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.flow-type1__block__text__btn-wrap {
  margin-top: 30px;
  display: block;
}
.flow-type1__block__text__btn-wrap p {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.flow-type1__block__text__btn-wrap p:not(:first-of-type) {
  margin-top: 15px;
}
.flow-wrap-tel-pc {
  padding: 12px;
  font-size: 1.7rem;
  font-weight: 500;
}
.flow-wrap-tel-pc::before {
  margin-right: 5px;
  font-size: 1.7rem;
}
.flow-wrap-tel-sp a {
  padding: 12px;
  font-size: 1.7rem;
  font-weight: 500;
}
.flow-wrap-tel-sp a::before {
  margin-right: 5px;
  font-size: 1.7rem;
}
.flow-wrap-mail a {
  padding: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}
.flow-wrap-mail a::before {
  margin-right: 5px;
  font-size: 1.7rem;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.tab_wrap {
  max-width: 100%;
  margin: 0;
  padding: 0 10px;
}

.flow-type1 ul li:not(:first-of-type) {
  margin-top: 100px;
}
.flow-type1__block {
  display: flex;
}
.flow-type1__block > p {
  font-size: 3.2rem;
  font-weight: 700;
  width: 80px;
  height: 80px;
  margin-right: 40px;
}
.flow-type1__block > p span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.flow-type1__block__text {
  width: calc(100% - 140px / 2);
}
.flow-type1__block__text h3 {
  font-size: 2.1rem;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
}


/* ページ内コンテンツ
============================================================================================================ */
/* 背景画像付きの3項目　※画像の明度　暗→明
========================================================= */
.content-wrap--type1 {
  background: url("images/bg_guide.jpg") no-repeat center center;
  background-size: cover;
}
.content-wrap--type1__inner ul {
  display: flex;
  justify-content: center;
}
.content-wrap--type1__inner ul li {
  width: calc(33.3333333% - 30px / 3);
  margin-right: 15px;
}
.content-wrap--type1__inner ul li:last-of-type {
  margin-right: 0;
}
.content-wrap--type1__inner__block {
  border: 1px solid #CCC;
  position: relative;
  height: 280px;
}
.content-wrap--type1__inner__block figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: brightness(35%);
}
.content-wrap--type1__inner__block__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.content-wrap--type1__inner__block__text h1, .content-wrap--type1__inner__block__text h2, .content-wrap--type1__inner__block__text h3, .content-wrap--type1__inner__block__text h4, .content-wrap--type1__inner__block__text h5, .content-wrap--type1__inner__block__text h6  {
  width: 100%;
}
.content-wrap--type1__inner__block__text h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dotted #FFF;
}
.content-wrap--type1__inner__block__text h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.content-wrap--type1__inner__block__text p {
  width: 100%;
  line-height: 1.5em;
}
.content-wrap--type1__inner__block__text p:last-of-type {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
.content-wrap--type1__inner__block__text p:last-of-type::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-left: 5px;
}
.content-wrap--type1__inner li a:hover img {
  filter: brightness(90%);
}
@media screen and (max-width:767px) {
.content-wrap--type1 {
  padding: 50px 10px;
}
.content-wrap--type1__inner ul {
  display: block;
}
.content-wrap--type1__inner ul li {
  width: 100%;
  margin-right: 0;
}
.content-wrap--type1__inner ul li:last-of-type {
  margin-right: 0;
}
.content-wrap--type1__inner ul li:not(:first-of-type) {
  margin-top: 50px;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.content-wrap--type1__inner__block {
  height: 250px;
}
.content-wrap--type1__inner__block figure img {
  height: 250px;
}
.content-wrap--type1__inner__block__text h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dotted #FFF;
  width: 100%;
}
.content-wrap--type1__inner__block__text p:nth-of-type(2) {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.content-wrap--type1__inner__block__text p:last-of-type {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
}

/* 背景画像付きの2項目　※画像の明度　暗→明
========================================================= */
.content-wrap--type2 {
  background: url("images/bg_guide.jpg") no-repeat center center;
  background-size: cover;
}
.content-wrap--type2__inner ul {
  display: flex;
  justify-content: center;
}
.content-wrap--type2__inner ul li {
  width: calc(35% - 30px / 2);
  margin-right: 30px;
}
.content-wrap--type2__inner ul li:last-of-type {
  margin-right: 0;
}
.content-wrap--type2__inner__block {
  border: 1px solid #CCC;
  position: relative;
  height: 280px;
}
.content-wrap--type2__inner__block figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: brightness(35%);
}
.content-wrap--type2__inner__block__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.content-wrap--type2__inner__block__text h1, .content-wrap--type2__inner__block__text h2, .content-wrap--type2__inner__block__text h3, .content-wrap--type2__inner__block__text h4, .content-wrap--type2__inner__block__text h5, .content-wrap--type2__inner__block__text h6  {
  width: 100%;
}
.content-wrap--type2__inner__block__text h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dotted #FFF;
}
.content-wrap--type2__inner__block__text h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.content-wrap--type2__inner__block__text p {
  width: 100%;
  line-height: 1.5em;
}
.content-wrap--type2__inner__block__text p:last-of-type {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
.content-wrap--type2__inner__block__text p:last-of-type::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-left: 5px;
}
.content-wrap--type2__inner li a:hover img {
  filter: brightness(90%);
}
@media screen and (max-width:767px) {
.content-wrap--type2 {
  padding: 50px 10px;
}
.content-wrap--type2__inner ul {
  display: block;
}
.content-wrap--type2__inner ul li {
  width: 100%;
  margin-right: 0;
}
.content-wrap--type2__inner ul li:last-of-type {
  margin-right: 0;
}
.content-wrap--type2__inner ul li:not(:first-of-type) {
  margin-top: 50px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.content-wrap--type2__inner__block {
  height: 250px;
}
.content-wrap--type2__inner__block figure img {
  height: 250px;
}
.content-wrap--type2__inner__block__text h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dotted #FFF;
  width: 100%;
}
.content-wrap--type2__inner__block__text p:nth-of-type(2) {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.content-wrap--type2__inner__block__text p:last-of-type {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
}

/* 単体で適用
========================================================= */
.menu-box {
  border: 1px solid #CCC;
  position: relative;
  height: 280px;
}
.menu-box figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: brightness(50%);
}
.menu-box__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.menu-box__text h1, .menu-box__text h2, .menu-box__text h3, .menu-box__text h4, .menu-box__text h5, .menu-box__text h6  {
  width: 100%;
}
.menu-box__text h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dotted #FFF;
}
.menu-box__text h3 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.menu-box__text p {
  width: 100%;
  line-height: 1.5em;
}
.menu-box__text p:last-of-type {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
}
.menu-box__text p:last-of-type::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-left: 5px;
}
.menu-box:hover img {
  filter: brightness(90%);
}


/* カスタム投稿読み込み
============================================================================================================ */
/* 4項目出力
========================================================= */
.content-custom-wrap1 {
  background-color: #FFF;
}
.content-custom-wrap1__inner ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}
.content-custom-wrap1__inner ul li {
  width: calc(25% - 90px / 4);
  margin-right: 30px;
}
.content-custom-wrap1__inner ul li:last-of-type {
  margin-right: 0;
}
.content-custom-wrap1__inner__block figure {
  margin-bottom: 10px;
}
.content-custom-wrap1__inner__block figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: 1px solid #CCC;
}
.content-custom-wrap1__inner__block p:first-of-type {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.content-custom-wrap1__inner__block p:first-of-type span {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
  width: auto;
  padding: 2px 15px;
  line-height: 1.7em;
  margin-right: 10px;
  background-color: #EBEBEB;
}
.content-custom-wrap1__inner__block h3 {
  font-size: 1.5rem;
  font-weight: 400;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
  white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;
}
@media screen and (max-width:767px) {
.content-custom-wrap1__inner ul {
  display: block;
  margin-bottom: 30px;
}
.content-custom-wrap1__inner ul li {
  width: 100%;
  margin-right: 0;
}
.content-custom-wrap1__inner ul li:not(:first-of-type) {
  margin-top: 50px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.content-custom-wrap1__inner ul {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.content-custom-wrap1__inner ul li {
  width: calc(50% - 40px / 2);
  margin-right: 40px;
}
.content-custom-wrap1__inner ul li:nth-of-type(2n) {
  margin-right: 0;
}
.content-custom-wrap1__inner ul li:nth-of-type(n+3) {
  margin-top: 50px;
}
.content-custom-wrap1__inner__block figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid #CCC;
}
}

/* TOP新着情報読み込み　リスト型　※アイキャッチなし
========================================================= */
.content-news-wrap1 {
  background-color: #FDFDE0;
}
.content-news-wrap1__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.content-news-wrap1__inner ul {
  margin-bottom: 50px;
}
.content-news-wrap1__inner ul li {
  margin-bottom: 15px;
  padding: 0 20px 15px;
  border-bottom: 1px dotted #CCC;
  font-size: 1.4rem;
  white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;
}
.content-news-wrap1__inner ul li:first-of-type {
  padding-top: 15px;
  border-top: 1px dotted #CCC;
}
.content-news-wrap1__inner ul li a > span span {
  font-size: 1rem;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #CCC;
  line-height: 2.5em;
  width: 150px;
  background-color: #FFF;
}
@media screen and (max-width:767px) {
.content-news-wrap1__inner ul {
  margin-bottom: 30px;
}
.content-news-wrap1__inner ul li {
  margin-bottom: 10px;
  padding: 0 5px 10px;
  font-size: 1.4rem;
  white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;
}
.content-news-wrap1__inner ul li:first-of-type {
  padding-top: 10px;
}
.content-news-wrap1__inner ul li a > span {
  display: block;
  margin-bottom: 5px;
}
.content-news-wrap1__inner ul li a > span span {
  margin: 0 0 0 10px;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.content-news-wrap1__inner ul li {
  padding: 0 30px 15px;
}
}

/* TOP新着情報読み込み　リスト型　※アイキャッチあり
========================================================= */
.content-news-wrap2 {
  background-color: #FCF0E1;
}
.content-news-wrap2__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.content-news-wrap2__inner ul {
  margin-bottom: 50px;
}
.content-news-wrap2__inner li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.content-news-wrap2__inner ul li:first-of-type {
  padding-top: 15px;
  border-top: 1px solid #707070;
}
.content-news-wrap2__inner__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content-news-wrap2__inner__block figure {
  width: 150px;
}
.content-news-wrap2__inner__block figure img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.content-news-wrap2__inner__block__text {
  width: calc(100% - 170px);
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content-news-wrap2__inner__block__text p > span {
  display: block;
  margin-bottom: 10px;
}
.content-news-wrap2__inner__block__text span span {
  font-size: 1rem;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  line-height: 2.5em;
  width: 130px;
  background-color: #8B7C75;
  color: #FFF;
}
@media screen and (max-width:767px) {
.content-news-wrap2__inner__block {
  display: block;
}
.content-news-wrap2__inner__block figure {
  width: 100%;
  margin-bottom: 15px;
}
.content-news-wrap2__inner__block figure img {
  width: 100%;
  height: 280px;
}
.content-news-wrap2__inner__block__text {
  width: 100%;
  margin-left: 0;
  display: block;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* TOP新着情報読み込み　2カラムブロック型　※アイキャッチあり
========================================================= */
.content-news-wrap3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-news-wrap3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.content-news-wrap3 ul li {
  width: calc(50% - 50px / 2);
  margin-right: 50px;
}
.content-news-wrap3 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.content-news-wrap3 ul li:last-of-type {
  margin-right: 0;
}
.content-news-wrap3 ul li:nth-of-type(n+3) {
  margin-top: 50px;
}
.content-news-wrap3__block {
  display: flex;
  justify-content: center;
}
.content-news-wrap3__block figure {
  width: 240px;
  margin-right: 30px;
}
.content-news-wrap3__block figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border: 1px solid #CCC;
}
.content-news-wrap3__block__right {
  width: calc(100% - 270px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.content-news-wrap3__block__right h3 {
  line-height: 1.5em;
  white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;
  width: 100%;
  text-align: left;
}
.content-news-wrap3__block__right p {
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.content-news-wrap3__block__right p span {
  border: 1px solid #CCC;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 130px;
  font-size: 1.1rem;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
.content-news-wrap3 ul {
  display: block;
}
.content-news-wrap3 ul li {
  width: 100%;
  margin-right: 0;
}
.content-news-wrap3 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.content-news-wrap3 ul li:last-of-type {
  margin-right: 0;
}
.content-news-wrap3 ul li:nth-of-type(n+2) {
  margin-top: 50px;
}
.content-news-wrap3__block {
  display: block;
}
.content-news-wrap3__block figure {
  width: 100%;
  margin: 0 0 15px 0;
}
.content-news-wrap3__block figure img {
  height: 300px;
}
.content-news-wrap3__block__right {
  width: 100%;
  display: block;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.content-news-wrap3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-news-wrap3 ul {
  display: block;
}
.content-news-wrap3 ul li {
  width: 100%;
  margin-right: 0;
}
.content-news-wrap3 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.content-news-wrap3 ul li:last-of-type {
  margin-right: 0;
}
.content-news-wrap3 ul li:nth-of-type(n+2) {
  margin-top: 50px;
}
.content-news-wrap3__block {
  display: flex;
  justify-content: initial;
}
.content-news-wrap3__block figure {
  margin-right: 20px;
}
}


/* ページ下部2カラムバナー
============================================================================================================ */
.page-bottom-banner-wrap {
  width: 100%;
}
.page-bottom-banner-wrap ul {
  display: flex;
  justify-content: space-between;
}
.page-bottom-banner-wrap ul li {
  width: 50%;
  position: relative;
  background-color: #FFF;
}
.page-bottom-banner-wrap__block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-bottom-banner-wrap__block img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition-duration: 0.3s;
}
.page-bottom-banner-wrap a:hover .page-bottom-banner-wrap__block img {
  transform: scale(1.1);
  transition-duration: 0.8s;
}
.page-bottom-banner-wrap__block p {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 400;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-bottom-banner-wrap__block p span {
  font-size: 1.7rem;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width:767px) {
.page-bottom-banner-wrap {
  width: 100%;
}
.page-bottom-banner-wrap ul {
  display: block;
  justify-content: initial;
}
.page-bottom-banner-wrap ul li {
  width: 100%;
}
.page-bottom-banner-wrap ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.page-bottom-banner-wrap__block img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition-duration: 0.3s;
}
.page-bottom-banner-wrap a:hover .page-bottom-banner-wrap__block img {
  transform: scale(1.1);
  transition-duration: 0.8s;
}
.page-bottom-banner-wrap__block p {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 400;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-bottom-banner-wrap__block p span {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.page-bottom-banner-wrap__block img {
  height: 150px;
}
}

/* 会社案内・店舗案内
============================================================================================================ */
/* 代表者
========================================================= */
/*代表者名*/
.representative-name {
  margin-top: 2em;
  text-align: right;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 400;
}
/*画像入る場合*/
.representative-name img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

/*1カラム*/
.representative-wrap2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #FFF;
}
.representative-wrap2 figure {
  margin-bottom: 30px;
}
.representative-wrap2 figure img {
  width: 100%;
  height: auto;
}
.representative-wrap2 h3 {
  font-size: 2.2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5em;
  border-bottom: 1px dotted #FFF;
  padding-bottom: 10px;
}
@media screen and (max-width:767px) {
.representative-wrap2 figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.representative-wrap2 h3 {
  font-size: 2rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.representative-wrap2 figure {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
}

/*2カラム*/
.representative-wrap1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.representative-wrap1 figure {
  width: 48%;
}
.representative-wrap1 figure img {
  width: 100%;
  height: auto;
}
.representative-wrap1__text {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.representative-wrap1__text h1, .representative-wrap1__text h2, .representative-wrap1__text h3, .representative-wrap1__text h4, .representative-wrap1__text h5, .representative-wrap1__text h6 {
  width: 100%;
}
.representative-wrap1__text h3 {
  font-size: 2.2rem;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5em;
}
@media screen and (max-width:767px) {
.representative-wrap1 {
  display: block;
}
.representative-wrap1 figure {
  width: 100%;
  margin-bottom: 20px;
}
.representative-wrap1 figure img {
  object-fit: cover;
}
.representative-wrap1__text {
  width: 100%;
  display: block;
}
.representative-wrap1__text h3 {
  font-size: 1.9rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* 会社概要
========================================================= */
/*dl表形式　※角丸・背景色*/
.company-outline1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-outline1 dt {
  width: 30%;
  padding: 20px;
  background-color: #333;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.company-outline1 dd {
  width: 70%;
  padding: 20px;
  background-color: #f7f7f7;
  text-align: left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.4rem;
  color: #333;
}
.company-outline1 dt:not(:last-of-type), .company-outline1 dd:not(:last-of-type) {
  margin-bottom: 10px;
}
.company-outline1 dd ul li:not(:first-of-type) {
  margin-top: 1em;
}
.company-outline1 dd ul li {
  position: relative;
  padding-left: 15px;
}
.company-outline1 dd ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
}

.company-outline2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-outline2 dt {
  width: 20%;
  padding: 20px;
  color: #FFF;
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #CCC;
  position: relative;
}
.company-outline2 dt::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 1em;
}
.company-outline2 dd {
  width: 80%;
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
  color: #FFF;
  border-bottom: 1px dashed #CCC;
}
.company-outline2 dd ul li {
  position: relative;
  padding-left: 15px;
}
.company-outline2 dd ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width:767px) {
.company-outline1 {
  display: block;
}
.company-outline1 dt {
  width: 100%;
  padding: 15px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  font-size: 1.4rem;
  display: block;
}
.company-outline1 dd {
  width: 100%;
  padding: 15px;
  text-align: left;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  font-size: 1.4rem;
}
.company-outline1 dt:not(:last-of-type) {
  margin-bottom: 0;
}
.company-outline1 dd ul li:not(:first-of-type) {
  margin-top: 1em;
}

.company-outline2 {
  display: block;
}
.company-outline2 dt {
  width: 100%;
  padding: 10px;
  font-size: 1.4rem;
  display: block;
}
.company-outline2 dd {
  width: 100%;
  padding: 10px;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: none;
}
.company-outline2 dd:not(:last-of-type) {
  margin-bottom: 20px;
}
.company-outline2 dd ul li:not(:first-of-type) {
  margin-top: 0.5em;
}
.company-outline2 dd ul li::before {
  top: 1px;
  left: 0;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* 会社画像
========================================================= */
.company-img-wrap1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.company-img-wrap1 figure {
  width: calc(50% - 20px / 2);
  margin-right: 20px;
}
.company-img-wrap1 figure:nth-of-type(2n) {
  margin-right: 0;
}
.company-img-wrap1 figure:last-of-type {
  margin-right: 0;
}
.company-img-wrap1 figure:nth-of-type(n+3) {
  margin-top: 20px;
}
.company-img-wrap1 figure img {
  width: 100%;
  height: 395px;
  object-fit: cover;
}
@media screen and (max-width:767px) {
.company-img-wrap1 {
  display: block;
}
.company-img-wrap1 figure {
  width: 100%;
  margin-right: 0;
}
.company-img-wrap1 figure:last-of-type {
  margin-right: 0;
}
.company-img-wrap1 figure:nth-of-type(n+2) {
  margin-top: 20px;
}
.company-img-wrap1 figure img {
  height: 280px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* GoogleMap
========================================================= */
.company-map-wrap1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.company-map-wrap1 iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width:767px) {
.company-map-wrap1 iframe {
  height: 300px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* ulリストスタイル
========================================================= */
/*チェックマーク　spanのみボーダー*/
.checkmark-list1 {
  width: 100%;
}
.checkmark-list1 li {
  padding-left: 2em;
  position: relative;
}
.checkmark-list1 li:not(:last-of-type) {
  margin-bottom: 1em;
}
.checkmark-list1 li::before {
  /*丸*/
/*  content: "\f058";*/
  /*四角*/
  content: "\f14a";
  /*チェックのみ*/
/*  content: "\f00c";*/
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #4682B4;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 2rem;
}
.checkmark-list1 li span {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  display: inline-block;
}
@media screen and (max-width:767px) {

}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* dlリストスタイル
========================================================= */
/*表形式1*/
.dl-style1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dl-style1 dt {
  width: 30%;
  padding: 20px;
  background-color: #333;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.dl-style1 dd {
  width: 70%;
  padding: 20px;
  background-color: #FFF;
  text-align: left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.4rem;
  color: #333;
}
.dl-style1 dt:not(:last-of-type), .dl-style1 dd:not(:last-of-type) {
  margin-bottom: 10px;
}
.dl-style1 dd ul li:not(:first-of-type) {
  margin-top: 1em;
}
.dl-style1 dd ul li:not(:first-of-type) {
  margin-top: 1em;
}
.dl-style1 dd ul li {
  position: relative;
  padding-left: 15px;
}
.dl-style1 dd ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
}

/*表形式2　※ボーダーのみ*/
.dl-style2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dl-style2 dt {
  width: 30%;
  padding: 20px;
  color: #333;
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px dashed #999;
}
.dl-style2 dd {
  width: 70%;
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  border-bottom: 1px dashed #999;
}
.dl-style2 dt:not(:last-of-type), .dl-style2 dd:not(:last-of-type) {
  margin-bottom: 10px;
}
.dl-style2 dd ul li:not(:first-of-type) {
  margin-top: 1em;
}
.dl-style2 dd ul li:not(:first-of-type) {
  margin-top: 1em;
}
.dl-style2 dd ul li {
  position: relative;
  padding-left: 15px;
}
.dl-style2 dd ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width:767px) {
.dl-style1 {
  display: block;
}
.dl-style1 dt {
  width: 100%;
  padding: 15px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  font-size: 1.4rem;
  display: block;
}
.dl-style1 dd {
  width: 100%;
  padding: 15px;
  text-align: left;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  font-size: 1.4rem;
}
.dl-style1 dt:not(:last-of-type) {
  margin-bottom: 0;
}
.dl-style1 dd ul li:not(:first-of-type) {
  margin-top: 1em;
}

.dl-style2 {
  display: block;
}
.dl-style2 dt {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  display: block;
}
.dl-style2 dd {
  width: 100%;
  padding: 15px;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: none;
}
.dl-style2 dt:not(:last-of-type) {
  margin-bottom: 0;
}
.dl-style2 dd ul li:not(:first-of-type) {
  margin-top: 1em;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* 感染対策コンテンツ
============================================================================================================ */
.content-infection-control__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.content-infection-control__inner h2 {
  background-color: #F7F3E9;
  padding: 30px 100px;
  outline: 1px solid #FFF;
  outline-offset: -5px;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}
.content-infection-control__inner h2 span {
  display: block;
  border-top: 1px dashed #999;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 10px;
  padding-top: 10px;
  letter-spacing: 0;
}
.content-infection-control__inner__block {
  border-width: 0 2px 2px 2px;
  border-color: #F7F3E9;
  border-style: solid;
  padding: 30px 100px;
}
.content-infection-control__inner__block__img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.content-infection-control__inner__block__img figure {
  width: calc(33.3333333% - 40px / 3);
  margin-right: 20px;
}
.content-infection-control__inner__block__img figure:last-of-type {
  margin-right: 0;
}
.content-infection-control__inner__block__img figure img {
  width: 100%;
  height: auto;
}
.content-infection-control__inner__block__text {
  background-color: #F7F3E9;
  padding: 30px;
}
.content-infection-control__inner__block__text ul {
  display: flex;
  flex-wrap: wrap;
}
.content-infection-control__inner__block__text ul li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 10px;
}
.content-infection-control__inner__block__text ul li {
  width: calc(50% - 40px / 2);
  margin-right: 40px;
}
.content-infection-control__inner__block__text ul li:nth-of-type(2n) {
  margin-right: 0;
}
.content-infection-control__inner__block__text ul li:last-of-type {
  margin-right: 0;
}
.content-infection-control__inner__block__text ul li:nth-of-type(n+3) {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
.content-infection-control__inner h2 {
  padding: 30px;
  font-size: 2rem;
}
.content-infection-control__inner__block {
  padding: 20px;
}
.content-infection-control__inner__block__img {
  display: block;
}
.content-infection-control__inner__block__img figure {
  width: 100%;
  margin-right: 0;
}
.content-infection-control__inner__block__img figure:not(:last-of-type){
  margin-bottom: 15px;
}
.content-infection-control__inner__block__img figure:last-of-type {
  margin-right: 0;
}
.content-infection-control__inner__block__img figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-infection-control__inner__block__text {
  background-color: #F7F3E9;
  padding: 30px;
}
.content-infection-control__inner__block__text ul {
  display: block;
}
.content-infection-control__inner__block__text ul li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 10px;
}
.content-infection-control__inner__block__text ul li {
  width: 100%;
  margin-right: 0;
}
.content-infection-control__inner__block__text ul li:nth-of-type(n+2) {
  margin-top: 20px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.content-infection-control__inner h2 {
  padding: 30px 50px;
  font-size: 2rem;
}
.content-infection-control__inner h2 span {
  font-size: 1.4rem;
}
.content-infection-control__inner__block {
  padding: 30px;
}
}


/* 車系企業のパーツ
============================================================================================================ */
/* タイヤメーカー
========================================================= */
.content-tyre-manufacturer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: url("images/tyre-manufacturer1.jpg") no-repeat center center;
  background-size: cover;
  outline: 1px solid #FFF;
  outline-offset: -15px;
  padding: 100px;
  color: #FFF;
}
.content-tyre-manufacturer__inner ul {
  display: flex;
  flex-wrap: wrap;
}
.content-tyre-manufacturer__inner ul li {
  text-align: center;
  width: calc(33.3333333% - 40px / 3);
  margin-right: 20px;
  font-size: 1.6rem;
  font-weight: 400;
}
.content-tyre-manufacturer__inner ul li:nth-of-type(3n) {
  margin-right: 0;
}
.content-tyre-manufacturer__inner ul li:last-of-type {
  margin-right: 0;
}
.content-tyre-manufacturer__inner ul li:nth-of-type(n+4) {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
.content-tyre-manufacturer__inner {
  padding: 50px;
}
.content-tyre-manufacturer__inner ul li {
  text-align: center;
  width: calc(50% - 20px / 2);
  margin-right: 20px;
  font-size: 1.4rem;
}
.content-tyre-manufacturer__inner ul li:nth-of-type(2n) {
  margin-right: 0;
}
.content-tyre-manufacturer__inner ul li:nth-of-type(3) {
  margin-right: 20px;
}
.content-tyre-manufacturer__inner ul li:nth-of-type(n+3) {
  margin-top: 20px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* タイヤサイズ説明
========================================================= */
.content-tyre-size__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-tyre-size__top {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  border: 2px solid #055FC8;
  padding: 100px;
  background-color: #FFF;
}
.content-tyre-size__top p:not(:first-of-type){
  margin-top: 1.3em;
}
.content-tyre-size__top h3 {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  color: #055FC8;
  margin-bottom: 30px;
}
.content-tyre-size__2col {
  display: flex;
  justify-content: space-between;
}
.content-tyre-size__2col figure {
  width: 40%;
}
.content-tyre-size__2col figure img {
  width: 100%;
  height: auto;
}
.content-tyre-size__2col__right {
  width: 50%;
}
.content-tyre-size__2col__right dl dt {
  color: #055FC8;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
  line-height: 35px;
  font-size: 1.7rem;
}
.content-tyre-size__2col__right dl dt::before {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #055FC8;
  color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.content-tyre-size__2col__right dl dt:first-of-type::before {
  content: "1";
}
.content-tyre-size__2col__right dl dt:nth-of-type(2)::before {
  content: "2";
}
.content-tyre-size__2col__right dl dt:nth-of-type(3)::before {
  content: "3";
}
.content-tyre-size__2col__right dl dt:nth-of-type(4)::before {
  content: "4";
}
.content-tyre-size__2col__right dl dt:nth-of-type(5)::before {
  content: "5";
}
.content-tyre-size__2col__right dl dt:last-of-type::before {
  content: "6";
}
.content-tyre-size__2col__right dl dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  padding-left: 50px;
}
.content-tyre-size__2col__right dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
.content-tyre-size__top {
  padding: 30px 15px;
}
.content-tyre-size__top h3 {
  font-size: 1.8rem;
}
.content-tyre-size__2col {
  display: block;
}
.content-tyre-size__2col figure {
  width: 100%;
  margin-bottom: 30px;
}
.content-tyre-size__2col__right {
  width: 100%;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* タイヤ買い替えタイミング
========================================================= */
.content-tyre-change__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-tyre-change__inner__text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  border: 2px solid #DF9000;
  padding: 100px;
  background-color: #FFF;
}
.content-tyre-change__inner__text p:not(:first-of-type){
  margin-top: 1.3em;
}
.content-tyre-change__inner__text h3 {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  color: #DF9000;
  margin-bottom: 30px;
}
.content-tyre-change__inner__bottom {
  display: flex;
  justify-content: space-between;
}
.content-tyre-change__inner__bottom__block {
  width: 45%;
}
.content-tyre-change__inner__bottom__block h4 {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
.content-tyre-change__inner__bottom__block p:not(:first-of-type) {
  margin-top: 1.3em;
}
@media screen and (max-width:767px) {
.content-tyre-change__inner__text {
  padding: 30px 15px;
}
.content-tyre-change__inner__text h3 {
  font-size: 1.8rem;
}
.content-tyre-change__inner__bottom {
  display: block;
}
.content-tyre-change__inner__bottom__block {
  width: 100%;
}
.content-tyre-change__inner__bottom__block:not(:last-of-type) {
  margin-bottom: 100px;
}
.content-tyre-change__inner__bottom__block h4 {
  font-size: 1.8rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* パーツの画像メニュー
========================================================= */
.content-parts-imgmenu__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content-parts-imgmenu__inner figure {
  width: calc(33.3333333% - 60px / 3);
  margin-right: 30px;
  padding-top: 45px;
  position: relative;
}
.content-parts-imgmenu__inner figure:nth-of-type(3n) {
  margin-right: 0;
}
.content-parts-imgmenu__inner figure:last-of-type {
  margin-right: 0;
}
.content-parts-imgmenu__inner figure:nth-of-type(n+4) {
  margin-top: 50px;
}
.content-parts-imgmenu__inner figure img {
  width: 100%;
  height: auto;
}
.content-parts-imgmenu__inner figcaption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #999;
  display: inline-block;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width:767px) {
.content-parts-imgmenu__inner {
  display: block;
}
.content-parts-imgmenu__inner figure {
  width: 100%;
  margin: 0 0 20px 0;
  padding-top: 40px;
}
.content-parts-imgmenu__inner figure:nth-of-type(n+2) {
  margin-top: 30px;
}
.content-parts-imgmenu__inner figcaption {
  padding-bottom: 5px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* 2カラム整備項目とメンテナンス項目
========================================================= */
.content-maintenance-item__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content-maintenance-item__inner:not(:last-of-type) {
  margin-bottom: 150px;
}
.content-maintenance-item__inner__mente {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.content-maintenance-item__inner__mente__block {
  width: calc(33.3333333% - 40px / 3);
  margin-right: 20px;
  padding: 40px 30px;
  min-height: 240px;
}
.content-maintenance-item__inner__mente__block:nth-of-type(3n) {
  margin-right: 0;
}
.content-maintenance-item__inner__mente__block:last-of-type {
  margin-right: 0;
}
.content-maintenance-item__inner__mente__block:nth-of-type(n+4) {
  margin-top: 20px;
}
.content-maintenance-item__inner__mente__block:nth-of-type(odd) {
  background-color: #EBECEC;
}
.content-maintenance-item__inner__mente__block:nth-of-type(even) {
  background-color: #D2CBCB;
}
.content-maintenance-item__inner__mente__block h3 {
  font-size: 1.7rem;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  text-align: center;
}
.content-maintenance-item__inner__textbox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #333;
  color: #FFF;
  padding: 80px 100px;
}
.content-maintenance-item__inner__textbox h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width:767px) {
.content-maintenance-item__inner:not(:last-of-type) {
  margin-bottom: 150px;
}
.content-maintenance-item__inner__mente {
  display: block;
}
.content-maintenance-item__inner__mente__block {
  width: 100%;
  margin-right: 0;
  padding: 40px 30px;
  min-height: auto;
}
.content-maintenance-item__inner__mente__block:nth-of-type(n+2) {
  margin-top: 20px;
}
.content-maintenance-item__inner__mente__block h3 {
  font-size: 1.6rem;
}
.content-maintenance-item__inner__textbox {
  padding: 50px 30px;
}
.content-maintenance-item__inner__textbox h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* スタッフのスライドコンテンツ
========================================================= */
.content-staff-wrap {
  background: url("images/top_img7.png") no-repeat right bottom;
  background-size: contain;
  border-bottom: 10px solid #333;
}
.content-staff-wrap__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content-staff-wrap__inner__slide {
  width: 50%;
  position: relative;
}
.content-staff-wrap__inner__text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
.content-staff-wrap__inner__text__inner {
  width: 100%;
  max-width: 600px;
}

.staff-slide {
  text-align: center;
}
.staff-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.content-staff-wrap__inner__slide .swiper-container {
  background-image: url("images/staff_slide2b.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.staff-slide .swiper-slide {
  
}

.content-staff-wrap__inner__slide .swiper-slide-active {
  
}
.content-staff-wrap__inner__slide .swiper-slide-prev {
  
}
.content-staff-wrap__inner__slide .swiper-slide-duplicate-next {
  
}

.spacer {
clear: both;
height:0px!important;
font-size:0px;
}
