@charset "utf-8";
/* CSS Document */
/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                レスポンシブ!!

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {
.top_bg1 {
	background-image: url(images/bg01.jpg);
}
.txt01 ul {
	margin-left: 0;
	padding-left: 0px;
}
.txt01 li {
	text-indent: 0em;
	list-style-type: none;
}
.txt01 li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f075";/*アイコンの種類*/
	color: skyblue; /*アイコン色*/
	margin-right: 10px;
}
.ban_01 {
	padding: 0 40px;
	margin-bottom: 60px;
}
.ban_02 {
	margin-bottom: 20px;
}

.ban_03 ul {
	margin-left: 0;
	padding-left: 30px;
}
.ban_03 li {
	text-indent: 0em;
	text-indent: -1.3em;
}
.ban_03 li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*←ココ！！！！！！！*/
	content: "\f069";/*アイコンの種類f14a*/
	color: #999; /*アイコン色*/
	margin-right: 5px;
}

/*価格*/
.price_con {
	margin-bottom: 60px;
}
.price_box {
	padding: 0 40px;
	margin: 0 auto;
}
/*タイトル下余白*/
.price_box_title{
	font-weight:bold;
	margin-bottom:25px;
}
.price_box_title span{
	font-weight:normal;
}

/*価格表*/
.price_box_tbl {
	width: 100%;
	margin: 0 auto 60px;
	border-collapse: separate;
	border-spacing: 0px 15px;
}
.price_box_tbl th, .price_box_tbl td {
	padding: 10px;
}


.price_box_tbl tbody th {
	width:190px;
	white-space:nowrap;
	background: #272c38;
	vertical-align: middle;
	text-align: left;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}
.price_box_tbl tbody th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #272c38;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
	.price_box_tbl th::after {
	float: right;
	padding: 0;
	left: 30px;
	top: 10px;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border: 10px solid transparent;
	border-left: #272c38 10px solid;
	margin-top: -10px;
	}
}
.price_box_tbl td {
	background: #f8f8f8;
	padding-left: 20px;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {
.top_bg1 {
	background-image: url(images/bg01.jpg);
}
.ti1 span {
	font-size: 16px;
}
.txt01 ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom:10px;
}
.txt01 ul li {
	text-indent: -1.6em;
	list-style-type: none;
	padding-left: 30px;
}
.txt01 li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f075";/*アイコンの種類*/
	color: skyblue; /*アイコン色*/
	margin-right: 10px;
}
.ban_01 {
	width: 95%;
	padding: 0;
	margin: 0 0 25px 2%;
}
.ban_01 img {
	width: 100%;
	height: auto;
}
.ban_02 {
	width: 95%;
	margin: 0 auto 20px
}

.ban_03{
	font-size:0.8em;
	box-sizing:border-box;
	border:1px solid #BA161B;
	padding:8px;
}

.ban_03 ul {
	margin-left: 0;
	padding-left: 20px;
}
.ban_03 li {
	text-indent: 0em;
	text-indent: -1.3em;
}
.ban_03 li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*←ココ！！！！！！！*/
	content: "\f069";/*アイコンの種類f14a*/
	color: #999; /*アイコン色*/
	margin-right: 5px;
}



/*価格*/
.price_con {
	width: 95%;
	margin:0 auto 30px;
	padding: 0;
}
.price_box {
	margin: 0 auto;
}
/*タイトル*/
.price_box_title{
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	border-right: solid 3px #d7d7d7;	
	font-weight:bold;
	margin-bottom:25px;
}
.price_box_title span{
	display:inline-block;
	font-size:0.8em;
	line-height:1.0em;
	font-weight:normal;
}

/*価格表*/
.price_box_tbl {
	width: 100%;
	margin: 0 auto 60px;
	border-collapse: separate;
	border-spacing: 0px 15px;
	box-sizing:border-box;
}
.price_box_tbl th, .price_box_tbl td {
	padding: 10px;
	display:block;
	box-sizing:border-box;
}


.price_box_tbl tbody th {
	width:100%;
	white-space:nowrap;
	background: #272c38;
	vertical-align: middle;
	text-align: left;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	margin-bottom:10px;
}
.price_box_tbl tbody th:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 40px;
	border: 10px solid transparent;
	border-top: 10px solid #272c38;
	width: 0;
	height: 0;
}

.price_box_tbl td {
	margin-left:10px;
	width:100%;
	background: #f8f8f8;
}
.price_box_tbl td:last-child{
	text-align:right;
	font-weight:bold;
}

/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
