<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: 譬ｪ蠑丈ｼ夂､ｾ繝弱じ繝ｯ逕｣讌ｭ
Theme URL: http://www.nozawa-g.co.jp
Author: 譬ｪ蠑丈ｼ夂､ｾ繝弱じ繝ｯ逕｣讌ｭ
Version: 1.0
*/


/* Reset --------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    margin: -20px 0 0 0;
    font-family: 'Noto Sans Japanese', sans-serif;
	font-feature-settings: "palt";
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}



/* Common --------------------------------------------------*/

  * {
    margin: 0;
    padding: 0;
  }
  
  img {
    width: 100%;
    height: auto;
  }


  h1 {
	width:40%;
    text-align: center;
    margin: 20px 0;
	float:left;
  }

  .inner {
    width: 90%;
    max-width: 980px;
    margin: 0px auto 0;
	padding: 0 20px;
  }
  a:hover{ opacity:0.8;}
  .bwWrapper {
    position:relative;
    display:block;
}
.left { float: left;}
.right{ float:right;}
.fa-fw{ margin:0 0 0 3%;}


  
/* Header --------------------------------------------------*/
header{
    position: absolute;
    height:auto;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
    z-index:100;	
	}
#entry{
    float: right;
    width: 22%;
    height: 10px;
    display: block;
    text-align: center;
    padding: 32px;
    color: #FFFFFF;
    margin: 0 80px 0 0;
	display:none;
	}

#entry:hover{ opacity:0.8;}

.drawer-menu li{
	width: 100%;
}

.drawer-menu li a{
    color: #FFFFFF;
    padding: 30px 0 30px 20px;
    display: block;
}

.drawer-menu li a:hover{ color:#9ee1ac;}


.drawer-menu li:nth-child(5){
	display:none;
}

/* button --------------------------------------------------*/

.button {
  display: inline-block;
  width: 140px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  border: 1px solid #4b4b4b;
  color: #4b4b4b;
  line-height: 50px;
}

.button:hover {
  border: 1px solid #36a54d;
  background-color: #36a54d;
  border-color: #36a54d;
  color: #FFFFFF;
}



.button2 {
  display: inline-block;
  width: 140px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button2 {
  border: 1px solid #9d9d9d;
  color: #9d9d9d;
  line-height: 50px;
}

.button2:hover {
  border: 1px solid #36a54d;
  background-color: #36a54d;
  border-color: #36a54d;
  color: #FFFFFF;
  
}
/* footer --------------------------------------------------*/

footer{ 
	width:100%;
	background:#424242;
	color:#ffffff;
	padding:50px 0;
}

footer a{ color:#FFFFFF;}
.top_link{
	padding: 12px 10px 10px 10px;
    border: #36a54d solid 1px;
    color: #36a54d;
    margin: 0px auto;
    text-align: center;
    width: 160px;
    height: 60px;
    display: block;
    font-size: 1em;
	}
	
.top_link span{ 
	width: 100%;
    margin: 10px 0 0 0;
    display: block;
	}


footer ul{ 
    margin: 20px auto 50px auto;
    display: flex;
    width: 300px;
}

footer ul &gt; li{
	width: 199px;
    list-style-type: none;
    color: white;
	font-size:0.9em;
    text-align: center;}
	
small{
    margin: 20px auto;
    clear: both;
    font-size: 0.6em;
    text-align: center;
    width: 100%;
    display: block;	
	
	}

footer ul li:nth-child(1){
	display:none;
}

@media only screen and (max-width: 780px) {
	#entry{
	height: auto;
    padding: 30px;
    width: 29%;
		}
	.inner{ 
	padding: 0 10px;
    width: 90%;
    max-width: none;}

.sp_none{ display:none;}
}

@media only screen and (max-width: 680px) {
/* Header --------------------------------------------------*/
	#entry{ display:none;}
	h1{ 
	width: 70% !important;
    margin: 20px auto !important;}

	}


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

  .red_bg{ background-color:#dd2227;}
  .fa-big{ font-size:2em !important;}
  a{ text-decoration:none;}
	

/* ------------------------------
   MEDIAQUERIES LAYOUT縲top
------------------------------ */


/* top --------------------------------------------------*/
#top{ position:relative; z-index:50;}
#top_catch{ 
	width:30%;
	position:absolute;
	top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;}


/* sec01 --------------------------------------------------*/
.sec01_gr{ width:100%; background:#eaeceb;}
#top_sec01{
    width: 100%;
    margin: -60px 0 0 0;
    background: url(../img/top/top02.png) no-repeat top center;
    height: 720px;
    background-size: cover;
	padding:50px 0 ;
}

#top_sec01 .top_subtitle{
    float: left;
    width: 250px;
    margin: 40px 0 0 20px;
    font-size: 1.0em;
    line-height: 1.8em;
}

.top_text{
	margin: 120px 0 0 0;
    float: left;
	color:#4b4b4b;
	width:100%;
	}

h2.toph2_tx{
    background: #36a54d;
    padding: 40px;
    color: #FFFFFF;
    width: 160px;
    height: 40px;
    font-size: 2.2em;
	letter-spacing:4px;
    text-align: center;
    float: left;
	position:relative;
	}
h2.toph2_tx span{ 
    display: block;
    margin: 0 0 0 0;
    font-style: italic;
    font-size: 0.5em;
	font-weight:100;
}

h2.toph2_tx:before{
	    position: absolute;
    background: url(../img/common/border.png) no-repeat;
    bottom: 0px;
    width: 200px;
    height: 3px;
    left: 239px;
    content: "";
    display: block;
}

.top_text h3.top_meh3{
	font-size: 4.0em;
    margin: 190px 0 50px 0;
    float: left;
    width: 100%;
    left: 1px;
	}
.toph3_tx{ line-height:2; text-align:left; font-size:1.2em; clear:both; margin:0 0 30px 0;}


/* sec02 --------------------------------------------------*/
#top_sec02{
    width: 100%;
    margin: -60px 0 0 0;
    height: 720px;
    background-size: contain;
	padding:50px 0 ;
}

#top_sec02 .top_subtitle{
    float: left;
    width: 250px;
    margin: 40px 0 0 20px;
    font-size: 1.0em;
    line-height: 1.5em;
}


.top_bus{ 
    width: 100%;
    margin: 50px 0 0 0;
    float: left;
    }

.top_bus &gt; li{ 
	background: #f0f0f0;
    width: 49%;
    padding: 0 0 10px 0;
    float: left;
    margin: 0 2% 30px 0;
}

.top_bus &gt; li p{ height:50px;} 

.top_bus &gt; li:nth-child(even){ margin:0;}

.top_bus li &gt; img{ margin: 0 0 10px 0;}
.biz_tl{
    margin: 0 0 20px 0;
    color: #294174;
    font-weight: 500;
    font-size: 1.2em;	
}

.top_biz_left{ 
    float: left;
    border-right: #9d9d9d solid 1px;
    width: 240px;
    line-height: 1.3em;
    padding: 20px;
	font-size:1.0em

}

.biz_b{
    margin: 50px 0 0 25px;
}


/* sec03 --------------------------------------------------*/
#top_sec02{
    width: 100%;
    margin: -60px 0 0 0;
    height: 720px;
    background-size: contain;
	padding:50px 0 ;
}

#top_sec03 .top_subtitle{
    float: left;
    width: 250px;
    margin: 40px 0 0 20px;
    font-size: 1.0em;
    line-height: 1.5em;
}


.linkArea{ width:80%; margin:60px auto 0 auto; clear:both;}
.linkArea ul li{ width:48%; margin: 110px auto 90px ; line-height: 0; float: none; padding-top: 50px;}
.linkArea ul li a{
	display:block;
	background-color: #000000;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	position:relative;
}
.linkArea ul li a:after{
    display: block;
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 80px;
    top: 46%;
	color:#ccc;
}

.linkArea img{
opacity: .3;
}


.linkArea a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    color:#FFFFFF;
	text-decoration:none;

}
.linkArea span{ 
    position: absolute;
    display: block;
    top: 50%;
    left: 29%;
    font-size: 2.0em;
    color: #FFFFFF;
	font-weight: 400;
}

#top_voice{ width:100%;}

#top_title{
    width: 100%;
    float: left;
	margin: 0 0 30px 0px;	
	}
	
#top_voice figure{ 
	width: 30%;
    text-align: center;
    float: left;
    margin: 0 5% 0 0;
}

#top_voice figure:last-child{ margin:0;}

#top_voice figure a{ display:block; color:#4b4b4b;}
#top_voice figure:hover{
	background-color: #fbfbf9;
	opacity:1;
	display:block;
	z-index:100;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
	background-image: -webkit-linear-gradient(45deg,  #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%),
					  -webkit-linear-gradient(-135deg, #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%);
	background-image: -moz-linear-gradient(45deg,  #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%),
					  -moz-linear-gradient(-135deg, #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%);
	background-image: -ms-linear-gradient(45deg,  #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%),
					  -ms-linear-gradient(-135deg, #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%);
	background-image: -o-linear-gradient(45deg,  #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%),
					  -o-linear-gradient(-135deg, #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%);
	background-image: linear-gradient(45deg,  #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%),
					  linear-gradient(-135deg, #fdfcfb 25%, #fdfcfb 25%, transparent 25%, transparent 75%, #fdfcfb 75%, #fdfcfb 75%);
}

#top_voice figure:last-child{ margin:0;}

#top_voice h3{
    margin: 10px;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: 600;
}
#top_voice .top_year{ 
	display: block;
    padding: 10px;
    background: #36a54d;
    width: 50%;
    margin: 0 auto;
    color: #ffffff;
	}
#top_voice .top_year br{ display:none;}
#top_voice span{ 
    margin: 10px;
    display: block;
}
#top_voice span a{ color:#4b4b4b;} 
#page-top{ line-height:0;}

/*----------------------	
   MEDIAQUERIES[SP]LAYOUT縲top
------------------------------ */
@media screen and (min-width:500px) and (max-width:679px)
{
/* top --------------------------------------------------*/
	
	#top_sec01 {
    margin: -30px 0 0 0 !important;
    height: 210px !important;}

	.top_text h3.top_meh3 {
    font-size: 2.0em !important;
    margin: 8% 0 !important;
	}

	.toph3_tx {
    font-size: 1.0em !important; margin: 0 !important;}

}
@media only screen and (max-width: 680px) {


	
	
/* top --------------------------------------------------*/
#top_catch{ width:50%;}
	
#top_sec01 {
    margin: -20px 0 0 0;
    height: 125px;
 }
.top_text{ margin:0;}
h2.toph2_tx{ 
	padding: 10px;
    width: 30%;
    height: 10%;
    font-size: 0.9em;
}

h2.toph2_tx span{margin: 5% 0 0 0;}
h2.toph2_tx:before{ display:none;}
#top_sec01 .top_subtitle{ display:none;}



/*sec02 --------------------------------------------------*/
#top_sec02{
    margin: 0px 0 0 0;
    height: auto;
    float: left;
	}
#top_sec02 .top_subtitle{ display:none;}

/*sec03 --------------------------------------------------*/

#top_sec03{}
.top_text h3.top_meh3 {
    font-size: 1.5em;
    margin: 3% 0;
    height: 20px;
}

.top_bus &gt; li {
    width: 100%;
	margin: 0 0 5% 0;
	}
.top_bus &gt; li p{ height:auto;}

.top_bus &gt; li:nth-child(even){ 
	width: 100%;
	margin: 0 0 5% 0;}

.top_bus{ margin: 5% 0 0 0;}

.toph3_tx{ display:none;}

.button {
    font-size: 0.8em;
    width: 36%;
    float: left;
    margin: 3% 0 0 0;
	}
#top_sec03 .top_subtitle{ display:none;}
#top_voice figure{ margin: 0 5% 0 0;}
#top_voice h3{ display:none;}
#top_voice .top_year{margin: 10px auto; width:70%;}
#top_voice .top_year br{ display:inherit;}

/*linkarea --------------------------------------------------*/
.linkArea { width: 95%; }
.linkArea ul li{
    width: 100%;
    margin: 15% 0px 10% 0;	
	}
.linkArea span{
    font-size: 1.0em !important;
    font-weight: 400;}
	
.linkArea ul li a:after{ right:40px; width:10px;
    height: 10px;}

}

@media only screen and (max-width: 1030px) {
/* business --------------------------------------------------*/
/*	
.top_bus &gt; li { width:90%;}*/
.top_biz_left {
    width: 90%;
    line-height: 1.3em;
    padding: 20px;
    font-size: 1.0em;
	border:none;
}
.biz_b {
    width: 90%;
    margin: 0 0 0 5%;	
}

.linkArea span{
    font-size: 1.4em;
    font-weight: 400;}
	
.linkArea ul li a:after{ right:30px;}
	}
	
	
	
/* ------------------------------
   MEDIAQUERIES LAYOUT縲message
------------------------------ */
.common_sec01{
    width: 100%;
    margin: 120px 0 0 0;
	position:relative;
}

.sp_find{ display:none;}

h2.commonh2_tx{
    color: #4b4b4b;
    width: 180px;
    height: 40px;
    font-size: 2.5em;
    font-weight: 300;
    letter-spacing: 4px;
    text-align: center;
    float: left;
    top: 50%;
    left: 20%;
    position: absolute;
	}
	
h2.commonh2_tx span{ 
    display: block;
    margin: 10px auto;
    font-style: italic;
    font-size: 0.5em;
    font-weight: 100;
    background: #36a54d;
    padding: 10px;
    width: 60%;
    color: #fff;
}

#border{
	width:100%;
	height:auto;
	padding:70px 0;
	border: 6px solid #666;
    border-image:url(../img/common/borderimg.gif) 10 10 round;
}

#catch{
	font-weight: 500;
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
    margin: auto;
    display: block;
    color: #4b4b4b;
}


#message_en{
    width: 30%;
    color: #36a54d;
    border: #36a54d solid 2px;
    padding: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
    margin: 20px auto;
}

#message{
	color:#4f4f4f;
	font-size:0.9em;
	line-height:1.8em;
	width:80%;
	margin:auto;
	text-align: justify;
}

.top_signature{
    font-size: 1em;
        bottom: 15%;
    right: 50%;
    position: absolute;
}

.top_signature span{
	font-size:0.5em;
}


.signature{
	width: 100%;
    text-align: right;
    margin: 40px 0 0 0;
    font-size: 2em;
}

.signature span{
	font-size:0.5em;

}

/* ------------------------------
   MEDIAQUERIES LAYOUT SP縲message
------------------------------ */
@media only screen and (max-width: 780px) {
.common_top{ padding: 0px 0 0 0px;}
.sp_find{ display:inherit;}
.common_sec01 { width: 100%; margin: 50px 0 0 0; float: left;}
#border {
    width: 85%;
    padding: 30px 20px;
	margin:auto;
}
#catch {
    font-weight: 600;
    font-size: 1.2em;
}

#message_en {
    width: 89%;
    font-size: 1.2em;
}
#message {
   font-size: 0.9em;
    width: 95%;
	line-height:1.4em;
}

h2.commonh2_tx {
    color: #4b4b4b;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 2px;
	left:0;
}
h2.commonh2_tx span{ width:40%; font-weight: 700;}
.top_signature{ display:none;}
}




/* ------------------------------
   MEDIAQUERIES LAYOUT縲company
------------------------------ */
h2.company_h2{
    color: #4b4b4b;
    width: 100%;
    font-size: 2.5em;
    font-weight: 300;
    letter-spacing: 4px;
    text-align: center;
    float: left;
	}

h2.company_h2::after{
    background: url(../img/common/border.png) no-repeat;
    bottom: 0px;
    width: 88px;
    height: 3px;
    margin: 10px auto 75px auto;
    content: "";
    display: block;
}


#about{ 
	color:#4f4f4f;
	width:100%;
	text-align:left;
}

#about tr{
	border-bottom:#d8d8d8 solid 1px;
}

#about th{
	font-weight:600;
	font-size:1.4em;
	width:30%;
	padding:30px 0 0px 70px 	
}

#about td{
	font-size:1.1em;
	padding:0px 0 30px 0px ;
}

#about ol li{
	list-style-type:none;
 	list-style-position:inside;
 	counter-increment: cnt;
	margin:10px 0 0 ;
}

#about ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.map iframe{ margin:0 auto;}
#company_tx{ width:100%; text-align:center; margin: 0 0 50px 0; line-height: 24px;}

.introduction &gt; div{	
	width:50%;
	margin: 0 0 30px 0;
}

.introduction h3{
	background:#36a54d;
	color:#fff;
	padding:20px;
	font-size:1.2em;
	margin:0 0 20px 0 ;
	width:85%;
}

.introduction table{
	border: 6px solid #666;
    border-image:url(../img/common/borderimg.gif) 10 10 round;
	width:90%;
	display: block;
	text-align: left;

}

.introduction table th{
    padding: 20px 0 0 40px;
    width: 40%;
}

.introduction table td{
	padding: 0 0 20px 0;
    line-height: 1.5em;
}

.introduction p{
	float: right;
    margin: 19px 8% 0 0;
    background: #36a54d;
    color: #fff;
    padding: 20px;
    width: 20%;
    text-align: center;
}

.photos { 
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	clear:both;
}
.photos &gt; li{ width:30%;}

.tenpo{ margin:140px 0 0 0;}

#boxer.mobile{ z-index:1000;}
/* ------------------------------
   MEDIAQUERIES LAYOUT SP縲company
------------------------------ */
@media only screen and (max-width: 780px) {


#about th{
 padding: 30px 0 0px 0px;
 width:100%;
 display:block;
 font-size:1.4em;
}

#about td{
	font-size:1.0em;
	 width:100%;
 	display:block;
    padding: 30px 0 30px 0px;
}
.small{ font-size:0.8em;}
h2.company_h2{ font-size:1.8em !important;}
h2.company_h2::after{ margin: 10px auto 15px auto;}
.map{ margin:90px 0 0 0 ;}
#company_tx {
    margin: 0 0 20px 0;
    line-height: 1.5em;
}

.introduction &gt; div{ width:94%; }
.introduction table{ width:102%;}
.introduction table th{
   padding: 20px 0 0 15px;
    width: 35%;
}
.introduction table td{ font-size:.9em;}

.introduction h3{ width: 93%;
    margin: 10px 0 10px 0 ;}
.introduction p{
	margin: 19px 0 0 0;
	width: 30%;
}
.photos{
	width: 100%;
    margin: 0 auto;
}
.photo{
	float:left;
	width:100% !important;
}

}

/* ------------------------------
   MEDIAQUERIES LAYOUT縲voice
------------------------------ */

h2.voiceh2_tx{
    color: #4b4b4b;
    width: 180px;
    height: 40px;
    font-size: 2.5em;
    font-weight: 300;
    letter-spacing: 4px;
    text-align: center;
    float: left;
    top: 50%;
    left: 30%;
    position: absolute;
	}

h2.voiceh2_tx span{ 
    display: block;
    margin: 10px auto;
    font-style: italic;
    font-size: 0.5em;
    font-weight: 100;
    background: #36a54d;
    padding: 10px;
    width: 60%;
    color: #fff;
}

#voice_list a &gt; li{
	width:100%;
	height:200px;
	padding:20px;
	display:block;
	border: 6px solid #666;
    border-image:url(../img/common/borderimg.gif) 10 10 round;
	position:relative;
}
#voice_list a &gt; li:hover{
	display:block;
	border: 6px solid #666;
    border-image:url(../img/common/borderimg_hover.gif) 10 10 round;
	opacity:0.8;
}
#voice_list a &gt; li h3{
	color:#36a54d;
	font-style:italic;
	font-size:1.5em;
	font-weight:500;
	letter-spacing:1px;
	line-height:1.8em;
}

#voice_list a &gt; li{ margin:20px 0 0 0;}



#voice_list a li.voice01{
	background:url(../img/voice/voice01_bg.png) right no-repeat;
}

#voice_list a &gt; li.voice01 &gt; ul{
	font-size:1.2em;
	position:absolute;
	bottom:10px;
	color:#292929;
}



#voice_list a &gt; li.voice01 &gt; ul &gt; li &gt; span{
	font-size:.8em;
    margin: 0 0 0 10px;
}
#voice_list a &gt; li.voice01 &gt;ul &gt; li.years{
	font-size:.7em;
	margin:5px 0 0 0 ;
}
#voice_list a &gt; li.voice01 &gt;ul &gt; li::after{
	display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #36a54d;
    border-bottom: 1px solid #36a54d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -110%;
    top: 26%;
    color: #36a54d;
}

#voice_list a &gt; li.voice02{
	background:url(../img/voice/voice02_bg.png) left no-repeat;
}

#voice_list a &gt; li.voice02 &gt; ul{
	font-size:1.2em;
	position:absolute;
	bottom: 10px;
    right: 260px;
	color:#292929;
}

#voice_list a &gt; li.voice02 &gt; ul &gt; li &gt; span{
	font-size:.8em;
    margin: 0 0 0 10px;
}
#voice_list a &gt; li.voice02 &gt; ul &gt; li.years{
	font-size:.7em;
	margin:5px 0 0 0 ;
}
#voice_list a &gt; li.voice02 &gt; ul &gt; li::after{
	display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #36a54d;
    border-bottom: 1px solid #36a54d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -110%;
    top: 26%;
    color: #36a54d;
}

#voice_list a &gt; li.voice02 h3{ float:right; margin: 0 3%;}


#voice_list a &gt; li.voice03{
	background:url(../img/voice/voice03_bg.png) right no-repeat;
}

#voice_list a &gt; li.voice03 &gt; ul{
	font-size:1.2em;
	position:absolute;
	bottom:10px;
	color:#292929;
}

#voice_list a &gt; li.voice03 &gt; ul &gt; li &gt; span{
	font-size:.8em;
    margin: 0 0 0 10px;
}
#voice_list a &gt; li.voice03 &gt; ul &gt; li.years{
	font-size:.7em;
	margin:5px 0 0 0 ;
}
#voice_list a &gt; li.voice03 &gt; ul &gt; li::after{
	display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-right: 1px solid #36a54d;
    border-bottom: 1px solid #36a54d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -30%;
    top: 26%;
    color: #36a54d;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT SP縲voice
------------------------------ */
@media only screen and (max-width: 780px) {
#voice_list a &gt; li h3{ 
	font-size:1.0em;
	text-align:center;
	line-height:1.3em;
	float:none !important;
}
#voice_list a &gt; li{ 
	width:auto;
    padding: 10px 0 0 0;
	background-position:center ;
	height:270px !important;
}

#voice_list a &gt; li &gt; ul{
	text-align: center;
    margin: 0 auto;
    position: inherit !important;
    width: 100%;
    right:0 !important;
}

#voice_list a:hover{ opacity:1;}

.bg{
     height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0.7);
}

#voice_list a &gt; li.voice01 h3{
	margin:170px 0 15px 0;
	}

#voice_list a &gt; li.voice02 h3{
	margin:170px 0 15px 0;		
	}
#voice_list a &gt; li.voice03 h3{
	margin:160px 0 15px 0;
	}

#voice_list a li.voice01{
	background:url(../img/voice/voice01_bg_sp.png) center no-repeat;
}
#voice_list a &gt; li.voice02{
	background:url(../img/voice/voice02_bg_sp.png) center no-repeat;
}
#voice_list a &gt; li.voice03{
	background:url(../img/voice/voice03_bg_sp.png) center no-repeat;
}


#voice_list a &gt; li.voice01 &gt; ul &gt; li::after{ display:none;}
#voice_list a &gt; li.voice02 &gt; ul &gt; li::after{ display:none;}
#voice_list a &gt; li.voice03 &gt; ul &gt; li::after{ display:none;}
h2.voiceh2_tx{
    color: #4b4b4b;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 2px;
	left:0;
	}

h2.voiceh2_tx span{ 
     color: #fff;
    font-size: 0.5em;
    font-weight: 700;
    letter-spacing: 2px;
    left: 0;
    width: 40%;
}

}

/* ------------------------------
   MEDIAQUERIES LAYOUT縲business
------------------------------ */

.business_catch{
	background:#e7e7e7;
	text-align:center;
	margin:auto;
	line-height:1.8em;
	margin-top:-80px;
	padding-top:130px;
	padding-bottom: 10px;
	z-index:0;
}

.business_catch span{ font-size:1.5em; margin:20px 0; display:block;}
.business_catch p{ margin:0 0 50px 0; color:#4f4f4f;}
.business_catch h3{ 
	background: #fff;
    color: #36a54d;
    padding: 20px;
    width: 60%;
    text-align: center;
    font-size: 1.8em;
    margin: 50px auto 20px auto;
	font-weight:500;
}


.business h4{
	color:#294174;
	font-size:1.5em;
	font-weight:700;
	margin:100px 0 0 0;	
	}
.business p{
	margin:20px 0;
	color:#363636;
	line-height:1.8em;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT SP縲business
------------------------------ */
@media only screen and (max-width: 780px) {
.business h4{
	margin: 50px 0 0 0;
}
.business_catch h3{
	width:85%;
	font-size:1.4em;
	padding:20px 10px;
	
}
.business_catch span{ font-size:1.3em;}
}

/* ------------------------------
   MEDIAQUERIES LAYOUT縲voice staff
------------------------------ */
.voice_name{
	width: 18%;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
    color: #FFFFFF;
    padding: 20px;
    background: #36a54d;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10%;
    right: 25%;
}
.voice_name span{
	font-size:0.6em;
	display:block;
	width:100%;
	}

.voice_catch{
	position: absolute;
    right: 15%;
    top: 30%;
}

.color{ 
	background:#f7f7f7;
    padding: 50px 0;
	}
.voice_s01 h2{
	width:20%;
	margin:auto;
	text-align:center;
	font-size:1.8em;
	font-style:italic;
	color:#FFFFFF;
	padding:15px;
	background:#36a54d;
	letter-spacing:1px;
}

.voice_s01 h3{
	color:#36a54d;
	font-size:2.2em;
	font-weight:500;
	text-align:center;
	letter-spacing:2px;
	margin: 40px auto;
	width:100%;
}


.voice_s01 ul{
	display:flex;
	justify-content:space-around;
	margin:20px 0;
	text-align:justify;

}

.voice_s01 ul li{
	width:45%;
	color:#4b4b4b;
	line-height:2.0em;
}


.voice_s02 h2{
	width:20%;
	margin:auto;
	text-align:center;
	font-size:1.8em;
	font-style:italic;
	color:#FFFFFF;
	padding:10px;
	background:#36a54d;
	letter-spacing:1px;

}

.voice_s02 h3{
	color:#36a54d;
	font-size:2.2em;
	font-weight:500;
	text-align:center;
	letter-spacing:2px;
	margin: 40px auto;
	width:100%;
}


.voice_s02 ul{
	margin:20px 0;
}

.voice_s02 ul li{
	width:100%;
	color:#4b4b4b;
	line-height:2.0em;
	text-align:justify;
}


/* ------------------------------
   MEDIAQUERIES LAYOUT sp縲voice staff 
------------------------------ */

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

.voice_catch{
	width:53%;
	right: 5%;
    top: 30%;
	}
.voice_name span{ font-size:0.5em;}	
.voice_name {
    width: 25%;
    font-size: 1.0em;
    bottom: 10%;
    right: 12%;
    padding: 10px;
}
.voice_s01 h2{
	width: 30%;
	font-size: 1.2em;
	}
.voice_s01 h3{
	font-size: 1.3em;
    margin: 20px auto;
    line-height: 1.3em;
}
.voice_s01 ul{
	display:inherit;	
	}
.voice_s01 li{
	width:100% !important;
	line-height: 1.8em!important;
}

.voice_s02 h2{
	width: 30%;
	font-size: 1.2em;
	}
.voice_s02 h3{
	font-size: 1.3em;
    margin: 20px auto;
	line-height: 1.3em;
	letter-spacing: 0px;
}
.voice_s02 ul{
	display:inherit;	
	}
.voice_s02 li{
	width:100% !important;
	line-height: 1.8em!important;
}


}


/* ------------------------------
   MEDIAQUERIES LAYOUT縲guideline
------------------------------ */
#guide_border{
	    width: 90%;
    height: auto;
    float: left;
    padding: 50px;
    border: 6px solid #666;
    border-image: url(../img/common/borderimg.gif) 10 10 round;
	margin:0 0 100px 0;
}
.guide{
	text-align:center;
	line-height:1.8em;
	z-index:0;
}

.guide p{ color:#4f4f4f;}

h2.commonh2_tx2{
    color: #4b4b4b;
    width: 180px;
    height: 40px;
    font-size: 2.5em;
    font-weight: 300;
    letter-spacing: 4px;
    text-align: center;
    float: left;
    top: 50%;
    left: 20%;
    position: absolute;
	}

h2.commonh2_tx2 span{
display: block;
    margin: 10px auto;
    font-style: italic;
    font-size: 0.5em;
    font-weight: 100;
    background: #36a54d;
    padding: 10px;
    width: 70%;
    color: #fff;	
	}


/* button --------------------------------------------------*/

.button3 {
  display: block;
  width: 50%;
  height: 40%;
  text-align: center;
  text-decoration: none;
  font-size:1.5em;
  line-height: 54px;
  outline: none;
  margin:auto;
  padding:20px;
	display:none;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button3 {
  border: 1px solid #4b4b4b;
  color: #4b4b4b;
  line-height: 50px;
}

.button3:hover {
  border: 1px solid #dd2227;
  background-color: #dd2227;
  border-color: #dd2227;
  color: #FFFFFF;
  margin:auto;

}

#about a{ color:#36a54d;}
.map table a{color:#36a54d;}
.btm{ margin:50px 0 0 0;}

/* ------------------------------
   MEDIAQUERIES LAYOUT sp縲guideline
------------------------------ */

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

#guide_border{ 
    padding: 10px;
    width: 90% !important;
}

h2.commonh2_tx2 {
    color: #4b4b4b;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 2px;
	left:0;
}
h2.commonh2_tx2 span{ width:40%; font-weight: 700;}
.button3{ width:90%;}
}</pre></body></html>