@charset "utf-8";
/* CSS Document */

/* common */
html,body{}
body{font-size:100%;font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","verdana",sans-serif;font-weight:500;letter-spacing:0.2em;margin:0;padding:0;text-align:center;overflow-x:hidden;}
body{-webkit-text-size-adjust:none;}

@media screen and (max-width:768px){
body{font-size:88%;}
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dt,dd{font-size:100%;padding:0;}

h1,h2,h3,h4,h5,h6{line-height:1.5em;margin:0 0 1em;font-weight:normal;}
p{line-height:1.8em;margin:0 0 1.5em;}
ol,ul,dt,dd{line-height:1.7em;margin:0 0 1.5em;}
table{line-height:1.5em;margin:0 0 1.5em;}

strong{font-weight:bold;}

img{border:none;max-width:100%;height:auto;}


/* リスト通常使用 */
ul.normal{padding-left:10px;margin-left:10px;list-style:disc;}
ul.normal li{}
ul.none{list-style:none;}

ol.normal{padding-left:10px;margin-left:10px;list-style:decimal;}
ol.normal li{}

dl{margin:0;padding:0;}
dt{margin:0;padding:0;}
dd{margin:0;padding:0;}


a:link{text-decoration:underline;color:#000000;}
a:visited{text-decoration:underline;color:#000000;}
a:hover{text-decoration:none;color:#000000;}

a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;}
a:hover img{filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;}

img{max-width:100%;}


table{border-collapse:collapse;border-spacing:0;font-feature-settings:"palt";}
th,td{padding:15px 10px;vertical-align:top;border:none;text-align:left;}
th{}
td{}

@media screen and (max-width:768px){
	th,td{padding:10px;}
}
@media screen and (max-width:480px){

}


.pc{}
.sp{display:none !important;}
.sp480{display:none !important;}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}
@media screen and (max-width:900px){
	.pc{display:none !important;}
	.sp{display:block !important;}
	img.sp{display:inline !important;}
}
@media screen and (max-width:480px){
	.sp480{display:block !important;}
	img.sp480{display:inline !important;}
}


/* inview */
.inviewfadeIn{opacity:0;position:relative;top:30px;
-webkit-transition: all 1.0s ease;-moz-transition: all 1.0s ease;}
.inviewfadeIn.fadeIn{opacity:1;top:0;}


/* header */
header{position:fixed;width:100%;height:122px;z-index:90;background:rgba(255,255,255,0.9);padding:17px 0 5px;}
header:after{content:" ";display:block;width:100%;height:17px;background:#003166;position:absolute;top:0;left:0;}
header:before{content:" ";width:100%;height:5px;background:#003166;position:absolute;left:0;bottom:0;z-index:2;}

#header{padding:15px 15px 15px 25px;display:table;width:100%;height:100%;}
#header #logo,
#header #nav{display:table-cell;vertical-align:middle;}

#header #logo{text-align:left;width:299px;}
#header #logo h1{margin:0;line-height:0;}
#header #logo a{display:block;}

#header #nav{}
#header #nav #gnavi{}
#header #nav #gnavi ul{display:table;margin:0 0 0 auto;}
#header #nav #gnavi ul li{display:table-cell;vertical-align:top;padding:0 25px;border:solid #7f97b2;border-width:0 1px 0 0;letter-spacing:0.1em;}
#header #nav #gnavi ul li:last-of-type{border:none;}
#header #nav #gnavi ul li a{display:block;text-decoration:none;}

#header #nav #gnavi ul li span{display:block;font-size:113%;font-weight:600;}
#header #nav #gnavi ul li a i{color:#003166;font-size:30px;}


@media screen and (max-width:1180px){
	#header{padding:15px 0 15px 25px;}
}
@media screen and (max-width:1024px){

}

@media screen and (max-width:900px){
	header{height:62px;padding:8px 0 3px;}
	header:after{height:8px;}
	header:before{height:3px;}
	
	#header{padding:10px 5px 5px 15px;}
	#header #logo{display:block;width:182px;}
	#header #nav{display:none;position:absolute;left:0;top:62px;width:100%;background:rgba(255,255,255,0.9);padding:10px 0;border:solid #003166;border-width:0 0 1px;}
	#header #nav #gnavi ul{width:100%;}
	#header #nav #gnavi ul li{width:25%;padding:0;}
	#header #nav #gnavi ul li a{padding:10px 0;}
}
@media screen and (max-width:768px){
	#header #nav #gnavi ul li span{font-size:86%;}
	#header #nav #gnavi ul li a i{font-size:18px;}
}
@media screen and (max-width:540px){
	#header #nav{padding:5px 0;}
	#header #nav #gnavi ul li:nth-of-type(4){letter-spacing:0.05em;}
}



/* spmenu */
#sp_menu{position:fixed;z-index:999;top:14px;right:10px;display:none;margin:0;}
#sp_menu a{display:block;}

@media screen and (max-width:900px){
	#sp_menu{display:block;}
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 40px;
	border:none;
	background:transparent;
}
.menu-trigger span{
	position: absolute;
	left: 6px;
	width: 26px;
	height: 3px;
	background-color:#003166;
	border-radius:2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}

.menu-trigger.active {
	background:rgba(255,255,255,0.0);
}
.menu-trigger.active span {
	background-color:#003166;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}



/* main */
#slider{padding:0 0 5px;position:relative;}
#slider:after{content:" ";display:block;width:100%;height:5px;background:#003166;position:absolute;bottom:0;left:0;}

#main_slide{margin:0;height:calc(100vh - 122px - 5px);text-align:center;}

#main_slide .swiper-slide{position:relative;background:#fff;}
#main_slide .swiper-slide .img{position:relative;z-index:1;line-height:0;background-position:50% 50% !important;background-size:cover !important;height:100%;}

#main_slide .txt{display:table;width:100%;position:absolute;left:0;bottom:0;z-index:3;color:#fff;font-size:150%;font-weight:bold;margin:0;text-shadow:2px 2px 5px #000;background:rgba(0,0,0,0.5);}
#main_slide .txt .in{display:table-cell;vertical-align:middle;padding:60px 0;}
#main_slide .txt p{margin:0;letter-spacing:0.05em;font-weight:500;line-height:1.5em;}
#main_slide .txt h2{margin:0 0 0.3em;font-weight:500;font-size:225%;}
#main_slide .txt h3{margin:0 0 0.3em;font-weight:500;font-size:150%;}
#main_slide .txt h3 span{display:inline-block;}

.swiper-wrapper{}

.swiper-pagination{bottom:20px !important;}
.swiper-pagination-bullet{opacity:1;width:30px;height:5px;background:rgba(255,255,255,0.3);border-radius:0;}
.swiper-pagination-bullet-active{background:rgba(255,255,255,1.0);}

@media screen and (max-width:900px){
	#main_slide{height:86vw;}
	
	#main_slide .txt h2{font-size:5.33vw;letter-spacing:0.2em;}
	#main_slide .txt h3{font-size:4.33vw;}
	#main_slide .txt p{font-size:3.73vw;letter-spacing:0.12em;}
}
@media screen and (max-width:768px){
	#main_slide .txt .in{padding:20px 0 40px;}
	
	.swiper-button-next:after,
	.swiper-button-prev:after{transform:scale(0.5);}
	
	.swiper-pagination{bottom:15px !important;}
	.swiper-pagination-bullet{width:25px;height:4px;}
}
@media screen and (max-width:540px){

}

#slider{position:relative;}





/* コンテンツ */
#wrap{padding:122px 0 0;}
.inner{width:1080px;margin:0 auto;}

@media screen and (max-width:1180px){
	.inner{width:92%;}
}
@media screen and (max-width:900px){
	#wrap{padding:62px 0 0;}
	.inner{width:87vw;}
}
@media screen and (max-width:768px){
	
}

.anc{position:relative;top:-122px;}
@media screen and (max-width:900px){
	.anc{top:-51px;}
}


/* */

.h2{margin:0 0 80px;position:relative;padding:0 0 25px;}
.h2 i{font-size:48px;color:#003166;}
.h2 span{font-size:225%;font-weight:500;letter-spacing:0.2em;display:block;margin:20px 0 0;}
.h2:after{content:" ";width:80px;height:2px;background:#003166;position:absolute;left:50%;bottom:0;margin-left:-40px;}


@media screen and (max-width:900px){

}
@media screen and (max-width:768px){
	.h2{margin:0 0 40px;padding:0 0 20px;}
	.h2 i{font-size:30px;}
	.h2 span{font-size:171%;margin:15px 0 0;}
	.h2:after{width:50px;margin-left:-25px;}
}


/* */

#sec_business{padding:80px 0 0;}


#sec_business .cont01{padding:0 0 80px;}

#sec_business .cont01 .l_pic{width:480px;float:left;}
#sec_business .cont01 .l_pic ul{margin:0;}
#sec_business .cont01 .l_pic ul li{margin:0 0 30px;line-height:0;position:relative;border:solid 1px #003166;}
#sec_business .cont01 .l_pic ul li:last-of-type{margin:0;}

#sec_business .cont01 .l_pic ul li span{position:relative;z-index:2;}
#sec_business .cont01 .l_pic ul li:after{content:" ";width:225px;height:150px;position:absolute;left:-20px;top:-20px;border:solid 1px #003166;z-index:1;}
#sec_business .cont01 .l_pic ul li:nth-of-type(2n):after{left:auto;top:auto;right:-20px;bottom:-20px;}
#sec_business .cont01 .l_pic ul li:nth-of-type(2n+1){margin-top:45px;}


#sec_business .cont01 .r_cont{width:515px;float:right;text-align:left;}
#sec_business .cont01 .r_cont .h{font-size:225%;font-weight:500;margin:0 0 20px;}
#sec_business .cont01 .r_cont .ex{font-size:113%;padding:0 0 30px;}
#sec_business .cont01 .r_cont .ex p:last-of-type{margin:0;}

#sec_business .cont01 .r_pic{width:515px;float:right;}
#sec_business .cont01 .r_pic .pic_list{margin:0;}
#sec_business .cont01 .r_pic .pic_list li{width:250px;float:left;margin:0;line-height:0;border:solid 1px #003166;}
#sec_business .cont01 .r_pic .pic_list li:nth-of-type(2n){float:right;}
#sec_business .cont01 .r_pic .pic_list li:nth-of-type(n+3){margin-top:15px;}
#sec_business .cont01 .r_pic .pic_list li img{width:250px;height:250px;object-fit:cover;}


#sec_business .sec_mov_box{width:100%;padding:80px 0;background:#087147;color:#fff;}

#sec_business .sec_mov_box .cont{display:table;width:100%;}
#sec_business .sec_mov_box .l_txt,
#sec_business .sec_mov_box .r_mov{display:table-cell;vertical-align:middle;/*height:390px;*/height:640px;}

#sec_business .sec_mov_box .l_txt{width:580px;padding:0 100px 0 0;text-align:left;}
#sec_business .sec_mov_box .l_txt .h{font-size:225%;font-weight:500;margin:0 0 20px;}
#sec_business .sec_mov_box .l_txt .ex{font-size:100%;font-weight:500;}
#sec_business .sec_mov_box .l_txt .ex p:last-of-type{margin:0;}

#sec_business .sec_mov_box .inner{}

#sec_business .sec_mov_box .r_mov{position:relative;}
/*
#sec_business .sec_mov_box .r_mov.dummy:before{content:"DUMMY";font-size:225%;position:absolute;left:0;top:0;width:700px;height:390px;z-index:3;background:rgba(0,0,0,0.5);vertical-align:middle;line-height:390px;}
*/

.video_wrapper {position:absolute;width:360px;height:100%;left:90px;top:0;}
.video_wrapper > video{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;z-index:2;}

.video_wrapper:before{content:" ";width:225px;height:150px;position:absolute;left:-20px;bottom:-20px;border:solid 1px #fff;z-index:1;}
.video_wrapper:after{content:" ";width:225px;height:150px;position:absolute;right:-20px;top:-20px;border:solid 1px #fff;z-index:1;}


#sec_business .sec02{padding:100px 0 80px;}

#sec_business .cont02{}
#sec_business .cont02 .set{width:480px;float:left;}
#sec_business .cont02 .set:nth-of-type(2){float:right;}


#sec_business .cont02 .set .pic{margin:0 0 80px;line-height:0;border:solid 1px #003166;position:relative;}
#sec_business .cont02 .set .pic span{position:relative;z-index:2;}
#sec_business .cont02 .set .pic:after{content:" ";width:225px;height:150px;position:absolute;left:-20px;bottom:-20px;border:solid 1px #003166;z-index:1;}
#sec_business .cont02 .set:nth-of-type(2) .pic:after{left:auto;right:-20px;bottom:-20px;}

#sec_business .cont02 .set .h{font-size:225%;margin:0 0 40px;}
#sec_business .cont02 .set .ex{font-size:113%;padding:0 0 20px;text-align:left;}
#sec_business .cont02 .set .ex p:last-of-type{margin:0;}

#sec_business .cont02 .set .ex_num{font-size:100%;text-align:left;}
#sec_business .cont02 .set .ex_num dl{display:table;width:100%;}
#sec_business .cont02 .set .ex_num dt,
#sec_business .cont02 .set .ex_num dd{display:table-cell;vertical-align:top;}
#sec_business .cont02 .set .ex_num dt{width:7.7em;}



@media screen and (max-width:1180px){
	#sec_business .sec_mov_box .l_txt,
	#sec_business .sec_mov_box .r_mov{height:auto;}
	
	#sec_business .cont01 .l_pic{width:47%;}
	#sec_business .cont01 .r_cont{width:47%;}
	#sec_business .cont01 .r_pic{width:47%;}

	#sec_business .cont01 .r_pic .pic_list li{width:48.5%;}
	#sec_business .cont01 .r_pic .pic_list li img{width:21vw;height:21vw;}
	
	#sec_business .sec_mov_box .l_txt{width:50%;padding:0 3% 0 0;}
	#sec_business .sec_mov_box .r_mov{padding:0 0 0 3%;}
	#sec_business .sec_mov_box .r_mov.dummy:before{width:94%;height:24vw;line-height:24vw;left:6%;top:50%;margin-top:-12vw;}

	.video_wrapper {position:relative;width:100%;/*height:24vw;*/left:0;height:76vw;}
	
	#sec_business .cont02 .set{width:47%;}
	
}
@media screen and (max-width:900px){
	.video_wrapper {height:72vw;}
}
@media screen and (max-width:768px){
	#sec_business{padding:50px 0 0;}
	#sec_business .cont01{padding:0 0 50px;}
	
	#sec_business .cont01 .l_pic{width:100%;float:none;margin:0 0 40px;}
	#sec_business .cont01 .l_pic ul li{margin:0 0 20px;}
	#sec_business .cont01 .l_pic ul li:after{content:" ";width:115px;height:85px;left:-15px;top:-15px;}
	#sec_business .cont01 .l_pic ul li:nth-of-type(2n):after{right:-15px;bottom:-15px;}
	#sec_business .cont01 .l_pic ul li:nth-of-type(2n+1){margin-top:30px;}
	
	#sec_business .cont01 .r_cont{width:100%;float:none;}
	#sec_business .cont01 .r_cont .h{font-size:143%;}
	#sec_business .cont01 .r_cont .ex{font-size:100%;}
	
	#sec_business .cont01 .r_pic{width:100%;float:none;}
	#sec_business .cont01 .r_pic .pic_list li{width:42vw;}
	#sec_business .cont01 .r_pic .pic_list li:nth-of-type(n+3){margin-top:3vw;}
	#sec_business .cont01 .r_pic .pic_list li img{width:42vw;height:42vw;}
	
	#sec_business .sec_mov_box{padding:50px 0;}
	#sec_business .sec_mov_box .l_txt,
	#sec_business .sec_mov_box .r_mov{display:block;}

	#sec_business .sec_mov_box .l_txt{width:100%;padding:0;margin:0 0 30px;}
	#sec_business .sec_mov_box .l_txt .h{font-size:143%;}
	
	#sec_business .sec_mov_box .r_mov{padding:0;}
	#sec_business .sec_mov_box .r_mov.dummy:before{width:100%;height:49vw;line-height:49vw;left:0;top:50%;margin-top:-25vw;}
	
	.video_wrapper {height:auto;}
	.video_wrapper > video{position:relative;top:0;left:0;transform:translateX(0) translateY(0);}

	.video_wrapper:before{content:" ";width:115px;height:85px;left:-15px;bottom:-15px;}
	.video_wrapper:after{content:" ";width:115px;height:85px;right:-15px;top:-15px;}
	
	#sec_business .sec02{padding:50px 0 40px;}
	
	#sec_business .cont02 .set{width:100%;float:none !important;border:dotted #003166;border-width:0 0 1px;margin:0 0 40px;padding:0 0 30px;display:flex;flex-direction:column;}
	#sec_business .cont02 .set:last-of-type{margin:0;padding:0;border:none;}
	
	#sec_business .cont02 .set .pic{margin:0 0 30px;order:2;}
	#sec_business .cont02 .set .pic:after{content:" ";width:115px;height:85px;left:-15px;bottom:-15px;}
	#sec_business .cont02 .set:nth-of-type(2) .pic:after{right:-15px;bottom:-15px;}
	#sec_business .cont02 .set:nth-of-type(1) .pic:after{bottom:auto;top:-15px;}
	
	#sec_business .cont02 .set .h{font-size:143%;margin:0 0 25px;order:1;}
	#sec_business .cont02 .set .ex{font-size:100%;padding:0 0 20px;order:3;}
	#sec_business .cont02 .set .ex_num{font-size:86%;order:4;}
}
@media screen and (max-width:540px){

}


#sec_company{}
#sec_company .main_visual{width:100%;height:260px;margin:0;border:solid #003166;border-width:5px 0;}
#sec_company .main_visual img{width:100%;height:250px;object-fit:cover;object-position:center;}
#sec_company .comp_h{padding:80px 0 0;}
#sec_company .cont{padding:60px 0;background:#003166;color:#fff;}
#sec_company .cont a{color:#fff;}

#sec_company .comp_tbl{margin:0 auto;width:800px;}
#sec_company .comp_tbl tr{border:solid #fff;border-width:0 0 1px;}
#sec_company .comp_tbl tr:last-of-type{border:none;}
#sec_company .comp_tbl th{width:210px;font-weight:bold;}
#sec_company .comp_tbl td{}


@media screen and (max-width:900px){
	#sec_company .comp_tbl{width:87vw;}
}
@media screen and (max-width:768px){
	#sec_company .main_visual{height:calc(34vw + 4px);border-width:2px 0;}
	#sec_company .main_visual img{height:34vw;}
	
	#sec_company h2{margin-bottom:40px;}
	#sec_company .comp_h{padding:50px 0 0;}
	#sec_company .cont{padding:40px 0;}
	
	#sec_company .comp_tbl tr{display:block;padding:0 0 20px;margin:0 0 20px;}
	#sec_company .comp_tbl tr:last-of-type{padding:0;margin:0;}

	#sec_company .comp_tbl th,
	#sec_company .comp_tbl td{display:block;padding:0;}
	#sec_company .comp_tbl th{width:100%;font-size:115%;margin:0 0 8px;}
}


#sec_access{padding:80px 0 0;}
#sec_access .address{margin:0 0 60px;}
#sec_access .gmap{}
#sec_access .gmap iframe{width:100%;height:500px;border:solid #003166 !important;border-width:1px 0 !important;}


@media screen and (max-width:900px){

}
@media screen and (max-width:768px){
	#sec_access{padding:50px 0 0;}
	#sec_access .h2{margin:0 0 30px;}
	#sec_access .address{margin:0 0 30px;}
	#sec_access .gmap iframe{width:87vw;height:50vw;margin:0 auto;border-width:1px !important;}
}
@media screen and (max-width:540px){
	#sec_access{padding:50px 0 0;}
	#sec_access .h2{margin:0 0 30px;}
	#sec_access .address{margin:0 0 30px;}
	#sec_access .gmap iframe{height:75vw;}
}



#sec_contact{padding:80px 0 100px;border:solid #003166;border-width:0 0 10px;position:relative;}
#sec_contact .h2{margin:0 0 40px;}
#sec_contact .contact_lead{font-size:113%;}

#sec_contact .btn_tel{width:540px;margin:0 auto;font-size:300%;font-weight:bold;letter-spacing:0.1em;}
#sec_contact .btn_tel .out{display:table;width:100%;height:100px;background:#003166;color:#fff;border-radius:25px;}
#sec_contact .btn_tel .in{display:table-cell;vertical-align:middle;}
#sec_contact .btn_tel i{margin-right:15px;}

#sec_contact .ill{position:absolute;left:50%;bottom:-1px;margin:0;margin-left:314px;width:188px;line-height:0;}

@media screen and (max-width:900px){
	#sec_contact .btn_tel a{text-decoration:none;display:table;width:100%;height:100px;background:#003166;color:#fff;border-radius:25px;}
}
@media screen and (max-width:768px){
	#sec_contact{padding:50px 0 160px;border-width:0 0 5px;}	
	
	#sec_contact .h2{margin:0 0 30px;}
	#sec_contact .contact_lead{font-size:100%;}
	
	#sec_contact .btn_tel{width:320px;font-size:169%;}
	#sec_contact .btn_tel a{height:58px;border-radius:15px;}
	
	#sec_contact .ill{left:auto;right:4%;bottom:-1px;margin-left:0;width:120px;}
}






/* footer */
footer{}
#footer{padding:40px 0 0;}
#f_logo{margin:0 0 40px;line-height:0;}
#f_logo img{width:157px;}

#f_addr{margin:0 auto 5px;}
#f_info{margin:0 auto 40px;font-size:88%;}

#copy{background:#003166;color:#fff;padding:7px 4% 5px;font-size:75%;margin:0;letter-spacing:0.05em;}

@media screen and (max-width:900px){

}
@media screen and (max-width:768px){
	#f_logo{margin:0 0 30px;}
	#f_logo img{width:130px;}
	
	#f_addr{width:87vw;}
	#f_info{margin:0 auto 30px;width:87vw;}
}
@media screen and (max-width:540px){

}


#topcontrol{position:fixed;right:0;bottom:0;line-height:0;margin:0;display:none;background:#003166;width:60px;height:60px;font-size:24px;z-index:99;}
#topcontrol a{display:table;width:100%;height:100%;color:#ffffff;text-decoration:none;}
#topcontrol a span{display:table-cell;text-align:center;vertical-align:middle;}
#topcontrol a span i.txt{display:block;font-size:14px;font-weight:bold;margin-top:5px;}

@media screen and (max-width:900px){

}





/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l{text-align:left !important;}
.tx_c{text-align:center !important;}
.tx_r{text-align:right !important;}

.vm{vertical-align:middle !important;}
.vt{vertical-align:top !important;}
.vb{vertical-align:bottom !important;}

.tx_slarge{font-size:114% !important;}
.tx_large{font-size:128% !important;}
.tx_xlarge{font-size:150% !important;}
.tx_xxlarge{font-size:200% !important;}
.tx_small{font-size:85% !important;}
.tx_midium{font-size:100% !important;}
.tx_xsmall{font-size:71% !important;}

.f_bold{font-weight:bold !important;}
.f_normal{font-weight:normal !important;}

.txt_under{text-decoration:underline !important;}
.txt_strike{text-decoration:line-through !important;}

.inblock{display:inline-block !important;}
.ls_w{letter-spacing:0.2em;}
.ls_m{letter-spacing:0.1em;}

.relative{position:relative !important;}

.lh0{line-height:0em !important;}
.lh1{line-height:1em !important;}
.lh13{line-height:1.3em !important;}
.lh15{line-height:1.5em !important;}
.lh2{line-height:2em !important;}

ul.note{list-style:none !important;}
ul.note li{text-indent:-1em !important;padding-left:1em !important;}
ul.note li:before{content:"※";}

.note01{padding-left:1em !important;text-indent:-1em !important;}
.note02{padding-left:2em !important;text-indent:-2em !important;}
.note025{padding-left:2.5em !important;text-indent:-2.5em !important;}
.note03{padding-left:3em !important;text-indent:-3em !important;}
.note04{padding-left:4em !important;text-indent:-4em !important;}
.note05{padding-left:5em !important;text-indent:-5em !important;}
.note06{padding-left:6em !important;text-indent:-6em !important;}
.note07{padding-left:7em !important;text-indent:-7em !important;}
.note08{padding-left:8em !important;text-indent:-8em !important;}
.note09{padding-left:9em !important;text-indent:-9em !important;}
.note10{padding-left:10em !important;text-indent:-10em !important;}
.note11{padding-left:11em !important;text-indent:-11em !important;}
.note12{padding-left:12em !important;text-indent:-12em !important;}

.red{color:#ff0000 !important;}
.white{color:#ffffff !important;}
.black{color:#333333 !important;}

.w_full{width:100% !important;}
.wauto{width:auto !important;}

.w100{width:100px !important;}
.w200{width:200px !important;}
.w300{width:300px !important;}
.w400{width:400px !important;}
.w500{width:500px !important;}
.w600{width:600px !important;}

.w03em{width:3em !important;}
.w04em{width:4em !important;}
.w05em{width:5em !important;}
.w06em{width:6em !important;}
.w07em{width:7em !important;}
.w08em{width:8em !important;}
.w09em{width:9em !important;}
.w10em{width:10em !important;}
.w11em{width:11em !important;}
.w12em{width:12em !important;}
.w13em{width:13em !important;}
.w14em{width:14em !important;}
.w15em{width:15em !important;}
.w16em{width:16em !important;}
.w17em{width:17em !important;}
.w18em{width:18em !important;}
.w19em{width:19em !important;}
.w20em{width:20em !important;}
.w21em{width:21em !important;}
.w22em{width:22em !important;}
.w23em{width:23em !important;}
.w24em{width:24em !important;}
.w25em{width:25em !important;}
.w26em{width:26em !important;}
.w27em{width:27em !important;}
.w28em{width:28em !important;}
.w29em{width:29em !important;}
.w30em{width:30em !important;}

.bdr{border:solid 1px #dddddd !important;}
.bdr_none{border:none !important;}

.radius05{-webkit-border-radius:5px !important;-moz-border-radius:5px !important;border-radius:5px !important;}
.radius10{-webkit-border-radius:10px !important;-moz-border-radius:10px !important;border-radius:10px !important;}

.radius_top05{-webkit-border-top-left-radius:5px !important;-webkit-border-top-right-radius:5px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:5px 5px 0 0 !important;border-radius:5px 5px 0 0 !important;}
.radius_top10{-webkit-border-top-left-radius:10px !important;-webkit-border-top-right-radius:10px !important;-webkit-border-bottom-left-radius:0px !important;-webkit-border-bottom-right-radius:0px !important;-moz-border-radius:10px 10px 0 0 !important;border-radius:10px 10px 0 0 !important;}

.radius_bottom05{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:5px !important;-webkit-border-bottom-right-radius:5px !important;-moz-border-radius:0 0 5px 5px !important;border-radius:0 0 5px 5px !important;}
.radius_bottom10{-webkit-border-top-left-radius:0px !important;-webkit-border-top-right-radius:0px !important;-webkit-border-bottom-left-radius:10px !important;-webkit-border-bottom-right-radius:10px !important;-moz-border-radius:0 0 10px 10px !important;border-radius:0 0 10px 10px !important;}

.mauto{margin:auto !important;}

.mt0{margin-top:0px !important;}
.mt01{margin-top:1px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}

.ml0{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.mr0{margin-right:0px !important;}
.mr01{margin-right:1px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.pt0{padding-top:0 !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb0{padding-bottom:0 !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}

.pl0{padding-left:0 !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}

.pr0{padding-right:0 !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}

.pad0{padding:0 !important;}
.pad05{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}
.pad20{padding:20px !important;}
.pad30{padding:30px !important;}
.pad40{padding:40px !important;}

.plr05{padding-left:5px !important;padding-right:5px !important;}
.plr10{padding-left:10px !important;padding-right:10px !important;}
.plr15{padding-left:15px !important;padding-right:15px !important;}
.plr20{padding-left:20px !important;padding-right:20px !important;}
.plr30{padding-left:30px !important;padding-right:30px !important;}
.plr40{padding-left:40px !important;padding-right:40px !important;}

.fl{float:left !important;}
.fr{float:right !important;}

.visi{display:block !important;}
.hide{display:none !important;}


/* clearfix */
.cls{clear:both;}
/* For modern browsers */
.cf:before,
.cf:after{content:"";display:table;} 
.cf:after{clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf{zoom:1;}/* clearfixここまで */
/* 汎用ここまで */
