<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.w900{
	max-width: 900px;
	width: auto;
}
.margin_top100{
	margin-top: 120px;
}
.pt_15{
	padding-top: 15px;
}
.font-size14{
	font-size: 14px;
}
section{
	margin-bottom: 80px;
}
/*sectionタイトル*/
h2{
	text-align: center;
	padding-bottom: 30px;
}
h2 img{
	width: auto;
	height: 88px;
	margin: 0 auto;
}


/*冷凍自動販売機の魅力*/
.attraction_flex{
	display: flex;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.attraction_flex ul{
	width: 54%;
}
.attraction_flex ul li{
	box-sizing: border-box;
	background-color: #faebe9;
	padding: 20px 30px;
	color: #ca3828;
	font-size: 22px;
	line-height: 1.6em;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
}
.attraction_flex ul li::before, .attraction_flex ul li::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
}

.attraction_flex ul li::before {
	border-left: solid 3px #ca3828;
	border-top: solid 3px #ca3828;
	top: 0;
	left: 0;
}

.attraction_flex ul li::after {
	border-right: solid 3px #ca3828;
	border-bottom: solid 3px #ca3828;
	bottom: 0;
	right: 0;
}
.attraction_flex ul li p::before, .attraction_flex ul li p::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
}

.attraction_flex ul li p::before {
	border-left: solid 3px #ca3828;
	border-bottom: solid 3px #ca3828;
	bottom: 0;
	left: 0;
}

.attraction_flex ul li p::after {
	border-right: solid 3px #ca3828;
	border-top: solid 3px #ca3828;
	top: 0;
	right: 0;
}
.attraction_flex&gt;p{
	width: 46%;
}
.attraction_flex&gt;p img{
	width: 100%;
	height: auto;
	padding-left: 20%;
    padding-right: 12%;
	box-sizing: border-box;
}
.attraction&gt;p{
	line-height: 1.6em;
	display: block;
	max-width: 80%;
	margin: 0 auto;
}


/*冷凍自動販売機の特徴*/
.feature_list{
	max-width: 800px;
	margin: 0 auto;
}
.feature_list dl{
	margin-bottom: 45px;
}
.feature_list dl dt{
	padding-left: 50px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 2em;
	color: #ca3828;
	border-bottom: solid 2px #ca3828;
	margin-bottom: 15px;
}
.feature_list dl dt::before{
	position: absolute;
	content: '1';
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #ca3828;
	border-radius: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 6px 0;
	box-sizing: border-box;
	left: 5px;
	bottom: 5px;
	text-align: center;
	line-height: 1em;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.feature_list dl:nth-child(2) dt::before{
	content: '2';
}
.feature_list dl:nth-child(3) dt::before{
	content: '3';
}
.feature_list dl:nth-child(4) dt::before{
	content: '4';
}
.feature_list dl:nth-child(5) dt::before{
	content: '5';
}
.feature_list dl:nth-child(6) dt::before{
	content: '6';
}
.feature_list dl:nth-child(7) dt::before{
	content: '7';
}
.feature_list dl:nth-child(8) dt::before{
	content: '8';
}
.feature_list dl:nth-child(9) dt::before{
	content: '9';
}
.feature_list dl dt::after{
	position: absolute;
	content: '特徴';
	font-size: 14px;
	font-weight: 600;
	color: #ca3828;
	top: -16px;
	left: 4px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1em;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.feature_list dl dd{
	line-height: 1.6em;
	padding-left: 50px;
	padding-right: 10px;
}
.price_card{
	display: flex;
	align-items: center;
}
.price_card p img{
	width: 240px;
	height: auto;
}
.price_card p:nth-child(2) img{
	width: 30px;
	height: auto;
}
.price_card p:nth-child(2){
	padding: 0 24px;
}
.option{
	color: #ca3828;
	border: solid 2px #ca3828;
	border-radius: 4px;
	padding: 7px 10px 4px 10px;
	font-size: 13px;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	line-height: 1em;
	vertical-align: text-bottom;
}
.pay_example_flex{
	display: flex;
	padding-bottom: 15px;
}
.pay_example p{
	width: auto;
	height: 80px;
	font-weight: 600;
}
.pay_example p img{
	width: auto;
	height: 85px;
	padding: 0 20px 15px 20px;
}
.pay_example{
	text-align: center;
}
.pay_example_way{
	height: auto!important;
}
.additional_fee{
	color: #ca3828;
	font-weight: 600;
	display: block;
	border: solid 2px #ca3828;
	padding: 12px 20px;
	text-align: center;
	font-size: 15px;
}


/*冷凍自動販売機「ど冷えもん」の商品仕様*/
.specification_box{
	margin: 0 auto;
	max-width: 445px;
}
.specification_box p{
	padding-bottom: 10px;
}
.specification_box p:last-child{
	padding-right: 10px;
	font-size: 14px;
	text-align: right;
}
.specification_box p img{
	width: 100%;
	height: auto;
}


/*よくあるご質問*/
.faq{
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.5em;
}
.faq dl{
}
.faq dl dt{
	background-color: #faebe9;
	padding: 18px 20px 18px 50px;
	background-image: url("../img/dohiemon/Q.png");
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 25px center;
}
.faq dl dd{
	background-color: #fcf7f5;
	margin-bottom: 2px;
	padding: 18px 20px 18px 50px;
	background-image: url("../img/dohiemon/A.png");
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 25px 23px;
}


/*お問い合わせ*/
.dohiemon_contact{
	max-width: 560px;
	margin: 0 auto;
}
.dohiemon_contact&gt;p{
	margin-bottom: 25px;
	line-height: 1.5em;
}
.dohiemon_contact_box{
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
}
.dohiemon_contact_box&gt;p:first-child{
	font-weight: 600;
	padding-bottom: 30px;
}
.tel{
	padding-bottom: 20px;
}
.tel span{
	padding-left: 10px;
	font-size: 26px;
	color: #ca3828;
	font-weight: 600;
}
.mail{
	padding-bottom: 25px;
	line-height: 1.6em;
}
.font-size18{
	font-size: 18px;
	padding-left: 10px;
}
.dohiemon_contact_btn{
	color: #fff;
	font-weight: 600;
	text-align: center;
	background-color: #ca3828;
	padding: 14px 25px;
	box-sizing: border-box;
	width: 305px;
	display: block;
	margin: 0 auto;
}
.dohiemon_contact_btn:hover{
	opacity:0.5;
	transition: 0.6s ;
}


@media screen and (max-width:650px) { 
.margin_top100 {
    margin-top: 60px;
}
section{
	margin-bottom: 50px;
}
.pt_15 {
    padding-top: 10px;
}
	
/*sectionタイトル*/
h2{
	padding-bottom: 25px;
}
h2 img {
    width: auto;
    height: 70px;
	margin: 0 auto;
}

/*冷凍自動販売機の魅力*/
.attraction_flex{
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.attraction_flex ul {
    width: 100%;
	margin-bottom: 25px;
}
.attraction_flex ul li {
    padding: 15px 0px;
    font-size: 18px;
    margin-bottom: 12px;
	text-align: center
}	
.attraction_flex&gt;p {
    width: 100%;
	text-align: center;
}
.attraction_flex&gt;p img {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
}	
.attraction&gt;p {
    max-width: 100%;
    margin: 0 auto;
}	
.feature_list dl dt {
    padding-left: 50px;
	padding-bottom: 5px;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 10px;
}	
.feature_list dl dt::before {
    font-size: 18px;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    left: 5px;
    bottom: 10px;
    line-height: 1em;
}	
.feature_list dl dt::after {
    font-size: 14px;
    bottom: 42px;
    left: 5px;
	top: unset;
    letter-spacing: 0.1em;
    line-height: 1em;
}	
.feature_list dl dd {
    padding-left: 0px;
    padding-right: 0px;
}	
.feature_list dl {
    margin-bottom: 25px;
}	
.price_card&gt;p{
	text-align: center;
}	
.price_card p:nth-child(2) img {
    width: 30px;
    height: auto;
	transform: rotate(90deg);
}
.price_card p img {
    padding: 5px 0;
}	
.pay_example p img {
    width: 80%;
    height: auto;
    padding: 0 20px 5px 20px;
}	
.pay_example p {
    width: 90%;
    height: auto;
	margin: 0 auto;
}	
.pay_example:first-of-type .pay_example_way{
	padding-bottom: 20px;
}	
	.additional_fee{
		line-height: 1.4em;
	}
.price_card {
    display: block;
}
.pay_example_flex {
    display: block;
    padding-bottom: 15px;
}
.faq dl dt {
    padding: 15px 15px 15px 40px;
    background-size: 18px auto;
    background-position: 15px center;
}
.faq dl dd {
    padding: 15px 15px 15px 40px;
    background-image: url(../img/dohiemon/A.png);
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 15px 19px;
}
.dohiemon_contact&gt;p {
    margin-bottom: 20px;
}
.dohiemon_contact_box {
    padding: 25px 0;
}
.dohiemon_contact_box&gt;p:first-child {
    padding-bottom: 20px;
}
.tel {
    padding-bottom: 10px;
}
.mail {
    padding-bottom: 20px;
    line-height: 1.4em;
}
.dohiemon_contact_btn {
    padding: 15px 0;
    width: 90%;
}
.specification_box p:last-child {
    padding-right: 0px;
	font-size: 13px;
}






}</pre></body></html>