@charset "UTF-8";
/*
	def_cpt_block_sp.css
*/
/* ================================================
	single
================================================ */
/* editor_wrap
------------------------------------------------ */
/* line 18, ../scss/def_cpt_block_sp.scss */
.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;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 20px 64px 20px;
}

/* h1
================================================ */
/* line 32, ../scss/def_cpt_block_sp.scss */
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
 コンテンツ領域の横幅基準をここで指定する
================================================ */
/* line 49, ../scss/def_cpt_block_sp.scss */
.fx_ct,
.editor_ct {
  /*border:1px solid #f00;*/
  box-sizing: border-box;
  /*background-color:		#fee;*/
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

/* line 59, ../scss/def_cpt_block_sp.scss */
.fx_ct img,
.editor_ct img {
  width: 100%;
  height: auto;
}

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

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

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

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

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

/* line 102, ../scss/def_cpt_block_sp.scss */
.fx_ct.edge .sec_hx {
  border: 2px dotted #f55;
}

/* line 106, ../scss/def_cpt_block_sp.scss */
.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
------------------------------------------------ */
/* line 120, ../scss/def_cpt_block_sp.scss */
.sec,
.block {
  clear: both;
  margin-bottom: 4rem;
}

/* ================================================
	blocks
================================================ */
/* line 130, ../scss/def_cpt_block_sp.scss */
.fx_ct {
  /*	目次 - h2_index
  ================================================ */
  /* 見出し
  ================================================ */
  /* テキストブロック - txt_block
  ================================================ */
  /* リストブロック - list_block
  ================================================ */
  /* ol
  ------------------------------------------------ */
  /* ul
  ------------------------------------------------ */
  /* テキストボタン - rc_btn
  ================================================ */
  /* img_x
  ================================================ */
  /* img_wx
  ================================================ */
  /* img_w1
  ------------------------------------------------ */
  /* img_w2@
  ------------------------------------------------ */
  /*
  .img_w2 .img_cont:first-child
  {
  	float:				left;
  }
  .img_w2 .img_cont:last-child
  {
  	float:				right;
  }*/
  /* img_w3@
  ------------------------------------------------ */
  /*
  .img_w3 .img_cont:first-child
  {
  	float:				left;
  }
  .img_w3 .img_cont:nth-child(2)
  {
  	float:				left;
  	margin-left:		2%;
  	margin-right:		2%;
  }
  .img_w3 .img_cont:last-child
  {
  	float:				left;
  }*/
  /* img多数 - img_multi
  ================================================ */
  /* video_w1
  ================================================ */
  /* img_txt@
  ================================================ */
  /* it
  ------------------------------------------------ */
  /* ti
  ------------------------------------------------ */
  /* .it.round
  ------------------------------------------------ */
  /* .ti.round
  ------------------------------------------------ */
  /* コラム - column
  ================================================ */
  /* tb_type1
  ================================================ */
  /* html_block1
  ================================================ */
  /* ファイルリンク
  ================================================ */
  /* 画像リンク - img_link_block
  ================================================ */
  /* talk_block
  ================================================ */
  /* it
  ------------------------------------------------ */
  /* ti
  ------------------------------------------------ */
  /* 目次
  ================================================ */
}
/* line 134, ../scss/def_cpt_block_sp.scss */
.fx_ct .h2_index {
  border: 1px solid #707070;
  width: 100%;
  display: table;
  box-sizing: border-box;
  padding: 3.2%;
}
/* line 142, ../scss/def_cpt_block_sp.scss */
.fx_ct .h2_index .label {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
/* line 149, ../scss/def_cpt_block_sp.scss */
.fx_ct .h2_index .label h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
/* line 155, ../scss/def_cpt_block_sp.scss */
.fx_ct .h2_index .list_cont {
  width: 80%;
  display: table-cell;
}
/* line 160, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 172, ../scss/def_cpt_block_sp.scss */
.fx_ct .h2_index .list_cont ol li:last-child {
  margin-bottom: 0;
}
/* line 177, ../scss/def_cpt_block_sp.scss */
.fx_ct .h2_index .list_cont ol li a {
  color: #888;
  text-decoration: none;
}
/* line 182, ../scss/def_cpt_block_sp.scss */
.fx_ct .h2_index .list_cont ol li a:hover {
  text-decoration: underline;
}
/* line 190, ../scss/def_cpt_block_sp.scss */
.fx_ct .tt_block {
  margin-bottom: 0px;
}
/* line 194, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 205, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 215, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 224, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 233, ../scss/def_cpt_block_sp.scss */
.fx_ct .tt_block .tt_lv5:before {
  content: '-';
  margin-right: 4px;
}
/* line 238, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 254, ../scss/def_cpt_block_sp.scss */
.fx_ct .txt_block p {
  font-size: 1.4rem;
  text-align: left;
}
/* line 268, ../scss/def_cpt_block_sp.scss */
.fx_ct .list_block ol.type1 {
  counter-reset: number;
}
/* line 272, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 284, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 304, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 316, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 328, ../scss/def_cpt_block_sp.scss */
.fx_ct .rc_btn {
  text-align: center;
  margin: 20px 0 30px 0;
}
/* line 333, ../scss/def_cpt_block_sp.scss */
.fx_ct .rc_btn.left {
  text-align: left !important;
}
/* line 337, ../scss/def_cpt_block_sp.scss */
.fx_ct .rc_btn.center {
  text-align: center !important;
}
/* line 341, ../scss/def_cpt_block_sp.scss */
.fx_ct .rc_btn.right {
  text-align: right !important;
}
/* line 345, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 362, ../scss/def_cpt_block_sp.scss */
.fx_ct .rc_btn a:hover {
  opacity: 0.8;
}
/* line 370, ../scss/def_cpt_block_sp.scss */
.fx_ct .rc_btn.type_white a {
  background-image: url("../img/btn_arrow_rg.png");
  background-color: #fff;
  border: 1px solid #707070;
  color: #888;
}
/* line 380, ../scss/def_cpt_block_sp.scss */
.fx_ct .img, .fx_ct .img_l {
  line-height: 0% !important;
  margin-bottom: 4px;
}
/* line 390, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w1 {
  width: 100%;
}
/* line 394, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w1 .img_cont {
  width: 100%;
}
/* line 398, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w1 .img_cont img {
  width: 100%;
  height: auto;
}
/* line 406, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w2 {
  width: 100%;
}
/* line 410, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w2 .img_cont {
  width: 48.33%;
  width: 100%;
  /*48.33%;*/
  margin-bottom: 3rem;
}
/* line 416, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w2 .img_cont img {
  width: 100%;
  height: auto;
}
/* line 433, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w3 {
  width: 100%;
}
/* line 437, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w3 .img_cont {
  width: 100%;
  /*32%;*/
  margin-bottom: 3rem;
}
/* line 442, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_w3 .img_cont img {
  width: 100%;
  height: auto;
}
/* line 465, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi {
  width: 100%;
}
/* line 470, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi .slide_cont {
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}
/* line 476, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi.noslide {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: flex-start;
  /* 並べ方 */
  flex-wrap: wrap;
}
/* line 486, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi .img_cont {
  /*width:				32%;*/
}
/* line 490, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi .img_cont.mr0 {
  margin-right: 0 !important;
}
/* line 495, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi .img_cont .img_l {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
/* line 502, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi .img_cont a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: block;
}
/* line 513, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi .img_cont a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 517, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_multi .swiper-button-prev,
.fx_ct .img_multi .swiper-button-next {
  top: 40%;
  z-index: 200;
  opacity: 0.8;
}
/* line 524, ../scss/def_cpt_block_sp.scss */
.fx_ct .swiper-pagination-bullet-active {
  background-color: #f00;
}
/* line 533, ../scss/def_cpt_block_sp.scss */
.fx_ct .video_w1 {
  width: 100%;
}
/* line 537, ../scss/def_cpt_block_sp.scss */
.fx_ct .video_w1 video {
  width: 100%;
  height: auto;
  line-height: 0%;
  margin-bottom: 4px;
}
/* line 552, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt {
  width: 100%;
}
/* line 556, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt p {
  font-size: 1.4rem;
}
/* line 560, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt .img_cont {
  width: 100% !important;
  /*47.36%;*/
  height: auto;
}
/* line 565, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt .txt_cont {
  width: 100% !important;
  /*47.36%;*/
}
/* line 571, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt.it .img_cont {
  /*float:				left;*/
}
/* line 575, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt.it .txt_cont {
  /*float:				right;*/
}
/* line 581, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt.ti .img_cont {
  /*float:				right;*/
}
/* line 585, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt.ti .txt_cont {
  /*float:				left;*/
}
/* line 591, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt.it.round .img_cont {
  /*float:				left;
  display:			inline;*/
  margin: 0 0 2rem 0;
}
/* line 597, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt.it.round .txt_cont {
  /*display:			inline;*/
}
/* line 603, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt.ti.round .img_cont {
  /*float:				right;
  display:			inline;*/
  margin: 0 0 2rem 0;
}
/* line 609, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_txt.ti.round .txt_cont {
  /*display:			inline;*/
}
/* line 616, ../scss/def_cpt_block_sp.scss */
.fx_ct .column {
  background-color: #EEE;
  padding: 25px 30px;
}
/* line 621, ../scss/def_cpt_block_sp.scss */
.fx_ct .column h1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}
/* line 630, ../scss/def_cpt_block_sp.scss */
.fx_ct .column h1.tt_serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* line 634, ../scss/def_cpt_block_sp.scss */
.fx_ct .column .img_txt {
  margin: 0 auto;
  padding: 0;
}
/* line 639, ../scss/def_cpt_block_sp.scss */
.fx_ct .column .img_txt > .img_cont {
  width: 100%;
  /*28.57%;*/
  margin-bottom: 2rem;
}
/* line 644, ../scss/def_cpt_block_sp.scss */
.fx_ct .column .img_txt > .txt_cont {
  width: 100%;
  /*68%;*/
}
/* line 648, ../scss/def_cpt_block_sp.scss */
.fx_ct .column .img_txt > .img_cont .cap {
  font-size: 1.3rem;
  margin-top: 4px;
}
/* line 657, ../scss/def_cpt_block_sp.scss */
.fx_ct .tableA_block {
  overflow-x: scroll;
}
/* line 661, ../scss/def_cpt_block_sp.scss */
.fx_ct .tableA_block .tb_type1 {
  border-collapse: collapse;
  min-width: 640px;
  display: table;
  margin-bottom: 32px;
}
/* line 668, ../scss/def_cpt_block_sp.scss */
.fx_ct .tableA_block .tb_type1 .tr {
  display: table-row;
}
/* line 672, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 683, ../scss/def_cpt_block_sp.scss */
.fx_ct .tableA_block .tb_type1 th {
  width: 20%;
  padding: 20px 20px 20px 0;
}
/* line 688, ../scss/def_cpt_block_sp.scss */
.fx_ct .tableA_block .tb_type1 td {
  padding: 20px 0 20px 0;
}
/* line 696, ../scss/def_cpt_block_sp.scss */
.fx_ct .html_block1 {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0px;
  padding-left: 0px;
}
/* line 707, ../scss/def_cpt_block_sp.scss */
.fx_ct .file_link_block {
  margin: 12px 0 18px 0;
}
/* line 711, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 719, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 729, ../scss/def_cpt_block_sp.scss */
.fx_ct .file_link_block .file_link a:hover {
  background-color: #eee;
  text-decoration: underline;
}
/* line 734, ../scss/def_cpt_block_sp.scss */
.fx_ct .file_link_block .file_link a[href$="pdf"] {
  background-image: url("../img/icon_pdf.png");
}
/* line 738, ../scss/def_cpt_block_sp.scss */
.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");
}
/* line 743, ../scss/def_cpt_block_sp.scss */
.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");
}
/* line 748, ../scss/def_cpt_block_sp.scss */
.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");
}
/* line 753, ../scss/def_cpt_block_sp.scss */
.fx_ct .file_link_block .file_link .file_size {
  margin-left: 4px;
}
/* line 760, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_link_block {
  margin: 12px 0 18px 0;
}
/* line 764, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_link_block .wrap {
  margin: 0 auto;
}
/* line 768, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_link_block .wrap a {
  text-decoration: none;
  display: block;
}
/* line 773, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_link_block .wrap .img {
  margin-bottom: 4px;
}
/* line 777, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_link_block .wrap .cap {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
}
/* line 785, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_link_block .wrap a:hover {
  opacity: 0.8;
}
/* line 789, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_link_block .wrap a:hover > .img {
  border: 2px solid #3af !important;
  margin-bottom: 3px;
}
/* line 794, ../scss/def_cpt_block_sp.scss */
.fx_ct .img_link_block .wrap a:hover > .cap {
  color: #444;
}
/* line 802, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  /*  縦位置 */
  align-content: flex-start;
  /* 横位置 */
  justify-content: space-between;
  /* 並べ方 */
  flex-wrap: nowrap;
  direction: ltr;
  margin-bottom: 24px;
}
/* line 819, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block p {
  font-size: 1.4rem;
  word-break: break-all;
}
/* line 830, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block .img_cont .img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}
/* line 838, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block .img_cont .img.trim {
  border-radius: 50%;
}
/* line 842, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block .img_cont .cap {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
/* line 849, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block .nozzle {
  background-repeat: no-repeat;
  background-position: right 36px;
  width: 32px;
  padding-bottom: 72px;
}
/* line 856, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block .txt_cont {
  min-height: 72px;
  background-color: #eee;
  flex: 1;
  /* 残り幅 */
  box-sizing: border-box;
  padding: 16px 20px;
}
/* line 867, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block.it {
  flex-direction: row;
  /*margin-right:		20px;*/
}
/* line 872, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block.it .nozzle {
  background-image: url(../blocks/test_img/talk_nozzle_it.png);
  background-position: right 36px;
  align-items: stretch;
}
/* line 878, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block.it .txt_cont {
  border-left: 3px solid #333;
}
/* line 884, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block.ti {
  flex-direction: row-reverse;
  /*margin-left:		20px;*/
}
/* line 889, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block.ti .nozzle {
  background-image: url(../blocks/test_img/talk_nozzle_ti.png);
  background-position: left 36px;
}
/* line 894, ../scss/def_cpt_block_sp.scss */
.fx_ct .talk_block.ti .txt_cont {
  border-right: 3px solid #333;
}
/* line 904, ../scss/def_cpt_block_sp.scss */
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap {
  border: 2px solid #aaa;
  padding: 20px 20px;
}
/* line 913, ../scss/def_cpt_block_sp.scss */
.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;
  text-align: center;
  margin-bottom: 1rem;
}
/* line 930, ../scss/def_cpt_block_sp.scss */
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_cont
.tt_anchor_list li {
  margin-bottom: 1.8rem;
}
/* line 935, ../scss/def_cpt_block_sp.scss */
.fx_ct .tt_anchor_list_block .tt_anchor_list_wrap .tt_anchor_list_cont
.tt_anchor_list li:last-child {
  margin-bottom: 0;
}
/* line 940, ../scss/def_cpt_block_sp.scss */
.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;
}
/* line 956, ../scss/def_cpt_block_sp.scss */
.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_sp.css.map */
