@charset "utf-8";


/* ================================================================================
	@SP BreakPoint 320px～767px
================================================================================ */

/* ================================================================================
	1:Main CSS
================================================================================ */
#main-post .lead-block h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e3e0;
	font-size: 26px;
	font-weight: 400;
}

#main-post .lead-block h2 {
	margin-top: 20px;
	font-size: 23px;
	font-family : YuMincho, '游明朝', serif;
	text-align: center;
	line-height: 1.2;
}

#main-post .lead-block .lead {
	margin-top: 20px;
}

#greeting {
	margin-top: 30px;
}

#greeting h2 {
    margin: 0px -10px;
    padding: 5px 10px;
    background-color: #2d91a0;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}

#greeting p {
    margin-top: 20px;
}

#greeting .chairman {
	margin-top: 20px;
	text-align: center;
}

#greeting .chairman figcaption {
	margin-top: 5px;
	font-size: 14px;
}

#greeting  .chairman b {
	font-size: 23px;
	font-family : YuMincho, '游明朝', serif;
	font-weight: normal;
}

#idea {
	margin-top: 30px;
}

#idea h2 {
    margin: 0px -10px;
    padding: 5px 10px;
    background-color: #2d91a0;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}

#idea h3 {
    margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e3e0;
	font-size: 18px;
	font-weight: 400;
}

#idea ol {
	margin-top: 20px;
}

#idea ol li {
	margin-top: 10px;
}

#idea .left-col {
	margin-top: 25px;
	text-align: center;
}

#idea .right-col {
	margin-top: 25px;
	text-align: center;
}

#idea dl dt {
	font-size: 16px;
	font-weight: bold;
}

#idea dl dd {
	margin-top: 20px;
}

#idea dl dd + dd {
	text-align: left;
	padding-left: 10px;
}

.idea__title {
	text-align: center;
	border: none !important;
	font-family: YuMincho, '游明朝', serif;
	font-weight: bold !important;
}

.idea__img-link {
	display: block;
	max-width: 320px;
	margin: 5px auto 0;
}

.idea__img-link img {
	width: 100%;
}

.idea__symbol {
	margin-top: 30px;
}

.idea__symbol .title-txt {
	font-weight: bold;
	text-align: center;
}

.idea__symbol img {
	display: block;
	margin: 10px auto 0;
}

.idea__symbol .description-txt {
	margin-top: 15px;
}

.sp-none {
	display: none;
}

#history {
	margin-top: 30px;
}

#history h2 {
    margin: 0px -10px;
    padding: 5px 10px;
    background-color: #2d91a0;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}

#history .list {
	margin-top: 20px;
}

#history .list dl {
	margin-top: 15px;
}


#history .list dt {
	font-weight: bold;
	line-height:130%;
}

#history .list dd {
	margin-top: 5px;
}

#history .detali {
	margin: 25px -10px 0;
	padding: 20px 10px;
	background-color: #f2efe2;
}

#history .detali .lead {
	text-align: center;
}

#history .detali .more-bt {
	margin-top: 15px;
	text-align: center;
}

#history .detali .more-bt i {
	padding-right: 5px;
}

#history .detali dl {
	margin-top: 25px;
}

#history .detali dd {
	margin-top: 10px;
}

#history .movie:nth-of-type(n + 2) {
	margin-top: 16px;
}


/* ================================================================================
	@SP BreakPoint 640px～
================================================================================ */
@media print, screen and (min-width: 640px) {

/* ================================================================================
	2:Main CSS
================================================================================ */
#greeting p {
	margin-top: 30px;
}

#greeting .left-col {
	float: left;
	width: 50%;
}

#greeting .left-col p {
	margin-top: 20px;
}

#greeting .right-col {
	float: right;
	width: 50%;
}

#greeting .cf + p {
	margin-top: 30px;
}

#greeting .cf + p span {
	display: block;
}

#idea .left-col {
	float: left;
	width: 50%;
}

#idea .right-col {
	float: right;
	width: 50%;
}

#history .list dl {
	overflow: hidden;
}

#history .list dt {
    clear: both;
    float: left;
    width: 10%;
}

#history .list dd {
    float: left;
    width: 90%;
	margin-top: 0;
    padding-left: 20px;
}

#history .movie:nth-of-type(n + 2) {
	margin-top: 24px;
}

}



/* ================================================================================
	@PC BreakPoint 768px～
================================================================================ */
@media print, screen and (min-width: 768px) {

/* ================================================================================
	1:Main CSS
================================================================================ */
#main-post .lead-block h2 {
    margin-top: 25px;
}

#main-post .lead-block .lead {
    margin-top: 30px;
}

#greeting h2,
#idea h2,
#history h2 {
    margin: 0;
}

#greeting .left-col p {
    margin-top: 30px;
}

#greeting .right-col {
	padding-left: 20px;
}

#greeting .chairman {
    margin-top: 30px;
}

#greeting .cf + p {
    margin-top: 30px;
}

#idea h3 {
    margin-top: 30px;
}

#idea ol {
    margin-top: 30px;
}

#idea .left-col {
	margin-top: 30px;
	padding-right: 15px;
}

#idea .right-col {
	margin-top: 30px;
	padding-left: 15px;
}

.sp-none {
	display: block;
}

#history .list {
    margin-top: 30px;
}

#history .list dt {
    width: 18%;
}

#history .list dd {
    width: 82%;
}

#history .detali {
	margin: 30px 0 0;
}

}


/* ================================================================================
	@PC BreakPoint 980px～
================================================================================ */
@media screen and (min-width: 980px) {

	#greeting .cf + p {
		margin-top: 30px;
	}

	#history .movie:nth-of-type(n + 2) {
		margin-top: 30px;
	}
}


/* ================================================================================
	@PC BreakPoint 1024px～
================================================================================ */
@media screen and (min-width: 1024px) {

/* ================================================================================
	1:Main Common CSS
================================================================================ */
#main-post .lead-block h1 {
}

#main-post .lead-block .lead {
    margin-top: 35px;
}

#greeting {
    margin-top: 50px;
}

#greeting p {
    margin-top: 35px;
}

#greeting .chairman {
    margin-top: 35px;
}

#greeting .cf + p {
    margin-top: 30px;
}

#idea {
    margin-top: 50px;
}

#idea h3 {
    margin-top: 35px;
}

#idea .left-col {
    margin-top: 50px;
}

#idea .right-col {
    margin-top: 50px;
}

#history {
    margin-top: 50px;
}

#history .list {
    margin-top: 35px;
}

#history .list dl {
    margin-top: 30px;
}

#history .detali {
    margin: 50px 0 0;
    padding: 30px;
    background-color: #F2EFE2;
}

#history .movie {
	text-align: center;
}




/* ================================================================================
	@PC BreakPoint 1280px～
================================================================================ */
@media screen and (min-width: 1280px) {

/* ================================================================================
	1:Main Common CSS
================================================================================ */

#history .movie:nth-of-type(n + 2) {
	margin-top: 40px;
}

}

