/* body */
@media screen and (min-width: 768px) {
body{
		font-family:"Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 100%;
	line-height: 1.8em;
	min-width: 1000px; 
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
  .tel-link {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
	body {
		padding: 0;
		margin: 0;
		font-size: 16px!important;
		width: 100%;
		font-family:"Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	img{
		margin: 0;
		padding: 0;
		vertical-align: bottom;
	}
	   .tel-link {
      pointer-events: auto;
      cursor: pointer;
    }
}


/* header */
@media screen and (min-width: 768px) {
header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
      border-bottom: 2px solid #2D4EA0;
}
header .wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
header .headerL .sitetitle a{
	top: 41px;
	left: 0;
	margin: 0;
	padding: 40px 0 0 0;
	width: 392px;
	height: 100px;
	float: left;
	overflow: hidden;
}
header .headerL img{
	width: 340px;
}
header .headbanner {
	margin: 0px auto;
	margin-left: 22px;
	padding-top: 30px;
	width: 180px;
	float: left;
	text-align: center;	
}
header .headbanner img{
	width: 180px;
}
header .headerR {
	margin: 0 auto;
	padding-top: 30px;
	float: left;
	}
header .headerR img {	
	width: 500px;
}
header #Adres {
	position: absolute;
	display: block;
	top: 55px;
	left: 615px;
	width: 363px;
	height: 20px;
	text-indent: -1000%;
	overflow: hidden;
	background: url(../images/common/Adres.png) no-repeat 0 0;
}
header #telFax {
	position: absolute;
	display: block;
	top: 78px;
	left: 615px;
	width: 364px;
	height: 16px;
	text-indent: -1000%;
	overflow: hidden;
	background: url(../images/common/TelFax.png) no-repeat 0 0;
}
header .menu-btn {
		display: none;
	}
header .menu {
		display: none;
	}
header .hamburger-menu{
		display: none;
	}

}

@media screen and (max-width: 767px) {
header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 0px 0 0px;
}

header .wrap {
	position: relative;
	width: 100%;
	height: ;
	margin: 0 auto;
	padding: 0;
}
header .headerL .sitetitle a{
	top: 15px;
	left: 0;
	margin: 0;
	padding: 28px 0 0 25px;
	width: 70%;
	height: auto;
	float: left;
	overflow: hidden;
}
header .headerL img{
	margin: 0;
	padding: 0;
	width: 100%;
}
header .headerR img{
	width: 100%;
	padding-top: 5px;
	}
header .headbanner {
    display: none;
}
.menu-btn {
    position: fixed;
    top: 15px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #2D4EA0  /*url(../images/common/menu_btn.png) no-repeat center top*/ ;
    border-radius: 2px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #2D4EA0;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

}
/* headerここまで */



@media screen and (min-width: 767px) {
#contentsArea {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}
#contentsArea .wrap {
	overflow: hidden ;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#contentsArea .contentsBox {
	width: auto;
	height: auto;
}
#footer {
	background-color: #2D4EA0;
}

.pcfooterBox {
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	background: #2D4EA0;
}
.pcfooterBox .wrap {
    position: relative;
    width: 980px;
    min-height: 170px;
    height: auto;
    margin: 0 auto;
    background-color: #2D4EA0;
}
.pcfooterBox .wrap .footerL p {
	color : #ffffff;
}
.pcfooterBox .wrap .footerL {
	width: 50%;
	float: left;
}
.pcfooterBox .wrap .footerR {
	width: 50%;
	float: right;
	}
	
    .pcfootermenu {
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      font-size: 14px;
    }
    .pcfootermenu .contact {
      text-align: right;
    }
    .pcfootermenu .contact span {
      display: block;
    }
    .pcfootermenu nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-flex;
      gap: 30px;
    }
    .pcfootermenu nav ul li {
      display: inline-block;
    }
    .pcfootermenu nav ul li a {
      display: inline-block;
      padding: 12px 0;
      text-decoration: none;
      color: #ffffff;
      font-weight: bold;
      font-size: 18px;
    }
    .pcfootermenu ul li a:hover {
      color: #000000;
    }

#copyBox p {
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
#footerBox-m{
	display: none;
}
}
	
@media screen and (max-width: 767px) {
#contentsArea {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: ;
}
#contentsArea .wrap {
	height: auto;
	margin: 3%;
	padding: 30px 0 10px 0;
}
#contentsArea .contentsBox {
	height: auto;
}

#footer {
	background-color: #2D4EA0;
}

#contentsArea .contentsBox {
	height: auto;
}
.pcfooterBox {
	display: none;
}

#topLinkArea {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #f8f7f1;
}
#topLinkArea .wrap {
	overflow: hidden ;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#topLinkArea .wrap p {
	text-align: right;
}
#sbner {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#sbner .left {
	width: 100%;
	float: left;	
}
#sbner .rite {
	width: 100%;
	float: right;
}

.pcfooterBox {
	display: none;
}
#footerBox-m{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #2D4EA0;
	padding-top: 20px;
}
#footerBox-m .wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
		background-color: #2D4EA0;
}

#footerBox-m .wrap p {
    text-align: center;
    color: #ffffff; 
}

#footerBox-m .wrap .name a {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}
#footerBox-m .wrap .ad {
    font-size: 14px;
}
#footerBox-m .wrap .tel {
    font-size: 15px;   
}
#footerBox-m .wrap .tel a{
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;   
}
#footerBox-m .wrap .tel a:hover{
    color:#e26d8c; 
}
#footerBox-m .wrap .fax {
    font-size: 15px;  
}
#footerBox-m .wrap .footertel img {
	width: 100%;
}

#footerBox-m .wrap .footertel .m_footerp {
	font-size: 20px;
	font-weight: 600px;
}
#copyBox {
	background: #2D4EA0;
}
#copyBox p {
	text-align: center;
	font-size: 10px;
	width: 350px;
	color: #fff;
	padding-bottom: 20px;
}
}	
	
	
	
	
	
	