@charset "utf-8";
/* CSS Document */
#ranking h2 {
  line-height: 57px;
  position: relative;
  height: 54px;
  margin: 1em 40px .25em;
  padding: 0 2rem;
  text-align: center;
  color: #ffff00;
  background: #008cf2;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: .2em;
}

#ranking h2:before,
#ranking h2:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 27px solid #008cf2;
}

#ranking h2:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#ranking h2:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#ranking h2 span {
  position: relative;
  display: block;
}
#ranking .flex_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ranking .flex_box.map_box div{
	width: 50%;
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 33.4%; /* 比率を4:3に固定 */
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.com_box{
	border: 1px solid #ccc;
	padding: 1em;
	margin: .5em 0;
}
.com_box .flex_box .half{
	width: 49%;
}
.txt1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
ul.content_list{
	margin: .5em 0;
	text-align: left;
}
ul.content_list li{
	border-bottom: 1px dotted #aaa;
	margin-bottom: .25em;
}
ul.icon{
	margin: .5em 0;
	padding: 0;
}
ul.icon li{
	float: left;
	width: 12%;
	margin: 0 2px;
}
.l_box {
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
.l_box p {
	width: 49%;
	text-align: center;
	margin: 0 auto;
}
.l_box p a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
	transition: .2s;
}
.l_box .more_bt a {
	background-color: #00AAFF;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #1060C1;
}

.l_box .more_bt a:hover {
	transform: translateY(3px);
	box-shadow: 0px 2px 0px 0px #1060C1;
}
.l_box .buy_bt a {
	background-color: #DD0050;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #8E003A;
}
.l_box .buy_bt a:hover {
	transform: translateY(3px);
	box-shadow: 0px 2px 0px 0px #8E003A;
}
span.price{
	font-weight: bold;
	color: #cc0000;
}
span.tax{
	font-size: 70%;
}
p.name{
	font-size: 1.4em;
	color: #008cf2;
	font-weight: bold;
	border-bottom: 2px solid #008cf2;
	line-height: 1.2;
}
.half_box{
	border: 1px solid #ccc;
	padding: 1em;
	margin: .5em 0;
	width: 49%;
}
.half_box ul.icon li{
	width: 15.8%;
	margin: 2px;
}
.p_bold {
	font-weight: bold!important;
}
.link_bt {
	max-width: 520px;
	width: 100%;
	margin: 10px auto 0;
}
.cate {
	margin-top: 40px;
}
.container h3 {
	padding: 3px 0;
	background-color: #0C0989;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	letter-spacing: .3em;
}
.cate .txt1 {
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 10px;
}

/*content---------------------------*/
#content {
	margin-top: 20px;
}
#content .flex_box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 10px;
}
#content .flex_box .box {
	width: 32.333%;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	overflow: hidden;
}
#content .flex_box .box .title {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	background-color: #416396;
	padding: 5px 0;
}
#content .flex_box .box .txt2 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 10px 10px;
	box-sizing: border-box;
	text-align: left;
}
#content .flex_box .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	padding: 10px 10px 0;
	box-sizing: border-box;
}
#content .flex_box .box ul li {
	width: 25%;
}


/*docment---------------------------*/
#docment .cate_box {
	border: 6px double #416396;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
#docment .cate_box .c_list {
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
}
#docment .cate_box .c_list li {
	text-align: left;
	padding-left: 20px;
	position: relative;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.6;
}
#docment .cate_box .c_list li::before {
	font-family: FontAwesome;
	content: '\f14a';
	position: absolute;
	top: 0;
	left: 0;
	color: #db0000;
}


.eitai .comment_txt {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: left;
}