html {
  font-size: 10px;
}

#main.home, #main.sp {
  float: initial;
  width: auto;
}
@media all and (min-width: 751px) {
  #main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media all and (max-width: 750px) {
  #main {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
#main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pageTop {
  position: static;
  margin-top: 4rem;
}
#footer .pageTop {
  display: none;
}
@media all and (min-width: 751px) {
  .sect_kango .pageTop {
    margin-right: -4rem;
  }
}
@media all and (max-width: 750px) {
  .pageTop {
    margin-top: 2rem;
  }
}
.pageTop a {
  display: block;
  width: 6.6rem;
  margin-left: auto;
  padding: 0;
  background: none;
}
@media all and (max-width: 750px) {
  .pageTop a {
    width: 3.3rem;
  }
}

.subNavi {
  background-color: #AACC00;
}

.sideLink {
  margin-top: initial;
}
.sideLink li a:hover,
.sideLink li.active a {
  background-color: #AACC00;
}

.headline1 {
  font-size: 2.4rem;
  line-height: initial;
}
@media all and (max-width: 750px) {
  .headline1 {
    color: #333 !important;
    margin: 0 0 1.5rem;
    padding: 1.5rem 0;
    font-size: 1.8rem;
    line-height: 1.3;
    border-bottom: 0.1rem solid #333;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#keyv {
  clear: both;
  overflow: hidden;
  height: 55.1rem;
  margin-bottom: 4rem;
}
@media all and (max-width: 750px) {
  #keyv {
    height: auto;
    margin-bottom: 1.5rem;
  }
}
#keyv .keyvList li {
  position: relative;
  float: left;
  display: block;
}
#keyv .keyvList li img {
  display: block;
}

#carousel {
  position: relative;
}
#carousel .prev,
#carousel .next {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 50%;
  height: 100%;
  text-indent: -9999rem;
  opacity: 0.5;
  background: #FFF;
}
#carousel .prev {
  left: -49rem;
}
#carousel .next {
  right: -49rem;
}

@media all and (max-width: 750px) {
  .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pager a {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0.5rem;
    overflow: hidden;
    text-indent: 2rem;
    border-radius: 100%;
    background-color: #CCC;
  }
  .pager a.selected {
    background-color: #F90;
  }
}
.sect_kango {
  width: calc(100% - 4rem);
}
.home .sect_kango, #main.sp .sect_kango {
  width: 100%;
}
.sect_kango + .sect_kango {
  margin-top: 6.5rem;
}
@media all and (max-width: 750px) {
  .sect_kango + .sect_kango {
    margin-top: 4rem;
  }
}
.sect_ttl {
  color: #336;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (max-width: 750px) {
  .sect_ttl {
    margin-bottom: 1.2rem;
    font-size: 1.7rem;
  }
}
.sect_ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.1rem;
  margin-left: 1.2rem;
  background-color: #336;
}
@media all and (max-width: 750px) {
  .sect_ttl::after {
    margin-left: 1rem;
  }
}
.sect_ttl * {
  font-weight: bold;
}
.sect_subTtl-1 {
  color: #336;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width: 750px) {
  .sect_subTtl-1 {
    font-size: 1.4rem;
  }
}
.sect_subTtl-2 {
  color: #FFF;
  padding: 1.5rem 3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #00B5B5;
}
.box_nintei + .sect_subTtl-2 {
  margin-top: 6.5rem;
}
@media all and (max-width: 750px) {
  .sect_subTtl-2 {
    padding: 1rem 1.3rem;
    font-size: 1.4rem;
  }
  .box_nintei + .sect_subTtl-2 {
    margin-top: 3rem;
  }
}

@media all and (min-width: 751px) {
  .box_rinen {
    padding: 3rem 20rem 3rem 3rem;
    background: url("/img/kango/rinen/ph_message.png") no-repeat 100% 100%, -webkit-gradient(linear, left top, right top, from(#BEE), to(#FFF)) repeat-y 0 0;
    background: url("/img/kango/rinen/ph_message.png") no-repeat 100% 100%, linear-gradient(to right, #BEE, #FFF) repeat-y 0 0;
  }
}
@media all and (max-width: 750px) {
  .box_rinen {
    overflow: hidden;
  }
  .box_rinen img {
    float: right;
    height: 24.5rem;
  }
}
.box_nintei {
  overflow: hidden;
}
.box_ninteiPict {
  float: left;
  margin-right: 3rem;
  line-height: 1;
}
@media all and (max-width: 750px) {
  .box_ninteiPict {
    width: 12.5rem;
    margin-right: 1.5rem;
  }
}
.box_nintei + .box_nintei {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #BEE;
}

.overlay_kango {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 997 !important;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: url(/sp/img/common/bg_overlay.png) repeat 0 0;
}
.overlay_kango.show {
  visibility: visible;
  opacity: 1;
}

@media all and (max-width: 750px) {
  .ln_menu {
    position: relative;
    z-index: 998 !important;
  }
  .ln_menuTtl {
    color: #FFF;
    position: relative;
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #AAD254;
  }
  .ln_menuTtl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    border: 0.9rem solid transparent;
    border-top: 1.5rem solid #FFF;
    border-bottom: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ln_menuBox {
    position: absolute;
    top: 4.2rem;
    right: 0;
    left: 0;
    z-index: 998 !important;
    display: none;
  }
  .ln_menuBox ul {
    padding: 0 2rem 2rem;
    background-color: #EEE;
  }
  .ln_menuBox li {
    border-bottom: 0.1rem solid #CCC;
  }
  .ln_menuBox a {
    color: #336 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.3rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none !important;
  }
  .ln_menuBox a::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url("/img/kango/icon_arrow04.svg") no-repeat 50% 50%;
  }
}
.ln_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}
@media all and (max-width: 750px) {
  .ln_anc {
    margin-bottom: 3.5rem;
  }
}
.ln_ancItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 14.2rem;
  height: 9.5rem;
}
@media all and (min-width: 751px) {
  .ln_ancItem {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-left: 0.1rem solid #336;
  }
  .ln_ancItem:last-child {
    border-right: 0.1rem solid #336;
  }
}
@media all and (max-width: 750px) {
  .ln_ancItem {
    width: 20%;
    height: 11rem;
    border: 0.1rem solid #DDD;
  }
  .ln_ancItem + .ln_ancItem {
    border-left: none;
  }
}
.ln_ancBtn {
  color: #336 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .ln_ancBtn {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .ln_ancBtn:hover {
    opacity: 0.8;
  }
  .ln_ancBtn * {
    position: relative;
  }
  .ln_ancBtn img {
    position: absolute;
    max-width: 10.5rem;
    opacity: 0.4;
  }
}
@media all and (max-width: 750px) {
  .ln_ancBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .ln_ancBtn::after {
    content: "";
    border: 0.5rem solid transparent;
    border-top: 0.6rem solid #F90;
    border-bottom: none;
  }
  .ln_ancBtn img {
    height: 4.6rem;
  }
}
.ln_anc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 751px) {
  .ln_anc2 {
    height: 13.4rem;
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 750px) {
  .ln_anc2 {
    height: 12rem;
    margin-bottom: 3.5rem;
    border: 0.1rem solid #DDD;
  }
}
@media all and (min-width: 751px) {
  .ln_anc2Item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 23.94%;
    border-bottom: 0.1rem solid #336;
  }
  .ln_anc2Item:nth-of-type(n+3) {
    margin-left: 1rem;
  }
  .ln_anc2Item:nth-of-type(2n) {
    margin-top: 2rem;
  }
}
@media all and (max-width: 750px) {
  .ln_anc2Item {
    width: 25%;
    height: 5.9rem;
    border-bottom: 0.1rem solid #DDD;
    border-right: 0.1rem solid #DDD;
  }
  .ln_anc2Item:nth-of-type(2n) {
    border-bottom: none;
  }
  .ln_anc2Item:nth-of-type(7) {
    border-right: none;
  }
}
.ln_anc2Btn {
  color: #336 !important;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none !important;
  line-height: 1.3;
}
@media all and (min-width: 751px) {
  .ln_anc2Btn {
    font-size: 2rem;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .ln_anc2Btn:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 750px) {
  .ln_anc2Btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ln_anc2Btn::after {
  content: "";
}
@media all and (min-width: 751px) {
  .ln_anc2Btn::after {
    position: absolute;
    top: calc(50% - 1.5rem);
    right: 1.5rem;
    display: block;
    width: 3rem;
    height: 3rem;
    background: url("/img/kango/icon_arrow01.svg") no-repeat 50% 50%;
    background-size: contain;
  }
}
@media all and (max-width: 750px) {
  .ln_anc2Btn::after {
    margin-top: 0.5rem;
    border: 0.5rem solid transparent;
    border-top: 0.6rem solid #F90;
    border-bottom: none;
  }
}
@media all and (min-width: 751px) {
  .ln_slide {
    margin-bottom: 6.5rem;
    padding-left: 4.5rem !important;
  }
}
@media all and (max-width: 750px) {
  .ln_slide {
    margin-bottom: 4rem;
  }
}
.ln_slide a {
  color: #336 !important;
  text-decoration: none !important;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ln_slide a:hover {
  opacity: 0.8;
}
.ln_slide .swiper-slide {
  width: 30rem;
}
@media all and (max-width: 750px) {
  .ln_slide .swiper-slide {
    font-size: 1rem;
  }
  .ln_slide .swiper-slide a {
    color: inherit !important;
  }
}
.ln_slide .jsPrev,
.ln_slide .jsNext {
  width: 6.5rem;
  height: 6.5rem;
  margin-top: calc(0px - 3.25rem - 1em);
  background: url("/img/kango/icon_arrow03.svg") no-repeat 50% 50%;
  background-size: contain;
}
.ln_slide .jsPrev::after,
.ln_slide .jsNext::after {
  content: none;
}
.ln_slide .jsPrev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ln_slide .swiper-pagination {
  position: static;
  margin-top: 2.5rem;
}
.ln_slide .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 1rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1rem));
}
.ln_slide .swiper-pagination-bullet-active {
  background-color: #F90;
}

@media all and (max-width: 750px) {
  .scroll-box {
    overflow-x: scroll;
  }
  .scroll-box::-webkit-scrollbar {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.7rem;
    background-color: #DDD;
  }
  .scroll-box::-webkit-scrollbar-thumb {
    background-color: #00B5B5;
    border-radius: 0.7rem;
  }
  .scroll-box .note {
    color: #AAA;
    font-size: 0.8rem;
  }
}
.tbl {
  width: 100%;
  border: 0.1rem solid #00B5B5;
  border-radius: 1rem;
  border-spacing: 0;
  border-collapse: separate;
}
@media all and (max-width: 750px) {
  .tbl {
    border-radius: 0.5rem;
  }
}
.tbl th,
.tbl td {
  padding: 0.6rem 1rem;
  white-space: nowrap;
  line-height: 1.5;
  border: none;
}
.tbl th.separateCell-L,
.tbl td.separateCell-L {
  border-left: 0.1rem solid #00B5B5;
}
.tbl th.separateCell-LH,
.tbl td.separateCell-LH {
  border-color: #FFF;
}
.tbl .tbl_head {
  color: #FFF;
}
.tbl .tbl_head tr:first-child th:first-child {
  padding-left: 2rem;
  border-radius: 1rem 0 0 0;
}
@media all and (max-width: 750px) {
  .tbl .tbl_head tr:first-child th:first-child {
    padding-left: 1rem;
    border-radius: 0.5rem 0 0 0;
  }
}
.tbl .tbl_head tr:first-child th:last-child {
  padding-right: 2rem;
  border-radius: 0 1rem 0 0;
}
@media all and (max-width: 750px) {
  .tbl .tbl_head tr:first-child th:last-child {
    padding-right: 1rem;
    border-radius: 0 0.5rem 0 0;
  }
}
.tbl .tbl_head th {
  font-weight: bold;
  background-color: #00B5B5;
}
.tbl .tbl_head .basic_pad {
  padding: 0.6rem 1rem !important;
}
.tbl .tbl_body tr *:first-child {
  padding-left: 2rem;
}
@media all and (max-width: 750px) {
  .tbl .tbl_body tr *:first-child {
    padding-left: 1rem;
  }
}
.tbl .tbl_body tr *:last-child {
  padding-right: 2rem;
}
@media all and (max-width: 750px) {
  .tbl .tbl_body tr *:last-child {
    padding-right: 1rem;
  }
}
.tbl .tbl_body tr:nth-of-type(even) th,
.tbl .tbl_body tr:nth-of-type(even) td {
  background-color: #BEE;
}
.tbl .tbl_body-odd tr:nth-of-type(odd) th,
.tbl .tbl_body-odd tr:nth-of-type(odd) td {
  background-color: #BEE;
}
.tbl .tbl_body-odd tr:nth-of-type(even) th,
.tbl .tbl_body-odd tr:nth-of-type(even) td {
  background-color: initial;
}
.tbl .tbl_body tr:first-child th:first-child,
.tbl .tbl_body tr:first-child td:first-child {
  border-radius: 1rem 0 0 0;
}
@media all and (max-width: 750px) {
  .tbl .tbl_body tr:first-child th:first-child,
  .tbl .tbl_body tr:first-child td:first-child {
    border-radius: 0.5rem 0 0 0;
  }
}
.tbl .tbl_body tr:first-child th:last-child,
.tbl .tbl_body tr:first-child td:last-child {
  border-radius: 0 1rem 0 0;
}
@media all and (max-width: 750px) {
  .tbl .tbl_body tr:first-child th:last-child,
  .tbl .tbl_body tr:first-child td:last-child {
    border-radius: 0 0.5rem 0 0;
  }
}
.tbl .tbl_body tr:last-child th:first-child,
.tbl .tbl_body tr:last-child td:first-child {
  border-radius: 0 0 0 1rem;
}
@media all and (max-width: 750px) {
  .tbl .tbl_body tr:last-child th:first-child,
  .tbl .tbl_body tr:last-child td:first-child {
    border-radius: 0 0 0 0.5rem;
  }
}
.tbl .tbl_body tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
@media all and (max-width: 750px) {
  .tbl .tbl_body tr:last-child td:last-child {
    border-radius: 0 0 0.5rem 0;
  }
}
.tbl .tbl_body .atten-lightBlue {
  color: #00B5B5;
}

.list_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 4rem;
}
@media all and (max-width: 750px) {
  .list_news {
    position: relative;
    display: block;
    padding: 1rem 1.3rem;
  }
}
.list_newsDate {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 4rem;
}
.list_newsLead {
  color: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media all and (max-width: 750px) {
  .list_newsLead {
    color: #336 !important;
    padding-right: 3rem;
  }
}
.list_newsLead img {
  width: 1.8rem;
}
@media all and (max-width: 750px) {
  .list_newsLead img {
    position: absolute;
    top: 50%;
    right: 1.3rem;
    width: 1.9rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.list_news:nth-of-type(odd) {
  background-color: #BEE;
}
.list_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_menuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48rem;
  text-decoration: none !important;
}
.list_menuItem:nth-of-type(n+3) {
  margin-top: 6.5rem;
}
@media all and (max-width: 750px) {
  .list_menuItem {
    width: auto;
    max-width: 44.7dvw;
  }
  .list_menuItem:nth-of-type(n+3) {
    margin-top: 2rem;
  }
}
.list_menuItem_pict {
  margin-bottom: 2rem;
  line-height: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.list_menuItem_pict img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media all and (max-width: 750px) {
  .list_menuItem_pict {
    margin-bottom: 0.7rem;
    border-radius: 0.5rem;
  }
}
.list_menuItem_txt {
  color: #336;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (max-width: 750px) {
  .list_menuItem_txt {
    font-size: 1.4rem;
  }
}
.list_menuItem_link {
  color: #F90;
  margin-right: 3rem;
  padding-right: 5.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 0.1rem solid #F90;
  background: url("/img/kango/index/icon_arrow01_1.svg") no-repeat right 0% top 30%;
  background-size: auto 1.3rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (max-width: 750px) {
  .list_menuItem_link {
    margin-right: 0.5rem;
    padding-right: 2.5rem;
    font-size: 1.1rem;
    background-size: auto 0.6rem;
  }
}
.list_menuItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list_menuItem:hover [class$=_link] {
  opacity: 0.5;
}
@media all and (min-width: 751px) {
  .list_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_dl dt:nth-of-type(odd),
  .list_dl dd:nth-of-type(odd) {
    background-color: #BEE;
  }
  .list_dl dt {
    width: 16.5rem;
    padding: 1rem 1.5rem;
    font-weight: bold;
  }
  .list_dl dd {
    width: calc(100% - 16.5rem);
    padding: 1rem 0;
  }
}
@media all and (max-width: 750px) {
  .list_dl dt {
    padding: 0.8rem 1rem;
    font-weight: bold;
    background-color: #BEE;
  }
  .list_dl dd {
    padding: 0.8rem 1rem;
  }
}
.list_faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  line-height: 1.3;
}
.list_faq dt:nth-of-type(odd) {
  background-color: #BEE;
}
@media all and (min-width: 751px) {
  .list_faq dt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 6rem;
    font-size: 2rem;
  }
}
@media all and (max-width: 750px) {
  .list_faq dt {
    position: relative;
    min-height: 2rem;
    padding-right: 4rem;
  }
}
.list_faq dt .q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8rem;
}
@media all and (max-width: 750px) {
  .list_faq dt .q {
    width: 4rem;
  }
}
.list_faq dt::after {
  content: "";
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  background: url("/img/kango/icon_arrow01.svg") no-repeat 50% 50%;
  background-size: contain;
}
@media all and (max-width: 750px) {
  .list_faq dt::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2.1rem;
    height: 2.1rem;
    background: url("/img/kango/icon_arrow02.svg") no-repeat 50% 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.list_faq dt.active {
  color: #FFF;
  font-weight: bold;
  background-color: #F90;
}
@media all and (min-width: 751px) {
  .list_faq dt.active::after {
    opacity: 0;
  }
}
@media all and (max-width: 750px) {
  .list_faq dt.active::after {
    background-image: url("/img/kango/icon_arrow02-u.svg");
  }
}
.list_faq dd {
  position: relative;
  display: none;
  background-color: #FFF3BB;
}
@media all and (min-width: 751px) {
  .list_faq dd::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
    background: url("/img/kango/icon_arrow01.svg") no-repeat 50% 50%;
    background-size: contain;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.list_faq dd .ansInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.5rem 6.5rem;
}
.list_faq dd .a {
  color: #F90;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8rem;
  padding-left: 1.2em;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .list_faq dd .a {
    font-size: 2rem;
  }
}
@media all and (max-width: 750px) {
  .list_faq dd .a {
    width: 4rem;
  }
}

.pictList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pictList_item {
  line-height: 1;
}
.pictList_item:nth-of-type(2n) {
  margin-left: 1rem;
}
.pictList_item img {
  border-radius: 1rem;
}
@media all and (max-width: 750px) {
  .pictList_item img {
    border-radius: 0.5rem;
  }
}

.btn-1 {
  color: #FFF !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7rem 2rem 0.7rem 1.5rem;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1.5;
  border: 0.1rem solid #F90;
  border-radius: 2rem;
  background-color: #F90;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-1::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 1.5rem;
  border-radius: 1rem;
  background-color: #FFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-1:hover {
  color: #F90 !important;
  background-color: #FFF;
}
.btn-1:hover::before {
  background-color: #F90;
}

.bnr-1 {
  display: block;
  text-align: center;
}
@media all and (min-width: 751px) {
  .bnr-1 {
    border: 0.1rem solid #303030;
  }
}
@media all and (max-width: 750px) {
  .bnr-1 {
    border-top: 0.1rem solid #CCC;
  }
}

.idt-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.idt-2 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.fs12 {
  font-size: 1.2rem;
}
.fs15 {
  font-size: 1.5rem;
}
.fs20 {
  font-size: 2rem;
}
.fs24 {
  font-size: 2.4rem;
}
.fs28 {
  font-size: 2.8rem;
}
.fs36 {
  font-size: 3.6rem;
}/*# sourceMappingURL=kango.css.map */