/*@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 {
	background: #24549A;
	color: #FFF;
	padding:20px 0;
	width: 100%;
	margin-top: 20px;
}

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

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

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

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

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

#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_main ul {
	display: flex;
	flex-wrap: nowrap;
}

#footer_menu_main ul li {
	margin-left: 1rem;
	width: 100%;
}

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

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


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

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




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: 1.5rem;
	margin: 1em auto;
}

h3 {
	font-size: 1.3rem;
	color: #FFF;
	background-color: #24549A;
	padding: 15px;
	text-align: left;
	margin: 15px 0;
}

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

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

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

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 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;
	background: linear-gradient(55deg,#24549A 30%, #739EDE 50%);
}

#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;
	margin: 0;
}




.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;
	margin: 0 0 15px 0;
	padding: 10px;
}

#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: 50%;
	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: 2em;
	line-height: 130%;
	text-align: center;
}


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

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

#content-banner-wrapper li {
	width:45%;
	position:relative;
	margin: 20px 5px 0px;
}

#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:100%;
	/*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: 100%;
	min-height: 260px;
	margin: 0 auto;
	background-color: #5E92D6;
	opacity: 0.7;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

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


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

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

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

#content-search-wrapper 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 {
    background-color: #8E94A3;
}

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

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 30px;
    padding: 10px 10px 20px 20px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    width: 96%;
	
}
/*タブのスタイル*/
.tab_item {
    /*width: calc(100%/6);*/
	padding: 10px;
    height: 50px;
    border-bottom: 3px solid #003586;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 0.75em;
    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: 100%;
	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 {
	width: 96%;
	margin: 0 auto;
	display: block;
}

.cal-area iframe {
	display: block;
	margin: 0 auto;
}

.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: 300px;
	background: #FFF;
}

#news {
	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 {
	width: 100%;
	float: left;
	clear: both;
	padding: 15px 15px 0 15px;;
	/*border-top: 1px dashed #ccc;*/
}

#news dd {
	width: 100%;
	float: left;
	padding: 15px;
	border-bottom: 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;
	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-cont-wrapper {
	width: 100%;
	min-height: 280px;
	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: 96%;
	margin: 30px auto 0;
	display:flex;
	flex-wrap: wrap;
}

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

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

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

.content-cont-text {
	width: 100%;
	margin: 80px auto 0;
	background-color: #FFF;
}

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

.content-cont-text li {
    position: relative;
    padding-left: 10px;
	list-style: none;
	text-indent: 15px;
	width: 90%;
}
 
.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;
}



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

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

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

.google_cal iframe {
   width: 100%;
   max-width: 800px;
   height: 500px;
}


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

.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;
	padding: 20px;
	border: 1px #CCC solid;
}

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


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

.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 {
		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_table th{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}

.cont_table td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.cont_table th {
  background: #FBFBFB;
  color: #000;
  
}

.cont_table {
width: 100%;
}
table.cont_table th,
table.cont_table td {
display: block;
width: 100%;
border-bottom:none;
}
.cont_table tr:last-child{
border-bottom: solid 1px #ccc;
}

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

 .tb01 .head{
    display:none;
  }
  .tb01,.tb02 {
    width: 100%;
  }
  table.tb01 td,
  table.tb02 td,
  table.tb02 th
{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child,
  table.tb02 td:first-child
  {
    background: #FBFBFB;
    font-weight:bold;
  }
  table.tb02 td:nth-of-type(2){
    background: #FBFBFB;
    font-weight:bold;
  }
  table.tb01 td:before,
  table.tb02 td:before
  {
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }

  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }

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

.tb04 th,
.tb04 td
{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.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 !important;
		list-style: disc !important;
}


.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: 100%;
	padding-left: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;
}

.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: #1AC142;
}

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

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

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

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

#content-anchor li {
	display: block;
	width: 100%;
	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:"] {
	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;
}
