@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 40px;
}
#contents .inner {
  padding: 0px 20px;
  margin: 0px auto;
  max-width: 728px;
  position: relative;
}

/* ホーム
--------------------------------------------------------------------------------- */
#slide {
  position: relative;
}
#slide .theme {
  position: absolute;
  top: 0px;
  left: 45%;
  width: 50%;
  height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#slide .theme .title {
  font-size: 8px;
  line-height: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
#slide .theme h3 {
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
#slide .theme .copy {
  font-size: 7px;
  line-height: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  font-feature-settings: "palt";
}
#slide .ri-theme {
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#slide .ri-theme .title {
  font-size: 8px;
  line-height: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  text-align: center;
}
#slide .ri-theme .logo {
  margin: 0px auto;
  width: 188px;
}

.slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.slider .img {
  position: relative;
  overflow: hidden;
}
.slider .img::before {
  content: '';
  display: block;
  padding-top: 220px;
}
.slider .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.slider .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.slider li {
  position: relative;
}
.slider .flag {
  position: absolute;
  width: calc( ( 180 / 320 ) * 100% );
  top: 18px;
  left: 0px;
}
.slider .flag p {
  margin: 0px;
}
.slider .flag .flag-img-01 {
  width: 100px;
  margin: 0px auto;
}
.slider .flag .flag-txt-01 {
  width: 150px;
  margin: 0px auto;
  font-size: 8px;
  line-height: 10px;
  font-weight: bold;
}
.slider .flag .flag-txt-02 {
  width: 150px;
  margin: 0px auto;
  font-size: 8px;
  line-height: 10px;
}

#home-greeting {
  background-color: #f2f2f2;
  margin: 0px calc( ( ( 100svw - 100% ) / 2 ) * -1 );
  padding: 0px calc( ( 100svw - 100% ) / 2  ) 40px;
  overflow: hidden;
}
#home-greeting .img {
  margin: 0px -20px 10px -20px;
}
#home-greeting .txt h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #18458f;
  margin-top: 20px;
  margin-bottom: 10px;
}
#home-greeting .txt h4 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.go-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  width: 240px;
  margin: 40px auto 0px;
}
.go-btn a {
  display: block;
  text-decoration: none;
  height: 50px;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/arrow_002.png);
  background-position: right 8px center;
  background-size: 34px;
  background-repeat: no-repeat;
  border-radius: 25px;
}

#home-overview {
  margin: 0px calc( ( ( 100svw - 100% ) / 2 ) * -1 );
}

.overview-box .txt {
  position: relative;
  z-index: 1;
}
.overview-box h3 {
  font-size: 22px;
  line-height: 30px;
}
.overview-box p {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}
.overview-box a {
  display: block;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  padding: 0px 36px;
  text-decoration: none;
  color: #fff;
  background-image: url(../images/home_overview_001.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.overview-box a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0;
  transition: all .2s;
}
.overview-box a:hover::before {
  opacity: 0.4;
}
.overview-box.enrollment a {
  background-image: url(../images/home_overview_002.jpg);
}

#home-newsletter {
  position: relative;
  margin: 0px calc( ( ( 100svw - 100% ) / 2 ) * -1 );
  padding: 40px calc( ( 100svw - 100% ) / 2  ) 40px;
  overflow: hidden;
}
#home-newsletter h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 0px auto 40px;
  display: inline-block;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}
#home-newsletter::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 240px;
  background-color: #f2f2f2;
  z-index: -1;
}

#home-link {
  position: relative;
  padding: 40px 0px;
  overflow: hidden;
}
#home-link h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 0px auto 40px;
  display: inline-block;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}

.home-link-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.home-link-list li {
  margin: 0px 0px 10px;
  padding: 0px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px;
  border-radius: 0px;
}
.home-link-list li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/out.png);
  background-position: right 8px center;
  background-size: 14px;
  background-repeat: no-repeat;
  padding-right: 14px;
}

/* 下層ページ共通
--------------------------------------------------------------------------------- */
.page-title {
  overflow: hidden;
  margin: 30px 0px 30px;
}
.page-title .en {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #18458f;
  padding-bottom: 5px;
  margin-bottom: 8px;
  display: inline-block;
  border-style: solid;
  border-color: #18458f;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}
.page-title h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #18458f;
  margin: 0px;
}

.bg {
  margin: 40px calc( ( ( 100svw - 100% ) / 2 ) * -1 ) 40px;
  padding: 20px calc( ( 100svw - 100% ) / 2  ) 40px;
  position: relative;
}
.bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  mix-blend-mode: multiply;
}
.bg * {
  position: relative;
}
.bg.bottom {
  margin-bottom: -40px;
}

.col-box .img p {
  text-align: center;
}
.col-box .caption {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: -1.5em;
}
.col-box.scroll .col {
  width: 688px;
}

/* 会長挨拶
--------------------------------------------------------------------------------- */
.greeting-copy-01 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 26px;
  font-feature-settings: "palt";
  margin: 0px auto;
  display: inline-block;
}

.greeting-copy-02 {
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 26px;
}

.greeting-bg {
  margin-top: 100px;
}

.greeting-col-2 {
  margin-top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.greeting-col-2 .col {
  width: calc( ( 100% - 20px ) / 2 );
}
.greeting-col-2 .col .caption {
  font-size: 13px;
  text-align: center;
}

/* 概要・入会案内
--------------------------------------------------------------------------------- */
.ov-table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  margin-bottom: 60px;
}
.ov-table th,
.ov-table td {
  line-height: 1.6em;
  text-align: left;
  display: block;
}
.ov-table th p, .ov-table th li,
.ov-table td p,
.ov-table td li {
  line-height: 1.6em;
}
.ov-table th {
  font-weight: 500;
  padding-top: 15px;
}
.ov-table td {
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding-bottom: 15px;
}

.line-box {
  border-style: solid;
  border-color: #000;
  border-width: 2px;
  border-radius: 0px;
  text-align: left;
  padding: 16px;
  margin-bottom: 30px;
}

.ov-copy-01 {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
  font-feature-settings: "palt";
}

.ov-copy-02 {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 80px;
  font-feature-settings: "palt";
}

/* 活動紹介
--------------------------------------------------------------------------------- */
.lnav {
  margin: 0px -3px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.lnav li {
  margin: 0px 3px;
  padding: 0px;
  font-weight: bold;
  width: calc( ( 100% - 20px ) / 3 );
  max-width: 120px;
  text-align: center;
}
.lnav li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 20px;
}
.lnav li a.on {
  background-color: #18458f;
  color: #fff;
  border-color: #18458f;
}

.event-table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #000;
  border-width: 2px 0px 0px 0px;
  border-radius: 0px;
}
.event-table th,
.event-table td {
  line-height: 1.5em;
  text-align: left;
  display: block;
}
.event-table th p, .event-table th li,
.event-table td p,
.event-table td li {
  line-height: 1.5em;
}
.event-table th {
  font-weight: bold;
  float: left;
  padding-right: 1em;
}
.event-table td {
  padding-left: 2em;
}
.event-table tr {
  display: block;
  overflow: hidden;
  padding: 8px 0px;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.event-table tr.last {
  border-color: #000;
  border-bottom-width: 2px;
}

.nl-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -10px;
}

.nl-box {
  width: calc( 50% - 20px );
  margin: 0px 10px 30px;
}
.nl-box .img {
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.nl-box .img::before {
  content: '';
  display: block;
  padding-top: 141.1764705882%;
}
.nl-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.nl-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.nl-box .txt {
  text-align: center;
}
.nl-box .txt .title {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
  font-weight: bold;
}
.nl-box .txt .title.pdf {
  position: relative;
  vertical-align: bottom;
}
.nl-box .txt .title.pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-image: url(../images/icon_pdf.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  transform: translateY(-2px);
}
.nl-box .txt .new {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  font-weight: bold;
  display: inline-block;
  color: #ff1d00;
  border-style: solid;
  border-color: #ff1d00;
  border-width: 1px;
  border-radius: 0px;
  padding: 0px 6px;
}
.nl-box a {
  display: block;
  text-decoration: none;
  color: #000;
}

.snav {
  margin: 0px 0px;
  padding: 0px;
  list-style-type: none;
}
.snav li {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-align: center;
}
.snav li a {
  display: block;
  text-decoration: none;
  border-radius: 4px;
}
.snav li a.on {
  background-color: #18458f;
  color: #fff;
}

.main-side .main {
  overflow: hidden;
  margin-bottom: 60px;
}
.main-side .side {
  overflow: hidden;
  margin-bottom: 20px;
}

.nl-detail-box .img {
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  width: 170px;
  margin: 0px auto 30px;
}
.nl-detail-box .img::before {
  content: '';
  display: block;
  padding-top: 141.1764705882%;
}
.nl-detail-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.nl-detail-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.nl-detail-box .txt {
  margin: 0px auto 60px;
  max-width: 400px;
}
.nl-detail-box .txt h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.nl-detail-box .dl-btn {
  font-size: 16px;
  font-weight: bold;
  width: 240px;
  margin: 0px auto;
}
.nl-detail-box .dl-btn a {
  text-decoration: none;
  color: #000;
  height: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #000;
  border-width: 2px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url(../images/icon_pdf.png);
  background-position: right 20px center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  border-radius: 4px;
}

.back-btn {
  margin: 60px auto;
  font-size: 16px;
  font-weight: bold;
  width: 240px;
}
.back-btn a {
  text-decoration: none;
  color: #000;
  height: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 25px;
  background-color: #fff;
}

/* 会員専用
--------------------------------------------------------------------------------- */
.member-table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.member-table th,
.member-table td {
  line-height: 1.5em;
  text-align: left;
  display: block;
}
.member-table th p, .member-table th li,
.member-table td p,
.member-table td li {
  line-height: 1.5em;
}
.member-table th {
  display: none;
}
.member-table tr {
  display: block;
  overflow: hidden;
  padding: 8px 15px;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.member-table tr.last {
  border-color: #000;
  border-bottom-width: 2px;
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  padding-top: 100px;
  margin-top: -100px;
  position: relative;
  display: block;
  pointer-events: none;
}

/* パンくず */
/* コンテンツ幅 */
/* テキスト */
/* 見出し */
.m01 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
  margin-top: 40px;
}
.m01 span {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  padding: 5px 16px;
  display: inline-block;
  background-color: #fff;
}

.m02 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 13px;
  margin-bottom: 13px;
  margin-top: 40px;
  border-style: solid;
  border-color: #999;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul li ul li {
  list-style-type: disc;
}
ul.indent1em, ul.indent2em, ul.indent3em {
  list-style-type: none;
  padding: 0px;
}
ul.indent1em li ul li, ul.indent2em li ul li, ul.indent3em li ul li {
  list-style-type: disc;
  margin-left: 0px;
  text-indent: 0px;
}
ul.indent1em li ul.indent1em li, ul.indent2em li ul.indent1em li, ul.indent3em li ul.indent1em li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent1em li ul.indent2em li, ul.indent2em li ul.indent2em li, ul.indent3em li ul.indent2em li {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent1em li ul.indent3em li, ul.indent2em li ul.indent3em li, ul.indent3em li ul.indent3em li {
  list-style-type: none;
  margin-left: 3em;
  text-indent: -3em;
}
ul.indent1em li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent2em li {
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent3em li {
  margin-left: 3em;
  text-indent: -3em;
}
ul.list-01, ul.list-02, ul.list-03, ul.list-04 {
  list-style-type: none;
  padding-left: 0px;
}
ul.list-01 li, ul.list-02 li, ul.list-03 li, ul.list-04 li {
  padding-left: 1.2em;
  position: relative;
}
ul.list-01 li::before, ul.list-02 li::before, ul.list-03 li::before, ul.list-04 li::before {
  content: "●";
  color: #18458f;
  position: absolute;
  left: 0px;
}
ul.list-02 li {
  margin-bottom: 0.6em;
}
ul.list-03 li::before {
  content: "▶︎";
  font-size: 75%;
}
ul.list-04 li::before {
  content: "■";
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol li ul {
  font-size: 100%;
}
ol li ul li {
  list-style-type: disc;
}
ol li ul.indent1em li, ol li ul.indent2em li, ol li ul.indent3em li {
  list-style-type: none;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.basic th,
.basic td {
  padding: 15px 5px;
  line-height: 1.5em;
}
.basic th p, .basic th li,
.basic td p,
.basic td li {
  line-height: 1.5em;
}
.basic th.center,
.basic td.center {
  text-align: center;
}
.basic th.left,
.basic td.left {
  text-align: left;
}
.basic th.middle,
.basic td.middle {
  vertical-align: middle;
}
.basic th a,
.basic td a {
  text-decoration: none;
}
.basic td {
  background-color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.basic th {
  background-color: #f2f2f2;
  color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  font-weight: bold;
}
.basic tr td:last-of-type {
  border-right-width: 0px;
}
.basic.width-auto {
  width: auto;
}
.basic.center th,
.basic.center td {
  text-align: center;
}
.basic.center th.left,
.basic.center td.left {
  text-align: left;
}
.basic.left th,
.basic.left td {
  text-align: left;
}
.basic.left th.center,
.basic.left td.center {
  text-align: center;
}
.basic.middle th,
.basic.middle td {
  vertical-align: middle;
}
.basic.middle th.top,
.basic.middle td.top {
  vertical-align: top;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  min-width: 648px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  color: #ff1d00;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* 動画 */
.movie {
  margin: 0px auto 60px;
  max-width: 864px;
}
.movie .movie-inner {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color-01 {
  color: #18458f;
}

.color-02 {
  color: #39609f;
}

.color-03 {
  color: #ff1d00;
}

.color-red {
  color: #FF0000;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

.normal-weight {
  font-weight: 500;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

/* 改行 */
.tab,
.tabpc,
.pc,
.pc1280 {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  .lnav li a:hover {
    background-color: #18458f;
    color: #fff;
    border-color: #18458f;
  }

  .nl-detail-box .dl-btn a:hover {
    border-color: #18458f;
    color: #fff;
    background-color: #18458f;
  }

  .back-btn a:hover {
    border-color: #18458f;
    color: #fff;
    background-color: #18458f;
  }

  .go-btn a:hover {
    background-color: #18458f;
    color: #fff;
    background-image: url(../images/arrow_003.png);
  }

  .home-link-list li a:hover {
    background-color: #18458f;
    color: #fff;
    background-image: url(../images/out_w.png);
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 100px;
  }
  #contents .inner {
    padding: 0px 40px;
    max-width: 904px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #slide .theme-wrap {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #slide .theme {
    height: auto;
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: auto;
    margin-bottom: 70px;
  }
  #slide .theme .title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  #slide .theme h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  #slide .theme .copy {
    font-size: 13px;
    line-height: 23px;
  }
  #slide .ri-theme {
    height: auto;
    display: block;
  }
  #slide .ri-theme .title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: left;
  }
  #slide .ri-theme .logo {
    margin: 0px;
    width: 330px;
  }
  #slide .ri-theme .logo img {
    width: 48%;
    margin-right: 1%;
  }

  .slider .img::before {
    padding-top: 528px;
  }
  .slider .flag {
    width: calc( ( 434 / 768 ) * 100% );
    top: 50px;
  }
  .slider .flag .flag-img-01 {
    width: 242px;
  }
  .slider .flag .flag-txt-01 {
    width: 290px;
    font-size: 14px;
    line-height: 24px;
  }
  .slider .flag .flag-txt-02 {
    width: 290px;
    font-size: 12px;
    line-height: 18px;
  }

  #home-greeting {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row-reverse;
  }
  #home-greeting .img {
    margin: 0px;
    width: 360px;
    position: relative;
    overflow: hidden;
  }
  #home-greeting .img::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  #home-greeting .img p {
    margin: 0px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px;
    overflow: hidden;
  }
  #home-greeting .img p img {
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    /* 他のブラウザ用(＝通常の指定) */
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }
  #home-greeting .txt {
    width: calc( 100% - 360px );
    padding: 40px 40px;
  }
  #home-greeting .txt h3 {
    margin-top: 0px;
  }

  #home-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }

  .overview-box {
    width: 50%;
  }
  .overview-box h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .overview-box p {
    font-size: 18px;
    line-height: 24px;
  }
  .overview-box a {
    height: 180px;
    padding: 0px 40px;
  }

  #home-newsletter {
    padding-top: 100px;
    background-image: url(../images/contents_bg.png);
    background-position: right calc( ( 80 / 1280 ) * 100% ) top 20px;
    background-size: 460px auto;
    background-repeat: no-repeat;
  }
  #home-newsletter .nl-box {
    width: calc( ( 1 / 4 ) * 100% - 24px );
    margin: 0px 12px 0px;
  }
  #home-newsletter h3 {
    margin-bottom: 70px;
  }
  #home-newsletter::after {
    top: 300px;
  }

  #home-link {
    padding-top: 100px;
  }
  #home-link h3 {
    margin-bottom: 70px;
  }

  .home-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .home-link-list li {
    margin: -1px -1px 0px 0px;
    width: calc( ( 1 / 3 ) * 100% );
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  .page-title {
    margin: 60px 0px 90px;
    text-align: left;
  }
  .page-title .en {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .page-title h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .bg {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .img-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .img-col-2 .col {
    width: calc( ( 100% - 20px ) / 2 );
  }

  .col-box.scroll .col {
    width: auto;
  }

  /* 会長挨拶
  --------------------------------------------------------------------------------- */
  .greeting-copy-01 {
    font-size: 25px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 50px;
    display: block;
  }

  .greeting-copy-02 {
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 44px;
  }

  .greeting-bg {
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
  }

  .greeting-col-2 {
    margin-top: -160px;
    margin-right: -40px;
    display: block;
    width: calc( ( 280 / 688 ) * 100% );
  }
  .greeting-col-2 .col {
    width: auto;
  }
  .greeting-col-2 .col .caption {
    font-size: 14px;
  }

  .greeting-txt-box {
    width: calc( ( 400 / 688 ) * 100% );
  }

  /* 概要・入会案内
  --------------------------------------------------------------------------------- */
  .ov-table th,
  .ov-table td {
    padding: 20px 15px;
    display: table-cell;
    vertical-align: top;
  }
  .ov-table th {
    border-style: solid;
    border-color: #b2b2b2;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    padding-right: 2em;
  }

  .line-box {
    border-style: solid;
    border-color: #000;
    border-width: 2px;
    border-radius: 0px;
    text-align: left;
    padding: 16px;
    margin-bottom: 30px;
  }

  .ov-copy-01 {
    font-size: 38px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 50px;
  }

  /* 活動紹介
  --------------------------------------------------------------------------------- */
  #local-nav {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .lnav {
    margin: 10px 40px 0px 0px;
  }
  .lnav li {
    margin: 0px 0px 0px 10px;
    width: 140px;
    max-width: none;
  }

  .event-table {
    border-style: solid;
    border-color: #000;
    border-width: 0px 0px 2px 0px;
    border-radius: 0px;
  }
  .event-table th,
  .event-table td {
    display: table-cell;
    vertical-align: top;
    padding: 14px 0px;
  }
  .event-table th {
    float: none;
    border-style: solid;
    border-color: #000;
    border-width: 2px 0px 0px 0px;
    border-radius: 0px;
  }
  .event-table td {
    border-style: solid;
    border-color: #b2b2b2;
    border-width: 1px 0px 0px 0px;
    border-radius: 0px;
  }
  .event-table tr {
    display: table-row;
    padding: 0px;
    border: none;
  }
  .event-table tr.last {
    border: none;
  }
  .event-table tr.last td {
    border-bottom-width: 0px;
    border-color: #000;
  }

  .main-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
  }
  .main-side .main {
    margin-bottom: 0px;
    width: calc( 100% - 178px );
    max-width: 610px;
    overflow: visible;
  }
  .main-side .side {
    margin-bottom: 0px;
    width: 140px;
  }

  .nl-box-wrap {
    margin: 0px -12px 60px;
  }

  .nl-box {
    width: calc( ( 1 / 3 ) * 100% - 24px );
    margin: 0px 12px 40px;
  }
  .nl-box .img {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .nl-box .txt .title {
    font-size: 14px;
    line-height: 20px;
  }

  .nl-detail-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    margin-bottom: 80px;
  }
  .nl-detail-box .img {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 0px;
    width: calc( ( 190 / 510 ) * 100% );
  }
  .nl-detail-box .txt {
    margin: 0px;
    max-width: none;
    width: calc( ( 290 / 510 ) * 100% );
  }
  .nl-detail-box .txt h4 {
    font-size: 22px;
    line-height: 33px;
  }
  .nl-detail-box .dl-btn {
    margin: 0px;
  }

  /* 会員専用
  --------------------------------------------------------------------------------- */
  .member-table {
    border-style: solid;
    border-color: #000;
    border-width: 1px 0px 0px 0px;
    border-radius: 0px;
  }
  .member-table th,
  .member-table td {
    line-height: 1.5em;
    text-align: left;
    display: table-cell;
    border-style: solid;
    border-color: #b2b2b2;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    padding: 15px;
  }
  .member-table th p, .member-table th li,
  .member-table td p,
  .member-table td li {
    line-height: 1.5em;
  }
  .member-table th {
    border-color: #000;
  }
  .member-table tr {
    display: table-row;
    padding: 0px;
    border: none;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01 {
    text-align: left;
  }
  .m01 span {
    text-align: left;
  }

  div.scroll {
    overflow: hidden;
  }
  div.scroll::before {
    display: none;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 768 */
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-bottom: 100px;
  }
  #contents .inner {
    padding: 0px 100px;
    max-width: 1160px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #slide .theme {
    margin-bottom: 100px;
  }
  #slide .theme .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #slide .theme h3 {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-right: 30px;
  }
  #slide .theme .copy {
    font-size: 17px;
    line-height: 30px;
  }
  #slide .ri-theme .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #slide .ri-theme .logo {
    width: 450px;
  }

  .slider .img::before {
    padding-top: 705px;
  }
  .slider .flag {
    width: calc( ( 576 / 1024 ) * 100% );
    top: 60px;
  }
  .slider .flag .flag-img-01 {
    width: 323px;
  }
  .slider .flag .flag-txt-01 {
    width: 336px;
    font-size: 16px;
    line-height: 24px;
  }
  .slider .flag .flag-txt-02 {
    width: 336px;
    font-size: 14px;
    line-height: 21px;
  }

  #home-greeting .img {
    width: 460px;
  }
  #home-greeting .txt {
    width: calc( 100% - 460px );
    padding: 80px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #home-greeting .txt-inner {
    width: 414px;
    margin: 0px auto;
  }

  #home-newsletter {
    padding-top: 130px;
  }
  #home-newsletter::after {
    top: 340px;
  }

  #home-link {
    padding-top: 130px;
  }

  .home-link-list li {
    font-size: 16px;
    line-height: 18px;
  }
  .home-link-list li a {
    height: 80px;
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  .bg {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .bg.bottom {
    margin-bottom: -100px;
  }

  /* 会長挨拶
  --------------------------------------------------------------------------------- */
  .greeting-copy-01 {
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 50px;
  }

  .greeting-col-2 {
    margin-top: -180px;
    margin-right: -100px;
    width: calc( ( 370 / 824 ) * 100% );
    max-width: calc( ( 400 / 960 ) * 100% );
  }

  .greeting-txt-box {
    width: calc( ( 500 / 824 ) * 100% );
  }

  /* 概要・入会案内
  --------------------------------------------------------------------------------- */
  .ov-table {
    margin-bottom: 100px;
  }

  .ov-copy-01 {
    font-size: 39px;
    line-height: 64px;
    margin-bottom: 50px;
  }

  .ov-copy-02 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 80px;
  }

  /* 活動紹介
  --------------------------------------------------------------------------------- */
  .lnav {
    margin-right: 100px;
  }
  .lnav li {
    width: 160px;
  }

  .main-side .main {
    width: calc( 100% - 214px );
    max-width: 764px;
  }
  .main-side .side {
    width: 160px;
  }

  .nl-box-wrap {
    margin: 0px -13px 60px;
  }

  .nl-box {
    width: calc( ( 1 / 4 ) * 100% - 26px );
    margin: 0px 13px 40px;
  }

  .nl-detail-box .img {
    width: 240px;
  }
  .nl-detail-box .txt {
    width: calc( 100% - 300px );
  }
  .nl-detail-box .txt h4 {
    font-size: 30px;
    line-height: 40px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 36px;
  }
  .m01 span {
    padding: 6px 18px;
  }

  .m02 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 13px;
    margin-bottom: 13px;
    margin-top: 60px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 1024 */
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #slide .theme h3 {
    font-size: 34px;
    line-height: 58px;
    margin-right: 50px;
  }

  .slider .flag {
    width: calc( ( 764 / 1280 ) * 100% );
    top: 0px;
  }
  .slider .flag .flag-img-01 {
    width: 400px;
  }

  #home-greeting {
    padding: 0px calc( ( 100svw - 100% - 320px ) / 2  );
  }
  #home-greeting .txt-inner {
    width: 460px;
  }

  .overview-box .txt {
    width: 500px;
    margin: 0px auto;
  }
  .overview-box a {
    height: 280px;
  }

  #home-newsletter {
    background-position: right calc( ( 100svw - 1280px ) / 2 + 40px ) top 20px;
    padding-bottom: 80px;
  }
  #home-newsletter::after {
    top: 360px;
  }

  /* 会長挨拶
  --------------------------------------------------------------------------------- */
  .greeting-copy-01 {
    font-size: 37px;
    line-height: 64px;
    margin-bottom: 50px;
  }

  .greeting-col-2 {
    margin-top: -180px;
    width: calc( ( 400 / 960 ) * 100% );
  }

  .greeting-copy-02 {
    font-size: 26px;
    line-height: 48px;
  }

  /* 概要・入会案内
  --------------------------------------------------------------------------------- */
  .ov-copy-01 {
    font-size: 46px;
    line-height: 70px;
    margin-bottom: 70px;
  }

  .ov-copy-02 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 100px;
  }

  /* 活動紹介
  --------------------------------------------------------------------------------- */
  .snav li {
    font-size: 14px;
    line-height: 28px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  .col-box .caption {
    font-size: 13px;
  }

  /* 見出し */
  .m02 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 13px;
    margin-bottom: 13px;
    margin-top: 80px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc1280 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1920px) {
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
