
/* ==============================
   Setting
   ============================== */
.block_profile:after {
  display: block;
  content: "";
  clear: both;
}

/* ==============================
   Reset
   ============================== */
html {
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* ==============================
   Base
   ============================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #fff;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6666;
  font-size: 16px;
  font-size: 1rem;
  color: #1f1f1f;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* ==============================
   Layout
   ============================== */
/* header */
#header .header_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  #header .header_inner {
    width: 100%;
    margin: 0;
    padding: 20px 10px;
  }
  #header .header_inner img {
    width: 40%;
  }
}

/* footer */
#footer {
  border-top: 1px solid #d8d8d8;
}

#footer .footer_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.copyright {
  color: #666;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #footer .footer_inner {
    width: 100%;
    padding-right: 10px;
  }
}

/* ==============================
   Module
   ============================== */
/* Heading */
.hdg_title-h1 {
  color: #b50081;
  font-size: 50px;
  font-weight: normal;
}

.hdg_title-h2 {
  padding: 20px 0;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}

.hdg_title-h3 {
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 26px;
  font-weight: normal;
  border-left: 6px solid #c5339a;
  line-height: 1.2;
}

.title-sub {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .hdg_title-h1 {
    font-size: 24px;
  }
  .hdg_title-h2 {
    font-size: 20px;
  }
  .hdg_title-h2 + .band > .text_break {
    position: relative;
    bottom: 30px;
  }
  .hdg_title-h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .title-sub {
    font-size: 19px;
  }
}

/* Text */
.lead_block {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.3;
}

.lead_block .lead-sub {
  font-size: 34px;
}

.lead_block a {
  color: #1f1f1f;
  text-decoration: underline;
}

.lead_block a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .lead_block {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .lead_block .lead-sub {
    font-size: 20px;
  }
  .lead_block a {
    font-size: 24px;
    line-height: 1;
    text-decoration: underline;
  }
}

/* Section */
.block {
  padding: 30px 0 40px;
}

.block.block_main {
  position: relative;
  height: 660px;
  background-image: url(/branch/zama/images/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.block.block_main .block_inner {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  font-size: 22px;
  background-color: rgba(255, 255, 255, .7);
  text-align: center;
  bottom: 0;
}

.block.block_feature .block_item {
  width: 100%;
  height: 430px;
  padding: 70px 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.block.block_feature .block_item.bg-01 {
  background-image: url(/branch/zama/images/bg_01.jpg);
}

.block.block_feature .block_item.bg-02 {
  background-image: url(/branch/zama/images/bg_02.jpg);
}

.block.block_feature .block_item.bg-03 {
  background-image: url(/branch/zama/images/bg_03.jpg);
  background-position: center bottom;
}

.block.block_feature .block_item.bg-04 {
  background-image: url(/branch/zama/images/bg_04.jpg);
}

.block.block_feature .block_item.bg-04 .icons {
  margin-right: -15px;
}

.block .block_inner {
  width: 1000px;
  margin: 0 auto;
}

.block .block_bnr li {
  margin-bottom: 20px;
  text-align: center;
}

.block.block_greeting {
  background-color: #f4e8f1;
}

@media screen and (max-width: 767px) {
  .block {
    padding: 10px;
  }
  .block.block_main {
    position: relative;
    height: 340px;
    background-position: top;
    background-size: 140%;
  }
  .block.block_main .block_inner {
    position: absolute;
    margin: 0 -10px;
    padding: 0 10px;
    font-size: 1rem;
    text-align: center;
    bottom: 0;
  }
  .block.block_feature {
    padding: 0;
  }
  .block.block_feature .block_item {
    height: 225px;
    padding: 20px 10px;
    background-position: center center;
  }
  .block.block_feature .block_item.bg-01 {
    background-position: -340px center;
  }
  .block.block_feature .block_item.bg-02 {
    background-position: -230px center;
  }
  .block.block_feature .block_item.bg-03 {
    height: 250px;
    background-position: -370px bottom;
  }
  .block.block_feature .block_item.bg-04 {
    background-position: -70px 0;
  }
  .block.block_feature .block_item.bg-04 .icons {
    margin-right: -5px;
  }
  .block.block_feature .block_item.bg-04 .icons img {
    width: 50%;
  }
  .block .block_inner {
    width: 100%;
    margin: 0;
  }
  .block .block_bnr > li {
    margin-bottom: 10px;
  }
  .block.block_greeting {
    padding-bottom: 40px;
  }
}

/* Profile */
.block_profile .profile-text {
  float: right;
  width: 720px;
}

.block_profile .profile-img {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .block_profile .profile-text {
    float: none;
    width: 100%;
  }
  .block_profile .profile-img {
    float: right;
    width: 50%;
    margin-right: 0;
    margin-left: 10px;
  }
}

/* button */
.btn {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
}

.btn.btn-link {
  font-size: 24px;
  color: #b50081;
  background-color: #fff;
  border: 1px solid #b50081;
}

.btn.btn-link:after {
  position: absolute;
  content: url(/branch/zama/images/icon_link.png);
  top: 15px;
  right: 20px;
}

.btn.btn-link:hover {
  background-color: #f4e8f1;
}

@media screen and (max-width: 767px) {
  .btn.btn-link {
    width: 100%;
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .btn.btn-link {
    font-size: 18px;
  }
  .btn.btn-link:after {
    top: 13px;
    right: 7px;
  }
}

/* notes */
.notes {
  margin-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.5;
}

.notes-right {
  float: right;
}

@media screen and (max-width: 767px) {
  .notes-right {
    float: none;
  }
}

/* text break */
@media screen and (max-width: 767px) {
  .text_break::before {
    content: "\A";
    white-space: pre;
  }
  .text_break-pc {
    display: none;
  }
}

/* col */
.lay-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lay-col > .col {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding: 30px 25px;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

.lay-col > .col .title {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 20px;
}

.lay-col > .col .title span {
  color: #e91a00;
}

.lay-col > .col .title em {
  color: #e91a00;
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .lay-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lay-col > .col {
    width: 100%;
    padding: 15px;
  }
  .lay-col > .col .title {
    margin: 5px -10px 15px;
    font-size: 16px;
  }
  .lay-col > .col .title em {
    font-size: 26px;
  }
}

.lay-image-col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lay-image-col > .col {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

.lay-image-col > .col img {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .lay-image-col > .col {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}

.band {
  margin: -10px 0 50px;
  font-size: 26px;
}

.band span {
  border-bottom: 10px solid #feffb3;
}

.band span em {
  position: relative;
  bottom: -12px;
}

@media screen and (max-width: 767px) {
  .band {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.link-01 {
  padding-left: 16px;
  background: url(/shared/images/modules/icon/arrow_01.png) no-repeat 4px 6px;
}

.link-01 a {
  color: #002a66;
  text-decoration: underline;
}

.link-01 a:hover {
  text-decoration: none;
}

.link-01 a > img.blank {
  margin-top: 5px;
  margin-left: 10px;
}

.list-notes-01 {
  padding-bottom: 11px;
  text-indent: -16px;
}

.list-notes-01 li {
  padding-bottom: 3px;
  padding-left: 16px;
  font-size: 85.7%;
  color: #575757;
}

.box {
  margin-bottom: 10px;
  padding: 15px 13px;
}

.box.dotted {
  border: 1px dotted #616161;
}

.box .dl_list dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .box {
    padding: 8px 10px;
  }
}

/* ==============================
   Helper Classes
   ============================== */
/* font size */
.text-m {
  font-size: 24px;
}

sup {
  display: inline-block;
  margin: 0px 0 0 5px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .text-m {
    font-size: 16px;
  }
}

/* align */
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* margin */
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

/* block */
.center-block {
  display: block;
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .center-block {
    width: 100%;
  }
}



