@charset "UTF-8";

/* 使い方ページ */
.howto #wrapper {
	width: auto;
	max-width: 950px;
}
.howto #wrapper.prelogin_page {
	width: 700px;
	margin: 51px auto 100px;
}
.howto #main {
	background: #caedd9;
	padding: 0 0 40px;
}
.howto #main.prelogin_page {
	background: #fff;
}
.howto .prelogin_page #main {
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.howto h3.midashi {
	background: transparent;
	border: none;
	padding: 0;
}
.howto h3.midashi img {
	display: block;
	margin: 50px auto 0;
}
.howto .header_top {
	width: 100%;
	background-size: contain;
	background-color: #fff;
	background-image: url("../img/howto/bg_top.jpg");
	background-position-y: bottom;
	background-repeat: no-repeat;
}
.howto .header_top .howto_logo img {
	display: block;
	padding: 20px 0;
	margin: 0 auto;
	width: 95%;
}
.howto .header {
	position: relative;
}
.howto .header .howto_logo,
.howto .header .howto_logo_pc {
	position: absolute;
	top: 10px;
	left: 0;
	width: 78%;
}
.howto .header .howto_logo_pc {
	width: 41%;
}
@media only screen and (min-width: 768px) {
	.howto .header_top .howto_logo img {
		width: 95%;
	}
	.howto h3.midashi img {
		margin: 80px auto 20px;
	}
}
.header_top p {
	letter-spacing: 0.08em;
	line-height: 1.8em;
	padding: 0 8px;
}
.howto_plofile {
	display: block;
	width: 100%;
	margin: 20px auto;
}
.header_top ul.howto_buttons {
	padding: 0 8px;
}
.header_top ul.howto_buttons li {
	width: 100%;
}
ul.howto_buttons {
	overflow: hidden;
	margin: auto;
}
ul.howto_buttons li {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
ul.howto_buttons li img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.header_top ul.howto_buttons {
		padding: 0 15px 20px;
	}
	.header_top ul.howto_buttons li {
		width: 50%;
	}
	ul.howto_buttons li {
		width: 33.3333333%;
	}
	ul.howto_buttons li img {
		width: 98%;
	}
}

.howto_chat {
	max-width: 720px;
	margin: 0 auto;
}
.howto_chat > div {
	clear:both;
	overflow:hidden;
}
.howto_chat .message_wrap {
	overflow:hidden;
	position:relative;
	min-height: 70px;
	margin: 15px 0 0;
}
.howto_chat .chat_icon {
	line-height:0;
	position:absolute;
	top: 0;
	left: 8px;
	bottom:0;
	display:inline-block;
	width: auto;
	max-width:68px;
}
.howto_chat .chat_icon img {
	width:100%;
}
.howto_chat .chat_right .chat_icon,
.howto_chat .chat_both .icon_right {
	left:auto;
	right:8px;
}
.howto_chat .bubble {
	font-size: 14px;
	min-height:65px;
	position:relative;
	padding:10px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	vertical-align:bottom;
	width:67%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
@media only screen and (max-width: 767px) {
	.howto_chat .chat_left .bubble {
		float: right;
		margin-right: 8px;
	}
	.howto_chat .chat_right .bubble{
		float: left;
		margin-left: 8px;
	}
	.howto_chat .chat_both .bubble {
		width: 33%;
	}
}
.howto_chat .bubble:after,
.howto_chat .chat_both .bubble:before {
	position: absolute;
	top: 25px;
	bottom: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-width: 10px;
	margin: 0;
}
.howto_chat .chat_right .bubble:after,
.howto_chat .chat_both .bubble:after {
	left: auto;
	right: -20px;
	border-color:  transparent transparent transparent #fff;
}
.howto_chat .chat_left .bubble:after,
.howto_chat .chat_both .bubble:before {
	left: -20px;
	border-color: transparent #fff transparent transparent;
}
.howto_chat .bubble p{
	letter-spacing: 0.08em;
	line-height: 1.5em;
	margin: 0 0 15px;
}
.howto_chat .bubble p:last-child {
	letter-spacing: 0.08em;
	line-height: 1.8em;
	margin-bottom: 0;
}
.howto_chat .bubble img {
	display: block;
	margin: 0 auto 10px;
}
@media only screen and (max-width: 350px) {
	.howto_chat .bubble {
		width:57%;
	}
}
@media only screen and (min-width: 768px) {
	.howto_chat .message_wrap {
		min-height: 83px;
	}
	.howto_chat .chat_icon {
		max-width:80px;
		left: 0;
	}
	.howto_chat .chat_right .chat_icon,
	.howto_chat .chat_both .icon_right {
		right:0;
	}
	.howto_chat .bubble {
		padding:10px 20px;
	}
	.howto_chat .bubble,
	.howto_chat .chat_both .bubble {
		margin: 0 auto;
		width:70%;
	}
	.howto_chat .bubble p{
		line-height: 1.8em;
	}
	.howto_chat .bubble img {
		float: right;
		margin-bottom: 0;
		margin-left: 5px;
		width: 45%;
	}
}
ul.howto_step li {
	margin: 15px 0;
}
ul.howto_step li img {
	display: block;
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	ul.howto_step li {
		margin: 10px 0;
	}
}

/* プレミアムサービスLP */
.howto ul.premium_list {
	padding: 20px 15px;
}
.howto ul.premium_list li {
	padding: 20px 10px;
	margin-bottom: 25px;
}
.howto ul.premium_list li h5,
.howto ul.premium_list li h5 .underline {
	font-size: 22px;
}
.howto ul.premium_list li:last-child {
    margin-bottom: 0;
}
