@charset "utf-8";

/* 基本
------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
strong { font-weight: bold;}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%; font-weight:normal;
}
a {outline: none;}

body {
	line-height: 1.6;
	color: #000;
	font-family:arial,helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
    position: relative;
}
table,img,p,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
a:link { color: #000; text-decoration:underline; }
a:visited { color: #000; text-decoration:underline; }
a:hover { color: #000; text-decoration:none; }
a:active { color: #000; text-decoration:underline; }


/* clearfix
------------------------------ */

.clearfix:after, .inner:after {
	content:'';display:block;clear:both;
}
.clearfix, .inner {
	/zoom:1;
}


/* font
------------------------------ */

.attention {
	color: #ff6600;
}

/* 余白
------------------------------ */

.marB20 {margin-bottom: 20px !important;}


/* ==============================================
/* 共通設定
============================================== */

#wrap {
	text-align: center;
}

#wrap .inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* header
------------------------------ */


#header {
	background: #fff;
	height: 50px;
	width: 100%;
}
#header .inner {
	padding-bottom: 0;
}
#header .logo {
	width: 155px;
	float: left;
	padding-top: 11px;
}
#header #nav {
	width: 755px;
	float: right;
	text-align: right;
}
#header #nav li {
	display: inline-block;
	font-size: 16px;
	margin: 13px 0 0 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#header.large #nav li {
	font-size: 18px;
	margin: 36px 0 0 25px;
}
#header #nav li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#header #nav li a:link { text-decoration: none;}
#header #nav li a:visited { text-decoration: none;}
#header #nav li a:hover { text-decoration: none; color: #888;}
#header #nav li a:active { text-decoration: none;}


/* contents
------------------------------ */

.section {
	min-width: 1172px;
}
.inner {
	min-width: 960px;
}

/* arw */

.arw {
	position: relative;
	border-top: 3px solid #FDC23C;
	z-index: 50;
}

/* arw_blue */
.arwblue {
	position: relative;
	border-top: 3px solid #EEEEEE;
	z-index: 50;
}

.arwblue a {
	display: block;
	margin: 0 auto;
	width: 59px; height: 33px;
	background: url(../img/bg_arw01_blue.png) left bottom no-repeat;
	position: relative;
	top: -10px;
}


.arw a {
	display: block;
	margin: 0 auto;
	width: 59px; height: 33px;
	background: url(../img/bg_arw01.png) left bottom no-repeat;
	position: relative;
	top: -10px;
}
.arw a img {
	position: absolute;
	top: 1px; left: 0;
}
.arw a:hover img {
	top: 2px;
}

/* strong marker */

.section .strong01 {
    background-image: url(../img/mark1.png);
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-transition: all 2s ease-out 2s;
    -moz-transition: all 2s ease-out 2s;
    -o-transition: all 2s ease-out 2s;
    transition: all 2s ease-out 2s;
}
.section .text .strong01 {
	font-weight: normal;
}
.section.active .strong01 {
    background-position: 900px 0;
}
.section .strong02 {
    background-image: url(../img/marke2.png);
    background-position: 0 0;
    background-repeat: repeat;
    -webkit-transition: all 2s ease-out 2s;
    -moz-transition: all 2s ease-out 2s;
    -o-transition: all 2s ease-out 2s;
    transition: all 2s ease-out 2s;
}
.section .text .strong02 {
	font-weight: normal;
}
.section.active .strong02 {
    background-position: 900px 0;
}

/* button */

.btn a {
	font-weight: bold;
	line-height: 1.3;
	font-size: 25px;
	display: inline-block;
	background: #F47D43;
	color: #fff;
	padding: 15px 45px 14px;
	border-bottom: 5px solid #BE460C;
	text-decoration: none;
}
.btn a:visited {
	text-decoration: none;
}
.btn a:hover {
	text-decoration: none;
	border-bottom: 0 none;
	position: relative;
	top: 5px;
	margin-bottom: 5px;
}
.btn a:active {
	border-top: 2px solid #BE460C;
	padding-top: 13px;
	text-decoration: none;
	border-bottom: 0 none;
	position: relative;
	top: 5px;
	margin-bottom: 5px;
}

.btn2 a {
	font-weight: bold;
	line-height: 1.3;
	font-size: 25px;
	display: inline-block;
	background: #10B639;
	color: #fff;
	padding: 15px 45px 14px;
	border-bottom: 5px solid #13D744;
	text-decoration: none;
}
.btn2 a:visited {
	text-decoration: none;
}
.btn2 a:hover {
	text-decoration: none;
	border-bottom: 0 none;
	color: #F8F463;
	position: relative;
	top: 5px;
	margin-bottom: 5px;
}
.btn2 a:active {
	border-top: 2px solid #3E8871;
	padding-top: 13px;
	text-decoration: none;
	border-bottom: 0 none;
	position: relative;
	top: 5px;
	margin-bottom: 5px;
}



/* profile
----------------------------------------------- */

#profile {
	position: relative;
	background: #fff;
}
#profile .inner {
	padding-top: 33px;
}
#profile h3 {
	text-align: center;
	margin-bottom: 43px;
}
#profile #image_pf {
	width: 448px; height: 358px;
	float: left;
	position: relative;
}
#profile #image_pf .image_pfbg {
    margin-left:50;
	position: absolute;
	bottom: 0;
}
#profile #image_pf #logo03 {
	position: absolute;
	bottom: 143px ; left: 244px;
	height: 0; width: 0;
}
#profile .text {
	width: 360px;
	float: right;
	background: #f2f2f2;
	margin-top: 25px;
	padding: 30px 60px;
}

#profile .text02 {
	width: 450px;
	float: right;
}

#profile .text p {
	margin-top: 20px;
	padding-top: 24px;
	border-top: 1px dashed #ccc;
}
#profile .text .btn {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
#profile .text .btn a {
	width: 360px;
	text-align: center;
	padding: 25px 0 22px;
	margin:30px;
}
#profile .text .btn a:active {
	padding-top: 23px;
}

/* footer
------------------------------ */

#footer {
	padding: 12px 0 0;
}
#footer .inner {
	height: 110px;
	padding-bottom: 0;
	position: relative;
	text-align: right;
}
#footer .text {
	width: 960px;
}
#footer .text ul {
	line-height: 1;
	margin-bottom: 10px;
}
#footer .text ul.footer_banner {
	margin-bottom: 15px;
}
#footer .text ul li {
	display: inline-block;
	margin-right: 13px;
}
#footer .text ul li img {
	vertical-align: bottom;
}
#footer .text .copyright {
	text-align: right;
	font-size: 12px;
	padding-bottom: 10px;
}

#footer .twitter_box {
	width: 551px;
	padding-bottom: 10px;
	overflow: hidden;
	position: absolute;
	right: 0; bottom: 0;
}
#footer .twitter_box a img.tweetimg {
	position: absolute;
	left: 0; bottom: -1px;
}
#footer .twitter_box a:hover img.tweetimg {
	bottom: 0;
}
#footer .twitter_box .twitterwidget {
	width: 385px; height: 80px;
	overflow: hidden;
	border: 1px solid #FCDF32;
	border-radius: 5px;
	padding: 0 10px 10px;
	margin: 0 0 0 144px;
}
#pagetop {
	display: none;
	position: fixed;
	z-index: 60;	
	right: 30px; bottom: 30px;
}

#contact_link {
	position: fixed;
	bottom: -42px; left: 10px;
	z-index: 60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
@keyframes anime2 {
	0% {bottom: -2px; }
	50% {bottom: 0px; }
	100% {bottom: -2px; }
}

/* Chrome, Safari */
@-webkit-keyframes anime2 {
	0% {bottom: -2px; }
	50% {bottom: 0px; }
	100% {bottom: -2px; }
}
#contact_link a img {
	position: relative;
	animation: anime2 1s infinite;
	-webkit-animation: anime2 1s infinite;
}
#contact_link:hover {
	bottom: 0;
}
#contact_link a:hover img {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}


#footer_nav {
	padding: 20px 0 0;
}
#footer_nav:after {
	content:'';display:block;clear:both;
}