@charset "UTF-8";

/* ボディ */

body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}
	
a {
	text-decoration: none;
	display: block;
}

a:hover {
	background-color: rgba(255,255,255,0.5)
}

p {
	letter-spacing: 0.1em;
}

a.tosha,a.iyashi {
	display: inline-block;
}

img{
	vertical-align: bottom;
	display: inline-block;
}
/* ラッパー */

div.wrapper {
	width: auto;
	margin: 0 auto;
}
/* ヘッダー */

header.header {
	background-image: url(../images/header-haikei.jpg);
	background-size: cover;
}

/* 最上部  ロゴ */

div.logosns a {
	color: #fff;
}

div.logo {
	width: 25%;
	margin-left: 20px;
	float: left;
	box-sizing: border-box;
	margin-top: 10px;
}

img.logomark {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	vertical-align:bottom;
	background-color: rgba(255,255,255,0.5)
}

a:hover img{
	opacity: 0.8;

}

p.hyoudai{
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	color: #fff;
	float:left;
	width: 40%;
	box-sizing: border-box;
	margin-left:1%;

}

/* 最上部  SNSボタン */

div.topbanner {
	float: left;
	width: 32%;
	box-sizing: border-box;
	margin-top: 10px;
}

div.topbanner img {
	vertical-align: bottom;
}

ul.list1 img {
	width: 100px;
	border-radius: 5px;
	height: 50px;
}


div.topbanner ul.list1 a {
	width: 100px;
	border-radius: 5px;
	height: 50px;
	margin: 0 10px;
}

ul.list2 img {
	width: 50px;
	border-radius: 5px;
	height: 50px;
}


div.topbanner ul.list2 a {
	width: 50px;
	border-radius: 5px;
	height: 50px;
	margin: 0 10px;
}


ul.list1 {
	box-sizing: border-box;
}

ul.list1 li {
	float: right;
	box-sizing: border-box;
}
ul.list1 li img {
	box-sizing: border-box;
	border: 3px solid #fff;
}

ul.list2 {
	box-sizing: border-box;
	margin-top: 10px;
}

ul.list2 li {
	float: right;
	box-sizing: border-box;
}
ul.list2 li img {
	box-sizing: border-box;
	border: 3px solid #fff;
}


/* グローバルナビ */
div.abc {
	width: 100%;
	height: 70px;
	background-image: url(../images/navi-grass.png);
	background-size: contain;
	background-repeat: repeat-x;
}
nav.nav {
	width: 100%;
}

nav ul {

}

nav ul li {
	float: left;
	background-color: #17AA1C;
	width: 25%;
	padding: 3px;
	box-sizing: border-box;
	margin: 0px;
	list-style: none;
	display: block;
	text-align: center;
	font-size: 20px;
}

nav ul li a {
		padding: 10px 10px;
		color: #fff;
		border-radius: 50%;
}

nav ul li.navi {
    padding: 13px 13px;
    color: #000;
}

nav ul li a:hover {
	color: black;
}
div.bcd {
	width: 100%;
	height: 50px;
	background-image: url(../images/navi-gradation.png);
	background-size: contain;
	background-repeat: repeat-x;
}


/* あいさつトップ */

div.aisatsufooter {
	width:100%;
	box-sizing: border-box;
	background-image: url(../images/main-haikei.jpg);
	background-size: cover;
}

div.kaishagaiyou {
	margin: 0 auto;
	width: 85%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	font-size:20px;
	line-height: 50px;
	text-align: center;
}



/*  業務内容  */


div.gyoumunaiyou {
	display: inline-block;
	width: 90%;
	box-sizing: border-box;
}

div.gyoumunaiyouimg p.top{
	display: inline-block;
	border: 3px solid #fff;
	border-radius: 3px;
	margin-top: 10px;
	width: 100%;
}

img.gyoumunaiyou {
	box-sizing: border-box;
	vertical-align: bottom;
	width: 100%;
	border: 5px solid black;

}

.gyoumunaiyouimg {
	display: inline-block;
	width: 100%;
	height: auto;
}

.gyoumunaiyou h1 {
    text-align: center;
	font-size: 30px;
	color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fa8d00), color-stop(0.00, #ff0d05));
    background: -webkit-linear-gradient(top, #ff0d05 0%, #fa8d00 88%);
    background: -moz-linear-gradient(top, #ff0d05 0%, #fa8d00 88%);
    background: -o-linear-gradient(top, #ff0d05 0%, #fa8d00 88%);
    background: -ms-linear-gradient(top, #ff0d05 0%, #fa8d00 88%);
    background: linear-gradient(to bottom, #ff0d05 0%, #fa8d00 88%);
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    text-shadow: 2px 2px 2px black;
}

/* プラン説明 */

.plan h2 {
    text-align: left;
    font-size: 25px;
    background-color: #90ee90;
    border-left: solid 10px #17AA1C;
    padding-left: 10px;
    line-height: normal;
}
div.left,div.right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    
}
div.plan img {
    width: 100%;
    box-sizing: border-box;
}

footer.footer {
	background-color: #17AA1C;
	box-sizing: border-box;
}
.planbox dt,.planbox dd {
    font-size: 15px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
}
dl {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
}
.planbox dt {
    width: 40%;
}
.planbox dd {
    width: 60%;
}
.left p,.right p {
    font-size: 15px;
    color: red;
    text-align: left;
}
.planbox p.suisou {
    text-align: center;
    font-size: 20px;
    color: black;
}
.planbox img {
    margin-top: 30px;
    border: 3px solid black;
}
span {
    color: red;
}

div.plan img.last {
    width: 80%;
    border: solid 5px black;
    margin-top: 30px;
}
div.plan p.lastsuisou {
    font-size: 30px;
    text-decoration: underline;
    font-weight: bold;
}
/* フッターバナー */

div.cde {
	width: 100%;
	height: 200px;
	background-image: url(../images/footer-grass.png);
	background-size: contain;
	margin-top: 10px;
}


div.footerbanner {
	width: 24%;
	float: left;
	box-sizing: border-box;
	background-color: #17AA1C;
	margin-left: 1%;
	margin-bottom: 10px;
}

.footerlogo p a,.banner2 p a,.banner3 p a {
	width: 100%;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.footerlogo p a img,.banner2 p a img,.banner3 p a img {
	width: 100%;
	border: 5px solid #C6F8FB;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: bottom;
}


/*  SNSボタン  */


div.footersns {
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
}

.footersnscenter {
	display: inline-block;
}

div.footersns img {
	vertical-align: bottom;
}

div.footersns ul.list3 img {
	width: 150px;
	border-radius: 10px;
	height: 60px;
	border: 5px solid #C6F8FB;
	box-sizing: border-box;
}

div.footersns ul.list4 img {
	width: 60px;
	border-radius: 10px;
	height: 60px;
	border: 5px solid #C6F8FB;
	box-sizing: border-box;

}

div.footersns ul.list3 a {
	width: 150px;
	border-radius: 10px;
	height: 60px;
	margin: 0 10px;
	box-sizing: border-box;
}

div.footersns ul.list4 a {
	width: 60px;
	border-radius: 10px;
	height: 60px;
	margin: 0 10px;
	box-sizing: border-box;
}


div.footersns ul.list3 {
	box-sizing: border-box;
	margin-bottom: 10px;
}

div.footersns ul.list3 li {
	float: left;
	box-sizing: border-box;
}

div.footersns ul.list4 {
	box-sizing: border-box;
}

div.footersns ul.list4 li {
	float: left;
	box-sizing: border-box;
}


/* フッターナビ */

div.footersitemap {
	width: 24%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	margin-left: 1%;

}

ul.footersitemap {
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 0 0 20px 20px;
	text-align: center;
}

ul.footersitemap li a {
	padding: 5px;

}

div.footersitemap p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 20px 20px 0 0;
}

img.fish1 {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: bottom;
	
}

img.fish2 {
	width: 20px;
	height: 20px;
	margin-left: 8px;
	vertical-align: bottom;
}

/* フッター更新履歴 */



div.whatsnew {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	box-sizing: border-box;
}

div.whatsnew p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 20px 20px 0 0;
}

dl.whatsnew {
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 0 0 20px 20px;
}

dl.whatsnew dt {
	padding: 5px 5px 0 5px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
dl.whatsnew dd {
	margin-bottom: 10px;
	text-indent: 2em;
}

/* フッターツイート */

div.tweet {
	width: 24%;
	float: left;
	box-sizing: border-box;
	background-color: #C6F8FB;
	padding: 5px;
	border-radius: 20px;
	margin-right: 1%;
	margin-bottom: 10px;
}

/*  コピーライト  */

div.copyright p {
	color: #fff;
	text-align: center;
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*  トップへ戻るボタン  */




.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #F67C15;
	border: 5px solid white;
	border-radius: 50%;
	width: 70px ;
	height: 70px ;
	cursor: pointer ;
	line-height: 80px;
	vertical-align: ;

	color: #fff ;
	text-decoration: none ;
	text-align: center ;
	font-size: 18px;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

/* ########### 359px以下 ########### */
@media (max-width: 359px) {

}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

}

/* ########### 767px以下 ########### */
@media (max-width: 767px) {

}

/* ########### 768px以上 ########### */
@media (min-width: 768px) {

}

/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {
div.kaishagaiyou {
	margin: 0 auto;
	width: 1140px;
	background-color:rgba(255,255,255,0.8);
}


}

