/*@font-face {
	font-family: 'GenEiGothicM';
	src: url(../../fonts/GenEiGothicM-Regular.eot);
	src: url(../../fonts/GenEiGothicM-Regular.woff) format('woff'), url(../fonts/GenEiGothicM-Regular.ttf) format('truetype');
}*/


html, body {
	width: 100%;
	/*scroll-behavior: smooth;*/
	
}
.pc_none {
		display: none !important;
}
body {
/*		line-height: 180%;
		font-size: 1em;
		color: #333;*/
		/*font-family: 'Sawarabi Gothic', sans-serif;*/
		/*font-family: 'Noto Sans JP', sans-serif;*/
	
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 300;*/
  line-height: 1.8;
  color: #000000;
  text-align: left;
  background-color: #fff;
	
}



h1, h2, h3, h4, h5, h6 {
		font-family: 'M PLUS Rounded 1c', sans-serif;
}


img {
		text-align: center;
		max-width: 100%;
}


/* ----------------------------------------------------------------------------------
*
*　基本枠デザイン
*
 ----------------------------------------------------------------------------------*/

.wrapper{
	min-height: 100vh;
    position: relative;
    /*padding-bottom: 120px;*/
    box-sizing: border-box;
}

header {
	width: 100%;
	/*width: 1440px;
	max-width: 100%;*/
	transition: .5s;
	z-index: 20000;
	/*display: flex;*/
	/*flex-wrap: nowrap;*/
	/*align-items: bottom;*/
	/*justify-content:center;*/
	margin: 0 auto;
	/*Transformation*/
	/*position: absolute;
	transition: .5s;
	z-index: 1000;
	background-color: #fff;*/
	/*Transformation // */
}

/************Transformation*************/

header.transform #description {
		display: none;
}
header.transform #header {
		display: none;
}
header.transform {
		padding: 0px;
		width: 100%;
		/*max-width: 100%;*/
		clear: both;
		position: fixed;
		background-color: #F8F8F8;
		height: 70px;
}

header.transform #Gmenu {
		transition: 1.2s;
}

/************Transformation*************/

#description {
	width: 100%;
	background-color: #E5E5E5;
	padding: 5px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#description p {
	width: 100%;
	text-align: right;
	color: #333;
	font-size: .85em;
}

#description a {
	color: #333;
	text-decoration: none;
}

#description a:hover {
	color: #111;
	text-decoration:underline;
}

#headerarea {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#logoarea {
	/*width:25%;*/
	display: block;
}

#logo {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	width: 332px;
	height: 57px;
	margin: 10px 10px 0 10px;;
	text-indent: -9999px;
	display: block;
}

#logo a {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	width: 332px;
	height: 57px;
	text-indent: -9999px;
	display: block;
}

#Gmenu {
	/*width: 800px;*/
	display: flex;
	justify-content: center;
	transition: .8s;
	/*background: #FFFFFF;*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #e0e0e0), color-stop(0.00, #F8F6F6));
	background: -webkit-linear-gradient(top, #F8F6F6 0%, #e0e0e0 99%);
	background: -moz-linear-gradient(top, #F8F6F6 0%, #e0e0e0 99%);
	background: -o-linear-gradient(top, #F8F6F6 0%, #e0e0e0 99%);
	background: -ms-linear-gradient(top, #F8F6F6 0%, #e0e0e0 99%);
	background: linear-gradient(to bottom, #F8F6F6 0%, #e0e0e0 99%);*/
}


/*#Gmenu ul {
	display: flex;
	flex-wrap: nowrap;	
	padding: 0;
	font-size: 0.9em;
}

#Gmenu ul li {
	margin: 0 0 0 1px;
	width: 180px;
	height: 70px;
	font-size: 1rem;
	background-color: #003586;
	border-radius: 2px;

}

#Gmenu ul li a {
	display: block;
	width: 180px;
	height: 70px;
	font-size: 1rem;
	background-color: #003586;
	border-radius: 2px;
	padding: 25px 0 0 0;
	text-decoration: none;
    color: #FFF;
}

#Gmenu ul li a:hover {
	background-color: #114AA0;
}
*/


.menu {
	/*display: block;
	width: 800px;*/
	margin: 0 auto;	
}

.menu > ul {
	/*display: block;
	width: 800px;*/
	display: flex;
	flex-wrap: nowrap;
}

.menu > ul > li {
    /*width: calc(100% / 5);*/
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	background-color: #003586;
}

.menu > ul > li > a {
    line-height: 100%;
	/*width: 100%;*/
	width: 200px;
	height: 70px;
    padding: 25px 0 0 0;
    /*margin: 0;*/
    border-right: 1px solid #F8F8F8;
    text-decoration: none;
	font-weight: 500;
    color: #FFF;
	font-size: 1rem;
}

.menu > ul > li > a:hover {
	background: #114AA0;
	/*opacity: 0.9;*/
}

.menu > ul > li:first-child > a {
	border-left: 1px solid #F8F8F8;
}


.menu > ul > li > ul > li > ul > li > a:hover {
	color: #FF0004;
	text-decoration: underline;
}

#Smenu {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 0 0;
	width: 240px;
	transition: .8s;
}

/*#Smenu .mail {
	display: inline-block;
	margin: 10px 20px;
	width: 160px;
	height: 40px;
	background: #1360C9;
	color:#FFF;
	text-align: center;
	text-decoration: none;
}*/

#Smenu .mail > a {
	display: inline-block;
	margin: 15px 20px 5px;
	width: 160px;
	height: 40px;
	background: #1360C9;
	padding: 7px 0 0 0;
	color:#FFF;
	text-align: center;
	text-decoration: none;
}



	
footer {
	margin: 50px 0 0 0;
	padding:20px 0;
	width: 100%;
	background: #24549A;
	color: #FFF;
	/*position: absolute;*//*←絶対位置*/
    /*bottom: 0;*/ /*下に固定*/
}

footer a {
	text-decoration: none;
    color: #FFF;
}

footer a:hover {
	text-decoration: underline;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
}

#footer address {
	width: 1280px;
	margin: 80px auto 10px;
	display: block;
}



#footer_menu_main {
	width: 1280px;
	padding-top: 20px;
	display: block;
	font-size: 1.1rem;
}

#footer_menu_main::after {
    content: "";
	border-bottom: rgba(240,240,240,1.00) solid 1px;
	display: block;
	margin: 30px 0 10px;
}

#footer_menu_main ul {
	display: flex;
	flex-wrap: nowrap;
}

#footer_menu_main ul li {
	margin-left: 1rem;
	width: 280px;
}

#footer_menu_main ul li a {
	text-decoration: none;
    color: #FFF;
}

#footer_menu_main ul li a:hover {
	text-decoration: underline;
}


#footer_menu {
	/*clear: both;*/
	width: 1280px;
	padding-top: 50px;
	display: flex;
}





#footer_menu .vline {
	width: 1px;
	height: 400px;
	background-color: #FFF;
	float: left;
	margin: 0 0 0 0;
}

#footer_menu ul {
	width: 420px;
}

/*#footer_menu ul li {
	list-style: disc;
	padding: 0 0 0 -20px;
}*/

#footer_menu ul li {
		margin-left: 1rem;
}

#footer_menu ul li a {
	text-decoration: none;
    color: #FFF;
}

#footer_menu ul li a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 0.9em;
	color: #FFF;
	margin: 20px 0 0 0;
	width:100%;
	text-align: center;
}

.copyright::before {
	content: "";
	border-bottom: rgba(240,240,240,1.00) solid 1px;
	display: block;
	margin: 30px 0 10px;
}

/*--------------------------------------------------------------------------------------------
　パンくず
-------------------------------------------------------------------------------------------*/


#topic_path {
	width:100%;
	/*height: 45px;*/
	line-height: 100%;
	background-color: #F5F5F5;
	margin: 0 0 15px 0;
	padding: 10px;
}

#topic_path:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

#topic_path p {
	display: block;
	width: 1240px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
/*
#topic_path ol {
	display: block;
	width: 1240px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#topic_path ol:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

#topic_path ol li {
	float: left;
}
#topic_path ol li a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	color: #46719F;
}
#topic_path ol li a:hover {
	color: #5B8FC7;
}
*/



/* ----------------------------------------------------------------------------------
*
*　コンテンツ枠
*
 ----------------------------------------------------------------------------------*/


main {
	clear: both;
	width: 1240px;
	min-height: 200px;
	margin: 0 auto;
}

main::after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}

main p,ol,ul,table,form {
	margin: 0 0 0 20px;
}

/*ニュース用 */

main #left {
    width: 300px;
    float: left;
}
.left h2 {
    border-bottom: 2px solid #5D85FF;
    font-weight: 100;
    margin-top: 15px;
    font-size: 1.3em;
    padding: 15px;
}
.left h2 svg {
    color: #5D85FF;
}
main #main {
    width: 900px;
    float: right;
	padding-top: 20px;
}



#cont_main {
	width: 100%;
	height: 240px;
	position: relative;
	/*background: #739EDE;*/
	background: linear-gradient(55deg,#24549A 30%, #739EDE 50%);
	/*Transformation*/
	/*padding: 210px 0 280px;*/
	/*Transformation // */
	
}

#cont_main img {
		object-fit: cover;
		width: 100%;
		height: 240px;
	
}

#cont_main h2 {
		top: 90px;
		/*Transformation*/
		/*top: 330px;*/
		/*Transformation // */
		left: calc(50% - 600px);
		width: 1280px;
		position: absolute;
		display: inline-block;
		text-align: center;
		color: #fff;
		text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
}

.contents_area {
	/*display: flex;*/
}

.contents_area .main {
	width: 1280px;
}

.contents_area2 .right {
	margin: 0 0 0 20px;
	width: 300px;
}

/*.main ul li {
	list-style-type:circle;
	width: 96%;
	margin-left:3em; 
}

.main ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	width: 96%;
}
 
.main ol li::before {
	content: "( " counter(cnt) " ) ";
	display:inline-block;
	margin-left:-3em; 
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}*/

.main p {
	width: 96%;
	margin: 1em auto;
}

h2{
	font-size: 2rem;
	margin: 20px;
}

h3 {
	display: block;
	font-size: 1.5rem;
	color: #FFF;
	background-color: #24549A;
	padding: 5px 0 5px 15px;
	border-radius: 0.5em;/*角丸*/
	text-align: left;
	margin: 15px 0;
}

h4 {
	margin: 15px 0 15px 5px;
	font-size: 1.3rem;
	color: #24549A;
	padding: 5px 0 5px 30px;
	border-radius: 0.5em;/*角丸*/
	text-align: left;
	background-color: #fff;
	border: #24549A solid 1px;
}


h5 {
  font-size: 1.1rem;
	color: #24549A;
	margin: 2px 0 0 10px;
	padding: 5px 0 5px 0;
	
	text-align: left;
	background-color: #fff;
	border-bottom: #24549A solid 1px;
}

h3 a {
	text-decoration: none;
	color: #FFF;
}
h3 a:hover {
	text-decoration:underline;
}

h4 a {
	text-decoration: none;
	color: #24549A;
}
h4 a:hover {
	text-decoration:underline;
}

h5 a {
	text-decoration: none;
	color: #24549A;
}
h5 a:hover {
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------
*
*　トップページ
*
 ----------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------
　スライダー
-------------------------------------------------------------------------------------------*/

#main_img {
	width: 100%;
	height: 760px;
	margin: 0 auto;
	position: relative;
	
	/*Transformation*/
	/*padding: 210px 0 0;*/
	/*Transformation // */
}

/*#main_img_bg {
	background-image: url(../images/top/sankaku.png);
	background-repeat: no-repeat;
	position: absolute;
	background-position: bottom center;
	width: 100%;
	height: 100px;
	bottom: 0px;
	z-index: 1;
}*/

#slider {
/*	width: 100%;
	height: 600px;
	object-fit: cover;*/
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
	height: 760px;
	object-fit: cover;
}

.bx-viewport {
    max-height: 760px;
}

.bxslider4 .bxslider {
	width:100%;	
    position: relative;
	margin: 0 auto;
}

/*画像も置くパターン*/
/*.bxslider4 .bxslider_caption{
	z-index: 100;
	opacity: 0;
	top: 40%;
    left: 50%;
	position: absolute;	
	font-size: 1.4rem;
	font-weight: 500;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
}

.bxslider4 .bxslider_caption div img{
	width: auto !important;
	margin: 0 auto;
}

.bxslider4 .bxslider_caption div{
  	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.8em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 180%;
	text-align: center;
}

.bxslider4 .bxslider_caption p {
}*/

/*.autosize {
	width: auto !important;
}*/

.bxslider4 .bxslider_caption h2 {
	z-index: 100;
	top: 38%;
    left: calc(50% - 400px);
	width: 800px;
	position: absolute;	
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 180%;
	text-align: center;
}

/*--------------------------------------------------------------------------------------------
　トップ　メインイメージ重なりバナー
-------------------------------------------------------------------------------------------*/
#content-banner-wrapper {
	width: 1280px;
	margin: -180px auto 0;
	/*Transformation*/
	/*margin: 80px auto 0;*/
	/*Transformation // */
	position:relative;
	/*background-color: #fff;
	border-radius: 20px;*/
	min-height: 160px;
	z-index: 10000;
}

#content-banner-wrapper ul {
	width: 1280px;
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-between;
}

#content-banner-wrapper li {
	width:300px;
	position:relative;
	margin: 10px;
}

#content-banner-wrapper li p {
	text-indent: -9999px;
/*	position:absolute;
	top:20px;
	left:30px;
	font-size: 1.2rem;
	color: #FFF;
	font-weight: 500;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
	z-index: 1;*/
}

#content-banner-wrapper img {
	width:290px;
	height: 240px;
	/*object-fit: cover;*/
	margin: 5px 0 0 5px;
}

#content-banner-wrapper ul > li > a {
	display: block;
	/*width:290px;*/
	margin: 5px 0 0 5px;
	/*background-color: #fff;*/
	z-index:100;	
}

#content-banner-wrapper ul > li > a:hover img {
	/*transform:scale(1.1,1.1);*/
	opacity: 0.8;
	transition: 0.2s;
}


/*--------------------------------------------------------------------------------------------
　トップ　検索窓群
-------------------------------------------------------------------------------------------*/
#content-search-wrapper {
	width: 1280px;
	min-height: 260px;
	margin: 0 auto;
	/*background-color: #5E92D6;*/
	background: linear-gradient(to right, #5E92D6 0%, #5E92D6 60%, #D4E3F7 85%, #D4E3F7 90%, #D4E3F7 100%);
	opacity: 0.7;
	display: flex;
	justify-content:space-between;
	border: 1px solid #5E92D6;
	
}

#content-search-wrapper .dropdown , .search-box .dropdown{
	margin: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	width:230px;
}


#content-search-wrapper input, .search-box input {
	margin: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	/*width: 80%;*/
	border-radius: 10px;
	width:300px;
}

#content-search-wrapper ul {
	width: 600px;
	height: 90px;
	padding: 30px 0 0 0;
	display: flex;
	justify-content:space-around;
	background-color: #FFF;
	opacity: .75;
}

#content-search-wrapper li {
	width: 140px;
	color: #003586;
	font-size: 1.2rem;
}

#content-search-wrapper button,  .search-box button{
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 15%;
    max-width: 140px;
    height: 34px;
    border: none;
    background-color: #aeb3c2;
    color: #000;
    cursor: pointer;
}

#content-search-wrapper button:hover, .search-box button:hover {
    background-color: #8E94A3;
}

/*-------------------------------------------------*/

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 30px;
    padding: 10px 20px 20px 40px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    width: 860px;
}
/*タブのスタイル*/
.tab_item {
    /*width: calc(100%/6);*/
	padding: 10px;
    height: 50px;
    border-bottom: 3px solid #003586;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 1.1em;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 10px 10px 0;
    clear: both;
    overflow: hidden;
	background-color: #003586;
	width: 600px;
	min-height: 150px;
}
/*選択されているタブのコンテンツのみを表示*/
#tabs1:checked ~ #tabs1_content, #tabs2:checked ~ #tabs2_content {
    display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #003586;
    color: #fff;
}

.cal-area {
	display: block;
	width: 360px;
}

.opac-link {
	display: block;
	margin: 0 0 0 20px;
}

.opac-link a {
	margin: 0 0 0 15px;
	color: #fff;
	text-decoration: none;
}

.opac-link a:hover {
	color: #fff;
	text-decoration:underline;
}

.yj_white {color:#fff;}




/*--------------------------------------------------------------------------------------------
　トップ　お知らせ
-------------------------------------------------------------------------------------------*/

#news-wrapper {
	width: 100%;
	min-height: 400px;
	background: #FFF;
}

#news-wrapper h2::after {
  content: " ";
  display: block;
  border-bottom: solid 5px #F00;
  margin: -5px 0 20px 0;
  width: 40px;
}

#news {
	width: 1280px;
	margin: 20px auto;
	padding: 40px 0;
}

#news h2 {
	font-size: 2rem;
	font-weight: 500;
	margin: 20px 0;
	padding: 15px;
	color: #707070;
	border-bottom: 1px solid #CCC;
}

#news h3 a {
	color: #707070;
	margin: 20px 0;
}

#news h3 a:hover {
	text-decoration: none;
}

#news dt {
	width: 30%;
	float: left;
	clear: both;
	padding: 15px;	
	/*text-indent: 150px;*/
	text-indent: 50px;
	border-top: 1px dashed #ccc;
}

#news dd {
	width: 70%;
	float: left;
	padding: 15px;
	border-top: 1px dashed #ccc;
}

#news dl dt:first-child  {
	border-top: none;
}

#news dl dt:first-child + dd {
	border-top: none;
}

#news dl dd a {
	text-decoration: none;
    color: #000;
}

#news dl dd a:hover {
	text-decoration: underline;
}

/*.icon_news {
    background-image: url("../images/top/icon_news.png");
    background-repeat: no-repeat;
    background-position: left;
}

.icon_event {
    background-image: url("../images/top/icon_event.png");
    background-repeat: no-repeat;
    background-position: left;
}

.icon_recruit {
    background-image: url("../images/top/icon_recruit.png");
    background-repeat: no-repeat;
    background-position: left;
}*/


/*--------------------------------------------------------------------------------------------
　トップ　コンテンツ枠
-------------------------------------------------------------------------------------------*/

.content-cont-wrapper {
	width: 100%;
	min-height: 480px;
	display: block;
	position: relative;
}

.content-cont-wrapper::after {
  content: "";
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 300px;
  background-color: #E5E5E5;
  opacity: 0.7;
  z-index: -1;
  display: block;
}

.content-cont-wrapper h2::after {
  content: " ";
  display: block;
  border-bottom: solid 5px #F00;
  margin: -5px 0 20px 0;
  width: 40px;
}

.content-cont {
	width: 1280px;
	margin: 30px auto 0;
	display:flex;
}

.content-cont .order {
	order: -1;
}

.content-cont-pic {
	width: 500px;
	margin: 50px 0 0 0;
}

.content-cont-pic img {
	border-radius: 15px;
}

.content-cont-text {
	width: 700px;
	margin: 80px 60px 0 60px;
	background-color: #FFF;
}

.content-cont-text ul {
	margin: 10px 0 0 40px;
	display: flex;
	flex-wrap:wrap;
}

.content-cont-text li {
    position: relative;
    padding-left: 10px;
	list-style: none;
	text-indent: 15px;
	width: 300px;
}
 
.content-cont-text li::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #003586;
    border-right: 2px solid #003586;
}

.content-cont-text ul li a {
	text-decoration: none;
    color: #000;
}

.content-cont-text ul li a:hover {
	text-decoration: underline;
}


/*--------------------------------------------------------------------------------------------
　トップ　製品紹介
-------------------------------------------------------------------------------------------*/

#product-wrapper {
	width: 100%;
	background: #DFE8F1;
	padding: 50px 0 100px 0;
	position: relative;
}

#product-wrapper::after {
	content: '';
	background-image: url(../images/top/sankaku.png);
	background-repeat: no-repeat;
	position: absolute;
	background-position: bottom center;
	width: 100%;
	height: 100px;
	bottom: 0px;
	z-index: 1;
}

#product-wrapper::before {
	content: "";
	background-image: url(../images/top/sankaku.png);
	background-repeat: no-repeat;
	position: absolute;
	top:-100px;
	/*background-position: top center;
	width: 100%;
	height: 100px;
	top: -100px;*/
}

#content-product-wrapper ,#content-waku-wrapper {
	clear: both;
	width: 1200px;
	margin: 20px auto;
	paddig: 40px 0;
	/*min-height: 300px;*/
}

#content-product-wrapper h2 ,#content-waku-wrapper h2 {
	font-size: 2rem;
	font-weight: 500;
	margin: 20px 0;
	padding: 15px;
	color: #707070;
	border-bottom: 1px solid #CCC;
}

#content-product-wrapper ul ,#content-waku-wrapper ul {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
}

#content-product-wrapper li ,#content-waku-wrapper li {
	display: block;
	position:relative;
	width:380px;
	/*min-height: 360px;*/
	margin: 10px 0 0 10px;
	border:#CCC 1px solid;
}

#content-product-wrapper li img{
	width:390px;
	min-height: 260px;
	object-fit: cover;
}

#content-waku-wrapper li img{
	display: block;
	margin: 20px auto;
}

#content-product-wrapper li h3 ,#content-waku-wrapper li h3 {
	position:absolute;
	top:100px;
	left:100px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	border: 1px #FFF solid;
	width: 180px;
	padding: 15px;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 500;
}

#content-product-wrapper li p ,#content-waku-wrapper li p {
	padding: 0 15px;
}




/* ----------------------------------------------------------------------------------
*
*　アクセス
*
 ----------------------------------------------------------------------------------*/
.google_map {
  width: 100%;
  height: 600px;
  /*overflow: hidden;*/
}

.google_map iframe {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.google_cal iframe {
  width: 1180px;
  height: 680px;
}

/* ----------------------------------------------------------------------------------
*
*　汎用ボックス
*
 ----------------------------------------------------------------------------------*/

.waku {
	margin: 0px 15px 0px;
	padding: 10px;
	border: #6A6767 solid 1px;
	border-radius: 3px 3px 0 0;
	background-color: #FFF;
}

/* ----------------------------------------------------------------------------------
*
*　フレックスボックス
*
 ----------------------------------------------------------------------------------*/

.contflex_warapper {
	display: flex;
	flex-wrap: nowrap;
	margin: 40px auto 0;
}

.contflex_warapper h5 {
	margin: 0 10px;
	padding: 0;
	font-weight: 400;
	font-size: 1.4rem;
}

/* 2段 */
.cont2_box_bd {
	display:block;
	border: 1px #7F7E7E solid;
	width: 580px;
	padding: 10px;
	margin: 10px;
}

.cont2_box, .cont2_box_nor{
	display:block;
	width: 580px;
	padding: 10px;
	margin: 20px 10px;
}

.cont2_box img {
	width:100%;
	height:326px;
	object-fit: cover;
}

.cont2_box_nor img {
	width:100%;
}

/* 3段 */
.cont3_box_bd {
	display:block;
	border: 1px #7F7E7E solid;
	width: 360px;
	padding: 10px;
	margin: 10px;
}

.cont3_box {
	display:block;
	width: 360px;
	padding: 10px;
	margin: 10px;
}

.cont3_box img {
	width:100%;
	height:220px;
	object-fit: cover;
}

.cont3_box .title {
	display:block;
	width:100%;
	background-color: #F28E0B;
	color: #fff;
	margin: 0;
	padding: 0.25em 0;
	text-align: center;
}

.cont3_box .title::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "　\f061";
}

.cont3_box a:hover {
	text-decoration: none;
	opacity: .8;
} 



/* ----------------------------------------------------------------------------------
*
*　CTA ボックス
*
 ----------------------------------------------------------------------------------*/

.cta_warapper {
	/*display: flex;
	flex-wrap: wrap;*/
	width: 1180px;
	margin: 80px auto 80px;
	padding: 20px;
	border: 2px #CCC solid;
	border-radius: 15px;
}

.cta_warapper h4 {
	border: none !important;
	padding: 0;
	font-size: 1.5rem;
	font-weight: 500;
	
	margin: 0 0 20px 0;
	color: #24549A;
	text-align: left;
	background-color: #fff;
	
}


/*.cta_box {
	display:block;
	width: 47%;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

.cta_line {
	border-right: #ccc 1px solid;
} 

.cta_box i {
	font-size: 3em;
}

.cta_box p {
	font-size: 0.75em;
}

.cta_box .title {
	font-size: 1.5rem;
	font-weight: 500;
}

.cta_box .tel {
	font-size: 3rem;
	font-weight: 300;
	color: #5F5F5F;
}

.cta_box .fa-phone-mk {
	display: block;
	width: 67px;
	height: 67px;
	margin: 0 auto;
	background-image: url("../images/icon_tel.png");
    background-repeat: no-repeat;
}

.cta_box .fa-pc-sp {
	display: block;
	width: 150px;
	height: 67px;
	margin: 0 auto;
	background-image: url("../images/icon_pc_sp.png");
    background-repeat: no-repeat;
}*/


/* ----------------------------------------------------------------------------------
*
*　サイトマップ
*
 ----------------------------------------------------------------------------------*/

.sitemap > ul {}

.sitemap > ul > li {
    list-style: none !important;
	width: 96%;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid #7A94DC;
	font-size: 1.4em;
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 20px;
}

.page_item_has_children > a {
}

.sitemap .children a {
	font-size:0.8em;
}

.sitemap .children .children a {
	font-size: 0.6em;;
}

/* ----------------------------------------------------------------------------------
*
*　お問合せ
*
 ----------------------------------------------------------------------------------*/

.contact {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.contact .dropdown {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
}


.contact input {
	padding: 5px;
	border: 1px solid #ccc;
	/*width: 80%;*/
	border-radius: 10px;
}


.contact textarea {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 80%;
}

.contact th {
	width: 300px;
	border-top: 1px solid #Ccc;
	padding: 10px;
}

.contact td {
	border-top: 1px solid #Ccc;
	padding: 10px;
}

.submit {
	text-align: center;
	margin: 10px auto;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
	background: -webkit-linear-gradient(#e9e9e9, #ababab);
	background: -moz-linear-gradient(#e9e9e9, #ababab);
	background: -o-linear-gradient(#e9e9e9, #ababab);
	background: -ms-linear-gradient(#e9e9e9, #ababab);
	background: linear-gradient(#e9e9e9, #ababab);
}

.reset {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
	background: -webkit-linear-gradient(#e9e9e9, #ababab);
	background: -moz-linear-gradient(#e9e9e9, #ababab);
	background: -o-linear-gradient(#e9e9e9, #ababab);
	background: -ms-linear-gradient(#e9e9e9, #ababab);
	background: linear-gradient(#e9e9e9, #ababab);
	text-align: center;
}





/* ----------------------------------------------------------------------------------
*
*
* 共通　項目
*
*
 ----------------------------------------------------------------------------------*/


.cont_h2 {
		width: 100%;
		text-align: left;
		font-size: 3.2em;
		padding-top: 50px;
		padding-bottom: 50px;
}
.cont_h3 {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 2em;
		color: #394C93;
		 
}

.cont_h4 {

	padding: 10px 0 20px 70px;
	font-size: 1.4em;
	color: #333;
	position: relative;
	text-align: left;
	background-color: #fff;
	border-radius: 0;
	border-bottom: 1px dotted #F4F1F1;
}
	
.cont_h4::before {
	position: absolute;
	top:10px;
	left:5px;
	content:"";
	display:inline-block;
	width: 50px;
	height: 50px;
	background:url(../images/common/tree_icon.png) no-repeat;
	background-size:contain;
}

.cont_h5 {
		width: 90%;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.2em;
}
.cont_dl {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
}

.cont_dl:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}
.cont_dl dt {
		width: 200px;
		float: left;
		clear: both;
		padding: 15px;
		border-top: 1px dashed #ccc;
}
.cont_dl dd {
		width: 850px;
		padding: 15px;
		float: left;
		border-top: 1px dashed #ccc;
}
.contents_textarea {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}
.cont_text {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}
.cont_table {
		width: 96%;
		margin-right: auto;
		margin-left: auto;
}
.cont_table th {
		padding: 10px;
		background-color: #FBFBFB;
		border: 1px solid #ccc;
		width: 30%;
		text-align: left;
}
.cont_table td {
		padding: 10px;
		border: 1px solid #ccc;
}

table.tb04 {
	width: 100%;
}

.tb01 th,
.tb01 td,
.tb02 th,
.tb02 td,
.tb03 th,
.tb03 td,
.tb04 th,
.tb04 td
{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th,
.tb02 th,
.tb03 th
{
  background: #EBEBEB;
}

.tb01 th {
	text-align: center;
}
.tb01 .nrp { 
	white-space:nowrap;
}

.tb04 th
{
  background: #def;
}

.tb04 tr:nth-child(2n+1) > td:first-child {
	text-align: center;
}

.tb04 td:nth-child(2),
.tb04 td:nth-child(3)
{
  background: #EBEBEB;
}

.cont_ul {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
}
.cont_ul li {
		padding-left: 10px;
		list-style: disc;
}

.cont_ul2 {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
}
.cont_ul2 li {
		padding-left:5px;
		list-style: disc;
}

.cont_ol {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
}

.cont_ol li {
		padding-left:5px;
		list-style:decimal;
}

.flex_ul {
	width: 94%;
	display: flex;
	flex-wrap: wrap;
}

.flex_ul li {
	width: 240px;
	padding:0 0 0 5px;
}

.flex_ul li a {
  display: inline-block;
  text-indent: 1em;
  text-decoration: none;
  
}
.flex_ul li a::before {
  content: "・ ";
}

.flex_ul li a:hover {
  text-decoration: underline;
}


/* 汎用数値リスト　*/
.nm_list > li {
	margin: 0 0 0 1em;
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	width: 90%;
}
 
.nm_list > li::before {
	content: "（" counter(cnt) "） ";
	display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}


/* 汎用リスト　*/

.cp_list {
	width: 96%;
	margin: 15px auto;
}

.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
.cp_list li::before {
	position: absolute;
	content: '';
	display: block;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 3px solid #1CAA30;
	border-bottom: 3px solid #1CAA30;
	transform: rotate(-45deg);
}

/* 〇数値リスト　*/
ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
}
.ml_list > li {
  /*margin: 0 0 0 3em;*/
  margin: 0;
  width: 90%;
  /*font-size: 13px;*/
  line-height: 1.5;
  padding: 0 0 0 28px;
  /*padding: 0;*/
  position: relative;
}
.ml_list > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FFF;
  border: 1px solid;
  border-color: #666;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  color: #000;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* 汎用ボタン */

a.btn-radius-solid {
  margin: 20px auto;
  width: 60%;
  border: 1px solid #909090;
  border-radius: 15px;
  background: #909090;
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  text-decoration: none;
  padding: 10px;
  color:#fff;
  font-size:1.6rem;
  font-weight: 500;
  display: block;
}

a.btn-radius-solid:hover {
  /*background: linear-gradient(to top, #B41941 0%, #BB4060 100%);*/
  background: linear-gradient(to top, #909090 0%, #514D4E 100%);
  text-decoration: none;
  color: #FFF;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

.btn-common,
a.btn-common {
  color: #fff;
  background-color: #8D8E8D;
}

.btn-common:hover,
a.btn-common:hover {
  color: #fff;
  background: #C5C5C5;
}

a.btn-radius {
  border-radius: 100vh;
}

/* ログアウト */
a.btn-logout {
  display: block;
  margin: 2px;
  padding: 3px 15px;
  color: #FFF !important;
  /*background-color: #8D8E8D;*/
  background-color: #003586;
  border-radius: 100vh;
}

a.btn-logout:hover {
  color: #FFF !important;
  text-decoration: none !important;
  /*background: #C5C5C5;*/
  background: #114AA0;
}

/*a.btn-anchor {
	color: #000;
	width:200px;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	display: block;	
}*/

/* アンカー用ボタン */

#content-anchor {
	width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#content-anchor li {
	display: block;
	width: 33%;
	margin: 20px 10px;
}

a.arrow_u {
	position: relative;
	display: inline-block;
	padding: 5px 10px 20px 10px;
	width: 100%;
	border: 1px solid #909090;
	border-radius: 10px;
	background: #E8F4FD;
	text-align: center;
	color:#333;
	text-decoration: none;
}
a.arrow_u:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: auto;
}

a.arrow_u:hover {
	background: #0063AD;
	color: #FFF;
	text-decoration: none;
}

a.arrow_u:hover:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: auto;
}


/* 書類リンクアイコン */

a[href$=".pdf"] {
	padding-right: 1.7em;	
	vertical-align: -9px;
	display: inline-block;
	background: url("../images/pdf_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}
a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 1.7em;	
	vertical-align: -9px;
	display: inline-block;
	background: url("../images/word_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}
a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 1.7em;
	vertical-align: -9px;
	display: inline-block;
	background: url("../images/excel_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}

a[href^="tel:"] {
    pointer-events: none;
	text-decoration: none;
	color:#666;
	
}

/*上に戻る*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #6C8CC4;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 15px 20px 20px;
  text-align: center;
  display: block;
  border-radius: 25px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


/*注意書き*/
.caution_box {
	margin-bottom: 30px;
	padding: 10px;
	border: #d7d7d7 1px solid;
	height: 200px;
	overflow: auto;
}

a .anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}

a.anchor2 {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

#wp-calendar {
    width: 100%;
}
#wp-calendar th {
    background-color: #F3F3F3;
    padding: 5px;
}
#wp-calendar td {
    padding: 5px;
}
#wp-calendar caption {
    text-align: center;
}

/*.wp-calendar-table{
	border-top-width:0;
	border-right-width:0;
}
*/
/*日付の背景（色や形を変更）*/

.widget_calendar tbody td a {
	background: #17A5A7; /*背景色*/
	border-radius: 14px 14px 14px 14px;
	color: #fff; /*文字色*/
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin: 1px;
	vertical-align: middle;
	width: 28px;
	text-decoration: none; /*リンクの下線を消す*/
}
