@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

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

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ホーム
--------------------------------------------------------------------------------- */
.home-slide {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 ) 30px;
}

.home-slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.home-slider li .img {
  position: relative;
  overflow: hidden;
}
.home-slider li .img::before {
  content: '';
  display: block;
  padding-top: 58.6666666667%;
}
.home-slider li .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.home-slider li .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%;";
}

.slick-dots li {
  margin: 0px !important;
}
.slick-dots li button {
  padding: 0px !important;
}
.slick-dots li button::before {
  font-size: 12px !important;
}
.slick-dots li.slick-active button::before {
  color: #067e41 !important;
}

.home-m {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #666666;
}
.home-m span {
  padding-right: 70px;
  display: inline-block;
  height: 36px;
  background-image: url(../images/home_m_001.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 36px;
}
.home-m.home-news {
  margin-left: -10px;
}
.home-m.home-news span {
  background-image: url(../images/home_m_001.png);
}
.home-m.home-journal span {
  background-image: url(../images/home_m_002.png);
}

#home .news-list .date {
  position: relative;
  justify-content: flex-end;
}
#home .news-list .date::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0px 16px;
  width: calc( 100% - 100px );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all .2s;
}
#home .news-list.news .date::before {
  content: "お知らせ";
  background-color: #3bd485;
}
#home .news-list.event .date::before {
  content: "イベント";
  background-color: #ff8a8a;
}

#home-news {
  margin-bottom: 40px;
}

.home-news-btn {
  margin: 0px;
  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;
  position: relative;
}
.home-news-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3bd485;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 0;
}
.home-news-btn li {
  margin: 0px 2px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  width: 140px;
  z-index: 1;
}
.home-news-btn li a {
  display: block;
  width: 100%;
  height: 40px;
  border-style: solid;
  border-color: #3bd485;
  border-width: 1px;
  border-radius: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  color: #39b978;
  background-color: #fff;
}
.home-news-btn li a::after {
  content: "▶";
  margin-left: 10px;
}
.home-news-btn li a:hover {
  background-color: #39b978;
  color: #fff;
}

#home-journal {
  margin: 0px -10px 40px;
}

.home-col-01 {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  margin-bottom: 10px;
}
.home-col-01 h3 {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0px;
  text-align: center;
}
.home-col-01.phosphorus {
  border-color: #eb5c5c;
  background-color: #fff5f5;
}
.home-col-01.phosphorus h3 {
  background-color: #eb5c5c;
}
.home-col-01.phosphorus .title {
  height: 80px;
  background-color: #fff;
}
.home-col-01.phosphorus .title h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #666666;
}
.home-col-01.phosphorus .title a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #333333;
  background-image: url(../images/arrow_010.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40px auto;
  padding: 10px;
}
.home-col-01.phosphorus .txt {
  padding: 10px;
}
.home-col-01.archive, .home-col-01.research {
  border-color: #08a856;
}
.home-col-01.archive h3, .home-col-01.research h3 {
  background-color: #08a856;
}
.home-col-01.archive .img-area, .home-col-01.research .img-area {
  position: relative;
}
.home-col-01.archive .img-area .img-01, .home-col-01.research .img-area .img-01 {
  position: relative;
  overflow: hidden;
}
.home-col-01.archive .img-area .img-01::before, .home-col-01.research .img-area .img-01::before {
  content: '';
  display: block;
  padding-top: 41.25%;
}
.home-col-01.archive .img-area .img-01 p, .home-col-01.research .img-area .img-01 p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.home-col-01.archive .img-area .img-01 p img, .home-col-01.research .img-area .img-01 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-col-01.archive .img-area .img-02, .home-col-01.research .img-area .img-02 {
  position: relative;
  overflow: hidden;
  width: 83px;
  position: absolute;
  left: 10px;
  bottom: -80px;
}
.home-col-01.archive .img-area .img-02::before, .home-col-01.research .img-area .img-02::before {
  content: '';
  display: block;
  padding-top: 144.578313253%;
}
.home-col-01.archive .img-area .img-02 p, .home-col-01.research .img-area .img-02 p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.home-col-01.archive .img-area .img-02 p img, .home-col-01.research .img-area .img-02 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-col-01.archive .txt-area, .home-col-01.research .txt-area {
  min-height: 105px;
  padding-top: 10px;
  padding-left: 105px;
  padding-right: 10px;
  padding-bottom: 2px;
}
.home-col-01.archive .txt-area p, .home-col-01.research .txt-area p {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 0px;
}
.home-col-01.research {
  border-color: #4f98ff;
}
.home-col-01.research h3 {
  background-color: #4f98ff;
}

.phosphorus-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.phosphorus-list li {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
  padding-left: 1.2em;
  position: relative;
}
.phosphorus-list li::before {
  content: "●";
  color: #ff9999;
  font-size: calc( ( 16 / 24 ) * 100% );
  position: absolute;
  left: 0px;
}

.btn-login {
  font-size: 14px;
  text-align: center;
  width: 160px;
  height: 40px;
  margin: 10px auto 10px !important;
}
.btn-login a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  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/icon_lock.png);
  background-repeat: no-repeat;
  background-position: left 40px center;
  background-size: 24px auto;
  padding-left: 40px;
}

.btn-site {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 16px;
  text-align: center;
  height: 34px;
  margin: 5px 0px 5px !important;
}
.btn-site a {
  display: block;
  width: calc( 100% - 18px );
  height: 100%;
  background-color: #a1c8ff;
  color: #fff;
  border-radius: 6px 1px 1px 6px;
  text-decoration: none;
  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/icon_window.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px auto;
  padding-right: 30px;
  position: relative;
}
.btn-site a::after {
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 18px solid #a1c8ff;
  transition: all .2s;
}

#home-banner {
  background-color: #07914a;
  color: #fff;
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 ) -60px;
  padding: 30px calc( ( 100vw - 100% ) / 2 ) 60px;
}

.home-col-02 {
  margin-bottom: 36px;
}
.home-col-02 h3 {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.home-col-02 .img-area {
  margin-bottom: 10px;
}
.home-col-02 .img-area .img {
  position: relative;
  overflow: hidden;
}
.home-col-02 .img-area .img::before {
  content: '';
  display: block;
  padding-top: 57%;
}
.home-col-02 .img-area .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.home-col-02 .img-area .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-col-02 .txt-area p {
  font-size: 14px;
  line-height: 21px;
  margin: 0px;
}

/* 下層
--------------------------------------------------------------------------------- */
.page-title {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  position: relative;
}
.page-title .img {
  position: relative;
  overflow: hidden;
}
.page-title .img::before {
  content: '';
  display: block;
  padding-top: 214px;
}
.page-title .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.page-title .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%;";
}
.page-title .txt {
  height: 130px;
  width: 100%;
  background-image: linear-gradient(to bottom, #6bcb9a 0%, #08a856 30%, #08a856 70%, #6bcb9a 100%);
  font-family: "Kosugi Maru", sans-serif;
  color: #fff;
  padding: 20px;
  position: relative;
}
.page-title .txt .category {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
}
.page-title .txt .category span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.page-title .txt h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  margin-top: 10px;
  z-index: 1;
  position: relative;
}
.title-small .page-title .txt h2 {
  font-size: 30px;
}
.page-title .txt .bg-img {
  margin: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 110px;
  z-index: 0;
}
.journal .page-title .txt {
  padding-top: 10px;
}
.journal .page-title .txt h2 {
  font-size: 28px;
  line-height: 28px;
  margin-top: 8px;
}
.journal .page-title .txt h2 .mem {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  font-feature-settings: "palt";
}
.member .page-title .txt {
  background-image: linear-gradient(to bottom, #87b9ff 0%, #4f98ff 30%, #4f98ff 70%, #87b9ff 100%);
}
.prd .page-title .txt h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 27px;
}

.topic-path {
  margin: 10px -10px 20px;
}
.topic-path ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 12px;
  font-size: 0;
}
.topic-path ul li {
  font-size: 10px;
  line-height: 12px;
  display: inline;
}
.topic-path ul li::before {
  content: "＞";
  margin: 0px 0.4em;
}
.topic-path ul li:first-child::before {
  display: none;
}

.local-nav-tab {
  margin: 0px -10px 10px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  border-style: solid;
  border-color: #045c2f;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
  position: relative;
}
.local-nav-tab li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.local-nav-tab li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #cccccc;
  color: #fff;
  position: relative;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 2px 0px;
  border-radius: 6px 6px 0px 0px;
}
.local-nav-tab li a.on {
  background-color: #045c2f;
  border-color: #045c2f;
}
.local-nav-tab.col2 li {
  width: calc( 50% - 5px );
}
.local-nav-tab.news {
  border-color: #09ba5f;
}
.local-nav-tab.news li a.on {
  background-color: #09ba5f;
  border-color: #09ba5f;
}
.local-nav-tab.event {
  border-color: #ff8a8a;
}
.local-nav-tab.event li a.on {
  background-color: #ff8a8a;
  border-color: #ff8a8a;
}

/* ニュース */
.page-nation {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 10px;
}
.page-nation .page-nation-title {
  font-size: 18px;
  line-height: 40px;
  margin: 0px;
}
.page-nation ul {
  margin: 0px;
  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;
}
.page-nation ul li {
  margin: 0px 0px 0px 1px;
  padding: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
.page-nation ul li.dots {
  margin: 0px;
}
.page-nation ul li a {
  display: block;
  text-decoration: none;
  width: 40px;
  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;
  background-color: #cccccc;
  color: #fff;
}
.page-nation ul li a.on {
  background-color: #09ba5f;
}
.page-nation ul li a.nolink {
  display: none;
}
.page-nation ul li.prev, .page-nation ul li.next {
  display: none;
}
.page-nation ul li.prev a, .page-nation ul li.next a {
  background-color: transparent;
}
.page-nation.event li a.on {
  background-color: #ff8a8a;
}
.page-event .page-nation li a.on {
  background-color: #ff8a8a;
}

.pagination {
  margin: 0px;
  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;
}
.pagination li {
  margin: 0px 0px 0px 1px;
  padding: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
.pagination li.dots {
  margin: 0px;
}
.pagination li a,
.pagination li span {
  display: block;
  text-decoration: none;
  width: 40px;
  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;
  background-color: #cccccc;
  color: #fff;
}
.pagination li a.on,
.pagination li span.on {
  background-color: #09ba5f;
}
.pagination li a.nolink,
.pagination li span.nolink {
  display: none;
}
.pagination li.active span {
  background-color: #09ba5f;
}
.pagination li .visually-hidden {
  display: none;
}

.news-list {
  border-style: solid;
  border-color: #3bd485;
  border-width: 1px;
  border-radius: 0px;
  display: block;
  margin: 0px -10px 10px;
}
.news-list a {
  text-decoration: none;
  display: block;
}
.news-list .date {
  font-size: 12px;
  line-height: 14px;
  height: 30px;
  margin: -1px -1px 0px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  background-color: #999999;
  color: #fff;
  transition: all .2s;
}
.news-list .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
  padding: 10px;
  color: #666666;
  transition: all .2s;
}
.news-list .tag {
  margin: 0px;
  padding: 10px 10px 6px;
  list-style-type: none;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  transition: all .2s;
}
.news-list .tag li {
  margin: 0px 4px 4px 0px;
  padding: 0px 10px;
  font-size: 13px;
  line-height: 16px;
  border-style: solid;
  border-color: #3bd485;
  border-width: 1px;
  border-radius: 13px;
  height: 26px;
  background-color: #fff;
  color: #08a856;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.news-list.event {
  border-color: #ff8a8a;
}
.news-list.detail-title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.img-box .img p,
.col-box .img p {
  text-align: center;
}
.img-box .caption,
.col-box .caption {
  font-size: 12px;
  line-height: 1.8em;
  margin-top: -10px;
}
.img-box.size-fix .img,
.col-box.size-fix .img {
  position: relative;
  overflow: hidden;
}
.img-box.size-fix .img::before,
.col-box.size-fix .img::before {
  content: '';
  display: block;
  padding-top: 320px;
}
.img-box.size-fix .img p,
.col-box.size-fix .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.img-box.size-fix .img p img,
.col-box.size-fix .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%;";
}
.img-box.size-fix .img p,
.col-box.size-fix .img p {
  margin-bottom: 24px;
}
.img-box.mb0,
.col-box.mb0 {
  margin-bottom: 0px;
}
.img-box.cap-center .txt p,
.col-box.cap-center .txt p {
  text-align: center;
}
.img-box.book-img .img p,
.col-box.book-img .img p {
  margin: 0px auto 20px;
  width: 150px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 0px;
}
.img-box.col-4-banner .img,
.col-box.col-4-banner .img {
  width: 200px;
  margin: 0px auto;
}
.img-box.col-4-banner .caption,
.col-box.col-4-banner .caption {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: -16px;
}

.btn-01 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 60px auto 60px;
  width: 334px;
}
.btn-01 a {
  display: block;
  text-decoration: none;
  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;
  background-color: #a1c8ff;
  color: #fff;
  border-radius: 20px;
  background-image: url(../images/arrow_005.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-right: 20px;
}
.btn-01.member {
  margin-top: 0px;
}

/* 無機リン化学会 */
.greeting-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  margin-bottom: 21px;
}
.greeting-box .img-area {
  width: 115px;
}
.greeting-box .img-area p {
  margin: 0px;
}
.greeting-box .txt-area {
  width: calc( 100% - 120px );
  border-style: solid;
  border-color: #07914a;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}
.greeting-box .txt-area .name-jp {
  font-size: 24px;
  line-height: 36px;
  color: #07914a;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.greeting-box .txt-area .name-en {
  font-size: 12px;
  line-height: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0px 0px 4px;
  white-space: nowrap;
}

.history-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.history-tab th,
.history-tab td {
  padding: 0px 0px 10px;
  vertical-align: top;
  text-align: left;
}
.history-tab th.center,
.history-tab td.center {
  text-align: center;
}
.history-tab th.left,
.history-tab td.left {
  text-align: left;
}
.history-tab th.middle,
.history-tab td.middle {
  vertical-align: middle;
}
.history-tab th {
  font-weight: normal;
  padding-right: 1.5em;
  white-space: nowrap;
}

.short-wrap-01 {
  padding: 0px 15px;
  margin: 0px auto;
  max-width: 574px;
}

.short-wrap-02 {
  margin: 0px auto;
  max-width: 588px;
}

.large-txt-01 {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.officer-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
}
.officer-tab th,
.officer-tab td {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}
.officer-tab th {
  font-weight: normal;
  padding-right: 1.5em;
  white-space: nowrap;
}
.officer-tab.riji {
  margin-left: 1em;
}
.officer-tab.riji th {
  display: block;
  position: absolute;
}
.officer-tab.riji td {
  padding: 21px 0px 7px;
}

.small-txt-01 {
  font-size: 12px;
  line-height: 18px;
}

/* 学会誌 */
.journal-new-title {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 20px;
}
.journal-new-title::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 0px;
  height: 2px;
  background-color: #07914a;
}
.journal-new-title .latest {
  font-size: 14px;
  line-height: 16px;
  background-color: #eb5c5c;
  color: #fff;
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0px;
}
.journal-new-title .title {
  width: calc( 100% - 85px );
}
.journal-new-title h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0px;
}
.journal-new-title .number {
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
}
.member .journal-new-title::before {
  background-color: #4380d6;
}

.journal-new-box .img-area {
  margin-bottom: 20px;
}
.journal-new-box .img-area .img p {
  margin: 0px auto;
  width: 140px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 0px;
}

.journal-new-index {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.journal-new-index li {
  margin: 0px 0px 21px;
  padding: 0px 0px 0px 1.2em;
  position: relative;
}
.journal-new-index li::before {
  content: "●";
  color: #6bcb9a;
  font-size: calc( ( 12 / 24 ) * 100% );
  position: absolute;
  left: 0px;
}
.journal-new-index li strong {
  font-weight: bold;
  color: #067e41;
}

.btn-02 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 30px auto 60px;
  width: 300px;
}
.btn-02 a {
  display: block;
  text-decoration: none;
  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;
  background-color: #a1c8ff;
  color: #fff;
  border-radius: 8px;
}

.archive-open {
  margin-bottom: 20px;
}
.archive-open .open {
  position: relative;
  background-color: #08a856;
  color: #fff;
  height: 50px;
  padding: 0px 120px 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.archive-open .open h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
}
.archive-open .open .btn {
  width: 105px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #b2b2b2;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 30px;
  border-radius: 6px;
  background-image: url(../images/arrow_007.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 30px auto;
  box-sizing: border-box;
  cursor: pointer;
}
.archive-open .open .btn.on {
  background-image: url(../images/arrow_006.png);
}
.member .archive-open .open {
  background-color: #4f98ff;
}
.archive-open .hide {
  display: none;
  padding: 20px 0px 0px 0px;
}

.archive-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  max-width: 312px;
  margin: 0px auto;
}

.archive-box {
  width: 140px;
  margin: 0px 0px 30px;
}
.archive-box .img {
  width: 120px;
  margin: 0px auto 5px;
  position: relative;
  overflow: hidden;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 0px;
}
.archive-box .img::before {
  content: '';
  display: block;
  padding-top: 141.0256410256%;
}
.archive-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.archive-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%;";
}
.archive-box .txt .number {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.archive-box .txt .index,
.archive-box .txt .download {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  width: 140px;
  margin: 0px auto 5px;
}
.archive-box .txt .index a,
.archive-box .txt .index span,
.archive-box .txt .download a,
.archive-box .txt .download span {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #6ddea3;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  transition: all .2s;
  box-sizing: border-box;
  background-image: url(../images/icon_index.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 30px auto;
  padding-right: 30px;
  font-weight: bold !important;
}
.archive-box .txt .download a,
.archive-box .txt .download span {
  background-color: #a1c8ff;
  background-image: url(../images/icon_pdf_color.png);
  background-size: 40px auto;
  background-position: right center;
}
.archive-box .txt .download span {
  background-color: #cccccc;
  background-image: url(../images/icon_pdf.png);
}

.ranking-title {
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  background-color: #de5757;
  color: #fff;
  margin-bottom: 20px;
}

.ranking-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  counter-reset: listnum;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.ranking-list li {
  margin: 0px;
  padding: 10px 5px;
  font-size: 22px;
  line-height: 24px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.ranking-list li::before {
  counter-increment: listnum;
  content: counter(listnum);
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #de5757;
  font-family: Arial, Helvetica, "sans-serif";
  width: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.guidelines {
  border-style: solid;
  border-color: #09ba5f;
  border-width: 1px;
  border-radius: 0px;
  margin: 0px auto;
  max-width: 335px;
  padding: 10px;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.guidelines h4 {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 4px;
}
.guidelines ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.guidelines ul li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  width: calc( 50% - 5px );
  height: 40px;
}
.guidelines ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: #a1c8ff;
  color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* モーダル */
.btn-outline-primary {
  border: none !important;
}

.modal-wrapper {
  padding: 20px 10px;
}

.journal-nav-box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.journal-nav-box ul li {
  margin: 0px 0px 0px 1px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  width: 80px;
  height: 40px;
}
.journal-nav-box ul li a,
.journal-nav-box ul li span {
  width: 100%;
  height: 100%;
  background-color: #6bcb9a;
  display: block;
  text-decoration: none;
  color: #fff;
  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_008.png);
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-size: 40px auto;
  padding-left: 18px;
}
.journal-nav-box ul li.back {
  margin: 0px;
  width: calc( 100% - 162px );
}
.journal-nav-box ul li.next a,
.journal-nav-box ul li.next span {
  background-image: url(../images/arrow_009.png);
  background-position: right 6px center;
  padding-right: 18px;
  padding-left: 0px;
}

/* ログイン */
.login-box {
  background-color: #f5f9ff;
  padding: 16px;
  margin: 0px auto;
  max-width: 500px;
}
.login-box .input {
  border-color: #4f98ff;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 10px;
}
.login-box input[type=radio],
.login-box input[type=checkbox] {
  border-color: #4f98ff;
  padding: 8px;
  top: 0px;
}
.login-box input[type=radio]:checked,
.login-box input[type=checkbox]:checked {
  background-color: #4f98ff;
  border-color: #4f98ff;
}

.login-txt {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  margin: 0px;
}

.form-btn {
  text-align: center;
  margin: 0px 0px 30px;
}

.check-save {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.send-button {
  text-align: center;
}

.submit-btn-login {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 260px;
  height: 40px;
  margin: 0px auto;
  padding: 0px;
  color: #fff;
  background-color: #a1c8ff;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  border: none;
  box-sizing: border-box;
  position: relative;
  border-radius: 6px;
}
.submit-btn-login:hover {
  background-color: #7db3ff;
}
.submit-btn-login[disabled] {
  opacity: 0.4;
  cursor: default;
}
.submit-btn-login[disabled]:hover {
  opacity: 0.4;
}

/* 受賞者一覧 */
.winners-txt {
  font-size: 10px;
  line-height: 14px;
  margin: 0px 0px 5px;
  text-align: right;
}

.winners-open {
  margin-bottom: 20px;
}
.winners-open .open {
  position: relative;
  background-color: #3bd485;
  color: #fff;
  height: 50px;
  padding: 0px 120px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.winners-open .open.on {
  background-color: #08a856;
}
.winners-open .open h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
}
.winners-open .open .btn {
  width: 105px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #b2b2b2;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 30px;
  border-radius: 6px;
  background-image: url(../images/arrow_007.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 30px auto;
  box-sizing: border-box;
  cursor: pointer;
}
.winners-open .open .btn.on {
  background-image: url(../images/arrow_006.png);
}
.member .winners-open .open {
  background-color: #4f98ff;
}
.winners-open .hide {
  display: none;
  padding: 20px 0px 0px 0px;
}

.winners-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
}
.winners-tab th,
.winners-tab td {
  vertical-align: top;
  text-align: left;
  display: block;
  overflow: hidden;
  margin-left: 5em;
  line-height: 18px;
}
.winners-tab .awards {
  float: left;
  width: 5em;
  margin-left: 0px;
  white-space: nowrap;
}
.winners-tab .awards.long {
  width: auto;
  padding-bottom: 7px;
  padding-top: 20px;
}
.winners-tab .detail {
  margin-bottom: 7px;
}

.winners-year,
.winners-num {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #067e41;
}

/* フォーム */
.form-notice {
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #eb5c5c;
  margin: 0px auto;
}

.form-nav-tab {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  position: relative;
}
.form-nav-tab li {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.form-nav-tab li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #cccccc;
  color: #fff;
  position: relative;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 4px 0px;
  border-radius: 10px 10px 0px 0px;
}
.form-nav-tab li a.on {
  background-color: #045c2f;
  border-color: #045c2f;
}
.form-nav-tab.col2 li {
  width: calc( 50% - 2px );
}
.form-nav-tab.col4 li {
  width: calc( 25% - 2px );
}

.form-wrap {
  margin: 0px -10px 40px;
  padding: 8px;
  border-style: solid;
  border-color: #045c2f;
  border-width: 2px;
  border-radius: 0px;
}

.form-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.form-tab th,
.form-tab td {
  display: block;
  text-align: left;
}
.form-tab th {
  background-color: #09ba5f;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 10px;
}
.form-tab td {
  border-style: solid;
  border-color: #09ba5f;
  border-width: 0px 1px 1px;
  border-radius: 0px;
  margin-bottom: 4px;
  padding: 10px 10px 10px;
}
.form-tab .th-small {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 5px 0px 0px 3em;
  text-indent: -3em;
}

.radio-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.radio-list li {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
}
.radio-list.inline-list li {
  display: inline-block;
  margin-right: 2em;
}

.form-flex {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  border-style: dotted;
  border-color: #6ddea3;
  border-width: 0px 0px 2px;
  border-radius: 0px;
}
.form-flex dt, .form-flex dd {
  margin: 0px;
  padding: 0px;
}
.form-flex dt {
  width: 54px;
  font-size: 12px;
  line-height: 14px;
}
.form-flex dt strong {
  color: #eb5c5c;
}
.form-flex dd {
  width: calc( 100% - 54px );
}
.form-flex.last {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.form-flex.form-flex-01 dd {
  width: calc( 50% - 56px );
}
.form-flex.form-flex-01 dd:first-of-type {
  margin-right: 4px;
}
.form-flex.form-flex-04 dt {
  width: 80px;
}
.form-flex.form-flex-04 dd {
  width: calc( 100% - 80px );
}
.form-flex.form-flex-01-confirm dt {
  width: 80px;
}
.form-flex.form-flex-01-confirm dd {
  width: calc( 100% - 80px );
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 4px 6px;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-style: solid;
  border-color: #09ba5f;
  border-width: 1px;
  border-radius: 0px;
}
.input.err {
  background-color: #fcf8f7;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  background-color: #FFF;
  border: none;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  padding: 6px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 4px;
  outline: none;
  border-style: solid;
  border-color: #09ba5f;
  border-width: 1px;
  border-radius: 50%;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #09ba5f;
  outline: none;
  border-color: #09ba5f;
}
input[type=radio].err,
input[type=checkbox].err {
  background-color: #fdf3f4;
}
input[type=radio].err:checked,
input[type=checkbox].err:checked {
  background-color: #000;
  outline: none;
}

input[type=checkbox] {
  border-radius: 0px;
}

label {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
  vertical-align: bottom;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.text01 {
  width: 4em;
  text-align: center;
}

.text02 {
  width: 3em;
  text-align: center;
}

.text03 {
  width: 35%;
}

.text04 {
  width: 70%;
}

.text05 {
  height: 6em;
}

.text06 {
  margin-bottom: 4px;
}

.text09 {
  height: 12em;
}

.form-notice-txt {
  font-size: 14px;
  line-height: 16px;
  color: #e5001e;
  margin-top: 10px;
  display: inline-block;
}

.submit-btn {
  background: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 200px;
  height: 40px;
  margin: 0px 5px 5px;
  padding: 0px;
  color: #fff;
  background-color: #3bd485;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
  border: none;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
}
.submit-btn:hover {
  background-color: #09ba5f;
}
.submit-btn[disabled] {
  opacity: 0.4;
  cursor: default;
}
.submit-btn[disabled]:hover {
  opacity: 0.4;
}
.submit-btn.back {
  background-color: #999;
}
.submit-btn.back:hover {
  background-color: #09ba5f;
}

.err-txt {
  font-size: 12px;
  line-height: 15px;
  color: #e5001e;
  margin-top: 5px;
}

.thanks {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0px 10px;
  color: #eb5c5c;
}

.thanks-txt {
  text-align: center;
}

.now-event {
  border-style: solid;
  border-color: #045c2f;
  border-width: 1px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.now-event h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  background-color: #045c2f;
  color: #fff;
  padding: 7px 10px;
}
.now-event .txt {
  padding: 10px;
}
.now-event .txt p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.event-m {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  color: #045c2f;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-style: solid;
  border-color: #045c2f;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}

.form-tab .form-group {
  display: none;
}

.tabs,
.tabs-2 {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  position: relative;
}
.tabs button,
.tabs-2 button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  display: block;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #cccccc;
  color: #fff;
  position: relative;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 4px 0px;
  border-radius: 10px 10px 0px 0px;
}
.tabs button.active,
.tabs-2 button.active {
  background-color: #045c2f;
  border-color: #045c2f;
}
.tabs.col2 button,
.tabs-2.col2 button {
  width: calc( 50% - 2px );
}
.tabs.col4 button,
.tabs-2.col4 button {
  width: calc( 25% - 2px );
}

.event-form-txt-01 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #045c2f;
}

.presenter-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: calc( 100% + 21px );
  margin: -10px;
}
.presenter-tab th,
.presenter-tab td {
  display: table-cell;
  margin: 0px;
  padding: 2px;
  border: none;
  font-size: 12px;
  line-height: 14px;
  border-style: solid;
  border-color: #09ba5f;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  text-align: center;
}
.presenter-tab th .input,
.presenter-tab td .input {
  border: none;
}
.presenter-tab th .input.text07,
.presenter-tab td .input.text07 {
  border-style: dotted;
  border-color: #6ddea3;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}
.presenter-tab th .check-01,
.presenter-tab th .check-02,
.presenter-tab td .check-01,
.presenter-tab td .check-02 {
  display: block;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.presenter-tab th .check-01,
.presenter-tab td .check-01 {
  border-style: dotted;
  border-color: #6ddea3;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}
.presenter-tab th {
  background-color: transparent;
  color: #067e41;
  white-space: nowrap;
}

.speaker-label {
  padding: 0px;
}

.radio-01 {
  position: relative !important;
}

/* 検索 */
.gs-title {
  text-align: left;
}

.gsc-above-wrapper-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px !important;
}

.gsc-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px !important;
}

/* サイトマップ */
.sitemap h3 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  background-color: #39b978;
  padding: 8px 12px;
  margin-bottom: 14px;
}
.sitemap ul {
  margin: 0px 10px 30px;
  padding: 0px;
  list-style-type: none;
}
.sitemap ul li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 10px;
}
.sitemap ul li::before {
  content: "▶︎";
  color: #6bcb9a;
  font-size: calc( ( 18 / 24 ) * 100% );
  position: absolute;
  left: 0px;
}

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

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  display: block;
  height: 0px;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 60px;
}

/* パンくず */
/* コンテンツ幅 */
/* テキスト */
/* 見出し */
.m01 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #067e41;
  position: relative;
  margin: 0px;
  padding-left: 1em;
}
.m01::before {
  content: "■";
  color: #6bcb9a;
  font-size: calc( ( 18 / 24 ) * 100% );
  position: absolute;
  left: 0px;
}

.m02 {
  font-size: 14px;
  line-height: 21px;
  margin: 0px;
}

.m03 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}

.m04 {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 24px;
  color: #067e41;
}

.m05 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  background-color: #39b978;
  padding: 10px 20px;
  margin-bottom: 14px;
}

.m06 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 21px;
}

.m07 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 0px;
}

.page-m01 {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  border-style: solid;
  border-color: #07914a;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
  margin: 20px -10px 20px;
  padding: 0px 10px 0px;
}

.page-m02 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 40px 0px 20px;
  padding: 5px 0px 5px 12px;
  background-color: #edfff6;
  position: relative;
  border-style: solid;
  border-color: #09ba5f;
  border-width: 0px 0px 0px 8px;
  border-radius: 0px;
}
.member .page-m02 {
  background-color: #f0f7ff;
  border-color: #6ba8ff;
}

.page-m03 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  position: relative;
  margin: 0px;
  padding-left: 1em;
}
.page-m03::before {
  content: "■";
  color: #6bcb9a;
  font-size: calc( ( 18 / 24 ) * 100% );
  position: absolute;
  left: 0px;
}

.page-m04 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  margin: 0px 0px 24px;
  padding-left: 1em;
}
.page-m04::before {
  content: "●";
  color: #6bcb9a;
  font-size: calc( ( 18 / 24 ) * 100% );
  position: absolute;
  left: 0px;
}

.page-m05 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #067e41;
}

.page-m06 {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 30px;
  border-style: solid;
  border-color: #07914a;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
  margin: 20px -10px 6px;
  padding: 0px 10px 0px;
  text-align: center;
}

/* リスト */
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: #6bcb9a;
  font-size: calc( ( 18 / 24 ) * 100% );
  position: absolute;
  left: 0px;
}
ul.list-02 li::before {
  content: "▶︎";
}
ul.list-03 li::before {
  content: "■";
}
ul.list-04 li::before {
  content: "▼";
}
ul.mb1em li {
  margin-bottom: 1em;
}
ul.im1em li, ul.im2em li, ul.im3em li {
  list-style-type: none;
}

ol {
  margin-left: 0px;
  padding: 0px 0px 0px 1.4em;
}
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 {
  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;
}

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

p.img {
  text-align: center;
}

/* 動画 */
.movie {
  margin: 0px auto 60px;
}
.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: #067e41;
}

.color-02 {
  color: #08a856;
}

.color-03 {
  color: #de5757;
}

.color-pink-underline {
  font-weight: bold;
  color: #de5757;
  text-decoration: underline;
  text-decoration-color: #de5757;
}

.color-01-bold {
  font-weight: bold;
  color: #067e41;
}

.color-red {
  color: #ff0000;
}

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

.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,
.pc1024,
.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) {
  .home-col-01.phosphorus .title a:hover {
    background-color: #ff8a8a;
    color: #fff;
  }
  .home-col-01.phosphorus .title a:hover h4 {
    color: #fff;
  }
  .home-col-01.archive .txt-area .btn-login a:hover, .home-col-01.research .txt-area .btn-login a:hover {
    background-color: #4d4d4d;
  }
  .home-col-01.archive .txt-area .btn-site a:hover, .home-col-01.research .txt-area .btn-site a:hover {
    background-color: #7db3ff;
  }
  .home-col-01.archive .txt-area .btn-site a:hover::after, .home-col-01.research .txt-area .btn-site a:hover::after {
    border-left-color: #7db3ff;
  }

  .news-list a:hover .date {
    background-color: #4d4d4d;
  }
  .news-list a:hover .title {
    background-color: #3bd485;
    color: #fff;
  }
  .news-list a:hover .tag {
    background-color: #cccccc;
  }
  .news-list.event a:hover .title {
    background-color: #ff8a8a;
  }

  #home .news-list.news a:hover .date::before {
    background-color: #07914a;
  }
  #home .news-list.event a:hover .date::before {
    background-color: #de5757;
  }

  .page-nation ul li a:hover {
    background-color: #666666;
  }

  .btn-01 a:hover,
  .btn-02 a:hover {
    background-color: #7db3ff;
  }

  .archive-box .txt .index a:hover {
    background-color: #08a856;
  }
  .archive-box .txt .download a:hover {
    background-color: #4f98ff;
  }

  .journal-nav-box ul li a:hover {
    background-color: #08a856;
  }

  .guidelines ul li a:hover {
    background-color: #7db3ff;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 50px;
  }
  #contents .inner {
    padding: 0px 50px;
    max-width: 930px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-slide {
    margin-bottom: 40px;
  }

  .home-slider li .img::before {
    padding-top: calc( ( 1010 / 1920 ) * 100% );
  }
  .home-slider .sp {
    display: none;
  }
  .home-slider .tabpc {
    display: block;
  }

  .slick-dots {
    bottom: -36px !important;
  }
  .slick-dots li {
    width: 22px !important;
    height: 22px !important;
  }
  .slick-dots li button {
    padding: 0px !important;
  }
  .slick-dots li button::before {
    font-size: 14px !important;
  }

  #home .news-list .date {
    position: absolute;
    justify-content: center;
    padding-top: 40px;
  }
  #home .news-list .date::before {
    top: 0px;
    left: 0px;
    bottom: auto;
    height: 40px;
    width: 90px;
  }

  .home-m {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .home-m span {
    padding-right: 90px;
    height: 45px;
    background-size: auto 45px;
  }
  .home-m.home-news {
    margin-left: -20px;
  }

  .home-news-btn {
    margin-top: 20px;
  }

  #home-journal {
    margin: 0px -20px 40px;
  }

  .home-col-01-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;
  }

  .home-col-01 {
    margin-bottom: 0px;
    width: calc( ( ( 1 / 3 ) * 100% ) - 20px );
    margin: 0px 10px;
  }
  .home-col-01 h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .home-col-01.phosphorus .title {
    height: 64px;
  }
  .home-col-01.phosphorus .title h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .home-col-01.phosphorus .title a {
    background-size: 32px auto;
  }
  .home-col-01.phosphorus .txt ul li {
    font-size: 11px;
    line-height: 16px;
  }
  .home-col-01.archive .img-area .img-01::before, .home-col-01.research .img-area .img-01::before {
    padding-top: calc( ( 170 / 320 ) * 100% );
  }
  .home-col-01.archive .img-area .img-02, .home-col-01.research .img-area .img-02 {
    width: 60px;
    left: 10px;
    bottom: -70px;
  }
  .home-col-01.archive .txt-area, .home-col-01.research .txt-area {
    padding: 5px 5px 2px 75px;
  }
  .home-col-01.archive .txt-area p, .home-col-01.research .txt-area p {
    font-size: 12px;
    line-height: 14px;
  }

  .phosphorus-list li {
    font-size: 11px;
    line-height: 16px;
  }

  .btn-login {
    font-size: 12px;
    width: 145px;
    height: 32px;
  }
  .btn-login a {
    border-radius: 16px;
    background-position: left 30px center;
    background-size: 20px auto;
    padding-left: 30px;
  }

  .btn-site {
    font-size: 12px;
    height: 28px;
  }
  .btn-site a {
    background-position: right 0px center;
    background-size: 24px auto;
    padding-right: 20px;
  }
  .btn-site a::after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 18px solid #a1c8ff;
  }

  #home-banner {
    padding-bottom: 90px;
  }

  .home-col-02-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 -30px;
  }

  .home-col-02 {
    width: calc( ( ( 1 / 3 ) * 100% ) - 20px );
    margin: 0px 10px;
    margin-bottom: 0px;
  }
  .home-col-02 h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .home-col-02 .img-area {
    margin-bottom: 10px;
  }
  .home-col-02 .txt-area p {
    font-size: 14px;
    line-height: 21px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .page-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .page-title .img {
    width: 290px;
  }
  .page-title .img::before {
    padding-top: 167px;
  }
  .page-title .txt {
    height: auto;
    width: calc( 100% - 290px );
    padding: 20px;
  }
  .page-title .txt .category span {
    font-size: 18px;
    line-height: 26px;
  }
  .page-title .txt h2 {
    margin-top: 10px;
  }
  .title-small .page-title .txt h2 {
    font-size: 35px;
  }
  .page-title .txt .bg-img {
    width: 170px;
  }
  .journal .page-title .txt {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .journal .page-title .txt h2 {
    font-size: 35px;
    line-height: 35px;
    margin-top: 10px;
  }
  .prd .page-title .txt h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .topic-path {
    margin: 10px -20px 30px;
  }

  .local-nav-tab {
    margin: 0px -20px 10px;
  }
  .local-nav-tab li {
    font-size: 18px;
    line-height: 22px;
  }

  /* ニュース */
  .page-nation {
    margin-left: -20px;
    margin-right: -20px;
  }

  .news-list {
    margin: 0px -20px 10px;
    position: relative;
  }
  .news-list .date {
    height: auto;
    width: 90px;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
  }
  .news-list .title {
    margin-left: 89px;
  }
  .news-list .tag {
    margin-left: 89px;
    padding: 5px 10px 1px;
  }

  .news-detail {
    margin: 0px -20px;
  }

  .col-box.col-2 {
    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;
  }
  .col-box.col-2 .col {
    width: calc( 50% - 20px );
    margin: 0px 10px;
  }
  .col-box.col-2 .col-box {
    display: block;
  }
  .col-box.col-2 .col-box .col {
    width: 100%;
    margin: 0px;
  }
  .col-box.book-img .img p {
    margin: 0px auto 20px;
    width: 100%;
  }
  .col-box.col-4-banner {
    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 auto;
    width: 412px;
  }
  .col-box.col-4-banner .col {
    width: 200px;
    margin: 0px 3px;
    display: flex;
    flex-direction: column;
  }
  .col-box.col-4-banner .img {
    width: auto;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-box.col-4-banner .txt {
    margin-top: auto;
  }

  .col-area-01 {
    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;
  }
  .col-area-01 .col-01,
  .col-area-01 .col-02 {
    width: calc( 50% - 20px );
    margin: 0px 10px;
  }

  .col-area-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin: 0px 0px 30px;
  }
  .col-area-02 .col-01 {
    width: 165px;
  }
  .col-area-02 .col-02 {
    width: calc( 100% - 175px );
  }

  /* 無機リン化学会 */
  .greeting-box {
    display: block;
    margin-bottom: 0px;
  }
  .greeting-box .img-area {
    width: 140px;
    position: absolute;
  }
  .greeting-box .txt-area {
    width: auto;
    margin: 0px -20px 24px 164px;
    padding-left: 10px;
  }
  .greeting-box .txt-area .name-jp {
    font-size: 28px;
    line-height: 36px;
  }
  .greeting-box .txt-area .name-en {
    font-size: 14px;
    line-height: 21px;
  }

  .greeting-detail {
    overflow: hidden;
    margin-left: 180px;
  }

  .short-wrap-01 {
    padding: 0px 80px;
    max-width: none;
  }

  .short-wrap-02 {
    padding: 0px 57px;
    max-width: calc( 672px + 114px );
  }

  .officer-tab.riji th {
    display: table-cell;
    position: relative;
  }
  .officer-tab.riji td {
    padding: 0px;
  }

  /* 学会誌 */
  .journal-new-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .journal-new-title::before {
    left: -20px;
    right: -20px;
  }
  .journal-new-title .latest {
    width: 100px;
  }
  .journal-new-title .title {
    width: calc( 100% - 118px );
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  .journal-new-title h3 {
    font-size: 26px;
    line-height: 28px;
    margin-right: 10px;
  }
  .journal-new-title .number {
    font-size: 21px;
    line-height: 28px;
  }

  .journal-new-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .journal-new-box .img-area .img p {
    width: 165px;
  }
  .journal-new-box .txt-area {
    width: calc( 100% - 180px );
  }

  .btn-02 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .archive-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .archive-wrap .main-area {
    width: calc( 100% - 262px );
  }
  .archive-wrap .side-area {
    width: 242px;
  }

  .archive-open .open h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .archive-open .open .btn {
    width: 134px;
    font-size: 18px;
    padding-right: 30px;
    background-position: right 8px center;
  }

  .archive-box-wrap {
    max-width: 440px;
  }
  .archive-box-wrap::after {
    content: "";
    display: block;
    width: 140px;
    height: 0px;
  }

  .ranking-list li {
    padding: 10px 5px;
    font-size: 18px;
    line-height: 22px;
  }
  .ranking-list li::before {
    font-size: 20px;
    line-height: 22px;
    width: 30px;
    margin-right: 6px;
  }

  .guidelines {
    max-width: 436px;
    margin-top: 30px;
    padding: 14px 20px;
  }
  .guidelines h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .guidelines ul li {
    font-size: 18px;
    line-height: 20px;
    width: calc( 50% - 10px );
  }

  /* モーダル */
  .modal {
    --bs-modal-width: calc( 100% - 20px ) !important;
  }

  .modal-lg {
    max-width: 768px !important;
  }

  .modal-wrapper {
    padding: 20px 30px;
  }
  .modal-wrapper .btn-02 {
    width: 100%;
  }

  .journal-nav-box ul li {
    font-size: 16px;
    width: 100px;
  }
  .journal-nav-box ul li a,
  .journal-nav-box ul li span {
    background-position: left 8px center;
    background-size: 40px auto;
    padding-left: 18px;
  }
  .journal-nav-box ul li.back {
    width: calc( 100% - 202px );
  }
  .journal-nav-box ul li.back a,
  .journal-nav-box ul li.back span {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding-left: 30px;
  }
  .journal-nav-box ul li.next a,
  .journal-nav-box ul li.next span {
    background-position: right 8px center;
    padding-right: 18px;
  }

  /* ログイン */
  .login-box {
    padding: 25px 90px;
    max-width: 500px;
  }
  .login-box .input {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 10px;
  }
  .login-box input[type=radio],
  .login-box input[type=checkbox] {
    padding: 8px;
    top: 3px;
  }

  .login-txt {
    font-size: 16px;
    line-height: 28px;
  }

  .check-save {
    font-size: 16px;
    line-height: 24px;
  }

  .submit-btn-login {
    font-size: 22px;
    line-height: 26px;
    max-width: none;
    height: 48px;
  }

  /* 受賞者一覧 */
  .winners-txt {
    margin: -20px 0px 5px;
  }

  .winners-open .open {
    padding-left: 20px;
  }
  .winners-open .open h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .winners-open .open h4 br {
    display: none;
  }
  .winners-open .open .btn {
    width: 134px;
    font-size: 18px;
    padding-right: 30px;
    background-position: right 8px center;
  }

  .winners-tab {
    overflow: hidden;
  }
  .winners-tab th,
  .winners-tab td {
    display: table-cell;
    margin-left: 0px;
    padding-right: 2em;
  }
  .winners-tab .awards {
    float: none;
    width: auto;
    white-space: nowrap;
  }
  .winners-tab .name {
    white-space: nowrap;
    padding-bottom: 5px;
  }
  .winners-tab .detail {
    padding-right: 0px;
    padding-bottom: 5px;
  }

  .winners-num {
    float: left;
    width: 6em;
  }

  /* フォーム */
  .form-notice {
    font-size: 14px;
    line-height: 20px;
    margin: 0px auto 10px;
  }

  .form-nav-tab {
    margin: 0px 10px;
  }
  .form-nav-tab li {
    font-size: 14px;
    line-height: 20px;
  }
  .form-nav-tab li a {
    height: 42px;
  }
  .form-nav-tab.col2 li {
    width: calc( 50% - 3px );
  }

  .form-wrap {
    margin: 0px -4px 40px;
    padding: 18px;
  }

  .form-tab {
    border-style: solid;
    border-color: #09ba5f;
    border-width: 1px 1px 0px 0px;
    border-radius: 0px;
  }
  .form-tab th,
  .form-tab td {
    display: table-cell;
    vertical-align: top;
  }
  .form-tab th.va-middle,
  .form-tab td.va-middle {
    vertical-align: middle;
  }
  .form-tab th {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px;
    width: 210px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 0px 1px;
    border-radius: 0px;
  }
  .form-tab td {
    border-width: 0px 0px 1px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 10px 13px;
  }
  .form-tab .th-small {
    font-size: 13px;
    line-height: 16px;
  }
  .form-tab .th-small-2 {
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  .form-tab.form-event th {
    width: 177px;
  }

  .radio-list.inline-list-pc li {
    display: inline-block;
    margin-right: 2em;
  }

  .form-flex.form-flex-01 dt {
    width: 90px;
  }
  .form-flex.form-flex-01 dd {
    width: calc( 50% - 100px );
  }
  .form-flex.form-flex-01 dd:first-of-type {
    margin-right: 6px;
  }
  .form-flex.last-pc {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .flex-tel-fax {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .flex-tel-fax .form-flex {
    width: 50%;
  }

  .input {
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
  }

  input[type=radio],
  input[type=checkbox] {
    padding: 6px;
    top: 4px;
  }

  .text03 {
    width: 28%;
  }

  .text04 {
    width: 95%;
  }

  .form-notice-txt {
    font-size: 12px;
  }

  .agreement {
    text-align: center;
  }

  .now-event {
    margin: 0px 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .now-event h4 {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
  .now-event .txt {
    padding: 10px;
  }
  .now-event .txt p {
    font-size: 16px;
    line-height: 20px;
  }

  .event-m {
    font-size: 24px;
    line-height: 30px;
  }

  .tabs,
  .tabs-2 {
    margin: 0px 15px;
  }
  .tabs button,
  .tabs-2 button {
    font-size: 14px;
    line-height: 20px;
    height: 42px;
    flex-direction: row;
  }
  .tabs.col2 button,
  .tabs-2.col2 button {
    width: calc( 50% - 3px );
  }
  .tabs.col4 button,
  .tabs-2.col4 button {
    width: calc( 25% - 3px );
  }

  .tabs-2 {
    margin: 0px;
  }

  .presenter-tab {
    width: 100%;
    margin: 0px;
    border-style: solid;
    border-color: #09ba5f;
    border-width: 1px 0px 0px 1px;
    border-radius: 0px;
  }
  .presenter-tab th,
  .presenter-tab td {
    padding: 0px;
    border: none;
    font-size: 12px;
    line-height: 14px;
    border-style: solid;
    border-color: #09ba5f;
    border-width: 0px 1px 1px 0px;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .presenter-tab th .input.text07,
  .presenter-tab td .input.text07 {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
  }
  .presenter-tab th .check-01,
  .presenter-tab th .check-02,
  .presenter-tab td .check-01,
  .presenter-tab td .check-02 {
    padding: 6px 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .presenter-tab th .check-01,
  .presenter-tab td .check-01 {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    width: 40%;
  }
  .presenter-tab .tab-wid-02 {
    width: 70%;
  }
  .presenter-tab .name-affiliation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .presenter-tab .name-affiliation span {
    padding: 4px;
  }
  .presenter-tab .name-affiliation .name {
    width: 40%;
    border-style: solid;
    border-color: #09ba5f;
    border-width: 0px 1px 0px 0px;
    border-radius: 0px;
  }
  .presenter-tab .name-affiliation .none {
    display: none;
  }
  .presenter-tab .name-affiliation .affiliation {
    width: 60%;
  }

  .presenter-box-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .presenter-box-01 .text07 {
    width: 40%;
  }
  .presenter-box-01 .text08 {
    width: 60%;
  }

  .radio-01 {
    top: 0 !important;
  }

  /* サイトマップ */
  .sitemap-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin: 0px auto;
    max-width: 900px;
  }

  .sitemap {
    width: calc( 50% - 20px );
  }
  .sitemap h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .sitemap ul {
    margin-bottom: 40px;
  }
  .sitemap ul li {
    font-size: 16px;
    line-height: 24px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m04 {
    font-size: 18px;
    line-height: 26px;
  }

  .page-m01 {
    margin: 30px -20px 20px;
    padding: 0px 20px 0px;
  }

  .page-m06 {
    font-size: 26px;
    line-height: 36px;
    margin: 20px -20px 8px;
  }

  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;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 60px;
  }
  #contents .inner {
    padding: 0px 102px;
    max-width: 1224px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-slide {
    margin-bottom: 50px;
  }

  .slick-dots {
    bottom: -46px !important;
  }
  .slick-dots li {
    width: 28px !important;
    height: 28px !important;
  }
  .slick-dots li button::before {
    font-size: 18px !important;
  }

  #home .news-list {
    margin: 0px -20px 10px;
  }

  .home-m {
    font-size: 40px;
    line-height: 60px;
  }
  .home-m span {
    padding-right: 110px;
    height: 60px;
    background-size: auto 60px;
  }
  .home-m.home-news {
    margin-left: -20px;
  }

  .home-news-btn {
    margin: 20px -20px 0px;
  }

  .home-col-01.phosphorus .title {
    height: 82px;
  }
  .home-col-01.phosphorus .txt ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .home-col-01.archive .img-area .img-02, .home-col-01.research .img-area .img-02 {
    width: 68px;
    left: 10px;
    bottom: -70px;
  }
  .home-col-01.archive .txt-area, .home-col-01.research .txt-area {
    padding: 5px 5px 2px 84px;
  }
  .home-col-01.archive .txt-area p, .home-col-01.research .txt-area p {
    font-size: 14px;
    line-height: 18px;
  }

  .phosphorus-list li {
    font-size: 12px;
    line-height: 18px;
  }

  .btn-login {
    width: 160px;
  }
  .btn-login a {
    background-position: left 40px center;
  }

  .btn-site {
    font-size: 13px;
  }

  .home-col-02 h3 {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .page-title .img {
    width: 373px;
  }
  .page-title .img::before {
    padding-top: 214px;
  }
  .page-title .txt {
    width: calc( 100% - 373px );
    padding: 30px;
  }
  .page-title .txt .category {
    font-size: 26px;
    line-height: 26px;
  }
  .page-title .txt .category span {
    font-size: 22px;
    line-height: 30px;
  }
  .page-title .txt h2 {
    font-size: 44px;
    line-height: 52px;
    margin-top: 15px;
  }
  .title-small .page-title .txt h2 {
    font-size: 44px;
  }
  .page-title .txt .bg-img {
    width: 220px;
  }
  .journal .page-title .txt {
    padding-top: 30px;
  }
  .journal .page-title .txt h2 {
    font-size: 44px;
    line-height: 48px;
    margin-top: 16px;
  }
  .prd .page-title .txt h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .topic-path {
    margin: 10px -30px 36px;
  }
  .topic-path ul li {
    font-size: 12px;
    line-height: 14px;
  }

  .local-nav-tab {
    margin: 0px -30px 10px;
  }
  .local-nav-tab li {
    font-size: 20px;
    line-height: 24px;
  }

  /* ニュース */
  .page-nation {
    margin-left: -30px;
    margin-right: -30px;
  }

  .news-list {
    margin: 0px -30px 10px;
  }
  .news-list .title {
    font-size: 18px;
    line-height: 22px;
    padding-left: 20px;
  }
  .news-list .tag {
    padding-left: 20px;
  }
  .news-list .tag li {
    padding: 0px 14px;
    font-size: 14px;
    line-height: 16px;
    height: 28px;
    border-radius: 14px;
  }

  .btn-01 {
    font-size: 28px;
    line-height: 34px;
    margin: 60px auto 60px;
    width: 660px;
  }
  .btn-01 a {
    height: 60px;
    border-radius: 30px;
  }

  .col-area-02 .col-01 {
    width: 190px;
  }
  .col-area-02 .col-02 {
    width: calc( 100% - 210px );
  }

  .col-box.col-4-banner {
    margin: 0px -4px;
    width: auto;
  }
  .col-box.col-4-banner .col {
    width: calc( 25% - 8px );
    margin: 0px 4px;
  }

  /* 無機リン化学会 */
  .greeting-box .img-area {
    width: 166px;
  }
  .greeting-box .txt-area {
    width: auto;
    margin: 0px -20px 24px 192px;
    padding-left: 20px;
  }
  .greeting-box .txt-area .name-jp {
    font-size: 32px;
    line-height: 38px;
  }
  .greeting-box .txt-area .name-en {
    font-size: 16px;
    line-height: 22px;
  }

  .greeting-detail {
    margin-left: 210px;
  }

  .history-tab th,
  .history-tab td {
    padding-bottom: 12px;
  }
  .history-tab th {
    padding-right: 2em;
  }

  .short-wrap-01 {
    padding: 0px 36px;
    max-width: calc( 952px + 72px );
  }

  .large-txt-01 {
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 44px;
    margin-top: 44px;
  }

  .short-wrap-02 {
    padding: 0px 74px;
    max-width: calc( 840px + 148px );
  }

  .small-txt-01 {
    font-size: 14px;
    line-height: 24px;
  }

  /* 学会誌 */
  .journal-new-title {
    margin-bottom: 30px;
  }
  .journal-new-title::before {
    left: -30px;
    right: -30px;
  }
  .journal-new-title .latest {
    width: 110px;
    height: 36px;
    font-size: 18px;
    line-height: 24px;
  }
  .journal-new-title .title {
    width: calc( 100% - 128px );
  }
  .journal-new-title h3 {
    font-size: 32px;
    line-height: 38px;
    margin-right: 10px;
  }
  .journal-new-title .number {
    font-size: 26px;
    line-height: 38px;
  }

  .journal-new-box .img-area .img p {
    width: 190px;
  }
  .journal-new-box .txt-area {
    width: calc( 100% - 210px );
  }

  .archive-box-wrap {
    max-width: 498px;
  }
  .archive-box-wrap::after {
    width: 150px;
  }

  .archive-box {
    width: 150px;
  }
  .archive-box .img {
    width: 150px;
    margin: 0px auto 5px;
  }

  .guidelines h4 {
    font-size: 22px;
  }

  /* モーダル */
  .modal-lg {
    max-width: 980px !important;
  }

  .modal-wrapper {
    padding: 40px 80px;
  }

  .journal-nav-box ul li {
    font-size: 16px;
    width: 100px;
  }
  .journal-nav-box ul li a,
  .journal-nav-box ul li span {
    background-position: left 8px center;
    background-size: 40px auto;
    padding-left: 18px;
  }
  .journal-nav-box ul li.back {
    width: calc( 100% - 202px );
  }
  .journal-nav-box ul li.back a,
  .journal-nav-box ul li.back span {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    padding-left: 30px;
  }
  .journal-nav-box ul li.next a,
  .journal-nav-box ul li.next span {
    background-position: right 8px center;
    padding-right: 18px;
  }

  /* ログイン */
  .login-box {
    padding: 30px 120px;
    max-width: 600px;
  }
  .login-box .input {
    padding: 8px 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .login-txt {
    font-size: 18px;
    line-height: 30px;
  }

  .check-save {
    font-size: 18px;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .submit-btn-login {
    font-size: 26px;
    line-height: 30px;
    height: 54px;
  }

  /* 受賞者一覧 */
  .winners-txt {
    font-size: 12px;
    line-height: 18px;
  }

  .winners-open {
    margin-bottom: 30px;
  }

  .winners-tab th,
  .winners-tab td {
    line-height: 20px;
  }
  .winners-tab .name,
  .winners-tab .detail {
    padding-bottom: 4px;
  }

  .winners-year,
  .winners-num {
    font-size: 16px;
    line-height: 24px;
  }

  /* フォーム */
  .form-nav-tab {
    margin: 0px 28px;
  }
  .form-nav-tab li {
    font-size: 16px;
    line-height: 20px;
  }
  .form-nav-tab li a {
    height: 46px;
  }
  .form-nav-tab.col2 li {
    width: calc( 50% - 4px );
  }

  .form-wrap {
    margin: 0px 8px 40px;
    padding: 18px;
  }

  .form-tab th,
  .form-tab td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 13px;
  }
  .form-tab th {
    width: 240px;
  }
  .form-tab .th-small {
    font-size: 14px;
    line-height: 18px;
  }
  .form-tab .th-small-2 {
    font-size: 14px;
    line-height: 18px;
  }
  .form-tab.form-event th {
    width: 210px;
  }

  .radio-list li {
    font-size: 16px;
    line-height: 20px;
  }

  .form-flex dt {
    font-size: 14px;
    line-height: 18px;
    width: 60px;
  }
  .form-flex dd {
    width: calc( 100% - 60px );
  }
  .form-flex.form-flex-01 dt {
    width: 100px;
  }
  .form-flex.form-flex-01 dd {
    width: calc( 50% - 110px );
  }
  .form-flex.form-flex-04 dt {
    width: 98px;
  }
  .form-flex.form-flex-04 dd {
    width: calc( 100% - 98px );
  }

  .input {
    padding: 4px 10px;
    font-size: 16px;
    line-height: 20px;
  }

  input[type=radio],
  input[type=checkbox] {
    padding: 7px;
    top: 2px;
  }

  .text01 {
    width: 70px;
  }

  .form-notice-txt {
    font-size: 14px;
  }

  .thanks {
    font-size: 30px;
    line-height: 40px;
  }

  .thanks-txt {
    font-size: 18px;
    line-height: 26px;
  }

  .now-event {
    margin: 0px 28px 20px;
  }

  .event-m {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .tabs,
  .tabs-2 {
    margin: 0px 28px;
  }
  .tabs button,
  .tabs-2 button {
    font-size: 16px;
    line-height: 20px;
    height: 46px;
  }
  .tabs.col2 button,
  .tabs-2.col2 button {
    width: calc( 50% - 4px );
  }
  .tabs.col4 button,
  .tabs-2.col4 button {
    width: calc( 25% - 4px );
  }

  .tabs-2 {
    margin: 0px;
  }

  .event-form-txt-01 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .presenter-tab th,
  .presenter-tab td {
    padding: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  /* サイトマップ */
  .sitemap {
    width: calc( 50% - 20px );
  }
  .sitemap h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    padding: 8px 20px;
  }
  .sitemap ul li {
    font-size: 20px;
    line-height: 30px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01,
  .m02,
  .m03 {
    font-size: 16px;
    line-height: 24px;
  }

  .m03 {
    margin-bottom: 24px;
  }

  .m04 {
    font-size: 20px;
    line-height: 30px;
  }

  .m05 {
    margin-bottom: 20px;
  }

  .m06 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .m07 {
    font-size: 16px;
    line-height: 24px;
  }

  .page-m01 {
    font-size: 26px;
    line-height: 30px;
    margin: 40px -30px 40px;
    padding: 0px 30px 5px;
    border-bottom-width: 3px;
  }

  .page-m02 {
    font-size: 22px;
    line-height: 26px;
    padding: 6px 0px 6px 12px;
  }

  .page-m03 {
    font-size: 16px;
    line-height: 24px;
  }

  .page-m04 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .page-m05 {
    font-size: 16px;
    line-height: 24px;
  }

  .page-m06 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 8px;
    margin: 40px -30px 10px;
  }

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

  .pc {
    display: inline-block;
  }

  .pc1024 {
    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;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 72px;
  }
  #contents .inner {
    padding: 0px 130px;
    max-width: 1540px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-slide {
    margin-bottom: 50px;
  }

  .slick-dots {
    bottom: -54px !important;
  }
  .slick-dots li {
    width: 32px !important;
    height: 32px !important;
  }
  .slick-dots li button::before {
    font-size: 22px !important;
  }

  #home .news-list {
    margin: 0px 0px 10px;
  }
  #home .news-list .date {
    width: 90px;
    font-size: 12px;
  }
  #home .news-list .title {
    margin-left: 89px;
  }
  #home .news-list .tag {
    margin-left: 89px;
  }

  .home-m {
    font-size: 48px;
    line-height: 75px;
    margin-bottom: 10px;
  }
  .home-m span {
    padding-right: 140px;
    height: 75px;
    background-size: auto 75px;
  }
  .home-m.home-news {
    margin-left: 0px;
  }

  #home-news {
    margin-bottom: 70px;
  }

  .home-news-btn {
    margin: 20px 0px 0px;
  }
  .home-news-btn li {
    margin: 0px 5px;
    width: 155px;
  }

  #home-journal {
    margin: 0px 0px 80px;
  }

  .home-col-01-wrap {
    margin: 0px -15px;
  }

  .home-col-01 {
    width: calc( ( ( 1 / 3 ) * 100% ) - 30px );
    margin: 0px 15px;
  }
  .home-col-01 h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .home-col-01.phosphorus .title {
    height: 82px;
  }
  .home-col-01.phosphorus .title h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .home-col-01.phosphorus .txt ul li {
    font-size: 14px;
    line-height: 21px;
  }
  .home-col-01.archive .img-area .img-01::before, .home-col-01.research .img-area .img-01::before {
    padding-top: calc( ( 170 / 320 ) * 100% );
  }
  .home-col-01.archive .img-area .img-02, .home-col-01.research .img-area .img-02 {
    width: 67px;
    left: 10px;
    bottom: -50px;
  }
  .home-col-01.archive .txt-area, .home-col-01.research .txt-area {
    padding: 10px 10px 2px 90px;
  }
  .home-col-01.archive .txt-area p, .home-col-01.research .txt-area p {
    font-size: 14px;
    line-height: 18px;
  }
  .home-col-01.research .img-area .img-01::before {
    padding-top: calc( ( 150 / 320 ) * 100% );
  }
  .home-col-01.research .img-area .img-02 {
    bottom: -70px;
  }

  .phosphorus-list li {
    font-size: 14px;
    line-height: 21px;
  }

  .btn-login {
    width: 160px;
  }

  .btn-site {
    font-size: 13px;
  }
  .btn-site a {
    background-position: right 10px center;
  }

  #home-banner {
    padding-top: 40px;
  }

  .home-col-02-wrap {
    margin: 0px -15px;
  }

  .home-col-02 {
    width: calc( ( ( 1 / 3 ) * 100% ) - 30px );
    margin: 0px 15px;
  }
  .home-col-02 h3 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 8px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .page-title .img {
    width: 467px;
  }
  .page-title .img::before {
    padding-top: 267px;
  }
  .page-title .txt {
    width: calc( 100% - 467px );
    padding: 30px;
  }
  .page-title .txt .category {
    font-size: 32px;
    line-height: 32px;
  }
  .page-title .txt .category span {
    font-size: 28px;
    line-height: 38px;
  }
  .page-title .txt h2 {
    font-size: 56px;
    line-height: 64px;
    margin-top: 20px;
  }
  .title-small .page-title .txt h2 {
    font-size: 56px;
  }
  .page-title .txt .bg-img {
    width: 270px;
  }
  .journal .page-title .txt {
    padding-top: 30px;
  }
  .journal .page-title .txt h2 {
    font-size: 56px;
    line-height: 60px;
    margin-top: 20px;
  }
  .prd .page-title .txt h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .topic-path {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 50px;
  }
  .topic-path ul li {
    font-size: 14px;
    line-height: 18px;
  }

  .local-nav-tab {
    margin-left: -40px;
    margin-right: -40px;
    border-width: 0px 0px 4px 0px;
  }
  .local-nav-tab li {
    font-size: 24px;
    line-height: 30px;
  }
  .local-nav-tab li a {
    height: 54px;
    border-width: 0px 0px 4px 0px;
    border-radius: 10px 10px 0px 0px;
  }
  .local-nav-tab.col2 li {
    width: calc( 50% - 10px );
  }
  .local-nav-tab.news, .local-nav-tab.event {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* ニュース */
  .page-nation {
    margin-left: 0px;
    margin-right: 0px;
  }

  .news-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .news-list .date {
    font-size: 14px;
    line-height: 18px;
    width: 110px;
  }
  .news-list .title {
    font-size: 22px;
    line-height: 26px;
    margin-left: 109px;
    padding: 7px 10px 7px 20px;
  }
  .news-list .tag {
    margin-left: 109px;
  }
  .news-list.detail-title {
    margin-top: 40px;
  }

  .news-detail {
    margin: 0px;
  }
  .news-detail p, .news-detail li, .news-detail dt, .news-detail dd, .news-detail th, .news-detail td, .news-detail h5, .news-detail h6 {
    font-size: 22px;
    line-height: 33px;
  }
  .news-detail p, .news-detail ul, .news-detail ol, .news-detail dl, .news-detail table {
    margin-bottom: 33px;
  }

  .col-box.col-4-banner {
    margin: 0px -5px;
    width: auto;
  }
  .col-box.col-4-banner .col {
    width: calc( 25% - 10px );
    margin: 0px 5px;
  }
  .col-box.col-4-banner .caption {
    font-size: 20px;
    line-height: 28px;
    margin-top: -18px;
  }

  .col-area-02 .col-01 {
    width: 240px;
  }
  .col-area-02 .col-02 {
    width: calc( 100% - 260px );
  }

  /* 無機リン化学会 */
  .greeting-box .img-area {
    width: 208px;
  }
  .greeting-box .txt-area {
    width: auto;
    margin: 0px -40px 33px 238px;
    padding-left: 20px;
  }
  .greeting-box .txt-area .name-jp {
    font-size: 40px;
    line-height: 50px;
  }
  .greeting-box .txt-area .name-en {
    font-size: 18px;
    line-height: 26px;
  }

  .greeting-detail {
    margin-left: 260px;
  }

  .history-tab th,
  .history-tab td {
    padding-bottom: 15px;
  }

  .short-wrap-01 {
    padding: 0px 36px;
    max-width: calc( 1156px + 72px );
  }

  .large-txt-01 {
    font-size: 28px;
    line-height: 56px;
    margin-bottom: 56px;
    margin-top: 56px;
  }

  .short-wrap-02 {
    padding: 0px 90px;
    max-width: calc( 1080px + 180px );
  }

  .small-txt-01 {
    font-size: 16px;
    line-height: 30px;
  }

  /* 学会誌 */
  .journal-new-title {
    padding-bottom: 10px;
    margin-bottom: 36px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .journal-new-title::before {
    left: -20px;
    right: -20px;
    height: 4px;
  }
  .journal-new-title .latest {
    width: 130px;
    height: 40px;
    font-size: 20px;
    line-height: 30px;
  }
  .journal-new-title .title {
    width: calc( 100% - 150px );
  }
  .journal-new-title h3 {
    font-size: 40px;
    line-height: 50px;
    margin-right: 10px;
  }
  .journal-new-title .number {
    font-size: 32px;
    line-height: 50px;
  }

  .journal-new-box .img-area .img p {
    width: 240px;
  }
  .journal-new-box .txt-area {
    width: calc( 100% - 260px );
  }

  .btn-02 {
    margin-top: 50px;
    font-size: 24px;
    line-height: 30px;
    width: 340px;
  }
  .btn-02 a {
    height: 50px;
    border-radius: 10px;
  }

  .archive-wrap {
    margin-top: 80px;
  }
  .archive-wrap .main-area {
    width: calc( 100% - 304px );
  }
  .archive-wrap .side-area {
    width: 280px;
  }

  .archive-open .open h4 {
    font-size: 24px;
    line-height: 26px;
  }

  .archive-box-wrap {
    max-width: 696px;
    justify-content: flex-start;
  }
  .archive-box-wrap::after {
    display: none;
  }

  .archive-box {
    margin: 0px 12px 30px;
  }

  .ranking-list li {
    font-size: 20px;
    line-height: 22px;
  }
  .ranking-list li::before {
    font-size: 20px;
    line-height: 22px;
  }

  .guidelines {
    max-width: 628px;
    padding: 20px 22px;
  }
  .guidelines h4 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .guidelines ul li {
    font-size: 30px;
    line-height: 30px;
    height: 60px;
  }

  /* モーダル */
  .modal-lg {
    max-width: 1220px !important;
  }

  .modal-wrapper {
    padding: 60px 96px;
  }

  /* ログイン */
  .login-box {
    padding: 30px 125px;
    max-width: 610px;
  }
  .login-box .input {
    padding: 8px 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .login-txt {
    font-size: 20px;
    line-height: 30px;
  }

  .check-save {
    font-size: 20px;
    line-height: 24px;
  }

  /* 受賞者一覧 */
  .winners-txt {
    margin: -20px 0px 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .winners-open {
    margin-bottom: 40px;
  }
  .winners-open .open h4 {
    font-size: 24px;
    line-height: 26px;
  }

  .winners-tab th,
  .winners-tab td {
    line-height: 24px;
  }
  .winners-tab .awards.long {
    padding-top: 30px;
  }
  .winners-tab .name,
  .winners-tab .detail {
    padding-bottom: 6px;
  }

  .winners-year,
  .winners-num {
    font-size: 20px;
    line-height: 30px;
  }

  /* フォーム */
  .form-notice {
    font-size: 16px;
    line-height: 22px;
    max-width: 994px;
  }

  .form-nav-tab {
    margin: 0px auto;
    width: 954px;
  }
  .form-nav-tab li {
    font-size: 20px;
    line-height: 24px;
  }
  .form-nav-tab li a {
    height: 58px;
  }
  .form-nav-tab.col2 li {
    width: calc( 50% - 5px );
  }

  .form-wrap {
    margin: 0px auto 60px;
    max-width: 994px;
  }

  .form-tab th,
  .form-tab td {
    font-size: 20px;
    line-height: 24px;
    padding: 14px 20px;
  }
  .form-tab th {
    width: 300px;
  }
  .form-tab .th-small {
    font-size: 14px;
    line-height: 20px;
  }
  .form-tab.form-event th {
    width: 260px;
  }

  .radio-list li {
    font-size: 20px;
    line-height: 24px;
  }

  .form-flex dt {
    font-size: 16px;
    line-height: 18px;
    width: 80px;
  }
  .form-flex dd {
    width: calc( 100% - 80px );
  }
  .form-flex.form-flex-01 dt {
    width: 120px;
  }
  .form-flex.form-flex-01 dd {
    width: calc( 50% - 130px );
  }
  .form-flex.form-flex-04 dt {
    width: 120px;
  }
  .form-flex.form-flex-04 dd {
    width: calc( 100% - 120px );
  }

  .input {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 24px;
  }

  input[type=radio] {
    padding: 8px;
    top: 3px;
  }

  input[type=checkbox] {
    padding: 8px;
    top: 6px;
  }

  .text01 {
    width: 80px;
  }

  .form-notice-txt {
    font-size: 16px;
    line-height: 24px;
  }

  .now-event {
    width: 954px;
    margin: 0px auto 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .now-event h4 {
    font-size: 20px;
    line-height: 30px;
    padding: 14px;
  }
  .now-event .txt {
    padding: 14px;
  }
  .now-event .txt p {
    font-size: 20px;
    line-height: 30px;
  }

  .event-m {
    font-size: 32px;
    line-height: 44px;
  }

  .tabs,
  .tabs-2 {
    margin: 0px auto;
    width: 954px;
  }
  .tabs button,
  .tabs-2 button {
    font-size: 20px;
    line-height: 24px;
    height: 58px;
  }
  .tabs.col2 button,
  .tabs-2.col2 button {
    width: calc( 50% - 5px );
  }
  .tabs.col4 button,
  .tabs-2.col4 button {
    width: calc( 25% - 8px );
  }

  .tabs-2 {
    margin: 0px;
  }

  .event-form-txt-01 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .presenter-tab th,
  .presenter-tab td {
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01,
  .m02,
  .m03 {
    font-size: 20px;
    line-height: 30px;
  }

  .m03 {
    margin-bottom: 30px;
  }

  .m04 {
    font-size: 25px;
    line-height: 40px;
  }

  .m05 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .m06 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .m07 {
    font-size: 20px;
    line-height: 30px;
  }

  .page-m01 {
    font-size: 33px;
    line-height: 40px;
    margin: 50px -40px 60px;
    padding: 0px 40px 5px;
    border-bottom-width: 3px;
  }

  .page-m02 {
    font-size: 26px;
    line-height: 30px;
    margin: 60px 0px 20px;
    padding: 6px 12px;
    border-left-width: 10px;
  }

  .page-m03 {
    font-size: 20px;
    line-height: 30px;
  }

  .page-m04 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
  }

  .page-m05 {
    font-size: 20px;
    line-height: 30px;
  }

  .page-m06 {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 8px;
    margin: 50px -40px 10px;
    border-bottom-width: 3px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab,
  .pc1024 {
    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;
  }
}
/*
--------------------------------------------------------------------------------- 1560 */
@media print, screen and (min-width: 1560px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 80px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #home .news-list {
    margin: 0px 0px 10px;
  }
  #home .news-list .date {
    width: 110px;
    font-size: 14px;
    padding-top: 50px;
  }
  #home .news-list .date::before {
    padding: 0px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    height: 50px;
  }
  #home .news-list .title {
    margin-left: 109px;
  }
  #home .news-list .tag {
    margin-left: 109px;
  }

  .home-m {
    font-size: 60px;
    line-height: 90px;
    margin-bottom: 30px;
  }
  .home-m span {
    padding-right: 170px;
    height: 90px;
    background-size: auto 90px;
  }
  .home-m.home-news {
    margin-left: 0px;
  }

  #home-news {
    margin-bottom: 90px;
  }

  .home-news-btn {
    margin: 20px 0px 0px;
  }
  .home-news-btn li {
    margin: 0px 5px;
    width: 195px;
    font-size: 16px;
  }

  .home-col-01-wrap {
    margin: 0px -20px;
  }

  .home-col-01 {
    width: calc( ( ( 1 / 3 ) * 100% ) - 40px );
    margin: 0px 20px;
  }
  .home-col-01 h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .home-col-01.phosphorus .title {
    height: 103px;
  }
  .home-col-01.phosphorus .title h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .home-col-01.phosphorus .txt {
    padding: 10px 16px;
  }
  .home-col-01.archive .img-area .img-01::before, .home-col-01.research .img-area .img-01::before {
    padding-top: calc( ( 165 / 400 ) * 100% );
  }
  .home-col-01.archive .img-area .img-02, .home-col-01.research .img-area .img-02 {
    width: 83px;
    left: 18px;
    bottom: -60px;
  }
  .home-col-01.archive .txt-area, .home-col-01.research .txt-area {
    padding: 10px 10px 2px 115px;
  }
  .home-col-01.research .txt-area p {
    margin-bottom: 10px;
  }

  .btn-login {
    width: 200px;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
  }
  .btn-login a {
    border-radius: 20px;
    background-position: left 50px center;
    background-size: 24px auto;
  }

  .btn-site {
    font-size: 16px;
    height: 34px;
  }
  .btn-site a {
    border-radius: 6px 1px 1px 6px;
    background-position: right 16px center;
    background-size: 30px auto;
    padding-right: 30px;
  }
  .btn-site a::after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 18px solid #a1c8ff;
  }

  #home-banner {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .home-col-02-wrap {
    margin: 0px -20px;
  }

  .home-col-02 {
    width: calc( ( ( 1 / 3 ) * 100% ) - 40px );
    margin: 0px 20px;
  }
  .home-col-02 h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  .home-col-02 .img-area {
    margin-bottom: 16px;
  }
  .home-col-02 .txt-area p {
    font-size: 16px;
    line-height: 24px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  .page-title .img {
    width: 700px;
  }
  .page-title .img::before {
    padding-top: 400px;
  }
  .page-title .txt {
    width: calc( 100% - 700px );
    padding: 60px;
  }
  .page-title .txt .category {
    font-size: 40px;
    line-height: 40px;
  }
  .page-title .txt .category span {
    font-size: 36px;
    line-height: 42px;
  }
  .page-title .txt h2 {
    font-size: 70px;
    line-height: 80px;
    margin-top: 30px;
  }
  .title-small .page-title .txt h2 {
    font-size: 70px;
  }
  .page-title .txt .bg-img {
    width: 340px;
  }
  .journal .page-title .txt {
    padding-top: 60px;
  }
  .journal .page-title .txt h2 {
    font-size: 70px;
    line-height: 84px;
    margin-top: 30px;
  }
  .prd .page-title .txt h2 {
    font-size: 56px;
    line-height: 70px;
  }

  .topic-path {
    margin-left: -120px;
    margin-right: -120px;
    margin-bottom: 70px;
  }

  .local-nav-tab {
    margin-left: -120px;
    margin-right: -120px;
  }
  .local-nav-tab.news {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* ニュース */
  .news-list .title {
    font-size: 28px;
    line-height: 36px;
    padding: 7px 10px 7px 20px;
  }
  .news-list.detail-title {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .col-box.col-4-banner {
    margin: 0px -13px;
  }
  .col-box.col-4-banner .col {
    width: calc( 25% - 26px );
    margin: 0px 13px;
  }
  .col-box.col-4-banner .caption {
    font-size: 22px;
    line-height: 28px;
    margin-top: -20px;
  }

  .col-area-02 .col-01 {
    width: 380px;
  }
  .col-area-02 .col-02 {
    width: calc( 100% - 468px );
  }

  /* 無機リン化学会 */
  .greeting-box .img-area {
    width: 260px;
  }
  .greeting-box .txt-area {
    width: auto;
    margin: 0px -80px 40px 300px;
    padding-left: 40px;
    padding-bottom: 6px;
    border-bottom-width: 4px;
  }
  .greeting-box .txt-area .name-jp {
    font-size: 50px;
    line-height: 60px;
  }
  .greeting-box .txt-area .name-en {
    font-size: 22px;
    line-height: 30px;
  }

  .greeting-detail {
    margin-left: 326px;
  }

  .history-tab th,
  .history-tab td {
    padding-bottom: 18px;
  }

  .large-txt-01 {
    font-size: 34px;
    line-height: 68px;
    margin-bottom: 68px;
    margin-top: 68px;
  }

  .officer-tab th,
  .officer-tab td {
    font-size: 22px;
    line-height: 33px;
  }

  /* 学会誌 */
  .journal-new-title {
    padding-bottom: 10px;
    margin-bottom: 56px;
    margin-left: -100px;
    margin-right: -100px;
  }
  .journal-new-title .latest {
    width: 150px;
    height: 50px;
    font-size: 24px;
    line-height: 30px;
  }
  .journal-new-title .title {
    width: calc( 100% - 170px );
  }
  .journal-new-title h3 {
    font-size: 50px;
    line-height: 60px;
    margin-right: 10px;
  }
  .journal-new-title .number {
    font-size: 40px;
    line-height: 60px;
  }

  .journal-new-box .img-area .img p {
    width: 380px;
  }
  .journal-new-box .txt-area {
    width: calc( 100% - 466px );
  }

  .btn-02 {
    font-size: 30px;
    line-height: 40px;
    width: 400px;
  }
  .btn-02 a {
    height: 60px;
  }

  .archive-wrap {
    margin-top: 100px;
  }
  .archive-wrap .main-area {
    width: calc( 100% - 326px );
  }
  .archive-wrap .side-area {
    width: 302px;
  }

  .archive-box-wrap {
    max-width: 940px;
  }

  .archive-box {
    width: 195px;
    margin: 0px 20px 40px;
  }
  .archive-box .img {
    width: 195px;
    margin-bottom: 10px;
  }
  .archive-box .txt .number {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .ranking-title {
    margin-bottom: 40px;
  }

  .ranking-list li {
    font-size: 22px;
    line-height: 24px;
  }
  .ranking-list li::before {
    font-size: 22px;
    line-height: 24px;
  }

  /* モーダル */
  .modal-lg {
    width: calc( 100% - 40px ) !important;
    max-width: 1760px !important;
  }

  .modal-wrapper {
    padding: 60px 200px;
    max-width: 1660px;
    margin: 0px auto;
    min-width: 1210px;
  }

  /* ログイン */
  .login-box {
    padding: 30px 138px;
    max-width: 676px;
  }
  .login-box input[type=radio],
  .login-box input[type=checkbox] {
    padding: 12px;
  }

  .login-txt {
    font-size: 22px;
    line-height: 36px;
  }

  .check-save {
    font-size: 22px;
    line-height: 28px;
  }

  .submit-btn-login {
    font-size: 30px;
    line-height: 34px;
    height: 60px;
  }

  /* 受賞者一覧 */
  .winners-open {
    margin-bottom: 50px;
  }

  .winners-tab th,
  .winners-tab td {
    line-height: 30px;
  }
  .winners-tab .name,
  .winners-tab .detail {
    padding-bottom: 12px;
  }
  .winners-tab .awards.long {
    padding-bottom: 12px;
    padding-top: 34px;
  }

  .winners-year,
  .winners-num {
    font-size: 24px;
    line-height: 36px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01, .m02, .m03 {
    font-size: 24px;
    line-height: 36px;
  }
  .news-detail .m01, .short-wrap-02 .m01,
  .news-detail .m02, .short-wrap-02 .m02,
  .news-detail .m03, .short-wrap-02 .m03 {
    font-size: 22px;
    line-height: 33px;
  }

  .m03 {
    margin-bottom: 36px;
  }
  .news-detail .m03 {
    margin-bottom: 33px;
  }

  .m06 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 36px;
  }

  .m07 {
    font-size: 24px;
    line-height: 36px;
  }

  .page-m01 {
    font-size: 40px;
    line-height: 60px;
    margin: 70px -120px 60px;
    padding: 0px 40px 0px;
    border-bottom-width: 4px;
  }

  .page-m02 {
    font-size: 28px;
  }

  .page-m03 {
    font-size: 24px;
    line-height: 36px;
  }
  .news-detail .page-m03, .short-wrap-02 .page-m03 {
    font-size: 22px;
    line-height: 33px;
  }

  .page-m04 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 45px;
  }

  .page-m05 {
    font-size: 24px;
    line-height: 36px;
  }

  .page-m06 {
    font-size: 44px;
    line-height: 56px;
    margin: 70px -120px 10px;
    border-bottom-width: 4px;
  }

  /* マージン */
  .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;
  }
}
