@charset "utf-8";
/* CSS Document */
.FreeCpBtn {
    display: block;
    background-color: #6BA943;
    border-radius: 50px;
    font-size: 2em;
    text-align: center;
    margin: 1em auto;
    width: 80%;
    padding: 0.5em 0;
    text-decoration: none;
    color: #ffff66;
}
a:hover.FreeCpBtn {
    color: #FFFFFF;
}
	.BigMidashi{
		color: #6BA943;
		text-align: left;
		font-size:1.5em;
		font-weight: bold;
		padding-bottom: 3px;
		border-bottom: 1px solid #666666;
		margin-top: 1em;
	}
	.MiddleMidashi {
		border: 1px solid #999966;
		border-radius: 3px;
		background-color: #cccc99;
		color: #666633;
		font-size: 1.2em;
		font-weight: bold;
		padding: 0.3em 0;
		text-align: center;
	}
	.SmallMidashi {
		color: #666633;
		padding-bottom: 1px;
		border-bottom: 1px solid #999966;
		text-align: left;
		font-size: 1.1em;
		font-weight: bold;
		margin-top: 0.5em;
		padding-left: 0.5em;
	}
	.OuboBox {
		border: 1px solid #999966;
		border-radius: 3px;
		background-color: #FFFFFF;
		padding: 1em 1.5em;
	}
	.SpFlag {
		display: inline;
		font-size: 100%;
	}
	.OuboBox ul {
		margin: 0.5em;
	}
	.OuboBox li {
		font-size: 1.1em;
		line-height: 1.4em;
		padding: 2px 0;
	}
	.block4 {
		width:25%;
		float:left;
		margin:15px auto;
	}
	.Txt01 {
		font-size:1.2em;
		line-height: 1.5em;
		margin: 1em 0;
	}
	.Txt02 {
		font-size:1.2em;
		line-height: 1.5em;
		margin: 1em 0;
		color: #F5485E;
	}
	.Txt03 {
		font-size:1.2em;
		line-height: 1.5em;
		margin: 1em 0;
		padding-left: 1em;
	}
	.TxtPink {
		color: #F5485E;
		font-size:100%;
	}
	.titleBox {
		width: 85%;
		text-align:center;
		margin: auto;
		line-height:1.2em;
	}
	.thumb {
		height:350px;
	}
	.thumb2 {
		height:265px;
	}
	.thumb img,.thumb2 img {
		width:90%;
	}


/* スマホだけに適用するCSS */
	@media screen and (max-width:479px){
		.FreeCpBtn {
    display: block;
    background-color: #6BA943;
    border-radius: 50px;
    font-size: 1.5em;
    text-align: center;
    margin: 1em auto;
    width: 90%;
    padding: 0.5em 0;
    text-decoration: none;
		}
		.BigMidashi {
			font-size:20px;
		}
		.OuboBox {
		padding: 1em 0.5em;
	}
		.SpFlag {
		display: block;
	}
		.block4 {
		width:33%;
		float:left;
		margin:15px auto;
	}
		.thumb,.thumb2 {
		height:165px;
	}
		.rightBox {
		font-size:12px;
	}
		.titleBox {
		width: 90%;
		text-align:center;
		margin: auto;
	}
	}
