@charset "UTF-8";
/*================================================================
 *FILE          :cookie_policy.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* テキストリンクホバースタイル
-----------------------------------------------------------------*/
/* ボタンパーツ
-----------------------------------------------------------------*/
/* 動画関連
-----------------------------------------------------------------*/
/* related documents
-----------------------------------------------------------------*/
/*
  回答前提のPDF
----------------------------------------*/
.c-questionaireMethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }

.c-questionaireMethod_icon, .c-questionaireMethod_icon_svg {
  width: 20px;
  height: 20px; }

.c-questionaireMethod_text {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: underline;
  display: inline-block;
  font-style: italic;
  margin-left: 8px; }
  @media print, screen and (min-width: 768px) {
    .c-questionaireMethod_text:hover {
      color: #008924; } }

/* タイトルパーツ
-----------------------------------------------------------------*/
/* ボタンパーツ
-----------------------------------------------------------------*/
/* NEWS
-----------------------------------------------------------------*/
/* ページネーション
-----------------------------------------------------------------*/
/* circleアニメーション
-----------------------------------------------------------------*/
/* arrowアニメーション
-----------------------------------------------------------------*/
/* 記事スタイル
-----------------------------------------------------------------*/
.c-buttonCircle_wrap {
  text-align: center; }

.c-buttonCircle_parent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-buttonCircle {
  position: relative;
  cursor: pointer;
  border-radius: 50%; }
  @media print, screen and (max-width: 767px) {
    .c-buttonCircle {
      width: 80px; } }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle {
      width: 90px; } }

.c-buttonCircle_text {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  line-height: 1.22; }
  @media print, screen and (max-width: 767px) {
    .c-buttonCircle_text {
      margin-right: 18px;
      font-size: 18px; } }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle_text {
      margin-right: 30px;
      font-size: 20px; } }

@media print, screen and (max-width: 767px) {
  .c-buttonCircle_svg {
    width: 68px;
    height: 70px; } }

@media print, screen and (min-width: 768px) {
  .c-buttonCircle_svg {
    width: 88px;
    height: 90px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); } }

@media print, screen and (min-width: 1025px) {
  .c-buttonCircle:hover .c-buttonCircle_svg, .c-buttonCircle_parent:hover .c-buttonCircle_svg {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.c-buttonCircle_linkArrow_svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: arrowAnimation-X 1s 0s ease infinite alternate;
  animation: arrowAnimation-X 1s 0s ease infinite alternate; }
  @media print, screen and (max-width: 767px) {
    .c-buttonCircle_linkArrow_svg {
      left: -10px;
      width: 58px;
      height: 8px; } }
  @media print, screen and (min-width: 768px) {
    .c-buttonCircle_linkArrow_svg {
      left: -15px;
      width: 76px;
      height: 10px; } }

.c-titleSimple {
  font-family: "Teko", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600; }

.c-titleSimple {
  letter-spacing: .02em;
  text-align: center;
  -webkit-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media print, screen and (max-width: 767px) {
    .c-titleSimple {
      font-size: 40px; } }
  @media print, screen and (min-width: 768px) {
    .c-titleSimple {
      font-size: 56px; } }
  .is-hide .c-titleSimple {
    opacity: 0;
    -webkit-transform: translateY(8%);
    -ms-transform: translateY(8%);
    transform: translateY(8%); }

.c-relatedDocumentsSection {
  max-width: 880px; }
  @media print, screen and (max-width: 767px) {
    .c-relatedDocumentsSection {
      margin-bottom: 72px;
      padding: 0 15px; } }
  @media print, screen and (min-width: 768px) {
    .c-relatedDocumentsSection {
      margin: 0 auto 153px; } }

.c-relatedDocumentsTitle {
  text-align: center;
  font-family: "Teko", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: .02em;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .c-relatedDocumentsTitle {
      margin-bottom: 30px;
      line-height: 1.04;
      font-size: 48px; } }
  @media print, screen and (min-width: 768px) {
    .c-relatedDocumentsTitle {
      margin-bottom: 60px;
      line-height: 1;
      font-size: 80px; } }

/*
    c-relatedDocumentsLists
  ----------------------------------------*/
@media print, screen and (max-width: 767px) {
  .c-relatedDocumentsLists_node + .c-relatedDocumentsLists_node {
    margin-top: 40px; } }

@media print, screen and (min-width: 768px) {
  .c-relatedDocumentsLists_node + .c-relatedDocumentsLists_node {
    margin-top: 64px; } }

@media print, screen and (max-width: 767px) {
  .c-relatedDocuments_head {
    margin-bottom: 15px; } }

@media print, screen and (min-width: 768px) {
  .c-relatedDocuments_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 22px; } }

.c-relatedDocuments_name {
  font-weight: 600;
  line-height: 1.1;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .c-relatedDocuments_name {
      padding-left: 19px;
      margin-bottom: 12px;
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) {
    .c-relatedDocuments_name {
      padding-left: 19px;
      font-size: 22px; } }
  .c-relatedDocuments_name:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #008924; }
    @media print, screen and (max-width: 767px) {
      .c-relatedDocuments_name:before {
        top: 8px; } }
    @media print, screen and (min-width: 768px) {
      .c-relatedDocuments_name:before {
        top: 9px; } }
  @media print, screen and (min-width: 768px) {
    .c-relatedDocuments_name + .c-relatedDocuments_terms {
      margin-left: 10px; } }

.c-relatedDocuments_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media print, screen and (min-width: 768px) {
  .c-relatedDocuments_terms_node {
    margin-top: 3px; } }

.c-relatedDocuments_terms_node + .c-relatedDocuments_terms_node {
  margin-left: 8px; }

.c-relatedDocuments_body {
  line-height: 1.5;
  word-break: break-word; }
  .c-relatedDocuments_body a {
    text-decoration: underline; }

@media print, screen and (max-width: 767px) {
  .c-relatedDocuments_body_text {
    margin-bottom: 13px; } }

@media print, screen and (min-width: 768px) {
  .c-relatedDocuments_body_text {
    margin-bottom: 13px; } }

.c-relatedDocuments_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 767px) {
    .c-relatedDocuments_info + .c-relatedDocuments_info {
      margin-top: 2px; } }
  @media print, screen and (min-width: 768px) {
    .c-relatedDocuments_info + .c-relatedDocuments_info {
      margin-top: 4px; } }

.c-relatedDocuments_info_title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .c-relatedDocuments_info_title {
      width: 80px;
      margin-right: 9px; } }
  @media print, screen and (min-width: 768px) {
    .c-relatedDocuments_info_title {
      width: 84px;
      margin-right: 11px;
      letter-spacing: 0.03em; } }
  .c-relatedDocuments_info_title:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 8px;
    height: 1px;
    background-color: #777; }

@media print, screen and (max-width: 767px) {
  .c-relatedDocuments_url {
    margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  .c-relatedDocuments_url {
    margin-top: 14px; } }

@media print, screen and (max-width: 767px) {
  .c-relatedDocuments_url_node + .c-relatedDocuments_url_node {
    margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  .c-relatedDocuments_url_node + .c-relatedDocuments_url_node {
    margin-top: 14px; } }

.c-relatedDocuments_url_node a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }
  @media print, screen and (min-width: 1025px) {
    .c-relatedDocuments_url_node a:hover .c-relatedDocuments_url_node_svg {
      margin-left: 13px; } }

.c-relatedDocuments_url_node_inner {
  display: inline-block; }

.c-relatedDocuments_url_node_svg {
  margin-left: 8px;
  width: 32px;
  height: 10px; }
  @media print, screen and (min-width: 1025px) {
    .c-relatedDocuments_url_node_svg {
      -webkit-transition: margin-left .3s ease;
      -o-transition: margin-left .3s ease;
      transition: margin-left .3s ease; } }

/*=============================================

	policyContent

==============================================*/
@media print, screen and (max-width: 767px) {
  .policyContent {
    margin: 0 15px 70px; } }

@media print, screen and (min-width: 768px) {
  .policyContent {
    max-width: 880px;
    margin: 0 auto 110px; } }

.policyContent_default {
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .policyContent_default {
      margin-bottom: 18px; } }
  @media print, screen and (min-width: 768px) {
    .policyContent_default {
      margin-bottom: 22px; } }
  .policyContent_default a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: underline; }
    @media print, screen and (min-width: 768px) {
      .policyContent_default a:hover {
        color: #008924; } }

.policyContent_index {
  font-weight: 600;
  line-height: 1.1;
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .policyContent_index {
      padding-left: 19px;
      margin: 38px 0 17px;
      font-size: 20px; } }
  @media print, screen and (min-width: 768px) {
    .policyContent_index {
      margin: 50px 0 24px;
      padding-left: 19px;
      font-size: 24px; } }
  .policyContent_index:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #008924; }
    @media print, screen and (max-width: 767px) {
      .policyContent_index:before {
        top: 8px; } }
    @media print, screen and (min-width: 768px) {
      .policyContent_index:before {
        top: 9px; } }

.policyContent_subtitle {
  font-weight: bold; }
  @media print, screen and (max-width: 767px) {
    .policyContent_subtitle {
      margin-bottom: 4px; } }
  @media print, screen and (min-width: 768px) {
    .policyContent_subtitle {
      margin-bottom: 6px; } }

@media print, screen and (max-width: 767px) {
  .policyContent_list {
    padding: 0 18px; } }

@media print, screen and (min-width: 768px) {
  .policyContent_list {
    margin-bottom: 22px; } }

@media print, screen and (max-width: 320px) {
  .policyContent_list {
    padding: 0 8px; } }

.policyContent_list_node {
  position: relative;
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .policyContent_list_node {
      padding-left: 22px; } }
  @media print, screen and (min-width: 768px) {
    .policyContent_list_node {
      padding-left: 26px; } }
  @media print, screen and (min-width: 768px) {
    .policyContent_list_node + .policyContent_list_node {
      margin-top: 12px; } }
  .policyContent_list_node::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: #000;
    width: 3px;
    height: 3px;
    border-radius: 50%; }

/*
	informationBox
----------------------------------------*/
@media print, screen and (max-width: 767px) {
  .informationBox {
    margin-top: 35px; } }

@media print, screen and (min-width: 768px) {
  .informationBox {
    width: 440px;
    margin-top: 50px; } }

.informationBox_title {
  font-size: 16px; }
  @media print, screen and (max-width: 767px) {
    .informationBox_title {
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 768px) {
    .informationBox_title {
      margin-bottom: 17px; } }

.informationBox_item {
  line-height: 1.5; }
  @media print, screen and (max-width: 767px) {
    .informationBox_item {
      margin-bottom: 3px; } }
  @media print, screen and (min-width: 768px) {
    .informationBox_item {
      margin-bottom: 5px; } }
  .informationBox_item a {
    text-decoration: underline; }

/*=============================================

	archives

==============================================*/
@media print, screen and (max-width: 767px) {
  [data-page="archives"] .pageHead_title {
    padding: 19px 0 56px; } }

@media print, screen and (min-width: 768px) {
  [data-page="archives"] .pageHead_title {
    padding: 24px 0 80px; } }

@media print, screen and (max-width: 767px) {
  [data-page="archives"] .c-buttonCircle {
    width: auto; } }

@media print, screen and (max-width: 767px) {
  .archives {
    margin-bottom: 65px;
    padding: 0 15px; } }

@media print, screen and (min-width: 768px) {
  .archives {
    max-width: 1152px;
    margin: 0 auto 120px; } }

@media print, screen and (min-width: 768px) {
  .archives_date {
    margin-bottom: 64px; } }

@media print, screen and (max-width: 767px) {
  .archivesHead {
    margin-bottom: 15px; } }

@media print, screen and (min-width: 768px) {
  .archivesHead {
    margin-bottom: 15px; } }

.archives_lead {
  max-width: 880px;
  line-height: 1.5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease; }
  @media print, screen and (max-width: 767px) {
    .archives_lead {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 768px) {
    .archives_lead {
      margin: 0 auto 48px; } }
  .archives_lead.is-hide {
    opacity: 0; }

/*
	archives_imgs
----------------------------------------*/
@media print, screen and (max-width: 767px) {
  .archives_imgs {
    margin: 0 0 43px; } }

@media print, screen and (min-width: 768px) {
  .archives_imgs {
    max-width: 905px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 74px; } }

@media print, screen and (min-width: 768px) {
  .archives_imgs_node {
    width: 50%;
    margin: 0 15px; } }

@media print, screen and (max-width: 767px) {
  .archives_imgs_node:first-child {
    margin-left: -15px; } }

@media print, screen and (max-width: 767px) {
  .archives_imgs_node:last-child {
    margin-right: -15px; } }

@media print, screen and (max-width: 767px) {
  .archives_imgs_node + .archives_imgs_node {
    margin-top: 15px; } }

.archives_imgs_node img {
  max-width: 100%; }

/*
	Meeting Details
----------------------------------------*/
@media print, screen and (min-width: 1025px) {
  .meetingInfo_wrap {
    margin-left: 70px; } }

.meetingInfo {
  line-height: 1.5;
  font-size: 16px; }
  @media print, screen and (min-width: 768px) {
    .meetingInfo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 1025px) {
    .meetingInfo {
      width: 675px; } }
  @media print, screen and (max-width: 767px) {
    .meetingInfo + .meetingInfo {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .meetingInfo + .meetingInfo {
      margin-top: 24px; } }

.meetingInfo_title {
  color: #008924;
  font-weight: 600; }
  @media print, screen and (max-width: 767px) {
    .meetingInfo_title {
      margin-bottom: 2px; } }
  @media print, screen and (min-width: 768px) {
    .meetingInfo_title {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 116px; } }

.meetingInfo_content {
  width: 100%; }
  @media print, screen and (max-width: 320px) {
    .meetingInfo_content {
      font-size: 13px; } }
  .meetingInfo_content a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: underline; }
    @media print, screen and (min-width: 768px) {
      .meetingInfo_content a:hover {
        color: #008924; } }

@media print, screen and (min-width: 1025px) {
  .venueList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 1024px) {
  .venueList_item + .venueList_item {
    padding-top: 20px; } }

@media print, screen and (min-width: 1025px) {
  .venueList_item + .venueList_item {
    padding-left: 34px; } }

.venueList_index {
  font-weight: bold; }

.meetingLink {
  margin-top: 40px; }
  @media print, screen and (max-width: 767px) {
    .meetingLink .c-buttonCircle_svg {
      height: 80px; } }
  @media print, screen and (min-width: 768px) {
    .meetingLink .c-buttonCircle_svg {
      height: 102px; } }

/*
	archivesLink
----------------------------------------*/
.archivesLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    .archivesLink {
      margin: 20px 0 0; } }
  @media print, screen and (min-width: 768px) {
    .archivesLink {
      margin: 35px auto 0; } }

.archivesLink_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease; }
  @media print, screen and (max-width: 767px) {
    .archivesLink_node {
      margin: 0 14px; } }
  @media print, screen and (max-width: 320px) {
    .archivesLink_node {
      margin: 0 5px; } }
  @media print, screen and (min-width: 768px) {
    .archivesLink_node {
      margin-right: 65px; } }
  .archivesLink_node.is-hide {
    opacity: 0; }

@media print, screen and (max-width: 320px) {
  .archivesLink_node_title {
    margin-right: 15px;
    font-size: 14px; } }

/*=============================================

	archives

==============================================*/
/*
	pageHead_title
----------------------------------------*/
@media print, screen and (min-width: 768px) {
  [data-page="overview"] .pageHead_title {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto; } }

@media print, screen and (min-width: 768px) {
  [data-page="records"] .pageHead_title {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto; } }

@media print, screen and (max-width: 1024px) {
  .pageHead_title .line:nth-child(2), .pageHead_title .line:nth-child(3) {
    display: inline-block; } }

[data-page="overview"] .pageHead_title .s {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important; }

[data-page="records"] .pageHead_title .s {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important; }

/*
	overviewSection
----------------------------------------*/
@media print, screen and (max-width: 767px) {
  .overviewSection {
    padding: 0 16px;
    margin-bottom: 85px; } }

@media print, screen and (min-width: 768px) {
  .overviewSection {
    max-width: 880px;
    margin: 0 auto 145px; } }

.overviewSection_text {
  line-height: 1.5;
  font-size: 14px; }
  @media print, screen and (max-width: 767px) {
    .overviewSection_text {
      margin: 0 0 37px; } }
  @media print, screen and (min-width: 768px) {
    .overviewSection_text {
      margin: 0 0 43px; } }

.overviewSection_graph {
  text-align: center; }
  .overviewSection_graph img {
    max-width: 100%; }

@media print, screen and (max-width: 767px) {
  .overviewSection_graph_node + .overviewSection_graph_node {
    margin-top: 24px; } }

@media print, screen and (min-width: 768px) {
  .overviewSection_graph_node + .overviewSection_graph_node {
    margin-top: 30px; } }

/*=============================================

	Records

==============================================*/
@media print, screen and (max-width: 767px) {
  .recordsSection {
    padding: 0 16px;
    margin-bottom: 85px; } }

@media print, screen and (min-width: 768px) {
  .recordsSection {
    max-width: 880px;
    margin: 0 auto 145px; } }

.recordsSection_text {
  line-height: 1.5;
  font-size: 14px; }
  @media print, screen and (max-width: 767px) {
    .recordsSection_text {
      margin: 0 0 37px; } }
  @media print, screen and (min-width: 768px) {
    .recordsSection_text {
      margin: 0 0 43px; } }

@media print, screen and (max-width: 767px) {
  .recordsSectionList_node + .recordsSectionList_node {
    margin-top: 37px; } }

@media print, screen and (min-width: 768px) {
  .recordsSectionList_node + .recordsSectionList_node {
    margin-top: 53px; } }

.recordsSectionList_node_title {
  font-weight: bold;
  line-height: 1.37;
  margin: 0 0 12px; }
  @media print, screen and (max-width: 767px) {
    .recordsSectionList_node_title {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .recordsSectionList_node_title {
      font-size: 18px; } }

.recordsSectionList_graph {
  text-align: center; }
  .recordsSectionList_graph img {
    max-width: 100%; }

@media print, screen and (max-width: 767px) {
  .recordsSectionList_graph_node + .recordsSectionList_graph_node {
    margin-top: 24px; } }

@media print, screen and (min-width: 768px) {
  .recordsSectionList_graph_node + .recordsSectionList_graph_node {
    margin-top: 30px; } }

/*=============================================

	404

==============================================*/
@media print, screen and (max-width: 767px) {
  .error404 .main,
  [data-page="notfound"] .main {
    padding: 140px 0 80px; } }

@media print, screen and (min-width: 768px) {
  .error404 .main,
  [data-page="notfound"] .main {
    padding: 250px 0 224px; } }

.error404 .c-buttonCircle_parent,
[data-page="notfound"] .c-buttonCircle_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px; }

.error404 .c-buttonCircle,
[data-page="notfound"] .c-buttonCircle {
  position: relative; }

.error404 .c-titleSimple,
[data-page="notfound"] .c-titleSimple {
  margin-bottom: 40px; }

.notfoundText {
  text-align: center;
  font-family: "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 16px; }

.notfoundCricle_circle {
  width: 81px;
  height: 84px; }

.notfoundCricle_text {
  display: inline-block;
  font-weight: bold;
  line-height: 1.22; }
  @media print, screen and (max-width: 767px) {
    .notfoundCricle_text {
      margin-right: 18px;
      font-size: 18px; } }
  @media print, screen and (min-width: 768px) {
    .notfoundCricle_text {
      margin-right: 30px;
      font-size: 20px; } }

.notfoundCricle_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: arrowAnimation-X 1s 0s ease infinite alternate;
  animation: arrowAnimation-X 1s 0s ease infinite alternate; }
  @media print, screen and (max-width: 767px) {
    .notfoundCricle_arrow {
      left: -10px;
      width: 58px;
      height: 8px; } }
  @media print, screen and (min-width: 768px) {
    .notfoundCricle_arrow {
      left: -15px;
      width: 76px;
      height: 10px; } }
