/*
======================
	   スマホ用
======================
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: ;
}

section {
	margin: 0 0 70px;
}

li {
	list-style: none;
}

.center-text {
	text-align:center;
}

.red-text {
	color: #ba0219;
	font-weight: bold;
}

.link-box {
	margin: 40px 0 0;
	text-align: center;
}

.link-box .btn {
	font-size: 1.2rem;
}

.btn {
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);
}

.btn.red-btn {
	background: linear-gradient(rgb(210, 23, 30), rgb(150, 34, 41));
	color: #fff !important;
	border: none;
}

.btn.blue-btn {
	background: linear-gradient(#171CA5, #171C65);
	color: #fff;
	border: none;
}

.attention-text {
	padding: 0 0 0 1em;
	display: inline-block;
	text-indent: -1em;
}

.continer {
	padding: 0 10px;
}

.section-title {
	width: 250px;
	margin: 0 auto 30px;
	padding: 10px 0;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	background: linear-gradient(rgb(210, 23, 30), rgb(150, 34, 41));
	border-radius: 10px;
	box-shadow: rgb(120, 120, 120) 3px 3px 6px;
    text-shadow: rgb(120, 120, 120) -1px -1px 1px;
}

.section-lavel {
	margin: 0 0 20px;
	padding: 5px 10px;
	color: #393939;
	font-weight: bold;
	border-left: 10px solid #ba0219;
	background: #f1f1f1;
}

.section-lavel.blue-label {
	border-left: 10px solid #171C65;
}

.section-body {
	margin: 0 0 40px;
	padding: 0 10px;
}

/*header*/
#Header {
	margin: 0 0 30px;
}

.header-logo {
	width: 100px;
}

.navbar-item {
	text-align: center;
}

/*footer*/
#Footer {
	margin: 40px 0 0;
	padding: 20px 0 10px;
	text-align: center;
	background: #999999;
	color: #fff;
}

#Footer ul {
	margin: 0;
}

#Footer ul li {
	margin: 0 0 10px;
}

#Footer ul li a {
	color: #fff;
}

/*top*/
.top-main-view {
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top-main-title {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.top-main-image {
	width: 70%;
	margin: auto;
}

.top-description-text {
	position: absolute;
	bottom: 45px;
	font-size: 20px;
	text-align: center;
}

.top-section-content-box {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top-section-content-box > div {
	margin: 0 0 20px;
	border: 1px solid #ccc;
}

.top-section-content-box h3 {
	padding: 8px 0;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #ba0219;
}

.top-section-content-box h3 span {
	font-size: 18px;
}

.top-section-content-box p {
	padding: 0 10px;
	font-size: 18px;
	text-align: justify;
}


/*accordion*/
.accordion {
	margin: 0 0 30px;
}

.accordion dt {
    overflow: hidden;
    padding: 0px 10px 0px 0px;
    margin-top: 8px;
    height: 40px;
    font-size: .8em;
    line-height: 40px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.accordion dt span {
    display: inline-block;
    width: 25px;
    background: #171C65;
    color: #fff;
    font-size: 1em;
    margin: 0 10px 0 0;
    text-align: center;
}

.accordion dd {
	display:none;
    padding: 20px;
    background: #f1f1f1;
    cursor: default;
}

/*description*/
.description-content-text {
	font-size: .8rem;
	text-align: center;
}

.description-content-img {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 18px;
	overflow: hidden;
}

.description-content-img-box {
	height: 75px;
	overflow:hidden;
	width: 49%;
	border: 1px solid #ccc;
}

.description-content-img img {
	width: 100%;
}

.description-content-r-text {
	margin:0 0 2rem;
	font-size: 1.1rem;
	color: #ba0219;
	text-align: center;
}

/*contact*/
.contact-content-btn.btn {
	font-size: .7rem;
}

.contact-form {
	padding: 10px;
	background: #f3f3f3;
}

.contact-form-type2-box {
	display: none;
}

/*price*/
.price-content-ul {
	margin: 30px 0;
}

.price-content-li {
	margin: 0 auto 20px;
	text-align: center;
	border: 1px solid #ddd;

}

.price-content-li h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #fff;
	background: #ba0219;
}

.price-content-li div {
	padding: 20px 0;
	font-size: 1.3rem;
	background: #eee;
}

/*supprot*/

.maintenance-ul li{
	margin: 0 0 18px;
}

.maintenance-ul li:last-child {
	margin: 0;
}


/*footer-page*/

.d-ul {
	padding: 0 0 0 1rem;
}

.d-ul > li {
	list-style-type: decimal;
	margin: 10px 0 0;
}

.d-ul.square > li {
	list-style-type: square;
}

.d-ul > li ul {
	padding: 0 0 0 1rem;
}

.d-ul > li ul li {
	text-indent: -1.5em;
	margin: 0 0 8px;
}


/*quotient*/
.quotient-table td {
	padding: 0 0 8px;
}

.quotient-table th {
	width: 30%;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

/*company*/

#map_canvas {
	height: 200px;
	margin: 20px 0 0;
}