@charset "UTF-8";
/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
/* TEMPLATE High Resolution parts end*/
/*===================================================
index
===================================================*/

/* INTERFACE */
main .content-section:nth-child(odd) {
  background-color: #f2f2f2;
}
main .greeting-section .content-inner {
  max-width: 800px;
  overflow: hidden;
}
main .greeting-section .content-inner .photo-box {
  float: left;
  width: 25%;
}
main .greeting-section .content-inner .photo-box .info {
  text-align: center;
  margin: 20px 0 0 0;
}
main .greeting-section .content-inner .photo-box .info .name {
  font-weight: bold;
}
main .greeting-section .content-inner .text-box {
  float: right;
  width: 70%;
}
main .policy-section .content-inner {
  max-width: 680px;
}
main .policy-section .content-inner .section-title {
  margin: 0 0 40px 0;
  padding: 60px 0 15px 0;
  border-bottom: 2px solid #ccc;
  text-align: center;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40px 48px;
}
main .policy-section .content-inner .section-title.no1 {
  background-image: url('../img/policy-01-icon.png');
}
main .policy-section .content-inner .section-title.no2 {
  background-image: url('../img/policy-02-icon.png');
}
main .policy-section .content-inner .section-title.no3 {
  background-image: url('../img/policy-03-icon.png');
}
main .policy-section .content-inner .section-title.no4 {
  background-image: url('../img/policy-04-icon.png');
}
main .policy-section .content-inner .section-title.no5 {
  background-image: url('../img/policy-05-icon.png');
}
main .policy-section .content-inner .section-title.no6 {
  background-image: url('../img/policy-06-icon.png');
}
main .policy-section .content-inner .section-title.no7 {
  background-image: url('../img/policy-07-icon.png');
}
main .policy-section .content-inner .section-title.no8 {
  background-image: url('../img/policy-08-icon.png');
}
main .policy-section .content-inner .section-title.no9 {
  background-image: url('../img/policy-09-icon.png');
}
main .policy-section .content-inner .text-box p:last-child {
  margin: 0;
}
main .policy-section .content-inner .text-box .no-text {
  text-align: justify;
  position: relative;
  padding: 0 0 0 50px;
}
main .policy-section .content-inner .text-box .no-text::before {
  position: absolute;
  left: 0;
}
main .policy-section .content-inner .text-box .no-text.no1::before {
  content: "（１）";
}
main .policy-section .content-inner .text-box .no-text.no2::before {
  content: "（２）";
}
main .policy-section .content-inner .text-box .no-text.no3::before {
  content: "（３）";
}
main .policy-section .content-inner .text-box .no-text.no4::before {
  content: "（４）";
}
main .policy-section .content-inner .text-box .no-text.no5::before {
  content: "（５）";
}
main .policy-section .content-inner .text-box table {
  margin: 0 0 0 40px;
  text-align: justify;
}
main .last-section .content-inner {
  max-width: 800px;
  text-align: justify;
}
