@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
  display: flex;
  align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  padding-top: 140px;
	overflow: hidden;
  background: url("../img/index_img/mainimage.jpg") 80% top no-repeat;
  background-size: cover;
}
#mainimage h2 {
  margin-bottom: 20px;
	text-align: left;
  padding: 0 15px;
  line-height: 1.3;
  font-weight: 600;
  font-size:20px;
  text-shadow: 
      rgba(255,255,255,0.4) 1px 1px 3px, rgba(255,255,255,0.4) -1px -1px 3px,/*右下、左上*/
      rgba(255,255,255,0.4) -1px 1px 3px, rgba(255,255,255,0.4) 1px -1px 3px,/*右上、左下*/
      rgba(255,255,255,0.4) 0px 1px 3px, rgba(255,255,255,0.4) 0-1px 3px,/*右、左*/
      rgba(255,255,255,0.4) -1px 0 3px, rgba(255,255,255,0.4) 1px 0 3px;/*上、下*/
}
#mainimage h2 strong {
  display: block;
  font-size:26px;
  color: #8957a1;
}
#mainimage p {
	text-align: left;
  padding: 0 15px;
  line-height: 1.3;
  font-weight: 600;
    font-size:18px;
    text-shadow: 
        rgba(255,255,255,0.4) 1px 1px 3px, rgba(255,255,255,0.4) -1px -1px 3px,/*右下、左上*/
        rgba(255,255,255,0.4) -1px 1px 3px, rgba(255,255,255,0.4) 1px -1px 3px,/*右上、左下*/
        rgba(255,255,255,0.4) 0px 1px 3px, rgba(255,255,255,0.4) 0-1px 3px,/*右、左*/
        rgba(255,255,255,0.4) -1px 0 3px, rgba(255,255,255,0.4) 1px 0 3px;/*上、下*/
}
@media print, screen and (min-width:768px) {
#mainimage {
  display: flex;
  align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  padding-top: 250px;
	overflow: hidden;
  background: url("../img/index_img/mainimage.jpg") 80% top no-repeat;
  background-size: cover;
}
#mainimage h2 {
  margin-bottom: 20px;
	text-align: left;
  padding-left: 40px;
  line-height: 1.3;
  font-weight: 600;
    font-size:52px;
    text-shadow: 
        rgba(255,255,255,0.4) 1px 1px 4px, rgba(255,255,255,0.4) -1px -1px 4px,/*右下、左上*/
        rgba(255,255,255,0.4) -1px 1px 4px, rgba(255,255,255,0.4) 1px -1px 4px,/*右上、左下*/
        rgba(255,255,255,0.4) 0px 1px 4px, rgba(255,255,255,0.4) 0-1px 4px,/*右、左*/
        rgba(255,255,255,0.4) -1px 0 4px, rgba(255,255,255,0.4) 1px 0 4px;/*上、下*/
}
#mainimage h2 strong {
	display: block;
    font-size:60px;
  color: #8957a1;
}
#mainimage p {
	text-align: left;
  padding-left: 40px;
  line-height: 1.3;
  font-weight: 600;
    font-size:32px;
    text-shadow: 
        rgba(255,255,255,0.4) 1px 1px 4px, rgba(255,255,255,0.4) -1px -1px 4px,/*右下、左上*/
        rgba(255,255,255,0.4) -1px 1px 4px, rgba(255,255,255,0.4) 1px -1px 4px,/*右上、左下*/
        rgba(255,255,255,0.4) 0px 1px 4px, rgba(255,255,255,0.4) 0-1px 4px,/*右、左*/
        rgba(255,255,255,0.4) -1px 0 4px, rgba(255,255,255,0.4) 1px 0 4px;/*上、下*/
}
}
@media print, screen and (min-width:992px) {
#mainimage {
  display: flex;
  align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
  padding-top: 250px;
	overflow: hidden;
  background: url("../img/index_img/mainimage.jpg") right top no-repeat;
  background-size: cover;
}
}

/*------------------------------------------------------------content*/
#worries {
  padding: 40px 0;
}
#worries h3 {
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 600;
}
#worries h3 strong {
  font-size: 24px;
  color: #8957a1;
}
#worries > ul > li {
}
#worries > ul > li > div {
}
#worries > ul > li:nth-child(2n) > div {
}
#worries > ul > li > div div {
  margin-left: 15px;
  padding: 20px 15px;
  text-align: left;
  background: url("../img/common_img/bg_paper01.png") center top;
}
#worries > ul > li > div div ul li {
  margin-bottom: 0.8em;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
	color: #a01616;
}
#worries > ul > li > div div ul li span {
	padding-right: 5px;
	padding-left: 5px;
  background:linear-gradient(transparent 70%, rgba(0, 0, 14, 0.1) 70%);
}
#worries > ul > li > div div p {
  margin-top: 20px;
  padding: 15px;
  font-size: 16px;
  background: #fff;
}
#worries > ul > li > div div p strong {
  font-size: 18px;
  color: #8957a1;
}
#worries > ul > li figure {
  margin-right: 15px;
}
#worries figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:576px) {
#worries > ul > li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#worries > ul > li:nth-child(2n) {
  flex-direction: row;
}
#worries > ul > li > div {
  width: 60%;
  margin-left: -10%;
  z-index: 1;
}
#worries > ul > li:nth-child(2n) > div {
  margin-left: auto;
  margin-right: -10%;
  z-index: 1;
}
#worries > ul > li > div div {
  margin-left: 0;
}
#worries > ul > li > div div ul li {
  margin-bottom: 0.7em;
  line-height: 1.2;
}
#worries > ul > li > div div ul li span {
  padding-right: 5px;
  padding-left: 5px;
}
#worries > ul > li figure {
  width: 60%;
  margin-right: -10%;
}
#worries > ul > li:nth-child(2n) figure {
  margin-right: auto;
  margin-left: -10%;
}
#worries figure img {
  width: 100%;
  height: autos;
}
}

@media print, screen and (min-width:768px) {
#worries {
  padding: 90px 0;
}
#worries h3 {
  margin-bottom: 50px;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 600;
}
#worries h3 strong {
  font-size: 50px;
  color: #8957a1;
}
#worries > ul > li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#worries > ul > li:nth-child(2n) {
  flex-direction: row;
}
#worries > ul > li > div {
  width: 60%;
  margin-left: -10%;
  z-index: 1;
}
#worries > ul > li:nth-child(2n) > div {
  margin-left: auto;
  margin-right: -10%;
  z-index: 1;
}
#worries > ul > li > div div {
  height: 100%;
  padding: 25px;
  text-align: left;
  background: url("../img/common_img/bg_paper01.png") center top;
}
#worries > ul > li > div div ul li {
  margin-bottom: 0.7em;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 600;
	color: #a01616;
}
#worries > ul > li > div div p {
  margin-top: 30px;
  padding: 20px;
  font-size: 18px;
  background: #fff;
}
#worries > ul > li > div div p strong {
  font-size: 22px;
  color: #8957a1;
}
#worries > ul > li figure {
  width: 60%;
  margin-right: -10%;
}
#worries > ul > li:nth-child(2n) figure {
  margin-right: auto;
  margin-left: -10%;
}
#worries figure img {
  width: 100%;
  height: autos;
}
}
@media print, screen and (min-width:1200px) {
#worries {
  padding: 90px 0;
}
#worries h3 {
  margin-bottom: 50px;
  line-height: 1.4;
  font-size: 60px;
  font-weight: 600;
}
#worries h3 strong {
  font-size: 72px;
  color: #8957a1;
}
#worries > ul > li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#worries > ul > li:nth-child(2n) {
  flex-direction: row;
}
#worries > ul > li > div {
  width: 60%;
  margin-left: -10%;
  z-index: 1;
}
#worries > ul > li:nth-child(2n) > div {
  margin-left: auto;
  margin-right: -10%;
  z-index: 1;
}
#worries > ul > li > div div {
  height: 100%;
  padding: 40px;
  text-align: left;
  background: url("../img/common_img/bg_paper01.png") center top;
}
#worries > ul > li > div div ul li {
  margin-bottom: 0.7em;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
	color: #a01616;
}
#worries > ul > li > div div ul li span {
	padding-right: 5px;
	padding-left: 5px;
}
#worries > ul > li > div div p {
  margin-top: 40px;
  padding: 30px;
  font-size: 20px;
  background: #fff;
}
#worries > ul > li > div div p strong {
  font-size: 22px;
  color: #8957a1;
}
#worries > ul > li figure {
  width: 60%;
  margin-right: -10%;
}
#worries > ul > li:nth-child(2n) figure {
  margin-right: auto;
  margin-left: -10%;
}
#worries figure img {
  width: 100%;
  height: autos;
}
}


#reason .wrapper {
  padding: 25px 15px;
  background: #fff;
}
#reason .wrapper h3 {
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 600;
  color: #8957a1;
}
#reason .wrapper h3 span {
  display: inline-block;
}
#reason .wrapper h4 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}
#reason .wrapper h4 > span {
  display: block;
}
#reason .wrapper h4 strong {
  display: block;
  line-height: 1.5;
  font-size: 20px;
}
#reason .wrapper h4 strong span {
  background:linear-gradient(transparent 60%, rgba(137, 87, 161, 0.6) 60%);
}
#reason .wrapper p {
  margin-bottom: 1em;
  text-align: left;
}
#reason .wrapper p strong {
  font-size: 17px;
  color: #8957a1;
}
#reason .wrapper .box {
  margin-bottom: 0.8em;
  padding: 15px;
  background: url("../img/common_img/bg_paper03.png") center top;
}
#reason .wrapper .box ul li {
  margin-bottom: 0.8em;
  padding-left: 28px;
  text-align: left;
  font-size: 17px;
  line-height: 1.4;
  background: url("../img/common_img/icon_mum.png") left 0.1em no-repeat;
  background-size: 22px auto;
}
#reason .wrapper .box ul li:last-child {
  margin-bottom: 0;
}
#reason .wrapper .bn {
  margin-top: 1.5em;
}
#reason .wrapper .bn a {
  display: flex;
  align-items: center;
  aspect-ratio: 46 / 11;
  padding: 0 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  text-shadow: 
    rgba(255,255,255,0.4) 1px 1px 3px, rgba(255,255,255,0.4) -1px -1px 3px,/*右下、左上*/
    rgba(255,255,255,0.4) -1px 1px 3px, rgba(255,255,255,0.4) 1px -1px 3px,/*右上、左下*/
    rgba(255,255,255,0.4) 0px 1px 3px, rgba(255,255,255,0.4) 0-1px 3px,/*右、左*/
    rgba(255,255,255,0.4) -1px 0 3px, rgba(255,255,255,0.4) 1px 0 3px;/*上、下*/
  background: url("../img/common_img/bn_price.jpg") right top no-repeat;
  background-size: cover;
}
#reason .wrapper .bn a > span span {
  font-size: 16px;
}
@media print, screen and (min-width:768px) {
#reason .wrapper {
  padding: 40px;
}
#reason .wrapper h3 {
  margin-bottom: 0.5em;
  font-size: 30px;
}
#reason .wrapper h3 span {
  display: inline-block;
}
#reason .wrapper h4 {
  margin-bottom: 25px;
  font-size: 24px;
}
#reason .wrapper h4 strong {
  font-size: 36px;
}
#reason .wrapper h4 strong span {
  background:linear-gradient(transparent 60%, rgba(137, 87, 161, 0.6) 60%);
}
#reason .wrapper p {
  margin-bottom: 1em;
}
#reason .wrapper p strong {
  font-size: 20px;
}
#reason .wrapper .box {
  margin-bottom: 0.8em;
  padding: 30px;
  background: url("../img/common_img/bg_paper03.png") center top;
}
#reason .wrapper .box ul li {
  margin-bottom: 0.8em;
  padding: 2px 0 2px 40px;
  font-size: 20px;
  line-height: 1.4;
  background: url("../img/common_img/icon_mum.png") left top no-repeat;
  background-size: 32px auto;
}
#reason .wrapper .box ul li:last-child {
  margin-bottom: 0;
}
#reason .wrapper .bn {
  margin-top: 2em;
  text-align: left;
}
#reason .wrapper .bn a {
  display: flex;
  align-items: center;
  aspect-ratio: 46 / 11;
  padding: 0 30px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  background: url("../img/common_img/bn_price.jpg") right top no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
#reason .wrapper .bn a:hover {
  opacity: 0.6;
}
#reason .wrapper .bn a > span span {
  font-size: 20px;
}
}
@media print, screen and (min-width:992px) {
#reason .wrapper .bn a {
  font-size: 36px;
}
#reason .wrapper .bn a > span span {
  font-size: 24px;
}
}
@media print, screen and (min-width:1200px) {
#reason .wrapper {
  padding: 60px 110px;
}
}


#point {
  padding: 40px 15px;
}
#point h3 {
  margin-bottom: 1em;
  line-height: 1.3;
  font-size:20px;
  font-weight: 600;
}
#point ul li {
  margin-bottom: 25px;
}
#point ul li:last-child {
  margin-bottom: 0;
}
#point ul li div {
  margin-bottom: 15px;
  text-align: left;
}
#point ul li div h4 {
  position: relative;
  line-height: 1.2;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 36px;
}
#point ul li div h4::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: block;
  width: 80px;
  height: 5px;
  content: "";
  background: #8957a1;
}
#point ul li div h4 strong {
  font-size: 23px;
  color: #8957a1;
}
#point ul li figure {
}
#point ul li figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:576px) {
#point {
  padding: 40px 0;
}
#point ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#point ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
#point ul li div {
  width: 50%;
  text-align: left;
  padding: 15px;
}
#point ul li figure {
  width: 50%;
}
}
@media print, screen and (min-width:768px) {
#point {
  padding: 90px 0;
}
#point h3 {
  margin-bottom: 50px;
  font-size:40px;
  font-weight: 600;
}
#point ul li div {
  padding: 20px;
}
#point ul li div h4 {
  position: relative;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 55px;
}
#point ul li div h4::after {
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
  width: 120px;
  height: 5px;
  content: "";
  background: #8957a1;
}
#point ul li div h4 strong {
  font-size: 40px;
  color: #8957a1;
}
}
@media print, screen and (min-width:1200px) {
#point h3 {
  margin-bottom: 50px;
  font-size:40px;
  font-weight: 600;
}
#point ul li {
  display: flex;
  align-items: center;
}
#point ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
#point ul li div {
  width: 50%;
  text-align: left;
  padding: 40px;
}
#point ul li div h4 {
  position: relative;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 55px;
}
#point ul li div h4::after {
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
  width: 120px;
  height: 5px;
  content: "";
  background: #8957a1;
}
#point ul li div h4 strong {
  font-size: 40px;
  color: #8957a1;
}
#point ul li figure {
  width: 50%;
}
#point ul li figure img {
  width: 100%;
  height: auto;
}
}


.contact_box {
  padding: 35px 0;
  text-align: center;
  color: #fff;
  background: url("../img/common_img/bg_paper02.jpg") center top;
}
.contact_box h3 {
  margin-bottom: 0.6em;
  line-height: 1.1;
  font-size: 19px;
  font-weight: 600;
}
.contact_box p {
  line-height: 1.1;
  font-size: 28px;
  font-weight: 600;
}
.contact_box p span {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 20px;
}
.contact_box a {
  text-decoration: none;
  color: #fff;
}
@media print, screen and (min-width:768px) {
.contact_box {
  padding: 70px 0;
}
.contact_box h3 {
  margin-bottom: 0.6em;
  font-size: 30px;
}
.contact_box p {
  font-size: 60px;
}
.contact_box p span {
  font-size: 36px;
}
}


#check {
  padding: 40px 0;
}
#check h3 {
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: center;
  font-size:20px;
  font-weight: 600;
}
#check .box {
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  background: #fff;
}
#check .box h4 {
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: center;
  font-size:19px;
  font-weight: 600;
}
#check .box figure {
  margin-bottom: 20px;
}
#check .box figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#check .box .list_check {
  display: inline-block;
}
#check .box .list_check li {
  margin-bottom: 0.8em;
  padding-left: 28px;
  text-align: left;
  line-height: 1.3;
  background: url("../img/common_img/icon_check.png") left top no-repeat;
  background-size: 22px auto;
}
#check .box .list_stain > li {
  padding: 15px;
  text-align: center;
  background: url("../img/common_img/bg_paper03.png") center top;
}
#check .box .list_stain > li:last-child {
  margin-top: 15px;
  background: url("../img/common_img/bg_paper01.png") center top #a1a1a1;
}
#check .box .list_stain > li h5 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  line-height: 1.3;
  text-align: center;
  font-size:18px;
  font-weight: 600;
  border-bottom: solid 5px #8957a1;
}
#check .box .list_stain > li:last-child h5 {
  border-bottom: solid 5px #808080;
}
#check .box .list_stain > li ul {
  display: inline-block;
}
#check .box .list_stain > li ul li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 20px;
  text-align: left;
  line-height: 1.3;
}
#check .box .list_stain > li ul li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #8957a1;
  transform: rotate(45deg);
}
#check .box .list_stain > li:last-child ul li::before {
  background: #808080;
}
@media print, screen and (min-width:768px) {
#check {
  padding: 90px 0;
}
#check h3 {
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: center;
  font-size:40px;
  font-weight: 600;
}
#check .box {
  margin-top: 40px;
  padding: 40px;
}
#check .box h4 {
  font-size:36px;
}
#check .box figure {
  margin-bottom: 30px;
}
#check .box .list_check li {
  margin-bottom: 0.8em;
  padding: 2px 0 2px 32px ;
  background: url("../img/common_img/icon_check.png") left top no-repeat;
  background-size: 28px auto;
}
#check .box .list_stain > li {
  padding: 30px;
}
#check .box .list_stain > li:last-child {
  margin-top: 30px;
}
#check .box .list_stain > li h5 {
  font-size:28px;
}
#check .box .list_stain > li ul li {
  padding-left: 24px;
}
#check .box .list_stain > li ul li::before {
  width: 12px;
  height: 12px;
}
}
@media print, screen and (min-width:992px) {
#check .box .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#check .box .flex_box figure {
  margin-bottom: 0;
}
#check .box .list_stain {
  display: flex;
  justify-content: space-between;
}
#check .box .list_stain > li {
  width: 48%;
}
#check .box .list_stain > li:last-child {
  margin-top: 0;
}
}
@media print, screen and (min-width:1200px) {
#check .box .flex_box {
  justify-content: space-around;
}
}


#maintenance {
  padding: 40px 0;
}
#maintenance h3 {
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: center;
  font-size:20px;
  font-weight: 600;
}
#maintenance nav {
  margin-bottom: 20px;
}
#maintenance nav ul {
  display: flex;
  justify-content: center;
}
#maintenance nav ul li {
  width: 7em;
  margin: 0 5px;
  line-height: 1.1;
}
#maintenance nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  color: #8957a1;
  border: solid 2px #8957a1;
}
#maintenance nav ul li a span {
  position: relative;
  padding-left: 15px;
}
#maintenance nav ul li a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  border-left: solid 3px #8957a1;
  border-bottom: solid 3px #8957a1;
  transform: rotate(-45deg);
}

#maintenance .list_mainte > li {
  margin-bottom: 30px;
}
#maintenance .list_mainte > li .box {
  background: url("../img/common_img/bg_paper01.png") center top;
}
#maintenance .list_mainte > li .box > div {
  padding: 15px 0 15px 15px;
}
#maintenance .list_mainte > li .box > div h4 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  line-height: 1.3;
  text-align: left;
  font-size:20px;
  font-weight: 600;
  border-bottom: solid 5px #8957a1;
}
#maintenance .list_mainte > li .box > div h5 {
  margin-bottom: 0.5em;
  line-height: 1.3;
  text-align: left;
  font-size:18px;
  font-weight: 600;
  color: #8957a1;
}
#maintenance .list_mainte > li .box > div p {
  padding-right: 15px;
}
#maintenance .list_mainte > li .box > figure img {
  width: 100%;
  height: auto;
}
#maintenance .list_mainte > li .box > p {
  padding: 15px;
}

.list_flow li {
  position: relative;
  counter-increment: cnt;
  margin-bottom: 0.8em;
  padding-left: 30px;
  line-height: 1.35;
}
.list_flow li:last-child {
  margin-bottom: 0;
}
.list_flow li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(cnt);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  background: url("../img/common_img/bg_paper02.jpg") center top;
}

@media print, screen and (min-width:768px) {
#maintenance {
  padding: 90px 0;
}
#maintenance h3 {
  font-size:40px;
}
#maintenance nav {
  margin-bottom: 40px;
}
#maintenance nav ul li {
  width: 8.5em;
  margin: 0 10px;
  font-size: 24px;
}
#maintenance nav ul li a {
  height: 60px;
  transition: all 0.5s;
}
#maintenance nav ul li a:hover {
  color: #fff;
  background: #8957a1;
}
#maintenance nav ul li a span {
  padding-left: 32px;
}
#maintenance nav ul li a span::before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  content: "";
  border-left: solid 4px #8957a1;
  border-bottom: solid 4px #8957a1;
  transition: all 0.5s;
}
#maintenance nav ul li a:hover span::before {
  border-left: solid 4px #fff;
  border-bottom: solid 4px #fff;
}

#maintenance .list_mainte > li {
  margin-bottom: 40px;
}
#maintenance .list_mainte > li .box {
  text-align: left;
}
#maintenance .list_mainte > li:first-child .box, #maintenance .list_mainte > li:last-child .box {
  display: flex;
}
#maintenance .list_mainte > li .box > div {
  padding: 30px 0 30px 30px;
}
#maintenance .list_mainte > li:first-child .box > div, #maintenance .list_mainte > li:last-child .box > div {
  width: 50%;
}
#maintenance .list_mainte > li .box > div h4 {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  font-size:40px;
}
#maintenance .list_mainte > li .box > div h5 {
  margin-bottom: 0.5em;
  font-size:22px;
}
#maintenance .list_mainte > li .box > div p {
  padding-right: 20px;
}
#maintenance .list_mainte > li:first-child .box > figure, #maintenance .list_mainte > li:last-child .box > figure {
  width: 50%;
}
#maintenance .list_mainte > li .box > p {
  padding: 30px;
}

.list_flow li {
  padding-left: 38px;
}
.list_flow li::before {
  width: 28px;
  height: 28px;
}
}
@media print, screen and (min-width:992px) {
#maintenance nav ul li {
  width: 280px;
}
#maintenance .list_mainte > li .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#maintenance .list_mainte > li .box > div {
  padding: 40px 0 40px 40px;
}
#maintenance .list_mainte > li:nth-child(2) .box > div {
  width: calc(100% - 676px);
}
#maintenance .list_mainte > li .box > div p {
  padding-right: 40px;
}
#maintenance .list_mainte > li:nth-child(2) .box > figure {
  width: 676px;
}
#maintenance .list_mainte > li .box > p {
  width: 100%;
  padding: 0 40px 40px;
}
}


#faq {
  padding: 40px 0;
}
#faq h3 {
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: center;
  font-size:20px;
  font-weight: 600;
}
#faq dl div {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}
#faq dl div dt {
  position: relative;
  margin-bottom: 1em;
  padding-left: 44px;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 600;
  color: #8957a1;
}
#faq dl div dt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../img/common_img/bg_paper02.jpg") center top;
  transform: rotate(45deg);
}
#faq dl div dt::after {
  position: absolute;
  top: -0.1em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 1.1;
  content: "Q";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
#faq dl div dd {
  position: relative;
  margin-left: 15px;
  padding-left: 44px;
}
#faq dl div dd::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  border: solid 2px #8957a1;
  transform: rotate(45deg);
}
#faq dl div dd::after {
  position: absolute;
  top: -0.1em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 1.1;
  content: "A";
  font-size: 20px;
  font-weight: 600;
  color: #8957a1;
}
@media print, screen and (min-width:768px) {
#faq {
  padding: 90px 0;
}
#faq h3 {
  font-size:40px;
}
#faq dl div {
  margin-bottom: 40px;
  padding: 40px;
  text-align: left;
}
#faq dl div dt {
  margin-bottom: 1.5em;
  padding-top: 0.2em;
  padding-left: 80px;
  font-size: 22px;
}
#faq dl div dt::before {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
#faq dl div dt::after {
  top: -0.1em;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 32px;
}
#faq dl div dd {
  position: relative;
  margin-left: 40px;
  padding-left: 80px;
  padding-top: 0.2em;
}
#faq dl div dd::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  border: solid 2px #8957a1;
  transform: rotate(45deg);
}
#faq dl div dd::after {
  position: absolute;
  top: -0.1em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 1.1;
  content: "A";
  font-size: 32px;
  font-weight: 600;
  color: #8957a1;
}
}




