@charset "utf-8";

/* 下層インナー */

#Underlayer .inner {
    max-width: 1000px;
    padding-top:60px;
    padding-left:2em;
    padding-right:2em;
    padding-bottom:2em;
    margin: 0 auto;
    margin-bottom: 2em;
    box-sizing: border-box;
}

#Underlayer > div:nth-of-type(1) {
    padding-top:0;
 }

@media screen and (max-width:1000px){
    #Underlayer .inner {
        width: 100%;
        margin: 0 auto;
        padding:4%;
    }
}

/* ボタン群 */

/* 2カラム */

.page_2column_btn{
    font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
}

.page_2column_btn li{
	width: 50%;
	margin-bottom: 10px;
	display: flex;
}

.page_2column_btn li a {
	position: relative;
	padding: 20px 0;
	margin-top: auto;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color: #00B1C7;
	background-color: #EFF7F8;
    border: solid 2px #EFF7F8;
    border-radius: 5px;
	display: block;
    transition: all 0.4s;	
	width: 96%;
    font-size: 1.7rem;
}

.page_2column_btn li a:hover {
	background-color: #EFF7F8;
    border: solid 2px #00B1C7;
	display: block;
}
@media screen and (max-width:960px){
	.page_2column_btn li a{
		font-size: 15px;
	}
}
@media screen and (max-width:765px){
	.page_2column_btn{
		display: flex;
		flex-direction: column;
		margin-left: 0;
	}
	.page_2column_btn li{
		width: 100%;
		margin-bottom: 10px;
	}
	
}

/* フロート */

.float_r,.float_l {
max-width: 930px;
}
.float_r .r_item {
float: right;
}
.float_l .l_item {
    float: left;
    }
.clearfix {
clear: both;
}

.float_r img,.float_l img{
    padding: 10px;
}

/*　お役立ち情報　*/
#content_visual_useful{
    width: 100%;
    background: url(https://www.todai-yobouigaku-dock.jp/contents/useful/column/images/contents_visual_03.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 34.46vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.0rem;
    font-weight: 600;
}

/*** コラム ***/

.news_warp{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.news_area{
    width: 78%;
}

.news_detail_area{
    width: 100%;
}

.news_detail_area .emphasis{
    font-weight: bold;
    font-size: 1.6rem;
    color: #00b1c7;
    border-bottom: solid 1px #00b1c7;
 }
.news_area .entry_yymm,.news_detail_area .entry_yymm{
    font-size: 1.4rem;
    color: #00A6BF;
}

.news_area .emphasis,.news_detail_area .emphasis{
    font-weight: bold;
    font-size: 1.6rem;
    color: #00b1c7;
    border-bottom: solid 1px #00b1c7;
 }

.news_area h3,.news_detail_area h3{
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 20px;
}

.news_area .list_item,.news_detail_area .list_item{
    border-bottom:dotted 2px #ccc;
    padding: 16px 10px; 
}
.news_area .item li:last-child,.news_detail_area .item li:last-child{
    border-bottom:none!important;
}

.list_item .ttl{
    display: flex;
    align-items: baseline;
}

.list_item .ttl span{
    padding-right:8px;
    font-weight: bold;
}

.news_area a,.news_detail_area a{
    color: #333;
}

.news_area a:hover,.news_detail_area a:hover{
    color: #387277;;
}


.news_archive{
    width: 18%;
}

.news_archive h4{
    background: #00a6bf;
    color: #fff;
    font-size: 1.4rem;
    padding:4px 8px;
    text-align: center;
}


.archive_list li{
    font-size: 1.4rem;
    width: 100%;
    padding:4px 8px;
    border-bottom:dotted 2px #ccc;
}
.archive_list li:last-child{
    border-bottom:none;
}

.archive_list{
	margin-bottom:20px;
}

.news_archive h4{
    background: #00a6bf;
    color: #fff;
    font-size: 1.4rem;
    padding:4px 8px;
    text-align: center;
}

.archive_list li{
    font-size: 1.4rem;
    width: 100%;
    padding:4px 8px;
    border-bottom:dotted 2px #ccc;
}

@media screen and (max-width:765px){
	#Underlayer{
	margin-bottom:2em;
	}
    .news_area h3,.news_detail_area{
        font-size: 1.6rem;
        margin-bottom: 6px;
    }
    .list_item .ttl{
        flex-direction:column ;
    }
    .news_warp{
        flex-direction: column;
    }
    .news_detail_area,.news_archive{
        width: 100%;
    }

    .news_area{
        width: 100%;
        margin-bottom: 40px;
    }
}
.info_box{
display: block;
padding: 0.4em;
margin: 0 auto;
text-align: center;
font-weight: bold;
color: #fa7070;
border: solid 3px #fa7070;
margin-bottom:40px;
}

.asset-image{
	padding: 10px 20px;
}

.column_warp p{
	margin-bottom:20px;
}


.column_warp h4{
	font-weight: bold;
    font-size: 1.6rem;
    color: #00b1c7;
    border-bottom: solid 1px #00b1c7;
}

.column_warp h5{
	font-weight: bold;
    color: #00b1c7;
}

/*** pager ***/


.pager{
	margin: 0 auto;
	width: 100%;
}


.pager > dl{
	margin-top:20px;
	padding:20px 0;
	display: flex;
	justify-content: center;
}
.pager > dl >dd:nth-child(2){
   padding:0 20px;
}

/*　見出し　*/

#content_visual_useful h2{
position: absolute;
top: 40%;
padding:12px 24px;
background:rgba(28, 169, 188, 0.7);
color: #fff;
}

@media screen and (max-width:999px){
#content_visual_useful h2{
        top: 50%;
        margin: 0 auto;
    }
}
@media screen and (max-width:375px){
#content_visual_useful h2{
        padding:10px!important;
    }
}

