@charset "UTF-8";
/* ===================================
	File Name   : module.css
	Description : Each selectors/parts CSS
	Editor      : Bface Saeki
	Last Editor : Bface Saeki
	
	Update Description :
	[2022/01/17] 新規制作

====================================== */

/*========== Style Contents ==========

	1. Switch
  2. margin / padding
  3. width
	4. Font
	5. Title Setting
	6. Box Layout
	7. Parts Style
    -	Video
    -	Code
    -	Labels(color)
    -	Introduction
    -	Text Indent
    -	Boxs
      -	Boxs - Limit
      -	Boxs - Color
    -	Links
      -	Links - Boxlink
      -	Links - Boxlink emphasis
      -	Links - Boxlink return
      -	Links - Boxlink color
    -	Table
      -	Table - basic
      -	Table - itemlist
      -	Table - emphasis
    -	List
      -	List - Info
      -	List - links
      -	List - switch
      -	List - vertical
      -	List - dots
      -	List - circle
      -	List - definition
      -	List - cards
      -	List - form
    -	Pager
  8. Each Section Style

====================================== */



/*===== 1. Switch =====*/
.pc[class] { display: block;}
.sp[class] { display: none;}
.block[class] { display: block;}
.inline-block[class] { display: inline-block;}
.inline[class] { display: inline;}


@media (max-width: 768px) {
	.pc[class] { display: none;}
	.sp[class] { display: block;}
  .blocksp[class] { display: block;}
  .inline-blocksp[class] { display: inline-block;}
  .inlinesp[class] { display: inline;}
}



/*===== 2. margin / padding =====*/
.mlauto[class] { margin-left: auto;}.ml0[class] { margin-left: 0;}.ml05[class] { margin-left: 5px;}.ml10[class] { margin-left: 10px;}.ml15[class] { margin-left: 15px;}.ml20[class] { margin-left: 20px;}.ml25[class] { margin-left: 25px;}
.mrauto[class] { margin-right: auto;}.mr0[class] { margin-right: 0;}.mr05[class] { margin-right: 5px;}.mr10[class] { margin-right: 10px;}.mr15[class] { margin-right: 15px;}.mr20[class] { margin-right: 20px;}.mr25[class] { margin-right: 25px;}
.mlrauto[class] { margin: auto;}.mlr0[class] { margin: 0;}.mlr05[class] { margin: 0 5px;}.mlr10[class] { margin: 0 10px;}.mlr15[class] { margin: 0 15px;}.mlr20[class] { margin: 0 20px;}.mlr25[class] { margin: 0 25px;}.mlr30[class] { margin: 0 30px;}.mlr40[class] { margin: 0 40px;}.mlr50[class] { margin: 0 50px;}
.mtauto[class] { margin-top: auto;}.mt0[class] { margin-top: 0;}.mt05[class] { margin-top: 5px;}.mt10[class] { margin-top: 10px;}.mt15[class] { margin-top: 15px;}.mt20[class] { margin-top: 20px;}.mt25[class] { margin-top: 25px;}.mt30[class] { margin-top: 30px;}.mt40[class] { margin-top: 40px;}.mt50[class] { margin-top: 50px;}
.mbauto[class] { margin-bottom: auto;}.mb0[class] { margin-bottom: 0;}.mb05[class] { margin-bottom: 5px;}.mb10[class] { margin-bottom: 10px;}.mb15[class] { margin-bottom: 15px;}.mb20[class] { margin-bottom: 20px;}.mb25[class] { margin-bottom: 25px;}.mb30[class] { margin-bottom: 30px;}.mb40[class] { margin-bottom: 40px;}.mb50[class] { margin-bottom: 50px;}.mb60[class] { margin-bottom: 60px;}
.mtb0[class] { margin: 0;}.mtb05[class] { margin: 5px 0;}.mtb10[class] { margin: 10px 0;}.mtb15[class] { margin: 15px 0;}.mtb20[class] { margin: 20px 0;}.mtb25[class] { margin: 25px 0;}.mtb30[class] { margin: 30px 0;}.mtb40[class] { margin: 40px 0;}.mtb50[class] { margin: 50px 0;}.mtb60[class] { margin: 60px 0;}

.pl0[class] { padding-left: 0;}.pl05[class] { padding-left: 5px;}.pl10[class] { padding-left: 10px;}.pl15[class] { padding-left: 15px;}.pl20[class] { padding-left: 20px;}.pl25[class] { padding-left: 25px;}
.pr05[class] { padding-right: 5px;}.pr10[class] { padding-right: 10px;}.pr15[class] { padding-right: 15px;}.pr20[class] { padding-right: 20px;}.pr25[class] { padding-right: 25px;}
.plr0[class] { padding: 0;}.plr05[class] { padding: 0 5px;}.plr10[class] { padding: 0 10px;}.plr15[class] { padding: 0 15px;}.plr20[class] { padding: 0 20px;}.plr25[class] { padding: 0 25px;}.plr30[class] { padding: 0 30px;}.plr40[class] { padding: 0 40px;}.plr50[class] { padding: 0 50px;}
.pt0[class] { padding-top: 0;}.pt05[class] { padding-top: 5px;}.pt10[class] { padding-top: 10px;}.pt15[class] { padding-top: 15px;}.pt20[class] { padding-top: 20px;}.pt25[class] { padding-top: 25px;}.pt30[class] { padding-top: 30px;}.pt40[class] { padding-top: 40px;}.pt50[class] { padding-top: 50px;}
.pb0[class] { padding-bottom: 0;}.pb05[class] { padding-bottom: 5px;}.pb10[class] { padding-bottom: 10px;}.pb15[class] { padding-bottom: 15px;}.pb20[class] { padding-bottom: 20px;}.pb25[class] { padding-bottom: 25px;}.pb30[class] { padding-bottom: 30px;}.pb40[class] { padding-bottom: 40px;}.pb50[class] { padding-bottom: 50px;}.pb60[class] { padding-bottom: 60px;}
.ptb0[class] { padding: 0;}.ptb10[class] { padding: 10px 0;}.ptb20[class] { padding: 20px 0;}.ptb30[class] { padding: 30px 0;}.ptb40[class] { padding: 40px 0;}.ptb50[class] { padding: 50px 0;}.ptb60[class] { padding: 60px 0;}


@media (max-width: 768px) {
	.ml05[class] { margin-left: 1.34vw;}.ml10[class] { margin-left: 2.67vw;}.ml15[class] { margin-left: 4vw;}
	.ml20[class] { margin-left: 5.34vw;}.mr05[class] { margin-right: 1.34vw;}
	.mr10[class] { margin-right: 2.67vw;}.mr15[class] { margin-right: 4vw;}.mr20[class] { margin-right: 5.34vw;}.mr25[class] { margin-right: 6.67vw;}


	.mlr05[class] { margin: 0 1.34vw;}.mlr10[class] { margin: 0 2.67vw;}.mlr15[class] { margin: 0 4vw;}.mlr20[class] { margin: 0 5.34vw;}.mlr25[class] { margin: 0 6.67vw;}.mlr30[class] { margin: 0 8vw;}.mlr40[class] { margin: 0 10.67vw;}.mlr50[class] { margin: 0 10.67vw;}
	.mt05[class] { margin-top: 1.34vw;}.mt10[class] { margin-top: 2.67vw;}.mt15[class] { margin-top: 4vw;}.mt20[class] { margin-top: 5.34vw;}.mt25[class] { margin-top: 6.67vw;}.mt30[class] { margin-top: 8vw;}.mt40[class] { margin-top: 10.67vw;}.mt50[class] { margin-top: 10.67vw;}
	.mb05[class] { margin-bottom: 1.34vw;}.mb10[class] { margin-bottom: 2.67vw;}.mb15[class] { margin-bottom: 4vw;}.mb20[class] { margin-bottom: 5.34vw;}.mb25[class] { margin-bottom: 6.67vw;}.mb30[class] { margin-bottom: 8vw;}.mb40[class] { margin-bottom: 10.67vw;}.mb50[class] { margin-bottom: 10.67vw;}.mb60[class] { margin-bottom: 10.67vw;}
	.mtb05[class] { margin: 1.34vw 0;}.mtb10[class] { margin: 2.67vw 0;}.mtb15[class] { margin: 4vw 0;}.mtb20[class] { margin: 5.34vw 0;}.mtb25[class] { margin: 6.67vw 0;}.mtb30[class] { margin: 8vw 0;}.mtb40[class] { margin: 10.67vw 0;}.mtb50[class] { margin: 10.67vw 0;}.mtb60[class] { margin: 10.67vw 0;}

	.ml0sp[class] { margin-left: 0;}.ml05sp[class] { margin-left: 1.34vw;}.ml10sp[class] { margin-left: 2.67vw;}.ml15sp[class] { margin-left: 4vw;}.ml20sp[class] { margin-left: 5.34vw;}.ml25sp[class] { margin-left: 6.67vw;}
	.mr0sp[class] { margin-right: 0;}.mr05sp[class] { margin-right: 1.34vw;}.mr10sp[class] { margin-right: 2.67vw;}.mr15sp[class] { margin-right: 4vw;}.mr20sp[class] { margin-right: 5.34vw;}.mr25sp[class] { margin-right: 6.67vw;}
	.mlr0sp[class] { margin: 0;}.mlr05sp[class] { margin: 0 1.34vw;}.mlr10sp[class] { margin: 0 2.67vw;}.mlr15sp[class] { margin: 0 4vw;}.mlr20sp[class] { margin: 0 5.34vw;}.mlr25sp[class] { margin: 0 6.67vw;}
  .mt0sp[class] { margin-top: 0;}.mt05sp[class] { margin-top: 1.34vw;}.mt10sp[class] { margin-top: 2.67vw;}.mt15sp[class] { margin-top: 4vw;}.mt20sp[class] { margin-top: 5.34vw;}.mt25sp[class] { margin-top: 6.67vw;}.mt30sp[class] { margin-top: 8vw;}.mt40sp[class] { margin-top: 10.67vw;}.mt50sp[class] { margin-top: 10.67vw;}
	.mb0sp[class] { margin-bottom: 0;}.mb05sp[class] { margin-bottom: 1.34vw;}.mb10sp[class] { margin-bottom: 2.67vw;}.mb15sp[class] { margin-bottom: 4vw;}.mb20sp[class] { margin-bottom: 5.34vw;}.mb25sp[class] { margin-bottom: 6.67vw;}.mb30sp[class] { margin-bottom: 8vw;}.mb40sp[class] { margin-bottom: 10.67vw;}.mb50sp[class] { margin-bottom: 10.67vw;}
	.mtb05sp[class] { margin: 1.34vw 0;}.mtb10sp[class] { margin: 2.67vw 0;}.mtb15sp[class] { margin: 4vw 0;}.mtb20sp[class] { margin: 5.34vw 0;}.mtb25sp[class] { margin: 6.67vw 0;}.mtb30sp[class] { margin: 8vw 0;}.mtb40sp[class] { margin: 10.67vw 0;}.mtb50sp[class] { margin: 10.67vw 0;}.mtb60sp[class] { margin: 10.67vw 0;}
  
	.pl0[class] { padding-left: 0;}.pl05[class] { padding-left: 1.34vw;}.pl10[class] { padding-left: 2.67vw;}.pl15[class] { padding-left: 4vw;}.pl20[class] { padding-left: 5.34vw;}.pr05[class] { padding-right: 1.34vw;}.pr10[class] { padding-right: 2.67vw;}.pr15[class] { padding-right: 4vw;}.pr20[class] { padding-right: 5.34vw;}.pr25[class] { padding-right: 6.67vw;}.plr0[class] { padding: 0;}.plr05[class] { padding: 0 1.34vw;}.plr10[class] { padding: 0 2.67vw;}.plr15[class] { padding: 0 4vw;}.plr20[class] { padding: 0 5.34vw;}.plr25[class] { padding: 0 6.67vw;}.plr30[class] { padding: 0 8vw;}.plr40[class] { padding: 0 10.67vw;}.plr50[class] { padding: 0 10.67vw;}
	.pt0[class] { padding-top: 0;}.pt05[class] { padding-top: 1.34vw;}.pt10[class] { padding-top: 2.67vw;}.pt15[class] { padding-top: 4vw;}.pt20[class] { padding-top: 5.34vw;}.pt25[class] { padding-top: 6.67vw;}.pt30[class] { padding-top: 8vw;}.pt40[class] { padding-top: 10.67vw;}.pt50[class] { padding-top: 10.67vw;}
	.pb0[class] { padding-bottom: 0;}.pb05[class] { padding-bottom: 1.34vw;}.pb10[class] { padding-bottom: 2.67vw;}.pb15[class] { padding-bottom: 4vw;}.pb20[class] { padding-bottom: 5.34vw;}.pb25[class] { padding-bottom: 6.67vw;}.pb30[class] { padding-bottom: 8vw;}.pb40[class] { padding-bottom: 10.67vw;}.pb50[class] { padding-bottom: 10.67vw;}.pb60[class] { padding-bottom: 10.67vw;}
	.ptb0[class] { padding: 0;}.ptb10[class] { padding: 2.67vw 0;}.ptb20[class] { padding: 5.34vw 0;}.ptb30[class] { padding: 8vw 0;}.ptb40[class] { padding: 10.67vw 0;}.ptb50[class] { padding: 10.67vw 0;}.ptb60[class] { padding: 10.67vw 0;}
	.pl0sp[class] { padding-left: 0;}.pl05sp[class] { padding-left: 1.34vw;}.pl10sp[class] { padding-left: 2.67vw;}.pl15sp[class] { padding-left: 4vw;}.pl20sp[class] { padding-left: 5.34vw;}.pl25sp[class] { padding-left: 6.67vw;}
	.pr0sp[class] { padding-right: 0;}.pr05sp[class] { padding-right: 1.34vw;}.pr10sp[class] { padding-right: 2.67vw;}.pr15sp[class] { padding-right: 4vw;}.pr20sp[class] { padding-right: 5.34vw;}.pr25sp[class] { padding-right: 6.67vw;}.plr0sp[class] { padding: 0;}.plr05sp[class] { padding: 0 1.34vw;}.plr10sp[class] { padding: 0 2.67vw;}.plr15sp[class] { padding: 0 4vw;}.plr20sp[class] { padding: 0 5.34vw;}.plr25sp[class] { padding: 0 6.67vw;}
	.pt0sp[class] { padding-top: 0;}.pt05sp[class] { padding-top: 1.34vw;}.pt10sp[class] { padding-top: 2.67vw;}.pt15sp[class] { padding-top: 4vw;}.pt20sp[class] { padding-top: 5.34vw;}.pt25sp[class] { padding-top: 6.67vw;}.pt30sp[class] { padding-top: 8vw;}.pt40sp[class] { padding-top: 10.67vw;}.pt50sp[class] { padding-top: 10.67vw;}
	.pb0sp[class] { padding-bottom: 0;}.pb05sp[class] { padding-bottom: 1.34vw;}.pb10sp[class] { padding-bottom: 2.67vw;}.pb15sp[class] { padding-bottom: 4vw;}.pb20sp[class] { padding-bottom: 5.34vw;}.pb25sp[class] { padding-bottom: 6.67vw;}.pb30sp[class] { padding-bottom: 8vw;}.pb40sp[class] { padding-bottom: 10.67vw;}.pb50sp[class] { padding-bottom: 10.67vw;}
	.ptb05sp[class] { padding: 1.34vw 0;}.ptb10sp[class] { padding: 2.67vw 0;}.ptb15sp[class] { padding: 4vw 0;}.ptb20sp[class] { padding: 5.34vw 0;}.ptb25sp[class] { padding: 6.67vw 0;}.ptb30sp[class] { padding: 8vw 0;}.ptb40sp[class] { padding: 10.67vw 0;}.ptb50sp[class] { padding: 10.67vw 0;}.ptb60sp[class] { padding: 10.67vw 0;}
}



/*===== 3. Size =====*/
.w10[class] { width: 10%;}.w20[class] { width: 20%;}.w25[class] { width: 25%;}.w30[class] { width: 30%;}.w40[class] { width: 40%;}.w50[class] { width: 50%;}.w60[class] { width: 60%;}.w70[class] { width: 70%;}.w80[class] { width: 80%;}.w90[class] { width: 90%;}.w100[class] { width: 100%;}
.w20-10[class] { width: calc(20% - 10px);}.w20-20[class] { width: calc(20% - 20px);}.w20-30[class] { width: calc(20% - 30px);}
.w25-10[class] { width: calc(25% - 10px);}.w25-20[class] { width: calc(25% - 20px);}.w25-30[class] { width: calc(25% - 30px);}
.w30-10[class] { width: calc(30% - 10px);}.w30-20[class] { width: calc(30% - 20px);}.w30-30[class] { width: calc(30% - 30px);}
.w40-10[class] { width: calc(40% - 10px);}.w40-20[class] { width: calc(40% - 20px);}.w40-30[class] { width: calc(40% - 30px);}
.w50-10[class] { width: calc(50% - 10px);}.w50-20[class] { width: calc(50% - 20px);}.w50-30[class] { width: calc(50% - 30px);}
.w60-10[class] { width: calc(60% - 10px);}.w60-20[class] { width: calc(60% - 20px);}.w60-30[class] { width: calc(60% - 30px);}
.w70-10[class] { width: calc(70% - 10px);}.w70-20[class] { width: calc(70% - 20px);}.w70-30[class] { width: calc(70% - 30px);}
.w75-10[class] { width: calc(75% - 10px);}.w75-20[class] { width: calc(75% - 20px);}.w75-30[class] { width: calc(75% - 30px);}
.w80-10[class] { width: calc(80% - 10px);}.w80-20[class] { width: calc(80% - 20px);}.w80-30[class] { width: calc(80% - 30px);}


@media (max-width: 768px) {
  .w10sp[class] { width: 10%;}.w20sp[class] { width: 20%;}.w25sp[class] { width: 25%;}.w30sp[class] { width: 30%;}.w40sp[class] { width: 40%;}.w50sp[class] { width: 50%;}.w60sp[class] { width: 60%;}.w70sp[class] { width: 70%;}.w80sp[class] { width: 80%;}.w90sp[class] { width: 90%;}.w100sp[class] { width: 100%;}
  .w20-10[class] { width: calc(20% - 1.34vw);}.w20-20[class] { width: calc(20% - 2.68vw);}.w20-30[class] { width: calc(20% - 2.68vw);}
  .w25-10[class] { width: calc(25% - 1.34vw);}.w25-20[class] { width: calc(25% - 2.68vw);}.w25-30[class] { width: calc(25% - 2.68vw);}
  .w30-10[class] { width: calc(30% - 1.34vw);}.w30-20[class] { width: calc(30% - 2.68vw);}.w30-30[class] { width: calc(30% - 2.68vw);}
  .w40-10[class] { width: calc(40% - 1.34vw);}.w40-20[class] { width: calc(40% - 2.68vw);}.w40-30[class] { width: calc(40% - 2.68vw);}
  .w50-10[class] { width: calc(50% - 1.34vw);}.w50-20[class] { width: calc(50% - 2.68vw);}.w50-30[class] { width: calc(50% - 2.68vw);}
  .w60-10[class] { width: calc(60% - 1.34vw);}.w60-20[class] { width: calc(60% - 2.68vw);}.w60-30[class] { width: calc(60% - 2.68vw);}
  .w70-10[class] { width: calc(70% - 1.34vw);}.w70-20[class] { width: calc(70% - 2.68vw);}.w70-30[class] { width: calc(70% - 2.68vw);}
  .w75-10[class] { width: calc(75% - 1.34vw);}.w75-20[class] { width: calc(75% - 2.68vw);}.w75-30[class] { width: calc(75% - 2.68vw);}
  .w80-10[class] { width: calc(80% - 1.34vw);}.w80-20[class] { width: calc(80% - 2.68vw);}.w80-30[class] { width: calc(80% - 2.68vw);}
  
  .w20-10sp[class] { width: calc(20% - 1.34vw);}.w20-20sp[class] { width: calc(20% - 2.68vw);}.w20-30sp[class] { width: calc(20% - 2.68vw);}
  .w25-10sp[class] { width: calc(25% - 1.34vw);}.w25-20sp[class] { width: calc(25% - 2.68vw);}.w25-30sp[class] { width: calc(25% - 2.68vw);}
  .w30-10sp[class] { width: calc(30% - 1.34vw);}.w30-20sp[class] { width: calc(30% - 2.68vw);}.w30-30sp[class] { width: calc(30% - 2.68vw);}
  .w40-10sp[class] { width: calc(40% - 1.34vw);}.w40-20sp[class] { width: calc(40% - 2.68vw);}.w40-30sp[class] { width: calc(40% - 2.68vw);}
  .w50-10sp[class] { width: calc(50% - 1.34vw);}.w50-20sp[class] { width: calc(50% - 2.68vw);}.w50-30sp[class] { width: calc(50% - 2.68vw);}
  .w60-10sp[class] { width: calc(60% - 1.34vw);}.w60-20sp[class] { width: calc(60% - 2.68vw);}.w60-30sp[class] { width: calc(60% - 2.68vw);}
  .w70-10sp[class] { width: calc(70% - 1.34vw);}.w70-20sp[class] { width: calc(70% - 2.68vw);}.w70-30sp[class] { width: calc(70% - 2.68vw);}
  .w75-10sp[class] { width: calc(75% - 1.34vw);}.w75-20sp[class] { width: calc(75% - 2.68vw);}.w75-30sp[class] { width: calc(75% - 2.68vw);}
  .w80-10sp[class] { width: calc(80% - 1.34vw);}.w80-20sp[class] { width: calc(80% - 2.68vw);}.w80-30sp[class] { width: calc(80% - 2.68vw);}
}



/*===== 4. Font Style =====*/
.red[class] { color: #c00;}.white[class] { color: #fff;}.black[class] { color: #333;}

.normal[class] { font-weight: 400;}.bold[class] { font-weight: 700;}

.wrap[class] { white-space: normal;}.nowrap[class] {white-space: nowrap;}

.fs12[class] { font-size: 1.2rem;}.fs14[class] { font-size: 1.4rem;}.fs16[class] { font-size: 1.6rem;}.fs18[class] { font-size: 1.8rem;}
.fs20[class] { font-size: 2.0rem;}.fs22[class] { font-size: 2.2rem;}.fs24[class] { font-size: 2.4rem;}.fs26[class] { font-size: 2.6rem;}.fs28[class] { font-size: 2.8rem;}.fs30[class] { font-size: 3.0rem;}.fs32[class] { font-size: 3.2rem;}.fs34[class] { font-size: 3.4rem;}.fs36[class] { font-size: 3.6rem;}.fs38[class] { font-size: 3.8rem;}.fs40[class] { font-size: 4.0rem;}

.line1-2[class] { line-height: 1.2;}.line1-4[class] { line-height: 1.4;}.line1-6[class] { line-height: 1.6;}.line1-8[class] { line-height: 1.8;}

.left[class] { text-align: left;}.center[class] { text-align: center;}.right[class] { text-align: right;}


@media (max-width: 768px) {
  .normalsp[class] { font-weight: 400;}.boldsp[class] { font-weight: 700;}

  .wrapsp[class] { white-space: normal;}.nowrapsp[class] {white-space: nowrap;}
  
	.fs12sp[class] { font-size: 1.2rem;}.fs14sp[class] { font-size: 1.4rem;}.fs16sp[class] { font-size: 1.6rem;}.fs18sp[class] { font-size: 1.8rem;}.fs20sp[class] { font-size: 2.0rem;}.fs20sp[class] { font-size: 2.0rem;}.fs22sp[class] { font-size: 2.2rem;}.fs24sp[class] { font-size: 2.4rem;}.fs26sp[class] { font-size: 2.6rem;}.fs28sp[class] { font-size: 2.8rem;}.fs30sp[class] { font-size: 3.0rem;}.fs32sp[class] { font-size: 3.2rem;}.fs34sp[class] { font-size: 3.4rem;}.fs36sp[class] { font-size: 3.6rem;}
  
  .line1-2sp[class] { line-height: 1.2;}.line1-4sp[class] { line-height: 1.4;}.line1-6sp[class] { line-height: 1.6;}.line1-8sp[class] { line-height: 1.8;}
	
	.leftsp[class] { text-align: left;}.centersp[class] { text-align: center;}.rightsp[class] { text-align: right;}
}



/*===== 5. Title Setting =====*/
/* 大見出し */
.headline {
  position: relative;
  margin-bottom: 2rem;
  padding: 2rem;
  border-bottom: 1px solid #ccc;
  font-size: 2.2rem;
  line-height: 1.2;
}
.headline::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 2px;
  background: #023d57;
  content: "";
}

/* 中見出し */
.crosshead {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}
.crosshead::first-letter { font-size: 3rem;}


/* 小見出し */
[class^="subhead"] {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
.subhead {
  display: flex;
  align-items: center;
}
.subhead::after {
  flex: 1;
  height: 1px;
  margin-left: 1rem;
  background: #ebebeb;
  content: "";
}

.subhead_under {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.subhead_fill {
  padding: 1em;
  background: #333;
  color: #fff;
}

/* メインコンテンツ内タイトル */
.main_cont .crosshead,
.main_cont .subhead { color: #0472a2;}
.main_cont .subhead::after  { background-color: #0472a2;}

.main_cont_ttl {
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem 0 2rem;
  border-bottom: 1px dotted #0472a2;
  color: #0472a2;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
.main_cont_ttl span {
  display: block;
  margin-top: .5rem;
  color: #333;
  font-size: 1.6rem;
}
.main_cont_ttl span b {
  margin: 0 .5rem;
  font-size: 2.4rem;
}
.main_cont_ttl i {
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  color: #fff;
  font-size: 3rem;
}
.main_cont_ttl::before {
  position: absolute;
  top:  -2rem;
  left: -2rem;
  width: 10rem;
  height: 10rem;
  background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #0472a2 50.01%) no-repeat top left / 100% 100%;
  content: "";
}


@media (max-width: 768px) {
  /* 大見出し */
  .headline {
    font-size: 2.0rem;
  }

  /* 中見出し */

  /* 小見出し */
  .subhead_under { padding-bottom: 1rem;}

  .subhead_fill { padding: 1rem;}
  
  /* メインコンテンツ内タイトル */
  .main_cont_ttl { font-size: 2rem; }
  .main_cont_ttl span {
    margin: 0;
    font-size: 1.4rem;
  }
  .main_cont_ttl span b {
    font-size: 2rem;
  }
  .main_cont_ttl i {
    position: absolute;
    top: -.2rem;
    left: -.2rem;
    font-size: 2rem;
  }
  .main_cont_ttl::before {
    top:  -1rem;
    left: -1rem;
    width: 6rem;
    height: 6rem;
  }
  
}



/*===== 6. Box Layout =====*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flexcolumn[class] { flex-direction: column;}
.flexrow[class] { flex-direction: row;}
.flexstart[class] { justify-content: flex-start;}
.flexend[class] { justify-content: flex-end;}
.flexcenter[class] { justify-content: center;}
.flexbetween[class] { justify-content: space-between;}
.flextop[class] { align-items: flex-start;}
.flexmiddle[class] { align-items: center;}
.flexbottom[class] { align-items: flex-end;}
.flexwrap[class] { flex-wrap: wrap;}
.flexnowrap[class] { flex-wrap: nowrap;}
.flexnone[class] { flex: none; }
.flex01[class] { flex: 1; }
.flex02[class] { flex: 2; }
.flex03[class] { flex: 3; }

.flex2,
.flex3,
.flex4,
.flex5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex2 > * { width: calc(50% - 20px);}
.flex3 > * { width: calc(33.33% - 15px);}
.flex4 > * { width: calc(25% - 10px);}
.flex5 > * { width: calc(20% - 10px);}

[class^="flex"] > * > img { width: 100%;}

table [class^="flex"] > * { flex: 1;}


@media (max-width: 768px) {
  .flexcolumnsp[class] { flex-direction: column;}
  .flexrowsp[class] { flex-direction: row;}
  .flexstartsp[class] { justify-content: flex-start;}
  .flexendsp[class] { justify-content: flex-end;}
  .flexcentersp[class] { justify-content: center;}
  .flexbetweensp[class] { justify-content: space-between;}
  .flextopsp[class] { align-items: flex-start;}
  .flexmiddlesp[class] { align-items: center;}
  .flexbottomsp[class] { align-items: flex-end;}
  .flexwrapsp[class] { flex-wrap: wrap;}
  .flexnowrapsp[class] { flex-wrap: nowrap;}
  .flexnonesp[class] { flex: none; }
  .flex01sp[class] { flex: 1; }
  .flex02sp[class] { flex: 2; }
  .flex03sp[class] { flex: 3; }
  
	article .flex2 > *,
	article .flex3 > *,
	article .flex4 > *,
	article .flex5 > * { width: calc(50% - 2.68vw); margin: 0 1.34vw;}
  
  [class^="flex"].single > * { width: 100%;}

  table [class^="flex"].single > * { flex: none;}
}



/*===== 7. Parts Style =====*/
/*-- Video --*/
.video_wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*-- Code --*/
.code {
  display: block;
  overflow-x: auto;
  padding: 20px;
  border: 1px solid #cccccc;
  background: #ebebeb;
  word-wrap: break-word;
}

.code pre {
  display: block;
  white-space: normal;
}


@media (max-width: 768px) {
  .code pre { white-space: nowrap;}
}


/*-- Labels(color) --*/
div.labels {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

div.labels b { margin-right: 1rem;}

b[class^="label_"] {
  display: inline-block;
  min-width: 90px;
  padding: .5rem 2rem;
  border: 2px solid;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
  align-self: baseline;
}
b[class^="label_"].label_important { border-color: #c00; background: #c00;}
b[class^="label_"].label_info { border-color: #d48917; background: #d48917;}
b[class^="label_"].label_mandatory { border-color: #c00; background: #c00;}
b[class^="label_"].label_jp-en-common {
  background: #fff;
  color: #178d00;
  border-color: #178d00;
}
b[class^="label_"].label_impossible-changed {
  background: #fff;
  color: #c00;
  border-color: #c00;
}
b[class^="label_"].label_publish-web {
  background: #333;
  border-color: #333;
}


/*-- Text Indent --*/
.indent {
  text-indent: -1em;
  padding-left: 1em;
}


/*-- Boxs --*/
/* Boxs - Limit */
.box_wrapper {
  margin: 0 auto;
  padding: 0 2rem;
}

.box_limit_max {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 2rem;
}

.box_limit_mid {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 2rem;
}

.box_limit_min {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2rem;
}


/* Boxs - Color */
.box_black { background: #333;}
.box_dark { background: #023d57;}
.box_light { background: #dffcff;}
.box_gray { background: #ebebeb;}
.box_white { background: #fff;}
.box_pink { background: #f7dadb;}


@media (max-width: 768px) {
  .box_wrapper,
  .box_limit_mid,
  .box_limit_min { padding: 0;}
}


/*-- Links --*/
/* Links - Boxlink */
.boxlink {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.boxlink a {
  width: 100%;
  text-decoration: none;
}
.boxlink a span {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em 3rem;
  background: #0472a2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: all .25s;
}
.boxlink a:hover span {
  background: #3ac5e0;
  transition: all .25s;
}
.boxlink a:not(.noicon) span::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: .6rem;
  height: .6rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  transition: all .25s;
}
.boxlink a:hover span::after {
  right: .5rem;
  transition: all .25s;
}
.boxlink.return + .boxlink a span { border: 4px solid #0472a2;}
.boxlink.return + .boxlink a:hover span { border: 4px solid #3ac5e0;}


/* Links - Boxlink rows */
.boxlink.rows a span {
  padding: 1.5rem 3rem;
  font-size: 2.0rem;
}
.boxlink.rows a span em { font-size: 1.6rem;}


/* Links - Boxlink emphasis */
.boxlink.emphasis a { padding-bottom: 1.5rem;}
.boxlink.emphasis a span {
  z-index: 2;
  padding: 2rem 4rem;
  background: #ff7733;
  font-size: 2.0rem;
  text-shadow: 0 2px 0 rgba(204,95,41,.5);
  transition: .25s all;
}
.boxlink.emphasis a::before,
.boxlink.emphasis a::after {
  position: absolute;
  bottom: 2px;
  width: 50%;
  height: 1.5rem;
  filter: blur(2px);
  transform:translate3d(0,0,0);
  transition: .25s all;
  content: "";
}
.boxlink.emphasis a::before { left: 0; background: linear-gradient(to top left, rgba(128,60,26,0) 50%, rgba(128,60,26,.25) 50.01%) no-repeat top left / 100% 100%;}
.boxlink.emphasis a::after { right: 0; background: linear-gradient(to top right, rgba(128,60,26,0) 50%, rgba(128,60,26,.25) 50.01%) no-repeat top left / 100% 100%}

.boxlink.emphasis a:hover span { transition: .25s all; background: #d9652b;}
.boxlink.emphasis a:hover::before,
.boxlink.emphasis a:hover::after {
  transition: .25s all;
  opacity: 0;
}


/* Links - Boxlink return */
.boxlink.return a span {
  background: #fff;
  border: 4px solid currentColor;
  color: #0472a2;
}
.boxlink.return a span::after {
  left: 10px;
  border: none;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}
.boxlink.return a:hover span { color: #3ac5e0;}

.boxlink.return a:hover span::after { left: 5px;}


/* Links - Boxlink color */
.boxlink.red a span { background: #c00;}
.boxlink.red a:hover span { background: #f00;}
.boxlink.gray a span { background: #999;}
.boxlink.gray a:hover span { background: #333;}


@media (max-width: 768px) {
  /* Links - Boxlink */
  .boxlink a:hover span {
    background: #0472a2;
    transition: none;
  }
  .boxlink a span::after {
    right: 2.67vw;
    border-width: .54vw;
  }
  .boxlink a:not(.noicon) span::after,
  .boxlink a:hover span::after {
    right: 2.67vw;
    transition: none;
  }
  .boxlink.return + .boxlink a:hover span { border: 4px solid #0472a2;}
  
  /* Links - Boxlink rows */
  .boxlink.rows a span {
    font-size: 1.8rem;
  }
  .boxlink.rows a span em { font-size: 1.4rem;}
  
  /* Links - Boxlink emphasis */
  .boxlink.emphasis a span {
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
  }
  
  /* Links - Boxlink-Return */
  .boxlink.return a span::after {
    left: 2.67vw;
    border-width: .54vw;
  }
  .boxlink.return a:hover span {
    background: #fff;
    color: #0472a2;
  }
  .boxlink.return a:hover span::after { left: 2.67vw;}
}


/*-- Table --*/
/* Table - basic */
div.table_basic table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #023d57;
  background: #fff;
}

div.table_basic table tr { border-bottom: 1px solid #023d57;}

div.table_basic table th {
  padding: 15px;
  background: #023d57;
  color: #fff;
  font-weight: bold;
  border-right: 1px dotted #fff;
}
div.table_basic table th:last-child,
div.table_basic table td:last-child { border: none;}

div.table_basic table td {
  padding: 15px;
  font-size: 1.6rem;
  border-right: 1px dotted #023d57;
  text-align: center;
  vertical-align: middle;
}


/* Table - itemlist */
table.table_list {
  width: 100%;
  background: #fff;
  border: 2px solid #023d57;
}
table.table_list caption { text-align: right;}
table.table_list caption span {
  display: inline-block;
  padding: 1rem 1.5rem .5rem;
  background: #023d57;
  color: #fff;
  font-weight: bold;
}
table.table_list caption span b { font-size: 2.4rem;}

table.table_list tr { border-bottom: 1px solid #c8e3e5;}

table.table_list th {
  padding: 15px;
  background: #0472a2;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #c8e3e5;
  vertical-align: middle;
}
table.table_list th:last-child,
table.table_list td:last-child { border: none;}

table.table_list td {
  padding: 15px;
  font-size: 1.6rem;
  border-right: 1px solid #c8e3e5;
  text-align: center;
  vertical-align: middle;
}
table.table_list td:first-child { font-weight: bold;}

table.table_list.product { margin-top: -2rem;}
table.table_list.product th:nth-of-type(1),
table.table_list.product th:nth-of-type(3){ width: 10%;}
table.table_list.product th:nth-of-type(2){ width: 55%;}
table.table_list.product th:nth-of-type(4){ width: 20%;}
table.table_list.product th:nth-of-type(5){ min-width: 150px;}

table.table_list.product td:nth-of-type(2) { text-align: left;}


@media (max-width: 768px){
  /* Table - basic */
  div.table_basic {
    overflow-x: auto;
    width: calc(100% + 2.67vw);
  }
  div.table_basic table {
    position: relative;
    table-layout: auto;
  }
  div.table_basic table::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 2.67vw;
    height: 2.67vw;
    content: "";
  }
  
  div.table_basic table th,
  div.table_basic table td {
    padding: 2.67vw;
    font-size: 1.4rem;
    white-space: nowrap;
    text-align: center;
  }
  
  
  /* Table - itemlist */
  table.table_list caption { text-align: left;}
  table.table_list caption span b { font-size: 1.8rem;}
  
  table.table_list th,
  table.table_list td {
    padding: 2.67vw;
    font-size: 1.4rem;
  }
  
  table.table_list .boxlink a { white-space: nowrap;}
  table.table_list .boxlink a::after {
    right: 2.67vw;
    width: 1.34vw;
    height: 2.67vw;
  }
  
  table.table_list.product { margin-top: 1rem;}
  table.table_list.product th:nth-of-type(1){ width: 1%;}
  table.table_list.product th:nth-of-type(2){ width: 29%;}
  table.table_list.product th:nth-of-type(3){ width: 22%;}
  table.table_list.product th:nth-of-type(4){ width: 24%;}
  table.table_list.product th:nth-of-type(5){ width: 24%; min-width: auto;}


  /* 領域拡張 */
  div.tablelist_wrap { overflow-x: auto;}
  div.tablelist_wrap table.table_list { table-layout: fixed;}

  div.tablelist_wrap table.table_list th,
  div.tablelist_wrap table.table_list td { width: 30vw;}

  div.tablelist_wrap table.table_list.product th:nth-of-type(1),
  div.tablelist_wrap table.table_list.product th:nth-of-type(3){ width: 20vw;}
  div.tablelist_wrap table.table_list.product th:nth-of-type(2){ width: 50vw;}
  div.tablelist_wrap table.table_list.product th:nth-of-type(4){ width: 40vw;}
  div.tablelist_wrap table.table_list.product th:nth-of-type(5){ width: 30vw;}
}


/*-- List --*/
/* List - Info */
ul.list_info li:not(:last-child) { margin-bottom: 1rem;}

ul.list_info a {
  display: block;
  padding: 1rem;
  background: #fff;
  color: currentColor;
  text-decoration: none;
  transition: .25s all;
}
ul.list_info.gray a {
  border: 1px solid #ccc;
  background: #ebebeb;
  color: #333;
}

ul.list_info a:hover {
  background: #333;
  color: #fff;
  transition: .25s all;
}
ul.list_links a:hover {
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

/* List - links */
ul.list_links li:not(:last-child) { margin-bottom: 1rem;}
ul.list_links a {
  display: block;
  padding: 1.8rem 1.5rem;
  border: 1px solid #ccc;
  background: #ebebeb;
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  transition: .25s all;
}
ul.list_links a:hover {
  border: 1px solid #333;
  background: #333;
  color: #fff;
  transition: .25s all;
}


/* List - switch */
ul.list_switch li {
	display: flex;
	align-items: center;
	justify-content: space-between;
  margin: 0 auto;
	padding: 2rem;
	background: rgba(255,255,255,.75);
}
ul.list_switch li:not(:last-child) { border-bottom: 1px dotted #0472a2;}

ul.list_switch li p {
	flex: 1;
	display: flex;
	flex-flow: column wrap;
	margin-right: 2rem;
	line-height: 2;
}


/* List - vertical */
ul.list_ver {
  display: flex;
  flex-direction: column;
}

ul.list_ver li { min-height: 0%;}
ul.list_ver li:not(:last-child) { margin-bottom: 15px;}

/* List - dots */
ul.list_dots > li {
  position: relative;
  padding-left: 1.5rem;
}
ul.list_dots > li:not(:last-child) { margin-bottom: .5rem;}
ul.list_dots > li::before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #023d57;
  transform: translateY(-50%);
  content: "";
}

/* List - circle */
ul.list_circle > li {
  position: relative;
  padding-left: 2rem;
}
ul.list_circle > li:not(:last-child) { margin-bottom: .5rem;}
ul.list_circle > li::before {
  position: absolute;
  top: .9rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  box-shadow: 0 -1px 1px 0px #c8e3e5 inset, 0px 1px 1px 1px rgba(4,114,162,0.5) inset;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  content: "";
}

/* List - definition */
ul.list_def > li { display: flex;}
ul.list_def > li:not(:last-child) { margin-bottom: 10px;}
ul.list_def > li > :first-child {
  display: flex;
  align-items: center;
  width: 170px;
  padding-left: 10px;
  border-left: 5px solid #333;
  background: #f1f1f1;
  font-weight: 500;
  font-size: 1.6rem;
  margin-right: 5px;
  white-space: nowrap;
}
ul.list_def > li > :first-child + * { flex: 1;}


/* List - cards */
ul.list_cards {
  display: flex;
  justify-content: center;
  flex: 1;
}

ul.list_cards li {
  display: flex;
  position: relative;
  width: 18%;
  margin: 0 1%;
  padding: 5px;
  background: #fff;
}

ul.list_cards a {
  display: flex;
  position: relative;
  width: 100%;
  color: #333 !important;
}

ul.list_cards a:hover { opacity: 0.5;}

ul.list_cards a::before {
  position: absolute;
  display: block;
  height: 0;
  border-top: solid 40px #000;
  border-left: solid 40px transparent;
  right: 5px;
  content: "";
  top: 5px;
  z-index: 4;
}
ul.list_cards a:not(.noicons)[target="_blank"]::after,
ul.list_cards a:not(.noicons)[href$=".pdf"]::after { display: none;}

ul.list_cards a div {
  position: relative;
  width: 100%;
  padding: 20px;
  border: #000 solid 1px;
}

ul.list_cards a div::before {
  position: absolute;
  display: block;
  height: 0;
  border-top: solid 51px #fff;
  border-left: solid 51px transparent;
  right: -2px;
  content: "";
  top: -2px;
  z-index: 3;
}
ul.list_cards a div::after {
  position: absolute;
  display: block;
  height: 0;
  border-top: solid 50px #000;
  border-left: solid 50px transparent;
  right: -1px;
  content: "";
  top: -1px;
  z-index: 2;
}

ul.list_cards a em time{
  display: block;
  position: relative;
}

ul.list_cards a em time::after{
  position: absolute;
  content: '';
  top: 50%;
  left: 80px;
  width: 20%;
  height: 1px;
  background: #333;
}

ul.list_cards a em b {
  padding: 5px 0px 5px 25px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px 0 5px -26px;
  background: #ccc;
  color: #fff;
  font-weight: bold;
}

ul.list_cards a em b::after{
  content: "";
  position: absolute;
  top: 0;
  right: -26px;
  background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, currentColor 50.5%) no-repeat top left/100% 100%;
  z-index: 1;
  height: 100%;
  width: 26px;
}

ul.list_cards a[target="_blank"] p::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url("../img/ico-blank_b.svg") no-repeat left top / cover;
  transition: opacity .25s;
  content: "";
}
ul.list_cards a[target="_blank"]:hover p::after {
  opacity: .6;
  transition: opacity .25s;
}

ul.list_cards a[href$=".pdf"] p::after {
  display: inline-block;
  width: 13px;
  height: 16px;
  margin-left: 5px;
  background: url("../img/ico-pdf_b.svg") no-repeat left top / cover;
  vertical-align: text-bottom;
  transition: opacity .25s;
  content: "";
}


/* List - form */
ul.list_form { 
  margin-bottom: 2.5rem;
  border: 1px solid #0472a2;
  background: #fff;
}

ul.list_form > li dl,
ul.list_form > li dd li { padding: 1.5rem 1rem;}
ul.list_form > li:not(:last-of-type) dl { border-bottom: 1px solid #0472a2;}

ul.list_form > li dt {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #0472a2;
  color: #0472a2;
  font-weight: bold;
  font-size: 1.8rem;
}
ul.list_form > li dt div {
  margin-left: auto;
  padding-left: 5px;
  text-align: right;
}
ul.list_form > li dt div > * { margin: 0 0 5px 5px;}
ul.list_form > li dt div > *:not(:last-child) { margin: 0 0 5px;}

ul.list_form > li dd {
  padding-left: calc(1rem + 4px);
}

ul.list_form .subhead_fill { border: 1px solid #fff;}

/*
ul.list_form p iframe {
  width: 100%;
  height: 100%;
}

ul.list_form p a {
  color: #b49337;
  text-decoration: underline;
}
ul.list_form p a:hover { color: #000;}
*/

/* Form Input File
ul.list_form li.input-file li {
  border: none;
  box-sizing: content-box;
}

ul.list_form li.input-file-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: left;
}
ul.list_form li.input-file-child > img { flex-shrink: 0;}
ul.list_form li.input-file-child > img:first-child { max-width: 320px;}

ul.list_form li.input-file-child li {
  border: none;
}

ul.list_form li.input-file-child p {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

ul.list_form li.input-file-child input[type="file"] { width: 100%;}

ul.list_form li.input-file-child label.choice {
	width:auto;
	margin: 0;
	padding:0;
	background:none;
	color:#333;
  text-align: left;
}
ul.list_form li.input-file-child label:hover {
  opacity: 0.6;
}

ul.list_form li.input-file-child label.changed::after {
  content: "";
}
ul.list_form li.input-file-child label:hover::after {
  opacity: 1;
  color: #000;
}

ul.list_form li.input-file input[type="text"] {
  width: 100%;
}

ul.list_form li.input-file-child.file-upload {
  flex-direction: column;
  padding: 10px;
}
ul.list_form li.input-file-child.file-upload img {
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.list_form li.input-file-child.file-upload p {
  width: 100%;
  margin-bottom: 15px;
}

ul.list_form li.input-file-child.file-upload label {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
 */

@media (max-width: 768px) {
  /* List - Info */
  ul.list_info a:hover {
    background: #fff;
    color: #333;
    transition: none;
  }
  ul.list_info.gray a:hover {
    border-color: #ccc;
    background-color: #ebebeb;
    color: #333;
  }
  
  /* List - links */
  ul.list_links a {
    padding: 1.5rem;
    font-size: 1.6rem;
  }
  ul.list_links a:hover {
    border-color: #ccc;
    background-color: #ebebeb;
    color: #333;
  }
  
  /* List - switch */
	ul.list_switch li {
		align-items: flex-start;
		padding: 1.5rem;
	}

  /* List - vertical */
  ul.list_ver li:not(:last-child) { margin-bottom: 2.67vw;}

  /* List - dots */
  ul.list_dots > li { padding-left: 2.67vw;}
  ul.list_dots > li:not(:last-child) { margin-bottom: 2.67vw;}
  ul.list_dots > li::before {
    width: 1.6vw;
    height: 1.6vw;
  }

  /* List - circle */
  ul.list_circle > li:not(:last-child) { margin-bottom: 1rem;}
  
  /* List - definition */
  ul.list_def > li { display: block;}
  ul.list_def > li:not(:last-child) { margin-bottom: 2.67vw;}
  ul.list_def > li > :first-child {
    width: auto;
    padding: 2.67vw;
    margin: 0 0 1.34vw;
    white-space: normal;
  }
  ul.list_def > li > :first-child + * { flex: 1;}
  
  
  /* List - cards */
  ul.list_cards { flex-direction: column;}
  
  ul.list_cards li {
    width: 100%;
    margin-bottom: 2.67vw;
    padding: 1.34vw;
  }
  
  ul.list_cards a { padding: 0;}
  
  ul.list_cards a::before {
    right: 0.8vw;
    top: 0.8vw;
    border-top: solid 7.47vw #000;
    border-left: solid 7.47vw transparent;
  }
  
  ul.list_cards a div { padding: 4vw 2.67vw 2.67vw;}
  
  ul.list_cards a div::before {
    border-top: solid 9.33vw #fff;
    border-left: solid 9.33vw transparent;
  }
  ul.list_cards a div::after {
    border-top: solid 9.33vw #000;
    border-left: solid 9.33vw transparent;
  }
  
  ul.list_cards a em time { display: inline-block;}
  
  ul.list_cards a em b {
    display: inline-block;
    width: 26.67vw;
    margin: 0px 1.34vw;
    padding: 1.34vw 0;
    font-size: 1.2rem;
    text-align: center;
  }
  
  ul.list_cards a em time::after,
  ul.list_cards a em b::after { display: none;}
  
  ul.list_cards a p { margin-top: 2.67vw;}
  
  ul.list_cards a[target="_blank"] p::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  
  ul.list_cards a[href$=".pdf"] p::after {
    width: 3.2vw;
    height: 4vw;
    margin-left: 1.34vw;
    transition: none;
  }

  
  /* List - form */
  ul.list_form > li dt {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6rem;
  }
  ul.list_form > li dt div { margin: .5rem 0 0; padding: 0;}
  ul.list_form > li dt div > * { margin: 0 0 5px;}

  ul.list_form > li dd {
    padding-left: 0;
    font-size: 1.4rem;
  }
}


/*-- Pager --*/
div.pager {
  padding: 0 50px;
  text-align: center;
}

div.pager > p {
  font-size: 2.0rem;
}

div.pager > p span {
  margin-left: 10px;
  font-size: 1.4rem;
}

div.pager div,
div.pager div ol {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.pager div > * { margin: 0 10px;}

div.pager div > a {
  display: flex;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
}

div.pager div > a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

div.pager div > a::before,
div.pager div > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  content: "";
}
div.pager div > a.prev::before,
div.pager div > a.prev::after {
  border-left: 2px solid #000;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

div.pager div > a.next::before,
div.pager div > a.next::after {
  border-right: 2px solid #000;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

div.pager div > a.prev::after { margin-left: 6px;}
div.pager div > a.next::after { margin-left: -6px;}

div.pager div > a:hover::before,
div.pager div > a:hover::after { border-color: #fff;}

div.pager div li { margin: 0 5px;}

div.pager div li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #333;
}
div.pager div li a.active,
div.pager div li a:hover {
  background: #000;
  color: #fff;
}


@media (max-width: 768px) {
  div.pager { padding: 0 2.67vw;}
  
  div.pager p { font-size: 1.6rem;}

  div.pager p span { margin-left: 2.67vw;}
  
  div.pager div > * { margin: 0 1.34vw;}

  div.pager div > a {
    width: 8vw;
    height: 8vw;
    margin: 0;
  }

  div.pager div > a:hover { background: inherit;}

  div.pager div > a::before,
  div.pager div > a::after {
    width: 1.6vw;
    height: 1.6vw;
  }
  div.pager div > a:hover::before,
  div.pager div > a:hover::after { border-color: #000;}

  div.pager div > a.prev::after { margin-left: 1.07vw;}
  div.pager div > a.next::after { margin-left: -1.07vw;}
  
  div.pager div li { margin: 0 1.34vw;}

  div.pager div li a {
    width: 9.34vw;
    height: 9.34vw;
  }
  div.pager div li a:hover {
    border-color: #000;
    background: transparent;
    color: #333;
  }
  div.pager div li a.active {
    background: #000;
    color: #fff;
  }
}


/*===== 8. Each Section Style =====*/
/* Introduction
#introduction .flex2 > div {
  width: calc(70% - 20px);
  order: 2;
}
#introduction .flex2 > figure {
  width: calc(30% - 20px);
  order: 1;
}
 */

/* Password
#password ul.list_def > li > :first-child {
  width: 240px;
}
 */


/* Information */
#information_detail h5 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.2;
}

#information_detail h6 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.8rem;
}
#information_detail h6::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #666;
  content: "";
}

#information_detail p {
  line-height: 1.8;
  margin-bottom: 2rem;
}

#information_detail p strong { font-weight: bold;}

#information_detail p em { font-style: italic;}

#information_detail figure { margin: 0 auto 2rem;}

#information_detail td { vertical-align: middle;}

/* Mypage Download
#mypage_download .flex2 > div {
  display: flex;
}
#mypage_download .flex2 span {
  align-self: center;
  min-width: 7rem;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
} 
 */

@media (max-width: 768px) {
  /* Information */
  #information_detail h5 {
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }

  #information_detail h6 {
    margin-bottom: 4vw;
    padding-bottom: 2.67vw;
    font-size: 1.6rem;
  }
  #information_detail h6::after {
    width: 5.34vw;
  }
  
  /* Password 
  #password ul.list_def > li > :first-child {
    width: 100%;
  }
*/

}