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


/* ==========================
======　各ページタイトル　======
============================= */

.page_visual {
    background: url(../../img/page_visual.png)no-repeat center center;
    padding: 63px 0;
    background-size: cover;
    margin: 87px auto 0;
    width: 100%;
    max-width: 1366px;
}

.page_visual .content_title {
	text-align: center;
	margin: 0;
}

.page_visual .content_title .big_title {
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
}
.page_visual .content_title .small_title {
	font-size: 85%;
	color: #FFF;
}




/* ==========================
==========　メイン　===========
============================= */

.under_link {
	width: 1060px;
	margin: 20px auto;
	display: flex;
	justify-content: flex-end;
    position: absolute;
    top: 25px;
    right: 50px;
}

.under_link div {
	width: 200px;
	text-align: center;
	background: #023f88;
} 

.under_link div p {
	display: inline-block;
	background: url(../../../common/img/ft_bg_icon01.png)no-repeat center left;
	padding: 10px 0 10px 20px;
	color: #fff;
}



.content_title {
	text-align: center;
	margin: 30px 0 30px;
}

.content_title .big_title {
    font-size: 30px;
    color: #00469b;
    font-weight: bold;
}
p.big_title.blue {
    color: #00469b;
}
.content_title .small_title {
	font-size: 85%;
	color: #666666;
}


.content_box.president,
.content_box.welfare {
	background: #ccdaeb;
    padding: 10px 0px;
	overflow: hidden;
	width: 1160px;
    margin: auto;
}

.content_box.president {
	margin-top: 0px;
	position: relative;
}

.content_box.welfare {
    margin-bottom: 50px;
}

.content_box.president .content_inner {
	width: 740px;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
    background: #fff;
}

.president_image {
	overflow: hidden;
}

.president_image p {
	float: left;
}

.president_image p.image_tit {
    width: 238px;
    background: #023f88;
    color: #fff;
    font-size: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 323px;
}

.president_comment {
	padding: 30px;
	background: url(../img/president_bg.png)no-repeat center bottom;
}

.president_comment .name {
	text-align: right;
}

.words_detail {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 30px;
    border-top: 2px solid #9fd2fa;
    border-bottom: 2px solid #9fd2fa;
}

.words_detail.blue {
    border-top: 2px solid #00469b;
    border-bottom: 2px solid #00469b;
    background: #fff;
	font-size: 16px;
}

.words_detail dl {
	overflow: hidden;
	padding: 20px 0;
	display: flex;
    align-items: center;
}

.words_detail dl:nth-child(even) {
	background: #f1f8fe;
}
.words_detail.blue dl:nth-child(even) {
    background: #ecf1f7;
}

.words_detail dl dt,
.words_detail dl dd {
	/*float: left;*/
}

.words_detail dl dt {
	/*float: left;*/
	width: 100px;
	text-align: center;
	/*height: 70px;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.words_detail dl dd {
    float: left;
    width: 659px;
    border-left: 1px solid #9fd3fa;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.words_detail.blue dl dd {
    border-left: 1px solid #b0cae8;
	height:auto;
	width: 720px;
}
.words_detail.blue dl dt {
    /*height: auto;*/
    width: 230px;
}
.words_detail dl dt p.number {
    background: #40a5f5;
    color: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 120%;
}


.contents_box {
    background: #fff;
    padding: 30px;
    margin: 0 auto 40px;
    width: 740px;
    border-top: 2px solid #40a5f5;
    overflow: hidden;
}
.content_box.welfare .contents_box {
    background: #fff;
    border-top: 2px solid #00469b;
    padding: 30px 155px;
    margin: 0 auto 40px;
    width: 750px;
}
.contents_box .contents_img {
    float: left;
}
.contents_box .contents_txt {
    float: right;
    width: 420px;
}
.contents_box .contents_txt .comment_tit {
    color: #40a5f5;
    font-size: 120%;
    font-weight: bold;
}
.content_box.welfare .contents_box .contents_txt .comment_tit {
    color: #00469b;
}
.content_box.welfare .contents_box .contents_txt .comment_comment {
    margin: 10px 0 0 20px;
	font-size: 16px;
}
.g-link {
    margin: 10px 0 0 20px;
    background: #00469b;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    width: 110px;
}
p.g-link:hover {
    opacity: 0.8;
}

/* 沿革
=========================================*/
.content_box.president.light {
    background: #ccdaeb;;
}
.words_detail.blue.light {
    border-top: 2px solid #40a5f6;
    border-bottom: 2px solid #40a5f6;
}
.words_detail.blue.light dl dd {
    border-left: 1px solid #9fd2fa;
    height: auto;
    width: 610px;
}
.words_detail.blue.light dl:nth-child(even) {
    background: #f1f8fe;
}






/* footer
=========================================*/
footer {
    position: relative;
}

/* 固有のスマホ対応記述
========================== */




/* 1200pxより小さい場合 
@media screen and ( max-width: 1200px ){

    body,
	header nav {
        width: 1200px;
    }
	
}*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
	.content_box.president, .content_box.welfare {
    width: 90%;
}
	.under_link {
width: 97%;
    margin: 20px auto;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: -10px;
    right: 10px;
}
.content_title {
    text-align: center;
    margin: 50px 0 30px;
}
	.words_detail dl {
    overflow: hidden;
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
	.words_detail.blue dl dd {
        border-left: none;
    height: 80px;
    width: 90%;
		justify-content: center;
}
	.content_box.welfare .contents_box {
    padding: 40px 0%;
    margin: 0 auto 40px;
    width: 90%;
}
	.contents_box .contents_img {
    float: left;
    padding: 0 30px;
}
.contents_box .contents_txt {
    /* float: right; */
    width: 88%;
    margin: 20px 15px;
}
}


/* 400pxより小さい場合 */
@media screen and ( max-width: 400px ){

	.content_title .big_title {
		font-size: 160%;
	}
/*	.content_title {
		margin: 20px 0;
	}*/

	
}


/* 360pxより小さい場合 */
@media screen and ( max-width: 360px ){}

@media print {}

