
@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: 'Noto Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.0;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: opacity(70%);
}

li {
	list-style-type: none;
}

a {
    color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover {
	color: #005eae;
	text-decoration: none;
}

.red {
	color: #f00;
}

.pink {
	color: #e60039;
}

.green {
	color: #0c968e;
}

.left {
	text-align: left;
}

.big {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0;
}

.clfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility: hidden;
}

h2#info,
h2#menu1,
h2#menu2,
h2#menu3 {
	padding-top: 100px;
	margin-top: -100px;
}


/*
ヘッダー
-------------------------------------------*/

header {
	width: 100%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
	background-color: #111;
	background-color: rgba(242,246,247,0.9);
}

header h1 a img {
	display: block;
	position: absolute;
}

header h1 a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.contact a i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	color: #111;
	padding: 50px 0;
}

.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#sub_top {
	background-color: #555;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 340px;
	line-height: 50px;
	padding-top: 140px;
	width: 100%;
	background-size: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	color: #fff;
	letter-spacing: 0.05em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#sub_top span {
	font-size: 72px;
	font-weight: bold;
	color: #ef4416;
}

.content h2 {
	font-size: 36px;
	border-bottom: 1px dotted #111;
	font-weight: normal;
	letter-spacing: 0;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 30px auto 50px auto;
	padding: 20px 10px 20px 10px;
	clear: both;
}

.content h2 span {
	font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "Verdana", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana;
	font-size: 24px;
	color: #e65305;
	font-weight: bold;
	letter-spacing: 0;
}

.content h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}

.content h3 {
	font-size: 26px;
	font-weight: 600;
	color: #e65305;
	line-height: 32px;
	letter-spacing: 0;
	margin: 30px auto 5px 30px;
}

.content h4 {
	font-size: 20px;
	border-bottom: 1px dotted #ddd;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	clear: both;
	margin: 20px 30px;
	padding: 10px;
}

.content h5 {
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 10px -1rem 20px;
}

.content h6 {
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
	margin: 5px auto;
	padding: 5px 10px;
}

.content p {
	font-size: 18px;
	margin: 10px 20px 20px 20px;
	padding: 10px;
}

.content .small {
	font-size: 14px;
	margin: 5px auto 60px auto;
	padding: 0 10px;
}


/*
イメージ
-------------------------------------------*/

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	letter-spacing: 0;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	letter-spacing: 0;
	padding: 50px;
	right: 0;
	bottom: 0;
}


.img_left {
	float: left;
	max-width: 50%;
	padding: 20px 50px 20px 30px;
}

.img_right {
	float: right;
	max-width: 50%;
	padding: 20px 30px 20px 50px;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0px;
}


/* テーブル
-------------------------------------------*/

.table {
    width: 100%;
	border-collapse: collapse;
	margin: auto;
}

.table th {
	padding: 15px 15px;
	text-align: center;
	border-bottom: 2px solid #666;
	font-size: 18px;
}

.table td {
	padding: 12px 15px;
	text-align: center;
	border-bottom: 1px solid #666;
}


/*
2つ並びボックス
-------------------------------------------*/

.btn01 {
	position: relative;
	width: 180px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	background-color: #e65305;
	margin: 20px 10px;
	padding: 5px 30px;
}

.list01 {
	margin: 20px 0 5px 10px;
}

.list01 li {
	position: relative;
	list-style-type: none;
	line-height: 1.5;
    padding: 5px 0 5px 25px;
}
 
.list01 li::before {
    position: absolute;
	left: 10px;
	font-family: 'Font Awesome 6 Free';
	content: "\f105";
	font-weight: 600;
	color: #000;
}


/*
ピックアップ
-------------------------------------------*/

.pick_up {
	width: 100%;
}

.pick_up ul {
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 50px auto 20px auto;
}

.pick_up ul li {
	width: 33%;
	position: relative;
}

.pick_up ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}

.pick_up ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a:hover::before {
	background-color: rgba(0,0,0,0.6);
}

.pick_up ul li a div {
	color: #fff;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: -20px;
	margin-left: -40%;
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}

.pick_up ul li a div span {
	font-size: 16px;
	letter-spacing: 0.1em;
}


/*
お問い合わせボックス
-------------------------------------------*/

.box_contact {
	width: 100%;
	height: auto;
	background-image: url(../images/box_contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 40%;
	position: relative;
}

.box_contact .box_in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	color: #fff;
	background-color: rgba(0,46,99,0.5);
}

.box_contact h2 {
	font-size: 36px;
}

.box_contact p {
	font-size: 20px;
	line-height: 2;
	margin: 20px;
	padding: 0 20px;
}

.btn_contact a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	background-color: #e65305;
	border: 1px solid #e65305;
	line-height: 22px;
	display: block;
	clear: both;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 320px;
	margin: 20px auto;
	padding: 20px;
}

.btn_contact a:hover {
	color: #e65305;
	background-color: #fff;
}


/*
フッター
-------------------------------------------*/

footer {
	background-color: #eee;
	color: #333;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
	width: 27%;
	padding: 10px;
}

footer .cont_wrap .f_box.lg {
	width: 46%;
}

footer .cont_wrap a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

footer .cont_wrap h5 {
	font-size: 16px;
}

footer .cont_wrap p {
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
}

footer .cont_wrap ul {
	padding: 20px 0;
}

footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0;
	padding-right: 15px;
}

footer .cont_wrap ul li a::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 800;
	margin-left: 10px;
	padding-right: 5px;
}

footer .cont_wrap ul li a:hover {
	color: #fff;
	background-color: #e65305;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 20px;
}


/*
トップへ戻るボタン
-------------------------------------------*/

.to_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	line-height: 40px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.to_top a {
	display: block;
	background-color: #000;
	height: 60px;
	width: 60px;
	text-decoration: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 20px;
}

.to_top a::before {
	position: absolute;
	width: 25px;
	height: 25px;
	top: -15px;
	bottom: 0;
	right: 0;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	content: '\f102';
	font-weight: 800;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin: auto;
}

.to_top a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


@media screen and (min-width:960px){
body {
	font-size: 16px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}


header h1 a img {
	top: 23px;
	left: 10px;
	height: 44px;
}

#sub_top.abs {
	background-image: url(../images/sub_top_abs.jpg);
}

#sub_top.abs .text {
	text-align: left;
	display: inline-block;
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/

#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	margin-left: 200px;
	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 10px;
	line-height: 30px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 0;
	font-size: 17px;
	font-weight: bold;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(17,187,221,0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: rgba(230, 83, 5, 1);
	top: 0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #e65305 !important;
}

#g_navi.txt_w li a {
	color: #fff;
}

header.fixed #g_navi.txt_w li a {
	color: #111;
}

#g_navi li.contact a {
	color: #fff !important;
	letter-spacing: 0.05em;
	background-color: #e65305;
	border: 1px solid #e65305;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}

#g_navi li.contact a:hover {
	background-color: #fff;
	color: #e65305 !important;
}

#g_navi li.contact a::before {
	display: none;
}

.no_pc {
	display: none !important;
}
}
/*-- /960px～ --*/


@media screen and (min-width:1200px){
	
header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -590px;
}
}


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

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}


/*
メニューボタン
-------------------------------------------*/
.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #e65305;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
}

.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
}

.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}

.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}

.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #e65305;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}

.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}

.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}


/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #f6f6f6;
	background-color: rgba(246,246,246,0.85);
	display: none;
	padding-left: 10%;
}

#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0;
}

#g_navi ul li a:hover {
	color: #e65305;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #e65305;
	color: #fff;
	width: 90%;
	margin-top: 25px;
}

#g_navi ul li.contact a:hover {
	background-color: #fff;
	color: #e65305;
}


/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #fff;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
header {
	height: 52px;
}

header h1 a img {
	top: 10px;
	left: 10px;
	height: 36px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

#sub_top.abs {
	line-height: 50px;
	padding: 140px 0 0 50px;
	text-align: left;
	font-size: 38px;
	background-image: url(../images/sub_top_abs_sp.jpg);
}


/*
ピックアップ
-------------------------------------------*/

.pick_up ul li a div {
	font-size: 26px;
	line-height: 1;
}

.pick_up ul li a div span {
	font-size: 14px;
}


/*
お問い合わせボックス
-------------------------------------------*/
.box_contact h2 {
	font-size: 32px;
}

.box_contact p {
	line-height: 1.4;
	margin: 10px 20px;
}


/*
フッター
-------------------------------------------*/
footer {
	border-bottom-width: 60px;
}

footer .cont_wrap .f_box {
	width: auto;
	text-align: center;
	margin: auto;
}

footer .cont_wrap .f_box ul {
	width: auto;
	text-align: left;
	margin: auto;
}

footer .cont_wrap .f_box.lg {
	width: 100%;
}

.no_sp {
	display: none;
}
}
/*-- /～960px --*/


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

/*
ピックアップ
-------------------------------------------*/

.pick_up ul li a div {
	font-size: 24px;
	line-height: 1;
}

.pick_up ul li a div span {
	font-size: 13px;
}
}


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

#index_top #top_catch {
	top: 25%;
	left: 5%;
	width: 90%;
	height: 50%;
	margin-top: 0px;
	margin-left: 0px;
}

#sub_top {
	height: 180px;
	padding-top: 100px;
}

#sub_top.abs {
	font-size: 28px;
	line-height: 35px;
	letter-spacing: 0;
	padding: 80px 0 0 20px;
}

#sub_top.abs span {
	font-size: 36px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content h2 {
	font-size: 30px;
	margin-bottom: 20px;
	padding: 20px 10px;
}

.content h2 span {
	font-size: 20px;
}

.content h3 {
	font-size: 24px;
	margin: auto 20px;
}

.content h6 {
	font-size: 16px;
	margin: 5px auto;
	padding: 15px 10px 0px 10px;
}

.content p {
	margin: 10px 10px 20px 10px;
	padding: 5px 10px;
}

.content .small {
	margin: 5px auto 40px auto;
	padding: 0 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 10px;
	max-width: 100%;
}


/*
ピックアップ
-------------------------------------------*/

.pick_up ul li {
	width: 100%;
	padding-bottom: 10px;
}

.pick_up ul li a div {
	font-size: 30px;
	line-height: 1.6;
}

.pick_up ul li a div span {
	font-size: 17px;
}


/*
お問い合わせボックス
-------------------------------------------*/

.box_contact {
	background-image: url(../images/box_contact_sp.jpg);
	padding: 0 0 100%;
}

.box_contact h2 {
	font-size: 30px;
}

.box_contact p {
	line-height: 1.6;
	margin: 10px 10px;
}


/*
フッター
-------------------------------------------*/

footer .cont_wrap .f_box ul {
	width: auto;
	margin: auto 0;
}

footer .cont_wrap ul li a {
	font-size: 13px;
}
}

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

/* テーブル
-------------------------------------------*/

.table {
    width: 100%;
}

.table th {
	padding: 15px 5px;
	font-size: 17px;
}

.table td {
	padding: 12px 15px;
}

	
/*
2つ並びボックス
-------------------------------------------*/
.btn01 {
	margin: 20px 0 20px 10px;
	padding: 5px 30px;
}

.list01 {
	margin: 20px 5px 0 5px;
}


/*
ピックアップ
-------------------------------------------*/

.pick_up ul li a div {
	font-size: 30px;
	line-height: 1.1;
}

.pick_up ul li a div span {
	font-size: 17px;
}


/*
お問い合わせボックス
-------------------------------------------*/

.box_contact p {
	font-size: 18px;
}


/*
フッター
-------------------------------------------*/

footer .cont_wrap ul li a {
	letter-spacing: 0;
}
}


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}

.effect.d_04 {
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}

.effect.d_06 {
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}

.effect.d_08 {
	transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
