@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 768px),print {
strong{
	color:#444;
}

h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
#content_template .t3{	
	color: #FFF;
	font-size:18px;
	background-color: #EC6CA5;
	background-image:url(_img/bg_t3_chikusan.jpg);
	background-repeat:no-repeat;
	height:32px;
	padding:13px 12px 0px;
	margin:30px 0 10px;
}
#content_template h3{	
	color: #FFF;
	font-size:18px;
	background-color: #EC6CA5;
	background-image:url(_img/bg_t3_chikusan2019.jpg);
	background-repeat:no-repeat;
	height:32px;
	padding:13px 12px 0px;
	margin:30px 0 10px;
}
#content_template h3 span{
	padding-left:3%;
}
#content_template h4{
	font-size:16px;
	color:#624B3E;
	border-bottom:1px dotted #624B3E;
	margin:0 0 1%;

}
h5{
	color:#644E3F;
	font-size:14px;
}

#content_template dt{
	width:98%;
	line-height:130%;
}
dd{
	font-weight:bold;
	line-height:130%;
	border-bottom:1px dotted #ccc;
	margin-bottom:3%;
}

#content_template .ul_a li{
	width:680px;
	margin:0 0 2% 20px;
	text-indent:-1em;
}
#content_template .ul_a strong{
	color:#D70050;
}
#content_template .ol_a li{
	width:680px;
	margin:0 0 2% 40px;
	text-indent:-3em;
}
#content_template .ol_a strong{
	color:#D70050;

}

.cls {
clear:both;
}
#content_template h3.fsBlue {
	color: #FFF;
	font-size:18px;
	background-color: #0B8CCA;
	background-image:none;
	moz-border-radius:10px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	padding: 23px 12px 12px 23px;
	margin-top:0;
	margin-bottom:20px;
}

.imgFloatR {
	width:240px;
	height:auto;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
	
.imgCenter {
	width:480px;
	height:auto;
	margin:0 auto 10px;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 0px;
}
.imgCenter img{
	width:100%;
	margin: 0;
	padding:0;
}
	
.imgfloat {
    width:100%;
    margin:0 auto 18px;
}

.imgfloat ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-webkit-flexbox;
    display:-ms-flexbox;
    display:-moz-box;
    display: flex;
    width:100%;
    margin:0 auto;
    justify-content:space-around;
    -webkit-box-justify-content:space-around;
    -webkit-justify-content:space-around;
    flex-direction:row;
    flex-wrap:nowrap;
}

.imgfloat ul li {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px 5px 0;
	line-height:0;
}

.imgfloat ul li img {
	width:100%;
	height:auto;
	padding:0;
	margin: 0;
	line-height:0;
}

.imgList li {
clear:both;
}

#content_template .ol_a li .slider li {
	width:240px;
	margin:0;
	text-indent:0;
}

.ideaList ul {
	margin:0 auto;
	display:block;
}

.ideaList li {
	float:left;
	width:22.5%;
	margin:1%;
	border:1px solid #d70050;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ideaList li img {
	width:100%;
	height:200px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	margin:0;
	padding:0;
	border-bottom:1px solid #d70050;
}
#content_template .ideaList li dt {
	box-sizing: border-box;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	line-height:1;
}
.ideaList li dd {
	box-sizing: border-box;
	border:none;
	text-align:center;
	font-weight:normal;
	background-color:#fff;
	color:#d70050;
	margin:0;
	line-height:1.5;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}

.ideaList li a {
color:#d70050;
}
.ideaList li a:hover {
color:#1376A5;
text-decoration:none;
}


.download{
width:96%;
font-size:28px;
margin-top:4%;
background-color:#eee;
border-radius:7px;
padding:0.5% 1%;
text-align:center;
display:table;
}

.download a{
color:#222;
line-height:130%;
}

.download span{
}

.download div{
display:table-cell;
vertical-align:middle;
text-align:center;
}

}

@media screen and (max-width: 767px) {
/* スマートフォン用のスタイル記述 */

strong{
	color:#444;
}

h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
#content_template h3{	
	color: #FFF;
	font-size:18px;
	background-color: #FF9933;
	border-left:5px solid #FF6600;
	padding:3%;
	margin:30px 0 10px;
}
#content_template .t3{	
	color: #FFF;
	font-size:18px;
	background-color: #EC6CA5;
	border-left:5px solid #D70050;
	padding:3%;
	margin:30px 0 10px;
}
#content_template h3 span{
	padding-left:3%;
}
#content_template h4{
	font-size:16px;
	color:#624B3E;
	border-bottom:1px dotted #624B3E;
	margin:0 0 1%;

}
h5{
	color:#644E3F;
	font-size:14px;
}

#content_template dt{
	width:96%;
	line-height:200%;
}
dd{
	font-weight:bold;
	line-height:200%;
	border-bottom:1px dotted #ccc;	
}

#content_template .ul_a li{
	width:96%;
	margin:0 0 2% 20px;
	text-indent:-1em;
}
#content_template .ul_a strong{
	color:#D70050;
}
#content_template .ol_a li{
	width:96%;
	margin:0 0 2% 20px;
	text-indent:-1em;
}
#content_template .ol_a strong{
	color:#D70050;

}

#info_sp h4{
	color:#222;

}

.imgFloatR {
width:96%;
height:auto;
float:none;
margin:0 auto;
border: 1px solid #CCCCCC;
padding: 5px;
}

.imgfloat ul {
    display:block;
    width:96%;
    margin:0 auto;
}


.imgfloat ul li {
border: 1px solid #CCCCCC;
padding: 5px;
margin: 5px 5px 0;
line-height:0;
}

.imgfloat ul li img {
    width:100%;
    height:auto;
	padding:0;
	margin: 0;
	line-height:0;
}

.download{
	width:96%;
	font-size:22px;
	margin-top:4%;
	background-color:#eee;
	border-radius:7px;
	padding:2%;
	text-align:center;
}

.download a{
	color:#222;
	line-height:130%;
}

.download img{
	width:90%;
}

.download .icon-pdf{
	width:7%;
	margin-right:1%;
}

.download div{
	vertical-align:middle;
	text-align:center;
}


}