@charset "UTF-8";

/*
Theme Name: kenpos2026
Description: KENPOS Website Theme
Author: KENPOS
Author URI: https://www.kenpos-systex.jp/kenpos/
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');

body {
  background: #f1f8fc;
  line-height: 1.95;
  letter-spacing: .04em;
  font-size: 1.4rem;
  font-family: YakuHanJP,'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴ ProN','Hiragino kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
  font-weight: 400;
  color: #444;
}
header, #gNavi, #gNavi a, #topimage, #footerInner, #footerBox, #fNavi, #linkList, #linkList li, #topNews, #newsList li a, #topAboutBox, #headBox, #featuresList, #outlineBox, #newsWrap, #pageNavi ul, #supInfoList, #downloadList dd, #tab, #tab li, #tab li a, .openBtn, #pMarkBox, #searchForm, #logoutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header, #footerInner, #topNews, #topAboutBox, #featuresList, #outlineBox, #newsWrap, #pageNavi ul, #supInfoList, #downloadList dd, #tab, .openBtn, #pMarkBox, #searchForm, #logoutBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header, #gNavi, #gNavi a, #topimage, #topAboutBox, #headBox, #outlineBox, #pageNavi ul, #downloadList dd, #tab li a, #pMarkBox, #searchForm, #logoutBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#gNavi a, #tab li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#featuresList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#topimage {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* ヘッダー */
header {
  padding-left: 75px;
  width: 100%;
  height: 125px;
  background: #fff;
}
#toggle, #naviBox {
  display: none;
}
/* グローバルナビ */
#gNavi {
  height: 125px;
}
#gNavi li {
  position: relative;
  width: 14.2vw;
  height: 100%;
  line-height: 1;
  letter-spacing: .16em;
}
@media screen and (min-width: 1441px) {
  #gNavi li {
    width: 12vw;    
  }
}
#gNavi li a {
  width: 100%;
  height: 100%;
  border-left: solid 1px #47b9f2;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 700;
  color: #47b9f2;
}
/* コンテンツ */
html, body {
  height: 100%;
}
main {
  display: block;
}
section + section, #index main, #outline {
  margin-top: 100px;
}
#news main, #support main, #contact main {
  padding-bottom: 80px;
  border-bottom: solid 3px #fff;
}
#newsArea, #supportArea, #contactArea {
  margin-top: 80px;
}
.inner {
  margin: 0 auto;
  max-width: 1700px;
}
.contWrap {
  padding: 0 140px;
}
.contWrap2 {
  padding: 0 220px;
}
.contWrap3 {
  max-width: 1000px;
}
.contWrap4 {
  max-width: 1100px;
}
.contWrap5 {
  padding: 0 130px;
}
.contInner {
  padding: 80px;
  background: #fff;
}
.contInner2 {
  padding: 100px 0;
  background: #fff;
}
.newline {
  display: inline-block;
}
.emphasis {
  font-weight: bold;
}
.telLink a {
  color: inherit;
}
.en {
  font-family: 'Roboto', sans-serif;
}
/* 見出し */
h1 {
  position: relative;
  top: 1px;
  z-index: 9999;
}
h1 a {
  display: block;
}
h1 a img {
  width: 233px;
  height: 57px;
}
h2 {
  margin-left: 10vw;
  font-weight: bold;
  font-weight: 500;
  color: #1f7bbc;
}
h2 .en, h2 .jp {
  display: inline-block; 
  vertical-align: middle;  
}
h2 .en {
  letter-spacing: .07em;
  line-height: 1;
  font-size: 4.5rem;
}
h2 .jp {
  margin-left: 2em;
  padding-bottom: .3em;
  border-bottom: solid 2px #1f7bbc;
  letter-spacing: .08em;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
}
#index h2 {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-weight: 400;
}
#index h2 .en {
  color: #47b9f2;
}
#index h2 .jp {
  margin: 0;
  padding: .7em 0 .3em;
  border-bottom-color: #80bc00;
  font-size: 2.3rem;
  color: #80bc00;
}
h3 {
  text-align: center;
}
h3 .en {
  display: inline-block;
  margin-bottom: .15em;
  letter-spacing: .07em;
  font-size: 3.9rem;
  color: #47b9f2;
}
h3 .jp {
  letter-spacing: .08em;
  font-size: 2.5rem;
}
#headBox {
  height: 360px;
  background: url(assets/images/about/head_img2026.jpg?v202609) no-repeat center center;
  background-size: cover!important;
}
#news #headBox {
  background: url(assets/images/news/head_img2026.jpg?v202609) no-repeat center center;
}
#support #headBox {
  background: url(assets/images/support/head_img2026.jpg?v202609) no-repeat center center;
}
/* トップページ */
#topimage {
  width: 100%;
  height: -webkit-calc(100% - 125px);
  height: calc(100% - 125px);
  background: url(assets/images/index/topimage2026.jpg?v3) no-repeat center center;
  background-size: cover!important;
}
#catch {
  margin-right: 10.5vw;
  width: 20vw;
}
#catch img {
  width: 100%;
}
#newsTtl {
  width: 160px;
}
#newsTtl h2 .en {
  font-size: 3.5rem;
}
#newsTtl h2 .jp {
  padding: .9em 0 .6em;
  font-size: 1.7rem;
}
#newsTtl .viewBtn {
  margin-top: 40px;
}
#newsTtl .viewBtn a {
  padding: 1em;
  width: 160px;
  font-size: 1.4rem;
}
#index #newsList {
  width: calc(100% - 220px);
}
#linkList {
  height: 480px;
}
#linkList li {
  overflow: hidden;
  width: 50%;
}
#linkList li a {
  position: relative;
  width: 100%;
  height: 100%;
}
#linkList li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/images/index/support_linkimg.jpg?v2) no-repeat center center;  
  background-size: cover!important;
}
#linkList #linkContact a::after {
  background: url(assets/images/index/contact_linkimg.jpg?v2) no-repeat right center;
}
#linkList li a span {
  z-index: 1; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 340px;
  height: 70px;
  border: solid 1px #fff;
  line-height: 70px;
  letter-spacing: .1em;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
}
#topAboutBox {
  margin: 40px 0;
}
#topAboutBox p {
  width: calc(100% - 640px);
  text-align: left;
  font-size: 2.1rem;
}
#topAboutBox p.aboutImg {
  width: 640px;
}
/* KENPOSについて */
#outline h3 {
  margin-bottom: 1.5em;
  text-align: left;
}
#kenposSummary {
  width: calc(100% - 330px);
}
#summaryIllust {
  width: 280px;
}
.summaryTxt {
  font-size: 1.5rem;
}
#kumiaiBox {
  margin-top: 65px;
  padding: 70px;
  background: #fff;
}
#kumiaiBox p {
  text-align: center;
}
.kumiaiDiagram {
  margin-top: 30px;
}
.kumiaiName {
  padding: .2em;
  background: #47b9f2;
  letter-spacing: 0.12em;
  font-weight: bold;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
}
.headIllustBox {
  position: relative;
  padding-bottom: 3.3em;
}
.headIllust {
  position: absolute;
  bottom: 0;
  left: 71.5%;
}
#featuresList li {
  padding: 33px 40px 30px;
  width: 49%;
  border: solid 1px #5989bd;
  background: #f1f8fc;
}
#featuresList li:nth-child(n+3) {
  margin-top: 2%;
}
.featuresTtl {
  display: table;
  margin-bottom: .25em;
  line-height: 1.4;
  font-size: 1.9rem;
  font-weight: bold;
  font-weight: 500;
  color: #004da0;
}
.featuresTtl span {
  display: table-cell;
  vertical-align: middle;
}
.featuresTtl span:not(.en) {
  padding: .2em 0;
}
.featuresTtl .en {
  position: relative;
  top: -1px;
  padding-right: .25em;
  line-height: 1;
  font-style: italic;
  font-size: 4.7rem;
  font-weight: 400;
  color: #47b9f2;
}
#faq, #disclaimer {
  margin-top: 0;
  padding-top: 0;
}
#faq .headIllust {
  left: 64.8%;
}
#faqList {
  line-height: 1.5;
  border-top: solid 1px #d6d6d6;
}
#faqList li {
  padding: 35px;
  border-bottom: solid 1px #d6d6d6;  
}
.question {
  margin-bottom: 1.4em;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.7rem;
}
.question, .answer {
  position: relative;
  padding-left: 60px;
}
.question::before, .answer::before {
  content: "Q.";
  position: absolute;
  top: calc(50% - .5em);
  left: 0;
  width: 1em;
  text-align: center;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 3.3rem;
  color: #47b9f2;
}
.answer::before {
  content: "A.";
  color: #80bc00;
}
/* お知らせ */
#newsWrap {
  width: 100%;
}
#newsMain {
  width: calc(100% - 240px);
}
#sideMenu {
  width: 190px;
}
#newsList li {
  border-bottom: solid 1px #ddd;
  line-height: 1.65;
}
#newsList li:first-child {
  border-top: solid 1px #ddd;
}
#newsList li time {
  width: 125px;
}
#newsList li p {
  width: calc(100% - 125px);
}
#newsList li a {
  padding: 1.5em 0;
  width: 100%;
}
time {
  font-size: 1.5rem;
  font-weight: 300;
  color: #004da0;  
}
#archiveBox dt {
  padding: .77em 20px;
  background: #47b9f2;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
#archiveList li {
  margin-top: 12px;
}
#archiveList li a {
  display: block;
  width: 100%;
  padding: .75em 20px;
  border: solid 1px #999;
  line-height: 1.4;
}
#archiveTitle {
  margin-bottom: 1.5em;
  line-height: 1;
  font-size: 1.7rem;
}
#archiveTitle.faqArchive {
  padding-top: .6em;
}
.pagenation {
  margin: 65px 0 0 -16px;
  letter-spacing: 0;
  line-height: 1;
}
.pagenation span, .pagenation a {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px;
  min-width: 16px;
  text-align: center;
  color: #666;
}
.pagenation .current::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 16px;
  height: 2px;
  background: #47b9f2;
}
/* お知らせ・詳細ページ */
#articleTtl {
  margin-bottom: 40px;
  padding: 22px 0 27px;
  border-top: solid 3px #80bc00;
  border-bottom: solid 1px #ddd;
}
#articleTtl h3 {
  margin-top: .15em;
  line-height: 1.45;
  text-align: justify;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.9rem;
}
.entryBody p + ol, .entryBody p + ul {
  margin-top: .5em;
}
.entryBody li {
  margin: .4em 0 0 1.7em;
  line-height: 1.5;
}
.entryBody ul li {
  list-style: disc;
  text-align: left;
}
.entryBody ol li {
  list-style: decimal;
  text-align: left;
}
.entryBody img {
  padding: .8em 0;
}
.entryBody a {
  text-decoration: underline;
  color: #0074ce;
}
.entryBody a:hover {
  text-decoration: none;
}
#pageNavi {
  margin-top: 65px;
  padding: 16px 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
  text-align: center;
  line-height: 1;
}
#pageNavi ul li a {
  letter-spacing: .07em;
  font-size: 1.5rem;
  font-weight: 500;
  color: #004da0;
}
.prev, .next {
  width: 40px;
}
.prev a, .next a {
  display: block;
  padding: 15px;
}
.all {
  padding: 15px;
}
#pageNavi ul li a img {
  opacity: 1;
}
/* 会員サポート */
#supportHead {
  margin-bottom: 50px;
  padding-bottom: 2.5em;
  border-bottom: solid 2px #80bc00;
  text-align: center;
}
#supportHead dt {
  margin-bottom: 1.2em;
  line-height: 1.5;
  font-size: 2.0rem;
}
#supportHead dd {
  line-height: 1.7;
  font-size: 1.6rem;
  color: #004da0;
}
#supportHead .headIllust {
  left: 82.5%;
}
#supportInfo > p {
  margin-bottom: 1.2em;
  letter-spacing: .08em;
  text-align: center;
  line-height: 1.5;
  font-size: 2.5rem;
}
#supInfoList li {
  width: 48.4%;
}
#supInfoList li p {
  line-height: 1.7;
}
.infoTtl a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 40px 20px;
  background: #f1f8fc;
  border: solid 1px #5989bd;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.9rem;
  color: #004da0;
}
.infoTtl a::before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 38px;
  height: 39px;
  background: url(assets/images/support/icon_download.svg) no-repeat center center;
}
#infoFaq .infoTtl a::before {
  width: 41px;
  background: url(assets/images/support/icon_faq.svg) no-repeat center center;
}
.infoTtl a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.1em;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  border-top: 2px solid #004da0;
  border-right: 2px solid #004da0;
  transform: rotate(45deg);
}
#tab {
  margin-bottom: 40px;
}
#tab li {
  width: 32.2%;
}
#tab.supportLink li {
  width: 49.15%;
}
#tab li a {
  position: relative;
  height: 68px;
  padding: 0 .86em;
  width: 100%;
  border: solid 1px #47b9f2;
  background: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.8rem;
  color: #47b9f2;
}
#tab li:not(.current) a > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #47b9f2;
  border-right: 2px solid #47b9f2;
  transform: rotate(45deg);
}
#tab li.current a {
  overflow: inherit;
  background: #47b9f2;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
}
#tab li.current a > span::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: calc(50% - 9px);
  width: 0;
  height: 0;
  border-width: 17px 9px 0 9px;
  border-style: solid;
  border-color: #47b9f2 transparent transparent transparent;
}
#tab .en {
  font-size: 1.9rem;
}
.supportList li {
  border: solid 1px #ddd;
}
.supportList li + li {
  margin-top: 30px;
}
.supportList dt {
  padding: 20px 24px;
  border-bottom: solid 1px #ddd;
  background: #f7f7f7;
  line-height: 1.5;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.6rem;
}
.supportList dd {
  padding: 24px;
  line-height: 1.7;
}
#downloadList dd > div {
  width: calc(100% - 240px);
}
.downloadBtn a {
  display: block;
  padding: .95em;
  width: 220px;
  background: #f1f8fc;
  border: solid 1px #5989bd;
  text-align: center;
  font-weight: 500;
  color: #004da0;
}
.downloadBtn a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-right: 7px;
  width: 22px;
  height: 23px;
  background: url(assets/images/support/icon_download.svg) no-repeat center center;
}
#supFaqList dt {
  line-height: 1.8;
  font-size: 1.5rem;
}
#supFaqList dd {
  padding: 0;
  line-height: 1.8;
}
.openBtn {
  position: relative;
  padding: 20px 24px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 500;
  color: #80bc00;
  cursor: pointer;
}
.btnIcon, .btnIcon span {
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btnIcon {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -1px;
  width: 18px;
  height: 18px;
}
.btnIcon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #80bc00;
}
.btnIcon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btnIcon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btnIcon.active span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.answerTxt {
  display: none;
  margin: 0 24px 24px;
  padding: 20px 24px;
  background: #f1f8fc;
  color: #004da0;
}
.update {
  margin-top: .7em;
  font-weight: 300;
  font-size: 1.2rem;
  color: #444;
}
.update .en {
  font-size: 1.3rem;
}
/* 免責事項・著作権 */
.privacyTtl {
  margin-bottom: .8em;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  font-weight: 500;
  font-size: 1.9rem;
  color: #004da0;
}
.privacyList {
  margin-top: 3.3em;
  padding-bottom: 35px;
  border-bottom: solid 1px #ddd;
}
.privacyList dt {
  margin-top: 35px;
  padding-top: 35px;
  border-top: solid 1px #ddd;
}
.privacyList dt, .privacyList dd {
  padding-left: 35px;
  padding-right: 35px;
}
/* フッター */
#footerInner {
  padding: 50px 75px;
}
#footerBox {
  width: calc(100% - 216px);
}
.fLogo {
  width: 185px;
}
#fNavi {
  margin: -.1em 0 0 90px;
  width: calc(100% - 275px);
  font-weight: 500;
}
#fNavi li a {
  text-decoration: underline;
}
#fNavi li a:hover {
  text-decoration: none;
}
.fNaviList + .fNaviList {
  margin-left: 75px;
}
.fNaviList li + li, .fnSubList {
  margin-top: 4px;
}
.fNaviList li a {
}
.fnSubList {
  font-size: 1.3rem;
  font-weight: 400;
}
#companyInfo {
  width: 216px;
}
#companyInfo dd {
  margin-top: 1em;
  line-height: 1.7;
  text-align: right;
  font-size: 1.1rem;
}
#copyright {
  padding: 35px;
  background: #fff;
  text-align: center;
  letter-spacing: .09em;
  font-size: 1.1rem;
  color: #666;
}
/* リンクボタン */
.viewBtn a {
  display: block;
  margin: 0 auto;
  padding: 1.15em 1em;
  width: 360px;
  border: solid 1px #47b9f2;
  border-radius: 2em;
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
  color: #47b9f2;
}
/* 検索 */
#searchBox {
  margin-bottom: 30px;
  padding: 22px;
  border: solid 1px #8cc9e7;
  border-radius: 6px;
  background: #f5f9fb;
}
#searchForm {
  margin: 0 auto;
  max-width: 560px;
}
#searchForm input {
  outline: none;
  position: static;
  border: solid 1px #ccc;
  height: 46px;
  font-size: 1.5rem;
}
#searchInput {
  padding: .7em .8em .7em 35px;
  width: calc(100% - 80px);
  border-right: none!important;
  border-radius: 4px 0 0 4px;
  background: url(assets/images/support/icon_search.svg) no-repeat 12px center #fff;
  background-size: 16px 16px;
  color: #333;
}
#searchSubmit {
  padding: .7em .8em;
  width: 80px;
  border-radius: 0 4px 4px 0;
  background: #f3f3f3;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
  color: #004da0;
  cursor: pointer;
}
#searchInput::placeholder {
  color: #aaa;
}
#searchInput::-ms-input-placeholder {
  color: #aaa;
}
#searchInput:-ms-input-placeholder {
  color: #aaa;
}
.searchText {
  padding: 2px 2px 2px 20px;
  border: solid 1px #c2c2c2;
  background: url(../images/search_mark.gif) no-repeat 3px center;
  font-size: 93%;
  color: #444;
}
.resultsNumber {
  margin-left: .2em;
  font-size: 1.4rem;
}
/* 会員ログイン */
#loginForm {
  text-align: center;
}
#logoutBox {
  margin: 0 auto;
  max-width: 340px;
  text-align: center;
}
#logged, #logOut {
  width: 48.4%;
}
#logged, #logOut a {
  padding: .5em 1.5em;
  border-radius: 4px
}
#logged {
  border: solid 1px #80bc00;
  background: #80bc00;  
  font-weight: 500;
  color: #fff;
}
#logOut a {
  display: block;
  border: solid 1px #688ab0;
  color: #004da0;
}
.rightSide #logoutBox {
  display: block;
}
.rightSide #logged, .rightSide #logOut {
  width: 100%;
}
.rightSide #logOut {
  margin: 8px 0 25px;
}
#supInfoList {
  margin-bottom: 45px;
}
.mlm-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 25px;
}
.mlm-login form {
  display: inline-block;
  padding: 40px 50px;
  width: 100%;
  max-width: 550px;
  border: solid 1px #8cc9e7;
  border-radius: 6px;
  background: #f5f9fb;
}
.mlm-login form p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mlm-login_label {
  margin: .5em 0 .4em!important;
  text-align: center;
  line-height: 1.7;
  font-size: 1.5rem!important;
}
.mlm-login_label span {
  display: inline-block;
}
.mlm-login_input {
  outline: none!important;
  margin: 10px 0 0!important;
  padding: .8em!important;
  width: 100%;
  border: solid 1px #ccc!important;
  font-size: 1.5rem!important;
  color: #333;
}
.mlm-login_submit {
  outline: none!important;
  margin-top: 22px!important;
  padding: .8em 1.65em!important;
  width: auto!important;
  border-radius: 4px!important;
  border: none!important;
  background: #47b9f2!important;
  text-align: center;
  font-family: inherit;
  font-size: 1.5rem!important;
  font-weight: 500;
  color: #fff!important;
  cursor: pointer!important;
}
.mlm-login-notice {
  display: inline-block!important;
  padding: 1em 1.5em!important;
  width: auto!important;
  border-radius: 5px!important;
  text-align: center!important;
  line-height: 1.65;
}
.logoutTxt {
  margin-top: -.5em;
  text-align: center;
  font-size: 1.7rem;
  color: #e3415e;
}
.logoutTxt + .mlm-login {
  margin-top: 25px;
}
.cf-turnstile{
  text-align: center;
}
/* 404 */
#notFound {
  padding: 60px 7vw;
  max-width: 100%;
  text-align: center;
  border-top: solid 1px #ddd;
  background: #fff;
}
#notFound.custompost {
  border: none;
}
#notFound h2 {
  margin: 0;  
}
#notFound h2 .en {
  margin-bottom: 1em;
  font-size: 3.7rem;
  color: #47b9f2;
}
#notFound p + p {
  margin-top: 1em;
}
#notFound a {
  text-decoration: underline;
}
#notFound a:hover {
  text-decoration: none;
}

/*-------------------------------------------------
 * hover
-------------------------------------------------*/
@media screen and (min-width: 1280px) {
  #gNavi li a, .viewBtn a, #fNavi li a, #newsList li a, #archiveList li a, #pageNavi ul li a, .pagenation a, .infoTtl a, .downloadBtn a, #tab li a, .mf_buttons input, #logOut a, .mlm-login_form input[type="submit"] {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
  }
  #logOut a:hover, .mlm-login_form input[type="submit"]:hover {
    opacity: .8;
  }
  #newsList li a:hover, #archiveList li a:hover, #pageNavi ul li a:hover, .pagenation a:hover, .infoTtl a:hover, .downloadBtn a:hover/* , .mf_buttons input.modoru:hover */ {
    opacity: .6;
  }
  #gNavi li a:hover {
    background: #47b9f2;
    border-left: solid 1px #fff;
    color: #fff;    
  }
  #fNavi li a:hover {
    color: #47b9f2;
  }
  .viewBtn a:hover, #tab li:not(.current) a:hover {
    background: #47b9f2;
    color: #fff!important;
  }
  #tab li:not(.current) a:hover > span::after {
    border-color: #fff;
  }
  #linkList li a::after {
    transition: .45s;
  }
  #linkList li a:hover::after {
    transform: scale(1.1);
    transition: .45s;
  }
}

/*-------------------------------------------------
 * mediaqueries
-------------------------------------------------*/
@media screen and (max-width: 1679px) {
  /* トップページ */
  #catch {
    width: 25vw;
  }
}
@media screen and (max-width: 1439px) {
  /* コンテンツ */
  .contWrap {
    padding: 0 7vw;
  }
  .contInner {
    padding: 50px;
  }
  /* トップページ */
  #topimage {
    height: -webkit-calc(100% - 104px);
    height: calc(100% - 104px);
  }
  #linkList {
    height: 33.356vw;
  }
  /* 会員サポート */
  #supportHead .headIllust {
    left: 86.5%;
  }
}
@media screen and (max-width: 1279px) {
  /* ヘッダー */
  header {
    display: block;
    padding: 0 5vw;
    height: auto;
  }
  h1 {
    width: 200px;
  }
  /* グローバルナビ */
  #toggle {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 32px;
    height: 24px;
    color: #fff;
  }
  .trigger,
  .trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: .001%;
    background: #47b9f2;
    z-index: 9999;
  }
  .trigger span:nth-of-type(1) {
    top: 0;
  }
  .trigger span:nth-of-type(2) {
    top: 11px;
  }
  .trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: .001%;
    background: #47b9f2;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) scale(0);
    transform: translateY(8px) scale(0);
  }
  .trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) scale(0);
    transform: translateY(-8px) scale(0);
  }
  .hide {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  .no-scroll {
    overflow: hidden;
  }
  #headWrap, nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  #headWrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 104px;
    background: #fff;
    z-index: 9999;
  }
  #naviBox {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 104px;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #fff;
    z-index: 999;
  }
  nav {
    height: -webkit-calc(100% - 104px);
    height: calc(100% - 104px);
  }
  #gNavi {
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0 14vw;
    width: 100%;
    max-height: 100%;
    height: auto;
    background-color: transparent;
    border-bottom: none;
    text-align: left;
  }
  #gNavi li {
    margin-right: 0;
    width: 48%;
    letter-spacing: .12em;
  }
  #gNavi li a {
    font-size: 1.4rem;
  }
  #gNavi li:not(#contactBtn) a {
    display: block;
    transition: none;
    -webkit-transition: none;
    border-left: none;
  }
  #gNavi li:not(#contactBtn) a span {
    display: block;
    padding: 15px 0;
    width: 100%;
    border-bottom: solid 1px #47b9f2;
  }
  #gNavi li#contactBtn {
    width: 100%;
    padding-top: 30px;
  }
  #gNavi li#contactBtn a {
    padding: 20px 40px;
    border: solid 1px #47b9f2;
  }
  /* コンテンツ */
  .inner {
    padding: 0 7vw;
  }
  /* トップページ */
  #topimage {
    background: url(assets/images/index/topimage2026_sp.jpg?v3) no-repeat left top;
  }
  @media screen and (max-width: 1023px) {
    #topimage {
      height: 88vw;
    }
  }
  #catch {
    margin-right: 9vw;
    width: 36vw;
  }
  #topAboutBox p {
    width: 430px;
    font-size: 2.0rem;
  }
  #topAboutBox p.aboutImg {
    width: calc(100% - 430px);
  }
  #linkList li a span {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 1.7rem;
  }
  /* KENPOSについて */
  .headIllust {
    left: 75%;
  }
  /* お知らせ */
  #newsList li time, #newsList li p {
    width: auto;
  }
  #newsList li time {
    padding-right: 25px;
  }
  /* 会員サポート */
  #supportHead {
    padding-bottom: 0;
  }
  #supportHead .headIllust {
    position: relative;
    left: auto;
    right: 2.5%;
    margin: 1.2em auto 0;
  }
  .infoTtl a {
    padding: 30px 10px;
  }
  #downloadList dd {
    display: block;
  }
  #downloadList dd > div {
    width: 100%;
  }
  .downloadBtn a {
    margin: 15px auto 0;
    padding: .7em;
    width: 100%;
  }
  /* フッター */
  #footerInner {
    display: block;
    padding: 4vw 5vw;
  }
  #footerBox {
    width: 100%;
  }
  #companyInfo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 3vw;
    padding-top: 3vw;
    width: 100%;
    border-top: solid 1px #ddd;
  }
  #companyInfo dt {
    margin-right: 22px;
    width: 216px;
  }
  #companyInfo dd {
    margin: 0;
    text-align: left;
  }
  #copyright {
    padding: 2.5vw;
  }
}
@media screen and (max-width: 959px) {
  /* コンテンツ */
  section + section, #index main, #outline {
    margin-top: 10.428vw;
  }
  #news main, #support main, #contact main {
    padding-bottom: 0;
    border: none;
  }
  #supportArea, #contactArea {
    margin-top: 0;
  }
  .contInner {
    padding: 7vw 7vw 7.5vw;
  }
  .contInner2 {
    padding: 10.428vw 0;
  }
  .contWrap5 {
    padding: 0!important;
  }
  /* 見出し */
  h2 .en {
    font-size: 3.6rem;
  }
  h2 .jp {
    font-size: 1.7rem;
  }
  #index h2 .jp {
    font-size: 2.0rem;
  } 
  h3 .en {
    font-size: 3.5rem;
  }
  h3 .jp {
    font-size: 2.1rem;
  }
  #headBox {
    height: 35vw;
  }
  /* トップページ */
  #catch {
    width: 40vw;
    margin-right: 6vw;
  }
  #newsTtl h2 .en {
    font-size: 3.2rem;
  }
  #newsTtl h2 .jp {
    font-size: 1.6rem;
  }
  #newsTtl, #newsTtl .viewBtn a {
    width: 130px;
  }
  #index #newsList {
    width: calc(100% - 160px);
  }
  #newsTtl .viewBtn a {
    padding: .7em;
  }
  #linkList {
    display: block;
    height: auto;
  }
  #linkList li {
    width: 100%;
    height: 33.356vw;
  }
  #topAboutBox {
    display: block;
    margin: 6vw 0;
  }
  #topAboutBox p, #topAboutBox p.aboutImg {
    width: 100%;
  }
  #topAboutBox p {
    text-align: center;
    font-size: 1.7rem;
  }
  #topAboutBox p.aboutImg {
    margin: 4vw auto 0;
    max-width: 500px;
    width: 80%;
  }
  /* KENPOSについて */
  #outlineBox {
    display: block;
  }
  #kenposSummary, #summaryIllust {
    width: 100%;
  }
  #summaryIllust {
    margin: 0 auto 3vw;
    max-width: 290px;
    width: 65%;
  }
  #kumiaiBox {
    margin-top: 6.778vw;
    padding: 5vw;
  }
  .kumiaiLogo {
    margin: 0 auto;
    width: 33.577vw;
    line-height: 1;
  }
  .kumiaiDiagram {
    margin-top: 3.128vw;
  }
  .kumiaiName {
    font-size: 2.2rem;
  }
  .headIllustBox {
    padding-bottom: 5vw;
  }
  .headIllust, #faq .headIllust {
    left: inherit;
    right: 0;
    width: 17.31vw;
  }
  #faq .headIllust {
    width: 28vw;
  }
  #featuresList li {
    padding: 4vw 5vw;
    width: 100%;
  }
  #featuresList li + li {
    margin-top: 2%;
  }
  .featuresTtl .en {
    font-size: 4.0rem;
  }
  #faqList li {
    padding: 25px 0;
  }
  .question, .answer {
    padding-left: 50px;
  }
  .question {
    margin-bottom: 1.0em;
  }
  /* お知らせ */
  #newsArea {
    margin-top: 0;
  }
  #newsWrap {
    display: block;
  }
  #newsMain, #sideMenu {
    width: 100%;
  }
  #sideMenu {
    margin-top: 7vw;
  }
  .pagenation {
    margin-top: 6vw;
  }
  #archiveList, #archiveList li, #archiveList li a {
    display: -webkit-flex;
    display: flex;
  }
  #archiveList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 5px;
  }
  #archiveList li a {
    -webkit-align-items: center;
    align-items: center;
  }
  #archiveList::after {
    content:"";
    display: block;
    width: calc((100% - 20px) / 3);
  }
  #archiveList li {
    margin-top: 10px;
    width: calc((100% - 20px) / 3);
  }
  #archiveList li a {
    padding: .75em 2.5vw;
  }
  #archiveTitle {
    margin-bottom: 1.2em;
  }
  /* お知らせ・詳細ページ */
  #articleTtl {
    margin-bottom: 6vw;
    padding: 15px 0 20px;
  }
  #articleTtl h3 {
    font-size: 2.0rem;
  }
  #pageNavi {
    margin-top: 0;
    padding: 1vw 5vw;
    background: #fff;
  }
  /* 会員サポート */
  #supportHead {
    margin-bottom: 7vw;
  }
  #supportHead dt {
    margin-bottom: .8em;
    width: 100%;
    font-size: 1.8rem;
  }
  #supportHead .headIllust {
    width: 127px;
  }
  #supportInfo > p {
    margin-bottom: 3vw;
    font-size: 2.3rem;
  }
  #supInfoList {
    display: block;
  }
  #supInfoList li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  #supInfoList li + li {
    margin-top: 20px;
  }
  #supInfoList li p {
    width: 48%;
  }
  .infoTtl a {
    padding: 3vw 10px;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  #tab {
    margin: 4vw 0;
    padding: 0 7vw;
  }
  #tab li a {
    height: 56px;
    font-size: 1.5rem;
  }
  #tab li:not(.current) a {
    padding: 0 30px 0 20px;
  }
  #tab li:not(.current) a > span::after {
    right: 15px;
    width: 9px;
    height: 9px;
  }
  .supportList li + li {
    margin-top: 4vw;
  }
  /* 免責事項・著作権 */
  .privacyTtl {
    font-size: 1.7rem;
  }
  .privacyList {
    margin-top: 5vw;
    padding-bottom: 25px;
  }
  .privacyList dt {
    margin-top: 25px;
    padding-top: 25px;
  }
  .privacyList dt, .privacyList dd {
    padding-left: 0;
    padding-right: 0;
  }
  /* フッター */
  #footerInner {
    padding: 6vw 5vw;
  }
  .fLogo {
    width: 19.291vw;
  }
  #fNavi {
    margin: -.4em 0 0 5vw;
    width: calc(100% - (19.291vw + 5vw));
  }
  .fNaviList + .fNaviList {
    margin-left: 4vw;
  }
  /* リンクボタン */
  .viewBtn a {
    font-size: 1.6rem;
  }
  /* 検索 */
  #searchBox {
    margin-bottom: 4vw;
  }
  /* 会員ログイン */
  #logoutBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  #logged, #logOut a {
    font-size: 1.3rem;
  }
  .rightSide #logoutBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5vw;
  }
  .rightSide #logged, .rightSide #logOut {
    width: 48.4%;
  }
  .rightSide #logOut {
    margin: 0;
  }
}
@media screen and (max-width: 743px) {
  body {
    line-height: 1.8;
  }
  /* グローバルナビ */
  #headWrap {
    height: 15vw;
  }
  #naviBox {
    padding-top: 15vw;
  }
  h1 {
    width: 32vw;
  }
  #toggle {
    width: 22px;
    height: 20px;
  }
  .trigger span:nth-of-type(2) {
    top: 9px;
  }
  nav {
    height: -webkit-calc(100% - (15vw + 15px));
    height: calc(100% - (15vw + 15px));
  }
  #gNavi {
    flex-direction: column;
    padding: 0 10vw 15vw;
  }
  #gNavi li {
    width: 100%;
  }
  #gNavi li#contactBtn {
    padding-top: 5.8vw;
  }
  #gNavi li#contactBtn a {
    padding: 15px;
  }
  /* コンテンツ */
  .inner {
    padding: 0 5vw;
  }
  .contWrap {
    padding: 0 5vw;
  }
  .contInner {
    padding: 7vw 5vw;
  }
  /* 見出し */
  h2 .en {
    display: block;
    font-size: 6.28vw;
  }
  h2 .jp {
    margin: .45em 0 0 0;
    font-size: 3.14vw;
  }
  #index h2 .en {
    display: inline;
    color: #47b9f2;
  }
  #index h2 .jp {
    font-size: 3.382vw;
  }
  h3 .en {
    font-size: 6.763vw;
  }
  h3 .jp {
    font-size: 4.106vw;
  }
  /* トップページ */
  #topimage {
    background-position-x: 5%;
  }
  #catch {
    margin-right: 4vw;
    width: 44vw;
  }
  #topNews {
    display: block;
  }
  #newsTtl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  #newsTtl h2 .en {
    font-size: 6.28vw;
  }
  #newsTtl h2 .jp {
    margin-left: 1em;
    padding: 0 0 .3em;
    font-size: 3.14vw;
  }
  #newsTtl h2 br {
    display: none;
  }
  #newsTtl .viewBtn {
    margin-top: 0;
  }
  #newsTtl .viewBtn a {
    padding: .6em;
    width: 100px;
    font-size: 1.2rem;
  }
  #index #newsList {
    margin-top: 4.5vw;
    width: 100%;
  }
  #linkList li {
    height: 40vw;
  }
  #linkList li a span {
    width: 210px;
    height: 42px;
    line-height: 42px;
    font-size: 1.5rem;
  }
  #topAboutBox p {
    text-align: justify;
    font-size: 1.4rem;
  }
  #topAboutBox p .newline {
    display: inline;
  }
  /* KENPOSについて */
  #outline h3 {
    margin-bottom: 1em;
  }
  #summaryIllust {
    width: 48%;
  }
  .summaryTxt {
    font-size: 1.4rem;
  }
  #kumiaiBox {
    padding: 4.8vw 3vw 3vw;
  }
  .kumiaiName {
    font-size: 3.865vw;
  }
  .headIllustBox {
    padding-bottom: 0;
  }
  .headIllust {
    position: static;
    margin: 15px auto 0;
    max-width: 140px;
    width: 30vw;
  }
  #faq .headIllust {
    max-width: 250px;
    width: 55vw;
  }
  #featuresList li p:not(.featuresTtl) {
    line-height: 1.65;
  }
  #featuresList li + li, #featuresList li:nth-child(n+3) {
    margin-top: 12px;
  }
  .featuresTtl {
    font-size: 1.6rem;
  }
  .featuresTtl .en {
    top: 0;
    font-size: 6.763vw;
  }
  #faqList li {
    padding: 1.2em 0;
  }
  .question {
    margin-bottom: .6em;
    font-size: 1.5rem;
  }
  .question, .answer {
    padding-left: 35px;
  }
  .question::before, .answer::before {
    font-size: 2.5rem;
  }
  /* お知らせ */
  #newsList li a {
    display: block;
    padding: 1em 0;
  }
  #archiveBox dt {
    margin-bottom: 4px;
    padding: .4em 15px;
    font-size: 1.3rem;
  }
  #archiveList {
    padding: 0;
  }
  #archiveList li, #archiveList::after {
    width: calc((100% - 16px) / 3);
  }
  #archiveList li {
    margin-top: 8px;
  }
  #archiveList li a {
    padding: .4em 2.5vw;
    font-size: 1.3rem;
  }
  #archiveList li.en a {
    padding: .45em 2.5vw .3em;
  }
  #pageNavi ul li a img {
    width: 8px;
    height: auto;
  }
  #archiveTitle {
    font-size: 1.5rem;
  }
  /* お知らせ・詳細ページ */
  #articleTtl h3 {
    font-size: 1.7rem;
    font-weight: 500;
  }
  #pageNavi ul li a {
    font-size: 1.4rem;
  }
  /* 会員サポート */
  #supportHead dt {
    margin-bottom: .6em;
    font-size: 1.6rem;
  }
  #supportHead dd {
    font-size: 1.4rem;
  }
  #supportHead dd:not(.headIllust) {
    width: 100%;
  }
  #supportHead .headIllust {
    min-width: 114px;
    width: 27vw;
  }
  #supportInfo > p {
    font-size: 1.9rem;
  }
  #supInfoList {
    margin-bottom: 30px;
  }
  #supInfoList li {
    display: block;
  }
  #supInfoList li p {
    width: 100%;
  }
  .infoTtl a {
    padding: 4vw;
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  .infoTtl a::before {
    margin: 0 auto 10px;
  }
  #tab {
    display: block;
    margin: 6vw 0;
    padding: 0 5vw;
  }
  #tab li, #tab.supportLink li {
    width: 100%;
  }
  #tab li a {
    height: 40px;
    font-size: 1.4rem;
  }
  #tab li + li a {
    border-top: none;
  }
  #tab li.current a > span::after {
    content: none;
  }
  #tab .en {
    font-size: 1.6rem;
  }
  .supportList dt {
    padding: 3.5vw 3vw;
    font-size: 1.5rem;
  }
  .supportList dd {
    padding: 3.5vw 3vw 3vw;
  }
  .downloadBtn a {
    margin-top: 10px;
    padding: .55em;
  }
  #supFaqList dt {
    line-height: 1.65;
    font-size: 1.4rem;
  }
  #supFaqList dd {
    line-height: 1.65;
  }
  .openBtn {
    padding: 3.5vw;
    font-size: 1.6rem;
  }
  .btnIcon {
    right: 3.5vw;
    width: 16px;
    height: 168px;
  }
  .answerTxt {
    margin: 0 3vw 3vw;
    padding: 3.5vw 3vw 3vw;
  }
  .update {
    margin-top: .5em;
  }
  .supportFaq #archiveList li {
    width: calc((100% - 8px) / 2);
  }
  /* 免責事項・著作権 */
  .privacyTtl {
    margin-bottom: .5em;
    font-size: 1.5rem;
  }
  .privacyList {
    padding-bottom: 1.3em;
  }
  .privacyList dt {
    margin-top: 1.3em;
    padding-top: 1.4em;
  }
  /* フッター */
  #footerBox {
    display: block;
  }
  .fLogo {
    width: 36vw;
  }
  #fNavi {
    display: block;
    margin: 4vw 0 0 0;
  }
  .fNaviList + .fNaviList {
    margin: 4px 0 0 0;
  }
  #companyInfo {
    display: block;
    margin-top: 5vw;
    padding-top: 6.5vw;
  }
  #companyInfo dt {
    width: 50vw;
  }
  #companyInfo dd {
    margin-top: .7em;
  }
  #copyright {
    font-size: 1.0rem;
  }
  /* リンクボタン */
  .viewBtn a {
    padding: .8em;
    width: 100%;
    font-size: 1.4rem;
  }
  /* 検索 */
  #searchBox {
    padding: 10px;
    border-radius: 4px;
  }
  #searchForm input {
    height: 38px;
    font-size: 1.4rem;
  }
  #searchInput {
    padding: .5em .6em .5em 32px;
    width: calc(100% - 60px);
    border-radius: 3px 0 0 3px;
    background-size: 14px 14px;
  }
  #searchSubmit {
    padding: .5em .6em;
    width: 60px;
    border-radius: 0 3px 3px 0;
    background: #f3f3f3;
  }
  .resultsNumber {
    position: static;
  }
  /* 会員ログイン */
  #logoutBox {
    max-width: 380px;
  }
  #logged, #logOut a {
    padding: .45em 1em;
    font-size: 1.2rem;
  }
  .logoutTxt {
    margin: -1vw 0 -2.5vw!important;
    font-size: 1.5rem;
  }
  .mlm-login {
    gap: 16px;
  }
  .mlm-login form {
    padding: 5vw 4vw;
  }
  .mlm-login_label {
    margin: .3em 0 .2em!important;
  }
  .mlm-login_input {
    padding-top: .7em!important;
    padding-bottom: .7em!important;
  }
  .mlm-login_submit {
    margin-top: calc(15vw / 3.75)!important;
    padding: .7em 1.5em!important;
  }
  /* 404 */
  #notFound {
    padding: 9vw 7vw;
    font-size: 1.3rem;
  }
  #notFound h2 .en {
    margin-bottom: .5em;
    font-size: 2.3rem;
  }
}