@charset "UTF-8";
/*
	in_house_magazine.css
*/
/*
	heading
*/
/*
	pagenavi
*/
/*
	menu.scss
*/
/* line 11, ../../base/scss/parts/menu.scss */
.archive .bn_langs_cont {
  border: 3px solid #c9c9c9;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 0 auto 24px auto;
  padding: 12px 0;
}
/* line 19, ../../base/scss/parts/menu.scss */
.archive .bn_langs_cont .bn_langs {
  width: 90%;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: flex-start;
  /* 並べ方 */
  flex-wrap: wrap;
  margin: 0 auto;
}
/* line 30, ../../base/scss/parts/menu.scss */
.archive .bn_langs_cont .bn_langs li {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 9px 0 9px 16px;
}
/* line 37, ../../base/scss/parts/menu.scss */
.archive .bn_langs_cont .bn_langs li a {
  color: #00ada9;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 6px 3px 5px 3px;
}
/* line 45, ../../base/scss/parts/menu.scss */
.archive .bn_langs_cont .bn_langs li a:hover {
  background-color: #ddd;
  color: #00ada9;
}
/* line 50, ../../base/scss/parts/menu.scss */
.archive .bn_langs_cont .bn_langs li a.current {
  background-color: #00ada9;
  color: #fff;
  font-weight: normal;
}
/* line 56, ../../base/scss/parts/menu.scss */
.archive .bn_langs_cont .bn_langs li a .unit {
  font-size: 1.3rem;
}
/* line 65, ../../base/scss/parts/menu.scss */
.archive .years_cont {
  border: 3px solid #c9c9c9;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 0 auto 24px auto;
  padding: 12px 0;
}
/* line 73, ../../base/scss/parts/menu.scss */
.archive .years_cont .years {
  width: 90%;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: flex-start;
  /* 並べ方 */
  flex-wrap: wrap;
  margin: 0 auto;
}
/* line 84, ../../base/scss/parts/menu.scss */
.archive .years_cont .years li {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 9px 0 9px 16px;
}
/* line 91, ../../base/scss/parts/menu.scss */
.archive .years_cont .years li a {
  color: #00ada9;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  padding: 6px 3px 5px 3px;
}
/* line 99, ../../base/scss/parts/menu.scss */
.archive .years_cont .years li a:hover {
  background-color: #ddd;
  color: #00ada9;
}
/* line 104, ../../base/scss/parts/menu.scss */
.archive .years_cont .years li a.current {
  background-color: #00ada9;
  color: #fff;
  font-weight: normal;
}
/* line 110, ../../base/scss/parts/menu.scss */
.archive .years_cont .years li a .unit {
  font-size: 1.3rem;
}

/* ================================================
	common
================================================ */
/* archive
================================================ */
/* line 26, ../scss/def_cpt_pdf.scss */
.archive {
  /* h1
  ================================================ */
  /* pagenavi($keyColor, $keyDeepColor, $txtColor)
  ================================================ */
  /* wp-pagenavi
  ================================================ */
  /* シングルページのpagenavi
  ================================================ */
  /* 一覧ページに戻る 単独
  ================================================ */
  /*.btn_go_list a
  {
  	background-color:	#dcdcdc;
  	border:				1px solid #d2d2d2;
  	color:				#666;
  	width:				124px;
  	font-size:			1.1rem;
  	text-align:			center;
  	text-decoration:	none;
  	display:			block;
  	margin:				32px auto 0 auto;
  	padding:			13px 5px;
  }
  */
}
/* line 30, ../scss/def_cpt_pdf.scss */
.archive h1.contents__tt {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
/* line 42, ../scss/def_cpt_pdf.scss */
.archive h1.contents__tt > * {
  text-align: left;
}
/* line 48, ../scss/def_cpt_pdf.scss */
.archive h1.contents__tt .tt {
  width: auto;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 20px 60px;
}
/* line 58, ../scss/def_cpt_pdf.scss */
.archive h1.contents__tt .exp_wrap {
  width: auto;
  box-sizing: border-box;
  padding: 10px 2em 10px 0;
}
/* line 63, ../scss/def_cpt_pdf.scss */
.archive h1.contents__tt .exp_wrap .exp {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
}
/* line 72, ../scss/def_cpt_pdf.scss */
.archive h1.contents__tt .mv {
  background-image: url("../img/archive_mv.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding-bottom: 150px;
}
/* line 20, ../../base/scss/mixin/_pagenavi.scss */
.archive .wp-pagenavi {
  border-top: 2px solid #ccc;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0;
}
/* line 27, ../../base/scss/mixin/_pagenavi.scss */
.archive .wp-pagenavi a,
.archive .wp-pagenavi span {
  border-bottom: 1px solid #F2F2F2;
  color: #333;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 5px 9px 10px 9px;
}
/* line 42, ../../base/scss/mixin/_pagenavi.scss */
.archive .wp-pagenavi span.pages {
  display: none;
  background-color: transparent;
  border: 0px none;
  color: #666;
  font-size: 1.7rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 5px 9px 10px 9px;
}
/* line 54, ../../base/scss/mixin/_pagenavi.scss */
.archive .wp-pagenavi a:hover,
.archive .wp-pagenavi span.current {
  border-bottom: 1px solid #003EA2;
  /*#00aba9;*/
}
/* line 66, ../../base/scss/mixin/_pagenavi.scss */
.archive .wp-pagenavi .previouspostslink {
  border: 0px none;
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/c_arrow_prev.png");
  background-repeat: no-repeat;
  background-position: left 8px;
  color: #333;
  /*#fff;*/
  margin-right: 16px;
  padding-left: 24px;
}
/* line 79, ../../base/scss/mixin/_pagenavi.scss */
.archive .wp-pagenavi .nextpostslink {
  border: 0px none;
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/c_arrow_next.png");
  background-repeat: no-repeat;
  background-position: right 8px;
  color: #333;
  /*#fff;*/
  margin-left: 16px;
  padding-right: 24px;
}
/* line 92, ../../base/scss/mixin/_pagenavi.scss */
.archive .wp-pagenavi .first {
  border: 0px none;
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/c_arrow_first.png");
  background-repeat: no-repeat;
  background-position: left 8px;
  color: #333;
  /*#fff;*/
  margin-right: 16px;
  padding-left: 24px;
}
/* line 105, ../../base/scss/mixin/_pagenavi.scss */
.archive .wp-pagenavi .last {
  border: 0px none;
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/c_arrow_last.png");
  background-repeat: no-repeat;
  background-position: right 8px;
  color: #333;
  /*#fff;*/
  margin-left: 16px;
  padding-right: 24px;
}
/* line 120, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont {
  width: 100%;
  clear: both;
  margin: 0 auto;
}
/* line 127, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont * {
  box-sizing: border-box;
}
/* line 131, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next {
  table-layout: fixed;
  width: 100%;
  font-size: 10px;
  display: table;
}
/* line 138, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next li {
  font-size: 1.1em;
  /*text-align: 		center;*/
  vertical-align: middle;
  display: table-cell;
}
/* line 146, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next li a {
  color: #333;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
}
/* line 154, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next li.btn_prev,
.archive .prev_next_cont .prev_next li.btn_next {
  width: 37%;
  overflow: hidden;
}
/* line 161, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn {
  font-size: 1.2rem;
  text-align: left;
  white-space: nowrap;
  display: inline-block;
  padding: 0 0 8px 0;
}
/* line 170, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .tt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0 0 0 0;
}
/* line 181, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn_prev {
  text-align: left;
}
/* line 185, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn_next {
  text-align: right;
}
/* line 189, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn_next .tt {
  text-align: right;
}
/* line 194, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn_prev a {
  width: 100%;
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/c_arrow_prev.png");
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  display: inline-block;
  padding: 0 0 0 24px;
}
/* line 204, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn_next a {
  width: 100%;
  background-image: url("/wp-content/themes/jba_s3/assets/base/img/c_arrow_next.png");
  background-repeat: no-repeat;
  background-position: right center;
  text-align: right;
  overflow: hidden;
  display: inline-block;
  padding: 0 24px 0 0;
}
/* line 215, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn_next > * {
  display: inline-block;
}
/* line 220, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn_go_list {
  max-width: 28%;
  text-align: center;
}
/* line 225, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .prev_next .btn_go_list a {
  border-radius: 40px;
  background-color: #000;
  /*width:				76%;*/
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  white-space: nowrap;
  margin: 0 auto;
  padding: 13px 1.2em;
}
/* line 237, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont a {
  text-decoration: none;
}
/* line 241, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* line 247, ../../base/scss/mixin/_pagenavi.scss */
.archive .prev_next_cont .hide {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  /* line 253, ../../base/scss/mixin/_pagenavi.scss */
  .archive .prev_next_cont .prev_next .btn_prev {
    width: 45%;
  }
  /* line 256, ../../base/scss/mixin/_pagenavi.scss */
  .archive .prev_next_cont .prev_next .btn_next {
    width: 45%;
  }
  /* line 259, ../../base/scss/mixin/_pagenavi.scss */
  .archive .prev_next_cont .prev_next .btn_go_list.is_pc {
    display: none;
  }
  /* line 262, ../../base/scss/mixin/_pagenavi.scss */
  .archive .prev_next_cont .btn_go_list.is_sp {
    width: 30%;
    margin: 24px auto 0 auto;
  }
  /* line 266, ../../base/scss/mixin/_pagenavi.scss */
  .archive .prev_next_cont .btn_go_list.is_sp a {
    border-radius: 40px;
    background-color: #000;
    color: #fff;
    font-size: 1.6rem;
    display: inline-block;
    white-space: nowrap;
    margin: 0 auto;
    padding: 13px 1.2em;
  }
}

/* コンテンツタイトル
------------------------------------------------ */
/* line 89, ../scss/def_cpt_pdf.scss */
.main-area__body .ct_tt {
  width: 100%;
  margin: 0 auto 58px auto;
}

/* line 94, ../scss/def_cpt_pdf.scss */
.main-area__body .ct_tt img {
  width: 100%;
  height: auto;
}

/* ================================================
	arvhive
================================================ */
/* page_wrap
------------------------------------------------ */
/* line 106, ../scss/def_cpt_pdf.scss */
.archive .page_wrap {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 64px;
}

/* ページ内アンカーメニュー
================================================ */
/* line 115, ../scss/def_cpt_pdf.scss */
.archive .auto_ancs_cont {
  /*background-color:	#fff;*/
  background-image: url(../../img/common/c_anc_menu_sh.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 48px auto;
  padding-bottom: 20px;
}

/* line 127, ../scss/def_cpt_pdf.scss */
.archive .auto_ancs_cont .auto_ancs {
  /*	border:1px solid #f00;*/
  max-width: 80%;
  display: inline-block;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  /*justify-content:	space-between;*/
  /* 並べ方 */
  flex-wrap: wrap;
  margin: 0 auto 10px auto;
}

/* line 141, ../scss/def_cpt_pdf.scss */
.archive .auto_ancs_cont .auto_ancs li {
  /*border:1px solid #0f0;*/
  width: 30%;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 8px;
}

/* line 149, ../scss/def_cpt_pdf.scss */
.archive .auto_ancs_cont .auto_ancs li a {
  /*border:1px solid #00f;*/
  background-image: url(../../img/common/c_arrow_auto_anc.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 12px auto;
  color: #666;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  padding-left: 20px;
}

/* line 164, ../scss/def_cpt_pdf.scss */
.archive .auto_ancs_cont .auto_ancs li a:hover {
  text-decoration: underline;
}

/* line 168, ../scss/def_cpt_pdf.scss */
.archive .auto_ancs_cont .auto_ancs li.sep {
  /*border:1px solid #f00;*/
  width: 5%;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* sec
================================================ */
/* line 180, ../scss/def_cpt_pdf.scss */
.archive .sec {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 0 0 30px 0;
}

/* line 186, ../scss/def_cpt_pdf.scss */
.archive .sec:last-child {
  border-bottom: 0px none;
}

/* h2.st
================================================ */
/* line 193, ../scss/def_cpt_pdf.scss */
.archive .st {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 32px;
}

/* box_list_a
================================================ */
/* line 204, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a_cont {
  width: 100%;
  clear: both;
  margin: 0 auto;
}

/* line 210, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: flex-start;
  /* 並べ方 */
  flex-wrap: wrap;
}

/* line 220, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_a {
  background-color: #fff;
  width: 23%;
  position: relative;
  box-sizing: border-box;
  margin: 0 1% 30px 1%;
  padding: 7px 10px 18px 10px;
}

/* line 230, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_a .thumb {
  border: 1px solid #e6e6e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  margin: 0 auto 14px auto;
}

/* line 239, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_a .thumb img {
  width: 100%;
  height: auto;
}

/* line 245, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_a .tt {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

/* line 253, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_a > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 300;
}

/* line 262, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_a > a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* box_list_aのli.type_b
	最新号で使用
================================================ */
/* line 270, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b {
  border: 3px solid #00aba9;
  background-color: #fff;
  box-shadow: 1.414px 1.414px 1.96px 0.04px rgba(140, 139, 139, 0.2);
  width: 100%;
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px 33px 20px 33px;
}

/* line 280, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap {
  width: 100%;
  display: table;
  margin: 0 auto;
}

/* line 286, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap > div {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}

/* line 292, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap .tt_cont {
  width: 62%;
  text-align: center;
}

/* line 297, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap .tt_cont .latest_tt {
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
}

/* line 308, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap .tt_cont .tt {
  color: #333;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  word-break: break-all;
}

/* line 317, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap .tt_cont .outline {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
  margin-top: 2rem;
  padding: 0 8px;
}

/* line 328, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap .thumb_cont {
  width: 37%;
  padding-left: 1%;
}

/* line 333, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap .thumb {
  border: 1px solid #e6e6e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

/* line 341, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b .wrap .thumb img {
  width: 100%;
  height: auto;
}

/*
.archive .main-area__body .box_list_a li.type_b .wrap .ct_thumb_cont
{
	width:				310px;
}
.archive .main-area__body .box_list_a li.type_b .wrap .ct_thumb
{
	border:				1px solid #e6e6e6;
	background-repeat:	no-repeat;
	background-position:center center;
	background-size:	cover;
	width:				310px;
	height:				220px;
}
*/
/* line 363, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b > a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 300;
}

/* line 372, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_a li.type_b > a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* box_list_b_cont
	「映像」で使用
================================================ */
/* line 382, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b_cont {
  clear: both;
  margin-bottom: 24px;
}

/* line 387, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b {
  width: 100%;
  margin: 0 auto;
}

/* line 392, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b > li {
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: relative;
  display: table;
  margin-bottom: 20px;
  padding: 0;
}

/* line 401, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b > li:last-child {
  border-bottom: 0px none;
}

/* line 405, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .img_cont,
.archive .main-area__body .box_list_b li .tt_cont {
  text-align: left;
  vertical-align: top;
  display: table-cell;
}

/* img_cont
-------------------------------- */
/* line 414, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .img_cont {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 290px;
  height: 140px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

/* line 425, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .img_cont img.icon_play {
  width: 57px;
  height: auto;
}

/* view
-------------------------------- */
/* line 433, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .view {
  right: 10px;
}

/* tt_cont
-------------------------------- */
/* line 439, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .tt_cont {
  background-color: #fff;
  width: 65%;
  padding: 28px 64px 28px 40px;
}

/* line 445, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .tt_cont .divs {
  margin-bottom: 4px;
}

/* line 449, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .tt_cont .divs li {
  background-color: #00aba9;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  margin-right: 4px;
  padding: 3px 12px 1px 12px;
}

/* line 459, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .tt_cont .date {
  color: #8d8d8d;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 8px;
}

/* line 467, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .tt_cont .tt {
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 12px;
}

/* line 476, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li .tt_cont .ct {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

/* line 483, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li > a.link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 300;
}

/* line 492, ../scss/def_cpt_pdf.scss */
.archive .main-area__body .box_list_b li > a.link:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* ================================================
	tablet(768pxから1399pxまで)
================================================ */
@media screen and (min-width: 768px) and (max-width: 1399px) {
  /* archive
  ================================================ */
  /* line 506, ../scss/def_cpt_pdf.scss */
  .archive .main-area__body .box_list_a li.type_a {
    width: 31%;
    margin: 0 1% 30px 1%;
  }
}
/* ================================================
	SP(768px未満)
================================================ */
@media screen and (max-width: 767px) {
  /* archive
  ================================================ */
  /* line 521, ../scss/def_cpt_pdf.scss */
  .archive {
    /* h1
    ================================================ */
    /* archive
    ================================================ */
  }
  /* line 525, ../scss/def_cpt_pdf.scss */
  .archive h1.contents__tt {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 537, ../scss/def_cpt_pdf.scss */
  .archive h1.contents__tt > * {
    text-align: left;
  }
  /* line 540, ../scss/def_cpt_pdf.scss */
  .archive h1.contents__tt .tt {
    width: auto;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 8px 4% 2px 4%;
  }
  /* line 550, ../scss/def_cpt_pdf.scss */
  .archive h1.contents__tt .exp_wrap {
    width: auto;
    box-sizing: border-box;
    padding: 0px 4% 10px 4%;
  }
  /* line 555, ../scss/def_cpt_pdf.scss */
  .archive h1.contents__tt .exp_wrap .exp {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4;
    vertical-align: middle;
    text-align: left;
  }
  /* line 564, ../scss/def_cpt_pdf.scss */
  .archive h1.contents__tt .mv {
    display: none;
  }
  /* line 571, ../scss/def_cpt_pdf.scss */
  .archive .main-area__body .box_list_a li.type_a {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
}
/* ================================================
	single
================================================ */
/**/
/* ================================================
	aaaa
================================================ */
/* aaaa
================================================ */
/* ================================
	aaaa
================================ */
/* aaaa
================================ */
/* ======== aaaa ======== */
/* ------------------------------------------------
	aaaa
------------------------------------------------ */
/* aaaa
------------------------------------------------ */
/* --------------------------------
	aaaa
-------------------------------- */
/* aaaa
-------------------------------- */
/* -------- aaaa -------- */
/* ---- aaaa ---- */
/* -- aaaa -- */
/* aaaa */

/*# sourceMappingURL=def_cpt_pdf.css.map */
