/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
/*-----------------------*/
*{
	margin:0px;
	padding:0px;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#wrapper {
	position: relative;
	z-index: 10;
}
#video_screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(255 0 0 / 0%);
	z-index: 0;
	margin: auto;
	right: 0;
	bottom: 0;
}
/*header-----------------*/
#title{
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 15px;
	color: #666;
}
#title_txt{
	margin: 0px 15px 15px 15px;
}
div.company_name {
	font-size: 12px;
	font-family: 'M PLUS 1p', sans-serif;
	display: flex;
	position: relative;
	width:100%;
	top: 0;
	left: 0;
}
div.company_name span{
	padding:0 1%;
	width:calc(50% - 2%);
}
div.company_name span:last-child{
	text-align: right;
}

/*BOX-----------------*/
section{
	overflow:hidden;
}
section > div{
	margin-bottom: 50px;
}
.box p {
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
	color: #666;
	font-size: 18px;
	line-height: 6em;
	text-align: center;
}
.box p span{
	font-weight: bold;
	line-height: 1.5em;
}
.box p.no_margin,
.box div.no_margin,
.box ul.no_margin{
	margin:5px 15px 5px 15px;
}
.box img,
.box video {
	margin: 5px auto;
	display: block;
	width: 100%;
}

/*FOOTER-----------------*/
#footer{
	line-height: 40px;
	font-size: 12px;
	padding-top: 60px;
	padding-bottom: 10px;
}
#footer p{
	text-align: right;
}
#footer p a{
	text-decoration: none;
}
.foot_menu {
	line-height: 80px;
}
.foot_menu a {
	text-decoration: underline;
}

.comment_title {
	position: relative;
	font-size:24px;
	text-align: center;
}

.comment_title:before, .comment_title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: black;
}

.comment_title:before {
	left:0;
}
.comment_title:after {
	right: 0;
}

.com_box{
	border: 1px solid #b2b2b2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.com_box p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 13px;
	text-align: left;
}
.com_box p span{
	line-height: 1.6em;
}
.com_box p.right,.com_box p span.grey {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:normal;
	text-align: right;
}

.com_box.no_line{
	border: none;
	margin-top: 40px;
	margin-bottom: -50px;
	padding-left: 10px;
	padding-bottom:50px;

}
.com_box form p:first-child{
	margin-bottom: 0px;
	margin-left: 10px;
}
.com_box form p:nth-child(3) {
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
}
.com_box .txt_input{
	width : 94.5%;
	width : -webkit-calc(100% - 22px);
	width : calc(100% - 22px);
	line-height: 24px;
	border: 1px solid #b2b2b2;
	border-radius: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
.com_box .txt_area{
	width : 94.5%;
	width : -webkit-calc(100% - 22px);
	width : calc(100% - 22px);
	border: 1px solid #b2b2b2;
	height: 100px;
	border-radius: 8px;
	padding: 5px;
}
.box .com_box #submit_btn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width : 97.5%;
	width : -webkit-calc(100% - 10px);
	width : calc(100% - 10px);
	line-height: 32px;
	margin-top: 16px;
	margin-bottom: 20px;
	border: 1px solid #c1c1c1;
	background-color: #F3F3F3;
	border-radius: 5px;
	font-weight: bold;
}
.box p.art_msg{
	display: none;
	margin-bottom: 30px;
}
#tagframe{
	width:1px;
	height:1px;
	border:none;
}
/*COMMON---------------------------------------------------------*/
a,
.box a p{
	color: #00B3FF;
	font-weight: bold;
}
.box a > img{
	border:1px solid #00B3FF;
}
.narrow {
    line-height: 2em !important;
}
.center {
	text-align: center;
	display: block;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.txt12{
	font-size: 12px;
}
.txt14{
	font-size: 14px;
}
.txt16{
	font-size: 16px;
}
.txt18{
	font-size: 18px;
}
.txt20{
	font-size: 20px;
}
.txt22{
	font-size: 22px;
}
.txt24{
	font-size: 24px;
}
.txt26{
	font-size: 26px;
}
.txt28{
	font-size: 28px;
}
.box p span.txt22{
	line-height: 20px !important;
}
.box p span.txt24{
	line-height: 40px !important;
}
.box p span.txt28{
	line-height: 40px !important;
}
.sub_txt,
.box p span.sub_txt{
	font-size:10px;
	color:#a4a4a4;
	display:block;
	text-align:right;
	font-weight:normal;
}
.red{
	color: #ff0000;
}
.blue{
	color: #1a00ff;
}
.d_blue{
	color: #2672AA;
}
.pink{
	color: #ff1493;
}
.d_pink{
	color: #FF00AE;
}
.yellow{
	color: #fffd00;
}
.orange{
	color: #F17600;
}
.grey{
	color: #a4a4a4;
}
.green{
	color: #008000;
}
.no_list{
	padding-right: 5px;
}

.marker{
	background-color: #FFEC3D;
}
.marker_pink{
	background-color: #FFD1EC;
}
.marker_line {
	background: -webkit-linear-gradient(left, #FFEC3D 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
	background: linear-gradient(to right, #FFEC3D 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
	transition: background-position 1s ease-out;
	-webkit-transition: background-position 1s ease-out;
}
.marker_line2 {
	background: -webkit-linear-gradient(left, #FFEC3D 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
	background: linear-gradient(to right, #FFEC3D 50%, transparent 50%) 100% 0% / 200% 70% no-repeat;
	transition: background-position 1.8s ease-out;
	-webkit-transition: background-position 1.8s ease-out;
}
.marker_start {
	background-position: 0% bottom;
}
.uline{
	text-decoration: underline;

}
.bline{
	text-decoration: line-through;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.info{
    font-size: 12px;
    text-align: right;
}

/*info-----------------------------------------*/
#info_box {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 20px auto 50px auto;
	width: 94%;
	font-size: 13px;
}
#info_box th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
#info_box td {
	width: auto;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top:1px;
	border-left:1px;
	text-align:left;
}

/*左矢印+ボタン拡大/縮小 ---------------------------------------------------------*/
.box p.btn_txt{
	margin-top:-10px;
}
.arr_scale{
	overflow:hidden;
}
.arr_scale{
	position: relative;
	width: 100%;
	max-width: 400px;
	display: block;
	height: 155px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:0px;
	z-index: 1;
}
/*ﾎﾞﾀﾝ(拡大/縮小)---------------------------------------------------------*/
.arr_scale .btn_scale{
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 280px;
	height: 118px;
	margin-left: -140px;
	z-index: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);

	animation: btn_scale 1.2s ease-in-out infinite alternate;
}
@keyframes btn_scale {0% {transform:scale(1);}100% {transform:scale(1.1);}}
@-webkit-keyframes btn_scale {0% {-webkit-transform:scale(1);}100% {-webkit-transform:scale(1.1);}}
/*左矢印(左右)---------------------------------------------------------*/
.arr_scale .btn_arr{
	position: absolute;
	z-index: 2;
	width:50px;
	height:50px;
	top: 50%;
	margin-top:-5px;
	animation: btn_arr 0.6s ease-in-out infinite alternate;
}
@keyframes btn_arr {0% {left: -35px;}100% {left: 5px;}}
@-webkit-keyframes btn_arr {0% {left: -35px;}100% {left: 5px;}}

/*左矢印+ボタン揺れ---------------------------------------------------------*/
.arr_shak{
	overflow:hidden;
}
.arr_shak{
	position: relative;
	width: 100%;
	max-width: 400px;
	display: block;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
}
.box .arr_shak p{
	position:absolute;
	bottom:0;
	width:100%;
	margin:0;
	text-align:center;
}
/*ﾎﾞﾀﾝ(揺れ)---------------------------------------------------------*/
.arr_shak .btn_shak{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 300px;
	height: 131px;
	margin-left: -150px;
	z-index: 1;
	
	animation: btn_shak 3s ease-in infinite normal;
}
@keyframes btn_shak {
	0% {left: 55%;}
	3.5% {left: 47%;}
	7% {left: 53%;}
	10.5% {left: 48%;}
	14% {left: 52%;}
	17.5% {left: 49%;}
	21% {left: 51%;}
	28% {left: 49%;}
	35% {left: 51%;}
	42% {left: 50%;}
	100% {left: 50%;}
}
@-webkit-keyframes btn_shak {
	0% {left: 55%;}
	3.5% {left: 47%;}
	7% {left: 53%;}
	10.5% {left: 48%;}
	14% {left: 52%;}
	17.5% {left: 49%;}
	21% {left: 51%;}
	28% {left: 49%;}
	35% {left: 51%;}
	42% {left: 50%;}
	100% {left: 50%;}
}

/*矢印(左)---------------------------------------------------------*/
.arr_shak .btn_arr{
	position: absolute;
	z-index: 2;
	width:80px;
	height:80px;
	top: 50%;
	margin-top:-40px;
	
	animation: btn_arr 0.6s ease-in-out infinite alternate;
}
@keyframes btn_arr {0% {left: -35px;}100% {left: 5px;}}
@-webkit-keyframes btn_arr {0% {left: -35px;}100% {left: 5px;}}


/*テキスト blink---------------------------------------------------------*/
.blink{
	animation: blinkanime 0.5s linear infinite alternate;
}
@keyframes blinkanime {
0% {color: #FF4343;}
70%{color: #FF4343;}
71%{color: #fff;}
100% {color: #fff;}
}
@-webkit-keyframes blinkanime {
0% {color: #FF4343;}
70%{color: #FF4343;}
71%{color: #fff;}
100% {color: #fff;}
}
/*ﾎﾞﾀﾝ(CSS)---------------------------------------------------------*/
a:has(.cssbtn){
	text-decoration: none;
}
.cssbtn{
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 10px;
	background: #32b16c;
	box-shadow: 0 5px 0 #137d44;
	margin:0 auto;
	width:calc(80% - 40px);
	padding: 5px 10px 8px 30px;
	font-size:18px;
	text-align: center;
	line-height: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	
	animation: cssbtnpush 1.5s linear infinite normal;
}
a .cssbtn p {
	padding:0 10px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	color: #1c874d;
	border-radius: 4px;
	background: #fff;
	line-height: 1em;
	text-shadow: none;
}
.cssbtn:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 18px;
	height: 2px;
	background: currentColor;
	left:10px;
	position: absolute;
	left:23px;
	top:60%;
	
	animation: cssbtnarraf 1.5s linear infinite normal;
}
.cssbtn:before {
	content: '';
	width: 11px;
	height: 11px;
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: calc(60% + 1px);
	left:30px;;
	box-sizing: border-box;
	
	animation: cssbtnarrbf 1.5s linear infinite normal;
}

.cssbtn:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #fff;
	background: #38c578;
	-webkit-box-shadow: 0 2px 0 #2c9d60;
	box-shadow: 0 2px 0 #2c9d60;
}
.cssbtn:hover:before {
	left: 2rem;
}


@keyframes cssbtnpush {
0% {box-shadow: 0 5px 0 #137d44;top:0;}
75% {box-shadow: 0 5px 0 #137d44;top:0;}
80%{box-shadow: 0 2px 0 #137d44;top:3px;}
90%{box-shadow: 0 5px 0 #137d44;top:0;}
95% {box-shadow: 0 2px 0 #137d44;top:3px;}
100%{box-shadow: 0 5px 0 #137d44;top:0;}
}
@-webkit-keyframes cssbtnpush {
0% {box-shadow: 0 5px 0 #137d44;top:0;}
75% {box-shadow: 0 5px 0 #137d44;top:0;}
80%{box-shadow: 0 2px 0 #137d44;top:3px;}
90%{box-shadow: 0 5px 0 #137d44;top:0;}
95% {box-shadow: 0 2px 0 #137d44;top:3px;}
100%{box-shadow: 0 5px 0 #137d44;top:0;}
}
@keyframes cssbtnarraf {
0% {left:23px;}
75% {left:23px;}
80%{left:28px;}
90%{left:23px;}
95% {left:28px;}
100%{left:23px;}
}
@-webkit-keyframes cssbtnarraf {
0% {left:23px;}
75% {left:23px;}
80%{left:28px;}
90%{left:23px;}
95% {left:28px;}
100%{left:23px;}
}
@keyframes cssbtnarrbf {
0% {left:30px;}
75% {left:30px;}
80%{left:35px;}
90%{left:30px;}
95% {left:35px;}
100%{left:30px;}
}
@-webkit-keyframes cssbtnarrbf {
0% {left:30px;}
75% {left:30px;}
80%{left:35px;}
90%{left:30px;}
95% {left:35px;}
100%{left:30px;}
}

.movbtn{
	width:90%;
	margin:0 auto;
}

@media screen and (min-width:600px) {
	body{
		background: #AAAAAA;
	}
	#wrapper{
		width:750px;
		margin:0 auto;
		background: #fff;
	}

}