<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*
13px base
Font-size Adjustment
	 77% = 10px	|	123.1% = 16px	|	167% = 22px
	 85% = 11px	|	131%   = 17px	|	174% = 23px 
	 93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
*/

@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url('../../fonts/NotoSansJP-Bold.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/NotoSansJP-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/NotoSansCJKjp-Medium.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/NotoSansCJKjp-Medium.otf')  format('opentype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url('../../fonts/NotoSansJP-Bold.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/NotoSansJP-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/NotoSansJP-Bold.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/NotoSansCJKjp-Bold.otf')  format('opentype'); /* Safari, Android, iOS */
}


@font-face {
  font-family: 'NotoSansArmenian-Bold';
  src: url('../../fonts/NotoSansArmenian-Bold.eot.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/NotoSansArmenian-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/NotoSansArmenian-Bold.woff') format('woff'), /* Modern Browsers */
       /*url('../../fonts/NotoSansCJKjp-Bold.otf')  format('opentype'),*/ /* Safari, Android, iOS */
	   url('../../fonts/NotoSansArmenian-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}


#NotoSansJP-Black {
  font-family: 'NotoSansJP-Black';
}
#NotoSansJP-Bold {
  font-family: 'NotoSansJP-Bold';
}
#NotoSansJP-Medium {
  font-family: 'NotoSansJP-Medium';
}
#NotoSansJP-Regular {
  font-family: 'NotoSansJP-Regular';
}
#NotoSansJP-DemiLight {
  font-family: 'NotoSansJP-DemiLight';
}
#NotoSansJP-Light {
  font-family: 'NotoSansJP-Light';
}

#NotoSansJP-Thin-Windows {
  font-family: 'NotoSansJP-Thin-Windows';
}





/* -----------------------------------------------
 * link
 * ----------------------------------------------- */

a:link {
	color:#192548;
	text-decoration:none;
	outline: none;
}
a:visited {
	color:#192548;
	text-decoration:none;
}
a:hover {
	color:#192548;
	text-decoration:none;
}
a:active {
	color:#192548;
	text-decoration:none;
}
/* -----------------------------------------------
 * ロールオーバー処理
 * ----------------------------------------------- */
a:hover img.imgfade {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	zoom:1;
}
/* -----------------------------------------------
 * レイアウト
 * ----------------------------------------------- */

img {
	vertical-align:top;
}



/* -----------------------------------------------
 * PC
 * ----------------------------------------------- */

html {
	height:100%;
}

body {
	color:#192548;
	font-size:13px;
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:/*'Noto Sans', */"メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: none;
	line-height:1.5;
	margin:0;
	padding:0;
	background-color:#ffffff;
	height:100%;
}

.pc_view {
	display:block;
}

.sp_view {
	display:none;
}

.wrap {
	width:1165px;
	min-height:100%;
    overflow:hidden;
	margin:0 auto;
	border-left:1px solid #989898;
	border-right:1px solid #989898;
}

.side {
	width:240px;
	min-width:240px;
	float:left;
	height:100%;
	/*min-height:100%;*/
	padding:0 0 30px 0;
	background: url(../images/bg_sidenavi.png) repeat;
	border-right:1px solid #989898;
	padding-bottom:32767px;
    margin-bottom:-32767px;
}

.header {
}

.logo {
	text-align:center;
	padding:42px 0;
	background:#FFFFFF;
	
}

.logo img {
	width:210px;
}

.menu {
	display:none;
}

.side_inner {
	padding:0 24px 0 40px;
	color:#192548;
	min-height:100%;
	height:100%;
	
	display:block;
	
}

.side_menu {
	padding:30px 0 30px 0px;
	font-family:'NotoSansJP-Bold',/*'Noto Sans', */"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.side_menu ul li {
	margin:0 0 22px 0;
	font-size:108%;
	font-weight:700;
	font-weight:bold;
	letter-spacing:.2em;
	color:#a7a7a7;
}

.side_menu ul li a:link {
	color:#a7a7a7;
	text-decoration:none;
	outline: none;
	font-weight:700;
	font-weight:bold;
}

.side_menu ul li a:visited {
	color:#a7a7a7;
	text-decoration:none;
	font-weight:700;
	font-weight:bold;
}

.side_menu ul li a:hover {
	color:#192548;
	text-decoration:none;
	font-weight:700;
	font-weight:bold;
}

.side_menu ul li a:active {
	color:#192548;
	text-decoration:none;
	font-weight:700;
	font-weight:bold;
}

.side_menu ul li.active a {
	color:#192548;
}



/* side_menu_entries */
.side_menu ul li.active {
	margin:0 0 22px 0;
	font-size:108%;
	font-weight:700;
	font-weight:bold;
	letter-spacing:.2em;
	color:#192548;
}
.side_menu_entries {
	margin-bottom: 80px;
}
.side_menu_entries ul li {
	margin:0 0 12px 0;
	font-size:93%;
	letter-spacing:.1em;
	color: #192548;
}
.side_menu_entries ul li a:link {
	color: #192548;
	text-decoration:none;
	outline: none;
}

.side_menu_entries ul li a:visited {
	color: #192548;
	text-decoration:none;
}

.side_menu_entries ul li a:hover {
	color: #192548;
	text-decoration:none;
}

.side_menu_entries ul li a:active {
	color:#192548;
	text-decoration:none;
}

.side_menu_entries ul li.active a {
	color:#192548;
}


.footer {
}

.side_menu2 {
	padding:0 0 30px 0;
}

.side_menu2 ul li {
	margin:0 0 22px 0;
	font-size:93%;
}

.copyright {
	padding:30px 0 30px 0;
	border-top:1px solid #192548;
	font-size:73%;
	line-height:2;
}

.left_contents {
	float:left;
	width:924px;
	padding-bottom:32767px;
    margin-bottom:-32767px;
}

.left_contents .main {
}

.contentBox {
}

.contentBox .title{
	text-align:center;
	padding:20px 0;
}

.contentBox .title h2 {
	text-align:center;
	font-size:40px;
	font-weight:bold;
	font-family:'NotoSansJP-Bold',/*'Noto Sans', */"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contentBox .title p.sub {
	font-size:153%;
	font-weight:bold;
	letter-spacing:.2em;
	padding-left:.2em;
}

.contentBox .title p.leadtext {
	padding:2em;
	line-height:2;
}




/* -----------------------------------------------
 * PC/top 
 * ----------------------------------------------- */
 
.works {
	clear:both;
}

.works div.box {
	width:308px;
	float:left;
}
/*.works div.box:hover img {
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
	-webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out;
}*/

.works div.box p {
	width:100%;
	overflow:hidden;
}

.works .ca_item {
	height:280px;
}
.works .ca_item .caption,
.works .ca_item .caption_innerbox {
	width:278px;
	height:250px;
}

.moreBtn {
	text-align:right;
	font-weight:bold;
	padding:20px 10px 20px 0;
}

.moreBtn a {
	font-weight:bold;
	color:#8b817e;
}

.moreBtn img {
	vertical-align:middle;
	margin:0 0 0 .5em;
	width:14px;
}

.consent {
	margin:37px 0 80px 0;
}


.consent .ac_btnArea {
	border-bottom:1px solid #989898;
}
.consent p.ac_btn {
	text-align:left;
	padding:.4em 1em;
	background-image:url(../images/kyodaku_ac_btn_open.png) ,url(../images/bg_btn_accent.png) ;
	background-repeat:no-repeat, repeat;
	background-position:140px center, center center;
	width:140px;
	float:right;
	display:block;
	cursor:pointer;
	margin:0 1em 0 0;
}
.consent p.ac_btn.open {
	background-image:url(../images/kyodaku_ac_btn_close.png) ,url(../images/bg_btn_accent.png) ;
	background-repeat:no-repeat, repeat;
	background-position:140px center, center center;
}

/*
.consent p.ac_btn a {
	width:200px;
	text-align:center;
	display:block;
	padding:4px 10px;
	background: url(../images/bg_btn_accent.png) repeat;
}
*/
.consent .innerbox {
	padding:30px;
	/*border-top:1px solid #989898;*/
	clear:both;
}

.consent .innerbox ul {
	margin:0 0 1.5em 0;
	padding:0 0 0 1em;
}

.consent .innerbox ul.note li {
	font-size:85%;
	color:#989898;
	line-height:1.8;
	text-indent:-1em;
}

.consent .innerbox ul.note li img {
}
.consent .innerbox ul.note li img.pasmo_logo {
	width:50px;
	height:auto;
	vertical-align:middle;
}

.sp_footer {
	display:none;
}



/* -----------------------------------------------
 * 二階層目以下
 * ----------------------------------------------- */


.lv2 .contentBox .title{
	text-align:center;
	padding:20px 0;
	background:#192548;
	color:#FFFFFF;
}

.lv2 .contentBox .title h1 {
	text-align:center;
	font-size:40px;
	font-weight:bold;
	font-family:'NotoSansJP-Bold',/*'Noto Sans', */"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lv2 .contentBox section.contbox {
	padding:60px 0 30px 0;
}

.lv2 .contentBox section.contbox.type2 {
	padding:44px 0 30px 0;
}

.lv2 .contentBox section.contbox .titleArea {
	margin:0 0 40px 0;
}

.left_contents.lv2 .contentBox h2{
	font-size:25px;
	font-weight:bold;
	letter-spacing:.1em;
	text-align:center;
	padding:1em 0 1em .1em;
	background:url(../images/h3_btm_border.png) no-repeat bottom center;
	font-family:'NotoSansJP-Bold',/*'Noto Sans', */"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.left_contents.lv2 .contentBox h2.type2{
	font-size:25px;
	font-weight:bold;
	letter-spacing:.1em;
	text-align:left;
	padding:1em 0 .5em .1em;
	border-bottom:1px dotted #192548;
	background:none;
}

.lv2 .contentBox section.contbox .titleArea h3{
	font-size:32px;
	font-weight:bold;
	color:#4e4e4e;
	text-align:center;
	padding:1em 0 .2em .5em;
	font-family:'NotoSansJP-Bold',/*'Noto Sans', */"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lv2 .contentBox section.contbox .titleArea p {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#4e4e4e;
}

.lv2 .contentBox .lv2_inner {
	width:738px;
	margin:0 auto;
}

.lv2 .contentBox .lv2_inner .blockbox {
	float:left;
	width:28%;
	background:#fff;
	padding:16px;
	display:inline-table
}

.lv2 .contentBox .lv2_inner .blockbox .icon {
	text-align:center;
}
.lv2 .contentBox .lv2_inner .blockbox h3 {
	text-align:center;
	color:#4e4e4e;
	font-weight:bold;
	font-size:116%;
	line-height:1;
	padding:0 0 1em 0;
}

.lv2 .contentBox .lv2_inner .blockbox p {
	color:#989898;
	font-size:90%;
}

ul.mokuteki {
	text-indent:-1em;
	line-height:2;
	padding-left:1em;
}

.lv2 .contentBox .lv2_inner .section_box {
	margin:0 0 40px 0;
}

.lv2 .contentBox .lv2_inner .inner {
	width:650px;
	margin:0 auto;
}

.lv2 .contentBox .lv2_inner .inner p.lead {
	color:#494949;
	margin:0 0 1em 0;
	line-height:2;
}

.valueBoxWrap {
}

.valueBox {
	float:left;
	width:50%;
	margin:0 0 10px 0;
}


.valueBox:nth-child(odd) .valueBoxInner {
	padding:10px 30px 10px 0px;
}

.valueBox:nth-child(even) .valueBoxInner {
	padding:10px 0px 10px 30px;
}

.valueBoxInner {
	padding:10px;
}

.valueBoxInner .icon {
	text-align:center;
	margin:0 0 .5em 0;
}

.valueBoxInner .icon img {
	width:60px;
}

.valueBoxInner .titleText {
	text-align:center;
	font-size:90%;
	margin:0 0 1em 0;
	color:#192548;
}

.valueBoxInner h3 {
	text-align:center;
	font-size:19px;
	font-weight:bold;
	margin:0 0 .7em 0;
	color:#4e4e4e;
}

.valueBoxInner p {
	color:#989898;
	font-size:90%;
}

.okagesama {
	padding:20px 0;
	text-align:center;
}

.company_info {
	line-height:2;
}

.company_info dt {
	float:left;
	width:5em;
}

.company_info dd {
	padding-left:6em;
}

.map {
	padding:20px 0;
}

.map iframe {
	margin:0 auto;
	width:100%;
	height:460px;
}


/*modal*/

.modal_wrap {
	width:740px;
	margin:0 auto;
	padding:10px;
	background-color: #fff;
}

.modal_contents {
	margin:20px 0 10px 0;
}

.modalLeft {
	float:left;
	width:280px;
}

.modalRight {
	float:right;
	width:380px;
}

.modal_wrap .title {
	font-weight:bold;
}
 
.modal_wrap h1 {
	font-weight:bold;
	margin:0 0 .5em 0;
}
.modal_contents p a img {
	/*アンカー有り画像*/
	width: 100%;
	margin: 10px 0;
	height: auto;
}	
.modal_contents p img {
	/*アンカーなし画像*/
	width: 100%;
}


.snsArea {
	margin:20px 0 0 0;
}

.snsArea ul li {
	float:left;
	margin:0 10px 0 0;
}

.bxslider .slide {
	width:360px;
	margin:0 auto;
	float:left;
}

.bxslider .slide img {
	vertical-align:bottom;
	margin:0 auto;
}

.modal_kyodaku {
	text-align:right;
}

.modal_wrap .consent {
	margin:10px 0;
}

/*ca_item*/

.ca_item {
	overflow:hidden;
	position:relative;
}

.ca_item .caption {
	background:#000;
	padding: 15px;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	position:absolute;
	left:0;
	display:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.ca_item .caption_innerbox {
	border: 1px solid #fff;
	line-height: 2.6em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.ca_item img {
	position:absolute;
}

/* -----------------------------------------------
 * SP
 * ----------------------------------------------- */


@media screen and (max-width: 640px) {
	
html {
	height:auto;
}

.pc_view {
	display:none;
}

.sp_view {
	display:block;
}

.wrap {
	width:100%;
	border:none;
}

.side {
	width:100%;
	float:none;
	height:auto;
	padding:0;
	margin:0;
	background:#ffffff;
}

.header {
}

.logo {
	text-align:left;
	padding:18px 0;
	background:#FFFFFF;
	margin:0 0 0 14px;
	border:none;
}

.logo img {
	width:120px;
}

.side_inner {
	padding:0 24px 0 40px;
	color:#192548;
	min-height:100%;
	height:100%;
	background: url(../images/bg_sidenavi.png) repeat;
	display:none;
}

.side_menu {
	padding:30px 0 170px 0px;
}

.side_menu ul li {
	margin:0 0 22px 0;
	font-size:108%;
	font-weight:700;
	font-weight:bold;
	letter-spacing:.2em;
	color:#a7a7a7;
}

.side_menu ul li a:link {
	color:#a7a7a7;
	text-decoration:none;
	outline: none;
	font-weight:700;
	font-weight:bold;
}

.side_menu ul li a:visited {
	color:#a7a7a7;
	text-decoration:none;
	font-weight:700;
	font-weight:bold;
}

.side_menu ul li a:hover {
	color:#192548;
	text-decoration:none;
	font-weight:700;
	font-weight:bold;
}

.side_menu ul li a:active {
	color:#192548;
	text-decoration:none;
	font-weight:700;
	font-weight:bold;
}

.side_menu ul li.active {
	color:#192548;
}

.footer {
}

.side_menu2 {
	padding:0 0 30px 0;
}

.side_menu2 ul li {
	margin:0 0 22px 0;
	font-size:93%;
}

.copyright {
	padding:30px 0 30px 0;
	border-top:1px solid #192548;
	font-size:73%;
	line-height:2;
}

.left_contents {
	width:100%;
	float:none;
}

.left_contents .main {
	width:100%;
}
.left_contents .main img {
	width:100%;
}

.contentBox {
}

.contentBox .title{
	text-align:center;
	padding:20px 0;
}

.contentBox .title h2 {
	text-align:center;
	font-size:40px;
	font-weight:bold;
}

.contentBox .title p.sub {
	font-size:153%;
	font-weight:bold;
	letter-spacing:.2em;
}


.lv2 .contentBox .title{
	text-align:center;
	padding:20px 0;
	background:#192548;
	color:#FFFFFF;
}

.lv2 .contentBox .title h1 {
	text-align:center;
	font-size:40px;
	font-weight:bold;
}

.lv2 .contentBox section.contbox {
	padding:0 12px;
}

.lv2 .contentBox section.contbox.type2 {
	padding:12px 12px 30px 12px;
}

.left_contents.lv2 .contentBox h2{
	font-size:25px;
	font-weight:bold;
	letter-spacing:.1em;
	text-align:center;
	padding:1em 0 1em .1em;
	background:url(../images/h3_btm_border.png) no-repeat bottom center;
}

.left_contents.lv2 .contentBox h2.type2{
	font-size:25px;
	font-weight:bold;
	letter-spacing:.1em;
	text-align:left;
	padding:.5em 0 .5em .1em;
	border-bottom:1px dotted #192548;
	background:none;
}

.lv2 .contentBox .lv2_inner {
	width:100%;
	margin:0 auto;
	clear:both;
}

.blockboxWrap {
}

.lv2 .contentBox .lv2_inner .blockbox {
	float:left;
	width:50%;
	background:#fff;
	padding:0%;
	display:inline-table;
	display:block;
	min-height:290px;
}

.lv2 .contentBox .lv2_inner .blockbox.height_type2 {
	min-height:320px;
}

.lv2 .contentBox .lv2_inner .blockbox.height_type3 {
	min-height:360px;
}
.lv2 .contentBox .lv2_inner .blockbox .icon {
	text-align:center;
}

.lv2 .contentBox .lv2_inner .blockbox h3 {
	text-align:center;
	color:#4e4e4e;
	font-weight:bold;
	font-size:116%;
	line-height:1;
	padding:0 1em 0em 1em;
	line-height:1.3;
	height:2.8em;
}

.lv2 .contentBox .lv2_inner .blockbox p {
	color:#989898;
	font-size:90%;
	padding:0 12px;
}

.sp_footer {
	display:block;
}

.sp_footer ul {
	border-top:1px solid #989898;
	padding:18px 0;
}

.sp_footer ul li {
	display:block;
	padding:18px 0 18px 20px;
}
.sp_footer ul li a {
	display:block;
	
}

.sp_footer .copyright {
	text-align:center;
	background:#192548;
	padding:20px 0;
	color:#FFFFFF;
	font-size:85%;
}

.lv2_contents {
}



/* -----------------------------------------------
 * SP/top 
 * ----------------------------------------------- */

.works {
	clear:both;
}

.works div.box {
	float:left;
	width:50%;
}
.works div.box p {
	height: 221px;
}
.works div.box img {
	width:100%;
}

.works .ca_item {
	height:auto;
}

.consent {
	margin:37px 0 0 0;
}

.consent p.ac_btn {
	text-align:left;
	padding:.8em;
	width:auto;
	float:none;
	clear:both;
	margin:0;
	background-image:url(../images/kyodaku_ac_btn_open.png) ,url(../images/bg_btn_accent.png) ;
	background-repeat:no-repeat, repeat;
	background-position:96% center, center center;
	border:none;
}

.consent p.ac_btn.open {
	background-image:url(../images/kyodaku_ac_btn_close.png) ,url(../images/bg_btn_accent.png) ;
	background-repeat:no-repeat, repeat;
	background-position:96% center, center center;
}

/*
.consent p.ac_btn a {
	width:200px;
	text-align:center;
	display:block;
	padding:4px 10px;
	background: url(../images/bg_btn_accent.png) repeat;
}
*/
.consent .innerbox {
	padding:20px 12px 10px;
	border-top:none;
}

.consent .innerbox ul {
	margin:0 0 1.5em 0;
}

.consent .innerbox ul.note li {
	font-size:85%;
	color:#989898;
	line-height:1.8;
}

.consent .innerbox ul.note li img {
}
.consent .innerbox ul.note li img.pasmo_logo {
	width:50px;
	height:auto;
	vertical-align:middle;
}



.lv2 .contentBox .lv2_inner .section_box {
	margin:0 0 40px 0;
	padding:0 0px;
}

.lv2 .contentBox .lv2_inner .inner {
	width:100%;
	margin:0 auto;
}

.lv2 .contentBox .lv2_inner .inner p.lead {
	color:#494949;
	margin:0 0 1em 0;
	line-height:2;
}

.valueBoxWrap {
}

.valueBox {
	float:none;
	width:100%;
	margin:0 0 10px 0;
}


.valueBox:nth-child(odd) .valueBoxInner {
	padding:10px;
}

.valueBox:nth-child(even) .valueBoxInner {
	padding:10px;
}

.valueBoxInner {
	padding:10px;
}

.valueBoxInner .icon {
	text-align:center;
	margin:0 0 .5em 0;
}

.valueBoxInner .icon img {
	width:60px;
}

.valueBoxInner .titleText {
	text-align:center;
	font-size:90%;
	margin:0 0 1em 0;
	color:#192548;
}

.valueBoxInner h3 {
	text-align:center;
	font-size:19px;
	font-weight:bold;
	margin:0 0 .7em 0;
	color:#4e4e4e;
}

.valueBoxInner p {
	color:#989898;
	font-size:90%;
}

.okagesama {
	padding:20px 0;
	text-align:center;
}

.company_info {
	line-height:2;
}

.company_info dt {
	float:left;
	width:5em;
}

.company_info dd {
	padding-left:6em;
}

.map {
	padding:20px 0;
}

.map iframe {
	margin:0 auto;
	width:100%;
	height:260px;
}



/*modal*/

.modal_wrap {
	width:100%;
	margin:0 auto;
	padding:0px;
}

.modal_wrap .titleArea {
	padding:0em 50px 0 1em;
	margin:10px 0 0 0;
	padding-top: 10px;
}

.modal_contents {
	margin:0px 0 10px 0;
	padding:10px;
}

.modalLeft {
	float:none;
	width:100%;
}

.modalRight {
	float:none;
	width:100%;
}
.modalRight img {
	width:100%;
}

.modal_wrap .title {
	font-weight:bold;
}
 
.modal_wrap h1 {
	font-weight:bold;
	margin:0 0 .5em 0;
	line-height:1.3;
}

.snsArea {
	padding:10px;
	margin:0px 0 0 0;
}

.snsArea ul li {
	float:left;
	margin:0 10px 0 0;
}

.bxslider .slide {
	width:90%;
	margin:0 auto;
	float:left;
}

.bxslider .slide img {
	vertical-align:bottom;
	margin:0 auto;
	height:300px;
}

#colorbox {
	top:60px !important;
}


/*sp_header_menu*/

.button-toggle {
	position: absolute;
	float: left;
	width: 36px;
	height: 27px;
	margin: 0px;
	color: #aaa;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	cursor:pointer;
	background:url(../images/sp_pagemenu.png) no-repeat;
	background-size:36px auto;
	right:14px;
	top:14px;
}

.menu {
	position: absolute;
	top:46px;
	width: 100%;
	color: #999;
	/*overflow: hidden;*/
	height:100%;
	font-family:'NotoSansJP-Bold',/*'Noto Sans', */"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 999999;
}

.menu ul {
	margin: 0;
	list-style: none;
	padding:10px 0 10px 0;
	background: #192548;
	clear:both;
	height:100%;
}

.menu li {
	position: relative;
	letter-spacing:.1em;
	font-size: 14px;
}

.menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	height: 40px;
	line-height: 40px;
	
}

.menu a:hover {
	background: #273250;
}

.menu_arrow {
	height:10px;
	float:right;
	margin:0 24px 0 0;
}

/*ca_item*/

.ca_item {
	overflow:hidden;
	position:relative;
}

.ca_item .caption {
	display: none;
}

.ca_item img {
	position: relative;
}


.side_menu_entries .sidebar-widget .sidebar-title h3 {
	font-weight: normal;
	margin: 0 0 22px 0;
	font-weight: 700;
	font-weight: bold;
	font-size: 122%;
	font-weight: bold;
	letter-spacing: .2em;
	color: #192548;
	outline: none;
	font-family: 'NotoSansJP-Bold',/*'Noto Sans', */"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.prev-next {
	margin-top: 100px;
}
.prev-next p {
	text-align: center;
}
.prev-next p a:link {}
.prev-next p a:visited {}
.prev-next p a:hover { text-decoration: underline; }


.
/*
width: 308px;
height: 280px;
*/
</pre></body></html>