@charset "UTF-8";
body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_25.jpg);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*clearfix*/
.cf:before,
.cf:after {
  content:"";
  display: table;
}
.cf:after {
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom:1;
}
/*clearfixここまで*/

ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}
li {
padding: 0px;
margin: 0px;
list-style-type: none;
}
img{
	/*画像の伸縮設定*/
	max-width: 100%;
	width /***/: auto;
　
    	/*画像のボーダーを消す*/
border: none;
	height: auto;
	padding-left: 0px;
	font-size: 13px;
}
a img {border-style:none;}

.clear {
	clear: both;
}

p {
	padding: 0px;
	margin: 0px;
	line-height: 28px;
}

.waku {
	border: 1px solid #DDDDDD;
}

/*global-nav-------------------------------*/
.global-nav {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	/* [disabled]margin-bottom: 30px; */
	padding: 0;
	list-style-type: none;
}
/*clearfix*/
.global-nav:after {
  content: "";
  clear: both;
  display: block;
}
.global-nav li {
	float: left;
	width: 14.5%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 1%;
	margin-right: 1%;
}
/*奇数のli要素に適応*/
.global-nav li:nth-child(odd) {
	border-right: 1px solid #ccccc;
}
.global-nav a {
	display: block;
	text-decoration: none;
}
.global-nav a:hover {
	border-radius: 3px;
	background-color: rgba(63,148,208,0.22);
}
.red {
	color: #EA0A02;
}

/*ナビメニュー横幅769px以上に適応*/
@media screen and (min-width: 639px) {
.global-nav li:nth-child(odd) {
  border-right: 1px dotted #cccccc;
}
.global-nav li:last-child {
  border-right: none;
}
.global-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: none;
  border-collapse: collapse;
}
.global-nav li {
	float: none;
	display: table-cell;
	width: 100%;
	border-right: 1px dotted #cccccc;
}
}
/*global-nav　------------------------------*/

/*横幅769px以上に適応*/
@media screen and (min-width: 769px) {

/*pc-タブレット-スマホ使い分け*/
.mobile{
	display: none;
}

.pc{

}
/*headerここから*/
.header-cor {
	width: 100%;
	height: 10px;
	background-color: rgba(233,79,24,1.00);
}
.header-cor2 {
	width: 100%;
	height: 7px;
	background-color: rgba(243,163,117,1.00);
}
.header {
	width: 100%;
	background-image: url(../images/top-header_bg_27.jpg);
	background-repeat: repeat-x;
	box-shadow: 0 9px 12px -15px #222;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}


.header1 {
	width: 100%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	min-height: 137px;
}
.header1-logo {
	width: 22%;
	float: left;
	padding-top: 43px;
	padding-left: 40px;
	}
.header1-menu {
	width: 61%;
	padding-top: 38px;
	float: left;
	}
.header1-menu_in {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	}
.header1-right {
	width: 13%;
	float: right;
	}
.header1-right_in1 {
	width: 100%;
	}
.header1-right_in2 {
	width: 100%;
	padding-top: 20px;
	text-align: center;
	}


/*header2ここから*/
.header2 {
	background-image: url(../images/main-bg_29.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-height: 443px;
	background-position: center 0%;
	margin-top: 100px;
}
.header2_in {
	width: 100%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 443px;
}


/*contentsここから*/
.contents {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


.contents_in {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	max-width: 1080px;
}
.contents_in_top {
	width: 100%;
	background-image: url(../images/top-header2im_65.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.contents_in_news_box {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom: 1px dotted hsla(0,0%,50%,1.00);
	padding-top: 8px;
	padding-bottom: 8px;
}
.contents_in_news_box_title {
	width: 50%;
	float: left;
}
.contents_in_news_box_more {
	float: right;
	width: 25%;
	text-align: right;
}
.contents_in-news-list {
	width: 92%;
	padding-top: 2px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.contents_in-news-list li {
	height: auto;
	font-size: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted hsla(0,0%,50%,1.00);
	text-align: left;
}
.contents_in-news-list a {
	color: rgba(71,71,71,1.00);
	text-decoration: none;
}

.contents_in_left {
	width: 50%;
	float: left;
	padding-top: 50px;
}
.contents_in_left-info {
	width: 90%;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(71,71,71,1.00);
	font-size: 14px;
	line-height: 25px;
}
.contents_in_left-info-ph {
	width: 36%;
	margin-right: 15px;
	margin-bottom: 8px;
	float: left;
}
.contents_in_right {
	width: 50%;
	float: right;
	text-align: center;
	padding-top: 100px;
}
.b-date {
	color: #E14912;
}
.b-date-bl {
	color: #3589C5;
}





/*footerここから*/
.footer {
	background-image: url(../images/top_38.png);
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
	min-height: 440px;
	background-position: 0% bottom;
}
.footer-menu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	max-width: 1080px;
	}
.footer-menu a {
	color: #3F94D0;
	text-decoration: none;
	}
.footer-menu a:hover {
	color: #57A1D5;
	text-decoration: none;
	}
	.footer-menu_in {
	width: 64%;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	}
.footer-menu_in ul {
	margin: 0px;
	text-decoration: none;
	}
.footer-menu_in ul li {
	background-image: url(../images/arrow_51.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
	min-width: 80px;
	}
.footer-menu_in2 {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	}
.footer-menu_in2 ul {
	margin: 0px;
	text-decoration: none;
	}
.footer-menu_in2 ul li {
	background-image: url(../images/arrow_51.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	/* [disabled]min-width: 90px; */
	}

.footer_copy {
	color: rgba(255,255,255,1.00);
	font-size: 13px;
	text-align: right;
	padding-right: 30px;
	padding-top: 55px;
}
.footer_logo {
	padding-top: 20px;
	color: #3F94D0;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
}
}
