@charset "UTF-8";

/*-------------全体の共通設定-----------------*/

body 
{
	font-size: 16px;
	font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	min-width: 960px;
	min-height: 100%;
	margin: 0 auto;
    position: relative;
    padding-top: 130px;	/*ヘッダーの高さ分余白を確保する*/
}

div, h1, img
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

/*サイト名*/
h1
{
	font-size: 12px;
}

/*コンテンツタイトル左寄せ*/
h2
{
	position: relative;
	/*
    margin-bottom: 0.2rem;
    padding: 1rem 0;
    */
	font-size: 30px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 5px solid #ff6600;
}

h2:before {
    position: absolute;
    bottom: -0.7rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 1px solid #ff6600;
    content: '';
}

/*コンテンツタイトル中央寄せ*/
h3
{
	position: relative;
	font-size: 30px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 5px solid #696969;
}

h3:before {
    position: absolute;
    bottom: -0.6rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 1px solid #696969;
    content: '';
}

/*サブタイトル左寄せ*/
h4
{
	font-size: 20px;
	text-align: left;
	margin: 0 auto;
}

/*サブタイトル中央寄せ*/
h5
{
	font-size: 20px;
	text-align: center;
}

/*太字要素*/
h6
{

}

/*<a>タグ基本設定*/
a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
	color:  #001871;
}

/*-------------各ページ共通設定-----------------*/

#main_range
{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: #f5f5f5;
}

#range_white
{
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

#range_gray
{
	width: 100%;
	margin: 0 auto;
	background-color: #f5f5f5;
}

.range_img
{
	position: relative;
}

.range_img p
{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

#contents_box
{
	max-width: 940px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0;
}

#contents_box_mini
{
	max-width: 640px;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0;
}

#content_main_img
{
	width: 100%;
	height: 600px;
	object-fit: cover;
}

#content_img
{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

#contents_list
{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 50px 0;
	text-align: center;
}

#list_item
{
	font-size: 20px;
	display: inline-block;
	padding: 0 50px;
}

#text_box_left
{
	width: 100%;
	text-align: left;
	padding: 30px 0;
}

#text_box_center
{
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

#gray_text
{
	color: #696969;
}

#notes
{
	color: #ff6600;
	font-size: 50px;
}

#title_on_img p
{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 50px;
	color: #f5f5f5;
}

#under_line_gray
{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 20px;
}

