@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*----------------------------------
body
-----------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust:none;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

/*--------------------------
フェードで表示/指定フォント
--------------------------*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
h2,h3,h4,h5,h6,h7,.seven,.label,.globalNav,.pageNav{
font-family: "Rounded Mplus 1c";
}
/*------------------------
.wrapper
-------------------------*/
.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	font-size: 14px;	
}
/*------------------------
header
#slider
-------------------------*/
#slider {
	width: 100%;
    height: 100%;
}
header {
	margin:0.8em 0 0 0;
}
header img.logo {
	margin-left:1em;
    width: 10em;
}
/*------------------------
Nav
-------------------------*/
.globalNav .Navbutton{
width : calc(100% / 3) ;
}
.pageNav .Navbutton{
    width : calc(100% / 4) ;
    margin-bottom: 1.2em;
}
.Navbutton{
	height: 3em;
	background-color: #6cbb86;
	line-height: 3em;
	margin-bottom:1.4m;
	text-align:center;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	float: left;
}
.Navbutton a{
	font-size:1em;
	color:#fff;
	line-height: 3em;
	text-decoration:none;
	transition:all 1s ease;
	z-index:2;
	position:relative;
}
.eff{
	width : 100%;
	height: 3em;
	top:-3em;
	background:#116735;;
	position:absolute;
	transition:all 1s ease;
	z-index:1;
}
.Navbutton:hover .eff{
	top:0;
}
.Navbutton:hover a{
	color:#fff;
}
/*------------------------
main(index.htmlとcompany.htmlのみ）
-------------------------*/
main {
	width: 80%;
	margin: 0 auto;
}
/*--------------------------
index.html用
-------------------------*/
.box {
	text-align:center;	
}
.box .link {
	background-color:#fff;
	width:50%;
	float: left;
	padding:5%;
}
.box .link p {
	margin: 0.35em 0.35em 0.7em 0.35em;
    line-height: 1.7em;
}
/*--ホバーボタン----------*/
a.button{
	text-decoration: none;
	font-weight: bold;
}
.button {
	display: inline-block;
	padding: 0.75rem 1.25rem;
	border-radius: 2rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: .15rem;
	transition: all 1s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.button:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #116735;
	border-radius: 2rem;
	z-index: -2;
}
.button:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #6cbb86;
	transition: all 1s;
	border-radius: 2rem;
	z-index: -1;
}
.button:hover {
	color: #fff;
}
.button:hover:before {
	width: 100%;
}
/*--ボタン終わり----*/
h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #116735;
	border-bottom: 0.125em solid #116735;
}
h2 img{
	margin-right:0.2em;
	}
	
h3{
	font-size: 1.6em;
	font-weight: bold;
	color: #116735;
	border-bottom: 0.125em solid #6cbb86;
	background-image: url(../images/leaf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.2em;
	padding-left: 1em;
}
.info{
	margin: 0.5em 0;
	float: left;	
}
.info dl {
	border-radius: 6px;
	border: 5px double #6cbb86;
	margin:0 auto;
	padding:1em;
	height:450px;
	overflow:auto;
	}
.info dt {
	font-weight:bold;
	font-size:16px;
	color: #116735;
	border-bottom:2px dashed #C1BDBD;
	margin:0em 0.7em 0.7em 0.7em;
  
}
.info dd img {
	float: left;
	margin-right:1em;
    margin-left: 1em;
    margin-bottom: 0.2em;
	}
.info dd span {
	float: left;
	margin-right:1em;
    margin-left: 1em;
    margin-bottom: 0.2em;
    }
.access{
    width: 100%;
	margin: 1.429em 0;
	float: left;	
}
.access p{
	float:left;
	padding:0.8em;
	}
.access img {
	padding:1%;
	float:left;
	width:50%;
	height:auto;
	min-width:280px;
	}
.access iframe {
	padding:1%;
	float:left;
	width:50%;
    min-width:280px;
}
/*-------------------------
footer
-------------------------*/
footer {
	clear: both;
	background-color: #102b1b;
	padding-left: 10%;
	padding-right: 10%;
	color: #FFFFFF;
	font-size: 0.85em;
}
footer section{
	width:100%;
	}
footer img{
	padding-top: 20px;
	padding-left: 20px;
	}
footer address{
	padding:20px;
	font-style: normal;
	}
footer .footerNav{
	float:right;
  font-size: 0.85em;
	margin-bottom:0.75em;
	}
footer .footerNav li{
	display:inline-block;
	text-align:center;
	}
footer .footerNav li a{
	color:#fff;
	border-bottom: 2px solid #102b1b;
	display: inline-block;
	text-decoration:none;
	padding:0 1em;
	}
footer .footerNav li a:hover{
	border-bottom: 2px solid #339933;
    transition: 0.5s;
	}
footer hr {
	clear:both;
	border-bottom:1px solid #fff;
	margin-top:2em;
	}
footer small {
	display:block;
	clear:both;
	text-align:center;
	margin-top:1em;
	padding-bottom:30px;
}
/*-------------------------
company.html
-------------------------*/
h4{
	font-size: 1.5em;
	font-weight: bold;
	color: #116735;
	border-bottom: 3px solid #6cbb86;
	margin:5px;
	background-image:url(../images/mark-mint.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:28px;
}
section.company {
	padding-left: 5%;
	padding-right: 5%;
    padding-top: 1em;
	clear: both;
}
.company.greeting .left {
	float: left;
	line-height:1.8em;
    width: 100%;
    max-width: 700px;
}
.company.greeting .right  {
    padding-top: 0.5em;
	float: right;
	text-align:right;
	font-size:1.1em;
    width: 100%;
}
.company.greeting .center  {
	clear: both;
	padding-top:5px;
	padding-left:8%;
	padding-right:8%;
	padding-bottom:20%;
	font-size: 1.15em;
	line-height:28px;
	color: #116735;
	background-image: url(../images/sun.jpg);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.company.greeting .center .seven {
	font-size: 18px;
	line-height:20px;
	font-weight: bold;
	color: #6cbb86;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}
.company table{
	float: left;
	width: 100%;
	background:#E9E9E9;
	margin-bottom: 1em;
	line-height:2.2em;
}
.company table tr th {
	font-weight: normal;
	text-align: center;
	background-color: #dbecde;
	padding: 0 10px;
	width: 28%;
}
.company table tr td {
	padding: 0.1em 1.8em;
	background-color: #fff;
	width: 72%;
}
.company td img {/*--事業所地図--*/
	width: 70%;
	max-width:350px;
	margin-top: 1em;
}
.company .musica a{
	background-color: #6cbb86;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 0.8em 1.5em;
	border-radius: 10px;
	margin-left: 10px;
	}
.company .musica a:hover{
	color: #6cbb86;
	padding: 0.8em 1.5em;
	background-image:url(../images/musicafresca.jpg);
	background-position:center center;
}
.company p{
	margin:2%;
	line-height:2em;
	}
.company .partner {
	margin:2%;
	width: 46%;
	float: left;
	text-align: left;
	min-height: 300px;
	line-height:1.8em;
}
.company .partner h5{
	margin-bottom: 0.875em;
	font-size:1.286em;
	color:#6cbb86;
}
/*------------------------
TOPへ戻るボタン
------------------------*/
.pagetop {
	width: 100%;
	height: 81px;
	clear: both;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	margin-bottom:20px;
}
.pagetop a{
	width: 148px;
	height: 75px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:100px;
	background-image: url(../images/pagetop.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	float: right;
	margin-right: 10%;
}
/*-- フェードイン --*/
.pagetop a{
    opacity:1;
    transition: 1s;
}
.pagetop a:hover{
    opacity:0.3;
    transition: 1s;
}

/*-------------------------
business.html
-------------------------*/

/*--label div--*/
.label {
	clear:both;
	font-size: 24pt;
	height: 200px;
	background-image: url(../images/greenline.png);
	background-repeat: repeat-x;
	background-position:50% 50%;
	color: #fff;
	line-height: 106px;
	margin-bottom: 1em;
}
div.label img{
	margin-left: 10%;
	float:left;
    width: 169px;
    height: 200px;
	}
div.label p{
	float:left;
	line-height:201px;
	padding-left:20px;
	}
div.position{　/*--business.htmlにおけるmainの働き-------*/
	clear: both;
	width: 80%;
	margin: 0 auto;
}
.comment{
	margin: 0 auto;
	width:60%;
	font-size: 14px;
	color: #116735;
	padding-bottom:10px;
	clear: both;	
}

h6 {
	height: 2em;
	line-height: 2em;
	font-size: 1.5em;
	background-color: #116735;
	color: #FFFFFF;
	margin: 0 auto 0.6em auto;
	width: 85%;
	border-radius: 5px;
	text-align: center;
}
.work1 {
	height: auto;
	border: 18px solid #daeddc;
	border-radius: 45px;
	width: 46%;
	padding: 10px;
	margin: 2%;
	float: left;
}
.work1 p{
	padding: 10px;
	text-align: center;
	line-height:22px;
	}
.member {
	width: 40%;
	background-color: #daeddc;
	margin: 0 auto;
	font-size: 1em;
	font-weight:bold;
	color: #116735;
	padding: 10px;
	clear: both;
	border-radius: 15px;
	border: 5px double #116735;
	text-align:center
	}
/*---------------------------------
保険代理店のみ
---------------------------------*/
.pamphlet{
	width: 80%;
	display: flex;
	align-items: center;
	margin: 15px auto;
	background-color: #fff;
}
.pamphlet img{
	width : calc(100% / 7);
	padding-right: 5px;
	box-sizing: border-box;
	height: auto;
}
.pamphlet img:last-child {
		padding-right: 0px;
	}
.work2 {
	width: 100%;
	border: 18px solid #daeddc;
	border-radius: 20px;
	padding: 1em;;
	margin: auto 0;
	float: left;
	background-color: #daeddc;
    margin-bottom: 1em;
}
.work2 .content{
	width: 48%;
	border-radius: 10px;
	margin: 0.5em;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0px 5px 0px;
}
.work2 h7{ 
	font-weight: bold;
	color:#116735;
	font-size: 1.4em;
	border-bottom: solid 0.2em #116735;
}
.work2 .content p{
	padding: 0.6em;
	line-height:1.5em;
}
.work2 table{
	margin-top:10px;
	text-align:center;
	background:#fff;
	width:100%;
	line-height:2em;
}
.work2 table tr th {
	font-weight: normal;
	text-align: center;
	background-color: #dbecde;
	width: 40%;
}
.work2 table tr td {
	padding: 10px;
	background-color: #fff;
}
.clearfix {zoom: 1;}

.clearfix:after {
	content: "";
	display:block;
	clear:both;
}

a:hover{
 color: #116735;
 font-weight: bold;
}
.a{
 color: #116735;
 font-weight: bold;
}

/*-------------------------------- 
タブレットバージョン
----------------------------------*/
@media (max-width: 768px){

main{
   width: 95%;
    }
.company.greeting .center{
    width: 100%;
    }
.company.greeting .center p{
    width: 100%;
    }
.comment{
     width: 80%;   
    }
.work1 {
	height: auto;
	width: 100%;
    }
.member {
    width: 60%;
    }
.label {
	height: 120px;
	background-image: url(../images/greenline.png);
	background-repeat: repeat-x;
	background-position:50% 50%;
    background-size:47px;
	color: #fff;
	margin-top: 15px;
    margin-bottom: 10px;
}
.maintenance{
    margin-top: 1.8em;
    }
div.label img{
	margin-left: 5%;
	float:left;
    width: 102px;
    height: 120px;
	}
div.label p{
    float: left;
    font-size: 65%;
	line-height:120px;
    padding-left: 0.5em;
    }
.work2 .content{
	width: 100%;
    }
.pagetop a{
	width: 100px;
	height: 50px;
    margin-bottom: 0;
	line-height:70px;
	background-image: url(../images/pagetop.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
    background-size: 100px;
	float: right;       
}
.pagetop {
	height: 58px;
    margin-top: 1em;
}

/*-------------------------------- 
スマホバージョン
----------------------------------*/
@media (max-width: 480px){
header {
	margin-bottom: none;
}
header img.logo {
	margin-left:10px;
    width: 65%;
}
.globalNav,{
    margin-top: -20px;
    }
.globalNav .Navbutton{
    width : 100%;
    height: 2em;
    }
.Navbutton{
    width : 100%;
    height: 2em;
    }
.pageNav .Navbutton{
    width : 100% ;
    margin-bottom:0;
    }
.Navbutton{
	height: 2em;
	background-color: #6cbb86;
	line-height: 2em;
    border-bottom: 1px solid #6cbb86;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	float: left;
}
.Navbutton a{
	font-size:1em;
	color:#fff;
	line-height: 2em;
	text-decoration:none;
	transition:all 1s ease;
	z-index:2;
	position:relative;
}
.eff{
	width : 100%;
	position:absolute;
	transition:all 1s ease;
	z-index:1;
}
.Navbutton:hover .eff{
	top:0;
}
.Navbutton:hover a{
	color:#fff;
} 
nav {
	height: 3em;
}
nav a {
	float: none;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #003300;
	padding-left: 0px;
}
nav a:last-child {
	border-bottom-style: none;
}
    
main {
	width: 95%;
	margin: 0 auto;
}
.box .link {
	width:100%;
}
.access img {
    padding: 0;
    margin-bottom: 0.5em;
	float:left;
	width:100%;
}
.access iframe {
    padding: 0;
	float:left;
	width:100%;
}
footer {
	padding-left: 0;
	padding-right: 0;
}
footer img{
	padding-left: 0.75em;
	float: left;
    }
footer address{
	padding-left: 0.75em;
    line-height: 1.5em;
	float: left;
    }   
footer .footerNav{
    width: 100%;
    font-size: 0.85em;
    margin:2em 0;
    text-align: center; 
}
footer .footerNav a{
    float: right;
    }
h4{
	padding-top: 15px;
}   
.company.greeting .center  {
	font-size: 1.1em;
	line-height:1.8em;
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
    }
.company td img {/*--事業所地図--*/
	width: 100%;
	max-width:350px;
	margin-top: 5px;
}
.company .partner {
	width: 100%;
    font-size: 14px;

}
.company .partner h5{
	margin-top: 0px;
    margin-left: 0px;
} 
div.position{
    width: 90% 
    }
.comment{
    width: 100%  
    }
.pamphlet {
    width: 100%    
    }
.work1{
    width:100%;
    margin: 0.5em 0 0.5em 0;
    }
.member{
    margin: auto ;
    width:95%;
    }
.work2{
    width:100%;
    }
.work2 h6{
    width:80%;
    margin: 1em;
    }
.work2 .content{
    width:100%;
    margin: 0.5em 0;
    }
.maintenance{
    margin-top: 2.6em;
    }
}/*--スマホ版おわり---------------*/
