html {
	background-color: #EDEDED;
	font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}
body {
	background-color: #FFF;
}
.container {
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	max-width: 100%;
}
@media (max-width: 800px) {
body {
	font-size: 1.4rem; /*全体のフォントサイズは14pxとする*/
	-webkit-text-size-adjust: 100%; /*スマホでPC表示した際に勝手に文字が大きくなるのを防ぐ*/
}
.hidden_sp {
	display: none;
}
}
@media (min-width: 801px) {
body {
	font-size: 1.8rem; /*全体のフォントサイズは16pxとする*/
}
.container {
	width: 1200px;
	min-width: 1200px;
  margin: 0 auto;
}
.hidden_pc {
	display: none;
}
}
/***************************************************
ヘッダー　
***************************************************/
@media (max-width: 800px) {
#header .headWrap {
  display: table;
  width: 100%;
}
#header .headWrap h1 {
  display: table-cell;
  vertical-align: middle;
  padding: 2px;
  width: 45%;
}
#header .headWrap h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: left;
  width: 40%;
}
#header .headWrap .menu {
  display: table-cell;
  text-align: right;
  background-color: #3769CD;
  vertical-align: middle;
  width: 15%;
}

}
@media (min-width: 801px) {
#header {
}
#header .headWrap {
  display: table;
  width: 1200px;
  margin: 0 auto;
}
#header .headWrap h1 {
  display: table-cell;
  vertical-align: bottom;
  padding: 2px;
  width: 300px;
}
#header .headWrap h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: left;
  width: 450px;
}
#header .headWrap #gNavi {
  display: table-cell;
  vertical-align: middle;
  width: 450px;
}
#header .headWrap #gNavi ul {
  display: table;
  vertical-align: middle;
}
#header .headWrap #gNavi ul li {
  display: table-cell;
  vertical-align: middle;
}
}
.spMenu {
	width: 100%;
	margin: 30px 0;
	height: 100%;
	font-size: 10px;
	background-color: rgba(0,0,0,0.0);
}
.spMenu .close {
	border-top: 1px solid #4B4B4B;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.6rem;
}
.spMenu .close a {
	display: block;
	color: #000;
}
/***************************************************
フッター　
***************************************************/
#footer {
	background-color: #EDEDED;
}
#footer a {
}
#footer .fLink ul li {
  display: inline-block;
  border-right: 1px solid #CCC;
}
#footer .fLink ul li:last-child {
  border-right: none;
}
#footer .fLink ul li a {
  padding: 0 1em;
}
@media (max-width: 800px) {
#footer {
	padding: 10px 0;
	margin-bottom: 60px;
}
#footer .copy {
	font-size: 1.1rem;
}
}
@media (min-width: 801px) {
#footer {
	min-width: 1200px;
}
#footer .container {
	padding: 10px 0 0;
}
#footer .fLink {
	font-size: 1.2rem;
  float: left;
}
#footer .copy {
	font-size: 1.2rem;
  float: right;
}
}
.ttlBox {
	background-image: url(../img/ttlbox_bg_other.jpg);
	background-repeat: repeat-x;
	background-position: center 0;
}
.ttlBox h2 {
	color: #3768CC;
}
.ttlBox h2 span {
	color: #676767;
  font-family: 'Oswald', sans-serif;
}
@media (max-width: 800px) {
.ttlBox {
	padding: 20px 5px;
  background-size: cover;
}
.ttlBox h2 {
	font-size: 2.6rem;
  line-height: 0.8;
}
.ttlBox h2 span {
	font-size: 1.2rem;
}
}
@media (min-width: 801px) {
.ttlBox {
	height: 300px;
}
.ttlBox h2 {
	font-weight: bold;
	padding-top: 120px;
	font-size: 5.0rem;
	letter-spacing: 10px;
  line-height: 1.2;
}
.ttlBox h2 span {
	font-size: 1.4rem;
}
}
.breadcrumb {
	text-align: left;
}
.breadcrumb ul li {
	display: inline;
}
.breadcrumb ul li:after {
  content: ">";
  padding: 0 0.5em;
}
.breadcrumb ul li:last-child:after {
  content: normal;
}
@media (max-width: 800px) {
.breadcrumb {
	font-size: 1.2rem;
	margin-bottom: 30px;
}
}
@media (min-width: 801px) {
.breadcrumb {
	font-size: 1.4rem;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #FFF;
}
}
@media (max-width: 800px) {
.contents .table_sp, .contents .table_sp tbody, .contents .table_sp thead, .contents .table_sp tfoot, .contents .table_sp tr, .contents .table_sp th, .contents .table_sp td {
	display: block;
}
.contents .table_sp {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.contents .table_sp th {
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
	padding: 5px;
}
.contents .table_sp td {
	border-top: 1px solid #CCC;
	padding: 5px;
}
}
@media (min-width: 801px) {
.contents .table_sp {
	margin: 0 auto;
}
.contents .table_sp tr th {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
    white-space: nowrap;
}
.contents .table_sp tr td {
	padding: 10px;
	border: 1px solid #CCC;
}
}

.commons_toi {
  padding:  50px 0;
}
.commons_toi p {
  margin-bottom: 20px;
}


.spMenu ul {
  text-align: left;
}
.spMenu ul li {
  font-size: 1.6rem;
  border-bottom: 1px dotted #CCC;
}
.spMenu ul li a {
  display: block;
  padding: 8px;
}
