@charset "UTF-8";
/* CSS Document */
.inner{
	width: 764px;
	margin: 0 auto;
}
.head_img{
	width: 300px;
	height:auto;
	margin: 60px auto 0;
}
h1{
	text-align: center;
}

.cp_h1title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
	display: inline-block;
    border-bottom: 3px dashed #F3819E;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	line-height: 1.4em;
}
.cp_caption{
	width: 100%;
	color: #333;
	margin-top: 30px;
	line-height: 1.8em;
	text-align: center;
}
.bottom_box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.bottom_box a{
	display: block;
}
.bottom_img{
	width: 424px;
	text-align: center;
	margin-top: 50px;
	display: inline-block;
}
.bottom_link{
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.footer{
	margin-top: 100px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}
.pc_br {
    display: block;
}

@media screen and (max-width: 767px) {
	/* スクリーンサイズが767px以下の場合に適用 */

.inner{
	width: 90%;
    margin: 0 auto;
}
.cp_caption{
    text-align: inherit;
}
.pc_br {
    display: none;
}

} 
