/* #PC ========================================================================================================== */
.title {
	background-image: url("../imgs/title_pc.jpg");
	background-color: #F0F0F0;
}
.profile_box {
	height: auto;
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-size: 18px;
}
.profile_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.profile_box li {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    position : relative;
    float: left;
}
.profile_box li.hn1 {
    width: 900px;
    margin-left: 35px;
    margin-bottom: 35px
}
.profile_box li.hn2 {
    width: 330px;
    margin-left: 35px;
    margin-bottom: 50px;
}
.profile_box li.hn3 {
	width: 500px;
	position : absolute;
	right: 0px;
	top: 0px;
}
.ct_message {
	background-image: url("../imgs/dot.svg");
	background-position: center top;
	background-size: 20px 20px;
    padding: 25px 0 25px 0;
    background-color: #67d2dd;
    margin-bottom: 60px;
}
.line {
	height: auto;
	width: 100px;
	position: absolute;
	left: 428px;
	top: -125px;
}
.message_box {
	height: auto;
	width: 926px;
	position: relative;
	float: left;
	margin-left: 35px;
	border: 2px solid #FFFFFF;
	background-color: #41C7D5;
	border-radius: 15px;
    padding-bottom: 25px;
}
.message_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.message_box li {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    position : relative;
    float: left;
}
.message_box li.hn1 {
    width: 160px;
    margin-left: 28px;
    margin-top: -10px;
}
.message_box li.hn2 {
	width: 870px;
	margin-left: 28px;
	text-align: justify;
	color: #FFFFFF;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.title {
	background-image: url("../imgs/title_sp.jpg");
}
.profile_box {
	width: 750px;
	margin-top: 50px;
	font-size: 28px;
    line-height: 50px;
}
.profile_box li.hn1 {
    width: 650px;
    margin-left: 50px;
    text-align: justify;
}
.profile_box li.hn2 {
    width: 500px;
    margin-left: 125px;
    margin-bottom: 50px;
}
.profile_box li.hn3 {
	width: 650px;
	position : relative;
	margin-left: 50px;
}
.ct_message {
	background-size: 30px 30px;
    padding: 60px 0 60px 0;
    margin-bottom: 70px;
}
.line {
	left: 20px;
	top: -160px;
}
.message_box {
	width: 646px;
	margin-left: 50px;
    padding-bottom: 50px;
}
.message_box li.hn1 {
    width: 250px;
    margin-left: 198px;
    margin-top: 35px;
}
.message_box li.hn2 {
	width: 570px;
	margin-left: 38px;
    margin-top: 20px;
}


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