<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    background: url("../img/product_video_img/bg_title.jpg") center no-repeat;
    background-size: cover;
}
/*------------------------------------------------------------Content*/
.section {
	margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
.section {
	margin-bottom: 0;
}
}

/*Search_area*/
.search_area {
    padding: 20px;
    text-align: center;
}
.search_area li {
    margin-bottom: 10px;
}
.search_area li:last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width:576px) {
.search_area {
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
}
.search_area li {
    margin-right: 10px;
}
}

@media print, screen and (min-width:768px) {
.search_area {
    padding: 50px 0 0;
}
}

/*PageNavi*/
.pagenavi {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
}
.pagenavi li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
.pagenavi li span {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #fff;
    background: #c21622;
}
.pagenavi li a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #333;
    background: #fff;
}
.pagenavi li a:hover {
    color: #fff;
    background: #c21622;
}
/*入力エリア装飾*/
input[type="text"], input[type="tel"], textarea {
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e8e8e8));
    background-image: -webkit-linear-gradient(left, #e8e8e8, #e8e8e8);
}
select {
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 0;
    border: none;
    background: #e8e8e8;
}
select:focus {
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 0;
    border: none;
}
/*入力エリアサイズ*/
.input_10 {
    width: 10%;
}
.input_20 {
    width: 20%;
}
.input_30 {
    width: 30%;
}
.input_50 {
    width: 50%;
}
.input_70 {
    width: 70%;
}
.input_100 {
    width: 100%;
}
.input_zip {
    width: 180px;
}
.input_tel {
    width: 200px;
}
/*入力モード*/
.ime_dis {
    ime-mode: disabled;
}
.ime_act {
    ime-mode: active;
}

/*入力例の文字装飾*/
::-webkit-input-placeholder {
 color: #bbb;
}
::-moz-placeholder {
 color: #bbb;
}
:-ms-input-placeholder {
 color: #bbb;
}
input:focus::-webkit-input-placeholder {
 color:transparent;
}
input:focus:-moz-placeholder {
 color:transparent;
}
input:focus::-moz-placeholder {
 color:transparent;
}
textarea:focus::-webkit-input-placeholder {
 color:transparent;
}
textarea:focus:-moz-placeholder {
 color:transparent;
}
textarea:focus::-moz-placeholder {
 color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
    margin-left: 15px;
}
td label.first input[type=radio] {
    margin-left: 0;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
    margin-left: 15px;
}
td label.first input[type=checkbox] {
    margin-left: 0;
}
/*送信・戻るボタン*/
ul.search_btn {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}
ul.search_btn li {
    display: inline-block;
    cursor: pointer
}
ul.search_btn li.inp_search input {
    color: #fff;
    background: #c21622;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    cursor: pointer;
    text-align: center;
}
ul.search_btn li:hover {
    opacity: 0.7;
}
/*エラーメッセージ用*/
.errtop {
    position: relative;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #c33;
    background: #fcc;
}
.errtop::after {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 0;
    height: 0;
    margin-left: -15px;
    content: "";
    border: solid 15px transparent;
    border-top: solid 15px #fcc;
}
.errmsg span {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    font-weight: bold;
    color: #c33;
    background: #fcc;
}
.errmsg span::after {
    position: absolute;
    left: 30px;
    top: -20px;
    width: 0;
    height: 0;
    content: "";
    border: solid 10px transparent;
    border-bottom: solid 10px #fcc;
}

@media print, screen and (min-width:768px) {

/*入力例の文字装飾*/
::-webkit-input-placeholder {
 color: #666;
}
::-moz-placeholder {
 color: #666;
}
:-ms-input-placeholder {
 color: #666;
}
}

.list_video li {
	margin-top: 10px;
	background: #c21622;
}
.list_video li .video_title {
	font-size: 16px;
	font-weight: bold;
	padding: 8px 8px 10px;
	line-height: 1.3;
	color: #fff;
}
.list_video li iframe {
	display: block;
	width: 100%;
	height: 190px;
}
@media print, screen and (min-width:576px) {
.list_video li iframe {
	height: 230px;
}
}
@media print, screen and (min-width:768px) {
.list_video {
	display: flex;
	flex-wrap: wrap;
}
.list_video li {
	position: relative;
	width: 32%;
	margin-right: 2%;
	padding-bottom: 150px;
}
.list_video li:nth-child(3n), .list_video li:last-child {
	margin-right: 0;
}
.list_video li iframe {
	position: absolute;
	bottom: 0;
	height: 150px;
}
}
@media print, screen and (min-width:992px) {
.list_video li {
	padding-bottom: 180px;
}
.list_video li iframe {
	height: 180px;
}
}
@media print, screen and (min-width:1200px) {
.list_video li {
	padding-bottom: 230px;
}
.list_video li iframe {
	height: 230px;
}
}
</pre></body></html>