/*------------------------------------*/
header {
  background-color: #FFA5B7;
  color: #fff;
}
header h1 {
  float: left;
/*  display: inline;*/
/*  width: 360px;*/
  font-size: 34px;
  line-height: 120px;
	position: relative;
	top:-16px;

}
header h1 > a {
  color: #fff!important;
}
header h1 img{width: 80px;
position: relative;
top:30px;}
header ul {
  float: right;
  display: inline;

}
header ul li {
  float: right;
  display: inline;
/*  width: 180px;*/
  text-align: center;
  line-height: 120px;
	font-size: 20px;
}
/*-------------main---side-left--------------------*/
*#main .side-left > ul {
  background: #fff;
  border-radius: 10px;
  padding: 22px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#main .side-left ul li.side-nav-list > a {
  padding: 16px 0;
  display: block;
  padding-left: 20px;
}

.baselist li{
	font-size: 18px;
	list-style:disc;
	margin-left: 20px;
}

li.side-nav-list > a span:before {
  width: 25px;
}
*.side-nav-list {
  position: relative;
  display: block;
}
.sub-nav-text {
  position: absolute;
  top: 0px;
	left: 100%;
  /*left: 300px;*/
  width: 200px;
		background-color: #FFE9B2;
  /*background: #FFF;*/
  border-radius: 0 10px 10px 0;
  display: none;
  z-index: 2;
}
.sub-nav-text li{
  height: 73.6px;
}
.sub-nav-text li:hover {
  background: #FFE600;
  height: 73.6px;
		border-radius: 10px;
}
li.side-nav-list:hover {
  background: #FFE600;
}
.sub-nav-text a {
  font-size: 18px;
  color: #111111;
  display: block;
  padding: 25px 0 10px 20px;
  /*margin: 0 30px;*/
}
.parent ul li a {
  font-size: 18px;
  color: #111111;
  display: block;
  padding: 10px 0 10px 0;
  margin: 0 30px;
}
.icon-home {
  color: #FFDFE5;
}
.icon-tubiao {
  color: #E4DFFF;
}
.icon-fuwu {
  color: #DFF1FF;
}
.icon-yuangong {
  color: #DFFFDF;
}
.icon-zhaopinhui {
  color: #FFFADF;
}
/*-------------main-info--------------------*/
#main-info {
  width: 100%;
  /*width: 1200px;*/
  max-width: 1200px;
  margin: 60px auto;
  color: #111111;
  background: #FFF6C3;
  border-radius: 10px;
  padding: 0 25px;
  box-sizing: border-box;
		text-align: center;
}
#main-info h2 {
  font-size: 24px;
  padding: 25px 0 20px 0;
	font-weight: bold;
}
#main-info p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 25px;
}
/*--------------------------------------*/
#main-list .main-list-l h2,
.main-list-r h2 {
  color: #fff;
  font-weight: bold;
  padding: 13px 0 13px 30px;
  box-sizing: border-box;
}
#main-list .main-list-l h2 {
  background-color: #FFA5B7;
		font-size: 20px;
}
#main-list .main-list-r h2 {
  background-color: #FFAB24;
		font-size: 20px;
}
#main-list .main-list-l dl {
  width: 100%;
  padding: 10px 20px 0 20px;
  box-sizing: border-box;
}
#main-list .main-list-l dl dt {
  font-size: 18px;
  padding: 8px 0;
  color: #ff7a95;
	font-weight: bold;
}
#main-list .main-list-l dl dd {
  font-size: 18px;
  color: #111111;
  line-height: 1.5;
}
.navl {
  display: block;
  margin: auto;
}
a.arrows {
  margin: auto;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #FFAB24;
  display: inline-block;
  float: right;
  margin-right: 30px;
  padding: 0 9px;
}
.main-list-r ul {
  margin: 13px 20px;
  box-sizing: border-box;
}
.main-list-r ul li {
  font-size: 18px;
  padding: 20px 0;
  border-bottom: 1px dashed #DFDFDF;
}
.main-list-r ul li a {
  color: #231B13;
}
.main-list-r ul li a > em {
  font-weight: bold;
  display: inline-block;
  width: 118px;
}
/*---------------serve.html------------------*/
.side-left .main-list-l h2 {
  color: #fff;
  font-weight: bold;
  padding: 15px 0 15px 30px;
  box-sizing: border-box;
}
.side-left .main-list-l h2 {
  background-color: #FFA5B7;
}
.side-left .main-list-r h2 {
  background-color: #FFAB24;
}
.side-left .main-list-l dl {
  width: 100%;
  padding: 10px 20px 0 20px;
  box-sizing: border-box;
}
.side-left .main-list-l dl dt {
  font-size: 18px;
  padding: 8px 0;
  color: #ff7a95;
	font-weight: bold;
}
.side-left .main-list-l dl dd {
  font-size: 16px;
  color: #111111;
  line-height: 1.5;
}
.serve-main-info h1 {
  /*    width: 790px;*/
  margin: 0 30px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  border-bottom: 2px dashed #FCD089;
  font-size: 28px;
  color: #FFAB24;
  font-weight: bold;
}
.serve-main-text {
  color: #111111;
  margin: 30px;
}
.serve-main-text h2 {
  font-size: 22px;
border-bottom: #E46683 4px double;
	color: #E46683;
}
.main-text-box {
  width: 100%;
}
.main-text-box h3 {
  font-size: 20px;
  color: #FFAB24;
		font-weight: bold;
}
.main-text-box dl dt {
  font-size: 18px;
}
.main-text-box dl dd {
  font-size: 18px;
}
.serve-main-text-l {
  width: 70%;
}
.main-text-box p {
  font-size: 18px;
  line-height: 1.5;

}
.serve-main-text-r img {

  margin: auto;
  background: #fff;
  padding: 5px 5px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  margin-left: 30px;
  margin-bottom: 30px;
}
.serve-main-text-r img {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.serve-main-text-r01 img {
  margin: auto;
  background: #fff;
  padding: 5px 5px;
  box-sizing: border-box;
  margin-left: 30px;
  margin-bottom: 30px;
}
.serve-main-text-r01 img {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.sl {
  border-bottom: 1px dashed #FCEED8;
}
.main-text-box em {
  display: block;
  padding-bottom: 10px;
}
.main-text-box table {
  border: 1px solid #FFAB24;
  font-size: 18px;
}
.main-text-box table th {
  background: #FFFADC;
  font-weight: bold;
}
.main-text-box table th,
.main-text-box table td {
  padding: 20px 10px;
  border: 1px solid #FFAB24;
}
.main-text-box table td span {
  display: block;
}
.submit {
  text-align: center;
  margin: 20px;
}
.submit .button {
  border: 1px solid #8a1616;
  background: #d05f5f;
  text-align: center;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  border-radius: 8px;
}
.dl_a dt{font-weight: bold;
}
.dl_a dd{margin-left: 30px;
margin-bottom: 10px;}
/*-------------footer--------------*/
.footer-info p {
  width: 100%;
  margin: auto;
}
.footer-info p:nth-child(1) {
  text-align: center;
  border-bottom: 1px solid #111111;
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-info p:nth-child(1) span {
  font-size: 15px;
}
.footer-info,.footer_l {
  width: 90%;
  text-align: center;
  padding: 20px;
}
.footer-info,.footer_l span {
  margin-right: 20px;
}
.footer-info ul {
  width: 90%;
  margin: auto;
  padding: 20px 0 20px 40px;
}
.footer-info ul li {
  float: left;
}
.f_480 {
  display: none;
}
.footer-info ul li:nth-child(3),
.footer-info ul li:nth-child(4) {
  text-align: right;
}
.footer-info ul li:nth-child(3) span,
.footer-info ul li:nth-child(4) span {
  padding-right: 10px;
}
.footer-info ul li {
  font-size: 18px;
  padding-right: 20px;
}
.top_arrow {
  border: 0 none;
  bottom: 80px;
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10%;
  width: 80px;
  z-index: 2147483647;
}
.border {
    border: 4px solid #FFF;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    -moz-box-shadow: 1px 1px 2px 1px #CCC;
    box-shadow: 1px 1px 2px 1px #ccc;
}

.en_{
	text-decoration: underline;
	text-align: right;
}
.img1{
	text-align:center;
}
.img1 img{
	
	width: 400px;
	margin: 20px auto;
}
@media only screen and (max-width: 500px) {
.img1 img{
	
	width: 300px;
	margin: 20px auto;
}
}
.table_yougu{width: 100%;
font-size: 14px!important;}
.table_yougu th{padding: 10px!important;}
.table_yougu td{text-align: center;
padding: 4px!important;}
.table_yougu .jouken{text-align: left;}
.table_yougu .t_co{background-color: #FFFA74;}
@media only screen and (max-width: 768px) {
.table_yougu{min-width: 800px;}	
}
.table_wrap {
    overflow: auto;

}
.table_wrap table {
    min-width: 600px;
}
.bg_y{background-color: #FFECF4;
padding: 20px;
border-radius: 20px;}

/* 勝手にアイコン */
a[href$=".pdf"]{background:url(../../../../img/common_icon/icon_pdf02.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
 
a[href$=".doc"]{background:url(../../../../img/common_icon/icon_doc.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
a[href$=".docx"]{background:url(../../../../img/common_icon/icon_doc.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}

a[href$=".xlsx"]{background:url(../../../../img/common_icon/icon_xsl.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
a[href$=".xls"]{background:url(../../../../img/common_icon/icon_xsl.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}

/* 勝手にアイコン解除 */
a.no_icon[href$=".pdf"],
a.no_icon[href$=".doc"],
a.no_icon[href$=".xls"],
a.no_icon[href$=".docx"],
a.no_icon[href$=".xlsx"] {
  background-image:none;
  padding:0;
}

/* ***************flex****************/
.flex_2col{display:flex;flex-flow: row wrap;justify-content: space-around;}
.flex_2col li{flex-basis:45%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}
.flex_3col li{flex-basis:30%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}
@media only screen and (max-width: 768px) {
.flex_2col li{flex-basis:100%;  margin-bottom:20px;}

.flex_3col li{flex-basis:45%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}
}