
/*---------------------------------------------
 generic  class
---------------------------------------------*/
.txtB {
  font-weight: bold !important;
}

.txtN {
  font-weight: normal !important;
}

.layoutC {
  text-align: center !important;
}

.layoutL {
  text-align: left !important;
}

.layoutR {
  text-align: right !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh1_3 {
  line-height: 1.375 !important;
}

.lh1_5 {
  line-height: 1.5 !important;
}

.lh1_7 {
  line-height: 1.75 !important;
}

.tdN {
  text-decoration: none !important;
}

.linkColor {
  font-weight: bold;
  text-decoration: underline;
  color: #3f6974 !important;
}

.linkColor.pdf {
  margin-right: 5px;
  padding-right: 20px;
  background: url(../image/icon_pdf.png) right center no-repeat;
}

.linkColor.target {
  margin-right: 5px;
  padding-right: 15px;
  background: url(../image/icon_target_blank.png) right center no-repeat;
  background-size: 10px 10px;
}

.linkColor.pc {
  margin-right: 5px;
  padding-right: 20px;
  background: url(../image/sp_icon_pc_link.png) right center no-repeat;
}

.ls-1 {
  letter-spacing: -1px;
}
.ls0 {
  letter-spacing: .0em;
}
.i_pdf {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  background: url(../image/icon_pdf.png) left center no-repeat;
}

.i_target {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  background: url(../image/icon_target_blank.png) 3px center no-repeat;
  background-size: 10px 10px;
}

.i_popup {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  background: url(../image/icon_popup.png) 3px center no-repeat;
  background-size: 10px 10px;
}

.btnType02 .i_target {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  background: url(../image/icon_target_blank_w.png) 3px center no-repeat;
}

.i_pc {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  background: url(../image/sp_icon_pc_link.png) left center no-repeat;
}

.i_q {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 35px;
  color: #f03;
  background: url(../image/icon_term_question.png) left center no-repeat;
  background-size: 29px 28px;
}

.anchorLink .icon {
  margin-right: 3px;
}

.bdBox {
  display: inline-block;
  max-width: 600px;
  padding: 10px;
  border: 2px solid #bfbfbf;
}

.fontColor01 {
  color: #005BAC !important;
}

.fontColor02 {
  color: #1f2c5c !important;
}

.fontColor03 {
  color: #DC1C26 !important;
}

.btnType01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  padding: 24px;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: .15em;
  color: #fff !important;
  border: none;
  background: #DC1C26;
}

.btnType02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  padding: 16px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  background: #404040;
}

.btnType03 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  padding: 16px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  background: #DC1C26;
}

.btnType04 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  padding: 12px;
  border-style:solid;
  border-width:4px;
  border-color:#404040;
  text-align: center;
  text-decoration: none !important;
  color: #404040 !important;
  background: #fff;
}

.btnType05 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  padding: 16px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  background: #1f2c5c;
}

.btnType06 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  padding: 12px;
  border-style:solid;
  border-width:4px;
  border-color:#404040;
  text-align: center;
  text-decoration: none !important;
  color: #404040 !important;
  background: #e6e6e6;
　box-sizing:border-box;　/* 追加 */
}

.btnType07 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  padding: 16px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  background: #0068b7;
}

.btnType01:hover {
  cursor: pointer;
  opacity: 1;
  background: #ff99ad;

  filter: alpha(opacity=100);
}

.btnType02:hover {
  cursor: pointer;
  opacity: 1;
  background: #8c8c8c;

  filter: alpha(opacity=100);
}

.bgColor03:hover {
  cursor: pointer;
  opacity: 1;
  background: #2c3e82;

  filter: alpha(opacity=100);
}

.btnType03:hover {
  cursor: pointer;
  opacity: 1;
  background: #ff99ad;

  filter: alpha(opacity=100);
}

.bgColor01 {
  background: #DC1C26 !important;
}

.bgColor02 {
  background: #404040 !important;
}

.bgColor03 {
  background: #1f2c5c;
}

.bgColor04 {
  background: #e5e5e5 !important;
}

.bgColor05 {
  background: #e9f0f5 !important;
}

.bgColor06 {
  background: #FFEFF0 !important;
}

.bgColor07 {
  border: 2px solid #000 !important;
  background: #fff !important;
}

.bgColor08 {
  background: rgba(0,0,0,0);
}
.bgColor09{
   background: #fff!important;
}

.bgColor10 {
  background: #FFFFCB !important;
}

.mainPage .btn a:hover {
  opacity: 1;
  background: #8c8c8c;

  filter: alpha(opacity=100);
}

.imgBd {
  border: 1px solid #bfbfbf !important;
}

.imgBd2 {
     box-sizing: border-box;
  border: 2px solid #bfbfbf !important;

  -o-box-sizing: border-box;
}

.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 20px !important;
}

.fs13h {
  font-size: 13.5px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs28 {
  font-size: 28px !important;
}

.disb {
  display: block !important;
}

.disib {
  display: inline-block !important;
}

.disi {
  display: inline !important;
}

.disnone {
  display: none !important;
}

.imgMax {
  width: 100%;
  height: auto;
}

.imgMinMax {
  min-width: 1%;
  max-width:100%;
  height: auto;
}

.maxW {
  width: inherit;
  max-width: 100% !important;
  height: auto;
}

.bdNone {
  border: none !important;
}

.bdTNone {
  border-top: none !important;
}

.bdBNone {
  border-bottom: none !important;
}

/*---------------------------------------------
 base margin
---------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mg0 {
  margin: 0px !important;
}

.pd0 {
  padding: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mg5 {
  margin: 5px !important;
}

.pd5 {
  padding: 5px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mg10 {
  margin: 10px !important;
}

.pd10 {
  padding: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mg15 {
  margin: 15px !important;
}

.pd15 {
  padding: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mg20 {
  margin: 20px !important;
}

.pd20 {
  padding: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mg25 {
  margin: 25px !important;
}

.pd25 {
  padding: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mg30 {
  margin: 30px !important;
}

.pd30 {
  padding: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mg35 {
  margin: 35px !important;
}

.pd35 {
  padding: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mg40 {
  margin: 40px !important;
}

.pd40 {
  padding: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mg45 {
  margin: 45px !important;
}

.pd45 {
  padding: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mg50 {
  margin: 50px !important;
}

.pd50 {
  padding: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mg55 {
  margin: 55px !important;
}

.pd55 {
  padding: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mg60 {
  margin: 60px !important;
}

.pd60 {
  padding: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mg65 {
  margin: 65px !important;
}

.pd65 {
  padding: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mg70 {
  margin: 70px !important;
}

.pd70 {
  padding: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mg75 {
  margin: 75px !important;
}

.pd75 {
  padding: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mg80 {
  margin: 80px !important;
}

.pd80 {
  padding: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mg85 {
  margin: 85px !important;
}

.pd85 {
  padding: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mg90 {
  margin: 90px !important;
}

.pd90 {
  padding: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mg95 {
  margin: 95px !important;
}

.pd95 {
  padding: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mg100 {
  margin: 100px !important;
}

.pd100 {
  padding: 100px !important;
}

.mr20minus {
  margin-right: -20px !important;
}
.h3em {
  height: 3em;
}

.h4em {
  height: 4em;
}

.h5em {
  height: 5em;
}

.h6em {
  height: 6em;
}

.h7em {
  height: 7em;
}

.h8em {
  height: 8em;
}

.h9em {
  height: 9em;
}

.h10em {
  height: 10em;
}

.w140 {
  max-width: 140px;
  margin-right: auto;
  margin-left: auto;
}

.w640 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.w724 {
  max-width: 724px;
  margin-right: auto;
  margin-left: auto;
}

.w860 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.w268 {
  max-width: 268px;
  margin-right: auto;
  margin-left: auto;
}

.w300 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.w320 {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.w255 {
  max-width: 255px;
  margin-right: auto;
  margin-left: auto;
}
.w100p{
	width:100%;
}
.w50p{
	width:50%;
}
.w33p{
	width:33%;
}
.w25p{
	width:25%;
}
.w20p{
	width:20%;
}
.w16p{
	width:16%;
}

.w100px {
  width: 100px;
}

.w140px {
  width: 140px;
}

.w320px {
  width: 320px;
}

.normalList li .icon {
  padding-left: 20px;
  background: url(../image/icon_list_normal.png) no-repeat left .3em;
}

.dotList li {
  margin-top: 5px;
  padding-left: 20px;
  background: url(../image/icon_dot_b.png) no-repeat left .75em;
}
.dotList li:first-child {
  margin-top: 0;
}
.dotList.fontColor01 li, .dotList li.fontColor01 {
    background: url(../image/icon_dot_r.png) no-repeat left .75em;
}

.numList li {
  margin-top: 5px;
}
.numList li:first-child {
  margin-top: 0;
}
.numList li .num {
  float: left;
  width: 2em;
}
.numList li .con {
  overflow: hidden;
}
.dList dt {
  clear: left;
  float: left;
}
.dListW8em dt {
  width:8em;
}
.dListW8em dd {
  margin-left:8em;
}
.dListW7em dt {
  width:7em;
}
.dListW7em dd {
  margin-left:7em;
}

/*---------------------------------------------
 contents style
---------------------------------------------*/
.section {
  padding: 60px 0;
}
.section_btnerase {
  padding: 0;
}
.section .containerInner {
  padding: 0;
}
.section .grayBalloon {
  background: url(../image/bg_balloon_gray.png) top center #e6e6e6 no-repeat;
}
.section .grayBalloon .containerInner {
  padding: 30px 0;
}
.section .sectionTtlWrap {
  margin-bottom: 40px;
  text-align: center;
}
.section .sectionTtlWrap .sectionTtl {
  display: inline-block;
  background: url(../image/icon_section_ttl_l.png) left center no-repeat;
  background-size: 26px 70px;
}
.page_cnex .section .sectionTtlWrap .sectionTtl {
  background: url(../image/icon_section_ttl_l_2.png) left center no-repeat;
}
.page_fund .section .sectionTtlWrap .sectionTtl {
  background: url(../image/icon_section_ttl_l_2.png) left center no-repeat;
}
.section .sectionTtlWrap .sectionTtl h2 {
  padding: 0 65px;
  background: url(../image/icon_section_ttl_r.png) right center no-repeat;
  background-size: 26px 70px;
}
.page_cnex .section .sectionTtlWrap .sectionTtl h2 {
  background: url(../image/icon_section_ttl_r_2.png) right center no-repeat;
}
.page_fund .section .sectionTtlWrap .sectionTtl h2 {
  background: url(../image/icon_section_ttl_r_2.png) right center no-repeat;
}
.section .sectionTtlWrap .sectionTtl h2 .ttl {
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.section .sectionTtlWrap .sectionTtl h2 .lead {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #005BAC;
}
.page_cnex .section .sectionTtlWrap .sectionTtl h2 .lead {
  color: #1f2c5c;
}
.page_fund .section .sectionTtlWrap .sectionTtl h2 .lead {
  color: #1f2c5c;
}

.section .sectionTtlLead {
  text-align: center;
}
.section .hd_03 {
  margin: 25px 0;
  text-align: center;
}
.section .hd_03 .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
}
.section .hd_03 .ttl sup {
  font-size: .5em;
}
.section .hd_03 .lead {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #005BAC;
}
.page_fund .section .hd_03 .lead {
    color: #404040;
}
.section .hd_04 {
  margin: 50px 0 10px;
  text-align: center;
}
.section .hd_04 .ttl {
  font-size: 20px;
  font-weight: bold;
}

.newsList {
  max-width: 640px;
  margin: 0 auto;
}
.newsList li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
}
.newsList li dt {
  position: relative;
  margin-bottom: 5px;
}
.newsList li dt .date {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.newsList li dt .cat {
  font-size: 16px;
  line-height: 1;
  margin-left: 15px;
}
.newsList li dt .cat img {
  width: auto;
  height: 12px;
  vertical-align: inherit;
}
.newsList li dt .status {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 2.5em;
  padding: 3px 6px;
  text-align: center;
}
.newsList li dt .status.color01 {
  color: #DC1C26;
  border: 2px solid #DC1C26;
}
.newsList li dt .status.color02 {
  color: #404040;
  border: 2px solid #404040;
}
.newsList li dd {
  position: relative;
}
.newsList li dd .space {
  display: inline-block;
  visibility: hidden;
  width: 4em;
  padding: 0 0 0 10px;
}
.newsList li dd .link a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0 0 0 10px;
  background: #fff;
}
 .remarks{
	 font-size:14px !important;
	 font-weight:100 !important;
	 vertical-align:middle !important;
}

@media screen and (min-width: 767px) {
/*-------------------
  お知らせ一覧　幅調整_PC
  -------------------*/
.newsList li dd .txt {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	width:570px;
}
}

@media screen and (max-width: 767px) {
/*-------------------
  お知らせ一覧　幅調整_SP
  -------------------*/
  .newsList li dd .txt {
	  width:85%;
  }
}

/*---------------------------------------------
 Top page academy news
---------------------------------------------*/
#seminarNews {
max-width: 640px;
margin: 0 auto 30px auto;
padding: 0 30px;
}

#seminarNews dl {
background-color: #e9f0f5;
    padding: 15px 20px;
    display: table;
}

#seminarNews dl dt {
font-weight: bold;
    display: table-cell;
    vertical-align: middle;
width: 115px;
}

#seminarNews dl dd {
width: 475px;
    display: table-cell;
    padding-left: 10px;
}

.newsList + #seminarNews dl {
border-bottom: 1px solid #bfbfbf;
}

.aboutBalloon {
  overflow: hidden;
  max-width: 890px;
  margin: 0 auto 60px;
  padding: 0;
  padding-bottom: 45px;
  background: url(../image/bg_balloon_01.png) bottom no-repeat;
}
.aboutBalloon .img {
  float: left;
     box-sizing: border-box;
  width: 31%;
  padding-right: 40px;
  padding-left: 50px;

  -o-box-sizing: border-box;
}
.aboutBalloon .img img {
  max-width: 100%;
  height: auto;
}
.aboutBalloon .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  float: left;
     box-sizing: border-box;
  width: 65%;
  padding-right: 0;

  -o-box-sizing: border-box;
}

.voiceList {
  max-width: 660px;
  margin: auto;
}
.voiceList li {
  position: relative;
  margin-top: 45px;
}
.top_index .voiceList li {
  padding-left: 170px;
}
.top_index .voiceList li.TopAboutList {
  padding-left: 190px;
}
.voiceList li:first-child {
  margin-top: 0;
}
.voiceList li .ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.voiceList li .img {
  position: absolute;
  top: 15px;
  left: -20px;
}
.voiceList li .img img {
  width: 180px;
  height: auto;
}
.voiceList li .txt {
  line-height: 1.75;
  margin-bottom: 30px;
}

.commentWrap {
  position: relative;
  display: table;
     box-sizing: border-box;
  width: 100%;

  -o-box-sizing: border-box;
}
.commentWrap .comment {
  font-weight: bold;
  line-height: 1.75;
  position: relative;
  display: table-cell;
  height: 5em;
  padding: 15px;
  vertical-align: middle;
  color: #005BAC;
  background: #f2f2f2;
}
.commentWrap .comment:after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 34px;
  margin-top: -17px;
}

.commentWrap.left {
  padding-left: 110px;
}
.commentWrap.left .user {
  position: absolute;
  bottom: 0;
  left: 0;
}
.commentWrap.left .comment:after {
  left: -18px;
  content: url(../image/bg_balloon_comment_l.png);
}

.commentWrap.right {
  padding-right: 110px;
}
.commentWrap.right .user {
  position: absolute;
  right: 0;
  bottom: 0;
}
.commentWrap.right .comment:after {
  right: -18px;
  content: url(../image/bg_balloon_comment_r.png);
}

a .commentWrap:hover {
  opacity: .5;

  filter: alpha(opacity=50);
}

.col2List,
.col1List {
  overflow: hidden;
}
.col2List li,
.col1List li {
  float: left;
  overflow: hidden;
  width: 50%;
}
.col2List li .col,
.col1List li .col {
  display: table;
  width: 100%;
  height: 100px;
}
.col2List li .col .img,
.col1List li .col .img {
  display: table-cell;
  padding-right: 10px;
  text-align: center;
  vertical-align: top;
}
.col2List li .col .txtCol,
.col1List li .col .txtCol {
  display: table-cell;
  vertical-align: top;
}
.col2List li .col .txtCol .ttl,
.col1List li .col .txtCol .ttl {
  font-weight: bold;
  overflow: hidden;
}
.col2List li .col .txtCol .txt,
.col1List li .col .txtCol .txt {
  overflow: hidden;
}

.col1List li {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.col1List li .col .img {
  width: 82px;
  height: auto;
  padding-right: 20px;
}
.col1List li .col .link {
  margin-top: 5px;
}

.col2List li {
  margin-bottom: 25px;
}
.col2List li .col .img {
  width: 92px;
}
.col2List li .col .txtCol {
  padding-right: 0;
}
.col2List li:first-child .col .txtCol {
  padding-right: 20px;
}

.noticeList li {
  font-size: 10px;
  margin-top: 10px;
}

.grayBalloon .hd_03 {
  margin-bottom: 5px;
}

.balloonList {
  text-align: center;
}
.balloonList li {
  display: inline-block;
  width: 19.79%;
  margin: 0 15px;
  padding-bottom: 40px;
  text-align: center;
  background: url(../image/bg_balloon_01.png) bottom no-repeat;
}
.balloonList li img {
  width: auto;
  height: 30px;
}

.serviceList {
  max-width: 640px;
  margin: 0 auto;
}
.serviceList li {
  margin-top: 100px;
}
.serviceList li .logo {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.serviceList li .lead {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #005BAC;
}
.serviceList li .lead .txtBlue {
  color: #1f2c5c;
}
.serviceList li .txt_01 {
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 30px;
}
.serviceList li .txt_03 {
  font-size: 12px;
  margin-top: 20px;
}
.serviceList li .img {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.serviceList li .btn {
  margin-top: 30px;
}
.serviceList .col1 {
  text-align: center;
}
.serviceList .col1 dd .lead {
  font-size: 28px;
}
.serviceList .col1 dd .txt_02 {
  text-align: left;
}
.serviceList .col2 dl {
  overflow: hidden;
}
.serviceList .col2 dt {
  float: left;
  width: 320px;
}
.serviceList .col2 dt .lead {
  font-weight: bold;
  margin-top: 0;
  padding-right: 20px;
  color: #f03;
}
.serviceList .col2 dt .logo {
  margin-bottom: 5px;
}
.serviceList .col2 dt .img {
  margin-top: 20px;
  text-align: left;
}
.serviceList .col2 dd {
  float: left;
  max-width: 320px;
}

.col3List {
  display: table;
  margin: 90px auto;
  margin-right: -3%;
  margin-left: -3%;
}
.col3List li {
  position: relative;
  display: table-cell;
  width: 29%;
  padding: 0 3%;
  border-left: 2px solid #e6e6e6;
}
.col3List li dl {
  height: 100%;
}
.col3List li dt {
  margin-bottom: 10px;
}
.col3List li .lead {
  font-weight: bold;
  display: block;
  color: #f03;
}
.col3List li .ttl {
  font-size: 26px;
  font-weight: bold;
  display: block;
}
.col3List li .img {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.col3List li .img a {
  display: block;
  float: left;
  overflow: hidden;
  border: 1px solid #bfbfbf;
}
.col3List li .img a span {
  display: block;
  max-width: 255px;
  margin: -1px;
}
.col3List li .img img.pcOnly {
  width: 100%;
  height: auto;
}
.col3List li .txt.h8em {
  height: 9em;
}
.col3List li .btnWrap {
  height: 80px;
}
.col3List li .btnWrap .btn {
  position: absolute;
  bottom: 0;
  left: 0;
     box-sizing: border-box;
  width: 100%;
  padding-right: 9.6%;
  padding-left: 9.6%;

  -o-box-sizing: border-box;
}
.col3List li:first-child {
  border-left: 0;
}

.borderBlock {
  max-width: 890px;
  margin: 0 auto;
  padding: 40px 0 50px;
  border-top: 2px solid #e5e5e5;
}
.borderBlock:last-child {
  padding-bottom: 0;
}
.borderBlock h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 10px;
  text-align: center;
}
.borderBlock .marketInfo {
  margin-top: 30px;
}

.bnrCol3 {
  margin-top: 20px;
  text-align: center;
}
.bnrCol3 ul {
  margin-bottom: -16px;
  letter-spacing: -.4em;
}
.bnrCol3 ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
}

.snsCol3 {
  margin-top: 20px;
  text-align: center;
}
.snsCol3 ul {
  letter-spacing: -.4em;
}
.snsCol3 ul li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

/* #ecindalerts
-----------------------------------------------*/
.rateHead {
  overflow: hidden;
  width: 100%;
  height: 24px;
}

#ecindalerts {
  float: left;
  overflow: hidden;
  width: 100%;
  margin-right: -106px;
}
#ecindalerts .innerWrap {
  max-width: 970px;
  min-height: 24px;
  margin: auto;
  margin-right: 106px;
  background: #e6e6e6;

  *zoom: 1;
}
#ecindalerts .innerWrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
#ecindalerts #newsmsg {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  min-height: 14px;
  padding: 5px;
  text-align: center;
}
#ecindalerts #newsmsg a {
  text-decoration: underline;
}

.ratetimeWrap {
  font-size: 12px;
  line-height: 1.2;
  float: right;
  width: 100px;
  min-height: 14px;
  padding-left: 6px;
  text-align: center;
}
.ratetimeWrap #ratetime {
  padding: 5px;
  background: #e6e6e6;
}

/* #ratebox
-----------------------------------------------*/
#ratebox {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 2px;
}
#ratebox .innerWrap {
  line-height: 1;
  max-width: 970px;
  margin: auto;
  margin-right: -6%;

  *zoom: 1;
}
#ratebox .innerWrap:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}
#ratebox .dollaryen,
#ratebox .audyen,
#ratebox .euroyen,
#ratebox .eurodollar {
  float: left;
  width: 30.8%;
  margin-right: 1%;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
}
#ratebox .audyen {
  margin-right: 0;
}
#ratebox table {
  width: 100%;
  border-collapse: separate;
}
#ratebox table th {
  width: 21.42%;
  padding: 0;
  text-align: center;
  background: #333;
}
#ratebox table th img {
  vertical-align: bottom;
}
#ratebox table td {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  word-wrap: break-word;
  word-break: break-all;
  background: #f2f2f2;
}
#ratebox table td.bid {
  width: 27.5%;
  padding: 8px 1px 6px 1px;
}
#ratebox table td.spread {
  width: 22.14%;
  padding: 8px 1px 6px 1px;
  color: #ff1933;
  background: #f2dfe4;
}
#ratebox table td.spread .title {
  margin-bottom: 5px;
}
#ratebox table td.ask {
  width: 27.85% x;
  padding: 8px 1px 6px 1px;
}
#ratebox table td .title {
  font-size: 10px;
  display: inline-block;

  *display: inline;
  *zoom: 1;
}
#ratebox table .retedown {
  color: #365fb3;
}
#ratebox table .retedown .title {
  padding-left: 12px;
  background: url(../image/icon_ratedown.png) 0 0 no-repeat;
}
#ratebox table .reteup {
  color: #b33644;
}
#ratebox table .reteup .title {
  padding-left: 12px;
  background: url(../image/icon_rateup.png) 0 0 no-repeat;
}
#ratebox #ratetime {
  float: right;
  width: 10.3%;
}
#ratebox #ratetime .time {
  font-size: 12px;
  padding: 7px 2px 6px;
  text-align: center;
  background: #e6e6e6;
}
#ratebox #ratetime .txt {
  font-size: 10px;
  margin-top: 5px;
  text-align: center;
}
#ratebox #ratetime .txt a {
  line-height: 1.2;
  display: inline-block;
  padding-left: 8px;
  background: url(../image/icon_arrow_rate.png) 0 -1px no-repeat;

  *display: inline;
  *zoom: 1;
}
#ratebox sup {
  font-size: 10px;
}

.squareBlock ul {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
.squareBlock ul li {
  float: left;
  width: 23.88%;
  margin-right: .55%;
  margin-left: .55%;
}
.squareBlock ul li.wide {
  width: 31.8%;
}
.squareBlock ul li.wide .box {
  height: 10em;
}
.squareBlock ul li.wide .box .ttl {
  margin-top: 20px;
  color: #1f2c5c;
}
.squareBlock ul li .box {
  padding: 10px 0 15px;
  text-align: center;
  background: #f2f2f2;
}
.squareBlock ul li .box .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 10px;
  color: #404040;
}
.squareBlock ul li .box .imgWrap {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.squareBlock ul li .box .imgWrap .miniTxt {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.squareBlock ul li .box .img {
  display: table-cell;
  width: 100%;
  height: 110px;
  vertical-align: middle;
}
.squareBlock ul li .box .img img {
  max-width: 100%;
  height: auto;
}
.squareBlock ul li .box .link {
  line-height: 1;
  margin-top: 5px;
}
.squareBlock ul li .box .txt {
  padding: 0 15px;
  text-align: left;
}
.squareBlock ul.colCenter {
  text-align: center;
  letter-spacing: -.4em;
}
.squareBlock ul.colCenter li {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  vertical-align: middle;
  letter-spacing: 0;
}
.squareBlock ul.col4 {
  margin-right: -5px;
  margin-left: -5px;
}
.squareBlock ul.col4 li .box .ttl {
  height: 4em;
  margin-bottom: 0;
}
.squareBlock ul.col4 li .box .img {
  height: 80px;
  padding-right: 6px;
  padding-bottom: 15px;
  padding-left: 6px;
}
.squareBlock ul.col2 {
  max-width: 450px;
}
.squareBlock ul.col2 li {
  width: 47.77%;
  margin-right: 1.11%;
  margin-left: 1.11%;
}
.squareBlock ul.col3 {
  max-width: 900px;
}
.squareBlock ul.col3 li {
  width: 32.22%;
  margin-right: .55%;
  margin-bottom: 10px;
  margin-left: .55%;
}
.squareBlock ul.col3 li .box {
  width: 100%;
  height: 270px;
}
.squareBlock ul.col3 li .box .ttl {
  height: 4.5em;
}
.squareBlock ul.col3 li .box .txt {
  padding-top: 15px;
  padding-right: 7px;
  padding-left: 7px;
}
.squareBlock ul.col3_2 {
  max-width: 675px;
}
.squareBlock ul.col3_2 li {
  width: 31.85%;
  margin-right: .74%;
  margin-bottom: 10px;
  margin-left: .74%;
}
.imgPad img{
  padding: 32px 6px;
}
.localFooter {
  max-width: 890px;
  margin: 100px auto 0;
  padding: 0 30px;
}
.localFooter .localFooterTtl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
  color: #808080;
  background: #e6e6e6;
}
.localFooter .colWrap {
  overflow: hidden;
  padding: 30px 30px 20px;
  background: #808080;
}
.localFooter .colWrap a {
  color: #fff;
}
.localFooter .colWrap a[target="_blank"] {
  padding-left: 18px;
  background: url(../image/icon_target_blank_w.png) no-repeat left .3em;
}
.localFooter .colWrap a.icon_anchor {
  padding-left: 18px;
  background: url(../image/icon_anchor_w.png) left center no-repeat;
}
.localFooter .colWrap .col1 {
  float: left;
     box-sizing: border-box;
  width: 37%;
  padding-right: 10px;

  -o-box-sizing: border-box;
}
.localFooter .colWrap .col2 {
  float: left;
     box-sizing: border-box;
  width: 37%;
  padding-right: 10px;

  -o-box-sizing: border-box;
}
.localFooter .colWrap .col3 {
  float: left;
  width: 26%;
}
.localFooter .colWrap dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.localFooter .colWrap dl dt:last-child {
  margin-bottom: 0;
}
.localFooter .colWrap dl ul li {
  margin-bottom: 5px;
  padding-left: 10px;
  background: url(../image/icon_localfooter.png) no-repeat left .9em;
  background-size: 2px;
}
/*	20171212 3col	*/
.col3Box {
  margin-bottom: 40px;
}
.col3Box .colWrap {
  overflow: hidden;
  padding: 30px 30px 20px;
}
.col3Box .colWrap a[target="_blank"] {
  padding-left: 18px;
  background: url(../image/icon_target_blank.png) no-repeat left .3em;
  background-size: 10px 10px;
}
.col3Box .colWrap a.icon_anchor {
  padding-left: 18px;
  background: url(https://www.gaikaex.com/common_fx/images/icon_anchor.png) left center no-repeat;
}
.col3Box .colWrap .col1 {
  float: left;
     box-sizing: border-box;
  width: 37%;
  padding-right: 10px;

  -o-box-sizing: border-box;
}
.col3Box .colWrap .col2 {
  float: left;
     box-sizing: border-box;
  width: 37%;
  padding-right: 10px;

  -o-box-sizing: border-box;
}
.col3Box .colWrap .col3 {
  float: left;
  width: 26%;
}
.col3Box .colWrap dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.col3Box .colWrap dl dt:last-child {
  margin-bottom: 0;
}
.col3Box .colWrap dl ul li {
  margin-bottom: 5px;
  padding-left: 10px;
  background: url(../image/icon_localfooter.png) no-repeat left .9em;
  background-size: 2px;
}

.col2BlockWrap {
  overflow: hidden;
}
.col2BlockWrap .hd_03 {
  text-align: left;
}
.col2BlockWrap .colLBlock {
  float: left;
     box-sizing: border-box;
  width: 50%;
  padding-right: 7.20%;
  border-right: 2px solid #e6e6e6;

  -o-box-sizing: border-box;
}
.col2BlockWrap .colLBlock .voiceList {
  margin: 15px 0;
}
.col2BlockWrap .colLBlock .voiceList li {
  margin-top: 10px;
  padding-left: 0;
}
.col2BlockWrap .colLBlock .voiceList li .commentWrap {
  margin-top: 0;
}
.col2BlockWrap .colRBlock {
  float: left;
     box-sizing: border-box;
  width: 50%;
  margin-left: -2px;
  padding-left: 7.20%;
  border-left: 2px solid #e6e6e6;

  -o-box-sizing: border-box;
}

.mainPage {
  text-align: center;
}
.mainPage .txtWrap {
  padding: 60px 10px 40px;
}
.mainPage .txtWrap .ttl {
  font-size: 34px;
  font-weight: bold;
  color: #f03;
}
.mainPage .txtWrap .ttl img {
  max-width: 100%;
  height: auto;
}
.mainPage .txtWrap .lead {
  font-weight: bold;
}
.mainPage .txtWrap .txt {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.mainPage .btn {
  padding: 25px 10px 10px;
}
.mainPage .btn a {
  font-weight: bold;
  display: inline-block;
  min-width: 204px;
  padding: 10px 15px;
  color: #fff;
  background: #404040;
}
/*	20160329	*/
.mainPage .btn.appbtn a {
  border: 4px solid #404040 !important;
  background: #fff !important;
  border-color: #404040;
  color: #404040;
  line-height: 16px;
  height: 16px;
  min-width: 190px;
  padding-left: 11px;
  padding-right: 11px;
}
/*	/20160329	*/
.page_cnex .mainPage .btn a {
  background: #1f2c5c;
}
.page_fund .mainPage .btn a {
  background: #1f2c5c;
}
.page_cnex .mainPage .btn a:hover {
  background: #2c3e82;
}
.page_fund .mainPage .btn a:hover {
  background: #2c3e82;
}
.mainPage .btn a .fsS {
  font-size: 12px;
  display: block;
}
.mainPage .btn a .fsM {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-top: 5px;
}

.bg_gaikaex {
  height: 340px;
  background: url(../image/img_mainvisual.png) bottom center no-repeat;
}

.bg_opt {
  height: 340px;
  background: url(../image/img_mainvisual1.png) bottom center no-repeat;
}

.bg_trecolle {
  height: 340px;
  background: url(https://www.gaikaex.com/trecolle/images/img_mainvisual.png) bottom center no-repeat;
}

.bg_cnex {
  height: 340px;
  background: url(https://www.gaikaex.com/cnex/images/img_mainvisual.png) bottom center no-repeat;
}

.bg_fund {
  height: 340px;
  background: url(https://www.gaikaex.com/fund/images/img_mainvisual.png) bottom center no-repeat;
}

.stepFlowBlock ul {
  overflow: hidden;
}
.stepFlowBlock ul li {
  float: left;
  width: 25%;
}
.stepFlowBlock ul li dl {
  position: relative;
}
.stepFlowBlock ul li dl dt {
  display: block;
  padding: 0 7px;
  text-align: center;
  background: url(../image/bg_solid_step_01.png) right 42px no-repeat;
}
.stepFlowBlock ul li dl dt.grayLine {
  background: url(../image/bg_solid_step2_01.png) right 42px no-repeat;
}
.stepFlowBlock ul li dl dt .sup {
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 2px 0;
  color: #005BAC;
  background: #fff;
}
.stepFlowBlock ul li dl dt .sup .gray {
  color: #808080;
}
.stepFlowBlock ul li dl dt .num {
  font-size: 24px;
  line-height: 1.75;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  color: #fff;
  border-radius: 50%;
  background: #005BAC;
}
.stepFlowBlock ul li dl dt .num2 {
  font-size: 24px;
  line-height: 1.75;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  color: #fff;
  border-radius: 50%;
  background: #808080;
}
.stepFlowBlock ul li dl dt .grayTxt {
  color: #404040;
}
.stepFlowBlock ul li dl dt .grayBg {
  background: #404040;
}
.stepFlowBlock ul li dl dt .square em {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.375;
  display: inline-block;
  width: 18px;
  padding: 50px 13px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #005BAC;
}
.stepFlowBlock ul li dl dt .square em.gray {
  background: #808080;
}
.stepFlowBlock ul li dl dt .square .exami {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  /* display: inline-block; */
  /* width: 18px; */
  padding: 100px 25px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #808080;
}
.stepFlowBlock ul li dl dd .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  padding: 0;
  padding: 0 7px;
  text-align: center;
}
.stepFlowBlock ul li dl dd .ttl.h01 {
  height: 6.5em;
}
.stepFlowBlock ul li dl dd .img {
  text-align: center;
}
.stepFlowBlock ul li dl dd .balloonWrap {
  position: absolute;
  top: 190px;
  left: 0;
  display: table;
     box-sizing: border-box;
  width: 92%;
  margin: 0;
  padding: 5px;
  text-align: center;
  border: 1px solid #5d5d5d;

  -o-box-sizing: border-box;
}
.stepFlowBlock ul li dl dd .balloonWrap.w200p {
  width: 192%;
  margin: 0;
}
.stepFlowBlock ul li dl dd .balloonWrap em {
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  position: relative;
  display: table-cell;
  width: 100%;
  height: 4em;
  vertical-align: middle;
}
.stepFlowBlock ul li dl dd .balloonWrap em:before {
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #5d5d5d;
  border-left: 10px solid transparent;
}
.stepFlowBlock ul li dl dd .balloonWrap em:after {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.stepFlowBlock ul li:first-child dl dt {
  background: url(../image/bg_solid_step_01.png) center 42px no-repeat;
}
.stepFlowBlock ul li:last-child dl dt {
  background: url(../image/bg_solid_step_02.png) center 42px no-repeat;
}
.stepFlowBlock ul li:first-child dl dt.grayLine {
  background: url(../image/bg_solid_step2_01.png) center 42px no-repeat;
}
.stepFlowBlock ul li:last-child dl dt.grayLine {
  background: url(../image/bg_solid_step2_02.png) center 42px no-repeat;
}
.stepFlowBlock .kouzaStap {
  margin: 0 auto;
  max-width: 890px;
  width: 100%;
}
.stepFlowBlock ul.stepCol5 li {
  width: 20%;
  height: 270px;
}
.stepFlowBlock_btnerase ul.stepCol5 li {
  width: 20%;
  height: 200px;
}
.stepFlowBlock ul.stepCol5 li dl dd .ttl {
  font-size: 18px;
}
.stepFlowBlock ul.kouzaStap li dl dd .ttl {
  color: #404040;
}
.stepFlowBlock ul.stepCol3 li {
  width: 33%;
  height: 270px;
}
.stepFlowBlock ul.stepCol3 li dl dd .ttl {
  font-size: 18px;
}
.stepFlowBlock.verticalStep ul li {
  float: none;
  width: 100%;
}
.stepFlowBlock.verticalStep ul li dl {
  overflow: hidden;
  background: url(../image/sp_bg_solid_step.png) 83px repeat-y;
}
.stepFlowBlock.verticalStep ul li dl.grayLine {
  overflow: hidden;
  background: url(../image/sp_bg_solid_step2.png) 83px repeat-y;
}
.stepFlowBlock.verticalStep ul li dl dt {
  float: left;
}
.stepFlowBlock.verticalStep ul li dl dt .sup {
  line-height: 36px;
  float: left;
  padding: 0 10px;
}
.stepFlowBlock.verticalStep ul li dl dt .num {
  float: left;
}
.stepFlowBlock.verticalStep ul li dl dt .num2 {
  float: left;
}
.stepFlowBlock.verticalStep ul li dl dd {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 80px;
  padding-left: 15px;
}
.stepFlowBlock.verticalStep ul li dl dd .ttl {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  text-align: left;
}
.stepFlowBlock.verticalStep ul li dl dd .ttl.h01 {
  height: auto;
}
.stepFlowBlock.verticalStep ul li dl dd .flR {
  float: right;
  margin-left: 20px;
}
.stepFlowBlock.verticalStep ul li dl dd .txtWrap {
  overflow: hidden;
}
.stepFlowBlock.verticalStep ul li:last-child dl {
  background: none;
}

.btnCol2Wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.btnCol2Wrap .colL {
  display: table-cell;
     box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
  vertical-align: middle;

  -o-box-sizing: border-box;
}
.btnCol2Wrap .colR {
  display: table-cell;
     box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
  vertical-align: middle;

  -o-box-sizing: border-box;
}
.btnCol2Wrap .colC {
  display: table-cell;
     box-sizing: border-box;
  width: 100%;
  vertical-align: middle;

  -o-box-sizing: border-box;
}
.btnCol2Wrap a {
  display:         box;
  display: -webkit-box;
  height: 38px;
  padding: 25px 0;
  text-align: center;

          box-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
}
.btnCol2Wrap .btnType06 {
  padding: 21px 0;
}
.btnCol2Wrap .btnSab {
  padding: 10px 0;
  text-align: center;
}
.btnCol2Wrap .btnSab .fontB {
  font-weight: bold;
}
.btnCol2Wrap .btnSab a {
  display: inline;
}
.btnCol2Wrap a span {
  display: block;
  width: 100%;
  text-align: center;
}
.btnCol2Wrap a span em {
  font-weight: inherit;
  display: block;
}
.btnCol2Wrap a span em.fs14 {
  margin-top: -10px;
}
.btnCol2Wrap a span em.fs28 {
  letter-spacing: .10em;
}
.btnCol2Wrap a span em.fs14.under2row {
  margin-top: -3px;
}
.btnCol2Wrap a span em.fs28.under2row {
  margin-top: -7px;
}

.termsBlock dt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #005BAC;
}
.termsBlock dt .icon_q {
  display: inline-block;
  padding: 7px 5px 5px 35px;
  background: url(../image/icon_term_question.png) left center no-repeat;
  background-size: 29px 28px;
}
.termsBlock dd {
  font-size: 14px;
}

.aboutData dt .lead {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 30px;
  color: #f03;
  background: url(../image/icon_human.png) no-repeat left center;
}
.aboutData dt .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.375;
  display: block;
  margin-bottom: 5px;
}
.aboutData .imgWrap img {
  width: 100%;
  height: auto;
}
.aboutData .ttlWrap {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.aboutData dd {
  margin-top: 20px;
}

.centerLinkList {
  margin-top: 30px;
  text-align: center;
}
.centerLinkList li {
  display: inline-block;
  margin: 0 10px;
}

.camList li {
  margin-top: 50px;
}
.camList li .bnr {
  float: left;
  width: 230px;
  margin-right: 40px;
  text-align: right;
}
.camList li .txtWrap {
  overflow: hidden;
}
.camList li .ttl {
  font-weight: bold;
}
.camList li .date {
  font-weight: bold;
}

.decCol2List {
  padding-top: 40px;
}
.decCol2List li {
  overflow: hidden;
  margin-top: 60px;
}
.decCol2List li:first-child {
  margin-top: 0;
}
.decCol2List li .img {
  float: left;
  margin-right: 60px;
  padding-left: 25px;
  text-align: right;
}
.decCol2List li .lead {
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 300px;
  margin-right: 50px;
  padding-top: 8px;
  text-align: right;
  color: #f03;
}
.decCol2List li .txtWrap {
  overflow: hidden;
}
.decCol2List li .ttl {
  font-size: 28px;
  font-weight: bold;
}

.flWrap {
  overflow: hidden;
}
.flWrap .flL {
  float: left;
  margin-right: 20px;
}
.flWrap .flR {
  float: right;
  margin-left: 20px;
}
.flWrap .ov {
  overflow: hidden;
}

.aboutTrecolle {
  margin-top: 50px;
  margin-bottom: 80px;
}
.aboutTrecolle .ttl {
  margin-bottom: 10px;
}
.aboutTrecolle .user {
  font-weight: bold;
  margin-top: 10px;
}
.aboutTrecolle .txt {
  font-size: 12px;
}
.aboutTrecolle .halfBlock {
  overflow: hidden;
}
.aboutTrecolle .halfBlock .col {
  width: 50%;
  text-align: center;
}
.aboutTrecolle .halfBlock .col.flL {
  float: left;
}
.aboutTrecolle .halfBlock .col.flR {
  float: right;
}

.youtube iframe {
  width: 100%;
}

.marketFrame {
  margin: 0 -10px;
}
.marketFrame #frameRate {
     box-sizing: border-box;
  width: 100%;
  padding: 0;

  -o-box-sizing: border-box;
}

.rateTableWrap table {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.rateTableWrap table th,
.rateTableWrap table td {
  padding: 4px;
  border-top: 1px solid #ccc;
}
.rateTableWrap table th {
  font-weight: bold;
  background: #e9f0f5;
}
.rateTableWrap table td.date {
  font-size: 16px;
  font-weight: bold;
  width: 6em;
  width: 100px;
  padding-right: 0;
}
.rateTableWrap table td.time {
  font-size: 16px;
  font-weight: bold;
  width: 3em;
  padding-right: 0;
  padding-left: 0;
}
.rateTableWrap table td.imp {
  width: 7em;
}

.balloonTtl {
  margin-bottom: 20px;
  padding-bottom: 45px;
  text-align: center;
  background: url(../image/bg_balloon_01.png) no-repeat center bottom;
}

.col4Block {
  display: table;
}
.col4Block .innerCol2 {
  display: table-cell;
  width: 50%;
}
.col4Block .innerCol2 .col {
  display: table-cell;
  width: 50%;
}
.col4Block .innerCol2 .col .img {
  padding: 0 20px;
}

.col3Block {
  display: table;
}
.col3Block li {
  display: table-cell;
  width: 33.33%;
}
.col3Block li .col {
  padding: 20px;
}

.linkList li {
  margin-top: 5px;
}
.linkList a[href$=".pdf"] {
  padding: 2px 0 2px 25px;
  background: url(../image/icon_pdf.png) no-repeat left center;
}

/* ==========================================================================
   Template Module PC
   ========================================================================== */
.pageTtl {
  position: relative;
  padding: 80px 0 0;
  text-align: center;
}
.pageTtl h1 {
  font-size: 34px;
  font-weight: bold;
  color: #005BAC;
}
.pageTtl .lead {
  font-weight: bold;
}

#pageContents {
  overflow: hidden;
  max-width: 890px;
  margin: 0 auto;
  padding: 80px 15px 0;
}
#pageContents #sideNav {
  float: left;
  width: 250px;
  margin-right: 40px;
  padding: 15px 0 20px;
  border-top: 8px solid #6d6d6d;
  background: #7f7f7f;
}
#pageContents #sideNav a {
  color: #404040;
}
#pageContents #sideNav .snav_l1 > li.cur {
  background-color: #e6e6e6;
}
#pageContents #sideNav .snav_l1 > li.cur > .snav_btn {
  font-weight: bold;
  padding: 10px 20px;
  color: #404040;
}
#pageContents #sideNav .snav_l1 > li.cur > .haveC {
  background: url(../image/icon_side_g_b.png) no-repeat 93% center;
}
#pageContents #sideNav .snav_l1 > li > .snav_btn {
  display: block;
  padding: 10px 20px;
  color: #fff;
}
#pageContents #sideNav .snav_l1 > li > .haveC {
  background: url(../image/icon_side_w_r.png) no-repeat 93% center;
}
#pageContents #sideNav .snav_l2 {
  display: none;
  padding: 1px;
}
#pageContents #sideNav .snav_l2 li {
  background: url(../image/icon_dot_b.png) 20px 1.5em no-repeat;
  background-size: 2px;
}
#pageContents #sideNav .snav_l2 li > .snav_btn {
  padding: 10px 20px 10px 30px;
}
#pageContents #sideNav .snav_l2 > li.cur {
  background-color: #fff;
}
#pageContents #sideNav .snav_l2 > li.cur > .snav_btn,
#pageContents #sideNav .snav_l3 > li.cur > .snav_btn{
  text-decoration: underline;
  color: #404040;
}
#pageContents #sideNav .snav_l2 > li.cur > span {
  background: url(../image/icon_side_g_b.png) no-repeat 93% center;
}
#pageContents #sideNav .snav_l2 > li > .snav_btn {
  display: block;
  padding: 10px 20px 10px 30px;
}
#pageContents #sideNav .snav_l2 > li > .haveC {
  background: url(../image/icon_side_g_r.png) no-repeat 93% center;
}
#pageContents #sideNav .snav_l2 > li.cur > .haveC {
  background: url(../image/icon_side_g_b.png) no-repeat 93% center;
}
#pageContents #sideNav .snav_l3 {
  display: none;
  background-color: #fff;
}
#pageContents #sideNav .snav_l3 > li {
  background: url(../image/icon_dot_b.png) 30px 1.5em no-repeat;
  background-size: 2px;
}
#pageContents #sideNav .snav_l3 > li > .snav_btn {
  display: block;
  padding: 8px 25px 8px 40px;
}
#pageContents #sideNav .cur > .snav_l2,
#pageContents #sideNav .cur > .snav_l3 {
  display: block;
}
#pageContents #sideNav a[target="_blank"] span {
  position: relative;
}
#pageContents #sideNav a[target="_blank"] span:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(../image/icon_target_blank.png) no-repeat center center;
  background-size: 10px 10px;
  position: relative;
  top: 4px;
  right: 0;
}

#pageContents #mainContents {
  overflow: hidden;
}

.pageTtl .contentsText {
  max-width: 870px;
  margin: 0 auto;
}

.contentsText {
  margin-bottom: 40px;
}
.contentsText .textTtl {
  font-weight: bold;
  margin-bottom: 10px;
}

.contentsImgText {
  margin-bottom: 40px;
}
.contentsImgText .img {
  margin-bottom: 10px;
  text-align: center;
}

.contentsFlWrap {
  overflow: hidden;
  margin-bottom: 40px;
}
.contentsFlWrap .flL {
  float: left;
  margin-right: 20px;
}
.contentsFlWrap .flR {
  float: right;
  margin-left: 20px;
}
.contentsFlWrap .ov {
  overflow: hidden;
}

.contentsLinkList {
  margin-bottom: 40px;
}
.contentsLinkList p {
  margin-top: 5px;
}

.boxBlock .contentsCol2Wrap {
  margin-bottom: 0;
}

/*-------------------
col2Wrap
-------------------*/
.contentsCol2Wrap,
.col2Wrap {
  overflow: hidden;
}
.contentsCol2Wrap .col,
.col2Wrap .col {
  float: left;
     box-sizing: border-box;
  width: 50%;
  padding-left: 3%;

  -o-box-sizing: border-box;
}
.contentsCol2Wrap .col:first-child,
.col2Wrap .col:first-child {
  padding-right: 3%;
  padding-left: 0;
}

.contentsCol2Wrap {
  margin-bottom: 40px;
}
.contentsCol2Wrap .img {
  margin-bottom: 10px;
}
.contentsCol2Wrap.listType01 .col {
  margin-bottom: -30px;
}
.contentsCol2Wrap.listType01 p {
  font-weight: bold;
  margin-bottom: 5px;
}
.contentsCol2Wrap.listType01 .listTtl {
  font-weight: bold;
  margin-bottom: 5px;
}

.listGroup {
  margin-bottom: 30px;
}

.listGroupWrap {
  margin-bottom: -30px;
}

/*-------------------
postNav
-------------------*/
.postNav {
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px #bfbfbf solid;
}
.postNav .prev {
  float: left;
}
.postNav .next {
  float: right;
}
.postNav .back {
  text-align: center;
}

/*-------------------
headLine
-------------------*/
.hd_wrap {
  position: relative;
  overflow: hidden;
}
.hd_wrap .hd_01 {
  overflow: hidden;
}
.hd_wrap .hd_02 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.375;
  overflow: hidden;
  margin-bottom: 30px;
}
.hd_wrap .hd_03 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
}

.statusWrap {
  line-height: 1;
  float: left;
  margin-right: 10px;
}
.statusWrap.block {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}
.statusWrap .status {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  padding: 4px 5px;
  border: 2px solid #404040;
}
.statusWrap .status.red {
  color: #DC1C26;
  border: 2px solid #DC1C26;
}

.statusWrap .status.redSurface {
    color: #fff;
    border: 2px solid #005BAC;
    background-color: #005BAC;
}

.statusOnly {
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}
.statusOnly .status {
  margin-top: 0;
}

.pageNoticeList {
  font-size: 10px;
  margin-bottom: 40px;
}
.pageNoticeList li {
  margin-top: 10px;
}

/*-------------------
table
-------------------*/
.tableStyleWrap {
  margin-bottom: 40px;
}
.tableStyleWrap .hd {
  font-weight: bold;
  margin-bottom: 5px;
}
.tableStyleWrap table {
  line-height: 1.375;
  width: 100%;
}
.tableStyleWrap table th,
.tableStyleWrap table td {
  padding: 20px;
  border: 1px solid #bfbfbf;
}
.tableStyleWrap .allBdNonePdNone th, .tableStyleWrap .allBdNonePdNone td {
    padding: 0px;
    border: none;
    padding-bottom: 3px;
    padding-top: 2px;
}

.tableStyleWrap table th {
  font-weight: bold;
  width: 150px;
  vertical-align: middle;
}
.tableStyleWrap .rowBdNone th,
.tableStyleWrap .rowBdNone td {
  border-right: none;
  border-left: none;
}
.tableStyleWrap .rowBdNone th {
  width: 200px;
}
.tableStyleWrap02 {
  vertical-align: middle;
}
.tableStyleWrap02 .scroll {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  table-layout: fixed;
}
.tableStyleWrap02 table {
  width: 100%;
}
.tableStyleWrap02 table th,
.tableStyleWrap02 table td {
  padding: 20px;
  border: 1px solid #bfbfbf;
  white-space: pre-wrap;
}
.table-scroll {
  overflow-x: scroll;
}

/*-------------------
boxBlock
-------------------*/
.boxBlock {
  margin-bottom: 40px;
  padding: 50px 40px;
}
.boxBlock.bgColor04 {
  border-color: #404040;
}
.boxBlock.bgColor04 .ttl {
  color: #404040;
}
.boxBlock.bgColor05 {
  border-color: #1f2c5c;
}
.boxBlock.bgColor05 .ttl {
  color: #1f2c5c;
}
.boxBlock.bgColor06 {
  border: 1px solid #DC1C26;
}
.boxBlock.bgColor06 .ttl {
  color: #DC1C26;
}
.boxBlock.bgColor08 {
  border: 1px solid #404040;
}
.boxBlock.bgColor09 {
   border: 1px solid #bfbfbf;
   padding:20px;
}
.boxBlock.bgColor10 {
  border: 2px solid #DC1C26;
}
.boxBlock.bgColor10 .ttl {
  color: #DC1C26;
}
.boxBlock .ttl {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 20px;
}
.boxBlock .circle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  float: left;
     box-sizing: border-box;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  margin-right: 10px;
  padding: 1px;
  text-align: center;
  color: inherit;
  border: 2px solid #000;
  border-color: inherit;
  border-radius: 50%;

  -o-box-sizing: border-box;
}

/*-------------------
tabBoxWrap
-------------------*/
.tabBoxWrap .tabTitle {
  margin-bottom: 40px;
  border-bottom: 2px solid #e5e5e5;
}
.tabBoxWrap .tabTitle ul {
  overflow: hidden;
}
.tabBoxWrap .tabTitle ul li {
  float: left;
}
.tabBoxWrap .tabTitle ul li.cur {
  font-weight: bold;
  background: #e9f0f5;
}
.tabBoxWrap .tabTitle ul li.cur .tabBtn {
  text-decoration: none;
  color: #404040;
}
.tabBoxWrap .tabTitle ul li.cur .tabBtn:hover {
  opacity: 1;

  filter: alpha(opacity=100);
}
.tabBoxWrap .tabTitle ul li .tabBtn {
  display: inline-block;
  padding: 8px 15px;
}
.tabBoxWrap .tabTitle ul li .tabBtn:hover {
  cursor: pointer;
  opacity: .5;

  filter: alpha(opacity=50);
}
.tabBoxWrap .tabContents ul > li {
  display: none;
}
.tabBoxWrap .tabContents ul > li.cur {
  display: block;
}

/*-------------------
tabLink
-------------------*/
.tabLink {
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.tabLink > span,
.tabLink > a {
  margin-right: 30px;
}

.contentsNewsList .tabLink {
  font-size: 16px;
}
.contentsNewsList .more {
  margin-top: 30px;
}

/*-------------------
questionBlock
-------------------*/
.questionBlock {
  margin-bottom: 40px;
}
.questionBlock .circle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
     box-sizing: border-box;
  width: 28px;
  height: 28px;
  padding: 1px;
  text-align: center;
  color: #fff;
  border: 2px solid #005BAC;
  border-radius: 50%;
  background: #005BAC;

  -o-box-sizing: border-box;
}
.questionBlock dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  color: #005BAC;
}
.questionBlock dt a {
  font-size: 16px;
}
.questionBlock dd {
  position: relative;
  margin-top: 5px;
  padding-left: 35px;
}
.questionBlock dd .circle {
  color: #005BAC;
  border: 2px solid #005BAC;
  background: #fff;
}

/*-------------------
pagingNav
-------------------*/
.pagingNav {
  border-top: 1px #bfbfbf solid;
}
.pagingNav .pagingArea {
  font-size: 16px;
  overflow: hidden;
  margin-top: 20px;
}
.pagingNav .pagingArea .prev,
.pagingNav .pagingArea .next {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #3f6974;
}
.pagingNav .pagingArea .prev {
  float: left;
  margin-left: 20px;
  border-left: 0;
}
.pagingNav .pagingArea .next {
  float: right;
  margin-right: 20px;
  border-right: 0;
}
.pagingNav .pagingArea .prev:before {
  position: absolute;
  top: -1px;
  left: -18px;
  width: 0;
  height: 0;
  content: "";
  border-width: 22px 18px 22px 0;
  border-style: solid;
  border-color: transparent #3f6974 transparent transparent;
}
.pagingNav .pagingArea .prev:after {
  position: absolute;
  top: -1px;
  left: -17px;
  width: 0;
  height: 0;
  content: "";
  border-width: 22px 18px 22px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.pagingNav .pagingArea .next:before {
  position: absolute;
  top: -1px;
  right: -18px;
  width: 0;
  height: 0;
  content: "";
  border-width: 22px 0 22px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #3f6974;
}
.pagingNav .pagingArea .next:after {
  position: absolute;
  top: -1px;
  right: -17px;
  width: 0;
  height: 0;
  content: "";
  border-width: 22px 0 22px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.pagingNav .pagingArea .prev a,
.pagingNav .pagingArea .next a {
  font-size: 16px;
  line-height: 16px;
  display: block;
  height: 16px;
  padding: 13px 17px;
  vertical-align: middle;
}
.pagingNav .pagingArea .prev a {
  padding-left: 15px;
}
.pagingNav .pagingArea .next a {
  padding-right: 15px;
}
.pagingNav .pagingArea ul {
  text-align: center;
}
.pagingNav .pagingArea ul li {
  font-weight: bold;
  display: inline;
  margin-right: 8px;
  margin-left: 8px;
}
.pagingNav .pagingArea ul li a {
  line-height: 42px;
  text-decoration: underline;
}

/*-------------------
searchBox
-------------------*/
.searchBoxWrap {
  background: #fff;
  padding:;
  width:;
  margin:0 auto 10px auto;
  overflow:hidden;
}
.searchBoxWrap .innerLeft {
  width: 575px;
  float:left;
  border-right:#ebebeb 2px solid;
  box-sizing:border-box;
}
.searchBoxWrap .searchSubmitBlock {
  overflow: hidden;
}
.searchBoxWrap .searchSubmitBlock #searchText {
  display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 65%;
    float: left;
    margin-right: 5%;
    padding:9px 8px 9px 30px;
	font-size:14px;
    border: none;
    border-bottom: 1px solid #404040;
    -webkit-appearance: none;
    border-radius: 0;
    background: url(../image/icon_search.png) no-repeat left center;
}
.searchBoxWrap .btn {
  float: left;
    width: 30%;
    padding: 7px;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.375;
    display: block;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    border: none;
    background: #404040;
}
.searchBoxWrap .btn:hover {
    cursor: pointer;
    opacity: 1;
    background: #8c8c8c;
    filter: alpha(opacity=100);
}

.searchBoxWrap a {
    font-size: 16px;
    line-height: 1.375;
    display: block;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    background: #404040;
}


@media screen and (min-width: 767px) {
    body.search_page .searchFaqBtn {
    width: 640px;
    margin: 40px auto 0 auto;
    }
}

@media screen and (max-width: 767px) {
    body.search_page .searchFaqBtn {
    padding: 0 15px;
	margin-top:40px;
    }
}

/*---------------------------------------------
page_popup
---------------------------------------------*/
/*-------------------
headLine
-------------------*/
.page_popup .hd_01 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 60px;
}
.page_popup .hd_01:first-child {
  margin-top: 0;
}
.page_popup .hd_wrap .hd_01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.375;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 40px;
}
.page_popup .hd_02 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page_popup .hd_wrap .hd_02 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

/*---------------------------------------------
retina images
---------------------------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #headerWrap .inner .headNav .searchHeadNav input[type="text"] {
    background: url(../image/icon_search.png) no-repeat left center;
    background-size: 24px 28px;
  }

  /*検索アイコン*/
  #headerWrap .inner .headNav .searchHeadNav input[type="text"] {
    background: url(../image/icon_search.png) no-repeat left center;
    background-size: 24px 28px;
  }

  /*見出しの＜＞*/
  .section .sectionTtlWrap .sectionTtl {
    background: url(../image/icon_section_ttl_l.png) left center no-repeat;
    background-size: 26px 70px;
  }

  .section .sectionTtlWrap .sectionTtl h2 {
    background: url(../image/icon_section_ttl_r.png) right center no-repeat;
    background-size: 26px 70px;
  }

  /*見出しの＜＞ C-NEX*/
  .page_cnex .section .sectionTtlWrap .sectionTtl {
    background: url(../image/icon_section_ttl_l_2.png) left center no-repeat;
    background-size: 26px 70px;
  }

  .page_cnex .section .sectionTtlWrap .sectionTtl h2 {
    background: url(../image/icon_section_ttl_r_2.png) right center no-repeat;
    background-size: 26px 70px;
  }

  /*パンくずの＞*/
  .footNavWrap .footNav .topicPath ul li a {
    background: url(../image/bg_pathtopic_arrow.png) right center no-repeat;
    background-size: 17px 46px;
  }

  /*人アイコン*/
  .aboutData dt .lead {
    background: url(../image/icon_human.png) no-repeat left .25em;
    background-size: 22px 22px;
  }

  /*?アイコン*/
  .i_q {
    background: url(../image/icon_term_question.png) left center no-repeat;
    background-size: 29px 28px;
  }

  /*トレコレ●ぽち*/
  .normalList li .icon {
    background: url(../image/icon_list_normal.png) no-repeat left .3em;
    background-size: 10px 10px;
  }

  /*フッター外部リンク layout*/
  #footerWrap .footLinkWrap .footInner li a[target="_blank"] {
    background: url(../image/icon_target_blank.png) left .3em no-repeat;
    background-size: 10px 10px;
  }
  /*フッターpopupリンク layout*/
  #footerWrap .footInfoWrap .footInner .footAdInfo dt a.i_target {
    padding-left: 17px;
    background: url(../image/icon_popup.png) left .3em no-repeat;
    background-size: 10px 10px;
    background-position: 0% 50%;
  }

  #footerWrap .footLinkWrap .footInner li a[target="_blank"].popupLink {
    background: url(../image/icon_popup.png) left .3em no-repeat;
    background-size: 10px 10px;
  }

  /*外部リンク*/
  .linkColor.target {
    background: url(../image/icon_target_blank.png) right center no-repeat;
    background-size: 10px 10px;
  }

  .i_target {
    background: url(../image/icon_target_blank.png) 3px center no-repeat;
    background-size: 10px 10px;
  }
  .i_popup {
    background: url(../image/icon_popup.png) 3px center no-repeat;
    background-size: 10px 10px;
  }
  .localFooter .colWrap a[target="_blank"] {
    background: url(../image/icon_target_blank_w.png) no-repeat left .3em;
    background-size: 10px 10px;
  }

  /*ページ内リンク*/
  .localFooter .colWrap a.icon_anchor {
    background: url(../image/icon_anchor_w.png) left center no-repeat;
    background-size: 10px 10px;
  }

  /*サイドナビ*/
  #pageContents #sideNav .snav_l1 > li.cur > .haveC {
    background: url(../image/icon_side_g_b.png) no-repeat 93% center;
    background-size: 10px 10px;
  }

  #pageContents #sideNav .snav_l1 > li > .haveC {
    background: url(../image/icon_side_w_r.png) no-repeat 93% center;
    background-size: 10px 10px;
  }

  /*リストアイコン*/
  .normalList li .icon {
    background: url(../image/icon_list_normal.png) no-repeat left .3em;
    background-size: 14px 14px;
  }

  /*サイドナビ*/
  #pageContents #sideNav .snav_l2 > li > .haveC {
    background: url(../image/icon_side_g_r.png) no-repeat 93% center;
    background-size: 10px 10px;
  }

  #pageContents #sideNav .snav_l2 li {
    background: url(../image/icon_dot_b.png) 20px 1.5em no-repeat;
    background-size: 2px 2px;
  }

  /*Questionアイコン*/
  .i_q {
    background: url(../image/icon_term_question.png) left center no-repeat;
    background-size: 29px 28px;
  }

  .termsBlock dt .icon_q {
    background: url(../image/icon_term_question.png) left center no-repeat;
    background-size: 29px 28px;
  }

  /*箇条書きリスト*/
  .dotList li {
    background: url(../image/icon_dot_b.png) no-repeat left .75em;
    background-size: 4px;
  }

}
/*===========================================
 SP
===========================================*/
@media screen and (max-width: 767px) {
  .splayoutC {
    text-align: center !important;
  }

  .splayoutL {
    text-align: left !important;
  }

  .splayoutR {
    text-align: right !important;
  }

  .sp_mt0 {
    margin-top: 0px !important;
  }

  .sp_mb0 {
    margin-bottom: 0px !important;
  }

  .sp_ml0 {
    margin-left: 0px !important;
  }

  .sp_mr0 {
    margin-right: 0px !important;
  }

  .sp_pt0 {
    padding-top: 0px !important;
  }

  .sp_pb0 {
    padding-bottom: 0px !important;
  }

  .sp_pl0 {
    padding-left: 0px !important;
  }

  .sp_pr0 {
    padding-right: 0px !important;
  }

  .sp_mg0 {
    margin: 0px !important;
  }

  .sp_pd0 {
    padding: 0px !important;
  }

  .sp_mt5 {
    margin-top: 5px !important;
  }

  .sp_mb5 {
    margin-bottom: 5px !important;
  }

  .sp_ml5 {
    margin-left: 5px !important;
  }

  .sp_mr5 {
    margin-right: 5px !important;
  }

  .sp_pt5 {
    padding-top: 5px !important;
  }

  .sp_pb5 {
    padding-bottom: 5px !important;
  }

  .sp_pl5 {
    padding-left: 5px !important;
  }

  .sp_pr5 {
    padding-right: 5px !important;
  }

  .sp_mg5 {
    margin: 5px !important;
  }

  .sp_pd5 {
    padding: 5px !important;
  }

  .sp_mt10 {
    margin-top: 10px !important;
  }

  .sp_mb10 {
    margin-bottom: 10px !important;
  }

  .sp_ml10 {
    margin-left: 10px !important;
  }

  .sp_mr10 {
    margin-right: 10px !important;
  }

  .sp_pt10 {
    padding-top: 10px !important;
  }

  .sp_pb10 {
    padding-bottom: 10px !important;
  }

  .sp_pl10 {
    padding-left: 10px !important;
  }

  .sp_pr10 {
    padding-right: 10px !important;
  }

  .sp_mg10 {
    margin: 10px !important;
  }

  .sp_pd10 {
    padding: 10px !important;
  }

  .sp_mt15 {
    margin-top: 15px !important;
  }

  .sp_mb15 {
    margin-bottom: 15px !important;
  }

  .sp_ml15 {
    margin-left: 15px !important;
  }

  .sp_mr15 {
    margin-right: 15px !important;
  }

  .sp_pt15 {
    padding-top: 15px !important;
  }

  .sp_pb15 {
    padding-bottom: 15px !important;
  }

  .sp_pl15 {
    padding-left: 15px !important;
  }

  .sp_pr15 {
    padding-right: 15px !important;
  }

  .sp_mg15 {
    margin: 15px !important;
  }

  .sp_pd15 {
    padding: 15px !important;
  }

  .sp_mt20 {
    margin-top: 20px !important;
  }

  .sp_mb20 {
    margin-bottom: 20px !important;
  }

  .sp_ml20 {
    margin-left: 20px !important;
  }

  .sp_mr20 {
    margin-right: 20px !important;
  }

  .sp_pt20 {
    padding-top: 20px !important;
  }

  .sp_pb20 {
    padding-bottom: 20px !important;
  }

  .sp_pl20 {
    padding-left: 20px !important;
  }

  .sp_pr20 {
    padding-right: 20px !important;
  }

  .sp_mg20 {
    margin: 20px !important;
  }

  .sp_pd20 {
    padding: 20px !important;
  }

  .sp_mt25 {
    margin-top: 25px !important;
  }

  .sp_mb25 {
    margin-bottom: 25px !important;
  }

  .sp_ml25 {
    margin-left: 25px !important;
  }

  .sp_mr25 {
    margin-right: 25px !important;
  }

  .sp_pt25 {
    padding-top: 25px !important;
  }

  .sp_pb25 {
    padding-bottom: 25px !important;
  }

  .sp_pl25 {
    padding-left: 25px !important;
  }

  .sp_pr25 {
    padding-right: 25px !important;
  }

  .sp_mg25 {
    margin: 25px !important;
  }

  .sp_pd25 {
    padding: 25px !important;
  }

  .sp_mt30 {
    margin-top: 30px !important;
  }

  .sp_mb30 {
    margin-bottom: 30px !important;
  }

  .sp_ml30 {
    margin-left: 30px !important;
  }

  .sp_mr30 {
    margin-right: 30px !important;
  }

  .sp_pt30 {
    padding-top: 30px !important;
  }

  .sp_pb30 {
    padding-bottom: 30px !important;
  }

  .sp_pl30 {
    padding-left: 30px !important;
  }

  .sp_pr30 {
    padding-right: 30px !important;
  }

  .sp_mg30 {
    margin: 30px !important;
  }

  .sp_pd30 {
    padding: 30px !important;
  }

  .sp_mt35 {
    margin-top: 35px !important;
  }

  .sp_mb35 {
    margin-bottom: 35px !important;
  }

  .sp_ml35 {
    margin-left: 35px !important;
  }

  .sp_mr35 {
    margin-right: 35px !important;
  }

  .sp_pt35 {
    padding-top: 35px !important;
  }

  .sp_pb35 {
    padding-bottom: 35px !important;
  }

  .sp_pl35 {
    padding-left: 35px !important;
  }

  .sp_pr35 {
    padding-right: 35px !important;
  }

  .sp_mg35 {
    margin: 35px !important;
  }

  .sp_pd35 {
    padding: 35px !important;
  }

  .sp_mt40 {
    margin-top: 40px !important;
  }

  .sp_mb40 {
    margin-bottom: 40px !important;
  }

  .sp_ml40 {
    margin-left: 40px !important;
  }

  .sp_mr40 {
    margin-right: 40px !important;
  }

  .sp_pt40 {
    padding-top: 40px !important;
  }

  .sp_pb40 {
    padding-bottom: 40px !important;
  }

  .sp_pl40 {
    padding-left: 40px !important;
  }

  .sp_pr40 {
    padding-right: 40px !important;
  }

  .sp_mg40 {
    margin: 40px !important;
  }

  .sp_pd40 {
    padding: 40px !important;
  }

  .sp_mt45 {
    margin-top: 45px !important;
  }

  .sp_mb45 {
    margin-bottom: 45px !important;
  }

  .sp_ml45 {
    margin-left: 45px !important;
  }

  .sp_mr45 {
    margin-right: 45px !important;
  }

  .sp_pt45 {
    padding-top: 45px !important;
  }

  .sp_pb45 {
    padding-bottom: 45px !important;
  }

  .sp_pl45 {
    padding-left: 45px !important;
  }

  .sp_pr45 {
    padding-right: 45px !important;
  }

  .sp_mg45 {
    margin: 45px !important;
  }

  .sp_pd45 {
    padding: 45px !important;
  }

  .sp_mt50 {
    margin-top: 50px !important;
  }

  .sp_mb50 {
    margin-bottom: 50px !important;
  }

  .sp_ml50 {
    margin-left: 50px !important;
  }

  .sp_mr50 {
    margin-right: 50px !important;
  }

  .sp_pt50 {
    padding-top: 50px !important;
  }

  .sp_pb50 {
    padding-bottom: 50px !important;
  }

  .sp_pl50 {
    padding-left: 50px !important;
  }

  .sp_pr50 {
    padding-right: 50px !important;
  }

  .sp_mg50 {
    margin: 50px !important;
  }

  .sp_pd50 {
    padding: 50px !important;
  }

  .sp_mt55 {
    margin-top: 55px !important;
  }

  .sp_mb55 {
    margin-bottom: 55px !important;
  }

  .sp_ml55 {
    margin-left: 55px !important;
  }

  .sp_mr55 {
    margin-right: 55px !important;
  }

  .sp_pt55 {
    padding-top: 55px !important;
  }

  .sp_pb55 {
    padding-bottom: 55px !important;
  }

  .sp_pl55 {
    padding-left: 55px !important;
  }

  .sp_pr55 {
    padding-right: 55px !important;
  }

  .sp_mg55 {
    margin: 55px !important;
  }

  .sp_pd55 {
    padding: 55px !important;
  }

  .sp_mt60 {
    margin-top: 60px !important;
  }

  .sp_mb60 {
    margin-bottom: 60px !important;
  }

  .sp_ml60 {
    margin-left: 60px !important;
  }

  .sp_mr60 {
    margin-right: 60px !important;
  }

  .sp_pt60 {
    padding-top: 60px !important;
  }

  .sp_pb60 {
    padding-bottom: 60px !important;
  }

  .sp_pl60 {
    padding-left: 60px !important;
  }

  .sp_pr60 {
    padding-right: 60px !important;
  }

  .sp_mg60 {
    margin: 60px !important;
  }

  .sp_pd60 {
    padding: 60px !important;
  }

  .sp_mt65 {
    margin-top: 65px !important;
  }

  .sp_mb65 {
    margin-bottom: 65px !important;
  }

  .sp_ml65 {
    margin-left: 65px !important;
  }

  .sp_mr65 {
    margin-right: 65px !important;
  }

  .sp_pt65 {
    padding-top: 65px !important;
  }

  .sp_pb65 {
    padding-bottom: 65px !important;
  }

  .sp_pl65 {
    padding-left: 65px !important;
  }

  .sp_pr65 {
    padding-right: 65px !important;
  }

  .sp_mg65 {
    margin: 65px !important;
  }

  .sp_pd65 {
    padding: 65px !important;
  }

  .sp_mt70 {
    margin-top: 70px !important;
  }

  .sp_mb70 {
    margin-bottom: 70px !important;
  }

  .sp_ml70 {
    margin-left: 70px !important;
  }

  .sp_mr70 {
    margin-right: 70px !important;
  }

  .sp_pt70 {
    padding-top: 70px !important;
  }

  .sp_pb70 {
    padding-bottom: 70px !important;
  }

  .sp_pl70 {
    padding-left: 70px !important;
  }

  .sp_pr70 {
    padding-right: 70px !important;
  }

  .sp_mg70 {
    margin: 70px !important;
  }

  .sp_pd70 {
    padding: 70px !important;
  }

  .sp_mt75 {
    margin-top: 75px !important;
  }

  .sp_mb75 {
    margin-bottom: 75px !important;
  }

  .sp_ml75 {
    margin-left: 75px !important;
  }

  .sp_mr75 {
    margin-right: 75px !important;
  }

  .sp_pt75 {
    padding-top: 75px !important;
  }

  .sp_pb75 {
    padding-bottom: 75px !important;
  }

  .sp_pl75 {
    padding-left: 75px !important;
  }

  .sp_pr75 {
    padding-right: 75px !important;
  }

  .sp_mg75 {
    margin: 75px !important;
  }

  .sp_pd75 {
    padding: 75px !important;
  }

  .sp_mt80 {
    margin-top: 80px !important;
  }

  .sp_mb80 {
    margin-bottom: 80px !important;
  }

  .sp_ml80 {
    margin-left: 80px !important;
  }

  .sp_mr80 {
    margin-right: 80px !important;
  }

  .sp_pt80 {
    padding-top: 80px !important;
  }

  .sp_pb80 {
    padding-bottom: 80px !important;
  }

  .sp_pl80 {
    padding-left: 80px !important;
  }

  .sp_pr80 {
    padding-right: 80px !important;
  }

  .sp_mg80 {
    margin: 80px !important;
  }

  .sp_pd80 {
    padding: 80px !important;
  }

  .sp_mt85 {
    margin-top: 85px !important;
  }

  .sp_mb85 {
    margin-bottom: 85px !important;
  }

  .sp_ml85 {
    margin-left: 85px !important;
  }

  .sp_mr85 {
    margin-right: 85px !important;
  }

  .sp_pt85 {
    padding-top: 85px !important;
  }

  .sp_pb85 {
    padding-bottom: 85px !important;
  }

  .sp_pl85 {
    padding-left: 85px !important;
  }

  .sp_pr85 {
    padding-right: 85px !important;
  }

  .sp_mg85 {
    margin: 85px !important;
  }

  .sp_pd85 {
    padding: 85px !important;
  }

  .sp_mt90 {
    margin-top: 90px !important;
  }

  .sp_mb90 {
    margin-bottom: 90px !important;
  }

  .sp_ml90 {
    margin-left: 90px !important;
  }

  .sp_mr90 {
    margin-right: 90px !important;
  }

  .sp_pt90 {
    padding-top: 90px !important;
  }

  .sp_pb90 {
    padding-bottom: 90px !important;
  }

  .sp_pl90 {
    padding-left: 90px !important;
  }

  .sp_pr90 {
    padding-right: 90px !important;
  }

  .sp_mg90 {
    margin: 90px !important;
  }

  .sp_pd90 {
    padding: 90px !important;
  }

  .sp_mt95 {
    margin-top: 95px !important;
  }

  .sp_mb95 {
    margin-bottom: 95px !important;
  }

  .sp_ml95 {
    margin-left: 95px !important;
  }

  .sp_mr95 {
    margin-right: 95px !important;
  }

  .sp_pt95 {
    padding-top: 95px !important;
  }

  .sp_pb95 {
    padding-bottom: 95px !important;
  }

  .sp_pl95 {
    padding-left: 95px !important;
  }

  .sp_pr95 {
    padding-right: 95px !important;
  }

  .sp_mg95 {
    margin: 95px !important;
  }

  .sp_pd95 {
    padding: 95px !important;
  }

  .sp_mt100 {
    margin-top: 100px !important;
  }

  .sp_mb100 {
    margin-bottom: 100px !important;
  }

  .sp_ml100 {
    margin-left: 100px !important;
  }

  .sp_mr100 {
    margin-right: 100px !important;
  }

  .sp_pt100 {
    padding-top: 100px !important;
  }

  .sp_pb100 {
    padding-bottom: 100px !important;
  }

  .sp_pl100 {
    padding-left: 100px !important;
  }

  .sp_pr100 {
    padding-right: 100px !important;
  }

  .sp_mg100 {
    margin: 100px !important;
  }

  .sp_pd100 {
    padding: 100px !important;
  }

  .spW100p {
    width: 100% !important;
    height: auto !important;
  }

  .btnType01 {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 10px;
  }

  .btnType02 {
    font-size: 16px;
    padding: 13px 10px;
  }

  .btnType03 {
    font-size: 16px;
    padding: 13px 10px;
  }

  .btnType04 {
    font-size: 16px;
    padding: 13px 10px;
  }

  .btnType05 {
    font-size: 16px;
    padding: 13px 10px;
  }

  .btnType06 {
    font-size: 16px;
    padding: 13px 10px;
  }
    .btnType07 {
    font-size: 16px;
    padding: 13px 10px;
  }

  .btnType01:hover {
    background: #DC1C26;
  }

  .btnType02:hover {
    background: #404040;
  }

  .btnType03:hover {
    background: #DC1C26;
  }

  .spFs10 {
    font-size: 10px !important;
  }

  .spFs12 {
    font-size: 12px !important;
  }

  .spFs14 {
    font-size: 14px !important;
  }

  .spFs16 {
    font-size: 16px !important;
  }

  .spFs18 {
    font-size: 18px !important;
  }

  .spFs20 {
    font-size: 20px !important;
  }

  .spFs22 {
    font-size: 22px !important;
  }

  .spFs24 {
    font-size: 24px !important;
  }

  .spFs26 {
    font-size: 26px !important;
  }

  .spFs28 {
    font-size: 28px !important;
  }

  .sp_h3em {
    height: 3em;
  }

  .sp_h4em {
    height: 4em;
  }

  .sp_h5em {
    height: 5em;
  }

  .sp_h6em {
    height: 6em;
  }

  .sp_h7em {
    height: 7em;
  }

  .sp_h8em {
    height: 8em;
  }

  .sp_h9em {
    height: 9em;
  }

  .sp_h10em {
    height: 10em;
  }

  .sptxtB {
    font-weight: bold !important;
  }

  .sptxtN {
    font-weight: normal !important;
  }

  .w300 {
    max-width: 100%;
  }

  .w320 {
    max-width: 100%;
  }

  .spW80p {
    width: 80% !important;
    height: auto !important;
  }

  .spW70p {
    width: 70% !important;
    height: auto !important;
  }

  .spW60p {
    width: 60% !important;
    height: auto !important;
  }

  .sp_disnone {
    display: none;
  }

  .sp_disb {
    display: block !important;
  }

  .sp_disib {
    display: inline-block !important;
  }

  .sp_disi {
    display: inline !important;
  }

  .sp_dist {
    display: table !important;
  }

  .sp_distc {
    display: table-cell !important;
  }

  .sp_bdNone {
    border: none !important;
  }

  .sp_bdTNone {
    border-top: none !important;
  }

  .sp_bdBNone {
    border-bottom: none !important;
  }

  .sp_imgMax {
       box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;

    -o-box-sizing: border-box;
  }

  .sp_lh1 {
    line-height: 1 !important;
  }

  .sp_lh1_3 {
    line-height: 1.375 !important;
  }

  .sp_lh1_5 {
    line-height: 1.5 !important;
  }

  .sp_lh1_7 {
    line-height: 1.75 !important;
  }

  .sort_parent {
    display:    -moz-box;
    display: -webkit-box;
    display:      -o-box;
    display:     -ms-box;

       -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
         -o-box-orient: vertical;
        -ms-box-orient: vertical;
  }

  .sort01 {
    -webkit-box-ordinal-group: 1;
       -moz-box-ordinal-group: 1;
  }

  .sort02 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
  }

  .sort03 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
  }

  .sort04 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
  }
 .remarks{
	 font-size:18px !important;
	 font-weight:100 !important;
	 vertical-align:middle !important;
}
  #contents .section {
    padding: 0;
  }
  #contents .section .containerInner {
    padding: 30px 15px;
  }
  #contents .section .grayBalloon {
    background-size: 63px 30px;
  }
  #contents .section .grayBalloon .containerInner {
    padding: 40px 15px 20px;
  }
  #contents .section .sectionTtlWrap {
    margin-bottom: 20px;
  }
  #contents .section .sectionTtlWrap .sectionTtl h2 {
    padding: 0 50px;
  }
  #contents .section .sectionTtlWrap .sectionTtl h2 .ttl {
    font-size: 39px;
  }
  #contents .section .sectionTtlWrap .sectionTtl h2 .lead {
    font-size: 14px;
  }
  #contents .section .sectionTtlLead {
    font-size: 16px;
  }
  #contents .hd_03 {
    margin: 25px 0 15px;
  }
  #contents .hd_03 .ttl {
    font-size: 21px;
  }
  #contents .hd_03 .lead {
    font-size: 14px;
    display: block;
  }
  #contents .hd_04 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

/*---------------------------------------------
 Top page academy news
---------------------------------------------*/
#seminarNews {
	padding: 0 15px;
	}

	#seminarNews dl {
	padding: 15px;
	width:100%;
	box-sizing:border-box;
	}

	#seminarNews dl dd {
	padding-left:0;
	}

	#seminarNews dl dt,
	#seminarNews dl dd {
	float: none;
	width: 100%;
	display:inline-block;
	}

  .aboutBalloon {
    margin-bottom: 30px;
    padding: 0 10px 40px;
  }
  .aboutBalloon .img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }
  .aboutBalloon .txt {
    font-size: 16px;
    line-height: 1.5;
    float: none;
    width: 100%;
    text-align: center;
  }

  .voiceList {
    margin: 0 auto;
  }
  .voiceList li {
    margin-top: 40px;
  }
  .top_index .voiceList li {
    margin-top: 50px;
    padding-left: 0;
  }
  .top_index .voiceList li.TopAboutList {
    margin-top: 50px;
    padding-left: 0;
  }
  .voiceList li:first-child {
    margin-top: 0;
  }
  .voiceList li .ttl {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
  }
  .voiceList li .img {
    position: static;
    margin-bottom: 15px;
    text-align: center;
  }
  .voiceList li .wideImg{
    position: static;
    margin-bottom: 15px;
    text-align: center;
  }
  .voiceList li .img img {
    width: 140px;
  }
  .voiceList li .txt {
    margin-bottom: 15px;
  }

  .commentWrap {
    margin-top: 10px;
    padding: 0 !important;
  }
  .commentWrap .user {
    display: none;
  }
  .commentWrap .comment {
    display: block;
    height: auto;
    padding: 10px 15px;
    text-align: left;
  }
  .commentWrap .comment .spOnly {
    font-weight: normal;
    font-weight: bold;
    display: block;
    color: #404040;
  }
  .commentWrap .comment:after {
    display: none;
  }

  .col2List li {
    float: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .col2List li:first-child .col .txtCol {
    padding-right: 0;
  }
  .col2List li .col {
    height: auto;
  }
  .col2List li .col .img {
    padding-right: 10px;
    vertical-align: top;
  }
  .col2List li .col .txtCol {
    display: table-cell;
    padding-right: 0;
    vertical-align: top;
  }
  .col2List li .col .txtCol .ttl {
    font-weight: bold;
    overflow: hidden;
  }
  .col2List li .col .txtCol .txt {
    overflow: hidden;
  }

  .balloonList {
    display: none;
  }

  .serviceList li {
    margin-top: 60px;
  }
  .serviceList li .logo {
    margin-bottom: 10px;
    text-align: center;
  }
  .serviceList li .lead {
    font-size: 14px;
  }
  .serviceList li .txt_01 {
    margin-bottom: 10px;
    text-align: left;
  }
  .serviceList li .txt_02 {
    line-height: 1.75;
    text-align: left;
  }
  .serviceList li .img {
    margin-bottom: 20px;
    text-align: center;
  }
  .serviceList li .link {
    text-align: center;
  }
  .serviceList li .btn {
    margin-top: 20px;
  }
  .serviceList li .appWrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .serviceList li .appWrap .ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .serviceList li .appWrap .appBtn {
    margin-bottom: 10px;
  }
  .serviceList li .appWrap .appBtn img {
    width: 186px !important;
    height: auto !important;
  }
  .serviceList li .appWrap img {
    width: 100%;
    height: auto;
  }
  .serviceList li dt {
    margin-bottom: 20px;
    text-align: center;
  }
  .serviceList .col1 {
    text-align: center;
  }
  .serviceList .col1 .txt_01 {
    text-align: left;
  }
  .serviceList .col1 dd .lead {
    font-size: 21px;
  }
  .serviceList .col2 {
    overflow: hidden;
  }
  .serviceList .col2 dt {
    float: none;
       box-sizing: border-box;
    width: 100%;
    margin-right: 0;

    -o-box-sizing: border-box;
  }
  .serviceList .col2 dt .lead {
    font-size: 14px;
  }
  .serviceList .col2 dt .img {
    text-align: center;
  }
  .serviceList .col2 dd {
    float: none;
    max-width: 100%;
  }

  .col3List {
    display: block;
    overflow: visible;
    margin: 30px auto;
  }
  .col3List li {
    display: block;
    float: none;
    width: 100%;
    padding: 30px 0;
    border-left: 0;
    background: url(../image/sp_section_solid.png) top center no-repeat;
    background-size: 144px 2px;
  }
  .col3List li:first-child {
    padding-top: 0;
    background: none;
  }
  .col3List li .lead {
    text-align: center;
  }
  .col3List li .ttl {
    font-size: 21px;
    text-align: center;
    color: #404040;
  }
  .col3List li .img {
    padding-top: 0;
  }
  .col3List li .img a {
    display: inline-block;
    float: none;
  }
  .col3List li .img a span {
    display: inline;
  }
  .col3List li .txt {
    margin-bottom: 20px;
  }
  .col3List li .txt.h8em {
    height: auto;
  }
  .col3List li .btnWrap {
    position: relative;
    height: auto;
    padding-bottom: 45px;
  }
  .col3List li .btnWrap .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }

  .borderBlock {
    padding: 35px 0 40px;
  }
  .borderBlock h3 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
  }
  .borderBlock .marketInfo {
    margin-top: 15px;
  }

  .bnrCol3 {
    margin-top: 10px;
  }
  .bnrCol3 ul {
    margin-bottom: 0;
    letter-spacing: -.4em;
  }
  .bnrCol3 ul li {
    display: block;
    margin: 15px 0 0;
  }

  .snsCol3 {
    margin-top: 20px;
    text-align: center;
  }
  .snsCol3 ul {
    letter-spacing: -.4em;
  }
  .snsCol3 ul li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
  }
  .snsCol3 ul li img {
    width: auto;
    height: 35px;
  }

  #ecindalerts {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #ecindalerts .innerWrap {
    float: none;
    margin-right: 0;
  }

  .rateHead {
    height: auto;
  }

  .ratetimeWrap {
    display: block;
    float: none;
       box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    padding-left: 0;

    -o-box-sizing: border-box;
  }

  #ratebox {
    float: none;
    margin: 10px 0 20px;
  }
  #ratebox .innerWrap {
    margin-right: 0;
  }
  #ratebox .dollaryen,
  #ratebox .audyen,
  #ratebox .euroyen,
  #ratebox .eurodollar {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none;
  }
  #ratebox #ratetime {
    display: none;
    float: none;
    width: 100%;
  }

  .noticeList li {
    margin-top: 10px;
  }

  .squareBlock ul {
    width: 100%;
  }
  .squareBlock ul li {
       box-sizing: border-box;
    width: 50%;
    margin: 0 0 10px;
    padding: 0 5px;

    -o-box-sizing: border-box;
  }
  .squareBlock ul li:nth-child(2n) {
    padding-right: 0;
  }
  .squareBlock ul li:nth-child(2n+1) {
    padding-left: 0;
  }
  .squareBlock ul li.wide {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .squareBlock ul li.wide .box {
    height: auto;
    padding: 15px 0;
  }
  .squareBlock ul li.wide .box .ttl {
    font-size: 16px;
    margin-top: 0;
  }
  .squareBlock ul li .box {
       box-sizing: border-box;
    width: 100%;
    padding: 10px 0 10px;

    -o-box-sizing: border-box;
  }
  .squareBlock ul li .box .ttl {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    color: #404040;
  }
  .squareBlock ul li .box .link {
    font-size: 12px;
  }
  .squareBlock ul li .box .img {
    height: auto;
    padding: 0;
  }
  .squareBlock ul.col4 {
    margin-right: 0;
    margin-left: 0;
  }
  .squareBlock ul.col4 li .box .link {
    font-size: 11px;
  }
  .squareBlock ul.col4 li .box .ttl {
    max-width: 150px;
    height: 4.5em;
    margin: 0 auto;
    padding: 0 10px;
  }
  .squareBlock ul.col4 li .box .img {
    padding-bottom: 15px;
  }
  .squareBlock ul.col2 {
    max-width: 100%;
  }
  .squareBlock ul.col2 li {
    width: 50%;
    margin: 0 0 10px;
  }
  .squareBlock ul.col3 {
    max-width: 100%;
  }
  .squareBlock ul.col3 li {
    width: 50%;
    margin: 0 0 10px;
  }
  .squareBlock ul.col3 li .box {
    height: 150px;
  }
  .squareBlock ul.col3 li .box .ttl {
    max-width: 150px;
    height: 4.5em;
    margin: 0 auto;
    padding: 0 10px;
  }
  .squareBlock .link span {
    margin-bottom: 50px;
  }
  .localFooter {
    margin: 60px 15px 40px;
    padding: 0;
  }
  .localFooter .localFooterTtl {
    font-size: 14px;
    padding: 15px 10px;
  }
  .localFooter .colWrap {
    font-size: 12px;
    padding: 5px 15px 15px;
  }
  .localFooter .colWrap .col1,
  .localFooter .colWrap .col2,
  .localFooter .colWrap .col3 {
    float: none;
    width: auto;
  }
  .localFooter .colWrap .col1 dl,
  .localFooter .colWrap .col2 dl,
  .localFooter .colWrap .col3 dl {
    margin-top: 25px;
  }
  .localFooter .colWrap .col1 dl:first-child,
  .localFooter .colWrap .col2 dl:first-child,
  .localFooter .colWrap .col3 dl:first-child {
    margin-top: 0;
  }
  .localFooter .colWrap .col1 dl dt,
  .localFooter .colWrap .col2 dl dt,
  .localFooter .colWrap .col3 dl dt {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .localFooter .colWrap .col1 dl dd ul li,
  .localFooter .colWrap .col2 dl dd ul li,
  .localFooter .colWrap .col3 dl dd ul li {
    margin-bottom: 3px;
  }
  .localFooter .colWrap .col2 dl:nth-child(2n) {
    margin-top: 15px;
  }

/*	20171212 3col	*/
  .col3Box {
    margin: 60px 15px 40px;
    padding: 0;
  }
  .col3Box .localFooterTtl {
    font-size: 14px;
    padding: 15px 10px;
  }
  .col3Box .colWrap {
    font-size: 12px;
    padding: 5px 15px 15px;
  }
  .col3Box .colWrap .col1,
  .col3Box .colWrap .col2,
  .col3Box .colWrap .col3 {
    float: none;
    width: auto;
  }
  .col3Box .colWrap .col1 dl,
  .col3Box .colWrap .col2 dl,
  .col3Box .colWrap .col3 dl {
    margin-top: 25px;
  }
  .col3Box .colWrap .col1 dl:first-child,
  .col3Box .colWrap .col2 dl:first-child,
  .col3Box .colWrap .col3 dl:first-child {
    margin-top: 0;
  }
  .col3Box .colWrap .col1 dl dt,
  .col3Box .colWrap .col2 dl dt,
  .col3Box .colWrap .col3 dl dt {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .col3Box .colWrap .col1 dl dd ul li,
  .col3Box .colWrap .col2 dl dd ul li,
  .col3Box .colWrap .col3 dl dd ul li {
    margin-bottom: 3px;
  }
  .col3Box .colWrap .col2 dl:nth-child(2n) {
    margin-top: 15px;
  }

  .col2BlockWrap {
    width: auto;
    padding-top: 0;
  }
  .col2BlockWrap .hd_03 {
    text-align: center;
  }
  .col2BlockWrap .colLBlock {
    float: none;
    width: auto;
    padding-top: 20px;
    padding-right: 0;
    border: none;
  }
  .col2BlockWrap .colLBlock .voiceList {
    max-width: 100%;
  }
  .col2BlockWrap .colRBlock {
    width: auto;
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e6e6e6;
  }

  .mainPage {
    margin-bottom: 0;
  }
  .mainPage .txtWrap {
    padding: 30px 10px 20px;
  }
  .mainPage .txtWrap .ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .mainPage .txtWrap .kouzaStap .ttl {
    font-size: 16px;
	font-color:#404040;
  }
.stepFlowBlock .kouzaStap {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .mainPage .txtWrap .ttl img {
    max-width: 320px;
    height: auto;
  }
  .mainPage .txtWrap .txt {
    line-height: 1.75;
    margin-top: 15px;
  }
  .mainPage .logo {
    padding: 0 30px 5px;
  }
  .mainPage .btn {
    margin-top: 20px;
    padding: 0;
  }
  .mainPage .btn a {
    min-width: 190px;
  }

  .bg_gaikaex {
    background: url(../image/sp_img_mainvisual.png) top center no-repeat;
    background-size: 100% auto;
  }

  .bg_opt {
    background: url(../image/sp_img_mainvisual1.png) top center no-repeat;
    background-size: 100% auto;
  }

  .bg_trecolle {
    background: url(https://www.gaikaex.com/trecolle/images/sp_img_mainvisual.png) top center no-repeat;
    background-size: 100% auto;
  }

  .bg_cnex {
    background: url(https://www.gaikaex.com/cnex/images/sp_img_mainvisual.png) top center no-repeat;
    background-size: 100% auto;
  }
	  /*	20160329	*/
	.bg_gaikaex {
	  height: auto;
	}

	.bg_opt {
	  height: 380px;
	}

	.bg_trecolle {
	  height: 434px;
	}

	.bg_cnex {
	  height: 434px;
	}
  /*	/20160329	*/

.bg_fund {
	height: 434px;
    background: url(https://www.gaikaex.com/fund/images/sp_img_mainvisual.png) top center no-repeat;
    background-size: 100% auto;
　}

  .btnAcc .btnType02 {
    background: url(../image/sp_icon_menu_b.png) no-repeat right center #404040;
    background-size: 27px 8px;
  }
  .btnAcc.cur .btnType02 {
    background: url(../image/sp_icon_menu_t.png) no-repeat right center #404040;
    background-size: 27px 8px;
  }

  .stepFlowBlock ul li {
    float: none;
    width: 100%;
  }
  .stepFlowBlock ul li dl {
    overflow: hidden;
    background: url(../image/sp_bg_solid_step.png) 15px repeat-y;
  }
  .stepFlowBlock ul li dl.grayLine {
    overflow: hidden;
    background: url(../image/sp_bg_solid_step2.png) 15px repeat-y;
  }
  .stepFlowBlock ul li dl dt {
    float: left;
    padding-right: 0;
    padding-left: 0;
    background: none !important;
  }
  .stepFlowBlock ul li dl dt .sup {
    font-size: 14px;
    font-weight: bold;
  }
  .stepFlowBlock ul li dl dt .num {
    font-size: 18px;
  }
 .stepFlowBlock ul li dl dt .num2 {
    font-size: 18px;
  }
  .stepFlowBlock ul li dl dd {
    padding-left: 46px;
  }
  .stepFlowBlock ul li dl dd .ttl {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .stepFlowBlock ul li dl dd .ttl.h01 {
    height: auto;
  }
  .stepFlowBlock ul li dl dd .img {
    padding: 10px 10px 20px;
    text-align: center;
  }
  .stepFlowBlock ul li:last-child dl {
    background: none;
  }

  .btnCol2Wrap .colL {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .btnCol2Wrap .colR {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .btnCol2Wrap a {
    height: 63px;
    height: 33px;
    padding: 0;
    padding: 15px 10px;
  }
.btnCol2Wrap .btnType06 {
    height: 63px;
    height: 33px;
    padding: 0;
    padding: 11px 10px;
}
  .normalList li {
    margin-bottom: 10px;
  }
  .normalList li .icon {
    display: block !important;
    text-align: left !important;
  }

  .centerLinkList {
    margin-top: 10px;
  }
  .centerLinkList li {
    margin: 5px 10px;
  }

  .aboutData dt .lead {
    font-size: 14px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    background: url(../image/icon_human.png) no-repeat left .25em;
    background-size: 16px 16px;
  }
  .aboutData dt .ttl {
    font-size: 21px;
  }
  .aboutData .ttlWrap {
    font-size: 14px;
  }
  .aboutData dd.btnWrap {
    margin-top: 10px;
  }

  .camList li {
    margin-top: 25px;
  }
  .camList li .bnr {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .decCol2List {
    margin: 0;
    padding: 0;
  }
  .decCol2List li .img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
  }
  .decCol2List li .lead {
    float: none;
    width: 100%;
    text-align: center;
  }
  .decCol2List li .ttl {
    font-size: 20px;
    text-align: center;
  }

  .camAccBlock {
    padding-top: 30px;
  }
  .camAccBlock .accToggle {
    position: relative;
    height: 20px;
    border-top: 2px solid #e5e5e5;
  }
  .camAccBlock .accToggle .iconTgl {
    position: absolute;
    top: -25px;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: url(../image/sp_icon_camacc_b.png) no-repeat center;
  }
  .camAccBlock .accContents {
    display: none;
  }
  .camAccBlock.cur .accToggle .iconTgl {
    background: url(../image/sp_icon_camacc_t.png) no-repeat center;
  }

  .flWrap .flL {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .flWrap .flR {
    float: none;
    margin-left: 0;
  }

  .flWrap.spFl {
    overflow: hidden;
  }
  .flWrap.spFl .flL {
    float: left;
    margin-right: 20px;
  }
  .flWrap.spFl .flR {
    float: right;
    margin-left: 20px;
  }
  .flWrap.spFl .ov {
    overflow: hidden;
  }

  .aboutTrecolle {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
  }
  .aboutTrecolle .user {
    font-size: 16px;
  }
  .aboutTrecolle .txt {
    margin-bottom: 10px;
  }
  .aboutTrecolle .ttl {
    margin-top: 10px;
  }

  .col2BlockWrap .col1List .col .img {
    padding-right: 20px;
  }

  .borderBlock #mainVisualSP {
    margin-right: -15px;
    margin-left: -15px;
  }
  .borderBlock #mainVisualSP .mainBnr {
    width: 70%;
  }

  .termsBlock dt .icon_q {
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 28px;
    background-size: 22px;
  }

  .stepFlowBlock.verticalStep ul li dl {
    background: none;
  }
  .stepFlowBlock.verticalStep ul li dl.grayLine {
    background: none;
  }
  .stepFlowBlock.verticalStep ul li dl dt {
    float: none;
    background: none;
  }
  .stepFlowBlock.verticalStep ul li dl dt .sup {
    float: none;
  }
  .stepFlowBlock.verticalStep ul li dl dt .num {
    float: none;
  }
  .stepFlowBlock.verticalStep ul li dl dt .num2 {
    float: none;
  }
 .stepFlowBlock.verticalStep ul li dl dd {
    padding-bottom: 40px;
    padding-left: 0;
  }
  .stepFlowBlock.verticalStep ul li dl dd .ttl {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .stepFlowBlock.verticalStep ul li dl dd .flR {
    float: left;
    margin-right: 4px;
    margin-right: 10px;
    margin-left: 0;
  }

  .col4Block {
    max-width: 270px;
    margin: 0 auto;
  }
  .col4Block .innerCol2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .col4Block .innerCol2 .innerCol2Wrap {
    display: table;
    width: 100%;
  }

  .col3Block li {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #fff;
  }
  .col3Block li .col {
    padding: 5px;
  }

  .marketFrame #ecindalerts {
    display: none;
  }

  .rateTableWrap table tr {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }
  .rateTableWrap table th,
  .rateTableWrap table td {
    display: block;
    border: none;
  }
  .rateTableWrap table th.date,
  .rateTableWrap table th.time,
  .rateTableWrap table th.flag,
  .rateTableWrap table td.date,
  .rateTableWrap table td.time,
  .rateTableWrap table td.flag {
    display: inline-block;
  }
  .rateTableWrap table th.date,
  .rateTableWrap table td.date {
    width: 5.8em;
  }
  .rateTableWrap table th.time,
  .rateTableWrap table td.time {
    width: 3em;
  }
  .rateTableWrap table th.txt,
  .rateTableWrap table th.imp,
  .rateTableWrap table td.txt,
  .rateTableWrap table td.imp {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* ==========================================================================
     Template Module SP
     ========================================================================== */
  .pageTtl {
    padding: 30px 10px 0;
  }
  .pageTtl h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pageTtl .lead {
	font-weight:normal;
  }
  #pageContents {
    padding-top: 60px;
  }
  #pageContents #sideNav {
    display: none;
  }

  .contentsLinkList {
    text-align: center;
  }
  .contentsLinkList p {
    margin-top: 15px;
  }

  .contentsText .textTtl {
    margin-bottom: 20px;
    text-align: center;
  }

  /*-------------------
  col2Wrap
  -------------------*/
  .contentsCol2Wrap .col,
  .col2Wrap .col {
    width: 100%;
    margin-top: 30px;
  }
  .contentsCol2Wrap .col h3,
  .col2Wrap .col h3 {
    text-align: center;
  }
  .contentsCol2Wrap .col:first-child,
  .col2Wrap .col:first-child {
    margin-top: 0;
  }
  .contentsCol2Wrap .col:nth-child(2n+1),
  .col2Wrap .col:nth-child(2n+1) {
    padding-right: 0;
  }
  .contentsCol2Wrap .col:nth-child(2n),
  .col2Wrap .col:nth-child(2n) {
    padding-left: 0;
  }

  .contentsCol2Wrap.listType01 {
    margin-bottom: 0;
  }
  .contentsCol2Wrap.listType01 .col {
    margin-bottom: -30px;
  }
  .contentsCol2Wrap.listType01 .p {
    margin-bottom: 5px;
  }
  .contentsCol2Wrap.listType01 .listGroup {
    margin-bottom: 30px;
  }

  .contentsFlWrap .flL {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contentsFlWrap .flR {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .contentsFlWrap .ov {
    overflow: hidden;
  }

  .boxBlock .splayoutL p {
    margin-bottom: 5px;
  }

  .contentsNewsList .tabLink {
    font-size: 16px;
  }
  /*-------------------
  col2Wrap_2
  -------------------*/
  .spCol2Wrap {
  overflow: hidden;
  }
  .spCol2L {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-left: 3%;
  }
  .spCol2R {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 3%;
  }
  /*-------------------
  table
  -------------------*/
  .tableStyleWrap .allBdNonePdNone th, .tableStyleWrap .allBdNonePdNone td {
    display: table-cell;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: center;
  }
  /*-------------------
  postNav
  -------------------*/
  .postNav {
    margin-bottom: 40px;
    padding: 30px 0 0;
  }
  .postNav .back {
    clear: both;
    margin-top: 10px;
  }

  /*-------------------
  headLine
  -------------------*/
  #contents .hd_wrap .hd_02 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #contents .hd_wrap .hd_03 {
    margin-top: 0;
    text-align: center;
  }

  .statusWrap {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .statusWrap.block {
    margin-bottom: 10px;
  }
  .statusWrap.statusOnly {
    margin-bottom: 20px;
  }
  .statusWrap .status {
    font-size: 14px;
    margin-top: 0;
    padding: 5px 10px;
  }

  /*-------------------
  table
  -------------------*/
  .tableStyleWrap table th,
  .tableStyleWrap table td {
    padding: 15px;
  }
  .tablePdSmall table th,
  .tablePdSmall table td {
    padding: 15px 3px;
  }
  .tableStyleWrap table.spCol1Table tr {
    display: block;
    margin-bottom: 10px;
  }
  .tableStyleWrap table.spCol1Table th,
  .tableStyleWrap table.spCol1Table td {
    display: block;
       box-sizing: border-box;
    width: 100%;

    -o-box-sizing: border-box;
  }
  .tableStyleWrap table.spCol1Table th {
    border-bottom: 0;
  }
  .tableStyleWrap .rowBdNone th {
    width: 50%;
    vertical-align: top;
  }

  /*-------------------
  boxBlock
  -------------------*/
  .boxBlock {
    font-size: 14px;
    padding: 30px 15px;
    text-align: center;
  }
  .boxBlock .ttl {
    font-size: 16px;
  }
  .boxBlock .ttl .txt {
    display: block;
    margin-top: 5px;
  }
  .boxBlock .circle {
    float: none;
  }
  .boxBlock.bgColor09 {
   padding:15px;
}

  /*-------------------
  tabBoxWrap
  -------------------*/
  .tabBoxWrap .tabTitle ul li {
    width: 50%;
  }

  .tabLink > span,
  .tabLink > a {
    margin-right: 20px;
  }

  /*-------------------
  questionBlock
  -------------------*/
  .questionBlock dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .questionBlock dd {
    margin-top: 20px;
  }

  /*-------------------
  pagingArea
  -------------------*/
  .pagingArea {
    padding: 0;
  }
  .pagingArea ul {
    display: none;
  }



  /*-------------------
    20200302 Gaikaex Top
  -------------------*/
  .dlBtn {
  	width: 100%;
  	margin: 10px auto 30px;
  	overflow: hidden;
  	padding: 0 15px;
  	box-sizing: border-box;
  }

  .dlBtn p{
      width: 49%;
      display: inline-block;
      padding: 0 4px;
      box-sizing: border-box;
  }

}

/*-------------------
    20210823 Gaikaex bygmo
  -------------------*/
.pt210 {
  padding-top: 210px !important;
}

@media screen and (max-width: 767px) {
.sp_pt270 {
  padding-top: 270px !important;
}
}
/*-------------------
    20220118 アコーディオン移植
  -------------------*/

/* PC_アコーディオン ================================================================================ */
.accordionBox {
  margin: 0 auto;
}
.accordion {
  width: 100%;
    border-left: #bfbfbf 1px solid;
    border-right: #bfbfbf 1px solid;
    border-top: #bfbfbf 1px solid;
    box-sizing:border-box;
    margin-bottom: 40px;
}
.accordion .accordionTtl{
    padding: 20px 60px ;

}
.accordion > ul > li{
  margin:0;
  border-bottom: #bfbfbf 1px solid;
}
.accordion > ul > li > a {
  display: block;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    color: #404040;
    text-align: left;
}
.accordion > ul > li > a:hover{
  opacity:1;
}

.accordion > ul > li > a:before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}

.accordion > ul > li > a:after,
.accordion > ul > li > a.active:after{
  position: absolute;
  right: 8px;
  top: 23px;
  color: #404040;
  font-family:Verdana, Geneva, sans-serif;
}
.accordion > ul > li > a:after{
   content: "▼";
    font-size: 16px;
    font-weight: bold;
    min-width: 2.5em;
    text-align: center;
    line-height: 1;

}
.accordion > ul > li > a.active:after{
  content: "▲";
  font-size: 16px;
  font-weight: bold;
  min-width: 2.5em;
  text-align: center;
  line-height:1;

}
.accordion > ul > li > a.active + div.accordionInner {
  display: block;
}

@media only screen and (max-width: 767px){
  /* SP_アコーディオン ================================================================================ */
  .accordion .accordionTtl {
      padding: 15px 40px 15px 45px;
  }
  .accordion > ul > li > a {
    font-size: 14px;
  }

  .accordion > ul > li > a:before {
    width: 26px;
    height: 26px;
  }
  .accordion > ul > li > a:after,
  .accordion > ul > li > a.active:after {
    font-size: 14px;
    min-width: 2em;
    top: 42%;
}
  /* SP_その他レイアウト ================================================================================ */
  .accordion {
      margin-bottom: 5px;
  }
  .tabBoxWrap .tabTitle ul li {
    width: calc(100% / 3) ;
}
}
/*-------------------
    20220118 アコーディオン移植END
  -------------------*/
.bigBnrArera {
  padding: 20px 10px;
  background: #F2F2F2;
}
.bigBnrArera .img {
  max-width: 890px;
  margin: auto;
}
