@charset "UTF-8";
/* Extension
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto:400,700&subset=japanese");
/* Foundation
========================================================= */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}
*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden], template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
input {
  border-radius: 0;
}
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type=number] {
  width: auto;
}
[type=search] {
  -webkit-appearance: textfield;
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
 border-style: 0;
 padding: 0;
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
 outline: 1px dotted ButtonText;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
button, select {
  text-transform: none;
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
 select::-ms-expand {
 display: none;
}
 select::-ms-value {
 color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio, canvas, progress, video {
  display: inline-block;
}
.u-sp_bl {
  display: block;
}
.u-sp_inbl {
  display: inline-block;
}
.u-pc_bl {
  display: none;
}
.u-pc_inbl {
  display: none;
}

@media screen {
[hidden~=screen] {
  display: inherit;
}
[hidden~=screen]:not(:active):not(:focus):not(:target) {
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
}
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}

::-moz-selection {
 background-color: #b3d4fc;
 color: #000;
 text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
body {
  color: #212121;
  font-family:  "Noto Sans CJK JP", "Rboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "メイリオ", Meiryo, Sans-Serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
body {
  min-width: 1024px;
}
.u-sp_bl {
  display: none;
}
.u-sp_inbl {
  display: none;
}
.u-pc_bl {
  display: block;
}
.u-pc_inbl {
  display: inline-block;
}
}
h1, h2 {
  letter-spacing: .1em;
}
h3, h4, h5 {
  letter-spacing: .05em;
}
img {
  vertical-align: top;
  width: 100%;
  border: none;
}

@media screen and (min-width: 768px) {
img {
  width: auto;
}
}
svg {
  fill: currentColor;
}
ul, li {
  list-style: none;
  vertical-align: top;
}
a, button {
  text-decoration: none;
  color: initial;
  color: #212121;
}
p {
  line-height: 1.85;
  letter-spacing: 0.07em;
  word-break: break-all;
  font-size: 14px;
}
p a {
  color: #009944;
  text-decoration: underline;
}
i, em {
  font-style: normal;
}
input, select, option, textarea {
  font-size: 16px;
}
 input:-ms-input-placeholder {
 color: #CECECE;
}
 input::-ms-input-placeholder {
 color: #CECECE;
}
 input::-webkit-input-placeholder {
 color: #CECECE;
}
 input::placeholder {
 position: relative;
 top: .1em;
 color: #CECECE;
}
 input::-ms-clear {
 visibility: hidden;
}
a:focus, *:focus {
  outline: none;
}

::-webkit-scrollbar {
 width: 6px;
 height: 6px;
}

::-webkit-scrollbar-track {
 border-radius: 3px;
}

::-webkit-scrollbar-thumb {
 background-color: #DDD;
 border-radius: 3px;
}
/* Layoyt
========================================================= */
/* ヘッダー
========================================================= */
.l-header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header::before {
  content: "";
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  background: rgba(51, 51, 51, 0.9);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.36, 0.1, 0.16, 1);
}
.l-header.is-menuopen::before {
  opacity: 1;
  pointer-events: all;
}
.l-header_container {
  position: relative;
}
.l-header_inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
.l-header_inner {
  justify-content: space-between;
  max-width: 1024px;
  padding-left: 22px;
  padding-right: 22px;
  margin: 0 auto;
}
}
.l-header_top {
  position: relative;
  z-index: 2;
  height: 60px;
  background: #fff;
}

@media screen and (min-width: 768px) {
.l-header_top {
  height: 80px;
}
}
.l-header_logo {
  margin-left: 15px;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
.l-header_logo {
  width: auto;
  height: 35px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
}
.l-header_logo > * {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
.l-header_logo > * {
  flex-direction: row;
  align-items: center;
}
}

@media screen and (min-width: 768px) {
.l-header_logo > * > * + * {
  margin-left: 20px;
}
}
.l-header_img {
  display: flex;
  align-items: center;
  height: 25px;
}
.l-header_img img {
/*  width: 55px;
  height: 16px;*/
  width: 60px;
  height: 20px;
}

@media screen and (min-width: 768px) {
.l-header_img img {
/*  width: 96px;
  height: 28px;*/
  width: 138px;
  height: 45px;
}
}
.l-header_name {
  padding-top: 3px;
  font-size: 11px;
  font-size: 0.78571rem;
  text-align: justify;
  font-weight: bold;
  font-style: italic;
  line-height: 1.1;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
.l-header_name {
  padding-top: 0;
  font-size: 20px;
  font-size: 1.42857rem;
  text-align: left;
  letter-spacing: .02em;
}
}
.l-header_login {
  position: absolute;
  top: 0;
  left: 65px;
  width: 25px;
  height: 25px;
  background: url(/files/user/common/images/icon_not_login.svg) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
.l-header_login {
  position: static;
  width: 35px;
  height: 35px;
}
}
.l-header_login.logged {
  background-image: url(/files/user/common/images/icon_login.svg);
}
.l-header_loginText {
  text-align: right;
}

@media screen and (min-width: 1024px) {
.l-header_loginText br {
  display: none;
}
}
.l-header_logout {
  margin-left: 15px;
  margin-right: auto;
}
.l-header_logout .c-btn {
  width: 45px;
  overflow: hidden;
  background-image: url(/files/user/common/images/icon_logout_white.svg);
  background-position: center;
  background-size: 20px;
}

@media screen and (min-width: 768px) {
.l-header_logout .c-btn {
  width: 150px;
  background-image: none;
}
}
.l-header_logout .c-btn span {
  display: none;
}

@media screen and (min-width: 768px) {
.l-header_logout .c-btn span {
  display: block;
  background-image: url(/files/user/common/images/icon_logout_white.svg);
  background-position: center right;
  background-size: 20px;
  padding-right: 20px;
}
}
.l-header_search {
  display: none;
}

@media screen and (min-width: 768px) {
.l-header_search {
  display: block;
}
}
.l-header_nav {
  display: none;
  background: #009944;
}

@media screen and (min-width: 768px) {
.l-header_nav {
  display: block;
}
}
.l-header_nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.l-header_nav_item {
  padding: 0 1em;
}
.l-header_nav_item a {
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-decoration: none;
  transition: opacity .3s ease;
}

@media screen and (min-width: 1024px) {
.l-header_nav_item a {
  font-size: 16px;
  font-size: 1.14286rem;
}
}
.l-header_nav_item a:hover {
  opacity: .7;
}
.l-header_spnav {
  position: relative;
  flex: 0 0 60px;
  height: 100%;
}

@media screen and (min-width: 768px) {
.l-header_spnav {
  display: none;
}
}
.l-header_spnav_btn {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header_spnav_btn.is-active::before {
  height: 100%;
  opacity: 1;
}
.l-header_spnav_btn.is-active::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.l-header_spnav_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.l-header_spnav_icon i, .l-header_spnav_icon::before, .l-header_spnav_icon::after {
  content: "";
  display: block;
  position: absolute;
  transition: all .35s ease;
}
.l-header_spnav-search {
  margin-left: auto;
  background-color: #F1F5F3;
}
.l-header_spnav-search .l-header_spnav_icon i {
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 4px solid #009944;
  border-radius: 100px;
}
.l-header_spnav-search .l-header_spnav_icon::before {
  left: 24px;
  bottom: 0;
  width: 4px;
  height: 11px;
  background-color: #009944;
  border-radius: 100px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header_spnav-search .is-active {
  background-color: #333;
}
.l-header_spnav-search .is-active .l-header_spnav_icon i, .l-header_spnav-search .is-active .l-header_spnav_icon::before {
  width: 30px;
  height: 4px;
  background-color: #fff;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border: none;
}
.l-header_spnav-search .is-active .l-header_spnav_icon i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header_spnav-search .is-active .l-header_spnav_icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header_spnav-menu {
  background-color: #009944;
}
.l-header_spnav-menu .l-header_spnav_icon i, .l-header_spnav-menu .l-header_spnav_icon::before, .l-header_spnav-menu .l-header_spnav_icon::after {
  left: 0;
  width: 30px;
  height: 4px;
  border-radius: 100px;
  background-color: #fff;
}
.l-header_spnav-menu .l-header_spnav_icon i {
  top: 1px;
}
.l-header_spnav-menu .l-header_spnav_icon::before {
  top: 13px;
}
.l-header_spnav-menu .l-header_spnav_icon::after {
  top: 25px;
}
.l-header_spnav-menu .is-active {
  background-color: #333;
}
.l-header_spnav-menu .is-active .l-header_spnav_icon i, .l-header_spnav-menu .is-active .l-header_spnav_icon::after {
  background-color: #fff;
  top: 50%;
  margin-top: -3px;
}
.l-header_spnav-menu .is-active .l-header_spnav_icon i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header_spnav-menu .is-active .l-header_spnav_icon::before {
  opacity: 0;
}
.l-header_spnav-menu .is-active .l-header_spnav_icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header_spcontent_menu {
  position: absolute;
  top: 60px;
  right: -10px;
  width: 85%;
  min-width: 280px;
  max-width: 500px;
  height: calc(100vh - 60px);
  padding-top: 15px;
  padding-bottom: 100px;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition: all .5s ease;
  -webkit-overflow-scrolling: touch;
}
.l-header_spcontent_menu.is-active {
  right: 0;
  opacity: 1;
  pointer-events: all;
}
.l-header_spcontent_menu .l-side_column {
  border-radius: 5px 0 0 5px;
}
.l-header_spcontent_search {
  position: absolute;
  top: 0;
  padding: 0 15px;
  pointer-events: none;
  opacity: 0;
  transition: all .5s ease;
}
.l-header_spcontent_search.is-active {
  top: 80px;
  opacity: 1;
  pointer-events: all;
}
/* フッター
========================================================= */
.l-footer {
  width: 100%;
  background-color: #fff;
}
.l-footer_sitemap {
  display: none;
}

@media screen and (min-width: 768px) {
.l-footer_sitemap {
  display: block;
}
}
.l-footer_sitemap_wrapper {
  display: flex;
}
.l-footer_sitemap_item {
  width: 25%;
}
.l-footer_sitemap_item > *:last-child {
  margin-bottom: 0;
}
.l-footer_bottom {
  padding: 40px 0 70px;
}

@media screen and (min-width: 768px) {
.l-footer_bottom {
  padding: 0;
}
}
.l-footer_bottom .l-content_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

@media screen and (min-width: 768px) {
.l-footer_bottom .l-content_inner {
  height: 150px;
  flex-direction: row;
}
}
.l-footer_logo {
  width: 120px;
  height: 35px;
}
.l-footer_logo a {
  display: block;
  transition: opacity .3s ease;
}
.l-footer_logo a:hover {
  opacity: .7;
}
.l-footer_sns {
  display: flex;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
.l-footer_sns {
  margin-top: 0;
  margin-left: 60px;
}
}
.l-footer_sns_item {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
.l-footer_sns_item {
  padding: 0;
}
}

@media screen and (min-width: 768px) {
.l-footer_sns_item + .l-footer_sns_item {
  padding-left: 20px;
}
}
.l-footer_sns a {
  display: block;
  height: 30px;
  transition: opacity .3s ease;
}
.l-footer_sns a:hover {
  opacity: .7;
}
.l-footer_sns img {
  height: 30px;
}
.l-footer_copy {
  margin-top: 60px;
  font-size: 15px;
  font-size: 1.07143rem;
  letter-spacing: .035em;
  line-height: 1.6;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

@media screen and (min-width: 768px) {
.l-footer_copy {
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
}
/* サイドナビ
========================================================= */
.l-side_column {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.l-side_column.no-padding {
  padding: 0;
}
.l-side_column + .l-side_column {
  margin-top: 20px;
}
.l-side_title {
  margin-bottom: 17px;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}
/* コンテナー
========================================================= */
.l-container {
  min-height: 100vh;
  height: 100%;
}
.l-wrapper .l-main {
  line-height: 1.85;
  letter-spacing: 0.07em;
  word-break: break-all;
  font-size: 14px;
}
.l-wrapper .l-main .c-label{
  padding: 4px 8px;
  height: 23px;
}
@media screen and (min-width: 768px) {
  .l-wrapper .l-main .c-label{
    padding: 7px 10px 0;
    height: 30px;
  }
}
.l-wrapper .l-main .l-detail img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
.l-wrapper .l-content_inner {
  display: flex;
}
.l-wrapper .l-main {
  width: 100%;
  padding-left: 80px;
  line-height: 1.85;
  letter-spacing: 0.07em;
  word-break: break-all;
  font-size: 14px;
}
.l-wrapper .l-main .l-detail img {
  width: auto;
  height: auto;
  max-width: 600px;
}
.l-wrapper .l-side {
  flex: 0 0 300px;
}
}
.l-page {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
.l-page {
  padding-top: 160px;
}
}
.l-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
}
.l-section > *:first-child {
  margin-top: 0;
}
.l-section > *:last-child {
  margin-bottom: 0;
}
.l-content_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1024px) {
.l-content_inner {
  width: 1024px;
  padding-left: 22px;
  padding-right: 22px;
}
}
.l-content_inner > *:first-child {
  margin-top: 0;
}
.l-content_inner > *:last-child {
  margin-bottom: 0;
}
/* Object
========================================================= */
/* Component
----------------------------------------------- */
/* フォーム
========================================================= */
.c-form {
  display: flex;
  flex-direction: column;
}
.c-form_group {
  display: flex;
  flex-direction: column;
}
.c-form_group + .c-form_group {
  margin-top: 20px;
}
.c-form_field input, .c-form_field select, .c-form_field textarea, .c-form_field button {
  font-size: 16px;
  font-size: 1.14286rem;
}

@media screen and (min-width: 768px) {
.c-form_field input, .c-form_field select, .c-form_field textarea, .c-form_field button {
  font-size: 14px;
  font-size: 1rem;
}
}
.c-form_field input:focus, .c-form_field select:focus, .c-form_field textarea:focus, .c-form_field button:focus {
  outline: none;
}
.c-form_field input:disabled, .c-form_field select:disabled, .c-form_field textarea:disabled, .c-form_field button:disabled {
  opacity: .65;
}
.c-form_field[type="text"], .c-form_field[type="password"], .c-form_field[type="tel"], .c-form_field[type="email"] {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #DDD;
  border-radius: 100px;
  line-height: 1.5em;
  background-color: #fff;
  vertical-align: middle;
}
.c-form_field + .c-form_field {
  margin-top: 25px;
}
.c-form_label {
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 12px;
  font-size: 0.85714rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.4;
  color: #009944;
}
/* 注意文
========================================================= */
.c-caution {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.85714rem;
  color: #E95555;
}
.c-caution::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #E95555;
  border-radius: 100px;
}
.c-caution02 {
  margin-bottom: 5.2px;
}
.c-caution02 .c-caution02_text {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #555;
  position: relative;
}
.c-caution02 .c-caution02_text::before {
  content: "※";
  position: absolute;
  left: 0;
  width: 12px;
  height: 18px;
}
.c-cautionbox {
  position: relative;
  padding: 25px 25px 18px;
  border: 5px solid #E95555;
  border-radius: 5px;
}
.c-cautionbox:not(:last-child){
  margin-bottom:60px;
}
.c-cautionbox02 {
  padding: 30px 20px;
  background-color: #F8CBCB;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
.c-cautionbox {
  padding: 35px 30px 25px;
}
}
.c-cautionbox_title {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  letter-spacing: .035em;
  color: #E95555;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #fff;
  white-space: nowrap;
}
.c-cautionbox_text {
  font-size: 16px;
  font-size: 1.14286rem;
  letter-spacing: .08em;
  line-height: 1.875;
}
/* ボタンナビゲーション
========================================================= */
.c-btnnav {
  margin-bottom: 30px;
}
.c-btnnav_wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
.c-btnnav_wrapper {
  flex-direction: row;
  flex-wrap: wrap;
}
}
.c-btnnav_item {
  width: 100%;
  padding-bottom: 1px;
}

@media screen and (min-width: 768px) {
.c-btnnav_item {
  width: 25%;
  padding-right: 1px;
  border: solid 1px #009944;
  background-color: #fff;
}
}
.c-btnnav_item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 5px 40px 5px 20px;
  background: #fff;
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: .03em;
  color: #009944;
  line-height: 1.3;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) {
.c-btnnav_item a {
  height: 60px;
}
}
.c-btnnav_item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 10px;
  margin-top: -5px;
  background: url(/files/user/common/images/icon_arrow_r_green.svg) center no-repeat;
  background-size: 8px 10px;
  transition: all .3s ease;
}
.c-btnnav_item a:hover {
  opacity: 0.6;
}
.c-btnnav_item a:hover::after {
  margin-right: -5px;
}
.c-btnnav.light .c-btnnav_item {
  width: 100%;
  padding-bottom: 1px;
}

@media screen and (min-width: 768px) {
.c-btnnav.light .c-btnnav_item {
  width: 25%;
  padding-right: 1px;
}
}
.c-btnnav.light .c-btnnav_item a {
  color: #009944;
  background: #fff;
}
.c-btnnav.light .c-btnnav_item a::after {
  background-image: url(/files/user/common/images/icon_arrow_r_green.svg);
}
.c-btnnav.light .c-btnnav_item a:hover {
  background-color: #F1F5F3;
}
/* リンクリスト
========================================================= */
.c-linklist {
  margin-bottom: 40px;
}
.c-linklist_item {
  padding-left: 25px;
}
.c-linklist_item a {
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #009944;
  transition: all .3s ease;
  letter-spacing: .03em;
}
.c-linklist_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 15px;
  height: 3px;
  margin-top: -1px;
  background: #009944;
  border-radius: 10px;
}
.c-linklist_item a:hover {
  opacity: .7;
}
.c-linklist_item + .c-linklist_item {
  margin-top: 15px;
}
.c-linklist_item > .c-linklist {
  margin-top: 15px;
  margin-bottom: 0;
}
.c-linklist_item > .c-linklist .c-linklist_item {
  padding-left: 0;
}
.c-linklist_item > .c-linklist .c-linklist_item a {
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: normal;
  color: #212121;
}
.c-linklist_item > .c-linklist .c-linklist_item a::before {
  content: none;
  display: none;
}
.c-linklist_item > .c-linklist .c-linklist_item + .c-linklist_item {
  margin-top: 15px;
}
/* カード
----------------------------------------------- */
.c-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
#p-top_main .c-card , #photostudio .c-card{
  margin-top: 24px;
  flex-direction: row;
}
.c-card.is-new .c-card_img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #E95555;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility:hidden;
  -webkit-transform: translate3d(0,0,0);
  backface-visibility:hidden;
  overflow:hidden;
}
.c-card.is-new .c-card_img::after {
  content: "NEW";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 7px 10px 6px;
  font-size: 13px;
  font-size: 0.92857rem;
  color: #fff;
  background-color: #E95555;
  letter-spacing: .035em;
  border-radius: 5px 0 5px 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility:hidden;
  -webkit-transform: translate3d(0,0,0);
  backface-visibility:hidden;
  overflow:hidden;
}
.c-grid.pattern02 .c-card_content , .c-grid.pattern03 .c-card_content {
  border-bottom: none;
}
.c-grid.pattern02 .c-card_img > img ,
.c-grid.pattern03 .c-card_img > img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (min-width: 768px) {
  .c-card.row {
    flex-direction: row;
  }
  .c-card.row .c-card_img {
    flex: 0 0 200px;
    width: 200px;
    margin-right: 20px;
    padding-bottom: 0;
    height: 150px;
  }
  .c-card.row .c-card_content {
    height: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-grid.pattern02 .c-card.row {
    justify-content: space-between;
    pointer-events: none;
  }
  .c-grid.pattern02 .c-card.row .c-card_img {
    flex: 0 0 270px;
    width: 270px;
    height: 100%;
    margin-right: 40px;
    border-radius: 5px;
  }
  .c-grid.pattern02 .c-card.row .c-card_img img{
    top: 0;
    transform: translateY(0);
    border-radius: 5px;
    }
  .c-grid.pattern02 .c-card.row.reverse .c-card_img{
    margin-right: 0;
  }
  .c-grid.pattern02 .c-card.reverse{
  flex-direction : row-reverse;
    }
  .c-grid.pattern02 .c-card.row.reverse .c-card_content{
    margin-right: 40px;
  }
  .c-grid.pattern2 .c-card.row .c-card_content {
    width: 290px;
  }
}

.c-card_img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 75%;
}
#p-top_main .c-card_img {
  min-width: 120px;
  width: auto;
  height: 90px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #p-top_main .c-card_img {
    min-width: 180px;
    height: 135px;
  }
}

.c-card_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
}
.c-card_content {
  position: relative;
  padding-top: 10px;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
#p-top_main .c-card_content {
  padding-top: 0;
  border-bottom: none;
  margin-left: 6px;
}

@media screen and (min-width: 768px) {
  #p-top_main .c-card_content {
    margin-left: 16px;
    height: 100%;
    max-height: 100%;
  }
}

.c-card_content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #009944;
  transition: all .3s ease;
}
.c-grid.pattern02 .c-card_content::before ,
.c-grid.pattern03 .c-card_content::before
{
  display: none;
}
.c-card_text {
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: .05em;
  font-weight: bold;
  line-height: 1.5;
}
#p-top_main .c-card_text {
  margin-bottom: 5px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  #p-top_main .c-card_text {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.c-card_desc {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.c-card_under {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#p-top_main .c-card_under {
  margin-bottom: 8px;
  height: 16px;
  justify-content:flex-start;
}
@media screen and (min-width: 768px) {
  #p-top_main .c-card_under {
    margin-bottom: 26px;
  }
}
.c-card_label {
  display: flex;
  align-items: center;
}
.c-card_label > * + * {
  margin-left: 5px;
}
.c-card_date {
  font-size: 13px;
  font-size: 0.92857rem;
  color: #929292;
  letter-spacing: .02em;
  font-weight: bold;
  margin-left:auto;
  line-height:30px;
}
#p-top_main .c-card_date {
  font-size: 12px;
  margin-left: 0;
  line-height: unset;
}

@media screen and (min-width: 768px) {
  .c-card:hover .c-card_content::before {
    width: 100%;
  }
  #p-top_main .c-card:hover .c-card_content::before {
    width: 0;
  }
.c-card:hover .c-card_text,
.p-jlu_card:hover .p-jlu_card_content {
  color: #009944;
}
#p-top_main .c-card_date {
  font-size: 13px;
}
#p-top_main .c-good .c-good_count {
  font-size: 16px !important;
}
}
/* ラベル
----------------------------------------------- */
.c-label {
  display: inline-block;
  height: 30px;
  padding: 7px 10px 0;
  line-height: 1.2;
  font-size: 12px !important;
  font-size: 0.92857rem;
  letter-spacing: 0.035em;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-label {
    font-size: 13px !important;
  }
}
@media all and (-ms-high-contrast: none) {
 .c-label *::-ms-backdrop, .c-label {
 padding: 7px 10px 1px;
}
}
.c-label {
  background: #DDDDDD;
  color: #fff;
}
.c-label.new {
  background-color: #E95555;
}
.c-label.color-01 {
  background-color: #998000;
}
.c-label.color-02 {
  background-color: #008484;
}
.c-label.color-03 {
  background-color: #531D8A;
}
.c-label.color-04 {
  background-color: #C23636;
}
.c-label.color-05 {
  background-color: #105032;
}
.c-label.color-06 {
  background-color: #E95555;
}
.c-label.color-07 {
  background-color: #bd4300;
}
.c-label.color-08 {
  background-color: #0584b9;
}
.c-label.line {
  background-color: transparent;
}
.c-label.line.color-01 {
  color: #998000;
  border: 1px solid #998000;
}
.c-label.line.color-02 {
  color: #008484;
  border: 1px solid #008484;
}
.c-label.line.color-03 {
  color: #531D8A;
  border: 1px solid #531D8A;
}
.c-label.line.color-04 {
  color: #C23636;
  border: 1px solid #C23636;
}
.c-label.line.color-05 {
  color: #105032;
  border: 1px solid #105032;
}
/* ヘッドタイトル
========================================================= */
.c-heading_h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #212121;
}
#p-top_main .c-heading_h2 {
  text-align: center;
}
#p-top_main .c-heading_h2::before {
  right: 0;
  margin: auto;
}
.c-heading_h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 10px;
  background: url(/files/user/common/images/h2_point.svg);
  background-size: 80px 10px;
}
.p-heading_h3_btn-wrap .c-heading_h3 {
  margin-bottom: 0;
}
.p-heading_h3_btn-wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.p-heading_h3_btn-wrap div:last-child {
  display: inline-flex;
  width: 65%;
  margin-left: auto;
}
.c-heading_h4 {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 20px;
}
.c-heading_h5 {
  font-size: 16px;
  line-height: 1.555;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
.c-heading_h2 {
  margin-bottom: 50px;
  padding-bottom: 40px;
  font-size: 30px;
  font-size: 2.14286rem;
  text-align: left !important;
}
}

@media screen and (min-width: 768px) {
.c-heading_h2::before {
  left: 0;
  right: auto !important;
  margin-left: 0;
}
}
.c-heading_h2.light {
  color: #fff;
}
.c-heading_h2.light::before {
  background-image: url(/files/user/common/images/h2_point_white.svg);
}
.c-heading_h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 28px;
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #212121;
}
.c-heading_h3 .c-label {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
.c-heading_h3 {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.71429rem;
}
}
.c-heading_h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 8px;
  background: url(/files/user/common/images/h3_point.svg);
  background-size: 80px 8px;
}

@media screen and (min-width: 768px) {
.c-heading_h3::before {
  margin-left: 0;
}
.p-heading_h3_btn-wrap {
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-heading_h3_btn-wrap div:last-child {
  display: inline-flex;
  max-width: 200px;
  margin-left: auto;
}
.p-heading_h3_btn-wrap div:last-child a.c-btn.next > * {
  padding-right: 30px;
}
.c-heading_h4 {
  margin-bottom: 32px;
}
.c-heading_h5 {
  margin-bottom: 20px;
}
}
.c-heading_h3.light {
  color: #fff;
}
.c-heading_h3.light::before {
  background-image: url(/files/user/common/images/h3_point_white.svg);
}
.c-heading-page {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.c-heading-page {
  flex-direction: row;
  padding-bottom: 43px;
}
}
.c-heading-page > *:last-child {
  margin-bottom: 0;
}
.c-heading-page::before, .c-heading-page::after, .c-heading-page-block::before, .c-heading-page-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}
.c-heading-page::after, .c-heading-page-block::after {
  width: 50px;
  background: #CC0000;
}
.c-heading-page::before, .c-heading-page-block::before {
  width: 100%;
  background: #DDD;
}
.c-heading-page::before, .c-heading-page::after {
  display: none;
}

@media screen and (min-width: 768px) {
.c-heading-page::before, .c-heading-page::after {
  display: block;
}
}
.c-heading-page > * {
  flex: 1;
}
.c-heading-page-block {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
.c-heading-page-block {
  margin-bottom: 0;
  padding-bottom: 0;
}
}
.c-heading-page-block::before, .c-heading-page-block::after {
  display: block;
}

@media screen and (min-width: 768px) {
.c-heading-page-block::before, .c-heading-page-block::after {
  display: none;
}
}
.c-heading-page-tit {
  font-size: 32px;
  font-size: 2.28571rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.c-heading-page-subtit {
  display: block;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #CC0000;
}
.c-heading-page-tit + .c-heading-page-subtit {
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
.c-heading-page-text {
  flex: 0 0 450px;
  max-width: 45%;
}
}
.c-heading_set {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.c-heading_set {
  display: flex;
}
}
.c-heading_set > *[class^="c-heading_"] {
  margin-bottom: 0;
}
.c-heading_set_btn {
  text-align: right;
}
#photostudio .c-heading_set_btn , #information .c-heading_set_btn{
  text-align: center;
}
#photostudio .c-heading_set_btn .c-btn , #information .c-heading_set_btn .c-btn{
  width: 250px;
}

@media screen and (min-width: 768px) {
.c-heading_set_btn {
  margin-left: auto;
  margin-right: 0;
}
#photostudio .c-heading_set_btn , #information .c-heading_set_btn {
  text-align: right;
}
}
.c-heading_set_btn .c-btn {
  width: auto;
}
/* タブ
========================================================= */
.c-tab {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
.c-tab {
  max-width: 1024px;
  margin: auto;
}
}
.c-tab-control {
  display: flex;
  width: 100%;
  overflow: auto;
}
.c-tab-control-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 50px;
  padding: 5px 10px 3px;
  background: #F1F5F3;
  border: 1px solid #F1F5F3;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
.c-tab-control-item {
  align-items: flex-start;
  height: 60px;
  min-width: 200px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 1.42857rem;
  background: #fff;
  border: none;
  border-bottom: 8px solid #F1F5F3;
}
}
.c-tab-control-item.is-active {
  background: #fff;
  border-bottom-color: #fff;
  border-top-color: #009944;
  border-left-color: #009944;
  border-right-color: #009944;
  color: #009944;
  pointer-events: none;
  cursor: default;
}

@media screen and (min-width: 768px) {
.c-tab-control-item.is-active {
  border: none;
  border-bottom: 8px solid #009944;
}
}

@media (max-width: 768px) {
.c-tab-control-item + .c-tab-control-item {
  border-left: 1px solid #009944;
  padding-right: 11px;
}
.c-tab-control-item.is-active + .c-tab-control-item {
  padding-left: 11px;
  border-left: none;
}
}
.c-tab-content {
  padding: 30px 20px 0;
  background: #fff;
}

@media screen and (min-width: 768px) {
.c-tab-content {
  padding: 40px 0 0;
}
}
.c-tab-content > *:last-child {
  margin-bottom: 0;
}
/* 今日の日付
========================================================= */
.c-days {
  text-align: center;
}
.c-days_date {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  color: #009944;
}
.c-days_date span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  margin-left: 10px;
  font-size: 17px;
  font-size: 1.21429rem;
  color: #fff;
  background: #009944;
  border-radius: 20px;
}
.c-days_text {
  font-size: 16px;
  font-size: 1.14286rem;
  letter-spacing: .1em;
  line-height: 1.8;
}
.c-days.size_s .c-days_date {
  font-size: 22px;
  font-size: 1.57143rem;
}
.c-days.size_s .c-days_date span {
  width: 40px;
  height: 20px;
  font-size: 14px;
  font-size: 1rem;
}
.c-days.size_s .c-days_text {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}
/* ランキング
========================================================= */
.c-ranking_list {
  counter-reset: ranking;
  list-style: none;
}
.c-ranking_item a {
  position: relative;
  display: block;
  padding-left: 55px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .07em;
  text-align: justify;
  transition: all .3s ease;
  min-height: 30px;
  margin-top: 5px;
}
.c-ranking_item a:before {
  content: counter(ranking);
  counter-increment: ranking;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 0;
  height: 35px;
  width: 35px;
  background: #fff;
  font-size: 20px;
  font-size: 1.42857rem;
  font-style: italic;
  color: #929292;
  border: 2px solid #929292;
  border-radius: 5px;
  transition: all .3s ease;
}
.c-ranking_item a:hover {
  color: #009944;
}
.c-ranking_item a:hover::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-ranking_item + .c-ranking_item {
  margin-top: 14px;
  padding-top: 15px;
  border-top: 1px solid #DDDDDD;
}
.c-ranking_item:nth-child(1) a::before {
  border: none;
  color: #fff;
  background-color: #DFA724;
}
.c-ranking_item:nth-child(2) a::before {
  border: none;
  color: #fff;
  background-color: #9A9A9A;
}
.c-ranking_item:nth-child(3) a::before {
  border: none;
  color: #fff;
  background-color: #AF9F78;
}
.l-side_column .c-ranking .c-ranking_item {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
/* スライダー
========================================================= */
.c-slider {
  position: relative;
}

@media screen and (min-width: 768px) {
.c-slider {
  width: 100%;
}
}
.c-slider::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 147px;
  background-color: #0E8442;
}

@media screen and (min-width: 768px) {
.c-slider::before {
  height: 362px;
}
}
.c-slider_container {
  width: 100%;
}

@media screen and (min-width: 768px) {
.c-slider_container {
  height: 436px;
}
}

.c-slider_imgLink {
  position: absolute;
  display: block;
  width: 610px;
  height: 164px;
}
@media screen and (min-width: 768px) {
  .c-slider_imgLink {
    height: 352px;
    background: #000;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .c-slider_imgLink:hover {
    opacity: .1;
  }
}

.c-slider_img {
  width: 100%;
  height: 164px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
.c-slider_img {
  width: 610px;
  height: 352px;
}
}
.c-slider_content {
  position: relative;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
.c-slider_content {
  width: 250px;
  margin-left: 30px;
  padding: 0;
}
.c-slider_content::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 35px;
  left: -45px;
  width: 30px;
  height: 8px;
  border-radius: 50px;
  background: #fff;
}
}
.c-slider_title {
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
.c-slider_title {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 1.5;
}
}
.c-slider_text {
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.92857rem;
  color: #D5F6E4;
  letter-spacing: .03em;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
.c-slider_text {
  font-size: 14px;
  font-size: 1rem;
  line-height: 2;
}
}
.c-slider_link {
  position: absolute;
  top: 180px;
  left: 50%;
  width: 230px;
  margin-left: -115px;
}

@media screen and (min-width: 768px) {
.c-slider_link {
  top: 339px;
  right: 0;
  left: auto;
}
}
.c-slider_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 147px;
  opacity: .1;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
.c-slider_bg {
  height: 362px;
}
}

@media screen and (min-width: 768px) {
  #p-top_slider .swiper-container {
    width: 682px !important; /* 610px + 左右余白36px */
  }
}
#p-top_slider .swiper-container {
  width: 304.5px; /* 280px + 左右余白12.25px */
  margin: auto;
  overflow: visible;
}
#p-top_slider .c-slider {
  overflow: hidden;
}

.c-slider .swiper-slide {
  height: 270px;
  padding: 20px 20px 0;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .c-slider .swiper-slide {
    display: flex;
    /* height: 100%; */
    /* min-width: 610px; */
    padding: 50px 25px;
    background: none;
    /* flex-shrink: 1; */
}
}
.c-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.c-slider .swiper-button-prev, .c-slider .swiper-button-next {
  position: absolute;
  left: auto;
  top: calc(63.4vw - 40px - 45px);
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  background: url(/files/user/common/images/icon_prev.svg) center no-repeat #fff;
  background-size: 15px auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  display: none;
}
.c-slider .swiper-no-swiping .swiper-button-prev, .c-slider .swiper-no-swiping .swiper-button-next{
  display: none;
}

@media screen and (min-width: 768px) {
.c-slider .swiper-button-prev, .c-slider .swiper-button-next {
  top: 230px;
  bottom: 20px;
  display: block;
}
}
.c-slider .swiper-button-prev {
  right: 105px;
}

@media screen and (min-width: 768px) {
.c-slider .swiper-button-prev {
  left: 0;
}
}
.c-slider .swiper-button-next {
  right: 40px;
  background-image: url(/files/user/common/images/icon_next.svg);
}

@media screen and (min-width: 768px) {
.c-slider .swiper-button-next {
  right: 24px;
}
}

.swiper-pagination-bullet-active {
background: #0E8442 !important;
}

.swiper-pagination {
  bottom: 65px !important;
}

@media screen and (min-width: 768px) {
.swiper-pagination {
  bottom: 0 !important;
}
}

/* 検索関連
========================================================= */
.c-search {
  position: relative;
  width: 100%;
  height: 45px;
}

@media screen and (min-width: 768px) {
.c-search {
  padding-left: 20px;
  max-width: 300px;
}
}
.c-search input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 60px;
  background: #F1F5F3;
  border-radius: 100px;
}

@media screen and (min-width: 768px) {
.c-search input {
  font-size: 15px;
  font-size: 1.07143rem;
}
}
.c-search button {
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
  border: none;
  width: 20px;
  height: 20px;
  background: url(/files/user/common/images/icon_search.svg) center no-repeat;
  background-size: 20px;
}
/* アイコン
----------------------------------------------- */
.c-texticon_pdf::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 18px;
  margin-left: 3px;
  margin-bottom: -4px;
  background: url(/files/user/common/images/icon_pdf.svg) center no-repeat;
  background-size: contain;
}
/* リスト
========================================================= */
/* 通常リスト */
.c-list {
  margin-bottom: 20px;
}
.c-list .c-list {
  padding: 1em 0 0.5em 30px;
}
.c-list.disc .c-list-item {
  position: relative;
  padding-left: 12px;
}
.c-list.disc .c-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(.5em - 3px);
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.c-list.number, .c-list.number ol {
  counter-reset: list-number;
  padding-left: 0;
}
.c-list.number .c-list-item {
  position: relative;
  min-height: 24px;
  padding-top: 5px;
  padding-left: 31px;
}
.c-list.number .c-list-item::before {
  counter-increment: list-number;
  content: counter(list-number);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding-top: 2px;
  font-size: 14px;
  font-size: 1rem;
  font-family: 'Josefin Sans', 'Roboto', sans-serif;
  color: #fff;
  border-radius: 2px;
}
.c-list.important, .c-list.important ol {
  counter-reset: list-number;
  padding-left: 0;
}
.c-list.important .c-list-item {
  position: relative;
  min-height: 14px;
  padding-left: 20px;
}
.c-list.important .c-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(/files/user/common/images/icon_attention.svg) center no-repeat;
  background-size: contain;
}
.c-list-item {
  line-height: 1.2;
}
.c-list-item > *:last-child {
  margin-bottom: 0;
}
.c-list-item > a {
  margin-bottom: 0;
}
.c-list-item + .c-list-item {
  margin-top: 8px;
}
/* メニューリスト */
.c-menulist li > span, .c-menulist li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 5px 40px 5px 20px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1rem;
  color: #009944;
  border-bottom: 1px solid #009944;
}
.c-menulist li > span::before, .c-menulist li > span::after, .c-menulist li > a::before, .c-menulist li > a::after {
  content: "";
  position: absolute;
  transition: all .3s ease;
}
li > .c-menulist_parent {
  cursor: pointer;
}
li > .c-menulist_parent::before, li > .c-menulist_parent::after {
  display: block;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 3px;
  border-radius: 10px;
  background-color: #0E8442;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
li > .c-menulist_parent::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
li > .c-menulist_parent.is-active {
  font-weight: bold;
}
li > .c-menulist_parent.is-active::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.c-menulist li > a::after {
  display: block;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 12px;
  margin-top: -4px;
  background: url(/files/user/common/images/icon_arrow_r_green.svg) center no-repeat;
  background-size: 10px 12px;
}
.c-menulist li > ul {
  display: none;
}
.c-menulist li > ul span, .c-menulist li > ul a {
  background-color: #F1F5F3;
  padding-left: 36px;
  border-bottom: 1px solid #929292;
}
.c-menulist > li:last-child span, .c-menulist > li:last-child a {
  border-bottom: none;
}
/* お知らせリスト */
.c-newslist {
  margin-bottom: 30px;
}

.c-newslist_item + .c-newslist_item {
  margin-top: 20px;
}

#information .c-newslist_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}


#information .c-newslist_date {
  font-size: 13px;
  font-weight: bold;
  color: #929292;
}
.c-newslist_item a {
  display: block;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #929292;
  text-decoration: none;
}

#information .c-newslist_item:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
#information .c-newslist {
  margin-bottom: 40px;
  display: flex !important;
  flex-basis: 100%;
  flex-wrap: wrap;
}

#information .c-newslist_item {
  flex-basis: 48%;
}

#information .c-newslist_item:nth-child(even) {
  margin-left: 24px;
}
#information .c-newslist_item:nth-child(n+3) {
  margin-top: 20px !important;
}
#information .c-newslist_item:nth-child(2) {
  margin-top: 0 !important;
}

.c-newslist_item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background-color: #009944;
  transition: all .3s ease;
}
.c-newslist_item a:hover::before {
  width: 100%;
}
.c-newslist_item a:hover .c-newslist_text {
  color: #009944;
}
.c-newslist_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.c-newslist_label {
  display: flex;
  align-items: center;
}
.c-newslist_label > * + * {
  margin-left: 10px;
}
.c-newslist_text {
  letter-spacing: .07em;
  line-height: 1.3;
  transition: all .3s ease;
}
.c-newslist_date {
  color: #929292;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.1;
}
/* 1行リスト */
.c-linelist {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.c-linelist {
  margin-bottom: 20px;
}
}
.c-linelist_item a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}
.c-linelist_item a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #009944;
  transition: all .3s ease;
}
.c-linelist_item a:hover::before {
  width: 100%;
}
.c-linelist_item a:hover .c-linelist_text {
  color: #009944;
}
.c-linelist_text {
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: .07em;
  line-height: 1.5;
  transition: all .3s ease;
}
.c-linelist_date {
  margin-right: 20px;
  color: #929292;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.1;
}
.c-linelist_item + .c-linelist_item {
  margin-top: 20px;
}
/* 箇条書きリスト
========================================================= */
.c-dot_list.u-dot-icon_black > li::before {
  background-color: #444;
}
.c-dot_list.u-dot-icon_gray > li::before {
  background-color: #929292;
}
.c-dot_list li, .c-number_list li {
  margin-bottom: 10px;
  position: relative;
}
ul li ul.u-in_list {
  margin-top: 20px;
  margin-left: 20px;
}
.c-dot_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.c-dot_list li, .c-number_list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 20px;
  line-height: 1.5;
}
.c-number_list li.u-number-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #009944;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.36;
  text-align: center;
}
.c-number_list > li:nth-child(1)::before {
  content: "1";
}
.c-number_list > li:nth-child(2)::before {
  content: "2";
}
.c-number_list > li:nth-child(3)::before {
  content: "3";
}
/* 定義済みリスト
========================================================= */
.c-predefined-list_item {
  margin-bottom: 10.7px;
}
.c-predefined-list_title {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  color: #009944;
  margin-bottom: 8.9px;
}
.c-predefined-list_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  color: #212121;
}
/* パンくずリスト
========================================================= */
.c-topicpath {
  display: none;
  background: #F7F7F7;
}

@media screen and (min-width: 768px) {
.c-topicpath {
  display: block;
}
}
.c-topicpath-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px 0;
}

@media screen and (min-width: 1024px) {
.c-topicpath-list {
  padding: 10px 0 0;
}
}
.c-topicpath-item {
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px;
}
.c-topicpath-item > * {
  display: inline-block;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.2;
  color: #999999;
  padding-top: 0.2em;
}
.c-topicpath-item > a {
  color: #0A3B7C;
}
.c-topicpath-item + .c-topicpath-item {
  padding-left: 16px;
  background: url(../images/icon_topicpath.svg) left center no-repeat;
  background-size: 6px auto;
}
/* グリッド
========================================================= */
.c-grid {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.c-grid > div{
  width:100%;
}
.c-grid {
  display: flex;
  margin-left: -40px;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-grid > * {
  display: flex;
  padding-left: 24px;
}
}
#information .c-grid{
  margin-left: 0;
}
#information .c-grid > * {
  display: block;
  padding-left: 0;
}

.c-grid .no-wrap {
  flex-wrap: nowrap;
}
.c-grid > * + * {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
.c-grid.col-2 > * {
  width: 50%;
}
.c-grid.col-2 > * + * {
  margin-top: 0;
}
.c-grid.col-2 > *:nth-child(n + 3) {
  margin-top: 24px !important;
}

.c-grid.col-3 > * {
  width: 33.3333%;
}
.c-grid.col-3 > * + * {
  margin-top: 0;
}
.c-grid.col-3 > *:nth-child(n + 4) {
  margin-top: 40px;
}

.c-grid.col-4 > * {
  width: 25%;
}
.c-grid.col-4 > * + * {
  margin-top: 0;
}
.c-grid.col-4 > *:nth-child(n + 5) {
  margin-top: 40px;
}
}
.c-newslist_label > * + * {
  margin-left: 10px;
}

.c-grid.col-2 > *:nth-child(n + 3) {
  margin-top: 16px !important;
}

/* 汎用ナビゲーション
========================================================= */
@media screen and (min-width: 768px) {
.c-nav-panel {
  margin-bottom: 30px;/* タイプ： tiny *//* タイプ： mini *//* IRコンテンツ背景 */
}
}

@media screen and (min-width: 768px) {
.c-nav-panel {
  margin-bottom: 40px;
}
}
.c-nav-panel-list {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
.c-nav-panel-list {
  flex-direction: row;
  flex-wrap: wrap;
}
}
.c-nav-panel-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  padding: 10px 20px;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
.c-nav-panel-item {
  flex-direction: column;
  height: 160px;
  text-align: center;
}
}
.c-nav-panel-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.42s cubic-bezier(0.36, 0.1, 0.16, 1);
}
.c-nav-panel-item:hover::before {
  background: rgba(0, 0, 0, 0.62);
}
.c-nav-panel-item > *:not(a) {
  position: relative;
  z-index: 1;
}
.c-nav-panel-link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-nav-panel-icon img {
  width: auto;
  height: auto;
  max-height: 60px;
}

@media screen and (min-width: 768px) {
.c-nav-panel-icon img {
  max-height: 70px;
}
}
.c-nav-panel-text {
  flex: 0 0 auto;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.42857rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
}
.c-nav-panel-icon + .c-nav-panel-text {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
.c-nav-panel-icon + .c-nav-panel-text {
  margin-left: 0;
  margin-top: 10px;
}
}
.c-nav-panel.tiny {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny {
  margin-left: 0;
  margin-right: 0;
}
}
.c-nav-panel.tiny .c-nav-panel-list {
  flex-direction: row;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny .c-nav-panel-list {
  flex-wrap: nowrap;
  margin-left: -5px;
}
}
.c-nav-panel.tiny .c-nav-panel-block {
  width: 33.333%;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny .c-nav-panel-block {
  flex: 1;
  width: auto;
  padding-left: 5px;
}
}
.c-nav-panel.tiny .c-nav-panel-block:nth-child(n+4) {
  width: 50%;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny .c-nav-panel-block:nth-child(n+4) {
  width: auto;
}
}
.c-nav-panel.tiny .c-nav-panel-item {
  flex-direction: column;
  height: 115px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny .c-nav-panel-item {
  flex-direction: row;
  height: 70px;
}
}
.c-nav-panel.tiny .c-nav-panel-item > * {
  display: flex;
  align-items: center;
  flex: 1;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny .c-nav-panel-item > * {
  flex: none;
}
}
.c-nav-panel.tiny .c-nav-panel-icon {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny .c-nav-panel-icon {
  margin-bottom: 0;
}
}
.c-nav-panel.tiny .c-nav-panel-icon img {
  max-height: 35px;
}
.c-nav-panel.tiny .c-nav-panel-text {
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  word-break: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny .c-nav-panel-text {
  flex: 1;
  text-align: left;
  margin-top: 5px;
}
}
.c-nav-panel.tiny .c-nav-panel-icon + .c-nav-panel-text {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
.c-nav-panel.tiny .c-nav-panel-icon + .c-nav-panel-text {
  margin-left: 15px;
}
}
.c-nav-panel.mini .c-nav-panel-list {
  flex-direction: row;
  margin-left: -10px;
}

@media screen and (min-width: 768px) {
.c-nav-panel.mini .c-nav-panel-list {
  flex-wrap: nowrap;
  margin-left: -5px;
}
}
.c-nav-panel.mini .c-nav-panel-block {
  width: 50%;
  padding-left: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
.c-nav-panel.mini .c-nav-panel-block {
  flex: 1;
  width: auto;
  padding-left: 5px;
  padding-bottom: 0;
}
}
.c-nav-panel.mini .c-nav-panel-item {
  flex-direction: column;
  height: 68px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
.c-nav-panel.mini .c-nav-panel-item {
  flex-direction: row;
  height: 70px;
}
}
.c-nav-panel.mini .c-nav-panel-item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

@media screen and (min-width: 768px) {
.c-nav-panel.mini .c-nav-panel-item > * {
  flex: none;
}
}
.c-nav-panel.mini .c-nav-panel-text {
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  word-break: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
.c-nav-panel.mini .c-nav-panel-text {
  flex: 1;
  margin-top: 5px;
}
}
.c-nav-panel.mini .c-nav-panel-icon {
  display: none;
}

@media screen and (min-width: 768px) {
.c-nav-panel.mini .c-nav-panel-icon {
  display: block;
}
}
.c-nav-panel.mini .c-nav-panel-icon img {
  max-height: 35px;
}
.c-nav-panel.mini .c-nav-panel-icon + .c-nav-panel-text {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
.c-nav-panel.mini .c-nav-panel-icon + .c-nav-panel-text {
  margin-left: 15px;
}
}
.c-nav-panel-orientation .c-nav-panel-item {
  background-image: url(../images/bg_ir_orientation.jpg);
}
.c-nav-panel-topinterview .c-nav-panel-item {
  background-image: url(../images/bg_ir_topinterview.jpg);
}
.c-nav-panel-ipointerview .c-nav-panel-item {
  background-image: url(../images/bg_ir_ipointerview.jpg);
}
.c-nav-panel-local .c-nav-panel-item {
  background-image: url(../images/bg_ir_local.jpg);
}
.c-nav-panel-company .c-nav-panel-item {
  background-image: url(../images/bg_ir_company.jpg);
}
.c-nav-panel-benefit .c-nav-panel-item {
  background-image: url(../images/bg_ir_benefit.jpg);
}
.c-nav-panel-magazine .c-nav-panel-item {
  background-image: url(../images/bg_ir_magazine.jpg);
}
/* リンク
========================================================= */
.c-textlink {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 0;
  line-height: 1.5;
  font-size: 15px;
  font-size: 1.07143rem;
  letter-spacing: .1em;
  transition: all 0.25s cubic-bezier(0.36, 0.1, 0.16, 1);
}
.c-textlink::before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-textlink .c-label-id {
  margin-right: 5px;
}
.c-textlink.link, .c-textlink.pdf, .c-textlink.blank {
  padding: 0 0 0 20px;
}
.c-textlink.link::before, .c-textlink.pdf::before, .c-textlink.blank::before {
  content: "";
  width: 16px;
  height: 16px;
}
.c-textlink.link::before {
  background-image: url(../images/icon_right.svg);
}
.c-textlink.pdf::before {
  background-image: url(../images/icon_pdf.svg);
}
.c-textlink.blank::before {
  background-image: url(../images/icon_blank.svg);
}
.c-linklist-item {
  background: #F8F8F8;
}
.c-linklist-item a {
  border-top: 1px dashed #999999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 44px;
  font-size: 16px;
  font-size: 1.14286rem;
}
.c-linklist-item a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/icon_right.svg) center no-repeat;
  background-size: 16px auto;
}
.u-module-text-link_list a {
  margin-bottom: 1em;
}
.c-text-link a,
.l-detail a:not(.c-card) {
  font-weight: bold;
  color: #009944;
  position: relative;
  text-decoration: none;
}
.c-text-link.blank::before {
  content: url(/files/user/common/images/icon_blank_green.svg);
  left: 0;
  padding-right: 10px;
  vertical-align: sub;
}
.c-text-link.pdf::before {
  content: url(/files/user/common/images/icon_pdf03_green.svg);
  left: 0;
  padding-right: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
.c-textlink:hover {
  text-decoration: underline;
}
.c-text-link a:hover ,
.l-detail a:not(.c-card):hover {
  text-decoration: underline;
}
}
/* ボタン
========================================================= */
.u-module-btn-list div {
  margin-bottom: 20px;
}

.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: .03em;
  transition: all 0.32s cubic-bezier(0.36, 0.1, 0.16, 1);
  border-radius: 100px;
  border: 1px solid #DDDDDD;
  background-repeat: no-repeat;
  text-align: left;
}
.c-btn > * {
  position: relative;
  display: block;
  width: 100%;
}
.c-btn.dark ,
.l-detail .c-btn.dark {
  border: none;
  color: #fff;
  background-color: #009944;
}
.c-btn.black ,
.l-detail .c-btn.black {
  border: none;
  color: #fff;
  background-color: #333333;
}
.c-btn.emphasis ,
.l-detail .c-btn.emphasis {
  border: none;
  color: #fff;
  background-color: #E95555;
}
.c-btn.next.dark > *::after {
  background-image: url(/files/user/common/images/icon_arrow_r_white.svg);
}
.c-btn.next.emphasis > *::after {
  background-image: url(/files/user/common/images/icon_arrow_r_white.svg);
}
.c-btn.prev > * {
  padding-left: 40px;
}
.c-btn.prev > *::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(/files/user/common/images/icon_arrow_l.svg) center no-repeat;
  background-size: 8px 10px;
  transition: all .3s ease;
}
.c-btn.white {
  color: #009944;
  background-color: #fff;
}
.c-btn.login > * {
  padding-right: 40px;
  background-image: url(/files/user/common/images/icon_key_white.svg);
  background-size: 20px;
  background-position: center right;
}
.c-btn.login02 > * {
  padding-right: 40px;
  background-image: url(/files/user/common/images/icon_key_white.svg);
  background-size: 20px;
  background-position: center right;
}
.c-btn.blank > * {
  padding-right: 40px;
  background-image: url(/files/user/common/images/icon_blank.svg);
  background-size: 14px;
  background-position: center right;
}
.c-btn.next > * {
  padding-right: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn.next > * {
    text-align: left;
  }
}

.c-btn.next > *::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(/files/user/common/images/icon_arrow_r.svg) center no-repeat;
  background-size: 8px 10px;
  transition: all .3s ease;
}

@media screen and (min-width: 768px) {
.c-btn {
  width: auto;
}
.u-module-btn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.u-module-btn-list .c-btn{
  width: 100%;
  max-width: 280px;
}
.u-module-btn-list .c-btn.per100{
  max-width: 100%;
}
.u-module-btn-list .u-link-btn {
  width: 100%;
  text-align: center;
}
.u-module-btn-list div:not(.u-link-btn) {
  width: calc((100% - 40px)/2);
}
.u-link-btn .c-btn {
  width: 100%;
  max-width: 260px;
}
.c-btn.blank, .c-btn.pdf03 {
  width: 100%;
  max-width: 280px;
}
.c-btn.u-2lines-btn{
  width: 100%;
  max-width: 280px;
  height: 60px;
}
.u-2lines-btn .c-btn, .c-btn.emphasis {
  width: 100%;
  max-width: 280px;
  height: 60px;
}
.u-login02-btn .login02 {
  width: 100%;
}
.c-btn:hover {
  background-color: #DDDDDD;
  text-decoration: none !important;
}
.c-btn.white:hover {
  background-color: #DDDDDD;
}
.c-btn.dark:hover {
  background-color: #0E8442;
}
.c-btn.black:hover {
  background-color: #212121;
}
.c-btn.next:hover > *::after {
  right: 0;
}
.c-btn.prev.white:hover > *::after {
  left: 0;
}
}
.c-btn.prev.white > *::after {
  background-image: url(/files/user/common/images/icon_arrow_l_green.svg);
}
.c-btn.pdf > *, .c-btn.pdf02, .c-btn.pdf03 {
  padding-right: 40px;
}
.c-btn.pdf > *::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 18px;
  background: url(/files/user/common/images/icon_pdf.svg) center no-repeat;
  background-size: 14px 16px;
}
.c-btn.pdf02 {
  flex-flow: column nowrap;
  padding-top: 1em;
  padding-bottom: 1em;
  height: 60px;
}
.c-btn.pdf02::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 22px;
  background: url(/files/user/common/images/icon_pdf02.svg) center no-repeat;
  background-size: 18px 22px;
}
.c-btn.pdf03 {
  flex-flow: column nowrap;
  padding-top: 1em;
  padding-bottom: 1em;
}
.c-btn.pdf03::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/files/user/common/images/icon_pdf03.svg) center no-repeat;
  background-size: 18px 22px;
}
.c-btn.upload::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 22px;
  background: url(/files/user/common/images/icon_upload.svg) center no-repeat;
  background-size: 18px 22px;
}
.c-btn.pdf02 span:first-of-type {
  display: block;
  font-size: 14px;
}
.c-btn.pdf02 span:last-of-type {
  display: block;
  font-size: 12px;
}
.c-btn.block {
  display: flex;
  width: 100%;
}
.c-btn.size-s {
  height: 50px;
  padding: 17px 20px 15px;
  font-size: 12px;
  font-size: 0.85714rem;
}

@media screen and (min-width: 768px) {
.c-btn.size-l {
  width: 100%;
  max-width: 600px;
}
}
/* パネル
----------------------------------------------- */
.c-panel-magazine {
  padding: 18px 20px 15px;
  background: #F2F9FF;
}
.c-panel-magazine-block > *:last-child {
  margin-bottom: 0;
}
.c-panel-magazine-block + .c-panel-magazine-block {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #CCC;
}
.c-panel-index {
  border: 1px solid #ccc;
  background: #F8F8F8;
}

@media screen and (min-width: 768px) {
.c-panel-index {
  border: none;
}
}
.c-panel-index-container {
  padding: 15px;
}

@media screen and (min-width: 768px) {
.c-panel-index-container {
  padding: 30px;
}
}
.c-panel-index .c-panel-index-container + .c-panel-index-container {
  border-top: 1px solid #ddd;
}
.c-panel-index-content {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
.c-panel-index-content {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
}
.c-panel-index-content > * {
  margin-bottom: 0;
}
.c-panel-index-img {
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
.c-panel-index-img {
  height: 100%;
  margin-top: 0;
  padding-left: 45px;
}
}
.c-panel-index-img img {
  width: auto;
  height: 160px;
}

@media screen and (min-width: 768px) {
.c-panel-index-img img {
  width: 150px;
  height: auto;
}
}
.c-panel-index-img img + img {
  margin-top: 10px;
}
.c-panel-index-img + .c-panel-index-list {
  width: 100%;
}

@media screen and (min-width: 768px) {
.c-panel-index-img + .c-panel-index-list {
  max-width: calc(100% - 195px);
}
}
/* テキスト
========================================================= */
.c-text-notice {
  margin-bottom: 15px;
}
.c-text-notice p {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.5em;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.67;
}
.c-text-notice p::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 12px;
  font-size: 0.85714rem;
}
.c-text-notice p + p {
  margin-top: 5px;
}
/* テーブル
========================================================= */
.c-table {
  margin-bottom: 28px;
  padding-bottom: 12px;
  min-width: 100%;
  white-space: nowrap;
  overflow: auto;
}
.c-module-table {
  overflow-x: scroll;
}
.c-module-table .c-table-content01 {
  margin-bottom: 20px;
  width: 600px;
  border-collapse: collapse;
}
.c-module-table .c-table-content01 tr {
  border-top: 1px solid #ddd;
}
.c-module-table .c-table-content01 tr:last-child {
  border-bottom: 1px solid #ddd;
}
.c-module-table .c-table-content01 tr th {
  background-color: #009944;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-weight: bold;
  width: 180px;
  line-height: 2;
  padding: 22px 0;
  padding-left: 20.4px;
}
.c-module-table .c-table-content01 tr td {
  background-color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 22px;
}
.c-module-table .c-table-content02 {
  margin-bottom: 15px;
  width: 600px;
  border-collapse: collapse;
}
.c-module-table .c-table-content02 thead tr th {
  background-color: #009944;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-weight: bold;
  width: 100%;
  line-height: 2;
  padding: 23px 0;
  padding-left: 20px;
}
.c-module-table .c-table-content02 tbody tr {
  border-bottom: 1px solid #ddd;
}
.c-module-table .c-table-content02 tbody tr th {
  background-color: #F1F5F3;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
  width: 180px;
  line-height: 1.5;
  padding: 22px 0;
  padding-left: 20px;
}
.c-module-table .c-table-content02 tr td {
  background-color: #fff;
  font-weight: 500;
  line-height: 1.5;
  border-left: 1px solid #ddd;
  padding: 16px 22px;
}

@media screen and (min-width: 768px) {
.c-table {
  white-space: normal;
}
.c-module-table {
  overflow-x: visible;
}
}
.c-table table {
  min-width: 1000px;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
.c-table table {
  width: 100%;
  min-width: 0;
}
}
.c-table td, .c-table th {
  min-width: 160px;
  padding: 20px 25px 15px;
  vertical-align: top;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  white-space: normal;
}
.c-table th {
  color: #fff;
}
.c-table td {
  border-bottom: 1px solid #bbb;
}
.c-table td:not(:last-child) {
  border-right: 1px solid #bbb;
}
.c-table td[rowspan] ~ td {
  border-bottom-style: dashed;
}
.c-table thead th {
  min-width: 150px;
  width: 150px;
}
.c-table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.c-table tbody th {
  min-width: 220px;
  width: 220px;
  border-bottom: 1px solid #fff;
}
.c-table-heading {
  color: #666666;
  background: #F8F8F8;
}
/* 囲みテキスト
----------------------------------------------- */
.c-textbox {
  padding: 30px 20px;
  border-radius: 5px;
}
.u-color_bg_lgreen {
  background-color: #F1F5F3;
}
.u-border_lgreen {
  border: 3px solid #009944;
}
.c-textbox_title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  color: #009944;
  margin-bottom: 20px;
}
.c-textbox_text {
  font-size: 15px;
  line-height: 1.46;
  font-weight: 500;
}
.c-caution_icon {
  position: relative;
  padding-left: 23px;
}
.c-caution_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background-image: url("/files/user/images/icon_caution.svg");
}
/* タブパネル
========================================================= */
.c-tabpanel_wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.c-tabpanel_wrap .c-tab_list {
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  overflow-x: scroll;
}
.c-tab_list li {
  list-style-type: none;
  width: 100%;
  min-width: 130px;
}
.c-tab_list li a ,
.l-detail .c-tab_list li a {
  outline: none;
  background-color: #F1F5F3;
  display: flex;
  color: #212121;
  border-bottom: 1px solid #009944;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  height: 50px;
  line-height: 1.5;
}
.c-tab_list li a.selected ,
.l-detail .c-tab_list li a.selected {
  background-color: #fff;
  text-decoration: none;
  border-left: 1px solid #009944;
  border-top: 1px solid #009944;
  border-right: 1px solid #009944;
  border-bottom: none;
  cursor: default;
  color: #009944;
}
.c-panel_list {
  clear: both;
  border-top: none;
  padding: 0;
/*  background-color: #F1F5F3;*/
}
.c-panel_list li {
  list-style-type: none;
  padding: 30px 20px;
  color: #333;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
.c-tabpanel_wrap .c-tab_list {
  overflow: inherit;
}
.c-tabpanel_wrap .c-tab_list {
    margin-bottom: 40px;
  }
.c-tab_list li a ,
.l-detail .c-tab_list li a {
  font-size: 20px;
  font-weight: 600;
  border: none;
  height: 70px;
  background-color: #fff;
 transition: all .3s ease;
}
.c-tab_list li a:hover ,
.l-detail .c-tab_list li a:hover{
  color: #009944;
  text-decoration: none;
}
.c-tab_list li a.selected ,
.l-detail .c-tab_list li a.selected {
  position: relative;
  border: none;
}
.c-tab_list li a.selected::before ,
.l-detail .c-tab_list li a.selected::before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  bottom: 0;
  background-color: #009944;
  border-radius: 100px;
  transform: translateY(100%);
}
 .c-tab_list li , .c-tab_list li a ,
.l-detail .c-tab_list li , .c-tab_list li a{
    min-width: inherit;
  }
}
/* Project
----------------------------------------------- */
/* ページ： ログイン
----------------------------------------------- */
.p-login_wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: calc(100vh - 60px);
  background: url(/files/user/images/login/bg_01_sp.jpg) center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
.p-login_wrapper {
  min-height: calc(100vh - 80px);
  background-image: url(/files/user/images/login/bg_01_pc.jpg);
}
}
.p-login_wrapper .l-main {
  padding-top: 80px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
.p-login_wrapper .l-main {
  padding-top: 20px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
}
.p-login_text {
  letter-spacing: .07em;
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
.p-login_text {
  position: absolute;
  margin: 0;
}
}
.p-login_form {
  display: flex;
  flex-direction: column;
  padding: 40px 30px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: opacity .35s ease .1s, -webkit-transform .35s ease .1s;
  transition: opacity .35s ease .1s, transform .35s ease .1s;
  transition: opacity .35s ease .1s, transform .35s ease .1s, -webkit-transform .35s ease .1s;
  opacity: 0;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

@media screen and (min-width: 768px) {
.p-login_form {
  flex-direction: row;
  width: 700px;
  padding: 0;
}
}
.is-ready .p-login_form {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (min-width: 768px) {
.p-login_top {
  width: 300px;
  padding: 50px;
}
}

@media screen and (min-width: 768px) {
.p-login_bottom {
  width: 400px;
  padding: 50px;
  border-left: 1px solid #DDDDDD;
}
.p-login_bottom.logout {
  display: flex;
  align-items: center;
}
}
.p-login_title {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.p-login_title {
  margin-bottom: 40px;
}
}
.p-login_title > * {
  text-align: center;
}

@media screen and (min-width: 768px) {
.p-login_title > * {
  text-align: left;
}
}
.p-login_title h1 img {
  width: 120px;
  height: 35px;
}
.p-login_title p {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: bold;
  letter-spacing: .12em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
.p-login_title p {
  margin-top: 30px;
}
}
.p-login_title small {
  margin-top: 6px;
  font-size: 11px;
  font-size: 0.78571rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: .02em;
  line-height: 1;
  color: #929292;
}
.p-login_submit {
  margin-top: 30px;
}
.p-logout_submit {
  width: 100%;
}
.p-logout_submit .c-btn {
  width: 100%;
}
.p-logout_submit .c-btn > span {
  padding-right: 40px;
  background-image: url(/files/user/common/images/icon_logout_white.svg);
  background-size: 20px;
  background-position: center right;
}

/* TOP
----------------------------------------------- */
@media (max-width: 1024px) {
#p-top_slider + #p-top_main {
  padding-top: 0;
  margin-top: -30px;
}
#p-top_slider + #p-top_main > * {
  padding-top: 70px;
}
}

@media screen and (min-width: 768px) {
#p-top_slider + #p-top_main:not(.is-sidemiddle) {
  padding-top: 0;
  margin-top: -40px;
}
#p-top_slider + #p-top_main:not(.is-sidemiddle) > .l-section {
  padding-top: 100px;
}
#p-top_slider + #p-top_main.is-sidemiddle {
  padding-top: 60px;
}

#p-top_main.is-sidemiddle {
  padding-top: 40px;
}
#p-top_main.is-sidemiddle .l-content_inner {
  position: relative;
}
#p-top_main.is-sidemiddle .l-content_inner .l-side {
  position: absolute;
  top: 41%;
  left: 22px;
  width: 300px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#p-top_main.is-sidemiddle .l-content_inner .l-main {
  padding-left: 380px;
}
}

#p-top_main .l-side {
  display: none;
}

@media screen and (min-width: 768px) {
#p-top_main .l-side {
  display: block;
}
}
#p-top_main .p-top_information_btn {
  width: 250px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  flex-basis: auto;
}

@media screen and (min-width: 768px) {
#p-top_main .p-top_information_btn {
  margin-right: 0;
}
}

@media (max-width: 768px) {
#p-top_knowledge .p-top_knowledge_wrapper > *:nth-child(even) .p-knowledge_card,
#p-top_jlu .p-top_jlu_wrapper > *:nth-child(even) .p-jlu_card {
  flex-direction: row-reverse;
}
#p-top_knowledge .p-top_knowledge_wrapper > *:nth-child(even) .p-knowledge_card .p-knowledge_card_img,
#p-top_jlu .p-top_jlu_wrapper > *:nth-child(even) .p-jlu_card .p-jlu_card_img {
  margin-left: 15px;
  margin-right: 0;
}
}
#p-top_knowledge .p-knowledge_card {
  display: flex;
  width: 100%;
  color: #fff;
}
#p-top_jlu .p-jlu_card {
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
#p-top_knowledge .p-knowledge_card,
#p-top_jlu .p-jlu_card {
  flex-direction: column;
  transition: all .3s ease;
}
}
#p-top_knowledge .p-knowledge_card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 140px;
  width: 140px;
  min-height: 140px;
  height: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
}
#p-top_jlu .p-jlu_card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 140px;
  width: 140px;
  min-height: 140px;
  height: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #009944;
}

@media screen and (min-width: 768px) {
#p-top_knowledge .p-knowledge_card_img,
#p-top_jlu .p-jlu_card_img {
  flex: 1 1 0%;
  width: 100%;
  margin-right: 0;
}
}
#p-top_knowledge .p-knowledge_card_content {
  height: 100%;
  padding-top: 5px;
  border-bottom: 1px solid #fff;
}
#p-top_jlu .p-jlu_card_content {
  height: 100%;
  padding-top: 5px;
  border-bottom: 1px solid #929292;
}

@media screen and (min-width: 768px) {
#p-top_knowledge .p-knowledge_card_content,
#p-top_jlu .p-jlu_card_content {
  padding: 15px 20px 10px;
}
}
#p-top_knowledge .p-knowledge_card_title,
#p-top_jlu .p-jlu_card_title {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
#p-top_knowledge .p-knowledge_card_title,
#p-top_jlu .p-jlu_card_title {
  margin-bottom: 10px;
}
}
#p-top_knowledge .p-knowledge_card_text,
#p-top_jlu .p-jlu_card_text {
  font-size: 14px;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
#p-top_knowledge .p-knowledge_card:hover,
#p-top_jlu .p-jlu_card:hover {
  opacity: .85;
}
}
#p-top_news .p-top_news_wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
#p-top_news .p-top_news_wrapper {
  flex-direction: row;
}
}

@media screen and (min-width: 768px) {
#p-top_news .c-linelist {
  width: 100%;
  margin-bottom: 0;
}
}
#p-top_news .p-top_news_link {
  background: #F1F5F3;
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px;
}

@media screen and (min-width: 768px) {
#p-top_news .p-top_news_link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 280px;
  width: 280px;
  margin-left: 40px;
  margin-right: 0;
  padding: 15px;
}
}

/* Utility
----------------------------------------------- */
/* 画像
========================================================= */
.u-img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.u-img-fit.top {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  font-family: 'object-fit: cover; object-position: 50% 0%;';
}
.u-img-fit.bottom {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
  font-family: 'object-fit: cover; object-position: 50% 100%;';
}
/* デバイス別表示
----------------------------------------------- */
.u-display_sp {
  display: block;
}

@media screen and (min-width: 768px) {
.u-display_sp {
  display: none;
}
}
.u-display_pc {
  display: none;
}

@media screen and (min-width: 768px) {
.u-display_pc {
  display: block;
}
}
/* ホバー
----------------------------------------------- */
.u-hover_fade {
  transition: opacity 0.65s cubic-bezier(0.36, 0.1, 0.16, 1);
}
.u-hover_fade:hover {
  opacity: .72;
}
.u-hover_textline:hover {
  text-decoration: underline;
}
/* 余白相殺
----------------------------------------------- */
.u-offset_padding {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
.u-offset_padding {
  margin-left: 0;
  margin-right: 0;
}
}
/* 最終要素マージン除去
----------------------------------------------- */
.u-lastmargin_none > *:last-child {
  margin-bottom: 0 !important;
}
/* 背景色
----------------------------------------------- */
.u-bgcolor_default {
  background-color: #212121;
}
.u-bgcolor_green {
  background-color: #009944;
}
.u-bgcolor_green_d {
  background-color: #0E8442;
}
.u-bgcolor_red {
  background-color: #E95555;
}
.u-bgcolor_gray_l {
  background-color: #F8F8F8;
}
.u-bgcolor_gray {
  background-color: #DDDDDD;
}
.u-bgcolor_black {
  background-color: #333333;
}
.u-bgcolor_black_d {
  background-color: #212121;
}
.u-bgcolor_bg_gray {
  background-color: #F1F5F3;
}
.u-bgcolor_placeholder {
  background-color: #CECECE;
}
.u-bgcolor_label_01 {
  background-color: #998000;
}
.u-bgcolor_label_02 {
  background-color: #008484;
}
.u-bgcolor_label_03 {
  background-color: #531D8A;
}
.u-bgcolor_label_04 {
  background-color: #C23636;
}
.u-bgcolor_label_05 {
  background-color: #105032;
}
/* マージン
----------------------------------------------- */
.u-mt_0 {
  margin-top: 0px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_0-l {
  margin-top: 0px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_0-m {
  margin-top: 0px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_0-s {
  margin-top: 0px !important;
}
}
.u-mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_0-l {
  margin-right: 0px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_0-m {
  margin-right: 0px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_0-s {
  margin-right: 0px !important;
}
}
.u-mb_0 {
  margin-bottom: 0px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_0-l {
  margin-bottom: 0px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_0-m {
  margin-bottom: 0px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_0-s {
  margin-bottom: 0px !important;
}
}
.u-ml_0 {
  margin-left: 0px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_0-l {
  margin-left: 0px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_0-m {
  margin-left: 0px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_0-s {
  margin-left: 0px !important;
}
}
.u-mt_1 {
  margin-top: 1px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_1-l {
  margin-top: 1px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_1-m {
  margin-top: 1px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_1-s {
  margin-top: 1px !important;
}
}
.u-mr_1 {
  margin-right: 1px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_1-l {
  margin-right: 1px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_1-m {
  margin-right: 1px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_1-s {
  margin-right: 1px !important;
}
}
.u-mb_1 {
  margin-bottom: 1px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_1-l {
  margin-bottom: 1px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_1-m {
  margin-bottom: 1px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_1-s {
  margin-bottom: 1px !important;
}
}
.u-ml_1 {
  margin-left: 1px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_1-l {
  margin-left: 1px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_1-m {
  margin-left: 1px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_1-s {
  margin-left: 1px !important;
}
}
.u-mt_2 {
  margin-top: 2px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_2-l {
  margin-top: 2px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_2-m {
  margin-top: 2px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_2-s {
  margin-top: 2px !important;
}
}
.u-mr_2 {
  margin-right: 2px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_2-l {
  margin-right: 2px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_2-m {
  margin-right: 2px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_2-s {
  margin-right: 2px !important;
}
}
.u-mb_2 {
  margin-bottom: 2px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_2-l {
  margin-bottom: 2px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_2-m {
  margin-bottom: 2px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_2-s {
  margin-bottom: 2px !important;
}
}
.u-ml_2 {
  margin-left: 2px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_2-l {
  margin-left: 2px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_2-m {
  margin-left: 2px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_2-s {
  margin-left: 2px !important;
}
}
.u-mt_3 {
  margin-top: 3px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_3-l {
  margin-top: 3px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_3-m {
  margin-top: 3px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_3-s {
  margin-top: 3px !important;
}
}
.u-mr_3 {
  margin-right: 3px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_3-l {
  margin-right: 3px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_3-m {
  margin-right: 3px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_3-s {
  margin-right: 3px !important;
}
}
.u-mb_3 {
  margin-bottom: 3px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_3-l {
  margin-bottom: 3px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_3-m {
  margin-bottom: 3px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_3-s {
  margin-bottom: 3px !important;
}
}
.u-ml_3 {
  margin-left: 3px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_3-l {
  margin-left: 3px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_3-m {
  margin-left: 3px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_3-s {
  margin-left: 3px !important;
}
}
.u-mt_4 {
  margin-top: 4px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_4-l {
  margin-top: 4px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_4-m {
  margin-top: 4px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_4-s {
  margin-top: 4px !important;
}
}
.u-mr_4 {
  margin-right: 4px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_4-l {
  margin-right: 4px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_4-m {
  margin-right: 4px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_4-s {
  margin-right: 4px !important;
}
}
.u-mb_4 {
  margin-bottom: 4px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_4-l {
  margin-bottom: 4px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_4-m {
  margin-bottom: 4px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_4-s {
  margin-bottom: 4px !important;
}
}
.u-ml_4 {
  margin-left: 4px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_4-l {
  margin-left: 4px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_4-m {
  margin-left: 4px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_4-s {
  margin-left: 4px !important;
}
}
.u-mt_5 {
  margin-top: 5px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_5-l {
  margin-top: 5px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_5-m {
  margin-top: 5px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_5-s {
  margin-top: 5px !important;
}
}
.u-mr_5 {
  margin-right: 5px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_5-l {
  margin-right: 5px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_5-m {
  margin-right: 5px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_5-s {
  margin-right: 5px !important;
}
}
.u-mb_5 {
  margin-bottom: 5px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_5-l {
  margin-bottom: 5px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_5-m {
  margin-bottom: 5px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_5-s {
  margin-bottom: 5px !important;
}
}
.u-ml_5 {
  margin-left: 5px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_5-l {
  margin-left: 5px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_5-m {
  margin-left: 5px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_5-s {
  margin-left: 5px !important;
}
}
.u-mt_10 {
  margin-top: 10px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_10-l {
  margin-top: 10px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_10-m {
  margin-top: 10px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_10-s {
  margin-top: 10px !important;
}
}
.u-mr_10 {
  margin-right: 10px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_10-l {
  margin-right: 10px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_10-m {
  margin-right: 10px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_10-s {
  margin-right: 10px !important;
}
}
.u-mb_10 {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_10-l {
  margin-bottom: 10px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_10-m {
  margin-bottom: 10px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_10-s {
  margin-bottom: 10px !important;
}
}
.u-ml_10 {
  margin-left: 10px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_10-l {
  margin-left: 10px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_10-m {
  margin-left: 10px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_10-s {
  margin-left: 10px !important;
}
}
.u-mt_12 {
  margin-top: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_12-l {
  margin-top: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_12-m {
  margin-top: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_12-s {
  margin-top: 12px !important;
}
}
.u-mr_12 {
  margin-right: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_12-l {
  margin-right: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_12-m {
  margin-right: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_12-s {
  margin-right: 12px !important;
}
}
.u-mb_12 {
  margin-bottom: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_12-l {
  margin-bottom: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_12-m {
  margin-bottom: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_12-s {
  margin-bottom: 12px !important;
}
}
.u-ml_12 {
  margin-left: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_12-l {
  margin-left: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_12-m {
  margin-left: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_12-s {
  margin-left: 12px !important;
}
}
.u-mt_15 {
  margin-top: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_15-l {
  margin-top: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_15-m {
  margin-top: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_15-s {
  margin-top: 15px !important;
}
}
.u-mr_15 {
  margin-right: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_15-l {
  margin-right: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_15-m {
  margin-right: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_15-s {
  margin-right: 15px !important;
}
}
.u-mb_15 {
  margin-bottom: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_15-l {
  margin-bottom: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_15-m {
  margin-bottom: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_15-s {
  margin-bottom: 15px !important;
}
}
.u-ml_15 {
  margin-left: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_15-l {
  margin-left: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_15-m {
  margin-left: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_15-s {
  margin-left: 15px !important;
}
}
.u-mt_20 {
  margin-top: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_20-l {
  margin-top: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_20-m {
  margin-top: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_20-s {
  margin-top: 20px !important;
}
}
.u-mr_20 {
  margin-right: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_20-l {
  margin-right: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_20-m {
  margin-right: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_20-s {
  margin-right: 20px !important;
}
}
.u-mb_20 {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_20-l {
  margin-bottom: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_20-m {
  margin-bottom: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_20-s {
  margin-bottom: 20px !important;
}
}
.u-ml_20 {
  margin-left: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_20-l {
  margin-left: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_20-m {
  margin-left: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_20-s {
  margin-left: 20px !important;
}
}
.u-mt_25 {
  margin-top: 25px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_25-l {
  margin-top: 25px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_25-m {
  margin-top: 25px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_25-s {
  margin-top: 25px !important;
}
}
.u-mr_25 {
  margin-right: 25px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_25-l {
  margin-right: 25px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_25-m {
  margin-right: 25px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_25-s {
  margin-right: 25px !important;
}
}
.u-mb_25 {
  margin-bottom: 25px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_25-l {
  margin-bottom: 25px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_25-m {
  margin-bottom: 25px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_25-s {
  margin-bottom: 25px !important;
}
}
.u-ml_25 {
  margin-left: 25px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_25-l {
  margin-left: 25px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_25-m {
  margin-left: 25px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_25-s {
  margin-left: 25px !important;
}
}
.u-mt_30 {
  margin-top: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_30-l {
  margin-top: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_30-m {
  margin-top: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_30-s {
  margin-top: 30px !important;
}
}
.u-mr_30 {
  margin-right: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_30-l {
  margin-right: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_30-m {
  margin-right: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_30-s {
  margin-right: 30px !important;
}
}
.u-mb_30 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_30-l {
  margin-bottom: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_30-m {
  margin-bottom: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_30-s {
  margin-bottom: 30px !important;
}
}
.u-ml_30 {
  margin-left: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_30-l {
  margin-left: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_30-m {
  margin-left: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_30-s {
  margin-left: 30px !important;
}
}
.u-mt_35 {
  margin-top: 35px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_35-l {
  margin-top: 35px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_35-m {
  margin-top: 35px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_35-s {
  margin-top: 35px !important;
}
}
.u-mr_35 {
  margin-right: 35px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_35-l {
  margin-right: 35px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_35-m {
  margin-right: 35px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_35-s {
  margin-right: 35px !important;
}
}
.u-mb_35 {
  margin-bottom: 35px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_35-l {
  margin-bottom: 35px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_35-m {
  margin-bottom: 35px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_35-s {
  margin-bottom: 35px !important;
}
}
.u-ml_35 {
  margin-left: 35px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_35-l {
  margin-left: 35px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_35-m {
  margin-left: 35px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_35-s {
  margin-left: 35px !important;
}
}
.u-mt_40 {
  margin-top: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_40-l {
  margin-top: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_40-m {
  margin-top: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_40-s {
  margin-top: 40px !important;
}
}
.u-mr_40 {
  margin-right: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_40-l {
  margin-right: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_40-m {
  margin-right: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_40-s {
  margin-right: 40px !important;
}
}
.u-mb_40 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_40-l {
  margin-bottom: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_40-m {
  margin-bottom: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_40-s {
  margin-bottom: 40px !important;
}
}
.u-ml_40 {
  margin-left: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_40-l {
  margin-left: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_40-m {
  margin-left: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_40-s {
  margin-left: 40px !important;
}
}
.u-mt_45 {
  margin-top: 45px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_45-l {
  margin-top: 45px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_45-m {
  margin-top: 45px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_45-s {
  margin-top: 45px !important;
}
}
.u-mr_45 {
  margin-right: 45px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_45-l {
  margin-right: 45px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_45-m {
  margin-right: 45px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_45-s {
  margin-right: 45px !important;
}
}
.u-mb_45 {
  margin-bottom: 45px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_45-l {
  margin-bottom: 45px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_45-m {
  margin-bottom: 45px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_45-s {
  margin-bottom: 45px !important;
}
}
.u-ml_45 {
  margin-left: 45px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_45-l {
  margin-left: 45px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_45-m {
  margin-left: 45px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_45-s {
  margin-left: 45px !important;
}
}
.u-mt_50 {
  margin-top: 50px !important;
}

@media screen and (min-width: 1024px) {
.u-mt_50-l {
  margin-top: 50px !important;
}
}

@media screen and (min-width: 768px) {
.u-mt_50-m {
  margin-top: 50px !important;
}
}

@media screen and (min-width: 375px) {
.u-mt_50-s {
  margin-top: 50px !important;
}
}
.u-mr_50 {
  margin-right: 50px !important;
}

@media screen and (min-width: 1024px) {
.u-mr_50-l {
  margin-right: 50px !important;
}
}

@media screen and (min-width: 768px) {
.u-mr_50-m {
  margin-right: 50px !important;
}
}

@media screen and (min-width: 375px) {
.u-mr_50-s {
  margin-right: 50px !important;
}
}
.u-mb_50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 1024px) {
.u-mb_50-l {
  margin-bottom: 50px !important;
}
}

@media screen and (min-width: 768px) {
.u-mb_50-m {
  margin-bottom: 50px !important;
}
}

@media screen and (min-width: 375px) {
.u-mb_50-s {
  margin-bottom: 50px !important;
}
}
.u-ml_50 {
  margin-left: 50px !important;
}

@media screen and (min-width: 1024px) {
.u-ml_50-l {
  margin-left: 50px !important;
}
}

@media screen and (min-width: 768px) {
.u-ml_50-m {
  margin-left: 50px !important;
}
}

@media screen and (min-width: 375px) {
.u-ml_50-s {
  margin-left: 50px !important;
}
}
.u-m-left {
  margin-left: 0;
  margin-right: auto;
}
.u-m-center {
  margin-left: auto;
  margin-right: auto;
}
.u-m-right {
  margin-left: auto;
  margin-right: 0;
}
/* パディング
----------------------------------------------- */
.u-pt_0 {
  padding-top: 0px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_0-l {
  padding-top: 0px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_0-m {
  padding-top: 0px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_0-s {
  padding-top: 0px !important;
}
}
.u-pr_0 {
  padding-right: 0px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_0-l {
  padding-right: 0px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_0-m {
  padding-right: 0px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_0-s {
  padding-right: 0px !important;
}
}
.u-pb_0 {
  padding-bottom: 0px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_0-l {
  padding-bottom: 0px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_0-m {
  padding-bottom: 0px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_0-s {
  padding-bottom: 0px !important;
}
}
.u-pl_0 {
  padding-left: 0px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_0-l {
  padding-left: 0px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_0-m {
  padding-left: 0px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_0-s {
  padding-left: 0px !important;
}
}
.u-pt_1 {
  padding-top: 1px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_1-l {
  padding-top: 1px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_1-m {
  padding-top: 1px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_1-s {
  padding-top: 1px !important;
}
}
.u-pr_1 {
  padding-right: 1px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_1-l {
  padding-right: 1px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_1-m {
  padding-right: 1px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_1-s {
  padding-right: 1px !important;
}
}
.u-pb_1 {
  padding-bottom: 1px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_1-l {
  padding-bottom: 1px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_1-m {
  padding-bottom: 1px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_1-s {
  padding-bottom: 1px !important;
}
}
.u-pl_1 {
  padding-left: 1px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_1-l {
  padding-left: 1px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_1-m {
  padding-left: 1px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_1-s {
  padding-left: 1px !important;
}
}
.u-pt_2 {
  padding-top: 2px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_2-l {
  padding-top: 2px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_2-m {
  padding-top: 2px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_2-s {
  padding-top: 2px !important;
}
}
.u-pr_2 {
  padding-right: 2px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_2-l {
  padding-right: 2px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_2-m {
  padding-right: 2px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_2-s {
  padding-right: 2px !important;
}
}
.u-pb_2 {
  padding-bottom: 2px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_2-l {
  padding-bottom: 2px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_2-m {
  padding-bottom: 2px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_2-s {
  padding-bottom: 2px !important;
}
}
.u-pl_2 {
  padding-left: 2px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_2-l {
  padding-left: 2px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_2-m {
  padding-left: 2px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_2-s {
  padding-left: 2px !important;
}
}
.u-pt_3 {
  padding-top: 3px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_3-l {
  padding-top: 3px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_3-m {
  padding-top: 3px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_3-s {
  padding-top: 3px !important;
}
}
.u-pr_3 {
  padding-right: 3px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_3-l {
  padding-right: 3px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_3-m {
  padding-right: 3px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_3-s {
  padding-right: 3px !important;
}
}
.u-pb_3 {
  padding-bottom: 3px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_3-l {
  padding-bottom: 3px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_3-m {
  padding-bottom: 3px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_3-s {
  padding-bottom: 3px !important;
}
}
.u-pl_3 {
  padding-left: 3px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_3-l {
  padding-left: 3px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_3-m {
  padding-left: 3px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_3-s {
  padding-left: 3px !important;
}
}
.u-pt_4 {
  padding-top: 4px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_4-l {
  padding-top: 4px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_4-m {
  padding-top: 4px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_4-s {
  padding-top: 4px !important;
}
}
.u-pr_4 {
  padding-right: 4px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_4-l {
  padding-right: 4px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_4-m {
  padding-right: 4px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_4-s {
  padding-right: 4px !important;
}
}
.u-pb_4 {
  padding-bottom: 4px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_4-l {
  padding-bottom: 4px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_4-m {
  padding-bottom: 4px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_4-s {
  padding-bottom: 4px !important;
}
}
.u-pl_4 {
  padding-left: 4px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_4-l {
  padding-left: 4px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_4-m {
  padding-left: 4px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_4-s {
  padding-left: 4px !important;
}
}
.u-pt_5 {
  padding-top: 5px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_5-l {
  padding-top: 5px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_5-m {
  padding-top: 5px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_5-s {
  padding-top: 5px !important;
}
}
.u-pr_5 {
  padding-right: 5px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_5-l {
  padding-right: 5px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_5-m {
  padding-right: 5px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_5-s {
  padding-right: 5px !important;
}
}
.u-pb_5 {
  padding-bottom: 5px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_5-l {
  padding-bottom: 5px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_5-m {
  padding-bottom: 5px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_5-s {
  padding-bottom: 5px !important;
}
}
.u-pl_5 {
  padding-left: 5px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_5-l {
  padding-left: 5px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_5-m {
  padding-left: 5px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_5-s {
  padding-left: 5px !important;
}
}
.u-pt_10 {
  padding-top: 10px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_10-l {
  padding-top: 10px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_10-m {
  padding-top: 10px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_10-s {
  padding-top: 10px !important;
}
}
.u-pr_10 {
  padding-right: 10px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_10-l {
  padding-right: 10px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_10-m {
  padding-right: 10px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_10-s {
  padding-right: 10px !important;
}
}
.u-pb_10 {
  padding-bottom: 10px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_10-l {
  padding-bottom: 10px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_10-m {
  padding-bottom: 10px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_10-s {
  padding-bottom: 10px !important;
}
}
.u-pl_10 {
  padding-left: 10px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_10-l {
  padding-left: 10px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_10-m {
  padding-left: 10px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_10-s {
  padding-left: 10px !important;
}
}
.u-pt_12 {
  padding-top: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_12-l {
  padding-top: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_12-m {
  padding-top: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_12-s {
  padding-top: 12px !important;
}
}
.u-pr_12 {
  padding-right: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_12-l {
  padding-right: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_12-m {
  padding-right: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_12-s {
  padding-right: 12px !important;
}
}
.u-pb_12 {
  padding-bottom: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_12-l {
  padding-bottom: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_12-m {
  padding-bottom: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_12-s {
  padding-bottom: 12px !important;
}
}
.u-pl_12 {
  padding-left: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_12-l {
  padding-left: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_12-m {
  padding-left: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_12-s {
  padding-left: 12px !important;
}
}
.u-pt_15 {
  padding-top: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_15-l {
  padding-top: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_15-m {
  padding-top: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_15-s {
  padding-top: 15px !important;
}
}
.u-pr_15 {
  padding-right: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_15-l {
  padding-right: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_15-m {
  padding-right: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_15-s {
  padding-right: 15px !important;
}
}
.u-pb_15 {
  padding-bottom: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_15-l {
  padding-bottom: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_15-m {
  padding-bottom: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_15-s {
  padding-bottom: 15px !important;
}
}
.u-pl_15 {
  padding-left: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_15-l {
  padding-left: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_15-m {
  padding-left: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_15-s {
  padding-left: 15px !important;
}
}
.u-pt_20 {
  padding-top: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_20-l {
  padding-top: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_20-m {
  padding-top: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_20-s {
  padding-top: 20px !important;
}
}
.u-pr_20 {
  padding-right: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_20-l {
  padding-right: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_20-m {
  padding-right: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_20-s {
  padding-right: 20px !important;
}
}
.u-pb_20 {
  padding-bottom: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_20-l {
  padding-bottom: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_20-m {
  padding-bottom: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_20-s {
  padding-bottom: 20px !important;
}
}
.u-pl_20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_20-l {
  padding-left: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_20-m {
  padding-left: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_20-s {
  padding-left: 20px !important;
}
}
.u-pt_25 {
  padding-top: 25px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_25-l {
  padding-top: 25px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_25-m {
  padding-top: 25px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_25-s {
  padding-top: 25px !important;
}
}
.u-pr_25 {
  padding-right: 25px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_25-l {
  padding-right: 25px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_25-m {
  padding-right: 25px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_25-s {
  padding-right: 25px !important;
}
}
.u-pb_25 {
  padding-bottom: 25px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_25-l {
  padding-bottom: 25px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_25-m {
  padding-bottom: 25px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_25-s {
  padding-bottom: 25px !important;
}
}
.u-pl_25 {
  padding-left: 25px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_25-l {
  padding-left: 25px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_25-m {
  padding-left: 25px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_25-s {
  padding-left: 25px !important;
}
}
.u-pt_30 {
  padding-top: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_30-l {
  padding-top: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_30-m {
  padding-top: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_30-s {
  padding-top: 30px !important;
}
}
.u-pr_30 {
  padding-right: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_30-l {
  padding-right: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_30-m {
  padding-right: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_30-s {
  padding-right: 30px !important;
}
}
.u-pb_30 {
  padding-bottom: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_30-l {
  padding-bottom: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_30-m {
  padding-bottom: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_30-s {
  padding-bottom: 30px !important;
}
}
.u-pl_30 {
  padding-left: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_30-l {
  padding-left: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_30-m {
  padding-left: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_30-s {
  padding-left: 30px !important;
}
}
.u-pt_35 {
  padding-top: 35px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_35-l {
  padding-top: 35px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_35-m {
  padding-top: 35px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_35-s {
  padding-top: 35px !important;
}
}
.u-pr_35 {
  padding-right: 35px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_35-l {
  padding-right: 35px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_35-m {
  padding-right: 35px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_35-s {
  padding-right: 35px !important;
}
}
.u-pb_35 {
  padding-bottom: 35px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_35-l {
  padding-bottom: 35px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_35-m {
  padding-bottom: 35px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_35-s {
  padding-bottom: 35px !important;
}
}
.u-pl_35 {
  padding-left: 35px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_35-l {
  padding-left: 35px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_35-m {
  padding-left: 35px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_35-s {
  padding-left: 35px !important;
}
}
.u-pt_40 {
  padding-top: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_40-l {
  padding-top: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_40-m {
  padding-top: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_40-s {
  padding-top: 40px !important;
}
}
.u-pr_40 {
  padding-right: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_40-l {
  padding-right: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_40-m {
  padding-right: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_40-s {
  padding-right: 40px !important;
}
}
.u-pb_40 {
  padding-bottom: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_40-l {
  padding-bottom: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_40-m {
  padding-bottom: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_40-s {
  padding-bottom: 40px !important;
}
}
.u-pl_40 {
  padding-left: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_40-l {
  padding-left: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_40-m {
  padding-left: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_40-s {
  padding-left: 40px !important;
}
}
.u-pt_45 {
  padding-top: 45px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_45-l {
  padding-top: 45px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_45-m {
  padding-top: 45px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_45-s {
  padding-top: 45px !important;
}
}
.u-pr_45 {
  padding-right: 45px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_45-l {
  padding-right: 45px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_45-m {
  padding-right: 45px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_45-s {
  padding-right: 45px !important;
}
}
.u-pb_45 {
  padding-bottom: 45px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_45-l {
  padding-bottom: 45px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_45-m {
  padding-bottom: 45px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_45-s {
  padding-bottom: 45px !important;
}
}
.u-pl_45 {
  padding-left: 45px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_45-l {
  padding-left: 45px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_45-m {
  padding-left: 45px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_45-s {
  padding-left: 45px !important;
}
}
.u-pt_50 {
  padding-top: 50px !important;
}

@media screen and (min-width: 1024px) {
.u-pt_50-l {
  padding-top: 50px !important;
}
}

@media screen and (min-width: 768px) {
.u-pt_50-m {
  padding-top: 50px !important;
}
}

@media screen and (min-width: 375px) {
.u-pt_50-s {
  padding-top: 50px !important;
}
}
.u-pr_50 {
  padding-right: 50px !important;
}

@media screen and (min-width: 1024px) {
.u-pr_50-l {
  padding-right: 50px !important;
}
}

@media screen and (min-width: 768px) {
.u-pr_50-m {
  padding-right: 50px !important;
}
}

@media screen and (min-width: 375px) {
.u-pr_50-s {
  padding-right: 50px !important;
}
}
.u-pb_50 {
  padding-bottom: 50px !important;
}

@media screen and (min-width: 1024px) {
.u-pb_50-l {
  padding-bottom: 50px !important;
}
}

@media screen and (min-width: 768px) {
.u-pb_50-m {
  padding-bottom: 50px !important;
}
}

@media screen and (min-width: 375px) {
.u-pb_50-s {
  padding-bottom: 50px !important;
}
}
.u-pl_50 {
  padding-left: 50px !important;
}

@media screen and (min-width: 1024px) {
.u-pl_50-l {
  padding-left: 50px !important;
}
}

@media screen and (min-width: 768px) {
.u-pl_50-m {
  padding-left: 50px !important;
}
}

@media screen and (min-width: 375px) {
.u-pl_50-s {
  padding-left: 50px !important;
}
}
/* 文字サイズ
----------------------------------------------- */
.u-fs_11 {
  font-size: 11px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_11-l {
  font-size: 11px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_11-m {
  font-size: 11px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_11-s {
  font-size: 11px !important;
}
}
.u-fs_12 {
  font-size: 12px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_12-l {
  font-size: 12px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_12-m {
  font-size: 12px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_12-s {
  font-size: 12px !important;
}
}
.u-fs_13 {
  font-size: 13px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_13-l {
  font-size: 13px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_13-m {
  font-size: 13px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_13-s {
  font-size: 13px !important;
}
}
.u-fs_14 {
  font-size: 14px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_14-l {
  font-size: 14px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_14-m {
  font-size: 14px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_14-s {
  font-size: 14px !important;
}
}
.u-fs_15 {
  font-size: 15px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_15-l {
  font-size: 15px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_15-m {
  font-size: 15px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_15-s {
  font-size: 15px !important;
}
}
.u-fs_16 {
  font-size: 16px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_16-l {
  font-size: 16px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_16-m {
  font-size: 16px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_16-s {
  font-size: 16px !important;
}
}
.u-fs_20 {
  font-size: 20px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_20-l {
  font-size: 20px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_20-m {
  font-size: 20px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_20-s {
  font-size: 20px !important;
}
}
.u-fs_24 {
  font-size: 24px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_24-l {
  font-size: 24px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_24-m {
  font-size: 24px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_24-s {
  font-size: 24px !important;
}
}
.u-fs_30 {
  font-size: 30px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_30-l {
  font-size: 30px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_30-m {
  font-size: 30px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_30-s {
  font-size: 30px !important;
}
}
.u-fs_40 {
  font-size: 40px !important;
}

@media screen and (min-width: 1024px) {
.u-fs_40-l {
  font-size: 40px !important;
}
}

@media screen and (min-width: 768px) {
.u-fs_40-m {
  font-size: 40px !important;
}
}

@media screen and (min-width: 375px) {
.u-fs_40-s {
  font-size: 40px !important;
}
}
/* 文字の太さ
----------------------------------------------- */
.u-bold {
  font-weight: bold !important;
}
.u-lighter {
  font-weight: lighter !important;
}
/* 文字色
----------------------------------------------- */
.u-color_default {
  color: #212121 !important;
}
.u-color_green {
  color: #009944 !important;
}
.u-color_green_d {
  color: #0E8442 !important;
}
.u-color_red {
  color: #E95555 !important;
}
.u-color_gray_l {
  color: #F8F8F8 !important;
}
.u-color_gray {
  color: #DDDDDD !important;
}
.u-color_black {
  color: #333333 !important;
}
.u-color_black_d {
  color: #212121 !important;
}
.u-color_bg_gray {
  color: #F1F5F3 !important;
}
.u-color_placeholder {
  color: #CECECE !important;
}
.u-color_label_01 {
  color: #998000 !important;
}
.u-color_label_02 {
  color: #008484 !important;
}
.u-color_label_03 {
  color: #531D8A !important;
}
.u-color_label_04 {
  color: #C23636 !important;
}
.u-color_label_05 {
  color: #105032 !important;
}
/* 文字位置
----------------------------------------------- */
.u-align_left {
  text-align: left;
}
.u-align_center {
  text-align: center;
}
.u-align_right {
  text-align: right;
}
/* 操作不可
----------------------------------------------- */
.is-no_event {
  pointer-events: none;
  cursor: default;
}
.is-disabled {
  pointer-events: none !important;
  cursor: default !important;
  opacity: .1 !important;
}
/* 下層ページ共通
----------------------------------------------- */
.l-main-visual {
  width: 100%;
  background: url("/files/user/images/archive_main-img-sp.png") 0 0 no-repeat;
  position: relative;
  padding-top: 30%;
  background-size: cover;
  background: none !important;
}
.l-main-visual::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: rgba(241,245,243,.85);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-main-visual_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  text-align: center;
}
.p-main-visual_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.c-heading_h1 {
  font-size: 25px;
  white-space: nowrap;
  line-height: 1.5;
}
.c-heading_sub_txt {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 12px;
}
.u-sp_none {
  display: none;
}

@media screen and (min-width: 768px) {
.c-heading_h1 {
  font-size: 36px;
}
.c-heading_sub_txt {
  margin-top: 20px;
}
}

@media screen and (min-width: 768px) {
.u-sp_none {
  display: block;
}
}
/* アーカイブ系画面
----------------------------------------------- */
.c-breadcrumb {
  position: relative;
  align-self: flex-end;
  display: none;
}
.c-breadcrumb ul {
  display: flex;
  margin-top: auto;
}
.c-breadcrumb li:first-child {
  padding-right: 2em;
}
.c-breadcrumb li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #009944;
}
.c-breadcrumb li:not(:first-child) {
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}
.c-breadcrumb li:not(:first-child)::before {
  content: "/";
  display: block;
  position: absolute;
  left: 0;
}
.c-breadcrumb li a {
  display: block;
  padding-bottom: 15px;
}
.l-page.u-archive + footer {
  border-top: 0;
}
.l-side_archive {
  display: none;
}
.p-paging-wrap_sp {
  display: flex;
  justify-content: center;
  height: 50px;
  width: 100%;
}
.c-paging_prev-btn_sp, .c-paging_next-btn_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F5F3;
  width: 75px;
  border-radius: 5px;
}
.c-paging_prev-btn_sp::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/files/user/images/icon_arrow_l_black.svg") 0 0 no-repeat;
  background-size: contain;
}
.c-paging_next-btn_sp::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/files/user/images/icon_arrow_r_black.svg") 0 0 no-repeat;
  background-size: contain;
}
.c-paging_display_sp {
  background-color: #F1F5F3;
  width: 165px;
  margin: 0 10px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  letter-spacing: 1px;
}
.c-paging_display_sp {
  position: relative;
}
.c-paging_display_txt_sp {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/files/user/images/icon_drop_b_black.svg") right 1em top 50% no-repeat;
}
.c-paging_display_sp select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-paging_active-txt_sp {
  margin-right: .2em;
}
.c-paging_all-txt_sp {
  margin-left: .2em;
}
.p-paging-wrap_pc {
  display: none;
}

.p-dPaging-wrap {
  margin: 80px 0 0;
  overflow: hidden;
}
.p-dPaging-wrap .c-dPaging_prev-btn ,
.p-dPaging-wrap .c-dPaging_next-btn {
  background: #009944;
  color: #fff !important;
  position: relative;
  display: block;
  width: 120px;
  height: 45px;
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.32s;
}
.p-dPaging-wrap .c-dPaging_prev-btn {
  margin-left: 23px;
  float: left;
  text-align: left;
}
.p-dPaging-wrap .c-dPaging_next-btn {
  margin-right: 23px;
  float: right;
  text-align: right;
}
.p-dPaging-wrap .c-dPaging_prev-btn:before ,
.p-dPaging-wrap .c-dPaging_next-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.32s;
}
.p-dPaging-wrap .c-dPaging_prev-btn:before {
  left: -23px;
  border-width: 23px 23px 23px 0;
  border-color: transparent #009944 transparent transparent;
}
.p-dPaging-wrap .c-dPaging_next-btn:before {
  right: -23px;
  border-width: 23px 0 23px 23px;
  border-color: transparent transparent transparent #009944;
}

@media screen and (min-width: 768px) {
.l-main-visual {
  height: 200px;
  padding-top: 0;
}
.c-heading_h1 {
  font-size: 36px;
}
.c-breadcrumb {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
}
.breadcrumb {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 1.125em 1em;
  font-size: .875rem;
  color: #fff;
}
.breadcrumb ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb li {
  font-size: 12px;
}
.breadcrumb li {
  display: inline;
  line-height: 1.63;
}
.breadcrumb li:not(:first-child)::before {
  content: '/';
  padding: 0 1em;
}
.breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.l-main-visual_inner {
  width: 980px;
  height: 200px;
  position: relative;
}
.l-main-visual {
  background: url("/files/user/images/archive_main-img_pc.png") 0 0 no-repeat;
  background-size: cover;
  background: none;
}
#p-archive_main.is-sidemiddle .l-content_inner .l-side {
  transform: translateY(0);
  top: 0;
}
.l-section.archive {
  padding-top: 100px;
  padding-bottom: 60px;
}
.l-side_archive {
  display: block;
}
.c-menulist.c-archive_menulist > li:last-child a {
  border-bottom: 1px solid #929292;
}
.c-menulist.c-archive_menulist > li li:last-child a {
  border-bottom: 0;
}
.c-menulist.c-archive_menulist .c-menulist_item li a.active::before {
  content: "";
  display: block;
  width: 12px;
  height: 4px;
  background-color: #0E8442;
  left: 0;
  margin-left: -6px;
  overflow: hidden;
}
.c-menulist_item span.c-icon_article-num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2E3431;
  font-size: 10px;
  color: #fff;
  padding: .5em 1em;
  margin-left: 7px;
  border-radius: 3px;
}
.p-paging-wrap_sp {
  display: none;
}
.p-paging-wrap_pc {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  width: 100%;
}
.c-paging_prev-btn_pc, .c-paging_next-btn_pc {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F5F3;
  width: 40px;
  border-radius: 3px;
  transition: all .3s ease;
  position: relative;
}
.c-paging_prev-btn_pc:hover, .c-paging_next-btn_pc:hover {
  background-color: #009944;
}
.c-paging_prev-btn_pc {
  margin-right: 10px;
}
.c-paging_prev-btn_pc::before, .c-paging_prev-btn_pc::after, .c-paging_next-btn_pc::before, .c-paging_next-btn_pc::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  position: absolute;
  transition: all .3s ease;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.c-paging_prev-btn_pc::before {
  background: url("/files/user/images/icon_arrow_l_black.svg") 0 0 no-repeat;
  opacity: 1;
}
.c-paging_prev-btn_pc::after {
  background: url("/files/user/images/icon_arrow_l_white.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: 0;
}
.c-paging_prev-btn_pc:hover::before, .c-paging_next-btn_pc:hover::before {
  opacity: 0;
}
.c-paging_prev-btn_pc:hover::after, .c-paging_next-btn_pc:hover::after {
  opacity: 1;
}
.c-paging_next-btn_pc::before {
  background: url("/files/user/images/icon_arrow_r_black.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
}
.c-paging_next-btn_pc::after {
  background: url("/files/user/images/icon_arrow_r_white.svg") 0 0 no-repeat;
  background-size: contain;
  transition: all .3s ease;
  opacity: 0;
}
.c-paging_list_pc {
  display: flex;
}
.c-paging_list_number {
  background-color: #F1F5F3;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
}
.c-paging_list_number a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all .3s ease;
}
.c-paging_list_number a.active, .c-paging_list_number a:hover {
  background-color: #009944;
  color: #fff;
}
.c-paging_list_Abbreviation {
  width: 40px;
  height: 40px;
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-dPaging-wrap {
  margin: 80px 80px 0;
}
.p-dPaging-wrap .c-dPaging_prev-btn ,
.p-dPaging-wrap .c-dPaging_next-btn {
  width: 180px;
  padding: 10px 40px;
}
.p-dPaging-wrap .c-dPaging_prev-btn:hover ,
.p-dPaging-wrap .c-dPaging_next-btn:hover {
  background-color: #0E8442;
  text-decoration: none !important;
}
.p-dPaging-wrap .c-dPaging_prev-btn:hover:before {
  border-color: transparent #0E8442 transparent transparent;
}
.p-dPaging-wrap .c-dPaging_next-btn:hover:before {
  border-color: transparent transparent transparent #0E8442;
}
}
/* 画像一覧系画面
----------------------------------------------- */
.u-introduce .l-main-visual {
  background-image: url("/files/user/images/introduce_main-img_sp.jpg");
}
.js-modal-content {
  position: fixed;
  display: none;
  z-index: 210;
  width: 90%;
  height: 296px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}
.js-modal-img {
  background-color: #F1F5F3;
  width: 95%;
  height: 230px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.js-modal-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
}
.js-modal-txt {
  width: 90%;
  margin: 20px auto 0;
}
.js-modal-overlay {
  z-index: 205;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.75);
}

.js-modal-close {
  position: fixed;
  top: 1em;
  right: 1em;
  cursor: pointer;
}
.js-modal-colse-icn {
  position: relative;
  color: transparent;
}
.js-modal-colse-icn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  position: absolute;
  top: 15px;
  left: 16px;
  transform: rotate(-135deg);
}
.js-modal-colse-icn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  position: absolute;
  top: 3px;
  left: 16px;
  transform: rotate(135deg);
}

@media screen and (min-width:768px) {
.js-modal-open {
  transition: all .3s;
}

.js-modal-open:hover {
  opacity: .8;
}

.u-introduce .l-main-visual {
  background-image: url("/files/user/images/introduce_main-img_pc.jpg");
}
.js-modal-img {
  max-height: 80vh;
  width: 900px;
  height: 556px;
}
.l-introduce .p-paging-wrap_pc {
  margin-top: 40px;
}
}

@media screen and (min-width:1024px) {
.js-modal-content {
  width: 900px;
  height: 556px;
}
}
/* ジャックスを知る
----------------------------------------------- */
.u-jaccs-know .l-main-visual {
  background-image: url("/files/user/images/jaccs-know_main-img_sp.jpg");
}
.l-jaccs-know .c-card {
  flex-direction: inherit;
  align-items: stretch;
  cursor: pointer;
}
.l-jaccs-know .c-card .c-card_content .c-card_title {
  font-size: 18px;
  font-weight: bold;
  color: #009944;
  width: 100%;
}
.l-jaccs-know .c-card .c-card_content .c-card_text {
  font-weight: normal;
}
.l-jaccs-know .c-card .c-card_img {
  border: 5px solid #009944;
  background-color: #fff;
  margin-right: 1em;
  min-width: 140px;
  max-width: 140px;
}
.l-jaccs-know .c-card .c-card_img {
  border: 5px solid #009944;
  margin-right: 1em;
  min-width: 140px;
  max-width: 140px;
  padding-bottom: 0;
  height: 140px;
}
.l-jaccs-know .c-card .c-card_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  object-fit: scale-down;
  transform: translateY(-50%) translateX(-50%);
}
.l-jaccs-know .c-card .u-card-h90 img {
  height: 90px;
}
.l-jaccs-know .c-card .c-card_img:not(.u-card-h90) img {
  width: 90px;
}

@media screen and (min-width:768px) {
.u-jaccs-know .l-main-visual {
  background-image: url("/files/user/images/jaccs-know_main-img_pc.jpg");
}
.l-jaccs-know .c-card .c-card_content .c-card_text {
  display: inline-block;
  width: 380px;
}
}

@media screen and (min-width:1024px) {
.l-jaccs-know .c-card .c-card_img {
  min-width: 200px;
  max-width: inherit;
}
}
/* トップメッセージ
----------------------------------------------- */
.u-top-message .l-main-visual {
  background-image: url("/files/user/images/top-message_main-img_sp.jpg");
}
.l-top-message .p-top-message {
  /* max-width: 335px; */
  /* margin: 0 auto; */
  line-height: 1.857;
}
.l-top-message .p-top-message-wrap {
  position: relative;
  margin-bottom: 2.5rem;
}
.l-top-message .c-top-message_ttl {
  background-color: #009944;
  padding: 2.5rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
.l-top-message .c-top-message_txt {
  margin-bottom: 2.5rem;
}
.l-top-message .c-top-message_sign {
  text-align: right;
}
.l-top-message .c-top-message_sign img {
  width: auto;
}

@media screen and (min-width:768px) {
.u-top-message .l-main-visual {
  background-image: url("/files/user/images/top-message_main-img_pc.jpg");
}
.l-top-message .p-top-message {
  max-width: inherit;
}
.l-top-message .p-top-message-wrap {
  width: 600px;
  height: 350px;
}
.l-top-message .p-top-message-wrap .c-top-message_img {
  position: absolute;
  right: 0;
  top: 0;
}
.l-top-message .p-top-message-wrap .c-top-message_img img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /* IE11用 ofi.js */
}
.l-top-message .c-top-message_ttl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  font-size: 20px;
  line-height: 2;
  padding: 50px 30px;
}
}
/* アンケ―ト確認画面 入力
----------------------------------------------- */
.u-pc_in {
  display: none;
}
.u-survey-form .l-main-visual, .u-survey-confirm .l-main-visual, .u-survey-finish .l-main-visual {
  background-image: url(/files/user/images/survey-form_main-img_sp.jpg);
}
.u-survey-form .c-heading_h3 .c-label {
  display: block;
  max-width: 5em;
  margin-bottom: 10px;
}
.p-survey-form_item input[type="text"] {
  border: 1px solid #DDDDDD;
  border-radius: 45px;
  height: 45px;
  width: 100%;
  padding: 0 1em;
}
.p-survey-form_item textarea {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  width: 100%;
  padding: 12px 20px;
  min-height: 200px;
  font-size: 15px;
  line-height: 1.46;
}
.p-survey-form_info-select {
  background: url("/files/user/common/images/icon_drop_b_green.svg") right 1em top 50% no-repeat;
  border: 1px solid #DDDDDD;
  border-radius: 45px;
  height: 45px;
  width: 100%;
  padding-left: 1em;
}
.p-survey-form_info-select option {
  color: #212121;
}
.p-survey-form_info-select.date{
  width: 88px;
}
.p-survey-form_info-select.date + .separator{
  line-height: 45px;
  display: inline-block;
}
:placeholder-shown {
 color: #cecece;
}
::-webkit-input-placeholder {
 color: #cecece;
}
:-moz-placeholder {
 color: #cecece;
opacity: 1;
}
::-moz-placeholder {
 color: #cecece;
opacity: 1;
}
:-ms-input-placeholder {
 color: #cecece;
}
.l-survey_form {
  line-height: 26px;
}
.p-survey-period {
  padding: 20px 0;
  background-color: #F1F5F3;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
}
.c-survey-period_time {
  color: #E95555;
}
.p-survey-period_count-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-survey-period_count {
  font-size: 30px;
  font-weight: bold;
  margin-left: 12px;
}
.p-survey-form_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.u-survey-form .survey-input_error-message {
  color: #E95555;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #E95555;
  border-radius: 5px;
  margin-bottom: 20px;
}
.u-survey-form .survey-input_error-message ul {
  margin: 20px;
}
.survey-form_description p {
  font-size: 14px;
  color: #212121;
  margin-bottom: 38px;
  line-height: 1.85;
}
.c-required-icon {
  font-size: 10px;
  padding: .2em .5em;
  background-color: #E95555;
  border-radius: 5px;
  margin-right: .5em;
  color: #fff;
  line-height: 1;
}
.p-survey-form_item {
  margin-bottom: 28.5px;
}
.p-survey-form_item.u-survey-form_last {
  margin-bottom: 40px;
}
.p-survey-form_item dt {
  font-size: 16px;
  color: #009944;
  margin-bottom: 14.5px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-survey-form_item dt .u-survey-Q {
  font-size: 20px;
  padding-bottom: 1px;
  margin-right: 14px;
  border-bottom: 2px solid #009944;
}
.p-survey-form_item dt .c-required-icon + .u-survey-ttl-txt {
  width: 78%;
}
.p-survey-form_item dt .u-survey-ttl-txt {
  width: 90%;
}

.p-survey-form_item .matrix_input{
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.p-survey-form_item .matrix_input th,
.p-survey-form_item .matrix_input td{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 4px;
}


@media screen and (max-width:350px) {
.p-survey-form_item dt .c-required-icon + .u-survey-ttl-txt {
  max-width: 224px;
}
.p-survey-form_item dt .u-survey-ttl-txt {
  max-width: 260px;
}
}
.u-survey-radio {
  margin: 0 auto;
  padding: 14.5px 0;
  border-top: 1px solid #ddd;
}
.u-survey-radio:last-child {
  border-bottom: 1px solid #ddd;
}
.p-survey-form_item .p-survey-form-txt .u-survey-radio input[type="radio"] {
  display: none;
}
.p-survey-form_item .p-survey-form-txt .u-survey-radio input[type="radio"] + label {
  display: inline-block;
  padding-left: 2rem;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  font-size: 14px;
  font-weight: bolder;
}
.p-survey-form_item .p-survey-form-txt .u-survey-radio input[type="radio"]:checked + label {
  color: #009944;
}
.p-survey-form_item .p-survey-form-txt .u-survey-radio input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 50%;
}
.p-survey-form_item .p-survey-form-txt .u-survey-radio input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 5px solid #F1F5F3;
  background: #009944;
  border-radius: 50%;
}
.u-survey-check {
  margin: 0 auto;
  padding: 14.5px 0;
  border-top: 1px solid #ddd;
}
.u-survey-check:last-child {
  border-bottom: 1px solid #ddd;
}
.p-survey-form_item .p-survey-form-txt .u-survey-check input[type="checkbox"] {
  display: none;
}
.p-survey-form_item .p-survey-form-txt .u-survey-check input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 2rem;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  font-size: 14px;
  font-weight: bolder;
}
.p-survey-form_item .p-survey-form-txt .u-survey-check input[type="checkbox"]:checked + label {
  color: #009944;
}
.p-survey-form_item .p-survey-form-txt .u-survey-check input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #eee;
}
.p-survey-form_item .p-survey-form-txt .u-survey-check input[type="checkbox"]:checked + label::before {
  margin-left: 1px;
  margin-top: 1px;
  width: 18px;
  height: 18px;
  background: #009944;
}
.p-survey-form_item .p-survey-form-txt .u-survey-check input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 5px solid #F1F5F3;
}
.p-survey-input_submit {
  background-color: #F1F5F3;
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-survey-input_submit.input div, .p-survey-input_submit.finish div {
  width: 71.64%;
  margin: auto;
}
.p-survey-input_submit .p-survey-input_txt {
  margin-top: 20px;
  text-align: center;
  color: #009944;
  font-size: 13px;
  font-weight: bolder;
  line-height: 22.5px;
}
.l-survey_other-content {
  margin-top: 80px;
}
.c-survey-item {
  width:100%;
  display: inline-block;
}
.end .c-survey-item {
  pointer-events: none;
}
.c-survey-item-content {
  border: 1px solid #ddd;
  padding: 15px 0;
  border-radius: 5px;
}
.u-survey-form .c-survey-item-content {
  padding: 20px 0;
}
.end .c-survey-item-content {
  background-color: #F1F5F3;
}
.c-survey-item-text {
  font-size: 15px;
  letter-spacing: .05em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.end .c-survey-item .c-survey-item-text {
  color: #929292;
}
.c-survey-item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.c-survey-item_status {
  font-size: 13px;
  font-weight: bold;
  color: #E95555;
}
.end .c-survey-item .c-survey-item_label .c-label.color-06 {
  background-color: #929292;
}
.end .c-survey-item .c-survey-item_label .c-label.color-06 {
  background-color: #929292;
}
.end .c-survey-item .c-survey-item_status {
  color: #009944;
  pointer-events: all;
  font-size: 12px;
}

@media screen and (min-width:768px) {
.u-pc_in {
  display: inline;
}
.u-survey-form .l-main-visual, .u-survey-confirm .l-main-visual, .u-survey-finish .l-main-visual {
  background-image: url(/files/user/images/survey-form_main-img_pc.jpg);
}
.u-survey-form .c-heading_h3 .c-label {
  display: inline-block;
  max-width: inherit;
  margin-bottom: 0;
}
.p-survey-period {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.u-survey-form .survey-input_error-message ul {
  margin: 30px;
  font-size: 13px;
}
.survey-form_description p {
  margin-bottom: 28px;
}
.p-survey-form_item {
  margin-bottom: 38px;
}
.p-survey-form_item.u-survey-form_last {
  margin-bottom: 50px;
}
.p-survey-form_item dt {
  margin-bottom: 16px;
}
.p-survey-form_item input {
  padding: 1.5em;
}
.p-survey-form_item .p-survey-form-txt .u-survey-radio input[type="radio"] + label {
  padding-left: 1.75rem;
}
.p-survey-form-txt {
  display: flex;
  flex-wrap: wrap;
}
.u-survey-radio {
  display: inline-block;
  border: none;
  padding: 0 0 10px;
  margin: 0;
  margin-right: 30px;
}
.u-survey-radio:last-child {
  border: none;
}
.p-survey-form_item .p-survey-form-txt .u-survey-check input[type="checkbox"] + label {
  padding-left: 1.75rem;
}
.u-survey-check {
  display: inline-block;
  border: none;
  padding: 0 0 10px;
  margin: 0;
  margin-right: 30px;
}
.u-survey-check:last-child {
  border: none;
}
.p-survey-input_submit.input div, .p-survey-input_submit.finish div {
  width: 240px;
}
.p-survey-input_submit .p-survey-input_txt {
  margin-top: 30px;
}
.l-survey_other-content {
  margin-top: 60px;
}
.c-survey-item-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-survey-item-text {
  padding-bottom: 15px;
  min-height: 76px;
}
.u-survey-form .c-survey-item-text {
  padding-bottom: 9px;
}
.c-survey-item:hover .c-survey-item-text {
  color: #094;
}
.p-survey-form_info-select.date + .separator{
  margin: 0 10px;
}
}
/* アンケ―ト確認画面 確認
----------------------------------------------- */
.survey-input_confirm-message p {
  font-size: 14px;
  color: #E95555;
  margin-bottom: 30px;
  line-height: 1.85;
}
.u-survey-confirm .p-survey-form_item {
  margin-bottom: 20px;
}
.u-survey-confirm .p-survey-form_item.u-survey-form_last {
  margin-bottom: 40px;
}
.u-survey-confirm .p-survey-form_item dt {
  font-size: 12px;
  margin-bottom: 5px;
}
.u-survey-confirm .p-survey-form_item dd {
  color: #212121;
  font-size: 15px;
  line-height: 1.5;
}
.p-survey-input_submit.confirm {
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 20px;
}
.p-survey-input_submit.confirm p:first-child {
  font-size: 13px;
  margin-bottom: 15px;
}
.p-confirm_btn-wrap {
  width: 100%;
  text-align: center;
}
.p-confirm_btn-wrap div:first-child {
  width: 50.84%;
  margin: 0 auto 15px;
}
.p-confirm_btn-wrap div:last-child {
  width: 81.35%;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media screen and (min-width:768px) {
.u-survey-confirm .p-survey-form_item {
  margin-bottom: 30px;
}
.u-survey-confirm .p-survey-form_item.u-survey-form_last {
  margin-bottom: 50px;
}
.p-survey-confirm_information {
  margin-bottom: 50px;
}
.p-survey-input_submit.confirm p:first-child {
  text-align: center;
  margin-bottom: 30px;
}
.p-confirm_btn-wrap {
  display: flex;
  width: 415px;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
}
.p-confirm_btn-wrap div:first-child {
  width: 150px;
  margin: 0;
  padding: 0;
}
.p-confirm_btn-wrap div:last-child {
  width: 240px;
  margin: 0;
  padding: 0;
}
}
/* アンケ―ト確認画面 入稿完了
----------------------------------------------- */
.p-survey-finish_confirm {
  background-color: #F1F5F3;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.p-survey-finish_confirm_title {
  font-size: 18px;
  color: #009944;
  font-weight: bold;
}
.p-survey-finish_confirm_caption {
  font-size: 15px;
  margin-top: 20px;
}
.p-survey-input_submit.finish {
  background-color: inherit;
  padding: 0;
}
/* 各種アンケート⼀覧
----------------------------------------------- */
.u-survey-list .l-main-visual {
  background-image: url(/files/user/images/survey-form_main-img_sp.jpg);
}
.survey-list_description {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 30px;
  line-height: 1.85;
}
.l-survey_list-couplet {
  margin-bottom: 80px;
}

@media screen and (min-width:768px) {
.u-survey-list .l-main-visual {
  background-image: url(/files/user/images/survey-form_main-img_pc.jpg);
}
.survey-list_description {
  margin-bottom: 20px;
}
.l-survey_list .c-grid.col-2 > *:nth-child(n + 3) {
  margin-top: 30px;
}
}
/* その他一覧画面
----------------------------------------------- */
.u-archive02 .l-main-visual {
  background-image: url(/files/user/images/archive02_main-img_sp.jpg);
}
.c-archive02_article:not(:last-of-type) {
  margin-bottom: 50px;
}
.c-archive02_article_img {
  width: 69.56%;
  padding-top: 89.84%;
  border-radius: 5px;
  position: relative;
  margin: 0 auto 40px;
  overflow: hidden;
}
.c-archive02_article_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
}
.c-archive02_article_img-area.is-new .c-archive02_article_img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #E95555;
  border-radius: 5px;
}
.c-archive02_article_img-area.is-new .c-archive02_article_img::after {
  content: "NEW";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 7px 10px 6px;
  font-size: 13px;
  font-size: 0.92857rem;
  letter-spacing: .035em;
  border-radius: 5px 0 5px 0;
  color: #fff;
  background-color: #E95555;
}
.c-archive02_article_caption {
  padding-top: 28px;
  background-color: #F1F5F3;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  position: relative;
}
.c-archive02_article_caption::before {
  content: "";
  display: block;
  width: 270px;
  height: 4px;
  background-color: #009944;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 15px;
}
.c-archive02_article_caption::after {
  content: "INDEX";
  display: inline-block;
  color: #009944;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  transform: translateY(-50%);
}
.c-archive02_article-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #212121;
}
.c-archive02_article_caption-list {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
}
.c-archive02_article_caption-list li {
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.c-archive02_article_caption-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #444444;
  position: absolute;
  top: 1em;
  left: 0;
  transform: translateY(-100%);
}
.c-archive02_date-published {
  display: flex;
  flex-flow: column nowrap;
}
.c-archive02_date-published p {
  color: #212121;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-archive02_date-published time {
  margin-left: 15px;
  color: #929292;
}
.p-archive02_btn-pdf {
  margin-bottom: 40px;
  width: 300px;
}
.c-archive02_article_movie-list li{
  margin-bottom: 30px;
}
#glayLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51,51,51,0.9);
  z-index: 300;
}
#overLayer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 300;
  width: calc(100% - 30px);
  max-width: 960px;
}
#overLayer video {
  width: 100%;
  max-width: 960px;
}
.modal {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #212121 !important;
}
.modal:hover {
  text-decoration: none !important;
}
.movie_modal_close-btn {
  display: none;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 310;
  cursor: pointer;
}
.movie_modal_caption {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
}

@media screen and (min-width:768px) {
.u-archive02 .l-main-visual {
  background-image: url(/files/user/images/archive02_main-img_pc.jpg);
}
.c-archive02_article_img {
  margin: 0 40px 0 0;
  width: 300px;
  height: 400px;
}
.c-archive02_article-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-archive02_article_caption {
  background-color: inherit;
  width:100%;
  padding-top: 28px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  position: relative;
  background-color: inherit;
}
.c-archive02_article_caption::before {
  left: 0;
  width: 180px;
}
.c-archive02_date-published p {
  font-size: 13px;
}
.c-archive02_date-published time {
  font-size: 14px;
}
.p-archive02_btn-pdf {
  margin-bottom: 30px;
}
.c-archive02_article {
  margin-bottom: 60px;
}
.c-archive02_article:not(:last-of-type) {
  margin-bottom: 30px;
}
.movie_modal_caption {
  margin-top: 30px;
}
.c-archive02_article_movie-list{
  overflow: hidden;
}
.c-archive02_article_movie-list li{
  width: calc((100% - 60px) /3);
  margin-right: 30px;
  float: left;
}
.c-archive02_article_movie-list li:nth-child(3n){
  margin-right: 0;
}
}
/* WEB⼊稿画面 入力
----------------------------------------------- */
.p-sending-form_info-select {
  background: url("/files/user/common/images/icon_drop_b_green.svg") right 1em top 50% no-repeat;
}
.u-sending-form .l-main-visual {
  background-image: url(/files/user/images/sending-form_main-img_sp.png);
}
.p-sending-form_item input {
  border: 1px solid #DDDDDD;
  border-radius: 45px;
  height: 45px;
  width: 100%;
  padding: 1em;
}
.p-sending-form_item textarea {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  width: 100%;
  padding: 1em;
  min-height: 150px;
}
.p-sending-form_item select {
  border: 1px solid #DDDDDD;
  border-radius: 45px;
  height: 45px;
  width: 100%;
  padding-left: 1em;
}
.p-sending-form_info-select option {
  color: #212121;
}
.p-sending-form_item .is-error {
  border-color: #E95555;
  background-color: #FFF2F2;
}
.p-sending-form_item .is-error.c-btn.dark {
  background-color: #E95555;
}
:placeholder-shown {
 color: #cecece;
}
::-webkit-input-placeholder {
 color: #cecece;
}
:-moz-placeholder {
 color: #cecece;
opacity: 1;
}
::-moz-placeholder {
 color: #cecece;
opacity: 1;
}
:-ms-input-placeholder {
 color: #cecece;
}
.l-sending-form {
  line-height: 1.5;
}
.sending-input_error-message {
  color: #E95555;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 30px;
}
.sending-input_error-message ul li {
  text-indent: -15px;
  padding-left: 15px;
}
.sending-form_description {
  font-size: 12px;
  color: #212121;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}
.sending-form_description::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #929292;
  border-radius: 100px;
}
.sending-form_description > p{
  font-size: 12px;
}
.c-required-icon {
  font-size: 10px;
  padding: .2em .5em;
  background-color: #E95555;
  border-radius: 5px;
  margin-right: .5em;
  color: #fff;
  line-height: 18px;
}
.p-sending-form_item {
  margin-bottom: 20px;
}
.p-sending-form_item dt {
  font-style: 12px;
  color: #009944;
  margin-bottom: 5px;
  font-weight: bold;
  padding-left: 1em;
}
.p-sending-input_name input:first-child {
  margin-bottom: 10px;
}
.p-sending-input_upload {
  margin-top: 5px;
}
.p-sending-input_upload .upload_btn {
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
}
.p-sending-input_upload .upload_btn > input{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
}
.p-sending-input_upload .upload_text {
  line-height: 1.5;
}
.p-sending-input_upload_data:not(.is-show){
  display: none;
}
.p-sending-input_upload_data a{
  display: inline-block;
}
.p-sending-input_upload_data img{
  max-width: 100px;
  max-height: 100px;
  margin-right: 10px;
}
.p-sending-input_confirm {
  background-color: #F1F5F3;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-sending-input_confirm.input div {
  width: 100%;
  width: 71.64%;
}


.u-sending-check {
  margin: 0 auto;
  padding: 14.5px 0;
  border-top: 1px solid #ddd;
}
.u-sending-check:last-child {
  border-bottom: 1px solid #ddd;
}
.u-sending-check input[type="checkbox"] {
  display: none;
  width: auto;
  height: auto;
}
.u-sending-check input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 2rem;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  font-size: 14px;
  font-weight: bolder;
}
.u-sending-check input[type="checkbox"]:checked + label {
  color: #009944;
}
.u-sending-check input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #eee;
}
.u-sending-check input[type="checkbox"]:checked + label::before {
  margin-left: 1px;
  margin-top: 1px;
  width: 18px;
  height: 18px;
  background: #009944;
}
.u-sending-check input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 5px solid #F1F5F3;
}
@media screen and (min-width:768px) {
.u-sending-form .l-main-visual {
  background-image: url(/files/user/images/sending-form_main-img_pc.png);
}
.p-sending-form_item select {
  width: 300px;
}
.p-sending-form_item {
  margin-bottom: 30px;
}
.p-sending-input_name {
  display: flex;
}
.p-sending-input_name input:first-child {
  margin-right: 20px;
}
.p-sending-form_item dt {
  padding-left: 1.5em;
}
.p-sending-form_item input {
  padding: 0 1.5em;
}
.p-sending-input_upload {
  display: flex;
  align-items: center;
}
.p-sending-input_upload .upload_btn {
  flex: 0 0 auto;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 0;
}
.p-sending-input_upload .upload_btn > input {
  cursor: pointer;
}
.p-sending-input_upload .upload_text {
  font-size: 13px;
}
.p-sending-input_upload_data a{
  transition: opacity .3s ease;
}
.p-sending-input_upload_data a:hover{
  opacity: .7;
}
.p-sending-input_confirm.input div {
  width: 240px;
}
.u-sending-check input[type="checkbox"] + label {
  padding-left: 1.75rem;
}
.u-sending-check {
  display: inline-block;
  border: none;
  padding: 0 0 10px;
  margin: 0;
  margin-right: 30px;
}
.u-sending-check:last-child {
  border: none;
}

}
/* WEB⼊稿画面 確認
----------------------------------------------- */
.sending-input_confirm-message {
  font-size: 14px;
  color: #E95555;
  margin-bottom: 30px;
}
.u-sending-confirm .p-sending-form_item dt {
  padding-left: 0;
}
.u-sending-confirm .p-sending-form_item dd {
  color: #212121;
  font-size: 15px;
}
.p-sending-input_confirm.confirm {
  display: flex;
  flex-flow: column nowrap;
  padding: 30px 20px;
}
.p-sending-input_confirm.confirm p:first-child {
  font-size: 13px;
  margin-bottom: 20px;
}
.p-sending-input_confirm.confirm white {
  width: 100%;
}
.p-confirm_btn-wrap {
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  flex-direction: column-reverse;
}

@media screen and (min-width:768px) {
.p-sending-confirm_information {
  margin-bottom: 50px;
}
.p-confirm_btn-wrap {
  display: flex;
  width: 415px;
  justify-content: space-between;
  flex-direction: row;
}
.p-confirm_btn-wrap div:first-child {
  width: 150px;
  margin: 0;
  padding: 0;
}
.p-confirm_btn-wrap div:last-child {
  width: 240px;
  margin: 0;
  padding: 0;
}
}
/* WEB⼊稿画面 入稿完了
----------------------------------------------- */
.p-sending-finish_confirm {
  background-color: #F1F5F3;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.p-sending-finish_confirm_title {
  font-size: 18px;
  color: #009944;
  font-weight: bold;
}
.p-sending-finish_confirm_caption {
  font-size: 15px;
  margin-top: 20px;
}
.p-sending-input_confirm.input {
  background-color: inherit;
  padding: 0;
}
/* モジュールパネル 部署
----------------------------------------------- */
.c-department_date {
  font-size: 13px;
  font-weight: bolder;
  line-height: 1.5;
  color: #929292;
  margin-bottom: 30px;
}
.u-border-radius05{
  border-radius: 5px;
}
.c-department_main-img {
  margin-bottom: 30px;
  border-radius: 5px;
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.c-department_main-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%) translateX(-50%);
}
.c-department-content .c-card {
  pointer-events: none;
}
.c-department-content .c-heading_h4 + div {
  margin-top: 0;
}
.c-department-content .c-card_content {
  border-bottom: none;
}
.c-predefined-list_title.u-department-class {
  font-size: 13px;
  line-height: 1.73;
}
.c-predefined-list_title.u-department-class .u-department-name {
  font-size: 110%;
  font-weight: bolder;
  line-height: 1.5;
  color: #212121;
}

@media screen and (min-width:768px) {
.c-department_date {
  margin-bottom: 40px;
}
.c-department_main-img {
  height: 260px;
}
.c-grid.pattern03 .c-card.row .c-card_img {
  width: 280px;
  flex: 0 0 280px;
  margin-right: 40px;
  border-radius: 5px;
  height: 196px;
}
  .c-grid.pattern03 > div{
    width: 100%;
  }
.c-department-content .card_content {
  width: 280px;
}
}
/* ブランドギャラリー
----------------------------------------------- */
@media screen and (max-width:321px) {
.p-confirm_btn-wrap div:first-child {
  width: 56%;
}
}

/* モジュール(画像、テキスト)
----------------------------------------------- */
/* .c-img-full */
.c-img-full > img{
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/* .c-ImgText_text */
.c-ImgText{
  overflow: hidden;
  margin-bottom: 40px;
}
.c-ImgText_text,
.c-ImgText_img{
  margin-bottom: 10px;
}
.l-wrapper .l-main .l-detail .c-ImgText_img > img {
  width: 100%;
  min-width: 100%;
  border-radius: 5px;
}
@media screen and (min-width:768px) {
  .c-ImgText_text{
    width: 290px;
    float: right;
  }
  .c-ImgText_img{
    width: 270px;
    float: left;
  }
  .c-ImgText.reverse > .c-ImgText_text{
    float: left;
  }
  .c-ImgText.reverse > .c-ImgText_img{
    float: right;
  }
}

/* c-movie */
.c-movie{
  width: 100%;
}
.c-movie_title{
  font-size: 15px;
  font-weight: bold;
}
.c-movie_tag{
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.c-movie_tag::before {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(51,51,51,0.45);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-movie_tag::after {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url("/files/user/images/movie_thumbnail-icn.svg") 0 0 no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 20;
}
.c-movie_tag .video-js{
  width: 100%;
  height: 0;
  padding-top: 58%;
}
.c-movie_tag .vjs-dock-text,
.c-movie_tag .vjs-big-play-button,
.c-movie_tag .vjs-control-bar{
  display: none;
}
.c-movie_tag .vjs-poster{
  display: block;
}
.c-movie_tag.is-active{
  padding-top: 58%;
}
.c-movie_tag.is-active .video-js{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1000;
  width: calc(100% - 30px);
  max-width: 960px;
  height: auto;
  padding-top: 53%;
}
.c-movie_tag.is-active .vjs-poster{
  display: none;
}
.c-movie_tag.is-active .vjs-control-bar{
  display: flex;
}

@media screen and (min-width:1024px) {
  .c-movie_tag.is-active .video-js{
    padding-top: 540px;
  }
}

.c-btn_good {
  display: block;
  text-align: right;
  max-height: 28px;
  min-height: 28px;
}
.c-btn_good .c-btn_good-inner {
  background-color: #009944;
  display: inline-block;
  align-items: center;
  border-radius: 100px;
  position: relative;
  max-height: 28px;
  min-height: 28px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2px 10px;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  transition: color 0.3s ease-in-out;
  text-decoration: none !important;
}
.c-btn_good .c-btn_good-inner:before,
.c-btn_good .c-btn_good-inner:after {
  position: absolute;
}
.c-btn_good .c-btn_good-inner:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: width 0.3s ease-in-out;
}
.c-btn_good .c-btn_good-inner:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/files/user/common/images/icon_good_on.svg) no-repeat left top;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: left 0.3s ease-in-out;
}

.c-btn_good .c-btn_good-inner .c-btn_good-count {
  margin-left: 23px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'Roboto', 'Josefin Sans', sans-serif;
  position: relative;
  line-height: 24px;
  z-index: 1;
}
.c-btn_good .c-btn_good-inner .c-btn_good-text {
  position: relative;
  z-index: 1;
  line-height: 24px;
  font-weight: bold;
}


.c-btn_good .c-btn_good-inner:hover {
  color: #009944 !important;
  text-decoration: none !important;
}
.c-btn_good .c-btn_good-inner:hover:before {
  width: calc(100% - 4px);
}
.c-btn_good .c-btn_good-inner:hover:after {
  left: 10px;
}

.c-btn_good .c-btn_good-disable {
  display: inline-block;
  pointer-events: none;
  background-color: #707070;
}
.c-btn_good .c-btn_good-disable:after {
  background: url(/files/user/common/images/icon_good_off.svg) no-repeat left top;
}
.c-btn_good .c-btn_good-disable:hover {
  cursor: default;
  color: #fff !important;
  text-decoration: none !important;
}

.c-btn_good .c-btn_good-disable:hover:before {
  width: 24px;
}
.c-btn_good .c-btn_good-disable:hover:after {
  left: 7px;
}

.c-good {
  margin-top: -15px;
  margin-bottom: 15px;
  margin-left: auto;
  color: #009944;
  vertical-align: 0;
  text-align: right;
}
#p-top_main .c-good {
  margin-left: 16px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.c-good:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/files/user/common/images/icon_good_on.svg) no-repeat left top;
  line-height: 1.2;
}
.c-good .c-good_count {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'Roboto', 'Josefin Sans', sans-serif;
  line-height: 1.2;
}
#p-top_main .c-good .c-good_count {
  font-size: 12px;
}
.c-good .c-good_text {
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}
#p-top_main .c-good .c-good_text {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .c-good_text {
    font-size: 12px !important;
  }
}

.u-bgcolor_bg_gray {
  background-color: #F1F5F3;
}

/* 投稿写真館
----------------------------------------------- */
.c-photostudio {
  position: relative;
  margin-bottom: 30px !important;
  /* width: 365px; */
}
@media screen and (min-width:768px) {
  .c-photostudio {
    margin-bottom: 40px !important;
    width: auto;
  }
}

.c-photostudio_inner {
  display: flex;
  flex-direction: row;
}

/*モーダル*/
.js-modal-open {
  cursor: pointer;
}
.js-modal-colse-icn {
  position: relative;
  color: transparent;
}
.js-modal-colse-icn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  position: absolute;
  top: 15px;
  left: 16px;
  transform: rotate(-135deg);
}
.js-modal-colse-icn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  position: absolute;
  top: 3px;
  left: 16px;
  transform: rotate(135deg);
}

@media screen and (min-width:768px) {
  .u-introduce .l-main-visual {
    background-image: url("../images/introduce_main-img_pc.jpg");
  }
  .js-modal-img {
    max-height: 80vh;
    width: 900px;
    height: 556px;
  }
  .l-introduce .p-paging-wrap_pc {
    margin-top: 40px;
  }
  }

  @media screen and (min-width:1024px) {
  .introduce .u-pc_inbl {
    display: inline-block;
  }
  /*モーダル*/
  .js-modal-content {
    width: 900px;
    height: 556px;
  }
  }

  /* 写真館 SP時スライド */
  @media screen and (min-width:768px) {
    .c-photostudio_wrapper .swiper-button-prev, .c-photostudio_wrapper .swiper-button-next {
      display: none;
    }
  }

  .c-photostudio_slide .c-card {
    justify-content: center;
  }

  .c-photostudio_wrapper {
    position: relative;
  }

  .c-photostudio .c-card_img {
    width: 100% !important;
    padding-bottom: 75%;
  }
  @media screen and (min-width:768px) {
    .c-photostudio .c-photostudio_inner > div:not(:last-child) {
      margin-right: 16px;
    }

  .c-photostudio .c-card .c-card_img {
    width: 183px !important;
    height: 128px;
    flex: none;
    margin-right: 0 !important;
  }
  }
  .c-photostudio_wrapper .swiper-button-prev, .c-photostudio_wrapper .swiper-button-next {
    position: absolute;
    left: auto;
    top: 48%;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    background: url(/files/user/common/images/icon_prev.svg) center no-repeat #fff;
    background-size: 15px auto;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
    border-radius: 50%;
  }

  .c-photostudio_wrapper .swiper-button-next {
    right: -3%;
    background-image: url(/files/user/common/images/icon_next.svg);
  }

  .c-photostudio_wrapper .swiper-button-prev {
    left: -3%;
  }

  .l-content_inner .swiper-container {
    z-index: auto;
  }

  /* インフォメーション */
  #information {
    padding-top: 0;
  }
