@charset "UTF-8";
@font-face {
  font-family: icoset;
  src: url(/gs_front/style/fonts/icoset.ttf) format("truetype"), url(/gs_front/style/fonts/icoset.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
#breadcrumb{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

#container a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
#container a:active {
  opacity: .7
}
.sp_only {
  display: none
}
.center {
  text-align: center;
}
.inner {
width: 1000px;
max-width: 100%;
margin: auto;
}
.button {
  width: 100%;
	max-width: 400px;
  margin: 45px auto
}
.btn-submit, .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
  color: #fff;
  background-color: #333;
  transition: .3s;
  box-shadow: 0px 6px 6px -4px rgb(10 10 10 / 10%), 1px 0px 0px 4px rgb(10 10 10 / 2%);
}
.button .btn-submit::after, .button a::after {
  content: '';
  margin-left: 5px;
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg)
}
.button a:hover {
  text-decoration: none;
  background-color: #bbb
}
.content_name {
  background-color: #f7f7f7;
padding: 5px 10px;
}

.content_name span {
font-weight: bold;
}

article {
padding-bottom: 15px;
}
.manner section {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 10px;
}
h2 {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
h2.title {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: left;
    background-color: #f3f3f3;
    padding: 10px;
}
h3.title {
  font-weight: bold;
}
.underlayer .title {
  font-weight: 700;
  padding: 0 0 0 5px;
  border-left: 2px solid #5a92e7;
  font-size: 2rem;
  margin-bottom: 10px;
}
.lead {
  padding: 0 3%;
}
.manner .desc {
  margin: 20px auto;
  line-height: 1.6;
}

.manner p span {
font-weight: bold;
    color: #5a92e7;
}

.manner p .ib {
  font-weight: normal;
  color: #333;
}

.select_point {
  margin: 15px;
}
.select_point li {
  font-weight: bold;
  margin-bottom: 10px;
}
.select_pointl li:nth-last-child(1) {
  margin-bottom: 0;
}
/*main_visual_area*/
.mainvisual_area{
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.title_area {
  border: 2px solid #e3e3e3;
    margin: 0 auto 15px;
}

h1 {
  padding: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}

.infomation_area{
	text-align: right;
    padding: 10px;
}

.infomation_area h4{
	margin-bottom: 5px;
}

.infomation_area .sns ul{
	display: flex;
	justify-content: space-between;
	width: 15%;
	margin: 0 0 5px auto;
	
}

.infomation_area .sns ul li{
	width: 25%;
}

.infomation_area .update{
	font-size: 1.2rem;
	color: #999;
}

.toplayer .infomation_area{
	text-align: center;
}

.toplayer .infomation_area .sns ul{
	margin: auto;
	
}

/*swiper*/
.swiper-container {
  margin: 0 -3%
}
.swiper-container {
  padding: 0 10px
}
.swiper-pagination {
  position: relative;
  margin-top: 10px;
  bottom: auto !important
}
.swiper-button-next:after, .swiper-container-rtl, .swiper-button-prev:after {
  content: none !important;
}
.swiper-button-prev {
  left: -10px;
}
.swiper-button-next {
  right: -10px;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 44%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 40px;
  height: 48px;
  background-size: 36px 48px;
}
.swiper-button-next {
  background-image: url(/cmn/images/arrow.svg);
}
.swiper-button-prev {
  background-image: url(/cmn/images/arrow.svg);
  transform: scale(-1, 1);
}
.swiper-pagination-bullet-active {
  background-color: #efc94d
}
/*table*/
.manner table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
.manner table th {
  border: 1px solid #999999;
  font-weight: bold;
  padding: 5px;
}
.manner table td {
  border: 1px solid #999999;
  padding: 5px;
}
/* outline_area */
.manner .outline_area {
padding: 0;
margin-bottom: 30px;
}

.outline {
  padding: 30px 15px;
  background-color: #f2f2f2;
}
.outline_title {
  font-weight: 700;
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 22px;
}
.outline_area ul li a span {
  margin: 0 5px 0 0;
}

.outline_area ul li{
text-align: left;
}

.outline_area ul li a {
  display: block;
  margin: 0 0 5px 0;
  color: #001f5e;
  text-decoration: none !important;
}
.outline_area ul li ul li a {
  margin: 0 0 5px 5px;
  color: #001f5e;
  text-decoration: none !important;
}
/*フッター部分検索*/
.fix-btn_box {
    padding: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: -2;
    width: 100%;
}

.is-search_fixed .fix-btn_box {
  position: fixed;
  top: 70px;
  z-index: 3;
  -webkit-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s
}
.is-search_fixed .index .fix-btn_box {
  top: 75pt
}
.end .fix-btn_box {
  display: none
}
.fix-btn_box .wrap {
  position: relative;
  padding: 0;
  height: 0;
  max-width: 1780px
}
.fix-btn_search {
  position: absolute;
  right: 1pc;
  top: 0;
  margin-top: 150px;
  z-index: 1
}
.is-fixed_side .fix-btn_search {
  opacity: 1
}
.fix-btn_search a {
  display: block;
  width: 90px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 90px;
  text-decoration: none !important;
  position: relative
}
.fix-btn_search a:before {
  content: "\e902";
  font-family: icoset;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 3pc;
  height: 3pc;
  display: block;
  bottom: 20.5px;
  left: 50%;
  margin-left: -20px;
  font-size: 4.8rem
}
.fix-btn_search a:after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background: #fff;
  position: absolute;
  left: 29px;
  bottom: 31px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.isOtherDevice .fix-btn_search a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.fix-btn_search span {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  background: #b9aa68;
  text-align: center;
  padding: 8px 0 6px;
    color: #fff!important;
}
.fix-btn_delivery {
  opacity: 0;
  position: absolute;
  right: 1pc;
  top: 15px;
  width: 90px;
  height: 118px;
  z-index: 2
}
.is-search_fixed .fix-btn_delivery {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}
.fix-btn_delivery i.fix-btn_close {
  display: none
}
.fix-btn_delivery a {
  display: block;
  background-color: #99986b;
  background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
  background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
  background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
  background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background-size: 9pt 9pt;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  padding: 38px 0 15px;
  border-radius: 8px;
  position: relative
}
.fix-btn_delivery a:after {
  content: "\e905";
  font-family: icoset;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 62px;
  height: 3pc;
  top: -13px;
  left: 50%;
  margin-left: -31px;
  -webkit-animation: b 1s infinite alternate linear;
  animation: b 1s infinite alternate linear;
  font-size: 5.5rem;
  text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
}
.fix-btn_delivery a span {
  font-size: 1.4rem;
  line-height: 1.2
}
.fix-btn_delivery a span em {
  font-size: 1.8rem;
  font-weight: 700
}
.isOtherDevice .fix-btn_delivery a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(50%, #8c8b5b), to(#8c8b5b));
  background: -webkit-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 50%, #8c8b5b);
  background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(0, #8c8b5b), to(#8c8b5b));
  background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background: linear-gradient(90deg, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background-size: 9pt 9pt
}
.is-search {
  overflow-y: hidden
}
.modal-pullMenu_box {
  display: none
}
.modal-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
  -webkit-animation: d .3s;
  animation: d .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: -3;
  background: transparent
}
.is-search .modal-overlay {
  background: rgba(0, 0, 0, .7);
  z-index: 5;
  -webkit-animation: c .3s;
  animation: c .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1
}
.modal-search {
  background: #fff;
  z-index: 6;
  width: 25pc;
  height: 100vh;
  position: fixed;
  right: -25pc;
  top: 0;
  padding:60px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.is-search .modal-search, .modal-search {
  -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}
.is-search .modal-search {
  right: 0
}
.modal-search_cover {
  position: relative;
  padding: 30px;
  color: #fff
}

.modal-search_cover .button {
width: 100%;
margin: 15px auto 0;
}

.modal-search_cover .button a {
  text-decoration: none !important;
  color: #fff
}
.isOtherDevice .modal-search_cover a:hover {
  color: #c83250
}
.modal-close.top {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right
}
.modal-close.top a {
  display: inline-block;
  padding-right: 1.2em;
  font-size: 1.2rem;
  position: relative
}
.modal-close.top a:after {
  content: "\e91b";
  font-family: defico;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  right: 0;
  top: .43em
}
.modal-close.top a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c83250;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.isOtherDevice .modal-close.top a:hover:before {
  opacity: 1
}
.modal-close.btm {
  margin-top: 20px
}
.modal-close.btm .modal-close_btn {
  width: 100%;
  background: #444;
  color: #fff !important;
  display: block;
  text-align: center;
  min-height: 36px;
  padding-top: 9px
}
.isOtherDevice .modal-close.btm .modal-close_btn {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.isOtherDevice .modal-close.btm .modal-close_btn:hover {
  opacity: .7
}
.modal-search_ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
	color: #000;
}
.modal-search_subttl {
  font-size: 1.5rem;
  line-height: 1.3;
    color: #333;
}
.modal-search_box {
  margin-top: 20px;
  font-size: 1.5rem
}

.modal-search_box .button a {
background-color: #333;
}

.modal-search_box .button a:hover {
color: #fff;
}

.modal-search_box ~ .modal-search_box {
  border-top: 1px dashed #444;
  margin-top: 20px;
  padding-top: 20px
}
.modal-search_box button, .modal-search_box input[type=button], .modal-search_box input[type=file], .modal-search_box input[type=submit], .modal-search_box label, .modal-search_box option, .modal-search_box select {
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: transparent
}
.modal-search_box input, .modal-search_box select {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #444;
  font-size: 1.5rem;
  border-radius: 0;
  padding: 5px 10px;
  height: 36px
}
.modal-search_box select::-ms-expand {
  display: none
}
.modal-search_box .btn-submit {
  background: #444;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px;
  height: 36px;
  vertical-align: top;
}
.isOtherDevice .modal-search_box .btn-submit {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.isOtherDevice .modal-search_box .btn-submit:hover {
  opacity: .7
}
.modal-keywords_box fieldset:after {
  content: "";
  display: block;
  clear: both
}
.modal-keywords_box fieldset .query {
  width: calc(100% - 5pc);
  float: left
}
.modal-keywords_box fieldset .btn-submit {
  width: 70px;
  float: right
}
.modal-select_box .btn-submit {
  margin-top: 10px;
  width: 100%
}
.modal-select_box .search-select_cover {
  margin-top: 5px
}
.modal-select_box .search-select_cover:after {
  content: "";
  display: block;
  clear: both
}
.modal-select_box .search-select_cover .select {
  width: calc(50% - 1em);
  float: left;
  position: relative
}
.modal-select_box .search-select_cover .select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #444 transparent transparent;
  margin-top: -3px
}
.modal-select_box .search-select_cover .select ~ .select {
  float: right
}
.modal-select_box .search-select_cover .select ~ .select:before {
  content: "\e91b";
  font-family: defico;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  position: absolute;
  left: -1.6em;
  top: 13px;
  color: #333;
}
.modal-select_box .search-select_cover select {
  width: 100%;
  background: transparent;
  padding-right: 1.6em
}
.modal-item_link .item-link_list dt {
  border-top: 1px dashed #444;
  margin-top: 18px;
  padding-top: 18px
}
.modal-item_link .item-link_list dt.noborder, .modal-item_link .item-link_list dt:first-child {
  border: 0;
  margin-top: -5px;
  padding: 0
}
.modal-item_link .item-link_list dt.noborder {
  margin-top: 9pt
}
.modal-item_link .item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 103%;
  margin-left: -3%;
  margin-top: 6px
}
.modal-item_link .item-link li {
  width: 47%;
  margin-left: 3%
}
.modal-item_link .item-link li:nth-child(n+3) {
  margin-top: 3px
}
.modal-item_link .item-link a {
  display: block;
  position: relative;
  padding-left: 1em
}
.modal-item_link .item-link a:after {
  content: "\e914";
  font-family: defico;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: .3em
}
.isOtherDevice .modal-item_link .item-link a:hover span {
  text-decoration: underline
}
.modal-item_link .item-link span {
  display: inline-block
}
.js-fix-btn_search {
  display: none !important
}


/*簡単検索*/
/*簡単検索*/
.easysearch_area .inner {
  background-color: #f7f7f7;
	padding: 30px;
}
.select_outer {
  zoom: 1
}
.select_outer input, .select_outer select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #444;
  font-size: 1.3rem;
  border-radius: 0;
  padding: 5px 26px 5px 8px;
  height: 36px;
  width: 100%
}
.select_outer {
  display: flex;
  justify-content: space-evenly;
  padding: 10px
}
.select_outer .select {
  width: 45%;
  position: relative;
  background: #fff
}
.select_outer .select ~ .select:before {
  content: "\e91b";
  font-family: defico;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  position: absolute;
  left: -1.6em;
  top: 13px
}
.select_outer .select select {
  position: relative;
  z-index: 1;
  background: transparent
}
/*共通読み込み部分*/
.manner section.other_manner_area {
  background-color: #f7f7f7;
}
.manner section.other_manner_area li {
  background-color: #fff;
  padding: 5px;
}
.manner section.other_manner_area li .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0;
  height: 4.5rem;
}
.manner section.other_manner_area li .txt {
  background-color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9rem;
}
.name, .item_name {
  margin: 5px 0;
  font-weight: bold;
}
.item a {
  display: block
}
.item .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}


/*共通読み込み部分*/
.manner section.other_manner_area {
  background-color: #f7f7f7;
}
.manner section.other_manner_area li {
  background-color: #fff;
  padding: 5px;
}
.manner section.other_manner_area li .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0;
  height: 4.5rem;
}
.manner section.other_manner_area li .txt {
  background-color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9rem;
}
.name, .item_name {
  margin: 5px 0;
  font-weight: bold;
}
.txt {
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0 auto;
}
.item a {
  display: block
}
.item .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}


/*searvice_area*/
.manner.ayl .service_area a{
display: block;
}

.manner.ayl .service_area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.manner.ayl .service_area ul li{
width: 32%;
padding: 15px;
position: relative;
    display: block;
    overflow: hidden;
margin-bottom: 10px;
}

.manner.ayl .service_area li a:hover{
opacity: 1!important;
}


.manner.ayl .service_area ul  li .pic{
position: relative;
z-index: 10;
}

.manner.ayl .service_area ul  li .name{
position: relative;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.manner.ayl .service_area  ul  li:nth-of-type(1){
  background-color: #c7d5e6;
}

.manner.ayl .service_area ul li:nth-of-type(1):after {
  background-color: #d9e2ee;
}

.manner.ayl .service_area ul li:nth-of-type(2) {
  background-color: #e3d1bf;
}

.manner.ayl .service_area ul li:nth-of-type(2):after {
  background-color: #ebded1;
}

.manner.ayl .service_area ul li:nth-of-type(3)  {
  background-color: #cddbc5;
}

.manner.ayl .service_area ul li:nth-of-type(3):after {
  background-color: #dbe5d5;
}

.manner.ayl .service_area ul li:nth-of-type(4) {
  background-color: #ddddc1;
}

.manner.ayl .service_area ul li:nth-of-type(4):after {
  background-color: #e6e6d1;
}

.manner.ayl .service_area ul li:nth-of-type(5)  {
  background-color: #d4cede;
}

.manner.ayl .service_area ul li:nth-of-type(5):after {
  background-color: #e1dde8;
}

.manner.ayl .service_area ul li:nth-of-type(6)  {
  background-color: #c6dad9;
}

.manner.ayl .service_area ul li:nth-of-type(6):after {
  background-color: #d5e4e3;
}


.manner.ayl .service_area ul li:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -50%;
  width: 200%;
  height: 100%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.mannerList section{
    padding: 0;
}

.related {
  box-shadow: 0 0.25rem 0.25rem hsl(0deg 0% 0% / 20%);
    width: 100%;
    max-width: 500px;
        margin: 0 0 0 auto;
}
.related dt {
  background-color: #f7f7f7;
  padding: 5px;
}
.related dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.related dd .pic {
  width: 30%;
}

.related dd .txt {
  font-size: 1.5rem;
}