@import url('../../css/fonts.css');
.outer_wdt {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.inner_wdt {
  max-width: 1000px;
  margin: 0 auto;
}
.inner_pd {
  padding-left: 30px;
  padding-right: 30px;
}
.poppins {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
}
.safeblue {
  color: #2A6CBE;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs15 {
  font-size: 1.5rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs17 {
  font-size: 1.7rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs19 {
  font-size: 1.9rem !important;
}
.fs20 {
  font-size: 2rem !important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs22 {
  font-size: 2.2rem !important;
}
.fs23 {
  font-size: 2.3rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs25 {
  font-size: 2.5rem !important;
}
.fs26 {
  font-size: 2.6rem !important;
}
.fs27 {
  font-size: 2.7rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs29 {
  font-size: 2.9rem !important;
}
.fs30 {
  font-size: 3rem !important;
}
.fs40 {
  font-size: 4rem !important;
}
.fs45 {
  font-size: 4.5rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
.fs50 {
  font-size: 5rem !important;
}
.fs55 {
  font-size: 5.5rem !important;
}
.fs60 {
  font-size: 6rem !important;
}
.fs70 {
  font-size: 7rem !important;
}
.fs90 {
  font-size: 9rem !important;
}
.fs95 {
  font-size: 9.5rem !important;
}
.alignC {
  text-align: center !important;
}
.alignR {
  text-align: right !important;
}
.alignL {
  text-align: left !important;
}
.m00 {
  margin: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mt10 {
  margin-top: 1rem !important;
}
.mt65 {
  margin-top: 6.5rem !important;
}
.mt70 {
  margin-top: 7rem !important;
}
.ml20 {
  margin-left: 2rem !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb110 {
  padding-bottom: 110px !important;
}
.pb120 {
  padding-bottom: 120px !important;
}
.pb130 {
  padding-bottom: 130px !important;
}
.pb140 {
  padding-bottom: 140px !important;
}
.pb150 {
  padding-bottom: 150px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr130 {
  padding-right: 130px !important;
}
.lineh14 {
  line-height: 1.4;
}
.wdt10 {
  width: 10% !important;
}
.wdt15 {
  width: 15% !important;
}
.wdt20 {
  width: 20% !important;
}
.wdt25 {
  width: 25% !important;
}
.wdt30 {
  width: 30% !important;
}
.wdt35 {
  width: 35% !important;
}
.wdt37 {
  width: 37.5% !important;
}
.only_sp {
  display: none;
}
.only_pc {
  display: block;
}
.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.text-underline {
  border-bottom: 1px solid #09101a;
  display: inline-block;
}
.fblue {
  color: #2a6cbe;
}
.flightblue {
  color: #4982cf;
}
.fred {
  color: #f9074b;
}
.fwhite {
  color: #fff;
}
.fblack {
  color: #09101a !important;
}
.borderLeftBox {
  border-radius: 4px;
  background: #eec401;
  padding: 1rem;
}
.borderLeftBox .inner {
  border-radius: 4px !important;
  background: #fff;
  padding: 2rem 3rem 3rem;
}
a.underline:link,
a.underline:visited {
  color: #4982cf;
  border-bottom: 1px solid #4982cf;
}
.arw {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  border-bottom: 1px solid #09101a !important;
  padding-bottom: 0px;
  color: #09101a !important;
}
.arw:before {
  position: absolute;
  background: url(../img/icon_arrow.png) 0 0 no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  content: "";
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.arw.right {
  padding-right: 20px;
  margin-left: 0;
}
.arw.right:before {
  left: auto;
  right: 0;
}
/* table */
.tableWrap {
  width: 100%;
}
table.defaultTbl {
  width: 100%;
  background: #fff;
}
table.defaultTbl.middle th,
table.defaultTbl.middle td {
  vertical-align: middle !important;
}
table.defaultTbl th,
table.defaultTbl td {
  padding: 2rem 2rem;
  vertical-align: middle;
  text-align: center;
}
table.defaultTbl th {
  background: #4982cf;
  border: 2px solid #fff;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}
table.defaultTbl td {
  background: #e6f0f5;
  border: 2px solid #fff;
  line-height: 1.4;
}
table.defaultTbl tr.total td {
  background: #eec401;
  color: #fff;
}
table.defaultTbl td.lineL {
  border-left: 4px solid #fff100;
}
table.defaultTbl td.lineR {
  border-right: 4px solid #fff100;
}
table.defaultTbl td.lineT {
  border-top: 4px solid #fff100;
}
table.defaultTbl td.lineB {
  border-bottom: 4px solid #fff100;
}
/* ul */
ul.disc {
  list-style-position: outside;
}
ul.disc li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
ul.disc li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #4982cf;
  top: 12px;
  bottom: 0;
  position: absolute;
  left: 0;
}
ul.num {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ul.num li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 1rem;
  display: table;
}
ul.num li span {
  color: #eec401;
  font-weight: bold;
  display: table-cell;
}
ul.steplist li:not(:last-child) {
  position: relative;
}
ul.steplist li:not(:last-child):before {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 23px;
  border-left: 2px dotted #d0d5db;
  content: "";
}
ul.steplist li .circle_num {
  position: absolute;
  z-index: 5;
}
ul.steplist li .text {
  padding-left: 65px;
  display: block;
}
ul.asterisk {
  list-style-position: outside;
}
ul.asterisk li {
  position: relative;
  padding-left: 2rem;
  color: #58616e;
  margin-bottom: 1rem;
}
ul.asterisk li:before {
  content: "※";
  position: absolute;
  left: 0;
}
dl.line {
  border-left: dotted 2px #d8e1e6;
  padding: 0.2rem 0 0.2rem 2rem;
}
dl.line dt {
  margin-bottom: 2rem;
}
dl.default {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
dl.default dt {
  width: 20%;
  color: #58616e;
  font-weight: bold;
  padding: 1rem 6.5rem 1rem 0;
  margin-bottom: 1.5rem;
}
dl.default dd {
  border-left: dotted 2px #d8e1e6;
  width: 80%;
  padding: 0.5rem 0 0.5rem 6.5rem;
  margin-bottom: 1.5rem;
}
/* ttl */
.roundTtl {
  display: inline-block;
  font-size: 2.4rem;
  vertical-align: middle;
}
.roundTtl span.ttl {
  display: inline-block;
  font-size: 2.8rem;
  vertical-align: middle;
  color: #09101a;
}
.roundTtl span.lead {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
  background: #4982cf;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  border-radius: 13px;
  height: 26px;
  line-height: 1;
  padding: 6px 20px;
  margin-right: 16px;
  vertical-align: middle;
  font-weight: normal;
}
.roundTtl.orange span.ttl {
  color: #00a0d9;
  font-size: 2.4rem;
}
.roundTtl.orange span.lead {
  background: #eec401;
}
.squareTtl_wrap {
  margin-left: 2rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.squareTtl_wrap .squareTtl {
  position: relative;
  margin-left: -20px;
}
.squareTtl_wrap .inner {
  overflow: hidden;
}
.squareTtl_wrap .inner .inner_pd {
  padding: 0 6rem 7rem !important;
}
.squareTtl {
  display: inline-block;
  font-size: 2.4rem;
  vertical-align: middle;
  padding-top: 5.4rem;
}
.squareTtl span.ttl {
  display: inline-block;
  font-size: 2.8rem;
  vertical-align: middle;
  color: #00a0d9;
}
.squareTtl span.lead {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  background: #eec401;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  display: inline-block;
  height: 47px;
  line-height: 1;
  padding: 13px 27px 16px 45px;
  margin-right: 26px;
  vertical-align: middle;
  font-style: italic;
  position: relative;
  font-weight: normal;
}
.squareTtl span.pinkred {
  color: #d9004d;
}
.squareTtl span.lead:before {
  content: "";
  background: url(../img/squareTtl_left.png) 0 0 no-repeat;
  position: absolute;
  bottom: -14px;
  width: 20px;
  height: 14px;
  left: 0;
}
@media all and (-ms-high-contrast: none) {
  .roundTtl span.ttl,
  .squareTtl span.ttl {
    color: #00a0d9;
    background: transparent !important;
  }
}
.gutter .col:first-child {
  padding-right: 32.5px;
}
.gutter .col:last-child {
  padding-left: 32.5px;
}
/* common */
html {
  /*****************
	remのベース: 10px
	例：font-size: 14px; （ie8用）
	　　font-size: 1.4rem;
	*****************/
  font-size: 62.5%;
  /* ページに常にスクロールバーを表示 */
  overflow-y: scroll;
}
body {
  overflow-x: hidden;
}
#frame-outer {
  padding-top: 78px;
}
body .mainWrapper,
#ttcs_header {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #09101a;
}
#frame-outer .row {
  margin-bottom: 0;
  display: flex;
}
.nowrap {
  flex-wrap: nowrap !important;
}
.ttcspro_h2 {
  width: 100%;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  background: url(../img/bg_h2_ttl.gif) 50% bottom no-repeat;
  position: relative;
}
.ttcspro_h2:before {
  content: "";
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: #a4b0bb;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 1em;
  top: 65px;
  left: 0;
  font-weight: bold;
}
.ttcspro_h2_lead {
  text-align: center;
  margin-bottom: 4rem;
}
#guarantee #topimgWrapper .ttcspro_h2:before {
  content: "New Guarantee";
}
#support #topimgWrapper .ttcspro_h2:before {
  content: "Support";
}
#merit_termites .ttcspro_h2:before {
  content: "Guarantee";
}
#merit_support .ttcspro_h2:before {
  content: "Business";
}
#merit_technology .ttcspro_h2:before {
  content: "Technology";
  color: #fff;
}
#merit_sample .ttcspro_h2:before {
  content: "Sample";
}
#merit_recruit .ttcspro_h2:before {
  content: "Support";
}
#ttcsdwnld .dwnld_catalog .ttcspro_h2:before {
  content: "Catalog";
}
#apdetail #topimgWrapper .ttcspro_h2:before {
  content: "Application";
}
#ttcsdwnld #topimgWrapper .ttcspro_h2:before {
  content: "Download";
}
#campaign #topimgWrapper .ttcspro_h2:before {
  content: "Promotion";
}
#apdetail_type .ttcspro_h2:before {
  content: "Type";
}
#apdetail_process .ttcspro_h2:before {
  content: "Solution";
  color: #fff;
}
#apdetail_procedure .ttcspro_h2:before {
  content: "Revise";
}
#apdetail_doctable .ttcspro_h2:before {
  content: "Document";
}
.ttcspro_h3 {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.ttcspro_h3 .lead {
  color: #2a6cbe;
  display: inline-block;
  font-size: 4rem;
  margin-bottom: 2rem;
  position: relative;
  padding: 0 4rem;
}
.ttcspro_h3 .lead:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 44px;
  border-left: 6px solid #2a6cbe;
  transform: rotate(-30deg);
  content: "";
}
.ttcspro_h3 .lead:after {
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
  height: 44px;
  border-left: 6px solid #2a6cbe;
  transform: rotate(30deg);
  content: "";
}
.ttcspro_h3.white {
  color: #fff;
}
.ttcspro_h3.white .lead {
  color: #fff;
}
.ttcspro_h3.white .lead:before {
  border-left: 6px solid #fff;
}
.ttcspro_h3.white .lead:after {
  border-left: 6px solid #fff;
}
.ttcspro_h3 span.num {
  font-size: 4.3rem;
  padding-right: 7rem;
  font-family: Arial, Helvetica, sans-serif;
}
.ttcspro_h3 span.num:after {
  content: "";
  position: absolute;
  width: 4.6rem;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 5rem;
  background: #2a6cbe;
  margin: auto 0;
}
.ttcspro_h3 span.ttl {
  padding: 0 3px;
}
.ttcspro_h3 span.ttl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: -0.8rem;
  left: 0;
  background: #fff100;
  z-index: -1;
}
.ttcspro_h3_line {
  font-size: 2.8rem;
  position: relative;
  text-align: center;
  color: #09101a;
  font-weight: bold;
  max-width: 1000px;
  margin: 0 auto;
}
.ttcspro_h3_line span {
  background: #e6f0f5;
  padding: 0 3rem;
  display: inline-block;
  position: relative;
}
.ttcspro_h3_line:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2a6cbe;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.ttcspro_h4 {
  background: url(../img/bg_h3_ttl.gif) 0 0 no-repeat;
  padding: 0.2rem 0 1.8rem 1.8rem;
  line-height: 1;
  font-size: 2.8rem;
  border-bottom: 1px solid #d8e1e5;
  color: #132b4a;
  margin-bottom: 25px;
}
.ttcspro_h4_circle span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 1.2;
}
.ttcspro_h4_circle span.circle_num {
  margin-right: 10px;
}
.ttcspro_h5 {
  padding: 0 0 0 3rem;
  font-size: 2.4rem;
  color: #132b4a;
  margin-bottom: 1.5rem;
  position: relative;
}
.ttcspro_h5:before {
  position: absolute;
  content: "●";
  color: #eec401;
  top: 0;
  left: 0;
}
.ttcspro_h6 {
  font-size: 2rem;
  position: relative;
  text-align: left;
  color: #09101a;
  font-weight: bold;
  max-width: 1000px;
  margin: 0 auto;
}
.ttcspro_h6.line span {
  background: #fff;
  padding-right: 3.5rem;
  display: inline-block;
  position: relative;
}
.ttcspro_h6.line:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #2a5ca4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
span.circle_num {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  border-radius: 22px;
  background: #eec401;
  background-size: contain;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
  font-style: normal;
}
.att {
  font-size: 1.6rem;
  color: #58616e;
  font-weight: normal;
}
.roundbox {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9;
}
.colorbox {
  background: #f0f7fa;
  border-radius: 3px;
  padding: 10px;
  position: relative;
}
.colorbox.arikui {
  padding-right: 17rem;
  overflow: hidden;
  background: #eec401;
}
.colorbox.arikui:after {
  content: "";
  position: absolute;
  width: 214px;
  height: 157px;
  background: url(../img/support/arikui3.png) 0 0 no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
}
.colorbox .innerbox {
  background: #fff;
  border-radius: 2px;
  padding: 2rem 3.4rem 3rem;
}
.icon_ideal {
  background: url(../img/icon_ideal.png) 0 50% no-repeat;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 3rem;
}
.icon_modal a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #09101a;
  padding-bottom: 3px;
  border-bottom: 1px solid #09101a;
  margin-right: 3px;
  line-height: 1;
}
.icon_modal img {
  vertical-align: middle;
}
.icon_column {
  background: url(../img/icon_building.png) 0 50% no-repeat;
  background-size: contain;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 6rem;
  color: #eec401;
}
.icon_house {
  background: url(../img/icon_house.png) 0 1px no-repeat;
  padding-left: 3rem;
}
.icon_house {
  width: 15em;
}
.icon_doc {
  font-size: 1.8rem;
  font-weight: bold;
  background: url(../img/icon_doc.png) 0 50% no-repeat;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}
.icon_blank {
  margin-right: 1rem;
  position: relative;
}
.icon_blank:after {
  background: url(../img/icon_window.png) 100% 50% no-repeat;
  padding-right: 0.5rem;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.icon_examination {
  position: relative;
}
.icon_examination:after {
  background: url(../img/icon_examination.png) 0 0 no-repeat;
  display: inline-block;
  content: "";
  width: 58px;
  height: 58px;
  right: -8px;
  top: -29px;
  position: absolute;
}
.pagenav {
  justify-content: center;
  margin: 70px auto 65px;
  max-width: 800px;
}
.pagenav li {
  margin: 0 30px;
}
.pagenav li.grid-4 {
  max-width: 230px;
}
.pagenav li.grid-6 {
  max-width: 300px;
}
.pagenav .arw_btm {
  display: inline-block;
  padding: 1.45rem 5rem 1.55rem 2.5rem;
  background: #fff url(../img/icon_arrow_down.png) no-repeat;
  background-position: right 11px center;
  border: 1px solid #4982cf;
  border-radius: 24px;
  line-height: 1;
  text-align: center;
  width: 100%;
  color: #09101a !important;
  font-size: 1.6rem;
}
/* header */
#ttcs_header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  z-index: 60;
}
#ttcs_header .ttcs_headerbox {
  max-width: 1350px;
  margin: 0 auto;
}
#ttcs_header .header-inner {
  justify-content: space-between;
}
#ttcs_header .logo {
  max-width: 19.63%;
  border-right: 1px solid #58616e;
  position: relative;
  z-index: 10;
  background: #2a6cbe;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#ttcs_header .logo .shiroari {
  padding: 1rem 10%;
  margin-bottom: 0;
  line-height: 1;
  font-size: 0px;
  background-color: #fff;
  width: 100%;
}
#ttcs_header .logo h1 {
  background: #2a6cbe;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  padding: 0.6rem 1.2rem 0.8rem;
  letter-spacing: 0.05em;
  margin: auto;
}
#ttcs_header .nav {
  flex-grow: 2;
  margin-top: 4.2rem;
}
#ttcs_header .nav > ul {
  width: 100%;
  display: table;
}
#ttcs_header .nav > ul > li {
  text-align: center;
  padding: 15px 0 15px;
  line-height: 23px;
  display: table-cell;
  float: none;
}
#ttcs_header .nav > ul > li:last-child {
  padding-right: 0;
}
#ttcs_header .nav > ul > li:not(:first-child) > a {
  border-left: 2px solid #58616e;
}
#ttcs_header .nav > ul > li > a {
  font-weight: bold;
  color: #09101a;
  position: relative;
  padding: 0 10px;
  display: block;
}
#ttcs_header .nav > ul > li:first-child > a {
  padding: 0 30px;
}
#ttcs_header #pcNav > ul > li.level1 > a.has-children > span:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  height: 5px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: width,background;
  transition-property: width,background;
  width: 9px;
  background: url(../../img/common/nav_arw.png) 0 0 no-repeat;
}
@media screen and (max-width: 1300px) {
  #ttcs_header .nav > ul > li:first-child > a {
    padding: 0 10px;
  }
  #ttcs_header .logo h1 {
    font-size: 1.9vw;
    padding: 0 1% 3%;
  }
}
#ttcs_header .nav > ul > li > a:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 9px;
  height: 5px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: width,background;
  transition-property: width,background;
  background: url(../../img/common/nav_arw.png) 0 0 no-repeat;
}
#ttcs_header .nav > ul > li > a span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}
#ttcs_header .nav a:hover span {
  color: #00a0d9;
  position: relative;
}
#ttcs_header .nav a:hover span:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00a0d9;
}
#ttcs_header .nav a.is_active {
  color: #00a0d9;
}
#ttcs_header .ogc_logo {
  max-width: 1350px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#ttcs_header .ogc_logo p img {
  width: 247px;
  margin: 10px 30px 0 0;
}
#ttcs_header .level1 .is-hidden {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 95px !important;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 80;
  text-align: left;
  padding: 40px 0;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #004ea2;
}
#ttcs_header .is-hidden .inner_wdt {
  align-items: center;
}
#ttcs_header .is-hidden .arw {
  border-bottom: none !important;
  display: inline;
}
#ttcs_header .is-hidden .category_ttl .arw:before {
  top: auto;
  bottom: 10px;
  width: 16px;
  height: 25px;
  right: -10px;
}
#ttcs_header .is-hidden .category_ttl {
  font-size: 32px;
  line-height: 1.625;
  font-weight: bold;
  width: 30%;
}
#ttcs_header .is-hidden .category_menu {
  border-left: 1px solid #004ea2;
  padding: 0  0 0 50px;
  width: 70%;
}
#ttcs_header .is-hidden .category_menu .arw.right {
  padding-right: 14px;
}
#ttcs_header .is-hidden .category_menu .arw.right:before {
  top: auto;
  width: 6px;
  height: 11px;
  bottom: 5px;
}
#ttcs_header .is-hidden .category_menu .title {
  display: block;
  margin-bottom: 18px;
}
#ttcs_header .is-hidden .category_menu .title a {
  display: inline;
}
#ttcs_header .is-hidden .category_menu .photo {
  display: block;
  margin-bottom: 18px;
}
#ttcs_header .is-hidden .category_menu > .col:first-child {
  padding: 0 25px 0 0;
}
#ttcs_header .is-hidden .category_menu > .col:last-child {
  padding: 0 0 0 25px;
}
#ttcs_header .is-hidden .children {
  margin-top: 20px;
}
#ttcs_header .is-hidden .children li {
  margin-bottom: 10px;
  font-weight: normal;
}
#ttcs_header .is-hidden .children li .new {
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
#ttcs_header .is-hidden .children li .new:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f9074b;
  color: #fff;
  content: "NEW";
  font-size: 12px;
  padding: 5px 7px 0px 7px;
  line-height: 1;
  margin: auto 0;
}
#ttcs_header .is-hidden .category_menu .side {
  display: flex;
}
#ttcs_header .is-hidden .category_menu .side li:first-child {
  margin-right: 4rem;
}
#spNav {
  display: none;
}
/* footer */
#footer {
  margin-top: 0;
}
#totop {
  z-index: 90;
}
/* content */
.mainWrapper {
  position: relative;
}
body .mainWrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 495px;
  background: url(../img/bg_ttl.png) 50% 50% no-repeat;
  background-size: cover;
}
#topimgWrapper {
  padding-top: 218px;
  padding-bottom: 0;
}
#topimgWrapper {
  position: relative;
}
#topimgWrapper:before {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 170px;
  width: 100%;
  height: 1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  top: 15px;
  left: 0;
  z-index: 50;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
}
section.container {
  padding-top: 6rem;
  padding-bottom: 9rem;
}
#topimgWrapper .roundbox {
  border-radius: 10px 10px 0 0;
}
body:not(#top) #topimgWrapper + section.container {
  padding-top: 6.5rem;
  background: #fff;
  position: relative;
}
#guarantee #topimgWrapper:before {
  content: "New Guarantee";
}
#support #topimgWrapper:before {
  content: "Support";
}
#ttcsdwnld #topimgWrapper:before {
  content: "Download";
}
#apdetail #topimgWrapper:before {
  content: "Application";
}
#campaign #topimgWrapper:before {
  content: "Promotion";
}
#dwnld_document,
#apdetail_type {
  background: #e6f0f5;
}
.nobrd {
  border: 0 !important;
}
/* top */
#top .container {
  padding: 0 15px;
}
#top .mainWrapper {
  background: #00a0d9;
}
#top #topimgWrapper {
  background: url(../img/top/bg_ttl.png) 50% 50% no-repeat;
  background-size: cover;
  height: 800px;
  padding-top: 40px;
}
#top #topimgWrapper .ttcspro_h3 {
  font-size: 7rem;
  line-height: 1;
}
#top #topimgWrapper .ttcspro_h3 .lead:before,
#top #topimgWrapper .ttcspro_h3 .lead:after {
  top: 2px;
}
#top #topimgWrapper .inner_wdt {
  position: relative;
  height: 100%;
}
#top #topimgWrapper .row {
  justify-content: center;
}
#top #topimgWrapper .plan > li {
  padding: 0 5px;
}
#top #topimgWrapper .feature > li {
  padding: 0 11px;
}
#top #topimgWrapper .inner_wdt:before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: -135px;
  width: 306px;
  height: 315px;
  background: url(../img/top/arikui1.png) 0 0 no-repeat;
  background-size: contain;
}
#top #topimgWrapper .inner_wdt:after {
  content: "";
  position: absolute;
  bottom: 23px;
  right: -126px;
  width: 300px;
  height: 352px;
  background: url(../img/top/arikui2.png) 0 0 no-repeat;
  background-size: contain;
}
#top #topimgWrapper p {
  line-height: 1.58;
}
#top #topic {
  padding-top: 4.5rem;
}
#topic .topics {
  background: #fff;
  padding: 3rem 2.3rem;
  border-radius: 3px;
  border-left: 1px solid #4982cf;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
#topic h2 {
  margin-right: 1em;
  max-width: 10.7rem;
}
#topic .topics .col:last-child {
  border-left: 1px dashed #d0d5db;
  padding-left: 2rem;
  flex-grow: 2;
}
#topic .col:last-child dl {
  position: relative;
  margin: 6px 0;
  width: 100%;
}
#topic .col:last-child dl dt {
  position: absolute;
  width: 8.5rem;
  color: #58616e;
  font-size: 1.2rem;
}
#topic .col:last-child dl dd {
  border-bottom: 1px solid #d0d5db;
  padding-left: 8.5rem;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  width: 100%;
  font-size: 1.4rem;
}
#topic .col:last-child dl dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#topic .col:last-child dl dd span.link {
  display: block;
  background: url(../img/icon_arrow.png) 100% 50% no-repeat;
  background-size: 6px 10px;
  border-bottom: none;
  padding-right: 20px;
}
#topic .col:last-child dl dd span.new {
  display: block;
  position: relative;
  padding-left: 40px;
}
#topic .col:last-child dl dd span.new:before {
  position: absolute;
  content: "NEW";
  color: #fff;
  background-color: #00a0d9;
  left: 0;
  top: 0;
  font-size: 12px;
  padding: 0 5px 2px;
}
#menu .menu {
  justify-content: center;
}
#menu li {
  width: 24%;
  max-width: 240px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#menu li a {
  display: block;
  height: 100%;
  padding: 2rem 1.5rem;
  color: #09101a;
  font-weight: bold;
  line-height: 1;
}
#menu li a .icon {
  display: inline-block;
  margin-bottom: 13px;
}
#menu li.kentou {
  position: relative;
}
#menu li.kentou:after {
  content: "";
  position: absolute;
  right: -30px;
  top: -20px;
  background: url(../img/icon_kentou.png) 0 0 no-repeat;
  background-size: contain;
  width: 77px;
  height: 77px;
}
/* merit */
.merit_termites_box1_1 {
  padding-left: 5.7rem;
}
.merit_termites_box1 .ttcspro_h4_circle span {
  vertical-align: middle;
}
.merit_termites_box1 table {
  width: 100%;
  margin-bottom: 5.6rem;
}
.merit_termites_box1 table th,
.merit_termites_box1 table td {
  padding: 3rem 4rem;
  position: relative;
  vertical-align: top;
}
.merit_termites_box1 table th {
  padding-left: 7.2rem;
  border-top: #2a6cbe solid 1px;
  position: relative;
}
.merit_termites_box1 table th .roundTtl span.ttl {
  font-size: 2.2rem;
  position: absolute;
  top: 4rem;
  left: 2.5rem;
  width: 1em;
  line-height: 1;
  text-align: center;
  background: linear-gradient(to bottom, #59d2ff, #3c8ce7, #59d2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.merit_termites_box1 table tr:last-child th {
  border-bottom: #2a6cbe solid 1px;
  max-width: 385px;
}
.merit_termites_box1 table th:before,
.merit_termites_box1 table th:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.merit_termites_box1 table th:after {
  top: auto;
  bottom: 0;
}
.merit_termites_box1 table th {
  background: #e7f4fe;
}
.merit_termites_box1 table td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.merit_termites_box1 table th h4 {
  background: #e7f4fe;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.merit_termites_box1 table th h4 sup {
  font-size: 1.6rem;
}
.merit_termites_box2 table tr.line_top {
  border: 4px solid #fff100;
  border-bottom: 0;
}
.merit_termites_box2 table tr.line_bottom {
  border: 4px solid #fff100;
  border-top: 0;
}
.merit_termites_box2 table th,
.merit_termites_box2 table td {
  vertical-align: middle;
  width: 25%;
}
.merit_termites_box2 table td {
  font-size: 1.9rem;
  font-weight: bold;
}
.merit_termites_box2 .plan_photo img {
  border-radius: 10px;
}
.merit_termites_box2 #termiteplan {
  display: block;
}
.merit_termites_box2 #termiteplan .col:first-child {
  float: right;
}
.merit_termites_box2 #termiteplan .col:last-child {
  float: left;
}
.merit_termites_box2 #termiteplan .col:first-child {
  padding-left: 32.5px;
  padding-right: 0;
}
.merit_termites_box2 #termiteplan .col:last-child {
  padding-right: 32.5px;
  padding-left: 0;
}
#merit_technology {
  background: #00a0d9;
  overflow: hidden;
}
#merit_technology .works {
  max-width: 1000px;
  margin: 0 auto;
}
#merit_technology .works .inner {
  background: #fff url(../img/support/bg_woks01.png) right 32px bottom 40px no-repeat;
  max-width: 790px;
  border-radius: 10px;
  z-index: 1;
  padding: 6rem 3rem 5.4rem;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
#merit_technology .works.woks02 .inner {
  background: #fff url(../img/support/bg_woks02.png) left 32px bottom 40px no-repeat;
  margin-left: 18rem;
  padding: 7rem 3rem 5.4rem 8rem;
  position: relative;
}
#merit_technology .woks01 .inner:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: -500px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#merit_technology .woks01 .inner:after {
  position: absolute;
  content: "";
  background: url(../img/support/arikui1.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 25px;
  right: -280px;
  width: 258px;
  height: 304px;
}
#merit_technology .woks02 .inner:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  right: -500px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#merit_technology .woks02 .inner:after {
  position: absolute;
  content: "";
  background: url(../img/support/arikui2.png) 0 0 no-repeat;
  background-size: 100% auto;
  top: 43px;
  left: -300px;
  width: 251px;
  height: 258px;
}
#merit_sample {
  display: none;
  background: #e6f0f5;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(73, 130, 207, 0.08);
  padding-top: 3rem;
}
#merit_sample .inner {
  position: relative;
}
#merit_sample .inner:before {
  position: absolute;
  content: "";
  background: #e6f0f5 url(../img/support/arikui2.png) 0 0 no-repeat;
  width: 251px;
  height: 258px;
  top: 0;
  left: -193px;
}
#merit_sample .ttcspro_h3 .lead {
  padding: 0 2.5rem;
}
#merit_sample .ttcspro_h3 .lead:before,
#merit_sample .ttcspro_h3 .lead:after {
  height: 25px;
  border-left: 3px solid #2a6cbe;
}
#merit_recruit,
#apdetail_procedure {
  background: #e6f0f5;
}
#merit_recruit .photo {
  position: absolute;
  right: 60px;
  top: 85px;
}
.merit_recruit_faq dt {
  padding: 2.2rem 4rem 3.4rem 7rem;
  background: url(../img/icon_faq_q.png) 20px 17px no-repeat;
}
.merit_recruit_faq dd {
  padding: 3rem 4rem 3rem 7rem;
  border-radius: 5px;
  background: #fff url(../img/icon_faq_a.png) 20px 26px no-repeat;
}
.merit_recruit_faq_lead {
  background: #eec401;
  color: #d9004d;
  font-weight: bold;
  text-align: center;
  margin: 1rem -2rem;
  padding: 1.5rem 1.5rem 2rem;
  line-height: 1;
  position: relative;
}
.merit_recruit_faq_lead:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 17px;
  bottom: -17px;
  left: 0;
  background: url(../img/squareTtl2_left.png) 0 0 no-repeat;
  background-size: contain;
}
.merit_recruit_faq_lead:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 17px;
  bottom: -17px;
  right: 0;
  background: url(../img/squareTtl2_right.png) right 0 no-repeat;
  background-size: contain;
}
#merit_recruit .example dl {
  background: #00a0d9;
  color: #fff;
  border-radius: 10px;
  max-width: 735px;
  margin: 0 auto;
  padding: 2rem 3rem 3rem;
}
#merit_recruit .example dl dt {
  text-align: center;
}
#merit_recruit .example dl dt span {
  display: inline-block;
  border-bottom: 2px solid #fff;
  line-height: 1;
  padding: 0 0.3rem 1.3rem;
  margin-bottom: 2rem;
}
#merit_recruit .example ul.disc li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  top: 12px;
  bottom: 0;
  position: absolute;
  left: 0;
}
/* download */
#ttcsdwnld .dwnlds_list {
  flex-wrap: wrap;
  align-items: stretch;
}
#ttcsdwnld .dwnlds_list li {
  border-bottom: 1px solid #e6f0f5;
}
#ttcsdwnld .inner {
  position: relative;
  z-index: 1;
}
#ttcsdwnld .dwnlds_list a {
  display: block;
  border-bottom: 0 !important;
  padding: 3rem 3rem 7rem;
  position: relative;
  text-align: center;
  height: 100%;
}
#ttcsdwnld .dwnlds_list a:hover {
  box-shadow: 0px 1px 4px 0px rgba(73, 130, 207, 0.1), 0px 1px 20px 0px rgba(73, 130, 207, 0.2);
}
#ttcsdwnld .dwnlds_list a:after {
  width: 1px;
  height: 93.5%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px dotted #e6f0f5;
}
#ttcsdwnld .dwnlds_list li:nth-child(3n) a:after {
  display: none;
}
#ttcsdwnld .dwnlds_list a .photo,
#ttcsdwnld .dwnlds_list a h4 {
  display: block;
  max-width: 267px;
  margin: 0 auto;
}
#ttcsdwnld .dwnlds_list a .photo {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
#ttcsdwnld .dwnlds_list a h4 {
  width: 100%;
  text-align: left;
}
#ttcsdwnld .dwnld_catalog h3.ttcspro_h3 {
  border-bottom: 1px solid #e6f0f5;
  margin-bottom: 0;
}
#dwnld_document h3.ttcspro_h3,
#dwnld_document .dwnlds_list li {
  border-bottom: 1px solid #fff;
}
#dwnld_document .dwnlds_list a:after {
  width: 1px;
  height: 93.5%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px dotted #fff;
}
.dwnlds_list li {
  position: relative;
}
.dwnlds_list a {
  border-bottom: 0 !important;
}
.dwnlds_list a .ttl {
  display: inline-block;
  padding-left: 14px;
  background: url(../img/icon_arrow.png) no-repeat left 10px;
  background-size: 6px 10px;
}
.dwnlds_list a .ttl span {
  position: relative;
}
.dwnlds_list a[href$=".xls"] .ttl span:after,
.dwnlds_list a[href$=".xlsx"] .ttl span:after {
  position: absolute;
  content: "";
  right: -14px;
  width: 11px;
  height: 13px;
  background: url(../img/icon-excel.png) no-repeat 0 0;
  bottom: 5px;
}
.dwnlds_list a[href$=".pdf"] .ttl span:after {
  position: absolute;
  content: "";
  right: -14px;
  width: 11px;
  height: 14px;
  background: url(../img/icon-pdf.png) no-repeat 0 0;
  bottom: 5px;
}
.dwnlds_list a.icon_modal .ttl span:after {
  position: absolute;
  content: "";
  right: -17px;
  width: 14px;
  height: 14px;
  background: url(../img/icon_modal.png) no-repeat 0 0;
  bottom: 5px;
}
.dwnlds_list .ttl span {
  border-bottom: 1px solid #09101a;
  color: #09101a;
}
.dwnlds_list a:hover .ttl span {
  border-bottom: 1px solid #4982cf;
  color: #4982cf;
}
.dwnlds_list .memo {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 2.2rem 6rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  max-width: 39.6rem;
}
.dwnlds_list .memo:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -14px;
}
#ttcsdwnld #guarantee_attention .inner {
  padding: 1rem;
}
#ttcsdwnld #guarantee_attention .inner_line {
  padding: 2.5rem 4rem;
  border-radius: 20px;
  position: relative;
  border: 4px solid #00a0d9;
}
#ttcsdwnld #guarantee_attention .inner_line p {
  padding-right: 240px;
}
#ttcsdwnld #guarantee_attention .inner:after {
  right: 0;
}
.dwnlds_list .ttl span {
  border-bottom: none;
}
#ttcsdwnld .dwnlds_list_movie div {
  display: block;
  border-bottom: 0 !important;
  padding: 3rem 3rem 7rem;
  position: relative;
  text-align: center;
  height: 100%;
}
#ttcsdwnld .dwnlds_list_movie div:after {
  width: 1px;
  height: 93.5%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px dotted #e6f0f5;
}
#ttcsdwnld .dwnlds_list_movie div .photo,
#ttcsdwnld .dwnlds_list_movie div h4 {
  display: block;
  max-width: 100%;
  margin: 0 auto 9px;
}
#ttcsdwnld .dwnlds_list_movie .photo {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#ttcsdwnld .dwnlds_list_movie div h4 {
  width: 100%;
  text-align: left;
}
.dwnlds_list_movie .ttl {
  display: inline-block;
  padding-left: 14px;
  background: url(../img/icon_arrow.png) no-repeat left 10px;
  background-size: 6px 10px;
}
.dwnlds_list_movie .ttl span {
  position: relative;
}
.dwnlds_list_movie .icon_modal .ttl span:after {
  position: absolute;
  content: "";
  right: -17px;
  width: 14px;
  height: 14px;
  background: url(../img/icon_modal.png) no-repeat 0 0;
  bottom: 5px;
}
.dwnlds_list_movie .icon_modal div {
  font-size: 1.6rem;
  font-weight: bold;
  color: #09101a;
  padding-bottom: 3px;
  border-bottom: 1px solid #09101a;
  margin-right: 3px;
  line-height: 1;
}
.dwnlds_list_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* apdetail */
#apdetail_intro .about_box {
  border: 4px solid #f0f7fa;
  border-radius: 3px;
  padding: 4rem;
  position: relative;
}
#apdetail_intro .about_box:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  background: url(../img/apdtl/bg_about_box.png) 0 0 no-repeat;
  width: 22px;
  height: 22px;
}
#apdetail_intro .about_box h4.icon_bank {
  background: url(../img/apdtl/icon_about1.png) 0 50% no-repeat;
  padding-left: 3.3rem;
}
#apdetail_intro .about_box h4.icon_company {
  background: url(../img/apdtl/icon_about2.png) 0 50% no-repeat;
  padding-left: 3.3rem;
}
#apdetail_intro .inner {
  position: relative;
}
#apdetail_intro .arikui1 {
  background: #e6f0f8;
  border-radius: 2rem;
  padding: 5rem 5rem 5rem;
  width: 74.5%;
  position: relative;
}
#apdetail_intro .inner:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 236px;
  height: 262px;
  content: "";
  background: url(../img/apdtl/arikui1.png) 100% 100% no-repeat;
  background-size: contain;
}
#apdetail_intro .arikui1:before {
  position: absolute;
  top: 25px;
  right: -17px;
  width: 17px;
  height: 34px;
  content: "";
  background: url(../img/apdtl/arikui_arw.png) 0 0 no-repeat;
}
/* #apdetail_type  */
#apdetail_type .ttcspro_h3_wrap {
  position: relative;
  z-index: 1;
}
#apdetail_type ul.pagenav {
  width: 52%;
  margin: 0 auto;
  justify-content: space-between;
}
#apdetail_type table.apdetailTypeTble th,
#apdetail_type table.apdetailTypeTble td {
  padding: 2rem 2rem;
  vertical-align: top;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}
#apdetail_type table.apdetailTypeTble th {
  background: #bcd5f5;
  border: 2px solid #e6f0f5;
  border-left: 0;
}
#apdetail_type table.apdetailTypeTble td {
  border: 2px solid #bcd5f5;
  background: #fff;
}
#apdetail_type table.apdetailTypeTble {
  width: 100%;
  background: #fff;
}
#apdetail_type .squareTtl_wrap .inner {
  position: relative;
  overflow: hidden;
}
#type01_5year > .inner:after,
#type02_5year > .inner:after {
  position: absolute;
  content: "";
  background: url(../img/apdtl/arikui2.png) 0 0 no-repeat;
  background-size: contain;
  width: 247px;
  height: 254px;
  right: -17px;
  bottom: -28px;
}
#type01_10year > .inner:after,
#type03_5year > .inner:after {
  position: absolute;
  content: "";
  background: url(../img/apdtl/arikui3.png) 0 0 no-repeat;
  background-size: contain;
  width: 244px;
  height: 292px;
  right: -44px;
  bottom: -59px;
}
/* apdetail_process */
#apdetail_process {
  background: #00a0d9;
}
#apdetail_process > .inner,
#apdetail_procedure > .inner {
  padding: 6rem 6rem 7rem !important;
}
/* #apdetail_doctable */
.apdetailTbl {
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}
.apdetailTbl th {
  background: #4982cf;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  font-size: 2.2rem;
  text-align: center;
  width: 12.6rem;
  padding: 0 4rem;
  line-height: 1.2;
}
.apdetailTbl td {
  background: #f0f7fa;
  border-bottom: 2px solid #fff;
  padding: 4rem 3.7rem;
}
.apdetailTbl td ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.apdetailTbl td ul li {
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.apdetailTbl td ul li a {
  display: block;
  background: #fff url(../img/icon_arrow_download.png) right 12px top 12px no-repeat;
  border-radius: 3px;
  border: 1px solid #2a6cbe;
  padding: 2rem 7rem 2rem 4rem;
  line-height: 1;
  color: #09101a !important;
}
#type01_doc:after {
  position: absolute;
  content: "";
  background: url(../img/apdtl/arikui4.png) 0 0 no-repeat;
  background-size: contain;
  width: 241px;
  height: 243px;
  right: -24px;
  bottom: -59px;
}
#type02_doc:after {
  position: absolute;
  content: "";
  background: url(../img/apdtl/arikui5.png) 0 0 no-repeat;
  background-size: contain;
  width: 241px;
  height: 275px;
  right: -18px;
  bottom: -73px;
}
#type03_doc:after {
  position: absolute;
  content: "";
  background: url(../img/apdtl/arikui2.png) 0 0 no-repeat;
  background-size: contain;
  width: 230px;
  height: 237px;
  right: -25px;
  bottom: -52px;
}
/* login */
html,
#login,
#login #frame-outer {
  height: 100%;
}
#login #frame-outer {
  padding-top: 0;
}
#login #ttcs_header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 10;
  justify-items: space-between;
  max-width: none;
}
#login #ttcs_header .logo {
  position: relative;
  width: 400px;
  height: 102px;
  background: #fff;
  background-size: contain;
  max-width: none;
  border: none;
  float: left;
  padding: 0 0 0 3.9rem;
  align-items: center;
}
#login #ttcs_header .logo:after {
  content: "";
  position: absolute;
  width: 46px;
  background: url(../img/login/bg_header.png) right 0 no-repeat;
  height: 100%;
  top: 0;
  right: -42px;
}
#login #ttcs_header .logo .shiroari {
  padding: 0;
}
#login #ttcs_header .ogc_logo {
  max-width: none;
  float: right;
  padding: 2.6rem 3.9rem 0 0;
}
#login .mainWrapper {
  background: url(../img/login/bg_login.png) 45% 50% no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 18rem;
}
#login .mainWrapper:before {
  display: none;
}
#login .inner {
  background: #fff url(../img/apdtl/arikui3.png) right -20px bottom -45px no-repeat;
  border-radius: 10px;
  padding: 6rem 6.5rem 4.2rem;
  max-width: 830px;
  position: relative;
  box-shadow: 0px 1px 4px 0px rgba(73, 130, 207, 0.1), 0px 1px 20px 0px rgba(73, 130, 207, 0.2);
}
#login .inner h1 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 1em;
  text-align: center;
  line-height: 0.7;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
  font-size: 36px;
  font-weight: bold;
}
#login .inner .login_lead {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2a6cbe;
}
#login .btn_dwld.login a {
  background: #4982cf;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 2rem 2rem 2rem 2rem;
  max-width: 282px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
#login .btn_dwld.login a:after {
  position: absolute;
  content: "";
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 36px;
  height: 36px;
  background: url(../img/login/arw.png) 0 0 no-repeat;
}
#login #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
#login #footer:before {
  content: "";
  position: absolute;
  top: -125px;
  width: 465px;
  height: 163px;
  right: 0;
  background: url(../img/login/bg_login2.png) 0 0 no-repeat;
}
#login #footer .ftr-nav {
  position: relative;
  z-index: 5;
}
#new_guarantee h3.arikui {
  position: relative;
}
#new_guarantee h3.arikui:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/guarantee/arikui1.png) 0 0 no-repeat;
  background-size: contain;
  width: 240px;
  height: 282px;
}
#new_guarantee .new_guarantee_point dl {
  position: relative;
}
#new_guarantee .new_guarantee_point dl:before {
  position: absolute;
  content: "";
  width: 113px;
  height: 113px;
  top: -45px;
  z-index: 10;
}
#new_guarantee .new_guarantee_point dl:first-child {
  padding-right: 28px;
}
#new_guarantee .new_guarantee_point dl:first-child:before {
  background: url(../img/guarantee/ttl_mark_01_old_plan.png) 0 0 no-repeat;
  background-size: contain;
  left: -20px;
}
#new_guarantee .new_guarantee_point dl:first-child:after {
  position: absolute;
  content: "";
  background: url(../img/guarantee/arw_plan.png) 50% 45% no-repeat;
  background-size: contain;
  right: -20px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 33px;
  margin: auto;
}
#new_guarantee .new_guarantee_point dl:last-child {
  padding-left: 28px;
}
#new_guarantee .new_guarantee_point dl:last-child:before {
  background: url(../img/guarantee/ttl_mark_01_new_plan.png) 0 0 no-repeat;
  background-size: contain;
  left: 0px;
}
.new_guarantee_point > dl > dt {
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  /* 左上、右上、右下、左下 */
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 8rem;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.555;
}
.new_guarantee_point > dl > dt:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
.new_guarantee_point > dl.blue > dt {
  background: #4982cf;
}
.new_guarantee_point > dl.blue > dt:after {
  border-top: 16px solid #4982cf;
}
.new_guarantee_point > dl.orange > dt {
  background: #eec401;
}
.new_guarantee_point > dl.orange > dt:after {
  border-top: 16px solid #eec401;
}
.new_guarantee_point > dl > dd {
  border-radius: 0 0 5px 5px;
  /* 左上、右上、右下、左下 */
  padding: 2.6rem 2rem 1.8rem 14.3rem;
  font-weight: bold;
  line-height: 1.556;
  min-height: 12.8rem;
  font-size: 1.8rem;
}
.new_guarantee_point > dl.blue > dd {
  background: #f0f7fa url(../img/guarantee/ttl_mark_01_old_plan_bg.png) 0 bottom no-repeat;
}
.new_guarantee_point > dl.orange > dd {
  background: #fbf4d3 url(../img/guarantee/ttl_mark_01_new_plan_bg.png) 0 bottom no-repeat;
  padding-left: 14rem;
}
#about_guarantee {
  background: #e6f0f5;
}
#about_guarantee .new_guarantee_point > dl.orange > dt {
  padding: 0 10px;
  line-height: 1.3;
  font-size: 2rem;
}
#about_guarantee .new_guarantee_point > dl.orange > dt {
  min-height: 10rem;
}
#about_guarantee dl.price {
  background: #fff;
  justify-content: space-between;
  border-radius: 6px;
  padding: 0.1rem 2rem 0.1rem;
  margin-bottom: 1rem;
  align-items: center;
}
#about_guarantee dl.price dd:last-child {
  flex-grow: 2;
  text-align: right;
}
#about_guarantee .price2 > dl > dd {
  background: #fff;
  padding: 3rem;
}
#about_guarantee .price2 dl dl {
  background: #e6f0f5;
  border-radius: 6px;
  padding: 3rem;
  text-align: center;
}
#about_guarantee .price2 dl dl dt {
  line-height: 1.25;
}
#about_guarantee .arikui2 {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 5rem 3rem;
  width: 72%;
  position: relative;
}
#about_guarantee .arikui2:before {
  position: absolute;
  top: -15px;
  right: -230px;
  width: 200px;
  height: 202px;
  content: "";
  background: url(../img/guarantee/arikui2.png) right bottom no-repeat;
  background-size: contain;
}
#about_guarantee .arikui2:after {
  position: absolute;
  top: 25px;
  right: -17px;
  width: 17px;
  height: 34px;
  content: "";
  background: url(../img/guarantee/arikui_arw.png) 0 0 no-repeat;
  background-size: contain;
}
#about_guarantee .new_guarantee_point > dl.mark {
  position: relative;
}
#about_guarantee .new_guarantee_point > dl.mark > dt {
  padding-left: 45px;
}
#about_guarantee .new_guarantee_point > dl.mark:before {
  background: url(../img/guarantee/ttl_mark_03.png) 0 0 no-repeat;
  background-size: contain;
  left: -20px;
  position: absolute;
  content: "";
  width: 113px;
  height: 113px;
  top: -45px;
  z-index: 10;
}
#about_guarantee .new_guarantee_point > dl.orange > dd {
  min-height: 21.8rem;
  font-size: 2rem;
}
#about_guarantee .new_guarantee_point > dl.orange:first-child > dd {
  background: #fbf4d3 url(../img/guarantee/about_guarantee01_bg.png) left 9px bottom 22px no-repeat;
  padding-left: 16rem;
}
#about_guarantee .new_guarantee_point > dl.orange:first-child {
  padding-right: 1.5rem;
}
#about_guarantee .new_guarantee_point > dl.orange:last-child {
  padding-left: 1.5rem;
}
#about_guarantee .new_guarantee_point > dl.orange:last-child > dd {
  background: #fbf4d3 url(../img/guarantee/about_guarantee02_bg.png) left 9px bottom 22px no-repeat;
  padding-left: 17.5rem;
}
#about_guarantee .new_guarantee_point.price2 {
  background: url(../img/guarantee/about_guarantee01_plus.png) 50% 0px no-repeat;
  padding-top: 60px;
}
#price_guarantee .defaultTbl tr:first-child th {
  font-size: 2rem;
}
#price_guarantee .defaultTbl tr:first-child th:first-child {
  width: 24.5%;
}
#price_guarantee .defaultTbl td strong {
  font-size: 2.8rem;
}
#price_guarantee .arikui3 {
  padding: 2.5rem;
}
#price_guarantee .arikui3 .col:last-child {
  min-width: 345px;
  position: relative;
}
#price_guarantee .arikui3 .col:last-child:after {
  position: absolute;
  content: "";
  bottom: 8px;
  right: 50px;
  background: url(../img/guarantee/arikui4.png) 0 0 no-repeat;
  background-size: contain;
  width: 150px;
  height: 178px;
}
#price_guarantee .arikui3 .fukidashi {
  background: url(../img/guarantee/fukidashi.png) 0 0 no-repeat;
  background-size: contain;
  padding: 1.7rem 2rem 6rem;
  line-height: 1.6;
}
#guarantee_attention {
  background: #00a0d9;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
#guarantee_attention .inner {
  background: #fff;
  padding: 3.5rem 5rem;
  border-radius: 20px;
  position: relative;
  min-height: 26.3rem;
}
#guarantee_attention .inner:after {
  position: absolute;
  background: url(../img/guarantee/arikui5.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  bottom: 0;
  right: 40px;
  width: 306px;
  height: 320px;
  z-index: 1;
}
#support #sales_tool .inner_wdt {
  position: relative;
}
#support #sales_tool .inner_wdt:before {
  position: absolute;
  content: "";
  background: url(../img/guarantee/arikui1.png) right 0 no-repeat;
  background-size: contain;
  width: 218px;
  height: 256px;
  right: -115px;
  top: 100px;
}
#support #sales_tool .arw:before {
  width: 6px;
  height: 10px;
}
#support #merit_recruit .kentou {
  position: relative;
}
#support #merit_recruit .kentou:after {
  content: "";
  position: absolute;
  right: -100px;
  top: -20px;
  background: url(../img/icon_kentou.png) 0 0 no-repeat;
  width: 77px;
  height: 77px;
}
#support .recruit_point .col:first-child {
  margin-right: 20px;
}
#support .recruit_point .col:last-child {
  margin-left: 20px;
}
#support .recruit_point dt {
  border: 4px solid #00a0d9;
  color: #00a0d9;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  width: 83px;
  height: 83px;
  margin: 0 auto -41.5px;
  position: relative;
  z-index: 10;
  background: #fff;
  line-height: 1.1;
  padding: 15px 5px 0 0;
  font-style: italic;
}
#support .recruit_point dt span {
  font-size: 2.7rem;
}
#support .recruit_point dd {
  background: #00a0d9;
  color: #fff;
  border-radius: 5px;
  padding: 5rem 4rem 2rem;
}
#campaign .comingsoon {
  border: 5px solid #4982cf;
  color: #4982cf;
  text-align: center;
  max-width: 300px;
  font-size: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
#campaign .comming {
  padding: 0 0 4rem;
}
#campaign .arikui1 {
  background: #e6f0f8;
  border-radius: 2rem;
  padding: 5rem 5rem 5rem;
  width: 62%;
  margin-left: 10%;
  position: relative;
}
#campaign .arikui1:after {
  position: absolute;
  bottom: -40px;
  right: -250px;
  width: 236px;
  height: 222px;
  content: "";
  background: url(../img/campaign/arikui1.png) 100% 0% no-repeat;
  background-size: 236px auto;
}
#campaign .arikui1:before {
  position: absolute;
  top: 25px;
  right: -17px;
  width: 17px;
  height: 34px;
  content: "";
  background: url(../img/apdtl/arikui_arw.png) 0 0 no-repeat;
}
/* campaign movie */
html,
body.playMovie,
.playMovie .mm-page {
  height: 100%;
}
body.playMovie {
  overflow: hidden;
}
#movie_wrap {
  padding-bottom: 70px;
}
#frame-movie {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  background: #000 center center no-repeat;
  z-index: 99999;
  color: #fff;
}
body.playMovie #frame-movie {
  display: block;
}
#frame-movie a {
  color: #fff;
}
#frame-movie #info_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  z-index: 100;
}
#frame-movie #info_movie p {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  height: 4em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#frame-movie #info_movie a {
  text-decoration: underline;
}
#frame-movie #info_movie a:hover {
  text-decoration: none;
}
#frame-movie .btn-skip {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 120px;
  padding: 15px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #4982cf;
}
#frame-movie .btn-skip a {
  display: inline-block;
  color: #fff;
}
#frame-movie .btn-skip a:hover {
  text-decoration: none;
}
#frame-movie #movie_wrap,
#frame-movie video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #frame-movie #info_movie p {
    font-size: 20px;
    font-size: 2rem;
    height: 5em;
  }
  #frame-movie .btn-skip {
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#type01_10year .squareTtl span.lead,
#type01_10year .borderLeftBox {
  background-color: #4fb113;
}
#type01_10year .ttcspro_h5:before {
  color: #4fb113;
}
#type01_10year .squareTtl span.lead:before {
  background: url(../img/squareTtl_left_green.png) 0 0 no-repeat;
}
#type02_5year .squareTtl span.lead,
#type02_5year .borderLeftBox {
  background-color: #004ea2;
}
#type02_5year .ttcspro_h5:before {
  color: #004ea2;
}
#type02_5year .squareTtl span.lead:before {
  background: url(../img/squareTtl_left_dblue.png) 0 0 no-repeat;
}
#type03_5year .squareTtl span.lead,
#type03_5year .borderLeftBox {
  background-color: #d9004d;
}
#type03_5year .ttcspro_h5:before {
  color: #d9004d;
}
#type03_5year .squareTtl span.lead:before {
  background: url(../img/squareTtl_left_pink.png) 0 0 no-repeat;
}
#training .squareTtl span.lead,
#training .merit_recruit_faq_lead {
  background-color: #f7c8dd;
}
#training .squareTtl span.lead:before {
  background: url(../img/squareTtl_left_pink.png) 0 0 no-repeat;
}
#training .merit_recruit_faq_lead:before {
  background: url(../img/squareTtl2_left_pink.png) 0 0 no-repeat;
}
#training .merit_recruit_faq_lead:after {
  background: url(../img/squareTtl2_right_pink.png) right 0 no-repeat;
}
#training .merit_recruit_faq dt {
  background: url(../img/icon_faq_q_pred.png) 20px 17px no-repeat;
}
#training .merit_recruit_faq dd {
  padding: 2rem 4rem 3rem 7rem;
  background: url(../img/icon_faq_a_pred.png) 20px 17px no-repeat;
}
#training ul.num li span {
  color: #d9004d;
}
@media screen and (max-width: 1120px) {
  #ttcs_header .nav > ul > li > a span {
    font-size: 1.3vw;
  }
}
#ttcs_movie #topimgWrapper:before {
  content: "Lecture";
}
#ttcs_movie #topimgWrapper .ttcspro_h2:before {
  content: "Lecture";
}
#ttcs_movie .top_txt {
  position: relative;
}
#ttcs_movie .top_txt:before {
  position: absolute;
  content: "";
  background: url(../img/movie/arikui4.png) right 0 no-repeat;
  background-size: contain;
  width: 218px;
  height: 220px;
  right: -80px;
  top: -30px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  #ttcs_movie .top_txt:before {
    right: 200px;
    top: 100px;
  }
  #ttcs_movie .top_note {
    margin-top: 230px;
  }
}
#ttcs_movie .movie_list {
  flex-wrap: wrap;
  align-items: stretch;
}
#ttcs_movie .movie_list li {
  border-bottom: 1px solid #e6f0f5;
}
#ttcs_movie .inner {
  position: relative;
  z-index: 1;
}
#ttcs_movie .movie_list a {
  display: block;
  border-bottom: 0 !important;
  padding: 3rem 3rem 7rem;
  position: relative;
  text-align: center;
  height: 100%;
}
#ttcs_movie .movie_list a:hover {
  box-shadow: 0px 1px 4px 0px rgba(73, 130, 207, 0.1), 0px 1px 20px 0px rgba(73, 130, 207, 0.2);
}
#ttcs_movie .movie_list a:after {
  width: 1px;
  height: 93.5%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px dotted #e6f0f5;
}
#ttcs_movie .movie_list li:nth-child(3n) a:after {
  display: none;
}
#ttcs_movie .movie_list a .photo,
#ttcs_movie .movie_list a h4 {
  display: block;
  max-width: 267px;
  margin: 0 auto;
}
#ttcs_movie .movie_list a h4 {
  width: 100%;
  text-align: left;
}
.movie_list li {
  position: relative;
}
.movie_list a {
  border-bottom: 0 !important;
}
.movie_list a .ttl {
  display: inline-block;
  padding-left: 14px;
  background: url(../img/icon_arrow.png) no-repeat left 10px;
  background-size: 6px 10px;
}
.movie_list a .ttl span {
  position: relative;
}
.movie_list .ttl span {
  border-bottom: 1px solid #09101a;
  color: #09101a;
}
.movie_list .ttl span {
  border-bottom: none;
}
#ttcs_movie .movie_list_movie div {
  display: block;
  border-bottom: 0 !important;
  padding: 3rem 3rem 7rem;
  position: relative;
  text-align: center;
  height: 100%;
}
#ttcs_movie .movie_list_movie div:after {
  width: 1px;
  height: 93.5%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px dotted #e6f0f5;
}
#ttcs_movie .movie_list_movie div .photo,
#ttcs_movie .movie_list_movie div h4 {
  display: block;
  max-width: 100%;
  margin: 0 auto 9px;
}
#ttcs_movie .movie_list_movie .photo {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#ttcs_movie .movie_list_movie div h4 {
  width: 100%;
  text-align: left;
}
.movie_list_movie .ttl span {
  position: relative;
}
.movie_list_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#support #frame-outer .row {
  flex-wrap: wrap;
}
#support .pagenav .arw_btm {
  margin-bottom: 2rem;
}
#support .pagenav .mr0 {
  margin-right: 0;
}
#ttcs_movie .desc {
  margin-left: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #ttcs_movie .desc {
    margin-left: 0;
  }
}
