/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

body,
div,
video,
header,
footer,
main,
nav,
aside,
article,
section,
li,
img,
input,
textarea,
tr,
th,
td,
a {
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/*---------------
---------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 160%;
}

p {
  padding-bottom: 1rem;
  line-height: 160%;
}
p:last-child {
  padding-bottom: 0;
}

/*---------------
---------------*/
.disp_pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .disp_pc {
    display: block;
  }
}

.disp_sm {
  display: block;
}
@media only screen and (min-width: 960px) {
  .disp_sm {
    display: none;
  }
}

/*---------------
---------------*/
.bg_white {
  background-color: white;
}

/*---------------
---------------*/
/*---------------
---------------*/
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  margin: 10px;
  padding: 0 0 0 10px;
  background-color: white;
  border-radius: 10px;
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  nav {
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100% - 40px);
    margin: 20px;
    padding: 20px;
    justify-content: space-between;
  }
}
nav #logo {
  width: 230px;
}
@media only screen and (min-width: 960px) {
  nav #logo {
    width: auto;
  }
}
nav #logo ul {
  display: flex;
  align-items: center;
}
nav #logo li {
  padding-right: 10px;
}
nav #logo li img {
  max-width: 100%;
  height: auto;
}
nav #logo .logo {
  width: 230px;
}
nav #logo .anniv {
  width: 70px;
}
nav #logo .record {
  width: 70px;
}
nav #menu {
  display: none;
}
@media only screen and (min-width: 960px) {
  nav #menu {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
  }
}
nav #menu ul {
  display: flex;
  align-items: center;
}
nav #menu li:last-child {
  border-left: 0;
}
nav #menu li + li {
  border-left: 1px solid #333;
}
nav #menu .mitsumori a {
  position: relative;
  top: 0;
  background-color: #05c555;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 5px #059f45;
  transition: 0.2s ease-in-out;
}
nav #menu .mitsumori a:hover {
  top: 5px;
  box-shadow: 0 0 #059f45;
  text-decoration: none;
}
nav #menu a {
  text-decoration: none;
  color: black;
  padding: 10px;
}
nav #menu a:hover {
  text-decoration: underline;
}
nav #hamburgermenu {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  nav #hamburgermenu {
    display: none;
  }
}

main article {
  display: flex;
  flex-flow: column;
  align-items: center;
}
main section {
  width: 100%;
}

footer .fimg img {
  width: 100%;
  height: auto;
}
footer .fmenu {
  background-color: #2ca6e0;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .fmenu ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  footer .fmenu ul {
    flex-flow: row;
    flex-wrap: wrap;
  }
}
footer .fmenu li {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  footer .fmenu li {
    margin-bottom: 10px;
  }
}
footer .fmenu li a {
  color: white;
  padding: 10px;
  text-decoration: underline;
}
footer .fmenu li a:hover {
  text-decoration: none;
}
footer .fbtn {
  background-color: #2ca6e0;
  padding-bottom: 50px;
}
footer .fcopy {
  background-color: #2ca6e0;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0.75rem;
  color: white;
}
footer .fcopy a {
  color: white;
  text-decoration: underline;
}
footer .fcopy a:hover {
  text-decoration: none;
}

.mitsumoribtn {
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 50px;
}
@media only screen and (min-width: 960px) {
  .mitsumoribtn {
    width: 100%;
    margin: 0 0 50px;
  }
}

.mitsumoribtn_box {
  width: 100%;
  max-width: 900px;
  background-color: #064ab2;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

@media only screen and (min-width: 960px) {
  .mitsumoribtn_box {
    height: 100px;
    padding: 0 20px 0 0;
    flex-flow: row;
  }
}
.mitsumoribtn_box_img {
  flex: 1;
}

.mitsumoribtn_box_img img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

@media only screen and (min-width: 960px) {
  .mitsumoribtn_box_img img {
    margin-left: -20px;
    padding-bottom: 0;
  }
}
.mitsumoribtn_box_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 960px) {
  .mitsumoribtn_box_btn {
    width: 200px;
  }
}
.mitsumoribtn_box_btn a {
  width: 100%;
  position: relative;
  top: 0;
  background-color: #05c555;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 5px #059f45;
  transition: 0.2s ease-in-out;
  text-align: center;
}

.mitsumoribtn_box_btn a:hover {
  top: 5px;
  box-shadow: 0 0 #059f45;
  text-decoration: none;
}

:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

.smmenu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 50px 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.smmenu-btn:checked ~ .smmenu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.smmenu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.smmenu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.smmenu-btn:checked ~ .smmenu a,
.smmenu-btn:checked ~ .smmenu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.smmenu-btn {
  display: none;
}

.smmenu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #333;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  z-index: 100;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #333;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.smmenu-btn:checked ~ .smmenu-icon .navicon:before {
  transform: rotate(-45deg);
  background: #fff;
}

.smmenu-btn:checked ~ .smmenu-icon .navicon:after {
  transform: rotate(45deg);
  background: #fff;
}

.smmenu-btn:checked ~ .smmenu-icon:not(.steps) .navicon:before {
  top: 0;
}

.smmenu-btn:checked ~ .smmenu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.smmenu-btn:checked ~ .smmenu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */
/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

/*---------------
---------------*/
header {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 960px) {
  header {
    padding-top: 130px;
  }
}

.title {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.title_text {
  padding: 20px 20px;
}
@media only screen and (min-width: 960px) {
  .title_text {
    padding: 100px 20px;
  }
}
.title_text p {
  text-align: center;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
}
.title_text h1 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 2.25rem;
  color: white;
  line-height: 120%;
}
.title_text ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  color: white;
}
.title_text li {
  padding: 8px;
  color: black;
  margin: 3px;
  background-color: white;
  border-radius: 100px;
  font-size: 0.625rem;
  line-height: 140%;
}
@media only screen and (min-width: 960px) {
  .title_text li {
    font-size: 0.75rem;
    margin: 5px;
  }
}
.title_text .yellow {
  color: #ffff00;
}
.title_record {
  width: calc(100% - 20px);
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  margin: 0 10px 30px;
  display: flex;
  flex-flow: column;
  font-size: 0.75rem;
}
@media only screen and (min-width: 960px) {
  .title_record {
    flex-flow: row;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 0 30px;
  }
}
.title_record_title {
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .title_record_title {
    border-right: solid 1px #ccc;
  }
}
.title_record_title ul {
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 960px) {
  .title_record_title ul {
    width: 140px;
  }
}
.title_record_title li {
  padding: 0 5px;
  text-align: center;
}
.title_record_title .big {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.title_record_title .small {
  font-size: 0.625rem;
}
.title_record_main {
  padding: 10px;
}
.title_record_main ol {
  width: 100%;
}
.title_record_main ol ul {
  display: flex;
  align-items: center;
}
.title_record_main ol ul li {
  padding: 5px;
  margin-right: 5px;
  line-height: 140%;
  white-space: nowrap;
}
.title_record_main ol ul li:last-child {
  white-space: initial;
}
.title_record_main ol ul li:first-child {
  background-color: #064ab2;
  color: white;
  border-radius: 5px;
  font-size: 0.75rem;
}

/*---------------
---------------*/
.slider {
  margin: 0 auto;
}

.slider .slick-slide {
  height: auto !important;
}

/*---------------
---------------*/
.video-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.video-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%), radial-gradient(black 20%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}

video {
  width: auto;
  height: 80vh;
}
@media only screen and (min-width: 960px) {
  video {
    width: 100%;
    height: auto;
  }
}

.first_midashi {
  display: flex;
  justify-content: center;
}
.first_midashi h2 {
  font-size: 1.75rem;
  color: #064ab2;
  font-weight: 900;
  background-color: white;
  width: 100%;
  max-width: 960px;
  text-align: center;
  padding: 50px 10px;
}
@media only screen and (min-width: 960px) {
  .first_midashi h2 {
    padding: 50px 0;
  }
}

.worry {
  width: 100%;
  background-color: white;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.worry_img {
  width: 100%;
  max-width: 960px;
  padding: 0 10px;
}
@media only screen and (min-width: 960px) {
  .worry_img {
    padding: 0 100px;
  }
}
.worry_img img {
  max-width: 100%;
  height: auto;
}
.worry_list {
  width: calc(100% - 20px);
  max-width: 940px;
  margin: 0 10px;
  padding: 10px;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 960px) {
  .worry_list {
    max-width: 760px;
    margin: 0 100px;
    padding: 50px;
  }
}
.worry_list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .worry_list ul {
    justify-content: center;
  }
}
.worry_list li {
  padding: 15px;
  border: solid 1px #707070;
  background-color: white;
  border-radius: 5px;
  margin: 5px;
  line-height: 140%;
}

.about {
  width: 100%;
  background-color: white;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 50px;
}
.about_midashi h2 {
  font-size: 1.75rem;
  color: #064ab2;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}
.about_design {
  display: none;
}
@media only screen and (min-width: 960px) {
  .about_design {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #09529f;
    width: 350px;
  }
}
.about_text {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .about_text {
    background: url("../images/index/about.jpg") no-repeat 50% 50%;
  }
}
.about_text_box {
  width: 100%;
  background-color: #09529f;
  color: white;
  padding: 50px 20px;
}
@media only screen and (min-width: 960px) {
  .about_text_box {
    width: 350px;
    padding: 20px 50px;
  }
}
.about_text_box p {
  padding-bottom: 1rem;
}
.about_text_box .btn {
  text-align: center;
  margin-top: 2rem;
}
.about_text_box .btn a {
  background-color: white;
  border-radius: 100px;
  padding: 10px 20px;
  color: #064ab2;
  text-decoration: none;
}
.about_text_box .btn a:hover {
  background-color: #064ab2;
  color: white;
  border: solid 1px white;
}

.features {
  width: 100%;
  background-image: url("../images/index/features.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .features {
    padding: 100px 0;
  }
}
.features_midashi h2 {
  font-size: 1.75rem;
  color: #064ab2;
  font-weight: 900;
  text-align: center;
  background-color: initial;
  color: white;
  padding-bottom: 50px;
}
@media only screen and (min-width: 960px) {
  .features_midashi h2 {
    padding-bottom: 100px;
  }
}
.features_point {
  max-width: 760px;
  text-align: center;
}
.features_point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}
.features_point li {
  width: 100%;
  margin: 10px 10px 30px 10px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .features_point li {
    max-width: calc(50% - 20px);
  }
}
.features_point li label {
  width: 100px;
  text-align: center;
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: black;
  border-radius: 100px;
  color: white;
  padding: 10px;
  font-size: 0.75rem;
}
.features_point li label .big {
  font-size: 1.25rem;
  font-weight: bold;
}
.features_point li p {
  padding: 20px 0 10px;
}
.features_point li .deco {
  font-weight: bold;
  color: #064ab2;
  border-bottom: solid 3px #ffff00;
}

.mitsumoribtn {
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 50px;
}
@media only screen and (min-width: 960px) {
  .mitsumoribtn {
    width: 100%;
    margin: 0 0 50px;
  }
}
.mitsumoribtn_box {
  width: 100%;
  max-width: 900px;
  background-color: #064ab2;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .mitsumoribtn_box {
    height: 100px;
    padding: 0 20px 0 0;
    flex-flow: row;
  }
}
.mitsumoribtn_box_img {
  flex: 1;
}
.mitsumoribtn_box_img img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .mitsumoribtn_box_img img {
    margin-left: -20px;
    padding-bottom: 0;
  }
}
.mitsumoribtn_box_btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .mitsumoribtn_box_btn {
    width: 200px;
  }
}
.mitsumoribtn_box_btn a {
  width: 100%;
  position: relative;
  top: 0;
  background-color: #05c555;
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 5px #059f45;
  transition: 0.2s ease-in-out;
  text-align: center;
}
.mitsumoribtn_box_btn a:hover {
  top: 5px;
  box-shadow: 0 0 #059f45;
  text-decoration: none;
}

.faq {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.faq_box {
  width: 100%;
  max-width: 960px;
  background-color: #eaf8fb;
  padding: 50px 10px;
}
@media only screen and (min-width: 960px) {
  .faq_box {
    padding: 50px 100px 100px;
  }
}
.faq_box_midashi h2 {
  font-size: 1.75rem;
  color: #064ab2;
  font-weight: 900;
  text-align: center;
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 960px) {
  .faq_box_midashi h2 {
    padding: 50px 0;
  }
}
.faq_box_list ul {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.faq_box_list li {
  width: 100%;
}
.faq_box_list li a {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  text-decoration: none;
  color: black;
}
.faq_box_list li a::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #064ab2;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100px;
}
.faq_box_list li a:hover {
  background-color: #09529f;
  color: white;
}
.faq_box_list li p {
  margin-left: 10px;
}

.support {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support_contract {
  width: 100%;
  max-width: 960px;
  background-color: #064ab2;
  padding: 10px 10px 0;
}
@media only screen and (min-width: 960px) {
  .support_contract {
    padding: 50px 100px 0;
  }
}
.support_contract_midashi h2 {
  font-size: 1.75rem;
  color: white;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}
.support_contract_list ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.support_contract_list li {
  width: 33.3333333333%;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .support_contract_list li {
    width: auto;
  }
}
.support_contract_list li a {
  display: block;
  border-radius: 100px;
  padding: 10px 10px;
  color: black;
  margin: 5px;
  background-color: white;
  font-size: 0.75rem;
  text-decoration: none;
  border: solid 1px white;
}
@media only screen and (min-width: 960px) {
  .support_contract_list li a {
    padding: 10px 20px;
  }
}
.support_contract_list li a:hover {
  background-color: #09529f;
  color: white;
  border: solid 1px white;
}
.support_maker {
  width: 100%;
  max-width: 960px;
  background-color: #064ab2;
  padding: 10px 10px 0;
}
@media only screen and (min-width: 960px) {
  .support_maker {
    padding: 50px 100px 0;
  }
}
.support_maker_midashi h2 {
  font-size: 1.75rem;
  color: white;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}
.support_maker_list ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.support_maker_list li {
  width: 33.3333333333%;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .support_maker_list li {
    width: auto;
  }
}
.support_maker_list li a {
  display: block;
  border-radius: 100px;
  padding: 10px 10px;
  color: black;
  margin: 5px;
  background-color: white;
  font-size: 0.75rem;
  text-decoration: none;
  border: solid 1px white;
}
@media only screen and (min-width: 960px) {
  .support_maker_list li a {
    padding: 10px 20px;
  }
}
.support_maker_list li a:hover {
  background-color: #09529f;
  color: white;
  border: solid 1px white;
}
.support_area {
  width: 100%;
  max-width: 960px;
  background-color: #064ab2;
  padding: 10px 10px 20px;
}
@media only screen and (min-width: 960px) {
  .support_area {
    padding: 0 100px 100px;
  }
}
.support_area_midashi h2 {
  font-size: 1.75rem;
  color: white;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}
.support_area_list dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.support_area_list dl dt {
  width: 100%;
  color: white;
  text-align: center;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 960px) {
  .support_area_list dl dt {
    padding: 10px 10px 10px 0;
    text-align: right;
    width: 100px;
  }
}
.support_area_list dl dd {
  flex: 1;
}
.support_area_list ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.support_area_list li {
  width: 33.3333333333%;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .support_area_list li {
    width: auto;
  }
}
.support_area_list li a {
  display: block;
  border-radius: 100px;
  padding: 10px 10px;
  color: black;
  margin: 5px;
  background-color: white;
  font-size: 0.75rem;
  text-decoration: none;
  border: solid 1px white;
}
@media only screen and (min-width: 960px) {
  .support_area_list li a {
    padding: 10px 20px;
  }
}
.support_area_list li a:hover {
  background-color: #09529f;
  color: white;
  border: solid 1px white;
}

.blog {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-flow: column;
}
.blog_midashi {
  width: 100%;
  background-image: url("../images/index/blog.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.blog_midashi h2 {
  font-size: 1.75rem;
  color: #064ab2;
  font-weight: 900;
  text-align: center;
  padding: 100px 0;
}
.blog_list {
  margin-top: -50px;
  display: flex;
  justify-content: center;
}
.blog_list_box {
  width: 100%;
  max-width: 960px;
}
.blog_list_box ul {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 960px) {
  .blog_list_box ul {
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.blog_list_box li {
  width: 4;
  padding: 10px;
}
@media only screen and (min-width: 960px) {
  .blog_list_box li {
    width: 25%;
  }
}
.blog_list_box li a {
  display: flex;
}
@media only screen and (min-width: 960px) {
  .blog_list_box li a {
    display: flex;
    flex-flow: column;
  }
}
.blog_list_box li img {
  width: 160px;
  height: auto;
  padding-right: 10px;
}
@media only screen and (min-width: 960px) {
  .blog_list_box li img {
    width: 100%;
    padding-right: 0;
  }
}