@charset "utf-8";
/* CSS Document */
/*ー-------------------------------------------------------
tag.css
ー-------------------------------------------------------*/

*{
	box-sizing:border-box;	
}

body, html {
	min-width: 1120px;/*これが大事*/
	padding: 0;
	margin: 0;

}
body{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color:#333333;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,dl,ol{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1,h3,h4,h5,p,dl,dt,dd{
	line-height:1.6;

}


h1{
	font-size:13px;
	font-weight: normal;
	margin: 0;
}
a,a:visited{
	text-decoration: none;
	color:#333;

}
a:hover{
	text-decoration: underline;
}
table{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse:collapse;
}
.mb_only{
		display:none;
}
/*ー-------------------------------------------------------
site.css
ー-------------------------------------------------------*/

#HeaderWrapper{
	width:100%;
	overflow: hidden;

	
}

#Header{
	width: 1120px;
	margin: 0 auto;
	padding: 10px;
	height:100px;
	position: relative
}
#SiteName{
	float:left;	
}

#HeaderOtoiawase a{
 border-radius: 0px 0px 4px 4px;
  background:url(../img/mail.png) 15px center no-repeat #004492;
	background-size: 20px 15px;
  width: 200px;
	position: absolute;
	padding: 12px 10px 12px 44px;
	color: #fff;
	top:0;
	right: 0;		
}
#HeaderOtoiawase a:hover{
	text-decoration: none;
	opacity: 0.8
		
}

#HeaderProgram a{
	border-radius: 0px 0px 4px 4px;
	width: 200px;
	position: absolute;
	color: #fff;
	top:0px;
	right: 220px;
	background-color: #cf000e;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 24px;
}
#HeaderProgram a:hover{
	text-decoration: none;
	opacity: 0.8
		
}


#GNavi{
	position: absolute;
	top:50px;
	height: 50px;
	right: 0px;
	
}

#GNavi li{
	float: left;
	display: inline-block;
		height: 50px;	
}
#GNavi li a{
	text-align: center;
	font-weight: bold;
	height: 50px;
	display: block;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height:1.1;
}

#GNavi li a:hover{
	text-decoration: none;
	border-bottom:4px solid #004492; 
}

li#NaviHome a,li#NaviWorks a,li#NaviTsuyomi a,li#NaviVoice a{
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}

#MiddleRow  {
	width: 100%;
	overflow: hidden;
}

#MenuWrapper{
	width:100%;
	overflow: hidden;
	background: url(../img/footer_bg.jpg) repeat;
}

#Menu {
	margin: 0 auto;
	width: 1120px;
	padding: 50px 10px 20px;
	overflow: hidden
}

#FooterInfo{
	text-align: center
}
#FooterNavi{
	float: left;
}

#FooterNavi ul{
	float: left;
	margin-right: 45px;
	margin-bottom: 60px
}

#FooterNavi ul#FooterAbout{
		margin-right: 0px;
}
#FooterNavi ul li{
	margin-bottom: 15px;
}

#FooterNavi ul li{
	color:#004492;
	font-size: 15px;
	font-weight: bold
}

#FooterNavi ul li a{
	background: url(../img/footer_navi_arrow.png) 5px center no-repeat;
	padding-left: 15px;	
	color:#004492;
	font-size: 14px;	font-weight: normal
}
#FooterOtoiawase{
	float: right;
}

#FooterOtoiawase a{
	background: url(../img/footer_otoiawase.gif) no-repeat left top;
	width: 260px;
	height: 70px;
	display: block;
	padding: 27px 0px 0px 50px ;
	font-weight: bold;
	font-size:16px;
		color:#004492;
}
#FooterOtoiawase a:hover{
	text-decoration: none;
	opacity: 0.7
}

#FooterWrapper{
	width:100%;
	overflow: hidden;
	padding: 10px 0px;
	text-align: center;
	background:#004492
}
#Footer{
	width: 1120px;
	clear: both;
	margin: 0 auto;
	color:#6fa3c4;
}
#Footer a{
	color:#fff;
}

#Otoiawase .mail p{
	font-size:13px;
	line-height: 1.3;
	margin: 10px;	
}

.PageTop{
	display:none;
	position: fixed;
	z-index:200;
	right:30px;
	bottom:30px;
}
.PageTop:hover{
opacity: 0.7
}

@media screen and (max-width: 767px) {
.pc_only{
		display:none;
}
	
.mb_only{
		display:block;
}
	
body, html {
	min-width: 100%;/*これが大事*/
}
	
header#Header {
	max-width: 767px;
	width: 100%;
	height: 50px;
	padding: 5px;
}
	
header#Header h1 {
	display: none;
}
#SiteName{
		width: 50%;
	max-width: 240px;
}
	
#SiteName a{
	width: 100%;
	height: 40px;
	display: -webkit-flex; /* Safari */
	display: flex;
  	align-items: -webkit-center;    /* 4 */
	align-items: center;    /* 4 */
}
	
#SiteName a img{
	max-width: 340px;
	display: block;
	width: 100%;
	height: auto;
}
	
#HeaderOtoiawase{
	float:right;
}
	
#HeaderOtoiawase a{
 border-radius: 0px;
  background:url(../img/mail_mb.gif)  center bottom no-repeat #fff;
	background-size: 34px auto;
  width: 50px;
	height: 50px;
	position: absolute;
	top:0;
	right:50px;	
	text-indent: -9999px
}

#HeaderProgram a{
	display: none;
}


#GNavi{
		display:none;
}
#MiddleRow  {
	max-width: 767px;
	width: 100%;
	overflow: hidden;
}

#Contents {
	width: 100%;
	float: none;
}
#Menu{
	width: 100%;
	float: none;
}
#Footer {
	width: 100%;
}

/*ー-------------------------------------------------------
	ここからハンバーガーメニュー
ー-------------------------------------------------------*/

#SpMenu{
	display: block;
	position: absolute;
	top:0;
	right:0;
	width: 50px;
	height: 50px;

}
#BtnMenu,
#BtnMenu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#BtnMenu{
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
		background: url(../img/menu.gif) center bottom  no-repeat #2b6ab2;
	background-size:34px auto; 
}
#BtnMenu span {
	position: absolute;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: white;
	border-radius: 2px;
}
#BtnMenu span:nth-of-type(1) {
	top: 15px;
}
#BtnMenu span:nth-of-type(2) {
	top: 21px;
}
#BtnMenu span:nth-of-type(3) {
	bottom: 20px;
}
#BtnMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-315deg);
	transform: translateY(6.5px) rotate(-315deg);
}
#BtnMenu.active span:nth-of-type(2) {
	opacity: 0;
}
#BtnMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(315deg);
	transform: translateY(-6.5px) rotate(315deg);
}

/*ー-------------------------------------------------------
	ここまでハンバーガーメニュー
ー-------------------------------------------------------*/
/*ー-------------------------------------------------------
	ここからアコーデォオン
ー-------------------------------------------------------*/
.accordion{
	/*background-color: #E2EFF3;*/
    display:block;
    cursor:pointer;
    padding-right:0px;
	padding-top:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #fff;
	padding-left:20px;
	position:relative;	
	font-size: 20px;
}
.accordion.active{
 border-bottom: 1px solid #E2EFF3;
}

.accordion::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 18px;
    width: 40px;
	height:34px;
/*    border-left: 1px dotted #ccc;
    background-image: url(../img/accordion_open.png);*/
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.accordion.active::after {
/*	background-image:url(../img/accordion_close.png);*/
}


#MenuWrapper{	border-top: solid 1px #e1e1e1;
	width:100%;
	overflow: hidden;
	background: url(../img/footer_bg.jpg) repeat;
}
#Menu {
	margin: 0 auto;
	width: 100%;
	padding: 0px 0px;
	overflow: hidden
}
#Menu #FooterNavi{
	float: none;
}
#Menu #FooterNavi ul{
	float: none;
	margin-right: 0px;

	margin-bottom: 0
}
#Menu #FooterNavi ul li{
	margin-bottom: 0px;
}
#Menu #FooterNavi ul li:first-child{
	font-size: 14px;
background: #f7fbfc;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 5px;
	padding-right: 5px;
	position:relative;
	 border-bottom: 1px solid #f1f1f1;
	}
#Menu #FooterNavi ul li a{
	background: url(../img/footer_navi_arrow.png) 10px center no-repeat #fff;
	display:block;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
	position:relative;
	 border-bottom: 1px solid #f1f1f1;
	}
#Menu #FooterNavi ul li a:hover{
	background: url(../img/footer_navi_arrow.png) 10px center no-repeat #f9f9f9;
	text-decoration: none;
	}
#FooterInfo{
	display: none;	
}

#FooterOtoiawase{
	float: none;
	margin: 30px auto;
}
#FooterOtoiawase a{
	margin:  0 auto;
}

#FooterWrapper{
	width:100%;
	overflow: hidden;
	padding: 10px 0px;
}
#Footer{
	width: 100%;
}


#Footer img {
	display: block;
    width: 70%;
    max-width: 240px;
    margin:20px auto;
}
.PageTop{
	right:10px;
	bottom:10px;
}



}
