@charset "utf-8";

/*=================================
	common style
================================ */
.contsec{
	margin:33px 0;
	background:#FFF;
	border-radius: 12px;
}

.contsec01{
	padding:0 0 10px;
}
.contsec02{
	padding:30px 20px 10px;
}
.column-frm01{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:20px 20px 10px;
}
.column-frm01-main{
	width:61.2%;
}
.column-frm01-sub{
	width:35.7%;
	padding:15px;
	background:#DBEFFE;
}

.contsec p{
	font-size:2rem;
	margin:0 0 20px;
}
.contsec .post-totop{
	font-size:1.4rem;
	text-align:right;
	margin:0 0 20px;
}
.contsec .post-link a{
	word-break: break-all;
	text-decoration:underline;
	margin:0 0 20px;
}

.contsec .post-image{
	margin:0 0 20px;
}

.link-list li{
	font-size:2rem;
	padding-left:20px;
	margin-bottom:10px;
	background:url("../images/arrow02.png") left 8px no-repeat;
	background-size:22px 17px;
}
.column-frm01-sub .link-list li{
	font-size:1.8rem;
}

.link-list li ul{
	margin:10px 0 30px;
}

.cmnmds01{
	font-size:2.4rem;
	color:#FFF;
	font-weight:500;
	line-height:1.4;
	padding:10px 20px;
	margin-bottom:10px;
	background: #0577BF;  
    border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.cmnmds02{
	font-size: 2.8rem;
	color: #04318C;
	font-weight:500;
	line-height:1.4;
	margin:0 0 30px;
}
.cmnmds03{
	font-size:2.4rem;
	color: #04318C;
	font-weight:500;
	line-height:1.4;
	padding:10px 20px;
	margin-bottom:20px;
	background: #B6DFFD;
}
p+.cmnmds03{
	margin-top:30px;
}
.cmnmds04{
	font-size:2.4rem;
	color: #04318C;
	font-weight:500;
	line-height:1.4;
	padding:5px 10px;
	margin-bottom:20px;
	background: #FFF;
}

.gmap{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 48%;
	margin-bottom:20px;
	border: 1px solid #707070;
}
.gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gmap-link{
	padding:5px 0 5px 35px;
	margin:0 0 10px;
	background:url("../images/icon_gmap.png") left center no-repeat;
	background-size:28px 41px;
}
.gmap-link a{
	font-size:1.8rem;
	color:#0577BF;
	text-decoration:underline;
}

.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mt100{margin-top:100px;}
.mb40{margin-bottom:40px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:1000px) {
}
/*1000px*/
@media screen and (max-width:768px) {
.column-frm01-main{
	width:100%;
}
.column-frm01-sub{
	width:100%;
}
}
/*768px*/

@media screen and (max-width:640px) {
.cmnmds01{
	font-size:2rem;
}
.cmnmds02{
	font-size:2rem;
}
.cmnmds03{
	font-size:2rem;
}
.cmnmds04{
	font-size:2rem;
}
}
/*640px*/

@media screen and (max-width:480px) {
}
/*480px*/


/*=================================
	top
================================ */
.tmain{
padding-top:20px;
}
.tmain-inner{
    	padding:30px 20px;
    background-color:rgb(255,255,255,.6);
    border:2px solid #fff;
    border-radius: 9px;
}
.hnav{
	margin-bottom:15px;
}

.hnav li{
	display:inline-block;
	margin-right:20px;
}
.hnav li:last-child{
	margin-right:0;
}

.hnav li a{
	display:block;
	font-size:1.9rem;
	color:#04318C;
	line-height:1;
	padding-left:16px;
	background:url("../images/arrow01.png") left center no-repeat;
	background-size:22px 17px;
}
/*
.search{
	text-align:right;
	margin-bottom:75px;
}
.search form .input{
	width:216px;
	border:none;
	padding:11px;
	border-radius: 6px;
}
.search form .submit{
	width:40px;
	height:37px;
	background:url("../images/search.png") center center no-repeat;
	background-size:25px 25px;
	background-color:#04318C;
	border:none;
	border-radius:6px;
	vertical-align:middle;
}

.catchphrase{
	font-size: clamp(1.8rem, 1.509rem + 1.45vw, 2.6rem);
	color: #fff;
	font-weight:700;
    text-align: center;
}*/
.original-image{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction : row-reverse;
    gap:20px 2%;
 }
.original-image li{
	width:32%;
	text-align:center;
}
.original-image li img{
	border-radius: 12px;
}
/*
.original-image::after{
	content:"";
	display: block;
	width:32.8%;
}
*/

.post-list{
	margin:0 20px;
}
.post-list dt{
	width:130px;
	font-size:2rem;
	color:#959696;
	padding:10px 0;
	float:left;
}
.post-list dd{
	font-size:2.2rem;
	padding:10px 0 10px 130px;
	border-bottom:1px #707070 dotted;
}
.post-list dd:last-child{
	border-bottom:none;
}
.post-list dd a{
	color:#0577BF;
	text-decoration:underline;
}


/*--------------------  START Media Queries  --------------------*/

@media (max-width: 1000px) {
/*.tmain{
	padding:10px 0 0;
}*/

.hnav{
	text-align:center;
	margin-bottom:20px;
}

.hnav li a{
	font-size:1.4rem;
}
    /*
.search{
	position:absolute;
	width:94%;
	bottom:0;
	text-align:center;
	margin-bottom:0;
}
.catchphrase{
    text-align: left;
margin-top:10px ;
   min-height:220px
};*/
}/*1000px*/

@media (max-width: 640px) {

.post-list dd{
	font-size:2rem;
	padding:10px 0 10px 130px;
	border-bottom:1px #707070 dotted;
}
}/*640px*/

@media (max-width: 480px) {
/*.catchphrase{
	font-size: 3rem;
}*/
.original-image li{
	width:100%;
}
    /*
.original-image li:last-child{
	margin-bottom:0;
}*/
.post-list dt{
	padding-bottom:0;
	float:none;
}
.post-list dd{
	padding:10px 0 ;
}

}/*480px*/

