
/* ========== COMPONENT ========== */

/*=====================================

                       TEMPLATE(過去分)

======================================*/

/*------ 10 ------*/

.p10 {
	padding: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pl10 {
	padding-left: 10px;
}

.m10 {
	margin: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}


/*------ 15 ------*/

.p15 {
	padding: 15px;
}

.pt15 {
	padding-top: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pl15 {
	padding-left: 15px;
}

.m15 {
	margin: 15px;
}

.mt15 {
	margin-top: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.mr15 {
	margin-right: 15px;
}

.ml15 {
	margin-left: 15px;
}


/*------ 20 ------*/

.p20 {
	padding: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pl20 {
	padding-left: 20px;
}

.m20 {
	margin: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mr20 {
	margin-right: 20px;
}

.ml20 {
	margin-left: 20px;
}


/*------ 30 ------*/

.p30 {
	padding: 30px;
}

.pt30 {
	padding-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pl30 {
	padding-left: 30px;
}

.m30 {
	margin: 30px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mr30 {
	margin-right: 30px;
}

.ml30 {
	margin-left: 30px;
}


/*------ HR ------*/

hr.solid {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #c9c9c9;
}

hr.dash {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px dashed #c9c9c9;
}

hr.dot {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px dotted #c9c9c9;
}



/*------ ボタン(Square) ------*/

.button {
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
}

.button a {
	display: block;
	padding: 5%;
}

.button.white {
	background-color: #ffffff;
	color: #333333;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

.button.black {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

.button.gray {
	background-color: #e6e6e6;
	color: #333333;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

.button.darkgray {
	background-color: #535050;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

.button.wine {
	background-color: #b70909;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

.button.blue {
	background-color: #0088cc;
	color: #333333;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

.button.skyblue {
	background-color: #24b6ff;
	color: #333333;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

.button.white a, .button..gray a, .button.blue a, .button.skyblue a {
	color: #333333;
}
.button.black a, .button.darkgray a, .button.wine a {
	color: #ffffff;
}


.button.right_w {
	background-image: url(../img/common/arrow_white_r_small.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	-moz-background-size: 5px 9px;
}

.button.left_w {
	background-image: url(../img/common/arrow_white_l_small.png);
	background-repeat: no-repeat;
	background-position: 10% center;
	background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	-moz-background-size: 5px 9px;
}

.button.right_b {
	background-image: url(../img/common/arrow_black_r_small.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	-moz-background-size: 5px 9px;
}

.button.left_b {
	background-image: url(../img/common/arrow_black_l_small.png);		background-repeat: no-repeat;
	background-position: 10% center;
	background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	-moz-background-size: 5px 9px;
}



/*------ Simplist ------*/

ul.simplist li {
	width: 100%;
	float: left;
	margin: 0 0 1px 0;
	background: url(../img/common/arrow_black_r_small.png) no-repeat 95% center;
	background-size: 6px auto;
	-moz-background-size: 6px auto;
	-webkit-background-size: 6px auto;
	font-size: 13px;
}

ul.simplist li.half {
	background: url(../img/common/arrow_black_r_small.png) no-repeat 95% center;
	background-size: 6px auto;
	-moz-background-size: 6px auto;
	-webkit-background-size: 6px auto;
	width: 50%;
}

ul.simplist li.blank {
	display: block;
	background-image: none;
	height: 46px;
	padding: 14px 0 0 0;
}

ul.simplist li:nth-child(odd) {
	background-color: #d3d3d3;
}

ul.simplist li:nth-child(even) {
	background-color: #e6e6e6;
}

ul.simplist li a{
	display: block;
	height: 46px;
	padding: 14px 0 0 14px;
}

ul.simplist li.half:nth-child(even) a {
	border-right: 0;
}

/*------ Attentionlist ------*/

ul.atlist li{
	font-weight: normal;
	padding: 0;
	/*改行時の処理*/
	list-style-type: none;
	margin-bottom: 0.5rem;
	padding-left: 1rem; /*1rem（1文字）分、右に動かす*/
	text-indent: -1rem; /*最初の行だけ1rem（1文字）分、左に動かす*/
	line-height: 150%;

}

ul.atlist li:last-child {
	margin-bottom: 0;
}




/* ==============================
btn
============================== */

.c-btn a, .c-btn .c-btn__text, .p-temp__text .c-btn a.c-btn__text {
  text-decoration: none;
}

.c-btn.c-btn-black::before {
  background: #000;
}

.c-btn.c-btn-black .c-btn__text {
  color: #fff;
}

.c-btn.c-btn-L, .c-btn_form.c-btn-L {
  width: 80%;
}

.c-btn.c-btn-M, .c-btn_form.c-btn-M {
  width: 50%;
}

.c-btn.c-btn-S, .c-btn_form.c-btn-S {
  width: 30%;
}

.l-main[data-area="gallery"] .p-img_card__title {
  margin-bottom: 0;
  -webkit-line-clamp: inherit;
}

.l-main[data-area="download"] .p-content_in__inner {
  text-align: center;
}

.l-main[data-area="download"] .p-content_in__inner img {
  display: inline;
  height: 200px !important;
  border: 1px solid #ccc;
}

.l-main.wp-down[data-area="download"] .p-content_in img {
  pointer-events: inherit !important;

}

.p-content_in__note_title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

[data-color-mode="dark"] .l-main[data-area="form"] .p-content__inner {
    background-color: #000;
    color: #fff;
}

/* ==============================
system
============================== */
.system_contents {
  position: relative;
  margin: 0 auto;
  padding: 0 0 120px;
}

.system_contents form {
  margin-top: 10px;
}

.system_contents input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin: 5px auto 0;
  border: none;
  background: #585858;
  padding: 8px 10px;
  width: 100%;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.system_contents #code input[name="code"] {
  margin-bottom: 10px;
}

.system_contents input[type="submit"] {
  width: 40%;
  padding: 10px;
  border: 0;
  background: #fff;
  color: #000;
}

.system_contents #code input[type="submit"] {
  margin-top: 6vw;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 25.6px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    letter-spacing: .1rem;
}

button[type="submit"] {
  cursor: pointer;
}

/* ==============================
system
============================== */
[data-area="archive"] .p-article__title {
  -webkit-line-clamp: inherit;
}


@media screen and (min-width: 769px){
  /* ==============================
  system
  ============================== */
  .system_contents {
    width: 40%;
  }
}

@media screen and (max-width: 768px){
  /* ==============================
  system
  ============================== */
  .system_contents {
    width: 90%;
  }

  .c-btn.c-btn-L, .c-btn_form.c-btn-L {
    width: 80%;
  }

  .c-btn.c-btn-M, .c-btn_form.c-btn-M {
    width: 60%;
  }

  .c-btn.c-btn-S, .c-btn_form.c-btn-S {
    width: 40%;
  }

}