@charset "utf-8";

/* -----reset ----- */
html{color:#000;background:#FFF;font-style:normal;font-weight:normal}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img,button{border:0;vertical-align:middle}address,caption,cite,code,dfn,em,th,var{font-style:inherit;font-weight:inherit}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;vertical-align:middle}legend{color:#000}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  line-height: 1.8;
  color: #333333;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.rollover {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.rollover:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
}

.align_c { text-align: center; }
.align_l { text-align: left; }
.align_r { text-align: right; }



/*---.kv---*/
.kv {
  height: 455px;
  position: relative;
  margin-bottom: 20px;
}
.kv .bg {
  width: 80%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  z-index: 1;
}
.kv .text-block{
  width: auto;
  position: absolute;
  top: 30px;
  left: 0;
}
.kv .text-blue{
  left: 5%;
  width: 90%;
  border-bottom: 1px solid #0b41a0;
}
.kv .text-white {
  left: -18.75%;
  border-bottom: 1px solid #fff;
}
.kv .text{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  letter-spacing: .04em;
}
.kv .text-white .text{
  color: #fff;
}
.kv .text-blue .text{
  color: #0b41a0;
}
.kv .cover_txt {
  position: absolute;
  left: 5%;
  bottom: 30px;
  z-index: 2;
}





/*---.cover---*/
.cover{
  width: 100%;
  margin-bottom: 20px;
  height: 455px;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
}
.cover .cover_wrapper {
  width: 90%;
  margin: 0 auto;
  height: 455px;
  position: relative;
}
.cover .cover_txt {
  position: absolute;
  left: 0;
  bottom: 20px;
}

/*---.heading .tit_left_underline ---*/
h2.tit_left_underline {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.4;
}
h2.tit_left_underline:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  display: inline-block;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #0b41a0;
  border-radius: 1px;
}

/*---.heading .contents_title ---*/
.contents div.contents_title {
  color: #0b41a0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  padding: 0 0 16px 0;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #E9ECF3;
}
.contents div.contents_title:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 23%;
  height: 1px;
  content: '';
  background: #0b41a0;
}
.contents div.contents_title p {
  line-height: 1;
}
.contents div.contents_title span {
  font-size: 14px;
  font-weight: normal;
}


/*---.heading .h_circle ---*/
.h_circle {
  background-image: url(../img/common/title_icon.jpg);
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-left: 50px;
  color: #0a3d8a;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}



/*---.dot_gray .dot_black---*/
.dot_gray,
.dot_black {
  position: relative;
  margin-left: 16px;
}
.dot_gray:before,
.dot_black:before {
  content: "・";
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  left: -28px;
  top: -14px;
}
.dot_gray:before {
  color: #cccccc;
}
.dot_black:before {
  color: #333333;
}



/*---.before_hyphen---*/
.before_hyphen {
  position: relative;
  margin-left: 16px;
}
.before_hyphen:before {
  content: "－";
  position: absolute;
  left: -22px;
  top: 0;
  color: #0b41a0;
}


/* -----font ----- */
.bold {
  font-weight: bold;
}
.orange {
  color: #D35F14;
}
.blue {
  color: #0b41a0;
}
.normal {
  font-weight: normal;
}
.underline {
  border-bottom: 1px solid #333333;
}
.dl {
  background-image: url(../img/common/download_icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  border-bottom: 1px solid #0b41a0;
}



/* -----ul.number ----- */
ul.number {
  list-style-type: decimal;
  color: #0b41a0;
  margin-left: 16px;
}
ul.number li span {
  color: #333333;
}



/* -----.box_shadow ----- */
.box_shadow {
  box-shadow: 0 0 16px rgba(0,0,0,0.08);
  background-color: #ffffff;
}
.box_shadow.radius {
  border-radius: 10px;
}


/* -----.balloon ----- */
.balloon {
  position: relative;
  -webkit-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.08));
  -moz-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.08));
  -ms-filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.08));
  filter:drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.08));
  background-color: #ffffff;
  border-radius: 10px;
}
.balloon::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top-color: #fff;
}



@media screen and (max-width:1219px) {
  /*
  .kv .text-blue{
    left: 1%;
    width: 98%;
  }
  .kv .text-white {
    left: -23.75%;
  }
  .kv .cover_txt {
    left: 1%;
  }*/

  .cover {
    height: 400px;
  }
  .cover_wrapper {
    width: 100%;
    padding: 0 10px;
    height: 400px;
  }
  .cover_txt {
    bottom: 10px;
  }
}




/* -----sp ----- */
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .kv {
    height: 255px;
  }
  .kv .text{
    font-size: 16px;
  }
  .kv .cover_txt {
    bottom: 20px;
  }
  .contents div.contents_title {
    font-size: 20px;
    padding: 0 0 8px 0;
    margin-bottom: 20px;
  }
  .h_circle {
    background-image: url(../img/common/title_icon_sp.jpg);
    background-size: 36px;
    background-position: left top 2px;
    font-size: 18px;
    min-height: 30px;
  }

}
