@charset "utf-8";
/* CSS Document */
/* ==========================
========== sub-menu =========
============================= */
.sub-menu {
	overflow: hidden;
	padding: 20px 0;
}
.sub-menu li{
float: left;
padding-left: 15px;
background: url(../../common/img/submenu_icon01.png) no-repeat center left;
margin-right: 25px;
}
/* ==========================
========== mainvisual =========
============================= */
.category.contents_box {
	margin-top: 118px;
}
.mainvisual{
	background: url(../img/mainvisual_bg01.png) no-repeat top center;
	background-size: cover;
	max-height: 150px;
	padding: 40px 0;
}
.title-outer{
	text-align: center;
	margin: auto;
}
.mainvisual p{
	display: inline-block;
	background:#3d63a2;
	padding: 30px;
	width: 230px;
	text-align: center;
	margin: auto;
	opacity: 0.9;
	color: #fff;
	font-size: 172%;
	
}
/* ==========================
========== top-menu =========
============================= */
.top-menu{
	overflow: hidden;
	background-color:#c8c8c8;
	padding: 14px;
	
}
.top-menu a{
	color: #fff;
}
.top-menu ul{
	width: 1000px;
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.top-menu li{
	background: url(../img/menu_bg01.png) no-repeat top right;
	width: 205px;
	height: 15px;
	text-align: center;
	padding: 15px 30px 20px 0;
	margin:7px;
}
/* ==========================
========== page-title =========
============================= */
.page-title{
	background-color:#dde5f1;
	padding: 30px 0;
	overflow: hidden;
	text-align: center;
	font-size: 250%;
	color: #1b519e;
}
.main-contents{
	padding: 45px 0;
	overflow: hidden;
}
/* ==========================
========== block-title =========
============================= */
.block-title{
	text-align: center;
	border: 3px solid #cdd1d4;
	color: #29405d;
	font-size: 143%;
	padding: 30px;
	margin-bottom: 40px;
}
.midashi-outer{
	text-align: center;
	margin-bottom: 40px;
}
.under-midashi{
	margin-bottom: auto;
	text-align: center;
	font-size: 200%;
	background: linear-gradient(transparent 55%, #f4e9c2 0%);
	display: inline;
	padding: 0 2px 3px;
}
.box-wrap{
	overflow: hidden;
}
.left-img{
	float: left;
}
.right-txt{
	float: right;
	width: 700px;
}
.text-bottom{
	margin-bottom: 40px;
}
/* ==========================
========== txt-block =========
============================= */
.txt-block{
	overflow: hidden;
	margin-bottom: 40px;
}
.txt-block-title{
	background-color:#c0cfe5;
	padding: 15px 0;
	text-align: center;
	color: #1b519e;
	font-size: 115%;
}
.text-inner{
	background-color:#dde5f1;
	overflow: hidden;
	padding:30px 45px; 
}
.text-inner p{
	line-height: 2;
}
.text-inner ul li{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px;
	text-align: left;
}
.blue{
	color:#3d659e;
}

/* block
========================== */
.block{
	margin-bottom: 50px;
}
.block p{
	line-height: 1.7;
}
.block p a{
	text-decoration: underline;
	color: #21669b;
}

/* sub-menu-list
========================== */
.sub-menu-list{
	overflow: hidden;
	margin: 30px 0;
	display: flex;
}
.sub-menu-list li{
	background:#304864 url(../img/arrow_right_icon.png)no-repeat 30px center;
	padding: 15px 30px 15px 65px;
	color: #fff;
	overflow: hidden;
	margin: 0 10px 0 0;
}
/* bottom
========================== */
.bottom{
	margin-bottom: 30px;
}
.left-space{
	margin-left: 40px;
}
/* ページ固有のスマホ対応記述
========================== */
@media screen and ( max-width: 1100px ){

.top-menu ul {
    display: block;
    width: 490px;
    margin: auto;
    overflow: hidden;
}
.top-menu li {
    float: left;
    margin: 5px;
}
.under-midashi {
	width: 98%;
	padding: 1%;
}
.left-img{
	width: 30%;
	}
.left-img img{
	width: 100%;
	height: auto;
	}
.right-txt {
	float: right;
	width: 68%;
	}
}
@media screen and ( max-width: 1000px ){
.sub-menu-list {
	overflow: hidden;
	margin: 30px 0;
	display: block;
	}
.sub-menu-list li {
	background: #304864 url(../img/arrow_right_icon.png)no-repeat 5% center;
	padding: 15px 30px 15px 65px;
	margin: 10px 0;
	display: inline-block;
	}
}
/* 765pxより小さい場合 */
@media screen and ( max-width: 765px ){
.left-img {
	float: none;
	width: 100%;
	text-align: center;
	max-width: 276px;
	margin: auto;
	margin-bottom: 40px;
}
.right-txt {
	float: none;
	width: 100%;
}
.top-menu ul {
	display: block;
	width: 240px;
	margin: auto;
	overflow: hidden;
	}
.top-menu li {
	float: left;
	margin: 5px;
	}
.sub-menu-list li {
	width: 80%;
	padding: 15px 5% 15px 15%;
	}
.left-space {
	margin-left: 0px;
	}
}
/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
.block-title{
	padding: 5%;
	}
}
/* 590pxより小さい場合 */
@media screen and ( max-width: 590px ){

.text-inner{
	padding: 5%;
	}
}

/* 390pxより小さい場合 */
@media screen and ( max-width: 396px ){
.container.top{
	width: 100%;
	padding: 0 0 0 0;
	overflow: hidden;
	}
}
@media screen and ( max-width: 360px ){
.top-menu ul {
	display: block;
	width: 100%;
}
.top-menu li {
	background: url(../img/menu_bg01.png) no-repeat top right;
	width: 90%;
	padding: 3% 0;
	background-size: cover;
	margin: 2% 5%;
	height: auto;
	}
}

.boxorangered {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #;/*文字色*/
    background: #FFF;
    border: solid 3px #ff4500;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.boxorangered p {
    margin: 0; 
    padding: 0;
}