
/* 詳細内容表示 */
.entry *{ line-height:34px; }
.entry strong,.entry strong *{ font-weight:bold; }
.entry sub,.entry sub *{ vertical-align:sub; }
.entry sup,.entry sup *{ vertical-align:super; }
.entry sub,.entry sub *,
.entry sup,.entry sup *{
	font-size: 70%;
}
.entry img{
	vertical-align:middle;
	display: block;
    width: auto;
    margin: 0 auto;
}
.entry h1{ font-size:26px; font-weight:bold; }
.entry h2{ font-size:20px; font-weight:bold; }
.entry h3{ font-size:16px; font-weight:bold; }
.entry h4{ font-size:14px; font-weight:bold; }
.entry h5{ font-size:12px; font-weight:bold; }
.entry h6{ font-size:10px; font-weight:bold; }
.entry p{ font-size:16px;  line-height: 32px; }
.entry h1,.entry h1 *,
.entry h2,.entry h2 *,
.entry h3,.entry h3 *,
.entry h4,.entry h4 *,
.entry h5,.entry h5 *,
.entry h6,.entry h6 *{
	line-height: 1.5;
}
.entry ul,.entry ul li { list-style:disc inside none; margin-left:20px; }
.entry ol,.entry ol li { list-style:decimal inside; margin-left:20px; }
.entry div.photo_left {
	width:100%;
	text-align:left;
}
.entry div.photo_center {
	width:100%;
	text-align:center;
}
.entry div.photo_right {
	width:100%;
	text-align:right;
}
.entry .photo_left img ,
.entry .photo_right img {
    vertical-align: top;
    display: inline-block;
    width: auto;
    margin: 0;
}
.entry div.photo_fleft {
	float:left;
	padding:0px 40px 50px 0px;
}
.entry div.photo_fright {
	float:right;
	padding:0px 0px 0px 40px;
}
@media only screen and (max-width:767px){
	.entry *{
		line-height: 1.834;
    }
	.entry h1,.entry h1 *{ font-size:26px!important;}
	.entry h2,.entry h2 *{ font-size:20px!important;}
	.entry h3,.entry h3 *{ font-size:16px!important;}
	.entry h4,.entry h4 *{ font-size:15px!important;}
	.entry h5,.entry h5 *{ font-size:14px!important;}
	.entry h6,.entry h6 *{ font-size:13px!important;}
    .entry p{ font-size:13px!important; line-height: 24px!important; }
	.entry div.photo_fleft {
		padding:0;
		float:none;
		padding:0 0 10px;
	}
	.entry img{
		width:100%;
		height:auto;
	}
	.entry div.photo_fright {
		padding: 0;
		float:none;
		padding:0 0 10px;
	}
	.entry .photo_left img ,
	.entry .photo_right img {
		display: block;
		width: 100%;
		height:auto;
	}
    .entry table{
        width: 300px!important;
        display: block;
    }
    .entry table th{
        width: 100%!important;
        padding-right: 10px;
        word-break : break-all;        
    }
    .entry table td{
        width: 120px!important;
        word-break : break-all;
        padding-bottom: 10px;
    }
    .entry table td:nth-child(2){
        width: 180px!important;
    }
}

/*-----------------------------------------------
link
-----------------------------------------------*/
.entry a{
	color: #000;
	text-decoration: underline;
}
.entry .linklist a{
	text-decoration: none;
}
.entry .linklist{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
@media only screen and (max-width:767px){
    .entry .linklist{
        display: flex!important;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .entry .linklist.btm{
        margin-top: 30px;
        margin-bottom: 0;
    }
}
.entry .linklist .link01{
    flex: 1;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #fff;
    text-decoration: none;
    height: 50px;
}
.entry .linklist .link01 .imgbox{
    width: auto;
    height: 15px;
    margin-right: 3%;
}
.entry .linklist .link01:last-child .imgbox{
    width: auto;
    height: 11px;
}
.entry .linklist .link01 .txt{
    font-size: 13px;
    font-weight:bold;
    color: #fff;
    text-align: center;
}
.entry .linklist .link01:nth-child(1){
    background: #006bbb;
}
.entry .linklist .link01:nth-child(2){
    background: #f76946;
}
.entry .linklist .link01:nth-child(3){
    background: #9ac547;
}
.entry .linklist .link01:nth-child(4){
    background: #c7ab3d;
}
.entry .linklist .link01 img{
    width: auto;
    max-width: unset;
    height: 100%;
    display: block!important;
}