@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* ----------------------------------*/
/* reset */
/* ----------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600");
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; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  box-sizing: border-box; }

/* ----------------------------------*/
/* SCSSで使える変数を管理しています。 */
/* ----------------------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, 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 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  color: #000;
  font-family: 'Titillium Web','Noto Sans CJK JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,sans-serif;
  text-align: left;
  letter-spacing: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  min-height: 100vh;
  background-color: #fff;
  overflow: hidden; }

a {
  -moz-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  o-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer; }
  a span {
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    o-transition: 0.1s linear;
    transition: 0.1s linear; }

li {
  list-style: none; }

.small_text {
  font-size: 80%; }

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important; } }
/* ----------------------------------*/
/* ボタン表現のスタイル */
/* ----------------------------------*/
.big_btn__btn {
  text-decoration: none;
  display: block;
  padding: 20px;
  margin: 40px;
  background-color: #39B54A;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-bottom: 3px solid #555; }

.big_btn__btn:hover {
  background-color: #2d8e3a; }

/* ----------------------------------*/
/* 要素を包括するラップのスタイル */
/* ----------------------------------*/
.top__content {
  width: 100%; }

.wrapper {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto; }

/* ----------------------------------*/
/* ヘッダーのスタイル */
/* ----------------------------------*/
header.header {
  width: 100%;
  height: 80px;
  background-color: #000; }

.header__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 980px;
  min-width: 980px;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }

.header__logo {
  width: 10%;
  padding: 12px;
  box-sizing: border-box;
  background-color: #39B54A; }

.header__menu {
  width: 100%;
  display: flex;
  justify-content: flex-start; }

.header__menu__mainmenu {
  text-align: center;
  justify-content: flex-start;
  align-content: center; }
  .header__menu__mainmenu > a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
    color: #fff;
    line-height: 1.5em;
    font-size: 2.0rem;
    height: 100%;
    line-height: 1.2em;
    z-index: 0; }
    .header__menu__mainmenu > a::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      transform: scaleY(0);
      transform-origin: top;
      z-index: -1; }
  .header__menu__mainmenu:hover > a {
    color: rgba(0, 0, 0, 0.5); }
    .header__menu__mainmenu:hover > a::before {
      transform: scaleY(1); }
  .header__menu__mainmenu:hover .header__menu--small {
    color: #000; }
  .header__menu__mainmenu:hover .header__menu__submenu {
    max-height: 9999px;
    opacity: 1.0;
    z-index: 1; }

.header__menu--small {
  font-size: 12px;
  line-height: 1em;
  width: 100%;
  min-height: 1em;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  z-index: 0; }

.header__menu__submenu {
  transition: all 0.2s ease-in;
  transition-delay: 0.4s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 80px;
  text-align: center;
  position: absolute; }

.header__menu__submenu__inner {
  padding: 18px 24px 24px;
  box-sizing: border-box;
  background-color: #808080;
  width: 100%;
  top: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .header__menu__submenu__inner li {
    margin: 4px 12px;
    box-sizing: border-box;
    text-align: left;
    height: auto; }
    .header__menu__submenu__inner li::before {
      content: '>';
      color: #fff;
      margin-right: 4px; }
    .header__menu__submenu__inner li a {
      text-decoration: none;
      font-size: 1.6rem;
      color: #fff;
      line-height: 1.5em;
      padding: 4px 0;
      position: relative;
      opacity: 0.75;
      transition: all 0.2s ease; }
      .header__menu__submenu__inner li a::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transition: all 0.2s ease;
        transform-origin: left;
        background-color: #fff; }
      .header__menu__submenu__inner li a:hover {
        opacity: 1; }
        .header__menu__submenu__inner li a:hover::after {
          transform: scaleX(1); }

.header__login {
  width: 3%;
  display: flex;
  align-items: center; }
  .header__login img {
    width: 100%;
    height: auto; }
  .header__login a:hover {
    opacity: 0.75; }

.header__menu__mainmenu--news {
  width: 9.5%; }

.header__menu__mainmenu--about {
  width: 9.5%; }

.header__menu__mainmenu--activity {
  width: 12%; }

.header__menu__mainmenu--member {
  width: 12%; }

.header__menu__mainmenu--ruleAndSafe {
  width: 26.5%; }

.header__menu__mainmenu--cyclingJapan {
  width: 17.5%; }

.header__menu__mainmenu--about > a::after,
.header__menu__mainmenu--activity > a::after,
.header__menu__mainmenu--member > a::after,
.header__menu__mainmenu--ruleAndSafe > a::after {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #808080;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
  transition-delay: 0.4s; }
.header__menu__mainmenu--about:hover a::after,
.header__menu__mainmenu--activity:hover a::after,
.header__menu__mainmenu--member:hover a::after,
.header__menu__mainmenu--ruleAndSafe:hover a::after {
  opacity: 1; }

/* ----------------------------------*/
/* heroのスタイル */
/* ----------------------------------*/
.hero {
  width: 100%;
  height: 424px;
  background-image: url("../img/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  padding: 110px 0; }

.hero__wrapper {
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.hero__lead {
  font-size: 4.2rem;
  color: #fff;
  text-align: center; }

.hero__lead--small {
  font-size: 2.0rem;
  color: #fff;
  display: block;
  text-align: center; }

.hero__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero__btn a {
    text-decoration: none;
    width: 100%;
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin: 0 auto;
    width: auto;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 16px; }
    .hero__btn a:hover {
      background-color: #fff;
      color: #000; }

/* ----------------------------------*/
/* topprojectのスタイル */
/* ----------------------------------*/
.project {
  width: 100%; }

.project__wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 64px 0; }
  .project__wrapper h1 {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 24px; }

.project__infoarea {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }
  .project__infoarea img {
    width: 100%; }
  .project__infoarea div.project__info__textarea {
    position: absolute;
    top: 12%;
    left: 45%;
    width: 54%;
    height: 65%;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 10px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center; }
    .project__infoarea div.project__info__textarea div.infotext {
      font-size: 1.4rem; }

.member_top_bar {
  display: block;
  width: 100%;
  padding: 16px 0; }

.project__bannerarea {
  margin: 64px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .project__bannerarea li {
    width: calc(100% / 4); }

/* ----------------------------------*/
/* テーブル表現のスタイル */
/* ----------------------------------*/
.table_fee {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }
  .table_fee td {
    text-align: center;
    background-color: #FFFFCC;
    padding: 4px 2px;
    font-size: 1.3rem;
    line-height: 1.5em;
    border: 1px solid #CCCCAA; }
  .table_fee th {
    text-align: center;
    background-color: #F0F0C0;
    padding: 4px 2px;
    font-size: 1.3rem;
    line-height: 1.5em;
    border: 1px solid #CCCCAA; }

.table_fee--left td {
  text-align: left; }
.table_fee--left th {
  text-align: left; }

.table_event {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }
  .table_event td {
    text-align: left;
    background-color: #FFFFCC;
    padding: 4px 2px;
    font-size: 1.3rem;
    line-height: 1.5em;
    border: 1px solid #CCCCAA;
    word-break: break-all; }
    .table_event td.map {
      width: 100%;
      text-align: center;
      background-color: #FFFFFF; }
  .table_event th {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    background-color: #F0F0C0;
    padding: 4px 2px;
    font-size: 1.3rem;
    line-height: 1.5em;
    border: 1px solid #CCCCAA; }
    .table_event th.title {
      width: 100%;
      text-align: left;
      padding-left: 12px;
      color: #333;
      font-size: 2.4rem;
      font-weight: bold; }
      .table_event th.title span.title_note {
        color: #FF6600;
        font-size: 1.4rem;
        font-weight: normal; }

/* ----------------------------------*/
/* topaboutのスタイル */
/* ----------------------------------*/
.about {
  width: 100%;
  height: 550px;
  background-image: url("../img/about.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.about__wrapper {
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex; }

.about__textarea {
  width: 50%;
  box-sizing: border-box;
  padding: 64px 40px 64px 0;
  position: relative;
  background-color: #39B54A; }
  .about__textarea h1 {
    color: #fff;
    font-size: 3.2rem;
    text-align: left;
    font-weight: 600;
    margin-bottom: 24px; }
  .about__textarea p {
    font-size: 2rem;
    color: #fff; }

.about__btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 64px;
  right: 40px; }
  .about__btn a {
    text-decoration: none;
    width: 100%;
    font-size: 2.4rem;
    width: auto;
    border: 1px solid #fff;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding: 16px; }
    .about__btn a:hover {
      background-color: #fff;
      color: #000; }

/* ----------------------------------*/
/* topnewsのスタイル */
/* ----------------------------------*/
.news {
  width: 100%;
  background-image: url("../img/news.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.news__wrapper {
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 32px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.news__wrapper:first-child {
  padding-top: 64px; }

.news__wrapper:last-child {
  padding-bottom: 64px; }

.news__newsarea {
  width: 48%; }
  .news__newsarea h1 {
    display: inline-block;
    color: #fff;
    font-size: 2.8rem;
    text-align: left;
    box-sizing: border-box;
    padding: 8px 32px;
    background-color: #39B54A;
    font-weight: 600;
    margin-bottom: 24px; }

.news__list__text {
  border-bottom: 1px dotted #fff;
  box-sizing: border-box;
  padding-bottom: 18px;
  padding-top: 18px; }
  .news__list__text:last-of-type {
    border: none; }
  .news__list__text a {
    font-size: 1.6rem;
    color: #fff; }
    .news__list__text a:hover {
      text-decoration: underline; }

.news__list__text--bold {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600; }

.news__eventarea {
  width: 48%; }
  .news__eventarea h1 {
    display: inline-block;
    color: #fff;
    font-size: 2.8rem;
    text-align: left;
    box-sizing: border-box;
    padding: 8px 32px;
    background-color: #ED1C24;
    font-weight: 600;
    margin-bottom: 24px; }

.news__infoarea {
  width: 48%; }
  .news__infoarea h1 {
    display: inline-block;
    color: #fff;
    font-size: 2.2rem;
    text-align: left;
    box-sizing: border-box;
    padding: 8px 32px;
    background-color: #39B54A;
    font-weight: 600;
    margin-bottom: 24px; }

.news__btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  .news__btn a {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    width: auto;
    color: #fff;
    text-align: right; }
    .news__btn a:hover {
      color: #39B54A; }

/* ----------------------------------*/
/* arrows__totopのスタイル */
/* ----------------------------------*/
.arrows__totop {
  width: 100%;
  height: 40px;
  background-color: #39B54A; }
  .arrows__totop a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #fff; }
    .arrows__totop a::after {
      content: "";
      position: absolute;
      top: 16px;
      width: 20px;
      height: 20px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      transform: rotate(-45deg); }

/* ----------------------------------*/
/* フッターのスタイル */
/* ----------------------------------*/
.footer {
  width: 100%;
  background-color: #000; }

.footer__wrapper {
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 64px 0 22px 0;
  display: flex;
  flex-wrap: wrap; }

.footer__column {
  width: calc(100% / 4); }
  .footer__column h1 a {
    line-height: 3.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff; }
    .footer__column h1 a:hover {
      text-decoration: underline; }

.footer__list li a {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #B3B3B3; }
  .footer__list li a::before {
    content: "";
    margin-right: 1.4rem; }
  .footer__list li a:hover {
    text-decoration: underline; }

.footer__linkbtn {
  margin-bottom: 8px; }
  .footer__linkbtn a {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    display: block;
    width: 60%;
    background-color: #39B54A;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 16px; }
    .footer__linkbtn a:hover {
      background-color: #fff;
      color: #000;
      text-decoration: none; }

.footer__copyright {
  width: 100%;
  color: #fff;
  text-align: center; }

/* ----------------------------------*/
/* detailのスタイル */
/* ----------------------------------*/
.detail {
  width: 100%; }

.breadcrumbs {
  width: 100%;
  border-bottom: 1px solid #E5E5E5; }

.breadcrumbs__wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  line-height: 2.4rem; }
  .breadcrumbs__wrapper a,
  .breadcrumbs__wrapper span {
    text-decoration: underline;
    color: #39B54A;
    margin-right: 64px;
    text-align: right;
    position: relative; }
    .breadcrumbs__wrapper a::after,
    .breadcrumbs__wrapper span::after {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      top: 8px;
      margin-left: 28px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg); }
  .breadcrumbs__wrapper span {
    text-decoration: none;
    color: #000;
    padding-bottom: 0;
    line-height: 2em; }
  .breadcrumbs__wrapper span:last-child {
    margin-right: 0; }
    .breadcrumbs__wrapper span:last-child::after {
      content: none; }

.detail__wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap; }

.detail__wrapper-full {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

.submenu {
  width: 20%; }
  .submenu h4 {
    font-size: 1.2rem;
    line-height: 2.4rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 24px; }

.submenu__list li a {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #39B54A;
  text-decoration: underline; }

.submenu__tarminallist {
  margin-left: 18px; }

.detail__contentsarea {
  width: 80%;
  box-sizing: border-box;
  padding-bottom: 40px;
  border-left: 1px solid #E5E5E5; }

.detail__contentsarea-noborder {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 40px; }

.detail__titlearea {
  font-size: 2.8rem;
  color: #fff;
  box-sizing: border-box;
  padding: 60px 32px;
  background-image: url("../img/top.jpg");
  background-repeat: no-repeat;
  background-position: top; }

.detail__titlearea--beginnner {
  font-size: 2.8rem;
  color: #fff;
  box-sizing: border-box;
  padding: 60px 32px;
  background-image: url("../img/index_image-beginner.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }

.detail__titlearea-ecocycling {
  font-size: 2.8rem;
  color: #fff;
  box-sizing: border-box;
  padding: 60px 32px;
  background-image: url("../img/index_image-ecocycling.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }

.detail__titlearea-cop15 {
  font-size: 2.8rem;
  color: #000;
  box-sizing: border-box;
  padding: 126px 32px;
  background-image: url("../img/index_image-cop15.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.detail__titlearea-siho_ct {
  font-size: 2.8rem;
  color: #000;
  box-sizing: border-box;
  padding: 124px 32px;
  background-image: url("../img/index_image-siho_ct.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.detail__textnavibox {
  box-sizing: border-box;
  padding: 32px 8px; }
  .detail__textnavibox ul li {
    position: relative;
    margin-bottom: 8px; }
    .detail__textnavibox ul li a {
      font-size: 1.6rem;
      color: #1d3994; }
    .detail__textnavibox ul li::before {
      content: url("../img/arrow_green.gif");
      margin-right: 8px; }
    .detail__textnavibox ul li:last-of-type {
      margin-bottom: 0; }

.detail__textlinkbox {
  box-sizing: border-box;
  padding: 32px 8px; }
  .detail__textlinkbox ul {
    display: flex; }
    .detail__textlinkbox ul li {
      position: relative;
      margin-right: 8px; }
      .detail__textlinkbox ul li a {
        font-size: 1.6rem;
        color: #1d3994; }
      .detail__textlinkbox ul li::before {
        content: url("../img/arrow_green.gif");
        margin-right: 8px; }
      .detail__textlinkbox ul li:last-of-type {
        margin-bottom: 0; }

.detail__contentsarea__wrapper h1 {
  background-color: #39B54A;
  color: #fff;
  font-size: 2.0rem;
  padding: 8px 32px; }

.detail__contentsarea__text {
  box-sizing: border-box;
  padding: 32px; }
  .detail__contentsarea__text h4.sub {
    color: #39B54A;
    font-size: 1.6rem;
    font-weight: 600;
    box-sizing: border-box;
    border-bottom: 2px dashed #39B54A;
    padding-bottom: 8px;
    margin-bottom: 16px; }
  .detail__contentsarea__text h4.sub-orenge {
    color: #fff;
    font-size: 1.6rem;
    background: linear-gradient(-135deg, #FAE514, #FF9933);
    font-weight: 600;
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 16px; }
  .detail__contentsarea__text p {
    font-size: 1.6rem;
    margin-bottom: 32px;
    box-sizing: border-box;
    padding: 0 0 0 16px; }
    .detail__contentsarea__text p a {
      color: #1d3994;
      text-decoration: underline; }
  .detail__contentsarea__text strong {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 32px;
    box-sizing: border-box; }
  .detail__contentsarea__text .red {
    color: #ED1C24; }
  .detail__contentsarea__text .detail__bg-gray {
    background-color: #efefef;
    display: block;
    padding: 16px; }
  .detail__contentsarea__text .detail__p-strong {
    text-align: center;
    color: #ED1C24; }

img.detail__imgarea-big {
  display: block;
  margin: 0 auto 24px; }

.detail__navi {
  text-align: right;
  font-size: 1.4rem;
  width: 100%; }
  .detail__navi::before {
    content: url("../img/note_link.gif");
    margin-right: 8px; }

.detail__navi-strong {
  width: 100%;
  box-sizing: border-box;
  padding-top: 24px; }
  .detail__navi-strong::before {
    content: url("../img/note_link.gif");
    margin-right: 8px; }
  .detail__navi-strong a {
    text-align: right;
    font-size: 1.8rem; }

.detail__txt__note {
  text-align: right;
  font-size: 1.4rem;
  width: 100%; }
  .detail__txt__note::before {
    content: url("../img/note_check.gif");
    margin-right: 8px; }

.detail__logo {
  display: flex; }

a.detail__applicationform {
  width: 80%;
  display: block;
  margin: 0 auto;
  background-color: #FF9933;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 24px;
  border-radius: 4px; }
  a.detail__applicationform:hover {
    opacity: 0.5; }

a.detail__btn {
  text-decoration: none;
  width: 60%;
  display: block;
  margin: 0 auto;
  background-color: #FF9933;
  text-align: center;
  box-sizing: border-box;
  padding: 12px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 24px;
  border-radius: 4px; }
  a.detail__btn:hover {
    opacity: 0.5; }

a.detail__btn-purple {
  width: 60%;
  display: block;
  margin: 0 auto;
  background-color: #2455a2;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 24px;
  border-radius: 4px; }
  a.detail__btn-purple:hover {
    opacity: 0.5; }

.detail__twocolumn {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0 0 0 16px; }
  .detail__twocolumn p a img {
    width: auto;
    display: inline; }
  .detail__twocolumn img {
    display: block;
    margin: 0 10px;
    max-width: 40%;
    height: auto; }

.detail__twocolumn-imgleft {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0; }
  .detail__twocolumn-imgleft img {
    display: block;
    margin: 0 10px 0 0;
    width: 40%;
    height: auto; }
  .detail__twocolumn-imgleft a {
    width: 40%; }
    .detail__twocolumn-imgleft a img {
      width: 100%; }

.detail__twocolumn__beginner {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0; }
  .detail__twocolumn__beginner p {
    width: 70%; }
  .detail__twocolumn__beginner img {
    display: block;
    margin: 0 10px 0 0;
    width: 30%;
    height: auto; }
  .detail__twocolumn__beginner a {
    width: 40%; }
    .detail__twocolumn__beginner a img {
      width: 100%; }

.detail__table-even {
  width: 80%;
  margin: 0 auto 32px; }
  .detail__table-even dl {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .detail__table-even dl dt {
      font-size: 1.4rem;
      width: 50%; }
    .detail__table-even dl dd {
      font-size: 1.4rem;
      width: 50%;
      box-sizing: border-box;
      padding-left: 16px;
      border-left: 3px solid #39B54A; }

.detail__CTarticlelist {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px; }
  .detail__CTarticlelist li {
    width: 50%;
    margin-bottom: 14px; }

.detail__iconarea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .detail__iconarea img {
    display: block;
    margin-right: 8px; }

.detail__pdf {
  box-sizing: border-box;
  padding: 0 0 0 16px;
  margin-bottom: 32px; }
  .detail__pdf li a {
    color: #1d3994;
    font-size: 1.4rem; }
    .detail__pdf li a::before {
      content: url("../img/note_pdf.gif");
      margin-right: 8px; }
    .detail__pdf li a .txt_note {
      color: #1d3994;
      font-size: 1.2rem; }

.detail__link {
  box-sizing: border-box;
  padding: 0 0 0 16px;
  margin-bottom: 32px; }
  .detail__link li a {
    color: #1d3994;
    font-size: 1.4rem; }
    .detail__link li a::before {
      content: url("../img/note_link.gif");
      margin-right: 8px; }
    .detail__link li a .txt_note {
      color: #1d3994;
      font-size: 1.2rem; }

.detail__event__link {
  box-sizing: border-box;
  padding: 0 0 0 16px;
  margin-bottom: 32px; }
  .detail__event__link li a {
    color: #1d3994;
    font-size: 1.4rem; }
    .detail__event__link li a::before {
      content: url("../img/note_help.gif");
      margin-right: 8px; }
    .detail__event__link li a .txt_note {
      color: #1d3994;
      font-size: 1.2rem; }

.detail__tablestyle {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .detail__tablestyle dl {
    width: 25%;
    display: flex;
    margin-bottom: 8px; }
    .detail__tablestyle dl dt {
      width: 30px;
      margin-right: 8px; }

.detail__tablestyle-border {
  width: 100%; }
  .detail__tablestyle-border dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cdcdcd; }
    .detail__tablestyle-border dl dt {
      font-size: 1.4rem;
      width: 20%;
      border-bottom: 1px solid #cdcdcd;
      border-right: 1px solid #cdcdcd;
      box-sizing: border-box;
      padding: 8px; }
      .detail__tablestyle-border dl dt:last-of-type {
        border-bottom: none; }
    .detail__tablestyle-border dl dd {
      font-size: 1.4rem;
      width: 80%;
      border-bottom: 1px solid #cdcdcd;
      box-sizing: border-box;
      padding: 8px; }
      .detail__tablestyle-border dl dd:last-of-type {
        border-bottom: none; }

.detail__table {
  width: 80%;
  margin: 0 auto 32px; }
  .detail__table dl {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .detail__table dl dt {
      font-size: 1.4rem;
      width: 20%; }
    .detail__table dl dd {
      font-size: 1.4rem;
      width: 75%;
      box-sizing: border-box;
      padding-left: 16px;
      border-left: 3px solid #39B54A; }

.detail__table-simple {
  width: 100%;
  margin: 0 auto 32px; }
  .detail__table-simple dl {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .detail__table-simple dl dt {
      font-size: 1.4rem;
      width: 24%; }
    .detail__table-simple dl dd {
      font-size: 1.4rem;
      width: 75%;
      box-sizing: border-box;
      padding-left: 16px; }
      .detail__table-simple dl dd a {
        color: #1d3994; }

.detail__table-form {
  width: 100%;
  margin: 0 auto 32px; }
  .detail__table-form dl {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .detail__table-form dl dt {
      font-size: 1.6rem;
      width: 24%;
      margin-bottom: 4px; }
    .detail__table-form dl dd {
      font-size: 1.4rem;
      width: 75%;
      box-sizing: border-box;
      padding-left: 16px;
      margin-bottom: 4px;
      display: flex;
      flex-wrap: nowrap; }
  .detail__table-form tr {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .detail__table-form tr td {
      font-size: 1.6rem;
      width: 24%;
      margin-bottom: 4px; }
      .detail__table-form tr td:nth-of-type(2) {
        font-size: 1.4rem;
        width: 75%;
        box-sizing: border-box;
        padding-left: 16px;
        margin-bottom: 4px;
        display: flex;
        flex-wrap: nowrap; }

.detailForm__label {
  width: 100%; }

.detailForm__inputText {
  width: 100%;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  padding: 4px; }

.detailForm__textareaText {
  width: 100%;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  padding: 4px; }

.detailForm__inputPassword {
  width: 100%;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  box-sizing: border-box;
  padding: 4px; }

.detailForm__inputRadio {
  display: none; }

.detailForm__labelRadio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0px 0;
  padding: 8px 8px 8px 42px;
  vertical-align: middle;
  cursor: pointer; }
  .detailForm__labelRadio:hover:after {
    border-color: #39B54A; }
  .detailForm__labelRadio::before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #39B54A;
    content: '';
    opacity: 0; }
    input[type=radio]:checked + .detailForm__labelRadio::before {
      opacity: 1; }
  .detailForm__labelRadio::after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    content: ''; }

.detailForm__select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  box-sizing: border-box;
  padding: 4px; }

span.entry__form__txt {
  display: block;
  box-sizing: border-box;
  padding: 4px;
  font-size: 1.4rem; }

.detail__inputarea {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.detailForm__labelSubmit {
  width: 30%; }
  .detailForm__labelSubmit .detailForm__inputSubmit,
  .detailForm__labelSubmit .detailForm__inputReset {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #39B54A;
    border: 1px solid #39B54A;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    box-sizing: border-box;
    padding: 4px;
    margin-right: 8px; }
    .detailForm__labelSubmit .detailForm__inputSubmit:hover,
    .detailForm__labelSubmit .detailForm__inputReset:hover {
      opacity: 0.5; }

.detailForm__labelReset {
  width: 10%; }
  .detailForm__labelReset .detailForm__inputSubmit,
  .detailForm__labelReset .detailForm__inputReset {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #39B54A;
    border: 1px solid #39B54A;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    box-sizing: border-box;
    padding: 4px;
    margin-left: 8px; }
    .detailForm__labelReset .detailForm__inputSubmit:hover,
    .detailForm__labelReset .detailForm__inputReset:hover {
      opacity: 0.5; }

.detail__entry__inputarea {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 24px; }
  .detail__entry__inputarea a {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50%;
    background-color: #39B54A;
    border: 1px solid #39B54A;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    box-sizing: border-box;
    padding: 4px;
    margin-left: 8px; }
    .detail__entry__inputarea a:hover {
      opacity: 0.5; }

span.detail__form__addtxt-small {
  color: #ED1C24;
  display: block;
  width: 20%;
  box-sizing: border-box;
  padding-left: 8px;
  line-height: 2.8rem; }

span.detail__form__addtxt-normal {
  display: block;
  width: 20%;
  box-sizing: border-box;
  padding-left: 8px;
  line-height: 2.8rem; }

.detail__txt__check {
  color: #ED1C24;
  font-size: 1.2rem;
  line-height: 2.4rem; }

.detail__txt__check-normal {
  color: #ED1C24;
  font-size: 1.6rem;
  line-height: 3.2rem; }

.detail__txt__check-strong {
  color: #ED1C24;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.8rem; }

.detail__txt__check-green {
  color: #39B54A;
  font-size: 1.2rem;
  line-height: 2.4rem; }

.detail__txt__emphasis {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 auto;
  background-color: #FF9933;
  width: 60%;
  text-align: center;
  box-sizing: border-box;
  padding: 4px;
  margin-bottom: 4px; }

.detail__txt__emphasis-gray {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 auto;
  background-color: #ccc;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 4px;
  margin-bottom: 4px; }

.detail__txt__emphasis-simple {
  color: #000;
  font-weight: 600;
  font-size: 2.0rem; }

.detail__txt__title {
  font-weight: 600;
  font-size: 1.8rem; }

.detail__txt__title__question {
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  border-bottom: 1px dotted #000; }
  .detail__txt__title__question::before {
    content: url("../img/note_help.gif");
    margin-right: 8px; }

.detail__donation {
  font-size: 1.2rem;
  background-color: #ccc;
  color: #000;
  box-sizing: border-box;
  padding: 4px 8px;
  margin-right: 4px; }

.detail__txt__box {
  width: 100%;
  background-color: #F3F3F3;
  box-sizing: border-box;
  padding: 8px;
  font-size: 1.6rem; }

.detail__liststyle {
  box-sizing: border-box;
  padding: 0 0 0 16px; }
  .detail__liststyle li {
    margin-left: 16px;
    margin-bottom: 6px;
    list-style: disc;
    list-style: outside; }

.detail__liststyle-newslist {
  box-sizing: border-box;
  padding: 0 0 0 16px;
  margin-bottom: 16px; }
  .detail__liststyle-newslist li {
    font-size: 1.6rem;
    color: #39B54A;
    list-style: none;
    margin-bottom: 8px;
    border-bottom: 1px dashed #39B54A;
    box-sizing: border-box;
    padding-bottom: 12px; }
    .detail__liststyle-newslist li a {
      color: #39B54A;
      text-decoration: underline; }

.detail__liststyle-eventlist {
  box-sizing: border-box;
  padding: 0 0 0 16px;
  margin-bottom: 16px; }
  .detail__liststyle-eventlist li {
    font-size: 1.6rem;
    color: #39B54A;
    list-style: none;
    margin-bottom: 8px;
    border-bottom: 1px dashed #39B54A;
    box-sizing: border-box;
    padding-bottom: 12px; }
    .detail__liststyle-eventlist li a {
      color: #39B54A;
      text-decoration: underline; }
    .detail__liststyle-eventlist li span.detail__text__event__prefectures {
      background-color: #808080;
      box-sizing: border-box;
      padding: 2px 8px;
      text-align: center;
      margin-right: 8px;
      color: #FFF;
      font-size: 1.4rem;
      font-weight: bold; }

.detail__liststyle-tokusyou {
  box-sizing: border-box;
  padding: 0 0 0 16px;
  margin-bottom: 16px; }
  .detail__liststyle-tokusyou li {
    font-size: 1.6rem;
    list-style: none;
    display: flex; }
    .detail__liststyle-tokusyou li::before {
      display: block;
      margin-right: 4px; }
    .detail__liststyle-tokusyou li a {
      color: #1d3994; }

.detail__liststyle-num {
  box-sizing: border-box;
  padding: 0 0 0 16px;
  margin-bottom: 16px; }
  .detail__liststyle-num li {
    font-size: 1.6rem;
    list-style: none; }

.detail__list__group {
  width: 100%; }
  .detail__list__group dl {
    width: 100%;
    display: flex;
    margin-bottom: 8px;
    align-items: center; }
    .detail__list__group dl dt {
      min-width: 40px;
      font-size: 1.2rem;
      margin-right: 8px; }
      .detail__list__group dl dt.detail__list__group__mark {
        background-color: #f25a19;
        box-sizing: border-box;
        padding: 2px 8px;
        text-align: center; }
        .detail__list__group dl dt.detail__list__group__mark a {
          color: #fff;
          font-size: 1.4rem; }
      .detail__list__group dl dt span.detail__list__group__prefectures {
        background-color: #808080;
        box-sizing: border-box;
        padding: 2px 8px;
        text-align: center;
        margin-right: 8px;
        color: #fff;
        font-size: 1.4rem; }
      .detail__list__group dl dt:nth-of-type(2) {
        min-width: 506px; }

.detail__paginationarea {
  width: 100%;
  overflow: hidden;
  margin-top: 64px; }

.detail__pagination {
  list-style: none;
  display: flex;
  justify-content: center; }
  .detail__pagination li {
    margin: 0 2px; }
    .detail__pagination li a {
      display: block;
      font-size: 2.0rem;
      color: #39B54A;
      box-sizing: border-box;
      padding: 12px 14px;
      line-height: 2.0rem;
      background-color: #eee;
      text-decoration: none; }
    .detail__pagination li span {
      display: block;
      font-size: 2.0rem;
      box-sizing: border-box;
      padding: 12px 14px;
      line-height: 2.0rem; }

.entry__title {
  box-sizing: border-box;
  padding: 16px 32px; }

.entry_footer p {
  box-sizing: border-box;
  padding: 16px 32px; }

/* ----------------------------------*/
/* 100選詳細ページのスタイル */
/* ----------------------------------*/
dl.detail__100sen-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.6rem; }
  dl.detail__100sen-list dt {
    width: 100%;
    padding: 0 10px 3px 0; }
    dl.detail__100sen-list dt.short {
      width: 20%; }
    dl.detail__100sen-list dt.middle {
      width: 30%; }
  dl.detail__100sen-list dt:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 1rem;
    height: 1rem;
    background: #009933;
    border-radius: 50%;
    margin-right: 8px; }
  dl.detail__100sen-list dd {
    width: 100%;
    padding: 0 10px 16px 4rem; }
    dl.detail__100sen-list dd.short {
      width: 30%;
      padding: 0 2rem 12px 0; }
    dl.detail__100sen-list dd.middle {
      width: 70%;
      padding: 0 10px 12px 0; }
    dl.detail__100sen-list dd.route_name {
      margin-bottom: 6px;
      padding: 6px;
      border: 1px solid #FF6600;
      text-align: center;
      font-size: 2rem;
      color: #663300; }

ul.detail__sub-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px; }
  ul.detail__sub-list li {
    width: 40%;
    padding: 0.6rem 0 0.4rem;
    list-style-type: none;
    border-bottom: dashed 1px #FF6633; }
    ul.detail__sub-list li.title {
      width: 60%;
      padding-right: 1.6rem; }

.detail__100sen-head {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 16px 0 0 0px; }
  .detail__100sen-head img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto; }

.detail__100sen-img {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0 0 0 16px; }
  .detail__100sen-img img {
    display: block;
    margin: 0 10px 10px 0;
    /*    width: 100%;
        max-width: 340px;  */
    max-width: 100%;
    height: auto; }

/* ----------------------------------*/
/* newsのスタイル */
/* ----------------------------------*/
.news__contentsarea__wrapper h1.news__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #39B54A;
  color: #fff;
  font-size: 2.0rem;
  padding: 8px 32px; }
  .news__contentsarea__wrapper h1.news__title span {
    font-size: 1.6rem;
    display: block;
    text-align: right;
    color: #fff; }

.news__contentsarea__text {
  box-sizing: border-box;
  padding: 32px; }
  .news__contentsarea__text h4.sub {
    color: #39B54A;
    font-size: 1.6rem;
    font-weight: 600;
    box-sizing: border-box;
    border-bottom: 2px dashed #39B54A;
    padding-bottom: 8px;
    margin-bottom: 16px; }
  .news__contentsarea__text h4.sub-orenge {
    color: #FF9933;
    font-size: 1.6rem;
    border-bottom: 2px dashed #FF9933;
    font-weight: 600;
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 16px; }
  .news__contentsarea__text p {
    font-size: 1.6rem;
    margin-bottom: 32px;
    box-sizing: border-box;
    padding: 0 0 0 16px;
    text-align: justify; }
    .news__contentsarea__text p a {
      color: #1d3994;
      text-decoration: underline; }
  .news__contentsarea__text strong {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 32px;
    box-sizing: border-box; }
  .news__contentsarea__text .red {
    color: #ED1C24; }
  .news__contentsarea__text .news__bg-gray {
    background-color: #efefef;
    display: block;
    padding: 16px; }
  .news__contentsarea__text .news__p-strong {
    text-align: center;
    color: #ED1C24; }
  .news__contentsarea__text .news__editor {
    width: 100%;
    text-align: right; }

img.news__imgarea-big {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  box-sizing: border-box;
  padding: 0 16px; }

.news__twocolumn {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0 0 0 16px; }
  .news__twocolumn p {
    width: 60%;
    padding: 0; }
  .news__twocolumn img {
    display: block;
    box-sizing: border-box;
    padding: 0 16px;
    width: 40%;
    height: auto; }

.news__twocolumn-imgleft {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0; }
  .news__twocolumn-imgleft p {
    width: 60%;
    padding: 0; }
  .news__twocolumn-imgleft img {
    display: block;
    box-sizing: border-box;
    padding: 0 16px;
    width: 40%;
    height: auto; }

.news__imgarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0  16px; }
  .news__imgarea img {
    display: block;
    width: 32%;
    margin-bottom: 14px; }

.news__imgarea-common {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }
  .news__imgarea-common img {
    width: calc(50% - 6px);
    height: auto;
    margin-bottom: 24px; }

/* ----------------------------------*/
/* eventのスタイル */
/* ----------------------------------*/
.event__contentsarea__wrapper h1.event__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #39B54A;
  color: #fff;
  font-size: 2.0rem;
  padding: 8px 32px; }
  .event__contentsarea__wrapper h1.event__title span {
    font-size: 1.6rem;
    display: block;
    text-align: right;
    color: #fff; }

.event__contentsarea__text {
  box-sizing: border-box;
  padding: 32px; }
  .event__contentsarea__text h4.sub {
    color: #39B54A;
    font-size: 1.6rem;
    font-weight: 600;
    box-sizing: border-box;
    border-bottom: 2px dashed #39B54A;
    padding-bottom: 8px;
    margin-bottom: 16px; }
  .event__contentsarea__text h4.sub-orenge {
    color: #FF9933;
    font-size: 1.6rem;
    border-bottom: 2px dashed #FF9933;
    font-weight: 600;
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 16px; }
  .event__contentsarea__text p {
    font-size: 1.6rem;
    margin-bottom: 32px;
    box-sizing: border-box;
    padding: 0 0 0 16px;
    text-align: justify; }
    .event__contentsarea__text p a {
      color: #1d3994;
      text-decoration: underline; }
  .event__contentsarea__text strong {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 32px;
    box-sizing: border-box; }
  .event__contentsarea__text .red {
    color: #ED1C24; }
  .event__contentsarea__text .event__bg-gray {
    background-color: #efefef;
    display: block;
    padding: 16px; }
  .event__contentsarea__text .event__p-strong {
    text-align: center;
    color: #ED1C24; }
  .event__contentsarea__text .event__editor {
    width: 100%;
    text-align: right; }

img.event__imgarea-big {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  box-sizing: border-box;
  padding: 0 16px; }

.event__twocolumn {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0 0 0 16px; }
  .event__twocolumn p {
    width: 60%;
    padding: 0; }
  .event__twocolumn img {
    display: block;
    box-sizing: border-box;
    padding: 0 16px;
    width: 40%;
    height: auto; }

.event__twocolumn-imgleft {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 0; }
  .event__twocolumn-imgleft p {
    width: 60%;
    padding: 0; }
  .event__twocolumn-imgleft img {
    display: block;
    box-sizing: border-box;
    padding: 0 16px;
    width: 40%;
    height: auto; }

.event__imgarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0  16px; }
  .event__imgarea img {
    display: block;
    width: 32%;
    margin-bottom: 14px; }

.event__imgarea-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }
  .event__imgarea-head img {
    max-width: 100%;
    height: auto; }

.event__imgarea-common {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }
  .event__imgarea-common img {
    /* width:calc(50% - 6px); */
    max-width: 100%;
    height: auto;
    margin-bottom: 24px; }

/* ----------------------------------*/
/* ホームに関するCSSを管理しています。 */
/* ----------------------------------*/
body {
  min-width: 0;
  width: 100%; }

/* ----------------------------------*/
/* 保険のページに関するCSSを管理しています。(BEM未対応です) */
/* ----------------------------------*/
.mark_box {
  width: 40px;
  height: 18px;
  line-height: 18px;
  color: #FFF;
  background-color: #f25a19;
  text-align: center; }

.boxborder {
  border: solid 1px #239732;
  text-align: center;
  padding: 20px;
  width: 540px; }

.green_box {
  border: solid 1px #18680a;
  padding: 10px; }

.insurance_contents {
  text-align: center; }
  .insurance_contents .align-right {
    text-align: right; }
  .insurance_contents .note {
    font-size: 1.2rem;
    display: block; }
  .insurance_contents dt, .insurance_contents dd {
    display: inline-block; }
  .insurance_contents .payment_deadline {
    background-color: #fff6bf;
    padding: 20px 4px;
    text-align: center;
    border-bottom: 1px solid #ff6600;
    letter-spacing: 0.05em;
    margin-bottom: 12px; }
    .insurance_contents .payment_deadline dt {
      margin-right: 12px;
      color: #ff6600;
      font-size: 2rem;
      font-weight: bold; }
    .insurance_contents .payment_deadline dd {
      color: #ff6600;
      font-size: 2rem;
      font-weight: bold; }
  .insurance_contents .payment_deadline + p {
    text-align: center; }
  .insurance_contents img {
    margin-bottom: 24px; }
  .insurance_contents p.orange, .insurance_contents span.orange {
    color: #ff6600; }
  .insurance_contents p.green, .insurance_contents span.green {
    color: #259935; }
  .insurance_contents p.gray, .insurance_contents span.gray {
    color: #6d6d6d;
    font-size: 90%; }
  .insurance_contents .big {
    font-size: 1.8rem; }
  .insurance_contents .bold {
    font-weight: bold; }
  .insurance_contents h1 {
    font-size: 2.4rem;
    color: #259935;
    text-align: left;
    border-bottom: 1px solid #259935;
    padding-bottom: 8px;
    margin-bottom: 16px;
    margin-right: 20px; }
    .insurance_contents h1::before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      background-color: #259935;
      border-radius: 50%;
      margin-right: 8px; }
  .insurance_contents h2 {
    font-size: 2.2rem;
    text-align: left;
    color: #259935;
    border-bottom: 1px dashed #259935;
    padding-bottom: 8px;
    margin-bottom: 24px;
    display: flex;
    align-items: center; }
    .insurance_contents h2 a {
      font-size: 1.4rem;
      margin-left: 16px;
      font-weight: normal; }
  .insurance_contents h4 {
    text-align: left;
    margin-bottom: 4px; }
  .insurance_contents hr {
    display: block;
    border: none;
    border-top: 1px solid #888;
    border-width: 1px; }
    .insurance_contents hr.dashed {
      border-top: 1px dashed #888; }
  .insurance_contents hr + p {
    margin-top: 16px; }
  .insurance_contents table {
    border: none;
    text-align: left;
    margin-bottom: 4px; }
    .insurance_contents table p {
      margin-bottom: 0; }
    .insurance_contents table .gray {
      background-color: #f4f4f4; }
    .insurance_contents table .gr1 {
      width: 23%;
      background-color: #5ddb5d;
      color: #fff;
      font-weight: bold; }
    .insurance_contents table .gr2 {
      width: 23%;
      background-color: #03cd08;
      color: #fff;
      font-weight: bold; }
    .insurance_contents table .gr3 {
      width: 23%;
      background-color: #00a801;
      color: #fff;
      font-weight: bold; }
  .insurance_contents .button_area {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .insurance_contents .button {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 24px 8px;
    border-radius: 12px;
    width: 48.5%;
    box-sizing: border-box;
    border: 3px solid;
    transition: 0.15s ease;
    text-align: center; }
    .insurance_contents .button.green {
      background-color: #00cc33;
      border-color: #00cc33; }
    .insurance_contents .button.orange {
      background-color: #ff6600;
      border-color: #ff6600; }
    .insurance_contents .button:hover {
      background-color: #fff;
      text-decoration: none; }
      .insurance_contents .button:hover.green {
        color: #00cc33; }
      .insurance_contents .button:hover.orange {
        color: #ff6600; }
  .insurance_contents .fill {
    padding: 20px 32px;
    line-height: 1.75em; }
    .insurance_contents .fill.round {
      border-radius: 12px; }
    .insurance_contents .fill.palegreen {
      background-color: #e9fae3; }
    .insurance_contents .fill.gray {
      background-color: #f6f6f6; }
  .insurance_contents > div {
    padding: 0 20px;
    margin-bottom: 48px; }
    .insurance_contents > div.full_width {
      padding: 0; }
  .insurance_contents .home_lead {
    margin-top: 24px; }
    .insurance_contents .home_lead hr {
      border-color: #259935;
      border-width: 2px; }
    .insurance_contents .home_lead img ~ img {
      margin-top: 28px; }
    .insurance_contents .home_lead .fill {
      margin: 0 24px;
      text-align: center;
      font-size: 150%; }
  .insurance_contents .home_hoken_point h2 {
    margin-bottom: 40px; }
  .insurance_contents .home_hoken_point p {
    padding-left: 40px; }
  .insurance_contents .privacy_treatment {
    margin-bottom: 24px; }
  .insurance_contents .insurance_footer {
    text-align: left;
    border-top: 1px solid #888;
    padding: 0;
    padding-top: 24px;
    margin: 0 24px; }
    .insurance_contents .insurance_footer a {
      color: #1d3994; }
    .insurance_contents .insurance_footer a + a {
      margin-left: 12px; }
    .insurance_contents .insurance_footer .accepted {
      margin-top: 12px;
      margin-bottom: 28px; }
  .insurance_contents .period {
    background-color: #fff6bf;
    padding: 20px 4px; }
    .insurance_contents .period p {
      color: #ff6600;
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 0.05em;
      text-align: center;
      margin-bottom: 4px; }
    .insurance_contents .period p + p {
      margin-bottom: 0; }
  .insurance_contents .insurance_contents h2 {
    margin-bottom: 16px; }
  .insurance_contents .insurance_lead {
    margin-bottom: 0;
    padding-top: 24px; }
  .insurance_contents .cycling_payment table {
    border-collapse: separate;
    border-spacing: 3px; }
    .insurance_contents .cycling_payment table td {
      border: none; }

.insurance_button {
  display: block;
  max-width: 300px;
  width: 1005;
  margin: 20px auto  12px;
  padding: 20px 12px 18px;
  border: 5px solid #7e6eda;
  background-color: #6755d6;
  border-radius: 18px;
  transition: 0.15s ease;
  text-align: center; }

.insurance_button p {
  display: block;
  width: 100%;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 4px;
  padding: 0;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.1em; }

.insurance_button span {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  margin: auto;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold; }

.insurance_button:hover {
  background-color: #fff;
  text-decoration: none !important; }

.insurance_button:hover p {
  color: #7e6eda; }

.insurance_button:hover span {
  color: #7e6eda; }

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