@charset "utf-8";

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
* {
	box-sizing: border-box;
}

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;
}

body {
text-align: center;
color: #333;
font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

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

img{
max-width: 100%;
height:auto;
vertical-align:bottom;
display: inline-block;
}

i img{
vertical-align: middle;
}

li,
ul {
	list-style: none !important;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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;
}

input[type="text"] {
min-height:1em;
}


/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
	box-sizing: border-box;
	
	/* 画面幅1600px以上: 固定値 */
  @media screen and (min-width: 1600px) {
    font-size: calc(160px / 1400 * 100);
  }

  /* 画面幅768px〜1599px: 画面幅に応じて可変 */
  @media screen and (min-width: 768px) and (max-width: 1599px) {
    font-size: calc(10vw / 1400 * 100);
  }

  /* 画面幅767px以下: 画面幅に応じて可変 */
  @media screen and (max-width: 767px) {
    font-size: calc(10vw / 400 * 100);
  }
}

input, textarea {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.font-min{
font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
}

.font-l{
font-family:'Lato', sans-serif;
}

/* リンク
----------------------------------------------------*/
a {
color:#333;
display: inline-block;
text-decoration:none;
}

a:link {
}

a:visited {
}

li a,
a span,
a img{
display: inline-block;
backface-visibility: hidden; 
}

.tL{
	text-align: left;
}

.tC{
	text-align: center;
}

.tR {
	text-align: right;
}

.cB{
clear: both;
}

.bb li,
.bb{
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.pr{
position: relative;
}

.db{
display: block;
}

.ib{
display: inline-block;
}

i,
em{
font-style: normal;
}

i img{
vertical-align: top;
}

img{
max-width: 100%;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.txt_s{font-size:85%;}
.oh{overflow:hidden;}
.ov{overflow:visible !important;}

.fb{font-weight:bold;}
.fn{font-weight:normal;}
.dn{display: none;}
.ti{text-indent: -1.2em;
padding-left: 1.2em;
}

.txt_red{
color: #ff0202;
}

.txt_brown{
color: #ba966b;
}

.txt_green{
color:#00860d;
}

.bg_w{
background: #fff;
}

.bg_gray{
background: #f6f6f6;
}

.bg_baige{
background: #f1efe1;
}

.bt01{
border-top:1px solid #ccc;
}

/* ============================================ */
/* .pc と .sp クラスで画面幅対応を指定 */
/* ============================================ */
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .pc.ib {
    display: inline-block;
  }
  .pc.i {
    display: inline;
  }
  .sp {
    display: none !important;
  }
}

/* SPサイズ（767px以下）: .pcを非表示、.spを表示 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .sp.ib {
    display: inline-block;
  }
  .sp.i {
    display: inline;
  }
}