@media screen and (max-width: 1200px) {
.stage {
	width: 100%;
}
	
#top_push .stage {
	width: 96%;
}	
.top_push_left {
	padding-top: 0;
}	
.push_box {
	width: 48%;
	height: 270px;
	margin-right: 2%;
}
.push_photo {
	width: 100%;
	height: auto;
}
.push_photo img {
	width: 100%;
	height: auto;
}
	
#top_topix .stage {
	width: 100%;
}	
	
#top_news .stage {
	width: 94%;	
}
.top_news_area {
	height: auto;
	width: 70%;
}
.top_news_area dt {
	float: none;
	width: 100%;
	padding-bottom: 0;	
}
.top_news_area dd {
	float: none;
	width: 100%;
}	
.ar_top_news {
	width: 30%;
	height: auto;
}
#top_contact  .stage {
	width: 96%;
	}
.top_contact_left {
	height: 150px;	
}
.top_contact_right {
	height: 150px;		
}	
	
.biz_photo {
	width: 350px;
	height: 350px;
}		
	
}
@media screen and (max-width: 1100px) {
.top_reason_box {
	width: 50%;
	height: auto;
}
	
}
	

@media screen and (max-width: 900px) {	
.top_reason_box {
	width: 60%;
	height: auto;
}	

.biz_photo {
	width: 280px;
	height: 280px;
}
	
}

@media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

body {
}
.stage {
	margin: 0 auto;
	width: 100%;
}
#plist {
	padding-top: 10px;
	padding-left: 2%;
	padding-bottom: 6px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #DCDCDC;
	margin-bottom: 2%;
}
.li_end {
	margin-right:auto !important;
}
.li_end_smp {
	margin-right:0px !important;	
}
.smp_none {
	display: none;
}
.no_sp {
	display: none;
}
.no_pc {
	display: block;
}	
#floating {
	display:none;
}
.smp_block {
	display:block;
}
/* basicのスタイル記述 */
/* ========== header ========== */

#header {
	width: 100%;
	height: auto;
	padding-bottom: 1%;
	padding-top: 1%;
}
#header .logo {
	float: none;
	width:60%;
	max-width: 210px;
	height: auto;
	text-align:left;
	margin-left: 3%;
	margin-right: auto;
	
}
.logo img {
	width:100%;
	height:auto;
}
.headtel {
	display:none;
}
.headsatei {
	display:none;
}
.headcont {
	display:none;
}

	


/* ========== sp_nav ========== */
#spnavi {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* Toggle(Button) */
#navToggle {
	display: none;
	position: absolute;/*to body*/
	right: 0px;
	top: 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 16px;
	width: 30px;
	height: 43px;
	cursor: pointer;
	z-index: 15000;
	background-color: #494949;
}
#navToggle div {
  position: relative;
}
#navToggle span {
	display: block;
	position: absolute;/*to div*/
	width: 100%;
	border-bottom: solid 4px #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
  top: 0
}
#navToggle span:nth-child(2) {
  top: 10px
}
#navToggle span:nth-child(3) {
  top: 20px
}
#spnavi nav {
	position: absolute;
	right: 0;
	top: -720px; /*通常時はビュー外*/
	/*background-color: rgba(255,255,255,0.90);*/
	background-color: #6B6B6B;
	width: 90%;
	padding-top: 0;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: left;
	z-index: 12000;
}
#spnavi ul {
  margin: 0
}
#spnavi ul li {
	display: block;
	margin: 0;
	border-bottom: dotted 1px #fff;
	line-height: 3.0;
}
#spnavi ul li a {
	display: block;
	padding-left: 18%;
	font-size: 1.1rem;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 60%;
}
#spnavi ul li::after {
  content: ''
}
#spnavi ul li:last-child {
  border-bottom: none
}
#spnavi li a span {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 0.7rem;
  padding-left: 3%;
}
.spnavi01 {
background-image: url(../img/sp_gnavi1.png);
}
.spnavi02 {
background-image: url(../img/sp_gnavi2.png);
}
.spnavi03 {
background-image: url(../img/sp_gnavi3.png);
}
.spnavi04 {
background-image: url(../img/sp_gnavi4.png);
}
.spnavi05 {
background-image: url(../img/sp_gnavi5.png);
}
.spnavi06 {
background-image: url(../img/sp_gnavi6.png);
}
.spnavi07 {
background-image: url(../img/sp_gnavi7.png);
}	
.spnavi08 {
background-image: url(../img/sp_gnavi8.png);
}

/* Toggle(Button) */
#navToggle {
  display: block
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}
/*header menu*/
.openNav nav {
  -moz-transform: translateY(720px);
  -webkit-transform: translateY(720px);
  transform: translateY(720px)
}

#pcnavi {
	display: none;
}


	

/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99999
}
	
	
	
/* ===== favi ====== */
#pcfavi {
	display: none;
}
#spfavi {
	border-top: 1px solid #FFFFFF;
	display: block;
}
#spfavi ul {
}
#spfavi li {
	text-align: center;
}
#spfavi li a {
	color: #FFFFFF;
	font-size: 0.9rem;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px dotted #FFFFFF;
	display: block;
}
#spfavi li a span {
	font-size: 0.7rem;
	margin-left: 3%;
}	
	
/* ========== footer ========== */
#footer {
	text-align: center;
	margin-bottom: 60px;
	padding-top: 15px;
}
#footer .stage {
}

.flink {
	display: none;
}
.fshop {
  height: auto;
  margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 90%;
	text-align: left;
	padding-top: 8%;
	padding-bottom: 8%;
}
.flogo {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 6%;
	padding-bottom: 4%;
	width: 100%;
	text-align: center;
}
.flogo img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.fshop li {
  font-size: 15px;
  line-height: 1.6em;
  padding-left: 1em;
  color: #FFFFFF;
}
.fshop li a {
	color: #FFFFFF;
}
	
.fmap {
	float: none;
	margin-bottom:10%;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.fbanner {
	width: 100%;
	margin-bottom: 6%;
}

.fbanner ul {
	margin-left: 5%;
}

.fbanner ul li {
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 3%;
}

.fbanner ul li img {
	width: 100%;
	height: auto;
}

address {
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	font-size: 10px;
	color: #111111;
	line-height: 1.2em;
	background-color: #FFFFFF;
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}
address span {
}


#fnavi {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.70);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 8px;
	z-index: 99998;
}
#fnavi1 {
	float: left;
	margin-left: 5%;
	width: 42%;
	height: 36px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	border-radius: 5px;
	background-image: linear-gradient(180deg, rgba(144, 194, 159, 1), rgba(4, 80, 33, 1));
}
#fnavi1:hover {
	background: rgba(4, 80, 33, 1);
}
#fnavi2 {
	float: right;
	margin-right: 5%;
	width: 42%;
	height: 36px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	border-radius: 5px;
	background-image: linear-gradient(180deg, rgba(144, 194, 159, 1), rgba(4, 80, 33, 1));
}
#fnavi2:hover {
	background: rgba(4, 80, 33, 1);
}
	
	
.fmenu1 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/fnavi_mail.png);
	background-repeat: no-repeat;
}
.fmenu2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/fnavi_tel.png);
	background-repeat: no-repeat;
}
	
	
	
	
/* ========== top ========== */
/* ========== mainvisual ========== */

#mainvisual{
	height:300px !important;
	position:relative;
	margin-bottom: 0;
	padding-bottom: 80px;
}

#mainvisual .maintxt {
	margin-left:-100px;
	margin-top:-90px;
}

#mainvisual .maintxt img{
	width:200px;
	height:auto;
}

#vegasDots{
	display: none;

}
	

/* ===== header top ===== */
#top {}
	
	

/* ====== top_search ===== */
#top_search {
	position: absolute;
	width: 100%;
	z-index: 99999;
	left: 50%;
	top: auto;
	bottom: 0;
	margin-left: -50%;
	margin-top:  100px;	
}
#top_search ul {
}
#top_search ul li {
	float: left;
	width: 49.5%;
}
.ts_box {
  text-align: left;
}
.ts_box a {
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: rgba(0,0,0,0.80);
	color: #FFFFFF;
	width: 75%;
	height: 48px;
	display: block;
	padding-left: 25%;
	padding-top: 30px;
	font-size: 16px;
	transition: transform 0.5s ease;	
}
.ts_box a:hover {
	background-color: rgba(0,0,0,0.70);
	transform: translateY(-8px);
}
.ts01 {
	margin-right: 1%;	
}
.ts01 a {
	background-image: url("../img/ar_headcont2.png");
}
.ts02 {

}
.ts02 a {
	background-image: url("../img/ar_headcont1.png");
}






/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/

/* ===== contents ====== */
#contents {
}
#contents h2 {
	margin-bottom: 4%;
	font-size: 16px;
	letter-spacing: 0.1em;	
	font-weight: normal;
	line-height: 1.9em;
	color: #000000;
	text-align: center;

}
#contents h2 span {
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #000000;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents h3 {
}
#contents h3 span {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}	

/* ========== page_title ========== */
.page_title {
	display: none;
}
.page_title_sp {
	display: block;
	text-align: center;
	margin-bottom: 2%;
}
.page_title_sp img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
/* ========== page ========== */
.page {
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #FFFFFF;
	margin-bottom: 0;
}

.top_page {
	background-image: url("../img/bk_shadow_top.png");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 50px;
}


/* ========== top_push========== */

#top_push {
	width: 100%;
	padding-bottom: 4%;
	padding-top: 0%;
	margin-bottom: 10%;
}
#top_push .stage {
	width: 90%;	
}	
#top_push h1 {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 6%;
	text-align: center;
}	
#top_push h2 {
	border-left: none;
	border-bottom: 1px solid #000000;
	width: 100%;
	padding-left: 0;
	padding-bottom: 1%;
	padding-top: 2%;
	font-size: 18px;
	color: #494949;
	text-align: center;
	background-image: none;
}
#top_push h2 span {
	font-size: 12px;
	letter-spacing: 0.1em;
}
#top_push h3{
	font-size: 14px;
	color: #494949;
	line-height: 1.6em;
	font-weight: normal;
	padding-top: 4.5%;
}
#top_push h3 span {
	font-size: 16px;
	letter-spacing: 0.1em;		
}
#top_push p {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 6%;
	text-align: center;
}
.top_push_left {
	float: none;
	width: 100%;
	padding-top: 0;
}
.top_push_right {
	float: none;
	width: 100%;
}

.push_box {
  width: 100%;
  height: auto;
  text-align: left;
	clear: left;
	margin-right: 0;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: 1px dotted #A7A7A7;
	
}
.push_photo {
	overflow: hidden;
	width: 36%;
	height: auto;
	float: left;
	margin-right: 5%;
}
.push_photo img {
	width: 100%;
	height: auto;
}
.push_photo img:hover{
}


.top_push_right .box_end {
	margin-right: 0 !important;
}



/* ========== top_reason ========== */
#top_reason {
	padding-top: 8%;
	margin-bottom: 8%;
}
#top_reason .stage {
	width: 100%;
	height: auto;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#top_reason h2 {
	margin-bottom: 10%;
}
#top_reason h2 span {

}
#top_reason h3 span {
font-family: 'Zen Old Mincho', serif;
}
.top_reason_right {
	position: relative;	
	width: 100%;
	height: auto;
	margin-bottom: 12%;
}
.top_reason_left {
	position: relative;	
	width: 100%;
	height: auto;
	margin-bottom: 12%;	
}

.top_reason_box {
	position: relative;
	width: 100%;
	height: auto;
	min-height: auto;
	background-color: none;
	z-index: 9999;
	padding-top: 8%;
	padding-bottom: 0;	
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-bottom: 10%;
}
.top_reason_photo {
	position: absolute;	
	width: 100%;
	height: 80px;
	z-index: 10000;
	overflow: hidden;	
}

.top_reason_right .top_reason_box {
	right: auto;
	top: auto;
}
.top_reason_right .top_reason_photo {
	right: auto;
	left: 0;
	bottom: 0;
	top: auto;
}
.top_reason_left .top_reason_box {
	left: auto;
	top: auto;	

}
.top_reason_left .top_reason_photo {
	right: auto;
	left: 0;
	bottom: 0;
	top: auto;
}


.top_reason_box h3 {
	font-size: 16px;
	line-height: 1.6em;
	margin-left: 20%;
	margin-bottom: 25px;
	margin-right: 6%;	
}
.top_reason_box h3 span {
	color: #004679;
}
.top_reason_box p {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	max-width: 100%;
	margin-left: 7%;
	margin-right: 6%;
	padding-bottom: 15%;

}
.reason_top {
	background-image: url("../img/bk_reason_top.png");
	background-repeat:  no-repeat;
	background-position: left top;
}

.ar_top_reason {
	width: 50px;
	height: 50px;
	border-bottom: 1px solid #004679;
	border-right: 1px solid #004679;
	float: left;
	margin-left: 4%;
	margin-top: 0
}
.ar_top_reason_tx {
	background-color: #dfe6f2;
	width: 45px;
	height: 20px;
	text-align: center;
	padding-top: 25px;
	font-size: 11px;
	letter-spacing: 0;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

.top_reason_photo img  {
	width: 100%;
	height: auto;
	margin-top: -15%;
}

	
	
/* ========== top_topix ========== */
#top_topix {
	padding-bottom: 8%;
	padding-top: 4%;
}
#top_topix .stage {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#top_topix .topix_area {
	background-color: #FFFFFF;
	padding-top: 6%;
}
#top_topix .topix_box {
	text-align: left;
	width: 45%;
	height: auto;
	float: left;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
}
#top_topix .topix_box p {
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
}
#top_topix .topix_box p span {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
	letter-spacing: 0.1em;
	font-size: 11px;	
}

#top_topix .topix_area a {
	color: #111111;
}
#top_topix .photo {
	height: auto;
	overflow: hidden;
	border: 1px solid #7f7f7f;
	margin-bottom: 5px;
	width:100%;
}
#top_topix .photo img {
	width: 100%;
	height: auto;
 transition:1s all;	
}
#top_topix .photo img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

#top_topix .end_box {
	margin-right: 2% !important;	
}



	
/* ====== top_news ===== */
#top_news {
	background-color: #f5f5f1;
	height: auto;
	position: relative;
	width: 100%;
	margin-bottom: 8%;
	overflow: hidden;
}
#top_news .stage {
	position: relative;
	padding-top: 15%;
	padding-bottom: 3%;
	width: 90%;	
}
#top_news h2 {
	text-align: left;
	margin-bottom: 2%;
	line-height: 1.6em;
	letter-spacing: 0;
}
#top_news h2 span {
}
.top_news_area {
	height: auto;
	width: 100%;
	padding-top: 6%;
	padding-bottom: 8%;
	/*
	overflow: scroll;
	overflow-x: hidden;
	*/
	margin-bottom: 4%;
	border-top: 1px solid #575757;
}
.top_news_area dl {
}
.top_news_area dt {
	float: none;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
	vertical-align: top;
}
.top_news_area dd {
	float: none;
	text-align: left;
	width: 100%;
	margin-right: 1%;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 0;
	vertical-align: top;
	line-height: 1.7em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
}
.top_news_area dd strong {
	color: rgba(162,55,55,1.00);
}

.ar_top_news {
	position: absolute;
	top: 10%;
	right: -3%;
	width: 25%;
	height: 25%;
}
.ar_top_news img {
	width: 100%;
	height: auto;
}

	
	
	
	
/* ========== top_contact ========== */
#top_contact  {
	padding-top: 5%;
	padding-bottom: 0;
	background-color: #1a395c;
}
#top_contact .stage {
	width: 90%;
}	
#top_contact h2 {
	margin-bottom: 4%;
	text-align: center;
	font-size: 28px;
	line-height: 1.6em;
}
#top_contact h2 span {
	font-size: 24px;
	color: #78674e;
}
#top_contact p {
	text-align: center;
	font-weight: 500;
	padding-bottom: 2%;
	font-size: 18px;
}
#top_contact h3 {
margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
}
.top_contact_left {
	border-radius: 0;
	padding-bottom: 6%;
	padding-top: 6%;
	float: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 2%;
	text-align: center;
}
.top_contact_right {
	border-radius: 0;
	padding-bottom: 6%;
	padding-top: 6%;
	float: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;	
}
.top_contact_left a {
	display: block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
}	
.top_contact_right a {
	display: block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-top: 2%;
}	
.top_contact_right ul {
	padding-left: 0;
	padding-top: 4%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top_contact_right li {
	float: none;
	margin-right: 0;
	margin-bottom: 2%;
	width: 100%;	
}
.top_contact_right li a {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.1em;
	background-color: #1a395c;
	padding-top: 28px;
	padding-bottom: 25px;
	line-height: 1.0em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
}
.top_contact_right li a span {
	color: #fff602;
}
	
	






	

	


	
	
/* 
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/
/* basicのスタイル・パーツ */
/* 
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■

	

/* ========== page_topix ========== */
#page_topix {
	padding-bottom: 8%;
	padding-top: 1%;
}
#page_topix .stage {
	width: 96%;
}
#page_topix h2 {
	line-height: 2.0em;
	margin-bottom: 2%;
}

#page_topix .topix_area {
	background-color: #FFFFFF;
	padding-top: 6%;
}
#page_topix .topix_box {
	text-align: left;
	width: 45%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
#page_topix .topix_box p {
	font-size: 16px;
}
#page_topix .topix_box p span {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
	letter-spacing: 0.1em;
}

#page_topix .topix_area a {
	color: #111111;
}
#page_topix .photo {
	height: auto;
	overflow: hidden;
	border: 1px solid #7f7f7f;
	margin-bottom: 5px;
	width:100%;
}
#page_topix .photo img {
	width:100%;
	height: auto;
 transition:1s all;	
}
#page_topix .photo img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

#page_topix .end_box {
	margin-right: 0 !important;
}
#page_topix .topix_menu {
	border-top: 1px solid #4B6396;
	padding-top: 8%;
	padding-bottom: 6%;
}
#page_topix .topix_menu ul {
	
}
#page_topix .topix_menu li {
	float: none;
	
}
#page_topix .topix_menu li a {
	display: block;
	width: 75%;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 17px;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	transition: background-color 1.2s ease;
	transition: transform 0.5s ease;
}
#page_topix .topix_menu li a:hover {
	background-color: rgba(37,86,162,0.08);
	transform: translateY(-10px);	
}

	
	
/* ========== page works ========== */

#page_biz {
	padding-bottom:20px;
	width: 100%;
	height: auto;
}
#page_biz h2 {
	display: block;
	margin-bottom: 6%;
}
#page_biz a {
	text-decoration:underline;
}
.biz_area {
	padding-top: 6%;
	padding-bottom: 6%;
	margin-bottom: 4%;
}
#page_biz h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	color: #584638;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.0em;
	background-color: #f0e9e2;
	padding-left: 0;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url("../img/bk_dotted.png");
	background-position: right top;
	background-repeat: no-repeat;	
}
#page_biz h4 {
	font-size: 16px;
	line-height: 1.7em;	
	margin-bottom: 4%;
	width: 90%;
	padding-top: 4%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
}
#page_biz h5 {
	font-size: 15px;
	font-weight: bold;	
	line-height: 1.7em;
	margin-bottom: 1%;
	padding-top: 0;
	width: 90%;	
	margin-left: auto;
	margin-right: auto;
}	
#page_biz p {
	font-size: 15px;
	line-height: 1.7em;
	padding-bottom: 6%;
	padding-top: 0;
	width: 90%;	
	margin-left: auto;
	margin-right: auto;
} 
.biz_photo {
	float: none;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	height: 100px;
	margin-top: 10px;
	background-color: #E4E4E4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wp1 {
	background-image: url("../img/biz01.jpg");
}
.wp2 {
	background-image: url("../img/biz02.jpg");
}
.wp3 {
	background-image: url("../img/biz03.jpg");
}
.wp4 {
	background-image: url("../img/biz04.jpg");
}
.wp5 {
	background-image: url("../img/biz05.jpg");
}
.biz_box {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	height: auto;
	min-height: auto;
	margin-bottom: 2%;
	padding-top: 3%;
	border-top: 1px dotted #555555;
}
.box_end {
	margin-right: auto !important;
}
.biz_box h5 {
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 1%;
	margin-left: 0;
	margin-right: 0;	
	color: #00441c;
	font-weight: bold;
}
.biz_box p {
	font-size: 13px;
	line-height: 1.6em;
	padding-bottom:2%;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
}



/* ========== company ========== */
	
#page_company {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.company_left {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}

.company_right {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}	
#company_list {
	margin-bottom:8%;
}
#company_list table {
	width:100%;
	margin-left:auto;
	margin-right:auto;	
	border-bottom: 1px solid #BCBCBC;
	margin-bottom: 8%;
}
#company_list table th,
#company_list table td {
	display:block;
	width:90%;
	border-bottom:none;	
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;	
}
#company_list table th br {
	display:none;
}


#company_hist {
	margin-bottom:0;
	padding-bottom: 15%;
	padding-top: 10%;
}
#company_hist h2 {
	margin-bottom: 4%;
}
.ceo_message {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 95px;
	background-image: url("../img/ceoname.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 66%;
}
.ceo_message h3 {
	line-height: 1.7em;
	padding-right: 0;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 6%;
}
.ceo_message p {
	line-height: 2.0em;
	padding-right: 0;
	font-size: 15px;
}





/* ========== kiyaku/privacy ========== */


#page_policy {
	padding-bottom: 6%;
}
#page_policy .stage {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	
#page_policy h2 {
	font-size:18px;
}
#page_policy h3 {
	text-align: left;
	font-size:15px;
	padding-top: 5%;
	padding-bottom: 4%;
	font-weight: bold;
}
.policy_text {
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 8%;
	font-size: 15px;
	line-height: 2em;
}
.policy_text2 {
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 8%;
	font-size: 15px;
	line-height: 2em;
}	
.indent {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.policy_text p {
	margin-bottom: 4%;
	font-weight: normal;
	line-height: 1.8em;
}



}

