@charset "UTF-8";
/* @group Reset */
*{ 
	margin: 0;
	padding: 0;
	box-sizing : border-box;
}
a {
	text-decoration : none;
}
ul, ol {
	list-style : none;
}
img { 
	vertical-align : middle;
	max-width : 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hid {
	position:absolute;
	left:-9999px;
}
a:link {
	color: #0033cc;
	text-decoration: underline;
}
a:visited {
	color: #0033cc;
}
a:hover,
a:active {
	color: #33ccff;
}

html {
	color: #202020;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 10px;
  font-size: 12px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #999999;
  text-decoration: none;
  color: #fff;
  width: 150px;
  padding: 15px 0.7em;
  text-align: center;
  display: block;
  border-radius: 5px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){	
html {
	font-size : 100%;
	line-height : 1.7;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
	color: #000;
}

/* @group Header  ------------------------------------------------*/
#header {
background: #fff;

	}	

	
div#header-fixed
{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 100px;              /* 縦幅140px */
	z-index: 10;
}
div#header-bk { 
	/*background-color:#fff;  */   /* 背景色(黒) */
	padding:0;
	height:100px;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
}
div#body-bk{
    padding:150px 0 0px 0;    /* 上下に160pxを余白を取る */
}

	
	
	
	
#header_lr {
	margin: 0px auto 15px;
	padding: 12px 0 0 0;
	width: 1200px;
}
#header .header_logo {
	float: left;
	width: 310px;
}
#header .header_swi_txt{
	float: left;
	width: 260px;
	margin-top: 25px;
	margin-left: 450px;
	}
#header .header_swi_txt p {
	float: left;
	width: 110px;
	margin-right: 10px;
	}
#header .header_swi_txt div {
	float: left;
	width: 140px;		
	}	
#header .hdr_bnr{
	float: right;
	width: 155px;		
	}	

	
/* header nav  ------------------------------------------------ */
#header .nav_bg {
	padding: 10px 0;
	background: -moz-linear-gradient(top, #427ef6, #366ff4);
	background: -webkit-linear-gradient(top, #427ef6, #366ff4);
	background: linear-gradient(to bottom, #427ef6, #366ff4);
	 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}	
#header .nav {
	margin: 0 auto;
	width: 1200px;
}
#header .nav ul li {
	float: left;
	width: 200px;
	text-align: center;
	/*border-left: 1px solid #a02761;*/
}	
#header .nav ul li:last-child {
	/*border-right: 1px solid #a02761;*/
}	
#header .nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 0;
}
#header .nav ul li a:hover {
	text-decoration: none;
	color: #ffff66;
}
	
/* contents   ------------------------------------------------*/
#contents_bg {
	padding: 40px 0;
	background: #e8f0ff;
}
#contents {
	margin: 0 auto;
	padding: 40px 0 20px;
	width: 1200px;
	background: #fff;	
}
#contents_inner {
	margin: 0 auto;
	width: 1140px;
}	
#ttl h2 {	
	font-size: 1.75em;
	margin:  0 0 45px 0;
	padding: 15px 0 15px 40px;
	border-left: 15px solid #427ef6;
}
.left {
	float: left;
	}
.right {
	float: right;
	}
#main {
	float: left;
	width: 870px;	
	}
#side {
	float: right;
	width: 220px;	
	}
#side ul.list01 {
	border-top: 1px solid #d4dff6;
	}	
#side ul.list01 li {
	font-size: 0.938em;
	margin: 0;
	padding: 12px 0;
	padding-left: 1.5em;
	line-height: 1.4;
	background: url("../img/side_ico01.gif") no-repeat 0px 1em;	
	border-bottom: 1px solid #d4dff6;
}
#side ul.list01 li.lst02 {
	background: url("../img/side_ico02.gif") no-repeat 0px 1em;	
}	
#side ul.list01 li a {
	text-decoration: none;
	color: #000;
}
#side ul.list01 li a:hover {
	text-decoration: underline;
	color: #427ef6;
}
#side .sns_fb {
	padding: 40px 0 0 0;
	}
#side .side_info {
	margin: 40px 0 0 0;
	border: 1px solid #d1dff8;
	background: #eff4fd;
	padding: 10px 10px 15px;	
	}
#side .side_info dl {
	margin: 15px 0 0 0;
	font-size: 0.875em;
	line-height: 1.4;
	}
#side .side_info dt {
	font-weight: bold;
	margin: 0 0 15px;
	}
#side .side_info dd {
	margin: 5px 0 0 0;
	}	
	

#contents h3 {	
	font-size: 1.5em;
	margin:  0 0 1em 0;
	padding: 7px 0 7px 1em;
	background: #2e69f2;
	color: #fff;
	font-weight: normal;
	border-left: 10px solid #7099f9;	
}
	
#contents h4 {
	font-size:1.375em;	
	margin:  0 0 1.2em;
	padding: 0.4em 0 0.4em 1em;
	color: #427ef6;
	border-top: 2px solid #427ef6;
	border-bottom: 2px solid #427ef6;
}
	
#contents p {
	margin:  0 0 1.7em;	
	}
#contents .blo {
margin:  0 0 4em;		
}	
	
/* ftr  ------------------------------------------------*/
#ftr_bg {
	border-top: 5px solid #dae4f7 ;  
	padding: 40px 0px 20px;
}	
#ftr {
	margin: 0 auto;
	width: 1200px;
}
#ftr a {
	color: #000;
	}
#ftr a:hover {
	color: #0099ff;
	}
	
	
.ftr_txt_l {
	float: left;
	width: 600px;
	}
	
ul.ftr_sns  {
	display: flex;
	margin-bottom: 25px;
	margin-left: 10px;
	}		
ul.ftr_sns li {
	float:left;
	margin-right: 30px;
	}
ul.ftr_sns li img {
	width: 48px;
	}
ul.ftr_sns li a:hover img {
	opacity:0.7;
	}	
	
p.ftr_txt01 {
	font-weight: bold;
}
p.ftr_txt01 span{
	font-size: 1.25em;
	margin-left: 10px;
}	
p.ftr_txt02 {
	margin: 10px 0 25px;
	line-height: 1.6;
	}
p.ftr_txt02 span {
	font-size: 0.875em;
	margin-left: 10px;
	}	
p.ftr_copy {
	font-size: 0.813em;
	}	
	
	
	
.ftr_txt_r {
	float: right;
	width: 300px;
	}
.ftr_txt_r ul {
	margin-bottom: 30px;
	}	
.ftr_txt_r p,
.ftr_txt_r li {
	font-size: 0.875em;
	line-height: 1.6;
	}
.ftr_txt_r li {
	text-align: right;
	margin-bottom: 5px;
	}	
.ftr_txt_r p img {
	margin-right: 10px;
	margin-top: -5px;
	float: left;
	width: 60px;
	}
	

	
	
	
	

/* @end */
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {

html {
	font-size :1em;
	line-height : 1.8;
}
.pc {
	display: none;
}
a[href*="tel:"] {
		pointer-events: initial;
	}


/* @group Header  ------------------------------------------------*/	
	
div#header-fixed
{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 65px;              /* 縦幅140px */
	z-index: 10;
}
div#header-bk { 
	/*background-color:#fff;  */   /* 背景色(黒) */
	padding:0;
	height:65px;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
}
div#body-bk{
    padding:65px 0 0px 0;    /* 上下に160pxを余白を取る */
}
	
	
#header {
	
	}
#header_lr {
padding: 1em;
}
#header .header_logo {
	text-align: left;
}
#header .header_logo img {
	width: 65%;
}

/* header  ------------------------------------------------*/		
.header {
  position: sticky; /* headerを追従にする */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.logo {
  font-size: 1.25em;
  font-weight: bold;
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
	/*font-size: 0.875em;*/
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1em 1em;
  border-bottom: solid 1px lightgray;
}
	
	.li02 {
	padding-left: 2em;
	}
	.li03 {
	padding-left: 3.5em;
	}	

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* 見た目の調整 */
section {
  width: 100%;
  height: 30vh;
}
section:nth-child(even) {
  background-color: skyblue;
}
	
	
.drawer__button:after{
	display: block;
	content:"MENU";
	width:50px;
	margin-top:35px;
	margin-left:10px;
	font-size:9px;
	color:#000;
}
#header .header a:link,
#header .header a:visited	{
	color: #000;
	text-decoration: none;
	}
	
	
.header__inner .logo {
	width: 60%;
	}

	.sp_hdr_link {
	font-size:9px;
	color:#000;
		
	
	}
/* contents   ------------------------------------------------*/
#contents_bg {
	border-top: 2px solid #dae4f7; 
	padding: 1em 0.5em 2em;
	background: #e8f0ff;
}
#contents {
	margin: 0 auto;
	padding: 0em 1em 1.5em;
	border-top: 4px solid #2e69f2; 
	background: #fff;	
}
#contents_inner {
	margin: 0 auto;
	width: 100%;
}
#contents_inner p {
	/*font-size: 0.875em;*/
	line-height: 1.6;
}	
	#ttl {
	text-align: center;
		margin-bottom: 2em;
	}
#ttl h2 {	
	font-size: 1.5em;
	margin:  0 0 1.5em 0;
	padding: 1em 0 0 0px;
	color:  #427ef6;	
}

h3 {	
	font-size: 1.25em;
	margin:  0 0 1em 0;
	padding: 0.6em 0.2em 0.6em 0.5em;
	background: #2e69f2;
	color: #fff;
	font-weight: normal;
	border-left: 3px solid #7099f9;
	line-height: 1.4;
}	
#contents h4 {	
	font-size: 1.125em;
	margin:  0 0 1.2em;
	padding: 0.6em;
	color: #427ef6;
	border-top: 2px solid #427ef6;
	border-bottom: 2px solid #427ef6;
}	
/* ftr  ------------------------------------------------*/
#ftr_bg {
	border-top: 5px solid #dae4f7;  
	padding: 2em 0px 1em;
}	
#ftr {
	margin: 0 auto;
	width: 90%;
}
#ftr a {
	color: #000;
	}
#ftr a:hover {
	color: #0099ff;
	}
	.ftr_txt_r {
	padding: 0 0 1.5em;
	border-bottom: 1px solid #d4def1;
	}	
.ftr_txt_r ul {
	margin-bottom: 2em;
	}	
.ftr_txt_r p,
.ftr_txt_r li {
	font-size: 0.8753em;
	line-height: 1.4;
	}
.ftr_txt_r li {
	margin-bottom: 0.7em;
	}	
.ftr_txt_r p img {
	margin-right: 10px;
	margin-top: -5px;
	float: left;
	width: 16%;
	}	
	
.ftr_txt_l {
	margin: 3em 0 0 0;
	}	
ul.ftr_sns  {
	display: flex;
	margin: 0.5em auto 2.5em;
	width: 90%;
	text-align: center;
	}
ul.ftr_sns li {
	float:left;
	margin: 0 1em;
	}
ul.ftr_sns li img {
	width:100%;
	}	
.ftr_txt_l p {
	text-align: center;
	}
p.ftr_txt01 {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
	font-size: 1.125em;
}
p.ftr_txt01 span {
	font-size: 1.25em;
}		
p.ftr_txt02 {
	margin: 1em 0 0 0;
	line-height: 2.2;
	}
p.ftr_txt02 {
	/*font-size: 0.813em;*/
	}
p.ftr_copy {
	margin-top: 3em;
	font-size: 0.625em;
	padding-bottom: 1em
	}		
	
	
#ftr_nav_bg {
	background: #366ff4;
	padding: 1.5em 1em 1.5em 2em;
	}
	#ftr_nav_bg ul li {
	/*font-size: 0.813em;*/
	margin-bottom: 0.8em;
	}	
#ftr_nav_bg ul a:link {
	color: #fff;
	text-decoration: none;
}
#ftr_nav_bg a:visited {
	color: #fff;
}
	
	
	
/* @end */
}	
	
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

