@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f7f2e0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	}

img {
    /*image-rendering: -webkit-optimize-contrast;*/
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: auto;
}

.sokuho_area {
	clear: none;
	float: left;
	width: 920px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	height: auto;
}

.sokuho_link {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.s_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #b63232;
	border: 10px solid #b63232;
	box-sizing: border-box;
	width: 920px;
	height: auto;
	color: #ffffff;
	font-size: 30px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition-duration: 0.2s;
	padding-top: 25px;
	padding-right: 6%;
	padding-bottom: 20px;
	padding-left: 12%;
	clear: none;
	float: left;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-radius: 10px;
}
.s_btn:hover {
  background: #ffffff;
  color: #b63232;
}
.s_btn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
.s_btn:hover:before {
  border-color: transparent transparent transparent #b63232;
}


/* sns area */
.sns_area{
	clear: none;
	float: left;
	width: 940px;
	height: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
}


.oa_area {
	clear: none;
	float: left;
	width: 940px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: auto;
}

/*
.oa_area a {
	color: #C30;
	text-decoration: none;
}

.oa_area a:visited {
	color: #C30;
}

.oa_area a:hover {
	color: #ccc;
	text-decoration: underline;
}
*/


/*
.oa_area p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 5px;
}
*/

.oa_box1 {
	clear: none;
	float: left;
	height: 415px;
	width: 450px;
	background-color: #FFF;
	margin-right: 40px;
	padding-bottom: 10px;
}


.oa_box2 {
	clear: none;
	float: left;
	height: 415px;
	width: 450px;
	background-color: #FFF;
	padding-bottom: 10px;
}

.oa_box3 {
	clear: none;
	float: left;
	width: 940px;
	height: 220px;
	background-color: #FFF;
	/*margin-top:20px;*/
}

.oa_box3_box{
	clear: none;
	float: left;
	width: 450px;
	height: auto;
	background-color: #FFF;
	padding-top:30px;
	margin-right:20px;
	margin-left:20px;
}
.oa_img {
	clear: none;
	float: left;
	height: 220px;
	width: 450px;
	margin-bottom: 25px;
}

.oa_img2 {
	clear: none;
	float: left;
	height: 220px;
	width: 450px;
	margin-bottom: 25px;
}

.oa_area  .title {
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 26px;
}
.oa_area .oa {
	font-size: 14px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.oa_area .txt {
	font-size: 13px;
	text-align: center;
}

.dig {
	clear: none;
	float: left;
	width: 940px;
	height: auto;
	margin: 40px 10px 20px 10px;

}
.bn_dig {
	clear: none;
	float: left;
	width: 940px;
	height: auto;
}

.dig a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.70;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.70;           /* Firefox 0.9より前 */
	}
	
.dig a img:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}


.summary {
	clear: none;
	float: left;
	width: 940px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: auto;
}



.summary  .text_c{
	font-size:14px;
	text-align: center;
	padding-bottom:20px;
	letter-spacing: 0.1em;
}
.list_box {
	clear: none;
	float: left;
	width: 940px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.l_img {
	clear: none;
	float: left;
	height: 300px;
	width: 250px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.list_txt {
	width: 630px;
	clear: none;
	float: left;
	margin-left: 40px;
}
.list_box .a_link {
	width: 345px;
	clear: none;
	float: right;
	margin-top: 25px;
	color: #FFF;
	background-color: #ADD700;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6fb72f;
	/*border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;*/
}


/*.list_box .a_link LINK*/

.list_box .a_link a {
	color: #ffffff; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.list_box .a_link a:visited {
	color: #ffffff;/*リンクの色*/
}

.list_box .a_link a:hover {
	color: #063; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}


.t1 {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.t2 {
	font-size: 14px;
	line-height: 26px;
	margin-right: 20px;
}


#foot {
	clear:both;
}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #add700;
	text-align: center;
	color: #FFF;
	font-size: 24px;

}
h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #6fb72f;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	background-color: #add700;
	color: #FFF;
	padding-top: 10px;
}

h3 {
	font-size: 26px;
	font-weight: normal;
	margin:15px 0 20px 0;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	color: #39F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	margin-top: 20px;
}
h5 {
	font-weight: bold;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #6fb72f;
	font-size: 18px;
	letter-spacing: 0.1em;
	background-color: #add700;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 3px;
}

/*summary LINK*/

.summary a {
	color: #333; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #333;/*リンクの色*/
}

.summary a:hover {
	color: #C30; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}


.news {
	clear: none;
	float: left;
	width: 940px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	height: auto;
}

.news_box {
	clear: none;
	float: left;
	width: 940px;
	height: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #FFF;
}

/*font option*/

.i_red{
	color: #F00;
}

.i_green{
	color: #ADD700;
}

.i_whit{
	color: #FFFFFF;
}


