@charset "utf-8";
/*=============================================================
 Layout
=============================================================*/
/*=============================================================
pageTtl
=============================================================*/
#mainTtl {
	width:100%;
	max-width:1040px;
	margin:20px auto 0;
	padding:0;
	position:relative;
}
#mainTtl p {
	width:100%;
}
#pageTtl {
	padding:0 0 60px;
}
#pageTtl h1 {
	width: 100%;
	padding: 0 0 12px;
	background: url(../img_common/ttl_line.png) repeat-x center bottom;
}
/*===========================================================
section
=============================================================*/
.section {
	padding-top:80px;
}
/*=============================================================
ttl
=============================================================*/
.section .boxH2 {
	border-radius:5px;
	background-color:#fff4c9;
	text-align:center;
}
.section .boxH2 h2 {
	display:inline-block;
	padding:10px 50px;
	position:relative;
	font-size:36px;
	color:#00a0e9;
	line-height:1.25;
}
.section .boxH2 h2:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	display: block;
	width: 49px;
	height: 49px;
	background: url(../img_common/icn_red.png) no-repeat center center;
}
.section .boxH2 h2:after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 0;
	display: block;
	width: 49px;
	height: 49px;
	background: url(../img_common/icn_yellow.png) no-repeat center center;
}
.section .boxH3 {
	margin:0 0 20px;
	padding:32px 0;
	position:relative;
}
.section .boxH3:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	margin:0 0 0 -10px;
	display: block;
	width: 20px;
	height: 28px;
	background: url(../img_common/ttl_line.png) no-repeat center center;
}
.section .boxH3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin:0 0 0 -10px;
	display: block;
	width: 20px;
	height: 28px;
	background: url(../img_common/ttl_line.png) no-repeat center center;
}
.section .boxH3 h3 {
	font-size:21px;
	color:#00a0e9;
}
/*=============================================================
intro
=============================================================*/
#intro {
	clear:both;
	overflow:hidden;
}
#intro ul {
	margin:10px -20px 0;
	font-size:0px;
}
#intro ul li{
	display:inline-block;
	width:20%;
	padding:20px;
	box-sizing:border-box;
	position:relative;
}
#intro ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	width: 40px;
	height: 40px;
	margin:-20px 0 0 0;
	background: url(../img_advanced/arw_intro.png) no-repeat center center;
}
#intro ul li img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width:767px) {
#intro {
	clear:both;
	overflow:hidden;
}
#intro ul {
	margin:10px 0px 0;
	font-size:0px;
	padding:0 10px;
}
#intro ul li{
	display:inline-block;
	width:33.3333333%;
	padding:10px;
	box-sizing:border-box;
	position:relative;
}
#intro ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	left:auto;
	right:-10px;
	display: block;
	width: 20px;
	height: 20px;
	margin:-10px 0 0 0;
	background: url(../img_advanced/arw_intro.png) no-repeat center center;
	background-size:20px 20px;
}
#intro ul li:last-child:before{
	display:none;
}
}
/*=============================================================
sectionClm
=============================================================*/
.sectionClm {
	clear:both;
	margin:60px 0 15px 0;
}
.sectionClm .boxClm {
	width:100%;
	max-width:750px;
}
.sectionClm .boxClmCenter {
	margin:0 auto;
}
.sectionClm .boxClmLeft{
	margin:0 auto 0 0;
}
.sectionClm .boxClmRight{
	margin:0 0 0 auto;
}
.sectionClm .boxClm .boxTop {
	width: 100%;
	height: 50px;
	background: url(../img_common/box_top.png) no-repeat left top;
	position:relative;
}
.sectionClm .boxClm .boxTop:after {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	display: block;
	width: 66px;
	height: 66px;
	background: url(../img_common/line.png) no-repeat center center;
	z-index:2;
}
.sectionClm .boxClm .boxBtm {
	width: 100%;
	height: 50px;
	background: url(../img_common/box_btm.png) no-repeat right bottom;
	position:relative;
}
.sectionClm .boxClm .boxBtm:after {
	content: "";
	position: absolute;
	bottom: -8px;
	right: -8px;
	display: block;
	width: 66px;
	height: 66px;
	background: url(../img_common/line.png) no-repeat center center;
	z-index:2;
}
.sectionClm .boxClm .boxMain {
	position:relative;
	padding:0 30px;
	background-color:#fff;
}
.sectionClm .boxClm .boxMain p {
	color:#ff6600;
	text-align:left;
}
.sectionClm .boxClm .boxMain p span.block {
	display:block;
}
.sectionClm .boxClm .boxMain .note li {
	text-align:left;
	font-size:13px;
	text-indent:-1em;
	padding:10px 0 0 1em;
}
/*=============================================================
bear
=============================================================*/
.sectionClm .boxClmCenter .bear_left{
	position: absolute;
	top: -110px;
	left: -175px;
	z-index: 10;
}
#clm0105 .bear_left{
	top: -90px;
	left: -145px;
}
.sectionClm .boxClmCenter .icn_bearing{
	position:absolute;
	top:30px;
	left:-45px;
	z-index:10;
}
.sectionClm .boxClmRight .bear_right{
	position: absolute;
	top: -110px;
	right: 35px;
	z-index: 10;
}
#clm0102 .bear_right{
	width: 150px;
	top: -90px;
}
.sectionClm .boxClmRight .icn_bearing{
	position: absolute;
	top: -80px;
	right: -55px;
	z-index: 10;
}
.sectionClm .boxClmRight .bear_jump{
	position: absolute;
	top: -70px;
	left: -60px;
	z-index: 10;
}
.sectionClm .boxClmRight .icn_bearing.icn_bearing02{
	position: absolute;
	top: -78px;
	left: -146px;
	z-index: 10;
}
.sectionClm .boxClmLeft .bear_def{
	position: absolute;
	top: -85px;
	right: -64px;
	z-index: 10;
}
#clm0103 .bear_def{
	width: 130px;
}
.sectionClm .boxClmLeft .icn_bearing{
	position: absolute;
	top: -96px;
	right: -159px;
	z-index: 10;
}




.bear_def{
	width:138px;
}
.bear_right{
	width:120px;
}
.bear_left{
	width:120px;
}
.bear_jump{
	width:161px;
}
.icn_bearing{
	width:80px;
}
.bear_def img,
.bear_right img,
.bear_left img,
.bear_jump img,
.icn_bearing img{
	width:100%;
	height:auto;
}
/*=============================================================
.figArea
=============================================================*/
.figArea {
	position:relative;
}
.figArea .figBoxBottomLeft {
	position:absolute;
	width:240px;
	bottom:0px;
	left:-250px;
	z-index:3;
}
.figArea .figBoxBottomLeft img {
	width:100%;
}
.figArea .figBoxBottomRight {
	position:absolute;
	width:240px;
	bottom:0px;
	right:-250px;
	z-index:3;
}
.figArea .figBoxBottomRight img {
	width:100%;
}
.figArea .figBoxTopLeft {
	position:absolute;
	width:240px;
	top:0px;
	left:-250px;
	z-index:3;
}
.figArea .figBoxTopLeft img {
	width:100%;
}

@media only screen and (max-width:767px) {
.figBox img {
	width:100%;
}
.figArea .figBoxBottomLeft {
	position:static;
	width:260px;
	margin:0 auto;
	padding-top:15px;
}
.figArea .figBoxBottomRight {
	position:static;
	width:260px;
	margin:0 auto;
	padding-top:15px;	
}
.figArea .figBoxTopLeft {
	position:static;
	width:260px;
	margin:0 auto;
	padding-top:15px;
}
}
/*=============================================================
.flowArea
=============================================================*/
.flowArea {
	padding:20px 0 0;
	width:100%;
	max-width:440px;
	margin:0 auto;
}
.flowArea img {
	width:100%;
}
/*=============================================================
clm0101
=============================================================*/
#clm0101 .txtBox {
	padding:0 0 0 335px;
}
#clm0101 .figBox {
	position:absolute;
	top:30px;
	left:-170px;
	z-index:3;
}
@media only screen and (max-width:767px) {
#clm0101 .txtBox {
	padding:0;
}
#clm0101 .figBox {
	position:static;
	width:100%;
	padding:20px 0 0;
	max-width:400px;
	margin:0 auto;
}
}
/*=============================================================
clm0102
=============================================================*/

#clm0102 .txtBox {
	padding:0 0 0 150px;
}
#clm0102 .figBox {
	position: absolute;
	top: 0px;
	z-index: 3;
	left: -280px;
}
@media only screen and (max-width:767px) {
#clm0102 .txtBox {
	padding:0;
}
#clm0102 .figBox {
	position:static;
	width:100%;
	padding:20px 0 0;
	max-width:400px;
	margin:0 auto;
}
}
/*=============================================================
clm0103
=============================================================*/
#clm0103 .txtBox {
	padding:0 170px 0 0;
}
#clm0103 .figBox {
	position: absolute;
	top: -20px;
	right: -250px;
	z-index: 3;
}
@media only screen and (max-width:767px) {
#clm0103 .txtBox {
	padding:0;
}
#clm0103 .figBox {
	position:static;
	width:100%;
	padding:20px 0 0;
	max-width:400px;
	margin:0 auto;
}
}
/*=============================================================
clm0104
=============================================================*/
#clm0104 .txtBox {
	padding:0 0 0 245px;
}
#clm0104 .figBox {
	position: absolute;
	top: 0px;
	left: -319px;
	z-index: 3;
}
@media only screen and (max-width:767px) {
#clm0104 .txtBox {
	padding:0;
}
#clm0104 .figBox {
	position:static;
	width:100%;
	padding:20px 0 0;
	max-width:400px;
	margin:0 auto;
}
}
/*=============================================================
clm0105
=============================================================*/
#clm0105 .txtBox {
	padding:0 90px 0 0;
}
#clm0105 .figBox {
	position: absolute;
	top: -185px;
	right: -116px;
	z-index: 3;
}
@media only screen and (max-width:767px) {
#clm0105 .txtBox {
	padding:0;
}
#clm0105 .figBox {
	position:static;
	width:100%;
	padding:20px 0 0;
	max-width:200px;
	margin:0 auto;
}
}
/*=============================================================
clm
=============================================================*/
.column {
	margin: 50px 0 0 0;
	padding:0 0 18px;
	background: url(../img_common/bg_green.png) repeat center top;
	background-size:3px 3px;
	position:relative;
}
.column:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img_common/corner.png) no-repeat center center;
	background-size:18px 18px;
}
.column:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img_common/corner.png) no-repeat center center;
	background-size:18px 18px;
}
.columnInner {
	padding:18px 18px 0;
	position:relative;
}
.columnInner:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img_common/corner.png) no-repeat center center;
	background-size:18px 18px;
}
.columnInner:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img_common/corner.png) no-repeat center center;
	background-size:18px 18px;
}
.column h3 {
	padding:0 0 10px;
	text-align:center;
	color:#5faa31;
	font-size:21px;
	font-weight:700;
}
.column .boxMain {
	width:100%;
	margin:0 auto;
	font-size:16px;
}
.column .boxMain ul {
	display:inline-block;
}
.column .boxMain ul li a {
	display: inline-block;
	padding: 5px 30px 5px 5px;
	background: url(../img_advanced/icn_photo.png) no-repeat right center;
	text-decoration:underline;
}
.column .boxMain ul li a span {
	text-decoration:underline;
}
.column .boxMain ul li a.visited,
.column .boxMain ul li a.visited span {
	color:#999;
}
/*=============================================================
data
=============================================================*/
#data .area {
	padding:30px;
	background-color: rgba(255,255,255,0.8);
}
#data .area h3 {
	text-align:center;
	font-size:20px;
	padding:30px 0 5px;
	border-bottom:2px dotted #ff6600;
	color:#ff6600;
}
#data .area .boxMovie {
	clear:both;
	overflow:hidden;
}
#data .area .boxMovie ul {
	margin:0px -10px 0;
	font-size:0px;
}

#data .area .boxMovie ul li{
	display:inline-block;
	width:20%;
	padding:10px;
	box-sizing:border-box;
	font-size:14px;
}
#data .area .boxMovie ul li a{
	display:block;
	text-decoration:none;
}
#data .area .boxMovie ul li a img{
	width:100%;
	height:auto;
	padding:0 0 5px;
}
#data .area .boxMain {
	width:100%;
	margin:0 auto;
	font-size:16px;
	text-align:left;
}
#data .area .boxMain ul {
	display:block;
	margin:10px -10px 0;
}
#data .area .boxMain ul li {
	display:block;
	float:left;
	width:50%;
	padding:0 10px;
	box-sizing:border-box;
}
#data .area .boxMain ul li a {
	display: inline-block;
	padding: 5px 30px 5px 5px;
	background: url(../img_advanced/icn_photo.png) no-repeat right center;
	text-decoration:underline;
}
#data .area .boxHalf {
	display:block;
	margin:10px -10px 0;
}
#data .area .boxHalf .box {
	display:block;
	float:left;
	width:50%;
	padding:0 10px;
	box-sizing:border-box;
	text-align:left;
}
#data .area .boxMainFull {
	width:100%;
	margin:0 auto;
	font-size:16px;
	text-align:center;
}
#data .area .boxMainFull ul {
	display:block;
	margin:10px 0 0;
}
#data .area .boxMainFull ul li {
	display:block;
	padding:5px 0;
	box-sizing:border-box;
	text-align:left;
}
#data .area .boxMainFull ul li a {
	display: inline;
	padding: 0px 30px 0px 5px;
	background: url(../img_advanced/icn_photo.png) no-repeat right 2px;
	text-decoration:underline;
}
#data .area .boxMainFull ul li a span {
	text-decoration:underline;
}
#data .area .boxMain ul li a.visited,
#data .area .boxMain ul li a.visited span,
#data .area .boxMainFull ul li a.visited,
#data .area .boxMainFull ul li a.visited span  {
	color:#999;
}
@media only screen and (max-width:767px) {
#data .area {
	padding:10px;
}
#data .area h3 {
	font-size:15px;
}


#data .area .boxMovie ul {
	margin:10px -5px 0;
}
#data .area .boxMovie ul li{
	width:50%;
	padding:5px;
}



#data .area .boxMain {
	font-size:13px;
}
#data .area .boxMain ul {
	display:block;
	margin:10px 0px 0;
	border-bottom:1px dotted #999;
}
#data .area .boxMain ul li {
	display:block;
	float:none;
	width:auto;
	padding:0;
	border-top:1px dotted #999;
}
#data .area .boxMain ul li a {
	display: block;
	padding: 5px 20px 5px 5px;
	background: url(../img_advanced/icn_photo.png) no-repeat right 8px;
	background-size:16px 16px;
}
#data .area .boxHalf {
	display:block;
	margin:10px 0 0;
}
#data .area .boxHalf .box {
	float:none;
	width:auto;
	padding:0;
}
#data .area .boxMainFull {
	width:100%;
	margin:0 auto;
	font-size:13px;
	text-align:left;
}
#data .area .boxMainFull ul {
	display:block;
	margin:10px 0 0;
	border-bottom:1px dotted #999;
}
#data .area .boxMainFull ul li {
	display:block;
	padding:0;
	box-sizing:border-box;
	text-align:left;
	border-top:1px dotted #999;
}
#data .area .boxMainFull ul li.lineNone {
	border-top:none;
}
#data .area .boxMainFull ul li a {
	display: block;
	padding: 5px 20px 5px 5px;
	background: url(../img_advanced/icn_photo.png) no-repeat right 8px;
	background-size:16px 16px;
}


}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
/*=============================================================
pageTtl
=============================================================*/
#mainTtl {
	margin:-10px auto 0;
	padding:0;
	position:relative;
	z-index:3;
}
#mainTtl p {
	width:90%;
	margin:0 auto;
}
#mainTtl p img {
	width:214px;
	height:auto;
}
#pageTtl {
	padding:0 0 40px;
}
#pageTtl h1 {
	padding: 0 0 6px;
	background: url(../img_common/ttl_line.png) repeat-x center bottom;
	background-size:10px 14px;
}
#pageTtl h1 img {
	width:96%;
	height:auto;
}
/*=============================================================
ttl
=============================================================*/
.section .boxH2 h2 {
	margin:0 10px;
	padding:10px 25px;
	font-size:18px;
}
.section .boxH2 h2:before {
	top: -8px;
	width: 25px;
	height: 25px;
	background: url(../img_common/icn_red.png) no-repeat center center;
	background-size:25px 25px;
}
.section .boxH2 h2:after {
	bottom: -8px;
	width: 25px;
	height: 25px;
	background: url(../img_common/icn_yellow.png) no-repeat center center;
	background-size:25px 25px;
}
.section .boxH3 {
	padding:20px 0;
}
.section .boxH3.narrow {
	padding:20px 40px;
}
.section .boxH3:before {
	margin:0 0 0 -5px;
	width: 10px;
	height: 14px;
	background: url(../img_common/ttl_line.png) no-repeat center center;
	background-size:10px 14px;
}
.section .boxH3:after {
	margin:0 0 0 -5px;
	width: 10px;
	height: 14px;
	background: url(../img_common/ttl_line.png) no-repeat center center;
	background-size:10px 14px;
}
.section .boxH3 h3 {
	font-size:15px;
}
.section .boxH3 h3 span {
	display:inline-block;
}
/*=============================================================
sectionClm
=============================================================*/
.sectionClm {
	margin:40px 0 10px 0;
}
.sectionClm .boxClm {
	width:100%;
	max-width:750px;
}
.sectionClm .boxClmCenter {
	margin:0 auto;
}
.sectionClm .boxClmLeft{
	margin:0 auto;
}
.sectionClm .boxClmRight{
	margin:0 auto;
}
.sectionClm .boxClm .boxTop {
	height: 25px;
	background: url(../img_common/box_top.png) no-repeat left top;
	background-size:auto 25px;
}
.sectionClm .boxClm .boxTop:after {
	top: -4px;
	left: -4px;
	width: 33px;
	height: 33px;
	background: url(../img_common/line.png) no-repeat center center;
	background-size:33px 33px;
}
.sectionClm .boxClm .boxBtm {
	height: 25px;
	background: url(../img_common/box_btm.png) no-repeat right top;
	background-size:auto 25px;
}
.sectionClm .boxClm .boxBtm:after {
	bottom: -4px;
	right: -4px;
	width: 33px;
	height: 33px;
	background: url(../img_common/line.png) no-repeat center center;
	background-size:33px 33px;
}
.sectionClm .boxClm .boxMain {
	padding:0 15px;
}
.sectionClm .boxClm .boxMain p {
	text-align:left;
}
.sectionClm .boxClm .boxMain p span.block {
	display:inline;
}
.sectionClm .boxClm .boxMain li {
	font-size:11px;
}
/*=============================================================
bear
=============================================================*/
.sectionClm .boxClmCenter .bear_left{
	position:absolute;
	top:-70px;
	left:-25px;
	z-index:10;
}
#clm0101 .bear_left{
	top:-80px;
	left:-25px;
}
#clm0105 .bear_left{
	width: 70px;
	top: 0px;
	left: -20px;
}
.sectionClm .boxClmCenter .icn_bearing{
	position:absolute;
	top:-40px;
	left:50px;
	z-index:10;
}
.sectionClm .boxClmRight .bear_right{
	position:absolute;
	top:-40px;
	right:-30px;
	z-index:10;
}
#clm0102 .bear_right{
	width: 100px;
	top: -70px;
	right:-20px;
}
.sectionClm .boxClmRight .icn_bearing{
	position:absolute;
	top:-35px;
	right:30px;
	z-index:10;
}
#clm0102 .icn_bearing{
	right:auto;
	left:0;
}
.sectionClm .boxClmRight .bear_jump{
	position:absolute;
	top:-40px;
	left:-25px;
	z-index:10;
}
.sectionClm .boxClmRight .icn_bearing.icn_bearing02{
	position:absolute;
	top:-45px;
	left:60px;
	z-index:10;
}
.sectionClm .boxClmLeft .bear_def{
	position:absolute;
	top:0px;
	right:-45px;
	z-index:10;
}
#clm0103 .bear_def{
	width: 80px;
	top:-75px;
	right:-25px;
}
.sectionClm .boxClmLeft .icn_bearing{
	position:absolute;
	top:auto;
	bottom:-10px;
	right:auto;
	left:-25px;
	z-index:10;
}
#clm0103 .icn_bearing{
	bottom:-10px;
	left:-35px;
}
.bear_def{
	width:69px;
}
.bear_right{
	width:60px;
}
.bear_left{
	width:60px;
}
.bear_jump{
	width:80px;
}
.icn_bearing{
	width:49px;
}
/*=============================================================
clm
=============================================================*/
.column {
	margin: 30px 0 0 0;
}
.column h3 {
	font-size:15px;
}
.column .boxMain {
	width:100%;
	margin:0 auto;
	font-size:13px;
	text-align:left;
}
.column .boxMain ul {
	display:block;
	border-bottom:1px dotted #999;
}
.column .boxMain ul li {
	border-top:1px dotted #999;
}
.column .boxMain ul li a {
	display: block;
	padding: 5px 20px 5px 5px;
	background: url(../img_advanced/icn_photo.png) no-repeat right 8px;
	background-size:16px 16px;
}
}
/*=============================================================
Win
=============================================================*/
@media only screen and (min-width:768px) {
#win {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	z-index: 999990;
	display:none;
-webkit-backface-visibility: hidden;
}
#winBoxPhoto {
	width:620px;
	position:fixed;
	top:50%;
	left:50%;
	background-color:#fdfbe6;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow:hidden;
}
#winBoxPhotoInner {
	position:relative;
	padding:20px;
	height:100%;
	box-sizing:border-box;
	overflow-y:auto;
}
#winBoxPhoto #winPhoto {
	padding-bottom:20px;
}
#winBoxPhoto #winClose {
	width:40px;
	height:40px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
#winBoxPhoto #btnPrint {
	width: 180px;
	margin:0 auto 20px;
	font-size:14px;
	padding: 10px;
	border-radius: 100px;
	cursor: pointer;
	background: #fff url(../img_advanced/icn_print.png) no-repeat 10px center;
}
#win img{
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}



}
@media only screen and (max-width:767px) {
#win {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	z-index: 999990;
	display:none;
-webkit-backface-visibility: hidden;
}
#winBoxPhoto {
	width:85%;
	position:fixed;
	top:50%;
	left:50%;
	background-color:#fdfbe6;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#winBoxPhotoInner {
	position:relative;
	padding:10px;
	box-sizing:border-box;
}
#winBoxPhoto #winPhoto {
	padding-bottom:20px;
}
#winBoxPhoto #winClose {
	width:40px;
	height:40px;
	position:absolute;
	top:auto;
	bottom:-10px;
	right:-10px;
	cursor:pointer;
}
#winBoxPhoto #btnPrint {
	width: 180px;
	margin:0 auto;
	font-size:11px;
	padding: 10px;
	border-radius: 100px;
	cursor: pointer;
	background: #fff url(../img_advanced/icn_print.png) no-repeat 10px center;
}
#winPhoto img {
	width:100%;
	height:auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
}
@media print {
	body.win_print {
		background:none !important;
	}
	.win_print #container,
	.win_print #footer,
	.win_print #cboxOverlay {
		display: none !important;
	}

	#win {
		width: 100%;
		display:block;
		text-align:center;
	}
	#winBoxPhoto {
		width:100%;
	}
	#winBoxPhoto img {
		width:100%;
		height:auto;
	}
	#winBoxPhoto #winClose {
		display: none !important;
	}
	#winBoxPhoto #btnPrint {
		display: none !important;
	}
}

div.movie-box#mv01 {
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
div.movie-box#mv01 .thum {
	width: 100%;
	max-width: 480px;
}
div.video_block {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border: 3px solid #e4ff00;
    border-radius: 3px;
    background-color: white;
}
div.video_block .left_icon {
    height: 60px;
    margin-right: 5px;
}
div.video_block .link_title {
    margin: 5px;
    padding-right: 10px;
    color: #01c700;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

div.movie-box {
	margin-top: 20px;
}
.movie-box a {
    text-decoration: none;
}
div.thum {
    position: relative;
}
.movie-box .thum:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img_common/arw.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.movie-box .thum img {
    border: 1px solid #ccc;
}

@keyframes modal-video {
from {
opacity:0;
}
to {
opacity:1;
}
}
@keyframes modal-video-inner {
from {
transform:translate(0, 100px);
}
to {
transform:translate(0, 0);
}
}

.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	animation-name: modal-video;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.modal-video-close {
	opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
	-webkit-transform: translate(0, 100px);
	-moz-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	-o-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.modal-video-body {
	max-width: 800px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}

.modal-video-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding:5px;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333;
	animation-timing-function: ease-out;
	animation-duration: .3s;
	animation-name: modal-video-inner;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -35px;
	right: -5px;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent;
	cursor: pointer;
}

.modal-video-close-btn:before {
	transform: rotate(45deg);
}

.modal-video-close-btn:after {
	transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fff;
	border-radius: 5px;
	margin-top: -6px;
}
