﻿@font-face {
  font-family: 'soft';
  src: url('../../font/soft.ttf') format('truetype');
}
@charset "utf-8";
@media screen
 and ( min-width:320px) 
 and ( max-width:720px) {
.sub_tit {
	width: 98%;
	box-shadow: 2px 2px 2px #999;
	padding: 5px 5px 5px 1em;
	text-indent: 0;
	margin: 10px auto 20px;
	border-radius: 0 0 8px 0;
	font-size: 140%;
	line-height: 24px;
	background: #FFF;
}
.price01 {
	width: 20%;
	float: left;
	padding: 10px 0;
	background:#333;
	text-align: center;
	border-radius: 8px;
	color: #FFF;
	margin-top: 10px;
	margin-left: 5px;
}
.price02 {
	float: left;
	text-align: right;
	margin-top: 20px;
	color: #333;
	margin-left: 5px;
}
.fs {
	font-size: 210%;
	font-weight: bold;
}
.sub_tit2 {
	width: 98%;
	box-shadow: 2px 2px 2px #999;
	padding: 5px 5px 5px 1em;
	text-indent: 0;
	margin: 30px auto;
	border-radius: 0 0 8px 0;
	font-size: 140%;
	line-height: 24px;
	background: #FFF;
}
.symptom {
	width:40%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #999;
	color: #333;
	box-shadow: 2px 2px 2px #999;
	font-size: 140%;
	font-weight: bold;
	background: #FC3;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #FFF;
	margin-bottom: 2em;
}
.symptom1 {
	width:50%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #999;
	color: #333;
	box-shadow: 2px 2px 2px #999;
	font-size: 140%;
	font-weight: bold;
	background: #FC3;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #FFF;
	margin-bottom: 2em;
}
.symptom2 {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #999;
	color: #333;
	box-shadow: 2px 2px 2px #999;
	font-size: 120%;
	font-weight: bold;
	background: #FC3;
	letter-spacing: 2px;
	text-shadow: 2px 2px 2px #FFF;
	margin-bottom: 2em;
}
.gaisyou2 {
	border-left: 8px solid #F03;
	padding:10px;
	text-indent: 0;
	color: #333;
	margin: 10px 0 5px;
	font-size: 120%;
	font-weight: bold;
	line-height: 24px;
	box-shadow: 2px 2px 2px #CCC;
	border-top: 1px solid #CCC;
	background: #F3F3F3;
}

 }
@media screen and ( min-width:600px) {

}
@media screen and ( min-width:750px) {

}
@media screen and ( min-width:1000px) {

}