@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal
}
.flex-container a:hover, .flex-slider a:hover {
  outline: none
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}
.flex-pauseplay span {
  text-transform: capitalize
}
.flexslider {
  margin: 0;
  padding: 0
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden
}
.flexslider .slides img {
  width: 100%;
  display: block
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
html[xmlns] .flexslider .slides {
  display: block
}
* html .flexslider .slides {
  height: 1%
}
.no-js .flexslider .slides > li:first-child {
  display: block
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: ""0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: ""0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: ""0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: ""0 1px 4px rgba(0, 0, 0, 0.2)
}
.flexslider .slides {
  zoom: 1
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none
}
@media (min-width: 769px){
  .flexslider .onlineConsultWrap {
    width: 1020px;
    position: absolute;
    top: 312px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  .flexslider .onlineConsult {
    position: absolute;
    left: 140px;
    z-index: 100;
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
  }
  .flexslider .onlineConsult:hover {
    text-decoration: none;
  }
  .flexslider .onlineConsult::before ,
  .flexslider .onlineConsult::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .flexslider .onlineConsult::before {
    border-left: 6px solid #fff;
    left: -10px;
  }
  .flexslider .onlineConsult::after {
    border-right: 6px solid #fff;
    right: -10px;
  }
  .telBnrWrap {
    display: none;
  }
  .onlineConsult_sp {
    display: none;
  }
}
@media (max-width: 768px){
  .flexslider .onlineConsultWrap {
    display: none;
  }
  .telBnrWrap {
    position: relative;
  }
  .onlineConsult_sp {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
  }
  .onlineConsult_sp a {
    color: #fff;
    font-size: 3vw;
    position: relative;
    text-decoration: underline;
    font-weight: bold;
  }
  .onlineConsult_sp a::before ,
  .onlineConsult_sp a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.85vw solid transparent;
    border-bottom: 0.85vw solid transparent;
  }
  .onlineConsult_sp a::before {
    left: -6%;
    border-left: 1.36vw solid #fff;
  }
  .onlineConsult_sp a::after {
    right: -6%;
    border-right: 1.36vw solid #fff;
  }
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}
.loading .flex-viewport {
  max-height: 300px
}
.carousel li {
  margin-right: 5px
}
.flex-direction-nav {
  *height: 0
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3)
}
.flex-direction-nav a.flex-next:before {
  content: '\f002'
}
.flex-direction-nav .flex-prev {
  left: -50px
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'
}
.flex-pauseplay a:hover {
  opacity: 1
}
.flex-pauseplay a.flex-play:before {
  content: '\f003'
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7)
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}
.flex-control-thumbs img:hover {
  opacity: 1
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px
  }
}
#topVisual {
  margin: 0
}
@media screen and (max-width: 1020px) and (min-width: 769px) {
  #topVisual {
    min-width: 1020px
  }
}
@media screen and (min-width: 769px) {
  #topVisual .slides li {
    height: 400px
  }
}
#topVisual .slides li div, #topVisual .slides li p {
  line-height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 100%
}
@media screen and (max-width: 768px) {
  #topVisual .slides li div, #topVisual .slides li p {
    padding-top: 50%
  }
}
#topVisual .slides li div {
  background: url(../top/sliderImg01_241212.png) no-repeat top center;
  background-size: cover
}
@media screen and (min-width: 1801px) {
  #topVisual .slides li div {
    background: url(../top/sliderImg01_241212.png) no-repeat top center;
    background-size: contain
  }
}
@media screen and (max-width: 768px) {
  #topVisual .slides li div {
    background: url(../top/sliderImg01SP.png) no-repeat top center;
    background-size: contain
  }
}
#topVisual .slides li p {
  background: url(../top/sliderImg03.png) no-repeat top center;
  background-size: cover
}
@media screen and (min-width: 1801px) {
  #topVisual .slides li p {
    background: url(../top/sliderImg03.png) no-repeat top center;
    background-size: contain
  }
}
@media screen and (max-width: 768px) {
  #topVisual .slides li p {
    background: url(../top/sliderImg03SP.png) no-repeat top center;
    background-size: contain
  }
}
@media screen and (min-width: 769px) {
  .telBnr {
    display: none
  }
}
.telBnr a {
  display: block
}
.telBnr a img {
  width: 100%
}
#worries {
  position: relative;
  background: #fff4e2
}
#worries::after {
  position: absolute;
  content: "";
  margin: auto;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 63px 0 63px;
  border-color: #fff4e2 transparent transparent transparent
}
#worries .container {
  padding: 30px 0 45px
}
@media screen and (max-width: 768px) {
  #worries .container {
    padding-left: 15px;
    padding-right: 15px
  }
}
#worries .container h2 {
  text-align: center;
  margin-bottom: 20px
}
#worries .container h2 span {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #5d9724
}
@media screen and (max-width: 480px) {
  #worries .container h2 span {
    font-size: 2.2rem;
    display: block
  }
}
#worries .container h2 span::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 100%;
  background-image: linear-gradient(to right, #664733, #664733 33.3333333333%, transparent 33.3333333333%, transparent 100%);
  background-size: 6px 6px;
  height: 1px;
  border: none
}
@media screen and (min-width: 769px) {
  #worries .container #example {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-direction: -webkit-row;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    align-content: stretch;
    -webkit-align-content: stretch;
    margin: 0 80px 60px
  }
}
@media screen and (max-width: 768px) {
  #worries .container #example {
    margin: 0 0 30px
  }
}
#worries .container #example li {
  position: relative;
  padding: 18px 10px 18px 60px;
  border-bottom: 1px solid #ef7924;
  font-size: 2rem;
  font-weight: 500;
  color: #664733
}
@media screen and (min-width: 769px) {
  #worries .container #example li {
    width: 48%
  }
  #worries .container #example li:nth-child(odd) {
    margin-right: 2%
  }
  #worries .container #example li:nth-child(even) {
    margin-left: 2%
  }
}
@media screen and (max-width: 480px) {
  #worries .container #example li {
    font-size: 1.6rem;
    padding-left: 50px
  }
}
#worries .container #example li::before {
  position: absolute;
  top: 50%;
  left: 10px;
  font-family: 'asSouzoku' !important;
  width: 32px;
  border-radius: 50%;
  font-size: 2.6rem;
  line-height: 32px;
  margin-top: -18px;
  padding: 3px;
  content: "\e90a";
  color: #fff;
  background: #ef7924;
  text-align: center
}
@media screen and (max-width: 480px) {
  #worries .container #example li::before {
    width: 26px;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 26px;
    margin-top: -15px
  }
}
#worries .container #example li a {
  color: #664733
}
@media screen and (min-width: 769px) {
  #worries .container #example li a:hover {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8
  }
}
@media screen and (min-width: 769px) {
  #worries .container #example + ul {
    margin: 0 80px 30px
  }
}
@media screen and (max-width: 768px) {
  #worries .container #example + ul {
    margin: 0 0 20px
  }
}
@media screen and (min-width: 481px) {
  #worries .container #example + ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-direction: -webkit-row;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    align-content: stretch;
    -webkit-align-content: stretch
  }
}
#worries .container #example + ul li {
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
  color: #664733;
  text-align: center
}
@media screen and (max-width: 480px) {
  #worries .container #example + ul li:not(:last-child) {
    margin-bottom: 15px
  }
}
#worries .container .catchStd {
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
  color: #ef7924;
  font-size: 2.6rem;
  line-height: 1.4em;
  font-weight: 500;
  border-bottom: 1px solid #ef7924
}
@media screen and (max-width: 480px) {
  #worries .container .catchStd {
    font-size: 2.2rem;
    line-height: 1.8em
  }
}
@media screen and (max-width: 480px) {
  #worries .container .catchStd {
    font-size: 1.8rem
  }
}
#merit {
  padding: 70px 0 30px
}
@media screen and (max-width: 768px) {
  #merit {
    padding-left: 15px;
    padding-right: 15px
  }
}
#merit h2 {
  max-width: 800px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0 auto 30px;
  padding: 20px 50px;
  border-radius: 40px;
  background: #ef7924;
  color: #fff
}
@media screen and (max-width: 768px) {
  #merit h2 {
    font-size: 2.6rem;
    padding: 20px 10px
  }
}
@media screen and (max-width: 480px) {
  #merit h2 {
    font-size: 2rem
  }
}
#merit h2 span {
  font-size: 2.8rem;
  font-weight: 500
}
@media screen and (max-width: 768px) {
  #merit h2 span {
    font-size: 2rem
  }
}
@media screen and (max-width: 480px) {
  #merit h2 span {
    font-size: 1.4rem
  }
}
#merit h2 + .text {
  margin-bottom: 50px;
  text-align: center
}
#merit h2 + .text span {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #989898
}
@media screen and (max-width: 480px) {
  #merit h2 + .text span {
    font-size: 1rem
  }
}
#merit dl dt {
  position: relative;
  font-size: 2rem;
  line-height: 1.4em;
  color: #664733;
  padding: 6px 10px;
  border: 1px solid #c4aea0;
  border-radius: 8px;
  background: #fffae5
}
@media screen and (min-width: 769px) {
  #merit dl dt::after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'asSouzoku' !important;
    content: "\e90e";
    font-size: 3rem;
    border-left: 1px solid #c4aea0;
    padding: 8px 5px 4px;
    color: #ef7924
  }
}
@media screen and (min-width: 769px) {
  #merit dl dt {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-direction: -webkit-row;
    flex-wrap: nowrap;
    flex-wrap: -webkit-nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    align-content: stretch;
    -webkit-align-content: stretch
  }
  #merit dl dt:not(:last-of-type) {
    margin-bottom: 10px
  }
}
@media screen and (max-width: 768px) {
  #merit dl dt {
    border-radius: 0
  }
  #merit dl dt:not(:first-of-type) {
    border-top: none
  }
}
@media screen and (max-width: 480px) {
  #merit dl dt {
    padding-left: 35px;
    font-size: 1.8rem
  }
}
#merit dl dt span {
  font-size: 1.4rem;
  color: #fff;
  background: #7eae31;
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 8px
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  #merit dl dt span {
    position: relative;
    top: -2px;
    padding: 5px 10px
  }
}
@media screen and (max-width: 480px) {
  #merit dl dt span {
    position: absolute;
    top: 8px;
    left: 10px;
    padding: 3px 5px;
    border-radius: 3px
  }
}
@media screen and (min-width: 769px) {
  #merit dl dt span::before {
    content: "\30E1\30EA\30C3\30C8"
  }
}
#merit dl dd {
  display: none;
  border: 1px solid #c4aea0;
  padding: 6px 10px
}
@media screen and (min-width: 769px) {
  #merit dl dd {
    border-radius: 8px;
    margin: 10px 0 20px
  }
}
@media screen and (max-width: 768px) {
  #merit dl dd {
    border-top: none
  }
}
#case {
  background: #fff4e2
}
#case .container {
  padding: 30px 0
}
@media screen and (max-width: 768px) {
  #case .container {
    padding-left: 15px;
    padding-right: 15px
  }
}
#case .container > h2 {
  text-align: center;
  margin-bottom: 20px
}
#case .container > h2 span {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #664733
}
#case .container > h2 span::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #664733, #664733 33.3333333333%, transparent 33.3333333333%, transparent 100%);
  background-size: 6px 6px;
  height: 1px;
  border: none
}
#case .container > h2 + .text {
  margin-bottom: 20px;
  text-align: center
}
#case .container .caseWrap .select {
  background: #fff
}
#other {
  background: #edf2e6;
  padding: 30px 0 100px
}
@media screen and (max-width: 768px) {
  #other {
    padding-left: 15px;
    padding-right: 15px
  }
}
#other .more {
  text-align: right
}
#other .more a {
  color: #5d9724
}
@media screen and (min-width: 769px) {
  #other .more a:hover {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8
  }
}
#other .colWrap {
  margin-bottom: 50px
}
@media screen and (max-width: 768px) {
  #other .colWrap {
    margin-bottom: 30px;
    display: block;
    padding: 0
  }
}
#other #blog h2, #other #topics h2, #other #access h2 {
  background: #5d9724;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4em;
  padding: 5px;
  border-radius: 8px 8px 0 0
}
#other #blog h2::before, #other #topics h2::before, #other #access h2::before {
  position: relative;
  top: 3px;
  font-size: 3rem;
  line-height: 0;
  font-weight: 100
}
#other #blog div, #other #topics div, #other #access div {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  border: solid #dcdcdc;
  border-width: 0 1px 1px
}
@media screen and (min-width: 769px) {
  #other #blog, #other #topics {
    width: 48%
  }
  #other #blog:nth-child(odd), #other #topics:nth-child(odd) {
    margin-right: 2%
  }
  #other #blog:nth-child(even), #other #topics:nth-child(even) {
    margin-left: 2%
  }
}
#other #blog div ul, #other #topics div ul {
  margin-bottom: 10px
}
@media screen and (min-width: 769px) {
  #other #blog div ul, #other #topics div ul {
    height: 150px;
    overflow: auto
  }
}
#other #blog div ul li, #other #topics div ul li {
  position: relative;
  color: #664733;
  padding-left: 15px
}
#other #blog div ul li::before, #other #topics div ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef7924
}
#other #blog div ul li:not(:last-of-type), #other #topics div ul li:not(:last-of-type) {
  margin-bottom: 10px
}
#other #blog div ul li span, #other #topics div ul li span {
  margin-left: 5px;
  font-size: 1.2rem
}
#other #blog div ul li a, #other #topics div ul li a {
  color: #664733;
  line-height: 1.4em
}
@media screen and (min-width: 769px) {
  #other #blog div ul li a:hover, #other #topics div ul li a:hover {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8
  }
}
@media screen and (max-width: 768px) {
  #other #topics {
    margin-top: 30px
  }
}
@media screen and (max-width: 768px) {
  #other #access {
    padding: 0
  }
}
#other #access div {
  padding: 30px
}
@media screen and (max-width: 480px) {
  #other #access div {
    padding: 30px 15px
  }
}
#other #access div > .text {
  font-size: 2rem;
  line-height: 1.6em;
  margin-bottom: 40px;
  text-align: center
}
@media screen and (max-width: 768px) {
  #other #access div > .text {
    font-size: 1.8rem
  }
}
@media screen and (max-width: 768px) {
  #other #access div > .text {
    font-size: 1.6rem
  }
}
#other #access div > .text span {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #989898
}
@media screen and (min-width: 481px) {
  #other #access div ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-direction: -webkit-row;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
    align-content: stretch;
    -webkit-align-content: stretch
  }
}
@media screen and (min-width: 769px) {
  #other #access div ul li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3)
  }
  #other #access div ul li:nth-child(n+4) {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  #other #access div ul li {
    width: 50%
  }
  #other #access div ul li:nth-child(n+3) {
    margin-top: 10px
  }
}
@media screen and (max-width: 480px) {
  #other #access div ul li {
    width: 100%
  }
  #other #access div ul li:not(:last-child) {
    margin-bottom: 10px
  }
}
#other #access div ul li a {
  display: block;
  border: 1px solid #b19c89;
  border-radius: 6px;
  background: #fbf9f4;
  margin: 0 auto;
  padding: 10px
}
@media screen and (min-width: 481px) {
  #other #access div ul li a {
    max-width: 290px
  }
}
#other #access div ul li a dl {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-direction: -webkit-row;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  align-content: stretch;
  -webkit-align-content: stretch
}
#other #access div ul li a dl dt {
  margin-right: 10px
}
#other #access div ul li a dl dt img {
  max-width: 90px
}
@media screen and (max-width: 480px) {
  #other #access div ul li a dl dt img {
    max-width: 50px
  }
}
#other #access div ul li a dl dd {
  color: #9e2b2c;
  font-weight: 500
}
#other #access div ul li a dl dd span {
  display: block;
  margin-bottom: 3px;
  font-size: 1.4rem;
  color: #664733
}
