@charset "UTF-8";
/* ======================
　Setting
====================== */
/* ======================
 * Module CSS
======================= */
/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
------------------------------------------ */
/*----- for HTML5 -----*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Costom Reset
------------------------------------------ */
/*----- for HTML5 -----*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr, legend {
  display: none;
}

time {
  display: block;
}

sub, sup {
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: bottom;
}

/* ======================
　Utility
====================== */
/* Variable
------------------------------------------ */
/* Expand
------------------------------------------ */
/* paragraph */
.extendParagraph, p, figure, .txNote01, .txNote02, .navAnchor01, .navAnchor02, .navTab01, .navTab02, .linkTxtList01, .linkTxtList02, .linkTxtList03, .linkBtn03 > li, .listUl01, .listUl02, .listUl03, .listUl04, .listOl01, .listOl02, .listOl03, .listOl04, .listOl05, .listDl01, .listDl01 > dt, .listDl02 > dt, .listDl03, .listNote01, .listNote02, .tblDate01, .formSelect01.easy-select-box, .colSet, .boxColumn01, .boxColumn02, .boxColumn03, .boxAcc01, .boxLink05, .boxPlugin01, .boxForm01, .boxNews01, .boxUse01, .boxUse01 > .column > .col > .link {
  margin-top: 1.61em;
}

.extendParagraphHalf, #footer #utility #copyright, .txNote01 > li, .txNote02 > li, .navAnchor02 ul > li, .boxLink02 > .col > *, .boxLink03 > .col > *, .boxLink04 > .col p, .boxLink06 .col .heading, .boxPlugin01 dl dd .linkTxtList01, .boxFAQ01 ul li, .boxUnique01 table tbody tr td .set {
  margin-top: 0.805em;
}

.extendParagraphQuarter, .listUl01 > li, .listUl02 > li, .listUl04 > li, .listOl01 > li, .listOl02 > li, .listNote01 > li, .listNote02 > li {
  margin-top: 0.4025em;
}

/* column */
.extendColumn, .listDl03, .listDl03 dd, .colSet, .colSet > .colTxt, .boxPlugin01 dl dd, .boxNews01 dl, .boxNews01 dl dd {
  overflow: hidden;
}

.extendColTxt {
  overflow: hidden;
}

/* cleafix */
.extendCleafix, .column, .wrap, #header #headerSearch dl, #header #headerSearch dl .searchBox, #content #aside #sns ul li, #footer #utility .nav, .navAnchor02 ul, .colEq2, .colEq3, .colEq4, .col1to2, .col2to1, .colEq5, .boxLink02, .boxLink03, .boxLink04, .boxLink06, .boxPlugin01 dl, .boxLink07, .boxFAQ01 ul, .boxFlow01, .boxFlow02, .boxUnique01 table tbody tr td .set, .boxUnique01 table tbody tr td .set dd .icon {
  min-height: 1%;
}
.extendCleafix:after, .column:after, .wrap:after, #header #headerSearch dl:after, #header #headerSearch dl .searchBox:after, #content #aside #sns ul li:after, #footer #utility .nav:after, .navAnchor02 ul:after, .colEq2:after, .colEq3:after, .colEq4:after, .col1to2:after, .col2to1:after, .colEq5:after, .boxLink02:after, .boxLink03:after, .boxLink04:after, .boxLink06:after, .boxPlugin01 dl:after, .boxLink07:after, .boxFAQ01 ul:after, .boxFlow01:after, .boxFlow02:after, .boxUnique01 table tbody tr td .set:after, .boxUnique01 table tbody tr td .set dd .icon:after {
  content: "";
  display: block;
  clear: both;
}

/* Mixin
------------------------------------------ */
/* ======================
　Share
====================== */
/* Base Setting
------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: black;
  font-family: "新細明體", "Times New Roman", serif;
  line-height: 1.61;
}

/* link */
a:link {
  color: #555555;
  text-decoration: none;
}

a:visited {
  color: #777777;
  text-decoration: none;
}

a:hover {
  color: #555555;
  text-decoration: underline;
}

a:active {
  color: #555555;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input[type="text"] {
  font-family: "新細明體", "Times New Roman", serif;
}

/* imgover */
img.opRollover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* For Reader */
.aural {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
}

/* For Alert */
.alertCSS {
  display: none;
}

/* Text
------------------------------------------ */
/* List
------------------------------------------ */
/* common */
ul > li > ul,
ul > li > ol,
ul > li > dl,
ol > li > ul,
ol > li > ol,
ol > li > dl {
  margin-top: 0 !important;
}
ul > li > .navAnchor01 > li,
ol > li > .navAnchor01 > li {
  text-indent: 0;
}

dl dd ul,
dl dd ol {
  margin-top: 0 !important;
}

/* Column
------------------------------------------ */
/* column */
/* Align
------------------------------------------ */
.aC {
  text-align: center !important;
}

.aR {
  text-align: right !important;
}

.aL {
  text-align: left !important;
}

/* ======================
　Module
====================== */
/* Base Setting
------------------------------------------ */
body {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 641px) and (max-width: 1400px) {
  body {
    min-width: 1400px;
  }
}
/* Wrap
------------------------------------------ */
.wrap {
  width: 1000px;
  margin: 0 auto;
}

/* Page
------------------------------------------ */
/* Header
------------------------------------------ */
/*header  */
#header {
  padding: 20px 0;
  background-color: #ffffff;
}
#header #headerLogo {
  float: left;
  width: 140px;
}
#header #headerGlobal {
  float: right;
  margin: 0 0 0 30px;
}
#header #headerGlobal dl {
  position: relative;
}
#header #headerGlobal dl dt {
  overflow: hidden;
  outline: none;
  text-indent: -9999em;
  width: 110px;
  height: 34px;
  display: block;
  background-image: url(/tc/common/img/pc_header_bt01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
#header #headerGlobal dl dt:hover {
  background-image: url(/tc/common/img/pc_header_bt01on.png);
}
#header #headerGlobal dl dd {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  padding: 10px 0 0 0;
  z-index: 101;
}
#header #headerGlobal dl dd.close {
  display: none;
}
#header #headerGlobal dl dd:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 50px;
  border-bottom: 10px solid #cccccc;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  z-index: 102;
}
#header #headerGlobal dl dd:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 52px;
  border-bottom: 8px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  z-index: 103;
}
#header #headerGlobal dl dd ul {
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  width: 150px;
  padding: 5px 1px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
#header #headerGlobal dl dd ul li a {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
#header #headerGlobal dl dd ul li a:hover, #header #headerGlobal dl dd ul li a:active {
  background-color: #fbe2ed;
  color: #e1317f;
  text-decoration: none;
}
#header #headerSearch {
  float: right;
  width: 710px;
}
#header #headerSearch dl dt {
  display: none;
}
#header #headerSearch dl dd.close {
  display: none;
}
#header #headerSearch dl .searchBox {
  float: right;
  width: 140px;
  margin: 8px 0 0 0;
}
#header #headerSearch dl .searchBox input {
  border: none;
}
#header #headerSearch dl .searchBox fieldset {
  padding: 0 0 2px 0;
  border-bottom: 1px solid #dddddd;
}
#header #headerSearch dl .searchBox input[type="text"] {
  float: left;
  width: 120px;
  height: 17px;
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
}
#header #headerSearch dl .searchBox input[type="submit"] {
  overflow: hidden;
  outline: none;
  text-indent: -9999em;
  float: right;
  width: 17px;
  height: 17px;
  background: url(/tc/common/img/pc_header_bg02.png) no-repeat 0 0;
}
#header #headerSearch dl .searchLink {
  float: right;
}
#header #headerSearch dl .searchLink ul {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
  text-align: right;
  white-space: nowrap;
}
#header #headerSearch dl .searchLink ul > li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 30px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 34px;
}
#header #headerSearch dl .searchLink ul > li > ul {
  display: none;
}

/*navGlobal  */
#navGlobal {
  position: relative;
  background-color: #333333;
}
#navGlobal .wrap > dl > dt {
  display: none;
}
#navGlobal .wrap > dl > dd.close {
  display: none;
}
#navGlobal .wrap > dl > dd > ul {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
  margin-left: -30px;
}
#navGlobal .wrap > dl > dd > ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #fee2e5;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd ul {
  width: 1000px;
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
  margin: 0 auto;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd ul > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd ul > li:after {
  content: "/";
  margin: 0 25px;
  color: #e59fbb;
  font-weight: bold;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd ul > li:last-child:after {
  display: none;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd ul > li.on > a {
  font-weight: bold;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd ul > li > a {
  color: #000000;
  font-weight: normal;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd ul > li > a:link, #navGlobal .wrap > dl > dd > ul > li > dl dd ul > li > a:visited {
  text-decoration: none;
}
#navGlobal .wrap > dl > dd > ul > li > dl dd ul > li > a:hover, #navGlobal .wrap > dl > dd > ul > li > dl dd ul > li > a:active {
  text-decoration: underline;
}
#navGlobal .wrap > dl > dd > ul > li > a,
#navGlobal .wrap > dl > dd > ul > li > dl > dt > a {
  display: block;
  padding: 20px 30px;
}
#navGlobal .wrap > dl > dd > ul > li > a:link, #navGlobal .wrap > dl > dd > ul > li > a:visited,
#navGlobal .wrap > dl > dd > ul > li > dl > dt > a:link,
#navGlobal .wrap > dl > dd > ul > li > dl > dt > a:visited {
  color: #ffffff;
  text-decoration: none;
}
#navGlobal .wrap > dl > dd > ul > li > a:hover, #navGlobal .wrap > dl > dd > ul > li > a:active,
#navGlobal .wrap > dl > dd > ul > li > dl > dt > a:hover,
#navGlobal .wrap > dl > dd > ul > li > dl > dt > a:active {
  color: #ffffff;
  text-decoration: underline;
}
#navGlobal .wrap > dl > dd > ul > li:hover > a {
  font-weight: normal;
}
#navGlobal .wrap > dl > dd > ul > li.on > a,
#navGlobal .wrap > dl > dd > ul > li.on > dl > dt > a {
  font-weight: bold;
  text-decoration: none;
}
#navGlobal .wrap > dl > dd > ul > li.on > dl > dt {
  position: relative;
}
#navGlobal .wrap > dl > dd > ul > li.on > dl > dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-bottom: 10px solid #fee2e5;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#navGlobal .wrap > dl > dd > ul > li.on > dl > dd {
  display: block;
}

/* breadcrumb
------------------------------------------ */
#breadcrumb {
  padding: 10px 0;
  background-color: #f5f5f5;
}
#breadcrumb #breadcrumbList dd ol li {
  display: inline;
  margin: 10px 15px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
}
#breadcrumb #breadcrumbList dd ol li:after {
  content: ">";
  color: #999999;
  margin: 0 0 0 15px;
}
#breadcrumb #breadcrumbList dd ol li:last-child {
  margin-right: 0;
  font-weight: bold;
  white-space: normal;
}
#breadcrumb #breadcrumbList dd ol li:last-child:after {
  display: none;
}
#breadcrumb #breadcrumbList dd ol li:last-child a {
  cursor: default;
}
#breadcrumb #breadcrumbList dd ol li:last-child a:link, #breadcrumb #breadcrumbList dd ol li:last-child a:visited, #breadcrumb #breadcrumbList dd ol li:last-child a:hover, #breadcrumb #breadcrumbList dd ol li:last-child a:active {
  color: black;
  text-decoration: none;
}

/* Heading1
------------------------------------------ */
#heading1 {
  padding: 50px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.1;
}

/* Contents
------------------------------------------ */
#content #main {
  display: block;
  /*padding: 30px 250px 100px 0;*/
  padding: 30px 0 100px;
}
#content #main > *:first-child {
  margin-top: 0;
}
#content #main .section {
  padding: 0 250px 0 0;
}
#content #aside #sns {
  position: absolute;
  top: 160px;
  right: 0;
  padding: 15px 10px;
  background-color: #f5f5f5;
  z-index: 100;
}
#content #aside #sns ul {
  width: 32px;
}
#content #aside #sns ul li {
  margin: 15px 0 0 0;
}
#content #aside #sns ul li:first-child {
  margin-top: 0;
}
#content #aside #sns ul li a {
  padding: 0;
}
#content #aside #sns:before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/en/common/img/sns_bg01.png) no-repeat 0 0;
}

/* Footer
------------------------------------------ */
#footer {
  overflow: hidden;
  background-color: #333333;
}
#footer .wrap {
  position: relative;
}
#footer #pagetop,
#footer #utility {
  padding: 35px 0;
}
#footer #pagetop {
  position: absolute;
  top: 0;
  left: 880px;
  width: 100%;
  background-color: #000000;
  cursor: pointer;
}
#footer #pagetop p {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -7px;
}
#footer #pagetop p a {
  padding: 0 0 0 20px;
  background: url(/tc/common/img/footer_ic01.png) no-repeat 0 50%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
#footer #pagetop p a:link, #footer #pagetop p a:visited, #footer #pagetop p a:hover, #footer #pagetop p a:active {
  color: #ffffff;
}
#footer #utility .nav {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
  margin-top: -0.805em;
}
#footer #utility .nav li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0.805em 30px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
}
#footer #utility .nav li a:link, #footer #utility .nav li a:visited, #footer #utility .nav li a:hover, #footer #utility .nav li a:active {
  color: #dddddd;
}
#footer #utility #copyright {
  color: #a0a0a0;
  font-size: 10px;
  font-size: 1.0rem;
}

/* Heading
------------------------------------------ */
/* .heading2 */
.heading2 {
  margin: 60px 0 0 0;
  color: #eb6da5;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

/* .heading3 */
.heading3 {
  margin: 30px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 10px solid #e66da3;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

/* .heading4 */
.heading4 {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 0 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
}
.heading4:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  height: 3px;
  background-color: #555555;
}

/* .heading5 */
.heading5 {
  margin: 30px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 3px solid #999999;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

/* Image
------------------------------------------ */
/* common */
figure {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
figure.aL {
  width: auto !important;
}
figure img {
  max-width: 100%;
}
figure figcaption {
  margin: 5px auto 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}

/* imgBdr01 */
.imgBdr01 {
  border: 1px solid #cccccc;
}

/* Text
------------------------------------------ */
/* txLead01 */
.txLead01 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* txLead02 */
.txLead02 {
  color: #eb6da5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* txBlod01 */
.txBlod01 {
  font-weight: bold;
}

/* txStrong01 */
.txStrong01 {
  color: #eb6da5;
  font-weight: bold;
}

/* txIalic01 */
.txIalic01 {
  font-style: italic;
}

/* txSup01 */
.txSup01 {
  margin: 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: baseline;
  /*+ .txSup01 {
  	margin-left: 0;
  }*/
}

/* txNote01 */
.txNote01 > li {
  padding: 0 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1em;
}
.txNote01 > li:first-child {
  margin-top: 0;
}
.txNote01 > li:before {
  content: "* ";
}

/* txNote02 */
.txNote02 > li {
  padding: 0 0 0 1em;
  color: #ff0000;
  font-size: 15px;
  font-size: 1.5rem;
  text-indent: -1em;
}
.txNote02 > li:first-child {
  margin-top: 0;
}
.txNote02 > li:before {
  content: "* ";
}

/* txLarge01 */
.txLarge01 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* txSmall01 */
.txSmall01 {
  font-size: 12px;
  font-size: 1.2rem;
}

/* txtDate01 */
.txtDate01 {
  margin-top: 0;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}

/* Navigation
------------------------------------------ */
/* navAnchor01 */
.navAnchor01 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  background: url(/tc/common/img/com_ic16.png) no-repeat 0 0.5em;
}

/* navAnchor02 */
.navAnchor02 {
  padding: 25px 30px;
  background-color: #f5f5f5;
}
.navAnchor02 ul {
  margin-top: -0.805em;
}
.navAnchor02 ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  background: url(/tc/common/img/com_ic16.png) no-repeat 0 0.5em;
}
.navAnchor02 ul[class*="col"] {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.navAnchor02 ul[class*="col"] > li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.navAnchor02 ul.col2 > li {
  width: 49%;
  margin-right: 2%;
}
.navAnchor02 ul.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.navAnchor02 ul.col3 > li {
  width: 32%;
  margin-right: 2%;
}
.navAnchor02 ul.col3 > li:nth-child(3n) {
  margin-right: 0;
}
.navAnchor02 ul.col4 > li {
  width: 23.5%;
  margin-right: 2%;
}
.navAnchor02 ul.col4 > li:nth-child(4n) {
  margin-right: 0;
}

/* navTab01 */
.navTab01 {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.navTab01 > li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #e8649c;
  background-image: -webkit-linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  background-image: -moz-linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  background-image: -ms-linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  background-image: -o-linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  background-image: linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e8649c', EndColorStr='#eb6da5');
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.navTab01 > li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.navTab01 > li > a {
  display: block;
  padding: 15px 20px;
}
.navTab01 > li > a:link, .navTab01 > li > a:visited, .navTab01 > li > a:hover, .navTab01 > li > a:active {
  color: #ffffff;
  text-decoration: none;
}
.navTab01 > li.on {
  position: relative;
  background: none;
  background-color: #f5f5f5;
}
.navTab01 > li.on:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.navTab01 > li.on > a:link, .navTab01 > li.on > a:visited, .navTab01 > li.on > a:hover, .navTab01 > li.on > a:active {
  color: #333333;
}
.navTab01.upper {
  margin-bottom: 30px;
}
.navTab01.upper > li.on {
  border-bottom: 6px solid #eb6da5;
}
.navTab01.upper > li.on:before {
  bottom: -14px;
  border-top: 8px solid #eb6da5;
}
.navTab01.upper + * {
  margin-top: 0;
}
.navTab01.lower {
  margin-top: 30px;
}
.navTab01.lower > li {
  border-top: 6px solid #ffffff;
}
.navTab01.lower > li.on {
  border-top: 6px solid #eb6da5;
}
.navTab01.lower > li.on:before {
  top: -14px;
  border-bottom: 8px solid #eb6da5;
}
.navTab01.col2 > li {
  width: 49%;
  margin-right: 2%;
}
.navTab01.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.navTab01.col3 > li {
  width: 32%;
  margin-right: 2%;
}
.navTab01.col3 > li:nth-child(3n) {
  margin-right: 0;
}

/* navTab02 */
.navTab02 {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.navTab02 > li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  background-color: #eaeaea;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.navTab02 > li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.navTab02 > li > a {
  display: block;
  padding: 15px 20px;
}
.navTab02 > li > a:link, .navTab02 > li > a:visited, .navTab02 > li > a:hover, .navTab02 > li > a:active {
  color: #333333;
  text-decoration: none;
}
.navTab02 > li.on {
  position: relative;
  background: none;
  background-color: #ffffff;
}
.navTab02 > li.on > a {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.navTab02.upper {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.navTab02.upper > li {
  margin-top: 2px;
  margin-bottom: -1px;
}
.navTab02.upper > li.on {
  margin-top: 0;
  border-top: 2px solid #555555;
}
.navTab02.upper + * {
  margin-top: 0;
}
.navTab02.lower {
  margin-top: 30px;
  border-top: 1px solid #dddddd;
}
.navTab02.lower > li {
  margin-top: -3px;
  border-top: 2px solid #ffffff;
}
.navTab02.lower > li.on {
  border-bottom: 2px solid #555555;
}
.navTab02.col2 > li {
  width: 49%;
  margin-right: 2%;
}
.navTab02.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.navTab02.col3 > li {
  width: 32%;
  margin-right: 2%;
}
.navTab02.col3 > li:nth-child(3n) {
  margin-right: 0;
}

/* Link
------------------------------------------ */
/* pageup */
.pageup {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
  margin: 40px 0 0 0;
  text-align: right;
}
.pageup a {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 0 0 20px;
  background: url(/tc/common/img/com_ic15.png) no-repeat 0 0.5em;
}

/* linkTxtInline01 */
.linkTxtInline01:link, .linkTxtInline01:visited {
  text-decoration: underline;
}
.linkTxtInline01:hover, .linkTxtInline01:active {
  text-decoration: none;
}

/* linkTxtList01 */
.linkTxtList01 > li {
  padding: 0 0 0 15px;
  background: url(/tc/common/img/com_ic17.png) no-repeat 0 0.3em;
}
.linkTxtList01 > li > a:after {
  vertical-align: middle;
}
.linkTxtList01 > li > a[target="_blank"]:after {
  content: url(/tc/common/img/com_ic01.png);
  margin: 0 0 0 10px;
}
.linkTxtList01 > li > a[href$=".pdf"]:after {
  content: url(/tc/common/img/com_ic02.png);
  margin: 0 0 0 10px;
}
.linkTxtList01 > li > a[href$=".xls"]:after {
  content: url(/tc/common/img/com_ic04.png);
  margin: 0 0 0 10px;
}
.linkTxtList01 > li > a[href$=".doc"]:after {
  content: url(/tc/common/img/com_ic05.png);
  margin: 0 0 0 10px;
}
.linkTxtList01 > li > a[href$=".mov"]:after {
  content: url(/tc/common/img/com_ic03.png);
  margin: 0 0 0 10px;
}
.linkTxtList01.horizontal {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.linkTxtList01.horizontal > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
}
.linkTxtList01.horizontal > li:nth-child(2n) {
  margin-right: 0;
}

/* linkTxtList02 */
.linkTxtList02 > li {
  padding: 0 0 0 15px;
  background: url(/tc/common/img/com_ic18.png) no-repeat 0 0.4em;
}

/* linkTxtList03 */
.linkTxtList03 > li {
  padding: 0 0 0 25px;
  background: url(/tc/common/img/com_ic25.png) no-repeat 0 0.2em;
}

/* linkBtnList01 */
.linkBtnList01 {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.linkBtnList01 > li {
  display: inline-block;
  letter-spacing: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 24px;
  vertical-align: top;
}
.linkBtnList01 > li:last-child {
  margin-right: 0;
}
.linkBtnList01 > li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.linkBtnList01.aC > li {
  margin-right: 12px;
  margin-left: 12px;
}
.linkBtnList01.aR > li {
  margin-left: 12px;
}
.linkBtnList01.aR > li:last-child {
  margin-left: 0;
}
.linkBtnList01.linkBtn02 > li > a, .linkBtnList01.linkBtn03 > li > a {
  position: relative;
  display: block;
}
.linkBtnList01.linkBtn02 > li > a:after, .linkBtnList01.linkBtn03 > li > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.linkBtnList01.linkBtn02 > li > a[target="_blank"]:after, .linkBtnList01.linkBtn03 > li > a[target="_blank"]:after {
  width: 15px;
  height: 12px;
  margin-top: -6px;
  background-image: url(/tc/common/img/com_ic01.png);
}
.linkBtnList01.linkBtn02 > li > a[href$=".pdf"]:after, .linkBtnList01.linkBtn03 > li > a[href$=".pdf"]:after {
  width: 15px;
  height: 13px;
  margin-top: -6px;
  background-image: url(/tc/common/img/com_ic02.png);
}
.linkBtnList01.linkBtn02 > li > a[href$=".xls"]:after, .linkBtnList01.linkBtn03 > li > a[href$=".xls"]:after {
  width: 15px;
  height: 13px;
  margin-top: -6px;
  background-image: url(/tc/common/img/com_ic04.png);
}
.linkBtnList01.linkBtn02 > li > a[href$=".doc"]:after, .linkBtnList01.linkBtn03 > li > a[href$=".doc"]:after {
  width: 15px;
  height: 13px;
  margin-top: -6px;
  background-image: url(/tc/common/img/com_ic05.png);
}
.linkBtnList01.linkBtn02 > li > a[href$=".mov"]:after, .linkBtnList01.linkBtn03 > li > a[href$=".mov"]:after {
  width: 16px;
  height: 15px;
  margin-top: -7px;
  background-image: url(/tc/common/img/com_ic03.png);
}

/* .linkBtn01 */
.linkBtn01 > li {
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(-10deg, #e4e4e4 50%, #eaeaea 50%, #eaeaea);
  background-image: -moz-linear-gradient(-10deg, #e4e4e4 50%, #eaeaea 50%, #eaeaea);
  background-image: -ms-linear-gradient(-10deg, #e4e4e4 50%, #eaeaea 50%, #eaeaea);
  background-image: -o-linear-gradient(-10deg, #e4e4e4 50%, #eaeaea 50%, #eaeaea);
  background-image: linear-gradient(-10deg, #e4e4e4 50%, #eaeaea 50%, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e4e4e4', EndColorStr='#eaeaea');
  position: relative;
  min-width: 180px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
.linkBtn01 > li:before {
  position: absolute;
}
.linkBtn01 > li > a {
  display: block;
  padding: 15px 50px;
}
.linkBtn01 > li > a:link, .linkBtn01 > li > a:visited, .linkBtn01 > li > a:hover, .linkBtn01 > li > a:active {
  color: #555555;
  text-decoration: none;
}
.linkBtn01 > li.close:before {
  content: "×";
  top: 50%;
  left: 20px;
  margin-top: -1em;
}
.linkBtn01 > li.print {
  min-width: inherit;
}
.linkBtn01 > li.print:before {
  content: "";
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/tc/common/img/com_ic24.png) no-repeat 0 0;
}
.linkBtn01 > li.print > a {
  padding-right: 30px;
}

/* .linkBtn02 */
.linkBtn02 > li {
  background-color: #272727;
  background-image: -webkit-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  background-image: -moz-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  background-image: -ms-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  background-image: -o-linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  background-image: linear-gradient(-10deg, #272727 50%, #333333 50%, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#272727', EndColorStr='#333333');
  min-width: 380px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.linkBtn02 > li > a {
  padding: 15px 40px;
}
.linkBtn02 > li > a:link, .linkBtn02 > li > a:visited, .linkBtn02 > li > a:hover, .linkBtn02 > li > a:active {
  color: #ffffff;
  text-decoration: none;
}

/* .linkBtn03 */
.linkBtn03 > li {
  background-color: #e8649c;
  background-image: -webkit-linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  background-image: -moz-linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  background-image: -ms-linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  background-image: -o-linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  background-image: linear-gradient(-10deg, #e8649c 50%, #eb6da5 50%, #eb6da5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e8649c', EndColorStr='#eb6da5');
  min-width: 210px;
  font-weight: bold;
  text-align: center;
}
.linkBtn03 > li > a {
  padding: 15px 40px;
}
.linkBtn03 > li > a:link, .linkBtn03 > li > a:visited, .linkBtn03 > li > a:hover, .linkBtn03 > li > a:active {
  color: #ffffff;
  text-decoration: none;
}
.linkBtn03 > li.open > a:before, .linkBtn03 > li.close > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
}
.linkBtn03 > li.open > a:before {
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background-image: url(/tc/common/img/com_ic20.png);
}
.linkBtn03 > li.close > a:before {
  width: 15px;
  height: 3px;
  margin-top: -2px;
  background-image: url(/tc/common/img/com_ic21.png);
}
.linkBtn03.col4 > li {
  width: 23.5%;
  min-width: auto;
  margin-right: 2%;
}
.linkBtn03.col4 > li:nth-child(4n) {
  margin-right: 0;
}
.linkBtn03.col4 > li > a {
  display: table-cell;
  width: 220px;
  vertical-align: middle;
}

/* List
------------------------------------------ */
/* listUl01 */
.listUl01 > li {
  padding: 0 0 0 15px;
  background: url(/tc/common/img/com_ic12.png) no-repeat 0 0.5em;
}
.listUl01 > li:first-child {
  margin-top: 0;
}
.listUl01.col2 {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.listUl01.col2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  width: 49%;
  margin-right: 2%;
  vertical-align: top;
}
.listUl01.col2 > li:nth-child(-n+2) {
  margin-top: 0;
}
.listUl01.col2 > li:nth-child(2n) {
  margin-right: 0;
}

/* listUl02 */
.listUl02 > li {
  padding: 0 0 0 15px;
  background: url(/tc/common/img/com_ic13.png) no-repeat 0 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.listUl02 > li:first-child {
  margin-top: 0;
}

/* listUl03 */
.listUl03 > li {
  padding: 0 0 0 15px;
  background: url(/tc/common/img/com_ic14.png) no-repeat 0 0.5em;
  /*font-size: 12px;
  font-size: 1.2rem;*/
}
.listUl03 > li:first-child {
  margin-top: 0;
}

/* listUl04 */
.listUl04 > li {
  padding: 0 0 0 15px;
  background: url(/tc/common/img/com_ic12.png) no-repeat 0 0.5em;
  color: #eb6da5;
}
.listUl04 > li:first-child {
  margin-top: 0;
}

/* listOl01 */
.listOl01 {
  counter-reset: listOl01;
}
.listOl01 > li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.listOl01 > li:first-child {
  margin-top: 0;
}
.listOl01 > li:nth-child(n+10) {
  padding: 0 0 0 2em;
  text-indent: -2em;
}
.listOl01 > li:before {
  counter-increment: listOl01;
  content: counter(listOl01) ". ";
  color: #eb6da5;
  font-weight: bold;
}
.listOl01.start2 {
  counter-reset: listOl01 1;
}
.listOl01.start3 {
  counter-reset: listOl01 2;
}
.listOl01.start4 {
  counter-reset: listOl01 3;
}
.listOl01.start5 {
  counter-reset: listOl01 4;
}

/* listOl02 */
.listOl02 {
  counter-reset: listOl02;
}
.listOl02 > li {
  padding: 0 0 0 2.5em;
  text-indent: -2.5em;
  /*font-size: 12px;
  font-size: 1.2rem;*/
}
.listOl02 > li:first-child {
  margin-top: 0;
}
.listOl02 > li:nth-child(n+10) {
  padding: 0 0 0 3em;
  text-indent: -3em;
}
.listOl02 > li:before {
  counter-increment: listOl02;
  content: "（" counter(listOl02) "）";
}

/* listOl03 */
.listOl03 {
  /*margin-left: 2.0em;*/
}
.listOl03 > li {
  /*list-style-type: katakana;*/
  padding: 0 0 0 1.6em;
  text-indent: -1.6em;
}

/* listOl04 */
.listOl04 > li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/* listOl05 */
.listOl05 {
  margin-left: 2.5em;
}
.listOl05 > li {
  list-style: upper-roman;
}

/* listDl01 */
.listDl01 > dt,
.listDl01 > dd {
  text-indent: 0;
}
.listDl01 > dt {
  padding: 0 0 0 15px;
  background: url(/tc/common/img/com_ic12.png) no-repeat 0 0.5em;
}
.listDl01 > dt:first-child {
  margin-top: 0;
}
.listDl01 > dd > *:first-child {
  margin-top: 0;
}
.listDl01 > dd ul,
.listDl01 > dd ol {
  margin-top: 0;
}

/* listDl02 */
.listDl02 {
  counter-reset: listDl02;
}
.listDl02 > dt {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.listDl02 > dt:nth-child(n+10) {
  padding: 0 0 0 2em;
  text-indent: -2em;
}
.listDl02 > dt:before {
  counter-increment: listDl02;
  content: counter(listDl02) ". ";
  color: #eb6da5;
  font-weight: bold;
}

/* listDl03 */
.listDl03 dt {
  float: left;
  margin-right: 0.5em;
  color: #eb6da5;
  font-weight: bold;
}

/* listNote01 */
.listNote01 > li {
  padding: 0 0 0 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1.5em;
}
.listNote01 > li:first-child {
  margin-top: 0;
}
.listNote01 > li:before {
  content: "※ ";
}

/* listNote02 */
.listNote02 {
  counter-reset: listNote02;
}
.listNote02 > li {
  padding: 0 0 0 2em;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -2em;
}
.listNote02 > li:first-child {
  margin-top: 0;
}
.listNote02 > li:nth-child(n+10) {
  padding: 0 0 0 2.5em;
  text-indent: -2.5em;
}
.listNote02 > li:before {
  counter-increment: listNote02;
  content: "※" counter(listNote02) " ";
}

/* listFlow01 */
.listFlow01 {
  counter-reset: listFlow01;
  margin: 30px 0 0 0;
}
.listFlow01 > li {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 0 40px;
  font-size: 20px;
  font-size: 2.0rem;
}
.listFlow01 > li:first-child {
  margin-top: 0;
}
.listFlow01 > li:before {
  counter-increment: listFlow01;
  content: counter(listFlow01);
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/tc/common/img/com_ic11.png) no-repeat 0 0;
  text-align: center;
  color: #ffffff;
  z-index: 20px;
  font-size: 2.0rem;
  line-height: 30px;
}
.listFlow01.col2 {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.listFlow01.col2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  width: 49%;
  margin-top: 50px;
  margin-right: 2%;
  vertical-align: top;
}
.listFlow01.col2 > li:nth-child(-n+2) {
  margin-top: 0;
}
.listFlow01.col2 > li:nth-child(2n) {
  margin-right: 0;
}

/* Table
------------------------------------------ */
/* tblDate01 */
.tblDate01 {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.tblDate01 caption {
  padding: 0 0 0.805em 0;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: left;
}
.tblDate01 th,
.tblDate01 td {
  padding: 15px 20px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  vertical-align: top;
}
.tblDate01 th > *:first-child,
.tblDate01 td > *:first-child {
  margin-top: 0;
}
.tblDate01 th {
  background-color: #555555;
  color: #ffffff;
}
.tblDate01 th a:link,
.tblDate01 th a:visited,
.tblDate01 th a:hover,
.tblDate01 th a:active {
  color: #ffffff;
}
.tblDate01 td {
  background-color: #f5f5f5;
}
.tblDate01 .w90per {
  width: 90%;
}
.tblDate01 .w80per {
  width: 80%;
}
.tblDate01 .w70per {
  width: 70%;
}
.tblDate01 .w60per {
  width: 60%;
}
.tblDate01 .w50per {
  width: 50%;
}
.tblDate01 .w40per {
  width: 40%;
}
.tblDate01 .w30per {
  width: 30%;
}
.tblDate01 .w20per {
  width: 20%;
}
.tblDate01 .w10per {
  width: 10%;
}

/* Form
------------------------------------------ */
/* formSelect01 */
.formSelect01.easy-select-box {
  width: auto !important;
  height: auto !important;
}
.formSelect01.easy-select-box .esb-displayer {
  position: relative;
  padding: 10px 55px 10px 20px !important;
  border: 1px solid #dddddd !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}
.formSelect01.easy-select-box .esb-displayer:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(/tc/common/img/com_ic22.png) no-repeat 0 0;
}
.formSelect01.easy-select-box .esb-dropdown {
  padding: 5px 0;
  border-top: none !important;
  border-right: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
}
.formSelect01.easy-select-box .esb-dropdown .esb-item {
  padding: 5px 10px !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

/* Column
------------------------------------------ */
/* common */
.col > *:first-child,
.colImgR > *:first-child,
.colImgL > *:first-child,
.colTxt > *:first-child {
  margin-top: 0 !important;
}

.col {
  margin-top: 40px;
  float: left;
}

/* colEq2 */
.colEq2 > .col {
  width: 49%;
  margin-right: 2%;
}
.colEq2 > .col:nth-child(2n) {
  margin-right: 0;
}
.colEq2 > .col > .boxColumn02 > .colEq2 > .col {
  width: 47%;
  margin-right: 6%;
}
.colEq2 > .col > .boxColumn02 > .colEq2 > .col:nth-child(2n) {
  margin-right: 0;
}

/* colEq3 */
.colEq3 > .col {
  width: 32%;
  margin-right: 2%;
}
.colEq3 > .col:nth-child(3n) {
  margin-right: 0;
}

/* colEq4 */
.colEq4 > .col {
  width: 23.5%;
  margin-right: 2%;
}
.colEq4 > .col:nth-child(4n) {
  margin-right: 0;
}

/* col1to2 */
.col1to2 > .col:nth-child(1) {
  width: 65.5%;
  margin-right: 2%;
}
.col1to2 > .col:nth-child(2) {
  width: 32.5%;
}

/* col2to1 */
.col2to1 > .col:nth-child(1) {
  width: 32.5%;
  margin-right: 2%;
}
.col2to1 > .col:nth-child(2) {
  width: 65.5%;
}

/* colEq5 */
.colEq5 > .col {
  width: 18.4%;
  margin-right: 2%;
}
.colEq5 > .col:nth-child(5n) {
  margin-right: 0;
}

/* colSet */
.colSet > .colImgR {
  float: right;
  margin-left: 25px;
}
.colSet > .colImgL {
  float: left;
  margin-right: 25px;
}

/* Box
------------------------------------------ */
/* boxColumn01 */
.boxColumn01 {
  padding: 25px 30px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.boxColumn01 > *:first-child {
  margin-top: 0;
}

/* boxColumn02 */
.boxColumn02 {
  position: relative;
  padding: 25px 30px;
  background-color: #ffffff;
  border: 5px solid #eeeeee;
}
.boxColumn02:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  border-top: 26px solid #999999;
  border-right: 26px solid transparent;
}
.boxColumn02 .heading01 {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
}
.boxColumn02 .heading02 {
  margin: 20px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 3px solid #999999;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.boxColumn02 > *:first-child {
  margin-top: 0;
}

/* boxColumn03 */
.boxColumn03 {
  position: relative;
  padding: 25px 30px;
  background-color: #ffffff;
  border: 5px solid #fbeaf0;
}
.boxColumn03:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  border-top: 26px solid #eb6da5;
  border-right: 26px solid transparent;
}
.boxColumn03 .heading01 {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
}
.boxColumn03 .heading02 {
  margin: 20px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 3px solid #eb6da5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.boxColumn03 > *:first-child {
  margin-top: 0;
}

/* boxAcc01 */
.boxAcc01 .box {
  margin: 5px 0 0 0;
}
.boxAcc01 .box .heading {
  margin: 0;
  position: relative;
  padding: 10px 50px 10px 30px;
  background-color: #eaeaea;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}
.boxAcc01 .box .heading:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 29px;
  height: 29px;
  margin-top: -14px;
  background-image: url(/tc/common/img/com_ic06.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.boxAcc01 .box .heading.open:before {
  background-image: url(/tc/common/img/com_ic07.png);
}
.boxAcc01 .box:first-child {
  margin-top: 0;
}
.boxAcc01 .box .detail {
  display: none;
  padding: 20px 30px;
  background-color: #ffffff;
}
.boxAcc01 .box .detail > *:first-child {
  margin-top: 0;
}

/* boxLink01 */
.boxLink01 .column .col {
  float: left;
  width: 22%;
  margin-top: 35px;
  margin-right: 4%;
}
.boxLink01 .column .col:last-child, .boxLink01 .column .col:nth-child(4n) {
  margin-right: 0;
}
.boxLink01 .column .col .heading {
  padding: 10px 15px;
  background-color: #eaeaea;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.boxLink01 .column .col .heading.hover {
  cursor: pointer;
}
.boxLink01 .column .col .heading a {
  display: block;
  padding: 0 0 0 25px;
  background-image: url(/tc/common/img/com_ic19.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}

/* boxLink02 */
.boxLink02 > .col {
  width: 49%;
  margin-top: 50px;
  margin-right: 2%;
}
.boxLink02 > .col:nth-child(2n) {
  margin-right: 0;
}
.boxLink02 > .col .heading {
  padding: 0 0 0 25px;
  background: url(/tc/common/img/com_ic19.png) no-repeat 0 0.3em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* boxLink03 */
.boxLink03 > .col {
  width: 23%;
  margin-top: 50px;
  margin-right: 2%;
}
.boxLink03 > .col:nth-child(4n) {
  margin-right: 0;
}
.boxLink03 > .col figure {
  display: table-cell;
  width: 230px !important;
  vertical-align: middle;
}
.boxLink03 > .col figure img {
  max-width: 230px;
}
.boxLink03 > .col .linkBtn03 > li {
  display: table;
  width: 100%;
}
.boxLink03 > .col .linkBtn03 > li:first-child {
  margin-top: 0;
}
.boxLink03 > .col .linkBtn03 > li > a {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}

/* boxLink04 */
.boxLink04 > .col {
  width: 49%;
  margin-top: 50px;
  margin-right: 2%;
}
.boxLink04 > .col:nth-child(2n) {
  margin-right: 0;
}
.boxLink04 > .col figure {
  display: table-cell;
  width: 490px !important;
  vertical-align: middle;
}
.boxLink04 > .col .linkBtn03 > li {
  width: 100%;
}
.boxLink04 > .col > *:first-child {
  margin-top: 0;
  margin-bottom: 0.805em;
}

/* boxLink05 */
.boxLink05 {
  padding: 25px 20px;
  background-color: #f5f5f5;
}
.boxLink05 ul li.on > a {
  background-color: #eaeaea;
}
.boxLink05 ul li a {
  display: block;
}
.boxLink05 > ul {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.boxLink05 > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  width: 49%;
  margin-right: 2%;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.boxLink05 > ul > li:nth-child(2n) {
  margin-right: 0;
}
.boxLink05 > ul > li > a {
  padding: 5px 0 5px 35px;
  background: url(/tc/common/img/com_ic19.png) no-repeat 10px 0.6em;
}
.boxLink05 > ul > li > ul > li {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.boxLink05 > ul > li > ul > li > a {
  padding: 5px 0 5px 35px;
  background: url(/tc/common/img/com_ic17.png) no-repeat 17px 0.8em;
}

/* boxLink06 */
.boxLink06 .col {
  width: 22%;
  margin-top: 50px;
  margin-right: 4%;
}
.boxLink06 .col:nth-child(4n) {
  margin-right: 0;
}
.boxLink06 .col figure {
  display: table-cell;
  width: 490px !important;
  vertical-align: middle;
}
.boxLink06 .col .heading {
  padding: 0 0 0 24px;
  background: url(/tc/common/img/com_ic19.png) no-repeat 0 0.4em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.boxLink06 .col .heading > a[target="_blank"]:after {
  content: url(/tc/common/img/com_ic01.png);
  margin: 0 0 0 10px;
}
.boxLink06 .col .heading > a[href$=".pdf"]:after {
  content: url(/tc/common/img/com_ic02.png);
  margin: 0 0 0 10px;
}
.boxLink06 .col .heading > a[href$=".xls"]:after {
  content: url(/tc/common/img/com_ic04.png);
  margin: 0 0 0 10px;
}
.boxLink06 .col .heading > a[href$=".doc"]:after {
  content: url(/tc/common/img/com_ic05.png);
  margin: 0 0 0 10px;
}
.boxLink06 .col .heading > a[href$=".mov"]:after {
  content: url(/tc/common/img/com_ic03.png);
  margin: 0 0 0 10px;
}

/* boxPlugin01 */
.boxPlugin01 {
  padding: 30px 40px;
  background-color: #f5f5f5;
}
.boxPlugin01 dl dt {
  float: left;
  margin: 0 55px 0 0;
}

/* boxLink07 */
.boxLink07 > .column > .col {
  width: 23.5%;
  margin-right: 2%;
}
.boxLink07 > .column > .col.con4 {
  width: 100%;
}
.boxLink07 > .column > .col.con2 {
  width: 49%;
}
.boxLink07 > .column > .col:last-child {
  margin-right: 0;
}
.boxLink07 > .column > .col .nav2nd > li {
  margin: 10px 0 0 0;
}
.boxLink07 > .column > .col .nav2nd > li > a {
  display: block;
  padding: 10px 15px 10px 40px;
  background-color: #eaeaea;
  background-image: url(/tc/common/img/com_ic19.png);
  background-repeat: no-repeat;
  background-position: 15px 0.9em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.boxLink07 > .column > .col .nav2nd > li:first-child {
  margin-top: 0;
}
.boxLink07 > .column > .col .nav3rd {
  margin: 10px 0 0 0 !important;
}
.boxLink07 > .column > .col .nav3rd.col2 {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.boxLink07 > .column > .col .nav3rd.col2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  width: 48%;
  margin-right: 4%;
  vertical-align: top;
}
.boxLink07 > .column > .col .nav3rd.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.boxLink07 > .column > .col > .nav3rd {
  margin-top: 0 !important;
}

/* boxForm01 */
.boxForm01 ul {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.boxForm01 ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.boxForm01 ul li .easy-select-box {
  margin-top: 0 !important;
}

/* boxNews01 */
.boxNews01 dl {
  margin: 15px 0 0 0;
}
.boxNews01 dl dt {
  position: relative;
  float: left;
  width: 160px;
  min-height: 21px;
  margin: 0 20px 0 0;
  padding: 0 155px 0 0;
  color: #999999;
}
.boxNews01 dl dt:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 153px;
  min-height: 11px;
  margin-top: -10px;
  padding: 4px 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}
.boxNews01 dl dt.ic01:after, .boxNews01 dl dt.ic02:after, .boxNews01 dl dt.ic03:after, .boxNews01 dl dt.ic04:after {
  color: #eb6da5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.boxNews01 dl dt.ic01:after {
  content: "お知らせ";
}
.boxNews01 dl dt.ic02:after {
  content: "プレスリリース";
}
.boxNews01 dl dt.ic03:after {
  content: "イベント";
}
.boxNews01 dl dt.ic04:after {
  content: "キャンペーン";
}
.boxNews01 dl dt.ic05:after {
  content: "緊急";
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

/* boxFAQ01 */
.boxFAQ01 {
  margin: 45px 0 0 0;
  padding: 25px 30px;
  background-color: #f5f5f5;
}
.boxFAQ01 ul {
  margin-top: -0.805em;
}
.boxFAQ01 ul li {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.boxFAQ01 ul li:before {
  content: "Q";
  position: absolute;
  top: -4px;
  left: 0;
  color: #e86fa5;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
.boxFAQ01 ul.col2 {
  /*letter-spacing: -0.4em;*/
  letter-spacing: -0.6em;
}
.boxFAQ01 ul.col2 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  width: 49%;
  margin-right: 2%;
  vertical-align: top;
}
.boxFAQ01 ul.col2 li:nth-child(2n) {
  margin-right: 0;
}

/* boxFAQ02 */
.boxFAQ02 {
  margin: 30px 0 0 0;
}
.boxFAQ02 .box {
  margin: 30px 0 0 0;
}
.boxFAQ02 .box .q,
.boxFAQ02 .box .a {
  min-height: 40px;
  padding: 10px 0 0 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.boxFAQ02 .box .q {
  background-image: url(/tc/common/img/com_ic09.png);
  font-size: 16px;
  font-size: 1.6rem;
}
.boxFAQ02 .box .a {
  margin: 10px 0 0 0;
  background-image: url(/tc/common/img/com_ic10.png);
}
.boxFAQ02 .box .a > *:first-child {
  margin-top: 0;
}
.boxFAQ02 .box:first-child {
  margin-top: 0;
}

/* boxFlow01 */
.boxFlow01 {
  counter-reset: boxFlow01;
  margin: 45px 0 0 0;
}
.boxFlow01 > .col {
  width: 49%;
  margin: 45px 2% 0 0;
}
.boxFlow01 > .col:nth-child(-n+2) {
  margin-top: 0;
}
.boxFlow01 > .col:nth-child(2n) {
  margin-right: 0;
}
.boxFlow01 > .col > .heading {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 20px;
  font-size: 2.0rem;
}
.boxFlow01 > .col > .heading:before {
  counter-increment: boxFlow01;
  content: counter(boxFlow01);
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/tc/common/img/com_ic11.png) no-repeat 0 0;
  text-align: center;
  color: #ffffff;
  z-index: 20px;
  font-size: 2.0rem;
  line-height: 30px;
}
.boxFlow01 > .col > .heading span {
  color: #e66da3;
}
.boxFlow01 > .col > .heading span.txIalic01 {
  color: black;
}

/* boxFlow02 */
.boxFlow02 {
  counter-reset: boxFlow02;
  margin: 45px 0 0 0;
}
.boxFlow02 > .box {
  margin: 45px 0 0 0;
}
.boxFlow02 > .box:first-child {
  margin-top: 0;
}
.boxFlow02 > .box > .heading {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 20px;
  font-size: 2.0rem;
}
.boxFlow02 > .box > .heading:before {
  counter-increment: boxFlow02;
  content: counter(boxFlow02);
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/tc/common/img/com_ic11.png) no-repeat 0 0;
  text-align: center;
  color: #ffffff;
  z-index: 20px;
  font-size: 2.0rem;
  line-height: 30px;
}
.boxFlow02 > .box > .heading span {
  color: #e66da3;
}

/* boxUnique01 */
.boxUnique01 {
  margin: 40px 0 0 0;
}
.boxUnique01 table {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.boxUnique01 table th,
.boxUnique01 table td {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.boxUnique01 table thead th {
  padding: 10px 15px;
  background-color: #555555;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
}
.boxUnique01 table tbody tr td {
  padding: 15px 20px;
  background-color: #f5f5f5;
  vertical-align: middle;
}
.boxUnique01 table tbody tr td .icon > li {
  margin: 20px 0 0 0;
}
.boxUnique01 table tbody tr td .icon > li img {
  max-width: 100%;
}
.boxUnique01 table tbody tr td .set dt {
  float: left;
  width: 220px;
  margin: 0 40px 0 0;
}
.boxUnique01 table tbody tr td .set dt img {
  max-width: 100%;
}
.boxUnique01 table tbody tr td .set dd {
  float: left;
  width: 480px;
}
.boxUnique01 table tbody tr td .set dd .icon > li {
  float: left;
  margin-right: 20px;
  vertical-align: top;
}
.boxUnique01 table tbody tr td .set dd .icon > li:nth-child(-n+3) {
  margin-top: 0;
}
.boxUnique01 table tbody tr td .set dd .icon > li:nth-child(3n) {
  margin-right: 0;
}
.boxUnique01 table tbody tr td:nth-child(1) {
  width: 99%;
}
.boxUnique01 table tbody tr td:nth-child(2) {
  width: 1%;
  white-space: nowrap;
}
.boxUnique01 table tbody tr td:nth-child(2) .icon {
  white-space: nowrap;
}
.boxUnique01 table tbody tr td:nth-child(2) .icon > li:first-child {
  margin-top: 0;
}

/* boxUse01 */
.boxUse01 > .column > .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 20px;
}
.boxUse01 > .column > .col:first-child {
  border-right: 1px solid #dddddd;
}
.boxUse01 > .column > .col > .heading {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.boxUse01 > .column > .col > .heading span {
  color: #e66da3;
}
.boxUse01 > .column > .col > .link {
  display: table;
  width: 100%;
}
.boxUse01 > .column > .col > .link > *:first-child {
  margin-top: 0;
}
.boxUse01 > .column > .col > .link .linkBtn03 {
  display: table-cell;
  vertical-align: middle;
}
.boxUse01 > .column > .col > .link .linkBtn03 > li:first-child {
  margin-top: 0;
}

/* boxAbout01 */
.boxAbout01 {
  margin: 40px 0 0 0;
  padding: 25px;
  background-color: #f5f5f5;
}
.boxAbout01 .column > div.col01 {
  width: 330px;
}
.boxAbout01 .column > div.col02 {
  width: 600px;
}
.boxAbout01 .column > div.col02 .box02 {
  background-color: #fbeaef;
}
.boxAbout01 .column > div.col02 .box02 .inner {
  background-position: 100% 50%;
}
.boxAbout01 .column > div.col02 .box03 {
  margin: 20px 0 0 0;
  background-color: #d7d7d7;
}
.boxAbout01 .column > div.col02 .box03 .inner {
  background-position: 0 50%;
}
.boxAbout01 .column > div > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.boxAbout01 .column > div > div .inner {
  background-repeat: no-repeat;
}
.boxAbout01 .column > div > div .inner .heading {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
.boxAbout01 .column > div > div .inner p {
  margin-top: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.boxAbout01 .column > div > div .inner p span {
  color: #e85694;
  font-weight: bold;
}
.boxAbout01 .column > div > div .inner .linkBtnList01 li {
  margin-top: 1em;
}
.boxAbout01 .column.column01 .col01 {
  display: table;
  float: left;
  background-color: #eb609e;
  background-image: -webkit-linear-gradient(-90deg, #eb609e 50%, #eb6da5 50%, #eb6da5);
  background-image: -moz-linear-gradient(-90deg, #eb609e 50%, #eb6da5 50%, #eb6da5);
  background-image: -ms-linear-gradient(-90deg, #eb609e 50%, #eb6da5 50%, #eb6da5);
  background-image: -o-linear-gradient(-90deg, #eb609e 50%, #eb6da5 50%, #eb6da5);
  background-image: linear-gradient(-90deg, #eb609e 50%, #eb6da5 50%, #eb6da5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eb609e', EndColorStr='#eb6da5');
  background-image: url(/tc/about/img/index_bg01.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.boxAbout01 .column.column01 .col01 .box01 {
  display: table-cell;
  vertical-align: middle;
}
.boxAbout01 .column.column01 .col01 .box01 .inner .heading {
  padding: 200px 0 0 0;
  color: #ffffff;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
}
.boxAbout01 .column.column01 .col02 {
  float: right;
}
.boxAbout01 .column.column01 .col02 .box02 .inner {
  padding-right: 210px;
  background-image: url(/tc/about/img/index_bg02.png);
}
.boxAbout01 .column.column01 .col02 .box03 {
  margin: 20px 0 0 0;
}
.boxAbout01 .column.column01 .col02 .box03 .inner {
  padding-left: 225px;
  background-image: url(/tc/about/img/index_bg03.png);
}
.boxAbout01 .column.column02 {
  margin: 20px 0 0 0;
}
.boxAbout01 .column.column02 .col01 {
  background-color: #ffffff;
  background-image: url(/tc/about/img/index_bg04.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  float: right;
}
.boxAbout01 .column.column02 .col01 .box01 .inner .heading {
  font-size: 21px;
  font-size: 2.1rem;
}
.boxAbout01 .column.column02 .col02 {
  float: left;
}
.boxAbout01 .column.column02 .col02 .box02 .inner {
  min-height: 183px;
  padding-right: 170px;
  background-image: url(/tc/about/img/index_bg05.png);
}
.boxAbout01 .column.column02 .col02 .box03 {
  margin: 20px 0 0 0;
}
.boxAbout01 .column.column02 .col02 .box03 .inner {
  padding-left: 220px;
  background-image: url(/tc/about/img/index_bg06.png);
}

/* Plugin
------------------------------------------ */
/* colorboxWindow01 */
#colorbox.colorboxWindow01 #cboxWrapper #cboxContent {
  margin-top: 0;
}
#colorbox.colorboxWindow01 #cboxWrapper #cboxContent #cboxLoadedContent {
  padding: 70px 30px 110px;
  background: #ffffff;
}
#colorbox.colorboxWindow01 #cboxWrapper #cboxContent #cboxLoadedContent .linkBtn01 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
#colorbox.colorboxWindow01 #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 29px;
  height: 29px;
  background: url(/tc/common/img/com_ic26.png) no-repeat 0 0;
}

@media only screen and (max-width: 640px) {
  /* ======================
  　Module
  ====================== */
  /* Base Setting
  ------------------------------------------ */
  body {
    /*font-size: 12px;
    font-size: 1.2rem;*/
  }

  /* Wrap
  ------------------------------------------ */
  .wrap {
    width: auto;
    margin: 0;
  }

  /* Page
  ------------------------------------------ */
  /* Header
  ------------------------------------------ */
  /*header  */
  #header {
    position: relative;
    padding: 23px 10px;
  }
  #header .wrap {
    position: static;
  }
  #header #headerLogo {
    float: left;
    width: 105px;
  }
  #header #headerGlobal {
    float: none;
    margin: 0;
  }
  #header #headerGlobal dl {
    position: absolute;
    top: 10px;
    right: 120px;
  }
  #header #headerGlobal dl dt {
    overflow: hidden;
    outline: none;
    text-indent: -9999em;
    width: 45px;
    height: 45px;
    display: block;
    background-image: url(/tc/common/img/sp_header_bt01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
  }
  #header #headerGlobal dl dt:hover {
    background-image: url(/tc/common/img/sp_header_bt01.png);
  }
  #header #headerGlobal dl dd {
    display: none;
    position: static;
    top: auto;
    right: auto;
    border: none;
    padding: 0;
    z-index: 101;
  }
  #header #headerGlobal dl dd:before, #header #headerGlobal dl dd:after {
    display: none;
  }
  #header #headerGlobal dl dd.close {
    padding: 15px 0;
    background-color: #6d6d6d;
    text-align: center;
    color: #ffffff;
    /*font-size: 14px;
    font-size: 1.4rem;*/
    cursor: pointer;
  }
  #header #headerGlobal dl dd.close:before {
    display: inline-block;
    position: static;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
    background-image: url(/tc/common/img/sp_header_bg01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    border: none;
    vertical-align: middle;
  }
  #header #headerGlobal dl dd ul {
    width: 100%;
    border: none;
    padding: 0;
    background-color: #ffffff;
  }
  #header #headerGlobal dl dd ul li {
    border-bottom: 1px solid #cccccc;
  }
  #header #headerGlobal dl dd ul li a {
    display: block;
    padding: 15px 10px;
    /*font-size: 14px;
    font-size: 1.4rem;*/
  }
  #header #headerGlobal dl dd ul li a:hover, #header #headerGlobal dl dd ul li a:active {
    background-color: #ffffff;
    color: #e1317f;
    text-decoration: none;
  }
  #header #headerGlobal dl.open {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 110;
  }
  #header #headerGlobal dl.open dt {
    overflow: visible;
    text-indent: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 45px;
    background-color: #62afe5;
    background-image: url(/tc/common/img/sp_header_bg02.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 27px;
    color: #ffffff;
    /*font-size: 20px;
    font-size: 2.0rem;*/
    cursor: pointer;
  }
  #header #headerGlobal dl.open dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url(/tc/common/img/sp_header_bg01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  #header #headerGlobal dl.open dd {
    /*display: block;*/
  }
  #header #headerSearch {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: none;
  }
  #header #headerSearch dl {
    position: absolute;
    top: 10px;
    right: 65px;
  }
  #header #headerSearch dl dt {
    overflow: hidden;
    outline: none;
    text-indent: -9999em;
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(/tc/common/img/sp_header_bt02.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
  }
  #header #headerSearch dl dd {
    display: none;
  }
  #header #headerSearch dl.open {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 110;
  }
  #header #headerSearch dl.open dt {
    overflow: visible;
    text-indent: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 45px;
    background-color: #333333;
    background-image: url(/tc/common/img/sp_header_bg03.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 25px;
    color: #ffffff;
    /*font-size: 20px;
    font-size: 2.0rem;*/
    cursor: pointer;
  }
  #header #headerSearch dl.open dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url(/tc/common/img/sp_header_bg01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  #header #headerSearch dl.open dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  #header #headerSearch dl.open dd.searchBox, #header #headerSearch dl.open dd.searchLink {
    float: none;
    width: 100%;
  }
  #header #headerSearch dl.open dd.searchBox {
    cursor: default;
    margin: 0;
    padding: 14px 10px;
  }
  #header #headerSearch dl.open dd.searchBox input {
    border: none;
  }
  #header #headerSearch dl.open dd.searchBox fieldset {
    position: relative;
    padding: 0;
    border-bottom: none;
  }
  #header #headerSearch dl.open dd.searchBox fieldset input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
    height: 35px;
    min-height: 22px;
    padding: 10px;
    background-color: #eeeeee;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    color: black;
    /*font-size: 1.4rem;
    font-size: 14px;*/
  }
  #header #headerSearch dl.open dd.searchBox fieldset input[type="submit"] {
    overflow: hidden;
    outline: none;
    text-indent: -9999em;
    position: absolute;
    top: 6px;
    right: 6px;
    float: none;
    padding: 0;
    width: 22px;
    height: 22px;
    background-image: url(/tc/common/img/sp_header_bt04.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  #header #headerSearch dl.open dd.searchLink {
    padding: 0;
  }
  #header #headerSearch dl.open dd.searchLink ul {
    border-top: 1px solid #cccccc;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
  }
  #header #headerSearch dl.open dd.searchLink ul > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    /*font-size: 14px;
    font-size: 1.4rem;*/
    line-height: auto;
  }
  #header #headerSearch dl.open dd.searchLink ul > li > a {
    position: relative;
    display: block;
    padding: 10px;
  }
  #header #headerSearch dl.open dd.searchLink ul > li > a:before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 29px;
    height: 29px;
    margin-top: -14px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #header #headerSearch dl.open dd.searchLink ul > li.close > a {
    position: relative;
    display: block;
    padding: 10px;
  }
  #header #headerSearch dl.open dd.searchLink ul > li.close > a:before {
    display: block;
    background-image: url(/tc/common/img/com_ic06.png);
  }
  #header #headerSearch dl.open dd.searchLink ul > li.open > a:before {
    display: block;
    background-image: url(/tc/common/img/com_ic07.png);
  }
  #header #headerSearch dl.open dd.searchLink ul > li.open > ul {
    padding: 0 0 0 30px;
    background-color: #f3f3f3;
  }
  #header #headerSearch dl.open dd.searchLink ul > li.open > ul > li {
    border-bottom: 1px dotted #cccccc;
  }
  #header #headerSearch dl.open dd.searchLink ul > li.open > ul > li:last-child {
    border-bottom: none;
  }
  #header #headerSearch dl.open dd.searchLink ul > li.open > ul > li > a:before {
    display: none;
  }
  #header #headerSearch dl.open dd.close {
    padding: 15px 0;
    background-color: #6d6d6d;
    text-align: center;
    color: #ffffff;
    /*font-size: 14px;
    font-size: 1.4rem;*/
    cursor: pointer;
  }
  #header #headerSearch dl.open dd.close:before {
    content: "";
    display: inline-block;
    position: static;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
    background-image: url(/tc/common/img/sp_header_bg01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    border: none;
    vertical-align: middle;
  }

  /*navGlobal  */
  #navGlobal {
    overflow: visible;
    position: static;
  }
  #navGlobal .wrap > dl {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #navGlobal .wrap > dl > dt {
    overflow: hidden;
    outline: none;
    text-indent: -9999em;
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(/tc/common/img/sp_header_bt03.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
  }
  #navGlobal .wrap > dl > dd {
    display: none;
  }
  #navGlobal .wrap > dl > dd.close {
    display: none;
  }
  #navGlobal .wrap > dl > dd > ul > li > dl > dd {
    display: none;
  }
  #navGlobal .wrap > dl.open {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 110;
  }
  #navGlobal .wrap > dl.open > dt {
    overflow: visible;
    text-indent: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 45px;
    background-color: #333333;
    background-image: url(/tc/common/img/sp_header_bg04.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 25px;
    color: #ffffff;
    cursor: pointer;
  }
  #navGlobal .wrap > dl.open > dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url(/tc/common/img/sp_header_bg01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  #navGlobal .wrap > dl.open > dd {
    background-color: #ffffff;
  }
  #navGlobal .wrap > dl.open > dd > ul {
    letter-spacing: 0;
    margin-left: 0;
  }
  #navGlobal .wrap > dl.open > dd > ul > li {
    display: block;
    border-bottom: 1px solid #cccccc;
  }
  #navGlobal .wrap > dl.open > dd > ul > li > a,
  #navGlobal .wrap > dl.open > dd > ul > li > dl > dt > a {
    position: relative;
    padding: 10px;
  }
  #navGlobal .wrap > dl.open > dd > ul > li > a:link,
  #navGlobal .wrap > dl.open > dd > ul > li > dl > dt > a:link {
    color: #555555;
    text-decoration: none;
  }
  #navGlobal .wrap > dl.open > dd > ul > li > a:visited,
  #navGlobal .wrap > dl.open > dd > ul > li > dl > dt > a:visited {
    color: #777777;
    text-decoration: none;
  }
  #navGlobal .wrap > dl.open > dd > ul > li > a:hover,
  #navGlobal .wrap > dl.open > dd > ul > li > dl > dt > a:hover {
    color: #555555;
    text-decoration: underline;
  }
  #navGlobal .wrap > dl.open > dd > ul > li > a:active,
  #navGlobal .wrap > dl.open > dd > ul > li > dl > dt > a:active {
    color: #555555;
    text-decoration: underline;
  }
  #navGlobal .wrap > dl.open > dd > ul > li > a:before,
  #navGlobal .wrap > dl.open > dd > ul > li > dl > dt > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 29px;
    height: 29px;
    margin-top: -14px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.close > dl > dt > a:before {
    background-image: url(/tc/common/img/com_ic06.png);
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl > dt > a:before {
    background-image: url(/tc/common/img/com_ic07.png);
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd {
    position: static;
    left: auto;
    padding: 0 0 0 30px;
    background-color: #f3f3f3;
    border-top: 1px solid #cccccc;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul {
    width: auto;
    margin: 0;
    letter-spacing: 0;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li {
    display: block;
    border-bottom: 1px dotted #cccccc;
    white-space: normal;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li:after {
    display: none;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li:last-child {
    border-bottom: none;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li.on {
    font-weight: normal;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li > a {
    display: block;
    padding: 10px;
    font-weight: normal;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li > a:link, #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li > a:visited, #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li > a:hover, #navGlobal .wrap > dl.open > dd > ul > li.open > dl dd ul > li > a:active {
    text-decoration: none;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > ul {
    padding: 0 0 0 30px;
    background-color: #f3f3f3;
    border-top: 1px solid #cccccc;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > ul > li {
    border-bottom: 1px dotted #cccccc;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > ul > li:last-child {
    border-bottom: none;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.open > ul > li > a:before {
    display: none;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.on > a,
  #navGlobal .wrap > dl.open > dd > ul > li.on > dl > dt > a {
    font-weight: normal;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.on > dl > dt {
    position: static;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.on > dl > dt:after {
    display: none;
  }
  #navGlobal .wrap > dl.open > dd > ul > li.on > dl > dd {
    display: none;
  }
  #navGlobal .wrap > dl.open > dd.close {
    display: block;
    padding: 15px 0;
    background-color: #6d6d6d;
    text-align: center;
    color: #ffffff;
    /*font-size: 14px;
    font-size: 1.4rem;*/
    cursor: pointer;
  }
  #navGlobal .wrap > dl.open > dd.close:before {
    content: "";
    display: inline-block;
    position: static;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
    background-image: url(/tc/common/img/sp_header_bg01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    border: none;
    vertical-align: middle;
  }

  /*navLocal  */
  #navLocal {
    background-color: #fee2e5;
  }
  #navLocal dl dt,
  #navLocal dl dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #navLocal dl dt a,
  #navLocal dl dd a {
    position: relative;
    display: block;
    padding: 15px 10px;
    z-index: 102;
  }
  #navLocal dl dt a:link,
  #navLocal dl dd a:link {
    color: #555555;
    text-decoration: none;
  }
  #navLocal dl dt a:visited,
  #navLocal dl dd a:visited {
    color: #777777;
    text-decoration: none;
  }
  #navLocal dl dt a:hover,
  #navLocal dl dd a:hover {
    color: #555555;
    text-decoration: underline;
  }
  #navLocal dl dt a:active,
  #navLocal dl dd a:active {
    color: #555555;
    text-decoration: underline;
  }
  #navLocal dl dt {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #navLocal dl dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 29px;
    height: 29px;
    margin-top: -14px;
    background-image: url(/tc/common/img/com_ic08.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    z-index: 101;
  }
  #navLocal dl dt a:link, #navLocal dl dt a:visited, #navLocal dl dt a:hover, #navLocal dl dt a:active {
    color: #000000;
    text-decoration: none;
  }
  #navLocal dl dd {
    display: none;
  }
  #navLocal dl dd ul {
    display: block;
    background-color: #f3f3f3;
  }
  #navLocal dl dd ul > li {
    display: block;
    margin: 0 0 0 30px;
    border-bottom: 1px dotted #cccccc;
  }
  #navLocal dl dd ul > li:after {
    display: none;
  }
  #navLocal dl dd ul > li:first-child {
    margin-left: 0;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #navLocal dl dd ul > li:last-child {
    border-bottom: none;
  }
  #navLocal dl dd ul > li:last-child:after {
    display: none;
  }
  #navLocal dl dd ul > li a {
    padding: 10px;
  }
  #navLocal dl dd ul > li a[target="_blank"]:after {
    content: url(/tc/common/img/com_ic01.png);
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
  #navLocal dl dd ul > li a[href$=".pdf"]:after {
    content: url(/tc/common/img/com_ic02.png);
    margin: 0 0 0 5px;
    vertical-align: middle;
  }
  #navLocal dl dd.close {
    padding: 15px 0;
    background-color: #6d6d6d;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
  }
  #navLocal dl dd.close:before {
    content: "";
    display: inline-block;
    position: static;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
    background-image: url(/tc/common/img/sp_header_bg01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    border: none;
    vertical-align: middle;
  }

  /* breadcrumb
  ------------------------------------------ */
  #breadcrumb {
    display: none;
  }

  /* Heading1
  ------------------------------------------ */
  #heading1 {
    padding: 20px 10px;
    /*font-size: 20px;
    font-size: 2.0rem;*/
  }

  /* Contents
  ------------------------------------------ */
  #content #main {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: block;
    padding: 15px 10px 35px;
  }
  #content #main > *:first-child {
    margin-top: 0;
  }
  #content #main .section {
    padding-right: 0;
  }
  #content #aside #sns {
    position: static;
    top: auto;
    right: auto;
    padding: 15px 0 10px;
    background-color: transparent;
    z-index: 1;
  }
  #content #aside #sns ul {
    /*letter-spacing: -0.4em;*/
    letter-spacing: -0.6em;
    width: auto;
    text-align: center;
  }
  #content #aside #sns ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 35px;
  }
  #content #aside #sns ul li:first-child {
    margin-top: 0;
  }
  #content #aside #sns ul li a {
    padding: 0;
  }
  #content #aside #sns:before {
    display: none;
  }

  /* Footer
  ------------------------------------------ */
  #footer {
    overflow: hidden;
    background-color: #333333;
  }
  #footer .wrap {
    position: static;
  }
  #footer #pagetop,
  #footer #utility {
    padding: 20px 0;
  }
  #footer #pagetop {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    background-color: #000000;
    cursor: pointer;
  }
  #footer #pagetop p {
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    text-align: center;
  }
  #footer #pagetop p a {
    padding: 0 0 0 20px;
    background: url(/tc/common/img/footer_ic01.png) no-repeat 0 50%;
    /*font-size: 11px;
    font-size: 1.1rem;*/
    font-weight: bold;
  }
  #footer #pagetop p a:link, #footer #pagetop p a:visited, #footer #pagetop p a:hover, #footer #pagetop p a:active {
    color: #ffffff;
  }
  #footer #utility .nav {
    /*letter-spacing: -0.4em;*/
    letter-spacing: -0.6em;
    margin-top: -0.805em;
    text-align: center;
  }
  #footer #utility .nav li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0.805em 30px 0 0;
    /*font-size: 9px;
    font-size: 0.9rem;*/
    white-space: nowrap;
  }
  #footer #utility .nav li a:link, #footer #utility .nav li a:visited, #footer #utility .nav li a:hover, #footer #utility .nav li a:active {
    color: #dddddd;
  }
  #footer #utility #copyright {
    margin: 0.805em 0 0 0;
    color: #a0a0a0;
    /*font-size: 10px;
    font-size: 1.0rem;*/
    text-align: center;
  }

  /* Heading
  ------------------------------------------ */
  /* .heading2 */
  .heading2 {
    margin-top: 45px;
    /*font-size: 18px;
    font-size: 1.8rem;*/
  }

  /* .heading3 */
  .heading3 {
    margin-top: 40px;
    /*font-size: 16px;
    font-size: 1.6rem;*/
  }

  /* .heading4 */
  .heading4 {
    margin-top: 40px;
    /*font-size: 15px;
    font-size: 1.5rem;*/
  }

  /* .heading5 */
  .heading5 {
    margin-top: 40px;
    /*font-size: 14px;
    font-size: 1.4rem;*/
  }

  /* Image
  ------------------------------------------ */
  /* common */
  figure figcaption {
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* imgBdr01 */
  /* Text
  ------------------------------------------ */
  /* txLead01 */
  .txLead01 {
    /*font-size: 13px;
    font-size: 1.3rem;*/
  }

  /* txLead02 */
  /* txBlod01 */
  /* txStrong01 */
  /* txIalic01 */
  /* txSup01 */
  .txSup01 {
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* txNote01 */
  .txNote01 > li {
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* txNote02 */
  .txNote02 > li {
    /*font-size: 12px;
    font-size: 1.2rem;*/
  }

  /* txLarge01 */
  .txLarge01 {
    /*font-size: 14px;
    font-size: 1.4rem;*/
  }

  /* txSmall01 */
  .txSmall01 {
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* txtDate01 */
  /* Navigation
  ------------------------------------------ */
  /* navAnchor01 */
  /* navAnchor02 */
  .navAnchor02 {
    padding: 10px 15px;
  }
  .navAnchor02 ul > li {
    margin-right: 0;
    /*font-size: 13px;
    font-size: 1.3rem;*/
  }
  .navAnchor02 ul[class*="col"] {
    letter-spacing: 0;
  }
  .navAnchor02 ul[class*="col"] > li {
    display: block;
    width: 100%;
  }

  /* navTab01 */
  /* navTab02 */
  /* Link
  ------------------------------------------ */
  /* pageup */
  .pageup {
    display: none;
  }

  /* linkTxtInline01 */
  /* linkTxtList01 */
  .linkTxtList01.horizontal {
    letter-spacing: 0;
  }
  .linkTxtList01.horizontal > li {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  /* linkTxtList02 */
  /* linkTxtList03 */
  /* linkBtnList01 */
  /* .linkBtn01 */
  .linkBtn01 > li {
    margin-top: 20px;
  }
  .linkBtn01 > li.print {
    display: none;
  }

  /* .linkBtn02 */
  .linkBtn02 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    min-width: inherit;
    width: 100%;
    margin-top: 15px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    /*font-size: 14px;
    font-size: 1.4rem;*/
  }

  /* .linkBtn03 */
  .linkBtn03 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  .linkBtn03.col4 > li {
    width: 100%;
    margin-right: 0;
  }
  .linkBtn03.col4 > li > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  /* List
  ------------------------------------------ */
  /* listUl01 */
  .listUl01 > li {
    margin-top: 0;
    padding: 0 0 0 10px;
  }
  .listUl01.col2 {
    letter-spacing: 0;
  }
  .listUl01.col2 > li {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
  }

  /* listUl02 */
  .listUl02 > li {
    margin-top: 0;
    /*font-size: 13px;
    font-size: 1.3rem;*/
  }

  /* listUl03 */
  .listUl03 > li {
    padding: 0 0 0 10px;
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* listUl04 */
  .listUl04 > li {
    margin-top: 0;
  }

  /* listOl01 */
  .listOl01 > li {
    margin-top: 0;
  }

  /* listOl02 */
  .listOl02 > li {
    margin-top: 0;
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* listOl03 */
  /* listOl04 */
  /* listOl05 */
  /* listDl01 */
  /* listDl02 */
  /* listDl03 */
  .listDl03 dt {
    float: none;
    margin-right: 0;
  }

  /* listNote01 */
  .listNote01 > li {
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* listNote02 */
  .listNote02 > li {
    margin-top: 0;
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* listFlow01 */
  .listFlow01 {
    margin-top: 15px;
  }
  .listFlow01 > li {
    margin-top: 15px;
    margin-right: 0;
    /*font-size: 12px;
    font-size: 1.2rem;*/
  }
  .listFlow01 > li:before {
    /*font-size: 13px;
    font-size: 1.3rem;*/
  }
  .listFlow01.col2 > li {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
  .listFlow01.col2 > li:nth-child(2) {
    margin-top: 15px;
  }

  /* Table
  ------------------------------------------ */
  /* tblDate01 */
  .tblDate01 caption {
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }
  .tblDate01 th,
  .tblDate01 td {
    padding: 5px 10px;
    /*font-size: 10px;
    font-size: 1.0rem;*/
  }

  /* Form
  ------------------------------------------ */
  /* formSelect01 */
  /* Column
  ------------------------------------------ */
  /* common */
  .colImgR,
  .colImgL,
  .colTxt {
    margin-top: 30px;
  }

  /* colEq2 */
  .colEq2 > .col {
    width: 100%;
    margin-right: 0;
  }
  .colEq2 > .col > .heading2:first-child {
    margin-top: 60px;
  }
  .colEq2 > .col > .boxColumn02 > .colEq2 > .col {
    width: 100%;
    margin-right: 0;
  }

  /* colEq3 */
  .colEq3 > .col {
    width: 100%;
    margin-right: 0;
  }

  /* colEq4 */
  .colEq4 > .col {
    width: 49%;
    margin-right: 2%;
  }
  .colEq4 > .col:nth-child(2n) {
    margin-right: 0;
  }

  /* colEq5 */
  .colEq5 > .col {
    width: 49%;
    margin-right: 2%;
  }
  .colEq5 > .col:nth-child(2n) {
    margin-right: 0;
  }
  .colEq5 > .col:nth-child(5n) {
    margin-right: 2%;
  }

  /* col1to2 */
  .col1to2 > .col:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .col1to2 > .col:nth-child(2) {
    width: 100%;
  }

  /* col2to1 */
  .col2to1 > .col:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .col2to1 > .col:nth-child(2) {
    width: 100%;
  }

  /* colSet */
  .colSet {
    margin-top: 0;
  }
  .colSet > .colImgR {
    float: none;
    margin-left: 0;
  }
  .colSet > .colImgL {
    float: none;
    margin-right: 0;
  }

  /* Box
  ------------------------------------------ */
  /* boxColumn01 */
  .boxColumn01 {
    padding: 10px 15px;
  }

  /* boxColumn02 */
  .boxColumn02 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .boxColumn02 > .colSet > [class^="colImg"] {
    margin-top: 0;
  }

  /* boxColumn03 */
  .boxColumn03 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .boxColumn03 > .colSet > [class^="colImg"] {
    margin-top: 0;
  }

  /* boxAcc01 */
  .boxAcc01 .box .heading {
    /*font-size: 14px;
    font-size: 1.4rem;*/
  }

  /* boxLink01 */
  .boxLink01 .column .col {
    width: 48%;
    margin-top: 20px;
  }
  .boxLink01 .column .col:nth-child(2n) {
    margin-right: 0;
  }
  .boxLink01 .column .col .heading {
    padding: 5px 10px;
    /*font-size: 12px;
    font-size: 1.2rem;*/
  }
  .boxLink01 .column .col .heading a {
    background-position: 0 0.2em;
  }

  /* boxLink02 */
  .boxLink02 > .col {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .boxLink02 > .col .heading {
    /*font-size: 14px;
    font-size: 1.4rem;*/
  }

  /* boxLink03 */
  .boxLink03 > .col {
    width: 49%;
    margin-top: 30px;
    margin-right: 2%;
  }
  .boxLink03 > .col:nth-child(2n) {
    margin-right: 0;
  }
  .boxLink03 > .col figure {
    display: block;
    width: 100% !important;
  }
  .boxLink03 > .col figure img {
    max-width: 100% !important;
  }
  .boxLink03 > .col .linkBtn03 > li {
    display: table;
    min-width: inherit !important;
    width: 100%;
  }
  .boxLink03 > .col .linkBtn03 > li:first-child {
    margin-top: 0;
  }
  .boxLink03 > .col .linkBtn03 > li > a {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
  }

  /* boxLink04 */
  .boxLink04 > .col {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .boxLink04 > .col figure {
    display: block;
    width: 100% !important;
  }

  /* boxLink05 */
  .boxLink05 {
    padding: 15px 10px;
    background-color: #f5f5f5;
  }
  .boxLink05 ul li.on a {
    background-color: #eaeaea;
  }
  .boxLink05 ul li a {
    display: block;
  }
  .boxLink05 > ul {
    letter-spacing: 0;
  }
  .boxLink05 > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-right: 0;
  }

  /* boxLink06 */
  .boxLink06 .col {
    width: 49%;
    margin-top: 30px;
    margin-right: 2%;
  }
  .boxLink06 .col:nth-child(2n) {
    margin-right: 0;
  }
  .boxLink06 .col figure {
    display: block;
    width: 100% !important;
  }

  /* boxLink07 */
  .boxLink07 > .column > .col {
    width: 49%;
    margin-right: 2%;
  }
  .boxLink07 > .column > .col.con4 {
    width: 100%;
  }
  .boxLink07 > .column > .col.con2 {
    width: 100%;
  }
  .boxLink07 > .column > .col:nth-child(2n) {
    margin-right: 0;
  }

  /* boxPlugin01 */
  .boxPlugin01 {
    padding: 15px 20px;
  }
  .boxPlugin01 dl dt {
    float: none;
    margin-right: 0;
  }
  .boxPlugin01 dl dd {
    margin-top: 10px;
  }

  /* boxForm01 */
  /* boxNews01 */
  .boxNews01 dl {
    margin: 15px 0 0 0;
  }
  .boxNews01 dl dt {
    float: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }
  .boxNews01 dl dt:after {
    position: absolute;
    right: auto;
    left: 13em;
  }
  .boxNews01 dl dd {
    margin-top: 5px;
  }

  /* boxFAQ01 */
  .boxFAQ01 {
    margin-top: 25px;
    padding: 20px 10px;
  }
  .boxFAQ01 ul li {
    margin-top: 0.805em;
    padding-left: 20px;
    /*font-size: 13px;
    font-size: 1.3rem;*/
  }
  .boxFAQ01 ul li:before {
    top: -1px;
    /*font-size: 14px;
    font-size: 1.4rem;*/
  }
  .boxFAQ01 ul.col2 li {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  /* boxFAQ02 */
  .boxFAQ02 .box .q,
  .boxFAQ02 .box .a {
    padding-top: 0;
  }
  .boxFAQ02 .box .q {
    /*font-size: 13px;
    font-size: 1.3rem;*/
  }

  /* boxFlow01 */
  .boxFlow01 > .col {
    width: 100%;
    margin-right: 0;
  }
  .boxFlow01 > .col:nth-child(2) {
    margin-top: 45px;
  }

  /* boxFlow02 */
  /* boxUnique01 */
  .boxUnique01 {
    margin-top: 20px;
  }
  .boxUnique01 table thead th {
    padding: 5px 10px;
  }
  .boxUnique01 table tbody tr td {
    padding: 5px 10px;
  }
  .boxUnique01 table tbody tr td .icon > li {
    margin: 5px 0 0 0;
  }
  .boxUnique01 table tbody tr td .set {
    width: 100%;
  }
  .boxUnique01 table tbody tr td .set dt {
    width: 38%;
    margin-right: 2%;
  }
  .boxUnique01 table tbody tr td .set dd {
    width: 60%;
  }
  .boxUnique01 table tbody tr td .set dd .icon > li {
    width: 49%;
    margin-right: 2%;
  }
  .boxUnique01 table tbody tr td .set dd .icon > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .boxUnique01 table tbody tr td .set dd .icon > li:nth-child(3) {
    margin-top: 5px;
  }
  .boxUnique01 table tbody tr td .set dd .icon > li:nth-child(3n) {
    margin-right: 2%;
  }
  .boxUnique01 table tbody tr td .set dd .icon > li:nth-child(2n) {
    margin-right: 0;
  }
  .boxUnique01 table tbody tr td:nth-child(1) {
    width: 75%;
  }
  .boxUnique01 table tbody tr td:nth-child(2) {
    width: 25%;
  }
  .boxUnique01 table tbody tr td:nth-child(2) .icon > li {
    max-width: inherit;
  }

  /* boxUse01 */
  .boxUse01 > .column > .col {
    width: 100%;
    padding: 0;
  }
  .boxUse01 > .column > .col:first-child {
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #dddddd;
  }
  .boxUse01 > .column > .col > .link {
    display: block;
    width: 100%;
  }
  .boxUse01 > .column > .col > .link > *:first-child {
    margin-top: 0;
  }
  .boxUse01 > .column > .col > .link .linkBtn03 {
    display: block;
  }
  .boxUse01 > .column > .col > .link .linkBtn03 > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
  }

  /* boxAbout01 */
  .boxAbout01 {
    padding: 10px;
  }
  .boxAbout01 .column > div.col01 {
    width: auto;
  }
  .boxAbout01 .column > div.col02 {
    width: auto;
  }
  .boxAbout01 .column > div.col02 > div {
    margin-top: 10px !important;
  }
  .boxAbout01 .column > div.col02 > div.box02 .inner {
    min-height: inherit !important;
    background-position: 100% 50%;
  }
  .boxAbout01 .column > div.col02 > div.box03 {
    background-color: #d7d7d7;
  }
  .boxAbout01 .column > div.col02 > div.box03 .inner {
    background-position: 0 50%;
  }
  .boxAbout01 .column > div > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em 10px;
  }
  .boxAbout01 .column > div > div .inner {
    padding: 0 !important;
    background-image: none !important;
  }
  .boxAbout01 .column > div > div .inner .heading {
    line-height: 1.2;
  }
  .boxAbout01 .column.column01 .col01 {
    display: block;
    background-position: 50% 0;
    background-size: 100% auto;
    float: none;
  }
  .boxAbout01 .column.column01 .col01 .box01 {
    display: block;
    padding: 0;
    width: auto;
  }
  .boxAbout01 .column.column01 .col01 .box01 .inner .heading {
    padding-top: 34.48%;
    padding-bottom: 3.44%;
  }
  .boxAbout01 .column.column01 .col02 {
    float: right;
  }
  .boxAbout01 .column.column01 .col02 .box02 .inner {
    padding-right: 210px;
    background-image: url(/tc/about/img/index_bg02.png);
  }
  .boxAbout01 .column.column01 .col02 .box03 {
    margin: 20px 0 0 0;
  }
  .boxAbout01 .column.column01 .col02 .box03 .inner {
    padding-left: 225px;
    background-image: url(/tc/about/img/index_bg03.png);
  }
  .boxAbout01 .column.column02 .col01 {
    float: none;
    margin-top: 20px;
    padding-bottom: 70.00%;
    background-size: contain;
  }
  .boxAbout01 .column.column02 .col02 {
    float: none;
  }

  /* Plugin
  ------------------------------------------ */
  /* colorboxWindow01 */
}
/* ======================
　Print
====================== */
@media print {
  /* Common
  ------------------------------------------ */
  #sns {
    display: none;
  }

  /* Hack
  ------------------------------------------ */
}
