@charset "UTF-8";
@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSansCJKjp-DemiLight.ttf?mxz5kj") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.woff?mxz5kj") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.woff2?mxz5kj") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSansCJKjp-Regular.ttf?mxz5kj") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.woff?mxz5kj") format("woff"), url("../fonts/NotoSansCJKjp-Regular.woff2?mxz5kj") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'NotoSans';
  src: url("../fonts/NotoSansCJKjp-Bold.ttf?mxz5kj") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.woff?mxz5kj") format("woff"), url("../fonts/NotoSansCJKjp-Bold.woff2?mxz5kj") format("woff2");
  font-weight: 700;
  font-style: bold; }
/*------------------------------------------
	common
-------------------------------------------*/
html, body {
  font-family: 'NotoSans';
  font-feature-settings: "palt";
  line-height: 1.6; }

ul, p {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

/*------------------------------------------
	spacing
-------------------------------------------*/
.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.px-30 {
  padding-left: 30px;
  padding-right: 30px; }

@media (max-width: 768px) {
  .px-10, .px-20, .px-30 {
    padding-left: 0;
    padding-right: 0; } }
/*------------------------------------------
	link
-------------------------------------------*/
a {
  -webkit-transition: all 200ms cubic-bezier(0.11, 0.77, 0.41, 0.925);
  -moz-transition: all 200ms cubic-bezier(0.11, 0.77, 0.41, 0.925);
  -o-transition: all 200ms cubic-bezier(0.11, 0.77, 0.41, 0.925);
  transition: all 200ms cubic-bezier(0.11, 0.77, 0.41, 0.925); }

/*------------------------------------------
	btn
-------------------------------------------*/
.btn {
  font-size: 142.9%;
  border-radius: 6px;
  color: #01A7E5;
  display: block;
  text-align: center;
  margin: auto;
  padding: 15px; }
.btn:hover {
  text-decoration: none;
  color: #01A7E5; }
.btn--box {
  margin-top: 30px; }
.btn--border {
  border: 2px solid #01A7E5; }
.btn--border:hover {
  background-color: #01A7E5;
  color: #FFF; }
.btn--border:before {
  font-size: 85.7%;
  font-family: 'aflac';
  content: "\e901";
  margin-right: 10px; }
.btn--orange {
  background-color: #F89828;
  border: 2px solid #F89828;
  color: #FFF; }
.btn--orange:hover {
  background-color: #FFF;
  border: 2px solid #F89828;
  color: #F89828; }
.btn--orange:hover [class^="icon-"], .btn--orange:hover [class*=" icon-"] {
  color: #F89828 !important; }

@media (max-width: 768px) {
  .btn {
    font-size: 114.3%;
    padding: 10px; } }
/*------------------------------------------
	icon
-------------------------------------------*/
@font-face {
  font-family: 'aflac';
  src: url("../fonts/aflac.eot?lzw2el");
  src: url("../fonts/aflac.eot?lzw2el#iefix") format("embedded-opentype"), url("../fonts/aflac.ttf?lzw2el") format("truetype"), url("../fonts/aflac.woff?lzw2el") format("woff"), url("../fonts/aflac.svg?lzw2el#aflac") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aflac' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 128.6%;
  color: #01A7E5;
  margin-right: 10px;
  vertical-align: text-bottom; }

.icon-arrow_next:before {
  content: "\e901"; }

.icon-arrow_back:before {
  content: "\e902"; }

.icon-tel:before {
  content: "\e900"; }

.icon-company:before {
  content: "\e903"; }

.icon-faq:before {
  content: "\e904"; }

.icon-list:before {
  content: "\e905"; }

.icon-news:before {
  content: "\e906"; }

.icon-shop:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e908"; }

.icon-document:before {
  content: "\e909"; }

.icon-user-tie:before {
  content: "\e976"; }

.icon-arrow-up2:before {
  content: "\ea3b"; }

.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }

.row {
  margin: 0; }

@media (min-width: 768px) {
  .container {
    width: 100%; } }
.title-h2 {
  font-size: 142.9%;
  font-weight: 700;
  border-bottom: 2px solid #01A7E5;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  vertical-align: top; }

.title-h3 {
  font-size: 142.9%;
  font-weight: 700;
  background-color: #E1F7FF;
  color: #006388;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 10px 15px;
  vertical-align: top; }

@media (max-width: 768px) {
  .title-h2 {
    font-size: 128.6%; }

  .title-h3 {
    font-size: 114.3%; } }
.link {
  margin-top: 5px; }
.link a {
  color: #01A7E5;
  font-weight: bold;
  margin-top: 15px; }
.link a:before {
  content: "▶ ";
  font-size: 78.5%;
  color: #01A7E5; }
.link a.font-normal {
  font-weight: normal; }
.link a.color-darkgray {
  color: #333; }

header {
  padding: 10px 10px 15px;
  min-height: 90px; }
header .header--companyname {
  font-size: 142.9%;
  font-weight: 700;
  margin: 0;
  line-height: 1.4; }
header .header--companyname span {
  font-size: 64.2%; }
header .header--companyname a {
  color: #333; }
header .header--companyname a:hover {
  text-decoration: none; }
header .header--tel {
  position: absolute;
  top: 7px;
  right: 270px;
  text-align: center;
  line-height: 1.2; }
header .header--tel span {
  display: block; }
header .header--tel-txt {
  font-size: 78.5%; }
header .header--tel-number {
  font-size: 171.4%;
  font-weight: bold; }
header .header--tel-number a {
  color: #333; }
header .header--tel-number a:hover {
  text-decoration: none; }
header .header--tel-number i {
  margin-right: 7px; }
header .btn--box {
  position: absolute;
  top: 10px;
  right: 120px;
  margin: 0; }
header .btn--box .btn {
  font-size: 100%;
  font-weight: normal;
  padding: 15px 30px; }
header .btn--box .icon-document {
  font-size: 100%;
  vertical-align: initial;
  margin-right: 7px;
  color: #FFF; }
header .header--logo_aflac {
  position: absolute;
  top: 20px;
  right: 10px; }

@media (max-width: 768px) {
  header {
    position: fixed;
    z-index: 900;
    background-color: #FFF;
    border-bottom: 4px solid #01A7E5;
    width: 100%;
    min-height: auto; }
  header .header--companyname {
    font-size: 128.6%;
    font-weight: normal; }
  header .btn--box, header .header--tel {
    display: none; }
  header .header--logo_aflac {
    top: 15px;
    right: 65px; }
  header .header--logo_aflac img {
    width: 70px; } }
@media (max-width: 768px) {
  .wrapper {
    padding-top: 79px; } }
.navigation--main {
  background-color: #01A7E5; }
.navigation--main ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.navigation--main a {
  font-size: 107.1%;
  font-weight: bold;
  display: block;
  color: #FFF;
  padding: 25px 43px; }
.navigation--main a:hover {
  background-color: #FFF;
  color: #01A7E5;
  text-decoration: none; }
.navigation--main .current-menu-item a {
  background-color: #FFF;
  color: #01A7E5; }

.drawer_nav_wrapper .drawer_nav--companyname, .drawer_nav_wrapper .drawer_nav--tel, .drawer_nav_wrapper .btn--box {
  display: none; }

@media (max-width: 1000px) {
  .navigation--main {
    background-color: #01A7E5; }
  .navigation--main ul {
    justify-content: left;
    flex-wrap: nowrap; }
  .navigation--main a {
    font-size: 100%;
    padding: 20px 3vw; } }
@media (max-width: 768px) {
  .navigation--main ul {
    display: block; }
  .navigation--main ul li a {
    font-size: 85.7%;
    font-weight: normal;
    padding: 10px 15px;
    font-size: 100%; }

  .drawer_nav_wrapper .drawer_nav--companyname, .drawer_nav_wrapper .drawer_nav--tel, .drawer_nav_wrapper .btn--box {
    display: block; }
  .drawer_nav_wrapper .drawer_nav--companyname {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 128.6%;
    font-weight: normal;
    margin: 0;
    line-height: 1.4; }
  .drawer_nav_wrapper .drawer_nav--companyname span {
    font-size: 64.2%; }
  .drawer_nav_wrapper .drawer_nav--tel {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    text-align: center;
    line-height: 1.2;
    width: 100%; }
  .drawer_nav_wrapper .drawer_nav--tel span {
    display: block; }
  .drawer_nav_wrapper .drawer_nav--tel-txt {
    font-size: 78.5%; }
  .drawer_nav_wrapper .drawer_nav--tel-number {
    font-size: 171.4%;
    font-weight: bold; }
  .drawer_nav_wrapper .drawer_nav--tel-number a {
    padding: 0;
    color: #333; }
  .drawer_nav_wrapper .drawer_nav--tel-number a:hover {
    text-decoration: none; }
  .drawer_nav_wrapper .drawer_nav--tel-number i {
    margin-right: 7px; }
  .drawer_nav_wrapper .btn--box {
    position: absolute;
    top: 115px;
    left: 25px;
    width: 85%; }
  .drawer_nav_wrapper .btn--box [class^="icon-"], .drawer_nav_wrapper .btn--box [class*=" icon-"] {
    color: #FFF;
    margin-right: 10px; }
  .drawer_nav_wrapper .btn--box .btn {
    padding: 10px;
    color: #FFF;
    font-weight: normal; }
  .drawer_nav_wrapper .btn--box .btn:hover {
    color: #F89828; } }
footer {
  margin-top: 50px; }
footer .footer--banner {
  background-color: #D4F3FF;
  padding: 30px 15px; }
footer .footer--banner ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
footer .footer--banner li {
  padding: 0 7px; }
footer .footer--link {
  font-size: 85.7%;
  background-color: #F8F8F8;
  padding: 20px 15px; }
footer .footer--link ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
footer .footer--link li {
  border-right: 1px solid #CCC;
  margin-right: 10px;
  padding-right: 10px; }
footer .footer--link li:last-child {
  border-right: 0; }
footer .footer--copyright {
  text-align: center;
  padding: 15px; }
footer .footer--copyright .copyright {
  font-size: 78.5%;
  margin-top: 10px; }

@media (max-width: 1000px) {
  footer .footer--banner li {
    width: 33%;
    text-align: center; }
  footer .footer--banner img {
    max-width: 220px;
    width: 100%; } }
@media (max-width: 768px) {
  footer .footer--banner {
    padding-top: 15px;
    padding-bottom: 0; }
  footer .footer--banner li {
    width: 50%;
    margin-bottom: 15px; } }
section {
  position: relative;
  margin-top: 30px; }
section.slider {
  margin: 0;
  padding: 20px 0 0; }
section.slider img {
  width: 100%; }
section.slider .swiper {
  overflow: hidden; }
section.slider .swiper-button-prev, section.slider .swiper-button-next {
  font-size: 171.4%;
  font-family: 'aflac' !important;
  color: #fff;
  background: rgba(1, 167, 229, 0.7);
  border-radius: 100px;
  width: 50px;
  height: 50px; }
section.slider .swiper-button-prev {
  left: 35px; }
section.slider .swiper-button-next {
  right: 35px; }
section.slider .swiper-button-prev:before {
  content: "\e902";
  position: absolute;
  top: 7px;
  left: 17px; }
section.slider .swiper-button-next:before {
  content: "\e901";
  position: absolute;
  top: 7px;
  left: 17px; }
section.slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px; }
section.slider .swiper-pagination-bullet-active {
  background: #01A7E5; }
section.item--pickup {
  padding-bottom: 0; }
section.item--pickup .title-h2 {
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }
section.item--pickup [class^="icon-"], section.item--pickup [class*=" icon-"] {
  font-size: 142.9%; }
section.item--pickup ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
section.item--pickup li {
  width: 31%;
  margin: 1%; }
section.item--pickup li img {
  border: 4px solid #BEEDFF;
  border-radius: 6px;
  width: 100%; }
section.item--pickup a {
  color: #333; }
section.item--pickup a:hover {
  text-decoration: none; }
section.item--pickup h3 {
  font-size: 142.9%;
  vertical-align: text-bottom;
  font-weight: 700;
  text-align: center;
  margin-top: 15px; }
section.item--pickup h3 span {
  font-size: 78.5%;
  font-weight: 500;
  vertical-align: middle;
  margin-left: 15px; }
section.item--list {
  margin-top: 15px; }
section.item--list .title-h2 {
  border-bottom: 0;
  border-top: 1px dashed #01A7E5;
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 0; }
section.item--list [class^="icon-"], section.item--list [class*=" icon-"] {
  font-size: 142.9%; }
section.item--list ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto; }
section.item--list li {
  padding: 0 5px 10px; }
section.item--list .btn {
  width: 65%; }
section.faq h3 {
  font-size: 100%;
  font-weight: 700;
  background-color: #E1F7FF;
  border: 2px solid #89D4F1;
  border-radius: 3px;
  color: #006388;
  text-align: center; }
section.faq h3 a {
  padding: 10px;
  display: block; }
section.faq h3 a:hover {
  text-decoration: none; }
section.faq li {
  border-bottom: 1px dashed #CCC;
  padding: 10px; }
section.faq li .cat {
  font-size: 78.5%;
  font-weight: bold;
  background-color: #E1F7FF;
  border: 2px solid #89D4F1;
  border-radius: 3px;
  color: #006388;
  display: inline-block;
  margin-right: 10px;
  padding: 2px 5px; }
section.faq li a {
  color: #01A7E5; }
section.faq .btn {
  width: 65%; }
section.request {
  background-color: #FFF2E2;
  padding: 30px 0; }
section.request .title-h2 {
  border-bottom: 2px solid #F89828;
  margin-top: 0; }
section.request [class^="icon-"], section.request [class*=" icon-"] {
  color: #F89828; }
section.request .btn [class^="icon-"], section.request .btn [class*=" icon-"] {
  font-size: 85.7%;
  color: #FFF;
  vertical-align: top; }
section.request .btn .icon-arrow_next {
  vertical-align: initial; }
section.request .row {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
section.news .position_absolute {
  position: absolute;
  right: 30px;
  top: 0; }
section.news li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: left;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding: 0 10px 10px; }
section.news .news--list-date {
  width: 120px;
  color: #999; }
section.news .news--list-text {
  width: calc(100% - 120px); }
section .index--company .info, section .index--shop .info {
  min-height: 88px; }
section .index--company .pic, section .index--shop .pic {
  margin-top: 10px; }
section .index--company .pic img, section .index--shop .pic img {
  width: 100%; }
section.about .about--bg-pic {
 background: url(../img/about_photo_01.jpg) left top no-repeat;
 	/*background: url(../img/logo_aflac.jpg) left top no-repeat;*/
  padding-left: 98px;
  min-height: 68px; }

@media (max-width: 1000px) {
  section.item--pickup li {
    width: 31%;
    margin: 1%; }
  section.item--pickup h3 span {
    display: block;
    margin-top: 10px;
    margin-left: 0; }
  section.item--list ul {
    width: 100%; }
  section.item--list li {
    text-align: center; } }
@media (max-width: 768px) {
  section.slider {
    padding-top: 1px; }
  section.slider .container, section.slider .col-lg-12 {
    padding: 0; }
  section.slider .swiper-button-prev, section.slider .swiper-button-next {
    font-size: 85.7%;
    width: 21px;
    height: 21px;
    top: 55%; }
  section.slider .swiper-button-prev {
    left: 10px; }
  section.slider .swiper-button-next {
    right: 10px; }
  section.slider .swiper-button-prev:before {
    top: 1px;
    left: 6px; }
  section.slider .swiper-button-next:before {
    top: 1px;
    left: 7px; }
  section.slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }
  section.slider .swiper-container-horizontal > .swiper-pagination-bullets, section.slider .swiper-pagination-custom, section.slider .swiper-pagination-fraction {
    bottom: 5px; }
  section.item--pickup li {
    width: 48%;
    margin: 1%; }
  section.item--pickup h3 span {
    display: block;
    margin-top: 10px;
    margin-left: 0; }
  section.item--list ul {
    width: 100%; }
  section.item--list li {
    width: 30%;
    padding: 5px; }
  section.item--list li img {
    width: 90%; }
  section.item--list .btn {
    width: 100%; }
  section.faq .btn {
    width: 100%; }
  section.faq h3 {
    margin-top: 10px;
    margin-bottom: 0; }
  section.faq ul {
    display: none; }
  section.request .btn {
    margin-top: 15px; }
  section.news .position_absolute {
    top: -5px; }
  section .index--company .info, section .index--shop .info {
    min-height: auto; }
  section .index--shop {
    margin-top: 40px; } }
@media (max-width: 500px) {
  section.item--pickup li {
    width: 100%;
    margin: 0; } }
/*------------------------------------------
	パンくずリスト
-------------------------------------------*/
#breadcrumb {
  font-size: 85.7%;
  background-color: #E6F8FF; }
#breadcrumb ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: left;
  padding: 10px; }
#breadcrumb li {
  margin-right: 5px; }
#breadcrumb li:after {
  content: ">";
  margin-left: 5px; }
#breadcrumb li:last-child:after {
  content: ""; }

/*------------------------------------------
	下層ページ
 -------------------------------------------*/
.page .title-h2 {
  font-size: 242.8%;
  font-weight: 500; }
.page .title-h2 [class^="icon-"], .page .title-h2 [class*=" icon-"] {
  margin-right: 20px; }
.page footer .title-h2 {
  font-size: 142.9%;
  font-weight: 700; }
.page .title-h2 + div {
  line-height: 1.8; }
.page .title-h3 + div {
  padding: 0 15px; }
.page .lead {
  font-size: 100%;
  margin-top: 20px;
  padding: 0 15px; }
.page table {
  width: 100%; }
.page table th, .page table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 15px; }
.page table th {
  background-color: #f3f3f3;
  border-bottom: 2px solid #FFF;
  width: 130px; }
.page .company .greeting .position, .page .company .greeting .name {
  text-align: right; }
.page .company .greeting .name {
  font-size: 128.6%; }
.page .shop .title-h3 {
  padding: 15px 20px; }
.page .shop .title-h3 + .row {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.page .shop .message {
  font-size: 114.3%;
  font-weight: bold; }
.page .shop table {
  border-top: 4px solid #E1F7FF;
  border-bottom: 4px solid #E1F7FF;
  margin-top: 20px; }
.page .shop th, .page .shop td {
  padding-bottom: 0; }
.page .shop tr:last-child th, .page .shop tr:last-child td {
  padding-bottom: 15px; }
.page .shop th {
  background-color: #FFF;
  color: #01A7E5;
  width: 90px; }
.page .shop iframe {
  width: 100%;
  height: 100%; }
.page .recruit .recruitment_ng {
  font-size: 114.3%;
  margin-top: 10px;
  height: 200px; }
.page .recruit .message {
  font-size: 142.9%;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -20px; }
.page .recruit h4 {
  font-size: 142.9%;
  color: #01A7E5;
  margin-top: 20px; }
.page .recruit table {
  margin-top: 20px; }
.page .about-aflac .sp {
  display: none; }
.page .about-aflac .pic {
  padding-top: 15px; }
.page .about-aflac .pic img {
  width: 100%; }
.page .about-aflac ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px; }
.page .about-aflac li {
  margin: 0 1rem; }
.page .about-aflac .btn {
  font-size: 114.3%;
  padding: 10px 15px; }
.page .about-aflac .about-company {
  margin: 20px -1rem 0; }
.page .about-aflac .about-company li {
  width: 22%; }
.page .about-aflac .about-company li .btn {
  font-size: 100%; }
.page .faq .title-h3 {
  font-size: 128.6%;
  font-weight: 500;
  border-radius: 0;
  border: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 20px;
  text-align: left; }
.page .faq dl {
  margin-bottom: 0;
  padding: 10px 40px; }
.page .faq dt {
  position: relative;
  font-size: 128.6%;
  font-weight: 500;
  color: #01A7E5;
  cursor: pointer;
  border-bottom: 2px dotted #CCC;
  padding: 10px 46px 10px 30px;
  text-indent: -1.3em; }
.page .faq dt:before {
  content: "Q";
  margin-right: 10px; }
.page .faq dt span {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  border: 2px solid #01A7E5;
  border-radius: 100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
.page .faq dt span:before, .page .faq dt span:after {
  -webkit-transition: all 200ms cubic-bezier(0.11, 0.77, 0.41, 0.925);
  -moz-transition: all 200ms cubic-bezier(0.11, 0.77, 0.41, 0.925);
  -o-transition: all 200ms cubic-bezier(0.11, 0.77, 0.41, 0.925);
  transition: all 200ms cubic-bezier(0.11, 0.77, 0.41, 0.925);
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 64%;
  height: 3px;
  background-color: #01A7E5; }
.page .faq dt span:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg); }
.page .faq dt span:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg); }
.page .faq dt.active span:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg); }
.page .faq dt.active span:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg); }
.page .faq dd {
  background-color: #F8F8F8;
  padding: 15px 20px;
  line-height: 1.8;
  display: none; }
.page .page_textonly p {
  padding: 0 15px 20px; }
.page .page_textonly ul {
  margin: 1em 0;
  padding: 0; }
.page .page_textonly .number li {
  margin: 0 0 11.5px 33px;
  list-style: decimal; }
.page .page_textonly .dot li {
  margin: 0 0 11.5px 33px;
  list-style: disc; }
.page .page_textonly .square li {
  margin: 0 0 11.5px 33px;
  list-style: "■"; }
.square	{
	margin-left: -7px!important;
}
.square li	{
	padding: 0px 0px 0px 5px;	  
}
.page .page_textonly .square li .dot li  {
  margin: 0 0 11.5px 33px;
  list-style: disc;
  padding: 0px 0px 0px 0px; }
.page .page_textonly .kana li {
  margin: 0 0 11.5px 33px;
  list-style: katakana; }
.page .page_textonly li ul {
  margin-top: 5px; }
.page .page_textonly li ul li {
  margin-left: 23px !important; }

.archive .news {
  min-height: 200px; }
.archive .news .meta {
  font-weight: bold; }
.archive .news .meta span {
  display: inline-block; }
.archive .news .meta .cat {
  color: #01A7E5;
  margin-left: 15px; }
.archive .news a {
  color: #333; }
.archive .news h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCC; }

.single .news .title-h2 + .row {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.single .news .meta {
  width: 15%;
  font-weight: bold;
  margin-top: 20px; }
.single .news .meta span {
  display: block; }
.single .news .meta .cat {
  color: #01A7E5;
  margin-top: 20px; }
.single .news .content {
  width: 80%; }
.single .news .content h3 {
  margin-bottom: 30px; }
.single .news .content p {
  margin-bottom: 15px; }
.single .news .btn-box {
  width: 60%;
  margin-top: 30px;
  margin: 30px auto 0; }
.single .news .btn-box .btn {
  font-size: 114.3%; }

@media (max-width: 768px) {
  .page .title-h2 {
    font-size: 128.6%; }
  .page .faq dl {
    padding-left: 20px;
    padding-right: 20px; }
  .page .shop .title-h3 + .row {
    padding: 0; }
  .page .shop .map {
    width: 100%; }
  .page .shop iframe {
    height: 200px; }
  .page .about-aflac ul {
    margin-bottom: 40px; }
  .page .about-aflac li, .page .about-aflac .about-company li {
    width: 100%;
    margin-bottom: 5px; }
  .page .about-aflac li .btn, .page .about-aflac .about-company li .btn {
    font-size: 100%;
    position: relative;
    border: 1px solid #01A7E5; }
  .page .about-aflac li .btn--border:before, .page .about-aflac .about-company li .btn--border:before {
    position: absolute;
    top: calc(50% - 9px);
    left: 15px; }

  .single .news .title-h2 + .row {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .single .news .meta {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%; }
  .single .news .meta span {
    display: inline-block; }
  .single .news .meta .cat {
    margin-top: 0;
    margin-left: 20px; }
  .single .news .content {
    width: 100%; }
  .single .news .btn-box {
    width: 90%; } }
@media (max-width: 500px) {
  .page table th, .page table td {
    display: block; }
  .page table td {
    padding-bottom: 20px; }
  .page table th {
    padding: 7px 13px;
    width: 100%; }
  .page .shop td {
    padding-top: 0; }
  .page .shop th, .page .shop td {
    padding-left: 0;
    padding-right: 0; }
  .page .shop tr:last-child th {
    padding-bottom: 0; }
  .page .about-aflac .pc {
    display: none; }
  .page .about-aflac .sp {
    display: block; }
  .page .faq .title-h3 {
    margin-top: 30px; }
  .page .faq dt {
    font-size: 107.1%; }
  .page .faq dd {
    font-size: 92.85%; } }





/* 20210913 追加 */

.pp_guardArea {
    border: solid 1px;
    padding: 10px 15px 10px 15px;
    margin-left: 20px;
}