@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/NotoSansCJKjp-Light.eot");
  src: url("/assets/font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("/assets/font/NotoSansCJKjp-Light.woff") format("woff"), url("/assets/font/NotoSansCJKjp-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/NotoSansCJKjp-Medium.eot");
  src: url("/assets/font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/font/NotoSansCJKjp-Medium.woff") format("woff"), url("/assets/font/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/NotoSansCJKjp-Bold.eot");
  src: url("/assets/font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets/font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.fw500 {
	font-weight: 500;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html, body {
  height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', Verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-decoration: none;
}
a img {
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  max-width: 100%;
  padding: 9px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  border: 0;
  -moz-appearance: button;
  -webkit-appearance: button;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid  #000;
  width: 60%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  vertical-align: middle;
}

h1 {
  font-weight: bold;
}

strong {
  font-weight: 700;
}

::-moz-selection {
  background: #cdcdcd;
}

::selection {
  background: #cdcdcd;
}

a:hover {
  text-decoration: underline;
}

section {
  margin-bottom: 30px;
}

small {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}

img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.wrapper {
  height: auto;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}

body {
  text-align: center;
  color: #4c4c4c;
  background: #fafafa;
  min-width: 980px;
}

main {
  font-size: 18px;
  font-size: 1.8rem;
}

.inner, .fv, .section1 .section1-point8 .section1-point8__title, .section1 .section1-point8 .access ul, .section-voice .voice-title, .section-voice .voice-box-msg {
  width: 980px;
  min-width: 980px;
  margin: 0 auto;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 500;
  -moz-transition: all 50ms ease-in;
  -o-transition: all 50ms ease-in;
  -webkit-transition: all 50ms ease-in;
  transition: all 50ms ease-in;
}
.header.header--hide {
  top: -64px;
}
.header.header--fixed {
  position: fixed;
  top: 0;
  background: white;
}
.header.header--fixed .inner, .header.header--fixed .fv, .header.header--fixed .section1 .section1-point8 .section1-point8__title, .section1 .section1-point8 .header.header--fixed .section1-point8__title, .header.header--fixed .section1 .section1-point8 .access ul, .section1 .section1-point8 .access .header.header--fixed ul, .header.header--fixed .section-voice .voice-title, .section-voice .header.header--fixed .voice-title, .header.header--fixed .section-voice .voice-box-msg, .section-voice .header.header--fixed .voice-box-msg {
  height: 64px;
  padding-top: 9px;
}
.header.header--fixed .header__tel {
  display: block;
}
.header .inner, .header .fv, .header .section1 .section1-point8 .section1-point8__title, .section1 .section1-point8 .header .section1-point8__title, .header .section1 .section1-point8 .access ul, .section1 .section1-point8 .access .header ul, .header .section-voice .voice-title, .section-voice .header .voice-title, .header .section-voice .voice-box-msg, .section-voice .header .voice-box-msg {
  height: 88px;
  overflow: hidden;
  z-index: 1;
  padding-top: 20px;
}
.header .header__logo {
  float: left;
  width: 190.5px;
}
.header .header__tel {
	position: relative;
  float: right;
  width: 450px;
}
.header .header__tel_txt {
	position: absolute;
    top: 1px;
    left: 153px;
    font-size: 32px;
	font-weight: 600;
    letter-spacing: -0.06em;
    color: #000;
} 

.side-fixed {
  position: fixed;
  right: 0;
  width: 51px;
  height: 520px;
  top: 50%;
  margin-top: -260px;
  z-index: 5000;
}
.side-fixed .sidenav-btn--header {
  height: 51px;
  text-align: right;
  margin-bottom: 1px;
}
.side-fixed .sidenav-btn--header a:hover img {
  opacity: 1;
}
.side-fixed .sidenav-btn--header .sidenav-btn--open {
  background: url(../img/pc/pointnav_menu.png) no-repeat 0 0;
  display: block;
  height: 51px;
  background-size: 51px;
  width: 51px;
  position: relative;
  right: 0;
}
.side-fixed .sidenav-btn--header .js-btn-open img {
  display: none;
}
.side-fixed .sidenav-btn--header img {
  max-height: 100%;
}
.side-fixed li a {
  margin-bottom: 1px;
  height: 51px;
  -moz-transition: all, 400ms, ease-in;
  -o-transition: all, 400ms, ease-in;
  -webkit-transition: all, 400ms, ease-in;
  transition: all, 400ms, ease-in;
}
.side-fixed .sidenav-wrap a {
  position: relative;
  right: 0;
  width: 269px;
  display: block;
  height: 51px;
  text-decoration: none;
  color: #4c737b;
  text-align: left;
}
.side-fixed .sidenav-wrap a > div {
  position: relative;
  right: 0;
  -moz-transition: all 290ms ease-in;
  -o-transition: all 290ms ease-in;
  -webkit-transition: all 290ms ease-in;
  transition: all 290ms ease-in;
}
.side-fixed .sidenav-wrap a span {
  position: relative;
  right: 0;
  top: -39px;
  width: 269px;
  /* text-decoration: none !important; */
  font-size: 13px;
  padding-left: 63px;
  display: block;
  line-height: 1.2;
  font-weight: bold;
}
.side-fixed .sidenav-wrap a > div:hover {
  right: 194px;
}
.side-fixed .sidenav-btn.sidenav--current a > div {
  right: 194px;
}

.fv-wrap {
  background: #ededeb;
  padding-top: 21px;
}

.fv {
  height: 390px;
  overflow: hidden;
  position: relative;
}
.fv .handbook-banner {
  position: absolute;
  right: 0px;
  top: 80px;
  width: 290px;
}
.fv .handbook-banner:hover img {
  opacity: .8;
}
.fv .fv-txt1 {
  position: absolute;
  top: 92px;
  left: 160px;
  font-weight: lighter;
  color: #671d1d;
  font-weight: bold;
  z-index: 1;
}
.fv .fv-txt2 {
  position: absolute;
  top: 144px;
  left: 136px;
  font-weight: lighter;
  color: #671d1d;
  font-size: 17px;
  font-weight: bold;
  z-index: 1;
}

.section1 {
  background: #a9e2ec;
  margin-bottom: 0;
}
.section1 .grad {
  border-top: 1px solid #ffbc00;
  background: #ffea00;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWEwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffea00), color-stop(100%, #ffc600));
  background-image: -moz-linear-gradient(#ffea00, #ffc600);
  background-image: -webkit-linear-gradient(#ffea00, #ffc600);
  background-image: linear-gradient(#ffea00, #ffc600);
}
.section1 .section1-title {
  margin-top: -58px;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
.section1 .section1-title_tel_txt {
	font-size: 43px !important;
  top: 58px !important;
  letter-spacing: -0.04em !important;
	font-weight: 600 !important;
  width: auto !important;
  text-align: center;
  right: 150px !important;
  color: #fff !important;
}

@media screen and (max-width: 980px) {
	.section1 .section1-title_tel_txt {
		/*left: 190px;*/
	}
}
.section1 .section1-title_tel_txt::before {
	background: none !important;
}

.section1 .section1-firstbox {
  position: relative;
  padding-bottom: 44px;
}
/*.section1 .section1-firstbox:before, */
.section1 .section1-point1 > .inner:first-child:before, .section1 .section1-point2 > .inner:first-child:before, .section1 .section1-point3 > .inner:first-child:before, .section1 .section1-point4 > .inner:first-child:before, .section1 .section1-point6 > .inner:first-child:before, .section1 .section1-point8 > .inner:first-child:before, .section1 .section-voice > .inner:first-child:before, .section1 .section1-point1 > .fv:first-child:before, .section1 .section1-point2 > .fv:first-child:before, .section1 .section1-point3 > .fv:first-child:before, .section1 .section1-point4 > .fv:first-child:before, .section1 .section1-point6 > .fv:first-child:before, .section1 .section1-point8 > .fv:first-child:before, .section1 .section-voice > .fv:first-child:before, .section1 .section1-point8 .section1-point1 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section1-point2 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section1-point3 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section1-point4 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section1-point6 > .section1-point8__title:first-child:before, .section1 .section1-point8 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section-voice > .section1-point8__title:first-child:before, .section1 .section1-point8 .access .section1-point1 > ul:first-child:before, .section1 .section1-point8 .access .section1-point2 > ul:first-child:before, .section1 .section1-point8 .access .section1-point3 > ul:first-child:before, .section1 .section1-point8 .access .section1-point4 > ul:first-child:before, .section1 .section1-point8 .access .section1-point6 > ul:first-child:before, .section1 .section1-point8 .access .section1-point8 > ul:first-child:before, .section1 .section1-point8 .access .section-voice > ul:first-child:before, .section1 .section-voice .section1-point1 > .voice-title:first-child:before, .section-voice .section1 .section1-point1 > .voice-title:first-child:before, .section1 .section-voice .section1-point2 > .voice-title:first-child:before, .section-voice .section1 .section1-point2 > .voice-title:first-child:before, .section1 .section-voice .section1-point3 > .voice-title:first-child:before, .section-voice .section1 .section1-point3 > .voice-title:first-child:before, .section1 .section-voice .section1-point4 > .voice-title:first-child:before, .section-voice .section1 .section1-point4 > .voice-title:first-child:before, .section1 .section-voice .section1-point6 > .voice-title:first-child:before, .section-voice .section1 .section1-point6 > .voice-title:first-child:before, .section1 .section-voice .section1-point8 > .voice-title:first-child:before, .section-voice .section1 .section1-point8 > .voice-title:first-child:before, .section1 .section-voice > .voice-title:first-child:before, .section1 .section-voice .section1-point1 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point1 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point2 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point2 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point3 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point3 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point4 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point4 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point6 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point6 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point8 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point8 > .voice-box-msg:first-child:before, .section1 .section-voice > .voice-box-msg:first-child:before, .section1 .section1-point1 .section1-point1-inquiry:before, .section1 .section1-point2 .section1-point1-inquiry:before, .section1 .section1-point3 .section1-point1-inquiry:before, .section1 .section1-point4 .section1-point1-inquiry:before, .section1 .section1-point6 .section1-point1-inquiry:before, .section1 .section1-point8 .section1-point1-inquiry:before, .section1 .section-voice .section1-point1-inquiry:before, .section1 .section1-point4 .section1-point4-poster + .inner:before, .section1 .section1-point4 .section1-point4-poster + .fv:before, .section1 .section1-point4 .section1-point8 .section1-point4-poster + .section1-point8__title:before, .section1 .section1-point8 .section1-point4 .section1-point4-poster + .section1-point8__title:before, .section1 .section1-point4 .section1-point8 .access .section1-point4-poster + ul:before, .section1 .section1-point8 .access .section1-point4 .section1-point4-poster + ul:before, .section1 .section1-point4 .section-voice .section1-point4-poster + .voice-title:before, .section-voice .section1 .section1-point4 .section1-point4-poster + .voice-title:before, .section1 .section1-point4 .section-voice .section1-point4-poster + .voice-box-msg:before, .section-voice .section1 .section1-point4 .section1-point4-poster + .voice-box-msg:before, .section1 .section-voice:before, .section1 .last-inquiry:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -38px;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 38px 0 38px;
  border-color: #ffc600 transparent transparent transparent;
  z-index: 100;
}
.section1 .section1-firstbox .section1-firstbox__title > span {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 4rem;
  letter-spacing: -1px;
  width: 720px;
  color: #671d1d;
  font-weight: bold;
  z-index: 1;
}
.section1 .section1-firstbox .section1-firstbox__title > span:before {
  content: '';
  position: absolute;
  bottom: -1px;
  background: #eaff00;
  height: 8px;
  width: 94.3%;
  z-index: -1;
}
/*
.section1 .section1-firstbox__ele {
  width: 504.5px;
  position: absolute;
  bottom: 46px;
  right: 54px;
}
.section1 .section1-firstbox__ele span {
  position: absolute;
  left: 100px;
  top: 22px;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 3px;
}
*/
.section1 .section1-point1, .section1 .section1-point2, .section1 .section1-point3, .section1 .section1-point4, .section1 .section1-point6, .section1 .section1-point8, .section1 .section-voice {
  background: #fafafa;
  padding: 60px 0 0;
  margin-bottom: 0;
}
.section1 .section1-point1 .inner, .section1 .section1-point2 .inner, .section1 .section1-point3 .inner, .section1 .section1-point4 .inner, .section1 .section1-point6 .inner, .section1 .section1-point8 .inner, .section1 .section-voice .inner, .section1 .section1-point1 .fv, .section1 .section1-point2 .fv, .section1 .section1-point3 .fv, .section1 .section1-point4 .fv, .section1 .section1-point6 .fv, .section1 .section1-point8 .fv, .section1 .section-voice .fv, .section1 .section1-point8 .section1-point8__title, .section1 .section1-point8 .access ul, .section-voice .section1 .section1-point1 .voice-title, .section-voice .section1 .section1-point2 .voice-title, .section-voice .section1 .section1-point3 .voice-title, .section-voice .section1 .section1-point4 .voice-title, .section-voice .section1 .section1-point6 .voice-title, .section-voice .section1 .section1-point8 .voice-title, .section1 .section-voice .voice-title, .section-voice .section1 .section1-point1 .voice-box-msg, .section-voice .section1 .section1-point2 .voice-box-msg, .section-voice .section1 .section1-point3 .voice-box-msg, .section-voice .section1 .section1-point4 .voice-box-msg, .section-voice .section1 .section1-point6 .voice-box-msg, .section-voice .section1 .section1-point8 .voice-box-msg, .section1 .section-voice .voice-box-msg {
  position: relative;
}
.section1 .section1-point1 > .inner:first-child:before, .section1 .section1-point2 > .inner:first-child:before, .section1 .section1-point3 > .inner:first-child:before, .section1 .section1-point4 > .inner:first-child:before, .section1 .section1-point6 > .inner:first-child:before, .section1 .section1-point8 > .inner:first-child:before, .section1 .section-voice > .inner:first-child:before, .section1 .section1-point1 > .fv:first-child:before, .section1 .section1-point2 > .fv:first-child:before, .section1 .section1-point3 > .fv:first-child:before, .section1 .section1-point4 > .fv:first-child:before, .section1 .section1-point6 > .fv:first-child:before, .section1 .section1-point8 > .fv:first-child:before, .section1 .section-voice > .fv:first-child:before, .section1 .section1-point8 .section1-point1 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section1-point2 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section1-point3 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section1-point4 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section1-point6 > .section1-point8__title:first-child:before, .section1 .section1-point8 > .section1-point8__title:first-child:before, .section1 .section1-point8 .section-voice > .section1-point8__title:first-child:before, .section1 .section1-point8 .access .section1-point1 > ul:first-child:before, .section1 .section1-point8 .access .section1-point2 > ul:first-child:before, .section1 .section1-point8 .access .section1-point3 > ul:first-child:before, .section1 .section1-point8 .access .section1-point4 > ul:first-child:before, .section1 .section1-point8 .access .section1-point6 > ul:first-child:before, .section1 .section1-point8 .access .section1-point8 > ul:first-child:before, .section1 .section1-point8 .access .section-voice > ul:first-child:before, .section1 .section-voice .section1-point1 > .voice-title:first-child:before, .section-voice .section1 .section1-point1 > .voice-title:first-child:before, .section1 .section-voice .section1-point2 > .voice-title:first-child:before, .section-voice .section1 .section1-point2 > .voice-title:first-child:before, .section1 .section-voice .section1-point3 > .voice-title:first-child:before, .section-voice .section1 .section1-point3 > .voice-title:first-child:before, .section1 .section-voice .section1-point4 > .voice-title:first-child:before, .section-voice .section1 .section1-point4 > .voice-title:first-child:before, .section1 .section-voice .section1-point6 > .voice-title:first-child:before, .section-voice .section1 .section1-point6 > .voice-title:first-child:before, .section1 .section-voice .section1-point8 > .voice-title:first-child:before, .section-voice .section1 .section1-point8 > .voice-title:first-child:before, .section1 .section-voice > .voice-title:first-child:before, .section1 .section-voice .section1-point1 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point1 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point2 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point2 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point3 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point3 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point4 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point4 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point6 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point6 > .voice-box-msg:first-child:before, .section1 .section-voice .section1-point8 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point8 > .voice-box-msg:first-child:before, .section1 .section-voice > .voice-box-msg:first-child:before {
  border-color: #fafafa transparent transparent transparent;
}
.section1 .section1-point1 .section1-point1__title, .section1 .section1-point2 .section1-point1__title, .section1 .section1-point3 .section1-point1__title, .section1 .section1-point4 .section1-point1__title, .section1 .section1-point6 .section1-point1__title, .section1 .section1-point8 .section1-point1__title, .section1 .section-voice .section1-point1__title, .section1 .section1-point2 .section1-point2__title, .section1 .section1-point3 .section1-point3__title, .section1 .section1-point4 .section1-point4__title, .section1 .section1-point6 .section1-point6__title, .section1 .section1-point8 .section1-point8__title, .section-voice .section1 .section1-point1 .voice-title, .section-voice .section1 .section1-point2 .voice-title, .section-voice .section1 .section1-point3 .voice-title, .section-voice .section1 .section1-point4 .voice-title, .section-voice .section1 .section1-point6 .voice-title, .section-voice .section1 .section1-point8 .voice-title, .section1 .section-voice .voice-title {
  margin-bottom: 33px;
  position: relative;
}
.section1 .section1-point1 .section1-point1__title em, .section1 .section1-point2 .section1-point1__title em, .section1 .section1-point3 .section1-point1__title em, .section1 .section1-point4 .section1-point1__title em, .section1 .section1-point6 .section1-point1__title em, .section1 .section1-point8 .section1-point1__title em, .section1 .section-voice .section1-point1__title em, .section1 .section1-point2 .section1-point2__title em, .section1 .section1-point3 .section1-point3__title em, .section1 .section1-point4 .section1-point4__title em, .section1 .section1-point6 .section1-point6__title em, .section1 .section1-point8 .section1-point8__title em, .section-voice .section1 .section1-point1 .voice-title em, .section-voice .section1 .section1-point2 .voice-title em, .section-voice .section1 .section1-point3 .voice-title em, .section-voice .section1 .section1-point4 .voice-title em, .section-voice .section1 .section1-point6 .voice-title em, .section-voice .section1 .section1-point8 .voice-title em, .section1 .section-voice .voice-title em {
  display: block;
  position: absolute;
  width: 100%;
  top: 61px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #563c0e;
}
.section1 .section1-point1 .section1-point1__title span, .section1 .section1-point2 .section1-point1__title span, .section1 .section1-point3 .section1-point1__title span, .section1 .section1-point4 .section1-point1__title span, .section1 .section1-point6 .section1-point1__title span, .section1 .section1-point8 .section1-point1__title span, .section1 .section-voice .section1-point1__title span, .section1 .section1-point2 .section1-point2__title span, .section1 .section1-point3 .section1-point3__title span, .section1 .section1-point4 .section1-point4__title span, .section1 .section1-point6 .section1-point6__title span, .section1 .section1-point8 .section1-point8__title span, .section-voice .section1 .section1-point1 .voice-title span, .section-voice .section1 .section1-point2 .voice-title span, .section-voice .section1 .section1-point3 .voice-title span, .section-voice .section1 .section1-point4 .voice-title span, .section-voice .section1 .section1-point6 .voice-title span, .section-voice .section1 .section1-point8 .voice-title span, .section1 .section-voice .voice-title span {
  display: block;
  position: absolute;
  width: 100%;
  top: 115px;
  font-size: 49px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #c38720;
}
.section1 .section1-point1 .section1-point1-box, .section1 .section1-point2 .section1-point1-box, .section1 .section1-point3 .section1-point1-box, .section1 .section1-point4 .section1-point1-box, .section1 .section1-point6 .section1-point1-box, .section1 .section1-point8 .section1-point1-box, .section1 .section-voice .section1-point1-box {
  position: relative;
}
.section1 .section1-point1 .section1-point1-box li, .section1 .section1-point2 .section1-point1-box li, .section1 .section1-point3 .section1-point1-box li, .section1 .section1-point4 .section1-point1-box li, .section1 .section1-point6 .section1-point1-box li, .section1 .section1-point8 .section1-point1-box li, .section1 .section-voice .section1-point1-box li {
  position: absolute;
  color: #563c0e;
  font-weight: bold;
  line-height: 1.3;
  top: 120px;
  z-index: 1;
}
.section1 .section1-point1 .section1-point1-box li:nth-child(1), .section1 .section1-point2 .section1-point1-box li:nth-child(1), .section1 .section1-point3 .section1-point1-box li:nth-child(1), .section1 .section1-point4 .section1-point1-box li:nth-child(1), .section1 .section1-point6 .section1-point1-box li:nth-child(1), .section1 .section1-point8 .section1-point1-box li:nth-child(1), .section1 .section-voice .section1-point1-box li:nth-child(1) {
  left: 25px;
}
.section1 .section1-point1 .section1-point1-box li:nth-child(2), .section1 .section1-point2 .section1-point1-box li:nth-child(2), .section1 .section1-point3 .section1-point1-box li:nth-child(2), .section1 .section1-point4 .section1-point1-box li:nth-child(2), .section1 .section1-point6 .section1-point1-box li:nth-child(2), .section1 .section1-point8 .section1-point1-box li:nth-child(2), .section1 .section-voice .section1-point1-box li:nth-child(2) {
  left: 225px;
}
.section1 .section1-point1 .section1-point1-box li:nth-child(3), .section1 .section1-point2 .section1-point1-box li:nth-child(3), .section1 .section1-point3 .section1-point1-box li:nth-child(3), .section1 .section1-point4 .section1-point1-box li:nth-child(3), .section1 .section1-point6 .section1-point1-box li:nth-child(3), .section1 .section1-point8 .section1-point1-box li:nth-child(3), .section1 .section-voice .section1-point1-box li:nth-child(3) {
  left: 399px;
}
.section1 .section1-point1 .section1-point1-box li:nth-child(4), .section1 .section1-point2 .section1-point1-box li:nth-child(4), .section1 .section1-point3 .section1-point1-box li:nth-child(4), .section1 .section1-point4 .section1-point1-box li:nth-child(4), .section1 .section1-point6 .section1-point1-box li:nth-child(4), .section1 .section1-point8 .section1-point1-box li:nth-child(4), .section1 .section-voice .section1-point1-box li:nth-child(4) {
  left: 598px;
}
.section1 .section1-point1 .section1-point1-box li:nth-child(5), .section1 .section1-point2 .section1-point1-box li:nth-child(5), .section1 .section1-point3 .section1-point1-box li:nth-child(5), .section1 .section1-point4 .section1-point1-box li:nth-child(5), .section1 .section1-point6 .section1-point1-box li:nth-child(5), .section1 .section1-point8 .section1-point1-box li:nth-child(5), .section1 .section-voice .section1-point1-box li:nth-child(5) {
  left: 790px;
}
.section1 .section1-point1 .section1-point1-box__ele:last-child, .section1 .section1-point2 .section1-point1-box__ele:last-child, .section1 .section1-point3 .section1-point1-box__ele:last-child, .section1 .section1-point4 .section1-point1-box__ele:last-child, .section1 .section1-point6 .section1-point1-box__ele:last-child, .section1 .section1-point8 .section1-point1-box__ele:last-child, .section1 .section-voice .section1-point1-box__ele:last-child {
  padding: 0px 0 65px;
}
.section1 .section1-point1 .section1-point1-inquiry, .section1 .section1-point2 .section1-point1-inquiry, .section1 .section1-point3 .section1-point1-inquiry, .section1 .section1-point4 .section1-point1-inquiry, .section1 .section1-point6 .section1-point1-inquiry, .section1 .section1-point8 .section1-point1-inquiry, .section1 .section-voice .section1-point1-inquiry {
  background: #ffc600;
  padding-top: 66px;
  padding-bottom: 45px;
  position: relative;
}
.section1 .section1-point1 .section1-point1-inquiry .inner > img:first-child, .section1 .section1-point2 .section1-point1-inquiry .inner > img:first-child, .section1 .section1-point3 .section1-point1-inquiry .inner > img:first-child, .section1 .section1-point4 .section1-point1-inquiry .inner > img:first-child, .section1 .section1-point6 .section1-point1-inquiry .inner > img:first-child, .section1 .section1-point8 .section1-point1-inquiry .inner > img:first-child, .section1 .section-voice .section1-point1-inquiry .inner > img:first-child, .section1 .section1-point1 .section1-point1-inquiry .fv > img:first-child, .section1 .section1-point2 .section1-point1-inquiry .fv > img:first-child, .section1 .section1-point3 .section1-point1-inquiry .fv > img:first-child, .section1 .section1-point4 .section1-point1-inquiry .fv > img:first-child, .section1 .section1-point6 .section1-point1-inquiry .fv > img:first-child, .section1 .section1-point8 .section1-point1-inquiry .fv > img:first-child, .section1 .section-voice .section1-point1-inquiry .fv > img:first-child, .section1 .section1-point1 .section1-point1-inquiry .section1-point8 .section1-point8__title > img:first-child, .section1 .section1-point2 .section1-point1-inquiry .section1-point8 .section1-point8__title > img:first-child, .section1 .section1-point3 .section1-point1-inquiry .section1-point8 .section1-point8__title > img:first-child, .section1 .section1-point4 .section1-point1-inquiry .section1-point8 .section1-point8__title > img:first-child, .section1 .section1-point6 .section1-point1-inquiry .section1-point8 .section1-point8__title > img:first-child, .section1 .section1-point8 .section1-point1-inquiry .section1-point8__title > img:first-child, .section1 .section-voice .section1-point1-inquiry .section1-point8 .section1-point8__title > img:first-child, .section1 .section1-point1 .section1-point1-inquiry .section1-point8 .access ul > img:first-child, .section1 .section1-point2 .section1-point1-inquiry .section1-point8 .access ul > img:first-child, .section1 .section1-point3 .section1-point1-inquiry .section1-point8 .access ul > img:first-child, .section1 .section1-point4 .section1-point1-inquiry .section1-point8 .access ul > img:first-child, .section1 .section1-point6 .section1-point1-inquiry .section1-point8 .access ul > img:first-child, .section1 .section1-point8 .section1-point1-inquiry .access ul > img:first-child, .section1 .section1-point8 .access .section1-point1-inquiry ul > img:first-child, .section1 .section-voice .section1-point1-inquiry .section1-point8 .access ul > img:first-child, .section1 .section1-point1 .section1-point1-inquiry .section-voice .voice-title > img:first-child, .section-voice .section1 .section1-point1 .section1-point1-inquiry .voice-title > img:first-child, .section1 .section1-point2 .section1-point1-inquiry .section-voice .voice-title > img:first-child, .section-voice .section1 .section1-point2 .section1-point1-inquiry .voice-title > img:first-child, .section1 .section1-point3 .section1-point1-inquiry .section-voice .voice-title > img:first-child, .section-voice .section1 .section1-point3 .section1-point1-inquiry .voice-title > img:first-child, .section1 .section1-point4 .section1-point1-inquiry .section-voice .voice-title > img:first-child, .section-voice .section1 .section1-point4 .section1-point1-inquiry .voice-title > img:first-child, .section1 .section1-point6 .section1-point1-inquiry .section-voice .voice-title > img:first-child, .section-voice .section1 .section1-point6 .section1-point1-inquiry .voice-title > img:first-child, .section1 .section1-point8 .section1-point1-inquiry .section-voice .voice-title > img:first-child, .section-voice .section1 .section1-point8 .section1-point1-inquiry .voice-title > img:first-child, .section1 .section-voice .section1-point1-inquiry .voice-title > img:first-child, .section1 .section1-point1 .section1-point1-inquiry .section-voice .voice-box-msg > img:first-child, .section-voice .section1 .section1-point1 .section1-point1-inquiry .voice-box-msg > img:first-child, .section1 .section1-point2 .section1-point1-inquiry .section-voice .voice-box-msg > img:first-child, .section-voice .section1 .section1-point2 .section1-point1-inquiry .voice-box-msg > img:first-child, .section1 .section1-point3 .section1-point1-inquiry .section-voice .voice-box-msg > img:first-child, .section-voice .section1 .section1-point3 .section1-point1-inquiry .voice-box-msg > img:first-child, .section1 .section1-point4 .section1-point1-inquiry .section-voice .voice-box-msg > img:first-child, .section-voice .section1 .section1-point4 .section1-point1-inquiry .voice-box-msg > img:first-child, .section1 .section1-point6 .section1-point1-inquiry .section-voice .voice-box-msg > img:first-child, .section-voice .section1 .section1-point6 .section1-point1-inquiry .voice-box-msg > img:first-child, .section1 .section1-point8 .section1-point1-inquiry .section-voice .voice-box-msg > img:first-child, .section-voice .section1 .section1-point8 .section1-point1-inquiry .voice-box-msg > img:first-child, .section1 .section-voice .section1-point1-inquiry .voice-box-msg > img:first-child {
  width: 939.5px;
  margin: 0 auto;
}
.section1 .section1-point1 .section1-point1-inquiry .inner, .section1 .section1-point2 .section1-point1-inquiry .inner, .section1 .section1-point3 .section1-point1-inquiry .inner, .section1 .section1-point4 .section1-point1-inquiry .inner, .section1 .section1-point6 .section1-point1-inquiry .inner, .section1 .section1-point8 .section1-point1-inquiry .inner, .section1 .section-voice .section1-point1-inquiry .inner, .section1 .section1-point1 .section1-point1-inquiry .fv, .section1 .section1-point2 .section1-point1-inquiry .fv, .section1 .section1-point3 .section1-point1-inquiry .fv, .section1 .section1-point4 .section1-point1-inquiry .fv, .section1 .section1-point6 .section1-point1-inquiry .fv, .section1 .section1-point8 .section1-point1-inquiry .fv, .section1 .section-voice .section1-point1-inquiry .fv, .section1 .section1-point1 .section1-point1-inquiry .section1-point8 .section1-point8__title, .section1 .section1-point2 .section1-point1-inquiry .section1-point8 .section1-point8__title, .section1 .section1-point3 .section1-point1-inquiry .section1-point8 .section1-point8__title, .section1 .section1-point4 .section1-point1-inquiry .section1-point8 .section1-point8__title, .section1 .section1-point6 .section1-point1-inquiry .section1-point8 .section1-point8__title, .section1 .section1-point8 .section1-point1-inquiry .section1-point8__title, .section1 .section-voice .section1-point1-inquiry .section1-point8 .section1-point8__title, .section1 .section1-point1 .section1-point1-inquiry .section1-point8 .access ul, .section1 .section1-point2 .section1-point1-inquiry .section1-point8 .access ul, .section1 .section1-point3 .section1-point1-inquiry .section1-point8 .access ul, .section1 .section1-point4 .section1-point1-inquiry .section1-point8 .access ul, .section1 .section1-point6 .section1-point1-inquiry .section1-point8 .access ul, .section1 .section1-point8 .section1-point1-inquiry .access ul, .section1 .section1-point8 .access .section1-point1-inquiry ul, .section1 .section-voice .section1-point1-inquiry .section1-point8 .access ul, .section1 .section1-point1 .section1-point1-inquiry .section-voice .voice-title, .section-voice .section1 .section1-point1 .section1-point1-inquiry .voice-title, .section1 .section1-point2 .section1-point1-inquiry .section-voice .voice-title, .section-voice .section1 .section1-point2 .section1-point1-inquiry .voice-title, .section1 .section1-point3 .section1-point1-inquiry .section-voice .voice-title, .section-voice .section1 .section1-point3 .section1-point1-inquiry .voice-title, .section1 .section1-point4 .section1-point1-inquiry .section-voice .voice-title, .section-voice .section1 .section1-point4 .section1-point1-inquiry .voice-title, .section1 .section1-point6 .section1-point1-inquiry .section-voice .voice-title, .section-voice .section1 .section1-point6 .section1-point1-inquiry .voice-title, .section1 .section1-point8 .section1-point1-inquiry .section-voice .voice-title, .section-voice .section1 .section1-point8 .section1-point1-inquiry .voice-title, .section1 .section-voice .section1-point1-inquiry .voice-title, .section1 .section1-point1 .section1-point1-inquiry .section-voice .voice-box-msg, .section-voice .section1 .section1-point1 .section1-point1-inquiry .voice-box-msg, .section1 .section1-point2 .section1-point1-inquiry .section-voice .voice-box-msg, .section-voice .section1 .section1-point2 .section1-point1-inquiry .voice-box-msg, .section1 .section1-point3 .section1-point1-inquiry .section-voice .voice-box-msg, .section-voice .section1 .section1-point3 .section1-point1-inquiry .voice-box-msg, .section1 .section1-point4 .section1-point1-inquiry .section-voice .voice-box-msg, .section-voice .section1 .section1-point4 .section1-point1-inquiry .voice-box-msg, .section1 .section1-point6 .section1-point1-inquiry .section-voice .voice-box-msg, .section-voice .section1 .section1-point6 .section1-point1-inquiry .voice-box-msg, .section1 .section1-point8 .section1-point1-inquiry .section-voice .voice-box-msg, .section-voice .section1 .section1-point8 .section1-point1-inquiry .voice-box-msg, .section1 .section-voice .section1-point1-inquiry .voice-box-msg {
  padding-bottom: 0;
}
.section1 .section1-point1 .section1-point1-inquiry .section1-point1-inquiry__title, .section1 .section1-point2 .section1-point1-inquiry .section1-point1-inquiry__title, .section1 .section1-point3 .section1-point1-inquiry .section1-point1-inquiry__title, .section1 .section1-point4 .section1-point1-inquiry .section1-point1-inquiry__title, .section1 .section1-point6 .section1-point1-inquiry .section1-point1-inquiry__title, .section1 .section1-point8 .section1-point1-inquiry .section1-point1-inquiry__title, .section1 .section-voice .section1-point1-inquiry .section1-point1-inquiry__title {
  color: #563c0e;
}
.section1 .section1-point1 .section1-point1-inquiry .section1-point1-inquiry__title span, .section1 .section1-point2 .section1-point1-inquiry .section1-point1-inquiry__title span, .section1 .section1-point3 .section1-point1-inquiry .section1-point1-inquiry__title span, .section1 .section1-point4 .section1-point1-inquiry .section1-point1-inquiry__title span, .section1 .section1-point6 .section1-point1-inquiry .section1-point1-inquiry__title span, .section1 .section1-point8 .section1-point1-inquiry .section1-point1-inquiry__title span, .section1 .section-voice .section1-point1-inquiry .section1-point1-inquiry__title span {
  position: relative;
  font-size: 54px;
  font-weight: bold;
  z-index: 10;
  line-height: 1.4;
}
.section1 .section1-point1 .section1-point1-inquiry .section1-point1-inquiry__title span:before, .section1 .section1-point2 .section1-point1-inquiry .section1-point1-inquiry__title span:before, .section1 .section1-point3 .section1-point1-inquiry .section1-point1-inquiry__title span:before, .section1 .section1-point4 .section1-point1-inquiry .section1-point1-inquiry__title span:before, .section1 .section1-point6 .section1-point1-inquiry .section1-point1-inquiry__title span:before, .section1 .section1-point8 .section1-point1-inquiry .section1-point1-inquiry__title span:before, .section1 .section-voice .section1-point1-inquiry .section1-point1-inquiry__title span:before {
  content: '';
  position: absolute;
  bottom: 3px;
  background: #eaff00;
  height: 8px;
  width: 100%;
  z-index: -1;
}
.section1 .section1-point1 .section1-point1-inquiry.section1-point1-inquiry--last:before, .section1 .section1-point2 .section1-point1-inquiry.section1-point1-inquiry--last:before, .section1 .section1-point3 .section1-point1-inquiry.section1-point1-inquiry--last:before, .section1 .section1-point4 .section1-point1-inquiry.section1-point1-inquiry--last:before, .section1 .section1-point6 .section1-point1-inquiry.section1-point1-inquiry--last:before, .section1 .section1-point8 .section1-point1-inquiry.section1-point1-inquiry--last:before, .section1 .section-voice .section1-point1-inquiry.section1-point1-inquiry--last:before {
  display: none;
}
.section1 .section1-point1 .section1-point1-inquiry .section1-point1-inquiry__tel, .section1 .section1-point2 .section1-point1-inquiry .section1-point1-inquiry__tel, .section1 .section1-point3 .section1-point1-inquiry .section1-point1-inquiry__tel, .section1 .section1-point4 .section1-point1-inquiry .section1-point1-inquiry__tel, .section1 .section1-point6 .section1-point1-inquiry .section1-point1-inquiry__tel, .section1 .section1-point8 .section1-point1-inquiry .section1-point1-inquiry__tel, .section1 .section-voice .section1-point1-inquiry .section1-point1-inquiry__tel {
  margin-top: 6px;
  margin-bottom: 34px;
	position: relative;
}
.section1-point1-inquiry__tel_txt {
	position: absolute;
  top: 28px;
  left: 340px;
  font-size: 65px;
  letter-spacing: -0.04em;
  color: #fff;
	font-weight: 600;
}
.section1 .section1-point1 .section1-point1-inquiry .section1-point1-inquiry__mail, .section1 .section1-point2 .section1-point1-inquiry .section1-point1-inquiry__mail, .section1 .section1-point3 .section1-point1-inquiry .section1-point1-inquiry__mail, .section1 .section1-point4 .section1-point1-inquiry .section1-point1-inquiry__mail, .section1 .section1-point6 .section1-point1-inquiry .section1-point1-inquiry__mail, .section1 .section1-point8 .section1-point1-inquiry .section1-point1-inquiry__mail, .section1 .section-voice .section1-point1-inquiry .section1-point1-inquiry__mail {
  display: block;
  width: 619px;
  margin: 0 auto;
  position: relative;
}
.section1 .section1-point1 .section1-point1-inquiry .section1-point1-inquiry__mail span, .section1 .section1-point2 .section1-point1-inquiry .section1-point1-inquiry__mail span, .section1 .section1-point3 .section1-point1-inquiry .section1-point1-inquiry__mail span, .section1 .section1-point4 .section1-point1-inquiry .section1-point1-inquiry__mail span, .section1 .section1-point6 .section1-point1-inquiry .section1-point1-inquiry__mail span, .section1 .section1-point8 .section1-point1-inquiry .section1-point1-inquiry__mail span, .section1 .section-voice .section1-point1-inquiry .section1-point1-inquiry__mail span {
  position: absolute;
  top: 25px;
  left: 120px;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 3px;
}
.section1 .section1-point2 .inner, .section1 .section1-point2 .fv, .section1 .section1-point2 .section1-point8 .section1-point8__title, .section1 .section1-point8 .section1-point2 .section1-point8__title, .section1 .section1-point2 .section1-point8 .access ul, .section1 .section1-point8 .access .section1-point2 ul, .section1 .section1-point2 .section-voice .voice-title, .section-voice .section1 .section1-point2 .voice-title, .section1 .section1-point2 .section-voice .voice-box-msg, .section-voice .section1 .section1-point2 .voice-box-msg {
  padding-bottom: 85px;
  position: relative;
}
.section1 .section1-point2 > .inner:first-child:before, .section1 .section1-point2 > .fv:first-child:before, .section1 .section1-point8 .section1-point2 > .section1-point8__title:first-child:before, .section1 .section1-point8 .access .section1-point2 > ul:first-child:before, .section1 .section-voice .section1-point2 > .voice-title:first-child:before, .section-voice .section1 .section1-point2 > .voice-title:first-child:before, .section1 .section-voice .section1-point2 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point2 > .voice-box-msg:first-child:before {
  border-color: #fafafa transparent transparent transparent;
}
.section1 .section1-point2 .section1-point2__graph {
  margin-bottom: 58px;
  position: relative;
  color: #ffffff;
}
.section1 .section1-point2 .section1-point2__graph em {
  color: #f0ff00;
  font-weight: bold;
}
.section1 .section1-point2 .section1-point2__graph-txt1,
.section1 .section1-point2 .section1-point2__graph-txt2,
.section1 .section1-point2 .section1-point2__graph-txt3 {
  position: absolute;
  width: 500px;
  font-weight: lighter;
  line-height: 1.6;
  left: 418px;
  text-align: left;
  z-index: 1;
}
.section1 .section1-point2 .section1-point2__graph-txt1 {
  top: 140px;
}
.section1 .section1-point2 .section1-point2__graph-txt2 {
  top: 300px;
}
.section1 .section1-point2 .section1-point2__graph-txt3 {
  top: 460px;
}
.section1 .section1-point2 .section1-point2__graph-txt4,
.section1 .section1-point2 .section1-point2__graph-txt5,
.section1 .section1-point2 .section1-point2__graph-txt6,
.section1 .section1-point2 .section1-point2__graph-txt7,
.section1 .section1-point2 .section1-point2__graph-txt8,
.section1 .section1-point2 .section1-point2__graph-txt9,
.section1 .section1-point2 .section1-point2__graph-txt10 {
  position: absolute;
  font-weight: bold;
  line-height: 1;
  left: 10px;
  text-align: left;
  z-index: 1;
}
.section1 .section1-point2 .section1-point2__graph-txt4,
.section1 .section1-point2 .section1-point2__graph-txt5 {
  color: #ffffff;
  top: 15px;
  left: 56px;
  font-size: 2.8rem;
}
.section1 .section1-point2 .section1-point2__graph-txt5 {
  left: 518px;
}
.section1 .section1-point2 .section1-point2__graph-txt6,
.section1 .section1-point2 .section1-point2__graph-txt7,
.section1 .section1-point2 .section1-point2__graph-txt8,
.section1 .section1-point2 .section1-point2__graph-txt9,
.section1 .section1-point2 .section1-point2__graph-txt10 {
  color: #c38720;
  left: 0px;
  width: 368px;
  text-align: center;
  top: 102px;
  font-size: 3rem;
}
.section1 .section1-point2 .section1-point2__graph-txt7 {
  top: 221px;
}
.section1 .section1-point2 .section1-point2__graph-txt8 {
  top: 339px;
}
.section1 .section1-point2 .section1-point2__graph-txt9 {
  top: 459px;
}
.section1 .section1-point2 .section1-point2__graph-txt10 {
  top: 578px;
}
.section1 .section1-point2 .section1-point2__sentence {
  color: #563c0e;
}
.section1 .section1-point2 .section1-point2__sentence span {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  z-index: 10;
  line-height: 1.4;
}
.section1 .section1-point2 .section1-point2__sentence span:before {
  content: '';
  position: absolute;
  bottom: 3px;
  background: #eaff00;
  height: 8px;
  width: 100%;
  z-index: -1;
}
.section1 .section1-point3 .inner, .section1 .section1-point3 .fv, .section1 .section1-point3 .section1-point8 .section1-point8__title, .section1 .section1-point8 .section1-point3 .section1-point8__title, .section1 .section1-point3 .section1-point8 .access ul, .section1 .section1-point8 .access .section1-point3 ul, .section1 .section1-point3 .section-voice .voice-title, .section-voice .section1 .section1-point3 .voice-title, .section1 .section1-point3 .section-voice .voice-box-msg, .section-voice .section1 .section1-point3 .voice-box-msg {
  padding-bottom: 85px;
  position: relative;
}
.section1 .section1-point3 > .inner:first-child:before, .section1 .section1-point3 > .fv:first-child:before, .section1 .section1-point8 .section1-point3 > .section1-point8__title:first-child:before, .section1 .section1-point8 .access .section1-point3 > ul:first-child:before, .section1 .section-voice .section1-point3 > .voice-title:first-child:before, .section-voice .section1 .section1-point3 > .voice-title:first-child:before, .section1 .section-voice .section1-point3 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point3 > .voice-box-msg:first-child:before {
  border-color: #fafafa transparent transparent transparent;
}
.section1 .section1-point3 .section1-point3-box__ele:not(:first-child) {
  margin-top: 32px;
}
.section1 .section1-point3 .section1-point3__sentence {
  line-height: 2;
  margin-bottom: 38px;
}
.section1 .section1-point3 .section1-point3-table {
  width: 100%;
  border: 3px solid #1a7ebe;
  border-top: 0px;
  margin-top: 20px;
  line-height: 1.4;
}
.section1 .section1-point3 .section1-point3-table td {
  border-left: 1px solid #1a7ebe;
  border-top: 1px solid #1a7ebe;
  padding: 22px 20px;
  background: url(../img/pc/icon_ok.png) no-repeat 341px center #fff9d3;
  -webkit-background-size: 32.5px auto;
  background-size: 32.5px auto;
}
.section1 .section1-point3 .section1-point3-table td li {
  position: relative;
  text-indent: -18px;
  margin-left: 18px;
  font-size: 16px;
}
.section1 .section1-point3 .section1-point3-table td li:before {
  content: '○';
}
.section1 .section1-point3 .section1-point3-table th + td {
  background: url(../img/pc/icon_ng.png) no-repeat 341px center #fff;
  -webkit-background-size: 32.5px auto;
  background-size: 32.5px auto;
}
.section1 .section1-point3 .section1-point3-table th + td li {
  text-indent: -10px;
  margin-left: 10px;
}
.section1 .section1-point3 .section1-point3-table th + td li:before {
  content: '●';
}
.section1 .section1-point3 .section1-point3-table__title {
  background: #1a7ebe;
  color: #ffffff;
  text-align: center;
  padding: 17px 0;
  font-size: 23px;
  font-size: 2.3rem;
}
.section1 .section1-point3 .section1-point3-table__title:not(:first-child) {
  border-left: 1px solid #033e8e;
}
.section1 .section1-point3 .section1-point3-table__sub-title {
  font-size: 23px;
  font-size: 2.3rem;
  color: #1a7ebe;
  border-top: 1px solid #1a7ebe;
  font-weight: bold;
  width: 156px;
  text-align: center;
}
.section1 .section1-point3 .section1-point3-box-ele {
  border: 6px solid #C38720;
  background: #fff;
}
.section1 .section1-point3 .section1-point3-box-ele__case {
  color: #EAFF00;
  background: #C38720;
  padding: 20px 0 10px;
  text-decoration: underline;
}
.section1 .section1-point3 .section1-point3-box-ele__title {
  background: #C38720;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  padding-bottom: 30px;
  text-shadow: 1px 1px #483007;
  font-weight: bold;
}
.section1 .section1-point3 .section1-point3-box-ele__profile {
  display: -webkit-flex;
  display: flex;
  width: 890px;
  margin: 40px auto 20px;
  color: #563c0e;
}
.section1 .section1-point3 .section1-point3-box-ele__profile figure,
.section1 .section1-point3 .section1-point3-box-ele__profile figcaption {
  display: block;
}
.section1 .section1-point3 .section1-point3-box-ele__profile img {
  height: 140px;
  margin-right: 40px;
}
.section1 .section1-point3 .section1-point3-box-ele__profile figcaption {
  border-bottom: 1px solid;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section1 .section1-point3 .section1-point3-box-ele__profile dl {
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
}
.section1 .section1-point3 .section1-point3-box-ele__profile dt, .section1 .section1-point3 .section1-point3-box-ele__profile dd {
  float: left;
  width: 45%;
  line-height: 1.4;
  text-align: left;
}
.section1 .section1-point3 .section1-point3-box-ele__profile dt {
  width: 20%;
  position: relative;
  padding-right: 10px;
  font-weight: bold;
}
.section1 .section1-point3 .section1-point3-box-ele__profile dt:after {
  content: ':';
  position: absolute;
  right: 10px;
}
.section1 .section1-point3 .section1-point3-box-ele__content {
  margin: 0 20px 20px;
  border: 1px solid #d4c3a7;
  line-height: 1.6;
  color: #563c0e;
}
.section1 .section1-point3 .section1-point3-box-ele__content-title {
  background: #d4c3a7;
  color: #563c0e;
  font-weight: bold;
  padding: 8px 0;
  margin-bottom: 20px;
  font-size: 22px;
}
.section1 .section1-point3 .section1-point3-box-ele__advice {
  background: #76a410;
  color: #ffffff;
  padding: 20px 0 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 20px;
}
.section1 .section1-point3 .section1-point3-box-ele__advice-title {
  font-size: 24px;
  margin-bottom: 8px;
}
.section1 .section1-point3 .section1-point3-box-ele__advice-content {
  font-size: 18px;
}
.section1 .section1-point4 {
  overflow: hidden;
  *zoom: 1;
}
.section1 .section1-point4 .inner, .section1 .section1-point4 .fv, .section1 .section1-point4 .section1-point8 .section1-point8__title, .section1 .section1-point8 .section1-point4 .section1-point8__title, .section1 .section1-point4 .section1-point8 .access ul, .section1 .section1-point8 .access .section1-point4 ul, .section1 .section1-point4 .section-voice .voice-title, .section-voice .section1 .section1-point4 .voice-title, .section1 .section1-point4 .section-voice .voice-box-msg, .section-voice .section1 .section1-point4 .voice-box-msg {
  position: relative;
}
.section1 .section1-point4 > .inner:first-child:before, .section1 .section1-point4 > .fv:first-child:before, .section1 .section1-point8 .section1-point4 > .section1-point8__title:first-child:before, .section1 .section1-point8 .access .section1-point4 > ul:first-child:before, .section1 .section-voice .section1-point4 > .voice-title:first-child:before, .section-voice .section1 .section1-point4 > .voice-title:first-child:before, .section1 .section-voice .section1-point4 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point4 > .voice-box-msg:first-child:before {
  display: none;
}
.section1 .section1-point4 .section1-point4-poster + .inner:before, .section1 .section1-point4 .section1-point4-poster + .fv:before, .section1 .section1-point4 .section1-point8 .section1-point4-poster + .section1-point8__title:before, .section1 .section1-point8 .section1-point4 .section1-point4-poster + .section1-point8__title:before, .section1 .section1-point4 .section1-point8 .access .section1-point4-poster + ul:before, .section1 .section1-point8 .access .section1-point4 .section1-point4-poster + ul:before, .section1 .section1-point4 .section-voice .section1-point4-poster + .voice-title:before, .section-voice .section1 .section1-point4 .section1-point4-poster + .voice-title:before, .section1 .section1-point4 .section-voice .section1-point4-poster + .voice-box-msg:before, .section-voice .section1 .section1-point4 .section1-point4-poster + .voice-box-msg:before {
  border-color: #fafafa transparent transparent transparent;
}
.section1 .section1-point4 .section1-point4__title {
  margin-bottom: 45px;
}
.section1 .section1-point4 .section1-point4-box {
  float: left;
  width: 22%;
  text-align: center;
}
.section1 .section1-point4 .section1-point4-box + .section1-point4-box {
  margin-left: 4%;
}
.section1 .section1-point4 .section1-point4-box__point {
  margin-bottom: 20px;
}
.section1 .section1-point4 .section1-point4-box__sentence {
  line-height: 1.4;
}
.section1 .section1-point4 .section1-point4-box-next {
  clear: both;
  padding: 35px 0 36px;
  line-height: 1.6;
  font-size: 27px;
  font-size: 2.7rem;
}
.section1 .section1-point4 .section1-point4-box-next strong {
  color: #c38720;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.section1 .section1-point4 .section1-point4-box-next strong:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 3px;
  background: #eaff00;
  z-index: -1;
}
.section1 .section1-point4 .section1-point4-poster {
  background: #88ae17;
  position: relative;
}
.section1 .section1-point4 .section1-point4-poster:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  top: 49.9%;
  left: 0;
}
.section1 .section1-point4 .section1-point4-poster img {
  width: 1280px;
}
.section1 .section1-point4 .section1-point4-last {
  position: relative;
  padding-right: 230px;
}
.section1 .section1-point4 .section1-point4-last figure {
  position: absolute;
  right: 5px;
  top: -7px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.section1 .section1-point4 .section1-point4-last figure img {
  width: 67px;
  margin-bottom: 15px;
}
.section1 .section1-point4 .section1-point4-last__title {
  font-size: 37px;
  font-size: 3.7rem;
  margin-bottom: 24px;
  color: #19535e;
}
.section1 .section1-point4 .section1-point4-last__sentence {
  text-align: left;
  line-height: 1.8;
  padding-bottom: 80px;
}
.section1 .section1-point6 .inner, .section1 .section1-point6 .fv, .section1 .section1-point6 .section1-point8 .section1-point8__title, .section1 .section1-point8 .section1-point6 .section1-point8__title, .section1 .section1-point6 .section1-point8 .access ul, .section1 .section1-point8 .access .section1-point6 ul, .section1 .section1-point6 .section-voice .voice-title, .section-voice .section1 .section1-point6 .voice-title, .section1 .section1-point6 .section-voice .voice-box-msg, .section-voice .section1 .section1-point6 .voice-box-msg {
  padding-bottom: 85px;
  position: relative;
}
.section1 .section1-point6 > .inner:first-child:before, .section1 .section1-point6 > .fv:first-child:before, .section1 .section1-point8 .section1-point6 > .section1-point8__title:first-child:before, .section1 .section1-point8 .access .section1-point6 > ul:first-child:before, .section1 .section-voice .section1-point6 > .voice-title:first-child:before, .section-voice .section1 .section1-point6 > .voice-title:first-child:before, .section1 .section-voice .section1-point6 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point6 > .voice-box-msg:first-child:before {
  border-color: #fafafa transparent transparent transparent;
}
.section1 .section1-point6 .section1-point6__title {
  margin-bottom: 14px;
}
.section1 .section1-point6 .section1-point6-stepbox {
  position: relative;
}
.section1 .section1-point6 .section1-point6-stepbox h4 span {
	position: absolute;
    top: 90px;
    left: 34px;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: bold;
    width: 130px;
    text-align: center;
}
.section1 .section1-point6 .section1-point6-stepbox__title {
  position: absolute;
  top: 72px;
  left: 227px;
  font-size: 28px;
  font-weight: bold;
}
.section1 .section1-point6 .section1-point6-stepbox__content {
  position: absolute;
  left: 228px;
  top: 113px;
  font-size: 16px;
}
.section1 .section1-point6 .section1-point6-stepbox-wrap {
  position: relative;
  z-index: 1;
}
.section1 .section1-point6 .section1-point6-stepbox-wrap:before {
  content: '';
  position: absolute;
  left: 98px;
  width: 6px;
  height: 97%;
  top: 10px;
  background: #c68d2b;
  z-index: -1;
}
.section1 .section1-point6 .section1-point6-stepbox:not(:last-child) {
  margin-bottom: 10px;
}
.section1 .section1-point8 > .inner:first-child:before, .section1 .section1-point8 > .fv:first-child:before, .section1 .section1-point8 > .section1-point8__title:first-child:before, .section1 .section1-point8 .access .section1-point8 > ul:first-child:before, .section1 .section-voice .section1-point8 > .voice-title:first-child:before, .section-voice .section1 .section1-point8 > .voice-title:first-child:before, .section1 .section-voice .section1-point8 > .voice-box-msg:first-child:before, .section-voice .section1 .section1-point8 > .voice-box-msg:first-child:before {
  display: none;
}
.section1 .section1-point8 .sentence {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 35px;
}
.section1 .section1-point8 .sentence strong {
  color: #f0009e;
  font-weight: lighter;
}
.section1 .section1-point8 .access {
  position: relative;
  padding-top: 25px;
  background: #ffffff;
}
.section1 .section1-point8 .access ul {
  padding-bottom: 36px;
  text-align: left;
}
.section1 .section1-point8 .access li:not(:last-child) {
  margin-bottom: 18px;
}
.section1 .section1-point8 .btn-map-wrap {
  text-align: center;
  background: #fff;
  padding: 20px 0 50px;
}
.section1 .section1-point8 .btn-map {
  width: 209px;
  display: inline-block;
}
.section1 .section1-point8 .access-title {
  border-bottom: 1px solid #c38720;
  margin-bottom: 32px;
  padding-bottom: 25px;
  color: #c38720;
  font-size: 30px;
  font-size: 3rem;
}
.section1 .section1-point8 .access-title > img:first-child {
  width: 102.5px;
}

.section-voice {
  position: relative;
}
.section-voice:before {
  border-color: #fafafa transparent transparent transparent;
  bottom: -127px;
}
.section-voice .voice-title:before {
  display: none;
}
.section-voice .voice-box {
  border-bottom: 1px solid #c38720;
  position: relative;
}
.section-voice .voice-box:not(:first-child) {
  margin-top: 45px;
}
.section-voice .voice-box:last-child {
  margin-bottom: 90px;
}
.section-voice .voice-box-msg {
  position: relative;
}
.section-voice .voice-box-msg__title {
  position: absolute;
  top: 40px;
  font-size: 27px;
  font-weight: bold;
  color: #563c0e;
  left: 34px;
  z-index: 1;
}
.section-voice .voice-box-msg__title span {
  font-size: 16px;
  margin-left: 20px;
  font-weight: lighter;
}
.section-voice .voice-box-msg__content {
  position: absolute;
  top: 86px;
  text-align: left;
  left: 36px;
  color: #4c4c4c;
  line-height: 1.6;
  width: 900px;
  z-index: 1;
}

.info {
  background: #fafafa;
  border-top: 1px solid #d0d0d0;
  padding-top: 40px;
  margin-bottom: 0;
}
.info + .section1-point4 {
  overflow: visible;
}
.info + .section1-point4 > .inner, .info + .section1-point4 > .fv, .section1 .section1-point8 .info + .section1-point4 > .section1-point8__title, .section1 .section1-point8 .access .info + .section1-point4 > ul, .section-voice .info + .section1-point4 > .voice-title, .section-voice .info + .section1-point4 > .voice-box-msg {
  overflow: hidden;
  padding-bottom: 60px;
}
.info + .section1-point4 .section1-point1-inquiry:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 38px 0 38px;
  border-color: #fafafa transparent transparent transparent;
  z-index: 100;
}
.info .info__title {
  color: #c38720;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.info .info-table {
  width: 100%;
  background: #ffffff;
}
.info .info-tr {
  display: table-row;
}
.info .info-th {
  background: #c38720;
  letter-spacing: 1px;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  padding: 25px 0;
  text-align: center;
  width: 175px;
  border-bottom: 1px solid #fafafa;
}
.info .info-td {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 40px;
  border-bottom: 1px solid #fafafa;
  text-align: left;
}

.last-inquiry {
  clear: both;
  background: none;
  position: relative;
  height: 50px;
  border: 0;
  margin: 0;
  padding: 0;
}
.last-inquiry:before {
  border-color: #fafafa transparent transparent transparent !important;
}

.footer {
  padding-top: 80px;
  background: #ffffff;
  clear: both;
}

.footer__logo {
  width: 115px;
  margin: 0 auto 16px;
}

.footer__policy a{
    font-size: 13px;
    color: #4c4c4c;
    margin-bottom: 12px;
    display: block;
    text-decoration: underline;
}

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

.footer__copyright {
  padding-bottom: 35px;
}

.fixed-footer {
  position: fixed;
  background: #847151;
  border-top-width: 27px;
  border-bottom: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 0 25px;
  bottom: 0;
  margin-left: 0;
  right: 15px;
  width: 348px;
  text-align: center;
  z-index: 1000;
}

.fixed-footer__minimize {
  background: #847151;
  color: #fff;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  padding-right: 12px;
  padding-top: 6px;
  text-align: right;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -12px;
  cursor: pointer;
}

.fixed-footer__tel {
  margin: 10px 0 8px 28px;
}

.fixed-footer__btn {
  text-align: center;
  width: 304px;
  margin: 0 auto;
}
.fixed-footer__btn span {
  position: absolute;
  top: 155px;
  left: 95px;
  font-size: 1.9rem;
  letter-spacing: 2px;
  color: #fff;
}

.fixed-footer__btn a:hover {
  opacity: .8;
}

.fixed-footer__titleTxt {
  position: absolute;
  top: 25px;
  font-size: 1.8rem;
  left: 20px;
  color: #fff;
  font-weight: bold;
}

.fixed-footer__telTxt {
	position: absolute;
	top: 58px;
	font-size: 3rem;
	left: 67px;
	color: #c4e725;
	font-weight: bold;
	font-weight: 600;
}

.fixed-footer__timeTxt {
  position: absolute;
  top: 99px;
  color: #fff;
  left: 96px;
}

@media screen and (max-width: 980px) {
  .inner, .fv, .section1 .section1-point8 .section1-point8__title, .section1 .section1-point8 .access ul, .section-voice .voice-title, .section-voice .voice-box-msg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .side-fixed {
    display: none;
  }
}

@media screen and (min-width: 981px) {
    .section1-point2__graph {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*# sourceMappingURL=style.css.map */

/* 2018.08.16 added K.K*/

.reservation_notice{
	color: #000000;
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 10px;
}

.wc-static-ctn .wc-static-img{
  display: none;
}

.home-section__inner.newsContentsArea{
  margin:75px 0 0;
  text-align: left;
}

.home-section__inner.newsContentsArea.topNewsContents{
top:415px;
left:0;
/*position:absolute;*/
z-index:1111;
padding-top:400px;
}

.newsCheck{
    display: none;
}
.newsContents{
    cursor: pointer;
    display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
   padding: 1rem 1.6rem;
   padding-right: 2rem;
   max-width: 980px;
   margin:0 auto;

  
}
.newsContBox{
    display: block;
background: #fbf9db;
    line-height: 150%;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
        font-size: 1.4rem;
max-width: 980px;
   margin:0 auto;
}
.newsCheck:checked + .newsContents + .newsContBox{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    
}

.newsContents{
  background: #fbf9db url(/assets/img/common/top/newsArrowO.png) no-repeat 98%;
}
.newsCheck:checked + .newsContents{
  background: #fbf9db url(/assets/img/common/top/newsArrowD.png)no-repeat 98%;
}


/* 21年2月2日追記 固定フッターのCSS */
.pconly {
    display: block
}
.sponly {
    display: none
}
@media(max-width:768px) {
    .pconly {
        display: none
    }
    .sponly {
        display: block
    }
}


.marugo {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal
}
.ctaBtnTel {
    width: 48%;
    margin: 0 4% 0 0;
    position: relative;
    text-align: center
}
.ctaBtnTel span.ctaBtnTel01 {
    font-size: 1.8rem;
    color: #fff;
    display: block;
    position: absolute;
    top: 30px;
    left: 22%
}
.ctaBtnTel a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 46px 0 0
}
.ctaBtnTel a span {
    font-size: 3.3rem;
    color: #fff;
    display: block;
    font-weight: 700
}
.ctaBtnTel a:hover {
    text-decoration: none
}
.ctaBtnTel span.ctaBtnTel03 {
    font-size: 1.5rem;
    color: #fff;
    display: block;
    bottom: 16px;
    position: absolute;
    left: 32%
}
.ctaBtnTel a {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 3px solid #fff;
    text-align: center
}
.Bnr__img__innerR .ctaBtnTel a {
    padding:13px 0 8px 0;
}
.Bnr__img__innerR .ctaBtnTel a b {
    font-size: 1.2rem;
    display: block;
    color: #fff;
	padding-bottom: 5px;
}
.Bnr__img__innerR .ctaBtnTel a span {
    font-size: 1.9rem
}
.Bnr__img__innerR .ctaBtnTel a span:before {
    content: url('/assets_lp/inheritance/img/pc/freeDIcon.svg');
    vertical-align: -2px
}
.BnrFooterBoxSPU .ctaBtnTel {
    margin: 0 3% 0 0
}
.BnrFooterBoxSPU .ctaBtnTel a span {
    font-size: 1.4rem;
    padding-top: 5px
}
.BnrFooterBoxSPU .ctaBtnTel a {
    padding: 6px 0 7px;
    border: 1px solid #fff
}
.BnrFooterBoxSPU .ctaBtnTel a span:before {
    content: url('/assets_lp/inheritance/img/pc/freeDIcon.svg');
    vertical-align: -2px
}
.ctaBtnMail {
    width: 48%
}
.ctaBtnMail a {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 2px #8a0502;
    -moz-box-shadow: 4px 4px 0 2px #8a0502;
    box-shadow: 4px 4px 0 2px #8a0502;
    padding: 50px 0;
    text-align: center;
    transition: all 0.3s ease 0s
}
.ctaBtnMail a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: translateY(0.1875em)
}
.Bnr__img__innerR .ctaBtnMail a {
    padding: 21px 0 20px 0
}
.ctaBtnTel a span:before {
    margin: 0 0 6px;
    content: " ";
    display: inline-block;
    width: 43px;
    height: 25px;
    background: url('/assets_lp/inheritance/img/pc/freeDIcon.svg');
    background-size: contain;
    vertical-align: middle
}
.ctatext {
    text-align: center;
    padding: 10px 0 30px;
    color: #fff;
    font-size: 1.8rem
}
.fa, .fas {
    font-weight: 900;
font-family: "Font Awesome 5 Free";
}
fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-times:before {
    content: "\f00d";
}
@media screen and(max-width:767px) {
    .ctaBtnTel {
        width: 100%;
        margin: 0 0 3%
    }
    .ctaBtnTel a {
        padding: 49px 0 40px
    }
    .ctaBtnTel a span {
        font-size: 3rem;
        color: #fff;
        display: block;
        letter-spacing: -1px
    }
    .ctaBtnTel span.ctaBtnTel01 {
        left: 30%
    }
    .ctaBtnTel span.ctaBtnTel03 {
        left: 35%
    }
    .ctaBtnMail {
        width: 100%
    }
}
@media screen and(max-width:640px) {
    .Bnr__img__innerR .ctaBtnTel a span:before {
        content: url('../../hasan/images/telIconFooter.png');
        vertical-align: -2px
    }
}
@media screen and(max-width:420px) {
    .ctaBtnTel span.ctaBtnTel01 {
        left: 23%
    }
}
.Bnr {
    position: relative;
    margin: 120px auto 0;
    width: 100%;
    display: none;
	z-index: 200;
}
.Bnr .Bnr__img {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    z-index: 88
}
.Bnr__img__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #d80500
}
.BnrFooterBox {
    display: flex;
    max-width: 980px;
    margin: 0 auto
}
.Bnr__img__innerL {
    width: 46%;
    margin-right: 4%;
    margin-top: 0.6%
}
.Bnr__img__innerR {
    display: flex;
    width: 50%
}
.Bnr__img__innerR img {
    width: 80%;
    margin-bottom: 3px
}
.Bnr__img__innerR .ctaBtnTel a {
    padding: 13px 0 8px 0;
}
.Bnr__img__innerR .ctaBtnMail a {
    padding: 21px 0 20px 0
}
.Bnr .Bnr__img__inner a {
    display: block
}
.Bnr .Bnr__img p.close {
    position: absolute;
    right: 10px;
    top: 10px
}
.Bnr .Bnr__img p.close a {
    display: block;
    width: 20px;
    height: 25px;
    text-align: center
}
.Bnr .Bnr__img p.close a span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden
}
.Bnr .Bnr__img p.close a i {
    font-size: 20px;
    z-index: 888;
    color: #222
}
.BnrFooterBoxSPU {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.Bnr__img__innerR .ctaBtnTel a b {
    font-size: 1.2rem;
    display: block;
    color: #fff
}
.Bnr__img__innerR .ctaBtnTel a span {
    font-size: 1.9rem
}
.Bnr__img__innerR .ctaBtnTel a span:before {
    content: url('/assets_lp/inheritance/img/pc/freeDIcon.svg');
    vertical-align: -2px
}
.child-auto-span-control span {
    display: inline-block !important
}
.child-auto-span-control span:before {
    display: none !important
}
.BnrFooterBoxSP p {
    text-align: center;
    margin: 0 0 10px;
    font-size: 1.4rem;
    color: #fff
}
.BnrFooterBoxSPU img {
    width: 96%
}
.BnrFooterBoxSPU .ctaBtnTel {
    margin: 0 3% 0 0;
    width: 75%
}
.BnrFooterBoxSPU .ctaBtnTel a span {
    font-size: 1.4rem
}
.BnrFooterBoxSPU .ctaBtnTel a {
    padding: 7px 0;
    border: 1px solid #fff
}
.BnrFooterBoxSPU .ctaBtnTel a span:before {
    width: 24px;
    height: 15px;
    content: url('/assets_lp/inheritance/img/pc/freeDIcon.svg');
    vertical-align: -2px
}
@media screen and(max-width:640px) {
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%
    }
    .tbl-r02 {
        width: 90%
    }
    .tbl-r02 td,
    .tbl-r02 th {
        border-bottom: none;
        display: block;
        width: 100%
    }
    .Bnr__img__innerR .ctaBtnTel a span:before {
        content: url('/assets_lp/inheritance/img/pc/freeDIcon.svg');
        vertical-align: -2px
    }
}



/* TSL-1519
-----------------------------*/

.section1-firstbox__button {
  max-width: 633px;
  width: 100%;
  margin: -167px 22px 0 auto;
  padding: 0 0 25px;
  display: flex;
  position: relative;
  z-index: 1;
}
.section1-firstbox__button-column{
  width: calc((100% - (15px * 1)) / 2);
  margin: 0 15px 0 0;
}
.section1-firstbox__button-column:last-child{
  margin-right: 0;
}

.section1-point1-inquiry__button{
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.section1-point1-inquiry__button-column{
  width: calc((100% - (20px * 1)) / 2);
  margin: 0 20px 0 0;
}
.section1-point1-inquiry__button-column:last-child{
  margin-right: 0;
}

.section1-point1-inquiry__button [class^="btn-cta"]{
  max-width: 432px;
  height: 124px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.section1-point1-inquiry__button .btn-cta-form span::before{
  width: 19px;
  height: 16px;
}
.section1-point1-inquiry__button .btn-cta-line span::before{
  width: 34px;
  height: 32px;
}


.btn-cta-form,
.btn-cta-line{
  display: inline-block;
  max-width: 307px;
  width: 100%;
  height: 88px;
  font-size: 0;
  text-align: center;
  transition: .2s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.btn-cta-form:hover,
.btn-cta-line:hover{
  opacity: .7;
}
/*
.btn-cta-form span,
.btn-cta-line span{
  display: inline-block;
  position: relative;
}
.btn-cta-form span::before,
.btn-cta-line span::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat 0 0;
  background-size: 100% auto;
}
*/


.btn-cta-form{
  background: url(/assets_lp/inheritance/img/pc/btn_cta_form.png) no-repeat 0 0;
  background-size: 100% auto;

  /*
  background: rgb(188,39,26);
  background: linear-gradient(0deg, rgba(188,39,26,1) 0%, rgba(234,58,36,1) 100%);
  box-shadow: 0 3px 0 0 #6A270D;
  */
}
/*
.btn-cta-form span{
  padding: 0 0 0 28px;
}
.btn-cta-form span::before{
  width: 16px;
  height: 13px;
  background-image: url(/assets_lp/inheritance/img/pc/icon-mail.svg);
}
*/

.btn-cta-line{
  background: url(/assets_lp/inheritance/img/pc/btn_cta_line.png) no-repeat 0 0;
  background-size: 100% auto;

  /*
  background: rgb(0,127,69);
  background: linear-gradient(0deg, rgba(0,127,69,1) 0%, rgba(0,167,91,1) 100%);
  box-shadow: 0 3px 0 0 #004B29;
  */
}
/*
.btn-cta-line span{
  padding: 0 0 0 35px;
}
.btn-cta-line span::before{
  width: 29px;
  height: 29px;
  background-image: url(/assets_lp/inheritance/img/pc/icon-line.svg);
}
*/

.Bnr__img__innerR__btn{
  width: calc((100% - (8px * 2)) / 3);
  margin: 0 8px 0 0;
}
.Bnr__img__innerR__btn:last-child{
  margin-right: 0;
}

.Bnr__img__innerR .ctaBtnTel a b{
  font-size: .8rem;
}
.Bnr__img__innerR .ctaBtnTel a span{
  font-size: 1.3rem;
}
.Bnr__img__innerR .ctaBtnTel a span:before{
  content: "" !important;
  vertical-align: bottom !important;
  width: 21px;
  height: 12px;
  background-repeat: no-repeat;
  margin-bottom: 2px;
}

.Bnr__img__innerR .ctaBtnTel a{
  height: calc(100% - 4px);
  padding: 14px 0;
}
.Bnr__img__innerR .ctaBtnLine a{
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: #00A65B;
  box-shadow: 4px 4px 0 2px #8a0502;
  text-align: center;
  transition: all 0.3s ease 0s;
  padding: 14px 0;
}
.Bnr__img__innerR .ctaBtnLine a:hover {
  box-shadow: none;
  transform: translateY(0.1875em);
}


.section1-point1-inquiry__tel{
  max-width: 890px;
  margin: 30px auto 15px !important;
}


.section-extra{
  background-color: #fafafa;
  padding: 25px 0;
  margin: 0;
}
.section-extra--topSpace{
  padding-top: 60px;
}

.section-extra__heading{
  font-size: 49px;
  font-weight: bold;
  color: #C28520;
  line-height: calc(58 / 49);
  margin: 0 0 65px;
}
.section-extra__body{
}

.extra-voice-block{
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: left;
  border: 1px solid #EAE4D2;
  border-radius: 20px;
  background-color: #fff;
  padding: 32px 52px;
}

.extra-voice-block__image{
  max-width: 172px;
  width: 100%;
  margin: 0 60px 0 0;
}
.extra-voice-block__image figure{
  width: 100%;
}
.extra-voice-block__image figure img{
  display: block;
  width: 100%;
  height: auto;
}
.extra-voice-block__image figure figcaption{
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 5px 0 0;
}

.extra-voice-block__content{
  flex: 1;
}

.extra-voice-block__heading{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
  text-align: center;
}

.extra-voice-block__text{
  font-size: 18px;
  line-height: 1.8;
}

/* 2025/05 TVCM放送中バナー追加 */
.tv-banner {
    background-color: #fff;
}
.tv-banner__inner {
    max-width: 882px;
    width: 100%;
    margin: 0 auto;
    padding: 46px 16px;
    box-sizing: border-box;
}
@media screen and (max-width:768px){
    .tv-banner__inner {
        padding: 24px 16px;
    }
}

/* TSL-2749 LINEボタン削除 */
.section1-firstbox__button-column{
  width: 100%;
}

.section1-firstbox__button-column .btn-cta-form{
  background-image: url(/assets_lp/inheritance-popup/img/pc/btn_cta_form-02.png);
  max-width: 100%;
}

.Bnr__img__innerR__btn{
  width: calc((100% - (8px * 2)) / 2);
}

.Bnr__img__innerR .ctaBtnTel a{
  height: 100%;
}

.Bnr__img__innerR .ctaBtnTel a b{
  font-size: 1rem;
}
.Bnr__img__innerR .ctaBtnTel a span{
  font-size: 1.8rem;
}


/* TSL2720 ポップアップ検証 */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  /* 半透明の黒 */
  z-index: 9998;
}

.exit-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: white; */
  background-image: url(../img/pc/popup-bg_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 378px;
  height: 342px;
  z-index: 9999;
  /* オーバーレイの上に */
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.24);
  transition: .5s ease;
}

.popup-overlay,
.exit-popup {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup-overlay.is-visible,
.exit-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-button {
  position: absolute;
  top: -24px;
  right: 0;
  width: 24px;
  height: 24px;
  display: grid;
  padding: 0;
}

.popup-link {
  max-width: 300px;
  background-color: #F5F942;
  margin: auto;
  display: flex;
  padding: 10px;
  width: 90%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color:#000;

}

.popup-link:hover {
  opacity: 1;
  text-decoration: none;
}

.popup-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #333;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 26px;
}