@charset "UTF-8";
/*
	def_cpt_block.css
*/
/* ================================================
	single
================================================ */
/* editor_wrap
------------------------------------------------ */
.single .editor_wrap {
  background-color: #fff;
  max-width: 940px;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 20px 64px 20px;
}

/* h1
================================================ */
h1.type1 {
  border-bottom: 1px solid #ccc;
  background-image: url(../../img/products/mk_circle_mg.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 24px;
  padding: 0 0 4px 24px;
}

/* fx_ct
 コンテンツ領域の横幅基準をここで指定する
================================================ */
.fx_ct,
.editor_ct {
  /*border:1px solid #f00;*/
  /*background-color:		#fee;*/
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.fx_ct img,
.editor_ct img {
  width: 100%;
  height: auto;
}

/* p
================================================ */
.editor_ct p {
  font-size: 1.4rem;
  line-height: 1.6;
}

/* 字下げテキスト
================================================ */
.fx_ct p.txt_ind,
.editor_ct p.txt_ind {
  text-indent: 1em;
}

/* 上付き、下付き
================================================ */
.fx_ct sup,
.editor_ct sup {
  font-size: 0.8em;
  vertical-align: text-top;
  line-height: 1;
}

.fx_ct sub,
.editor_ct sub {
  font-size: 0.8em;
  vertical-align: text-bottom;
  line-height: 1;
}

/* ブロック境界線の表示
------------------------------------------------ */
.fx_ct.edge .sec {
  border: 2px dotted #f55;
}

.fx_ct.edge .sec_hx {
  border: 2px dotted #f55;
}

.fx_ct .blk_name {
  background-color: #eee;
  border: 1px solid #aaa;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
  padding: 2px;
}

/* sec
------------------------------------------------ */
.sec,
.block {
  clear: both;
  margin-bottom: 24px;
}

/* ================================================
	blocks
================================================ */
.fx_ct {
  /*	目次 - h2_index
  ================================================ */
  /* 見出し
  ================================================ */
  /* テキストブロック - txt_block
  ================================================ */
  /* リストブロック - list_block
  ================================================ */
  /* ol
  ------------------------------------------------ */
  /* ul
  ------------------------------------------------ */
  /* テキストボタン - rc_btn
  ================================================ */
  /* img_x
  ================================================ */
  /* img_wx
  ================================================ */
  /* img_w1
  ------------------------------------------------ */
  /* img_w2
  ------------------------------------------------ */
  /* img_w3
  ------------------------------------------------ */
  /* img多数 - img_multi
  ================================================ */
  /* video_w1
  ================================================ */
  /* img_txt
  ================================================ */
  /* it
  ------------------------------------------------ */
  /* ti
  ------------------------------------------------ */
  /* .it.round
  ------------------------------------------------ */
  /* .ti.round
  ------------------------------------------------ */
  /* コラム - column
  ================================================ */
  /* tb_type1
  ================================================ */
  /* html_block1
  ================================================ */
  /* ファイルリンク - file_link_block
  ================================================ */
  /* 画像リンク - img_link_block
  ================================================ */
  /* talk_block
  ================================================ */
  /* it
  ------------------------------------------------ */
  /* ti
  ------------------------------------------------ */
  /* 目次
  ================================================ */
  /*.tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_cont
  .tt_anchor_list li a::before
  {
  	content:'　';
  	background-image:	url("../img/arrow_btm.png");
  	background-repeat:	no-repeat;
  	background-position:left 1px;
  	background-size:	1.2rem auto;
  	text-decoration: 	none;
  	margin-right:		4px;
  }
  .tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_cont
  .tt_anchor_list li a:hover::before
  {
  	text-decoration: 	none;
  }*/
}
.fx_ct .h2_index {
  border: 1px solid #707070;
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.2%;
}
.fx_ct .h2_index .label {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.fx_ct .h2_index .label h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.fx_ct .h2_index .list_cont {
  width: 80%;
  display: table-cell;
}
.fx_ct .h2_index .list_cont ol li {
  background-image: url("../img/arrow_bb.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
  padding-left: 18px;
}
.fx_ct .h2_index .list_cont ol li:last-child {
  margin-bottom: 0;
}
.fx_ct .h2_index .list_cont ol li a {
  color: #888;
  text-decoration: none;
}
.fx_ct .h2_index .list_cont ol li a:hover {
  text-decoration: underline;
}
.fx_ct .tt_block {
  margin-bottom: 0px;
}
.fx_ct .tt_block .tt_lv2 {
  background-color: #F2F2F2;
  border-left: 3px solid #003EA2; /*#003EA2;*/
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 24px;
  padding: 16px 26px;
}
.fx_ct .tt_block .tt_lv3 {
  border-top: 2px solid #000;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
  padding: 16px 16px;
}
.fx_ct .tt_block .tt_lv4 {
  color: #003EA2; /*#003EA2;*/
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}
.fx_ct .tt_block .tt_lv5 {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 12px;
}
.fx_ct .tt_block .tt_lv5:before {
  content: "-";
  margin-right: 4px;
}
.fx_ct .tt_block .tt_lv6 {
  color: #888;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 12px;
}
.fx_ct .txt_block p {
  font-size: 1.4rem;
  text-align: left;
}
.fx_ct .list_block ol.type1 {
  counter-reset: number;
}
.fx_ct .list_block ol.type1 li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -2em;
  text-align: left;
  vertical-align: middle;
  position: relative;
  margin: 0 0 14px 0;
  padding: 0 0 2px 2em;
}
.fx_ct .list_block ol.type1 li::before {
  counter-increment: number;
  content: counter(number, decimal) "";
  background-color: #003EA2;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
  padding: 2px 6px 2px 4px;
}
.fx_ct .list_block ul.type1 li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -2em;
  text-align: left;
  vertical-align: middle;
  position: relative;
  margin: 0 0 14px 0;
  padding: 0 0 2px 2em;
}
.fx_ct .list_block ul.type1 li::before {
  content: "■";
  color: #003EA2;
  text-align: center;
  vertical-align: middle;
  margin-right: 4px;
  padding: 2px 6px 2px 4px;
}
.fx_ct .rc_btn {
  text-align: center;
  margin: 20px 0 30px 0;
}
.fx_ct .rc_btn.left {
  text-align: left !important;
}
.fx_ct .rc_btn.center {
  text-align: center !important;
}
.fx_ct .rc_btn.right {
  text-align: right !important;
}
.fx_ct .rc_btn a {
  background-image: url("../img/btn_arrow_rw.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
  /*background-color:	#003EA2;*/
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 60px 20px 40px;
}
.fx_ct .rc_btn a:hover {
  opacity: 0.8;
}
.fx_ct .rc_btn.type_white a {
  background-image: url("../img/btn_arrow_rg.png");
  background-color: #fff;
  border: 1px solid #707070;
  color: #888;
}
.fx_ct .img, .fx_ct .img_l {
  line-height: 0% !important;
  margin-bottom: 4px;
}
.fx_ct .img_w1 {
  width: 100%;
}
.fx_ct .img_w1 .img_cont {
  width: 100%;
}
.fx_ct .img_w1 .img_cont img {
  width: 100%;
  height: auto;
}
.fx_ct .img_w2 {
  width: 100%;
}
.fx_ct .img_w2 .img_cont {
  width: 48.33%;
}
.fx_ct .img_w2 .img_cont img {
  width: 100%;
  height: auto;
}
.fx_ct .img_w2 .img_cont:first-child {
  float: left;
}
.fx_ct .img_w2 .img_cont:last-child {
  float: right;
}
.fx_ct .img_w3 {
  width: 100%;
}
.fx_ct .img_w3 .img_cont {
  width: 32%;
}
.fx_ct .img_w3 .img_cont img {
  width: 100%;
  height: auto;
}
.fx_ct .img_w3 .img_cont:first-child {
  float: left;
}
.fx_ct .img_w3 .img_cont:nth-child(2) {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
.fx_ct .img_w3 .img_cont:last-child {
  float: left;
}
.fx_ct .img_w3 .img_cont.empty_img {
  height: 1px;
}
.fx_ct .img_multi {
  width: 100%;
}
.fx_ct .img_multi .slide_cont {
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}
.fx_ct .img_multi.noslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /*  縦位置 */
  -ms-flex-line-pack: start;
      align-content: flex-start; /* 横位置 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* 並べ方 */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fx_ct .img_multi .img_cont {
  /*width:				32%;*/
}
.fx_ct .img_multi .img_cont.mr0 {
  margin-right: 0 !important;
}
.fx_ct .img_multi .img_cont .img_l {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.fx_ct .img_multi .img_cont a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: block;
}
.fx_ct .img_multi .img_cont a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.fx_ct .img_multi .swiper-button-prev,
.fx_ct .img_multi .swiper-button-next {
  top: 40%;
  z-index: 200;
  opacity: 0.8;
}
.fx_ct .swiper-pagination-bullet-active {
  background-color: #f00;
}
.fx_ct .video_w1 {
  width: 100%;
}
.fx_ct .video_w1 video {
  width: 100%;
  height: auto;
  line-height: 0%;
  margin-bottom: 4px;
}
.fx_ct .img_txt {
  width: 100%;
}
.fx_ct .img_txt p {
  font-size: 1.4rem;
}
.fx_ct .img_txt .img_cont {
  width: 47.36%;
  height: auto;
}
.fx_ct .img_txt .txt_cont {
  width: 47.36%;
}
.fx_ct .img_txt.it .img_cont {
  float: left;
  /*margin-right:		20px;*/
}
.fx_ct .img_txt.it .txt_cont {
  float: right;
}
.fx_ct .img_txt.ti .img_cont {
  float: right;
  /*margin-left:		20px;*/
}
.fx_ct .img_txt.ti .txt_cont {
  float: left;
}
.fx_ct .img_txt.it.round .img_cont {
  float: left;
  display: inline;
  margin: 0 20px 8px 0;
}
.fx_ct .img_txt.it.round .txt_cont {
  float: none;
  display: inline;
}
.fx_ct .img_txt.ti.round .img_cont {
  float: right;
  display: inline;
  margin: 0 0 8px 20px;
}
.fx_ct .img_txt.ti.round .txt_cont {
  float: none;
  display: inline;
}
.fx_ct .column {
  background-color: #EEE;
  padding: 25px 30px;
}
.fx_ct .column h1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
.fx_ct .column h1.tt_serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fx_ct .column .img_txt {
  margin: 0 auto;
  padding: 0;
}
.fx_ct .column .img_txt > .img_cont {
  width: 28.57%;
}
.fx_ct .column .img_txt > .txt_cont {
  width: 68%;
}
.fx_ct .column .img_txt > .img_cont .cap {
  font-size: 1.3rem;
  margin-top: 4px;
}
.fx_ct .tableA_block .tb_type1 {
  border-collapse: collapse;
  width: 100%;
  display: table;
  margin-bottom: 32px;
}
.fx_ct .tableA_block .tb_type1 .tr {
  display: table-row;
}
.fx_ct .tableA_block .tb_type1 th,
.fx_ct .tableA_block .tb_type1 td {
  border-bottom: 1px solid #888;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  display: table-cell;
}
.fx_ct .tableA_block .tb_type1 th {
  width: 20%;
  padding: 10px 20px 10px 0;
}
.fx_ct .tableA_block .tb_type1 td {
  padding: 10px 0 10px 0;
}
.fx_ct .html_block1 {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0px;
  padding-left: 0px;
}
.fx_ct .file_link_block {
  margin: 12px 0 18px 0;
}
.fx_ct .file_link_block .file_link {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
  margin-bottom: 0px;
}
.fx_ct .file_link_block .file_link a {
  background-image: url("../img/icon_file.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px auto;
  text-decoration: none;
  padding: 10px 10px 10px 38px;
}
.fx_ct .file_link_block .file_link a:hover {
  background-color: #eee;
  text-decoration: underline;
}
.fx_ct .file_link_block .file_link a[href$=pdf] {
  background-image: url("../img/icon_pdf.png");
}
.fx_ct .file_link_block .file_link a[href$=xls],
.fx_ct .file_link_block .file_link a[href$=xlsx] {
  background-image: url("../img/icon_excel.png");
}
.fx_ct .file_link_block .file_link a[href$=doc],
.fx_ct .file_link_block .file_link a[href$=docx] {
  background-image: url("../img/icon_word.png");
}
.fx_ct .file_link_block .file_link a[href$=ppt],
.fx_ct .file_link_block .file_link a[href$=pptx] {
  background-image: url("../img/icon_powerpoint.png");
}
.fx_ct .file_link_block .file_link .file_size {
  margin-left: 4px;
}
.fx_ct .img_link_block {
  margin: 12px 0 18px 0;
}
.fx_ct .img_link_block .wrap {
  margin: 0 auto;
}
.fx_ct .img_link_block .wrap a {
  text-decoration: none;
  display: block;
}
.fx_ct .img_link_block .wrap .img {
  margin-bottom: 4px;
}
.fx_ct .img_link_block .wrap .cap {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
}
.fx_ct .img_link_block .wrap a:hover {
  opacity: 0.8;
}
.fx_ct .img_link_block .wrap a:hover > .img {
  border: 2px solid #3af !important;
  margin-bottom: 3px;
}
.fx_ct .img_link_block .wrap a:hover > .cap {
  color: #444;
}
.fx_ct .talk_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /*  縦位置 */
  -ms-flex-line-pack: start;
      align-content: flex-start; /* 横位置 */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* 並べ方 */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  direction: ltr;
  margin-bottom: 24px;
}
.fx_ct .talk_block p {
  font-size: 1.4rem;
  word-break: break-all;
}
.fx_ct .talk_block .img_cont .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}
.fx_ct .talk_block .img_cont .img.trim {
  border-radius: 50%;
}
.fx_ct .talk_block .img_cont .cap {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.fx_ct .talk_block .nozzle {
  background-repeat: no-repeat;
  background-position: right 36px;
  width: 32px;
  padding-bottom: 72px;
}
.fx_ct .talk_block .txt_cont {
  background-color: #eee;
  min-height: 72px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 残り幅 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 20px;
}
.fx_ct .talk_block.it {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*margin-right:		20px;*/
}
.fx_ct .talk_block.it .nozzle {
  background-image: url(../img/talk_nozzle_it.png);
  background-position: right 36px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fx_ct .talk_block.it .txt_cont {
  border-left: 3px solid #333;
}
.fx_ct .talk_block.ti {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /*margin-left:		20px;*/
}
.fx_ct .talk_block.ti .nozzle {
  background-image: url(../img/talk_nozzle_ti.png);
  background-position: left 36px;
}
.fx_ct .talk_block.ti .txt_cont {
  border-right: 3px solid #333;
}
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap {
  border: 2px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /*  縦位置 */
  -ms-flex-line-pack: start;
      align-content: flex-start; /* 横位置 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* 並べ方 */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 20px;
}
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /*  縦位置 */
}
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
  padding-right: 2rem;
}
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_cont .tt_anchor_list li {
  margin-bottom: 8px;
}
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_cont .tt_anchor_list li:last-child {
  margin-bottom: 0;
}
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_cont .tt_anchor_list li a {
  background-image: url("../img/arrow_btm.png");
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 1.4rem auto;
  color: #888;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  text-decoration: underline;
  display: inline-block;
  word-break: break-all;
  padding-left: 2rem;
}
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_cont .tt_anchor_list li a:hover {
  text-decoration: none;
}

/**/
/* ================================================
	aaaa
================================================ */
/* aaaa
================================================ */
/* ================================
	aaaa
================================ */
/* aaaa
================================ */
/* ======== aaaa ======== */
/* ------------------------------------------------
	aaaa
------------------------------------------------ */
/* aaaa
------------------------------------------------ */
/* --------------------------------
	aaaa
-------------------------------- */
/* aaaa
-------------------------------- */
/* -------- aaaa -------- */
/* ---- aaaa ---- */
/* -- aaaa -- */
/* aaaa *//*# sourceMappingURL=def_cpt_block.css.map */