/* Sass Document */
/*RESET*/
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: 62.5%;
  /*font-weight: normal;*/
  line-height: 1.8;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #ccc;
  text-decoration: none;
}

mark {
  color: #31bedc;
  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;
}

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

input, select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------------------------------------------------------
  BASE (COMMON) SETTING
--------------------------------------------------------------------*/
/*valiable-----------------------------------------------*/
/*------------------------------------------------------------*/
/* BASE STYLE
/*------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  background-color: #f3f3f3;
  background: url("../images/bg.jpg");
  font-family: "Noto Sans Japanese";
  color: #000;
}

#container {
  margin: 0 auto;
  padding: 0px;
}

#wrapper {
  width: 100%;
}

#contents {
  margin: 0 auto;
}

/*text & font --------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

p, li {
  font-size: 1.6rem;
}

@media screen and (max-width: 650px) {
  p, li {
    font-size: 1.4rem;
  }
}

ul, ol {
  display: inline-block;
  line-height: 1.4;
}

.cabin-sketch {
  font-family: 'Cabin Sketch', cursive;
}

.color-white {
  color: #fff;
}

.font_18 {
  font-size: 1.8rem;
}

.font_20 {
  font-size: 2.0rem;
}

.font_22 {
  font-size: 2.2rem;
}

.font_28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 650px) {
  .font_22 {
    font-size: 1.8rem;
  }
  .font_18 {
    font-size: 1.6rem;
  }
  .font_28 {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 450px) {
  .font_18 {
    font-size: 1.4rem;
  }
  .font_22 {
    font-size: 1.6rem;
  }
}

/*link-----------------------------------------------------*/
a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  -webkit-filter: brightness(1.05);
  -moz-filter: brightness(1.05);
  -o-filter: brightness(1.05);
  -ms-filter: brightness(1.05);
  filter: brightness(1.05);
}

/*list-----------------------------------------------------*/
.li_dot, .li_partners {
  list-style: disc;
  padding: 30px 0 20px 30px;
  text-align: left;
}

.li_dot li, .li_partners li {
  margin-bottom: 10px;
}

@media screen and (max-width: 650px) {
  .li_dot, .li_partners {
    padding: 20px 0 10px 20px;
  }
  .li_dot li, .li_partners li {
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.supporter_lists {
  display: inline-block;
  text-align: left;
  padding: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .supporter_lists {
    padding: 20px 0 0;
  }
}

.supporter_lists p {
  font-weight: bold;
}

.li_partners {
  padding: 10px 0 20px 30px;
}

.li_partners li {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.4;
}

@media screen and (max-width: 650px) {
  .li_partners {
    padding: 5px 0 10px 30px;
  }
  .li_partners li {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 450px) {
  .li_partners li {
    font-size: 1.1rem;
  }
}

/*img,layout ----------------------------------------------*/
.img-responsive, .photo, .title_before, .support_photo, .act_photo, .act_subtitle {
  display: block;
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/*------------------------------------------------------------*/
/* HEADER
/*------------------------------------------------------------*/
header {
  background: #fff;
}

.logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  display: inline-block;
  width: 250px;
  height: 40px;
  background: url("../images/afm_logo.svg") no-repeat;
  background-size: 240px;
  background-position: 0px 5px;
}

@media screen and (max-width: 450px) {
  .logo {
    width: 200px;
    height: 35px;
    background-size: 190px;
  }
}

/*------------------------------------------------------------*/
/* GLOBAL NAVI
/*------------------------------------------------------------*/
nav {
  width: 100%;
  padding: 30px;
  background: #fff;
}

nav div {
  width: 100%;
  max-width: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

nav a {
  display: block;
  width: 49%;
  padding: 20px 40px 20px 20px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ccc;
  background: url("../images/allow.svg") no-repeat right 20px center #fff;
}

nav span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

@media screen and (max-width: 650px) {
  nav {
    padding: 20px;
  }
  nav a {
    padding: 15px 30px 15px 15px;
    background-position: right 10px center;
    margin-bottom: 10px;
  }
  nav span {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------*/
/* SECTION COMMON STYLE
/*------------------------------------------------------------*/
.badge {
  margin: 0 auto;
  padding-top: 17px;
  width: 140px;
  height: 140px;
  font-family: 'Cabin Sketch', cursive;
  color: #fff;
  font-size: 6.0rem;
  background: #ffd600;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .badge {
    padding-top: 11px;
    width: 100px;
    height: 100px;
    font-size: 4.6rem;
  }
}

.section_title {
  text-align: center;
  font-size: 2.2rem;
  padding: 30px 10px;
  line-height: 2.4;
  margin-bottom: 20px;
}

.section_title strong {
  font-size: 3.6rem;
  border-bottom: 4px solid #ffd600;
}

@media screen and (max-width: 800px) {
  .section_title {
    font-size: 1.8rem;
  }
  .section_title strong {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 450px) {
  .section_title {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section_title strong {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 2px solid #ffd600;
  }
}

.title_yellowblock {
  position: absolute;
  top: -20px;
  left: -20px;
  padding: 20px;
  background: #ffd600;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 860px) {
  .title_yellowblock {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 650px) {
  .title_yellowblock {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .title_yellowblock {
    font-size: 1.6rem;
  }
}

.title_greenblock {
  color: #fff;
  background: #00af4c;
  font-size: 1.2rem;
  padding: 5px 10px;
  line-height: 1.2;
  display: inline-block;
}

.content_box, .content_box_05 {
  position: relative;
  margin: 50px auto 70px;
  max-width: 900px;
}

.flexbox, .flexbox_01, .container_02, .flexbox_04, .voice_flex, .flexbox_05, .flexbox_07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  /*@media screen and (max-width: 450px){
		display:block;
	}*/
}

.flexbox_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 650px) {
  .flexbox_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.block_white, .block_white_03, .meister, .support, .act, .media_box {
  position: relative;
  background-color: #fff;
  padding: 30px 30px 1px;
  margin: 20px;
}

@media screen and (max-width: 650px) {
  .block_white, .block_white_03, .meister, .support, .act, .media_box {
    padding: 15px 15px 1px;
    margin: 10px;
  }
}

.block_yellowline {
  position: relative;
  margin: 20px 0 40px 20px;
  border: 1px solid #ffd600;
  padding: 20px;
}

@media screen and (max-width: 860px) {
  .block_yellowline img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 650px) {
  .block_yellowline {
    margin: 0 0 20px;
    padding: 10px;
  }
  .block_yellowline img {
    margin: 20px auto;
  }
}

.block_green {
  position: relative;
  background-color: #00af4c;
  padding: 30px;
  margin: 0 20px;
}

@media screen and (max-width: 650px) {
  .block_green {
    padding: 20px;
    margin: 0 10px;
  }
}

.bodycopy {
  margin: 0 auto 40px;
  max-width: 800px;
}

@media screen and (max-width: 860px) {
  .bodycopy {
    padding: 0 20px;
  }
}

/*intro -------------------------------------------------------*/
#intro {
  margin: 0 auto;
  padding: 50px 0;
  background: url("../images/bg_main.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
}

@media screen and (max-width: 650px) {
  #intro {
    padding: 30px 0;
    background-position: center top;
  }
}

#intro .question span {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.4;
  display: inline-block;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  #intro .question span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 650px) {
  #intro .question span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 360px) {
  #intro .question span {
    font-size: 1.3rem;
  }
}

#intro .question:before {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  content: '-';
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  #intro .question:before {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 650px) {
  #intro .question:before {
    font-size: 1.2rem;
  }
}

#intro .answer {
  margin: 30px 20px;
  padding: 15px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 7.2rem;
  font-family: "Yu Mincho", "YuMincho", serif, "Sawarabi Mincho";
  line-height: 1.0;
  color: #fff;
}

#intro .answer span {
  line-height: 1.0;
  color: #ffd600;
  font-size: 7.2rem;
}

@media screen and (max-width: 800px) {
  #intro .answer {
    font-size: 6.0rem;
    padding: 10px;
    margin: 15px 20px;
  }
  #intro .answer span {
    font-size: 6.0rem;
  }
}

@media screen and (max-width: 650px) {
  #intro .answer {
    font-size: 3.0rem;
    letter-spacing: -0.1em;
    border: none;
    margin: 0px 10px 30px 10px;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 450px) {
  #intro .answer {
    font-size: 2.6rem;
    white-space: nowrap;
  }
  #intro .answer span {
    font-size: 5.0rem;
  }
}

#intro .lead_txt {
  padding: 10px;
}

@media screen and (max-width: 800px) {
  #intro .lead_txt {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 650px) {
  #intro .lead_txt {
    margin-left: -20px;
  }
}

@media screen and (max-width: 360px) {
  #intro .lead_txt {
    padding: 0;
    margin-left: -10px;
  }
}

.maincopy {
  font-size: 4.0rem;
  font-weight: bold;
  margin: 30px 0;
}

@media screen and (max-width: 860px) {
  .maincopy {
    font-size: 3.0rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 450px) {
  .maincopy {
    font-size: 2.2rem;
  }
}

.container_00 {
  margin: -40px auto 0;
  padding: 50px;
  border-radius: 10px;
  max-width: 820px;
  background: #fff;
}

@media screen and (max-width: 860px) {
  .container_00 {
    margin: -40px 20px 0;
  }
}

@media screen and (max-width: 650px) {
  .container_00 {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 450px) {
  .container_00 {
    padding: 40px 20px 30px;
  }
}

.popup {
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .popup {
    margin: 40px auto 0;
  }
}

.popup p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px 50px;
}

@media screen and (max-width: 860px) {
  .popup p {
    font-size: 1.4rem;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 650px) {
  .popup p {
    font-size: 1.2rem;
    padding: 15px 20px;
  }
}

.popup strong {
  font-weight: inherit;
  font-size: 3.0rem;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 860px) {
  .popup strong {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 650px) {
  .popup strong {
    font-size: 2.0rem;
  }
}

.arrow_box {
  background: #ffd600;
  position: relative;
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffd600;
  border-width: 20px;
  margin-left: -20px;
}

.list_check {
  margin: 0 auto 20px;
  padding: 30px 50px;
}

.list_check li {
  padding: 5px;
}

.list_check span {
  font-size: 2.2rem;
  border-bottom: 2px solid #ffd600;
  margin: 10px;
}

@media screen and (max-width: 650px) {
  .list_check {
    padding: 10px;
  }
  .list_check span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 450px) {
  .list_check {
    padding: 10px 0;
  }
  .list_check span {
    font-size: 1.6rem;
  }
}

/*01 -------------------------------------------------------*/
.font_100 {
  font-size: 10.0rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.0;
}

@media screen and (max-width: 650px) {
  .font_100 {
    font-size: 7.0rem;
  }
}

.listset {
  margin-left: 50px;
}

.listset p {
  font-family: 'Cabin Sketch', cursive;
  font-size: 3.8rem;
}

@media screen and (max-width: 650px) {
  .listset {
    margin: 0 auto;
    padding: 0 10px;
  }
}

ol.list_num {
  counter-reset: mynum;
  list-style: none;
  padding: 0;
}

ol.list_num li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

ol.list_num li:before {
  content: counter(mynum);
  counter-increment: mynum;
  background-color: #ffd600;
  color: #fff;
  display: block;
  float: left;
  line-height: 26px;
  margin-left: -30px;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 14px;
}

@media screen and (max-width: 860px) {
  .br_01 {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .flexbox_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*02 -------------------------------------------------------*/
.container_02 {
  margin: 60px auto 30px;
}

@media screen and (max-width: 450px) {
  .container_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.img_graph {
  margin: 30px auto 20px;
  width: 100%;
  max-width: 280px;
}

.supporter {
  background: #ffd600;
  padding: 15px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  .supporter {
    padding: 15px 10px;
    font-size: 1.7rem;
    line-height: 1.2;
  }
}

/*03 -------------------------------------------------------*/
.title_script {
  margin-top: -70px;
}

@media screen and (max-width: 650px) {
  .title_script {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .title_script {
    width: 70%;
  }
}

.block_white_03 {
  padding-bottom: 30px;
  margin-bottom: 0;
}

.bodycopy_03 {
  background: URL("../images/bg_03.jpg") no-repeat;
  background-size: cover;
  min-height: 340px;
  position: relative;
}

.bodycopy_03 > div {
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 100px;
  right: 50px;
}

.bodycopy_03 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.bodycopy_03 p {
  margin-bottom: 50px;
}

@media screen and (max-width: 650px) {
  .bodycopy_03 {
    min-height: 250px;
  }
  .bodycopy_03 div {
    top: 60px;
    right: 30px;
    padding: 20px;
  }
  .bodycopy_03 h3 {
    font-size: 2.0rem;
  }
  .bodycopy_03 p {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .bodycopy_03 div {
    top: 90px;
    right: 10px;
  }
  .bodycopy_03 h3 {
    font-size: 1.8rem;
  }
  .bodycopy_03 p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}



@media screen and (max-width: 650px) {

}



dd .txt, dd span {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px;
}

dd div:first-child {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

dd div:last-child {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

dd ul {
  list-style: disc;
  padding: 10px 10px 10px 30px;
}

dd li {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 650px) {

  dd .txt, dd span {
    font-size: 1.4rem;
    padding: 5px;
    line-height: 1.6;
  }
  dd div:first-child {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  dd div:last-child {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  dd ul {
    padding: 5px 10px 10px 25px;
  }
  dd li {
    font-size: 1.4rem;
  }
}

.step_illust {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

.step_illust img {
  max-width: 100%;
  height: auto;
}

/*04 -------------------------------------------------------*/
.content_box_04 {
  position: relative;
  margin: 50px auto 70px;
}

.content_box_04 > div {
  position: relative;
}

.content_box_04_inner {
  background: url("../images/bg_04.jpg") no-repeat;
  background-position: 0 60px;
  background-size: 100% 80%;
}

@media screen and (max-width: 650px) {
  .content_box_04_inner {
    background-size: 200%;
    background-position: center;
  }
}

@media screen and (max-width: 450px) {
  .content_box_04_inner {
    background: none;
  }
}

.flexbox_04 {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .flexbox_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.meister {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px;
  margin: 1px 10px 70px;
  text-align: center;
}

.meister h3 {
  font-size: 2.2rem;
  color: #00af4c;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.meister span {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 450px) {
  .meister {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 1px 10px 50px;
  }
  .meister h3 {
    font-weight: normal;
    letter-spacing: 0;
  }
  .meister span {
    font-weight: normal;
    letter-spacing: 0;
  }
}

.job {
  font-size: 1.1rem;
  padding: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 450px) {
  .job {
    padding-top: 0;
  }
}

.comment {
  font-size: 1.4rem;
  padding: 15px;
  text-align: left;
}

@media screen and (max-width: 450px) {
  .comment {
    font-size: 1.3rem;
  }
}

.photo, .title_before {
  margin: -60px auto 20px;
}

@media screen and (max-width: 450px) {
  .photo, .title_before {
    width: 40%;
    margin: -40px auto 10px;
  }
}

.title_before {
  margin-top: -100px;
}

@media screen and (max-width: 650px) {
  .title_before {
    margin-top: -60px;
    width: 80%;
  }
}

.voice {
  border-bottom: 1px dashed #000;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin: 15px;
}

.voice h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}

.voice p {
  font-size: 1.4rem;
  padding: 20px 0 0;
}

.voice span {
  font-size: 1.3rem;
  color: #00af4c;
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  .voice {
    margin: 10px 3px;
  }
  .voice h3 {
    font-size: 1.4rem;
  }
  .voice p {
    font-size: 1.2rem;
    padding: 12px 7px 0 0;
  }
  .voice span {
    font-size: 1.1rem;
  }
}

.voice_flex:last-child .voice {
  border: none;
}

/*05 -------------------------------------------------------*/
.content_box_05 {
  max-width: 820px;
  padding: 0 10px;
}

@media screen and (max-width: 650px) {
  .flexbox_05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto 15px;
    background: #fff;
    padding: 20px;
  }
}

@media screen and (min-width: 451px) {
  .support_photo {
    width: 360px;
    height: 230px;
    min-width: 360px;
  }
}

@media screen and (max-width: 450px) {
  .support_photo {
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  .support_photo {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.support {
  padding: 30px 20px;
  text-align: left;
  min-height: 230px;
  margin: 30px 0 30px -40px;
}

.support h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.support p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.support span {
  display: inline-block;
  font-size: 1.0rem;
  line-height: 1.4;
  margin-top: 5px;
}

@media screen and (max-width: 650px) {
  .support {
    margin: 0;
    padding: 15px 0 0;
    min-height: auto;
  }
  .support h3 {
    font-size: 2.0rem;
    margin: 7px 0 10px;
    line-height: 1.2;
  }
  .support p {
    font-size: 1.3rem;
    margin: 0;
  }
}

@media screen and (max-width: 450px) {
  .br_05 {
    display: none;
  }
}

/*06 -------------------------------------------------------*/
.act_box {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-top: 30px;
}

.act {
  padding: 30px;
  margin: 20px 10px 70px;
  border-radius: 10px;
}

.act h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.act p {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 450px) {
  .act {
    padding: 12px;
    margin: 20px 7px 50px;
    border-radius: 7px;
  }
  .act:last-child {
    margin-bottom: 0;
  }
  .act h3 {
    font-size: 1.8rem;
  }
  .act p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 15px;
  }
}

.act_photo {
  margin: -80px auto 20px;
}

@media screen and (max-width: 450px) {
  .act_photo {
    margin: -50px auto 20px;
    width: 80%;
  }
}

.act_subtitle {
  margin: 10px auto;
}

@media screen and (max-width: 450px) {
  .act_subtitle {
    margin: 5px auto;
    height: 10px;
  }
}

/*07 -------------------------------------------------------*/
@media screen and (max-width: 450px) {
  .flexbox_07 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.media_box {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  margin: 10px;
  padding: 15px;
}

.media_box h3 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0;
}

.media_box p {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 450px) {
  .media_box {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 5px 10px;
    padding: 10px 15px;
  }
  .media_box h3 {
    font-size: 2.0rem;
    padding: 5px 0;
  }
  .media_box p {
    margin-bottom: 10px;
  }
}

/*banner ----------------------------------------------------*/
.banner {
  background: URL("img/bg_banner.jpg") no-repeat;
  background-size: cover;
  padding: 30px;
}

@media screen and (max-width: 450px) {
  .banner {
    padding: 20px;
  }
}

.banner_copy, .banner_copy strong {
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
}

.banner_copy strong {
  border-bottom: 3px solid #ffd600;
}

@media screen and (max-width: 650px) {
  .banner_copy, .banner_copy strong {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .banner_copy strong {
    border-bottom: 2px solid #ffd600;
    font-weight: bold;
    font-size: 2.2rem;
  }
}

.btnset {
  text-align: center;
}

.btnset p {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 30px;
  border-radius: 5px;
  margin: 30px 10px 20px;
}

@media screen and (max-width: 450px) {
  .btnset p {
    font-size: 2.0rem;
    padding: 15px 30px;
    margin: 10px auto;
    width: 100%;
  }
}

.pagetop {
  vertical-align: middle;
  font-size: 1.6rem;
  text-align: right;
}

.pagetop a {
  color: #fff;
}

.pagetop span {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}

/*------------------------------------------------------------*/
/* FOOTER
/*------------------------------------------------------------*/
footer {
  text-align: center;
}

.f_logo {
  background: #fff;
  padding: 30px;
}

.f_logo img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.f_cw {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px;
}