@charset 'UTF-8';

/*
  Project: responsive-CMS CSS-Set Ver.Res-2020
  Proprietor: Eitatsu Shimada
  Designing: ABSORBER SP Section
  Created: Fri may 22 2020
*/



.data-list {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 60px 0;
}

.lead-pic {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 18px 0 40px 0;
	width: 100%;
	height: auto;
}

.lead-pic img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}




/*---------------------------------------------------------------------- */
/* Main Styles
------------------------------------------------------------------------ */

/*
.main-area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	height: auto;
}
*/

.main-area h1 {
	position: relative;
	overflow: hidden;
	font-size: 1.6em;
	margin: 3px 0 34px 0;
	padding: 8px 2px 6px 150px;
	border: 1px solid #043070;
	color: #043070;
	background-color: #fff;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.main-area h1:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 220px;
	height: 400%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background-color: #043070;
}

.main-area h1 span {
	font-size: 0.8em;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	padding-top: 11px;
	padding-left: 24px;
	color: #fff;
	letter-spacing: 3px;
}

@media only screen and (max-width: 430px){

	.main-area h1 {
		position: relative;
		overflow: hidden;
		font-size: 1.2em;
		margin: 3px 0 28px 0;
		padding: 8px 2px 6px 110px;
		border: 1px solid #043070;
		color: #043070;
	}
	
	.main-area h1:before {
		position: absolute;
		top: -150%;
		left: -100px;
		width: 180px;
		height: 400%;
		content: '';
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
		background-color: #043070;
	}
	
	.main-area h1 span {
		font-size: 0.7em;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		padding-top: 12px;
		padding-left: 12px;
		color: #fdfaee;
	}

}






/* section */

.section {
  margin-bottom: 0;
}

.section-header {
  position: relative;
  margin-bottom: 14px;
  background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
  background:    -moz-linear-gradient(top, #fdfdfd, #f1f1f1);
  background:     -ms-linear-gradient(top, #fdfdfd, #f1f1f1);
  background:      -o-linear-gradient(top, #fdfdfd, #f1f1f1);
  background:         linear-gradient(to bottom, #fdfdfd, #f1f1f1);
  border-top: #043070 solid 3px;
  border-bottom: #043070 solid 1px;
}

.section-header:not(:target) {
  -ms-filter: none;
}

/*
.section-header h1 {
	padding: 10px 12px 8px 12px;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	background: url(../images/icon-marker.png) 7px 5px no-repeat;
	border-bottom: #fff solid 1px;
	letter-spacing: 1px;
}
*/

.section-header h2 {
	padding: 12px 12px 8px 14px;
	font-size: 1.6em;
	color: #043070;
	line-height: 120%;
	font-weight: bold;
	border-bottom: #fff solid 1px;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.section-header .btn-list {
  position: absolute;
  right: 0;
  top: 11px;
}




/*---------------------------------------------------------------------- */
/* 001 Styles
------------------------------------------------------------------------ */

/* 001.article-item */

.item-top {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.1em;
}

.item-top .title-top {
	display: block;
	position: relative;
	border-top: 1px solid #043070;
	border-bottom: 1px solid #043070;
	margin: 0 0 18px 0;
	padding: 8px 0 3px 4px;
	color: #043070;
	font-size: 1.4em;
	line-height: 160%;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.item-top .sub-title-top {
	display: block;
	position: relative;
	background-color: #fff;
	margin: 4px 0 18px 0;
	padding: 5px 0 0 8px;
	border-bottom: 1px solid #043070;
	color: #043070;
	font-size: 1.1em;
	line-height: 160%;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.item-top .lead-top {
	margin: 2px 0 18px 8px;
	line-height: 1.8em;
	color: #333;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.item-top p {
	margin: 2px 0 18px 8px;
	line-height: 1.8em;
	font-size: 1.1em;
}


.item-top ul {
	margin: 2px 0 18px 40px;
	line-height: 1.8em;
}



.item-top .respo-list {
	position: relative;
	padding: 0 18px 12px 56px;
	margin: 0 0 0 0;
	display: block;
	line-height: 1.8em;
}


.l-disc {
	padding-bottom: 4px;
	padding-top: 2px;
	font-size: 1.1em;
	list-style-position: outside;
	list-style-type: disc;
}

.l-decimal {
	padding-bottom: 4px;
	padding-top: 2px;
	font-size: 1.1em;
	list-style-position: outside;
	list-style-type: decimal;
}

.l-lower-alpha {
	padding-bottom: 4px;
	padding-top: 2px;
	font-size: 1.1em;
	list-style-position: outside;
	list-style-type: lower-alpha;
}





/*---------------------------------------------------------------------- */
/* 002 Styles
------------------------------------------------------------------------ */

/* ===== 002.article-item ===== */


.item2, 
.item3 {
  padding-left: 0;
  padding-bottom: 12px;
  padding-right: 0;
  padding-top: 0;
}


.item-t01 {
	margin-bottom: 12px;
	border-bottom-color: #043070;
	border-bottom-style: solid;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #043070;
	font-size: 1.3em;
	line-height: 160%;
}

.item-t02 {
	margin-bottom: 12px;
	border-bottom-color: #043070;
	border-bottom-style: solid;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #043070;
	font-size: 1.3em;
	line-height: 160%;
}

.item-t03 {
	margin-bottom: 12px;
	border-bottom-color: #043070;
	border-bottom-style: solid;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #043070;
	font-size: 1.3em;
	line-height: 160%;
}


.item2 dl .lead,
.item3 dl .lead {
	font-size: 1em;
	line-height: 160%;
	margin-bottom: 2px;
	margin-top: 2px;
}

.item2 dl dt,
.item2 dl dd {
  vertical-align: top;
  display: table-cell;
}

.item2 dl dt {
  width: 36%;
  padding: 0 8px 12px 0;
  font-size: 1.2em;
}

.item2 dl dt img {
  width: 100%;
}

.item2 dl dd {
  width: 64%;
  padding: 0 0 12px 8px;
  font-size: 1.2em;
}

.item2 dl dd img {
  width: 100%;

}

.item3 dl dt,
.item3 dl dd {
  vertical-align: top;
  display: table-cell;
}

.item3 dl dt {
  width: 64%;
  padding: 0 8px 12px 0;
  font-size: 1.2em;
}

.item3 dl dt img {
  width: 100%;
}

.item3 dl dd {
  width: 36%;
  padding: 0 0 12px 8px;
  font-size: 1.2em;
}

.item3 dl dd img {
  width: 100%;
}

.item2 a img, 
.item3 a img {
　width: 100%;
	text-decoration: none;
　text-shadow: none;
}

.item4 {
  padding-left: 0;
  padding-bottom: 24px;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
  font-size: 1.1em;
}

.item4-pic {
  text-align: center;
  display: block;
  width: 100%;
}

.item4-pic img {
  padding-bottom: 5px;
  padding-top: 12px;
  padding-left: 10%;
  padding-right: 10%;
}

.item4-pic .cap {
	line-height: 155%;
	margin-bottom: 18px;
	margin-top: 1px;
	text-align: center;
  padding-left: 10%;
  padding-right: 10%;
	font-size: 1.1em;
}


/*------------------------------------------- */
/* Under 630px Styles
--------------------------------------------- */

@media only screen and (max-width: 630px){	

	.item2 dl dt,
	.item2 dl dd,
	.item4-pic {
	  vertical-align: top;
	  display: block;
	}


	.item2 dl {
	display: block;
	  width: 100%;
	  padding: 0 0 36px 0;
	  margin: 0 0 0 0;
	}
	
		
	.item2 dl dt {
		display: block;
	  width: 100%;
	  padding: 0 8px 12px 8px;
	  margin: 0 0 0 0;
	  font-size: 1.1em;
	}
	
	.item2 dl dt img {
		display: block;
	  width: 80%;
	  height: auto;
	  margin: 0 auto 0 auto;
	}
	
	.item2 dl dd {
		display: block;
	  width: 100%;
	  padding: 0 8px 12px 8px;
	  margin: 0 0 0 0;
	  font-size: 1.1em;
	}
	
	.item2 dl dd img {
		display: block;
	  width: 80%;
	  height: auto;
	  margin: 0 auto 0 auto;
	}
	
	.item3 dl dt,
	.item3 dl dd {
	  vertical-align: top;
	  display: block;
	}
	
	.item3 dl dt {
		display: block;
	  width: 100%;
	  padding: 0 8px 12px 8px;
	  margin: 0 0 0 0;
	  font-size: 1.2em;
	  line-height: 180%;
	}
	
	.item3 dl dt img {
		display: block;
	  width: 80%;
	  height: auto;
	  margin: 0 auto 0 auto;
	}
	
	.item3 dl dd {
		display: block;
	  width: 100%;
	  padding: 0 8px 12px 8px;
	  margin: 0 0 0 0;
	  font-size: 1.2em;
	  line-height: 180%;
	}
	
	.item3 dl dd img {
		display: block;
	  width: 80%;
	  height: auto;
	  margin: 0 auto 0 auto;
	}

	.item4-pic {
		padding: 0 8px 12px 8px;
		width: 100%;
	}
	
	.item4-pic .cap {
		line-height: 145%;
		margin-bottom: 6px;
		margin-top: 6px;
		text-align: center;
		padding: 0 8px 12px 8px;
		font-size: 1em;
	}
	
	.item4-pic img {
	  width: 100%;
	  height: auto;
	}

}





/*---------------------------------------------------------------------- */
/* 003 Styles
------------------------------------------------------------------------ */

/* ===== 003.gallery-item ===== */

.gallery-top {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 8px 18px 8px;
	font-size: 1.1em;
}

.gallery-top .title {
	display: block;
	position: relative;
	border-top: 1px solid #897155;
	border-bottom: 1px solid #897155;
	margin: 0 0 18px 0;
	padding: 8px 0 3px 4px;
	color: #897155;
	font-size: 1.5em;
	line-height: 160%;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}


.gallery-top .sub-title {
	display: block;
	position: relative;
	background-color: #fff;
	margin: 4px 0 18px 0;
	padding: 5px 0 0 8px;
	border-bottom: 1px solid #897155;
	color: #897155;
	font-size: 1.1em;
	line-height: 160%;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
}


.gallery-top .lead {
	margin: 2px 0 18px 8px;
	line-height: 1.6em;
	font-size: 1.1em;
	text-indent: 1em;
}

.gallery .thumbnail,
.gallery .thumbnail:hover {
	padding:0;
	border:none;
	box-shadow:none;
}
.gallery .thumbnails {
	margin-bottom:6px;
	clear: both;
}



.gallery-pic {
width: 160px;
padding-bottom: 8px;
  }


.row-fluid {
    width: 100%;
    padding-bottom: 24px;
    *zoom: 1;
  }

.row-fluid:before,
.row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
.row-fluid:after {
    clear: both;
  }
  

.row-fluid [class*="gallery-pic"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  
.row-fluid [class*="gallery-pic"]:first-child {
    margin-left: 0;
  }
  
.row-fluid .controls-row [class*="gallery-pic"] + [class*="gallery-pic"] {
    margin-left: 2.564102564102564%;
  }

.row-fluid .gallery-pic {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }

.g-link {
	padding: 1px;
	border-style: solid;
	border-color: #408000;
	border-width: 1px;
}



/*Thumbnail*/
.thumbnail-style { 
	padding:5px; 
	border-radius:2px; 
}

.thumbnail-style p { 
	font-size:1.1em;
	line-height: 150%;
}

.thumbnail-style:hover { 
	box-shadow:0 0 8px #ddd; 
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	margin:5px 0 0 0;
}
.thumbnail-style h3 a {
	font-size:1.5em;
}
.thumbnail-style h3 a:hover {
	color:#158f92;
	text-decoration:none;
}
.thumbnail-style .thumbnail-img {
	position:relative;
}
.thumbnail-style a.btn-more {
	right:-10px;
	bottom:10px;
	color:#fff;
	padding:2px 6px;
	position:absolute;
	background:#158f92;
	display:inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration:none;
	box-shadow:0 0 0 2px #158f92;
}
.thumbnail-style:hover a.btn-more {
	right:10px;
}

.thumbnail-kenburn img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.3) rotate(2deg);
   -moz-transform: scale(1.3) rotate(2deg);
   -o-transform: scale(1.3) rotate(2deg);
   -ms-transform: scale(1.3) rotate(2deg);
   transform: scale(1.3) rotate(2deg);
}


.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.overflow-hidden {
 overflow: hidden;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}


/*Button Style*/
.gallery-pic .btn {
	box-shadow: none;
}

.gallery-pic .btn-u {
	border:0;
	font-size:14px;
	cursor:pointer;
	padding:5px 13px;
	position:relative;
	background:#be2b61;
	display:inline-block;
	color:#fff !important;
	text-decoration:none !important;
}
.gallery-pic .btn-u:hover {
	color:#fff;
	background:#be2b61;
	text-decoration:none;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.gallery-pic .btn-u-small {
	padding:3px 12px;
}

.gallery-pic a.btn-u {
	padding:4px 13px;
	vertical-align:middle;
}
.gallery-pic a.btn-u-small {
	padding:2px 12px;
}



/*------------------------------------------- */
/* Under 1200px Styles
--------------------------------------------- */

@media (min-width: 1200px) {

  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }

}


/*------------------------------------------- */
/* Under 979px Styles
--------------------------------------------- */

@media (min-width: 501px) and (max-width: 979px) {

  .row-fluid {
    width: 100%;
    padding-bottom: 24px;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="gallery-pic"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="gallery"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="gallery-pic"] + [class*="gallery-pic"] {
    margin-left: 2.7624309392265194%;
  }

  .row-fluid .gallery-pic {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  
}

/*------------------------------------------- */
/* Under 500px Styles
--------------------------------------------- */

@media (max-width: 500px) {

  .row-fluid {
    padding-bottom: 24px;
    width: 100%;
  }

  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  
  [class*="gallery-pic"],
  .uneditable-input[class*="gallery-pic"],
  .row-fluid [class*="gallery-pic"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  
}




/*---------------------------------- */
/* effects
-------------------------------------*/


.zoomer:hover .overlay-zoom .zoom-icon{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:0.4;	
	filter: alpha(opacity = 50);
}

.overlay-zoom {
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: relative;		
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	z-index: 90;
}

.overlay-zoom .zoom-icon {
	background-image:url("../images/overlay-icon.png");
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	width: inherit;
	height: inherit;
	opacity: 0;	
	z-index: 100;
	filter: alpha(opacity = 0);
	top:0;	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
}

.ie7 .overlay-zoom .zoom-icon{
	width: 100%;
	height: 100%;
	clear: both;
	top:0px;
	left:0px;
}


@media only screen and (max-width: 630px){	

	.zoomer:hover .overlay-zoom .zoom-icon {
		width: 80%;
		margin-left: 10%;
	}

}


/*---------------------------------------------------------------------- */
/* 004 Styles
------------------------------------------------------------------------ */

/* ===== 004.table-item ===== */


.t-item-top {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.1em;
}

.t-item-top .title {
	display: block;
	position: relative;
	border-top: 1px solid #043070;
	border-bottom: 1px solid #043070;
	margin: 0 0 12px 0;
	padding: 8px 0 3px 4px;
	color: #043070;
	font-size: 1.5em;
	line-height: 160%;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.t-item-top .sub-title {
	display: block;
	position: relative;
	background-color: #fff;
	margin: 4px 0 12px 0;
	padding: 5px 0 0 8px;
	border-bottom: 1px solid #043070;
	color: #043070;
	font-size: 1.2em;
	line-height: 160%;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.t-item-top .t-item-lead {
	margin: 2px 0 12px 8px;
	line-height: 1.6em;
	font-size: 1.1em;
}

.t-item-top2 {
  padding-left: 0px;
  padding-bottom: 18px;
  padding-right: 8px;
  padding-top: 0;
  width: 100%;
  font-size: 1.2em;
}

.t-item-top2 .title {
	display: block;
	position: relative;
	border-top: 1px solid #043070;
	border-bottom: 1px solid #043070;
	margin: 0 0 12px 0;
	padding: 8px 0 3px 4px;
	color: #043070;
	font-size: 1.5em;
	line-height: 160%;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.t-item-top2 .sub-title {
	display: block;
	position: relative;
	background-color: #fff;
	margin: 4px 0 12px 0;
	padding: 5px 0 0 8px;
	border-bottom: 1px solid #043070;
	color: #043070;
	font-size: 1.2em;
	line-height: 160%;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.t-item-top2 .t-item-lead {
	margin: 2px 0 12px 8px;
	line-height: 1.6em;
	font-size: 1.1em;
}



.ta-link {
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px;
	display: block;
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 180%;
	font-size: 1.2em;
	background-color: #fff;
	padding: 14px;
	width: 100%;
}

.ta-link ul {
	list-style-type: none;
}


.ta-link ul .ta-link-target {
	list-style-type: none;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 2em;
	margin-left: 36px;
	font-size: 1.2em;
	padding-left: 2px;
	list-style-position: outside;
}


.ta-link ul .ta-link-target a, .ta-link ul .ta-link-target i {
	text-decoration: underline;
	color: #ff8000;
}

.ta-link ul .ta-link-target i {
	color: #ff8000;
}






/*---------------------------------------------------------------------- */
/* 005 Styles
------------------------------------------------------------------------ */
       
        
/* ===== 005.movie-item ===== */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 40px;
	z-index: 400;
	background-color: #fff;
}
.video-container iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container .movie {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}


@media (max-width: 959px) {

.video-container iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container .movie {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

}

@media (max-width: 760px) {

.video-container iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container .movie {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

}  
        


/*---------------------------------------------------------------------- */
/* 006 Styles
------------------------------------------------------------------------ */

/* ===== 006.map-item ===== */


.gmap label {
    width: auto;
    display:inline;
}
.gmap img {
    max-width: none;
    max-height: none;
}

#maparea { 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	width: 100%;
}


/* iframe版 */
#maparea .mapframe {
	display: block;
	padding: 0 0 0 0;
	margin: 24px auto 0 auto;
	width: 98%;
	height: auto;
}

#maparea .mapframe iframe {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 380px;
}

#maparea .mapframe-title {
	display: block;
	padding: 12px 0 12px 0;
	margin: 0 0 0 0;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #043070;
}










/*---------------------------------------------------------------------- */
/* 007 Styles
------------------------------------------------------------------------ */

/* ===== 007.link-item ===== */


.main-link {
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	width: 100%;
}

.main-link ul {
	list-style-type: none;
	margin-left: 28px;
}


.main-link ul .main-link-target {
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 2em;
	margin-left: 24px;
	font-size: 1.2em;
	padding-left: 2px;
	list-style-position: inside;
	list-style-type: none;
	text-indent: -1em;
}


.main-link ul .main-link-target a {
	text-decoration: underline;
	color: #043070;
}

.main-link ul .main-link-target i {
	color: #043070;
}


.main-link ul .main-link-target .size {
	position: relative;
	display: inline-block;
	font-size: 0.7em;
	padding: 0 0 0 18px;
	color: #333;
	letter-spacing: -1px;
}



/*---------------------------------------------------------------------- */
/* 008 Styles
------------------------------------------------------------------------ */

/* ===== 008.faq-item ===== */

/*
.widget-content {
width: 100%;
margin: 0 0 36px 0;
}

.widget-cat {
margin: 8px 8px 6px 14px;
}

.widget-cat-header2
 {
 margin: 0;
 padding: 0;
}

h3.widget-cat-header2 {
padding-left: 10px;
padding-bottom: 4px;
padding-right: 8px;
padding-top: 8px;
border-bottom-color: #be2b61;
color: #be2b61; 
font-size: 1.6em;
font-weight: bold; line-height: 1.5em;
background-color: #f3f3f3;
border-bottom: 1px solid;
}

h3.widget-cat-header2 {
cursor:pointer;
}




.list {
 width: 100%;
 overflow: hidden;
}

.widget-cat-content2 {
 margin-left: 14px;
 word-spacing: -1em;
 /zoom: 1;
}

.list-item {
 margin: 0;
 padding-bottom: 12px;
 color: #7e7e7e;
 word-spacing: normal;
 vertical-align: top;
 display: inline-block;
 /display: inline;
 /zoom: 1;
}

.list-item-content,
.list-item-img,
.list-item-name,
.list-item-title,
.list-item-price {
 margin: 0;
}

.list-item-img {
 margin: 0 0 8px 0;
}

.widget-cat-content2 {
 margin-left: -1px;
}

.widget-cat-content2 .item-title {
	margin-bottom: 4px;
	border-bottom-color: #408000;
	border-bottom-style: solid;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #408000;
	font-size: 1.3em;
	line-height: 160%;
}

.widget-cat-content2 .item-lead {
	font-size: 1.2em;
	line-height: 160%;
	margin-bottom: 12px;
	margin-top: 12px;
}

.item-lead .pict {
padding-bottom: 4px;
padding-right: 12px;
float: left;
width: 180px;
}

.item-lead .pict img {
padding: 1px;
border: solid 1px #ccc;
}
*/




/*
 * faq
 */

.faq-content {
	width: 100%;
	margin: 0 0 36px 0;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.2em;
}

.faq-cat {
	display: block;
	margin: 8px 14px 40px 14px;
	padding: 0;
	font-size: 1.2em;
	line-height: 180%;
}

.widget-cat-header4 {
	display: block;
	padding: 12px 18px 6px 12px;
	margin: 0 0 8px 0;
	color: #333; 
	font-size: 1em;
	line-height: 1.65em;
	font-weight: 300;
	background-color: #fff;
	border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	text-decoration: underline;
}

.f-space {
	padding-left: 50px;
	background: url(../images/faq_01.png) 0 0 no-repeat;
	min-height: 48px;
}

.widget-cat-header4:hover {
	cursor : pointer;
	color: #333;
	text-decoration: underline;
}

.widget-cat-content4 {
	font-weight: 300;
	padding: 10px 18px 16px 4px;
	margin: 0 0 18px 10px;
}

.flag {
	padding-left: 68px;
	background: url(../images/faq_02.png) 20px 0 no-repeat;
	min-height: 58px;
}














/*---------------------------------------------------------------------- */
/* テーブル Styles
------------------------------------------------------------------------ */


/*
table{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	margin:10px auto 15px;
}

table td,
table th{
	border:1px solid #CCCCCC;
	padding: 0.5em;
}
*/



/* .cms-table .asset-items */

#wrapper .main-area .cms-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#wrapper .main-area .cms-table table td,
#wrapper .main-area .cms-table table th {
	border: 4px solid #fff ;
}

#wrapper .main-area .cms-table {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 50px 0 ;
	padding: 22px 0 0 0;
	background-color: #fff;
	overflow: hidden;
	border: none;
}

#wrapper .main-area .cms-table .asset-item { 
	max-width: 880px;
	padding-bottom: 5px;
}

#wrapper .main-area .cms-table .asset-item-head { 
	padding-left: 18px; 
	padding-bottom: 14px; 
	padding-right: 18px; 
	padding-top: 16px; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.1em; 
	line-height: 1.50; 
	text-align: left; 
	vertical-align: middle;
	width: 25%;
}

#wrapper .main-area .cms-table .asset-item-body { 
	padding-left: 20px; 
	padding-bottom: 14px; 
	padding-right: 16px; 
	padding-top: 16px; 
	font-size: 1.1em; 
	line-height: 1.8; 
	text-align: left; 
	vertical-align: top;
	width: 75%;
}

#wrapper .main-area .cms-table .asset-item-head { 
	border-bottom: 1px solid #fff; 
	height: 32px; 
	color: #333; 
	background: #e4e4e4 repeat-x; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}

#wrapper .main-area .cms-table .asset-item-body { 
	border-bottom: 1px solid #fff; 
	height: auto; 
	background: #f4f4f4; 
	margin-top: 8px; 
	margin-bottom: 4px; 
}


@media only screen and (max-width: 630px){
	
	#wrapper .main-area .cms-table .asset-items { 
		margin: 10px 0 30px 0; 
		width: 100%; 
	}
	
	#wrapper .main-area .cms-table .asset-items tr {
		line-height: 120%;
		display: block;
		font-size: 1em;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	
	#wrapper .main-area .cms-table .asset-items .asset-item-head,
	#wrapper .main-area .cms-table .asset-items .asset-item-body {
		float: none;
		display: block;
		border: none;
		width: 100%;
		overflow: hidden;
	}
	
	#wrapper .main-area .cms-table .asset-items .asset-item-head {
		width: 100%;
		height: auto;
		color: #333;
		line-height: 125%;
		background-color: #e8f2fa;
		margin: 18px 0 0 0;
		padding : 12px 12px 8px 12px;
		border-top: 2px solid #545091;
		font-size: 1.2em;
	}
		
	#wrapper .main-area .cms-table .asset-items .asset-item-body { 
		width: 100%;
		margin: 0 0 0 0;
		padding : 10px 12px 20px 12px;
		height: auto;
		background-color: #f8f8f8;
		line-height: 160%;
		font-size: 1.2em;
	}

	
	
}



/*---------------------------------------------------------------------- */
/* date Styles
------------------------------------------------------------------------ */

#date {
	height: 28px;
	color: #043070;
	padding: 6px 0 2px 0;
	margin: 0 0 22px 0;
	line-height: 1.1em;
	font-size: 1.1em;
	text-align: right;
	width: 100%;
	font-style: italic;
}


#date span {
	left: 8px;
	position: relative;
	top: 0;
}





















/*------------------------------------------- */
/* アイテム　業種別一覧 Styles
--------------------------------------------- */


.kind-gaiyo {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 60px auto;
	width: 90%;
	height: auto;
	font-size: 1.1em;
	line-height: 165%;
	color: #043070;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}


.kind-list {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	height: auto;
}


.kind-list li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 28px 0;
	clear: both;
}

.kind-list li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.kind-img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 140px;
	height: auto;
	float: left;
}

.kind-img img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #ccc;
}

.kind-detail {
	display: block;
	position: relative;
	padding: 0 0 0 160px;
	margin: 0 0 0 0;
}

.kind-detail .kind-title {
	display: block;
	position: relative;
	padding: 0 0 6px 0;
	margin: 0 0 8px 0;
	font-size: 1.8em;
	line-height: 120%;
	border-bottom: 1px solid #ccc;
	color: #043070;
	font-weight: 700;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.kind-detail .kind-lead {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.1em;
	line-height: 165%;
}



@media (max-width: 430px) {


	.kind-img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 140px;
		height: auto;
		float: none;
	}

	.kind-detail {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 30px auto;
		width: 100%;
		overflow: hidden;
	}


}


