@charset "UTF-8";
/*
======================================
	RIX
	2016.01.25
	last 2016.02.23
======================================	
*/
html {
  font-size: 62.5%;
}

body, td, th, h1, h2, h3, h4, h5, h6, li, dt, dd, input, textarea, pre, div, p {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  color: #333;
}

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, pre {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #3835a0;
}
a > img:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

table, th, td {
  border-collapse: collapse;
  box-sizing: border-box;
  padding: 15px 20px 10px;
  text-align: left;
}

table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

th, td {
  border-bottom: 1px dashed #ccc;
}

th {
  background: url(../img/bg_table_th.png) repeat 0 0;
  width: 140px;
  font-weight: bold;
  color: #373582;
}
@media (max-width: 767px) {
  th {
    width: 90px;
  }
}

caption {
  display: none;
}

.TextJpnGo {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.TextJpnMin {
  font-family: YuMincho, '游明朝', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.TextEng {
  font-family: "Times New Roman", Times, serif;
}

.text8 {
  font-size: 8px;
  font-size: 0.8rem;
}

.text9 {
  font-size: 9px;
  font-size: 0.9rem;
}

.text10 {
  font-size: 10px;
  font-size: 1rem;
}

.text11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.text12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.text13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.text14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.text15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.text16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.text17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.text18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.text19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.text20 {
  font-size: 20px;
  font-size: 2rem;
}

.text21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.text22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.text23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.text24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.text25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.text26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.text27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.text28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.text29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.text30 {
  font-size: 30px;
  font-size: 3rem;
}

.text31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.text32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.text33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.text34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.text35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.text36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.text37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.text38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.text39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.text40 {
  font-size: 40px;
  font-size: 4rem;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.text_indent1 {
  text-indent: 1em;
}

.lineheight1 {
  line-height: 1;
}

.lineheight14 {
  line-height: 1.4;
}

.lineheight15 {
  line-height: 1.5;
}

.lineheight16 {
  line-height: 1.6;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.block {
  display: block;
}

.red {
  color: #e42000;
}

.white {
  color: #ffffff;
}

.black {
  color: #333;
}

.midashiblue {
  color: #353581;
}

:-ms-input-placeholder {
  color: #9b9c9e;
}
