/* #PC ========================================================================================================== */
.bg_img {
	background-image: url("../imgs/bg_pc.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.text_box1 {
	width : calc(100% - 510px);
	position: relative;
	float: left;
	color: #FFFFFF;
	padding-top: 80px;
	padding-left: 30px;
}
.text_box1 ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.text_box1 li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
}
.text_box1 li.sst {
     font-size: 20px;
}
.text_box1 li.st {
    font-size: 37px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 10px;
}
.text_box1 li.text {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.dog_about {
	width : 400px;
	position: relative;
	float: left;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.bg_img {
	background-image: url("../imgs/bg_sp.jpg");
}
.text_box1 {
	width : 100%;
	padding-top: 80px;
	padding-left: 0px;
	text-align: center;
}
.text_box1 li.sst {
     font-size: 26px;
}
.text_box1 li.st {
    font-size: 47px;
    line-height: 70px;
    margin-top: 10px;
}
.text_box1 li.text {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.dog_about {
	width : 540px;
	left: 50%;
    margin-left: -270px;
}



}/* @media only screen and (max-width: 750px) */