@charset "utf-8";
/* CSS Document */

/* レイアウト */
header {
	width: 100%;
	text-align: center;
	background-color: #333333;
	padding-top: 10px;
	height: 65px;
	position: fixed;
	z-index: 10;
	top: 0;
}

#header_area {
	width: 1024px;
	text-align: left;
	padding-bottom: 5px;
	margin: 0 auto;
	padding-top: 5px;
}

@media screen and (max-width: 768px) { 
#header_area {
	width: 728px;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media screen and (max-width: 480px) { 
#header_area {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%x;
}
}


#logo_area {
	width: 150px;
	float: left;
}

#container {
	width: 100%;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 20px;
}

#globalnavigation {
	width: auto;
	float: left;
	margin-left: 70px;
	padding-top: 15px;
}
@media screen and (max-width: 768px) { 
#globalnavigation {
	display: none;
}
}

#globalnavigation ul{
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#globalnavigation li{
	float:left;
	text-align:center;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
}

#globalnavigation li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#globalnavigation li a:hover{
	text-decoration: underline;
	color: #FCFB1D;
}

#globalnavigation ul.child{
    display: none;
    position:absolute;
    padding: 0;
	margin:0;
	left: 0;
}

#globalnavigation .child li{
	padding-left: 0;
	padding-right: 0;
	float: none;
	text-align: left;
}

#globalnavigation ul.child li a{
	display: block;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 15px;
	width: 190px;
	background: #444444;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#menu{
 display: none;
}

@media screen and (max-width: 768px) { 
#menu{
	display:block;
	width:40px;
	height:46px;
	cursor:pointer;
	z-index:9;
	position:absolute;
	top:20px;
	right:20px;
}
}

#menu img{
	width: 40px;
	height: auto;
}

#smnavigation {
	z-index: 3;
	position: absolute;
	top: 75px;
	left: 0;
	display: none;
	width: 100%;
}

@media screen and (max-width: 480px) { 
#smnavigation {
	height: 490px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
}

#smnavigation a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
	text-indent: 20px;
	display: block;
}

#global_wrapper{
	text-align: left;
	overflow: inherit;
	background-color:hsla(0,0%,0%,0.8);
}

#smnavigation li{
	line-height: 40px;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	text-indent: 15px;
}


#localnavigation {
	width: 1024px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

@media screen and (max-width: 768px) { 
#localnavigation {
	width: 728px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
}

@media screen and (max-width: 480px) { 
#localnavigation {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
}
}

#localnavigation ul{
	overflow: hidden;
}

#localnavigation li{
	list-style:none;
	float:left;
	width: 240px;
	border-radius: 30px;
	border: 1px solid #333333;
	background-color: #F0FAFF;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 30px;	
}

@media screen and (max-width: 768px) { 
#localnavigation li{
	width: 227px;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 480px) { 
#localnavigation li{
	width: 100%;
	margin-left: 0;
	margin-right: 0px;
}
}

@media screen and (max-width: 768px) { 
#localnavigation li:nth-child(3n){
	margin-right: 0;
}
}

#localnavigation li:first-child{
	margin-left: 0;
}

#localnavigation li:last-child{
	margin-left: 0;
}

#localnavigation li a{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none;
}

@media screen and (max-width: 480px) { 
#localnavigation li a{
	padding-top: 10px;
	padding-bottom: 10px;
}
}

#localnavigation li a:hover{
	background-color: #eeeeee;
	border-radius: 30px;
}

.lbtn_on {
	background-color: #eeeeee;
	border-radius: 30px;
}

.content {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 768px) { 
.content {
	width: 728px;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media screen and (max-width: 480px) { 
.content {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%x;
}
}

footer {
	width: 100%;
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #333333;
	color: #FFFFFF;
}

footer ul{
	float: left;
	width: 250px;
}

@media screen and (max-width: 480px) { 
footer ul{
	float: left;
	width: 50%;
	padding-bottom: 80px;
}
}

footer li{
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}

footer .content{
	background-image: url(../images/pmark.png);
	background-repeat: no-repeat;
	background-position: right 30px;
}

@media screen and (max-width: 768px) { 
footer .content{
	background-position: 97% top;
}
}

@media screen and (max-width: 480px) { 
footer .content{
	background-position: 95% 170px;
	background-size: 70px auto;
}
}

footer a{
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

.copy{
	clear:both;
	font-size: 0.9em;
	text-align: right;
	font-weight: bold;
}

.jiturei_list {
	width: 1024px;
	overflow: hidden;
	padding-bottom: 60px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) { 
.jiturei_list {
	width: 728px;
	padding-left: 20px;
	padding-right: 20px;
}
}

.jiturei_list li{
	float: left;
}

.jiturei_list li a{
	display: block;
	height: 140px;
}

@media screen and (max-width: 480px) { 
.jiturei_list {
	width: 100%;
}

.jiturei_list li{
	float: none;
}

.jiturei_list li a{
	display: block;
	height: 160px;
}

}


.btn_jiturei_a{
	background-image: url(../images/btn_kanrisyoku.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

.btn_jiturei_a:hover{
	background-image: url(../images/btn_kanrisyoku_r.png);
}

.btn_jiturei_ar{
	background-image: url(../images/btn_kanrisyoku_r.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

.btn_jiturei_b{
	background-image: url(../images/btn_eigyo.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.btn_jiturei_b:hover{
	background-image: url(../images/btn_eigyo_r.png);
}

.btn_jiturei_br{
	background-image: url(../images/btn_eigyo_r.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.btn_jiturei_c{
	background-image: url(../images/btn_compr.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
}

.btn_jiturei_c:hover{
	background-image: url(../images/btn_compr_r.png);
}

.btn_jiturei_cr{
	background-image: url(../images/btn_compr_r.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
}

.btn_jiturei_d{
	background-image: url(../images/btn_mensetstu.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
}

.btn_jiturei_d:hover{
	background-image: url(../images/btn_mensetstu_r.png);
}

.btn_jiturei_dr{
	background-image: url(../images/btn_mensetstu_r.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
}

@media screen and (max-width: 768px) { 
.btn_jiturei_a{
	background-image: url(../images/btn_kanrisyoku_tb.png);
	width: 340px;
	background-size: 340px 140px;
}

.btn_jiturei_a:hover{
	background-image: url(../images/btn_kanrisyoku_tb_r.png);
	background-size: 340px 140px;
}

.btn_jiturei_ar{
	background-image: url(../images/btn_kanrisyoku_tb_r.png);
	width: 340px;
	background-size: 340px 140px;
}

.btn_jiturei_b{
	background-image: url(../images/btn_eigyo_tb.png);
	width: 340px;
	margin-left: 48px;
	background-size: 340px 140px;
}

.btn_jiturei_b:hover{
	background-image: url(../images/btn_eigyo_tb_r.png);
	background-size: 340px 140px;
}

.btn_jiturei_br{
	background-image: url(../images/btn_eigyo_tb_r.png);
	width: 340px;
	margin-left: 48px;
	background-size: 340px 140px;
}

.btn_jiturei_c{
	background-image: url(../images/btn_compr_tb.png);
	width: 340px;
	margin-left: 0px;
	background-size: 340px 140px;
}

.btn_jiturei_c:hover{
	background-image: url(../images/btn_compr_tb_r.png);
	background-size: 340px 140px;
}

.btn_jiturei_cr{
	background-image: url(../images/btn_compr_tb_r.png);
	width: 340px;
	margin-left: 0px;
	background-size: 340px 140px;
}

.btn_jiturei_d{
	background-image: url(../images/btn_mensetstu_tb.png);
	width: 340px;
	margin-left: 48px;
	background-size: 340px 140px;
}

.btn_jiturei_d:hover{
	background-image: url(../images/btn_mensetstu_tb_r.png);
	background-size: 340px 140px;
}

.btn_jiturei_dr{
	background-image: url(../images/btn_mensetstu_tb_r.png);
	width: 340px;
	margin-left: 48px;
	background-size: 340px 140px;
}
}

@media screen and (max-width: 480px) { 
.btn_jiturei_a{
	background-image: url(../images/btn_kanrisyoku_tb.png);
	width: 100%;
	background-size: 90% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_jiturei_a:hover{
	background-image: url(../images/btn_kanrisyoku_tb_r.png);
	background-size: 90% auto;
	background-position: center;
}

.btn_jiturei_ar{
	background-image: url(../images/btn_kanrisyoku_tb_r.png);
	width: 100%;
	background-size: 90% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_jiturei_b{
	background-image: url(../images/btn_eigyo_tb.png);
	width: 100%;
	background-size: 90% auto;
	background-position: center;
	margin-left: 0;
	background-repeat: no-repeat;
}

.btn_jiturei_b:hover{
	background-image: url(../images/btn_eigyo_tb_r.png);
	background-size: 90% auto;
	background-position: center;
}

.btn_jiturei_br{
	background-image: url(../images/btn_eigyo_tb_r.png);
	width: 100%;
	background-size: 90% auto;
	background-position: center;
	margin-left: 0;
	background-repeat: no-repeat;
}

.btn_jiturei_c{
	background-image: url(../images/btn_compr_tb.png);
	width: 100%;
	background-size: 90% auto;
	background-position: center;
	margin-left: 0;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}

.btn_jiturei_c:hover{
	background-image: url(../images/btn_compr_tb_r.png);
	background-size: 90% auto;
	background-position: center;
}

.btn_jiturei_cr{
	background-image: url(../images/btn_compr_tb_r.png);
	width: 100%;
	background-size: 90% auto;
	background-position: center;
	margin-left: 0;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.btn_jiturei_d{
	background-image: url(../images/btn_mensetstu_tb.png);
	width: 100%;
	background-size: 90% auto;
	background-position: center;
	margin-left: 0;
	background-repeat: no-repeat;
}

.btn_jiturei_d:hover{
	background-image: url(../images/btn_mensetstu_tb_r.png);
	background-size: 90% auto;
	background-position: center;
}

.btn_jiturei_dr{
	background-image: url(../images/btn_mensetstu_tb_r.png);
	width: 100%;
	background-size: 90% auto;
	background-position: center;
	margin-left: 0;
	background-repeat: no-repeat;
}
}

.btn_metrics_a{
	background-image: url(../images/btn_drama.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
}

.btn_metrics_a:hover{
	background-image: url(../images/btn_drama_r.png);
}

.btn_metrics_b{
	background-image: url(../images/btn_theater.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
}

.btn_metrics_b:hover{
	background-image: url(../images/btn_theater_r.png);
}

.btn_metrics_c{
	background-image: url(../images/btn_prp.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
}

.btn_metrics_c:hover{
	background-image: url(../images/btn_prp_r.png);
}

.btn_metrics_d{
	background-image: url(../images/btn_onemin.png);
	width: 240px;
	height: 140px;
	text-indent: -9999px;
	margin-left: 20px;
}

.btn_metrics_d:hover{
	background-image: url(../images/btn_onemin_r.png);
}

@media screen and (max-width: 768px) { 
.btn_metrics_a{
	background-image: url(../images/btn_drama_tb.png);
	width: 340px;
	background-size: 340px 140px;
	margin-bottom: 30px;
	margin-left: 0!important;
}

.btn_metrics_a:hover{
	background-image: url(../images/btn_drama_tb_r.png);
	background-size: 340px 140px;
}

.btn_metrics_ar{
	background-image: url(../images/btn_drama_tb_r.png);
	width: 340px;
	background-size: 340px 140px;
	margin-bottom: 30px;
}

.btn_metrics_b{
	background-image: url(../images/btn_theater_tb.png);
	width: 340px;
	margin-left: 48px;
	background-size: 340px 140px;
	margin-bottom: 30px;
}

.btn_metrics_b:hover{
	background-image: url(../images/btn_theater_tb_r.png);
	background-size: 340px 140px;
}

.btn_metrics_br{
	background-image: url(../images/btn_theater_tb_r.png);
	width: 340px;
	margin-left: 48px;
	background-size: 340px 140px;
	margin-bottom: 30px;
}

.btn_metrics_c{
	background-image: url(../images/btn_prp_tb.png);
	width: 340px;
	margin-left: 0px;
	background-size: 340px 140px;
}

.btn_metrics_c:hover{
	background-image: url(../images/btn_prp_tb_r.png);
	background-size: 340px 140px;
}

.btn_metrics_cr{
	background-image: url(../images/btn_prp_tb_r.png);
	width: 340px;
	margin-left: 0px;
	background-size: 340px 140px;
}

.btn_metrics_d{
	background-image: url(../images/btn_onemin_tb.png);
	width: 340px;
	margin-left: 48px;
	background-size: 340px 140px;
}

.btn_metrics_d:hover{
	background-image: url(../images/btn_onemin_tb_r.png);
	background-size: 340px 140px;
}

.btn_metrics_dr{
	background-image: url(../images/btn_onemin_tb_r.png);
	width: 340px;
	margin-left: 48px;
	background-size: 340px 140px;
}
}

@media screen and (max-width: 480px) { 
.btn_metrics_a{
	background-image: url(../images/btn_drama_tb.png);
	width: 100%;
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_metrics_a:hover{
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_metrics_ar{
	background-image: url(../images/btn_drama_tb_r.png);
	width: 100%;
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_metrics_b{
	background-image: url(../images/btn_theater_tb.png);
	width: 100%;
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0;
}

.btn_metrics_b:hover{
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_metrics_br{
	background-image: url(../images/btn_theater_tb_r.png);
	width: 100%;
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0;
}

.btn_metrics_c{
	background-image: url(../images/btn_prp_tb.png);
	width: 100%;
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-bottom: 30px;
}

.btn_metrics_c:hover{
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_metrics_cr{
	background-image: url(../images/btn_prp_tb_r.png);
	width: 100%;
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-bottom: 30px;
}

.btn_metrics_d{
	background-image: url(../images/btn_onemin_tb.png);
	width: 100%;
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0;
}

.btn_metrics_d:hover{
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_metrics_dr{
	background-image: url(../images/btn_onemin_tb_r.png);
	width: 100%;
	background-size: 95% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0;
}
}

/* 要素 */

#main_top {
	width: 100%;
	min-width: 1024px;
	height: 800px;
	background-size: cover;
	background-image: url(../images/movie_dammy.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

@media screen and (max-width: 768px) { 
#main_top {
	min-width: 768px;
	height: 600px;
}
}

@media screen and (max-width: 480px) { 
#main_top {
	min-width: 414px;
	height: 320px;
}
}

#main_symbol {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 250px;
	z-index: 2;
}

@media screen and (max-width: 768px) { 
#main_symbol {
	bottom: 150px;
}

#main_symbol img{
	width: 225px;
	height: auto;
}
}

@media screen and (max-width: 480px) { 
#main_symbol {
	bottom: 130px;
}

#main_symbol img{
	width: 120px;
	height: auto;
}
}

#main_schroll {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 110px;
	z-index: 3;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@media screen and (max-width: 768px) { 
#main_schroll {
	bottom: 20px;
}
}

@media screen and (max-width: 480px) { 
#main_schroll img{
	width: 70px;
	height: auto;
}
}

.top_topic1 {
	width: 600px;
	float: left;
	background-image: url(../images/symbol_kadai.png);
	background-repeat: no-repeat;
	background-position: right 100px;
	min-height: 550px;
	padding-top: 50px;
}

@media screen and (max-width: 768px) { 
.top_topic1 {
	width: 100%;
	float: none;
	background-position: 90% 100px;
}
}

@media screen and (max-width: 480px) { 
.top_topic1 {
	padding-bottom: 320px;
	background-position: bottom center;
	background-size:auto 300px;
}
}

.top_topic1 h2{
	width: 212px;
	height: 186px;
	text-indent: -9999px;
	background-image: url(../images/fukidasi_kadai.png);
	background-repeat: no-repeat;
}

.top_topic1 ul{
	margin-top: 20px;
}

.top_topic1 li{
	font-size: 90%;
	font-weight: bold;
	line-height: 2em;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}

@media screen and (max-width: 768px) { 
.top_topic1 li{
	font-size: 100%;
}
}

.top_topic2 {
	width: 400px;
	margin-left: 24px;
	float: left;
	font-size: 90%;
	line-height: 2em;
	padding-top: 80px;
}

@media screen and (max-width: 768px) { 
.top_topic2 {
	width: 100%;
	margin-left: 0px;
	float: none;
	font-size: 100%;
	line-height: 2em;
	padding-top: 0px;
	padding-bottom: 40px;
}
}

@media screen and (max-width: 480px) { 
.top_topic2 {
	margin-top: 30px;
}
}

.top_topic2 h2{
	font-weight: bold;
	font-size: 34px;
	line-height: 1.4em;
}

@media screen and (max-width: 768px) { 
.top_topic2 h2{
	margin-bottom: 30px;
}
}

.top_topic2 .btn_detail {
	margin-top: 40px;
}

.kensyu_hukidasi1{
	width: 170px;
	height: 150px;
	background-image: url(../images/hukidasi_kensyu1.png);
	text-indent: -9999px;
}

.kensyu_hukidasi2{
	width: 170px;
	height: 150px;
	background-image: url(../images/hukidasi_kensyu2.png);
	text-indent: -9999px;
}

.kensyu_hukidasi3{
	width: 170px;
	height: 150px;
	background-image: url(../images/hukidasi_kensyu3.png);
	text-indent: -9999px;
}

@media screen and (max-width: 480px) { 

.kensyu_hukidasi1{
	width: 180px;
	float: left;
	background-size: 155px auto;
	background-repeat: no-repeat;
}

.kensyu_hukidasi2{
	width: 180px;
	float: left;
	background-size: 155px auto;
	background-repeat: no-repeat;
}

.kensyu_hukidasi3{
	width: 180px;
	float: left;
	background-size: 155px auto;
	background-repeat: no-repeat;
}
}
.hukidasi_area {
	float: left;
	background-image: url(../images/hukidasi_osusume.png);
	background-repeat: no-repeat;
	width: 176px;
	height: 154px;
}

@media screen and (max-width: 480px) { 
.hukidasi_area {
	margin-bottom: 20px;
}
}

.area_nayami_list {
	width: 846px;
	float: left;
}

@media screen and (max-width: 768px) { 
.area_nayami_list {
	width: 530px;
	margin-left: 20px;
}
}

@media screen and (max-width: 480px) { 
.area_nayami_list {
	width: 100%;
	margin-left: 0px;
}
}

.area_nayami_list li{
	font-weight: bold;
	line-height: 2em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}

@media screen and (max-width: 480px) { 
.area_nayami_list li{
	margin-left: 15px;
	font-size: 95%;
}
}

.pict_kanri_bg {
	background-image: url(../images/pict_kanrisyoku.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
}

@media screen and (max-width: 768px) { 
.pict_kanri_bg {
	height: 550px;
}
}

@media screen and (max-width: 480px) { 
.pict_kanri_bg {
	background-position: center bottom;
	height: 450px;
	background-size: 330px auto;
}
}

.pict_sales_bg {
	background-image: url(../images/pict_eigyo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
}

@media screen and (max-width: 768px) { 
.pict_sales_bg {
	height: 500px;
}
}

@media screen and (max-width: 480px) { 
.pict_sales_bg {
	background-position: center bottom;
	height: 400px;
	background-size: 330px auto;
}
}

.pict_compr_bg {
	background-image: url(../images/pict_compr_r.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
}

@media screen and (max-width: 480px) { 
.pict_compr_bg {
	background-position: center bottom;
	height: 450px;
	background-size: 330px auto;
}
}

.pict_intr_bg {
	background-image: url(../images/pict_mensetstu_r.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 300px;
}

@media screen and (max-width: 480px) { 
.pict_intr_bg {
	background-position: center bottom;
	height: 420px;
	background-size: 330px auto;
}
}

#bread-crumb-list {
	font-size: 90%;
	padding-top: 10px;
}

#bread-crumb-list li{
	float:left;
	list-style:none;
	padding-bottom:10px;
}

.news {
	overflow: hidden;
	width: 1024px;
	padding-bottom: 80px;
	margin: 0 auto;
	padding-top: 40px;
}

@media screen and (max-width: 768px) { 
.news {
	width: 728px;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media screen and (max-width: 480px) { 
.news {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
}

.news h3{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 35px;
}

.news ul{
	display: flex;
	flex-wrap: wrap;
}

.news li{
	float: left;
	width: 300px;
	border: 1px solid #565656;
	margin-left: 60px;
	min-height: 200px;
	background-color: #FFFFFF;
}

@media screen and (max-width: 768px) { 
.news li {
	float: left;
	width: 350px;
	margin-left: 0px;
	margin-bottom: 30px;
}
}

@media screen and (max-width: 480px) { 
.news li {
	float: none;
	width: 90%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
}


.news li:first-child{
	margin-left: 0;
}

@media screen and (max-width: 480px) { 
.news li:first-child{
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width: 768px) { 
.news li:nth-child(even){
	margin-left: 28px;
}
}

@media screen and (max-width: 480px) { 
.news li:nth-child(even){
	margin-left: auto;
	margin-right: auto;
}
}

.news_date {
	border-bottom: 1px dashed #565656;
}

.news p{
	padding: 10px;
}

.box_topics {
	width: 480px;
	position: relative;
	float: left;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) { 
.box_topics {
	width: 335px;
}
}

@media screen and (max-width: 480px) { 
.box_topics {
	width: 100%;
	float: none;
}
}

.box_topics h5{
	font-size: 22px;
	border-bottom: 1px dashed #333333;
	padding-bottom: 10px;
	margin-top: 15px;
	padding-top: 0;
}

@media screen and (max-width: 768px) { 
.box_topics h5{
	margin-top: 20px;

}
}

.box_topics:nth-child(even){
	margin-left: 64px;
}

@media screen and (max-width: 768px) { 
.box_topics:nth-child(even){
	margin-left: 58px;
}
}

@media screen and (max-width: 480px) { 
.box_topics:nth-child(even){
	margin-left: 0px;
}
}

.box_topics p{
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) { 
.box_topics p{
	padding-top: 15px;
}}

.area_topics {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

@media screen and (max-width: 768px) { 
.area_topics {
	margin-top: 40px;
}
}

.area_space {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width: 480px) { 
.area_space {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

.topics_panel1{
	background-image: url(../images/panel1.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	height: 35px;
	font-size: 1.3em;
}

.topics_panel2{
	background-image: url(../images/panel2.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	height: 35px;
	font-size: 1.3em;
}

.topics_panel3{
	background-image: url(../images/panel3.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	height: 35px;
	font-size: 1.3em;
}

.topics_panel4{
	background-image: url(../images/panel4.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	height: 35px;
	font-size: 1.3em;
}

@media screen and (max-width: 768px) { 
.topics_panel1,.topics_panel2,.topics_panel3,.topics_panel4{
	background-image: url(../images/topics_panel_bg.png);
}
}


.list_c3 {
	overflow: hidden;
	padding-bottom: 15px;
}

.list_c3 ul{
	display: flex;
	flex-wrap: wrap;
}

.list_c3 li {
	float: left;
	width: 300px;
	margin-left: 62px;
}

@media screen and (max-width: 768px) { 
.list_c3 li {
	float: left;
	width: 350px;
	margin-left: 0px;
	padding-bottom: 40px;
}
}

@media screen and (max-width: 480px) { 
.list_c3 li {
	float: none;
	width: 100%;
	padding-bottom: 30px;
}
}

.list_c3 li:first-child {
	margin-left: 0px;
}

@media screen and (max-width: 768px) { 
.list_c3 li:first-child {
	margin-right: 28px;
}
}

@media screen and (max-width: 480px) { 
.list_c3 li:first-child {
	margin-right: 0px;
}
}

.list_c3 li img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.list_s3 {
	overflow: hidden;
}

.list_s3 ul{
	display: flex;
	flex-wrap: wrap;
 }

.list_s3 li {
	float: left;
	width: 300px;
	margin-right: 62px;
}

.list_s3 li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) { 
.list_s3 li {
	width: 350px;
	margin-right: 28px;
}
.list_s3 li:nth-child(3n) {
	margin-right: 28px;
}

.list_s3 li:nth-child(2n) {
	margin-right: 0px;
}
}
.list_projectflow {
	overflow: hidden;
	margin-top: 30px;
}

.list_projectflow ul{
	display: flex;
	flex-wrap: wrap;
 }

.list_projectflow li {
	float: left;
	margin-bottom: 50px;
}

@media screen and (max-width: 480px) { 
.list_projectflow li {
	float: none;
	margin-bottom: 10px;
}
}

.box_projectflow {
	width: 280px;
	border: 1px solid #333333;
}
@media screen and (max-width: 768px) { 
.box_projectflow {
	width: 300px;
}
}

@media screen and (max-width: 480px) { 
.box_projectflow {
	width: 100%;
}
}


.arrow_projectflow {
	width: 60px;
	background-image: url(../images/arrow_flow.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 116px;
	text-indent: -9999px;
}

@media screen and (max-width: 480px) { 
.arrow_projectflow {
	float: none;
	margin-bottom: 0px;
	height: 32px;
	width: 100%;
	background-image: url(../images/arrow_tate.png);
	background-size: 32px 32px;
}
}

.box_c2A {
	width:50%;
	float:left;
}

.box_skill {
	border-top: 2px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 60px;
	height: 240px;
}

@media screen and (max-width: 768px) { 
.box_skill {
	height: 220px;
	margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) { 
.box_skill {
	height: auto;

}
}

.box_skill h3{
	width: 300px;
	font-size: 18px;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 3px double #333333;
	height: 80px;
	display: table-cell;
  vertical-align: middle;
 }
 
@media screen and (max-width: 768px) { 
.box_skill h3{
	width: 350px;
}
}

.box_skill p{
	margin-top: 1em;
	margin-bottom: 1em;
}

.line_separate {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(222,222,222,1);
}

.line_separate_dash {
	width: 100%;
	clear: both;
	margin-bottom: 25px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #555555;
}

.br-sp { display:none; }


@media screen and (max-width: 480px) { 
.br-sp { display:block; }
}


.tbl_form {
	background: #DBD5B9;
}

.area_jisseki {
	overflow: hidden;
}

.area_jisseki ul{
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.area_jisseki li{
	float: left;
	list-style-type: none!important;
	margin: 0!important;
	padding: 0;
	font-size: 98%;
}

.td_jisseki {
	width: 180px;
}

.td_jisseki_b {
	width: 200px;
}

.td_jisseki_c {
	width: 200px;
}

@media screen and (max-width: 768px) { 
.td_jisseki {
	width: 160px;
}

.td_jisseki_b {
	width: 160px;
}

.td_jisseki_c {
	width: 200px;
}
}

.form_left {
	width:150px;
	background-color:#EFE8C5;
	padding:10px;
}

.form_right {
	background-color:#FFF;
	padding:10px;
}

.top_aside{
	margin-top: 50px;
	border: solid 1px #ffffff;
	outline: solid 10px #ffe53d;
	background-color: #ffe53d;
	padding: 35px;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 120%;
	line-height: 2.2em;
	font-weight: bold;
}

@media screen and (max-width: 480px) { 
.top_aside{
	margin-top: 20px;
	padding: 15px;
	margin-bottom: 30px;
	font-size: 100%;
}
}

.method_area {
	position: relative;
}

.method_text {
	padding-top: 20px;
	font-size: 120%;
	font-weight: bold;
}

.kensyu_topic {
	border-radius: 20px;
	float: left;
	width: 480px;
	background-color: #00a5f7;
	margin-bottom: 64px;
	position: relative;
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) { 
.kensyu_topic {
	border-radius: 20px;
	width: 350px;
	background-color: #00a5f7;
	margin-bottom: 35px;
	padding-bottom: 30px;
}
}

@media screen and (max-width: 480px) { 
.kensyu_topic {
	width:95%;
	background-color: #00a5f7;
	margin-bottom: 35px;
	padding-bottom: 30px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}

.kensyu_pict_area {
	padding: 10px;
	background-color: #FFFFFF;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.kensyu_topic:nth-child(even) {
	margin-left: 64px;
}
@media screen and (max-width: 768px) { 
.kensyu_topic:nth-child(even) {
	margin-left: 28px;
}
}

@media screen and (max-width: 480px) { 
.kensyu_topic:nth-child(even) {
	margin-left: 0px;
}
}

.kensyu_text_area{
	padding: 30px;
	color: #ffffff;
	position: relative;
}

@media screen and (max-width: 768px) { 
.kensyu_text_area{
	padding: 15px 25px;
}
}

.kensyu_text_area h4{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ffffff;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) { 
.kensyu_text_area h4{
	line-height: 1.5em;
}
}

.area_topic_b{
	padding: 15px;
	background-color: #def0fc;
	margin-bottom: 40px;
}

.area_topic_b li{
	line-height: 2em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

.area_topic_b h5{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

.faq_aside {
	margin-top: 80px;
	font-size: 90%;
}

.area_checktopic {
	border-radius: 15px;
	border: 2px solid #000000;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}

.area_kensyutopic {
	border-radius: 15px;
	border: 2px solid #000000;
	margin-bottom: 30px;
}

.area_kensyutopic h4{
	border-bottom: 1px dashed #222222;
	padding: 15px;
	margin: 0;
}

.area_kensyutext {
	padding: 15px;
}

.case_tb_a {
	width: 110px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #666666;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

.case_tb_b {
	width: 240px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #00a5f7;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}

.case_tb_c {
	width: 520px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-color: #def0fc;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
}

@media screen and (max-width: 768px) { 
.case_tb_a {
	width: 110px;
	padding-right: 10px;
	padding-left: 10px;
}

.case_tb_b {
	width: 285px;
	padding-right: 10px;
	padding-left: 10px;
}

.case_tb_c {
	width: 340px;
	padding-right: 10px;
	padding-left: 10px;
}

}

@media screen and (max-width: 480px) { 
.case_tb_a {
	width: 70px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}


.case_tb {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

.case_tb_b {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

.case_tb_c {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}
}


.case_w {
	width: 280px;
	float: left;
}

.arrow_jissen {
	background-image: url(../images/arrow_jissenn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.worktext {
	float: left;
	overflow: hidden;
	width: 600px;
}

@media screen and (max-width: 768px) { 
.worktext {
	width: 418px;
}
}

@media screen and (max-width: 480px) { 
.worktext {
	width: 100%;
	float: none;
	overflow: inherit;
}
}

.worklist {
	float: left;
	width: 380px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border: 1px solid #333333;
	margin-left: 40px;
	border-radius: 10px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) { 
.worklist {
	width: 270px;
}
}

@media screen and (max-width: 480px) { 
.worklist {
	float: none;
	width:100%;
	margin-left: 0;
}
}

.worklist li{
	line-height: 2em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

.topic_projectflow {
	font-size: 18px;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 0px;
}

@media screen and (max-width: 480px) { 
.topic_projectflow {
	height: 70px;
}
}

/* タイトル */
.maintitle_highlight {
	background-color: #ffe53d;
}

@media screen and (max-width: 480px) { 
.maintitle_highlight {
	 padding-left: 10px;
	 padding-right: 10px;
}
}

.maintitle_method {
	padding-top: 160px;
	font-size: 24px;
	background-image: url(../images/maintitle_method.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 480px) { 
.maintitle_method {
 padding-top: 150px;
 background-size: 140px auto;
 line-height: 1.4em;
 margin-bottom: 30px;
}
}

.maintitle {
	border-top: 3px double #222222;
	border-bottom: 3px double #222222;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 50px;
	overflow: hidden;
}

@media screen and (max-width: 480px) { 
.mainline {
	padding-top: 3px;
	padding-bottom: 3px;
 line-height: 1.4em;
}
}
.subtitle {
	background-color: #bbe5fa;
	background-image: url(../images/subtitle_bg.png);
	background-repeat: repeat-y;
	background-position: left 0%;
	font-size: 130%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
@media screen and (max-width: 480px) { 
.subtitle {
	background-position: -110px center;
}
}

.subtitle_b {
	background-color: #bbe5fa;
	background-image: url(../images/subtitle_bg_b.png);
	background-repeat: repeat-y;
	background-position: left 0%;
	font-size: 130%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

@media screen and (max-width: 480px) { 
.subtitle_b {
	background-position: -160px center;
}
}

.subtitle_box {
	background-color: #bbe5fa;
	background-image: url(../images/subtitle_bg.png);
	background-repeat: repeat-y;
	background-position: left 0%;
	font-size: 130%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.kensyu_topic .subtitle{
	font-size: 100%;
	padding-left: 30px;
}

.subtitle_method {
	border-bottom: 3px double #333333;
	border-top: 3px double #333333;
	overflow: hidden;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.subtitle_method img{
	width: 54px !important;
	vertical-align: middle;
	border-right: 1px dashed #333333;
	padding-right: 5px;
	margin-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.subtitle_method p{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.subtitle_method2 {
	border-bottom: 3px double #333333;
	border-top: 3px double #333333;
	overflow: hidden;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.subtitle_method2 img {
	vertical-align: middle;
	border-right: 1px dashed #333333;
	padding-right: 10px;
	margin-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

@media screen and (max-width: 480px) { 
.subtitle_method2 img {
	margin-right: 10px;

}
}

.subtitle_method2 p{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.subtitle_method2 h3{
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	margin: 0;
}

@media screen and (max-width: 480px) { 
.subtitle_method2 h3{
	font-size: 20px;
}
}

.proftitle_area {
	border-bottom: 3px double #333333;
	border-top: 3px double #333333;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.proftitle_area img{
	float: left;
	margin-right: 40px;
}

.proftitle_area h3{
	font-size: 24px;
	line-height: 1.8em;
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) { 
.proftitle_area img{
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.proftitle_area h3{
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

}

.title_kousi {
	font-size: 20px;
	margin-bottom: 20px;
}

.kensyutitle_point {
	border-bottom: 3px double #333333;
	border-top: 3px double #333333;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 40px;
}


.kensyutitle_point img {
	vertical-align: middle;
	border-right: 1px dashed #333333;
	margin-right: 20px;
}

@media screen and (max-width: 480px) { 
.kensyutitle_point {
	font-size: 18px;
}

.kensyutitle_point img {
	height: 60px;
	width: auto;
	margin-right: 10px;
}
}

.kensyutitle_point p{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.title_check_bg {
	font-size: 18px;
	font-weight: bold;
	width: 120px;
	text-align: center;
	background-color: #FFE53D;
	margin-bottom: 15px;
}

.title_black_bg {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.subtitle_checktopic {
	width: 450px;
	font-size: 18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width: 480px) { 
.subtitle_checktopic {
	width: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
}

.pretitle_l {
	float: left;
	border-left: 1px dashed #333333;
	padding-left: 15px;
	font-size: 20px;
}

@media screen and (max-width: 480px) { 
.pretitle_l {
	float: none;
	border-left: none;
	border-top: 1px dashed #333333;
	padding-left: 0px;
	font-size: 20px;
	clear: both;
	width: 100%;
}
}

.kensyu_toggle {
	background-image: url(../images/icon_close.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	width: 100%;
	display: block;
	cursor: pointer;
}

.bg02 .kensyu_toggle {
	background-image: url(../images/icon_open.png);
}

@media screen and (max-width: 480px) { 
.kensyu_toggle {
	padding-right: 30px;
	background-size: 30px auto;}
}

.company_topic dl{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dashed #666666;
}

.company_topic dt h3{
	font-size: 100%;
}

.company_topic dt{
	border-top: 1px dashed #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 15%;
	float: left;
	font-weight: bold;
}

@media screen and (max-width: 480px) { 
.company_topic dt{
	float: none;
	width: 100%;
	padding-bottom: 0px;
}
}
.company_topic dd{
     border-top:1px dashed #666666;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 width: 85%;
     float: left;
}

@media screen and (max-width: 480px) { 
.company_topic dd{
	float: none;
	width: 100%;
	border: none;
}
}

.accordion {
	cursor: pointer;
	background-image: url(../images/icon_qu.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: 0% center;
	border-top: 1px dashed #222222;
}

@media screen and (max-width: 480px) { 
.accordion {
	padding-left: 30px;
	padding-top: 10px;
	background-size: 24px auto;
	background-position: 0% 10px;
	padding-bottom: 5px;
}
}

.accordion h3{
	background-image: url(../images/icon_close.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 40px;
	display: block;
}

@media screen and (max-width: 480px) { 
.accordion h3{
	line-height: 28px;
	padding-right: 30px;
	background-size: 40px auto;
}
}

.bg02 h3 {
	background-image: url(../images/icon_open.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.as_topic {
	padding-left: 40px;
	display: none;
	background-image: url(../images/icon_as.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-top: 5px;
}

@media screen and (max-width: 480px) { 
.as_topic {
	padding-left: 30px;
	background-size: 24px auto;
	background-position: 0% 5px
}
}
.privacy h2{
	font-size: 24px;
}

.privacy h3{
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}

.privacy h4{
	font-size: 16px;
	margin-bottom: 10px;
}

.privacy ul {
	padding: 15px;
	border: 1px solid #888888;
	width: 400px;
}

@media screen and (max-width: 480px) { 
.privacy ul {
	padding: 5px;
	width: 300px;
}}

.kensyu_nayami ul{
	margin-left: 20px;
}
@media screen and (max-width: 768px) { 
.kensyu_nayami ul{
	margin-left: 15px;
}
}

.kensyu_nayami li{
	font-weight: bold;
	line-height: 1.2em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0px;
	margin-top: 15px;
}

@media screen and (max-width: 768px) { 
.kensyu_nayami{
	width: 233px !important;
}

.kensyu_nayami li{
	font-weight: bold;
	line-height: 1.4em;
	list-style-type: disc;
	list-style-position:inherit;
	margin-left: 0px;
	margin-top: 15px;
	padding-bottom: 0;
	padding-right: 7px;
	font-size: 95%;
}

.kensyu_nayami li:last-child{
	padding-right: 0;
}
}

@media screen and (max-width: 480px) { 
.kensyu_nayami{
	width: 100% !important;
}

.kensyu_nayami li{
	margin-top: 5px;
	padding-bottom: 0;
	padding-right: 0px;
	font-size: 95%;
}

}
.point_topic {
	margin-top: 30px;
	display: none;
}

.kensyu_subtitle {
	font-size:14px;
	line-height: 24px;
}

.subtitle_skill {
	background-image: url(../images/stripe_bg.png);
	border-top: 1px solid #333333;
	border-bottom: 1px dashed #333333;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 1.4em;
}

.subtitle_projectflow {
	background-image: url(../images/stripe_bg.png);
	border-bottom: 1px dashed #333333;
	padding: 12px;
	line-height: 1.4em;
}

.subtitle_projectflow_b {
	background-image: url(../images/stripe_bg_b.png);
	border-bottom: 1px dashed #333333;
	padding: 12px;
	line-height: 1.4em;
}

/* 背景 */
.container_color_cray {
	background-color:#f9f9f9;
}

.container_stripe {
	background-image: url(../images/stripe_bg.png);
	background-repeat: repeat-x;
	background-position: 0% top;
}

@media screen and (max-width: 768px) { 
.container_stripe {
	background-repeat: repeat;
}
}

.container_stripe_b {
	background-image: url(../images/stripe_bg.png);
	background-repeat: repeat;
	background-position: 0% top;
}

.bg_submain {
	background-image: url(../images/stripe_bg.png);
	background-repeat: repeat-x;
	height: 300px;
}

.bg_submain h2{
	clear: both;
	padding-top: 80px;
	text-align: center;
	font-size: 35px;
	line-height: 1em;
}

@media screen and (max-width: 768px) { 
.bg_submain {
	height: 240px;
}
.bg_submain h2{
	padding-top: 60px;
}
}

@media screen and (max-width: 480px) { 
.bg_submain {
	height: 180px;
}
.bg_submain h2{
	padding-top: 40px;
}
}

.bg_kensyu {
	width: 100%;
	background-image: url(../images/kensyu_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.bg_kensyu h2{
	clear: both;
	padding-top: 80px;
	text-align: center;
	font-size: 35px;
	line-height: 1em;
}

@media screen and (max-width: 768px) { 
.bg_kensyu {
	height: 240px;
	background-size: auto 240px;
	background-position: -220px top;
}
.bg_kensyu h2{
	padding-top: 60px;
}
}

@media screen and (max-width: 480px) { 
.bg_kensyu {
	height: 180px;
	background-size: auto 180px;
	background-position: -300px center;
}
.bg_kensyu h2{
	padding-top: 40px;
}
}

.bg_metrics {
	width: 100%;
	background-image: url(../images/bg_metrics.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.bg_metrics h2{
	clear: both;
	padding-top: 80px;
	text-align: center;
	font-size: 35px;
	line-height: 1em;
}

@media screen and (max-width: 768px) { 
.bg_metrics {
	height: 240px;
	background-size: auto 240px;
	background-position: -220px top;
}
.bg_metrics h2{
	padding-top: 60px;
}
}

@media screen and (max-width: 480px) { 
.bg_metrics {
	height: 180px;
	background-size: auto 180px;
	background-position: -300px center;
}
.bg_metrics h2{
	padding-top: 40px;
}
}

.bg_method {
	width: 100%;
	background-image: url(../images/bg_method.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.bg_method h2{
	clear: both;
	padding-top: 80px;
	text-align: center;
	font-size: 35px;
	line-height: 1em;
}

@media screen and (max-width: 768px) { 
.bg_method {
	height: 240px;
	background-size: auto 240px;
	background-position: -220px top;
}
.bg_method h2{
	padding-top: 60px;
}
}

@media screen and (max-width: 480px) { 
.bg_method {
	height: 180px;
	background-size: auto 180px;
	background-position: -300px center;
}
.bg_method h2{
	padding-top: 30px;
	line-height: 1em;
}
}

.bg_feature {
	width: 100%;
	background-image: url(../images/bg_feature.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.bg_feature h2{
	clear: both;
	padding-top: 80px;
	text-align: center;
	font-size: 35px;
	line-height: 1em;
}

@media screen and (max-width: 768px) { 
.bg_feature {
	height: 240px;
	background-size: auto 240px;
	background-position: -220px top;
}
.bg_feature h2{
	padding-top: 60px;
}
}

@media screen and (max-width: 480px) { 
.bg_feature {
	height: 180px;
	background-size: auto 180px;
	background-position: -300px center;
}
.bg_feature h2{
	padding-top: 30px;
	line-height: 1em
}
}

.bg_projectflow {
	width: 100%;
	background-image: url(../images/bg_projectflow.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.bg_projectflow h2{
	clear: both;
	padding-top: 80px;
	text-align: center;
	font-size: 35px;
	line-height: 1em;
}

.bg_facilities {
	width: 100%;
	background-image: url(../images/bg_facilities.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.bg_facilities h2{
	clear: both;
	padding-top: 60px;
	text-align: center;
	font-size: 35px;
	line-height: 1.5em;
}

.bg_facilities_b {
	width: 100%;
	background-image: url(../images/bg_facilities.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.bg_facilities_b h2{
	clear: both;
	padding-top: 80px;
	text-align: center;
	font-size: 35px;
	line-height: 1em;
}

@media screen and (max-width: 768px) { 
.bg_projectflow {
	height: 240px;
	background-size: auto 240px;
	background-position: -220px top;
}
.bg_projectflow h2{
	padding-top: 60px;
}
}

@media screen and (max-width: 768px) { 
.bg_facilities_b {
	height: 240px;
	background-size: auto 240px;
	background-position: -220px top;
}
.bg_facilities_b h2{
	padding-top: 60px;
}
}

@media screen and (max-width: 768px) { 
.bg_facilities {
	height: 240px;
	background-size: auto 240px;
	background-position: -220px top;
}
.bg_facilities h2{
	padding-top: 30px;
}
}

@media screen and (max-width: 480px) { 
.bg_projectflow {
	height: 180px;
	background-size: auto 180px;
	background-position: -260px center;
}
.bg_projectflow h2{
	padding-top: 40px;
}
}

@media screen and (max-width: 480px) { 
.bg_facilities {
	height: 180px;
	background-size: auto 180px;
	background-position: -300px center;
}
.bg_facilities h2{
	padding-top: 10px;
	line-height: 1.3em;
}
}

@media screen and (max-width: 480px) { 
.bg_facilities_b {
	height: 180px;
	background-size: auto 180px;
	background-position: -300px center;
}
.bg_facilities_b h2{
	padding-top: 40px;
}
}


.bg_submain .content{
	background-image: url(../images/symbol_submain.png);
	background-position: right 75px;
	background-repeat: no-repeat;
	height: 300px;
}
	
.bg_kensyu .content{
	background-image: url(../images/symbol_submain.png);
	background-position: right 75px;
	background-repeat: no-repeat;
	height: 300px;
}

.bg_method .content{
	background-image: url(../images/symbol_submain.png);
	background-position: right 75px;
	background-repeat: no-repeat;
	height: 300px;
}

@media screen and (max-width: 768px) { 
.bg_method .content{
	background-image: none;
}
}


.bg_facilities .content{
	background-image: url(../images/symbol_submain.png);
	background-position: right 75px;
	background-repeat: no-repeat;
	height: 300px;
}

.bg_facilities_b .content{
	background-image: url(../images/symbol_submain.png);
	background-position: right 75px;
	background-repeat: no-repeat;
	height: 300px;
}

@media screen and (max-width: 768px) { 
.bg_kensyu .content{
	background-image: none;
}
}

@media screen and (max-width: 768px) { 
.bg_facilities .content{
	background-image: none;
}
}

@media screen and (max-width: 768px) { 
.bg_facilities_b .content{
	background-image: none;
}
}

.bg_projectflow .content{
	background-image: url(../images/symbol_submain.png);
	background-position: right 75px;
	background-repeat: no-repeat;
	height: 300px;
}

@media screen and (max-width: 768px) { 
.bg_projectflow .content{
	background-image: none;
}
}

@media screen and (max-width: 768px) { 
.bg_submain .content{
	background-image: none;
}
}

.kensyu_pretitle{
	font-size: 14px;
	line-height: 50px;
	border-right: 1px dashed #333333;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
}

@media screen and (max-width: 480px) { 
.kensyu_pretitle{
 	float: none;
	width: 100%;
	border-right: none;
	border-bottom: 1px dashed #333333;
	padding: 0;
	line-height: 20px;
}
}

/* ボタン */

.btn_detail {
	width: 180px;
	border-radius: 30px;
	border: 1px solid #333333;
	background-color: #F0FAFF;
	text-align: center;
}

@media screen and (max-width: 480px) { 
.btn_detail {
	width: 100%;
}
}

.btn_detail a{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none;
}

.btn_detail2 {
	width: auto;
	border-radius: 30px;
	border: 1px solid #333333;
	background-color: #F0FAFF;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.btn_detail2 a{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none;
}

.btn_detail3 {
	width: 320px;
	border-radius: 30px;
	border: 1px solid #333333;
	background-color: #F0FAFF;
	text-align: center;
}

@media screen and (max-width: 480px) { 
.btn_detail3 {
	width: 100%;
}
}

.btn_detail3 a{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none;
}

.box_topics .btn_detail {
	position: absolute;
	bottom: 0;
}

.kensyu_topic .btn_detail {
	position: absolute;
	background-color: #00A5F7;
	border-color: #ffffff;
	bottom: 30px;
	left: 30px;
}

@media screen and (max-width: 480px) { 
.kensyu_topic .btn_detail {
	bottom: 20px;
	width: 85%;
}
}

.kensyu_topic .btn_detail a{
	color: #ffffff;
}

.kensyu_topic .btn_detail2 {
	position: absolute;
	background-color: #00A5F7;
	border-color: #ffffff;
	bottom: 30px;
	left: 30px;
}

@media screen and (max-width: 768px) { 
.kensyu_topic .btn_detail {
	bottom: 15px;
	left: 25px;
}
}

@media screen and (max-width: 768px) { 
.kensyu_topic .btn_detail2 {
	bottom: 15px;
	left: 25px;
}
}

.kensyu_topic .btn_detail2 a{
	color: #ffffff;
}

@media screen and (max-width: 480px) { 
.kensyu_topic .btn_detail2 {
	bottom: 20px;
	width: 85%;
}
}


.btn_sitemap {
	border-bottom: 3px solid #00a5f7;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	background-color: #F4F8FC;
	margin-bottom: 20px;
}

.list_sitemap {
	margin-bottom: 15px;
	float: left;
	width: 340px;
}

.list_sitemap_b {
	margin-bottom: 10px;
	width: 100%;
	border-top: 1px dashed #333333;
	clear: both;
	padding-top: 10px;
}

.area_sitemap a{
	padding-left: 20px;
	background-image: url(../images/arrow_sitemap.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-size: 12px 12px;
	color: #333333;
	text-decoration: none;
}

.area_sitemap a:hover{
	text-decoration: underline;
}

.maintitle h3{
	font-size: 150%;
}

/* イメージ調整 */
@media screen and (max-width: 768px) { 
.img90 {
	width: 90%;
	height: auto
}
}

@media screen and (max-width: 480px) { 
.img90 {
	width: 100%;
	height: auto
}
}


@media screen and (max-width: 768px) { 
.img80 {
	width: 80%;
	height: auto
}
}

@media screen and (max-width: 480px) { 
.img80 {
	width: 100%;
	height: auto
}
}

.container_stripe_b img{
	max-width: 100%;
	height: auto;
}

.area_checktopic img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) { 
.method_photo {
	width: 350px;
}

.method_photo img{
	width: 350px;
	height: auto;
}
}

.smnavi {
	display: block;
	color: #ffffff;
	cursor: pointer;
	background-image: url(../images/icon_smopen.png);
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left:30px;
}

.bgclose{
	background-image: url(../images/icon_smclose.png);
}

.smchild {
	display: none;
}

.smchild li{
	padding-left: 50px;
}

footer .content {
	background-image: none;
	}