@charset "utf-8";

* {
  letter-spacing: 0;
}

html {
  overflow-y: scroll;
}

/* 要素のフォントサイズやマージン・パディングをリセットしています */
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* マーカー（行頭記号）を表示しないようにしています */
ol,
ul,
li {
  list-style: none;
}

/* 水平罫線のデフォルトである立体的な罫線を見えなくしています */
hr {
  border: none;
  border-top: solid 1px #e6e6e6;
  height: 1px;
  color: #FFFFFF;
  margin: 10px 0;
}

/* 縦方向の揃え位置を中央揃えに指定しています */
input,
select {
  vertical-align: middle;
}

/* address斜体をクリア */
address {
  font-style: normal;
}

/* 画像を並べた時に隙間が出来ないように指定しています */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

textarea {
  font-size: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

ul,
ol,
dl {
  font-size: 0;
  /* inline-block横並びの子要素の不意な余白を削除 */
}

select,
button {
  cursor: pointer;
  border: none;
}

/* リンククリック時の枠を非表示 */
a:hover,
input[type=submit]:hover,
button:hover,
a:focus,
input[type=submit]:focus,
button:focus {
  outline: none;
}

/* 全てにborder-box */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* --------------------------------------------------------
表示/非表示
-------------------------------------------------------- */
/* PC */
@media only screen and (min-width : 768px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }
}

/* SP */
@media only screen and (max-width : 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/* ------------------------------------------------------------
レイアウト
------------------------------------------------------------- */
html,
body {
  width: 100%;
}

/* --------------------------------------------------------
1カラムレイアウト
-------------------------------------------------------- */
.col1 #container,
.col1 #header,
.col1 #global-nav,
.col1 #breadcrumbs,
.col1 #main,
.col1 #footer,
.col1 #copyright {
  width: 100%;
  min-width: 940px;
}

.col1 #header-in,
.col1 #global-nav-in,
.col1 #breadcrumbs-in,
.col1 #main-in,
.col1 #main-image-in,
.col1 #footer-in,
.col1 #copyright-in {
  width: 940px;
  margin: auto;
}

.col1 #ct {
  width: 100%;
}

.col1 #global-nav-in {
  width: 1080px;
  margin: auto;
}

/* --------------------------------------------------------
2カラムレイアウト
-------------------------------------------------------- */
.col2 #container,
.col2 #header,
.col2 #global-nav,
.col2 #main,
.col2 #footer,
.col2 #copyright,
.col2r #container,
.col2r #header,
.col2r #global-nav,
.col2r #main,
.col2r #footer,
.col2r #copyright {
  width: 100%;
  min-width: 940px;
}

.col2 #header-in,
.col2 #global-nav-in,
.col2 #main-in,
.col2 #footer-in,
.col2 #copyright-in,
.col2r #header-in,
.col2r #global-nav-in,
.col2r #main-in,
.col2r #footer-in,
.col2r #copyright-in {
  width: 940px;
  margin: auto;
}

.col2 #sidebar,
.col2r #sidebar {
  width: 29.5%;
}

.col2 #main-and-sub,
.col2r #main-and-sub {
  width: 66.8%;
}

/* コンテンツ配置 */
.col2 #main-and-sub {
  float: left;
}

.col2 #sidebar {
  float: right;
}

.col2r #main-and-sub {
  float: right;
}

.col2r #sidebar {
  float: left;
}

.col2 #main-contents,
.col2r #main-contents {
  margin: 0 0 0 1.5em !important;
}

/* --------------------------------------------------------
3カラムレイアウト
-------------------------------------------------------- */
.col3 #container,
.col3 #header,
.col3 #global-nav,
.col3 #main,
.col3 #footer,
.col3 #copyright,

.col3r #container,
.col3r #header,
.col3r #global-nav,
.col3r #main,
.col3r #footer,
.col3r #copyright {
  width: 100%;
  min-width: 940px;
}

.col3 #header-in,
.col3 #global-nav-in,
.col3 #main-in,
.col3 #footer-in,
.col3 #copyright-in,
.col3r #header-in,
.col3r #global-nav-in,
.col3r #main-in,
.col3r #footer-in,
.col3r #copyright-in {
  width: 940px;
  margin: auto;
}

.col3 #sidebar,
.col3r #sidebar {
  width: 20%;
}

.col3 #main-and-sub,
.col3r #main-and-sub {
  width: 78.5%;
}

.col3 #main-contents,
.col3r #main-contents {
  width: 72.5%;
}

.col3 #sub-contents,
.col3r #sub-contents {
  width: 25.45%;
}

/* コンテンツ配置 */
.col3 #main-and-sub {
  float: left;
}

.col3 #main-contents {
  float: right;
}

.col3 #sub-contents {
  float: left;
}

.col3 #sidebar {
  float: right;
}

.col3r #main-and-sub {
  float: left;
}

.col3r #main-contents {
  float: left;
}

.col3r #sub-contents {
  float: right;
}

.col3r #sidebar {
  float: right;
}

/* --------------------------------------------------------
advance
-------------------------------------------------------- */
/* clear */
.clear,
clearfix {
  zoom: 1;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clear:after,
.clearfix:after {
  clear: both;
}

/* layout */
.db {
  display: block;
}

.di {
  display: inline;
}

.al {
  display: block;
  text-align: left;
}

.ar {
  display: block;
  text-align: right;
}

.ac {
  display: block;
  text-align: center;
}

.ac2 {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.fl {
  display: block;
  float: left;
}

.fr {
  display: block;
  float: right;
}

/* font-size */
.f36 {
  font-size: 3.6rem;
}

.f34 {
  font-size: 3.4rem;
}

.f32 {
  font-size: 3.2rem;
}

.f30 {
  font-size: 3.0rem;
}

.f28 {
  font-size: 2.8rem;
}

.f26 {
  font-size: 2.6rem;
}

.f24 {
  font-size: 2.4rem;
}

.f22 {
  font-size: 2.2rem;
}

.f20 {
  font-size: 2.0rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
}

.f15 {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f11 {
  font-size: 1.1rem;
}

.f10 {
  font-size: 1.0rem;
}

.small {
  font-size: 85%;
}

.large {
  font-size: 110%;
}

/* font-weight */
.fn {
  font-weight: normal;
}

.fb {
  font-weight: bold;
}

.fi {
  font-style: italic;
}

.fu {
  text-decoration: underline;
}

/* font-shadow */
.fs1 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* black10% */
.fs2 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* black20% */
.fs3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* black30% */
.fs4 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* black40% */
.fs5 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* black50% */
/* line-height */
.lh10 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh15 {
  line-height: 1.5;
}

.lh17 {
  line-height: 1.7;
}

.lh20 {
  line-height: 2;
}

.lh22 {
  line-height: 2.2;
}

.lh25 {
  line-height: 2.5;
}

.lh27 {
  line-height: 2.7;
}

/* margin */
.mb0 {
  margin-bottom: 0rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mb-5 {
  margin-top: -0.5em;
}

.mb-10 {
  margin-top: -1em;
}

.mb-15 {
  margin-top: -1.5em;
}

.mb-20 {
  margin-top: -2em;
}

/* --------------------------------------------------------
font
------------------------------------------------------- */
/* 改行 */
body,
h1,
h2,
h3,
h4,
h5,
p,
th,
td,
li,
select,
input,
label,
dt,
dd,
time,
li {
  font-weight: normal;
  word-break: break-all;
}

/* font-size */
html {
  font-size: 62.5%;
}

/* 1em=10px */
body {
  font-size: 1.0rem;
  font-style: normal;
  line-height: 2;
}

a {
  text-decoration: none;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.75;
  font-weight: normal;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.4rem;
}

h5,
h6,
p {
  font-size: 1.6rem;
  line-height: 1.75;
}

th,
td,
li,
select,
input,
label,
dt,
dd,
time,
li {
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1.75;
}