@charset "utf-8";

/*-------------------------------------
メール便について
---------------------------------------*/
.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 970px;
	margin: 30px auto;
	color: #333333;
	font-size: 14px;
	background-color:#FFF;
}

#container h2 {
    background: none repeat scroll 0 0 transparent;
    border-left: 4px solid #FF3300;
    color: #111111;
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto 10px;
    padding: 4px 8px;
}

#container h3 {
    background: none repeat scroll 0 0 #4DCAEE;
    color: #FFFFFF;
    margin-bottom: 1em;
    padding: 5px 8px;
	font-size:22px;
}

#container h4 {
    color: #F00;
	padding-bottom:3px;
	font-size:18px;
}

.otoku_wrap h4 {
	font-size: 24px;
	text-shadow:
		-2px -2px #FFFF00,
		2px -2px #FFFF00,
		-2px 2px #FFFF00,
		2px 2px #FFFF00;
}
.about_mail_delivery h4 {
	font-size:26px;
	color:#00F;
}

#container h5 {
	color:#FFF;
	background-color:#FF5050;
	padding:8px;
	font-size:26px;
}

#container hr {
	border:1px solid #CCC;
}

#container .blue {
	color:#00F;
	font-weight:bold;
	font-size: 18px;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/*-------------------------------------
contents header
---------------------------------------*/
.contents_header {
	margin-bottom:30px;
}
.contents_header img {
	width: 970px;
	height: 150px;
}
#container .section {
	margin-bottom:10px;
}
.fontMuryou {
	color:#F00;
}

.mail_item_container {
	margin:30px 10px 0 0;
	width:990px;
	overflow:hidden;
}
.mail_item_container ul li {
	float:left;
	margin:0 10px 10px 0;
}
.mail_item_wrap {
	width:174px;
	padding:10px 6px;
	border:1px solid  #4DCAEE;
}
.mail_item_name {
	text-align:center;
	font-size:12px;
	background:#4DCAEE;
	padding:4px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
}
.mail_item_container a, a span {
	text-decoration:none;
}
.mail_item_caption {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color: #0062B0;
    text-decoration: underline;
}
.otoku_container {
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
	margin-bottom: 30px;
}
.otoku_wrap {
	background:#FAE7C6;
	box-sizing: border-box;
	border: 4px solid #FF5050;
	display: flex;
	font-weight:bold;
	justify-content: space-between;
	padding: 10px;
	width: 49%;
}
.otoku_wrap .text_wrap {
	width: 320px;
}
.otoku_wrap .img_wrap {
	width: 110px;
	padding: 14px 0px 0;
}
/*.otoku1 {
	float:left;
	margin-right:20px;
}*/
/*.otoku2 {
	float:right;
}*/
.otoku_btn {
	width:900px;
	background:#FF5050;
	padding:14px;
	margin:0 auto;
}
.otoku_btn p {
	text-align:center;
	display:block;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}
.otoku_btn_link {
	color:#FFF;
}
.about_mail_delivery {
	margin:30px 0;
	border:1px solid #009;
	padding:12px;
}
.about_mail_delivery img {
	margin:20px auto;
	display:block;
}

.notice_mail_delivery {
	width:810px;
	border:1px dashed;
	padding:10px;
	margin:0 auto;
}
.notice_mail_delivery p {
	margin-bottom:10px;
}
.notice_mail_delivery ul li {
	list-style:disc;
	margin: 3px 0 4px 30px;
	font-size:12px;
}
.arrow {
	margin:40px auto;
	display:block;
}
#delivery_mail_item .row {
	margin:20px 0;
}
#delivery_mail_item .text_wrap {
	width:320px;
	float:left;
}
#delivery_mail_item .img_wrap {
	width:640px;
	float:right;
}
p.pLeft {
	margin-left: 20px;
}

/*-------------------------------------
スマホ用設定
---------------------------------------*/
@media screen and (max-width:479px) {
#lp_page {
	width: 95%;
}
.pc {
	display: none !important;
}

.sp {
	display: block !important;
}
#container h2 {
	font-size:4vw;
}
.contents_header {
	margin-bottom: 20px;
}
.contents_header img {
	width: 100%;
	height: auto;
}
	.otoku_container{
		display: block;
		width: 100%;
	}
	.otoku_wrap {
		display: block;
		width: 100%;
	}
.otoku_wrap .text_wrap {
    width: 100%;
}
.otoku_wrap .img_wrap {
    width: 100%;
    text-align:center;
    padding: 14px 0px 0;
}
.otoku1 {
	margin-bottom: 20px;
}
.fontMuryou {
	font-size:3.7vw;
}
.otoku_wrap h4 {
	font-size:6.4vw;
}
.text_wrap p {
	font-size:3.7vw;
}
.about_mail_delivery h4 {
	font-size: 5vw;
}
.about_mail_delivery p {
	font-size: 3.7vw;
}
em.blue {
	font-size: 4.5vw;
}
.notice_mail_delivery {
	width: 100%;
	box-sizing: border-box;
}

.about_mail_delivery img {
	width: 100%;
}

.notice_mail_delivery ul li {
	margin-left:28px;
}
.notice_mail_delivery p {
	padding-left:1em;
	text-indent:-1em;
	font-size: 3.8vw;
}

.notice_mail_delivery ul li {
	font-size: 3.2vw;
}
}/* 消さない */
