@charset "UTF-8";

/* ######################################################################################

    フォーム

###################################################################################### */
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #BABED1;
    border-radius: 4px;
    background-color: #ffffff;
    max-width: 100%;
    color: #16181B !important;
    font-family: Arial,"游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino kaku Gothic ProN", "メイリオ", sans-serif;
  }

  label.select select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: inset 1px 1px 3px transparent;
    border: 1px solid #BABED1;
    border-radius: 4px;
    background-color: #ffffff;
    max-width: 100%;
    color: #16181B !important;
    font-family: Arial,"游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino kaku Gothic ProN", "メイリオ", sans-serif;
  }

  @media print, screen and (min-width: 768px) {
    input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"] {
      padding: 0.8em;
      font-size: 15px;
    }
    label.select select,
    textarea {
      padding: 0.8em;
      font-size: 15px;
    }
  }
  @media screen and (max-width: 767px){
    input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"] {
      padding: 0.75em 0.75em;
      font-size: 16px;
    }
    label.select select,
    textarea {
      padding: 0.75em 0.75em;
      font-size: 16px;
    }
  }


  input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"] {
    height: auto;
  }

  textarea {
    width: 98%;
    min-height: 8em;
  }
  label.select{
    position: relative;
  }
  label.select select {
    padding-right: 3em;
    line-height: 1.2;
  }
  label.select select:not([multiple]) {
    box-shadow: none;
    margin: 0;
  }
  label.select:after {
    content: "";
    display: inline-block;
    position: absolute;
    pointer-events: none;
    top: 22%;
    right: 1em;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #BABED1;
    border-right: 2px solid #BABED1;
    transform: rotate(45deg);
  }
  label.select select::-ms-expand {
    display: none;
  }
  label.select option[disabled="disabled"] {
    background: #f0f0f0;
    color: #cccccc;
  }



  label.select.select2:after,
  label.select.select2:before {
    content: "";
    position: absolute;
    right: 1em;
    width: 7px;
    height: 7px;
    display: inline-block;
    pointer-events: none;
    transform: rotate(45deg);

  }
  label.select.select2:after {
    top: 56%;
    border-bottom: 2px solid #BABED1;
    border-right: 2px solid #BABED1;
  }
  label.select.select2:before {
    top: 10%;
    border-top: 2px solid #BABED1;
    border-left: 2px solid #BABED1;
  }


  input-placeholder {
    color: #BABED1 !important;
  }

  ::-webkit-input-placeholder {
    color: #BABED1 !important;
  }

  ::-moz-placeholder {
    color: #BABED1 !important;
  }

  ::-ms-input-placeholder {
    color: #BABED1 !important;
  }

  -webkit-input-placeholder {
    color: #BABED1 !important;
  }

  input:-ms-input-placeholder {
    color: #BABED1 !important;
  }

  -moz-placeholder {
    color: #BABED1 !important;
  }

  :-ms-input-placeholder {
    color: #BABED1 !important;
  }

  input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="email"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="number"]:focus {
    border-color: #004BB1;
    background: #fff;
    box-shadow: none;
  }

  label.select select:focus,
  textarea:focus {
    border-color: #004BB1;
    background: #fff;
    box-shadow: none;
  }

  select:not([multiple]):focus {
    box-shadow: none;
  }

  input + label, input + span {
    cursor: pointer;
  }


  /* ######################################################################################

　formTable

###################################################################################### */
/* ====================================================
　入力枠サイズ
==================================================== */

@media print, screen and (min-width: 768px) {
  .size-input-nameS,
  .size-input-company_capS,
  .size-input-companyS,
  .size-input-telS{
    width: 18em;
  }
  .size-input-addressL,
  .size-input-emailS{
    width: 28em;
  }
  .size-input-school,
  .size-input-addressS{
    width: 24em;
  }
  .size-input-zip{
    width: 6em;
  }
	.size-input-year{
    width: 5em;
  }
  .size-input-month,
  .size-input-age,
  .size-input-day{
    width: 2em;
  }
}
@media screen and (max-width: 767px) {
    .size-input-nameS,
    .size-input-company_capS,
    .size-input-companyS,
    .size-input-telS,
    .size-input-addressL,
    .size-input-emailS,
    .size-input-school,
    .size-input-addressS{
    	width: 90%;
	}
    .size-input-zip{
		width: 25%;
	}
    .size-input-year,
    .size-input-age{
    	width: 15%;
	}	
    .size-input-month,
    .size-input-day{
    	width: 10%;
	}	
	
}

  /* 送信ボタン付き input
  -------------------------------------*/
.inputButton{display: flex;}
.inputButton .inputButton__input{border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
.inputButton .inputButton__button{
    background-color: #004BB1;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    padding: 0.75em;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial,"游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino kaku Gothic ProN", "メイリオ", sans-serif;
}
@media screen and (max-width: 767px) {
    .inputButton .inputButton__button{padding-top: 0.5em; padding-bottom: 0.5em;}
}


  /* ラジオボタン
  -------------------------------------*/
  .formItem__parts.block .radioButtonList {display: block;}
  .radioButtonList {display: flex; flex-wrap: wrap;}
  .radioButtonList__item{margin-right: 2em; margin-bottom: 0.5em;}
  .radioButtonList .radioButtonList__item:last-of-type {margin-right: 0;}
  @media print, screen and (min-width: 768px){
    }
    @media screen and (max-width: 767px) {
        .radioButtonList__item{margin-right: 2em; margin-bottom: 0.5em;}
    }

  .radioButtonList input[type="radio"] {
    display: none;
  }
  .radioButtonList input[type="radio"] + label,
  .radioButtonList input[type="radio"] + span {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
  }
  .radioButtonList input[type="radio"] + label:before,
  .radioButtonList input[type="radio"] + span:before {
    content: "";
    display: inline-block;
    position: absolute;
  }
  .radioButtonList input[type="radio"] + label:before,
  .radioButtonList input[type="radio"] + span:before {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    border: 1px solid #BABED1;
  }
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + span:before {
    border: 2px solid #1381D6;
}
  .radioButtonList input[type="radio"] + label:after,
  .radioButtonList input[type="radio"] + span:after {
  width: 12px;
  height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .radioButtonList input[type="radio"]:checked + label:after, .radioButtonList input[type="radio"]:checked + span:after {
    content: "";
    background: #1381D6;
  }
  .radioButtonList input[type="radio"] + label, .radioButtonList  input[type="radio"] + span {
    cursor: pointer;
  }

@media all and (-ms-high-contrast: none) {/* IE */
    .radioButtonList input[type="radio"] + label:before,
    .radioButtonList input[type="radio"] + span:before {
    transform: translateY(-60%);
}
.radioButtonList input[type="radio"] + label:after,
.radioButtonList input[type="radio"] + span:after {
    transform: translateY(-70%);
}
}

  /* チェックボタン
  -------------------------------------*/
  .checkButtonList {display: flex; flex-wrap: wrap;}
  .checkButtonList__item{margin-right: 2em; margin-bottom: 0.5em;}
  @media print, screen and (min-width: 768px){
    }
    @media screen and (max-width: 767px) {
        .checkButtonList__item{margin-right: 2em; margin-bottom: 0.5em;}
    }


  .checkButtonList input[type="checkbox"] {
    display: none;
  }

  .checkButtonList input[type="checkbox"] + label,
  .checkButtonList input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-weight: normal;
	text-wrap: nowrap;
  }
  .checkButtonList input[type="checkbox"] + label:before, .checkButtonList input[type="checkbox"] + span:before{
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0.25em;
      transform: translateY(-50%);
    }
    .checkButtonList input[type="checkbox"] + label:before, .checkButtonList input[type="checkbox"] + label:after, .checkButtonList input[type="checkbox"] + span:before, .checkButtonList input[type="checkbox"] + span:after{
      width: 1em;
      height: 1em;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
    .checkButtonList input[type="checkbox"] + label:before, .checkButtonList input[type="checkbox"] + label:after, .checkButtonList input[type="checkbox"] + span:before, .checkButtonList input[type="checkbox"] + span:after{
      width: 1em;
      height: 1em;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
    .checkButtonList input[type="checkbox"] + label:before, .checkButtonList input[type="checkbox"] + span:before {
      content: "";
      border-radius: 2px;
      background-color: #fff;
      border: 1px solid #BABED1;
      width: 30px;
      height: 30px;
    }
    .checkButtonList input[type="checkbox"]:checked + label:after, .checkButtonList input[type="checkbox"]:checked + span:after {
      content: "";
      left: 1px;
      background: url(../img/contents/share/ico-check_blue.svg) center no-repeat;
      background-size: 60%;
      background-color: #fff;
      width: 28px;
      height: 28px;
      border-radius: 4px;
    }
    .checkButtonList input[type="checkbox"] + label, .checkButtonList input[type="checkbox"] + span {
      cursor: pointer;

  }




  label.file:before {
    content: "ファイルを選択";
    display: inline-block;
    border-radius: 5px;
    background: #6C003C;
    color: #ffffff;
    padding: 0.5em 1em;
  }



  .privacyPolicyBox p{
    line-height: 1.86;
  }
  .privacyPolicyBox p a{
    color: #0060C1;
    text-decoration: none;
  }
  .privacyPolicyBox p a:after{
    display: none;
  }
  .privacyPolicyBox p a:hover{
    text-decoration: underline;
  }
  @media print, screen and (min-width: 768px) {
    .privacyPolicyBox {margin-top: 1.5em; text-align: center;}
    .privacyPolicyBox p{font-size: 15px;}
  }
  @media screen and (max-width: 767px) {
    .privacyPolicyBox {margin-top: 1em;}
    .privacyPolicyBox p{font-size: 14px;}
  }



  .agreementBox {
    text-align: center;
  }
  .agreementBox label span{
    font-size: 15px;
    font-weight: bold;
  }
  .agreementBox + .buttonBox {
    margin-top: 2em;
  }
  @media print, screen and (min-width: 768px) {
    .agreementBox {margin-top: 1.5em;}
    .agreementBox label span{font-size: 15px;}
  }
  @media screen and (max-width: 767px) {
    .agreementBox {margin-top: 2em;}
    .agreementBox label span{font-size: 14px;}
  }


input.error:focus,
input.error{
    background: #FFEDF5;
    border-color: #FDC0CB;
}
p.error {
    display: block;
    margin: 0.5em 0 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1;
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
}
p.error:before {
    content: "※";
}

  .checkConf {
    display: block;
  }

  .month-picker-year-table .ui-button {
    height: auto !important;
  }



@media print, screen and (min-width: 768px) {
    .input-size-m{width: 340px;}
  }
  @media screen and (max-width: 767px) {
    .input-size-m{width: 100%;}
  }


/* ====================================================
　countButton
==================================================== */
.countButton{display: flex;}

.countButton__minus,
.countButton__num,
.countButton__plus{
    width: 50px;
    height: 50px;
    text-align: center;
    background: #FAFAFA;
    border-color: #F2F4F5;
    border-style: solid;
    line-height: 50px;
}
.countButton__minus{
    border-radius: 10px 0 0 10px;
    border-width: 1px 0 1px 1px;
}
.countButton__num{
    width: auto;
    min-width: 60px;
    padding: 0 0.75em;
    border-width: 1px 0 1px 1px;
}
.countButton__plus{
    border-radius: 0 10px 10px 0;
    border-width: 1px 1px 0 1px;
}
.countButton__minus img,
.countButton__plus img{
    position: relative;
    top: -0.1em;
    vertical-align: middle;
}



/* ====================================================
　switchButton
==================================================== */
* + .switchButton{margin-top: 1.5em;}
.switchButton{position: relative;}

/*  toggle-round{
-------------------------------------*/
.switchButton input.toggle-round{
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.switchButton input.toggle-round + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding: 2px;
    width: 88px;
    height: 44px;
    background-color: #CDD6DD;
    border-radius: 44px;
}
.switchButton input.toggle-round + label:before,
.switchButton input.toggle-round + label:after {
    display: block;
    position: absolute;
    content: "";
}
.switchButton input.toggle-round + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #CDD6DD;
    border-radius: 40px;
}
.switchButton input.toggle-round + label:after {
    top: 6px;
    left: 6px;
    bottom: 6px;
    width: 32px;
    background-color: #fff;
    border-radius: 32px;
}
.switchButtoninput.toggle-round + label .toggle-text{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.switchButton input.toggle-round + label .toggle-text:before{
    content: "OFF";
    position: absolute;
    z-index: 1;
    right: 1.25em;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.switchButton input.toggle-round:checked + label {
    background-color: #000000;
}
.switchButton input.toggle-round:checked + label:before {
    background-color: #000000;
}
.switchButton input.toggle-round:checked + label:after {
    margin-left: 44px;
}
.switchButton input.toggle-round:checked + label .toggle-text:before{
    content: "ON";
    right: auto;
    left: 1.75em;
    color: #fff;
}


/*  toggle-square{
-------------------------------------*/
.switchButton input.toggle-square{
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.switchButton input.toggle-square + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding: 2px;
    width: 88px;
    height: 44px;
    background-color: #CDD6DD;
    border-radius: 6px;
}
.switchButton input.toggle-square + label:before,
.switchButton input.toggle-square + label:after {
    display: block;
    position: absolute;
    content: "";
}
.switchButton input.toggle-square + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #CDD6DD;
    border-radius: 6px;
}
.switchButton input.toggle-square + label:after {
    top: 6px;
    left: 6px;
    bottom: 6px;
    width: 32px;
    background-color: #fff;
    border-radius: 4px;
}
.switchButton input.toggle-square + label .toggle-text{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.switchButton input.toggle-square + label .toggle-text:before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    right: 1em;
    top: 50%;
    background-image: url(../img/contents/share/ico-close.svg);
    background-size: 16px 16px;
    transform: translateY(-50%);
}

.switchButton input.toggle-square:checked + label {
    background-color: #000000;
}
.switchButton input.toggle-square:checked + label:before {
    background-color: #000000;
}
.switchButton input.toggle-square:checked + label:after {
    margin-left: 44px;
}
.switchButton input.toggle-square:checked + label .toggle-text:before{
    right: auto;
    left: 1em;
    background-image: url(../img/contents/share/ico-check.svg);
}



/* ====================================================
	ボタンボックス
==================================================== */
.buttonBox.narrow { margin: 15px 0; }
.buttonBox p { text-align: center; }
.buttonBox ul {
    text-align: center;
    font-size: 0;
}
.buttonBox li { display: inline-block; }
.buttonBox li .button {
    display: block;
    font-size: 16px;
}
.buttonBox .col1 li { width: 100%; }
.buttonBox .col2 li { width: 50%; }
.buttonBox .col3 li { width: 33.333%; }
.buttonBox .col4 li { width: 25%; }
.buttonBox .col5 li { width: 20%; }
.buttonBox li { padding: 0 5px; }

@media print, screen and (min-width: 768px) {
    .buttonBox { margin: 60px 0; }
    .buttonBox .col1.pcBlock li,
    .buttonBox .col2.pcBlock li,
    .buttonBox .col3.pcBlock li,
    .buttonBox .col4.pcBlock li,
    .buttonBox .col5.pcBlock li {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .buttonBox { margin: 30px 0; }
    .buttonBox .col1.spBlock li,
    .buttonBox .col2.spBlock li,
    .buttonBox .col3.spBlock li,
    .buttonBox .col4.spBlock li,
    .buttonBox .col5.spBlock li {
        width: 100%;
        margin: 10px 0;
    }
}
.button.contact {
    background: #000000;
    color: #ffffff;
    padding: 0.5em 1em;
}
.button.detail {
    background: #333333;
    color: #ffffff;
}

@media print, screen and (min-width: 768px) {
    .button.detail {
        padding: 0.5em 1em;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .button.detail {
        padding: 1em;
        font-size: 16px;
    }
}
/* =======================================================
	コピーライト　.copyright
========================================================== */
.copyright {
    display: block;
    border-top: 1px solid #cccccc;
    margin-top: 20px;
    padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
    .copyright {
        padding: 24px 0;
        text-align: center;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .copyright {
        padding: 10px 0;
        text-align: center;
        font-size: 13px;
    }
}
/* =======================================================
　リンク
========================================================== */
.link.list {
    margin: 20px 0 0;
    text-align: right;
}
.link.list a:before { content: "> "; }
/* =======================================================
　pageBute
========================================================== */
.pageBute {
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.pageBute li {
    display: inline-block;
    margin: 0 5px;
}
.pageBute li a {
    display: inline-block;
    border-radius: 2.5em;
    background: #cccccc;
    padding: 0.5em 0.75em;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #000000;
}
.pageBute li.active a {
    background: #000000;
    color: #ffffff;
}
.pageBute.single li.prev {
    position: absolute;
    left: 0;
    top: 0;
}
.pageBute.single li.index { display: inline-block; }
.pageBute.single li.next {
    position: absolute;
    right: 0;
    top: 0;
}
/* =======================================================
　スライドメニュー＋固定ヘッダ
========================================================== */

body[style="overflow-x: hidden;"] {
    height: 100vh;
}

/*body{height: 100vh;}*/


#SlideToggle {
    display: inline-block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-image: url(../img/header/slideMenu.svg);
    background-size: 50px 50px;
}

#SlideMenu { width: 250px; }

@media print, screen and (min-width: 768px) {
    #SlideMenu,
    #SlideToggle { display: none; }
    #ContentsBase {
        /*min-height: inherit !important;*/
        box-shadow: none !important;
        transform: translate3d(0, 0, 0) !important;
    }
	#SlideBase { overflow: hidden; padding-top: 113px; }
}

@media screen and (max-width: 767px) {
	#SlideBase { overflow: hidden; padding-top: 84px; }
#ContentsBase {
    background: #ffffff;
    padding-top: 80px;
}
#SlideMenu {
    display: block;
    background: #fafafa;
    padding-top: 80px;
}
#SlideHeader {
    display: none !important;
    background: #cccccc;
    height: 40px;
    text-align: center;
    color: #333333;
}
#SlideHeader a {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #cccccc;
    padding: 13px 13px;
    color: #111;
    font-size: 14px;
    text-align: left;
}
#SlideContent {
    background: #fafafa;
    padding-bottom: 80px;
}
#SlideContent ul li > span,
#SlideContent ul a {
    border-bottom: 1px solid #cccccc;
    padding: 13px 13px;
    color: #111;
    font-size: 14px;
    text-align: left;
    display: block;
    text-decoration: none;
	font-weight: 600;
}
#SlideContent ul ul a {
    padding: 10px 20px;
    font-size: 14px;
}
#SlideContent ul ul a:before { content: " - "; }
header {
    position: fixed;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: none;
    width: 100%;
    height: 80px;
    top: 0;
}
header.fixed { position: fixed; }
#Header {
    position: fixed;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: none;
    width: 100%;
    height: 80px;
    top: 0;
}
}

/* =======================================================
　テキスト
========================================================== */
@media print, screen and (min-width: 768px) {
    .copyChatch {
        text-align: center;
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .copyChatch {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
    }
}
.copyRead {
    font-weight: bold;
    color: #007dc9;
}

@media print, screen and (min-width: 768px) {
    .copyRead {
        text-align: center;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .copyRead {
        text-align: left;
        font-size: 13px;
    }
}
.copySub { font-weight: bold; }
.copySub strong { color: #ff3300; }

@media print, screen and (min-width: 768px) {
    .copySub {
        text-align: center;
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .copySub {
        text-align: left;
        font-size: 15px;
    }
}
strong.marker {
    position: relative;
    z-index: 0;
    font-weight: normal;
}
strong.marker:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0.2em;
    left: 0;
    background: #f00;
    width: 100%;
    height: 0.5em;
}

/* ====================================================
　改行・表示設定
==================================================== */
@media print, screen and (min-width: 768px) {
    span.sp { display: none; }
    span.pc { display: inline; }
    br.sp { display: none; }
    br.pc { display: inline; }
}

@media screen and (max-width: 767px) {
    span.sp { display: inline; }
    span.pc { display: none; }
    br.sp { display: inline; }
    br.pc { display: none; }
}
/* =======================================================
	タイトル
========================================================== */
h2 {
    margin-bottom: 30px;
    line-height: 1.25;
    font-size: 40px;
}
h3 {
    margin-bottom: 23px;
    line-height: 1.25;
    font-size: 30px;
}
h4 {
    margin-bottom: 15px;
    line-height: 1.25;
    font-size: 20px;
}
h5 {
    margin-bottom: 12px;
    line-height: 1.25;
    font-size: 16px;
}
h6 {
    margin-bottom: 12px;
    line-height: 1.25;
    font-size: 12px;
}
.subColumn h1 {
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    line-height: 1;
    font-weight: normal;
    font-size: 18px;
}
/* =======================================================
	ページトップ　pageTop
========================================================== */
.pageTopFix {
    background-image: url(../img/contents/pageTop.png);
    background-size: contain;
    position: fixed;
    z-index: 8000;
    text-indent: -9999px;
    cursor: pointer;
}

@media print, screen and (min-width: 768px) {
    .pageTopFix {
        bottom: 80px;
        right: 50px;
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .pageTopFix {
        bottom: 60px;
        right: 20px;
        width: 60px;
        height: 60px;
    }
}










/* ######################################################################################

　ページ送り

###################################################################################### */
.pagination {
    border-radius: 40px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 0;
    }
.pagination li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.pagination li + li{
    margin-left: 8px;
}
.pagination li a,
.pagination li span {
    display: block;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

.pagination li.next span:after,
.pagination li.next a:after,
.pagination li.prev span:before,
.pagination li.prev a:before{
    content: "";
    background-repeat: no-repeat;
    background-position: center;
}

@media print, screen and (min-width: 768px) {
    .pagination {
        margin-top:70px;
    }
}
@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}



/* 一覧 */
.pagination.pageList li a,
.pagination.pageList li span {
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
}
.pagination.pageList li.page a,
.pagination.pageList li.page span {
    background-color: #d7e6f1;
}
.pagination.pageList li.page a:hover,
.pagination.pageList li.page span {
    color: #fff;
    background-color: #FDD000;
}
.pagination.pageList li.next span:after,
.pagination.pageList li.next a:after,
.pagination.pageList li.prev span:before,
.pagination.pageList li.prev a:before{
    display: block;
    width: 100%;
    height: 100%;
    background-size: 9px 13px;
}
.pagination.pageList li.prev a:before{background-image: url(../img/contents/ico_arrow_l.svg);}
.pagination.pageList li.next a:after{background-image: url(../img/contents/ico_arrow_r.svg);}

.pagination.pageList li.prev span:before{background-image: url(../img/contents/ico_arrow_l_gray.svg);}
.pagination.pageList li.next span:after{background-image: url(../img/contents/ico_arrow_r_gray.svg);}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
    .pagination.pageList li.next span,
    .pagination.pageList li.next a,
    .pagination.pageList li.prev span,
    .pagination.pageList li.prev a{
        width: 20px;
    }
}





/* 詳細 */
.pagination.detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
}
.pagination.detail li,
.pagination.detail li + li{
    margin: 0;
    display: flex;
}
.pagination.detail li a,
.pagination.detail li span {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 100%;
    text-align: left;
    color:#000;
    background: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.pagination.detail li span{
    color:#999999;
}
.pagination.detail li a:hover {
    background-color: #F2F2F2;
	color: #999;
	border: 1px solid #F2F2F2;
}
.pagination.detail li span.none  {
    color: #fff;
    background-color: #fff;
    border-color:#fff;
}
.pagination.detail li.list{
    text-align: center;
}
.pagination.detail li.list a{
    text-align: center;
    justify-content: center;
}

.pagination.detail li.next span:after,
.pagination.detail li.next a:after,
.pagination.detail li.prev span:before,
.pagination.detail li.prev a:before{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 10px;
    background-size: 7px 10px;
}
.pagination.detail li.prev span:before,
.pagination.detail li.prev a:before{margin-right: 0.5em;}
.pagination.detail li.next span:after,
.pagination.detail li.next a:after{margin-left: 0.5em;}

.pagination.detail li.prev a:before{background-image: url(../img/contents/ico_arrow_l_yellow.svg);}
.pagination.detail li.next a:after{background-image: url(../img/contents/ico_arrow_r_yellow.svg);}
.pagination.detail li.prev span:before{background-image: url(../img/contents/ico_arrow_l_gray.svg);}
.pagination.detail li.next span:after{background-image: url(../img/contents/ico_arrow_r_gray.svg);}


.pagination.detail li.prev span.none:before{content: ""; display: none;}
.pagination.detail li.next span.none:after{content: ""; display: none;}

.pagination.detail li.prev a{
    padding-left: 2em;
}
.pagination.detail li.next a{
    padding-right: 2em;
}
.pagination.detail li.prev a:before,
.pagination.detail li.next a:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pagination.detail li.prev a:before{
    left: 1em;
}
.pagination.detail li.next a:after{
    right: 1em;
}

@media print, screen and (min-width: 768px) {
    .pagination.detail li + li{margin-left: 25px;}
    .pagination.detail li{  width: 50%;
    }   
    .pagination.detail li.list{
        width: 6em;
    }
    .pagination.detail li a,
    .pagination.detail li span{
        width: 250px;
        padding: 0.75em 1em;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .pagination.detail li{
        width: 100%;
    }
    .pagination.detail li.prev{
        order: 1;
    }
    .pagination.detail li.next{
        margin-top: 1em;
        order: 2;
    }
    .pagination.detail li.list{
        margin-top: 3em;
        order: 3;
    }
    .pagination.detail li a,
    .pagination.detail li span {
        padding: 1em;
        font-size: 14px;
    }
}


/* ######################################################################################

　SUNFLEX

###################################################################################### */
.sunflex {
    display:flex;
    flex-wrap:wrap;
}
.sunflex.between {
    justify-content:space-between;
}





/* ######################################################################################

　WYSIWYG

###################################################################################### */
.wysiwyg:after{
    content: "";
    display: block;
    clear: both;
  }

  .wysiwyg h1,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6{
    line-height: 1.5;
    margin-bottom: 0.75em;
    font-weight: bold;
    color: #191919!important;
  }
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6{
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  
  .wysiwyg p{margin-bottom: 0;}

  
  @media print, screen and (min-width: 768px) {
    .wysiwyg > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
        margin-top: 1.5em;
      }
  }
  @media screen and (max-width: 767px) {
    .wysiwyg > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
        margin-top: 1em;
      }  
  }
  
  /* 文字サイズ */
  @media print, screen and (min-width: 768px) {
    .wysiwyg h1{font-size: 24px;}
    .wysiwyg * + h1{margin-top: 60px;}
    .wysiwyg h2{font-size: 22px;}
    .wysiwyg * + h2{margin-top: 50px;}
    .wysiwyg h3{font-size: 20px;}
    .wysiwyg * + h3{margin-top: 40px;}
    .wysiwyg h4{font-size: 18px;}
    .wysiwyg *+ h4{margin-top: 35px;}
    .wysiwyg h5{font-size: 16px;}
    .wysiwyg * + h5{margin-top: 30px;}
    .wysiwyg h6{font-size: 15px;}
    .wysiwyg * + h6{margin-top: 30px;}
  
    .wysiwyg,
    .wysiwyg p,
    .wysiwyg ul,
    .wysiwyg ol,
    .wysiwyg li,
    .wysiwyg dl,
    .wysiwyg dt,
    .wysiwyg dd{
        font-size: 14px;
        line-height: 2;
    }
    .wysiwyg th,
    .wysiwyg td{
      font-size: 14px;
      line-height: 1.625;
    }
  }
  @media screen and (max-width: 767px) {
    .wysiwyg h1{font-size: 22px;}
    .wysiwyg * + h1{margin-top: 50px;}
    .wysiwyg h2{font-size: 20px;}
    .wysiwyg * + h2{margin-top: 40px;}
    .wysiwyg h3{font-size: 18px;}
    .wysiwyg * + h3{margin-top: 40px;}
    .wysiwyg h4{font-size: 16px;}
    .wysiwyg * + h4{margin-top: 30px;}
    .wysiwyg h5{font-size: 15px;}
    .wysiwyg * + h5{margin-top: 30px;}
    .wysiwyg h6{font-size: 14px;}
    .wysiwyg * + h6{margin-top: 20px;}
  
    .wysiwyg,
    .wysiwyg p,
    .wysiwyg ul,
    .wysiwyg ol,
    .wysiwyg li,
    .wysiwyg dl,
    .wysiwyg dt,
    .wysiwyg dd{
        font-size: 14px;
        line-height: 1.75;
    }
    .wysiwyg th,
    .wysiwyg td{
      font-size: 14px;
      line-height: 1.625;
    }
  }
  
  .wysiwyg ol:not(.blocks-gallery-grid) li {list-style:decimal;}
  .wysiwyg ul:not(.blocks-gallery-grid) li {list-style: disc;}
  .wysiwyg ul:not(.blocks-gallery-grid),
  .wysiwyg ol:not(.blocks-gallery-grid) {margin-left:1.5em;}
  
  .wysiwyg img{
      display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
  }
  .wysiwyg p img{
    display: inline-block;
    margin: 0.5em 0;
  }
  .wysiwyg img.alignright,
  .wysiwyg img.alignleft,
  .wysiwyg img.aligncenter{
    display: inline-block;
    margin: 0.5em;
  }
  
  .wysiwyg img.alignright { float: right; margin-right: 0;}
  .wysiwyg img.alignleft { float: left; margin-left: 0;}
  .wysiwyg img.aligncenter { display: block; margin: 1em auto;}
  
  @media print, screen and (min-width: 768px) {
  }
  @media screen and (max-width: 767px) {
    .wysiwyg img.alignright { float: none; display: block; margin: 1em auto;}
    .wysiwyg img.alignleft { float: none;  display: block; margin: 1em auto;}
  }
  
  .wysiwyg a{text-decoration: underline; color: #191919;}
  .wysiwyg a:hover{text-decoration: none; color: #CCC;}
  
  .wysiwyg table{
      border-collapse: separate;
      border-spacing: 0;
      width: 100%;
  }
  .wysiwyg table th,
  .wysiwyg table td{
      padding: 0.75em;
      border: none;
      border-bottom: solid 1px #ccc;
      border-right: solid 1px #ccc;
  }
  .wysiwyg table tr:first-child th,
  .wysiwyg table tr:first-child td{
      border-top: 1px solid #ccc;
  }
  .wysiwyg table tr th:first-child,
  .wysiwyg table tr td:first-child{
      border-left: solid 1px #ccc;
  }
  
  .wysiwyg table th{
      background-color: transparent;
  }
  
  .wysiwyg blockquote {
    margin-left: 0;
    margin-right: 0;
    background-color:#fff;
  }
  
  @media print, screen and (min-width: 768px) {
    .wysiwyg blockquote{padding: 20px;}
  }
  @media screen and (max-width: 767px) {
    .wysiwyg blockquote{padding: 1em; font-size: 15px;}
    .wysiwyg blockquote,
    .wysiwyg blockquote *{font-size: 15px;}
  }

/* ====================================================
	PDFアイコン(トップ・ニュースのみ)
==================================================== */
#PageIndex a[href$=".pdf"]:after,
#PageNewsRelease a[href$=".pdf"]:after,
#Page a[href$=".pdf"]:after{
    content:"";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url("../img/ico_pdf.svg") no-repeat;
    vertical-align: middle;
    background-size: contain;
    margin-left: 8px;
}
