@charset "utf-8";
/* CSS Document */

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#mainVisual .bg {
	/*position: fixed;*/
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('../images/img2.png') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

#mainVisual h1 span {
	font-size: 1rem;
	line-height: 2rem;
	display: block;
}

#right {
	width: 72%;
}

#left {
	width: 23%;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}
#rightBox {
	display: flex;
	justify-content: space-between;
}

/* 表彰者
-----------------------------------*/
h3 span {
	border-radius: 25px;
  background-color: #f90;
	padding: 10px;
	font-size: 20px;
	color: #fff;
}
.box_45 {
	margin-bottom: 50px;
	border-bottom: 1px dashed #9e9e9e;
  padding-bottom: 30px;
}
.box_40 {
	margin-bottom: 50px;
	margin-top: 50px;
	border-bottom: 1px dashed #9e9e9e;
	padding-bottom: 30px;

}
.inner {
	overflow: hidden;
}


.box_parson {
	overflow: hidden;
	width: 253px;
	float: left;
	margin-right: 20px;
	background-color: #e4f1ff;
	margin-bottom: 20px;
	border-radius: 10px;
}
.box_parson img {
	float: left;
	padding: 10px
}
.box_parson p {
	padding-top: 10px;
}
.txt01 {
	line-height: 1.1;
	text-align: left;
}
.txt01 .name {
	font-size: 16px;
}
.txt01 .comment {
	font-size: 14px;
}

#awards {
	margin: 0 15px;
	overflow: hidden;
}

h2 {
	font-size: 24px !important;
	text-align: left !important;
	color:#000 !important;
}
h3 {
	color: #FFF;
	font-size: 14px;
	/*background: #FFDD0E none repeat scroll 0% 0%;*/
	margin-bottom: 15px;
	font-size:16px;
	text-align: left;
  	padding: 10px 0;
	color: #000;
}

.box01 {
	overflow: hidden;
	margin-bottom: 50px;
}
.content_wrap {
	margin-left: 0;
}

/*******************************
index
*******************************/
#index {
	overflow: hidden;
	line-height: 1.6;
	display: flex;
	justify-content: space-between;
}

#index .goodafBox01 {
	margin-bottom: 2em;
	letter-spacing: -.4em;
}

#index .goodafBox01 p {
	display: inline-block;
	letter-spacing: normal;
	width: 83%;
	vertical-align: middle;
}

#index .goodafBox01 img {
	display: inline-block;
	letter-spacing: normal;
	width: 14.62%;
	margin-left: 2%;
	vertical-align: middle;
}

#index h2 {
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.4em;
	margin-left: 2em;
	text-indent: -2em;
	line-height: 1.6em;
}

#index h2 span {
    font-family: 'Lobster', cursive;
    font-size: 3.5rem;
}

/*#index h2 strong {
    background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: linear-gradient(transparent 40%, #ffdd0e 40%);
}
*/

/* Tab
-----------------------------------*/
.tab {
	/*overflow:hidden;
	border-bottom: 2px solid #00AAE7;*/

	width: 250px;
}
.tab li {
	background:#ccc;
	padding:20px;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.tab li span {
	font-size: 20px;
}
.tab li.select {
	background: #f90;
	color: #fff;
}
.tab li.select a {
	color: #fff;
}
.tab li a:link, .tab li a:visited {
	color: #fff;
}
.tab li:hover {
	cursor: pointer;
	opacity: 0.8;
	text-decoration: none;
}
.content li {
	/*background:#eee;*/
	padding:20px 0;
}

.hide {
	display:none;
}


#featured {
	margin-top: 3%;
	padding: 3% 0 5%;
	background: #f2f2f2;
}

#featured ul {
	letter-spacing: -.4em;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#featured ul li {
	width: 31%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 2em;
	margin-right: 2%;
}

#featured ul li a {
	display: block;
	color: #000;
}

#featured ul li a img {
	width: 100%;
}

#featured ul li a strong {
	margin-top: 0.5em;
	display: block;
	font-weight: bold;
}

/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 60.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}


