@charset "UTF-8";
/*==============================================================================================

	company要素

==============================================================================================*/

#company_contents_section {
  padding: 140px 0 140px;
}

#company_contents_section h1 {
  font-size: 54px;
  font-size: 54rem;
  text-align: center;
}

.company_contents_container {
  padding-top: 80px;
  font-size: 16px;
}

.corp_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 110px;
  border-top: 1px solid #E5E5E5;
}

.corp_wrapper:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.corp_wrapper > div {
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.corp_wrapper > div:nth-child(1) {
  width: 35%;
}

.corp_wrapper > div:nth-child(2) {
  width: 65%;
}

.corp_wrapper > div a {
  margin-left: 20px;
}

.corp_wrapper ul {
  padding-left: 15px;
}

.corp_wrapper li {
  list-style-type: disc;
}

/*==============================================================================================

	partner要素

==============================================================================================*/

#partner_section figure {
  width: 100%;
  height: 440px;
}

/*==============================================================================================

	service要素

==============================================================================================*/

#service_section .container960 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#service_section .container960 > div {
  width: calc(50% - 20px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#service_section .container960 h2,
#service_section .container960 > div p {
  text-align: left;
}


/*==============================================================================================

	tieup要素

==============================================================================================*/

#tieup_section {
  background: #FAFAFA;
}

#tieup_section h2 {
  text-align: left;
}

.tieup_container {
  padding-top: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tieup_container > a {
  display: block;
  width: calc(100% / 3 - 10px);
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

.tieup_banner {
  width: 100%;
  height: 100%;
}

.publicnotice_wrapper {
  margin: 180px auto 20px;
  width: 980px;
  min-height: calc(100vh - 180px - 20px - 70px - 100px);
}

.news_list_container {
  margin: 40px auto 0;
  max-width: 800px;
}

.news_list_container h3 {
  margin-top: 70px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.news_list_container .row {
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 65px;
}

.news_list_container .row .date {
  flex-basis: 15%;
  min-width: 15%;
  font-size: 14px;
  color: #666666;
}

.news_list_container .row div:nth-child(2) {
  overflow: hidden;
  width: 100%;
}

.news_list_container .row a {
  color: #333333;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdf_link {
  width: 26px;
  height: 32px;
  cursor: pointer;
}

.publicnotice_btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.publicnotice_btn_container a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 220px;
  height: 48px;
  border: 1px solid #4A90E2;
  color: #4A90E2;
  font-size: 13px;
  font-size: 13px;
  border-radius: 3px;
}

.publicnotice_btn_container a:hover {
  opacity: 0.6;
}