.container h1{
	margin: 0;
}
.container h1 img{
	max-width: 100%;
}
.container h1 + p{
	text-align: left;
	margin-top: 20px;
	line-height: 1.8;
}
.ab_list_bt_dw li{
	width: 47.31%;
}

.ab_list_bt_dw {
    color: #443829;
    overflow: hidden;
}
.ab_list_bt_dw li {
    color: #443829;
    border-radius: 6px;
    border: 1px solid #443829;
    width: 48.6%;
    background: url('../../common/img/ar_down.png') no-repeat 95%;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.ab_list_bt_dw li:last-of-type {
	margin-right: 0;
}
.ab_list_bt_dw li a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
}
.section-title {
    background-image: url(../../common/img/section-title-line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 32px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
	#eustoma_solo .sp_ {
		display: none !important;
	}
	#eustoma_solo a:hover {
		opacity: .8;
	}
	#eustoma_solo sub {
		font-size: 10px;
		vertical-align: super;
		bottom: -2px;
	}
	#eustoma_solo .special-intro-text {
		margin-bottom: 0;
	}
	#eustoma_solo .caution_ {
		font-size: 12px;
		text-align: right;
		margin: 5px 0 30px;
	}
	#eustoma_solo .btn_wrap_ {
		display: flex;
		justify-content: space-between;
		margin: 35px 0 43px;
	}
	#eustoma_solo .btn_ {
		display: block;
		width: 48.6%;
		text-align: center;
		border: 2px solid #938675;
		background: #fff url(../../common/img/ar_down.png) no-repeat right 15px center;
		padding: 11px 0 7px;
		border-radius: 50px;
		text-decoration: none;
		line-height: 1.5;
	}
	#eustoma_solo .sec_ {
		background: #f7f6f3;
		padding: 35px 15px 40px;
		text-align: center;
	}
	#eustoma_solo .sec01_ {
		border-radius: 10px 10px 0 0;
		margin: 0 0 5px;
	}
	#eustoma_solo .sec02_ {
		border-radius: 0 0 10px 10px;
		margin: 0 0 50px;
		padding-bottom: 20px;
	}
	#eustoma_solo .sec_ h2 {
		margin: 0 0 30px;
		letter-spacing: 1px;
        background-color: transparent;
	}
	#eustoma_solo .sec_ img {
		margin: 0 0 60px;
	}
	#eustoma_solo .sec_ ul {
		display: flex;
		justify-content: space-between;
	}
	#eustoma_solo .sec_ ul li {
		position: relative;
		background: #fff;
		width: 280px;
		border-radius: 5px;
		text-align: left;
		padding: 35px 15px 20px;
	}
	#eustoma_solo .sec_ ul li .num_ {
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width: 27px;
		text-align: center;
	}
	#eustoma_solo .sec_ ul li p {
		line-height: 26px;
	}
	#eustoma_solo .sec_ .caution_ {
		margin-top: 10px;
	}
	#eustoma_solo .recipe_ {
		background: #a58153 url(../img/txt_recipe.png) no-repeat right 62px top 36px;
		border-radius: 10px;
		padding: 40px;
		color: #fff;
		margin: 0 0 60px;
	}
	#eustoma_solo .recipe_ .head_ {
		position: relative;
		width: 300px;
		border: 1px solid #fff;
		border-radius: 2px;
		box-sizing: border-box;
		text-align: center;
		padding: 9px 0 7px;
		margin: 0 auto 25px;
	}
	#eustoma_solo .recipe_ .head_:before {
		content: '';
		position: absolute;
		left: 140px;
		bottom: -10px;
		border-style: solid;
		border-width: 13px 10px 0 10px;
		border-color: #fff transparent transparent transparent;
	}
	#eustoma_solo .recipe_ .head_:after {
		content: '';
		position: absolute;
		left: 141px;
		bottom: -9px;
		border-style: solid;
		border-width: 12px 9px 0 9px;
		border-color: #a58153 transparent transparent transparent;
	}
	#eustoma_solo .recipe_ h2 {
		text-align: center;
		font-size: 36px;
		letter-spacing: 2px;
		margin: 0 0 45px;
		font-weight: bold;
        background-color: transparent;
	}
	#eustoma_solo .recipe_ h2 span {
		font-size: 28px;
	}
	#eustoma_solo .recipe_ .intro_ {
		margin: 0 0 60px;
	}
	#eustoma_solo .recipe_ .wrapper_ {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 650px;
		margin: 0 auto;
	}
	#eustoma_solo .recipe_ > .wrapper_ {
		align-items: center;
		margin: 0 auto 65px auto;
	}
	#eustoma_solo .recipe_ .box_ {
		width: 300px;
	}
	#eustoma_solo .recipe_ > .wrapper_ .box_:nth-child(2) {
		width: 325px;
	}
	#eustoma_solo .recipe_ > ul {
		margin: 0 0 60px;
	}
	#eustoma_solo .recipe_ > ul li {
		margin: 0 0 65px;
	}
	#eustoma_solo .recipe_ > ul li:last-child {
		margin: 0;
	}
	#eustoma_solo .recipe_ > ul li .ttl_ {
		margin: 0 0 30px;
		text-align: center;
	}
	#eustoma_solo .recipe_ > ul li .ttl_ p {
		font-size: 18px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		width: 180px;
		margin: 0 auto 13px;
		padding: 8px 0 6px;
	}
	#eustoma_solo .recipe_ > ul li h3 {
		font-size: 24px;
		margin: 0;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#eustoma_solo .recipe_ > ul li .box_ > p {
		line-height: 26px;
		margin: 15px 0 0;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(1) .comment_ {
		margin: 0 0 23px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(2) .box_:first-child {
		text-align: right;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(2) .comment_ {
		margin: 0 0 15px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(2) .box_:first-child > img:first-of-type {
		margin: 0 0 40px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .box_:first-child {
		width: 400px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .box_:last-child {
		width: 220px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .comment_ {
		margin: 0 0 40px;
	}
	#eustoma_solo .recipe_ .recommend_ {
		position: relative;
		background: #fff;
		border-radius: 10px;
		padding: 45px 30px 35px;
		color: #443829;
	}
	#eustoma_solo .recipe_ .recommend_ .ttl_ {
		position: absolute;
		top: -22px;
		right: 0;
		left: 0;
		margin: auto;
		width: 248px;
	}
	#eustoma_solo .recipe_ .recommend_ .headline_ {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
		margin: 0 0 40px;
	}
	#eustoma_solo .recipe_ .recommend_ ul {
		display: flex;
		flex-wrap: wrap;
	}
	#eustoma_solo .recipe_ .recommend_ ul li {
		text-align: center;
		width: 25%;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(-n+4) {
		margin: 0 0 35px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li img {
		margin: 0 0 15px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li p {
		font-size: 16px;
		line-height: 24px;
	}
	#eustoma_solo .recipe_ .text_ {
		position: relative;
		background: #fff;
		border-radius: 10px;
		padding: 45px 30px 35px;
		color: #443829;
	}

	/* カジュアル追加 */

	#eustoma_solo .casual_ {
		background: #f3edf5;
		padding: 35px 15px 40px;
		text-align: center;
	}
	#eustoma_solo .casual01_ {
		border-radius: 10px 10px 0 0;
		margin: 0 0 5px;
	}
	#eustoma_solo .casual01_ p {
		padding: 0px 50px 0px 50px;
		margin: 0 0 30px;
		text-align: left;

	}
	#eustoma_solo .casual01_ ul {
		display: flex;
		justify-content: space-between;
	}
	#eustoma_solo .casual01_ ul li {
		position: relative;
		background: #fff;
		width: 430px;
		border-radius: 5px;
		text-align: left;
		padding: 35px 15px 20px;
		margin: 20px 0 0 0;

	}
	#eustoma_solo .casual01_ ul li .num_ {
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width: 27px;
		text-align: center;
	}
	#eustoma_solo .casual01_ ul li p {
		line-height: 26px;
		padding: 15px 20px 0px 20px;
		margin: 0 0 20px;
		text-align: left;
	}
	#eustoma_solo .casual01_ .text_ ul {
		display: flex;
		justify-content: space-between;
	}
	#eustoma_solo .casual01_ .text_ ul li {
		position: relative;
		background: #fff;
		width: 700px;
		border-radius: 5px;
		text-align: center;
		padding: 15px 15px;
		margin: 0px 0px 30px;

	}
	#eustoma_solo .casual01_ .text_ ul li .num_ {
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width: 27px;
		text-align: center;
	}
	#eustoma_solo .casual01_ .text_ ul li p {
		line-height: 26px;
		padding: 15px 20px 0px 20px;
		margin: 0 0 20px;
		text-align: left;
	}
	#eustoma_solo .casual01_ .text02_ {
		background: #fff;
		width: 700px;
		border-radius: 5px;
		text-align: center;
		padding: 15px 15px;
		margin: 0 auto 30px auto; 
	}
	#eustoma_solo .casual01_ .text02_ p {
		padding: 20px 20px 20px 20px;
		margin: 0 0 0px;
		text-align: left;

	}
	#eustoma_solo .casual01_ .text02_ img {
		padding: 20px 20px 20px 20px;
		margin: 0 0 0px;
		text-align: center;

	}
	#eustoma_solo .casual01_ .text03_ {
		background: #fff;
		width: 700px;
		border-radius: 5px;
		text-align: center;
		margin: 20px auto 20px auto; 
		border: 3px solid #d8c9dd; 

	}
	#eustoma_solo .casual01_ .text03_ p {
		font-weight: bold;
		padding: 15px 15px 15px 15px;
		margin: 0 0 0px;
		text-align: left;
	}
	#eustoma_solo .casual02_ {
		border-radius: 0 0 10px 10px;
		margin: 0 0 75px;
		padding: 20px 15px 50px 15px;
	}
	#eustoma_solo .casual_ h2 {
		margin: 0 0 30px;
		letter-spacing: 1px;
        background-color: transparent;
	}
	#eustoma_solo .casual_ img {
		margin: 0 0 60px;
		text-align: center;
	}
	#eustoma_solo .casual02_ ul {
		display: flex;
		justify-content: space-between;
	}
	#eustoma_solo .casual02_ ul li {
		position: relative;
		background: #fff;
		width: 280px;
		border-radius: 5px;
		text-align: left;
		padding: 35px 15px 20px;
		margin: 20px 0 0 0;
	}
	#eustoma_solo .casual02_ ul li .num_ {
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width: 100px;
		text-align: center;
	}
	#eustoma_solo .casual02_ ul li p {
		line-height: 26px;
	}
	#eustoma_solo .casual02_ .caution_ {
		margin-top: 10px;
	}
	#eustoma_solo .casual02_ .text04_ p {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 15px 15px 15px;
		margin: 0 0 0px;
		text-align: center;
	}
	#eustoma_solo .casual02_ .text05_ .text06_ p {
		padding: 10px 15px 15px 15px;
		text-align: left;
	}
	#eustoma_solo .casual02_ .text05_ img {
		padding: 15px 15px 15px 20px;
		margin: 0 0 0px;
		text-align: center;
	}
	#eustoma_solo .casual02_ .text06_ img {
		padding: 36px 15px 15px 20px;
		margin: 0 0 0px;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.ab_list_bt_dw li{
		width: 100%;
	}
	.section-title {
	    font-size: 16px;
	}	
	.container h1 + p{
		margin-top: 10px;
		text-align: left;
	}	
	
	.ab_list_bt_dw li:nth-child(1n) {
    margin-right: 0%;
	}
	.ab_list_bt_dw li:nth-child(2n) {
    margin-left: 0%;
	}
	#eustoma_solo{
		padding-left: 10px;
		padding-right: 10px;
	}
	#eustoma_solo h1{
		padding: 0;
		margin: 0 0 10px 0;
	}
	#eustoma_solo .pc_ {
		display: none !important;
	}
	#eustoma_solo h2,
	#eustoma_solo h3 {
		margin: 0;
	}
	#eustoma_solo img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}
	#eustoma_solo sub {
		font-size: 10px;
		vertical-align: super;
	}
	#eustoma_solo .special-intro-text {
		margin: 0;
	}
	#eustoma_solo .caution_ {
		font-size: 12px;
		text-align: right;
		margin: 3px 0 20px;
	}
	#eustoma_solo .btn_wrap_ {
		margin: 20px 0 30px;
	}
	#eustoma_solo .btn_ {
		display: block;
    text-align: center;
    border: 2px solid #938675;
    border-radius: 50px;
    background: #fff url(../../common/img/ar_down.png) no-repeat right 15px center / 14px;
		padding: 8px 0 6px;
		margin: 0 0 10px;
		text-decoration: none;
		line-height: 1.5;
	}
	#eustoma_solo .btn_:last-child {
		margin: 0;
	}
	#eustoma_solo .sec_ {
		padding: 25px 10px 20px;
		background: #f7f6f3;
	}
	#eustoma_solo .sec01_ {
		border-radius: 7px 7px 0 0;
		margin: 0 0 5px;
	}
	#eustoma_solo .sec02_ {
		border-radius: 0 0 7px 7px;
		margin: 0 0 25px;
		padding-bottom: 15px;
	}
	#eustoma_solo .sec_ h2 {
		font-size: 20px;
		text-align: center;
		margin: 0 0 15px;
        background-color: transparent;
	}
	#eustoma_solo .sec_ > img {
		width: 100%;
		margin: 0 0 20px;
	}
	#eustoma_solo .sec_ li {
		position: relative;
		background: #fff;
		border-radius: 5px;
		margin: 0 0 10px 10px;
		padding: 12px 12px 10px 17px;
	}
	#eustoma_solo .sec_ li:last-child {
		margin-bottom: 0;
	}
	#eustoma_solo .sec_ li .num_ {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -8px;
		margin: auto;
		height: 25px;
	}
	#eustoma_solo .sec_ li p {
		line-height: 1.6;
	}
	#eustoma_solo .sec_ .caution_ {
		margin-top: 12px;
	}
	#eustoma_solo .recipe_ {
		background: #a58153;
		border-radius: 7px;
		color: #fff;
		padding: 30px 10px 20px;
	}
	#eustoma_solo .recipe_ .head_ {
		position: relative;
		width: 240px;
		border: 1px solid #fff;
		border-radius: 2px;
		box-sizing: border-box;
		text-align: center;
		padding: 9px 0 7px;
		margin: 0 auto 17px;
	}
	#eustoma_solo .recipe_ .head_:before {
		content: '';
		position: absolute;
		left: 105px;
		bottom: -10px;
		border-style: solid;
		border-width: 13px 10px 0 10px;
		border-color: #fff transparent transparent transparent;
	}
	#eustoma_solo .recipe_ .head_:after {
		content: '';
		position: absolute;
		left: 106px;
		bottom: -9px;
		border-style: solid;
		border-width: 12px 9px 0 9px;
		border-color: #a58153 transparent transparent transparent;
	}
	#eustoma_solo .recipe_ h2 {
		position: relative;
		font-size: 24px;
		line-height: 1.3;
		font-weight: bold;
		letter-spacing: 2px;
		z-index: 1;
		margin: 0 0 20px;
		text-align: center;
        background-color: transparent;
	}
	#eustoma_solo .recipe_ h2:after {
		content: '';
		position: absolute;
		top: -15px;
		right: -5px;
		width: 32vw;
		height: 80px;
		background: url(../img/sp/txt_recipe.png) no-repeat center top/ contain;
		z-index: -1;
	}
	#eustoma_solo .recipe_ h2 span {
		font-size: 20px;
	}
	#eustoma_solo .recipe_ > .wrapper_ {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#eustoma_solo .recipe_ > .wrapper_ .box_:nth-child(1) {
		width: 47%;
	}
	#eustoma_solo .recipe_ > .wrapper_ .box_:nth-child(2) {
		width: 50%;
	}
	#eustoma_solo .recipe_ > ul {
		margin: 40px 0 50px;
	}
	#eustoma_solo .recipe_ > ul .ttl_ {
		margin: 0 0 15px;
		text-align: center;
	}
	#eustoma_solo .recipe_ > ul li {
		margin: 0 0 40px;
	}
	#eustoma_solo .recipe_ > ul li:last-child {
		margin: 0;
	}
	#eustoma_solo .recipe_ > ul li .ttl_ p {
		font-size: 16px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		width: 180px;
		margin: 0 auto 13px;
		padding: 8px 0 6px;
	}
	#eustoma_solo .recipe_ > ul li h3 {
		font-size: 20px;
		margin: 0;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#eustoma_solo .recipe_ > ul li .box_ {
		overflow: hidden;
	}
	#eustoma_solo .recipe_ > ul li .box_ .comment_ {
		width: 32%;
		margin-top: 5px;
	}
	#eustoma_solo .recipe_ > ul li .box_ .comment_ img {
		width: 100%;
	}
	#eustoma_solo .recipe_ > ul li .box_ p {
		clear: both;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(1) .box_:nth-child(1) > img {
		float: left;
		width: 65%;
		margin: 0 0 10px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(1) .box_:nth-child(1) .comment_ {
		float: right;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(1) .box_:nth-child(1) .comment_ + img {
		width: 70%;
		float: right;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(1) .box_:nth-child(1) p {
		margin: 0 0 10px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(1) .box_:nth-child(2) {
		text-align: center;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(1) .box_:nth-child(2) img {
		width: 100%;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(2) .box_:nth-child(1) {
		margin: 0 0 15px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(2) .box_:nth-child(1) > img:nth-of-type(2) {
		float: left;
		width: 49%;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(2) .box_:nth-child(1) > img:nth-of-type(4) {
		float: right;
		width: 49%;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(2) .box_:nth-child(2) .comment_ {
		float: left;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(2) .box_:nth-child(2) > img {
		float: right;
		width: 65%;
		margin: 0 0 10px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .box_:nth-child(1) {
		margin: 0 0 10px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .box_:nth-child(1) > img {
		float: left;
		width: 65%;
		margin: 0 0 10px;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .box_:nth-child(1) .comment_ {
		float: right;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .box_:nth-child(1) .comment_ + img {
		width: 70%;
		float: right;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .box_:nth-child(2) {
		text-align: center;
	}
	#eustoma_solo .recipe_ > ul li:nth-child(3) .box_:nth-child(2) img {
		width: 100%;
	}
	#eustoma_solo .recipe_ .recommend_ {
		position: relative;
		border-radius: 7px;
		background: #fff;
		color: #443829;
		padding: 42px 10px 20px;
	}
	#eustoma_solo .recipe_ .recommend_ .ttl_ {
		position: absolute;
		top: -22px;
		right: 0;
		left: 0;
		margin: auto;
		width: 248px;
	}
	#eustoma_solo .recipe_ .recommend_ .headline_ {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		margin: 0 0 10px;
	}
	#eustoma_solo .recipe_ .recommend_ ul {
		display: flex;
		flex-wrap: wrap;
	}
	#eustoma_solo .recipe_ .recommend_ ul li {
		width: 50%;
		text-align: center;
		margin: 0 0 20px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-last-child(-n+2) {
		margin: 0;
	}
	#eustoma_solo .recipe_ .recommend_ ul li img {
		margin: 0 0 10px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(1) img {
		width: 104px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(2) img {
		width: 111px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(3) img {
		width: 103px;
		margin: 0 0 12px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(4) img {
		width: 103px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(5) img {
		width: 96px;
		margin: 0 0 15px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(6) img {
		width: 115px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(7) img {
		width: 119px;
	}
	#eustoma_solo .recipe_ .recommend_ ul li:nth-child(8) img {
		width: 96px;
		margin: 0 0 15px;
	}
	/* カジュアル追加 */
	#eustoma_solo .casual_ {
		padding: 25px 10px 20px;
		background: #f3edf5;
	}
	#eustoma_solo .casual01_ {
		border-radius: 7px 7px 0 0;
		margin: 0 0 5px;
	}
	#eustoma_solo .casual02_ {
		border-radius: 0 0 7px 7px;
		margin: 0 0 25px;
		padding-bottom: 15px;
	}
	#eustoma_solo .casual_ h2 {
		font-size: 20px;
		text-align: center;
		margin: 0 0 15px;
        background-color: transparent;
	}
	#eustoma_solo .casual_ > img {
		width: 100%;
		margin: 0 0 20px;
	}
	#eustoma_solo .casual01_ > img {
		width: 100%;
		margin: 0 0 30px;
	}
	#eustoma_solo .casual01_ li {
		position: relative;
		background: #fff;
		border-radius: 5px;
		padding: 20px 10px 10px 10px;
		margin: 40px 0 10px 0px;
	}
	#eustoma_solo .casual01_ li:last-child {
		margin-bottom: 0;
	}
	#eustoma_solo .casual01_ li .num_ {
		position: absolute;
		top: -20px;
		bottom: 0;
		height: 27px;
		right: 0;
		left: 0;
		text-align: center;
	}
	#eustoma_solo .casual01_ li h3{
		padding: 10px 0px 10px 0px;
	}
	#eustoma_solo .casual01_ li p {
		line-height: 1.6;
	}
	#eustoma_solo .casual01_ .caution_ {
		margin-top: 12px;
	}
	#eustoma_solo .casual01_ .text_ {
		position: relative;
		border-radius: 7px;
		background: #fff;
		color: #443829;
		padding: 42px 10px 20px;
	}
	#eustoma_solo .casual01_ .text02_ {
		background: #fff;
		border-radius: 5px;
		text-align: center;
		padding: 15px 15px;
		margin: 0 auto 30px auto; 
	}
	#eustoma_solo .casual01_ .text02_ p {
		padding: 0px 0px 0px 0px;
		margin: 0 0 0px;
		text-align: left;
	}
	#eustoma_solo .casual01_ .text02_ img {
		width: 100%;
		padding: 15px 0px 0px 0px;
	}
	#eustoma_solo .casual01_ .text03_ {
		background: #fff;
		border-radius: 5px;
		text-align: center;
		padding: 15px 15px;
		margin: 30px auto 30px auto; 
		border: 3px solid #d8c9dd; 
	}
	#eustoma_solo .casual01_ .text03_ p {
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		margin: 0 0 0px;
		text-align: left;
	}
	#eustoma_solo .casual02_ li {
		position: relative;
		background: #fff;
		border-radius: 5px;
		padding: 20px 15px 15px 15px;
		margin: 40px 0 15px 0px;
	}
	#eustoma_solo .casual02_ li:last-child {
		margin-bottom: 0;
	}
	#eustoma_solo .casual02_ li .num_ {
		position: absolute;
		top: -50px;
		bottom: 0;
		margin: 30px;
		height: 27px;
		right: 0;
		left: 0;
		text-align: center;
	}
	#eustoma_solo .casual02_ li h3{
		padding: 10px 0px 10px 0px;
	}
	#eustoma_solo .casual02_ li p {
		line-height: 1.6;
	}
	#eustoma_solo .casual02_ .text04_ p {
		font-size: 18px;
		font-weight: bold;
		padding: 10px 15px 15px 15px;
		margin: 0 0 0px;
		text-align: center;
	}
	#eustoma_solo .casual02_ .text05_ p {
		padding: 10px 15px 15px 15px;
		text-align: left;
	}
	#eustoma_solo .casual02_ .text05_ img {
		padding: 0px 15px 0px 15px;
		margin: 0 0 0px;
		text-align: center;
	}
	#eustoma_solo .casual02_ .text06_ p {
		padding: 10px 15px 15px 15px;
		text-align: left;
	}
	#eustoma_solo .casual02_ .text06_ img {
		padding: 0px 15px 0px 20px;
		margin: 0 0 0px;
		text-align: center;
	}
}
