/*@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');
}*/

body {
	line-height: 180%;
	/*font-size: 0.9em;*/
	font-size: 1rem;
	color: #333;
  	
	
/*  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: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;*/
}

.sp_none {
		display: none;
}

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

img {
		max-width: 100%;
}





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

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

header {
	width: 100%;
}

#description {
	display:none;
	/*width: 100%;
	background-color: #0D9A3B;*/
}

#description p {
	display:none;
	/*margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: .5em;*/
}

#header {
}

#logo {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size: 207px 42px;
	width: 207px;
	height: 42px;
	text-indent: -9999px;
	display: block;
	margin: 15px 15px;
	float: left;
}

#logo a {
	background-image: url("../images/logo.png");
	background-size: 207px 42px;
	width: 207px;
	height: 42px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#Gmenu {
	clear: both;
}

/*#header ul {
	display: none;
}*/


footer {
	border-top: 3px solid #F6F6F6;
	border-bottom: 10px solid #F6F6F6;
	background: #F6F6F6;
	padding:20px 0;
	width: 100%;
	margin-top: 20px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

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

#footer_menu address {
	width: 100%;
	float: left;
}

#footer_menu address::after {
	content:"";
	clear: both;
}

#footer_menu .vline {
}


#footer_menu ul {
	width: 100%;
	float: left;
}

/*#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: #333;
}

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



.copyright {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	padding-top: 15px;
	border-top: 1px dashed #ccc;
	color: #787878;
}




main {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

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

.main ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	width: 90%;
}
 
.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: 90%;
	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 h2{

}

.main h3 {
	color: #5e461c;
	padding: 15px;
	border-bottom: 3px double #E5DEE0;
	margin-bottom: 15px;
}

.main h4 {
	
}

.main h5 {
  width: 90%;
  padding: 0.5em;
  position: relative;
  border-bottom: 3px solid #ccc;
  margin: 20px 10px;
}*/





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

main {
	clear: both;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

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

#cont_main {
	width: 100%;
	height: 100px;
	position: relative;
}

#cont_main img {
	height: 100px;
	width: 100%;
	object-fit: cover; 
	position: relative;
}
#cont_main h2 {
	position: absolute;
	top: 30px;
	color: #fff;
	text-shadow:2px 2px 3px #7f7f7f,0px 0px 3px #6f6f6d;
	left: 10px;
}




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



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


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

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

#topic_path ol {
	width: 100%;
	margin: 0 auto 15px;
	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_img {
	width: 100%;
	
}

#slider {

}

.bxslider {
}

.bx-wrapper {
    position: relative;
}

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

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


.bxslider4 .bxslider {
	width: 100%;
	margin: 0 auto;
}
/*.bxslider4 ul li img {
	width: 100%;
	height: auto;
}
.bxslider4 .bxslider_caption {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	background: rgba(0,0,0,0.3);
	color: #fff;
}
.bxslider4 .bxslider_caption > div {
	padding: 10px;
}
.bxslider4 .bxslider_caption h4 {
	font-size: 1.3em;
	font-weight: bold;
}*/

.bxslider4 .bxslider_caption{
	z-index: 100;
	opacity: 0;
	top: 50%;
    left: 10%;
	position: absolute;
}

.bxslider4 .bxslider_caption div img{
	width: 40% !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: 0.7em;
	line-height: 250%;
	text-align: center;
}





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

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

#news , #ckdnews {
	width: 100%;
	margin: 20px auto 60px;
	padding: 40px 0;
}

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

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

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

/*#news dt {
	clear: both;
	padding: 10px;
}*/

#news dt {
	clear: both;
	padding: 15px;	
	/*text-indent: 150px;*/
	border-top: 1px dashed #ccc;
	font-weight: 100;
}

#news dd {
	padding: 10px;
	/*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;
	margin-left: 10px;
}

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

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


/*--------------------------------------------------------------------------------------------
　コンテンツ　バナー 上部
-------------------------------------------------------------------------------------------*/
#content-banner-wrapper {
	width: 100%;
	margin: 20px auto;
	position:relative;
}

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

#content-banner-wrapper li {
	width:45%;
	margin: 0 10px 0 0;
}

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

#content-banner-wrapper img {
	width:100%;
	height: 160px;
	object-fit: cover;
	margin: 5px 0 0 5px;
	border-radius: 20px;
}


.maruwaku{
	margin: 0 auto;
	width:80%;
	height: 140px;
	border-radius: 15px;
	/*clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:0;
	left:50px;*/
	background: hsla(242,64%,76%,1.00);
}

.maruwaku1{
	margin: 0 auto;
	width:80%;
	height: 140px;
	border-radius: 15px;
	/*clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:0;
	right:50px;*/
	background: hsla(55,47%,68%,1.00);
}

.maruwaku2{
	margin: 0 auto;
	width:80%;
	height: 140px;
	border-radius: 15px;
	/*clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:120px;
	left:33%;*/
	background: hsla(35,69%,69%,1.00);
}

.maruwaku3{
	margin: 0 auto;
	width:80%;
	height: 140px;
	border-radius: 15px;
	/*clip-path: ellipse(49% 45% at 50% 50%);
	position:absolute;
	top:300px;
	left:50px;*/
	background: hsla(117,61%,72%,1.00);
}

.maruwaku4{
	margin: 0 auto;
	width:80%;
	height: 140px;
	border-radius: 15px;
	/*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,
.maruwaku2 p,
.maruwaku3 p,
.maruwaku4 p
 {
	display: block;
	margin: 20px 0 0 0;
	padding: 20px 40px 10px;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
}

#content-banner-wrapper a {
	text-decoration:none;
} 

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

/* ----------------------------------------------------------------------------------
*
*　アクセス
*
 ----------------------------------------------------------------------------------*/

.google_map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

/*.google_map iframe {
  width: 100%;
  height: 760px;
  margin-top: -160px;
}
*/


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

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

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

.cont2_box {
	display:block;
	width: 90%;
	padding: 10px;
	margin: 10px;
}

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

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

.cont3_box {
	display:block;
	width: 90%;
	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;
} 

/* ----------------------------------------------------------------------------------
*
*　流れ　 ボックス
*
 ----------------------------------------------------------------------------------*/

.flow_warapper {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 40px auto;
	border: 1px #F8EBDA solid;
}

.flow_box {
	display:table;
	height: 150px;
	padding: 10px;
	margin: 10px;
	
}

.flow_box:last-child{
    margin-left: auto;
}


.flow_box p {
	font-size: 0.85em;
}

.flow_box .title {
	display: table-cell;
	font-size: 2.25em;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}

.flow_box .title2 {
	font-size: 2em;
	font-weight: 700;
}

.flow_box img {
	width:250px;
	height:150px;
	object-fit: cover;
}

.under_allow {
	position: relative;
	height: 60px;
	color:#fff;
}

.under_allow::after {
	position: absolute;
  	top: 10;
  	right: 50%;
	font-family: "Font Awesome 5 Free";
	font-size: 3em;
	text-align: center;
	font-weight: 900;
	color: #F28E0B;
	content: "　\f063";
} 

/* ----------------------------------------------------------------------------------
*
*　こだわり　 ボックス
*
 ----------------------------------------------------------------------------------*/



.kodawari_warapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 40px auto;
	border: 1px #F8EBDA solid;
}

.kodawari_warapper h4 {
  position: relative;
  padding: 1rem 2rem 1rem 2em;
  background: #fff;
  color:#A82525;
  width:100%;
  text-align: center;
}

.kodawari_warapper h4  span {
  position: absolute;
  top: -32px;
  left: 15px;
  display: inline-block;
  width: 66px;
  height: 50px;
  text-align: center;
  background: #F29600;
  color: #fff;
  font-size: 1.25em;
}

.kodawari_warapper h4  span small {
	display: block;
	font-size: 0.2em;
}

.kodawari_warapper h4  span:before,
.kodawari_warapper h4  span:after {
  position: absolute;
  content: '';
}

.kodawari_warapper h4  span:before {
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F29600;
}

.kodawari_warapper h4 span:after {
  top: 100%;
  left: 0;
  display: block;
  height: 50%;
 /* border: 1em solid #F29600;*/
  border-left: 30px solid #F29600;
  border-bottom: 30px solid transparent;
  /*border-bottom-width: 10px;*/
  border-bottom-color: transparent;
}

.kodawari_warapper h4 span:after {
  top: 100%;
  right: 0;
  display: block;
  height: 50%;
  border-right: 30px solid #F29600;
  border-bottom: 30px solid transparent;
  /*border-bottom-width: 10px;
  border-bottom-color: transparent;*/
}





/*.kodawari_warapper h4 {
	width:100%;
	border: none;
	background-color: #fff;
	color:#A82525;
	text-align: center;
}*/

.kodawari_box {
	display:block;
	width: 90%;
	padding: 10px;
	margin: 10px 0;
}

.kodawari_box img {
	width:100%;
	height:200px;
	object-fit: cover;
}



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

.cta_warapper {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 40px auto;
	border: 1px #CCC solid;
}

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

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

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

.cta_box .title {
	font-size: 1.25em;
	font-weight: 700;
}

.cta_box .tel {
	font-size: 2em;
	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 {
		display: block;
		padding: 10px 10px 0px 10px;
}
.contact td {
		display: block;
		border-top: 1px solid #Ccc;
		padding: 10px;
}
.submit {
		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, #d5def8), color-stop(1.00, #f2f19b));
		background: -webkit-linear-gradient(#d5def8, #f2f19b);
		background: -moz-linear-gradient(#d5def8, #f2f19b);
		background: -o-linear-gradient(#d5def8, #f2f19b);
		background: -ms-linear-gradient(#d5def8, #f2f19b);
		background: linear-gradient(#d5def8, #f2f19b);
		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;
		margin-left: 20px;
}.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 {
		display: block;
		padding: 10px 10px 0px 10px;
}
.contact td {
		display: block;
		border-top: 1px solid #Ccc;
		padding: 10px;
}
.submit {
		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, #d5def8), color-stop(1.00, #f2f19b));
		background: -webkit-linear-gradient(#d5def8, #f2f19b);
		background: -moz-linear-gradient(#d5def8, #f2f19b);
		background: -o-linear-gradient(#d5def8, #f2f19b);
		background: -ms-linear-gradient(#d5def8, #f2f19b);
		background: linear-gradient(#d5def8, #f2f19b);
		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;
		margin-left: 20px;
}






/* ----------------------------------------------------------------------------------
*
*
*　form
*
*
 ----------------------------------------------------------------------------------*/


#contact_form select {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

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

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

#contact_form input[type="checkbox"] {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

#contact_form {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
}
#contact_form:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}
#contact_form dt {
		width: 30%;
		float: left;
		clear: both;
		padding: 15px;
}

#contact_form dd {
		width: 70%;
		padding: 15px;
		float: left;
}



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

.contents_textarea {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
}

.cont_h3 {
		font-size: 2.0em;
		padding: 30px;
		line-height: 130%;
}
.cont_h4 {
		font-size: 1.6em;
		padding: 20px;
		line-height: 160%;
}

.cont_h4 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.4em;
	color: #394C93;
}

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


.cont_dl {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
}
.cont_dl:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}
.cont_dl dt {
		padding: 10px;
		border-top: 1px dashed #ccc;
}
.cont_dl dd {
		padding: 10px;
		border-top: 1px dashed #ccc;
}
.cont_table {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
}
.cont_table th {
		padding: 10px;
		background-color: #F0F0E1;
		border-bottom: 1px solid #ccc;
		width:30%;
}
.cont_table td {
		padding: 10px;
		border-bottom: 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.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: #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:"] {
	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;
	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;
}
