@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300,400,500,700,800&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

@media print {
  .sp {
    display: none !important;
  }
  .sp_s {
    display: none !important;
  }
  body {
    width: 1100px;
    max-width: 1100px;
  }
}

@page {
  size: A4;
  margin: 5mm;
}

body {
    margin: 0;
    padding: 0;
    font: 16px '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    /* for IE6/7 */
    *font-size: small;
    /* for IE Quirks Mode */
    color: #334455;
}

img{
    max-width: 100%;
}

@media screen and (max-width: 959px) {
  body {
    font: 15px/1.6 '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*共通の処理*/
@media screen and (min-width: 961px) {
	.sp{
	display:none !important;
	}
}

@media screen and (max-width: 960px) {
	.pc{
		display:none !important;
	}
}

/* タブレットのみ */
@media screen and (max-width: 639px) , (min-width: 960px) {
    .tb {
        display: none !important;
    }
}

/* タブレット・PC */
@media screen and (max-width: 639px) {
    .pctb {
        display: none !important;
    }
}

@media screen and (min-width: 640px) {
	.sp_s{
	display:none !important;
	}
}

@media screen and (max-width: 639px) {
	.pc_s{
		display:none !important;
	}
}

a {
  text-decoration: none;
}

:-ms-input-placeholder {
  color: #999;
}

/* 'w1700': 'screen and (max-width: 1700px)',
'w1400': 'screen and (max-width: 1400px)',
'w1300': 'screen and (max-width: 1300px)',
'w1200': 'screen and (max-width: 1200px)',
'w1100': 'screen and (max-width: 1100px)',
'pc': 'screen and (min-width: 961px)',
'tb': 'screen and (max-width: 960px) and (min-width: 640px)',
'tbsp': 'screen and (max-width: 960px)',
'sp': 'screen and (max-width: 639px)',
'w320': 'screen and (max-width: 320px)', */


.header{
    padding: 20px;
}

@media screen and (max-width: 639px) {
    .header{
        padding: 15px 10px;
    }
}

.header .logo{
    max-width: 220px;
    float: left;
}

@media screen and (max-width: 1400px) {
    .header .logo{
        max-width: 190px;
    }
}

@media screen and (max-width: 639px) {
    .header .logo{
        max-width: 140px;
    }
}

.header .copy{
    margin: 15px 0 0 25px;
    font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho','YuMincho', 'FP-ヒラギノ明朝 StdN W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 'メイリオ', Meiryo, 'ＭＳ ゴシック', serif;
    font-weight: 400;
    font-size: 1.5rem;
    float: left;
}

@media screen and (max-width: 1400px) {
    .header .copy{
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 639px) {
    .header .copy{
        margin: 9px 0 0 8px;
        font-size: 1.2rem;
    }
}

.header .catch{
    margin-top: 15px;
    float: right;
    font-size: 1.4rem;
}

@media screen and (max-width: 1400px) {
    .header .catch{
        letter-spacing: -0.05em;
    }
}

.head-block{
}

/*　====================================
共通：コロナ対策リンク導線　200407
========================================*/
.important-block{
    padding: 20px 30px;
    background-color: #00487e;
}

@media screen and (max-width: 639px) {
    .important-block{
        padding: 10px;
    }
}

.important-block--home{
    background-color: #ed566f;
}

.important-block__link{
    display: block;
    padding: 15px 30px;
    border: 5px solid #dd0000;
    background-color: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #dd0000;
    font-family: 'Noto Sans JP','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    font-weight: bold;
    position: relative;
}

.important-block__link:hover{
    color: #dd0000;
}

@media screen and (min-width: 961px) {
    .important-block__link:hover{
        background-color: #ffeaea;
        transition: 0.2s;
        color: #dd0000;
    }
}

@media screen and (max-width: 639px) {
    .important-block__link{
        border: 4px solid #dd0000;
        font-size: 1.5rem;
        padding: 15px 30px 15px 20px;
    }
}

.important-block__link::before{
    position: absolute;
    margin-top: -6px;
    right: 20px;
    top: 50%;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 4px solid #dd0000;
    border-right: 4px solid #dd0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

@media screen and (max-width: 639px) {
    .important-block__link::before{
        width: 8px;
        height: 8px;
        right: 10px;
        border-top: 3px solid #dd0000;
        border-right: 3px solid #dd0000;
    }
}

.footer-inner{
    padding: 60px 60px 0 400px;
    min-height: 215px;
    background-color: #e7eef3;
    background-image: url(../img/top/img_footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
    .footer-inner{
        min-height: 200px;
        padding: 47px 60px 0 300px;
    }
}

@media screen and (max-width: 960px) {
    .footer-inner{
        min-height: 200px;
        padding: 40px;
    }
}

@media screen and (max-width: 639px) {
    .footer-inner{
        padding: 40px 20px;
        min-height: auto;
        background-image: none;
    }
}

.footer-head{
    max-width: 206px;
    float: left;
}

@media screen and (max-width: 639px) {
    .footer-head{
        float: none;
        max-width: 166px;
        margin: 0 auto 20px;
    }
}

.footer-data{
    -webkit-width: calc(100% - 276px);
    width: calc(100% - 276px);
    float: right;
}

@media screen and (max-width: 639px) {
    .footer-data{
        float: none;
    }
}

@media screen and (max-width: 639px) {
    .footer-data{
        width: 100%;
    }
}

.footer-address{
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 1.4rem;
}

@media screen and (max-width: 639px) {
    .footer-address{
        text-align: center;
    }
}

.footer-address dt{
    float: left;
    margin-bottom: 5px;
}

@media screen and (max-width: 639px) {
    .footer-address dt{
        float: none;
    }
}

.footer-address dd{
    margin-bottom: 5px;
}

.footer-links{
}

@media screen and (max-width: 639px) {
    .footer-links{
        text-align: center;
    }
}

.footer-links li{
    margin-right: 40px;
    display: inline-block;
}

.footer-links li a{
    padding: 0 0 0 24px;
    color: #334455;
    font-size: 1.5rem;
    background-image: url(../img/top/icon_outside.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 0 3px;
}

.footer-links li a:hover{
    color: #0069b9;
}

.footer-copyright{
    padding: 10px;
    background-color: #000;
    text-align: center;
    color: #595959;
    font-size: 1.2rem;
}

.contents{
    max-width: 1100px;
    margin: 80px auto 170px;
    padding: 0 20px;
}

@media screen and (max-width: 639px) {
    .contents{
        margin: 30px auto 70px;
    }
}

.page-title{
    padding: 45px 20px;
    text-align: center;
    background-color: #004e89;
    color: #fff;
    font-family: 'Noto Sans JP','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 639px) {
    .page-title{
        padding: 30px 10px;
        font-size: 1.9rem;
        line-height: 1.4;
    }
}

.info-list li{
    border-bottom: 1px solid #d2d2d2;
}

.info-list li .link{
    color: #111;
    padding: 27px 30px 27px 0;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    position: relative;
}

@media screen and (max-width: 639px) {
    .info-list li .link{
        padding: 20px 20px 20px 0;
        display: block;
    }
}

@media screen and (min-width: 961px) {
    .info-list li .link:hover{
        color: #004e89;
    }
}

@media screen and (min-width: 961px) {
    .info-list li .link-none:hover{
        color: #111;
    }
}

.info-list li .date{
    width: 170px;
}

@media screen and (max-width: 639px) {
    .info-list li .date{
        width: 100%;
    }
}

.info-list li .text{
    width: calc(100% - 170px);
}

@media screen and (max-width: 639px) {
    .info-list li .text{
        width: 100%;
    }
}

.info-list li .link::before{
    position: absolute;
    margin-top: -5px;
    top: 50%;
    right: 30px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #004e89;
    border-right: 3px solid #004e89;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

@media screen and (max-width: 639px) {
    .info-list li .link::before{
        right: 0;
        width: 7px;
        height: 7px;
    }
}

.info-list li .text-link{
    color: #024AA0;
    text-decoration: underline;
}

@media screen and (min-width: 961px) {
    .info-list li .text-link:hover{
        text-decoration: none;
    }
}
.info-title{
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    color: #000;
    letter-spacing: 0.03em;
    border-bottom: 4px solid #004e89;
}

@media screen and (max-width: 639px) {
    .info-title{
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

.info-notice-text{
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 15px;
    text-align: right;
}

@media screen and (max-width: 639px) {
    .info-notice-text{
        margin-top: -10px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 10px;
    }
}

.icon-new-common{
    color: #dd0000;
    font-size: 1.4rem;
    margin-left: 5px;
}

/*ページナビ*/
#cp_navi *, #cp_navi *:after,#cp_navi *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#cp_navi a {
	text-decoration: none;
}

#cp_navi {
    margin-top: 50px;
	text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 639px) {
    #cp_navi {
        margin-top: 30px;
    }
}

#cp_navi .cp_pagination{
    display: inline-block;
    height: 46px;
    padding: 0 20px;
    border-radius: 35px;
    font-weight: 600;
}

@media screen and (max-width: 639px) {
    #cp_navi .cp_pagination{
        height: 34px;
        padding: 0 10px;
    }
}

#cp_navi .cp_pagenum{
    margin-left: 5px;
    font-size: 1.6rem;
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    padding: 10px 0 0;
    border-radius: 50%;
    text-align: center;
    transition: 400ms ease;
    color: #667788;
    background-color: #eee;
    box-sizing: border-box;
}

@media screen and (max-width: 639px) {
    #cp_navi .cp_pagenum{
        margin-left: 4px;
        width: 32px;
        height: 32px;
        padding: 6px 0 0;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 961px) {
    #cp_navi .cp_pagenum:hover{
        color: #ffffff;
        background-color: #004e89;
    }
}

#cp_navi .cp_pagenum.current{
    color: #ffffff;
    background-color: #004e89;
}

#cp_navi .cp_pagenum.prev{
    width: auto;
    padding: 10px 15px 0 27px;
    font-size: 1.6rem;
    background-color: transparent;
    font-family: 'Noto Sans JP','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    position: relative;
}

#cp_navi .cp_pagenum.prev:hover{
    color: #004e89;
}

@media screen and (max-width: 639px) {
    #cp_navi .cp_pagenum.prev{
        padding: 5px 5px 10px;
        font-size: 1.2rem;
    }
}

#cp_navi .cp_pagenum.next{
    width: auto;
    padding: 10px 27px 0 10px;
    background-color: transparent;
    font-family: 'Noto Sans JP','游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    font-size: 1.6rem;
    position: relative;
}

#cp_navi .cp_pagenum.next:hover{
    color: #004e89;
}

@media screen and (max-width: 639px) {
    #cp_navi .cp_pagenum.next{
        padding: 5px 5px 10px;
        font-size: 1.2rem;
    }
}

#cp_navi .cp_pagenum.while{
    width: 30px;
    padding: 10px 0 0 0;
    background-color: transparent;
}

#cp_navi .cp_pagenum.while:hover{
    color: #667788;
}


/*詳細ページ*/

/* .contents .date{
    text-align: right;
    margin-bottom: 10px;
} */

.information-detail-wrapper__btn {
  max-width: 220px;
  margin: 20px auto 0;
}

/*--------------------------------------------------

button

--------------------------------------------------*/
.base-btn {
  display: block;
  position: relative;
  padding: 10px 20px 12px;
  background-color: #004e89;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  text-align: center;
}

.base-btn:hover {
  background: #000;
}

.base-btn--back::before {
  margin-top: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: auto;
  left: 12px;
  top: 50%;
}

.base-btn--next::before {
  margin-top: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 12px;
  left: auto;
  top: 50%;
}

.base-btn--red {
  background-color: #be0000;
}

.base-btn--red:hover {
  background-color: #980e0e;
}

#wysiwyg {
  /*デフォルトの処理*/
  text-align: justify;
  line-height: 1.8;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*グレー背景*/
  /*お客様の声*/
  /*以下テンプレート外*/
}

#wysiwyg:before, #wysiwyg:after {
  content: "";
  display: table;
}

#wysiwyg:after {
  clear: both;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg {
    line-height: 1.8;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg {
    line-height: 1.7;
  }
}

#wysiwyg a {
  color: #004e89;
  text-decoration: underline;
}

#wysiwyg a:hover {
  color: #004e89;
  text-decoration: none;
}

#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}

#wysiwyg .box {
  margin-bottom: 30px;
}

#wysiwyg .box:before, #wysiwyg .box:after {
  content: "";
  display: table;
}

#wysiwyg .box:after {
  clear: both;
}

@media screen and (max-width: 639px) {
  #wysiwyg .box {
    margin-bottom: 20px;
  }
}

#wysiwyg .title-line {
  margin-bottom: -15px;
  padding: 0 0 15px 15px;
  font-size: 2.2rem;
  line-height: 1.2em;
  color: #334455;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  background-color: #fff;
  border-bottom: 1px dotted #bbb;
  position: relative;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .title-line {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg .title-line {
    margin-bottom: -5px;
    padding: 0 0 10px 15px;
    font-size: 1.8rem;
  }
}

#wysiwyg .title-line::before {
  content: '';
  top: 0;
  left: 0;
  width: 4px;
  height: calc( 100% - 10px);
  background-color: #004e89;
  position: absolute;
}

@media screen and (max-width: 639px) {
  #wysiwyg .title-line::before {
    height: calc( 100% - 5px);
  }
}

#wysiwyg .title-obi {
  margin-bottom: -10px;
  padding: 17px 25px 17px 32px;
  font-size: 1.7rem;
  line-height: 1.2em;
  color: #334455;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  background-color: #e7e8ef;
  position: relative;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .title-obi {
    padding: 15px 23px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg .title-obi {
    padding: 14px 20px 15px;
    font-size: 1.6rem;
  }
}

#wysiwyg .title-obi::before {
  margin-top: -2px;
  content: '';
  top: 50%;
  left: 0;
  width: 22px;
  height: 4px;
  background-color: #004e89;
  position: absolute;
}

@media screen and (max-width: 639px) {
  #wysiwyg .title-obi::before {
    width: 15px;
  }
}

#wysiwyg .title-icon {
  margin-bottom: -10px;
  padding-left: 25px;
  font-size: 1.7rem;
  line-height: 1.2em;
  color: #334455;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 639px) {
  #wysiwyg .title-icon {
    padding-left: 18px;
    margin-bottom: -5px;
    font-size: 1.6rem;
  }
}

#wysiwyg .title-icon::before {
  content: '';
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 5px solid #004e89;
  -webkit-border-radius: 3pxpx;
  -moz-border-radius: 3pxpx;
  border-radius: 3pxpx;
  box-sizing: border-box;
  position: absolute;
}

@media screen and (max-width: 639px) {
  #wysiwyg .title-icon::before {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #004e89;
  }
}

#wysiwyg .copy01 {
  margin-bottom: -15px;
  font-size: 2.0rem;
  line-height: 1.6em;
  color: #004e89;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  text-align: justify;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .copy01 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 1.6rem;
  }
}

#wysiwyg .copy02 {
  margin-bottom: -15px;
  font-size: 2.2rem;
  line-height: 1.5em;
  color: #004e89;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: justify;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .copy02 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 1.5rem;
  }
}

#wysiwyg .text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}

#wysiwyg .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 35%;
  float: right;
  display: inline-block;
}

@media screen and (max-width: 639px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

#wysiwyg .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 639px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

#wysiwyg .btn-wrapper {
  text-align: center;
}

#wysiwyg .btn-wrapper a {
  padding: 14px 35px 14px 30px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-decoration: none;
  text-align: center;
  background-color: #004e89;
  position: relative;
  border-radius: 200px;
  display: inline-block;
}

@media screen and (max-width: 639px) {
  #wysiwyg .btn-wrapper a {
    padding: 12px 30px 12px 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

#wysiwyg .btn-wrapper a::before {
  margin-top: -3px;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#wysiwyg .btn-wrapper a:hover {
  color: #fff;
  background-color: #e7c04e;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .btn-wrapper a:hover {
    background-color: #e7c04e;
  }
}

#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
}

#wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc( ( 99.9% - 20px ) / 3);
  float: left;
}

#wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 639px) {
  #wysiwyg .photo-3 li {
    margin-left: 5px;
    width: calc( ( 99.9% - 10px ) / 3);
    float: left;
  }
  #wysiwyg .photo-3 li:first-child {
    margin-left: 0;
  }
}

#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
}

#wysiwyg .photo-2 li {
  width: calc( 50% - 5px);
  text-align: center;
  float: right;
}

#wysiwyg .photo-2 li:first-child {
  float: left;
}

@media screen and (max-width: 639px) {
  #wysiwyg .photo-2 li {
    width: calc( ( 100% - 5px ) / 2);
  }
}

#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}

#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 639px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}

#wysiwyg .list-wrapper {
  padding: 30px;
  border: 1px solid #ddd;
  list-style: none;
}

@media screen and (max-width: 639px) {
  #wysiwyg .list-wrapper {
    padding: 20px;
  }
}

#wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1.2em;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}

#wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}

#wysiwyg .list-wrapper li::before {
  content: '';
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #004e89;
  -webkit-border-radius: 3pxpx;
  -moz-border-radius: 3pxpx;
  border-radius: 3pxpx;
  box-sizing: border-box;
  position: absolute;
}

@media screen and (max-width: 639px) {
  #wysiwyg .list-wrapper li {
    margin-top: 7px;
    font-size: 13px;
  }
  #wysiwyg .list-wrapper li::before {
    content: '';
    top: 5px;
    left: 0px;
    width: 8px;
    height: 8px;
    border: 2px solid #004e89;
  }
}

#wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

#wysiwyg .table thead th {
  padding: 15px 10px;
  line-height: 1.3em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-color: #004e89;
  border: 1px solid #ddd;
}

@media screen and (max-width: 639px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}

#wysiwyg .table th {
  font-weight: 400;
  padding: 15px 10px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}

@media screen and (max-width: 639px) {
  #wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}

#wysiwyg .table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.3em;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 639px) {
  #wysiwyg .table td {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}

#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}

#wysiwyg .youtube-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}

#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#wysiwyg .gray-box {
  line-height: 1.7em;
  padding: 32px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .gray-box {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg .gray-box {
    padding: 20px;
  }
}

#wysiwyg .table-recruit {
  border-bottom: 1px solid #ddd;
}

#wysiwyg .table-recruit th {
  width: 20%;
  font-weight: 400;
  padding: 25px;
  line-height: 1.3em;
  text-align: left;
  vertical-align: top;
  background-color: #f4f1ec;
  border: 1px solid #ddd;
  position: relative;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .table-recruit th {
    width: 28%;
    padding: 20px;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg .table-recruit th {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 15px 15px 15px 20px;
    box-sizing: border-box;
    display: block;
  }
}

#wysiwyg .table-recruit th::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  width: 15px;
  height: 4px;
  background-color: #e7c04e;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .table-recruit th::before {
    top: 28px;
    width: 12px;
    height: 3px;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg .table-recruit th::before {
    top: 21px;
    width: 12px;
  }
}

#wysiwyg .table-recruit td {
  padding: 25px;
  line-height: 1.3em;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 960px) and (min-width: 640px) {
  #wysiwyg .table-recruit td {
    padding: 20px;
  }
}

@media screen and (max-width: 639px) {
  #wysiwyg .table-recruit td {
    width: 100%;
    padding: 15px 20px;
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
    display: block;
  }
}

#wysiwyg .list-column2 {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wysiwyg .list-column2__title {
  padding: 8px 10px 5px 22px;
  background-color: #e7e8ef;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  line-height: 1.3;
}

#wysiwyg .list-column2__title::before {
  margin-top: -2px;
  content: '';
  top: 50%;
  left: 0;
  width: 13px;
  height: 4px;
  background-color: #004e89;
  position: absolute;
}

@media screen and (max-width: 639px) {
  #wysiwyg .list-column2__title::before {
    width: 15px;
  }
}

#wysiwyg .list-column2 li {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 20px;
  list-style: none;
  float: left;
}

#wysiwyg .list-column2 li:nth-child(2n+1) {
  margin-left: 0;
}

@media screen and (max-width: 639px) {
  #wysiwyg .list-column2 li {
    width: 100%;
    margin-left: 0;
  }
}

#wysiwyg .list-column3 {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wysiwyg .list-column3__title {
  padding: 8px 10px 5px 22px;
  background-color: #e7e8ef;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.3;
}

#wysiwyg .list-column3__title::before {
  margin-top: -2px;
  content: '';
  top: 50%;
  left: 0;
  width: 13px;
  height: 4px;
  background-color: #004e89;
  position: absolute;
}

@media screen and (max-width: 639px) {
  #wysiwyg .list-column3__title::before {
    width: 15px;
  }
}

#wysiwyg .list-column3 li {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 20px;
  list-style: none;
  float: left;
}

#wysiwyg .list-column3 li:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 639px) {
  #wysiwyg .list-column3 li {
    width: 100%;
    margin-left: 0;
  }
}

#wysiwyg .rental-detail-voice__lists {
  padding-left: 0;
  list-style-type: none;
}

#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}

#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}

#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}

#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

#wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}

#wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

#wysiwyg blockquote {
  padding-left: 1em;
}

#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}

#wysiwyg hr {
  display: block;
}

#wysiwyg em {
  font-style: italic !important;
}

#wysiwyg strong {
  font-weight: bold !important;
}

#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}
