.flex_box.resume {
	display: flex;
}
.flex_box.resume .col_2{
	width: 49%;
	margin: .5%;
}
.flex_box_2:nth-child(2n) {
	margin-right: 0;
}

ul.list_con li ul {
	padding-left: 15px;
}

ul.list_con li ul li {
	list-style-type: circle;
}

.red_box {
	border: 1px solid #cc0000;
	font-weight: bold;
	padding: 0.2em 0.4em;
	text-align: center;
	margin-bottom: 5px;
}

.bigger_t {
	font-size: 150%;
}
.column_1.menu_contents .flex_box{
justify-content: center;
}
.column_1.menu_contents .flex_box .col_4{
width: 25%;
text-align: center;
}
.comment{
	background-color: #271002;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	margin: .5em auto;
	font-size: 20px;
	width: 75%;
	padding: .5em;
}
.kantogen_box .movie_wrap{
	margin-left: 1em;
}
span.mc_title{
	background-color: #333333;
	border: 1px solid #edda8d;
	color: #fbd109;
	padding: .2em 3em;
	font-size: 22px;
}
.resume_box{
	text-align: left;
}
.resume_box dl.price_plan dd ul.normal li{
	list-style: disc;
	font-size: 16px;
	margin-left: 2em;
	margin-bottom: .2em;
}
.resume_box dl.price_plan dd ul.normal li ul.sub_cir li{
	list-style: circle;
	font-size: 16px;
	margin-left: 1em;
	margin-bottom: .2em;
}
.title{
	text-align: center;
	font-size: 40px;
	color: #014CD1;
	font-weight: bold;
}
.flex_box.doga .col_2 {
    width: 48%;
	margin: 0 1%;
}
span.price {
    font-weight: bold;
    color: #cc0000;
}
span.under {
    background: linear-gradient(transparent 70%,yellow 70%);
    color: #cc0000;
    font-weight: bold;
}
dl.price_plan dt a {
    font-weight: bold;
    font-size: 1.1em;
}
section#foot_inquiry {
    border-top: 0px solid #fff;
    background: none;
    background: none;
    height: auto;
    border-top: none;
}
.sp_tel_wrap, .sp_tel_wrap1 {
  display: none;
}
@media only screen and (max-width : 768px) {

.flex_box_2 {
	width: 100%;
	margin-right: 0;
}
.flex_box.resume .col_2, .s_list, .s_list.column_3 {
    width: 96%;
    margin: .5% auto;
}
.sp_tel_wrap, .sp_tel_wrap1 {
    display: block;
}
}
@media only screen and (max-width : 480px) {
.title{
	font-size: 22px;
}
}

.bg-green, .bg-blue, .bg-red {
    font-size: 1em;
}
section#foot_inquiry {
  position: fixed;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  border-top: 2px solid #0066cc;
  text-align: center;
}
.small {
  font-size: 65%;
  position: relative;
  top: -2px;
  margin: 0 5px;
}