@charset "UTF-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/
/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
/*reset*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, figure, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
}

#menu-item-1795 {
  display: none;
}

body {
  position: relative;
  font-family: "ヒラギノ角ゴシックPro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 32px;
  color: #3E3E3E;
  background: #F6F3EF;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 30px;
  }
}

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

a {
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
  transition-duration: 0.3s;
}

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

a:focus, *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  a img {
    transition: opacity 0.4s ease;
  }
  a:hover img {
    opacity: 0.8;
  }
}

img {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

table {
  width: 100%;
}

strong, b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .auto_height {
    height: auto !important;
  }
}

.page-id-43 .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

/*--------------------------------------
	icons
--------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url("./libs/icomoon/icomoon.eot");
  src: url("../libs/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("./libs/icomoon/icomoon.ttf") format("truetype"), url("./libs/icomoon/icomoon.woff") format("woff"), url("./libs/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
  content: "\e90b";
}

.icon-blog::before {
  content: "\e900";
}

.icon-category::before {
  content: "\e901";
}

.icon-check::before {
  content: "\e902";
}

.icon-checked::before {
  content: "\e903";
}

.icon-down::before {
  content: "\e904";
}

.icon-facebook::before {
  content: "\e905";
}

.icon-google::before {
  content: "\e906";
}

.icon-line::before {
  content: "\e907";
}

.icon-twitter::before {
  content: "\e908";
}

.icon-arrow02::before {
  content: "\e909";
}

.icon-arrow01::before {
  content: "\e910";
}

.icon-search::before {
  content: "\e911";
}

.icon-tag::before {
  content: "\e912";
}

.icon-checkbox-unchecked::before {
  content: "\ea53";
}

.icon-checkbox-checked::before {
  content: "\ea52";
}

.radio-unchecked::before {
  content: "\ea56";
}

.radio-checked::before {
  content: "\ea54";
}

.radio-checked2::before {
  content: "\ea55";
}

/*--------------------------------------
	shortcuts
--------------------------------------*/
/*margin */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: 700;
}

.dblock {
  display: block;
}

.p10 {
  padding: 10px;
}

/* clear */
.clearfix {
  *zoom: 1;
}

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

.cl {
  clear: both !important;
}

/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

.half {
  display: inline-block;
}

/*Pc/sp change*/
.sp {
  display: none;
}

.mb {
  display: none;
}

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

@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }
  .pcm {
    display: none;
  }
}

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

/*--------------------------------------
	container / wrapper
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}

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

#wrapper {
  height: 100%;
  padding-top: 70px;
  overflow: hidden;
}

.page-id-43 #wrapper {
  padding-top: 0;
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
  #wrapper {
    padding-top: 62px;
  }
  .page-id-43 #wrapper {
    padding-top: 60px;
  }
}

@media (max-width: 370px) {
  .container {
    padding: 0 10px;
  }
}

/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
  display: none !important;
}

.mb {
  display: none;
}

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

@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }
  .pcm {
    display: none;
  }
}

/*--------------------------------------
	text color
--------------------------------------*/
.txt_color {
  color: #0795E4;
}

.txt_link {
  vertical-align: top;
  text-decoration: underline !important;
  font-weight: bold;
  color: #0795E4 !important;
}

.txt_link:hover {
  text-decoration: none !important;
}

.btn_link {
  color: #fff;
  background: #0795E4;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s;
  font-weight: 600;
  box-sizing: border-box;
}

.btn_link a {
  color: #fff;
}

.btn_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
}

.btn_link:hover {
  opacity: 0.7;
}

.btn .btn_link {
  margin: 0 auto;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#header {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.title-top {
  font-size: 12px;
  color: #FFF;
  text-align: right;
  padding: 15px 0;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 20px;
}

.header_main-container {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.header_sub-container {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*--------------------------------------
	logo
--------------------------------------*/
header .header_logo {
  max-width: 300px;
}

header .header_logo img {
  width: 100%;
  max-width: 100%;
}

/*--------------------------------------
	nav
--------------------------------------*/
/* gnav */
#header .header_menu .g_nav {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}

#header .header_menu .g_nav nav {
  display: flex;
  width: 230px;
}

#header .header_menu .g_nav .dis-flex-pc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header .header_menu .g_nav .dis-flex-pc li {
  margin-right: 35px;
  position: relative;
  padding: 10px 0;
}

#header .header_menu .g_nav .dis-flex-pc li a, #header .header_menu .g_nav .dis-flex-pc li span {
  display: block;
  line-height: 25px;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  transition-duration: 0.3s;
  position: relative;
  flex-wrap: wrap;
  text-align: center;
}

#header .header_menu .g_nav .dis-flex-pc li a:hover, #header .header_menu .g_nav .dis-flex-pc li span:hover {
  opacity: 0.7;
}

#header .header_menu .g_nav .dis-flex-pc li a i, #header .header_menu .g_nav .dis-flex-pc li span i {
  font-style: normal !important;
  display: block;
  font-size: 11px;
  color: #B79471;
  font-weight: 500;
}

#header .header_menu .g_nav .dis-flex-pc li dl {
  display: none;
  transition: all 0.3s ease;
  z-index: -1;
  font-size: 16px;
  position: absolute;
  top: 66px;
  left: -117px;
  visibility: hidden;
  background: rgba(246, 243, 239, 0.95);
  width: 300px;
  box-sizing: border-box;
  padding: 8px 35px 20px;
}

#header .header_menu .g_nav .dis-flex-pc li dl::before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid rgba(246, 243, 239, 0.95);
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -15px;
}

#header .header_menu .g_nav .dis-flex-pc li dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#header .header_menu .g_nav .dis-flex-pc li dl dd a {
  width: 105px;
  font-size: 16px;
  padding: 10px 0 3px;
  border-bottom: 1px solid #C9AF94;
  text-align: left;
  line-height: 24p;
}

#header .header_menu .g_nav .dis-flex-pc li dl dd a:hover {
  color: #F85F00;
  opacity: 1;
}

@media screen and (max-width: 1319px) and (min-width: 768px) {
  #header .header_menu .g_nav nav {
    display: flex;
    height: 84px;
  }
  #header .header_menu .g_nav nav a {
    display: flex;
    align-items: center;
  }
  #header .header_menu .g_nav nav a:nth-child(1) {
    background: #FF7107;
  }
  #header .header_menu .g_nav nav a:nth-child(2) {
    background: #FF8930;
  }
  #header .header_menu .g_nav nav a:nth-child(3) {
    background: #FF9E55;
  }
  #header .header_menu .g_nav .dis-flex-pc {
    padding-top: 10px;
  }
  #header .header_menu .g_nav .dis-flex-pc li {
    margin-right: 15px;
    position: relative;
    padding: 10px 0;
  }
  #header .header_menu .g_nav .dis-flex-pc li a, #header .header_menu .g_nav .dis-flex-pc li span {
    display: block;
    line-height: 25px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    transition-duration: 0.3s;
    position: relative;
    flex-wrap: wrap;
    text-align: center;
  }
  #header .header_menu .g_nav .dis-flex-pc li a:hover, #header .header_menu .g_nav .dis-flex-pc li span:hover {
    opacity: 0.7;
  }
  #header .header_menu .g_nav .dis-flex-pc li a i, #header .header_menu .g_nav .dis-flex-pc li span i {
    font-style: normal !important;
    display: block;
    font-size: 10px;
    color: #B79471;
    font-weight: 500;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl {
    display: none;
    transition: all 0.3s ease;
    z-index: -1;
    font-size: 16px;
    position: absolute;
    top: 66px;
    left: -117px;
    visibility: hidden;
    background: rgba(246, 243, 239, 0.95);
    width: 300px;
    box-sizing: border-box;
    padding: 8px 35px 20px;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl::before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid rgba(246, 243, 239, 0.95);
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl dd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl dd a {
    width: 105px;
    font-size: 16px;
    padding: 10px 0 3px;
    border-bottom: 1px solid #C9AF94;
    text-align: left;
    line-height: 24p;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl dd a:hover {
    color: #F85F00;
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #header .header_menu .g_nav nav {
    position: absolute;
    top: 84px;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  #header .header_menu .g_nav li span:hover {
    position: relative;
  }
  #header .header_menu .g_nav li:hover dl {
    opacity: 1;
    z-index: 99;
    visibility: visible;
    display: block;
  }
  #header .header_menu .g_nav li dl:hover {
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #header .header_menu .g_nav {
    padding-bottom: 0;
  }
  #header .header_menu .g_nav .contact-top {
    background: url(./img/bg_nav_sp.jpg) no-repeat top center/cover;
    padding: 30px 30px 65vw;
    color: #FFF;
  }
  #header .header_menu .g_nav .contact-top .ttl {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 40px;
  }
  #header .header_menu .g_nav .contact-top .ttl span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
  }
  #header .header_menu .g_nav .contact-top .txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #header .header_menu .g_nav nav {
    display: block;
    width: 100%;
  }
  #header .header_menu .g_nav nav a {
    display: block;
    margin-bottom: 2px;
  }
  #header .header_menu .g_nav .dis-flex-pc {
    display: block;
    margin: 0 30px 40px;
  }
  #header .header_menu .g_nav .dis-flex-pc li {
    margin-right: 0;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #D1D1D1;
  }
  #header .header_menu .g_nav .dis-flex-pc li a, #header .header_menu .g_nav .dis-flex-pc li span {
    display: block;
    line-height: 25px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    transition-duration: 0.3s;
    position: relative;
    flex-wrap: wrap;
    text-align: left;
    padding: 10px 0;
    background: url(./img/arr_list.png) no-repeat center right;
    background-size: 20px auto;
  }
  #header .header_menu .g_nav .dis-flex-pc li a:hover, #header .header_menu .g_nav .dis-flex-pc li span:hover {
    opacity: 0.7;
  }
  #header .header_menu .g_nav .dis-flex-pc li a i, #header .header_menu .g_nav .dis-flex-pc li span i {
    display: none;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl {
    display: none;
    transition: all 0.3s ease;
    z-index: -1;
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0;
    visibility: hidden;
    background: rgba(246, 243, 239, 0.95);
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl::before {
    display: none;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl dd {
    display: block;
    padding: 15px 30px;
    background: #FFF;
    margin-top: 10px;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl dd a {
    width: 100%;
    font-size: 16px;
    padding: 5px 0 5px;
    border-bottom: none;
    text-align: left;
    line-height: 24px;
    background: none;
    background: url(./img/arr_lk.png) no-repeat center right;
    background-size: 7px auto;
    color: #F85F00;
  }
  #header .header_menu .g_nav .dis-flex-pc li dl dd a:hover {
    color: #F85F00;
    opacity: 1;
  }
  #header .header_menu .g_nav .dis-flex-pc li.hover dl {
    display: block;
    z-index: 88;
    visibility: visible;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*--------------------------------------
	conversion section
--------------------------------------*/
.conversion {
  padding: 64px 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.conversion:before {
  content: '';
  background: rgba(13, 23, 47, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.conversion .top-ttl {
  color: #fff;
}

.conversion .contact-js {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  line-height: 0;
}

.conversion .contact-js .slick-list,
.conversion .contact-js .slick-track,
.conversion .contact-js .slick-slide,
.conversion .contact-js .slick-slide div,
.conversion .contact-js .slick-slide div p {
  height: 100%;
}

.conversion .contact-js .slick-slide div p img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50%;
}

.conversion .txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin: 48px 0;
}

.conversion_list {
  display: flex;
  justify-content: center;
}

.conversion_list li {
  max-width: 380px;
  width: 48%;
}

.conversion_list li + li {
  margin-left: 48px;
}

.conversion .time {
  text-align: center;
  margin-top: 48px;
  letter-spacing: 0.16em;
  font-weight: 500;
}

.conversion .time .showsp {
  display: none;
}

@media screen and (max-width: 980px) {
  .conversion_list li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .conversion {
    padding: 45px 0;
  }
  .conversion .txt {
    font-size: 15px;
    letter-spacing: 0;
    margin: 35px 0;
  }
  .conversion_list {
    display: block;
  }
  .conversion_list li {
    max-width: none;
    width: 100%;
  }
  .conversion_list li + li {
    margin: 32px 0 0;
  }
  .conversion .time {
    margin-top: 30px;
    letter-spacing: 0;
  }
  .conversion .time .hidesp {
    display: none;
  }
  .conversion .time .showsp {
    display: inline-block;
  }
}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor img {
  width: auto !important;
}

.elementor-image-box-wrapper {
  display: block !important;
}

.elementor-widget-image-box .elementor-image-box-content {
  text-align: left !important;
}

.elementor-image-box-title {
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  background: #3dc2b7;
}

.elementor-image-box-img {
  float: right;
  display: block !important;
  width: 30% !important;
  margin: 0 0 10px 20px !important;
  text-align: center;
  text-align: right;
}

.img_l .elementor-image-box-img {
  float: left;
  margin: 0 20px 10px 0 !important;
}

.auto_width .elementor-image-box-img {
  width: auto !important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
  display: inline-block !important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
  opacity: 0.8 !important;
}

.elementor-slideshow_header {
  width: calc(100% - 50px) !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.elementor-text-editor ul {
  list-style: inside;
}

@media screen and (max-width: 767px) {
  .elementor-image-box-img,
  .img_l .elementor-image-box-img {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px !important;
    text-align: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .conversion .conversion_title span:before,
  .conversion .conversion_title span:after {
    top: 5px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .conversion .conversion_title span:before,
  .conversion .conversion_title span:after {
    top: 5px;
  }
}

.b_11 {
  margin: 0 0 2em;
}

.b_11_in {
  margin: 0 0 1em;
}

.b_11_in:last-child {
  margin: 0;
}

.b_11 .b_11_in div {
  margin: 0 0 .3em;
}

.b_11 .b_11_in span img {
  display: block;
  float: left;
  width: 30%;
  margin: 0 .5em .5em 0;
}

.b_11 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.b_11.b_11_column2 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11.b_11_column2 div.column_l {
  display: table-cell;
  width: auto;
  padding-right: 5px;
  vertical-align: top;
}

.b_11.b_11_column2 div.column_r {
  display: table-cell;
  width: auto;
  padding-left: 5px;
  vertical-align: top;
}

.b_11.b_11_column2 div.column_l div, .b_11.b_11_column2 div.column_r div {
  margin: 0 0 .3em;
}

.b_11.b_11_column2 div.column_l span img, .b_11.b_11_column2 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
}

.b_11.b_11_column3 {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l, .b_11.b_11_column3 div.column_r {
  display: table-cell;
  width: 32%;
  vertical-align: top;
}

.b_11.b_11_column3 div.column_blank {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.b_11.b_11_column3 div.column_c div, .b_11.b_11_column3 div.column_l div, .b_11.b_11_column3 div.column_r div {
  margin: 0 0 .3em;
}

.b_11.b_11_column3 div.column_c span img, .b_11.b_11_column3 div.column_l span img, .b_11.b_11_column3 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
}

.b_11.b_11_column3 div.column_c span p, .b_11.b_11_column3 div.column_l span p, .b_11.b_11_column3 div.column_r span p {
  line-height: normal;
}

@media screen and (max-width: 600px) {
  .b_11_img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 .5em;
    line-height: 1px;
  }
  .b_11.b_11_column2 {
    display: block;
    width: 100%;
  }
  .b_11.b_11_column2 div.column_l {
    display: block;
    width: auto;
    margin: 0 0 1em;
    padding-right: 0;
  }
  .b_11.b_11_column2 div.column_r {
    display: block;
    width: auto;
    padding-left: 0;
  }
  .b_11.b_11_column3, .b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l, .b_11.b_11_column3 div.column_r {
    display: block;
    width: 100%;
  }
  .b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l {
    margin: 0 0 1em;
  }
  .b_11.b_11_column3 div.column_blank {
    display: none;
    width: auto;
  }
}

.b_11_2 {
  margin: 0 0 2em;
}

.b_11_2_in {
  margin: 0 0 1em;
}

.b_11_2_in:last-child {
  margin: 0;
}

.b_11_2_in div {
  margin: 0 0 .3em;
}

.b_11_2_in span img {
  display: block;
  float: left;
  width: 30%;
  margin: 0 .5em .5em 0;
  line-height: 1px;
}

.b_11_2 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.b_11_2.b_11_2_column2 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11_2.b_11_2_column2 div.column_l {
  display: table-cell;
  width: auto;
  padding-right: 5px;
  vertical-align: top;
}

.b_11_2.b_11_2_column2 div.column_r {
  display: table-cell;
  width: auto;
  padding-left: 5px;
  vertical-align: top;
}

.b_11_2.b_11_2_column2 div.column_l div, .b_11_2.b_11_2_column2 div.column_r div {
  margin: 0 0 .3em;
}

.b_11_2.b_11_2_column2 div.column_l span img, .b_11_2.b_11_2_column2 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
  line-height: 1px;
}

.b_11_2.b_11_2_column3 {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
  display: table-cell;
  width: 32%;
  vertical-align: top;
}

.b_11_2.b_11_2_column3 div.column_blank {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.b_11_2.b_11_2_column3 div.column_c div, .b_11_2.b_11_2_column3 div.column_l div, .b_11_2.b_11_2_column3 div.column_r div {
  margin: 0 0 .3em;
}

.b_11_2.b_11_2_column3 div.column_c span img, .b_11_2.b_11_2_column3 div.column_l span img, .b_11_2.b_11_2_column3 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
  line-height: 1px;
}

@media screen and (max-width: 600px) {
  .b_11_2_img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 .5em;
    line-height: 1px;
  }
  .b_11_2.b_11_2_column2 {
    display: block;
    width: 100%;
  }
  .b_11_2.b_11_2_column2 div.column_l {
    display: block;
    width: auto;
    margin: 0 0 1em;
    padding-right: 0;
  }
  .b_11_2.b_11_2_column2 div.column_r {
    display: block;
    width: auto;
    padding-left: 0;
  }
  .b_11_2.b_11_2_column3, .b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
    display: block;
    width: 100%;
  }
  .b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l {
    margin: 0 0 1em;
  }
  .b_11_2.b_11_2_column3 div.column_blank {
    display: none;
    width: auto;
  }
}

.b_11_3 {
  margin: 0 0 2em;
}

.b_11_3_in {
  margin: 0 0 1em;
}

.b_11_3_in:last-child {
  margin: 0;
}

.b_11_3_in div {
  margin: 0 0 .3em;
}

.b_11_3_in span {
  display: block;
  float: left;
  width: 30%;
  margin: 0 .5em .5em 0;
  line-height: 1px;
}

.b_11_3 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.b_11_3.b_11_3_column2 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11_3.b_11_3_column2 div.column_l {
  display: table-cell;
  width: auto;
  padding-right: 5px;
  vertical-align: top;
}

.b_11_3.b_11_3_column2 div.column_r {
  display: table-cell;
  width: auto;
  padding-left: 5px;
  vertical-align: top;
}

.b_11_3.b_11_3_column2 div.column_l div, .b_11_3.b_11_3_column2 div.column_r div {
  margin: 0 0 .3em;
}

.b_11_3.b_11_3_column2 div.column_l span img, .b_11_3.b_11_3_column2 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
  line-height: 1px;
}

.b_11_3.b_11_3_column3 {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11_3.b_11_3_column3 div.column_c, .b_11_3.b_11_3_column3 div.column_l, .b_11_3.b_11_3_column3 div.column_r {
  display: table-cell;
  width: 32%;
  vertical-align: top;
}

.b_11_3.b_11_3_column3 div.column_blank {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.b_11_3.b_11_3_column3 div.column_c div, .b_11_3.b_11_3_column3 div.column_l div, .b_11_3.b_11_3_column3 div.column_r div {
  margin: 0 0 .3em;
}

.b_11_3.b_11_3_column3 div.column_c span img, .b_11_3.b_11_3_column3 div.column_l span img, .b_11_3.b_11_3_column3 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
  line-height: 1px;
}

@media screen and (max-width: 600px) {
  .b_11_3_img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 .5em;
    line-height: 1px;
  }
  .b_11_3.b_11_3_column2 {
    display: block;
    width: 100%;
  }
  .b_11_3.b_11_3_column2 div.column_l {
    display: block;
    width: auto;
    margin: 0 0 1em;
    padding-right: 0;
  }
  .b_11_3.b_11_3_column2 div.column_r {
    display: block;
    width: auto;
    padding-left: 0;
  }
  .b_11_3.b_11_3_column3, .b_11_3.b_11_3_column3 div.column_c, .b_11_3.b_11_3_column3 div.column_l, .b_11_3.b_11_3_column3 div.column_r {
    display: block;
    width: 100%;
  }
  .b_11_3.b_11_3_column3 div.column_blank {
    display: none;
    width: auto;
  }
}

.ai_bnr_wrapper {
  cursor: pointer;
  position: fixed;
  width: 40%;
  max-width: 400px;
  text-align: right;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: block;
}

.ai_popup_wrapper {
  text-align: center;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #000;
  display: none;
}

.window {
  display: none;
  z-index: 99999;
  background: #FF7F80;
}

.ai_popup {
  max-width: 400px;
  min-height: 460px;
  padding: 35px;
  padding-top: 22px;
  padding-bottom: 31px;
}

.ai_popup {
  font-weight: 600;
  text-align: center;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.window p {
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.7;
}

.popup_title2 {
  font-size: 20px !important;
}

.windowp2 {
  font-size: 20px !important;
}

.ai_popup_content li {
  background-color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 24px;
  max-height: 50px;
  position: relative;
  border-radius: 5px;
}

.ai_popup_content li {
  font-size: 19px;
}

.ai_popup_content li:last-child {
  margin-bottom: 0px;
}

.ai_popup_content li a {
  display: flex;
}

.popup_icon_img {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 18px;
  max-width: 36px;
  max-height: 36px;
  margin-right: 20px;
}

.popup_arrow_img {
  margin-top: 5%;
  right: 17px;
  width: 3% !important;
  position: absolute;
}

.ai_popup_content li p {
  font-size: 19px;
  color: #000000;
  margin-top: 2.5%;
  /* font-weight: 500; */
  margin-bottom: 6%;
}

/* .ai_popup_content li p:after{
	content:"";
	width:4px;
	height:7px;
font-w
	background-image:url("");
} */
.popup_underline {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
  border: 1px solid #FFFFFF;
}

.topbnr1 {
  cursor: pointer;
  position: fixed;
  width: 40%;
  max-width: 400px;
  text-align: right;
  right: 0;
  z-index: 1000;
  border: none;
  bottom: 106px;
}

.ai_bnr_wrapper img, #open-chatbot img {
  max-width: 100%;
}

.popup_arrow_img {
  margin-top: 5%;
  right: 17px;
  width: 3%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .popup_arrow_img {
    width: 3%;
    height: 30%;
    margin-right: 5px;
    margin-left: 16px;
    margin-top: 6%;
  }
  .ai_bnr_wrapper {
    text-align: left;
    max-width: unset;
    width: 100%;
    right: -50%;
  }
  .topbnr1 {
    width: 100%;
    max-width: unset;
    cursor: pointer;
    text-align: right;
    padding: 0;
    position: unset;
    border: none;
    background: none;
  }
  .sp.ai_bnr {
    position: fixed;
    right: 0;
    width: 50%;
    bottom: 0;
  }
  .popup_title2 {
    font-size: 16px !important;
  }
  .ai_bnr_wrapper img {
    width: 50%;
  }
  .popup_icon_img {
    max-height: 32px;
    max-width: 32px;
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: 7px;
  }
  .ai_popup_content li p {
    font-size: 18px;
    margin-top: 11px;
  }
  .ai_popup_content li {
    margin-bottom: 21px;
  }
  .window p {
    font-size: 25px;
  }
  .windowp2 {
    font-size: 18px !important;
  }
  .ai_popup_content li {
    font-size: 15px;
  }
  .ai_popup {
    min-width: 305px;
    max-width: 305px;
    min-height: 400px;
    padding: 31px;
    padding-top: 19px;
    padding-bottom: 41px;
  }
}

@media screen and (min-width: 767px) {
  .ai_bnr {
    border: none;
    background: none;
    margin: 0;
    bottom: 339px;
    padding: 0;
    position: fixed;
    right: 0;
  }
  .ai_bnr img {
    max-width: 48px;
  }
  .topbnr1 {
    border: none;
    background: none;
    margin: 0;
    max-width: 48px;
    bottom: 80px;
    padding: 0;
  }
}


@media screen and (max-width: 389px) {
  .ai_popup {
    min-width: 300px;
    max-width: 300px;
    min-height: 400px;
    padding: 31px;
    padding-top: 19px;
    padding-bottom: 41px;
  }
}

.close {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  width: 12%;
}
