@charset "UTF-8";

/* GLOBAL VARIABLES
-------------------------------------------------------------------- */

/* MIXIN
-------------------------------------------------------------------- */

/* FUNCTION
-------------------------------------------------------------------- */

/* THEME STYLE ------------------------------------------------------

 00. ADMIN SETTING  				管理画面投稿用の設定※消さないで※

 01. ELEMENTS, COMPORNENTS, COMMON SETTING

 02. HEADER

 03. KEY VISUAL

 04. MAINAREA

 05. NAVIGATIONS

 06. CLPG DEFAULT STYLE				wysiwygエディタデフォルトスタイル
 									.clpg-page-content スタイル以下に作成

 07. LOOP							記事一覧のスタイル

 08. FORM							お問い合わせフォーム

 09. SITEMAP						サイトマップ

 10. SEARCH						検索結果一覧

 11. FOOTER							フッター

-------------------------------------------------------------------- */

/* ※要素に直接スタイルを当てると管理画面にも反映されてしまう可能性があるので当てないでください。 */

/* 00. ADMIN SETTING
-------------------------------------------------------------------- */

.clpg-page-content {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  word-break: break-strict;
  -webkit-text-size-adjust: 100%;
  /* For iPhone , iPad */
}

/* 01. ELEMENTS, COMPORNENTS, COMMON SETTING
-------------------------------------------------------------------- */

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

strong a,
strong span {
  font-weight: bold;
}

em {
  font-style: italic;
}

.c-transition--text {
  color: #10439b;
}

.c-transition--text.is-hover:hover {
  text-decoration: underline;
}

.p-body {
  background: url(../img/bg.gif) no-repeat top center;
  background-attachment: fixed;
  border-top: #3ea2d6 solid 5px;
  letter-spacing: 0.025em;
}

/* 02. HEADER
-------------------------------------------------------------------- */

.p-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2% 1.6rem;
  box-sizing: content-box;
}

.p-utility {
  margin-left: 3.2rem;
  display: flex;
  align-content: center;
  justify-content: flex-end;
}

.p-linkList {
  margin: 0.6rem 0;
}

.p-linkList__item {
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-linkList__transition {
  padding-left: 1.2rem;
  color: #10439b;
  background: url(../img/icon/icnDotBlue.png) no-repeat left 0.3em;
  text-decoration: underline;
}

.p-linkList__transition.is-hover:hover {
  text-decoration: none;
}

.p-linkList--header .p-linkList__item:not(:first-child) {
  margin-left: 1.8rem;
}

.p-linkList--footer {
  flex: 0 1 70%;
}

.p-linkList--footer .p-linkList__item:not(:last-child) {
  margin-right: 1.8rem;
}

.p-linkList--sp {
  margin-top: 3.2rem;
  flex-direction: column;
  align-items: flex-start;
}

.p-linkList--sp .p-linkList__item:not(:last-child) {
  margin-right: 3.2rem;
}

.p-tools {
  margin: 0.6rem 0;
}

.p-fontSize {
  margin: 0 1.6rem;
}

.p-fontSize__label {
  font-size: 1.2rem;
  margin-right: 0.8rem;
}

.p-fontSize__item--normal,
.p-fontSize__item--large {
  cursor: pointer;
}

.p-fontSize__item--normal:not(:last-child),
.p-fontSize__item--large:not(:last-child) {
  margin-right: 0.5rem;
}

.p-lang {
  margin-right: 1.6rem;
}

.p-lang__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-lang__item {
  cursor: pointer;
}

.p-lang__item:not(:last-child) {
  margin-right: 0.5rem;
}

.p-search,
.p-search--sp {
  margin-right: 1.6rem;
}

.p-search .clpg-searchbox-input,
.p-search--sp .clpg-searchbox-input {
  padding: 0.25rem;
}

.p-search--sp {
  margin-right: 0;
  background: #fff;
}

.p-search--sp .p-search__form {
  padding: 1.6rem;
}

.clpg-searchbox-button {
  width: 24px;
  height: 24px;
  margin-left: 0.8rem;
  background: url(../img/icon/search.png) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.p-loginBtn:hover {
  opacity: 0.8;
}

.p-loginBtn--sp {
  display: none;
}

.p-spNavBtn__label--open,
.p-spNavBtn__label--close {
  font-size: 10px;
  letter-spacing: 0.050em;
  word-break: keep-all;
  color: #3ea2d6;
}

.p-spNavBtn {
  width: 40px;
  height: 40px;
}

.p-spNavBtn__inner {
  width: 32px;
  height: 100%;
}

.p-spNavBtn__inner span {
  width: 100%;
  height: 2px;
  background: #3ea2d6;
  transition: background-color .3s;
}

.is-spNavOpen .p-spNavBtn__inner span {
  background: transparent;
  transition: background-color .3s;
}

.p-spNavBtn__inner span::before {
  width: 100%;
  height: 2px;
  top: -8px;
  background: #3ea2d6;
  transition: .3s;
}

.is-spNavOpen .p-spNavBtn__inner span::before {
  top: 0;
  transform: rotateZ(-45deg);
  transition: .3s;
}

.p-spNavBtn__inner span::after {
  width: 100%;
  height: 2px;
  bottom: -8px;
  background: #3ea2d6;
  transition: .3s;
}

.is-spNavOpen .p-spNavBtn__inner span::after {
  bottom: 0;
  transform: rotateZ(45deg);
  transition: .3s;
}

.p-spNavBtn__label--open {
  display: block;
}

.is-spNavOpen .p-spNavBtn__label--open {
  display: none;
}

.p-spNavBtn__label--close {
  display: none;
}

.is-spNavOpen .p-spNavBtn__label--close {
  display: block;
}

/* 03. KEY VISUAL
-------------------------------------------------------------------- */

.p-kv {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.p-lower .p-kv {
  display: none;
}

.p-kv img {
  width: 100%;
  max-width: 640px;
  height: auto;
}

/* 04. MAINAREA
-------------------------------------------------------------------- */

.p-pageWrapper {
  width: 100%;
}

.p-pageInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.2rem 2% 6rem;
  box-sizing: content-box;
}

.p-mainColumnWrapper {
  width: 74%;
}

/* 05. NAVIGATIONS
-------------------------------------------------------------------- */

.p-columnWrapper {
  width: 23%;
  margin-right: 3%;
}

.p-glNav {
  font-size: 1.6rem;
}

.p-glNav__transition {
  padding: 1.4rem 1.8rem 1.4rem 2.4rem;
  background: url(../img/icon/icnArrowBlue.png) no-repeat 0.8rem 2rem;
  background-size: 8px 8px;
  color: #333333;
  line-height: 1.5;
}

.p-glNav__transition.is-hover:hover {
  background: #3ea2d6 url(../img/icon/icnArrowWhite.png) no-repeat 0.8rem 2rem;
  background-size: 8px 8px;
  color: #fff;
}

.p-glNav__transition.is-glNavCurrent {
  background: #3ea2d6 url(../img/icon/icnArrowWhite.png) no-repeat 0.8rem 2rem;
  background-size: 8px 8px;
  color: #fff;
}

.p-glNav__childItem:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.p-glNav__childItem:first-child {
  border-top: 1px solid #fff;
}

.p-glNav__childTransition {
  padding: 1.4rem 1.8rem 1.4rem calc(2.4rem + 1em);
  background: url(../img/icon/icnTreeBlue.png) no-repeat 1.8rem 1.8rem;
  background-size: 10px 10px;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.5;
}

.p-glNav__childTransition.is-hover:hover {
  background: #d1e9f5 url(../img/icon/icnTreeBlue.png) no-repeat 1.8rem 1.8rem;
  background-size: 10px 10px;
}

.p-glNav__childTransition.is-glNavCurrent {
  background: #92cbe8 url(../img/icon/icnTreeWhite.png) no-repeat 1.8rem 1.8rem;
  background-size: 10px 10px;
}

.p-glNav__grandchildItem:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.p-glNav__grandchildItem:first-child {
  border-top: 1px solid #fff;
}

.p-glNav__grandchildTransition {
  padding: 1.4rem 1.8rem 1.4rem calc(3.6rem + 1em);
  background: url(../img/icon/icnTreeBlue.png) no-repeat 3.2rem 1.8rem;
  background-size: 10px 10px;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.5;
}

.p-glNav__grandchildTransition.is-hover:hover {
  background: #d1e9f5 url(../img/icon/icnTreeBlue.png) no-repeat 3.2rem 1.8rem;
  background-size: 10px 10px;
}

.p-glNav__grandchildTransition.is-glNavCurrent {
  background: #92cbe8 url(../img/icon/icnTreeWhite.png) no-repeat 3.2rem 1.8rem;
  background-size: 10px 10px;
}

.p-bannerArea {
  margin-top: 2.4rem;
}

.p-bannerArea--sp {
  margin: 0 auto;
}

.p-banner__item {
  margin-bottom: 1rem;
}

.p-jeaAddress {
  padding: 5px;
  background: #f5f5f5;
  border: 1px solid #dedede;
  font-size: 1.1rem;
  line-height: 1.4;
  width: 200px;
}

.p-breadNav {
  margin-bottom: 2.1rem;
}

.p-breadNav__item {
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-breadNav__item:not(:first-child)::before {
  content: ">";
  margin-right: 0.5em;
}

.p-breadNav__item:not(:last-child) {
  margin-right: 0.5em;
}

/* 06. CLPG DEFAULT STYLE
-------------------------------------------------------------------- */

.clpg-page-content .p-maintitle {
  margin-bottom: 2.8rem;
  font-size: 2.8rem;
  line-height: 1.2;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 0.8rem 0;
}

.clpg-page-content h2 {
  margin-bottom: 2.12rem;
  padding-left: 1.8rem;
  font-size: 2.4rem;
  line-height: 1.2;
  border-left: 4px solid #3ea2d6;
}

.clpg-page-content h3 {
  padding-bottom: 0.56rem;
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
  line-height: 1.2;
  border-bottom: 1px solid #3ea2d6;
}

.clpg-page-content h4 {
  padding: 0.6rem 0.8rem 0.6rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: 1.2;
  border: 1px solid #3ea2d6;
}

.clpg-page-content h5 {
  padding-bottom: 0.62rem;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  border-bottom: 1px dotted #3ea2d6;
}

.clpg-page-content h6 {
  margin-bottom: 0.64rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #3ea2d6;
}

.clpg-page-content p {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  line-height: 2;
}

.clpg-page-content a {
  color: #0d419a;
}

.clpg-page-content a.is-hover:hover {
  text-decoration: underline;
}

.clpg-page-content table {
  width: 100%;
  margin-bottom: 3.2rem;
  line-height: 1.5;
}

.clpg-page-content th {
  padding: 10px;
  text-align: center;
  background: #3ea2d6;
  border: 1px solid #d9d9d9;
  color: #fff;
}

.clpg-page-content td {
  padding: 10px;
  text-align: left;
  border: 1px solid #d9d9d9;
}

.clpg-page-content ul {
  margin: 0 0 3.2rem 1em;
}

.clpg-page-content ul li {
  margin-bottom: 0.85rem;
  padding-left: 1.6rem;
  background: url(../img/icon/icnArrowGray.png) no-repeat left 0.5em;
  line-height: 1.5;
}

.clpg-page-content ol {
  margin: 0 0 3.2rem 1em;
}

.clpg-page-content ol li {
  margin: 0 0 0.85rem 1.6rem;
  list-style: decimal;
  line-height: 1.5;
}

.clpg-page-content .p-attachment {
  margin-bottom: 1.6rem;
  padding: 0.9rem 1.6rem 0.9rem;
  border: 1px solid #3ea2d6;
}

.clpg-page-content .p-attachment__text {
  margin: 0;
}

.clpg-page-content .p-attachment__download {
  padding-left: 2rem;
}

.clpg-page-content .p-attachment__download[data-icon="pdf"] {
  background: url(../img/icon/pdf.png) no-repeat left 0.5em;
}

.clpg-page-content .p-attachment__download[data-icon="xlsx"] {
  background: url(../img/icon/xls.png) no-repeat left 0.5em;
}

.clpg-page-content .p-attachment__download[data-icon="ppt"] {
  background: url(../img/icon/ppt.png) no-repeat left 0.5em;
}

.clpg-page-content .p-attachment__download[data-icon="zip"] {
  background: url(../img/icon/zip.png) no-repeat left 0.5em;
}

.clpg-page-content .p-attachment__download[data-icon="file"] {
  background: url(../img/icon/file.png) no-repeat left 0.5em;
}

.clpg-page-content .p-attachment__size {
  top: -34px;
  left: -47px;
  padding: 0.8rem 1.6rem;
  background: #3ea2d6;
  color: #fff;
  border-radius: 5px;
}

.clpg-page-content .p-attachment__size::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3ea2d6 transparent transparent transparent;
}

.clpg-page-content .p-pager {
  margin-top: 4rem;
  font-size: 1.6rem;
}

.clpg-page-content .p-pager__list {
  margin: 0 1.6rem;
}

.clpg-page-content .p-pager__item {
  line-height: 1;
}

.clpg-page-content .p-pager__item:not(:first-child) {
  margin-left: 1.6rem;
}

.pdfIcon {
  padding-left: 15px;
  background: url(../img/icon/pdf.png) left center no-repeat;
}

.wordIcon {
  padding-left: 15px;
  background: url(../img/icon/doc.png) left center no-repeat;
}

.pptIcon {
  padding-left: 15px;
  background: url(../img/icon/ppt.png) left center no-repeat;
}

.xlsxIcon {
  padding-left: 15px;
  background: url(../img/icon/xls.png) left center no-repeat;
}

.fileIcon {
  padding-left: 15px;
  background: url(../img/icon/file.png) left center no-repeat;
}

.zipIcon {
  padding-left: 15px;
  background: url(../img/icon/zip.png) left center no-repeat;
}

.p-awardTable {
  font-size: 80%;
}

.p-annualMeetingsPastTable {
  font-size: 80%;
}

.p-annualMeetingsPastTable tr td {
  white-space: nowrap;
  text-align: center;
}

.p-annualMeetingsPastTable tr td:last-child {
  white-space: normal;
  text-align: left;
}

.p-annualMeetingsAwardTable {
  font-size: 80%;
}

.p-annualMeetingsAwardTable tr td:first-child {
  white-space: nowrap;
  text-align: center;
}

.p-seminarTable,
.p-aboutEpiResearchTable {
  font-size: 80%;
}

.p-seminarTable tr td:first-child,
.p-aboutEpiResearchTable tr td:first-child {
  white-space: nowrap;
  text-align: center;
}

.p-ethicalReviewsPastTable {
  font-size: 80%;
}

.p-ethicalReviewsPastTable tr th:first-child {
  white-space: nowrap;
  text-align: center;
}

.p-ethicalReviewsPastTable tr td:nth-child(2) {
  white-space: nowrap;
}

/* 07. LOOP
-------------------------------------------------------------------- */

.clpg-page-content .p-articleLoop {
  padding: 2rem 0;
  border-bottom: 1px solid #3ea2d6;
}

.clpg-page-content .p-articleLoop::after {
  display: block;
  content: "";
  clear: both;
}

.clpg-page-content .p-articleLoop__title {
  border-bottom: none;
  font-size: 1.6rem;
  line-height: 1.5;
}

.clpg-page-content .p-articleLoop__date {
  margin-right: 1.6rem;
  vertical-align: middle;
  font-size: 1.2rem;
}

.clpg-page-content .p-articleLoop__summary {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0.5rem;
}

.clpg-page-content .p-articleLoop__img {
  margin-right: 1.6rem;
}

.clpg-page-content .p-articleLoop__category {
  margin-right: 1.6rem;
  vertical-align: middle;
  font-size: 1.1rem;
  background: #d66764;
  color: #fff;
  padding: 1px 2px;
  min-width: 75px;
  text-align: center;
}

.clpg-page-content .p-articleLoop__category--secretariat,
.clpg-page-content .p-articleLoop__category--jeEditCommission,
.clpg-page-content .p-articleLoop__category--scienceGeneralMeetingSecretariat {
  background: #c08e54;
}

.clpg-page-content .p-articleLoop__category--offering,
.clpg-page-content .p-articleLoop__category--publicOffering,
.clpg-page-content .p-articleLoop__category--enquete {
  background: #64b35e;
}

.clpg-page-content .p-articleLoop__category--certified {
  background: #0066FF;
}

.clpg-page-content .p-articleLoop__category--publicity,
.clpg-page-content .p-articleLoop__category--information {
  background: #fbc214;
}

.clpg-page-content .p-articleLoop__category--enNews {
  background: #c08e54;
}

.clpg-page-content .p-articleLoop__description {
  margin-top: 0.7rem;
}

.clpg-page-content .p-articleLoop__entryDetail {
  margin-top: 1rem;
}

.clpg-page-content .p-articleLoop__entryDetail * {
  font-size: 1.4rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.p-jeaNews {
  margin-bottom: 80px;
}

.p-viewIndexBtn {
  background: #f5f5f5;
  border: 1px solid #dedede;
  text-align: center;
  padding: 3px;
  display: block;
  margin: 30px auto;
}

/* 08. FORM
-------------------------------------------------------------------- */

.c-btn,
.c-btn--back,
.c-btn--delete {
  min-width: 160px;
  padding: 0.8rem;
  font-size: 1.6rem;
  background: #3ea2d6;
  border: none;
  color: #fff;
}

.c-btn.is-hover:hover,
.is-hover.c-btn--back:hover,
.is-hover.c-btn--delete:hover {
  opacity: 0.6;
}

.c-btnArea {
  margin-top: 4.8rem;
}

.c-btnArea *:not(:last-child) {
  margin-right: 1.6rem;
}

.c-btn--back {
  background: #ccc;
}

.clpg-form-container input[type="text"],
.clpg-form-container select,
.clpg-form-container textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
}

.clpg-form-container label {
  margin: 0.5rem 0;
}

.clpg-form-container label:not(:last-child) {
  margin-right: 1rem;
}

.clpg-form-container .c-note {
  margin: 0.5em 0;
}

.clpg-form-container .c-caution {
  margin: 0 0.5em;
  font-size: 1.2rem;
  color: #ff0000;
}

.clpg-form-container .c-err {
  background: #FFCFCF;
}

.clpg-form-container .c-err--msg {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: bold;
  color: #ff0000;
  background: url(../img/icon/errIcon.png) no-repeat left 0.4em;
}

.clpg-form-container th {
  width: 30%;
  vertical-align: middle;
}

.clpg-form-container th.person_number {
  width: 70px;
}

.clpg-form-container th.person_number .c-btn--delete {
  background: #ccc;
  color: #333333;
  font-size: 1.4rem;
  min-width: auto;
}

.clpg-form-container th.light {
  background: #92cbe8;
  color: #333333;
}

.clpg-form-container .p-functionTable th:not(.person_number),
.clpg-form-container .p-functionTable td {
  font-size: 90%;
  padding: 5px 10px;
}

.clpg-form-container .p-functionTable th:not(.person_number) {
  text-align: left;
}

.p-deleteBtnArea {
  margin-top: 0.5em;
}

.p-declarationArea {
  margin-bottom: 4em;
}

.p-additionalBtnArea .c-btn span,
.p-additionalBtnArea .c-btn--back span,
.p-additionalBtnArea .c-btn--delete span {
  font-weight: bold;
  margin-right: 1em;
}

.p-agreement {
  padding: 1.6rem;
}

.p-agreement__check {
  font-size: 1.6rem;
  text-align: center;
}

.p-agreement--coi {
  border: #3ea2d6 solid 3px;
}

.p-saveBtnArea {
  position: fixed;
  bottom: 10rem;
  right: 3.2rem;
}

.clpg-form-container--coi h2 {
  border-left: none;
  background: #92cbe8;
  line-height: 1.8;
  padding: 5px 10px;
}

/* 09. SITEMAP
-------------------------------------------------------------------- */

.clpg-sitemap-container .p-sitemap__item {
  margin-bottom: 2.05rem;
}

.clpg-sitemap-container .p-sitemapChild {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.clpg-sitemap-container .p-sitemapChild__item {
  margin-bottom: 1.45rem;
  padding-left: 2.4rem;
  background: url(../img/icon/icnTree.png) no-repeat left -1px;
}

.clpg-sitemap-container .p-sitemapGrandchild {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.clpg-sitemap-container .p-sitemapGrandchild__item {
  padding-left: 2.4rem;
  background: url(../img/icon/icnTree.png) no-repeat left -1px;
}

/* 10. SEARCH
-------------------------------------------------------------------- */

.clpg-searchbox-input {
  padding: 0.8rem;
  border: 1px solid #ccc;
}

.p-search--resultPage {
  padding: 1.6rem;
  border: 1px solid #ccc;
}

.p-search--resultPage .clpg-searchbox-input {
  width: 70%;
  background: #FFFDDC;
}

/* 11. FOOTER
-------------------------------------------------------------------- */

.p-footer {
  border-top: #ccc solid 1px;
}

.p-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.8rem 2% 1.8rem;
  box-sizing: content-box;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.p-toTop {
  bottom: 3.2rem;
  right: 3.2rem;
}

.p-toTop__transition.is-hover:hover {
  opacity: 0.8;
}

.p-copyright {
  margin-top: 3.2rem;
  width: 100%;
  font-size: 1.2rem;
  text-align: right;
}

/* 12. MEDIAQUERY
-------------------------------------------------------------------- */

@media screen and (max-width: 1023px) {
  .p-header__inner {
    padding: 8px 16px 8px;
  }

  .p-pageInner {
    padding: 3.2rem 16px 6rem;
  }

  .p-footer__inner {
    padding: 1.8rem 16px 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__inner {
    min-height: 43px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }

  .p-headerLogo img {
    width: 80%;
    height: auto;
  }

  .p-linkList--footer {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .p-linkList--footer .p-linkList__item {
    margin-top: 0.8rem;
  }

  .p-linkList--footer .p-linkList__item:not(:last-child) {
    margin-right: 0;
  }

  .p-linkList--sp .p-linkList__item:not(:last-child) {
    margin-right: 0;
  }

  .p-loginBtn {
    display: none;
  }

  .p-loginBtn--sp {
    display: block;
    text-align: center;
    margin: 1.6rem 0;
  }

  .p-mainColumnWrapper {
    width: 100%;
  }

  .p-columnWrapper {
    background: #fff;
    width: 100%;
    margin: 0;
    top: 60px;
    right: 0;
    left: 0;
  }

  .clpg-page-content .p-articleLoop__title {
    flex-wrap: wrap;
  }

  .clpg-page-content .p-articleLoop__date {
    margin-bottom: 0.5rem;
  }

  .clpg-page-content .p-articleLoop__category {
    margin-bottom: 0.5rem;
  }

  .clpg-form-container th {
    width: 100%;
    border: none;
  }

  .clpg-form-container th.person_number {
    width: 100%;
    text-align: left;
    position: relative;
  }

  .clpg-form-container td {
    border: none;
  }

  .clpg-form-container .p-functionTable th:not(.person_number),
  .clpg-form-container .p-functionTable td {
    border-left: #3ea2d6 solid 2px;
    border-right: #3ea2d6 solid 2px;
  }

  .clpg-form-container .p-functionTable tr:last-of-type td:last-child {
    border-bottom: #3ea2d6 solid 2px;
  }

  .p-deleteBtnArea {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: 0;
    transform: translateY(-50%);
  }

  .p-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .p-snsArea {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 479px) {
  .clpg-page-content .p-articleLoop__img {
    margin: 0 0 1.6rem 0;
  }
}