@charset "UTF-8";
.notes{
	padding:10px;
	background-color:#FFF;
}
@media only screen and (min-width: 768px) {
.notes{
	padding:20px;
}
}

.rentalList{
	margin-bottom:20px;
}
.rental .priceList{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.rentalList .priceList:nth-child(odd){
	background-color:#EFEFEF;
}
.rentalList .priceList:nth-child(even){
	background-color:#FFF;
}

.priceList .product_name{
	margin:0 auto;
	padding:2% 2%;
	width:66%;
}
.priceList .product_price{
	margin:0 auto;
	padding:2% 2%;
	width:26%;
	text-align:center;
}
.priceList p{
	margin-bottom:0;
}
@media only screen and (min-width: 768px) {
.rentalList{
	margin-bottom:80px;
}
}

.repairList{
	margin-bottom:20px;
}
.repair .priceList{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.repairList .priceList:nth-child(odd){
	background-color:#EFEFEF;
}
.repairList .priceList:nth-child(even){
	background-color:#FFF;
}

@media only screen and (min-width: 768px) {
.repairList{
	margin-bottom:80px;
}
}
.repair p.tel{
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color:#001D39;
}
.repair p.ic{
	text-align:center;
}
@media only screen and (min-width: 768px) {
.repair p.tel{
	font-size:52px;
}
}

p.itemname{
	margin-bottom:0;
}
p.price{
	font-size:14px;
}
@media only screen and (min-width: 768px) {
}

.page .container {
	border-top:1px solid #CCCCCC;
	padding:16px 20px;
}
.topicsList p {
	padding:8px;
	margin-bottom:0;
}
.topicsList p .t_date {
	font-weight:bold;
	color:#1B325E;
}
.topics p.date{
	text-align:right;
}
.topicsPage{
	padding:10px;
}
@media only screen and (min-width: 768px) {
.page .container {
	padding:40px 30px;
}
.topicsList p {
	padding:12px;
}
.topicsList p .t_date {
	margin-right:20px;
}
.topicsPage{
	padding:20px;
}
}
@media only screen and ( max-width : 767px ) {
.topicsList p .t_date {
	display:block;
}
}

.contact p.tel{
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color:#001D39;
}
.contact p.ic{
	text-align:center;
}
@media only screen and (min-width: 768px) {
.contact p.tel{
	font-size:52px;
}
}

.cform table{
	margin-bottom:30px;
}
.cform table th{
	vertical-align:top;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width:25%;
}
.cform table td{
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

.cform input[type="text"] {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #C1C1C1;
}
.cform input[type="email"] {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #C1C1C1;
}
.cform textarea {
    width: 100%;
    padding: 10px 10px 40px;
    background-color: #FFF;
    border: 1px solid #C1C1C1;
}
.cform p.btn{
	text-align:center;
}
.cform .btn input {
    color: #FFF;
    text-align: center;
    background-color: #FF9933;
    display: block;
    position: relative;
    border: none;
    width: 80%;
    margin: 24px auto 32px;
    padding: 12px;
}
@media only screen and (max-width:768px) {
.cform table tr{
display: block;
margin-bottom: 10px;}
.cform table th{
display: block;
width: 96%;
padding: 6px 2%;}
.cform table td{
display: block;
width: 96%;
padding: 6px 2%;
	border-top: none;
}

}
@media only screen and (min-width: 768px) {
.cform .btn input {
    width: 400px;
}
}
