/*@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%;
	
}
.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: #666666;
  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: 1000;
	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: 80px;
}

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

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

/*#description {
	width: 100%;
	background-color: #F6F6F6;
}

#description p {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	font-size: .85em;
}

#header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}*/

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

#logo {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	width: 400px;
	height: 70px;
	margin: 20px 0 0;
	text-indent: -9999px;
	display: block;
	float: left;
}

#logo a {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	width: 400px;
	height: 70px;
	padding: 5px 0;
	text-indent: -9999px;
	display: block;
	float: left;
}

#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: 10px 10px 0 0;
	font-size: 0.9em;
}

#Gmenu ul li {
	/*position: relative;*/
	margin: 5px 0 0 10px;
	width: 180px;
	height: 50px;
	font-size: 1rem;
	background-color: #F8F6F6;
	border-radius: 5px;
	/*text-indent: 50px;*/
	
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	
}

#Gmenu ul li a {
	display: block;
	width: 180px;
	height: 50px;
	font-size: 1rem;
	background-color: #FFF;
	border-radius: 5px;
	/*text-indent: 50px;*/
	padding: 20px 0 0 0;
	vertical-align:bottom;
	text-decoration: none;
    color: #333;
	font-weight: 500;
}

#Gmenu ul li a:hover {
	background-color: #F1EEEE;
	/*text-decoration: underline;*/
}



.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;
}

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

.menu > ul > li > a:hover {
	background: #fff;
	opacity: 0.9;
}

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

#Smenu {
	display: flex;
	justify-content: flex-end;
	margin: 5px 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 {
	position: static;
	margin: 0;
	padding:20px 0;
	width: 100%;
	background: #C3C6C9;
	/*position: absolute;*//*←絶対位置*/
    /*bottom: 0;*/ /*下に固定*/
}

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

#footer_menu {
	clear: both;
	width: 1200px;
	padding-top: 20px;
}

#footer_menu address {
	width: 300px;
	float: left;
}

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

#footer_menu ul {
	/*width: 280px;*/
	float: left;
}

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

#footer_menu ul li {
	float: left;
	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: #787878;
	margin: 20px 0 0 0;
	width:1200px;
	text-align: center;
}



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


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

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

#topic_path ol {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 10px 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: 1200px;
	margin-left: auto;
	margin-right: auto;
}

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


#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: 1200px;
		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: 1200px;
}

.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;
}

h3 {
	font-size: 1.75rem;
	color: #333;
	padding: 15px;
	border-bottom: 3px double #E5E2E2;
	text-align: left;
	margin-bottom: 15px;
}

/*h4 {
	font-size: 1.5rem;
	margin: 1em 0;
	padding: 0.5em;
	background-color: #F8EBDA;
	border-radius: 10px;
	text-align: left;
	margin-bottom: 15px;
}*/

h4 {
	position: relative;
	font-size: 1.5rem;
	color: #333;
	padding: 15px 25px;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px dotted #E5E2E2;
}

h4::before {
	position: absolute;
	top:15px;
	left:10px;
	height: 30px;
	content: '';
	border-left: solid 5px #E5E2E2;
}
	

h5 {
  font-size: 1.25rem;
  width: 90%;
  padding: 0.5em;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin: 20px 10px;
}



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

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

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

#main_img img {
	height: 700px;
}

/*#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: 700px;
	object-fit: cover;
}

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

.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%;*/
	top: 25%;
    left: calc(50% - 400px);
	width: 800px;
	position: absolute;	
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 140%;
	text-align: center;
}


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

#news-wrapper {
	position: relative;
	margin: -300px auto 80px auto;
	width: 1200px;
	height: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
	background:hsla(0,0%,99%,0.60)
}

#news-wrapper .news-list {
	text-align: right;
	margin-top: -70px;
	margin-right: 50px;
}

#news , #ckdnews {
	width: 1200px;
	margin: 10px auto;
	padding: 10px 0;
}

#news h2 {
	font-size: 2rem;
	font-weight: 500;
	margin: 5px 0;
	padding: 15px 5px 5px 15px;
	color: #000;
	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;
	border-top: 1px dashed #ccc;
	font-weight: 100;
	color: #000;
}

#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;
}

#ckdnews dt {
	width: 35%;
	float: left;
	clear: both;
	padding: 15px;
	border-top: 1px dashed #ccc;
	font-weight: 100;
	color: #000;
}

#ckdnews dt img {
	max-width: 300px;	
}

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

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

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

.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-banner-wrapper {
	width: 1200px;
	min-height: 570px;
	/*margin: -100px auto 0;*/
	/*Transformation*/
	margin: 80px auto 0;
	/*Transformation // */
	position:relative;
	background-color: #fff;
	border-radius: 20px;
	paddig: 40px 0;
}

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

.maruwaku{
	width:350px;
	height: 230px;
	clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:0;
	left:50px;
	background: hsla(242,64%,76%,1.00);
}

.maruwaku1{
	width:350px;
	height: 230px;
	clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:0;
	right:50px;
	background: hsla(55,47%,68%,1.00);
}

.maruwaku2{
	width:420px;
	height: 280px;
	clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:120px;
	left:33%;
	background: hsla(35,69%,69%,1.00);
}

.maruwaku3{
	width:350px;
	height: 230px;
	clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:300px;
	left:50px;
	background: hsla(117,61%,72%,1.00);
}

.maruwaku4{
	width:350px;
	height: 230px;
	clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:300px;
	right:50px;
	background: hsla(115,10%,78%,1.00);
}

.maruwaku p,
.maruwaku1 p,
.maruwaku3 p,
.maruwaku4 p
 {
	display: block;
	margin: 80px 0 0 0;
	padding: 0px 40px 10px;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
}

.maruwaku2 p
 {
	display: block;
	margin: 120px 0 0 0;
	padding: 0px 40px 10px;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
}

#content-banner-wrapper a:hover {
	text-decoration:underline;
	opacity: .8;
} 


#content-banner-wrapper ul {
	width: 100%;
	display: flex;
	flex-wrap:nowrap;
	justify-content:center;
}

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

#content-banner-wrapper li p {
	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:380px;
	height: 230px;
	object-fit: cover;
	margin: 5px 0 0 0;
	/*border-radius: 20px;*/
}

#content-banner-wrapper ul > li > a {
	display: block;
	width:380px;
	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);*/
	transition: 0.2s;
}





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

#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;
}


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

.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: wrap;
	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: 1200px;
	margin: 80px auto 80px;
	padding: 10px;
	border: 2px #CCC solid;
	border-radius: 15px;
}

.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;
}


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

.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);
	text-align: center;
}

.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: 94%;
		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;
}
.cont_ul {
		width: 90%;
		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;
		
}


/* 汎用数値リスト　*/
.nm_list li {
	margin: 0 0 0 3em;
	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);
}

/* 汎用ボタン */

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;
}



.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  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:#1971B0;
}

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

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

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

a[href$=".pdf"] {
	padding-right: 1.7em;
	display: inline-block;
	background: url("/content/images/contimg/pdf_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}
a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 1.7em;
	display: inline-block;
	background: url("/content/images/contimg/word_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}
a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 1.7em;
	display: inline-block;
	background: url("/content/images/contimg/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: #514D4E;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 20px 20px;
  text-align: center;
  display: block;
  border-radius: 40px;
  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[href$=".pdf"] {
	padding-right: 1.7em;
	display: inline-block;	
	vertical-align: -6px;
	background: url("/assets/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;
	display: inline-block;	
	vertical-align: -6px;
	background: url("/assets/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;
	display: inline-block;	
	vertical-align: -6px;
	background: url("/assets/images/excel_icon.fw.png") no-repeat 100% 50%;
	background-size: 1.5em 1.5em;
}

