@charset "UTF-8";
/*
Theme Name: oisyasancom_themeA
Author: MEC communications
Author URI: https://www.mec-com.co.jp/
特色カラーコード
rgba(0,150,124,1)
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
	font-size:10px;
}
body {
	background:#FFFFFF;
	font-family:'Hiragino Sans', ヒラギノ角ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;  
	color: #000000;
	text-align:center;
	font-size:1.8rem;
	line-height:30px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:1200px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:16px;
	line-height:30px;
}
strong{
	font-weight:bold;
}
em{
	font-weight:inherit;
	font-style:inherit;
	color:#F2352F;
}
span{
	font-weight:inherit;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
	width:100%;
	background:#FFF;
}
table th,
table td{
	line-height:20px;
	padding:20px;
	border:1px solid #CCCCCC;
	text-align:left;
}
table th{
	padding:10px;
	background:rgba(0,150,124,0.1);
	text-align:center;
}
/* 左右分けレイアウト*/
.clearfix::after{
	display: block;
	clear: both;
	content: "";
}

/*標準のリンク*/
a{
	color:inherit;
	font-weight:inherit;
	text-decoration: none;
	outline:none;
	color:#0033CC;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
a[href$='.pdf']:after{
	content:url(images/icon_pdf.png);
	vertical-align:middle;
	margin-left:5px;
}
a[href$='.xlsx']:after,
a[href$='.xls']:after{
	content:url(images/icon_excel.png);
	vertical-align:middle;
	margin-left:5px;
}
a[href$='.doc']:after{
	content:url(images/icon_word.png);
	vertical-align:middle;
	margin-left:5px;
}
/*表示の切り替え*/
.sp{
	display:none;
}
/*-------------------------accessbtn*/
.accessbtn a{
	font-size:14px;
	display:block;
	width:240px;
	background:#F07D00 url(images/ya_w.png) right no-repeat;
	background-size:25px;
	color:#FFF;
	border-radius:15px;
	margin:10px auto;
	position:relative;
	z-index:1;
	text-align:center;
}
.accessbtn a:hover{
	background-color:#C24400;
}
/*-------------------------wrapper*/
#wrapper {
	width:100%;
	overflow:hidden;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	background:#FFF;
	width:100%;
	position:relative;
	border-top:5px solid rgba(0,150,124,1);
	min-width:1200px;
}
/*-------------------------ロゴ*/
header .logo{
	padding:10px;
	width:1200px;
	margin:0 auto;
	text-align:left;
	height:135px;
}
header .logo span{
	display:block;
	font-size:14px;
	line-height:25px;
	color:#888888;
}
header .logo a{
	display:inline-block;
	margin-top:5px;
}
header .logo a:hover{
	background:rgba(255,255,255,0.2);
}
header .logo a:hover img{
	opacity:0.5;
}
/*-------------------------グローバルメニュー*/
#globalmenu{
	background: #fff;
	padding-bottom: 15px;
}
header #globalnav{
	display: none;
}
#globalmenu ul{
	background:url(images/header_line.png) right no-repeat;
	width:1200px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	gap: 10px;
}
#globalmenu li{
	font-size:18px;
	line-height:30px;
/* 	border-left:2px dotted rgba(0,150,124,0.5); */
	float:left;
/* 	width:15.5%; */
}
/* #globalmenu li:first-child{
	width:7%;
	border-left:none;
} */
#globalmenu li a{
	display:block;
	font-size:15px;
	font-weight:500;
	line-height:80px;
	padding:0 25px;
	color:#000000;
	position: relative;
}
#globalmenu li a{
	display:block;
}
#globalmenu li a:after,
#globalmenu li a.current:after{
	content: "";
	display: block;
	width: 0;
	height: 3px; 
	background: #00967C;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:-15px;
}
#globalmenu li a:hover:after,
#globalmenu li a.current:after{
	width: 100%;
}
/*-------------------------headerotoiawase*/
.headerotoiawase{
	position:absolute;
	left:50%;
	top:20px;
	margin-left:80px;
}
.headerotoiawase a{
	display:inline-block;
}
.headerotoiawase a:hover img{
	opacity:0.7;
}
/*-------------------------headerinfo*/
.headerinfo{
	position:absolute;
	left:50%;
	top:20px;
	margin-left:280px;
}
/*-------------------------scroll*/
.scroll{
	padding-top:200px;
}
.scroll header{
	position:fixed;
	top:-60px;
	background:#FFFFFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	max-width:100%;
	z-index:1000;
	border:none;
	padding:0;
	transition: 0.5s;
	transform: translateY(60px);
}
.scroll header .logo,
.scroll header .headerotoiawase,
.scroll header .headerinfo{
	display:none;
}

/*banner
-----------------------------------------------------------------------------------------*/
.banner{
	max-width:1200px;
	font-size:0;
	text-align:center;
	margin:0 auto;
}
.banner p{
	display:inline-block;
	font-size:0;
	padding:15px;
}
.banner a{
	display:block;
	font-size:16px;
}
.banner a:after{
	display:none;
}
.banner a:hover{
	opacity:0.75;
}
.mainimg + .banner{
	padding-top:50px
}
#pickup + .banner{
	padding-bottom:50px;
}
#info + .banner{
	padding-top:50px;
	margin-bottom:-15px;
}
#topics + .banner{
	padding-bottom:50px;
	margin-top:-15px;
}
footer .banner{
	padding:20px;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer{
	position:relative;
	letter-spacing:1px;
	background:#FFF;
	padding-bottom:20px;
}
/*-------------------------pagetop*/
#pagetop a{
	position:fixed;
	bottom:10px;
	right: 10px;
	width:80px;
	height:80px;
	background:rgba(0,150,124,0.5);
	z-index:20;
}
#pagetop a:hover{
	background:rgba(0,150,124,1);
}
#pagetop.bottom a{
	position:absolute;
	bottom:50px;
}
/*-------------------------フッターナビ*/
footer nav ul{
	background:rgba(0,150,124,1);
}
footer nav li{
	float:left;
	margin-left:10px;
}
footer nav a{
	color:#000;
	font-size:14px;
	padding:10px 10px 10px 30px;
	background:url(images/maruya_w.png) left 5px center no-repeat;
	display:block;
	color:#FFF;
}
footer nav a:hover{
	background-color:rgba(0,0,0,0.2);
}
/*-------------------------frame*/
footer .frame{
	padding:30px 100px;
	margin:0 auto;
}
footer .frame p:not(:last-child){
	line-height:1.6;
	margin-bottom:5px;
}
footer .frame.left{
	text-align:left;
	padding:20px 20px 30px 20px;
	max-width:1200px;
}
/*-------------------------footerinfo*/
footer .footerinfo{
	font-size:0;
}
footer .footerinfo figure{
	display:inline-block;
	margin:5px;
	max-width:270px;
}
footer .left .footerinfo{
	float:left;
	margin-right:15px;
}
/*-------------------------logo*/
footer .logo{
	font-size:14px;
	padding-top:2px;
}
footer .logo img{
	max-width:250px;
	margin-bottom:5px;
}
/*-------------------------adress*/
footer .adress{
	font-size:14px;
}
footer .adress span{
	margin-right:10px;
	white-space:nowrap;
}
footer .adress a{
	color:inherit;
}
/*-------------------------accessbtn*/
footer .left .accessbtn{
	float:left;
}
/*-------------------------copyright*/
footer .copyright{
	position:absolute;
	width:100%;
	bottom:0;
	font-family:arial;
	padding:10px 15px;
	color:#888;
}
footer .copyright a{
	color:#888;
}
footer .copyright a:hover{
	text-decoration:underline;
}
footer .copyright small{
	font-size:12px;
	float:left;
}
footer .copyright small + small{
	float:right;
}