<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&amp;display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  border-top: 9px solid #e51a37;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  padding-bottom: 44px;
  background: url(../../img/hd_line_bottom.png) center bottom repeat-x;
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 37px;
  }
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 1000px;
  height: 72px;
  margin: 0 auto;
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .header_container {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .header_container {
    min-width: 100%;
  }
}

.header .hd_nav {
  display: none;
  width: 5.14286%;
}

.header .hd_topix {
  width: 78.57143%;
  margin-left: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .hd_topix_ttl {
  width: 100px;
}

.header .hd_logo_left {
  width: 270px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 35px;
}

.header .hd_logo_tfm {
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .hd_logo_tfm &gt; img {
  width: 100%;
  height: auto;
}

.header .hd_logo_airg {
  width: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.header .hd_logo_airg &gt; img {
  width: 100%;
  height: auto;
}

.header .hd_logo_paypay {
  width: 140px;
  margin-right: 90px;
}

.header .hd_logo_paypay img {
  width: 100%;
  height: auto;
}

.header .hd_menu ul {
  display: flex;
  justify-content: flex-start;
}

.header .hd_menu ul li {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .header {
    background-size: 8px;
  }
  .header .hd_logo {
    width: 73.33333%;
  }
  .header .hd_logo_left {
    margin-left: 17px;
  }
  .header .hd_logo_tfm {
    width: 33.33333%;
  }
  .header .hd_logo_airg {
    width: 30.66667%;
    margin-left: 15px;
  }
  .header .hd_logo_paypay {
    width: 30.66667%;
    margin-right: 3%;
  }
  .header .hd_logo_paypay img {
    max-height: 35px;
  }
}

@media (max-width: 767px) {
  .header {
    background-size: 8px;
  }
  .header_container {
    height: 40px;
    padding-top: 5px;
  }
  .header .hd_logo {
    width: 73.33333%;
  }
  .header .hd_logo_left {
    margin-left: 17px;
    margin-top: 5px;
  }
  .header .hd_logo_tfm {
    width: 33.33333%;
  }
  .header .hd_logo_airg {
    width: 30.66667%;
    margin-left: 15px;
  }
  .header .hd_logo_paypay {
    width: 30.66667%;
    margin-right: 10px;
  }
  .header .hd_logo_paypay img {
    max-height: 35px;
  }
}

#nav_open {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 101;
}

#nav_toggle {
  background: #000;
  display: block;
  width: 72px;
  height: 72px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 28px;
  left: 20px;
  width: 44.44444%;
}

#nav_toggle span:nth-child(2) {
  top: 36px;
  left: 20px;
  width: 44.44444%;
}

#nav_toggle span:nth-child(3) {
  top: 44px;
  left: 20px;
  width: 44.44444%;
}

@media (max-width: 767px) {
  #nav_toggle {
    width: 54px;
    height: 54px;
  }
  #nav_toggle span {
    height: 2px;
  }
  #nav_toggle span:nth-child(1) {
    top: 19px;
    left: 15px;
    width: 44.44444%;
  }
  #nav_toggle span:nth-child(2) {
    top: 25px;
    left: 15px;
    width: 44.44444%;
  }
  #nav_toggle span:nth-child(3) {
    top: 31px;
    left: 15px;
    width: 44.44444%;
  }
}

.open #nav_toggle span {
  background: #fff;
}

.open #nav_toggle span:nth-child(1) {
  top: 36px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 36px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .open #nav_toggle span:nth-child(1) {
    top: 25px;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 25px;
  }
}

#global-nav {
  padding-top: 90px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 110%;
}

#global-nav.active {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#global-nav li {
  font-weight: bold;
  padding-bottom: 40px;
}

#global-nav li a {
  color: #fff;
  text-decoration: none;
}

#global-nav .menuLogo img {
  max-width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.menu_sns {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 180px;
  display: flex;
  justify-content: center;
}

.menu_sns li {
  padding: 0 2%;
}

.menu_sns li img {
  width: 25px;
}

.bn_Area {
  text-align: center;
  padding: 0 10px;
}

.bn_Area li {
  padding: 0 10px 30px 10px;
}

.bn_Area li:nth-of-type(1) {
  max-width: 300px;
  margin: 0 auto;
  height: auto;
}

.bn_Area li:last-of-type {
  max-width: 640px;
  margin: 0 auto;
  height: auto;
}

.kv {
  width: 100%;
  height: 384px;
  margin: 0 auto;
  padding: 100px 0 0;
  background: url(../../img/header_bg_pc.gif) center top repeat-x;
  position: relative;
}

.kv_logo {
  width: 81.8%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv_bt {
  position: absolute;
  width: 21%;
  right: 0%;
  top: 0;
  transition: 0s;
}

.kv_bt:hover {
  top: 3px;
}

.kv_bt:hover a {
  opacity: 1;
}

.kv_bt::before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 34px;
  background: url(../../img/store_em.png) left top no-repeat;
  background-size: 42px;
  left: -5%;
  top: -5%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .kv {
    width: 100%;
    height: 384px;
    margin: 0 auto;
    padding: 100px 0 0;
    background: url(../../img/header_bg_pc.gif) center top repeat-x;
  }
  .kv_logo {
    width: 81.8%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .kv {
    width: 100%;
    height: 44.6%;
    margin: 0 auto;
    padding: 0 0 0;
    background: none;
  }
  .kv_logo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kv_bt {
    position: relative;
    width: 84.63542%;
    margin: 14px auto 0;
  }
  .kv_bt::before {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 17px;
    background: url(../../img/store_em.png) left top no-repeat;
    background-size: 21px;
    left: -7%;
    top: -35%;
  }
}

.program {
  width: 100%;
  padding: 70px 0 80px;
}

.program_inner {
  width: 1000px;
  margin: 0 auto;
}

.program_ttl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 50px;
  text-align: center;
}

.program_ttl::before {
  content: "";
  display: block;
  width: 350px;
  border-bottom: 4px #e51a37 solid;
  margin-top: 20px;
}

.program_ttl::after {
  content: "";
  display: block;
  width: 350px;
  border-bottom: 4px #e51a37 solid;
  margin-top: 20px;
}

.program_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.program_box {
  width: 45%;
  text-align: center;
}

.program_box_tfm {
  width: 125px;
  height: 39px;
  margin: 0 auto 13px;
}

.program_box_airg {
  width: 115px;
  height: 36px;
  margin: 0 auto 13px;
}

.program_box_txt {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.program_box_txt span {
  display: block;
  font-size: 1.6rem;
}

.program_box_pic {
  margin-bottom: 25px;
}

.program_box_person {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.program_box_person li {
  width: 31.11111%;
  margin: 0 7px;
}

.program_box_person li:first-child {
  margin: 0 7px 0 0;
}

.program_box_person li:last-child {
  margin: 0 0 0 7px;
}

.program_box_person_role {
  display: block;
  text-align: center;
  background: #e51a37;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 100px;
  margin: 10px auto 5px;
}

.program_box_person_name {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .program {
    padding: 35px 0 40px;
  }
  .program_inner {
    width: 80%;
  }
  .program_ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 50px;
    text-align: center;
  }
  .program_ttl::before {
    content: "";
    display: block;
    width: 24.39024%;
    border-bottom: 4px #e51a37 solid;
    margin-top: 20px;
  }
  .program_ttl::after {
    content: "";
    display: block;
    width: 24.39024%;
    border-bottom: 4px #e51a37 solid;
    margin-top: 20px;
  }
  .program_wrap {
    flex-direction: column;
  }
  .program_box {
    width: 100%;
    margin: 25px 0;
  }
}

@media (max-width: 767px) {
  .program {
    padding: 35px 0 40px;
  }
  .program_inner {
    width: 79.94792%;
  }
  .program_ttl {
    width: 100%;
    margin: 0 auto 0;
  }
  .program_ttl img {
    width: 40.8%;
  }
  .program_ttl::before {
    content: "";
    display: block;
    width: 23%;
    border-bottom: 3px #e51a37 solid;
    margin-top: 10px;
  }
  .program_ttl::after {
    content: "";
    display: block;
    width: 23%;
    border-bottom: 3px #e51a37 solid;
    margin-top: 10px;
  }
  .program_wrap {
    flex-direction: column;
  }
  .program_box {
    width: 100%;
    margin-top: 30px;
  }
  .program_box_tfm {
    width: 33.33333%;
    height: auto;
    margin: 0 auto 8px;
  }
  .program_box_airg {
    width: 30.66667%;
    height: auto;
    margin: 0 auto 8px;
  }
  .program_box_txt {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .program_box_txt span {
    display: block;
    font-size: 1.4rem;
  }
  .program_box_pic {
    margin-bottom: 13px;
  }
  .program_box_person {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .program_box_person li {
    width: 31.11111%;
    margin: 0 7px;
  }
  .program_box_person li:first-child {
    margin: 0 7px 0 0;
  }
  .program_box_person li:last-child {
    margin: 0 0 0 7px;
  }
  .program_box_person_role {
    display: block;
    text-align: center;
    background: #e51a37;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 100px;
    margin: 5px auto 3px;
  }
  .program_box_person_name {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.about {
  width: 100%;
  padding: 70px 0;
  margin: 0 auto;
  background-color: #e51a37;
  background-image: url(../../img/about_bg_illust.png), url(../../img/red_bg.png);
  background-position: center 80%, left top;
  background-repeat: no-repeat, repeat;
}

.about_inner {
  width: 1000px;
  margin: 0 auto;
  background: url(../../img/about_fukidashi.png) right top no-repeat;
}

.about_ttl {
  width: 140px;
  margin: 0 auto 50px;
  text-align: center;
}

.about_txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 50px;
}

.about_btn {
  width: 68.9%;
  margin: 0 auto 70px;
}

.about_paypay_lead {
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.about_paypay_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_paypay_box {
  width: 45%;
  border: 3px solid #333;
  background: #FFF;
  border-radius: 20px;
  padding-bottom: 20px;
}

.about_paypay_ttl {
  width: 80%;
  margin: -25px auto 20px;
}

.about_paypay_cap {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
  color: #333;
}

.about_paypay_btn {
  display: block;
  width: 72.66667%;
  margin: 0 auto 5px;
}

.about_paypay_tel {
  color: #333;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto 20px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .about_inner {
    width: 80%;
  }
  .about_txt {
    font-size: 1.8rem;
  }
  .about_paypay_lead {
    font-size: 1.8rem;
  }
  .about_paypay_cap {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 35px 0;
  }
  .about_inner {
    width: 90%;
    background: none;
  }
  .about_ttl {
    width: 90px;
    margin: 0 auto 25px;
    text-align: center;
  }
  .about_txt {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 2;
    margin-bottom: 25px;
  }
  .about_txt br {
    display: none;
  }
  .about_btn {
    background: url(../../img/about_fukidashi.png) center top no-repeat;
    width: 100%;
    margin: 0 auto 35px;
    padding-top: 120px;
  }
  .about_paypay_lead {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
  }
  .about_paypay_lead br {
    display: none;
  }
  .about_paypay_wrap {
    width: 90%;
    flex-direction: column;
  }
  .about_paypay_box {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 10px;
    border: 2px solid #333;
  }
  .about_paypay_ttl {
    width: 80%;
    margin: -15px auto 10px;
  }
  .about_paypay_cap {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
    color: #333;
  }
  .about_paypay_btn {
    display: block;
    width: 72.66667%;
    margin: 0 auto 10px;
  }
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.report_article_img {
  height: 80%;
}

.report {
  width: 100%;
  padding: 50px 0 70px;
}

.report_inner {
  width: 1000px;
  margin: 0 auto;
}

.report_appeal {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1rem;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .report_appeal {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .report_appeal {
    font-size: 1.8rem;
  }
}

.report_appeal::before {
  content: "";
  display: block;
  width: 27px;
  height: 40px;
  background: url(../../img/em_left.png) left top no-repeat;
  margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .report_appeal::before {
    width: 6.51042%;
  }
}

@media (max-width: 767px) {
  .report_appeal::before {
    width: 27px;
    background-size: 27px;
  }
}

.report_appeal::after {
  content: "";
  display: block;
  width: 27px;
  height: 40px;
  background: url(../../img/em_right.png) left top no-repeat;
  margin-left: 5px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .report_appeal::after {
    width: 6.51042%;
  }
}

@media (max-width: 767px) {
  .report_appeal::after {
    width: 27px;
    background-size: 27px;
  }
}

.report_ttl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 50px;
  text-align: center;
}

.report_ttl::before {
  content: "";
  display: block;
  width: 300px;
  border-bottom: 4px #e51a37 solid;
  margin-top: 20px;
}

.report_ttl::after {
  content: "";
  display: block;
  width: 300px;
  border-bottom: 4px #e51a37 solid;
  margin-top: 20px;
}

.report_wrap {
  display: flex;
  flex-wrap: wrap;
}

.report_article {
  width: 30.8%;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 3.8% 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.report_article:nth-child(3n) {
  margin: 0 0 50px 0;
}

.report_article_comment {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px;
  color: #e51a37;
  font-size: 1.4rem;
  background: #fff;
  border: solid 3px #e51a37;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

.report_article_comment::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.report_article_comment::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e51a37;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .report_article_comment {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .report_article_comment {
    font-size: 1.2rem;
  }
}

.report_article_img {
  padding-bottom: 10px;
  border-top: 1px #eee solid;
  border-right: 1px #eee solid;
  border-left: 1px #eee solid;
  border-radius: 10px 10px 0 0;
  background: #fff url(../../img/article_bg.png) repeat;
}

.report_article_img img {
  border-radius: 10px 10px 0 0;
}

.report_article_date {
  font-size: 1.4rem;
  padding: 0 6px;
  border-right: 1px #eee solid;
  border-left: 1px #eee solid;
  background: #fff url(../../img/article_bg.png) repeat;
}

.report_article_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 7px 6px 13px;
  border-right: 1px #eee solid;
  border-left: 1px #eee solid;
  background: #fff url(../../img/article_bg.png) repeat;
}

.report_article_ttl:hover {
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .report_article_ttl {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .report_article_ttl {
    font-size: 1.4rem;
  }
}

.report_article_more {
  width: 100%;
  display: block;
  border-radius: 0 0 10px 10px;
  padding: 12px 0;
  box-sizing: border-box;
  background: #e51a37;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-right: 1px #eee solid;
  border-left: 1px #eee solid;
  border-bottom: 1px #eee solid;
  border-radius: 0 0 10px 10px;
}

.report_article_more::after {
  content: "";
  display: inline-block;
  background: url(../../img/arrow_wht.png) right center no-repeat;
  padding-bottom: 3px;
  background-size: cover;
  width: 6px;
  height: 9px;
  margin-left: 7px;
}

.report_more {
  width: 27%;
  display: block;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .report_inner {
    width: 80%;
  }
  .report_ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 50px;
    text-align: center;
  }
  .report_ttl::before {
    content: "";
    display: block;
    width: 19.5122%;
    border-bottom: 4px #e51a37 solid;
    margin-top: 20px;
  }
  .report_ttl::after {
    content: "";
    display: block;
    width: 19.5122%;
    border-bottom: 4px #e51a37 solid;
    margin-top: 20px;
  }
  .report_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .report_article {
    width: 60%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .report_article_more {
    font-size: 1.4rem;
    padding: 8px 0;
  }
  .report_more {
    width: 40%;
    display: block;
    margin: 0 auto 50px;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .report {
    padding: 35px 0;
  }
  .report_inner {
    width: 90%;
  }
  .report_ttl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .report_ttl img {
    width: 56%;
  }
  .report_ttl::before {
    content: "";
    display: block;
    width: 16%;
    border-bottom: 3px #e51a37 solid;
    margin-top: 10px;
  }
  .report_ttl::after {
    content: "";
    display: block;
    width: 16%;
    border-bottom: 3px #e51a37 solid;
    margin-top: 10px;
  }
  .report_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .report_article {
    width: 90%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .report_article_more {
    font-size: 1.4rem;
    padding: 8px 0;
  }
  .report_more {
    width: 66.66667%;
    display: block;
    margin: 0 auto 50px;
    justify-content: center;
    align-items: center;
  }
}

.paypay {
  width: 100%;
  padding: 70px 0;
  background: url(../../img/paypay_bg.png) repeat;
}

.paypay_inner {
  width: 1000px;
  margin: 0 auto;
}

.paypay_ttl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 50px;
  text-align: center;
}

.paypay_ttl::before {
  content: "";
  display: block;
  width: 300px;
  border-bottom: 4px #e51a37 solid;
  margin-top: 20px;
}

.paypay_ttl::after {
  content: "";
  display: block;
  width: 300px;
  border-bottom: 4px #e51a37 solid;
  margin-top: 20px;
}

.paypay_ttl2 {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.paypay_ttl2 span {
  font-size: 4.4rem;
  color: #e51a37;
}

.paypay_ttl2::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #e51a37;
  margin: 13px auto 0;
}

.paypay_ct1 {
  padding: 0 0 50px;
}

.paypay_ct1_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.paypay_ct1_li {
  width: 27%;
  margin: 0 3% 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.paypay_ct1_img {
  margin: 0 auto;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paypay_ct1_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}

.paypay_ct1_txt {
  font-size: 1.6rem;
  margin-top: 24px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .paypay_ct1_li {
    width: 42%;
  }
}

@media (max-width: 767px) {
  .paypay_ct1 {
    padding: 0 0 25px;
  }
  .paypay_ct1_li {
    width: 44%;
    margin: 0 1% 30px;
  }
  .paypay_ct1_li:last-child {
    margin-top: -30px;
  }
  .paypay_ct1_img {
    width: 80px;
    height: 80px;
  }
  .paypay_ct1_ttl {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-top: 24px;
  }
  .paypay_ct1_txt {
    font-size: 1.2rem;
    margin-top: 18px;
    padding: 0 7px;
    box-sizing: border-box;
  }
}

.paypay_ct2 {
  padding: 0 0 30px;
}

.paypay_ct2_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 50px;
}

.paypay_ct2_ttl span {
  font-size: 3.1rem;
  color: #e51a37;
}

.paypay_ct2_img {
  width: 70%;
  margin: 0 auto 100px;
}

@media (max-width: 767px) {
  .paypay_ct2 {
    padding: 0 0 0px;
  }
  .paypay_ct2_ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 25px;
  }
  .paypay_ct2_ttl span {
    font-size: 2.2rem;
    color: #e51a37;
  }
  .paypay_ct2_img {
    width: 90%;
    margin: 0 auto 70px;
  }
}

.paypay_ct3 {
  padding: 0 0 70px;
}

.paypay_ct3_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 50px;
}

.paypay_ct3_ttl span {
  font-size: 3.1rem;
  color: #e51a37;
}

.paypay_ct3_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.paypay_ct3_li {
  width: 30%;
}

.paypay_ct3_txt {
  font-size: 1.2rem;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .paypay_ct3_ul {
    flex-direction: column;
  }
  .paypay_ct3_li {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .paypay_inner {
    width: 90%;
  }
  .paypay_ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 50px;
    text-align: center;
  }
  .paypay_ttl::before {
    content: "";
    display: block;
    width: 24.39024%;
    border-bottom: 4px #e51a37 solid;
    margin-top: 20px;
  }
  .paypay_ttl::after {
    content: "";
    display: block;
    width: 24.39024%;
    border-bottom: 4px #e51a37 solid;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .paypay {
    padding: 35px 0;
  }
  .paypay_inner {
    width: 96%;
  }
  .paypay_ttl {
    width: 100%;
    margin: 0 auto 30px;
  }
  .paypay_ttl img {
    width: 57.33333%;
  }
  .paypay_ttl::before {
    content: "";
    display: block;
    width: 14%;
    border-bottom: 3px #e51a37 solid;
    margin-top: 14px;
  }
  .paypay_ttl::after {
    content: "";
    display: block;
    width: 14%;
    border-bottom: 3px #e51a37 solid;
    margin-top: 14px;
  }
  .paypay_ttl2 {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.2;
  }
  .paypay_ttl2 span {
    font-size: 3.2rem;
    color: #e51a37;
  }
  .paypay_ttl2::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #e51a37;
    margin: 7px auto 0;
  }
}

.ft_paypay_lead {
  font-size: 2.6rem;
  text-align: center;
  color: #333;
  font-weight: bold;
  margin-bottom: 50px;
}

.ft_paypay_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ft_paypay_box {
  width: 45%;
  border: 3px solid #333;
  border-radius: 20px;
  padding-bottom: 20px;
  background: #FFF;
}

.ft_paypay_ttl {
  width: 80%;
  margin: -25px auto 20px;
}

.ft_paypay_cap {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
  color: #333;
}

.ft_paypay_btn {
  display: block;
  width: 72.66667%;
  margin: 0 auto 5px;
}

.ft_paypay_tel {
  color: #333;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto 20px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .ft_inner {
    width: 80%;
  }
  .ft_paypay_lead {
    font-size: 2rem;
  }
  .ft_paypay_cap {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .ft_paypay_lead {
    font-size: 1.8rem;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
  }
  .ft_paypay_lead br {
    display: none;
  }
  .ft_paypay_wrap {
    width: 90%;
    flex-direction: column;
  }
  .ft_paypay_box {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 10px;
    border: 2px solid #333;
  }
  .ft_paypay_ttl {
    width: 80%;
    margin: -15px auto 10px;
  }
  .ft_paypay_cap {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
    color: #333;
  }
  .ft_paypay_btn {
    display: block;
    width: 72.66667%;
    margin: 0 auto 10px;
  }
}

.footer {
  margin-top: 0px;
  padding: 30px 0;
  margin-bottom: 110px;
  background: url(../../img/red_bg.png) repeat;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .footer {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 0px;
    padding: 15px 0 100px;
  }
}

.footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto 39px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .footer_sns {
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .footer_sns {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.footer_sns &gt; a {
  display: block;
  width: 3%;
  margin: 0 4px;
}

@media (max-width: 767px) {
  .footer_sns &gt; a {
    width: 8.46354%;
  }
}

.footer_sns_txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .copyright_txt {
  color: #fff;
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 767px) {
  .footer .copyright_txt {
    font-size: 0.9rem;
  }
}

.pagetop {
  position: fixed;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: black;
  border-radius: 50%;
  z-index: 100;
}

.pagetop &gt; img {
  width: 16px;
  min-height: 0;
}

.fixed_pc {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 110px;
  background: #fae500;
  border-top: 1px solid #fff;
  padding: 20px 0;
  box-sizing: border-box;
  z-index: 200;
}

@media (max-width: 767px) {
  .fixed_pc {
    display: none;
  }
}

.fixed_pc_wrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_pc_wrap {
    width: 94%;
  }
}

.fixed_pc_1 {
  width: 14.8%;
  margin: 0 30px 0 0;
}

.fixed_pc_2 {
  width: 37.6%;
  margin: 0 30px 0 0;
}

.fixed_pc_2 a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #118eb2 url(../../img/arrow_wht.png) 93% center no-repeat;
  background-size: 6px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 100px;
  border: #fff 2px solid;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
  transition: 0s;
}

.fixed_pc_2 a:hover {
  content: "";
  opacity: 1;
  margin-bottom: -3px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.fixed_pc_2 a span {
  background: #fff;
  color: #e51a37;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 200px;
  padding: 0px 10px 1px;
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_pc_2 a {
    font-size: 1.1rem;
    background: #118eb2 url(../../img/arrow_wht.png) 95% center no-repeat;
    background-size: 5px;
  }
}

.fixed_pc_3 {
  width: 37.6%;
  margin: 0 auto 0px;
}

.fixed_pc_3 a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #231815 url(../../img/arrow_wht.png) 93% center no-repeat;
  background-size: 6px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 100px;
  border: #fff 2px solid;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.3);
  transition: 0s;
}

.fixed_pc_3 a:hover {
  content: "";
  opacity: 1;
  margin-bottom: -3px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.fixed_pc_3 a span {
  background: #fff;
  color: #e51a37;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 200px;
  padding: 0px 10px 1px;
  margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_pc_3 a {
    font-size: 1.1rem;
    background: #231815 url(../../img/arrow_wht.png) 95% center no-repeat;
    background-size: 5px;
  }
}

.fixed_sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../img/sp_fixed_bg.png) center top no-repeat;
  background-size: cover;
  box-sizing: border-box;
  z-index: 200;
}

@media (min-width: 1001px) {
  .fixed_sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_sp {
    display: none;
  }
}

.fixed_sp_wrap {
  display: flex;
  justify-content: space-between;
  width: 94.13333%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 12.8% 0 4.26667%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_sp_wrap {
    padding: 12.8% 0 3.2%;
  }
}

.fixed_sp_wrap_1 {
  width: 47.14715%;
  display: block;
  background: #118eb2 url(../../img/arrow_wht.png) 95% center no-repeat;
  background-size: 3%;
  box-sizing: border-box;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_sp_wrap_1 {
    font-size: 1.6rem;
  }
}

.fixed_sp_wrap_2 {
  width: 47.14715%;
  display: block;
  background: #231815 url(../../img/arrow_wht.png) 97% center no-repeat;
  background-size: 3%;
  box-sizing: border-box;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_sp_wrap_2 {
    font-size: 1.6rem;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pcDetail {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
}

.entry {
  width: 1000px;
  margin: 0 auto 70px;
}

.entry_ttl {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 70px auto 0px;
  text-align: center;
}

.entry_ttl::before {
  content: "";
  display: block;
  width: 300px;
  border-bottom: 4px #e51a37 solid;
  margin-top: 20px;
}

.entry_ttl::after {
  content: "";
  display: block;
  width: 300px;
  border-bottom: 4px #e51a37 solid;
  margin-top: 20px;
}

.entry_wide {
  min-height: 1076px;
  margin: 50px auto;
}

.entry_inner {
  width: 1000px;
  margin: 0 auto 50px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e51a37;
  box-sizing: border-box;
}

.entry_wrap {
  width: 100%;
  padding: 30px 40px;
  border: 1px dotted #e51a37;
  box-sizing: border-box;
}

.entry_box {
  margin-bottom: 60px;
}

.entry_box::after {
  content: "";
  display: block;
  clear: both;
}

.entry_box_comment {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px;
  color: #e51a37;
  font-size: 1.4rem;
  background: #fff;
  border: solid 3px #e51a37;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .entry_box_comment {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entry_box_comment {
    font-size: 1.2rem;
    margin: 10px 0;
  }
}

.entry_box_comment::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.entry_box_comment::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e51a37;
  z-index: 1;
}

.entry_box_ttl {
  padding: 20px 0;
  color: #e51a37;
  font-size: 2.4rem;
}

.entry_box_ttl a {
  color: #e51a37;
  transition: 0.3s;
}

.entry_box_ttl a:hover {
  text-decoration: underline;
}

.entry_box_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  margin-top: 10px;
  border-bottom: #e51a37 3px solid;
}

.entry_box_date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
  color: #e51a37;
  font-size: 1.4rem;
  font-weight: bold;
}

.entry_box_date::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 3px;
}

.entry_box_body {
  font-size: 1.4rem;
  line-height: 1.8;
}

.entry_box_body::after {
  content: "";
  display: block;
  clear: both;
}

.entry_box_body img {
  display: block;
  width: 70%;
  max-width: 700px;
  margin: 15px auto;
  height: auto;
  padding: 7px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.entry_box_body a {
  color: #e51a37;
  text-decoration: underline;
}

.entry_box_sns {
  display: flex;
  justify-content: space-between;
  width: 135px;
  margin-top: 15px;
}

.entry_box_sns_wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.entry_box_sns li {
  list-style: none;
  width: 22%;
  margin: 0 5px;
}

.entry_list_bt {
  width: 257px;
  margin: 0 auto;
  padding: 35px 0;
}

.entry_pickup {
  padding: 60px 0 0;
  border-top: 1px solid #e51a37;
}

.entry_pickup_ttl {
  width: 250px;
  margin: 0 auto 35px;
}

.entry_pickup .report {
  margin: 0 auto 30px;
  padding: 0;
}

.entry_pickup .report_wrap {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.entry_pickup .report_article {
  margin: 0 3.8% 0 0;
}

.entry_pickup .report_article:nth-child(3) {
  margin: 0;
}

.entry_pickup .report_article_ttl a {
  font-size: 1.5rem;
  line-height: 1.3;
}

.entry_pickup .report_article_date {
  padding-bottom: 1px;
  font-size: 1.4rem;
  background-size: 12px;
}

.entry_link {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: wrap;
}

.entry_link li {
  width: 45%;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 95%;
  color: #09c;
  line-height: 1.6em;
  background: url(../../img/blog_icon.png) no-repeat 0 18px;
  text-align: left;
}

.entry_link li br {
  display: none;
}

.entry_link li a {
  font-size: 1.4rem;
}

.entry_home {
  width: 142px;
  margin: 60px auto;
}

.entry .fmlogo {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.entry .fmlogo div {
  height: 40px;
  margin: 0 20px;
}

.entry .fmlogo div img {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .entry {
    width: 90%;
    margin: 0 auto;
  }
  .entry_ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px auto 50px;
    text-align: center;
  }
  .entry_ttl::before {
    content: "";
    display: block;
    width: 24.39024%;
    border-bottom: 4px #e51a37 solid;
    margin-top: 20px;
  }
  .entry_ttl::after {
    content: "";
    display: block;
    width: 24.39024%;
    border-bottom: 4px #e51a37 solid;
    margin-top: 20px;
  }
  .entry_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .entry_inner {
    width: 96%;
    margin: 0 auto;
  }
  .entry_box {
    margin-bottom: 50px;
  }
  .entry_box_body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .entry_box_body img {
    display: block;
    width: 75%;
    max-width: 500px;
    margin: 10px auto;
    width: 100%;
    height: auto;
    padding: 7px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .entry_box_sns_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .entry_list_bt {
    width: 220px;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  .entry_pickup {
    padding: 50px 0 0;
    border-top: 1px solid #e51a37;
  }
  .entry_pickup_ttl {
    width: 47%;
    margin: 0 auto 35px;
  }
  .entry_pickup .report {
    margin: 0 auto 30px;
  }
  .entry_pickup .report_wrap {
    flex-wrap: wrap;
  }
  .entry_pickup .report_article {
    width: 65%;
    margin: 0 0 30px 0;
  }
  .entry_pickup .report_article_ttl a {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .entry_pickup .report_article_date {
    font-size: 1.3rem;
    background-size: auto;
  }
  .entry_home {
    width: 142px;
    margin: 30px auto;
  }
  .entry .fmlogo {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .entry {
    width: 90%;
    margin: 35px auto 0;
  }
  .entry_ttl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .entry_ttl img {
    width: 56%;
  }
  .entry_ttl::before {
    content: "";
    display: block;
    width: 16%;
    border-bottom: 3px #e51a37 solid;
    margin-top: 10px;
  }
  .entry_ttl::after {
    content: "";
    display: block;
    width: 16%;
    border-bottom: 3px #e51a37 solid;
    margin-top: 10px;
  }
  .entry_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .entry_inner {
    width: 96%;
    margin: 0 auto;
    padding: 5px;
  }
  .entry_wrap {
    width: 100%;
    padding: 10px;
    border: 1px dotted #e51a37;
    box-sizing: border-box;
  }
  .entry_box {
    margin-bottom: 40px;
  }
  .entry_box_ttl {
    padding: 10px 0;
    font-size: 1.8rem;
  }
  .entry_box_ttl a {
    color: #e51a37;
    transition: 0.3s;
  }
  .entry_box_ttl a:hover {
    text-decoration: underline;
  }
  .entry_box_ttl::after {
    content: "";
    height: 8px;
    margin-top: 10px;
    background: url(../../img/entry_border.png) top left no-repeat;
    background-size: contain;
  }
  .entry_box_body {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .entry_box_body img {
    display: block;
    width: 100%;
    max-width: 500px;
    float: none;
    margin: 10px auto;
    padding: 7px;
    border: 1px solid #ccc;
    height: auto;
    box-sizing: border-box;
  }
  .entry_box_sns {
    display: flex;
    justify-content: space-between;
    width: 126px;
    margin-top: 15px;
  }
  .entry_box_sns_wrap {
    display: flex;
    justify-content: center;
  }
  .entry_box_sns li {
    list-style: none;
    width: 23.80952%;
    margin: 0 5px;
  }
  .entry_list_bt {
    width: 200px;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  .entry_pickup {
    padding: 40px 0 0;
    border-top: 1px solid #e51a37;
  }
  .entry_pickup_ttl {
    width: 54%;
    margin: 0 auto 35px;
  }
  .entry_pickup .report {
    margin: 0 auto 30px;
  }
  .entry_pickup .report_wrap {
    flex-wrap: wrap;
  }
  .entry_pickup .report_article {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .entry_pickup .report_article_ttl a {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .entry_pickup .report_article_date {
    font-size: 1.2rem;
    background-size: auto;
  }
  .entry_link {
    width: 100%;
    margin: 0 auto;
  }
  .entry_link li {
    width: 80%;
    padding: 6px 10px 6px 20px;
    line-height: 1.6em;
    background: url(../../img/blog_icon.png) no-repeat 0 15px;
    text-align: left;
  }
  .entry_link li a {
    font-size: 1.2rem;
  }
  .entry_home {
    width: 142px;
    margin: 30px auto;
  }
  .entry .fmlogo {
    width: 80%;
    margin: 50px auto;
  }
}

.pageswitch {
  width: 100%;
  height: 20px;
  text-align: center;
  color: #e51a37;
  padding: 0;
  margin: 60px auto 30px;
  font-size: 1.4rem;
}

.pageswitch a {
  background-color: #fad1d7;
  color: #e51a37;
  border: 1px solid #e51a37;
  text-decoration: none;
  padding: 3px 5px;
  margin: 3px;
}

.pageswitch a:hover {
  background-color: #fad1d7;
  border: 1px solid #e51a37;
  color: #e51a37;
}

.pageswitch .active {
  border: 1px solid #e51a37;
  color: #fff;
  padding: 3px 5px;
  margin: 3px;
}

.pageswitch strong {
  background-color: #e51a37;
  border: 1px solid #e51a37;
  color: #fff;
  padding: 3px 5px;
  margin: 3px;
}

@media (max-width: 767px) {
  .pageswitch {
    width: 100%;
  }
}
</pre></body></html>