.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;
}
dl.price_plan dt span.red_box_txt {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 0 0.2em;
}
.kakomi {
  border: 1px solid #000;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: .2rem;
  padding: 0 .2rem;
  margin-right: .5rem;
}
@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;
}
}
@media only screen and (max-width : 480px) {
.title{
	font-size: 22px;
}
}

.arrow_btn {
  display: inline-block;
  position: relative;
  width: 310px;
  padding: 0.8em;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  color: #ff8c00;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #ff8c00;
  transition: transform ease .3s;
}

/*--- NC調整 ---*/
.more_btn a {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #ff8c00;
    background: #fff;
    transition: .4s;
    border-radius: 6px;
    margin: 8px auto;
    font-weight: 200;
}
.btn_m, a.btn_m, button.btn_m {
  font-size: 1.2rem;
}
.btn_m, a.btn_m, button.btn_m a:hover {
  color: #fff;
}
.col_4 {
  width: 24.7%;
  margin: 0 1px;
  padding: 0;
}
@media screen and (max-width: 480px) {
.col_4 {
    width: 49%;
    margin: 0 1px;
}
}