@charset "UTF-8";
/*
* パーツ集 Ver.20181031
* レスポンシブビュー設定をsp_set.cssへ分離
*****************************************/
i {
  font-style: normal;
}

.trx-rdimg {
  max-width: 100%;
  height: auto;
}

/*背景色*/
.trx-bgc-disable {
  background-color: #eeeeee;
}

.trx-bgc-disable span {
  color: #aaa !important;
  background: none !important;
}

.trx-bgc-lgray {
  background-color: #d8dfe5;
}

.trx-bgc-dblue {
  background-color: #004ea2;
}

.trx-bgc-dgreen {
  background-color: #016205;
}

.trx-bgc-red {
  background-color: #d33b46;
}

.trx-bgc-yellow {
  background-color: #cda648;
}

.trx-bgc-blue {
  background-color: #3864a4;
}

.trx-bgc-lblue {
  background-color: #50a5d8;
}

.trx-bgc-green {
  background-color: #3d9d87;
}

.trx-bgc-lgreen {
  background-color: #8cbf6d;
}

.trx-bgc-gray {
  background-color: #a4aeba;
}

.trx-bgc-lpurple {
  background-color: #9751b7;
}

.trx-bgc-dpurple {
  background-color: #552c55;
}

/*ボーダー色*/
.trx-border-lgray {
  border-color: #d8dfe5 !important;
}

.trx-border-dblue {
  border-color: #004ea2 !important;
}

.trx-border-dgreen {
  border-color: #016205 !important;
}

.trx-border-red {
  border-color: #d33b46 !important;
}

.trx-border-yellow {
  border-color: #cda648 !important;
}

.trx-border-blue {
  border-color: #3864a4 !important;
}

.trx-border-lblue {
  border-color: #50a5d8 !important;
}

.trx-border-green {
  border-color: #3d9d87 !important;
}

.trx-border-lgreen {
  border-color: #8cbf6d !important;
}

.trx-border-gray {
  border-color: #a4aeba !important;
}

.trx-border-lpurple {
  border-color: #9751b7 !important;
}

.trx-border-dpurple {
  border-color: #552c55 !important;
}

/*文字色*/
.trx-color-lgray {
  color: #d8dfe5 !important;
}

.trx-color-dblue {
  color: #004ea2 !important;
}

.trx-color-dgreen {
  color: #016205 !important;
}

.trx-color-red {
  color: #d33b46 !important;
}

.trx-color-yellow {
  color: #cda648 !important;
}

.trx-color-blue {
  color: #3864a4 !important;
}

.trx-color-lblue {
  color: #50a5d8 !important;
}

.trx-color-green {
  color: #3d9d87 !important;
}

.trx-color-lgreen {
  color: #8cbf6d !important;
}

.trx-color-gray {
  color: #a4aeba !important;
}

.trx-color-lpurple {
  color: #9751b7 !important;
}

.trx-color-dpurple {
  color: #552c55 !important;
}

/*配置*/
.trx-float-l {
  float: left;
}

.trx-float-r {
  float: right;
}

.trx-alignleft {
  text-align: left !important;
}

.trx-aligncenter {
  text-align: center !important;
}

.trx-alignright {
  text-align: right !important;
}

.trx-whitespace-nowrap {
  white-space: nowrap;
}

/*リンク*/
a.trx-noline {
  text-decoration: none !important;
}

a.trx-noline:link, a.trx-noline:visited {
  text-decoration: none !important;
}

a.trx-noline:hover, a.trx-noline:active {
  text-decoration: underline !important;
}

/*テキスト*/
span.trx-indent-2 {
  display: inline-block;
}

.trx-indent-2 {
  text-indent: 2em;
}

.trx-indent-2 a.trx-link, .trx-indent-2 a.trx-link-ex, .trx-indent-2 a.trx-pdf, .trx-indent-2 a.trx-html, .trx-indent-2 a.trx-zip {
  padding-left: 0;
}

.trx-indent-1 {
  text-indent: 1em;
}

.trx-indent-1 a.trx-link, .trx-indent-1 a.trx-link-ex, .trx-indent-1 a.trx-pdf, .trx-indent-1 a.trx-html, .trx-indent-1 a.trx-zip {
  padding-left: 0;
}

.trx-caution {
  color: #d33b46;
}

.trx-bold {
  font-weight: bold;
}

strong,
.trx-strong {
  color: #016205;
  font-weight: bold;
}

.trx-fontsize-xs,
.trx-fontsize-xs p {
  font-size: 0.7em !important;
  line-height: 1.6 !important;
}

.trx-fontsize-s,
.trx-fontsize-s p {
  font-size: 0.85em !important;
  line-height: 1.6 !important;
}

.trx-caption {
  display: block;
  font-size: 0.85em !important;
  line-height: 1.6 !important;
  margin-top: .25em;
}

.trx-fontsize-l,
.trx-fontsize-l p {
  font-size: 1.3em !important;
}

.trx-fontsize-xl,
.trx-fontsize-xl p {
  font-size: 1.8em !important;
}

/*小タイトル*/
.trx-title-s {
  margin: 2em 0 0 !important;
  font-size: 0.9375em !important;
  font-weight: bold;
  color: #333;
}

.trx-inner-link {
  margin: 30px 0 0;
  padding: 0 25px;
  border-top: 1px solid #d8dfe5;
  border-bottom: 1px solid #d8dfe5;
  background-color: #f6fafb;
}

.trx-inner-link ul {
  margin-bottom: 0;
  padding: 10px 0 15px;
  letter-spacing: -0.4em;
}

.trx-inner-link ul li {
  vertical-align: middle;
  display: inline-block;
  letter-spacing: normal;
  margin: 12px 10px 0 0;
  width: 23%;
}

.trx-inner-link ul li:first-child {
  margin: 12px 10px 0 0 !important;
}

.trx-inner-link ul li a {
  display: block;
  padding: 0 0 0 19px;
  background: url(/image/en/common/icn_arrow_down_01.png) no-repeat left center;
  font-size: 0.875em;
  line-height: 1.5;
}

.trx-inner-link ul li a:link, .trx-inner-link ul li a:visited {
  text-decoration: none;
}

.trx-inner-link ul li a:hover, .trx-inner-link ul li a:active {
  text-decoration: underline;
}

.trx-inner-link ul.trx-il-1 li {
  display: block;
  width: auto;
}

.trx-inner-link ul.trx-il-1 li:first-child {
  margin: 12px 10px 0 0 !important;
}

.trx-inner-link ul.trx-il-2 li {
  width: 48%;
}

.trx-inner-link ul.trx-il-2 li:first-child {
  margin: 12px 10px 0 0 !important;
}

.trx-inner-link ul.trx-il-3 li {
  width: 31%;
}

.trx-inner-link ul.trx-il-3 li:first-child {
  margin: 12px 10px 0 0 !important;
}

.trx-inner-link.trx-il-sub {
  margin: 30px 0 0;
  padding: 0;
  border-top: none;
  border-bottom: none;
  background: none !important;
}

.trx-inner-link.trx-il-sub ul {
  padding: 0;
}

/*リスト*/
.trx-list-table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d8dfe5;
}

.trx-list-table tbody td {
  padding: 23px 0 21px 0;
  border-bottom: 1px solid #d8dfe5;
  vertical-align: top;
  font-size: 0.875em;
  line-height: 1.5;
}

.trx-list-table tbody td a {
  background-position: left 0.1em;
}

.trx-list-table tbody td a.trx-zip {
  background-position: left 0.2em;
}

ul.trx-list {
  margin: 2em 0 0 1.5em;
  padding: 0;
}

ul.trx-list li {
  margin: 10px 0 0;
  line-height: 1.5;
  list-style-type: disc !important;
}

ul.trx-list li ul {
  margin: 0 0 0 3em;
  padding: 0.5em 0;
}

ul.trx-list li ul li {
  list-style-type: circle !important;
}

ul.trx-list li ul li ul {
  margin: 0 0 0 3em;
}

ul.trx-list li ul li ul li {
  list-style-type: square !important;
}

ol.trx-list {
  margin: 2em 0 0 1.5em;
  padding: 0;
}

ol.trx-list li {
  margin: 10px 0 0;
  line-height: 1.5;
  list-style-type: decimal !important;
}

ol.trx-list li ol {
  margin: 0 0 0 3em;
  padding: 0.5em 0;
}

ol.trx-list li ol li {
  list-style-type: lower-roman !important;
}

ol.trx-list li ol li ol {
  margin: 0 0 0 3em;
}

ol.trx-list li ol li ol li {
  list-style-type: lower-alpha !important;
}

dl.trx-list {
  margin: 2em 0 0 1.5em;
  padding: 0;
}

dl.trx-list dt {
  margin: 10px 0 0;
  line-height: 1.5;
  font-weight: bold;
}

dl.trx-list dd {
  margin: 10px 0 0 2em;
  line-height: 1.5;
}

ul.trx-list-none li,
ol.trx-list-none li {
  list-style-type: none !important;
}

ul.trx-list-none li ul li,
ol.trx-list-none li ul li {
  list-style-type: none !important;
}

ul.trx-list-none li ul li ul li,
ol.trx-list-none li ul li ul li {
  list-style-type: none !important;
}

ul.trx-list-2 li {
  float: left;
  letter-spacing: normal;
  width: 45%;
  margin: 10px 5% 0 0 !important;
}

/*ボタン*/
.trx-button-box {
  margin: 2em 0 0;
}

.trx-button-box a {
  box-sizing: border-box;
  display: inline-block;
  padding: 1em 10%;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.trx-button-box a:link, .trx-button-box a:visited, .trx-button-box a:hover, .trx-button-box a:active {
  color: #fff;
  text-decoration: none;
}

.trx-button-box a span,
.trx-button-box a span.trx-link {
  padding: 0.2em 0 0 14px;
  background: url(/image/en/common/icn_arrow_03.png) no-repeat left center;
}

.trx-button-box a span.trx-link-ex {
  padding: 0.2em 0 0 14px;
  background: url(/image/en/common/icn_window_02.png) no-repeat left center;
}

/*PDFボタン*/
.trx-button-small {
  margin-top: 30px;
  text-align: right;
}

.trx-button-small a {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  border: 1px solid #d8dfe5;
  border-radius: 2px;
  padding: .5em 2em !important;
  text-decoration: none !important;
}

.trx-button-small a i {
  color: #c8161d;
}

/*回り込みテキスト*/
.trx-float-wrp {
  margin: 2em 0 0;
}

.trx-float-wrp .trx-float-img.trx-float-l {
  padding: 0 20px 0 0;
}

.trx-float-wrp .trx-float-img.trx-float-r {
  padding: 0 0 0 20px;
}

.trx-float-wrp:after {
  content: "";
  clear: both;
  display: block;
}

/*カラム分割*/
.trx-column-wrp {
  display: block;
  zoom: 1;
  margin: 0 -25px 0 0;
  padding: 20px 0 0;
  letter-spacing: -.4em;
}

.trx-column-wrp:after {
  content: ".";
  display: block;
  height: 0.01px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.trx-column-wrp > div {
  display: inline-block;
  letter-spacing: normal;
}

.trx-column-wrp > p {
  margin-right: 20px;
  letter-spacing: normal;
}

.trx-column-wrp .trx-caption {
  display: block;
  text-align: center;
  margin-top: .25em;
}

/*
カラム分割700対応
340,220,60
カラム分割940対応
460,220,140,60
*/
.trx-column-wrp.trx-column-60 > div,
.trx-column-wrp .trx-column-60 {
  width: 60px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-140 > div,
.trx-column-wrp .trx-column-140 {
  width: 140px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-220 > div,
.trx-column-wrp .trx-column-220 {
  width: 220px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-300 > div,
.trx-column-wrp .trx-column-300 {
  width: 300px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-380 > div,
.trx-column-wrp .trx-column-380 {
  width: 380px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-460 > div,
.trx-column-wrp .trx-column-460 {
  width: 460px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-540 > div,
.trx-column-wrp .trx-column-540 {
  width: 540px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-620 > div,
.trx-column-wrp .trx-column-620 {
  width: 620px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-700 > div,
.trx-column-wrp .trx-column-700 {
  width: 700px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-780 > div,
.trx-column-wrp .trx-column-780 {
  width: 780px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-860 > div,
.trx-column-wrp .trx-column-860 {
  width: 860px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-940 > div,
.trx-column-wrp .trx-column-940 {
  width: 940px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-160 > div,
.trx-column-wrp .trx-column-160 {
  width: 160px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-340 > div,
.trx-column-wrp .trx-column-340 {
  width: 340px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-520 > div,
.trx-column-wrp .trx-column-520 {
  width: 520px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-column-wrp.trx-column-620 > div,
.trx-column-wrp .trx-column-620 {
  width: 620px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

/*ボックス*/
.trx-title-s + .trx-box {
  margin: 0 0 3em !important;
}

.trx-box {
  margin: 3em 0 0;
  padding: 19px 19px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

.trx-box .trx-box-title {
  padding: 1em;
  font-weight: bold;
}

.trx-box .trx-box-caption {
  margin: 0;
  padding: 0;
  font-size: 0.9375em;
  font-weight: bold;
  color: #333;
}

.trx-box .trx-column-wrp {
  padding: 0 20px 0;
}

.trx-box .trx-column-wrp.trx-column-190 > div,
.trx-box .trx-column-wrp .trx-column-190 {
  width: 190px;
  margin-right: 25px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-box .trx-column-wrp.trx-column-262 > div,
.trx-box .trx-column-wrp .trx-column-262 {
  width: 262px;
  margin-right: 27px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-box .trx-column-wrp.trx-column-300 > div,
.trx-box .trx-column-wrp .trx-column-300 {
  width: 300px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-box .trx-column-wrp.trx-column-420 > div,
.trx-box .trx-column-wrp .trx-column-420 {
  width: 420px;
  margin-right: 20px;
  padding-top: 1.75em;
  vertical-align: top;
}

.trx-box-dark {
  border: 1px solid #888;
  background-color: #f5f5f5;
}

/*テーブル*/
/*library override*/
.table-responsive {
  margin: 2em 0 3em !important;
  border: none !important;
}

.table-responsive table {
  border: 1px solid #ddd;
}

.table-responsive .trx-table {
  margin-top: 0 !important;
}

.table-responsive2 {
  margin: 2em 0 3em !important;
  border: none !important;
}

.table-responsive2 .trx-table {
  margin-top: 0 !important;
}

.trx-table + .trx-table-note,
.table-responsive + .trx-table-note,
.table-responsive2 + .trx-table-note {
  margin: -3em 0 3em;
  padding: 0;
  font-size: 0.875em;
}

.trx-table {
  width: 100%;
  margin: 2em 0 3em;
  border-collapse: collapse;
}

.trx-table caption {
  font-size: 0.9375em;
  font-weight: bold;
  color: #333;
}

.trx-table tr th {
  padding: 1em;
  font-size: 0.8125em;
  line-height: 1.5;
  border: 1px solid #d8dfe5;
  background-color: #a2aeba !important;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

.trx-table tr th a {
  color: #fff !important;
}

.trx-table tr td {
  padding: 1em;
  font-size: 0.8125em;
  line-height: 1.5;
  border: 1px solid #d8dfe5;
  text-align: left;
}

.trx-table.caption-left caption,
.trx-table.th-left tr th,
.trx-table.td-left tr td {
  text-align: left;
}

.trx-table.caption-center caption,
.trx-table.th-center tr th,
.trx-table.td-center tr td {
  text-align: center;
}

.trx-table.caption-right caption,
.trx-table.th-right tr th,
.trx-table.td-right tr td {
  text-align: right;
}

/* modal *******************************************/
.mfp-figure .trx-close {
  margin: 30px auto 0;
  width: 200px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*幅*/
.trx-w10per {
  width: 10%;
}

.trx-w15per {
  width: 15%;
}

.trx-w20per {
  width: 20%;
}

.trx-w25per {
  width: 25%;
}

.trx-w30per {
  width: 30%;
}

.trx-w35per {
  width: 35%;
}

.trx-w40per {
  width: 40%;
}

.trx-w45per {
  width: 45%;
}

.trx-w50per {
  width: 50%;
}

.trx-w55per {
  width: 55%;
}

.trx-w60per {
  width: 60%;
}

.trx-w65per {
  width: 65%;
}

.trx-w70per {
  width: 70%;
}

.trx-w75per {
  width: 75%;
}

.trx-w80per {
  width: 80%;
}

.trx-w85per {
  width: 85%;
}

.trx-w90per {
  width: 90%;
}

.trx-w95per {
  width: 95%;
}

.trx-w100per {
  width: 100%;
}

.trx-w105per {
  width: 105%;
}

.trx-w33per {
  width: 33%;
}

.trx-w10 {
  width: 10px;
}

.trx-w20 {
  width: 20px;
}

.trx-w30 {
  width: 30px;
}

.trx-w40 {
  width: 40px;
}

.trx-w50 {
  width: 50px;
}

.trx-w60 {
  width: 60px;
}

.trx-w70 {
  width: 70px;
}

.trx-w80 {
  width: 80px;
}

.trx-w90 {
  width: 90px;
}

.trx-w100 {
  width: 100px;
}

.trx-w110 {
  width: 110px;
}

.trx-w120 {
  width: 120px;
}

.trx-w130 {
  width: 130px;
}

.trx-w140 {
  width: 140px;
}

.trx-w150 {
  width: 150px;
}

.trx-w160 {
  width: 160px;
}

.trx-w170 {
  width: 170px;
}

.trx-w180 {
  width: 180px;
}

.trx-w190 {
  width: 190px;
}

.trx-w200 {
  width: 200px;
}

.trx-w210 {
  width: 210px;
}

.trx-w220 {
  width: 220px;
}

.trx-w230 {
  width: 230px;
}

.trx-w240 {
  width: 240px;
}

.trx-w250 {
  width: 250px;
}

.trx-w260 {
  width: 260px;
}

.trx-w270 {
  width: 270px;
}

.trx-w280 {
  width: 280px;
}

.trx-w290 {
  width: 290px;
}

.trx-w300 {
  width: 300px;
}

.trx-w310 {
  width: 310px;
}

.trx-w320 {
  width: 320px;
}

.trx-w330 {
  width: 330px;
}

.trx-w340 {
  width: 340px;
}

.trx-w350 {
  width: 350px;
}

.trx-w360 {
  width: 360px;
}

.trx-w370 {
  width: 370px;
}

.trx-w380 {
  width: 380px;
}

.trx-w390 {
  width: 390px;
}

.trx-w400 {
  width: 400px;
}

.trx-w410 {
  width: 410px;
}

.trx-w420 {
  width: 420px;
}

.trx-w430 {
  width: 430px;
}

.trx-w440 {
  width: 440px;
}

.trx-w450 {
  width: 450px;
}

.trx-w460 {
  width: 460px;
}

.trx-w470 {
  width: 470px;
}

.trx-mrgn10 {
  margin: 10px;
}

.trx-mrgn10t {
  margin-top: 10px;
}

.trx-mrgn10r {
  margin-right: 10px;
}

.trx-mrgn10b {
  margin-bottom: 10px;
}

.trx-mrgn10l {
  margin-left: 10px;
}

.trx-pdng10 {
  padding: 10px;
}

.trx-pdng10t {
  padding-top: 10px;
}

.trx-pdng10r {
  padding-right: 10px;
}

.trx-pdng10b {
  padding-bottom: 10px;
}

.trx-pdng10l {
  padding-left: 10px;
}

.trx-mrgn20 {
  margin: 20px;
}

.trx-mrgn20t {
  margin-top: 20px;
}

.trx-mrgn20r {
  margin-right: 20px;
}

.trx-mrgn20b {
  margin-bottom: 20px;
}

.trx-mrgn20l {
  margin-left: 20px;
}

.trx-pdng20 {
  padding: 20px;
}

.trx-pdng20t {
  padding-top: 20px;
}

.trx-pdng20r {
  padding-right: 20px;
}

.trx-pdng20b {
  padding-bottom: 20px;
}

.trx-pdng20l {
  padding-left: 20px;
}

.trx-mrgn30 {
  margin: 30px;
}

.trx-mrgn30t {
  margin-top: 30px;
}

.trx-mrgn30r {
  margin-right: 30px;
}

.trx-mrgn30b {
  margin-bottom: 30px;
}

.trx-mrgn30l {
  margin-left: 30px;
}

.trx-pdng30 {
  padding: 30px;
}

.trx-pdng30t {
  padding-top: 30px;
}

.trx-pdng30r {
  padding-right: 30px;
}

.trx-pdng30b {
  padding-bottom: 30px;
}

.trx-pdng30l {
  padding-left: 30px;
}

.trx-mrgn40 {
  margin: 40px;
}

.trx-mrgn40t {
  margin-top: 40px;
}

.trx-mrgn40r {
  margin-right: 40px;
}

.trx-mrgn40b {
  margin-bottom: 40px;
}

.trx-mrgn40l {
  margin-left: 40px;
}

.trx-pdng40 {
  padding: 40px;
}

.trx-pdng40t {
  padding-top: 40px;
}

.trx-pdng40r {
  padding-right: 40px;
}

.trx-pdng40b {
  padding-bottom: 40px;
}

.trx-pdng40l {
  padding-left: 40px;
}

.trx-mrgn50 {
  margin: 50px;
}

.trx-mrgn50t {
  margin-top: 50px;
}

.trx-mrgn50r {
  margin-right: 50px;
}

.trx-mrgn50b {
  margin-bottom: 50px;
}

.trx-mrgn50l {
  margin-left: 50px;
}

.trx-pdng50 {
  padding: 50px;
}

.trx-pdng50t {
  padding-top: 50px;
}

.trx-pdng50r {
  padding-right: 50px;
}

.trx-pdng50b {
  padding-bottom: 50px;
}

.trx-pdng50l {
  padding-left: 50px;
}

.trx-mrgn60 {
  margin: 60px;
}

.trx-mrgn60t {
  margin-top: 60px;
}

.trx-mrgn60r {
  margin-right: 60px;
}

.trx-mrgn60b {
  margin-bottom: 60px;
}

.trx-mrgn60l {
  margin-left: 60px;
}

.trx-pdng60 {
  padding: 60px;
}

.trx-pdng60t {
  padding-top: 60px;
}

.trx-pdng60r {
  padding-right: 60px;
}

.trx-pdng60b {
  padding-bottom: 60px;
}

.trx-pdng60l {
  padding-left: 60px;
}

.trx-mrgn70 {
  margin: 70px;
}

.trx-mrgn70t {
  margin-top: 70px;
}

.trx-mrgn70r {
  margin-right: 70px;
}

.trx-mrgn70b {
  margin-bottom: 70px;
}

.trx-mrgn70l {
  margin-left: 70px;
}

.trx-pdng70 {
  padding: 70px;
}

.trx-pdng70t {
  padding-top: 70px;
}

.trx-pdng70r {
  padding-right: 70px;
}

.trx-pdng70b {
  padding-bottom: 70px;
}

.trx-pdng70l {
  padding-left: 70px;
}

.trx-mrgn80 {
  margin: 80px;
}

.trx-mrgn80t {
  margin-top: 80px;
}

.trx-mrgn80r {
  margin-right: 80px;
}

.trx-mrgn80b {
  margin-bottom: 80px;
}

.trx-mrgn80l {
  margin-left: 80px;
}

.trx-pdng80 {
  padding: 80px;
}

.trx-pdng80t {
  padding-top: 80px;
}

.trx-pdng80r {
  padding-right: 80px;
}

.trx-pdng80b {
  padding-bottom: 80px;
}

.trx-pdng80l {
  padding-left: 80px;
}

.trx-mrgn90 {
  margin: 90px;
}

.trx-mrgn90t {
  margin-top: 90px;
}

.trx-mrgn90r {
  margin-right: 90px;
}

.trx-mrgn90b {
  margin-bottom: 90px;
}

.trx-mrgn90l {
  margin-left: 90px;
}

.trx-pdng90 {
  padding: 90px;
}

.trx-pdng90t {
  padding-top: 90px;
}

.trx-pdng90r {
  padding-right: 90px;
}

.trx-pdng90b {
  padding-bottom: 90px;
}

.trx-pdng90l {
  padding-left: 90px;
}

.trx-mrgn100 {
  margin: 100px;
}

.trx-mrgn100t {
  margin-top: 100px;
}

.trx-mrgn100r {
  margin-right: 100px;
}

.trx-mrgn100b {
  margin-bottom: 100px;
}

.trx-mrgn100l {
  margin-left: 100px;
}

.trx-pdng100 {
  padding: 100px;
}

.trx-pdng100t {
  padding-top: 100px;
}

.trx-pdng100r {
  padding-right: 100px;
}

.trx-pdng100b {
  padding-bottom: 100px;
}

.trx-pdng100l {
  padding-left: 100px;
}

/*ステップ*/
.trx-stepBar {
  margin: 30px 0 0 0;
  padding: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.trx-stepBar li {
  box-sizing: border-box;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 44px;
  line-height: 44px;
  list-style: none;
  border: 1px solid #d8dfe5;
  position: relative;
  text-align: center;
  background-color: #f6fafb;
  color: #023466;
  font-weight: bold;
}

.trx-stepBar li.trx-active {
  background-color: #e8eff1;
}

.trx-stepBar li.trx-first span.trx-before {
  border: none;
}

.trx-stepBar li.trx-active span.trx-after {
  border-color: transparent transparent transparent #e8eff1;
}

.trx-stepBar li span.trx-before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 11px;
  border-color: transparent transparent transparent #d8dfe5;
  line-height: 0;
  _border-color: #000000 #000000 #000000 #d8dfe5;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  left: 0;
  z-index: 10;
}

.trx-stepBar li span.trx-before.trx-l-before {
  right: -12px;
  left: auto;
}

.trx-stepBar li span.trx-after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 11px;
  border-color: transparent transparent transparent #f6fafb;
  line-height: 0;
  _border-color: #000000 #000000 #000000 #e8eff1;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#e8eff1');
  position: absolute;
  right: -10px;
  z-index: 50;
}

/*検索窓S*/
.gsc-search-box {
  border-collapse: collapse;
  border: 1px solid #D8DFE5;
  margin: 0 !important;
  padding: 0 !important;
  height: 29px;
}

.gsc-search-box td {
  margin: 0 !important;
  padding: 1px 3px !important;
  vertical-align: bottom;
}

.gsc-search-box td.gsib_b {
  margin: 0;
  padding: 1px 0 !important;
  vertical-align: bottom;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  padding: 4px 8px !important;
}

.gsc-search-box .gsc-input > input, .gsc-input-box {
  border: none !important;
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  border: none !important;
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  border: none !important;
  box-shadow: none !important;
}

input.gsc-input {
  font-size: 13px !important;
  padding: 4px 0 !important;
}

.gsib_a {
  vertical-align: middle !important;
}

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

/*検索窓S*/
/*結果S*/
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 18px !important;
}

.gsc-control-cse .gs-title a,
.gsc-control-cse .gs-title a:link,
.gsc-control-cse .gs-title a *,
.gsc-control-cse .gs-title a:link * {
  text-decoration: none !important;
}

.gsc-control-cse .gs-title a:hover {
  text-decoration: underline !important;
}

.gsc-control-cse .gs-title a:visited,
.gsc-control-cse .gs-title a:active,
.gsc-control-cse .gs-title a:visited *,
.gsc-control-cse .gs-title a:active * {
  text-decoration: none !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title a {
  text-decoration: none;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-family: Arial,sans-serif;
  font-size: 14px !important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gsc-webResult.gsc-result {
  border-top: 1px solid #ccc !important;
  margin-top: 1.5em !important;
  padding: 2em 0 0 0 !important;
}

.gsc-table-result {
  margin-top: 0.75em !important;
}

.gsc-thumbnail-inside {
  padding: 0 0 10px 0 !important;
}

.gs-title a.gs-title {
  background: url("/image/en/common/icn_arrow_02.png") no-repeat scroll 10px 0.6em;
  display: inline-block;
  padding: 0 0 0 28px !important;
}

.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  padding-left: 28px !important;
}

.gsc-table-result {
  margin: 0 0 0 28px !important;
}

/*結果E*/
