<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 640px) {
  br.sp_only {
    display: inherit;
  }
}
@media screen and (min-width: 641px) {
  body {
    background: url(../iyama_1/images/bg_main.png) repeat center top #f2f3f3;
  }
}

.contents figure {
  margin: 0;
  padding: 1em 0;
}
.contents figure img {
  width: 100%;
}
.contents a {
  word-break: break-all;
}
.contents .btn a {
  word-break: normal;
}
.contents .color-k {
  color: #1565c0;
  font-weight: bold;
}
.contents .color-u {
  color: #00a1ff;
  font-weight: bold;
}
.contents .color-i {
  color: #e94f7a;
  font-weight: bold;
}

#left_column {
  padding-top: 0;
}
#left_column .inner {
  width: 740px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  #left_column .inner {
    width: 92%;
    font-size: 1.6rem;
  }
}
#left_column .inner a {
  color: #1c68be;
}

#left_column h3 {
  padding: 6px 0 6px 30px;
  background: url(../iyama_1/images/bg_title_pc.png) no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
  font-size: 1.9rem;
  position: relative;
}
#left_column h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 60%;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 20%;
}
@media screen and (max-width: 640px) {
  #left_column h3 {
    padding: 10px 0 10px 30px;
    background-image: url(../iyama_1/images/bg_title_sp.png);
    background-size: 100% 100%;
  }
}
#left_column .int_a {
  padding-left: 3em;
  position: relative;
}
#left_column .int_a .int_head_kato {
  position: absolute;
  left: 0;
  top: 0;
}
#left_column .int_q {
  margin: 1.6em 0;
  color: #4f86b0;
  position: relative;
  text-indent: 1em;
}
#left_column .int_q::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 0.8em;
  height: 2px;
  background: #4f86b0;
}
#left_column .intQuote {
  margin: 30px 0 30px 3em;
}
#left_column .intQuote.color-2 {
  background: #e7e2cc;
}

/* add style */
.col-box {
  margin: 1em 0;
}
.col-box:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.col-box_left {
  width: 380px;
  float: left;
}
.col-box_right {
  width: 320px;
  float: right;
}
@media screen and (max-width: 640px) {
  .col-box_left,
  .col-box_right {
    width: auto;
    float: none;
  }
}
#left_column .int_subHd {
  background: #cce0e7;
  margin: 30px 0 30px 3em;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #left_column .int_subHd {
  }
}



.kv-nav {
  margin-bottom: 68px;
}
@media screen and (max-width: 640px) {
  .kv-nav {
    margin-bottom: 40px;
  }
}
.kv-nav h2 {
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0;
}
.kv-nav img {
  width: 100%;
}
.kv-nav_indent {
  text-indent: -9999px;
  line-height: 0;
  height: 0;
  margin: 0;
}
.kv-nav_list-wrap {
  border-left: solid #fff 1px;
  border-top: solid #fff 1px;
  background: #000;
}
.kv-nav_list-wrap:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.kv-nav_list {
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
@media screen and (max-width: 640px) {
  .kv-nav_list {
    width: auto;
    float: none;
  }
}
.kv-nav_list li {
  height: 80px;
  border-right: solid #fff 1px;
  border-bottom: solid #fff 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .kv-nav_list li {
    height: 60px;
  }
}
@media screen and (min-width: 641px) {
  .kv-nav_list li:nth-child(4) {
    border-bottom: none;
  }
}
.kv-nav_list li a {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .kv-nav_list li a {
    font-size: 1.4rem;
    padding: 0 38px;
  }
}
.kv-nav_list li a::before {
  content: "";
  width: 14px;
  height: 14px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -14px;
}
@media screen and (max-width: 640px) {
  .kv-nav_list li a::before {
    width: 12px;
    height: 12px;
    right: 17px;
    margin-top: -11px;
  }
}

.lead {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.lead_sub {
  font-size:87.5%;
  font-weight: normal;
}

.profile {
  background: #efefef;
  margin-bottom: 78px;
  padding: 16px 220px 16px 40px;
  color: #333;
  position: relative;
}
@media screen and (max-width: 640px) {
  .profile {
    margin-bottom: 48px;
    padding: 22px 18px 5px;
  }
}
@media screen and (max-width: 640px) {
  .profile_hd {
    padding: 1px 110px 1px 0;
    min-height: 130px;
  }
}
.profile_name {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .profile_name {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.profile_detail {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .profile_detail {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
.profile_img {
  position: absolute;
  right: 40px;
  top: 30px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .profile_img {
    width: 100px;
    right: 20px;
    top: 20px;
  }
}
.profile_img img {
  width: 100%;
}

.profile-list {
  list-style: none;
  background: #efefef;
  padding: 50px 50px 30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .profile-list {
    display: block;
    padding: 15px 15px 20px;
  }
}
.profile-list li {
  width: 28%;
}
@media screen and (max-width: 640px) {
  .profile-list li {
    width: auto;
    margin-bottom: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.profile-list figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .profile-list figure {
    width: 25%;
  }
}
.profile-list figure img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .profile-list_txt {
    width: 70%;
  }
}
.profile-list_txt p {
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .profile-list_txt p {
    font-size: 1.7rem;
  }
}
.profile-list_txt .txt_hd {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .profile-list_txt .txt_hd {
    margin-bottom: 0.3em;
  }
}

aside p {
  font-size:87.5%;
}
aside a {
  text-decoration: none;
}
aside .color-blue {
  color: #1c68be;
}
.btn {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #ccc;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}
.btn span{
  color: #333;
  position: relative;
  padding-left: 30px;
}
.btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn.btn-gray {
  height: auto;
  line-height: 1.4;
  padding: 20px 15px;
  word-break: normal;
}
.btn.btn-gray span {
  display: inline-block;
}
h4 {
  padding: 0.5rem 1.5rem;
  border-left: 10px solid #093b66;
}
h6 {
  position: relative;
  padding-left: 4em;
}

h6 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #e3f5d8;
  background: #22ac38;
}

h6 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #22ac38;
}

.bggray {
  background: #efefef;
  padding: 20px 10px 20px 50px;
}
@media screen and (max-width: 640px) {
  .bggray {
    padding: 20px 20px 20px 30px;
  }
}</pre></body></html>