@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.key_color_light_blue_bg {
  background-color: #76e5ff;
}

.key_color_light_yellow {
  background-color: #fffee7;
}

.small_font {
  font-size: 1.3rem;
}

/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  html {
    font-size: 80%;
  }

  body {
    font-family: a-otf-ud-shin-go-pr6n, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #3e3a39;
  }

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

  strong {
    font-weight: bold;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }

  header {
    height: 56px;
    position: relative;
  }
  header h1 {
    position: absolute;
    right: 75px;
    bottom: 5px;
    width: 160px;
    height: 33px;
    padding-bottom: 10px;
  }
  header #gnav_button {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    background-color: #00a7ea;
    transition: 0.5s;
  }
  header #gnav_button span {
    display: block;
    background: #fff;
    width: 32px;
    height: 4px;
    position: absolute;
    left: 11px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  header #gnav_button span:first-child {
    top: 10px;
  }
  header #gnav_button span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
  }
  header #gnav_button span:last-child {
    bottom: 10px;
  }
  header #gnav_button.active {
    background-color: #00a7ea;
    transition: 0.5s;
  }
  header #gnav_button.active span:first-child {
    transform: translateY(16px) rotate(45deg);
  }
  header #gnav_button.active span:nth-child(2) {
    opacity: 0;
  }
  header #gnav_button.active span:last-child {
    transform: translateY(-16px) rotate(-45deg);
  }
  header nav#gnav {
    width: 100%;
    position: absolute;
    top: 56px;
    left: 0;
    display: none;
    z-index: 1000000;
  }
  header nav#gnav > ul {
    background-color: #00a7ea;
    padding: 5px;
    width: 100%;
  }
  header nav#gnav > ul > li {
    min-height: 25px;
    padding: 5px 15px;
    position: relative;
    background-color: #fff;
    border-bottom: 5px solid #00a7ea;
  }
  header nav#gnav > ul > li.top > a {
    background-image: url("../images/gnav_sp_top.png");
  }
  header nav#gnav > ul > li.top > a:after {
    content: "";
    display: none;
  }
  header nav#gnav > ul > li.about > a {
    background-image: url("../images/gnav_sp_about.png");
  }
  header nav#gnav > ul > li.report > a {
    background-image: url("../images/gnav_sp_report.png");
  }
  header nav#gnav > ul > li.parent > a {
    background-image: url("../images/gnav_sp_parent.png");
  }
  header nav#gnav > ul > li.support > a {
    background-image: url("../images/gnav_sp_support.png");
  }
  header nav#gnav > ul > li.publication > a {
    background-image: url("../images/gnav_sp_publication.png");
  }
  header nav#gnav > ul > li.link > a {
    background-image: url("../images/gnav_sp_link.png");
  }
  header nav#gnav > ul > li > ul {
    display: none;
    margin-top: 4px;
  }
  header nav#gnav > ul > li > ul > li {
    width: 100%;
    text-align: left;
    padding-left: 24px;
  }
  header nav#gnav > ul > li > ul > li.contact a:after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    background-image: url(../images/icon_mail_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
  }
  header nav#gnav > ul > li > ul > li.questionnaire_off a {
    pointer-events: none;
  }
  header nav#gnav > ul > li > ul > li.questionnaire_off a:after {
    content: "終了しました";
    display: inline-block;
    background-color: #00a7ea;
    color: #fff;
    line-height: 1;
    padding: 5px;
    margin-left: 0.5em;
    font-size: 10px;
  }
  header nav#gnav > ul > li > ul > li.questionnaire_on a:after {
    content: "実施中";
    display: inline-block;
    background-color: #00a7ea;
    color: #fff;
    line-height: 1;
    padding: 5px;
    margin-left: 0.5em;
    font-size: 10px;
  }
  header nav#gnav > ul > li > ul > li.l3 a:before {
    display: inline-block;
    content: "・";
    color: #00a7ea;
    width: auto;
    height: auto;
    border-style: none;
    margin-right: 7px;
    margin-left: 14px;
  }
  header nav#gnav > ul > li > ul > li > a {
    display: block;
    padding: 4px 4px 4px 10px;
    color: #3e3a39;
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: none;
  }
  header nav#gnav > ul > li > ul > li > a:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #00a7ea;
    margin-right: 7px;
  }
  header nav#gnav > ul > li:nth-child(n+5) > ul {
    right: 0;
    left: auto;
  }
  header nav#gnav > ul > li > a {
    color: #3e3a39;
    text-decoration: none;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 15px 10px 12px 30px;
    position: relative;
  }
  header nav#gnav > ul > li > a.active {
    border-bottom: 1px dotted #00a7ea;
  }
  header nav#gnav > ul > li > a.active:after {
    border-width: 0 6.5px 11.3px 6.5px;
    border-color: transparent transparent #007bff transparent;
  }
  header nav#gnav > ul > li > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.3px 6.5px 0 6.5px;
    border-color: #00a7ea transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  blockquote {
    position: relative;
    padding: 50px 25px;
    box-sizing: border-box;
    color: #4e4e4e;
    background: #efefef;
    margin: 1.6em 0;
  }

  blockquote:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: sans-serif;
    color: #bbb;
    font-size: 100px;
    line-height: 1;
  }

  blockquote:after {
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #bbb;
    font-size: 90px;
    line-height: 1;
  }

  /* pages / */
  #page-title {
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    padding: 12px 25px;
    margin-left: -2.7%;
    color: #fff;
    margin-bottom: 2rem;
  }

  #date_tag_list_ctn {
    margin-bottom: 0.5rem;
  }
  #date_tag_list_ctn .date_tag_list {
    justify-content: flex-end;
    margin-top: -15px;
  }

  body.single #mainimage {
    margin-bottom: 0.5em;
  }
  body.single #contents_txt_ctn {
    font-size: 13px;
    line-height: 1.6em;
  }
  body.single #contents_txt_ctn h2 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    margin: 0.8em 0 0.8em 0;
  }
  body.single #contents_txt_ctn h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
  }
  body.single #contents_txt_ctn h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
  }
  body.single #contents_txt_ctn h5 {
    font-size: 14px;
    margin-top: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
  }
  body.single #contents_txt_ctn p {
    margin-bottom: 1.6em;
  }
  body.single #contents_txt_ctn ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.4em;
  }
  body.single #contents_txt_ctn ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.4em;
  }
  body.single #paging_list {
    margin-top: 8rem;
  }

  #fotter_link > ul > li {
    background-color: #00a7ea;
    border-bottom: 3px solid #fff;
    padding: 5% 10px 10px 120px;
    background-size: 90px;
    background-position: 5% 10px;
    background-repeat: no-repeat;
    min-height: 120px;
  }
  #fotter_link > ul > li.about {
    background-image: url(../images/footer_about.png);
  }
  #fotter_link > ul > li.report {
    background-image: url(../images/footer_report.png);
  }
  #fotter_link > ul > li.parent {
    background-image: url(../images/footer_parent.png);
  }
  #fotter_link > ul > li.support {
    background-image: url(../images/footer_support.png);
  }
  #fotter_link > ul > li.publication {
    background-image: url(../images/footer_publication.png);
  }
  #fotter_link > ul > li.link {
    background-image: url(../images/footer_link.png);
  }
  #fotter_link > ul > li h3 {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  #fotter_link > ul > li > ul > li {
    margin-bottom: 0.5rem;
  }
  #fotter_link > ul > li > ul > li.contact a:after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    background-image: url(../images/icon_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
  }
  #fotter_link > ul > li > ul > li.questionnaire_off a {
    pointer-events: none;
  }
  #fotter_link > ul > li > ul > li.questionnaire_off a:after {
    content: "終了しました";
    display: inline-block;
    background-color: #fff;
    color: #00a7ea;
    line-height: 1;
    padding: 3px;
    margin-left: 0.5em;
    font-size: 10px;
  }
  #fotter_link > ul > li > ul > li.questionnaire_on a:after {
    content: "実施中";
    display: inline-block;
    background-color: #fff;
    color: #00a7ea;
    line-height: 1;
    padding: 3px;
    margin-left: 0.5em;
    font-size: 10px;
  }
  #fotter_link > ul > li > ul > li.l3 a:before {
    display: inline-block;
    content: "・";
    width: auto;
    height: auto;
    border-style: none;
    margin-right: 7px;
    margin-left: 10px;
  }
  #fotter_link > ul > li > ul > li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.6em;
    display: block;
    padding: 0.2rem;
  }
  #fotter_link > ul > li > ul > li a:hover {
    text-decoration: underline;
  }
  #fotter_link > ul > li > ul > li a:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #ffffff;
    margin-right: 7px;
  }

  #page_top {
    position: fixed;
    bottom: 20px;
    right: 0;
    text-align: center;
  }
  #page_top a {
    background-color: #00a7ea;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #fff;
  }
  #page_top a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }

  #footer_upper {
    margin-top: 100px;
    text-align: center;
  }
  #footer_upper #footer_logo {
    text-align: center;
  }
  #footer_upper #footer_logo img {
    width: 90%;
  }
  #footer_upper #footer_link_list {
    margin-top: 20px;
    display: inline-block;
  }
  #footer_upper #footer_link_list li {
    margin-top: 15px;
    text-align: left;
  }
  #footer_upper #footer_link_list li#address a {
    font-size: 14px;
  }
  #footer_upper #footer_link_list li#address a:before {
    background-image: url(../images/footer_icon_address.png);
  }
  #footer_upper #footer_link_list li#tel a {
    font-size: 16px;
  }
  #footer_upper #footer_link_list li#tel a:before {
    background-image: url(../images/footer_icon_tel.png);
  }
  #footer_upper #footer_link_list li#mail a {
    font-size: 16px;
  }
  #footer_upper #footer_link_list li#mail a:before {
    background-image: url(../images/footer_icon_mail.png);
  }
  #footer_upper #footer_link_list li a {
    display: flex;
    min-height: 28px;
    align-items: center;
    text-decoration: none;
    color: #3e3a39;
  }
  #footer_upper #footer_link_list li a:before {
    display: block;
    content: "";
    width: 34px;
    height: 28px;
    background-size: contain;
    margin-right: 10px;
  }

  #footer_lower {
    background-color: #ebebeb;
    margin-top: 40px;
  }
  #footer_lower > div {
    text-align: center;
    padding: 20px 0;
  }
  #footer_lower > div p {
    text-align: center;
    margin-bottom: 40px;
  }
  #footer_lower > div p a {
    color: #3e3a39;
    text-decoration: none;
    font-size: 14px;
  }
  #footer_lower > div p a:hover {
    text-decoration: underline;
  }
  #footer_lower > div small {
    font-size: 10px;
  }

  #page404_ctn {
    padding: 20px 0;
  }
  #page404_ctn h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
  }
  #page404_ctn h3 {
    font-size: 18pxm;
    text-align: center;
    margin-bottom: 1em;
  }
  #page404_ctn p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 1em;
  }

  /* / pages */
  /* common class / */
  .sp_none {
    display: none;
  }

  /* / common class */
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-family: a-otf-ud-shin-go-pr6n, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #3e3a39;
  }

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

  strong {
    font-weight: bold;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }

  header {
    max-width: 1300px;
    min-width: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 0 15px;
    display: flex;
    align-items: flex-end;
  }
  header h1 {
    width: 20%;
    padding-bottom: 10px;
  }
  header #gnav_button {
    display: none;
  }
  header nav#gnav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header nav#gnav > ul {
    display: flex;
    justify-content: flex-end;
  }
  header nav#gnav > ul > li {
    min-height: 25px;
    position: relative;
    background-color: #fff;
  }
  header nav#gnav > ul > li.top > a {
    background-image: url("../images/gnav_pc_top.png");
  }
  header nav#gnav > ul > li.about > a {
    background-image: url("../images/gnav_pc_about.png");
  }
  header nav#gnav > ul > li.report > a {
    background-image: url("../images/gnav_pc_report.png");
  }
  header nav#gnav > ul > li.parent > a {
    background-image: url("../images/gnav_pc_parent.png");
  }
  header nav#gnav > ul > li.support > a {
    background-image: url("../images/gnav_pc_support.png");
  }
  header nav#gnav > ul > li.publication > a {
    background-image: url("../images/gnav_pc_publication.png");
  }
  header nav#gnav > ul > li.link > a {
    background-image: url("../images/gnav_pc_link.png");
  }
  header nav#gnav > ul > li:hover {
    background-color: #00a7ea;
  }
  header nav#gnav > ul > li:hover > a {
    border-bottom: 1px dotted #fff;
    color: #fff;
  }
  header nav#gnav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }
  header nav#gnav > ul > li > ul {
    position: absolute;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    background-color: #00a7ea;
    line-height: 1.6em;
    width: 28rem;
    left: 0;
    top: 100%;
    box-shadow: 2px 4px 8px 0 color(srgb 1 1 1/0.766);
  }
  header nav#gnav > ul > li > ul > li {
    width: 100%;
    text-align: left;
    border-bottom: 1px dotted #fff;
  }
  header nav#gnav > ul > li > ul > li.contact a:after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    background-image: url(../images/icon_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
  }
  header nav#gnav > ul > li > ul > li.questionnaire_off a {
    pointer-events: none;
  }
  header nav#gnav > ul > li > ul > li.questionnaire_off a:after {
    content: "終了しました";
    display: inline-block;
    background-color: #fff;
    color: #00a7ea;
    line-height: 1;
    padding: 5px;
    margin-left: 0.5em;
    font-size: 1.2rem;
  }
  header nav#gnav > ul > li > ul > li.questionnaire_on a:after {
    content: "実施中";
    display: inline-block;
    background-color: #fff;
    color: #00a7ea;
    line-height: 1;
    padding: 5px;
    margin-left: 0.5em;
    font-size: 1.2rem;
  }
  header nav#gnav > ul > li > ul > li.l3 a:before {
    display: inline-block;
    content: "・";
    width: auto;
    height: auto;
    border-style: none;
    margin-right: 7px;
    margin-left: 14px;
  }
  header nav#gnav > ul > li > ul > li:last-child {
    border-bottom: none;
  }
  header nav#gnav > ul > li > ul > li > a {
    display: block;
    padding: 8px 8px 8px 10px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6em;
    text-decoration: none;
  }
  header nav#gnav > ul > li > ul > li > a:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #ffffff;
    margin-right: 7px;
  }
  header nav#gnav > ul > li > ul > li > a:hover {
    background-color: #64c5e2;
    transition: 0.5s;
  }
  header nav#gnav > ul > li:nth-child(n+5) > ul {
    right: 0;
    left: auto;
  }
  header nav#gnav > ul > li > a {
    color: #3e3a39;
    text-decoration: none;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 3px 9px;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    padding: 15px 10px 12px 30px;
  }

  article {
    max-width: 1300px;
    min-width: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  blockquote {
    position: relative;
    padding: 50px 25px;
    box-sizing: border-box;
    color: #4e4e4e;
    background: #efefef;
    margin: 1.6em 0;
  }

  blockquote:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: sans-serif;
    color: #bbb;
    font-size: 100px;
    line-height: 1;
  }

  blockquote:after {
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #bbb;
    font-size: 90px;
    line-height: 1;
  }

  /* pages / */
  #page-title {
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 2.1rem;
    padding: 12px 25px;
    margin-left: -25px;
    color: #fff;
    margin-bottom: 4rem;
  }

  #date_tag_list_ctn {
    margin-bottom: 0.5rem;
  }
  #date_tag_list_ctn .date_tag_list {
    justify-content: flex-end;
    margin-top: -15px;
  }

  body.single #mainimage {
    margin-bottom: 0.5em;
  }
  body.single #contents_txt_ctn {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
  body.single #contents_txt_ctn h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0.8em 0 0.8em 0;
  }
  body.single #contents_txt_ctn h3 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
  }
  body.single #contents_txt_ctn h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
  }
  body.single #contents_txt_ctn h5 {
    font-size: 1.5rem;
    margin-top: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
  }
  body.single #contents_txt_ctn p {
    margin-bottom: 1.6em;
  }
  body.single #contents_txt_ctn ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.4em;
  }
  body.single #contents_txt_ctn ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.4em;
  }
  body.single #paging_list {
    margin-top: 8rem;
  }

  .addtoany_shortcode {
    text-align: right;
  }

  /* / pages */
  #fotter_link {
    max-width: 1300px;
    min-width: 1000px;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  #fotter_link > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #fotter_link > ul > li {
    background-color: #00a7ea;
    flex-basis: 33.333%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 20px 20px 140px;
    background-size: 110px 110px;
    background-position: 20px 20px;
    background-repeat: no-repeat;
    min-height: 20em;
  }
  #fotter_link > ul > li:nth-child(3n) {
    border-right: none;
  }
  #fotter_link > ul > li.about {
    background-image: url(../images/footer_about.png);
  }
  #fotter_link > ul > li.report {
    background-image: url(../images/footer_report.png);
  }
  #fotter_link > ul > li.parent {
    background-image: url(../images/footer_parent.png);
  }
  #fotter_link > ul > li.support {
    background-image: url(../images/footer_support.png);
  }
  #fotter_link > ul > li.publication {
    background-image: url(../images/footer_publication.png);
  }
  #fotter_link > ul > li.link {
    background-image: url(../images/footer_link.png);
  }
  #fotter_link > ul > li h3 {
    font-size: 2.4rem;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  #fotter_link > ul > li > ul > li {
    margin-bottom: 0.5rem;
  }
  #fotter_link > ul > li > ul > li.contact a:after {
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    background-image: url(../images/icon_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
  }
  #fotter_link > ul > li > ul > li.questionnaire_off a {
    pointer-events: none;
  }
  #fotter_link > ul > li > ul > li.questionnaire_off a:after {
    content: "終了しました";
    display: inline-block;
    background-color: #fff;
    color: #00a7ea;
    line-height: 1;
    padding: 5px;
    margin-left: 0.5em;
    font-size: 1.2rem;
  }
  #fotter_link > ul > li > ul > li.questionnaire_on a:after {
    content: "実施中";
    display: inline-block;
    background-color: #fff;
    color: #00a7ea;
    line-height: 1;
    padding: 5px;
    margin-left: 0.5em;
    font-size: 1.2rem;
  }
  #fotter_link > ul > li > ul > li.l3 a:before {
    display: inline-block;
    content: "・";
    width: auto;
    height: auto;
    border-style: none;
    margin-right: 7px;
    margin-left: 14px;
  }
  #fotter_link > ul > li > ul > li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.6em;
    display: block;
    padding: 0.2rem;
  }
  #fotter_link > ul > li > ul > li a:hover {
    text-decoration: underline;
  }
  #fotter_link > ul > li > ul > li a:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #ffffff;
    margin-right: 7px;
  }

  #page_top {
    position: fixed;
    bottom: 55px;
    right: 0;
    text-align: center;
  }
  #page_top a {
    background-color: #00a7ea;
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    padding: 10px;
  }
  #page_top a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }

  #footer_upper {
    max-width: 1300px;
    min-width: 1000px;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #footer_upper #footer_logo {
    text-align: center;
  }
  #footer_upper #footer_logo img {
    width: 500px;
  }
  #footer_upper #footer_link_list {
    margin-top: 20px;
    display: inline-block;
  }
  #footer_upper #footer_link_list li {
    margin-top: 15px;
    text-align: left;
  }
  #footer_upper #footer_link_list li#address a {
    font-size: 1.6rem;
  }
  #footer_upper #footer_link_list li#address a:before {
    background-image: url(../images/footer_icon_address.png);
  }
  #footer_upper #footer_link_list li#tel a {
    font-size: 2.1rem;
  }
  #footer_upper #footer_link_list li#tel a:before {
    background-image: url(../images/footer_icon_tel.png);
  }
  #footer_upper #footer_link_list li#mail a {
    font-size: 2.1rem;
  }
  #footer_upper #footer_link_list li#mail a:before {
    background-image: url(../images/footer_icon_mail.png);
  }
  #footer_upper #footer_link_list li a {
    display: flex;
    min-height: 28px;
    align-items: center;
    text-decoration: none;
    color: #3e3a39;
  }
  #footer_upper #footer_link_list li a:before {
    display: block;
    content: "";
    width: 34px;
    height: 28px;
    background-size: contain;
    margin-right: 10px;
  }

  #footer_lower {
    background-color: #ebebeb;
  }
  #footer_lower > div {
    max-width: 1300px;
    min-width: 1000px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  #footer_lower > div p a {
    color: #3e3a39;
    text-decoration: none;
    font-size: 1.4rem;
  }
  #footer_lower > div p a:hover {
    text-decoration: underline;
  }
  #footer_lower > div p small {
    font-size: 1.2rem;
  }

  #page404_ctn {
    padding: 50px;
  }
  #page404_ctn h2 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
  }
  #page404_ctn h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1em;
  }
  #page404_ctn p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1em;
  }

  /* common class / */
  .pc_none {
    display: none;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- */
@media print, screen and (min-width: 1050px) {
  header nav#gnav > ul > li > a {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1100px) {
  header nav#gnav > ul > li > a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1150px) {
  header nav#gnav > ul > li > a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header nav#gnav > ul > li > a {
    font-size: 1.4rem;
    padding: 15px 15px 12px 30px;
  }
}
@media print, screen and (min-width: 1250px) {
  header nav#gnav > ul > li > a {
    font-size: 1.6rem;
    padding: 15px 15px 12px 30px;
  }
}

/*# sourceMappingURL=common.css.map */
