@charset "UTF-8";
/* CSS Document */

a,
a:link,
a:visited {
    color: #1eaa39;
    text-decoration: none;
    -moz-transition: opacity 0.5s ease-out 0s;
    -webkit-transition: opacity 0.5s ease-out 0s;
    -o-transition: opacity 0.5s ease-out 0s;
    -ms-transition: opacity 0.5s ease-out 0s;
    transition: opacity 0.5s ease-out 0s;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    color: #ec6c00;
    transition: all 0.4s ease-in-out;
}

* {
    font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

@media screen and (max-width: 768px) {

img {
	vertical-align:bottom;
	border:none;
	display:block;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
	
}


.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.fleft {float:left;	}
.fright {float:right;}
.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }

.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.t30 {padding-top:30px;}
.t40 {padding-top:40px;}
.t50 {padding-top:50px;}
.t100 {padding-top:100px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.b30 {padding-bottom:30px;}
.b40 {padding-bottom:40px;}
.b50 {padding-bottom:50px;}
.b100 {padding-bottom:100px;}
.r10 {padding-right:10px;}
.r20 {padding-right:20px;}
.r30 {padding-right:30px;}
.l10 {padding-left:10px;}
.l20 {padding-left:20px;}
.l30 {padding-left:30px;}
.l1em {padding-left:1em;}
.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;}
.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;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;	}

.ssText {font-size:0.8em;}
.sText {font-size:0.9em;}
.lText {font-size:1.1em;}
.llText {font-size:1.2em;}
.XlText {font-size:1.3em;}

.color_red {color:#e50012;}
.color_darkblue {color:#004286;}
.color_green {color:#94d303;}
.color_orange {color:#EC6C00;}
.color_gray {color:#666666;}
.caution {color:#c50018;}
.b {font-weight:bold;}
.underline {text-decoration:underline;}
.indent {text-indent: 1em;}
.indent1em {
	padding-left:1em;
	text-indent:-1em;
}
.correction {text-decoration: line-through;}


/*flexbox*/

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-row-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
}

.flex-column {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
}

.flex-column-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse;
    /* Safari */
    flex-direction: column-reverse;
}

.inline-flex {
    display: -webkit-inline-flex;
    /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-start {
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
}

.flex-center {
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.flex-end {
    -webkit-justify-content: flex-end;
    /* Safari */
    justify-content: flex-end;
}

.flex-space-around {
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.flex-align-center {
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}

.flex-align-end {
    -webkit-align-items: flex-end;
    /* Safari */
    align-items: flex-end;
}

.flex-wrap {
		-ms-flex-wrap:wrap;/*--- IE10用 ---*/
		-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
		flex-wrap:wrap;
}

/*common*/

.ul_indent1em {
	list-style: none;
}
.ul_indent1em li {
	text-indent: -1em;
	padding-left: 1em;
}


.txt_lead  {
	background: #aaa;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}


.content {
    max-width: 800px;
    margin: 0 auto;
}


/*======================================
  header
======================================*/
header {
    background: #FFFFFF;
    padding: 20px 20px 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: 0.5s all ease 0s;
}

.header-inner {
    overflow: hidden;
    background: #FFFFFF;
    max-width: 1200px;
    margin: 0 auto;
}

header.is-animation {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

header .logo {
    font-size: 80%;
    display: inline-block;
    float: left;
    padding: 5px 10px 10px 20px;
    transition: 0.5s all ease 0s;
    width: 40%;
    line-height: 150%;
}

header .logo img {
    width: 100%;
}

header .logo a {
    display: block;
    float: left;
    width: 130px;
    margin-right: 10px;
    transition: 0.5s all ease 0s;
}

header.is-animation .logo a {
    display: block;
    float: left;
    width: 100px;
    margin-right: 10px;
}

header .logo span {
    font-size: 90%;
    font-weight: normal;
}

header.is-animation .logo {
    font-size: 80%;
    display: inline-block;
    float: left;
    padding: 15px 10px 5px 20px;
    line-height: 120%;
}

.header-nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
}

.header-nav li {
    letter-spacing: .03em;
    position: relative;
    transition: 0.5s all ease 0s;
    font-size: 14px;
}


.header-nav ul li a {
    display: inline-block;
    transition: 0.5s all ease 0s;
    padding: 30px 0;
}

.header-nav ul li a span {
    padding: 0 15px;
}

.header-nav ul li:not(:first-child) a span {
    border-left: 1px solid #1eaa39;
}

.is-animation .header-nav ul li a {
    display: inline-block;
    padding: 30px 0;
}

.is-animation .header-nav ul li a span {
    padding: 0 15px;
}

header a,
header a:link,
header a:visited {
    color: #1eaa39;
}

header a:hover,
header a:hover:link,
header a:hover:visited {
    opacity: 0.5
}




/*======================================
  nav
======================================*/
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}



/*======================================
  button
======================================*/
.pink-btn {
    background: #ec7471;
    padding: 15px 25px;
    border-radius: 100px;
    color: #FFFFFF !important;
	font-size: 1.2em;
    font-weight: bold;
    box-shadow: 2px 2px 4px gray;
    transition: all 0.3s !important;
    display: inline-block;
    margin-bottom: 10px;
	text-align: center;
}
.pink-btn:hover {
    background: #e64d49;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-weight: bold;
    box-shadow: 2px 2px 8px grey;
}

.pink-btn.btn_out {
	background: #bbb;
}

.theme_color-btn {
    background: #1eaa39;
    padding: 20px 25px;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-weight: bold;
    box-shadow: 2px 2px 4px gray;
    transition: all 0.3s !important;
	display: inline-block;
}
.theme_color-btn:hover {
    background: #014572 !important;
    padding: 20px 25px;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-weight: bold;
    box-shadow: 2px 2px 8px grey;
}
.theme_color-btn span {
    font-size: 85%;
    font-weight: normal;
    margin-left: 0.6em;
}
.theme_color-btn.btn_out,
.pink-btn.btn_out {
	background: #aaa;
}
.theme_color-btn.btn_out:hover,
.pink-btn.btn_out:hover {
	background: #aaa !important;
	box-shadow: 2px 2px 4px gray;
}
	

/*======================================
  main_pic
======================================*/
.main_pic {
    height: auto;
    position: relative;
    overflow: hidden;
}

.main_pic_inner {
    background-image: linear-gradient(#fffbd0, #fffbd0);
    background-position: center;
    background-size: cover;
    height: 100%;
}

.main_pic_img {
    max-width: 1019px;
    margin: 0 auto;
    padding-top: 100px;
}

.main_pic_img img {
    width: 100%;
    display: block;
}


/*======================================
 main_pic下緑ボタン
======================================*/
.topBtnNavi p {
	margin-bottom: 15px;
}
.topBtnNavi a.theme_color-btn {
	width: 700px;
	text-align: center;
	font-size: 1.4em;
}
.topBtnNavi a.pink-btn {
	width: 700px;
	text-align: center;
	font-size: 1.4em;
}

@media screen and (max-width: 768px) {

.topBtnNavi {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
/*.topBtnNavi p {
	width: 100%;
}	*/
.topBtnNavi a.theme_color-btn {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}
.topBtnNavi a.pink-btn {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}	
	
}

/*======================================
 important_news
======================================*/
.important_news {
    margin-top: -55px;
    position: relative;
    transition: all 0.3s;
    opacity: 0;
}

.im_news {
    width: 78%;
    border: 4px solid #ec6c00;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 15px 50px;
    background: #FFFFFF;
}

.im_news div {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    font-size: 105%;
}

.im_news div li {
    list-style: none;
}

.im_news div li:first-child {
    margin-bottom: 0.8em;
}

.im_news div li .waku {
    background: #1eaa39;
    padding: 10px 20px;
    margin-right: 1em;
    color: #FFFFFF;
}

.im_news div li .theme_color {
    color: #1eaa39;
    font-size: 130%
}

.css-fade3 {
    animation-name: fade-in3;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fade-in3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*======================================
Information
======================================*/
.information {
    margin: 30px 0 30px 0;
}

.information h2 {
    display: flex;
    min-width: 120px;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    margin: 0 30px 90px 0px;
    border: 1px solid #1eaa39;
    border-radius: 50%;
    color: #ec6c00;
}

.information .in_news {
    width: 85%;
    height: 13em;
    overflow: auto;
    padding: 15px 0;
}

.information a {
    color: inherit;
    transition: all 0.3s !important;
    display: inline-block;

}

.information a:hover {
    color: inherit;
    background: #fffbd0;
}

.information li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 10px 10px;
    border-bottom: 2px dotted #666666;
}

.information li:first-child {
    border-top: 2px dotted #666666;
}

.information li .date {
    width: 18%;
    font-size: 90%;
}

.information li .text {
    width: 80%;
    font-size: 100%;
    font-weight: bold;
    transition: all 0.3s !important;
}

.information a:hover .text {
    margin-left: 1em;
}


/*======================================
Program
======================================*/
.program {
    background: #1eaa39;
    padding: 60px 0;
}


.program h2 {
    font-size: 200%;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center
}

.program h2 > span:first-child {
    display: inline-block;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 5px;
}

.program h2 .en {
    display: block;
    font-size: 16px;
}

.program .details {
    margin-bottom: 10px;
}

.program .details h3 {
    background: #fffbd0;
    padding: 15px 20px;
    font-size: 160%;
    color: #1eaa39;
    position: relative;
    cursor: pointer;
    transition: all 0.3s !important;
}
.program .details h3:hover {
    background: rgba(255, 251, 208, 0.85);
    padding: 15px 20px 15px 30px;
}


.program .details .details_inner {
    padding: 40px;
    display: none;
    background: #FFFFFF;
}

.program .details h3::before {
    right: 20px;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -9px;
    border-top: 3px solid #1eaa39;
    border-right: 3px solid #1eaa39;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.program .details .clicked::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close_detale {
    text-align: center;
    padding: 15px 10px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    font-size: 80%;
    transition: 0.5s all ease 0s;
    cursor: pointer;
    margin-top: 20px;
}

.close_detale:hover {
    background: #eee;
}

.cansel {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    /* margin-top: 5px; */
    margin-right: 3px;
    vertical-align: text-top;
}

.cansel span::before,
.cansel span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: rgb(0, 0, 0);
}

.cansel span::before {
    transform: rotate(-45deg);
}

.cansel span::after {
    transform: rotate(45deg);
}

/*programの内容*/
.programItem .p_time {
	background: #1EAA39;
	padding: 3px 10px;
	color: #fff;
	margin-bottom: .8em;
}
.programItem .p_kubun {
	margin-bottom: .8em;
}
	.programItem .p_kubun span {
		border: 1px solid #1EAA39;
		padding: 3px 5px;
		font-size: 0.9em;
		color: #1EAA39;
	}
.programItem .p_title {
	color: #E9546B;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
	.programItem .p_title span {
		color: #333;
		font-size: 0.8em;
	}
.programItem .p_title02 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 8px;
	border-bottom: 1px solid #1EAA39;
	padding-bottom: 8px;
}
.programItem .p_title02.last {
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.programItem .p_person {
	border-top: 1px solid #1EAA39;
	border-bottom: 1px solid #1EAA39;
	color: #1EAA39;
	padding: 5px;
	margin-bottom: 0.8em;
}

.tbl_nostyle th,
.tbl_nostyle td {
	padding: 0 .5em 0 0;
	border: none;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.tbl_nostyle th {
	white-space: nowrap;
}


.profigBox figure {
	margin-bottom: 20px;
}
.profigBox figure img {
	display: block;
	width: 400px;
	margin: 0 auto;
}
.profigBox figcaption {
	text-align: center;
	padding-top: 10px;
}

.reportBox {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
	-webkit-justify-content: space-around;
	/* Safari */
	justify-content: space-around;
	align-items: flex-start;
	
	padding-top: 20px;
}
.reportBox img {
	width: 300px;
}

@media screen and (max-width: 768px) {

	.reportBox {
		display: block;
	}
	.reportBox img {
		width: auto;
		margin: 0 auto 2em;
	}
	
}




/*======================================
panel
======================================*/
.panel {
    background: #fff;
    margin: 60px 0;
}

.panel h2 {
    font-size: 200%;
    line-height: 100%;
    color: #1eaa39;
    margin-bottom: 40px;
    text-align: center
}

.panel h2 > span:first-child {
    display: inline-block;
    border-bottom: 3px solid #1eaa39;
    padding-bottom: 5px;
}

.panel h2 .en {
    display: block;
    font-size: 16px;
}




/*======================================
booth
======================================*/
.booth {
    background: #1eaa39;
    padding: 60px 0;
}

.booth h2 {
    font-size: 200%;
    line-height: 100%;
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

.booth h2 > span:first-child {
    display: inline-block;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
}

.booth h2 .en {
    display: block;
    font-size: 16px;
}


/*======================================
time_table
======================================*/
.time_table {
    background: #fff;
    padding: 60px 0;
}

.time_table h2 {
    font-size: 200%;
    line-height: 100%;
    color: #1eaa39;
    margin-bottom: 40px;
    text-align: center
}

.time_table h2 > span:first-child {
    display: inline-block;
    border-bottom: 3px solid #1eaa39;
    padding-bottom: 5px;
}

.time_table h2 .en {
    display: block;
    font-size: 16px;
}

/*======================================
venue
======================================*/
.venue {
    background: #1eaa39;
    margin: 60px 0;
}

.venue h2 {
    font-size: 200%;
    line-height: 100%;
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

.venue h2 > span:first-child {
    display: inline-block;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
}

.venue h2 .en {
    display: block;
    font-size: 16px;
}

.venue h4 {
    background: #FFFFFF;
    color: #1eaa39;
    padding: 5px 15px;
    font-size: 125%;
    border-left: 4px solid #1eaa39;
    border-bottom: 1px solid #1eaa39;
    margin-bottom: 30px;
    margin-top: 30px;
}

.venue h5 {
    font-size: 130%;
    margin-bottom: 10px;
}

.map {
    width: 50%;
    border: 1px solid #1eaa39;
    padding: 10px;
    float: left;
    margin-right: 20px;
}

.map img {
    width: 100%;
}

.over_flow {
    overflow: hidden;
}

/*======================================
etc
======================================*/
.etc {
    background: #1eaa39;
    padding: 60px 0;
}

.etc h2 {
    font-size: 200%;
    line-height: 100%;
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

.etc h2 > span:first-child {
    display: inline-block;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
}

.etc h2 .en {
    display: block;
    font-size: 16px;
}

.etc .flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.etc a {
    display: inline-block;
}

.etc_box {
    width: 50%;
    background: #FFFFFF;
    margin: 0 20px 20px 0;
    font-size: 14px;
    color: #666666;
		border: 1px solid #999999;
}
.etc_box:nth-child(2n) {
    margin: 0 0px 20px 0;
}

.etc_box.long {
	width: 100%;
	margin-right: 0;
}

.etc_box h3 {
    background: #999999;
    color: #FFFFFF;
    padding: 10px 20px;
}

.etc_boxi_inner {
    padding: 20px;
}

.etc_box dt {
    margin-bottom: 10px;
}

.etc_box dd {
    font-size: 13px;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    padding: 30px 20px;
}

footer li {
    display: inline;
    padding: 10px;
}

footer li img {
    max-width: 168px;
}

footer li a:hover {
    opacity: 0.5;
}

.copyright {
    background: #666666;
    padding: 10px 0;
    font-size: 80%;
    text-align: center;
    color: #FFFFFF;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


.new {
    display: inline-block;
    font-size: 70%;
    border: 1px solid;
    line-height: 1.5em;
    font-weight: normal;
    color: red;
    padding: 0px 5px;
    margin-right: 5px;
}


/*======================================
ピックアップ
======================================*/

.pickupBox {
	margin-bottom: 60px;
}

.pickupBox .details {
    margin-bottom: 10px;
}

.pickupBox .details h3 {
    background: #1EAA39;
    padding: 15px 20px;
    font-size: 160%;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s !important;
}

.pickupBox .details h3.pink-bar {
    background: #EC7471;
}
.pickupBox .details h3.pink-bar:hover {
    background: rgba(236,116,113, 0.85);
}


.pickupBox .details h3:hover {
    background: rgba(30, 170, 57, 0.85);
    padding: 15px 20px 15px 30px;
}

.pickupBox .details .details_inner {
    padding: 40px;
    display: none;
    background: #FFFFFF;
}

.pickupBox .details h3::before {
    right: 20px;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.pickupBox .details .clicked::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*プログラムにもある
.close_detale {
    text-align: center;
    padding: 15px 10px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    font-size: 80%;
    transition: 0.5s all ease 0s;
    cursor: pointer;
    margin-top: 20px;
}

.close_detale:hover {
    background: #eee;
}
*/


/*======================================
コンテンツ
======================================*/

.pageTitle {
    background: #1eaa39;
    padding: 160px 0 40px;
	margin-bottom: 50px;
}
.pageTitle h2 {
    font-size: 200%;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center
}
.pageTitle h2 > span:first-child {
    display: inline-block;
    border-bottom: 3px solid #FFFFFF;
    padding-bottom: 5px;
}


/*======================================
 企業展示リスト
======================================*/

.exhiListBox {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
	
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	
	background: #fff;
	padding: 30px;
}
.exhiListBox figure {
	width: 150px;
	margin: 0 15px 2rem;
}
.exhiListBox figure img {
	width: 150px;
	height: 120px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 2px 3px 4px 1px rgba(10,10,10,0.3);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}
.exhiListBox figure img:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}
.exhiListBox figure figcaption {
	text-align: center;
	font-size: 0.85em;
	padding-top: .5em;
}


/*======================================
 企業展示
======================================*/

.topNavi {
	background: #fff;
}
.topNavi ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    padding: 20px 20px;
}
.topNavi li {
    display: inline;
    padding: 10px;
}


.pageTitle.exhi {
	margin-bottom: 0;
}

.sec_exhi {
	background: #FDFCCF;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.sec_exhi {
		padding: 2rem 1rem;
	}
}

.exhi-content {
	width: 860px;
	padding: 30px;
	margin: 0 auto;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.exhi-content {
		width: 100%;
		padding: 1rem;
	}
}

.exhi-infoBox {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-direction: row;
	/* Safari */
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 2rem;
}
.exhi-infoBox > img {
	margin-right: 1.5rem;
	width: 200px;
	height: 200px;
	
}
.exhi-infoBox-item .txt_catch {
	color: #1eaa39;
	font-weight: bold;
	margin-bottom: 5px;
	
}
.exhi-infoBox-item h3 {
	font-size: 1.3em;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	padding-left: .5em;
	margin-bottom: 10px;
}

.exhi-mainBox h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.exhi-mainBox > img {
		width: 100%;
	}
}


.item-btn_exhi {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.item-btn_exhi {
			display: block;
	}
}
.theme_color-btn.btn_exhi {
	width: 135px;
	padding: 5px 20px;
	float: right;
	align-self: flex-start;
	margin-top: 10px;
}












