@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 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meirio, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*body {
	font-family:"メイリオ", Meirio, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	/*max-width: 100% !important;
	height: auto !important;*/
}

img[src$=".svg"] {
    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;
}
a,
input[type="checkbox"],
input[type="radio"],
label {
	cursor: pointer;
}

*:focus {
	outline: none !important;
}



/* =========================================================
forSP
========================================================= */
.forSP {
	display: none;
}
.forTB {
	display: none;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.forTB {
	display: block;
}
.forTB img {
	max-width: 100%;
	height: auto;
	/*display: block;*/
}
.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;
  color: #000;
}

/* =========================================================
見出しテキスト
========================================================= */

/* 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: #005EAE;
	text-decoration: underline;
}



/* =========================================================
basic layout
========================================================= */

html, body {
	width: 100%;
	text-align: center;
	/*min-width: 1280px;*/
}
.section_wrap {
	width: 100%;	
	/*min-width: 1280px; リキッドにしない */
	padding: 0;
	position: relative;
}
.section_body {
	width: 100%;
	max-width: 1280px;
	/*width: 1280px; リキッドにしない */
	padding: 32px 0;
	margin: 0 auto;
	/*padding-left: 20px;
	padding-right: 20px;*/
}
.section_body_inner {	
	padding: 0 20px;
	position: relative;
	margin: 0 auto;
}
/*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;
  }
}*/


/*
.contents_inner {
	width: 1040px;
	margin: 0 auto;
	background: #fbf4f0;
	color: #333;
	padding: 0;
	border: 0;
	display: block;
	text-align: left;
}*/

/* ----- カラム分け ----- */
.column_wrapper {
	width: 100%;
}
.main_column {
	width: 70%;
	/*float: left;*/
	display: table-cell;
}
.side_column {
	width: 30%;
	/*float: right;*/
	display: table-cell;
}
.main_column_left {
	float: left;
}
.side_column_right {
	float: right;
}





/* =========================================================
パンくず 
========================================================= */

.pankuzu_section {
	background: #f4f5f5;
}
.pankuzu_section,
.pankuzu_section .section_body_inner {
	padding: 0;
}
/*.pankuzu_section + .section_wrap {
	padding: 0;
}*/
.pankuzu {
	padding: 16px;
	margin: 0;
	text-align: left;
	font-size: 90%;
}
.pankuzu .pankuzu_link,
.pankuzu .pankuzu_here {
	position: relative;
    display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display:inline;/* inline-block Hack */
	*zoom:1;/* inline-block Hack */
}
.pankuzu .pankuzu_link:before,
.pankuzu .pankuzu_link:after {
	font-family: "FontAwesome";
	font-size: 1.2em;
	padding: 0;
	margin: 0 4px;
	font-weight: normal;
	color: #999;
	position: relative;
	vertical-align: middle;

    display: inline-block;
	letter-spacing: normal;/* inline-block Hack */
	*display:inline;/* inline-block Hack */
	*zoom:1;/* inline-block Hack */

    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);

	left: 2px;
	top: -0.1em;
	width: 18px;
	text-align: center;
}
.pankuzu .pankuzu_link:before {
	left: 0;
}
.pankuzu .pankuzu_link:after {
	content: "\f105"; /* 「＞」アイコン */
	font-size: 150%;
}
.pankuzu .home:before {
	content: "\f015"; /* 「ホーム」アイコン */
	font-size: 130%;
	color: #666;
}
.pankuzu a {
	text-decoration: none;
}
.pankuzu a:hover {
	text-decoration: underline;
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
}
/*sp*/
@media screen and (max-width: 700px) {
	/* ----- パンくず ----- */
	.pankuzu {
		padding: 6px;
		margin: 0;
		text-align: left;
		font-size: 80%;
	}
	.pankuzu a {
	}
	.pankuzu a i {
		margin: 0 2px;
		font-size: 140%;
	}
}





/* =========================================================
タイトルビジュアル
========================================================= */

/* 各ページのタイトルビジュアル画像
--------------------------------------------------------- */
/* デフォルト（検証用） */
.title_visual {
	background-image: url(../images/title-img1.jpg);
}
.title_visual.title_reason {
	background-image: url(../images/reason_title_01.jpg);
}

/* 共通設定
--------------------------------------------------------- */
.title_visual {
	background-position: center center;
	background-size: cover;
	height: 240px;
}
/*pc - big monitor- */
@media screen and (min-width: 1281px) {
.title_visual {
	background-size: auto 320px;
	height: 320px;
	background-repeat: repeat-x;
}
}
/*pc - normal - */
@media screen and (min-width: 1021px) and (max-width: 1280px) {
.title_visual {
	height: 240px;
}
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1020px) {
.title_visual {
	height: 200px;
}
}
/*sp*/
@media screen and (max-width: 700px) {
.title_visual {
	height: 160px;
}
}
@media screen and (max-width: 480px) {
.title_visual {
	height: 100px;
}
}
