﻿@charset "UTF-8";

body{
	background: #F0F0F0;
}

/* ===== トップページ ===== */

#video_over{
	background:#ddd url(../images/main_bg.jpg) no-repeat center center;
	background-size:cover;
	margin:70px 0 0;
}
#video_main{
	width:70%;
	margin:0 auto 0;
	padding:40px 0;
}
.video {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
 	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
video {
  max-width: 100%;
	height: auto;
}
video {
  min-width: 100%;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 900px) {
	#video_over {
	  margin: 0 0 0;
	}
}

@media all and (max-width: 682px) {
	#video_over{
		background:none;
		margin:0 0 0;
	}
	#video_main{
		width:100%;
		padding: 0;
	}
}

@media screen and (max-width: 682px) {
	#main_img {
		display:none;
	}
}


.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.2) 100%);
  background-size: 4px 4px;
  z-index: 2;
}
#main_logo{
	background:#fff;
	border-radius: 50%;
	opacity:0.7;
	padding: 40px 0 0 0;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto ;
	z-index: 3;
	max-width: 400px;
	width: 100%;
	height: 350px;
}
#main_title span{
	color: #f07b1c;
	font-size: 110%;
	font-weight: bold;
	margin-top:3%;
}

#main_title{
	text-align: center;
	position: absolute;
	top: 3%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	max-width: 400px;
	width: 100%;
	height: 50px;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.6;
}


#new {
  margin: 50px auto 30px;
	overflow:hidden;
	background: url('../images/new_bg.jpg') bottom right no-repeat;
}
#new_in {
  padding: 50px 0;
	width:900px;
	margin:0 auto;
}
#new_title{
	font-size: 23px;
  background: -moz-linear-gradient(right, #f80000, #c50000);
  background: -webkit-linear-gradient(right, #f80000, #c50000);
  background: linear-gradient(to left, #f80000, #c50000);
	color:#fff;
	font-weight: bold;
	padding:12px 0;
	margin:0 0 15px;
	text-align:center;
	border:1px solid #fff;
}
#new_title span{
	background:#fff;
	color:#c50000;
	padding:5px 8px 2px;
	font-style: italic;
}
.new_txt {
	margin:25px 0;
}
.new_txt p {
  font-size: 1.2rem;
  line-height: 2.2;
	color: #222;
	text-align:center;
}

.new_txt p span {
  background: linear-gradient(transparent 1%, #fff 1%);
  padding: 6px 5px;
}
.new_btn {
    border: 1px solid #f80000;
    padding: 15px 5px;
    width: 280px;
    font-size: 110%;
    color: #f80000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
	margin: 20px auto 0;
	text-decoration: none;
	font-weight: bold;
}
.new_btn:hover{
    color: #fff;
    border: 1px solid #f80000;
	background:#f80000;
}


@media all and (max-width: 767px) {
#new_title{
	font-size: 1.1rem;
	padding:12px;
}
	#new_in {
		width:96%;
	}
	.new_txt p {
	  font-size:0.9rem;
	}
}



#sub_img{	
	background: url('../images/sub_main.png') center center no-repeat;
    background-size: auto;
	height: 0;
	margin: 0 0 40px;
	background-size: cover;
	padding-bottom: 31%;
	position: relative;
}

#sub_img2 img{
	width: 100%;
}
#report_main{
	overflow:hidden;
	background: url('../images/arrow.png') bottom right no-repeat;
	margin:10px 0;
}
div.report{
	width:1000px;
	margin:2% auto 3%;
	padding:2%;
	background:#fff;
	clear:both;
	overflow:hidden;
}
div.report img{
	border:1px solid #fff;
}
div.report img:hover{
	border:1px solid #a37112;
}
div.report div.LeftBox{
	float:left;
	width:38%;
}
div.report div.RightBox{
	float:right;
	width:60%;
	text-align:left;
	line-height:180%;
}
div.report div.RightBox p.name{
	font-size:0.9rem;
	margin:10px 0;
	line-height:1.7;

}
div.report div.RightBox p.icon{
	color:#a37112;
	text-align:right;
}
#report_other{
	border-top:1px solid #e9e9e9;
	padding:10px 0;
}
.report_other_in{
	overflow:hidden;
	background: url('../images/arrow.png') bottom right no-repeat;
	width:49%;
	float:left;
}
.report_other_in2{
	overflow:hidden;
	background: url('../images/arrow.png') bottom right no-repeat;
	width:49%;
	float:right;
	border-left:1px solid #e9e9e9;
	padding-left:1%;
}
div.report div.LeftBox_s{
	float:left;
	width:49%;
}
div.report div.LeftBox_s img{
	width:100%;
}
div.report div.RightBox_s{
	float:right;
	width:49%;
	text-align:left;
	line-height:180%;
	padding-top:5px;
}
div.report div.RightBox_s h3{
	color:#a37112;
	font-size:1.2rem;
}

div.report div.RightBox_s p.name{
	font-size:0.9rem;
	margin:10px 0;
	line-height:1.7;

}
div.report div.RightBox_s p.icon{
	text-align:right;
	color:#a37112;
}

div.report h2{
	width:100%;
	color:#a37112;
	font-size:150%;
	font-weight:bold;
	padding:2% 0;
	margin:0 auto 2%;
	border-top:1px solid #a37112;
	border-bottom:1px solid #a37112;
	line-height:160%;
	letter-spacing:-0.02em;
	text-align:left;	
}
div.report span.vol{
	background:#a37112;
	color:#FFF;
	padding:3px 10px;
	margin-bottom:2%;
	margin-right:2%;
	font-weight:normal;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#report_main strong{
	font-size:1.3rem;
	margin-top:15px;
	display:block;
	font-weight:normal;
	line-height:1.5;
}
#report_other strong{
	font-size:1rem;
	margin-top:10px;
	display:block;
	font-weight:normal;
	line-height:1.5;
}
#option{
	color: #BCBCBC;
	font-weight: bold;
	font-size: 180%;
	text-align: left;
	border-left: 6px solid #BCBCBC;
	padding-left: 13px;
	margin:0 0 15px 0;
}
ul.bana{
	width:80%;
	margin:1% auto;
	list-style:none;
}
ul.bana li{
	float:left;
	width:30%;
	margin:1%;
}
ul.bana li img{
	width:100%;
}
@media only screen and (max-width: 800px){
#main_logo,#main_title{
}
#main_logo{
	display:none;
}

#new img {
	width: 100%;
}
div.report{
	width:90%;
}
div.report div.LeftBox{
	clear:both;
	display:block;
	width:100%;
	text-align:center;
}
div.report div.LeftBox img{

}
div.report div.RightBox{
	clear:both;
	display:block;
	width:100% !important;
	margin:1% auto !important;
}
div.report h2{
	font-size:120%;
}
div.report strong{
	font-size:100%;
}
.report_other_in,.report_other_in2{
	width:100%
}
.report_other_in{
	margin-bottom:5px;
}
.report_other_in2{
	border-top:1px solid #e9e9e9;
	border-left:none;
	padding-top:10px;
}
#report_other strong {
  font-size: 0.9rem;
}
div.report div.RightBox_s h3 {
  font-size: 1rem;
}
ul.bana{
	width:95%;
	margin:1% auto;
	list-style:none;
	padding:0;
}
ul.bana li{
	width:98%;
	margin:1%;
	padding:0;
	clear:both;
	display:block;
}
}

#sub_txt{
	text-align: center;
	font-size: 1.2rem;
	text-shadow:0px 0px 2px #fff;
	line-height: 1.7;
	margin: 60px 0 70px;
}
#point{
	margin:  auto;
	width: 820px;
	overflow: hidden;
}
.point_cate{
	float: left;
	margin: 0 15px 0;
	width: 29%;
}
.point_cate img{
	margin: 0 auto;
	text-align: center;
}
.point_cate p{
	font-size: 18px;
	text-align: center;
	color: #00549b;
	font-weight: bold;
}
#name{
	font-size: 120%;
	margin: 0 0 0 0;
	font-weight: bold;
}
#flow{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:10px;
}


#cp_txt{
	text-align: center;
	font-size: 130%;
	margin: 60px 2% 0;
	width: 96%;
}
#cp_txt span{
	font-weight: bold;
	font-size: 140%;
	font-style:oblique;
}
#box_menu{
	padding: 0;
	margin: 60px 0 40px;
}
p.box_txt{
	font-size: 100%;
}
/*#sub_title p{
	padding: 100px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 38px;
	text-shadow:0px 0px 8px #45569a;
	margin: 0;
}*/
#cp{
	background: #162a6b;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 130%;
	background: -moz-linear-gradient(left,#041755,#162a6b 40%,#162a6b 60%,#041755);
	background: -webkit-linear-gradient(left,#041755,#162a6b 40%,#162a6b 60%,#041755);
	background: linear-gradient(to right,#041755,#162a6b 40%,#162a6b 60%,#041755);
	line-height:1.6;
}
#cp p{
	padding:5px;
	margin:0 0 5px 0;
}
#cp p span{
	padding:5px 8px;
	margin:0;
	font-size:1.4rem;
	font-weight: bold;
	background:#fff;
	display:inline;
	color:#162a6b;
}
.cp_s{
	font-size: 90%;
}
.cp_btn{
	text-align: center;
	padding: 5px 20px;
	border: 2px solid #fff;
	width: 190px;
	font-size: 18px;
	font-weight: bold;
	 border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
	display:block;
	margin:10px auto 0;

}
.cp_btn:hover{
	background: #fff;
	color: #162a6b;
}
a .cp_btn{
	text-decoration: none;
	color: #fff;
}

#step{
	background-color: #314073;
	background-image:url(../images/cp_bk.png);
    background-repeat:  no-repeat;
    background-position:bottom right;
	color: #fff;
	text-align: center;

}
#step_title{
	font-size: 28px;
	padding: 60px 0 15px;
	color: #fff;
}
#step_in{
	width: 88%;
	margin: 20px auto 0;
	overflow: hidden;
	padding-bottom: 50px;
}
#step_in p{
	float: left;
	text-align: center;
	margin:0 2%;
	font-size: 21px;
	color: #fff;
	width:28%;
}
#step_in p img{
	width: 100%;
}
#step_last{
	width: 24% !important;
}
div.news{
	padding:1%;
	width:70%;
	margin:2% auto;
	text-align:center;
	font-size:120%;
	background:#dfbc24;
}
div.news span{
	padding:5px 10px;
	text-align:center;
	font-size:100%;
	background:#FFF;
	color:#ce0101;
	font-weight:bold;
}
#cate {
    height: 900px;
    width: 100%;
	background-image:url(../images/cate_img.jpg);
	background-color: #2f355f;
    background-repeat:  no-repeat;
    background-position:center center;
	color: #fff;
	padding: 20px 0;
}
#cate_in{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#cate_txt{
	text-align: center;
	margin: 40px auto 70px;
	font-size: 120%;
}
.cate01,.cate02,.cate03,.cate04{
	width: 390px;
}
.cate01,.cate03{
	float: left;
}
.cate02,.cate04{
	float: right;
}
#cate .parenthesis {
  position: relative;
  padding: 10px 5px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
	color: #fff;
}
#cate .parenthesis:hover {
	background: rgba(255,255,255,0.3);
}


#cate .parenthesis p{
	margin: 0;
	text-align: center;
}
#cate .parenthesis p a{
	text-decoration: none;
	color: #FFFFFF;
}
#cate .parenthesis::before,
#cate .parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 7px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cate .parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}
#cate .parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}



#parth_title{
	font-weight: bold;
	font-size: 170%;
	text-align: center;
	padding: 0 0 30px 0;
}
#parth{
    padding: 50px 0;
    background: #e3e5e9;
}
#parth_img img{
	width: 100%;
}
#parth_img ul{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
#parth_img li{
	float: left;
	list-style-type: none;
	width: 300px;
	color: #535353;
}
.scale img:hover{
	opacity: 0.7;
}
@media screen and (max-width: 736px)  {
#top_main {
	widows: 98%;
	margin: 0 0 0 0 !important;
	background-image:none;
}
#top_main_txt{
	padding: 0px;
}
#name{
	width: 96%;
	margin: 0 2%;
	font-size: 100%;
}
#top_main_inner{
	min-height: 0;
}
	#case_top{
		width: auto;
	}
	#case_top{
	height: 450px;
}
	#case_left{
	position: absolute;
	left: 15px;
	bottom: 0;
		right: 0;
}
#step_last{
	float: none !important;
}
	#flow,.flow_step img{
		width: 100%;
	}
#flow{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px;
}

}
@media screen and (min-width: 737px) and (max-width: 1099px){
#top_main {
	widows: 98%;
	margin: 70px 0 0 0 !important;
	height: auto;
}
#main_title{
}
#name{
	width: 96%;
	margin: 0 2%;
	font-size: 120%;
}
}
@media only screen and (max-width: 1099px){
#step,#step_in,#box_menu{
	width: 100%;
}
#main_title,#main_title_sub{
}
#sub_txt p{
	display: none;
}
#cp a{
	display: block;
	margin-top: 10px;
}

#step_title{
	font-size: 22px;
}
#step_in p,#step_in p#step_last{
	width: 48% !important;
	padding: 0;
	margin: 0 1%;
	font-size: 17px;
}
#step_in p img{
	width: 90%;
}
#step_in p#step_last{
	margin: 20px auto;
	float: none;
}
#step_in p#step_last img{
	width: 70%;
}

.RightBox p{
	margin: 0;
}
#box_menu{
	padding: 0;
	margin: 30px 0;
}
.box_in,#sub_img2{
	width: 98%;
	margin: 1%;
}

h3.top{
	font-size:140%;
	margin:10px 0;
}
h3.top{
	font-size:140%;
	margin:10px 0;
}
	
	
.scale{
	height: auto !important;
}
	#parth_title{
		font-size: 21px;
	}
	.function_main_btn{
		margin: 0 auto;
	}
}
@media only screen and (max-width: 800px){
#main_title{
	font-size: 22px;
	margin-top: 10%;
	color:#fff;
}
#sub_txt{
	font-size: 90%;
	font-weight:normal;
	width: 98%;
	margin: 10px 1% 20px;
}
}
@media screen and (max-width: 800px) {
#main_sp {
  width: 100%;
  height: 0;
  padding-top: calc(677 / 1050 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../images/top_sp.png) center center / cover no-repeat;
　margin: 0;
}
	
#main_sp img{
	width: 100%;
}
}

@media screen and (min-width: 1100px) {
#main_sp,#sub_txt_sp{
	display: none;
}
}
.scale{
	width: 300px;
	height: 202px;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.8s linear;
    -webkit-transition: -webkit-transform 0.8s linear;
    -o-transition: -o-transform 0.8s linear;
    -ms-transition: -ms-transform 0.8s linear;
    transition: transform 0.8s linear;
	height: 102%;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.function_main_btn {
    border: 1px solid #00549b;
    padding: 20px 10px;
    width: 280px;
    font-size: 110%;
    color: #00549b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
	margin: 20px auto 0;
	text-decoration: none;
	font-weight: bold;
}
.function_main_btn:hover,.function_main_btn2:hover {
    color: #fff;
    background: #237dc6;
}
.function_main_btn2 {
    border: 1px solid #00549b;
    padding: 20px 10px;
    width: 300px;
    font-size: 110%;
    color: #00549b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
	margin: 50px auto 0;
	text-decoration: none;
	font-weight: bold;
}


.case_main_btn {
    border: 1px solid #237dc6;
    padding: 7px 10px;
    width: 200px;
    font-size: 130%;
    color: #314073;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
	text-decoration: none;
	margin-top: 10px;
}
.case_main_btn:hover {
    color: #fff;
    background: #237dc6;
}

@media screen and (max-width: 736px) {
.slider {
    height: 100px;
	padding-bottom: 100%;
}
div.news{
	width:90%;
	font-size:90%;
	padding:3%;
	margin:0 auto;
}
div.news span{
	display:none;
}
.RightBox{
	width: 60% !important;
	margin: 150px 0 0 1% !important;
}
.function_main_btn {
    padding: 15px 10px;
}
}
.slider div.topcathche{
	float:right;
	margin-right:3%;
}
@media screen and (max-width: 960px) {
.slider div.topcathche{
	width:100%;
}
}
@media screen and (max-width: 736px) {
/*header.header_bc{
	background: url('../images/mainimage.jpg') center center no-repeat;
    background-attachment: scroll;
	height:0;
	margin: 0;
	background-size: cover;
	padding-bottom: 100%; 
	position: relative;
	color:#FFF;
}*/
}
h2.top{
	background: url('../images/icon_alogo.png') center 130px no-repeat;
	font-size:180%;
	text-align:center;
	/*font-family: 'Domine', serif;*/
	letter-spacing:0.1em;
	color: #fff;
	padding-top:30%;
	text-shadow: 1px 1px 1px #bba617,
                 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff
}
.movie{
	width:95%;
	margin:1% auto;
}

@media screen and (max-width: 736px) {
.slider div.topcathche{
	width:95%;
}
h2.top{
	background:none;
	font-size:180%;
	padding-top:20%;
}
}
h3.top{
	font-size:165%;
	line-height:200%;
	color: #00549b;
	font-weight: bold;
	margin: 10px 0 30px;
	font-style: italic;
}
h3.top span{
	background: -webkit-linear-gradient(transparent 1%, #232323 1%);
	background: -o-linear-gradient(transparent 1%, #232323 1%);
	background: linear-gradient(transparent 1%, #232323 1%);
	color: #fff;
	padding: 8px 10px;
	border-bottom: 3px solid #f07b1c;
}

h3.vrs_txt{
	font-size:240%;
	line-height:120%;
	font-weight: bold;
	margin: 312px 0 30px;
	font-style: italic;
	text-shadow:0px 0px 5px #ffffff;
}
@media screen and (max-width: 1000px) {
h3.vrs_txt {
    font-size: 160%;
    line-height: 120%;
    margin: 150px 0 30px;
}
}


.triangle_bottom{
	width: 50px;
	height: 50px;
	border: 6px solid;
	border-color:  transparent transparent #959595 #353535;
	transform: rotate(-45deg);
	margin:0 auto;
}


h4.top{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #dfbc24;
	padding:1%;
	width:300px;
	text-align:center;
	font-size:120%;
}

@media screen and (max-width: 736px) {
h3.top{
	font-size:130%;
}
h4.top{
	float:center;
	margin:0 auto;
}
}
p.lead{
    text-shadow: 1px 1px 3px #000;
	font-size:105%;
	font-weight:normal;
	text-align:center;
}
ul.top_button {
	margin:1% auto;
	justify-content: center;
    display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
    display:flex;
}
ul.top_button li {
	list-style:none;
	margin-right:3%;
}
@media screen and (max-width: 736px) {
ul.top_button li {
	font-size:70%;
	letter-spacing:-0.07em;
	margin-top:3%;
}
h3.vrs_txt {
    font-size: 120%;
	text-align:center;
}
}
	/* 伸びてくる赤い線 */
.contents {
    position: relative;
    width: 100%;
	margin:-10px 0 60px 0;
}
.line {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 5px;
    background: #EC4E20;
}
div.perse{
	background-size: cover;
	padding-bottom:10%;
}
@media screen and (max-width: 736px) {
div.perse{
	display:none;
}
.contents {
	display:none;
}
}
ul li.buil{
	list-style:none;
	background: url('../images/icon_buil.png') left top no-repeat;
	padding:30px 0 0 150px;
	height:75px;
}
ul li.shop{
	list-style:none;
	background: url('../images/icon_shop.png') left top no-repeat;
	padding:30px 0 0 150px;
	height:60px;
}
ul li.house{
	list-style:none;
	background: url('../images/icon_house.png') left top no-repeat;
	padding:30px 0 0 150px;
	height:60px;
}
#main_slide li{
	margin:1px;
}
#main_slide li img{
	width:400px;
}
.newfuncBox{
	width:100%;
	margin: 1% auto;
}
.newfuncBox h3{
	font-size:120%;
	background-image:;
	letter-spacing:-0.01em;
	background: url(../images/newfunc/h3bc.gif) no-repeat 0 0;
	color:#432502;
}
 ul.newfuncBox{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.newfuncBox li{
	float:left;
	width:27%;
	margin-right:2%;
	margin-bottom:1%;
	list-style:none;
	border:1px solid #b58048;
	padding:2%;
	background:#FFF;
}
.newfuncBox li img{
	width:100%;
}
.newfuncBox li a{
	float:right;
}
.newfuncBox li span{
	font-size:70%;
	color:#999;
}
@media screen and (max-width: 736px) {
.newfuncBox{
	padding:0;
}
.newfuncBox ul{
	margin:0 !important;
	width:100%;
	padding: 0;
}
.newfuncBox li{
	width:100%;
	margin:1%;
	padding:3%;
	clear:both;
	display:block;
}
}
h3.top_case{
	font-size:165%;
	text-align: left;
	font-weight:bold;
	letter-spacing:-0.03em;
}
p.case_com{
	font-size:120%;
	color:#8a8000;
}
#support_main{
  margin: 0 0 0;
	background-image: url("../images/support_bg.jpg");
  background-repeat:no-repeat;
	background-color:#fff;
}

#support{
	width:900px;
	padding:20px 0 20px 0;
	margin:0 auto 0;
	overflow:hidden;
}
#support_left{
	float:left;
	width:59%;
	padding:0 30px;
	text-align:left;
	line-height:1.7;
}
#support_right{
	float:right;
	width:33%;
}
#support_right img{
	width:100%;
}
.support_title{
	font-weight: bold;
	font-size: 1.4rem;
	padding:0 0 0;
}

@media screen and (max-width: 736px) {
h3.top_case{
	text-align: center;
	font-size: 130%;
}
p.case_com{
	text-align: center;
	margin:0;
	font-size: 110%;
}
#support{
	width:96%;
}
#support_left,#support_right {
  float: none;
  width: 94%;
	margin:15px auto 10px;
  padding: 0;
}
#support_right {
  width: 60%;
}
}


@media screen and (max-width: 736px) {
.cover{
	background:none;
}
}
div.topbottomp{
	font-size:140%;
	font-weight:normal;
	letter-spacing:0.03em;
	color:#FFF;
	background:#434343;
	padding:2%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1) inset;
}
@media screen and (max-width: 736px) {
div.topbottomp{
	font-size:120%;
}
}
@media screen and (max-width: 736px) {
.vide_pc{
	display:none;
}
}
ul.news{
    display:table;
    margin:0 auto;
}
ul.news li{
    display:table-cell;
}
@media screen and (max-width: 736px) {
h2.top{
	font-size:140%;
	margin:0 5%;
}

ul.top_button{
	width:100%;
	margin:0;
	padding:0;
}
ul.top_button li{
	height:auto;
	margin:0;
	width:50%;
	font-size:90%;
}
}