@charset "UTF-8";

/**
 * Firefox Opacity
 */
.ff .roll img {
	background: url(../img/common/space.png) left top repeat;
}

/**
 * <a> rollover
 **/
.roll:hover {
	opacity: 0.6;
}

/**
 * sprite
 **/
.sprite {
	overflow: hidden;
	text-indent: 300%;
	white-space: nowrap;
}

/**
 * parts
 **/
.no-pc {
	display: none;
}

.no-sp {
	display: block;
}

h1 {
	display: block;
	width: 100%;
	height: auto;
	min-height: 60px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-size: 36px;
	background: url(../img/parts/bg_pc_hd_01_2.png) left bottom no-repeat;

}


h2 {
	position: relative;
	margin: 60px 0 35px 0;
	padding: 9px 20px 12px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	background: #f5f5f5;
	color: #01429a;
	font-size: 26px;
}

.group-report h2 {
	margin: 0px 0 35px 0;
	}
h2:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: /*740px*/100%;
	height: 1px;
	background: -webkit-linear-gradient(0deg, #014099 0%, #009be5 100%);
	background: -moz-linear-gradient(0deg, #014099 0%, #009be5 100%);
	background: -o-linear-gradient(0deg, #014099 0%, #009be5 100%);
	background: -ms-linear-gradient(0deg, #014099 0%, #009be5 100%);
	background: linear-gradient(90deg, #014099 0%, #009be5 100%);
}

h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: /*740px*/100%;
	height: 5px;
	background: -webkit-linear-gradient(0deg, #014099 0%, #009be5 100%);
	background: -moz-linear-gradient(0deg, #014099 0%, #009be5 100%);
	background: -o-linear-gradient(0deg, #014099 0%, #009be5 100%);
	background: -ms-linear-gradient(0deg, #014099 0%, #009be5 100%);
	background: linear-gradient(90deg, #014099 0%, #009be5 100%);
}


.news-layout-01 h2:after,
.news-layout-01 h2:before,
.news-layout-02 h2:after,
.news-layout-02 h2:before,
#group-all h2:after,
#group-all h2,
#group-all h2:before{
	background:none;
}
#group-all h2{
	margin-top:0;
	margin-bottom:18px;
}


h3 {
	margin-bottom: 18px;
	padding: 6px 20px 6px 20px;
	letter-spacing: 0.1em;
	background: #cfe1e9;
	color: #01429a;
	font-size: 20px;
}

h3.s {
	font-size: 18px;
}

h3.l {
	font-size: 22px;
}

h4 {
	margin-bottom: 20px;
	padding: 0 20px 6px 20px;
	border-bottom: 1px solid #01429a;
	font-size: 18px;
}

h4.s {
	font-size: 16px;
}

h4.l {
	font-size: 20px;
}

.hd-05 {
	margin: 0 20px 9px;
	letter-spacing: 0.1em;
	font-size: 18px;
}

.copy-01 {
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-weight: bold;
}

.copy-01.s {
	font-size: 22px;
}

.copy-01.l {
	font-size: 26px;
}

.lead-01 {
	margin-bottom: 25px;
	line-height: 1.8;
	font-size: 16px;
}

.lead-01.s {
	font-size: 14px;
}

.lead-01.l {
	font-size: 18px;
}

.btn-blue-01 {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	padding-right: 37px;
	padding-left: 37px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 41px;
	background: #00559a;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.btn-blue-01:hover {
	background: #0096c5;
}

.mac.ff .btn-blue-01 {
	line-height: 39px;
}

.btn-blue-01:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 21px;
	display: block;
	width: 6px;
	height: 11px;
	background: url(../img/parts/icn_pc_arrow-right_01.png) left top no-repeat;
}

.tab-link-01 {
	margin-bottom: 20px;
}
#contents nav.tab-link-01 ul.cf {
	padding: 10px 10px!important;
	background: #f0f0f0;
}

#contents article.group-report gro-mon two-column nav.tab-link-01 ul.cf {
	padding-bottom:0px;
}



.tab-link-01 ul li {
	width: 171px;
	float: left;
}
.tab-link-01 ul li ~ li {
	margin-left: 10px;
}
.tab-link-01 ul a {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 10px 16px 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	color: #333;
	font-size: 16px;
}
.tab-link-01 ul a:hover {
	background: #d0e6f7;
}
.tab-link-01 ul a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -7px;
	display: block;
	width: 8px;
	height: 15px;
	background: url(../img/parts/icn_pc_arrow-right_03.png) left top no-repeat;
}
.tab-link-01 ul .two-line a {
	padding-top: 8px;
	padding-bottom: 4px;
}

.page-link-01 {
	margin-bottom: 24px;
}
.page-link-01 ul {
	padding: 0 0 11px 0;
	background: #f0f0f0;
}
.page-link-01 ul li {
	float: left;
	margin: 13px 20px 0;
}
.page-link-01 ul a {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	color: #014099;
	font-size: 14px;
}
.page-link-01 ul a:hover {
	color: #0096c5;
}
.page-link-01 ul a.s {
	font-size: 12px;
}
.page-link-01 ul a.l {
	line-height: 1.4;
	font-size: 16px;
}
.page-link-01 ul a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 11px;
	height: 6px;
	background: url(../img/parts/icn_pc_arrow-bottom_01.png) left top no-repeat;
}

.stock-info {
	width: 244px;
	padding-bottom: 15px;
	background: #f0f0f0;
}
.stock-info p:nth-of-type(1) {
	width: 100%;
	height: 40px;
	padding-top: 7px;
	margin:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.1em;
	background: #666;
	color: #fff;
	font-size: 18px;
}
.stock-info p:nth-of-type(1) span {
	position: relative;
	top: -1px;
	font-size: 14px;
}
.stock-info p:nth-of-type(2) {
	width: 100%;
	height: 149px;
	margin:0;
	background-image: url(https://t2.jiji.com/service/www/cache/fukuoka-fg/pageImg/SS0051_STOCK_INFO_JP.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.stock-info p:nth-of-type(3) {
	width: 214px;
	margin: 0 auto;
}

/**
 * layout
 **/
#contents.one-column {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contents.two-column {
	width: 740px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contents.top {
	padding-top: 30px;
	padding-bottom: 14px;
}

.news-layout-01 {
	margin-bottom: 45px;
}
.news-layout-01 h2 {
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	padding: 0 75px 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	line-height: 50px;
	background: #e6e6e6;
	font-size: 20px;
	font-weight: normal;
}
.news-layout-01 h2 a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #666;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.news-layout-01 h2 a:hover {
	background: #083e89;
}
.news-layout-01 h2.s {
	font-size: 18px;
}
.news-layout-01 h2.l {
	font-size: 22px;
}
.news-layout-01 ul {
	width: 960px;
	margin: 0 auto;
	padding:0 !important;
	list-style: none !important;
}
.news-layout-01 ul li ~ li {
	margin-top: 29px;
}
.news-layout-01 ul dl dt {
	position: relative;
	width: 240px;
	float: left;
}
.news-layout-01 ul dl dt span {
	display: inline-block;
}
.news-layout-01 ul dl dt .date {
	letter-spacing: 0.1em;
	line-height: 20px;
	font-size: 12px;
}
.news-layout-01 ul dl dt .label {
	width: 100px;
	height: 20px;
	margin-left: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.news-layout-01 ul dl dt .label-kessan {
	background: #083e89;
}
.news-layout-01 ul dl dt .label-tekiji {
		background: #0096c5;
}
.news-layout-01 ul dl dt .label-houtei {
		background: #72c4dd;
}
.news-layout-01 ul dl dt .label-other {
		background: #bbbbbb;
}
.news-layout-01 ul dl dt .label-news {
	background: #088957;
}
.news-layout-01 ul dl dt .label-up {
	background: #d96096;
}
.news-layout-01 ul dl dd {
	max-width: 705px;
	float: left;
}
.news-layout-01 ul dl dd a {
	color: #333;
	font-size: 14px;
}
.news-layout-01 ul dl dd a:hover {
	color: #0096c5;
}
.news-layout-01 ul dl dd .s {
	font-size: 12px;
}
.news-layout-01 ul dl dd .l {
	line-height: 1.4;
	font-size: 16px;
}
.news-layout-01 ul dd span {
	vertical-align: top;
}
.news-layout-01 ul .blank span {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 23px;
	height: 17px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_blank_01.png) left top no-repeat;
}
.news-layout-01 ul .blank:before {
	top: 6px;
}
.news-layout-01 ul .pdf span {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 22px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_pdf_01.png) left top no-repeat;
}
.news-layout-01 ul .pdf:before {
	top: 11px;
}
.news-layout-01 ul .word span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_word_01.png) left top no-repeat;
}
.news-layout-01 ul .word:before {
	top: 9px;
}
.news-layout-01 ul .excel span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_excel_01.png) left top no-repeat;
}
.news-layout-01 ul .excel:before {
	top: 9px;
}
.news-layout-01 ul .zip span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_zip_01.png) left top no-repeat;
}
.news-layout-01 ul .zip:before {
	top: 9px;
}
.news-layout-01 ul .audio span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_audio_01.png) left top no-repeat;
}
.news-layout-01 ul .audio:before {
	top: 9px;
}
.news-layout-01 ul .video span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_video_01.png) left top no-repeat;
}
.news-layout-01 ul .video:before {
	top: 9px;
}


.news-layout-02 {
	margin-bottom: 45px;
}
.news-layout-02 h2 {
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 19px;
	margin-top: 0;
	padding: 0 75px 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	line-height: 50px;
	background: #e6e6e6;
	font-size: 18px;
	font-weight: normal;
}
.news-layout-02 h2 a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #666;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.news-layout-02 h2 a:hover {
	background: #083e89;
}
.news-layout-02 h2.s {
	font-size: 16px;
}
.news-layout-02 h2.l {
	font-size: 20px;
}
.news-layout-02 ul {
	width: 960px;
	margin: 0 auto;
	padding:0 !important;
	list-style: none !important;
}
.news-layout-02 ul li ~ li {
	margin-top: 6px;
}
.news-layout-02 ul dl dt {
	width: 135px;
	float: left;
}
.news-layout-02 ul dl dt span {
	display: inline-block;
}
.news-layout-02 ul dl dt .date {
	letter-spacing: 0.1em;
	font-size: 12px;
}
.news-layout-02 ul dl dd {
	width: 825px;
	float: right;
}
.news-layout-02 ul dl dd a {
	color: #333;
	font-size: 14px;
}
.news-layout-02 ul dl dd a:hover {
	color: #0096c5;
}
.news-layout-02 ul dl dd .s {
	font-size: 12px;
}
.news-layout-02 ul dl dd .l {
	position: relative;
	top: -3px;
	font-size: 16px;
}
.news-layout-02 ul dd span {
	vertical-align: top;
}
.news-layout-02 ul .blank span {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 23px;
	height: 17px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_blank_01.png) left top no-repeat;
}
.news-layout-02 ul .blank:before {
	top: 6px;
}
.news-layout-02 ul .pdf span {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 22px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_pdf_01.png) left top no-repeat;
}
.news-layout-02 ul .pdf:before {
	top: 11px;
}
.news-layout-02 ul .word span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_word_01.png) left top no-repeat;
}
.news-layout-02 ul .word:before {
	top: 9px;
}
.news-layout-02 ul .excel span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_excel_01.png) left top no-repeat;
}
.news-layout-02 ul .excel:before {
	top: 9px;
}
.news-layout-02 ul .zip span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_zip_01.png) left top no-repeat;
}
.news-layout-02 ul .zip:before {
	top: 9px;
}
.news-layout-02 ul .audio span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_audio_01.png) left top no-repeat;
}
.news-layout-02 ul .audio:before {
	top: 9px;
}
.news-layout-02 ul .video span {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 20px;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_video_01.png) left top no-repeat;
}
.news-layout-02 ul .video:before {
	top: 9px;
}


.news-layout-03-all {
	margin-bottom: 45px;
}

.news-layout-03.left {
	float: left;
}

.news-layout-03.right {
	float: right;
}

.news-layout-03 {
	width: 490px;
}
.news-layout-03 h2 {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 75px 0 15px;
	margin:0!important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	line-height: 50px;
	background: #e6e6e6;
	font-size: 18px;
	font-weight: normal;
}

.news-layout-03 h2:after,
.news-layout-03 h2:before {
	content: none!important;
}

.news-layout-03 h2 a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #666;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.news-layout-03 h2 a:hover {
	background: #083e89;
}
.news-layout-03 h2.s {
	font-size: 16px;
}
.news-layout-03 h2.l {
	font-size: 20px;
}
.news-layout-03 ul {
	list-style: none!important;
	padding: 30px 20px 0 20px!important;
}
.news-layout-03 ul li ~ li {
	margin-top: 18px;
}
.news-layout-03 ul dl dt {
	margin-bottom: 9px;
}
.news-layout-03 ul dl dt span {
	display: inline-block;
}
.news-layout-03 ul dl dt .date {
	letter-spacing: 0.1em;
	line-height: 20px;
	font-size: 12px;
}
.news-layout-03 ul dl dt .label {
	width: 80px;
	height: 20px;
	margin-left: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.news-layout-03 ul dl dt .label-tekiji {
	background: #0096c5;
}
.news-layout-03 ul dl dt .label-kessan {
	background: #083e89;
}
.news-layout-03 ul dl dt .label-houtei {
	background: #72c4dd;
}
.news-layout-03 ul dl dt .label-other {
	background: #bbbbbb;
}
.news-layout-03 ul dl dt .label-ir {
	background: #088957;
}
.news-layout-03 ul dl dt .label-up {
	background: #d96096;
}
.news-layout-03 ul dl dt .label-news {
	background: #088957;
}
.news-layout-03 ul dl dd a {
	color: #333;
	font-size: 14px;
}
.news-layout-03 ul dl dd a:hover {
	color: #0096c5;
}
.news-layout-03 ul dl dd .s {
	font-size: 12px;
}
.news-layout-03 ul dl dd .l {
	line-height: 1.4;
	font-size: 16px;
}
.news-layout-03 ul .pdf span {
	position: relative;
	display: inline-block;
	width: 19px;
	height: 22px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_pdf_01.png) left top no-repeat;
}
.news-layout-03 ul .pdf:before {
	top: 11px;
}


.grid-layout-01 ul li {
	width: 235px;
	float: left;
}
.grid-layout-01 ul li ~ li {
	margin-left: 20px;
}
.grid-layout-01 ul li:nth-child(4n+1) {
	margin-left: 0;
}
.grid-layout-01 ul li:nth-child(n+5) {
	margin-top: 40px;
}
.grid-layout-01 ul a {
	display: block;
	width: 100%;
}
.grid-layout-01 ul a:hover dl dt {
	color: #0096c5;
}
.grid-layout-01 ul a:hover dl dt:before {
	background-position: 0 -20px;
}
.grid-layout-01 ul a:hover dl dd {
	opacity: 0.6;
}
.grid-layout-01 ul dl dt {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	letter-spacing: 0.1em;
	line-height: 21px;
	color: #00559a;
	font-size: 18px;
}
.grid-layout-01 ul dl .indent-l {
	margin-left: -0.3em;
}
.grid-layout-01 ul dl .indent-r {
	margin-right: -0.3em;
}
.grid-layout-01 ul dl dt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/parts/icn_pc_arrow-right_02.png) left top no-repeat;
}
.grid-layout-01 ul dl dd {
	width: 100%;
	height: 210px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 300%;
	white-space: nowrap;
}





.grid-layout-01 ul a:hover .dl .dt {
	color: #0096c5;
}
.grid-layout-01 ul a:hover .dl .dt:before {
	background-position: 0 -20px;
}
.grid-layout-01 ul a:hover .dl .dd {
	opacity: 0.6;
}
.grid-layout-01 ul .dl .dt {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	letter-spacing: 0.1em;
	line-height: 21px;
	color: #00559a;
	font-size: 18px;
}
.grid-layout-01 ul .dl .indent-l {
	display: block;
	margin-left: -0.3em;
}
.grid-layout-01 ul .dl .indent-r {
	display: block;
	margin-right: -0.3em;
}
.grid-layout-01 ul .dl .dt:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/parts/icn_pc_arrow-right_02.png) left top no-repeat;
}
.grid-layout-01 ul .dl .dd {
	display: block;
	width: 100%;
	height: 210px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: 300%;
	white-space: nowrap;
}





.grid-layout-02 ul {
	width: 700px;
	margin: 0 auto;
}
.grid-layout-02 ul li {
	width: 220px;
	float: left;
}
.grid-layout-02 ul li ~ li {
	margin-left: 20px;
}
.grid-layout-02 ul li:nth-child(3n+1) {
	margin-left: 0;
}
.grid-layout-02 ul li:nth-child(n+4) {
	margin-top: 20px;
}
.grid-layout-02 ul a {
	position: relative;
	display: block;
	width: 100%;
	padding: 32px 10px 31px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #f0f0f0;
	background: #fff;
	color: #00559a;
	font-size: 18px;
}
.grid-layout-02 ul a:hover {
	background: #d0e6f7;
}
.grid-layout-02 ul a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	display: block;
	width: 8px;
	height: 15px;
	background: url(../img/parts/icn_pc_arrow-right_03.png) left top no-repeat;
}
.grid-layout-02 ul .two-line a {
	padding-top: 19px;
	padding-bottom: 17px;
}
.grid-layout-02 ul .three-line a {
	padding-top: 5px;
	padding-bottom: 4px;
}

.grid-layout-02 ul {
	width: 700px;
	margin: 0 auto;
}
.grid-layout-02 ul li {
	width: 220px;
	float: left;
}
.grid-layout-02 ul li ~ li {
	margin-left: 20px;
}
.grid-layout-02 ul li:nth-child(3n+1) {
	margin-left: 0;
}
.grid-layout-02 ul li:nth-child(n+4) {
	margin-top: 20px;
}
.grid-layout-02 ul a {
	position: relative;
	display: block;
	width: 100%;
	padding: 32px 10px 31px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #f0f0f0;
	background: #fff;
	color: #00559a;
	font-size: 18px;
}
.grid-layout-02 ul a:hover {
	background: #d0e6f7;
}
.grid-layout-02 ul a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	display: block;
	width: 8px;
	height: 15px;
	background: url(../img/parts/icn_pc_arrow-right_03.png) left top no-repeat;
}
.grid-layout-02 ul .two-line a {
	padding-top: 19px;
	padding-bottom: 17px;
}
.grid-layout-02 ul .three-line a {
	padding-top: 5px;
	padding-bottom: 4px;
}

.grid-layout-03 ul {
	width: 1000px;
	margin: 0 auto;
}
.grid-layout-03 ul li {
	width: 235px;
	float: left;
}
.grid-layout-03 ul li ~ li {
	margin-left: 20px;
}
.grid-layout-03 ul li:nth-child(4n+1) {
	margin-left: 0;
}
.grid-layout-03 ul li:nth-child(n+5) {
	margin-top: 20px;
}
.grid-layout-03 ul a {
	position: relative;
	display: block;
	width: 100%;
	padding: 32px 10px 31px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #f0f0f0;
	background: #fff;
	color: #00559a;
	font-size: 18px;
}
.grid-layout-03 ul a:hover {
	background: #d0e6f7;
}
.grid-layout-03 ul a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	display: block;
	width: 8px;
	height: 15px;
	background: url(../img/parts/icn_pc_arrow-right_03.png) left top no-repeat;
}
.grid-layout-03 ul .two-line a {
	padding-top: 19px;
	padding-bottom: 17px;
}
.grid-layout-03 ul .three-line a {
	padding-top: 5px;
	padding-bottom: 4px;
}

.img-layout-01 {
	margin: 0 20px 15px;
}
.img-layout-01 .txt {
	width: 370px;
	float: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	/*letter-spacing: 0.1em;*/
	font-size: 14px;
}
.img-layout-01 .txt.s {
	font-size: 12px;
}
.img-layout-01 .txt.l {
	font-size: 16px;
}
.img-layout-01 .img {
	width: 300px;
	float: right;
}
.img-layout-01 .img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.img-layout-02 {
	margin: 0 20px 36px;
}
.img-layout-02 dl dt {
	width: 100%;
	margin-bottom: 8px;
}
.img-layout-02 dl dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-layout-02 dl dd {
	/*letter-spacing: 0.1em;*/
}
.img-layout-02 dl dd.l {
	font-size: 12px;
}

.img-layout-03 {
	margin: 0 20px 40px;
}
.img-layout-03 .list {
	width: 340px;
	float: left;
}
.img-layout-03 .list h5 {
	margin-bottom: 2px;
	letter-spacing: 0.1em;
	font-size: 18px;
}
.img-layout-03 .list h5.s {
	font-size: 16px;
}
.img-layout-03 .list h5.l {
	font-size: 20px;
}
.img-layout-03 .list dl {
	margin-bottom: 19px;
}
.img-layout-03 .list dl dt {
	width: 100%;
	margin-bottom: 8px;
}
.img-layout-03 .list dl dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-layout-03 .list dl dd {
	/*letter-spacing: 0.1em;*/
}
.img-layout-03 .list dl dd.l {
	font-size: 12px;
}
.img-layout-03 .list p {
	text-align: justify;
	text-justify: inter-ideograph;
	/*letter-spacing: 0.1em;*/
	font-size: 14px;
}
.img-layout-03 .list p.s {
	font-size: 12px;
}
.img-layout-03 .list p.l {
	font-size: 16px;
}
.img-layout-03 .list ~ .list {
	margin-left: 20px;
}
.img-layout-03 .list:nth-child(2n+1) {
	margin-left: 0;
}
.img-layout-03 .list:nth-child(n+3) {
	margin-top: 25px;
}

.img-layout-04 {
	margin: 0 20px 62px;
}
.img-layout-04 .list {
	width: 220px;
	float: left;
}
.img-layout-04 .list h5 {
	margin-bottom: 2px;
	letter-spacing: 0.1em;
	font-size: 18px;
}
.img-layout-04 .list h5.s {
	font-size: 16px;
}
.img-layout-04 .list h5.l {
	font-size: 20px;
}
.img-layout-04 .list dl dt {
	width: 100%;
	margin-bottom: 13px;
}
.img-layout-04 .list dl dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-layout-04 .list dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
	/*letter-spacing: 0.1em;*/
	font-size: 14px;
}
.img-layout-04 .list dl dd.s {
	font-size: 12px;
}
.img-layout-04 .list dl dd.l {
	font-size: 16px;
}
.img-layout-04 .list ~ .list {
	margin-left: 20px;
}
.img-layout-04 .list:nth-child(3n+1) {
	margin-left: 0;
}
.img-layout-04 .list:nth-child(n+4) {
	margin-top: 20px;
}

.img-layout-05 {
	margin: 0 20px 34px;
}
.img-layout-05 p {
	width: 200px;
	float: left;
	border: 1px solid #ccc;
}
.img-layout-05 p img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-layout-05 ul {
	width: 450px;
	float: right;
	padding: 18px 18px 18px 18px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.img-layout-05 ul li {
	position: relative;
	padding-left: 24px;
}
.img-layout-05 ul li ~ li {
	margin-top: 14px;
}
.img-layout-05 ul a {
	color: #00559a;
	font-size: 14px;
}
.img-layout-05 ul a:hover {
	color: #0096c5;
}
.img-layout-05 ul a.s {
	font-size: 12px;
}
.img-layout-05 ul a.l {
	line-height: 1.3;
	font-size: 16px;
}
.img-layout-05 ul li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 6px;
	height: 11px;
	background: url(../img/parts/icn_pc_arrow-right_04.png) left top no-repeat;
}

.list-layout-01 {
	margin: 0 20px 60px;
}
.list-layout-01 ul li {
	position: relative;
	padding-left: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
}
.list-layout-01 ul li.s {
	font-size: 12px;
}
.list-layout-01 ul li.l {
	line-height: 1.4;
	font-size: 16px;
}
.list-layout-01 ul li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50px;
	background: #00559a;
}
.list-layout-01 ul li ~ li {
	margin-top: 17px;
}

.list-layout-02 {
	margin: 0 20px 60px;
}
.list-layout-02 ul li {
	position: relative;
	padding-left: 16px;
}
.list-layout-02 ul li ~ li {
	margin-top: 14px;
}
.list-layout-02 ul a {
	color: #014099;
	font-size: 14px;
}
.list-layout-02 ul a:hover {
	color: #0096c5;
}
.list-layout-02 ul a.s {
	font-size: 12px;
}
.list-layout-02 ul a.l {
	line-height: 1.4;
	font-size: 16px;
}
.list-layout-02 ul li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 6px;
	height: 11px;
	background: url(../img/parts/icn_pc_arrow-right_04.png) left top no-repeat;
}
.list-layout-02 ul .blank span {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 23px;
	height: 17px;
	margin-left: 15px;
	background: url(../img/parts/icn_pc_blank_01.png) left top no-repeat;
}
.list-layout-02 ul .blank:before {
	top: 6px;
}
.list-layout-02 ul .pdf span {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 19px;
	height: 22px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_pdf_01.png) left top no-repeat;
}
.list-layout-02 ul .pdf:before {
	top: 11px;
}
.list-layout-02 ul .word span {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_word_01.png) left top no-repeat;
}
.list-layout-02 ul .word:before {
	top: 9px;
}
.list-layout-02 ul .excel span {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_excel_01.png) left top no-repeat;
}
.list-layout-02 ul .excel:before {
	top: 9px;
}
.list-layout-02 ul .zip span {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_zip_01.png) left top no-repeat;
}
.list-layout-02 ul .zip:before {
	top: 9px;
}
.list-layout-02 ul .audio span {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin-left: 15px;
	background: url(../img/parts/icn_pc_audio_01.png) left top no-repeat;
}
.list-layout-02 ul .audio:before {
	top: 9px;
}
.list-layout-02 ul .video span {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin-left: 15px;
	background: url(../img/parts/icn_pc_video_01.png) left top no-repeat;
}
.list-layout-02 ul .video:before {
	top: 9px;
}
.list-layout-02 ul .ppt span {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 20px;
	margin: 0 5px 0 8px;
	background: url(../img/parts/icn_pc_ppt_01.png) left top no-repeat;
}
.list-layout-02 ul .ppt:before {
	top: 9px;
}

.list-layout-03 { margin: 0 20px 60px; }
.list-layout-03 ol { padding-left: 2.7em; }
.list-layout-03 ol li { font-size:14px; padding-left:7px; }
.list-layout-03 ol li.l { font-size: 16px; }
.list-layout-03 ol li.s { font-size: 12px; }
.list-layout-03 ol li ~ li { margin-top: 7px; }

.list-layout-04 { margin: 0 20px 60px;}
.list-layout-04 ul { padding-left: 2.5em;}
.list-layout-04 ul li { list-style: disc; font-size: 14px; }
.list-layout-04 ul li.s { font-size: 12px; }
.list-layout-03 ol li ~ li { margin-top: 5px; }

.table-layout-01 {
	margin: 0 20px 60px;
}
.table-layout-01 table {
	width: 100%;
	border-spacing: 0;
}
.table-layout-01 tbody th, .table-layout-01 tbody td {
	padding: 11px 20px 9px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
.table-layout-01 tbody th.s, .table-layout-01 tbody td.s {
	font-size: 12px;
}
.table-layout-01 tbody th.l, .table-layout-01 tbody td.l {
	font-size: 16px;
}
.table-layout-01 tbody th {
	width: 310px;
	text-align: left;
	vertical-align: top;
	background: #666;
	color: #fff;
}
.table-layout-01 tbody td {
	background: #ebebeb;
}
.table-layout-01 tbody td ul li ~ li {
	margin-top: 5px;
}
.table-layout-01 tbody td ul a {
	position: relative;
	padding-left: 17px;
	color: #014099;
}
.table-layout-01 tbody td ul a:hover {
	color: #0096c5;
}
.table-layout-01 tbody td ul a:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 6px;
	height: 11px;
	background: url(../img/parts/icn_pc_arrow-right_04.png) left top no-repeat;
}
.table-layout-01 tbody tr ~ tr th, .table-layout-01 tbody tr ~ tr td {
	border-top: 1px solid #fff;
}

.win .table-layout-01 tbody td a:before {
	top: 4px;
}

.table-layout-02 {
	margin: 0 20px 60px;
}
.table-layout-02 table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
}
.table-layout-02 thead th {
	padding: 17px 18px 17px 18px;
	background: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: normal;
}
.table-layout-02 thead th.s {
	font-size: 14px;
}
.table-layout-02 thead th.l {
	font-size: 18px;
}
.table-layout-02 thead th:nth-of-type(1) {
	width: 200px;
}
.table-layout-02 tbody th, .table-layout-02 tbody td {
	padding: 11px 18px 9px 18px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	z-index:-1;
}
.table-layout-02 tbody th.s, .table-layout-02 tbody td.s {
	font-size: 12px;
}
.table-layout-02 tbody th.l, .table-layout-02 tbody td.l {
	font-size: 16px;
}
.table-layout-02 tbody th {
	text-align: left;
	vertical-align: top;
	background: #ebebeb;
	font-weight: normal;
}
.table-layout-02 tbody td h5 {
	margin-bottom: 7px;
	font-size: 18px;
}
.table-layout-02 tbody td h5.s {
	font-size: 16px;
}
.table-layout-02 tbody td h5.l {
	font-size: 20px;
}

.table-layout-03 {
	margin: 0 20px 60px;
}
.table-layout-03 table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
}
.table-layout-03 thead th {
	padding: 9px 0 7px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ddd;
	font-size: 14px;
	font-weight: normal;
}
.table-layout-03 thead th ~ th {
	width: 112px;
}
.table-layout-03 tbody th, .table-layout-03 tbody td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
.table-layout-03 tbody th {
	padding: 11px 18px 9px 18px;
	text-align: left;
	vertical-align: top;
	background: #ebebeb;
	font-weight: normal;
}
.table-layout-03 tbody td {
	padding: 11px 6px 9px 0;
	text-align: right;
}

.table-layout-04 {
	margin: 0 20px 20px;
}
.table-layout-04 table {
	width: 100%;
}
.table-layout-04 > table > tbody > tr > th, .table-layout-04 > table > tbody > tr >	td {
	font-size: 14px;
}
.table-layout-04 > table > tbody > tr > th {
	width: 180px;
	padding: 5px 5px 5px 0px;
}
.table-layout-04 > table > tbody > tr > td {
	padding: 5px 0px 5px 5px;
}
.table-layout-04 table table {
	width: 100%;
	height: 100%;
	position: relative;
}
.table-layout-04 table th table > tbody > tr > th {
	font-size: 25px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	line-height: 1;
}

.table-layout-04 table th table > tbody > tr > td {
	font-size: 14px;
	line-height: 1;
	padding-left: 20px;
	vertical-align:middle;
	text-align: center;
	font-weight: bold;
}

.table-layout-04 table td table > tbody > tr > td {
	font-size: 20px;
	line-height: 1.2;
	padding: 10px 0;
	vertical-align:middle;
	text-align: center;
	font-weight: bold;
}

.table-layout-04 table table .comment {
	font-size: 14px;
	font-weight: normal;
}

.table-layout-04 .round-box {
	padding: 5px;
	border: 5px solid #ebebeb;
	border-radius: 20px;
	height: 70px;
}
.table-layout-04 tbody tr:nth-child(1) th .round-box {
	background: #BDE2F2;
}
.table-layout-04 tbody tr:nth-child(2) th .round-box {
	background: #F7C1C1;
}
.table-layout-04 tbody tr:nth-child(3) th .round-box {
	background: #F6EEA5;
}
.table-layout-04 tbody tr:nth-child(4) th .round-box {
	background: #A5D4B0;
}
.table-layout-04 tbody tr:nth-child(5) th .round-box {
	background: #AABFFF;
}

.table-layout-04 .round-box td,
.table-layout-04 .round-box th,
.table-layout-04 .round-box table {
	border: 0;
}
.table-layout-04 .round-box th{
	background: none;
}


.box-layout-01 {
	margin: 0 20px 30px;
	padding: 11px 16px 10px 16px;
	border: 5px solid #ebebeb;
	background: #fff;
}
.box-layout-01 h6 {
	margin-bottom: 11px;
	font-size: 18px;
}
.box-layout-01 h6.s {
	font-size: 16px;
}
.box-layout-01 h6.l {
	font-size: 20px;
}
.box-layout-01 p {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
}
.box-layout-01 p.s {
	font-size: 12px;
}
.box-layout-01 p.l {
	font-size: 16px;
}
.box-layout-01 ul {
	margin-top: 11px;
}
.box-layout-01 ul:first-child {
	margin-top: 0;
}
.box-layout-01 ul li {
	position: relative;
	padding-left: 16px;
}
.box-layout-01 ul li ~ li {
	margin-top: 5px;
}
.box-layout-01 ul a {
	color: #014099;
	font-size: 14px;
}
.box-layout-01 ul a:hover {
	color: #0096c5;
}
.box-layout-01 ul a.s {
	font-size: 12px;
}
.box-layout-01 ul a.l {
	line-height: 1.3;
	font-size: 16px;
}
.box-layout-01 ul li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 6px;
	height: 11px;
	background: url(../img/parts/icn_pc_arrow-right_04.png) left top no-repeat;
}

.box-layout-02 {
	margin: 0 20px 30px;
	padding: 18px 20px 20px 20px;
	background: #f0f8ff;
}
.box-layout-02 h6 {
	margin-bottom: 17px;
	padding-bottom: 5px;
	border-bottom: 1px solid #00559a;
	color: #00559a;
	font-size: 20px;
	font-weight: normal;
}
.box-layout-02 h6.s {
	font-size: 18px;
}
.box-layout-02 h6.l {
	font-size: 22px;
}
.box-layout-02 p {
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
}
.box-layout-02 p.s {
	font-size: 12px;
}
.box-layout-02 p.l {
	font-size: 16px;
}
.box-layout-02 ul {
	display: table;
	margin: 0 auto;
}
.box-layout-02 ul li {
	width: 230px;
	float: left;
}
.box-layout-02 ul li ~ li {
	margin-left: 20px;
}
.box-layout-02 ul a {
	position: relative;
	display: block;
	width: 100%;
	padding: 14px 35px 13px 35px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #00559a;
	color: #fff;
	font-size: 16px;
}
.box-layout-02 ul a:hover {
	background: #0096c5;
}
.box-layout-02 ul a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -4px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 10px;
	border-color: transparent transparent transparent #fff;
}
.box-layout-02 ul .two-line a {
	padding-top: 6px;
	padding-bottom: 5px;
	line-height: 1.3;
}

.ie .box-layout-02 .two-line a {
	padding-top: 5px;
	padding-bottom: 4px;
}

.img-layout-01-2 {
		margin: 0 20px 34px;
}
.img-layout-01-2 /*p*/:first-child/* img*/ {
	float: left;
	max-width: 250px;
	margin-right: 20px;
	font-size: 14px;
}
.img-layout-01-2 p:first-child img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.img-layout-01-2 .text {
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	padding-left: 270px;
}
.img-layout-01-2 .text.s {
	font-size: 12px;
}
.img-layout-01-2 .text.l {
	font-size: 16px;
}

.img-layout-01-2 .list dl dt {
	width: 100%;
	margin-bottom: 13px;
}
.img-layout-01-2 .list dl dt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.img-layout-01-2 .list dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
}
.img-layout-01-2 .list dl dd.s {
	font-size: 12px;
}
.img-layout-01-2 .list dl dd.l {
	font-size: 16px;
}
.img-layout-01-2 .list ~ .list {
	margin-left: 20px;
}



.img-layout-01-3 {
		margin: 0 20px 34px;
	padding: 18px 20px 20px 20px;
}
.img-layout-01-3 p:first-child/* img*/ {
	float: right;
	max-width: 250px;
	margin-left: 20px;
	font-size: 14px;
}
.img-layout-01-3 p:first-child img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.img-layout-01-3 .text {
	font-size: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	padding: 10px 280px 10px 10px;
}
.img-layout-01-3 .text.s {
	font-size: 12px;
}
.img-layout-01-3 .text.l {
	font-size: 16px;
}

.csr-eco .img-layout-01-3 {
	background: #FEE2EE;
}
.csr-stu .img-layout-01-3 {
	background: #FFF1DC;
}
.csr-uni .img-layout-01-3 {
	background: #F3F6E1;
}

.link-bnr-navy a {
		position: relative;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 11px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		background: #00559a;
		color: #fff;
		font-size: 16px;
}

.link-bnr-navy a:hover {

		background: #0096c5;

}



@media only screen and (max-width: 750px) {
	.roll:hover {
		opacity: 1;
	}

	.no-pc {
		display: block;
	}

	.no-sp {
		display: none;
	}

	h1 {
		margin-bottom: 30px;
		position: relative;
		height: auto;
		padding:0 10px 5px 10px;
		min-height: 30px;
		line-height: 30px;
		font-size: 20px;
		background: url(../img/parts/bg_pc_hd_01_2.png) left bottom no-repeat;
		background-size:750px auto;
	}


	h2 {
		margin: 35px 0 23px;
		padding: 3px 10px 6px 10px;
		letter-spacing: 0;
		font-size: 18px;
	}

	h2:before {
		width: 100%;
		height: 1px;
	}

	h2:after {
		width: 100%;
		height: 3px;
	}

	h3 {
		margin: 35px 0 23px;
		padding: 2px 10px 2px 10px;
		letter-spacing: 0;
		font-size: 16px;
	}

	h4 {
		margin: 35px 11px 23px;
		padding: 0 0 2px 0;
		font-size: 16px;
	}

	.hd-05 {
		margin: 0 10px 3px;
		font-size: 16px;
	}

	.copy-01 {
		margin-bottom: 23px;
		font-size: 14px;
	}

	.lead-01 {
		margin: 0 10px 25px 10px;
		line-height: 1.6;
		font-size: 14px;
	}

	.text-01 {
		margin-right: 10px;
		margin-left: 10px;
		line-height: 1.4;
		font-size: 14px;
	}

	.btn-blue-01 {
		height: 25px;
		padding-right: 20px;
		padding-left: 20px;
		line-height: 25px;
		font-size: 14px;
	}

	.btn-blue-01:after {
		top: 7px;
		right: 10px;
		background: url(../img/parts/icn_sp_arrow-right_01.png) left top no-repeat;
		background-size: 6px 11px;
	}

	.tab-link-01 ul {
		padding: 10px;
	}
	.tab-link-01 ul li {
		width: 48.33%;
	}
	.tab-link-01 ul li ~ li {
		margin-left: 10px;
	}
	.tab-link-01 ul li:nth-child(2n) {
		float: right;
	}
	.tab-link-01 ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.tab-link-01 ul li:nth-child(n+3) {
		margin-top: 10px;
	}
	.tab-link-01 ul a {
		padding: 17px 10px 16px 22px;
		line-height: 1.2;
		font-size: 14px;
	}
	.tab-link-01 ul a:before {
		left: 10px;
		margin-top: -6px;
		width: 6px;
		height: 11px;
		background: url(../img/parts/icn_sp_arrow-right_04.png) left top no-repeat;
		background-size: 6px 11px;
	}
	.tab-link-01 ul .two-line a {
		padding-top: 10px;
		padding-bottom: 7px;
	}

	.page-link-01 ul {
		padding: 12px 20px 11px 20px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #fff;
	}
	.page-link-01 ul li {
		float: none;
		margin: 0;
	}
	.page-link-01 ul li ~ li {
		margin-top: 6px;
	}
	.page-link-01 ul a {
		padding-left: 18px;
		font-size: 14px;
	}
	.page-link-01 ul a:before {
		top: 6px;
		width: 11px;
		height: 6px;
		background: url(../img/parts/icn_sp_arrow-bottom_01.png) left top no-repeat;
		background-size: 11px 6px;
	}

	.stock-info {
		padding-top: 3.0%;
		padding-bottom: 0;
	}
	.stock-info p:nth-of-type(1) {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 3.4%;
		padding-bottom: 2.6%;
		letter-spacing: 0;
		font-size: 14px;
	}
	.stock-info p:nth-of-type(1) span {
		top: 0;
		font-size: 14px;
	}
	.stock-info p:nth-of-type(2) {
		height: 0;
		padding-bottom: 57.24%;
	}
	.stock-info p:nth-of-type(3) {
		width: 100%;
	}
	.stock-info p:nth-of-type(3) a {
		height: auto;
		padding-top: 2.17%;
		padding-bottom: 2.17%;
		line-height: 1.5;
	}
	.stock-info p:nth-of-type(3) a:after {
		top: 23%;
	}

	/**
	 * layout
	 **/
	#contents.one-column {
		width: 100%;
		margin: 0;
		padding: 10px 10px 40px 10px;
	}

	#contents.two-column {
		width: 100%;
		float: none;
		padding: 10px 10px 40px 10px;
	}

	#contents.top {
		padding-top: 15px;
		padding-bottom: 3px;
	}

	.news-layout-01 {
		margin-bottom: 25px;
	}
	.news-layout-01 h2 {
		width: 100%;
		height: 35px;
		margin-bottom: 3px;
		padding: 0 50px 0 10px;
		line-height: 35px;
		font-size: 16px;
	}
	.news-layout-01 h2 a {
		width: 40px;
		height: 35px;
		font-size: 14px;
	}
	.news-layout-01 ul {
		width: 100%;
		margin: 0;
	}
	.news-layout-01 ul li {
		padding-top: 11px;
		padding-bottom: 7px;
		border-bottom: 1px solid #ccc;
	}
	.news-layout-01 ul li ~ li {
		margin-top: 0;
	}
	.news-layout-01 ul .dl .dt {
		width: 100%;
		float: none;
		margin-bottom: 7px;
	}
	.news-layout-01 ul .dl .dt .date {
		line-height: 15px;
		font-size: 14px;
	}
	.news-layout-01 ul .dl .dt .label {
		width: 70px;
		height: 15px;
		margin-left: 10px;
		line-height: 15px;
		font-size: 10px;
	}
	.news-layout-01 ul .dl .dd {
		width: 100%;
		float: none;
	}
	.news-layout-01 ul .dl .dd a {
		font-size: 14px;
	}

	.news-layout-02 {
		margin: 0 10px 30px;
	}
	.news-layout-02 h2 {
		width: 100%;
		height: 35px;
		margin-bottom: 3px;
		padding: 0 50px 0 10px;
		line-height: 35px;
		font-size: 16px;
	}
	.news-layout-02 h2 a {
		width: 40px;
		height: 35px;
		font-size: 14px;
	}
	.news-layout-02 ul {
		width: 100%;
		margin: 0;
	}
	.news-layout-02 ul li {
		padding-top: 7px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}
	.news-layout-02 ul li ~ li {
		margin-top: 0;
	}
	.news-layout-02 ul .dl .dt {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	.news-layout-02 ul .dl .dt .date {
		font-size: 14px;
	}
	.news-layout-02 ul .dl .dd {
		width: 100%;
		float: none;
	}
	.news-layout-02 ul .dl .dd a {
		font-size: 14px;
	}

	.news-layout-03-all {
		margin-bottom: 30px;
	}

	.news-layout-03.left {
		float: none;
	margin-bottom: 20px;
	}

	.news-layout-03.right {
		float: none;
		margin-bottom: 25px;
	}

	.news-layout-03 {
		width: 100%;
	}




	.news-layout-03 h2 {
		width: 100%;
		height: 35px;
		padding: 0 50px 0 10px;
		line-height: 35px;
		font-size: 16px;
	}
	.news-layout-03 h2 a {
		width: 40px;
		height: 35px;
		font-size: 14px;
	}
	.news-layout-03 ul {
		padding: 4px 0 0 0;
	}
	.news-layout-03 ul li {
		padding-top: 10px;
		padding-bottom: 6px;
		border-bottom: 1px solid #ccc;
	}
	.news-layout-03 ul li ~ li {
		margin-top: 0;
	}
	.news-layout-03 ul .dl .dt {
		position: relative;
		margin-bottom: 7px;
	}
	.news-layout-03 ul .dl .dt .date {
		line-height: 15px;
		font-size: 14px;
	}
	.news-layout-03 ul .dl .dt .label {
		width: 70px;
		height: 15px;
		margin-left: 8px;
		line-height: 15px;
		font-size: 10px;
	}
	.news-layout-03 ul .dl .dd a {
		font-size: 14px;
	}

	.grid-layout-01 ul li {
		width: 48.33333%;
	}
	.grid-layout-01 ul li ~ li {
		margin-left: 10px;
	}
	.grid-layout-01 ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.grid-layout-01 ul li:nth-child(2n) {
		float: right;
	}
	.grid-layout-01 ul li:nth-child(n+3) {
		margin-top: 15px;
	}
	.grid-layout-01 ul li:nth-child(n+5) {
		margin-top: 15px;
	}
	.grid-layout-01 ul a:hover dl dt:before {
		background-position: 0 0;
	}
	.grid-layout-01 ul .dl .dt {
		margin-bottom: 5px;
		padding-left: 20px;
		line-height: 15px;
		font-size: 14px;
	}
	.grid-layout-01 ul .dl .dt:before {
		width: 15px;
		height: 15px;
		background: url(../img/parts/icn_sp_arrow-right_02.png) left top no-repeat;
		background-size: 15px 15px;
	}
	.grid-layout-01 ul .dl .dd {
		height: 0;
		padding-bottom: 89.36%;
	}

	.grid-layout-02 {
		margin: 0 10px;
	}
	.grid-layout-02 ul {
		width: 100%;
		margin: 0;
	}
	.grid-layout-02 ul li {
		width: 100%;
		float: none;
	}
	.grid-layout-02 ul li ~ li {
		margin-top: 5px;
		margin-left: 0;
	}
	.grid-layout-02 ul a {
		padding: 12px 10px 12px 30px;
		border: 2.5px solid #f0f0f0;
		font-size: 14px;
	}
	.grid-layout-02 ul a:before {
		left: 12px;
		margin-top: -4px;
		width: 5px;
		height: 9px;
		background: url(../img/parts/icn_sp_arrow-right_03.png) left top no-repeat;
		background-size: 5px 9px;
	}
	.grid-layout-02 ul .two-line a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.grid-layout-02 ul .three-line a {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.grid-layout-03 {
		margin: 0 10px;
	}
	.grid-layout-03 ul {
		width: 100%;
		margin: 0;
	}
	.grid-layout-03 ul li {
		width: 100%;
		float: none;
	}
	.grid-layout-03 ul li ~ li {
		margin-top: 5px;
		margin-left: 0;
	}
	.grid-layout-03 ul a {
		padding: 12px 10px 12px 30px;
		border: 2.5px solid #f0f0f0;
		font-size: 14px;
	}
	.grid-layout-03 ul a:before {
		left: 12px;
		margin-top: -4px;
		width: 5px;
		height: 9px;
		background: url(../img/parts/icn_sp_arrow-right_03.png) left top no-repeat;
		background-size: 5px 9px;
	}
	.grid-layout-03 ul .two-line a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.grid-layout-03 ul .three-line a {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.img-layout-01 {
		margin: 0 10px 23px;
	}
	.img-layout-01 .txt {
		width: 100%;
		float: none;
		margin-bottom: 14px;
		line-height: 1.4;
		font-size: 14px;
	}
	.img-layout-01 .img {
		width: 100%;
		float: none;
	}

	.img-layout-02 {
		margin: 0 10px 22px;
	}
	.img-layout-02 dl dt {
		margin-bottom: 5px;
	}
	.img-layout-02 dl dd {
		font-size: 14px;
	}

	.img-layout-03 {
		margin: 0 10px 22px;
	}
	.img-layout-03 .list {
		width: 100%;
		float: none;
	}
	.img-layout-03 .list h5 {
		margin-bottom: 3px;
		font-size: 16px;
	}
	.img-layout-03 .list dl {
		width: 48.33%;
		float: left;
		margin-bottom: 0;
	}
	.img-layout-03 .list dl dt {
		margin-bottom: 7px;
	}
	.img-layout-03 .list dl dd {
		line-height: 1.3;
	font-size: 14px;
	}
	.img-layout-03 .list p {
		width: 47.83%;
		float: right;
		line-height: 1.4;
		font-size: 14px;
	}
	.img-layout-03 .list ~ .list {
		margin-top: 13px;
		margin-left: 0;
	}
	.img-layout-03 .list:nth-child(2n+1) {
		margin-left: 0;
	}
	.img-layout-03 .list:nth-child(n+3) {
		margin-top: 13px;
	}

	.img-layout-04 {
		margin: 0 10px 33px;
	}
	.img-layout-04 .list {
		width: 100%;
		float: none;
	}
	.img-layout-04 .list h5 {
		margin-bottom: 2px;
		font-size: 16px;
	}
	.img-layout-04 .list dl dt {
		width: 36.67%;
		float: left;
		margin-right: 3.33%;
		margin-bottom: 0;
	}
	.img-layout-04 .list dl dd {
		width: 54.17%;
		float: left;
		padding-top: 3.41%;
		font-size: 14px;
	}
	.img-layout-04 .list ~ .list {
		margin-top: 9px;
		margin-left: 0;
	}
	.img-layout-04 .list:nth-child(3n+1) {
		margin-left: 0;
	}
	.img-layout-04 .list:nth-child(n+4) {
		margin-top: 9px;
	}

	.img-layout-05 {
		margin: 0 10px 35px;
	}
	.img-layout-05 p {
		width: 44.33%;
	}
	.img-layout-05 ul {
		width: 50%;
		padding: 7px 7px 4px 7px;
	}
	.img-layout-05 ul li {
		padding-left: 13px;
	}
	.img-layout-05 ul li ~ li {
		margin-top: 10px;
	}
	.img-layout-05 ul a {
		line-height: 1.3;
	}
	.img-layout-05 ul a span {
		position: relative;
		top: -3px;
		font-size: 14px;
	}
	.img-layout-05 ul li:before {
		width: 5px;
		height: 9px;
		background: url(../img/parts/icn_sp_arrow-right_03.png) left top no-repeat;
		background-size: 5px 9px;
	}

	.list-layout-01 {
		margin: 0 10px 35px;
	}
	.list-layout-01 ul li {
		padding-left: 15px;
		font-size: 14px;
	}
	.list-layout-01 ul li:before {
		width: 10px;
		height: 10px;
	}
	.list-layout-01 ul li ~ li {
		margin-top: 16px;
	}

	.list-layout-02 {
		margin: 0 10px 35px;
	}
	.list-layout-02 ul li {
		padding-left: 13px;
	}
	.list-layout-02 ul li ~ li {
		margin-top: 4px;
	}
	.list-layout-02 ul a {
		font-size: 14px;
	}
	.list-layout-02 ul li:before {
		top: 4px;
		width: 5px;
		height: 9px;
		background: url(../img/parts/icn_sp_arrow-right_03.png) left top no-repeat;
		background-size: 5px 9px;
	}
	.list-layout-02 ul .blank span {
		width: 19px;
		height: 14.5px;
		margin-left: 2px;
		background: url(../img/parts/icn_sp_blank_01.png) left top no-repeat;
		background-size: 19px 14.5px;
	}
	.list-layout-02 ul .blank:before {
		top: 5px;
	}
	.list-layout-02 ul .pdf span {
		top: 3px;
		left: -2px;
		width: 13px;
		height: 15px;
		background: url(../img/parts/icn_sp_pdf_01.png) left top no-repeat;
		background-size: 13px 15px;
	}
	.list-layout-02 ul .pdf:before {
		top: 4px;
	}
	.list-layout-02 ul .word span {
		top: 3px;
		left: -2px;
		width: 13.5px;
		height: 15px;
		background: url(../img/parts/icn_sp_word_01.png) left top no-repeat;
		background-size: 13.5px 15px;
	}
	.list-layout-02 ul .word:before {
		top: 4px;
	}
	.list-layout-02 ul .excel span {
		top: 3px;
		left: -2px;
		width: 13.5px;
		height: 15px;
		background: url(../img/parts/icn_sp_excel_01.png) left top no-repeat;
		background-size: 13.5px 15px;
	}
	.list-layout-02 ul .excel:before {
		top: 4px;
	}
	.list-layout-02 ul .zip span {
		top: 3px;
		left: -2px;
		width: 13.5px;
		height: 15px;
		background: url(../img/parts/icn_sp_zip_01.png) left top no-repeat;
		background-size: 13.5px 15px;
	}
	.list-layout-02 ul .zip:before {
		top: 4px;
	}
	.list-layout-02 ul .audio span {
		top: 3px;
		width: 13.5px;
		height: 15px;
		margin-left: 2px;
		background: url(../img/parts/icn_sp_audio_01.png) left top no-repeat;
		background-size: 13.5px 15px;
	}
	.list-layout-02 ul .audio:before {
		top: 6px;
	}
	.list-layout-02 ul .video span {
		top: 3px;
		width: 13.5px;
		height: 15px;
		margin-left: 2px;
		background: url(../img/parts/icn_sp_video_01.png) left top no-repeat;
		background-size: 13.5px 15px;
	}
	.list-layout-02 ul .video:before {
		top: 6px;
	}
	.list-layout-02 ul .ppt span {
		top: 3px;
		left: -2px;
		width: 13.5px;
		height: 15px;
		background: url(../img/parts/icn_sp_ppt_01.png) left top no-repeat;
		background-size: 13.5px 15px;
	}
	.list-layout-02 ul .ppt:before {
		top: 4px;
	}

	.list-layout-03 { margin: 0 10px 35px; }
	.list-layout-03 ol { padding-left: 2.3em; }
	.list-layout-03 ol li { font-size:14px; padding-left:5px; }

	.list-layout-04 { margin: 0 10px 35px; }
	.list-layout-04 ul { padding-left: 2em; }
	.list-layout-04 ul li { font-size:14px; padding-left:0px; }

	.table-layout-01 {
		margin: 0 10px 35px;
	}
	.table-layout-01 tbody th, .table-layout-01 tbody td {
		display: block;
		padding: 7px 10px 5px 10px;
		font-size: 14px;
	}
	.table-layout-01 tbody th, .table-layout-01 tbody td {
		width: 100%;
	}
	.table-layout-01 tbody td ul li ~ li {
		margin-top: 2px;
	}
	.table-layout-01 tbody td ul a {
		padding-left: 13px;
	}
	.table-layout-01 tbody td ul a:before {
		top: 2px;
		width: 5px;
		height: 9px;
		background: url(../img/parts/icn_sp_arrow-right_03.png) left top no-repeat;
		background-size: 5px 9px;
	}
	.table-layout-01 tbody tr:nth-of-type(1) td {
		border-top: 1px solid #fff;
	}

	.table-layout-02 {
		margin: 0 10px 35px;
	}
	.table-layout-02 thead th {
		padding: 4px 4px 4px 4px;
		letter-spacing: 0;
		font-size: 14px;
	}
	.table-layout-02 thead th:nth-of-type(1) {
		width: 33.33%;
	}
	.table-layout-02 tbody th, .table-layout-02 tbody td {
		padding: 7px 4px 7px 4px;
		letter-spacing: 0;
		font-size: 14px;
	}
	.table-layout-02 tbody td h5 {
		margin-bottom: 3px;
		font-size: 16px;
	}

	.table-layout-03 {
		margin: 0 10px 35px;
	}
	.table-layout-03 thead {
		display: none;
	}
	.table-layout-03 thead th {
		display: block;
		padding: 9px 0 7px 0;
		font-size: 14px;
	}
	.table-layout-03 thead th ~ th {
		width: 100%;
	}
	.table-layout-03 tbody tr {
		display: block;
	}
	.table-layout-03 tbody th, .table-layout-03 tbody td {
		display: block;
		font-size: 14px;
	}
	.table-layout-03 tbody th {
		padding: 4px 4px 4px 4px;
		text-align: center;
		vertical-align: middle;
		background: #ddd;
		font-size: 14px;
	}
	.table-layout-03 tbody td {
		position: relative;
		padding: 6px 4px 5px 4px;
		text-align: right;
	}
	.table-layout-03 tbody td:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 50%;
		height: 100%;
		padding: 6px 4px 5px 4px;
		border-right: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		background: #ebebeb;
	}

	.table-layout-03.type-01 tbody td:nth-of-type(1):before {
		content: "2011蟷ｴ3譛域悄";
	}
	.table-layout-03.type-01 tbody td:nth-of-type(2):before {
		content: "2012蟷ｴ3譛域悄";
	}
	.table-layout-03.type-01 tbody td:nth-of-type(3):before {
		content: "2013蟷ｴ3譛域悄";
	}
	.table-layout-03.type-01 tbody td:nth-of-type(4):before {
		content: "2014蟷ｴ3譛域悄";
	}
	.table-layout-03.type-01 tbody td:nth-of-type(5):before {
		content: "2015蟷ｴ3譛域悄";
	}

	.table-layout-04 > table , .table-layout-04 > table > tbody , .table-layout-04 > table > tbody > tr {
		display: block;
	}

	.table-layout-04 > table > tbody > tr > th, .table-layout-04 > table > tbody > tr > td {
		display: block;
		width: 100%;
		padding: 0;
	}
	.table-layout-04 .round-box {
		height: auto;
		border-radius: 14px;
		padding: 0 10px;
		margin: 5px 0;
	}
	.table-layout-04 table th table > tbody > tr > th {
		position: static;
		padding: 10px 0;
		width: 30px;
	}
	.table-layout-04 table th table > tbody > tr > td {
		font-size: 14px;
		text-align: left;
		padding-left: 10px;
	}
	.table-layout-04 > table > tbody > tr > td p:first-child {
		font-size: 18px;
	}

	.box-layout-01 {
		margin: 0 10px 35px;
		padding: 6px 10px 6px 10px;
		border: 2.5px solid #ebebeb;
	}
	.box-layout-01 h6 {
		margin-bottom: 6px;
		font-size: 14px;
	}
	.box-layout-01 p {
		font-size: 14px;
	}
	.box-layout-01 ul {
		margin-top: 6px;
	}
	.box-layout-01 ul li {
		padding-left: 10px;
	}
	.box-layout-01 ul a {
		font-size: 14px;
	}
	.box-layout-01 ul li:before {
		top: 4px;
		width: 5px;
		height: 9px;
		background: url(../img/parts/icn_sp_arrow-right_03.png) left top no-repeat;
		background-size: 5px 9px;
	}

	.box-layout-02 {
		margin: 0 10px 35px;
		padding: 7px 10px 11px 10px;
	}
	.box-layout-02 h6 {
		margin-bottom: 7px;
		padding-bottom: 0;
		font-size: 14px;
	}
	.box-layout-02 p {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.box-layout-02 ul {
		display: block;
		margin: 0;
	}
	.box-layout-02 ul li {
		width: 48.33%;
	}
	.box-layout-02 ul li ~ li {
		margin-left: 0;
	}
	.box-layout-02 ul li:nth-child(2n) {
		float: right;
	}
	.box-layout-02 ul a {
		padding: 7px 20px 5px 20px;
		font-size: 14px;
	}
	.box-layout-02 ul a:before {
		left: 10px;
		margin-top: -4px;
		border-width: 4px 0 4px 10px;
	}
	.box-layout-02 ul .two-line a {
		padding-top: 2px;
		padding-bottom: 2px;
		line-height: 1.1;
	}
	
	.img-layout-01-2 p:first-child ,
	.img-layout-01-2 div:first-child {
	max-width: 45%;
	margin-right: 20px;
	}
	.img-layout-01-2 p:first-child img ,
	.img-layout-01-2 div:first-child img {
		width: 100%;
		height: auto;
	}
	.img-layout-01-2 .text {
		line-height: 1.4;
	font-size: 14px;
	padding-left: 0;
	}
	.img-layout-01-2 .list dl dd {
		margin-bottom: 10px;
	}


	.img-layout-01-3 {
		padding: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.img-layout-01-3 p:first-child {
	max-width: 45%;
	margin-left: 10px;
	}
	.img-layout-01-3 p:first-child img {
		width: 100%;
		height: auto;
	}
	.img-layout-01-3 .text {
		line-height: 1.4;
	font-size: 12px;
	padding: 0;
	}


}

.underline {
	color: #014099;
	text-decoration: underline;
}
.underline:hover {
	 color: #0096c5;
}

/**
 * contact
 **/
 
.contact { padding:0; background:#fff; }
.contact p { margin-bottom:8px; text-align:left; }
.contact .tel { font-weight:bold; font-size:20px; letter-spacing:-0.5px; }
	.contact .tel.s { font-size:18px; }
	.contact .tel.l { font-size:22px; }


@media print, screen and (min-width: 750px) {
.contact { margin-bottom:60px; }

.table-layout-02 thead {display: table-row-group;}

}

@media only screen and (max-width: 750px) {
.contact .tel { font-size:14px; }

}






/* 騾壼ｸｸ繝ｪ繝ｳ繧ｯ
------------------------------------ */
.linkTypeNormal,
.linkNext {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/parts/icn_sp_arrow-right_03.png) no-repeat 0 0.25em;
	background-size: 10px auto;
}

@media only print, screen and (min-width: 700px) {
	.linkTypeNormal,
	.linkNext {
		padding-left: 24px;
		background: url(../img/parts/icn_pc_arrow-right_03.png) no-repeat 0 0.25em;
		background-position: 0 0.3em;
		background-size: 10px auto;
	}
}

/* PDF
------------------------------------ */
.linkTypePdf {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/parts/icn_sp_pdf_01.png) no-repeat 0 0.25em;
	background-size: 12px auto;
}

@media only print, screen and (min-width: 700px) {
	.linkTypePdf {
		padding-left: 24px;
		background: url(../img/parts/icn_pc_pdf_01.png) no-repeat 0 0.25em;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* Word
------------------------------------ */
.linkTypeDoc {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/parts/icn_sp_word_01.png) no-repeat 0 0.25em;
	background-size: 12px auto;
}

@media only print, screen and (min-width: 700px) {
	.linkTypeDoc {
		padding-left: 24px;
		background: url(../img/parts/icn_pc_word_01.png) no-repeat 0 0.25em;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* Excel
------------------------------------ */
.linkTypeXls {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/parts/icn_sp_excel_01.png) no-repeat 0 0.25em;
	background-size: 12px auto;
}

@media only print, screen and (min-width: 700px) {
	.linkTypeXls {
		padding-left: 24px;
		background: url(../img/parts/icn_pc_excel_01.png) no-repeat 0 0.25em;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* PowerPoint
------------------------------------ */
.linkTypePpt {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/parts/icn_sp_ppt_01.png) no-repeat 0 0.25em;
	background-size: 12px auto;
}

@media only print, screen and (min-width: 700px) {
	.linkTypePpt {
		padding-left: 24px;
		background: url(../img/parts/icn_pc_ppt_01.png) no-repeat 0 0.25em;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* 蛻･繧ｦ繧｣繝ｳ繝峨え
------------------------------------ */
.linkTypeWindow {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/parts/icn_sp_blank_01.png) no-repeat 0 0.25em;
	background-size: 15px auto;
}

@media only print, screen and (min-width: 700px) {
	.linkTypeWindow {
		padding-left: 24px;
		background: url(../img/parts/icn_pc_blank_01.png) no-repeat 0 0.25em;
		background-position: 0 0.3em;
		background-size: 22px auto;
	}
}


/* 謌ｻ繧�
------------------------------------ */
.linkPrevious {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/parts/icn_sp_arrow-left_03.png) no-repeat 0 0.25em;
	background-size: 10px auto;
}

@media only print, screen and (min-width: 700px) {
	.linkPrevious {
		padding-left: 24px;
		background: url(../img/parts/icn_pc_arrow-left_03.png) no-repeat 0 0.25em;
		background-position: 0 0.3em;
		background-size: 10px auto;
	}
}



.colorBlock {
	width: 96%;
	border-collapse: collapse;
	margin: 0 2% 20px;
	border: 3px solid #eee;
	border-collapse: collapse;
}

.colorBlock th, .colorBlock td {
	padding: 10px 10px 0 10px;
	border: none;
}


/* ---------------------------------------------------------
逕ｻ蜒上き繝ｩ繝�繝ｬ繧､繧｢繧ｦ繝�
2繧ｫ繝ｩ繝��喨mgColumns_01
3繧ｫ繝ｩ繝��喨mgColumns_02
4繧ｫ繝ｩ繝��喨mgColumns_03
5繧ｫ繝ｩ繝��喨mgColumns_04
------------------------------------ */
.imgColumns_01, .imgColumns_02, .imgColumns_03, .imgColumns_04 {
	margin: 0 0 20px 10px;
}

@media only print, screen and (min-width: 700px) {
	.imgColumns_01, .imgColumns_02, .imgColumns_03, .imgColumns_04 {
		margin: 0 0 20px 10px;
		letter-spacing: -0.4em;
	}

	.imgColumns_01 > *, .imgColumns_02 > *, .imgColumns_03 > *, .imgColumns_04 > * {
		letter-spacing: normal;
	}
}

.imgColumns_01 .item, .imgColumns_02 .item, .imgColumns_03 .item, .imgColumns_04 .item {
	margin: 0 10px 0 0;
	padding: 0;
}



@media only print, screen and (min-width: 700px) {
	.imgColumns_01 .item, .imgColumns_02 .item, .imgColumns_03 .item, .imgColumns_04 .item {
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: top;
	}
	.imgColumns_01 .item:last-child, .imgColumns_02 .item:last-child, .imgColumns_03 .item:last-child, .imgColumns_04 .item:last-child {
		margin: 0 0 0 0;
	}
	.imgColumns_01 .item:last-child, .imgColumns_02 .item:last-child, .imgColumns_03 .item:last-child, .imgColumns_04 .item:last-child {
		margin: 0 0 0 0;
	}
}

.imgColumns_01 .item:empty, .imgColumns_02 .item:empty, .imgColumns_03 .item:empty, .imgColumns_04 .item:empty {
	display: none;
}

@media only print, screen and (min-width: 700px) {
	.imgColumns_01 .item:empty, .imgColumns_02 .item:empty, .imgColumns_03 .item:empty, .imgColumns_04 .item:empty {
		display: block;
	}
}

@media only print, screen and (min-width: 700px) {
	.one-column .imgColumns_01 .item {
		width: 480px;
	}
	.two-column .imgColumns_01 .item {
		width: 350px;
	}
}

@media only print, screen and (min-width: 700px) {
	.one-column .imgColumns_02 .item {
		width: 318px;
	}
	.two-column .imgColumns_02 .item {
		width: 230px;
	}
}

@media only print, screen and (min-width: 700px) {
	.one-column .imgColumns_03 .item {
		width: 236px;
	}
	.two-column .imgColumns_03 .item {
		width: 170px;
	}
}

@media only print, screen and (min-width: 700px) {
	.one-column .imgColumns_04 .item {
		width: 186px;
	}
	.two-column .imgColumns_04 .item {
		width: 134px;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .imgColumns_01 .item {
		width: 540px;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .imgColumns_02 {
		margin: 0 0 0 0;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .imgColumns_02 .item {
		width: 352px;
		margin: 0 0 0 0;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .imgColumns_03 {
		margin: 0 0 0 0;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .imgColumns_03 .item {
		width: 260px;
		margin: 0 0 0 0;
	}
}

@media only print, screen and (min-width: 700px) {
	#contentWrapNoneSide .imgColumns_04 .item {
		width: 204px;
	}
}

.imgColumns_01 p, .imgColumns_02 p, .imgColumns_03 p, .imgColumns_04 p {
	margin: 0;
}

.imgColumns_01 p:first-child, .imgColumns_02 p:first-child, .imgColumns_03 p:first-child, .imgColumns_04 p:first-child {
	margin: 0;
}

.imgColumns_01 .imgWrap, .imgColumns_02 .imgWrap, .imgColumns_03 .imgWrap, .imgColumns_04 .imgWrap {
	display: block;
	position: relative;
	padding-top: 75%;
}

.imgColumns_01 img, .imgColumns_02 img, .imgColumns_03 img, .imgColumns_04 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	vertical-align: bottom;
}

/* ---------------------------------------------------------
逕ｻ蜒丞屓繧願ｾｼ縺ｿ
--------------------------------------------------------- */
.columnsBlock {
	margin: 1.0em 0 0;
	padding: 0;
}

.columnsBlock .folderImg {
	float: left;
	margin: 0 10px 10px 10px;
}

.columnsBlock .folderImg + p {
	position: relative;
	top: -5px;
}

.columnsBlock .folderImg .imgWrap {
	display: block;
}

.columnsBlock-right .folderImg {
	float: right;
	margin: 0 10px 10px 10px;
}

/* 隕句��縺励↑縺ｩ縺御ｽ咏區縺ｫ縺ｯ縺ｿ蜃ｺ縺輔↑縺��ｈ縺��↓險ｭ螳� */
.columnsBlock h2, .columnsBlock h3 {
	overflow: hidden;
	margin-top: 0;
}

.alignR {
	margin-right: 0;
}

.alignL {
	margin-left: 0;
}

img.imgLine_01 {
	padding: 0;
	border: none;
}

img.imgLine_02 {
	padding: 1px;
	border: 1px solid #b8b8b8;
	background: #fff;
}
p img {
	max-width: 100%;
	height: auto;
}






.columnLayout_01 .itemWrap{
	width: 100%;
	margin-bottom:20px;
}


.columnLayout_01 .itemTtl a, .columnLayout_02 .itemTtl a, .columnLayout_03 .itemTtl a, .columnLayout_04 .itemTtl a{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	padding-right: 30px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 50px;
	background: #083e89;
	color: #fff;
	font-size: 20px;
}

.columnLayout_01 .itemTtl a::before,
.columnLayout_02 .itemTtl a::before,
.columnLayout_03 .itemTtl a::before,
.columnLayout_04 .itemTtl a::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 15%;
	height: 0;
	border-bottom: 50px solid #015eb2;
	border-left: 40px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.itemTtl{
	margin:0;
}

.columnLayout_01 .itemTtl a:hover,
.columnLayout_02 .itemTtl a:hover,
.columnLayout_03 .itemTtl a:hover,
.columnLayout_04 .itemTtl a:hover
{
	background: #0096c5;
}

.columnLayout_01 .itemTtl a:hover:before,
.columnLayout_02 .itemTtl a:hover:before,
.columnLayout_03 .itemTtl a:hover:before,
.columnLayout_04 .itemTtl a:hover:before
 {
	border-bottom: 50px solid #14abdb;
}

.columnLayout_03 .itemTtl a{
	font-size:16px;
}
.columnLayout_04 .itemTtl a{
	font-size:13px;
}

.columnLayout_01 .itemTtl a::after,.columnLayout_02 .itemTtl a::after,.columnLayout_03 .itemTtl a::after,.columnLayout_04 .itemTtl a::after{
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 6px;
	height: 11px;
	background: url(../img/parts/icn_pc_arrow-right_01.png) left top no-repeat;
}

.columnLayout_01 .item .folderImg, .columnLayout_02 .item .folderImg, .columnLayout_03 .item .folderImg, .columnLayout_04 .item .folderImg {
	float: left;
	top: auto;
	width: 100px;
	margin-right: 10px;
}



.columnLayout_01 .item .inner, .columnLayout_02 .item .inner, .columnLayout_03 .item .inner, .columnLayout_04 .item .inner {
	position: relative;
	padding: 17px 0 0;
	border: 8px solid #eef2f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
@media only print, screen and (min-width: 700px)
	.columnLayout_01 .item .inner, .columnLayout_02 .item .inner, .columnLayout_03 .item .inner, .columnLayout_04 .item .inner {
		padding: 30px 0 0;
	}
}





.columnLayout_01 .inner p, .columnLayout_02 .inner p, .columnLayout_03 .inner p, .columnLayout_04 .inner p {
	position: relative;
	top: -5px;
	margin: 0;
	line-height: 1.9;
}
@media only print, screen and (min-width: 700px){
	.columnLayout_01 .inner p, .columnLayout_02 .inner p, .columnLayout_03 .inner p, .columnLayout_04 .inner p {
		line-height: 2;
	}
}



.columnLayout_01 .item .folderImg .imgWrap, .columnLayout_02 .item .folderImg .imgWrap, .columnLayout_03 .item .folderImg .imgWrap, .columnLayout_04 .item .folderImg .imgWrap {
	display: block;
	position: relative;
	margin-left: 20px;
}

.columnLayout_01 .item .folderImg img, .columnLayout_02 .item .folderImg img, .columnLayout_03 .item .folderImg img, .columnLayout_04 .item .folderImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#summaryWrap:after, .columnLayout_01 .inner:after, .columnLayout_02 .inner:after, .columnLayout_03 .inner:after, .columnLayout_04 .inner:after, .columnLayout_02btn .inner:after, .columnLayout_03btn .inner:after {
	content: '';
	display: block;
	clear: both;
}


@media only print, screen and (min-width: 700px){
	.columnLayout_02 .itemWrap {
		width: 358px;
	}
	.one-column .columnLayout_02 .itemWrap {
		width: 488px;
	}
}

@media only print, screen and (min-width: 700px){
	.columnLayout_03 .itemWrap {
		width: 231px;
	}
	.one-column .columnLayout_03 .itemWrap {
		width: 317px;
	}
}

@media only print, screen and (min-width: 700px){
	.columnLayout_04 .itemWrap {
		width: 167px;
	}
	.one-column .columnLayout_04 .itemWrap {
		width: 232px;
	}
}

.columnLayout_02 .itemWrap, .columnLayout_03 .itemWrap, .columnLayout_04 .itemWrap {
	margin: 0 0 20px 0;
	background: none;
	vertical-align: top;
}
@media only print, screen and (min-width: 700px){
	.columnLayout_02 .itemWrap, .columnLayout_03 .itemWrap, .columnLayout_04 .itemWrap {
		display: inline-block;
		margin: 0 0 20px 0;
	}
	.columnLayout_02 .itemWrap:nth-child(odd),
	.columnLayout_02btn .itemWrap:nth-child(odd),
	.columnLayout_02btn_noimg .itemWrap:nth-child(odd),
	.columnLayout_03 .itemWrap:nth-child(3n+1),
	.columnLayout_03 .itemWrap:nth-child(3n+2),
	.columnLayout_03btn .itemWrap:nth-child(3n+1),
	.columnLayout_03btn .itemWrap:nth-child(3n+2),
	.columnLayout_03btn_noimg .itemWrap:nth-child(3n+1),
	.columnLayout_03btn_noimg .itemWrap:nth-child(3n+2),
	.columnLayout_04 .itemWrap:nth-child(4n+1), 
	.columnLayout_04 .itemWrap:nth-child(4n+2),
	.columnLayout_04 .itemWrap:nth-child(4n+3) {
		margin-right: 20px;
	}
}


.columnLayout_01 .itemWrap ul,
.columnLayout_02 .itemWrap ul,
.columnLayout_03 .itemWrap ul,
.columnLayout_04 .itemWrap ul {
	list-style: none !important;
	position: relative;
	padding-left: 25px !important;
	margin-bottom: 20px;;
}

.columnLayout_01 .itemWrap li:before,
.columnLayout_02 .itemWrap li:before,
.columnLayout_03 .itemWrap li:before,
.columnLayout_04 .itemWrap li:before {
	content: "-";
	display: block;
	position: absolute;
	left: -10px;
}

.columnLayout_01 .itemWrap li,
.columnLayout_02 .itemWrap li,
.columnLayout_03 .itemWrap li,
.columnLayout_04 .itemWrap li {
	position: relative;
}



p.folderImg{
	margin:0;
}


@media only print, screen and (min-width: 700px){
	.columnLayout_02btn, .columnLayout_03btn {
		margin: -13px 0 0 -20px;
	}
}
.columnLayout_02btn, .columnLayout_03btn {
	margin: 0;
}

@media only print, screen and (min-width: 700px){
	.columnLayout_02btn .itemWrap {
		width: 358px;
	}
	.one-column .columnLayout_02btn .itemWrap {
		width: 488px;
	}
	.columnLayout_03btn .itemWrap {
		width: 231px;
	}
	.one-column .columnLayout_03btn .itemWrap {
		width: 317px;
	}
}
.columnLayout_02btn .itemWrap, .columnLayout_03btn .itemWrap {
	margin: 15px 0 0;
}
@media only print, screen and (min-width: 700px){
	.columnLayout_02btn .itemWrap, .columnLayout_03btn .itemWrap {
		display: inline-block;
		margin: 40px 0 0 0;
		vertical-align: top;
	}
}

@media only print, screen and (min-width: 700px){
	.columnLayout_02btn > *, .columnLayout_03btn > * {
		letter-spacing: normal;
	}
}

.columnLayout_02btn .inner .itemTtl, .columnLayout_03btn .inner .itemTtl{
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	letter-spacing: 0.1em;
	line-height: 21px;
	color: #00559a;
	font-size: 18px;
}
.columnLayout_02btn .inner .itemTtl:before,
.columnLayout_03btn .inner .itemTtl:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/parts/icn_pc_arrow-right_02.png) left top no-repeat;
}









@media only print, screen and (min-width: 700px){
	.columnLayout_02btn_noimg, .columnLayout_03btn_noimg {
		margin: -13px 0 0 -20px;
	}
}
.columnLayout_02btn_noimg, .columnLayout_03btn_noimg {
	margin: 0;
}

.columnLayout_02btn_noimg .itemWrap, .columnLayout_03btn_noimg .itemWrap {
	margin: 15px 0 0;
}
@media only print, screen and (min-width: 700px){
	.columnLayout_02btn_noimg .itemWrap, .columnLayout_03btn_noimg .itemWrap {
		display: inline-block;
		margin: 40px 0 0 0;
		vertical-align: top;
	}
}

@media only print, screen and (min-width: 700px){
	.columnLayout_02btn_noimg > *, .columnLayout_03btn_noimg > * {
		letter-spacing: normal;
	}
}



.columnLayout_02btn_noimg .inner .itemTtl a,
.columnLayout_03btn_noimg .inner .itemTtl a{
	position: relative;
	display: block;
	padding: 32px 10px 31px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #f0f0f0;
	background: #fff;
	color: #00559a;
	font-size: 18px;
	vertical-align: middle;
}

@media only print, screen and (min-width: 700px){
	.columnLayout_02btn_noimg .inner .itemTtl a,
	.columnLayout_03btn_noimg .inner .itemTtl a{
		display: table-cell;
	}
}
.columnLayout_02btn_noimg .inner .itemTtl a:before,
.columnLayout_03btn_noimg .inner .itemTtl a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	display: block;
	width: 8px;
	height: 15px;
	background: url(../img/parts/icn_pc_arrow-right_03.png) left top no-repeat;
}






@media only print, screen and (min-width: 700px){
	.columnLayout_02btn_noimg .inner .itemTtl a{
		width:358px;
	}
	.one-column .columnLayout_02btn_noimg .inner .itemTtl a{
		width:488px;
	}
	.columnLayout_03btn_noimg .inner .itemTtl a{
		width:231px;
	}
	.one-column .columnLayout_03btn_noimg .inner .itemTtl a{
		width:317px;
	}
	.columnLayout_02btn_noimg .inner .itemTtl a:hover,
	.columnLayout_03btn_noimg .inner .itemTtl a:hover{
		background: #d0e6f7;
	}
}


.tblWrap a {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/parts/icn_sp_arrow-right_03.png) no-repeat 0 0.25em;
	background-size: 12px auto;
	text-decoration: underline;
}

@media only print, screen and (min-width: 700px){
	.tblWrap a {
		padding-left: 12px;
		background: url(../img/parts/icn_pc_arrow-right_03.png) no-repeat 0 0.25em;
		background-position: 0 0.3em;
		background-size: 6px auto;

	}
}









ul.sitemap {
	padding-left:0px !important;
}
.sitemap li{
	display:block;
	padding-right:20px;
	margin-bottom:20px;
}
@media only print, screen and (min-width: 700px){
	ul.sitemap {
		padding-left:40px !important;
	}
	.sitemap li{
		float:left;
		width:45%;
		padding-right:40px;
	}
	ul.sitemap:after{
		content: '';
		display: block;
		clear: both;
	}
}








.news_index #newstag {
	background: #f0f0f0;
	max-width: 740px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 5px;
}

/*----- GRWTH1 -----*/

#growth_1_wrapper h2 {
    background: transparent;
}

#growth_1_wrapper h2::before,
#growth_1_wrapper h2::after {
display: none;
}

#growth_1_wrapper .growth_1_top_mv {
  background: url(/growth_1_img/growth_1_mv_pc.jpg?20230727) no-repeat center center/cover;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_mv {
    background-image: url(/growth_1_img/growth_1_mv_sp.jpg?20230727);
    height: 100vh;
  }
}
#growth_1_wrapper .growth_1_top_mv .copy_area {
  position: absolute;
  left: 80px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_mv .copy_area {
    bottom: 40px;
    left: 20px;
  }
}
#growth_1_wrapper .growth_1_top_mv .copy_area .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#growth_1_wrapper .growth_1_top_mv .copy_area .copy span {
  background: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_mv .copy_area .copy span {
    font-size: 24px;
    padding: 0 10px;
  }
}
#growth_1_wrapper .growth_1_top_mv .copy_area .copy span + span {
  margin-top: 10px;
}
#growth_1_wrapper .growth_1_top_mv .copy_area .btn {
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_mv .copy_area .btn {
    margin-top: 20px;
  }
}
#growth_1_wrapper .growth_1_top_mv .copy_area .btn a {
  width: 186px;
  text-align: left;
  font-size: 20px;
  padding: 20px 32px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_mv .copy_area .btn a {
    font-size: 15px;
    width: auto;
    padding: 16px 32px 16px 20px;
  }
}
#growth_1_wrapper .growth_1_top_mv .copy_area .btn a::before, #growth_1_wrapper .growth_1_top_mv .copy_area .btn a::after {
  right: 22px;
  width: 9px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_mv .copy_area .btn a::before, #growth_1_wrapper .growth_1_top_mv .copy_area .btn a::after {
    right: 16px;
    width: 7px;
    height: 14px;
  }
}
#growth_1_wrapper .growth_1_top_mv .copy_area .btn a + a {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_mv .copy_area .btn a + a {
    margin-left: 6px;
  }
}

.growth_1_top_feature .txt {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .txt {
    text-align: left;
    font-size: 14px;
  }
}
.growth_1_top_feature .feature_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list {
    flex-direction: column;
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item {
  width: 31.2%;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .img_area {
    width: 40%;
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .img_area .img {
  border: 3px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .img_area .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont {
    width: 60%;
    padding-left: 12px;
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont .subttl {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont .subttl {
    margin-top: 0;
    text-align: left;
    font-size: 12px;
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont .ttl {
  height: 39px;
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont .ttl {
    height: 28px;
    text-align: left;
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont .ttl img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont .ttl img {
    width: auto;
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont .txt {
  font-size: 14px;
  opacity: 0.6;
  margin-top: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item .cont .txt {
    font-size: 12px;
    margin-top: 8px;
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area {
  position: relative;
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area::before, #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area::after {
  display: block;
  content: "";
  width: 46px;
  height: 57px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/growth_1_img/growth_1_feature_arrow.png) center right/contain no-repeat;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area::before, #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area::after {
    width: 38px;
    height: 47px;
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area::before {
  left: -43px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area::before {
    right: 0;
    left: 0;
    top: -40px;
    bottom: auto;
    transform: rotate(90deg);
  }
}
#growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area::after {
  right: -43px;
  background-position: center left;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item:nth-of-type(2) .img_area::after {
    right: 0;
    left: 0;
    bottom: -40px;
    top: auto;
    transform: rotate(90deg) scale(-1, 1);
  }
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_feature .feature_list .feature_list_item + .feature_list_item {
    margin-top: 28px;
  }
}

#growth_1_wrapper .growth_1_top_floor .column {
  background: #fff;
  border: 3px solid #000;
  border-radius: 8px;
  padding: 54px 64px 60px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column {
    padding: 20px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .facility_area {
  display: flex;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .facility_area {
    flex-direction: column;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .facility_area .txt_area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .facility_area .txt_area {
    width: 100%;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .facility_area .txt_area .ttl {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .facility_area .txt_area .ttl {
    font-size: 18px;
    text-align: center;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .facility_area .txt_area .txt {
  opacity: 0.6;
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .facility_area .txt_area .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .facility_area .img {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .facility_area .img {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .facility_area .img img {
  width: 100%;
}
#growth_1_wrapper .growth_1_top_floor .column .map_area {
  padding-top: 32px;
  margin-top: 32px;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 3px);
  background-size: 6px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  display: flex;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .map_area {
    padding-top: 30px;
    margin-top: 20px;
    flex-direction: column;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .img {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .map_area > .img {
    width: 100%;
    padding-right: 0;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .img img {
  width: 100%;
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .map_area > .cont {
    width: 100%;
    padding-top: 24px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .ttl {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .ttl .ico {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .ttl .ico {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .ttl .ico img {
  width: 100%;
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .box_inner {
  display: flex;
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .box_inner .txt {
  opacity: 0.6;
  width: 50%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .box_inner .txt {
    font-size: 12px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .box_inner .img {
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .box_inner .img {
    padding-left: 10px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box .box_inner .img img {
  width: 100%;
}
#growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box + .box {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .map_area > .cont .box + .box {
    margin-top: 16px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .btn {
    margin-top: 24px;
  }
}
#growth_1_wrapper .growth_1_top_floor .column .btn a {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_floor .column .btn a {
    margin-right: auto;
  }
}

#growth_1_wrapper .growth_1_top_event .event_area {
  position: relative;
}
#growth_1_wrapper .growth_1_top_event .btn {
  position: absolute;
  right: 0;
  top: 38px;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_event .btn {
    position: relative;
    top: auto;
    margin-top: 30px;
  }
}

#growth_1_wrapper .growth_1_top_access .sec_inner {
  display: flex;
  align-items: center;
}
#growth_1_wrapper .growth_1_top_access .sec_inner .img_area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_access .sec_inner .img_area {
    width: 100%;
    margin-top: 20px;
  }
}
#growth_1_wrapper .growth_1_top_access .sec_inner .img_area img {
  width: 100%;
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_access .sec_inner .cont {
    width: 100%;
    padding-left: 0;
  }
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .name {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_access .sec_inner .cont .name {
    text-align: center;
  }
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .add {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_access .sec_inner .cont .add {
    text-align: center;
  }
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_access .sec_inner .cont .btn {
    margin-top: 20px;
  }
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .btn a {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_access .sec_inner .cont .btn a {
    margin: auto;
  }
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area {
  margin-top: 54px;
  padding-top: 24px;
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 3px);
  background-size: 6px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area {
    margin-top: 30px;
    padding-top: 20px;
  }
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area .reception_list {
  margin-top: 20px;
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area .reception_list .reception_list_item {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area .reception_list .reception_list_item .reception_ttl {
  display: flex;
  align-items: center;
  width: 68px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area .reception_list .reception_list_item .reception_ttl {
    width: 64px;
  }
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area .reception_list .reception_list_item .reception_ttl .ico {
  width: 20px;
  height: 20px;
  display: inline-block;
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area .reception_list .reception_list_item .reception_ttl .ico img {
  width: 100%;
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area .reception_list .reception_list_item .reception_txt {
  flex: 1;
  padding-left: 10px;
}
#growth_1_wrapper .growth_1_top_access .sec_inner .cont .reception_area .reception_list .reception_list_item + .reception_list_item {
  margin-top: 20px;
}

#growth_1_wrapper.page_event #back_top {
  position: fixed;
  bottom: -80px;
  right: 40px;
  z-index: 900;
  transition: bottom 0.3s;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event #back_top {
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: 10px;
  }
}
#growth_1_wrapper.page_event #back_top img {
  width: 100%;
}

#growth_1_wrapper.page_event #back_top.on {
  bottom: 40px;
  transition: bottom 0.3s;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event #back_top.on {
    bottom: 20px;
  }
}

#growth_1_wrapper.page_event_detail {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail {
    padding-top: 60px;
  }
}
#growth_1_wrapper.page_event_detail .event_ttl {
  padding-top: 20px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_ttl {
    font-size: 20px;
    text-align: left;
    padding-top: 0;
  }
}
#growth_1_wrapper.page_event_detail .event_img {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_img {
    margin-top: 30px;
  }
}
#growth_1_wrapper.page_event_detail .event_img img {
  width: 100%;
  aspect-ratio: 1000/563;
  object-fit: cover;
}
#growth_1_wrapper.page_event_detail .event_info_area {
  margin-top: 48px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area {
    flex-direction: column;
    margin-top: 20px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary {
  width: 340px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_summary {
    width: 100%;
    margin-left: 0;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list {
  border-radius: 5px;
  border: 3px solid #000;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list {
    border-width: 2px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item {
  padding: 24px 30px 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item {
    padding: 16px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item + .event_summary_list_item {
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 3px);
  background-size: 6px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item .ttl {
  font-size: 16px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item .ttl {
    margin-bottom: 4px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item .ttl .ico {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 4px;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item .ttl .ico img {
  width: 100%;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item .cont {
  font-size: 16px;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item .cont._date {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item .cont._date {
    font-size: 18px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_summary .event_summary_list .event_summary_list_item .cont._bold {
  font-weight: bold;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info {
    width: 100%;
    margin-top: 40px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_detail_box .event_detail_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_detail_box .event_detail_ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_detail_box .event_detail_txt {
  opacity: 0.6;
  line-height: 2;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box {
  margin-top: 64px;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box {
    max-width: inherit;
    margin-top: 32px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_ttl {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_list .event_schedule_list_item {
  display: flex;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_list .event_schedule_list_item {
    padding: 16px 10px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_list .event_schedule_list_item .event_schedule_time {
  width: 70px;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_list .event_schedule_list_item .event_schedule_time {
    width: 60px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_list .event_schedule_list_item .event_schedule_time::after {
  content: "";
  width: 3px;
  height: 16px;
  background: #78D0E0;
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_list .event_schedule_list_item .event_schedule_time::after {
    top: 3px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_schedule_box .event_schedule_list .event_schedule_list_item .event_schedule_cont {
  flex: 1;
  margin-left: 0;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box {
    margin-top: 32px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_ttl {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_info {
  display: flex;
  align-items: center;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_info .event_lecturer_img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 16px;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_info .event_lecturer_img img {
  width: 100%;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_info .event_lecturer_name_area .event_lecturer_name {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_info .event_lecturer_name_area .event_lecturer_name {
    font-size: 18px;
  }
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_info .event_lecturer_name_area .event_lecturer_pos {
  opacity: 0.5;
  margin-top: 2px;
  font-size: 12px;
}
#growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_cont {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_event_detail .event_info_area .event_info .event_lecturer_box .event_lecturer_cont {
    margin-top: 16px;
  }
}
#growth_1_wrapper.page_event_detail .growth_1_contact {
  display: none;
}

#growth_1_wrapper.page_partner .partner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#growth_1_wrapper.page_partner .partner_list .partner_list_item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_partner .partner_list .partner_list_item {
    width: calc((100% - 15px) / 2);
  }
  #growth_1_wrapper.page_partner .partner_list .partner_list_item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
#growth_1_wrapper.page_partner .partner_list .partner_list_item a {
  display: block;
  color: #000;
}
#growth_1_wrapper.page_partner .partner_list .partner_list_item .img img {
  width: 100%;
}
#growth_1_wrapper.page_partner .partner_list .partner_list_item .name {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_partner .partner_list .partner_list_item .name {
    font-size: 12px;
    margin-top: 4px;
  }
}
#growth_1_wrapper.page_partner .partner_list .partner_list_item:nth-of-type(n + 5) {
  margin-top: 20px;
}
#growth_1_wrapper.page_partner .partner_list::before, #growth_1_wrapper.page_partner .partner_list::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 4);
  order: 1;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_partner .partner_list::before, #growth_1_wrapper.page_partner .partner_list::after {
    width: 100%;
  }
}
#growth_1_wrapper.page_partner .member_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#growth_1_wrapper.page_partner .member_list .member_list_item {
  width: calc((100% - 60px) / 4);
  border-radius: 8px;
  border: 3px solid #000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_partner .member_list .member_list_item {
    width: calc((100% - 15px) / 2);
  }
  #growth_1_wrapper.page_partner .member_list .member_list_item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
#growth_1_wrapper.page_partner .member_list .member_list_item .img img {
  width: 100%;
  aspect-ratio: 234/155;
  object-fit: cover;
}
#growth_1_wrapper.page_partner .member_list .member_list_item .cont {
  padding: 16px 16px 40px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_partner .member_list .member_list_item .cont {
    padding: 14px 14px 30px;
  }
}
#growth_1_wrapper.page_partner .member_list .member_list_item .cont .name {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper.page_partner .member_list .member_list_item .cont .name {
    font-size: 16px;
  }
}
#growth_1_wrapper.page_partner .member_list .member_list_item .cont .name_en {
  font-size: 10px;
  opacity: 0.4;
  margin-top: 6px;
}
#growth_1_wrapper.page_partner .member_list .member_list_item .cont .pos {
  font-size: 12px;
  margin-top: 20px;
}
#growth_1_wrapper.page_partner .member_list .member_list_item:nth-of-type(n + 5) {
  margin-top: 20px;
}

#growth_1_wrapper .sec_ttl_area {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .sec_ttl_area {
    margin-bottom: 30px;
  }
}
#growth_1_wrapper .sec_ttl_area .sec_ttl_ja {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .sec_ttl_area .sec_ttl_ja {
    font-size: 14px;
  }
}
#growth_1_wrapper .sec_ttl_area .sec_ttl_en {
  height: 88px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .sec_ttl_area .sec_ttl_en {
    height: 60px;
  }
}
#growth_1_wrapper .sec_ttl_area .sec_ttl_en img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .sec_ttl_area .sec_ttl_en img {
    width: auto;
  }
}
#growth_1_wrapper .sec_ttl_area._left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .sec_ttl_area._left {
    text-align: center;
  }
}
#growth_1_wrapper .sec_ttl_area.page {
  padding-top: 80px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .sec_ttl_area.page {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
#growth_1_wrapper .sec_ttl_area.small .sec_ttl_ja {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .sec_ttl_area.small .sec_ttl_ja {
    font-size: 14px;
  }
}
#growth_1_wrapper .sec_ttl_area.small .sec_ttl_en {
  height: 58px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .sec_ttl_area.small .sec_ttl_en {
    height: 44px;
  }
}


#growth_1_wrapper .btn a {
  max-width: 240px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s;
  border-radius: 52px;
  display: block;
  padding: 20px;
  position: relative;
  margin: auto;
  line-height: 1;
  border: 3px solid #000;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .btn a {
    padding: 16px;
  }
}
#growth_1_wrapper .btn a::before, #growth_1_wrapper .btn a::after {
  width: 6px;
  height: 10px;
  right: 20px;
  content: "";
  background: url(/growth_1_img/growth_1_arrow_btn_bk.png) center center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
#growth_1_wrapper .btn a::before {
  z-index: 2;
  background-image: url(/growth_1_img/growth_1_arrow_btn.png);
  transition: opacity 0.2s;
}
#growth_1_wrapper .btn a:hover {
  background: #78D0E0;
  color: #000;
}
#growth_1_wrapper .btn a:hover::before {
  opacity: 0;
}
#growth_1_wrapper .btn._large a {
  font-size: 28px;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .btn._large a {
    font-size: 20px;
    max-width: inherit;
    padding: 22px;
  }
}
#growth_1_wrapper .btn._large a::before, #growth_1_wrapper .btn._large a::after {
  width: 12px;
  height: 20px;
  right: 32px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .btn._large a::before, #growth_1_wrapper .btn._large a::after {
    width: 9px;
    height: 15px;
    right: 24px;
  }
}
#growth_1_wrapper .btn._back {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .btn._back {
    margin-top: 40px;
  }
}
#growth_1_wrapper .btn._back a {
  margin-left: 0;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  border: none;
}
#growth_1_wrapper .btn._back a::before {
  display: none;
}
#growth_1_wrapper .btn._back a::after {
  left: 24px;
  right: auto;
  transform: scale(-1, 1);
}
#growth_1_wrapper .btn._back a:hover {
  background: rgba(0, 0, 0, 0.2);
}

#growth_1_wrapper .event_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .event_list {
    flex-direction: column;
  }
}
#growth_1_wrapper .event_list::after {
  content: "";
  display: block;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .event_list::after {
    width: 100%;
  }
}
#growth_1_wrapper .event_list .event_list_item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .event_list .event_list_item {
    width: 100%;
  }
  #growth_1_wrapper .event_list .event_list_item + .event_list_item {
    margin-top: 16px;
  }
}
#growth_1_wrapper .event_list .event_list_item a {
  display: block;
  border: 3px solid #000;
  border-radius: 8px;
  overflow: hidden;
  color: #000;
  background: #fff;
  transition: border 0.2s;
}
#growth_1_wrapper .event_list .event_list_item a:hover .img::before {
  opacity: 1;
  pointer-events: auto;
}
#growth_1_wrapper .event_list .event_list_item a:hover .img::after {
  opacity: 1;
  pointer-events: auto;
}
#growth_1_wrapper .event_list .event_list_item .img {
  overflow: hidden;
  position: relative;
}
#growth_1_wrapper .event_list .event_list_item .img img {
  width: 100%;
  aspect-ratio: 320/183;
  object-fit: cover;
}
#growth_1_wrapper .event_list .event_list_item .img::before, #growth_1_wrapper .event_list .event_list_item .img::after {
  transition: all 0.2s;
}
#growth_1_wrapper .event_list .event_list_item .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
#growth_1_wrapper .event_list .event_list_item .img::after {
  content: "";
  background: url(/growth_1_img/growth_1_ico_viewmore.png) center center/contain no-repeat;
  width: 155px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
#growth_1_wrapper .event_list .event_list_item .cont {
  padding: 16px 20px 20px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .event_list .event_list_item .cont {
    padding: 16px 16px 20px;
  }
}
#growth_1_wrapper .event_list .event_list_item .cont .date {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .event_list .event_list_item .cont .date {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
#growth_1_wrapper .event_list .event_list_item .cont .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .event_list .event_list_item .cont .ttl {
    font-size: 18px;
  }
}
#growth_1_wrapper .event_list .event_list_item .cont .status {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 4px;
  margin-top: 20px;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .event_list .event_list_item .cont .status {
    margin-top: 16px;
  }
}
#growth_1_wrapper .event_list .event_list_item .cont .status.open {
  background: #40BCD3;
}
#growth_1_wrapper .event_list .event_list_item .cont .status.close {
  background: #000;
}
#growth_1_wrapper .event_list .event_list_item:nth-of-type(n + 4) {
  margin-top: 20px;
}

#growth_1_wrapper .accordion_box {
  background: #fff;
  border: 3px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
#growth_1_wrapper .accordion_box + .accordion_box {
  margin-top: 10px;
}
#growth_1_wrapper .accordion_box .accordion_ttl {
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .accordion_ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
#growth_1_wrapper .accordion_box .accordion_ttl::before, #growth_1_wrapper .accordion_box .accordion_ttl::after {
  content: "";
  width: 24px;
  height: 4px;
  border-radius: 3px;
  background-color: #78D0E0;
  transition: all 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .accordion_ttl::before, #growth_1_wrapper .accordion_box .accordion_ttl::after {
    right: 15px;
    top: auto;
    bottom: 28px;
    width: 18px;
    height: 3px;
  }
}
#growth_1_wrapper .accordion_box .accordion_ttl::after {
  transform: rotate(90deg);
}
#growth_1_wrapper .accordion_box .accordion_ttl:hover {
  background: #F8F8F8;
}
#growth_1_wrapper .accordion_box .accordion_ttl.close {
  background: #F8F8F8;
}
#growth_1_wrapper .accordion_box .accordion_ttl.close::after {
  transform: rotate(0deg);
}
#growth_1_wrapper .accordion_box .accordion_ttl.news_ttl {
  padding: 30px 120px 30px 30px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .accordion_ttl.news_ttl {
    padding: 16px 40px 16px 16px;
  }
}
#growth_1_wrapper .accordion_box .accordion_ttl.news_ttl .date {
  letter-spacing: 1;
  font-size: 14px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .accordion_ttl.news_ttl .date {
    font-size: 12px;
    margin-right: 0;
  }
}
#growth_1_wrapper .accordion_box .accordion_ttl.news_ttl .ttl {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .accordion_ttl.news_ttl .ttl {
    font-size: 16px;
    margin-top: 4px;
  }
}
#growth_1_wrapper .accordion_box .accordion_ttl.faq_ttl {
  font-size: 22px;
  position: relative;
  padding: 30px 120px 30px 75px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .accordion_ttl.faq_ttl {
    padding: 16px 40px 16px 44px;
    font-size: 16px;
  }
}
#growth_1_wrapper .accordion_box .accordion_ttl.faq_ttl .ttl {
  position: relative;
  font-weight: bold;
}
#growth_1_wrapper .accordion_box .accordion_ttl.faq_ttl .ttl::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/growth_1_img/growth_1_faq_ico_q.png) center center/contain no-repeat;
  display: block;
  position: absolute;
  left: -40px;
  top: 4px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .accordion_ttl.faq_ttl .ttl::before {
    width: 20px;
    height: 20px;
    left: -28px;
    top: 3px;
  }
}
#growth_1_wrapper .accordion_box .toggle_txt {
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .toggle_txt {
    padding: 16px;
  }
}
#growth_1_wrapper .accordion_box .toggle_txt.news_txt {
  padding: 30px;
}
#growth_1_wrapper .accordion_box .toggle_txt.faq_txt {
  padding: 30px 30px 30px 75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .toggle_txt.faq_txt {
    padding: 16px 16px 16px 44px;
  }
}
#growth_1_wrapper .accordion_box .toggle_txt.faq_txt::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(/growth_1_img/growth_1_faq_ico_a.png) center center/contain no-repeat;
  display: block;
  position: absolute;
  left: 36px;
  top: 32px;
}
@media screen and (max-width: 767px) {
  #growth_1_wrapper .accordion_box .toggle_txt.faq_txt::before {
    width: 20px;
    height: 20px;
    left: 16px;
    top: 21px;
  }
}



#growth_1_wrapper .none-sp {
  display: block !important;
}

#growth_1_wrapper .none-pc {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #growth_1_wrapper .none-sp {
    display: none !important;
  }
  #growth_1_wrapper .none-pc {
    display: block !important;
  }
}

/*---------------ffgchannel-------------------*/

.ffgchannel_top_mv .ffgchannel_top_mv_inner {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    overflow: visible; }
    @media screen and (max-width: 767px) {
      .ffgchannel_top_mv .ffgchannel_top_mv_inner {
        max-width: inherit;
        width: calc(100% - 32px); } }
  
  .ffgchannel_top_mv .swiper {
    overflow: visible; }
  
  .ffgchannel_top_mv .swiper-slide {
    max-width: 860px;
    border-radius: 32px 32px 8px 32px;
    overflow: hidden;
    border: 4px solid #000; }
    @media screen and (max-width: 767px) {
      .ffgchannel_top_mv .swiper-slide {
        max-width: 79.4666vw;
        border-radius: 20px 20px 4px 20px;
        border-width: 3px; } }
    .ffgchannel_top_mv .swiper-slide img {
      height: 484px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
      @media screen and (max-width: 767px) {
        .ffgchannel_top_mv .swiper-slide img {
          height: 44.8vw; } }
    .ffgchannel_top_mv .swiper-slide a {
      color: #000;
      text-decoration: none; }
    .ffgchannel_top_mv .swiper-slide .cont {
      position: absolute;
      left: 0;
      bottom: 0;
      max-width: 582px;
      min-width: 480px;
      padding: 24px 32px 32px 32px;
      background: #fff;
      border-radius: 0px 20px 0 20px; }
      @media screen and (max-width: 767px) {
        .ffgchannel_top_mv .swiper-slide .cont {
          position: relative;
          min-width: inherit;
          width: 100%;
          padding: 16px 20px 40px 20px;
          border-radius: 0px 0px 0 20px; } }
      .ffgchannel_top_mv .swiper-slide .cont .category {
        color: #FFCB22;
        font-size: 14px;
        margin-bottom: 4px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .ffgchannel_top_mv .swiper-slide .cont .category {
            font-size: 12px; } }
      .ffgchannel_top_mv .swiper-slide .cont .ttl {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 12px; }
        @media screen and (max-width: 767px) {
          .ffgchannel_top_mv .swiper-slide .cont .ttl {
            font-size: 18px; } }
      .ffgchannel_top_mv .swiper-slide .cont .cont_btn {
        display: inline-block;
        font-size: 16px;
        padding-bottom: 4px;
        border-bottom: 2px solid #000;
        line-height: 1;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .ffgchannel_top_mv .swiper-slide .cont .cont_btn {
            font-size: 14px;
            position: absolute;
            bottom: 20px; } }
  
  .ffgchannel_top_mv .swiper-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  
  .ffgchannel_top_mv .swiper-pagination {
    position: relative;
    width: auto;
    bottom: auto;
    padding-left: 16px; }
    @media screen and (max-width: 767px) {
      .ffgchannel_top_mv .swiper-pagination {
        padding-left: 0; } }
    .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet {
      position: relative;
      width: 20px;
      height: 20px;
      background: transparent;
      opacity: 1; }
      .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet::before, .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet::after {
        content: '';
        display: block; }
      .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet::before {
        background: rgba(0, 0, 0, 0.3);
        width: 4px;
        height: 4px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 4px; }
      .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet::after {
        border: 2px solid transparent;
        border-radius: 12px;
        width: 20px;
        height: 20px; }
      .pc .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet:hover::before {
        background: #000; }
    .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet-active {
      background: transparent; }
      .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet-active::before {
        background: #000; }
      .ffgchannel_top_mv .swiper-pagination .swiper-pagination-bullet-active::after {
        border-color: #000; }
  
  .ffgchannel_top_mv .swiper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px; }
    @media screen and (max-width: 767px) {
      .ffgchannel_top_mv .swiper-button {
        margin-left: 0;
        margin-right: 0; } }
  
  .ffgchannel_top_mv .swiper-button-next,
  .ffgchannel_top_mv .swiper-button-prev {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px; }
    .ffgchannel_top_mv .swiper-button-next:after,
    .ffgchannel_top_mv .swiper-button-prev:after {
      background-repeat: no-repeat;
      content: '';
      display: block;
      width: 40px;
      height: 40px; }
  
  .ffgchannel_top_mv .swiper-button-prev::after {
    background-image: url(/img/ffgchannel_ico_prev.svg); }
  
  .ffgchannel_top_mv .swiper-button-next::after {
    background-image: url(/img/ffgchannel_ico_next.svg); }
@media screen and (max-width: 767px) {
  .ffgchannel_top_sec1 .sec_inner {
    padding-left: 0;
    padding-right: 0; } }

.ffgchannel_top_sec1 .news_swiper_wrapper {
  position: relative; }
  .ffgchannel_top_sec1 .news_swiper_wrapper.active .news_swiper-button-prev,
  .ffgchannel_top_sec1 .news_swiper_wrapper.active .news_swiper-button-next {
    display: block; }
  @media screen and (max-width: 767px) {
    .ffgchannel_top_sec1 .news_swiper_wrapper.active .swiper-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.ffgchannel_top_sec1 h2 {
  text-align: center; }

.ffgchannel_top_sec1 .news_swiper {
  width: calc(100% - 10px);
  margin: auto;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .ffgchannel_top_sec1 .news_swiper {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .ffgchannel_top_sec1 .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.ffgchannel_top_sec1 .swiper-slide {
  width: 330px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .ffgchannel_top_sec1 .swiper-slide {
      width: 65.3333vw;
      padding-left: 10px;
      padding-right: 10px; } }
  .ffgchannel_top_sec1 .swiper-slide .img {
    width: 100%;
    height: 169px;
    overflow: hidden;
    border-radius: 10px 10px 0 10px; }
    @media screen and (max-width: 767px) {
      .ffgchannel_top_sec1 .swiper-slide .img {
        height: 33.86666vw; } }
    .ffgchannel_top_sec1 .swiper-slide .img img {
      width: 100%;
      height: 169px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
      @media screen and (max-width: 767px) {
        .ffgchannel_top_sec1 .swiper-slide .img img {
          height: 33.86666vw; } }
  .ffgchannel_top_sec1 .swiper-slide a {
    text-decoration: none;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .pc .ffgchannel_top_sec1 .swiper-slide a:hover .btn {
      background: #000;
      color: #fff; }
  .ffgchannel_top_sec1 .swiper-slide .date {
    font-size: 12px;
    color: #6E6E6E;
    margin-top: 16px; }
  .ffgchannel_top_sec1 .swiper-slide .ttl {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .ffgchannel_top_sec1 .swiper-slide .ttl {
        font-size: 14px; } }
  .ffgchannel_top_sec1 .swiper-slide .btn {
    margin-top: auto; }

.ffgchannel_top_sec1 .news_swiper-button-prev,
.ffgchannel_top_sec1 .news_swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: none;
  cursor: pointer; }
  .ffgchannel_top_sec1 .news_swiper-button-prev::after,
  .ffgchannel_top_sec1 .news_swiper-button-next::after {
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 40px;
    height: 40px; }

.ffgchannel_top_sec1 .news_swiper-button-prev {
  left: -32px; }
  @media screen and (max-width: 767px) {
    .ffgchannel_top_sec1 .news_swiper-button-prev {
      left: 20px; } }
  @media screen and (min-width: 1081px) {
    .ffgchannel_top_sec1 .news_swiper-button-prev {
      left: -40px; } }
  .ffgchannel_top_sec1 .news_swiper-button-prev::after {
    background-image: url(/f_channel/ffgchannel_ico_prev.svg); }

.ffgchannel_top_sec1 .news_swiper-button-next {
  right: -32px; }
  @media screen and (max-width: 767px) {
    .ffgchannel_top_sec1 .news_swiper-button-next {
      right: 20px; } }
  @media screen and (min-width: 1081px) {
    .ffgchannel_top_sec1 .news_swiper-button-next {
      right: -40px; } }
  .ffgchannel_top_sec1 .news_swiper-button-next::after {
    background-image: url(/f_channel/ffgchannel_ico_next.svg); }

.ffgchannel_top_sec2 .sec_inner {
  padding-top: 32px; }
  @media screen and (max-width: 767px) {
    .ffgchannel_top_sec2 .sec_inner {
      padding-top: 16px; } }

.ffgchannel_top_sec2 .cat_list {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    .ffgchannel_top_sec2 .cat_list {
      padding-left: 0;
      padding-right: 0; } }

.ffgchannel_top_sec2 .btn {
  margin: auto;
  margin-top: 64px;
  max-width: 480px; }
  @media screen and (max-width: 767px) {
    .ffgchannel_top_sec2 .btn {
      margin-top: 48px;
      max-width: inherit;
      width: 100%; } }

.ffgchannel_top_sec2 .btn_txt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.8; }

.ffgchannel_category {
  border-top: 1px solid #000; }
  .ffgchannel_category .sec_inner {
    padding-left: 60px;
    padding-right: 60px; }
    @media screen and (max-width: 767px) {
      .ffgchannel_category .sec_inner {
        padding-left: 20px;
        padding-right: 20px; } }
  .ffgchannel_category .category_list_area {
    margin-top: 48px; }
    @media screen and (max-width: 767px) {
      .ffgchannel_category .category_list_area {
        margin-top: 32px; } }
    .ffgchannel_category .category_list_area + .category_list_area {
      margin-top: 80px; }
      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area + .category_list_area {
          margin-top: 64px; } }
    @media screen and (max-width: 767px) {
      .ffgchannel_category .category_list_area .category_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .ffgchannel_category .category_list_area .category_list_item {
      margin-top: 32px; }
      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area .category_list_item {
          margin-top: 24px;
          width: 48%; } }
      .ffgchannel_category .category_list_area .category_list_item + .category_list_item {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .ffgchannel_category .category_list_area .category_list_item + .category_list_item {
            margin-top: 24px; } }

      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area .category_list_item:nth-of-type(n + 3) {
          margin-top: 32px; } }
    .ffgchannel_category .category_list_area a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #000;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: inherit;
              -ms-flex-pack: inherit;
                  justify-content: inherit; } }
      .pc .ffgchannel_category .category_list_area a:hover .btn {
        background: #000;
        color: #fff; }
    .ffgchannel_category .category_list_area .img {
      width: 310px;
      height: 174px;
      border-radius: 10px 10px 0 10px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area .img {
          width: 100%;
          height: 24vw; } }
      .ffgchannel_category .category_list_area .img img {
        height: 174px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; }
        @media screen and (max-width: 767px) {
          .ffgchannel_category .category_list_area .img img {
            height: 24vw; } }
    .ffgchannel_category .category_list_area .cont {
      width: calc(100% - 340px); }
      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area .cont {
          width: 100%;
          margin-top: 10px; } }
    .ffgchannel_category .category_list_area .ttl {
      font-size: 20px;
      line-height: 1.4;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area .ttl {
          font-size: 14px; } }
    .ffgchannel_category .category_list_area .txt {
      font-size: 14px;
      margin-top: 12px; }
      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area .txt {
          font-size: 12px;
          margin-top: 8px; } }
    .ffgchannel_category .category_list_area .btn {
      margin-top: 20px;
      max-width: 300px; }
      @media screen and (max-width: 767px) {
        .ffgchannel_category .category_list_area .btn {
          max-width: inherit;
          margin-top: 10px;
          padding: 10px;
          font-size: 12px; } }
          
          #ffgchannel_wrapper .ttl_top {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  height: 57px;
  margin-left: auto; 
  margin-right: auto;}
  #ffgchannel_wrapper .ttl_top img {
        height: 100%;
        width: auto; }
  @media screen and (max-width: 767px) {
    #ffgchannel_wrapper .ttl_top {
      height: 11.2vw;
      margin-bottom: 24px; }
  }
  
  #ffgchannel_wrapper .ttl_top._sec1 {
      width: 134px;
      
      @media screen and (max-width: 767px) {
            .ttl_top._sec1 {
              height: 11.2vw;
            width: auto; }
          }
        }
  
#ffgchannel_wrapper .ttl_top._sec2 {
      width: 224px;
  }
  
        @media screen and (max-width: 767px) {
            .ttl_top._sec2 {
              height: 11.2vw;
            width: auto; }
          }
        }



#ffgchannel_wrapper .ttl_category {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 16px;
    color: #000000;
    background: transparent;
    padding: 0; }
    @media screen and (max-width: 767px) {
        #ffgchannel_wrapper .ttl_category {
        font-size: 16px;
        margin-bottom: 12px; } }
    #ffgchannel_wrapper .ttl_category span {
        font-weight: bold;
        font-size: 24px; }
        @media screen and (max-width: 767px) {
        .ttl_category span {
            font-size: 20px; } }
    #ffgchannel_wrapper .ttl_category:before,
    #ffgchannel_wrapper .ttl_category:after {
        display: none; }

#ffgchannel_wrapper .ttl_category_lv1 {
  margin: 0;
  background: #FCECAC;
  font-size: 20px;
  padding: 16px 24px;
  border-radius: 8px; }
  @media screen and (max-width: 767px) {
    #ffgchannel_wrapper .ttl_category_lv1 {
      font-size: 16px;
      padding: 10px 16px;
      border-radius: 4px; } }
  #ffgchannel_wrapper .ttl_category_lv1 + #ffgchannel_wrapper .ttl_category_lv2 {
    margin-top: 24px; }

#ffgchannel_wrapper .ttl_category_lv2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 2px solid #F0DA81;
  padding-bottom: 10px;
  margin-top: 64px; }
  @media screen and (max-width: 767px) {
    .ttl_category_lv2 {
      font-size: 16px;
      margin-top: 40px; } }
      
      
#ffgchannel_wrapper .cat_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  visibility: hidden; }
  .pc #ffgchannel_wrapper .cat_list:hover .cat_item .ttl,
  .pc #ffgchannel_wrapper .cat_list:hover .cat_item .txt {
    opacity: .3; }
  #ffgchannel_wrapper .cat_list .cat_item {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #ffgchannel_wrapper .cat_list .cat_item {
        width: calc((100% - 18px) / 2);
        margin-right: 18px; } }
    #ffgchannel_wrapper .cat_list .cat_item:nth-of-type(3n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        #ffgchannel_wrapper .cat_list .cat_item:nth-of-type(3n) {
          margin-right: 18px; } }
    @media screen and (max-width: 767px) {
      #ffgchannel_wrapper .cat_list .cat_item:nth-of-type(2n) {
        margin-right: 0; } }
    #ffgchannel_wrapper .cat_list .cat_item:nth-of-type(n + 4) {
      margin-top: 32px; }
      @media screen and (max-width: 767px) {
        #ffgchannel_wrapper .cat_list .cat_item:nth-of-type(n + 4) {
          margin-top: 24px; } }
    @media screen and (max-width: 767px) {
      #ffgchannel_wrapper .cat_list .cat_item:nth-of-type(n + 3) {
        margin-top: 24px; } }
    #ffgchannel_wrapper .cat_list .cat_item .img {
      width: 100%;
      height: 144px;
      background: #fff;
      border-radius: 24px 24px 8px 24px;
      border: 4px solid #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        #ffgchannel_wrapper .cat_list .cat_item .img {
          height: 26.6666vw;
          border-radius: 20px 20px 20px 20px;
          border-width: 3px; } }
      #ffgchannel_wrapper .cat_list .cat_item .img::after {
        content: '';
        background: url(/f_channel/ffgchannel_ico_arrow_cat.png) center center/contain no-repeat;
        width: 52px;
        height: 52px;
        display: block;
        position: absolute;
        bottom: -4px;
        right: -4px;
        -webkit-transition: background .2s;
        transition: background .2s; }
        @media screen and (max-width: 767px) {
          #ffgchannel_wrapper .cat_list .cat_item .img::after {
            background-image: url(/f_channel/ffgchannel_ico_arrow_cat_sp.png);
            width: 40px;
            height: 40px;
            bottom: -3px;
            right: -3px; } }
    #ffgchannel_wrapper .cat_list .cat_item .ico {
      width: 100px;
      height: 100px; }
      @media screen and (max-width: 767px) {
         #ffgchannel_wrapper .cat_list .cat_item .ico {
          width: 72px;
          height: 72px; } }
      #ffgchannel_wrapper .cat_list .cat_item .ico img {
        width: 100%; }
    #ffgchannel_wrapper .cat_list .cat_item .ttl,
    #ffgchannel_wrapper .cat_list .cat_item .txt {
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
    #ffgchannel_wrapper .cat_list .cat_item .ttl {
      font-size: 20px;
      font-weight: bold;
      margin-top: 12px; }
      @media screen and (max-width: 767px) {
        #ffgchannel_wrapper .cat_list .cat_item .ttl {
          font-size: 14px;
          margin-top: 10px; } }
    #ffgchannel_wrapper .cat_list .cat_item .txt {
      font-size: 14px;
      line-height: 1.4;
      margin-top: 8px; }
      @media screen and (max-width: 767px) {
        #ffgchannel_wrapper .cat_list .cat_item .txt {
          font-size: 12px;
          margin-top: 5px; } }
    #ffgchannel_wrapper .cat_list .cat_item a {
      color: #000;
      text-decoration: none;
      visibility: visible; }
      .pc #ffgchannel_wrapper .cat_list .cat_item a:hover .img::after {
        background-image: url(/f_channel/ffgchannel_ico_arrow_cat_on.png); }
      .pc #ffgchannel_wrapper .cat_list .cat_item a:hover .ttl,
      .pc #ffgchannel_wrapper .cat_list .cat_item a:hover .txt {
        opacity: 1; }
        
        
#ffgchannel_wrapper .list_anchor_link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 4px; }
      @media screen and (max-width: 767px) {
        #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item {
          margin: 4px 2px; } }
      #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        line-height: 1;
        font-weight: bold;
        font-size: 16px;
        position: relative;
        padding-right: 20px;
        color: #000;
        padding: 16px 48px 16px 24px;
        background: #fff;
        border: 2px solid #000;
        border-radius: 32px;
        -webkit-transition: background .2s;
        transition: background .2s; }
        @media screen and (max-width: 767px) {
          #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item a {
            font-size: 12px;
            padding: 12px 32px 12px 20px; } }
        #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item a::after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 24px;
          margin: auto;
          width: 14px;
          height: 14px;
          background: url(/f_channel/ffgchannel_ico_anchorlink.png) center center/contain no-repeat; }
          @media screen and (max-width: 767px) {
            #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item a::after {
              width: 10px;
              height: 10px;
              right: 16px; } }
        .pc #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item a:hover {
          background: #FFE66D; }
      #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item + .list_anchor_link_item {
        margin-left: 10px; }
        @media screen and (max-width: 767px) {
          #ffgchannel_wrapper .list_anchor_link .list_anchor_link_item + .list_anchor_link_item {
            margin-left: 2px; } }
            
