@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* //////////////////////////////////////////////////////////
Default CSS Initialization
////////////////////////////////////////////////////////// */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	/*font-weight: normal;*/
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	list-style:none;
}
html{
    overflow-y: scroll;
}
body, input, textarea, select, option, button, pre {
	font-family:"メイリオ", Meirio, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	max-width: 100% !important;
	height: auto !important;
}

img[src$=".svg"] {
    max-width: 100%;
}

* {
	-webkit-appearance:normal;
	-moz-appearance:normal;
	appearance:normal;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box !important;
}
a,
input[type="checkbox"],
input[type="radio"],
label {
	cursor: pointer;
}

*:focus {
	outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}


/* =========================================================
forSP
========================================================= */
.forSP {
	display: none;
}
.forTB {
	display: none;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 768px) {
.forTB {
	display: block;
}
.forTB img {
	max-width: 100%;
	height: auto;
	/*display: block;*/
}
.forPC.off {
	display: none !important;
}
/*.forPC {
	display: none !important;
}*/
}

/*sp*/
@media screen and (max-width: 700px) {
.forSP {
	display: block;
}
.forSP img {
	max-width: 100%;
	height: auto;
	/*display: block;*/
}
.forPC {
	display: none !important;
}
}


/* =========================================================
全体のフォント
========================================================= */

/* font-family
--------------------------------------------------------- */
body {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #333;
}
/*sp*/
@media screen and (max-width: 700px) {
	body {
	  font-size: 14px !important;
	  line-height: 1.6 !important;
	}
}


/* =========================================================
Typekit
========================================================= */

/* 小塚ゴシック */
.tk-kozuka-gothic-pr6n {
    font-family: "kozuka-gothic-pr6n","メイリオ", Meirio, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tk-regular {	font-weight: 400 !important; }
.tk-medium { font-weight: 500 !important; }
.tk-bold { font-weight: 700 !important; }
.tk-heavy { font-weight: 900 !important; }


/* =========================================================
見出しテキスト
========================================================= */

/* font-size
--------------------------------------------------------- */
/*h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
*/
/*
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 16px;
}
*/


/* ----- 見出しのタグライン・リード文など ----- */
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small {
	font-size: 75%;
	font-weight: normal;
	color: #666;
	padding: 16px 0;
}



/* =========================================================
リンクテキスト
========================================================= */

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* =========================================================
basic layout
========================================================= */

html, body {
	text-align: center;
	/*min-width: 1280px;*/
}
.section_wrap {
	width: 100%;
	padding: 0;
	position: relative;
	background: #f5f5f5;
}
.section_body {
	max-width: 1280px;
	padding: 40px 0;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.section_body_inner {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/*tablet and sp*/
@media screen and (max-width: 1020px) {
  html, body {
	  width: 100%;
	  text-align: center;
	  min-width: 100%;
  }
  .section_wrap {
	  width: 100%;
	  padding: 0;
  }
  .section_body {
	  min-width: 100%;
	  width: 100%;
	  padding: 8px 0 16px 0;
  }
  .section_body_inner {
	  width: 100%;
	  margin: 0 auto;
	  padding: 8px 16px;
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  .section_body_inner {
	  text-align: left;
	  padding: 8px 16px;
  }
}
/*
.contents_inner {
	width: 1040px;
	margin: 0 auto;
	background: #fbf4f0;
	color: #333;
	padding: 0;
	border: 0;
	display: block;
	text-align: left;
}*/

/* ----- カラム分け ----- */
@media screen and (min-width: 700px) {
.column_wrapper {
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	align-items: stretch;
	-webkit-align-items: stretch; /* Safari */
	justify-content: flex-start;
	-webkit-justify-content: flex-start;	 /* Safari */
	-webkit-align-content: stretch; /* Safari */
	align-content:         stretch;
}
.side_column {
	-webkit-flex: 1;
	flex: 1;
    margin-right: 40px;
}
.main_column {
	-webkit-flex: 2;
	flex: 2;
}
}
/*.side_column {
	width: 300px;
	margin-right: 40px;
}*/
/*sp*/
/*@media screen and (min-width: 700px) {
	.main_column,
	.side_column {
		width: 100%;
		margin-right: 0;
	}
}*/

.bg-transparent-dark {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../images/bg_pattern_sprite_dark.png);
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff !important;
}

#cbox_content .h {
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px 5px 5px 8px;
}

#colorbox #cboxClose {
  background: url(/common/images/colorbox/cbox_close.png) no-repeat;
  background-size: contain;
  top: 5px;
  right: 5px;
}
