@charset "utf-8";
.pc {display: none!important;}
.sp {display: block!important;}

@media screen and (min-width: 768px) {
.pc {display: block!important;}
.sp {display: none!important;}
}

body {
	font:13px/1.231 Helvetica,Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','モリサワ 新ゴ R','Droid Sans',メイリオ,sans-serif;
	font-family:Helvetica,Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','モリサワ 新ゴ R','Droid Sans',メイリオ,sans-serif}
#wrapper{
	width:100%;}
/*totop*/
.totop {
 position:fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 75px; }
.totop a i {
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 2.5rem;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
   -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
.totop a i:hover {
  background-color: rgba(0, 0, 0, 0.6); }
.totop a:hover {
  text-decoration: none; }

  /***** リンクアイコン *****/
.fa.link {
  margin-right: 0.2em;
  width: 1em;
  height: 1em;
  line-height: 1em; }

* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box
  }
img {
  max-width: 100%;
  height: auto;
}
body {color:#353535;font-size: 14px;}

a:link { color:#555555;text-decoration: none; } 
a:visited { color:#333; }
a:hover { color:#000;text-decoration: underline } 
a:active { color:#000; } 
a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

a img {
-webkit-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
-ms-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
}

a {   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
transition: all  0.3s ease;}
ul{list-style: none;}


/****************************** main ******************************/
main {max-width:960px;width:100%;margin:90px auto 20px;overflow: hidden;background-color: #fff;}
main > div {float: left; width:25%;}
main > div.large {width: 50%;}

#main_bg{
	position:relative;
	width:960px;
	margin:0 auto;}

#top_bg {
    background: url(../img/top_bg.png) no-repeat top center;
	background-size:auto;
}

@media screen and (max-width: 1200px) {
#main_bg{
	width:100%;}

#main_bg #bg_left {
	display:none;
}
#main_bg #bg_right {
	display:none;
}}
@media screen and (max-width: 768px) {
	main{margin: 60px auto;}
main > div {width: 50%;}
main > div img{
	width:100%;}
main > div.large {width: 100%;}}
/****************************** report_news ******************************/
#report_news{
	width:960px;
	margin:0 auto;
	}
#report_news h2{
	text-align:center;
	background: url(../img/top_report_news_bg.gif) repeat-x;
	background-position:bottom;
	padding-bottom:15px;}

#report_news dl{
	margin:0px 0px 30px;
	font-size: 1.0em;}

#report_news dl dt{
	clear:both;
	margin-bottom: -37px;
	padding-top: 27px;
}
	
#report_news dl dd{
	border-bottom:1px solid #e0e0e0;
	float:left;
	padding-left: 150px;
	padding-bottom:18px;
	width: 100%;}

#report_news dl dd span{
	font-weight:bold;
	margin-bottom:0px;
	line-height: 1.6;
	font-size: 1.2em;}
#report_news dl dd a{
	float:left;}
ul#links{
	width:940px;
	margin:0 auto 30px;}
ul#links li{
	float:left;
	margin-right:8px;
	width: 24.1%;}

/*ul#links li:nth-child(3){
	float:left;
	margin-right:8px;
	width: auto;}*/
ul#links li:last-child{
	margin-right:0;}

@media screen and (max-width: 1024px) {
#report_news{
	width:100%;
	margin:0 auto;
	}
#report_news dl dd {
	padding-left: 180px;
	padding-top: 12px;
	width: 96%;
	margin: 0 0 0 2%;
}
#report_news dl dt {
	padding-left: 30px;
	padding-top: 15px;
}
ul#links{
	width:94%;
	margin:0 auto;
	padding-bottom: 30px;}
ul#links li{
	float:left;
	margin-right:8px;
	width: 23%;}

}
@media screen and (max-width: 768px) {

ul#links{
	width:92%;
	margin:0 auto;
	padding-bottom: 15px;}
ul#links li{
	width:48%;
	margin-right:5px;
	margin-bottom: 7px;}
/*
ul#links li img{
	width: 100%;}*/
#report_news dl dt{
	float:left;}
#report_news dl dd {
	padding-left:5%;
	margin-top: 5.5%;
	text-align:left;}
#report_news dl dd span{
	float: left;}

#report_news dl dd a{
	clear:both;
	text-decoration: underline;}
}

@media screen and (max-width: 480px) {
#report_news dl{
	margin: 0px 0px 15px;}
#report_news dl dt{
	margin-bottom: 0px;
}
#report_news dl dd {
	padding: 0 5% 15px;
	line-height: 1.6;
	text-align: left;
	margin: 0 0 0 1%;
}
#report_news dl dt {
	padding-left: 0px;
	padding-top: 13px;
	margin-bottom: -22px;
	float:none;
}
}
@media screen and (max-width: 320px) {
#report_news dl dt {
	padding-left: 30px;
}}
/****************************** footer ******************************/
footer{width: 100%;border-top:1px solid #b0b0b0;font-size: 12px; clear: both;}
footer li{float: left;}
.footer__box{max-width: 960px;width:100%;margin:0 auto 10px;}
.footer__inner{max-width: 960px; width:100%;margin: 0 auto; position: relative;padding:10px 10px 10px; }
.footer__logo{float: right;max-width: 130px;padding: 40px 15px 0 0}
.footer__nav{width:58%;position: absolute; top:20px;right:0px;font-size: 12px;font-weight: 600;}
	.footer__nav li {margin-right: 4.5%; font-size: 12px;}
.footer__sns__box p {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    width: 30%;
    font-size: 1em;
}
	.footer__nav li a:last-child{margin-right: 0;}
	.footer__nav li.outside a::after {
		background: url(/common/images/ico_link.gif) no-repeat;
		-webkit-background-size:14px 12px;
		content:"";
		display:inline-block;
		width:14px;
		height:12px;
		position: relative;
		top:2px;
        left:2px;
        font}
small{float: left; font-size: 12px; text-align: center;display: inline-block;padding:35px 0 0 0}
.footer__sns__box{margin: 0 auto 10px;max-width: 960px;}
.footer__sns__inner li{margin-right: 3px;}
.footer__notice{float: left;margin: 0 20px 0 0;padding: 20px 0 0 0;width: 40%;}
.footer__stop{float: left;margin: 0 20px 0 0;padding: 20px 0 0 0;width: 36%; display: flex;
  font-size: 10px!important;  
  text-align: left;  
  justify-content: space-between;  
  align-items: center;}
.footer__stop li:first-child{width: 8%; }
.footer__stop li:last-child{width: 8%; }
@media only screen and (max-width: 959px) {	
	.footer__notice{float: none;margin: 0 auto;padding: 5px;text-align: center;width: 80%;}
	.footer__stop{float: none;margin: 0 auto;padding: 5px;width: 94%;font-size: 9px;}
	.footer__inner{min-height:150px;}
	.footer__logo{float: none;padding: 0 0 0 5px;}
	.footer__nav{max-width:135px;width: 100%;}
	.footer__nav li{float: none;;top:20px;margin-bottom: 8px;}
	.footer__sns__box{width:100%;font-size:11px;letter-spacing: -0.05em }
	small{width: 100%;padding:10px}
}
@media screen and (max-width: 760px) {
	.footer__nav li.outside a::after {
		background: url(/common/images/ico_link.gif);}
	.footer__nav li{margin-bottom: 12px;
		text-align:left;}
		.footer__sns__box p{
			text-align:left;
			margin-left: 65px;
			width:auto;
			display:block;
			font-size: 13px;}
				.footer__sns__box{
					width:90%;}
					.footer__sns__inner li{margin-top: 0.5%;}}


.mt0 {margin-top: 0;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.ml0 {margin-left: 0;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
.ml60 {margin-left: 60px;}

.wb{overflow-wrap: break-word;word-wrap: break-word;line-break:strict; }
.border-top-none{
	border-top:none !important;}
/*プロモーションバナー用*/
.bnn_pc { display: block !important; }
.bnn_sp { display: none !important; }
@media only screen and (max-width: 768px) {
.bnn_pc { display: none !important; }
.bnn_sp { display: block !important; }
}

/*footer_bnr__inc*/
.blog-cat {
	margin: 0 auto;
	position: relative;
	max-width: 960px;
}

#footer_bottom_bg {
	background: rgba(0, 0, 0, 0) url("/common/images/footer_bg.png") no-repeat scroll center top;
}
.blog-cat li {
	float: left;
	list-style: outside none none;
	text-align: center;
	width: 20%;
}
 @media screen and (max-width: 767px) {
.blog-cat{
	width: 100%;}

.koken{
 padding-left: 10px;
}

}
p.footer_r20{font-size:10px!important;}

h1#awards {
	margin: 0;
    padding: 18px 15px 12px;
    text-align: center;
    background-image: url(/aboutus/award/img/award_mv.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: none;
    height: 0;
    padding-top: 30%;
	line-height: 3;
    margin-bottom: 60px;
	font-size: 25px;
}

@media screen and (max-width: 760px) {main {margin: 60px auto 0;}}
h1#awards{  text-align: center;
    font-weight: bold;}

h1#notfound {
	margin: 0;
    padding: 18px 15px 12px;
    text-align: center;
    background-image: url(/common/images/standard_mv.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: none;
    height: 0;
    padding-top: 30%;
	line-height: 3;
    margin-bottom: 60px;
	font-weight: bold;
	font-size: 30px;
}
.text_notfound{
	font-size: 15px !important;
	line-height: 2 !important;
	color: #353535;
	text-align: justify;
}
h3.h3notfound{
	color: #000 !important;
	margin: 30px 0;
	font-size: 22px !important;
	line-height: 1.9 !important;
    padding: 0;
}

.text_notfound a:link{
	color: #555555 !important;
text-decoration: none;
}

.text_notfound a:visited{color: #555555;}
.text_notfound a:hover{
text-decoration: underline;

}



@media screen and (max-width: 760px) {main {margin: 60px auto 0;}
h1#notfound{  text-align: center;
    font-weight: bold;
	line-height: 1.8;
	font-size: 18px;}
}

@media (min-width: 768px){
.contents-text .copy:first-child {
	margin:20px}}

@media screen and (max-width: 760px) {
	.header__nav li#m_about.on a span:after {border-bottom:none}
}



.bnr_link_camp{
	max-width: 960px;
	margin: -15px auto 30px;
  }
@media screen and (max-width: 760px) {
	.bnr_link_camp{
		margin: 0px auto 30px;
	}
}