
/*
	会長メッセージ
******************************************************/
#president-area {
	background: #fabd02;
	padding: 15px 0 0 0;
}

.container-president-area {
	background: #e4e4e4;
}

.container-president {
	background: #e4e4e4;	
	margin: 0 auto 30px;
	padding: 10px 15px;
}

#president-area .outer-inner{
	padding:15px;
}

#president-area .photo_box_l{
	text-align: center;
	display:block;
	margin-bottom:10px;
}

#president-area .photo_box_lll{
	text-align: center;
	display:block;
	margin-bottom:10px;
}

.president {
    width: 100%;
    margin: 0 auto 30px;
}
.president .section-block {
    margin: 0 3%;
}
.president .section-block h4 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #1c2f51;
    padding: 5px;
    margin: 10px 0;
}

.president .section-block h5 {
	font-size: 12px;
	font-weight: 700;
	color: #052667;
	padding: 0 0 5px;
	margin: 15px 0 0;
}

.president .section-block p {
    font-size: 14px;
}

.president .select_year {
	padding:  10px;
	background: #052667;
}

.president .select_year h5{
	text-align:center;
	margin-top:5px;
	color:#fff;
}

a {
	color: #0b8fba;	
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

/* pickup-area
-------------------------------------------------- */
.head-area {
    border: none;
    margin: 0;
}
.head-area h3 {
    text-align: center;
    float: none;
    color: #001e55;
    margin: 0;
}
.head-area h3 span {
    display: block;
}
.head-area h3 .subheading_en {
    font-family: "Overpass", sans-serif;
    font-size: 24px !important;
    font-weight: 900;
    color: #001e55;
    line-height: 1;
}
.head-area h3 .subheading_jp {
    font-size: 10px;
    line-height: 1;
    padding-top: 5px;
}
