@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */


/*スマートフォン*/
@media screen and (min-width:0px)  {
/* =======================
	　全体
========================== */
#container {
	width: 90%;
	margin: 10px auto 40px;
}
/* =======================
	　タイトル
========================== */
h2 {
	font-size: 2.4rem;
	text-align: left;
	margin-bottom: 30px;
}
#container .min {
	text-align: center;
}
h3 {
	font-size: 1.4rem;
	margin-bottom: 20px;
	font-weight: bold;
}
#container .contents_box .txt_box .under_l.aco_ub {
	text-decoration: underline;
}
/* =======================
	　コンテンツ内
========================== */
#container .topicpath {
    margin-bottom: 60px;
}
#container .contents_box .txt_box p {
	text-align: left;
	font-size: 1.4rem;
}
#container .txt_ditail {
	margin: 15px 0 20px;
}
#container .bn_sm {
	padding: 0px 10px;
	width: 30%;
}
#container .ttl .contents_box .txt_box p .inside_txt {
	text-align: left;
	margin: 15px 0 75px;
}
#container .h2_top {
	margin-top: 55px;
}
#container .ttl_no2 {
	font-size: 2.3rem;
}
}
/*タブレット（横）*/
@media screen and (min-width:1024px) {	
#container {
    width: 1000px;
    margin: 10px auto;
}
.page_image p{
	width: 160%;
	right: -300px;
	position: absolute;
}
}
/* PCページ */
@media screen and (min-width:1025px) {	
/* =======================
	　全体
========================== */
#container {
   width: 1000px;
    margin: 0 auto 30px;
}
/* =======================
	　ヘッダー
========================== */
.page_image p{
	width: 100%;
	right: 0;
}
/* =======================
	　コンテンツ内
========================== */
#container .ttl h2, h3, h4 {
	font-size: 2.3rem;
	margin-bottom: 20px;
	text-align: left;

}
#container h2, h3, h4 {
  font-size: 3.0rem;
	margin-bottom: 40px;
}
#container .topicpath {
	margin-bottom: 70px;
}
#container .topicpath {
	font-size: 1.2rem;
}
#container .main_image {
	margin-top:20px;
}
#container .contents_box p{
	text-align: left;
	font-size: 1.4rem;
}
#container .txt_box {
    padding-top: 15px;
}
#container .under_l {
    text-decoration: underline;
    cursor: pointer;
}
#container section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}
#container .lowest_price {
	margin-bottom: 80px;
}
#container .bn_sm {
	padding: 0px 10px;
}
#container .ttl .contents_box .txt_box p {
	margin-bottom: 30px;
}
}