@charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
  color: #000;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  color: #000;
  outline: 0px;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0px;
}

/* table */
/*--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*-----------------------------------------------*/
/*ALL Settings*/
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  color: #4d4d4d;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 13px;
}

a {
  color: #4d4d4d;
}
a:visited, a:focus, a:active {
  color: #4d4d4d;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 900px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* font */
/* ------------------------------------------------- */
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* list */
/* ------------------------------------------------- */
.listUl li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.listUl li:first-child {
  margin-top: 0;
}

.numberUl li {
  padding-left: 1.2em;
  margin-top: 10px;
  text-indent: -1.2em;
  list-style: decimal;
  list-style-position: inside;
}
.numberUl li:first-child {
  margin-top: 0;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* box */
/*------------------------------------------------*/
.column3Box {
  font-size: 0px;
}
.column3Box li {
  width: -webkit-calc( (100% - (20px * 2)) / 3 );
  width: calc( (100% - (20px * 2)) / 3 );
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column3Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column3Box li:nth-child(2), .column3Box li:nth-child(3) {
  margin-top: 0;
}
.column3Box li:nth-child(3n+1) {
  margin-left: 0;
}

.column4Box {
  font-size: 0px;
}
.column4Box li {
  width: -webkit-calc( (100% - (25px * 3)) / 4 );
  width: calc( (100% - (25px * 3)) / 4 );
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column4Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column4Box li:nth-child(2), .column4Box li:nth-child(3), .column4Box li:nth-child(4) {
  margin-top: 0;
}
.column4Box li:nth-child(4n+1) {
  margin-left: 0;
}

.tableDl {
  font-size: 0px;
  display: table;
}
.tableDl dt, .tableDl dd {
  display: table-cell;
}

body {
  background-color: #ebeff0;
}

.redArrowList li {
  background-image: url("../images/redArrow.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 10px;
  font-size: 13px;
  color: #787878;
  line-height: 180%;
}
.redArrowList li a {
  color: #787878;
}

/* title */
/*------------------------------------------------*/
.contentTitleWrap {
  margin-bottom: 30px;
}
.contentTitleWrap .contentTitle {
  float: left;
  color: #df0011;
  font-weight: bold;
  font-size: 30px;
  margin-right: 20px;
}
.contentTitleWrap .titleDeco {
  float: right;
  height: 30px;
}
.contentTitleWrap .titleDeco .line,
.contentTitleWrap .titleDeco .lineEnd {
  height: 100%;
  background-position: center center;
}
.contentTitleWrap .titleDeco .line img,
.contentTitleWrap .titleDeco .lineEnd img {
  visibility: hidden;
}
.contentTitleWrap .titleDeco .line {
  background-image: url(../images/title/line.png);
  background-repeat: repeat-x;
  float: left;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.contentTitleWrap .titleDeco .lineEnd {
  float: right;
  width: 10px;
  background-image: url(../images/title/line-end.png);
  background-repeat: no-repeat;
}

/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
  border-top: 5px solid #df0011;
  padding-bottom: 30px;
  background-color: #fff;
}
#headWrap #header > .clearfix {
  font-size: 0;
}
#headWrap #header #languageWrap {
  width: 205px;
  display: inline-block;
  font-size: 0;
}
#headWrap #header #languageWrap .leftBlock {
  display: inline-block;
  margin-right: 5px;
}
#headWrap #header #languageWrap .rightBlock {
  display: inline-block;
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
  width: 100%;
  background-color: #363c43;
}
#globalNavWrap #globalNav ul li {
  float: left;
}
#globalNavWrap #globalNav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 30px;
  display: block;
}

/* kv */
/*------------------------------------------------*/
#kvWrap {
  padding: 30px 0;
  background-color: #fff;
}
#kvWrap #kv {
  text-align: center;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
  padding-top: 30px;
}
#mainWrap #main .contInner {
  margin-bottom: 50px;
}
#mainWrap #main .contInner:last-child {
  margin-bottom: 0;
}
#mainWrap #main .contInner h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
#mainWrap #main .contInner .text {
  line-height: 160%;
}
#mainWrap #main #contents {
  float: right;
  width: 620px;
}
#mainWrap #main #contents .panelWrap > li {
  border-top: 3px solid #df0011;
  background-color: #fff;
  width: 300px;
  float: left;
}
#mainWrap #main #contents .panelWrap > li:nth-child(2n+1) {
  margin-right: 20px;
}
#mainWrap #main #contents .panelWrap > li:nth-child(n+3) {
  margin-top: 20px;
}
#mainWrap #main #contents .panelWrap > li > a,
#mainWrap #main #contents .panelWrap > li .linkNone {
  padding: 20px;
  display: block;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  height: 316px;
}
#mainWrap #main #contents .panelWrap > li .titleWrap {
  margin-bottom: 20px;
  display: table;
  width: 100%;
  height: 50px;
}
#mainWrap #main #contents .panelWrap > li .titleWrap h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  display: table-cell;
  vertical-align: middle;
}
#mainWrap #main #contents .panelWrap > li .img {
  text-align: center;
  margin-bottom: 25px;
}
#mainWrap #main #contents .panelWrap > li h4 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}
#mainWrap #main #side {
  float: left;
  width: 250px;
}
#mainWrap #main #side .sideInner {
  margin-top: 30px;
}
#mainWrap #main #side .sideInner:first-child {
  margin-top: 0;
}
#mainWrap #main #side #cateGuideWrap .guideTitle {
  background-color: #df0011;
  color: #fff;
  font-size: 15px;
  line-height: 160%;
  border-bottom: 5px solid #d6d8d9;
  padding: 15px 20px;
  display: block;
}
#mainWrap #main #side #cateGuideWrap #cateGuide {
  background-color: #fff;
}
#mainWrap #main #side #cateGuideWrap #cateGuide li {
  border-top: 1px solid #eef1f2;
}
#mainWrap #main #side #cateGuideWrap #cateGuide li a {
  display: block;
  font-size: 15px;
  padding: 20px;
  line-height: 140%;
}
#mainWrap #main #side #cateGuideWrap #cateGuide li a:hover {
  background-color: #363C43;
  color: #FFF;
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}
#footWrap #footer {
  font-size: 12px;
}
#footWrap #footer > .flL {
  width: 540px;
}
#footWrap #footer #footNav {
  margin-bottom: 15px;
}
#footWrap #footer #footLogo {
  width: 320px;
  margin-top: 5px;
}
#footWrap #footer #footLogo a {
  display: block;
}

/* 404 */
/* ------------------------------------------------- */
#notFound {
  padding: 60px 0;
}
#notFound h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #2c4098;
}
@media only screen and (max-width: 768px) {
  #notFound h1 {
    margin-bottom: 8%;
    font-size: 18px;
    text-align: left;
  }
}
#notFound p {
  line-height: 160%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #notFound p {
    font-size: 12px;
    text-align: left;
  }
}
#notFound p a {
  padding: 8px;
  display: inline-block;
  background-color: #2c4098;
  color: #fff;
}
#notFound p a:visited, #notFound p a:focus, #notFound p a:active {
  color: #fff;
}
#notFound p.returnTop {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #notFound p.returnTop {
    margin-top: 5%;
  }
}
