@charset "UTF-8";

.cfx:after{
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
	height:0;
}
.clear {
	clear:both;
}

*:focus{
	outline: none!important;
}

/*header---------------------------*/

.cntw-header .cntw-logo{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:16px 0;
}
.cntw-header .cntw-logo p{
	float:right;
	padding-top:8px;
}
.cntw-header .cntw-logo p:first-child{
	float:left;
	padding-top:0;
	text-align:left;
}
.cntw-header .cntw-logo p a{
	font-size:87.5%;
	color:#3183d7;
	position:relative;
}
.cntw-header .cntw-logo p:last-child a:before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-width:7px;
	border-left-color: #3183d7;
	position: absolute;
	top: 6px;
	left: -9px;
}
.cntw-header .cntw-tit-img{
	background:#1659a6;
}
.cntw-header .cntw-tit-img>div{
	width:100%;
	max-width:920px;
	margin:0 auto;
	padding:80px 0;
	background:url(../images/cntw_bk_01.png) no-repeat;
	background-size:cover;
}
.cntw-header .cntw-tit-img>div .cntw-mvplogo{
	float:left;
	width:38%;
}
.cntw-header .cntw-tit-img>div .cntw-mvplogo img{
	max-width:310px;
	width:100%;
}
.cntw-header .cntw-tit-img>div .cntw-subtit{
	float: right;
  width: 60%;
  padding-top: 20px;
}
.cntw-header .cntw-tit-img>div .cntw-subtit img{
	width:100%;
	max-width:383px;
	padding:8px;
	box-sizing:border-box;
}
.cntw-header .cntw-tit-txt{
	background:#f1ede6;
	text-align:center;
	padding:30px 0;
}
.cntw-header .cntw-tit-txt p{
	font-size:87.5%;
}
.cntw-header .cntw-tit-txt p:first-child{
	color:#7d0022;
	font-size:112.5%;
	margin-bottom:14px;
}
/*content-common--------------------------------*/

.cntw-wrapper {
  background: #fff;
}

.cntw-subtit h2 {
    color: #fff;
    font-size: 240%;
    text-align: center;
    background: none;
}

.cntw-article{
	width:100%;
	max-width:920px;
	margin:0 auto;
	padding:80px 0 0;
	box-sizing:border-box;
}
.cntw-article .cntw-section-tit,
.cntw-article .cntw-section,
.cntw-aside {
	margin-bottom:80px;
	padding: 0 20px;
}

.cntw-article .cntw-section-tit ul {
  font-size: 85%;
	list-style-position:inside;
	list-style-type:circle;
	margin:15px 35px 0;
}

.cntw-article .cntw-section-tit ul li {
	padding-left:1.5em;
	text-indent:-1.5em;
}
.cntw-article h2 {
    color: #005bac;
    font-size: 160%;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2em;
    background: none;
		padding: 0;
}
.cntw-article a{
	display:block;
}
.cntw-article a:hover{
	opacity:0.8;
}
.cntw-article h2 a,
.cntw-article h3 a{
	color:#fff;
}


/*--------------------------------------------------*/
.cntw-article .cntw-section .cntw-section-content{
	background:#f3f3f3;
	margin-bottom:14px;
}
.cntw-article .cntw-section .cntw-section-content:last-child{
	margin-bottom:0;
}
.cntw-article .cntw-section-content>div:first-child{
	color:#fff;
	background:#005bac;
	padding:10px 20px;
	border:1px solid #fff;
	border-radius:5px 5px 0 0;
}
.cntw-article .cntw-section-content>div:first-child h3{
	font-size:125%;
	font-weight:bold;
	margin-bottom:6px;
}
.cntw-article .cntw-section-content>div:first-child h3 img{
	width:22px;
	margin-right:10px;
	vertical-align:top;
}
.cntw-article .cntw-section-content>div:first-child p{
	font-size:112.5%;
	padding-left:32px;
}
.cntw-article .cntw-section-content>div{
	padding:24px 50px;
	border:1px solid #cdcdcd;
	border-top:none;
	box-sizing:border-box;
}
.cntw-article .cntw-section-content>div .cntw-boxlast{
	margin-bottom:0px;
}
#main .cntw-article p.cntw-entry-link {
  text-align: center
}
.cntw-article .cntw-section-tit a{
    display: inline-block;
    color: #fff;
    background-color: #f77911;
    background: linear-gradient(0deg,#f77911,#f99545);
    font-size: 120%;
    font-weight: bold;
    margin: 24px 0;
    padding: 16px 32px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}
.cntw-flowbox .cntw-innerbox a {
    display: block;
    margin: 0;
}
.cntw-article .cntw-section-tit a img,
.cntw-flowbox .cntw-innerbox a img{
    width: 15px;
    vertical-align: middle;
    margin-right: 6px;
}
.cntw-article .cntw-innerbox{
	float:left;
	box-sizing:border-box;
}
.cntw-article .cntw-innerbox:last-child{
	float:right;
}
/**/
.cntw-flowbox .cntw-innerbox{
	background:#f3f8fb;
	width:47%;
	border:1px solid #00539e;
}
.cntw-flowbox .cntw-innerbox>div{
	padding:12px;
	border:4px solid #dce3e6;
	height:100%;
	box-sizing:border-box;
}
.cntw-flowbox .cntw-innerbox h3{
	color:#005bac;
	margin-bottom:16px;
}
.cntw-flowbox .cntw-innerbox h3:first-child{
	margin-bottom:14px;
}
.cntw-flowbox .cntw-innerbox h3 span{
	font-size:118.75%;
	font-weight:bold;
	margin-left:16px;
}
.cntw-flowbox .cntw-innerbox>div>div{
	background:#fff;
	width:86%;
	margin:0 auto;
	text-align:center;
	border-radius:12px;
	padding:6px;
	box-sizing:border-box;
}
.cntw-flowbox .cntw-innerbox>div>div a img{
	width:13px;
	position:relative;
	top:2px;
	margin-right:3px;
}
.cntw-flowbox .cntw-innerbox>div>div a:first-child{
	padding-left:14px;
	font-size:12px;
}
.cntw-flowbox .cntw-innerbox>div>div a:first-child:before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-width:9px;
	border-left-color: #005bac;
	position: absolute;
	top: 20%;
	left: 0;
}
.cntw-flowbox .cntw-innerbox p{
	font-size:87.5%;
}
.cntw-flowbox .cntw-innerbox p span{
	font-size:78.57%;
	display:block;
	margin-top:6px;
}

.cntw-flowbox .cntw-innerbox>div>div a{
	color:#005bac;
	position:relative;
	font-size:87.5%;
}
.cntw-flowbox .cntw-innerbox:first-child{
	position:relative;
}
.cntw-flowbox .cntw-innerbox:first-child:after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left-width: 12px;
	border-left-color: #626262;
	position: absolute;
	bottom: 38%;
	left: 105%;
}
/**/
.cntw-rowbox {
	margin-bottom:20px;
}
.cntw-rowbox .cntw-innerbox{
	width:49%;
	background:url(../../common/images/cntw_bk_02.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-size:27%;
}
.cntw-rowbox .cntw-inner-content img{
	width:100%;
	max-width:500px;
}
.cntw-rowbox .cntw-innerbox .cntw-inner-content img{
	border-bottom:1px solid #fff;
}
.cntw-rowbox .cntw-innerbox .cntw-inner-content div{
	background:#313131;
	padding:8px;
	line-height:1.3em;
}
.cntw-rowbox .cntw-innerbox .cntw-inner-content div h4{
	font-size:87.5%;
	margin-bottom:6px;
}
.cntw-rowbox .cntw-innerbox .cntw-inner-content div h4 a{
	color:#fff;
}
.cntw-rowbox .cntw-innerbox .cntw-inner-content div h4 a span{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.cntw-rowbox .cntw-innerbox .cntw-inner-content div p.cntw-recinfo{
	font-size:87.5%;
	margin:22px 0 6px;
}
.cntw-rowbox .cntw-innerbox .cntw-inner-content div p{
	color:#fff;
	font-size:75%;
}
/**/
.cntw-innerbox2>div.cntw-modalbox{
	background:#fff;
	padding:20px;
	text-align:center;
}
.cntw-innerbox2 .cntw-inner-content{
	background:#313131;
	padding:6px 8px;
	color:#fff;
}
.cntw-innerbox2 .cntw-inner-content h4{
	font-size:87.5%;
}
.cntw-innerbox2 .cntw-inner-content p{
	font-size:87.5%;
}
.cntw-innerbox2 .cntw-modalbox img{
	width:100%;
	max-width:634px;
}
/*aside-common-----------------------*/
.cntw-aside .cntw-otherlink{
	display:table;
	margin: 0 auto 48px;
}
.cntw-aside .cntw-otherlink li{
	display:table-cell;
	width:136px;
	padding-left:40px;
}
.cntw-aside .cntw-otherlink li:first-child{
	padding-left:0;
}
.cntw-aside .cntw-otherlink  img{
	width:100%;
	max-width:136px;
}
/*footer-----------------------------------------*/
.cntw-footer .cntw-sitemap{
	background:#e8e8e8;
}
.cntw-footer .cntw-sitemap ul a{
	color:#2c2c2c;
}
.cntw-footer .cntw-sitemap ul a:hover{
	text-decoration:underline;
}
.cntw-footer .cntw-sitemap ul li{
	padding-left:1.1em;
	text-indent:-1.15em;
}
.cntw-footer .cntw-sitemap>div>ul:first-child>li:first-child:before,
.cntw-footer .cntw-sitemap>div>ul.cntw-last-child>li:before{
	color:#005bac;
	content:"➤";
	display:inline;
	font-size:8px;
	vertical-align:top;
	margin-right:6px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.cntw-footer .cntw-sitemap>div>ul:first-child>li:first-child:before,
	.cntw-footer .cntw-sitemap>div>ul.cntw-last-child>li:before{
	color:#005bac;
	content:"➤";
	display:inline;
	font-size:12px;
	vertical-align:top;
	margin-right:6px;
}
}
.cntw-footer .cntw-sitemap ul li.cntw-square:before{
	color:#575757;
	content:"■";
	display:inline;
	font-size:8px;
	vertical-align:top;
	margin-right:6px;
}
.cntw-footer .cntw-sitemap>div>ul>li>ul>li:before{
	color:#005bac;
	content:"➤";
	display:inline;
	font-size:6px;
	vertical-align:top;
	margin-right:6px;
}
.cntw-footer .cntw-sitemap ul li ul{
	margin-left:0.2em;
}
.cntw-footer .cntw-copyright{
	background:#a6a7a9;
	text-align:right;
}
.cntw-footer .cntw-sitemap>div{
	width:100%;
	max-width:836px;
	margin:0 auto;
	padding:30px 0;
}
.cntw-footer .cntw-sitemap div>ul{
	float:left;
	font-size:87.5%;
}
.cntw-footer .cntw-sitemap div>ul:first-child{
	width:41.666%;
}
.cntw-footer .cntw-sitemap div>ul.cntw-nth-child2{
	width:32.333%;
}
.cntw-footer .cntw-sitemap div>ul.cntw-last-child{
	float:right;
	width:26%;
}
.cntw-footer .cntw-copyright>div{
	width:100%;
	max-width:1042px;
	margin:0 auto;
	padding:16px 0;
}
.cntw-footer #cntw-top{
	display:block;
	width:91px;
	color:#fff;
	position:fixed;
	bottom:60px;
	right:4%;
}
.cntw-footer #cntw-top img{
	width:100%;
}
.cntw-footer .cntw-copyright small{
	color:#fff;
}
/*--------------------------------------------------*/
.movie-thumb{
	margin:0 auto;
	text-align:center;
	width:492px;
}
.movie-thumb img {
	width:100%;
	max-width:492px;
}
.movie-thumb span{
	display:block;
	padding: 5px 0px 3px;
	background: #828d93;
}
.movie-thumb p{
	padding-bottom:8px;
}
.movie-thumb a {
	display:block;
    color: #fff;
}

/*sp-------------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 639px) {
	.cntw-header .cntw-logo p:first-child{
		float:none;
		margin:0 auto;
		text-align:center;
	}
	.cntw-header .cntw-logo p:last-child{
		display:none;
	}
	.cntw-header .cntw-tit-img>div{
		padding: 24px 0px;
		box-sizing:border-box;
	}
	.cntw-tit-img {
    margin: 0;
    padding: 0;
}
	.cntw-header .cntw-tit-img>div .cntw-mvplogo,
	.cntw-header .cntw-tit-img>div .cntw-subtit{
		float:none;
		width:100%;
		border:none;
		text-align:center;
	}
	.cntw-header .cntw-tit-img>div .cntw-subtit {
    padding: 0 0 20px;
}
.cntw-article .cntw-section-tit ul {
    margin: 24px 0;
}
.cntw-article .cntw-section-tit ul li {
	  padding: 0;
    text-indent: 0;
}
.movie-thumb {
    width: auto;
}
.cntw-innerbox2>div.cntw-modalbox {
    padding: 10px;
}
.cntw-article .cntw-section-tit,
.cntw-article .cntw-section,
.cntw-aside {
    margin-bottom: 60px;
}
.cntw-article {
    padding: 50px 0 0;
}
.cntw-article .cntw-section-tit a {
	margin: 8px 0;
	padding: 16px 0;
	width: 100%;
}
/*content-----------------------------------------------------*/
/*common-*/
	.cntw-article .cntw-innerbox{
		float:none;
		width:100%;
	}
	.cntw-article .cntw-section-content>div:first-child,
	.cntw-article .cntw-section-content>div{
		padding:18px 6px;
	}
	.cntw-article .cntw-section-content>div:first-child h3{
		padding-left: 1.6em;
		text-indent: -1.4em;
		box-sizing: border-box;
	}
	.cntw-article .cntw-section-content>div:first-child h3 img{
		margin-right:6px;
	}
	.cntw-article .cntw-section-tit p{
		text-align:left;
	}

/**/
	.cntw-flowbox .cntw-innerbox:first-child{
		margin-bottom:40px;
	}
	.cntw-flowbox .cntw-innerbox:first-child:after{
		border: 16px solid transparent;
		border-top-width: 12px;
		border-top-color: #626262;
		bottom:-42px;
		left:45%;
	}
	.cntw-rowbox,
	.cntw-rowbox .cntw-innerbox:first-child{
		margin:0 auto 20px;
		max-width:500px;
	}
/*aside-------------*/
	.cntw-aside .cntw-otherlink{
		display:block;
	}
	.cntw-aside .cntw-otherlink li:first-child,
	.cntw-aside .cntw-otherlink li{
		padding:0;
		margin-bottom:14px;
		width:33%;
		display:block;
		text-align:center;
		float:left;
	}
/*footer-------------------------------------------*/
	.cntw-footer .cntw-sitemap{
		display:none;
	}
	.cntw-footer #cntw-top{
		right:1%;
		bottom:36px;
		width:60px;
	}
	.cntw-footer .cntw-copyright{
		text-align:center;
	}
}
@media screen and (min-width: 0px) and (max-width: 495px) {
	#main .cntw-subtit h2 {
    font-size: 220%;
	}
	.cntw-br{
		display:block;
	}
	.cntw-article h2{
		line-height:1.2em;
	}
	.movie-thumb {
		width:100%;
	}
	.cntw-aside .cntw-otherlink li:first-child,
	.cntw-aside .cntw-otherlink li{
		width:50%;
	}
	.cntw-article .cntw-section-tit,
	.cntw-aside {
		margin-bottom: 40px;
}
.cntw-article {
    padding: 30px 0 0;
}
}
@media print{
	.cntw-footer #cntw-top,
	.cntw-footer .cntw-sitemap{
		display:none!important;
	}
	.cntw-flowbox .cntw-innerbox{
		min-height:175px!important;
	}
	.cntw-rowbox{
		font-size:85%;
	}
	.cntw-rowbox .cntw-innerbox .cntw-inner-content div p.cntw-recinfo{
		margin-top:17px;
	}
	.cntw-rowbox .cntw-innerbox{
		background:none;
	}
	.cntw-rowbox:first-child .cntw-innerbox .cntw-inner-content div{
		min-height:148px!important;
	}
	.cntw-rowbox .cntw-innerbox .cntw-inner-content div{
		min-height:98px!important;
	}
}

@media print and (-webkit-min-device-pixel-ratio:0) {
	.cntw-article .cntw-section-tit:nth-child(2){
		page-break-after:always;
	}
	.cntw-rowbox .cntw-innerbox{
		height:auto!important;
	}
	.cntw-rowbox:first-child .cntw-innerbox .cntw-inner-content div{
		min-height:148px!important;
	}
}

body.mvp-no-header div#mvp-content, body.mvp-no-header div#mvp-content div#mvp-content-inner {
    background: none;
		overflow: hidden;
}
#main {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#main h1 {
	background: none;
}

#mvp-main .sec .wrap {
    max-width: 1160px;
}
