* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
}
body{
    margin: 0;
    padding: 0;
    -webkit-print-color-adjust: exact;
}
a{
    color:#000;
    text-decoration: none;
    z-index: 50;
}
a:visited { color: #000; }

.pc_header {
	width:100%;
	//height:50px;
    box-sizing: border-box;
	background-color:#438450;
	color:#fff;
	font-weight: bold;
	font-size:16px;
	text-align:center;
	position: fixed;
	top: 0px; 
	left:0px;
    z-index: 150;
}
.pc_header ul {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
	margin:7px auto;
}
.pc_header ul li{
	display: inline-block;
	vertical-align: middle;
	
}
.pc_header ul li:nth-child(1){
	width:25%;
	text-align:left;
	text-indent: 0.5em;
}
.pc_header ul li:nth-child(n+2) {
    width: calc((75% - 140px) / 4);
}
.pc_header ul li:nth-child(6) {
    width: 140px;
}
.pc_header ul li:nth-child(n+2):nth-child(-n+5) {
	padding:5px 0px;
}
.pc_header  li:hover:nth-child(-n+5){
	opacity: 0.7;
}
.pc_header  a{
	width:100%;
	color:#fff;
}

.sp_header {
	display:none;
}

.fav_btn{
	background-color:#FFF;
	border-radius: 18px;
	border:2px solid #fff;
	color:#000;
	cursor: pointer;
	padding:3px 0px;
}

.fav_btn:hover{
	background-color:#d2bcae;
	border:2px solid #e2bcae;
}

div.fav_btn::before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 28px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url(../image/ie_icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom:3px;
}

.content {
	max-width: 1000px;
	margin:50px auto 0px;
}



ul.banner {
	max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
	margin:20px auto;
}
ul.banner li:nth-child(1) {
	width: 47%;
	text-align:left;
}
ul.banner li:nth-child(2) {
	width: 47%;
	text-align:right;
}



ul.article {
	max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
	margin:10px auto;
}
ul.article li:nth-child(1) {
	width: 65%;
	//background-color:#ffc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.article li:nth-child(1) div.top_rep {
	display: inline-block;
	width: calc((100% / 2) - 1em);
	max-width:320px;
	margin-bottom:30px;
	text-align:center;
	font-size:14px;
	line-height: 150%;
}
ul.article li:nth-child(1) div a {
	color:#000;
}
.short_line{
	width:60px;
	margin:10px auto;
	border: 1px #6a4436 solid;
}


.fadein, .fadein_rep:nth-child(n+7), .fadein_read {
    opacity: 0.1;
    transition: all 1s;
}

/* 画面内に入った状態 */
.fadein.scrollin, .fadein_rep.scrollin:nth-child(n+7), .fadein_read.scrollin {
    opacity: 1;
}

.fadein:hover, .fadein_rep:nth-child(n):hover {
    opacity: 0.5;
    transition: all 0.5s;
}

.look_more{
	font-size:18px;
	text-align:center;
	padding:1px 17px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	margin:0px auto;
	color:#6a4436;
}

.look_more:hover{
	background-color:#6a4436;
	border: 1px solid #6a4436;
	color:#f0f0f0;
}

.iroha{
	width:100%;
	margin-top:50px;
}

.cjm{
	width:100%; 
	background-color:#f0f0f0; 
	padding:10px 0px; 
	margin-top:25px;
	text-align:center;
}

.cjm img{
	width:90%;
}

ul.article li:nth-child(2) {
	width: 28%;
	//background-color:#fcf;
}

.new_title{
	width:100%;
	background-color:#6a4436;
	font-size: 18px;
	font-weight: bold;
	padding:0px 0px;
	text-align:center;
	color:#fff;
}

.news_list {
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:15px;
}


.rect-wrap {
	width:40%;
	display: inline-block;
}
.rect {
  width : 100% ;
  padding-top : 100% ;
	background-size: cover;
}

.news_datail {
	width: calc(60% - 0.5em);
	display: inline-block;
	box-sizing: border-box;
}

.news_tag{
	width:100%;
	font-weight: bold;
	padding:0px;
	font-size: 14px;
	text-align:center;
	border:1px #000 solid;
	border-radius: 3px;
    box-sizing: border-box;
}
.news_txt{
	font-size:14px;
	color:#000;
	margin:0;
}
.news_date{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 2px 0 0;
	line-height: 130%;
}

.search_box{
	width:100%;
	max-width:1000px;
	margin:0px auto 30px;
	border:1px #575757 solid;
    box-sizing: border-box;
    padding:5px;
}
.search_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding:3px;
    box-sizing: border-box;
}
.search_box ul.search{
	width:100%;
	max-width: 1000px;
}

.search_box ul li{
	text-align:center;
    box-sizing: border-box;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
	font-weight: bold;
}
.af::after{
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    border-style: solid;
    border-color: currentColor;
    border-width: 0 2px 2px 0;
    transform: translateX(-25%) rotate(-45deg);
    margin-left: 1.6em;
}
.search_box ul.search li a div{
	padding:0px 0px;
}
.search_box ul.search li:nth-child(1) {
	width: 17%;
	padding:3px 0px 0px;
	
}
.search_box ul.search li:nth-child(n+2) {
	width: 26.5%;
	border:1px #f0f0f0 solid;
}
.search_box ul.search li:hover:nth-child(n+2){
	background-color:#d9e6dc;
}
.search_box ul.search li a{
	color:#6a4436;
}
.seikyu, .seikyu3, .seikyu4{
	background-color:#fff;
}
.chk_bgc, .seikyu:hover{
	background-color:#d9e6dc;
}
.seikyu2{
	background-color:#d9e6dc;
	color:#6a4436;
	border:1px solid #d9e6dc;
}
.seikyu2:hover{
	background-color:#6a4436;
	color:#fff;
}
.seikyu3:hover{
	background-color:#dcdcdc;
}
.seikyu4:hover{
	background-color:#f0eceb;
}

.seach_tag {
	width:80%;
	margin-left:18.5%;
}
.search_box ul.seach_tag li{
	border:1px #f0f0f0 solid;
	font-size:16px;
	font-weight: bold;
}
.search_box ul.seach_tag li a div{
	padding:5px 0px;
}

ul.word, ul.money, ul.space{
	margin-top:0.2em;
}

.word li {
	width: calc(100% / 3);
}
.money li, .photo_srh li {
	width: calc(100% / 4);
}
.space li {
	width: calc(100% / 5);
}

.search_box ul  li:hover{
	background-color:#f0f0f0;
}
.search_box ul  li a{
	color:#000;
}
.chk_bgc2{
	background-color:#f0f0f0;
}



ul.this_year{
	width:100%;
	max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding:3px;
    box-sizing: border-box;
    margin:0px auto;

}
ul.this_year li{
	width: calc((100% / 3) - 1em);
	max-width: 320px;
	margin:1em 0px;
	text-align:center;
	font-size:14px;
	line-height: 150%;
}
ul.this_year li a{
	color:#000;
}

ul.srh_tag {
	width:90%;
	max-width: 900px;
	margin:0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding:3px;
    box-sizing: border-box;
}
ul.srh_tag li:nth-child(1) {
	width: calc(36% - 1em);
	font-size:14px;
}
ul.srh_tag li:nth-child(2) {
	width: 40%;
	max-width: 354px;
}
ul.srh_tag li:nth-child(3) {
	width: 24%;
	max-width: 210px;
}
ul.srh_tag li:nth-child(3) div {
	width : 100% ;
	padding-top : 66.7% ;
	margin-bottom:0.4em;
}
a.srh_link {
	color:#000;
	text-align:center;
}
.srh_cth {
	font-size: 22px;
	font-weight: bold;
	line-height: 136%;
}


/*PAGE TOPボタン追加*/
#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 10px;
bottom: 50px;
background: #fff; /*ボタンの色*/
border:1px #438450 solid;
opacity: 0.7;
border-radius: 50%; /*角の丸み*/
}
#page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}


#page_top a::before{
    content: '';
    display: inline-block;
    border-style: solid;
    border-color: currentColor;
    border-width: 0 2px 2px 0;
    transform: translateX(-25%) rotate(-135deg);
    margin-left: 1.6em;
color: #438450; /*アイコンの色*/
position: absolute;
width: 23px;
height: 23px;
top: 10px;
bottom: 0;
right: 0;
left: 12px;
margin: auto;
text-align: center;
}

.f_list{
	max-width: 1000px;
	display: flex; 
	flex-wrap: wrap; 
	justify-content: 
	space-evenly; 
	height: auto; 
	margin:10px auto;
}


.fav_on, .fav_off,.fav_on2, .fav_off2{
	width: 53px;
	background-color:#FFF;
	border-radius: 29px;
	border:1px solid #a0a0a0;
	color:#000;
	cursor: pointer;
	padding:7px 2px 14px 1px;
	font-size:8px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	margin-left: auto;
position: relative;
}


.fav_on, .fav_off{
right: 0px;
top: 60px;
	
}
.fav_on2, .fav_off2{
right: 0px;
top: -50px;
	
}

div.fav_on::before, div.fav_off:hover::before, div.fav_on2::before, div.fav_off2:hover::before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 32px;/*画像の幅*/
  height: 26px;/*画像の高さ*/
  background-image: url(../image/ie_icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin:0px 8px;
}

div.fav_off::before, div.fav_on:hover::before,div.fav_off2::before, div.fav_on2:hover::before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 32px;/*画像の幅*/
  height: 26px;/*画像の高さ*/
  background-image: url(../image/ie_icon2.svg);
  background-size: contain;
  vertical-align: middle;
  margin:0px 8px;
}
.report_pic {
	margin:30px 0px 50px;
}
.mkr_msg {
	margin-top:15px;
}
.report_pic ,.mkr_msg{
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding:3px;
    box-sizing: border-box;
}

.r_top_pic_tate{
	text-align:center;
}

.r_top_pic img{
	width: 100%;
}

.r_top_pic_tate img{
	width: 67%;
}

.report_pic li{
	width: calc((100% / 2) - 0.5em);
	max-width: 336px;
}
.mkr_msg li:nth-child(1){
	width: 30%;
	text-align:center;
}
.mkr_msg li:nth-child(2){
	width: calc(70% - 0.5em);
}

.linklist {
    margin: 0em auto 1.5em auto;
    max-width: 500px;
    display: flex;
    justify-content: center;
}

.linklist li {
    width: 50px;
    padding: 0em 1em;
    transition: all 0.2s;
    margin:10px 6px;
}

.linklist li a:hover {
    opacity: 0.5;
}

.map:hover{
	background-color:#f0f0f0;
}

.tel:hover{
	background-color:#f0f0f0;
}


ul.ano_rep {
	width:100%;
	margin:0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding:3px;
    box-sizing: border-box;
}
ul.ano_rep li:nth-child(1) {
	width: calc(36% - 1em);
	font-size:14px;
}
ul.ano_rep li:nth-child(2) {
	width: 40%;
	max-width: 354px;
}
ul.ano_rep li:nth-child(3) {
	width: 24%;
	max-width: 210px;
}
ul.ano_rep li:nth-child(3) div {
	width : 100% ;
	padding-top : 66.7% ;
	margin-bottom:0.4em;
}
a.ano_link {
	color:#000;
	text-align:center;
}
.ano_cth {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}

.sp_fav{
	display:none;
}

.rep_com{
	text-align:center; 
	font-size:18px; 
	font-weight: bold; 
	margin:10px 0px;
}

.rep_txt{
	width:72%; 
	max-width:720px;
	margin: 0px auto;
}

.rep_cap{
	width:90%; 
	margin:0px auto; 
	font-size:14px; 
	line-height:171%;
}
.mkr{
	margin-top:30px; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; 
	border-bottom:1px solid #a0a0a0;
}
.another_house{
	width:72%; 
	max-width:720px;
	margin: 0px auto;
}

.event_list{
	padding:15px;
	margin-top: 5px;
	border:1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event_list li:nth-child(1) {
	width:15%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding-top:calc((15% / 2) - 12px);
}

.event_list li:nth-child(2) {
	width:65%;
}
.event_list li:nth-child(3) {
	width:15%;
}

.event_list:hover {
	background-color: #f0f0f0;
}

.sp_event_genre{
	display:none;
}

.pc_event_genre{
	width:50%; 
	background-color:#438450; 
	color:#fff;
	font-size:18px;
	font-weight:bold; 
	text-align:center;
	margin-bottom:8px;
}
.event_data a:hover{
	color:#00f;
}
.imgcap{
	width:85%;
	margin:0px auto 20px;
	text-align:center;
	font-size:14px;
	line-height:24px;
}
.heading1{
	margin:20px auto 15px;
	font-size:22px;
	font-weight:bold; 
	line-height:32px;
	text-align:center;
}
.heading2{
	margin:16px auto;
	font-size:18px;
	font-weight:bold; 
	line-height:28px;

}
.texts{
	margin:16px auto;
	line-height:28px;
	
}
.search_title{
	margin-right:16px;
}

ul.cmp_list {
	width:100%;
	margin:0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding:10px 0px;
    box-sizing: border-box;
}

ul.cmp_list li:nth-child(1) {
	width: calc(29% - 1em);
	font-size:22px;
	line-height:28px;
	font-weight:bold; 
	position: relative;
}
ul.cmp_list li:nth-child(1) p {
	position:absolute;
	top:calc(50% - 0.5em);
	margin:auto;
}
ul.cmp_list li:nth-child(2) {
	width: 42%;
	max-width: 280px;
	font-size:16px;
	line-height:24px;
}
.cmp_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.cmp_list li:nth-child(2) img {
	width:60px;
}
ul.cmp_list li:nth-child(3) {
	width: 30%;
	max-width: 265px;
}
.fav_dlt{
	border:1px #c0c0c0 solid;
	border-radius: 12px;
	font-size:12px;
	color:#575757;
	padding:0px 8px;
}

.fav_dlt:hover{
	background-color:#c0c0c0;
}

/*** custom checkboxes ***/

 input[type=checkbox] { display:none; } /* to hide the checkbox itself */
 input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

 input[type=checkbox] + label:before { content: "\f096"; font-size:24px; color:#c0c0c0; } /* unchecked icon */
 input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

 input[type=checkbox]:checked + label:before { content: "\f046"; font-size:24px; color:#6a4436; } /* checked icon */
 input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */

.req_tag{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:70%;
    margin:5px auto 25px;
    vertical-align:middle;
}

.req_tag li{
	font-size:18px;
	font-weight:bold;
	color:#a0a0a0;
}

.slct_com{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:90%;
    margin:0px auto;
}

.slct_com li{
	width:45%;
}

.ast {
	font-size:15px;
	color:#f00;
	font-weight:normal;
}
.input_items, .input_ankt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input_items li:nth-child(2n+1){
	width:30%;
	background-color:#f0eceb;
	text-align:right;
	font-size:18px;
	padding:9px 9px 3px;
	font-weight:bold;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
    box-sizing: border-box;
    line-height:20px;
}
.input_items li:nth-child(2n){
	width:70%;
	padding:5px 12px;
    box-sizing: border-box;
	border-bottom:1px solid #000;
	border-right:1px solid #000;

}
.input_items li:nth-child(-n+2){
	border-bottom:none;
}

.input_ankt li:nth-child(2n+1){
	width:100%;
	background-color:#f0eceb;
	font-size:18px;
	padding:9px 9px 3px;
	font-weight:bold;
	border-right:1px solid #000;
	border-left:1px solid #000;
    box-sizing: border-box;
    line-height:20px;
}
.input_ankt li:nth-child(2n){
	width:100%;
	padding:5px 12px;
    box-sizing: border-box;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;

}
.input_ankt li:nth-child(-2n+3){
	width:40%;
	border-right:none;
}
.input_ankt li:nth-child(-2n+4){
	width:60%;
	border-left:none;
}
.input_ankt li:nth-child(2){
	border-bottom:none;
}
.input_ankt li:nth-child(3){
	border-bottom:1px solid #000;
}
.kenkara{
	display:block;
}
textarea{
	height:25px;
}


.company_overview{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.company_overview li{
	width:100%;
	font-size:14px;
	line-height:22px;
}
.company_overview li:nth-child(2){
	width:6em;
}
.company_overview li:nth-child(3){
	width:calc(100% - 6em);
}
.company_overview li:nth-child(6n){
	width:5em;
}
.company_overview li:nth-child(6n+1){
	width:calc(100% - 5em);
}
.company_overview li a:hover{
	color:#00f;
}


ol.privacy {
	margin-left:2em;
}
ol.privacy li {
	list-style-type: none;
	counter-increment: cnt;
	font-size:14px;
	line-height:22px;
}
ol.privacy li::before {
	content: "[" counter(cnt) "]";
	display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}
ul.privacy2 {
	margin-left:1em;
	margin-bottom:1em;
}
ul.privacy2 li {
	list-style-type: none;
	counter-increment: cnt;
	font-size:14px;
	line-height:22px;
}
ul.privacy2 li::before {
	content: "●";
	display:inline-block;
	margin-left:-1em; /* サイトに合せて調整 */
	width: 1em; /* サイトに合せて調整 */
}

ul.link{
	margin:6px 0px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.link li{
	font-size:14px;
	line-height:19px;
}
ul.link li:nth-child(2n+1){
	width:4em;
}
ul.link li:nth-child(2n){
	width:calc(100% - 5em);
}

ol.link2 {
	margin-left:1.5em;
}
ol.link2 li {
	list-style-type: none;
	counter-increment: cnt;
	font-size:12px;
	line-height:16px;
}
ol.link2 li::before {
	content: counter(cnt) ". ";
	display:inline-block;
	font-weight:bold;
	margin-left:-1.5em; /* サイトに合せて調整 */
	width: 1.5em; /* サイトに合せて調整 */
}


.sp_content{
	display:none;
}

.content_book,.content_book2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.content_book li:nth-child(1){
	width:45%;
	max-width:300px;
}
ul.content_book li:nth-child(2){
	width:52%;
	font-size:16px;
	line-height:28px;
}
.pc_content{
	margin-bottom:60px;
}
.pc_content p{
	font-weight:bold;
	font-size:18px;
}


ul.content_book2 li:nth-child(2n+3){
	width:calc(92% - 200px);
	font-size:16px;
	line-height:24px;
}
ul.content_book2 li:nth-child(2n+4){
	width:200px;
}
ul.content_book2 li:nth-child(-2n+1){
	width:calc(92% - 200px);
	font-size:16px;
	line-height:24px;
}
ul.content_book2 li:nth-child(-2n+2){
	width:200px;
}
ul.content_book2 li:nth-child(2n+2) div.pc_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.content_book li ul.privacy2 li,ul.content_book2 li ul.privacy2 li{
	width:100%;
	font-size:14px;
	line-height:19px;
}
.click_big {
text-align:right;
}
.click_big::after {
	content: "\02193";
}


ul.iroha_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


ul.iroha_top li{
	width:calc(50% - 20px);
	text-align:center;
	border:1px solid #a0a0a0;
	margin-top:25px;
}
ul.iroha_top li div{
	padding-top:70px;
	line-height:24px;
}

ul.iroha_top li:nth-child(1){
	background:#fff url(../image/iroha_hajime1.svg) no-repeat center 20px;
	background-size:80%; 
}
ul.iroha_top li:nth-child(1):hover{
	background:#ffebe8 url(../image/iroha_hajime2.svg) no-repeat center 20px;
	background-size:80%; 
}

ul.iroha_top li:nth-child(2){
	background:#fff url(../image/iroha_toti1.svg) no-repeat center 20px;
	background-size:80%; 
}
ul.iroha_top li:nth-child(2):hover{
	background:#fff6d9 url(../image/iroha_toti2.svg) no-repeat center 20px;
	background-size:80%; 
}

ul.iroha_top li:nth-child(3){
	background:#fff url(../image/iroha_kane1.svg) no-repeat center 20px;
	background-size:80%; 
}
ul.iroha_top li:nth-child(3):hover{
	background:#d3f4ea url(../image/iroha_kane2.svg) no-repeat center 20px;
	background-size:80%; 
}

ul.iroha_top li:nth-child(4){
	background:#fff url(../image/iroha_madori1.svg) no-repeat center 20px;
	background-size:80%; 
}
ul.iroha_top li:nth-child(4):hover{
	background:#d8f1ff url(../image/iroha_madori2.svg) no-repeat center 20px;
	background-size:80%; 
}

.iroha_kopi{
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
}
.iroha_read{
	font-size:16px;
	line-height:24px;
	text-align:center;
}
.iroha_main{
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	text-align:center;
}
.iroha_sub{
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	text-align:center;
}
.iroha_honbun{
	font-size:16px;
	line-height:28px;
}
.iroha_img{
	width:50%;
	max-width:336px;
	text-align:center;
	margin:0px auto;
}
.iroha_cap{
	width:45%;
	max-width:300px;
	margin:0px auto;
	font-size:14px;
	line-height:24px;
}

	
.movie_box {
    height: calc(100vh - 50px);
    width: 40vw;
    position: fixed;
    overflow: hidden;
    z-index: -5;
    top: 50px;
}

.movie_box video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /*
    top:-50vh;
    left: -50vw;
    transform: translate(50vw, 50vh);
*/

}
.content_box {
    z-index: 20;
    padding: 0px 0px 0px 40vw;
}