@charset "utf-8";
/*------base------*/
.flex_box{
	justify-content: space-between;
}
h2#mokuji.small{
	font-size: 1.5em;
	line-height: 48px;
}
.flex_box.toku .col_3 {
  border: 1px solid #333;
  background-color: aliceblue;
  border-radius: 10px;
}
.flex_box.fc .col_2{
	border: 2px dotted #ccc;
	margin: 0 .5em .5em .5em;
	padding: .5em;
	width: 48%;
}
p.zenkoku_title{
	background-color: #db0048;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 3px;
}
p.fc_vol1{
	text-align: center;
	border-bottom: 2px solid #000;
	font-weight: bold;
	margin: 5px 1em;
}
ul.fc_list{
	margin: 0 0 0 1em;
}
ul.fc_list li{
	width: 50%;
	float: left;
	font-size: 14px;
}
.fc p.text{
	font-size: 15px;
	padding: 5px 15px;
}
.fc .more_button {
  margin: 0 auto .5em auto;
}
.fc .more_button a {
  padding:.5em 2em;
}
ul.sub_plan{
	margin: .3em 0 1em 1.5em;
}
ul.sub_plan li{
	font-size: 18px;
	list-style: none;
	border-bottom: 1px dotted #999;
	line-height: 120%;
	margin-bottom: .5em;
}
ul.sub_plan li:before{
	content: '○';
	color: #FF007A;
	font-size: 20px;
	margin-left: -1em;
}
.flex_box.movie .col_2{
	width: 49%;
}
.trend-wrapper {
  display: block;
  position: relative;
  margin: 8px auto 20px;
  padding: 10px 0;
  width: 100%;
  height: 120px;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  text-align: center;
}

.trend-content {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  }

.trend {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -33px;
  top: 33px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.trend:before, .trend:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.trend:before {
  left: -2px;
}

.trend:after {
  right: 0px;
}
p.new_trend{
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
}
div.mflow_content {
	display: inline-block;
	border: 2px solid #0367CB;
	color: #0367CB;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 20px;
	margin: 5px;
}

div.mflow_content:hover {
	background-color: #0367CB;
	color: #ffffff;
}

.arrow {
	width:30px;
	height: auto;
	vertical-align: -8px;
}
ol.site{
	margin: 0 0 0 1.5em;
}
ol.site li{
	font-size: 18px;
}
.ribbon01 + p.title{
	margin: -15px 0 5px;
}
.fv_block.container{
	margin: 1em 0;
}
.sub_title{
	border: 2px solid #05adc0;
	text-align: center;
	padding: .25em 0;
	color: #05adc0;
	font-size: 1.6em;
	font-weight: bold;
}
.plan{
	width: 236px;
	height: 345px;
	border: 2px solid #bababa;
	background-color: #c8eef1;
	border-radius: 6px;
	text-align: center;
}
.plan img{
	width: 94%;
	margin: 0 auto;
}
p.title{
	background-color: #fff;
	border: 1px solid #05adc0;
	text-align: center;
	font-size: 15px;
	width: 94%;
	margin: 0 auto;
	padding: .4em 0;
	font-weight: bold;
}
.more_btn{
	background-color: #05adc0;
	border-radius: 0 0 6px 6px;
	margin: 6px 5px 3px 5px;
	padding: .15em 0 0 0; 
}
.more_btn a{
	display: block;
	color: #fff;
}
.mt_plan{
border: 1px solid #ccc;
width: 49%;
border-radius: 6px;
margin: .5em 0;
padding: .5em;
}
.mt_plan ul li{
list-style: none;
}
p.title1{
	background-color: #fff;
	border: 1px solid #05adc0;
	text-align: center;
	font-size: 19px;
	width: 100%;
	margin: 0 auto;
	padding: 1.2em 0 .4em;
	font-weight: bold;
	line-height: 22px;
	height: 88px;
}
p.title2{
	background-color: #fff;
	border: 1px solid #05adc0;
	text-align: center;
	font-size: 19px;
	width: 100%;
	margin: 0 auto;
	padding: .4em 0;
	font-weight: bold;
	line-height: 1.2;
	height: 88px;
}
p.title1 span, p.title2 span{
	color: #D7003C;
	font-size: 16px;
}
.mt_plan .movie_box {
  width: 100%;
  margin-top: .5em;
}
.uchiwake p {
  background-color: #05adc0;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 5px;
}
.uchiwake p span {
  color: #ffff00;
  font-size: 16px;
  padding-left: .5em;
}
.uchiwake ul.uchi li.total {
  text-align: right;
  border-top: 1px dotted #333;
  font-size: 1.3em;
}
.mt_plan .more_btn{
	background-color: #05adc0;
	border-radius: 0 0 6px 6px;
	margin: 6px 5px 3px 5px;
	padding: .15em 0 0 0;
    text-align: center;
}
.mt_plan .more_btn a{
	display: block;
	color: #fff;
	padding: 5px 0 5px;
}
.caution_box ul {
  text-align: left;
  margin: 5px 13px 5px 30px;
}