@charset "UTF-8";


.clearfix {
  zoom: 100%;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
}


/* Re-set
---------------------------------------------------------- */
footer {
  padding: 20px 0
}
footer .inner {
  display: none;
}
footer small {
  color: #fff;
}
#wrapper, #contents {
  width: 100% !important;
}
h1, h2, h3, h4 {
  clear: both;
  background-image: none;
  background-color: transparent;
  height: auto;
  min-height: auto;
  padding: 0;
  margin: 0;
  border-style: none;
  color: #000000;
}
body {
  padding-top: 00px;
}

/* fadein
---------------------------------------------------------- */
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


/* fadeInUp
---------------------------------------------------------- */
.fadeInUp {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width:1px) and (max-width:767px) {
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
}


/* moveUp
---------------------------------------------------------- */
.moveUp, .moveUpList li, .moveUpfadeIn {
opacity: 0;
visibility: visible;
}


/* common
---------------------------------------------------------- */
#contents {
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
}
#contents .caption {
  font-size: 10px;
  color: #666666;
  line-height: 1.5em;
  position: absolute;
  bottom: 0px;
}
#contents .caption.caption_right {
  right: 0px;
}
#contents p {
  line-height: 1.8;
}
#contents .sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
#contents .block {
  width: 364px;
}
#contents .float_left {
  float: left;
}
#contents .float_right {
  float: right;
}
/* c_header */
#c_header {
  border-top: 10px solid #0c2988;
}
#c_header section{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c_header .logo {
  padding-top: 16px;
  padding-bottom: 16px;
}
#c_header .logo img{
  height: 40px;
}
#c_header .btn img{
  height: 45px;
}

/* c_footer */
.footerNaviArea, .pageFooter .linkList, .pageFooter .copyright a, .pageFooter .logo span {
  display: none;
}
.pageFooter {
  width: 910px;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-repeat: no-repeat;
  background-position: 790px center;
  background-image: url(/cmn_data/img/saison_uc_logo_new.gif);
  background-color: #fff;
}
.pageFooter .copyright address {
  padding-right: 140px !important
}
.pageFooter .copyright address {
  padding-top: 10px !important;
  padding-right: 140px !important;
}
/* sec_bg */
#contents .sec_bg {
  padding-top: 100px;
  padding-bottom: 100px;
}
#contents .sec_bg h2, #contents .sec_bg h3, #contents .sec_bg p {
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
}
#contents .sec_bg .caption {
  margin-top: 0.5rem;
  color: #FFFFFF;
  line-height: 1.5em;
  position: relative;
}
#contents .sec_bg p.txt {
  font-size: 1.3em !important;
  line-height: 1.3 !important;
  margin-top: 1em;
}
/* bgcolor */
.bg_gray {
  background-color: #efefef;
}
/* btn */
a.btn_moreinfo {
  color: #000000;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  background-color: #FFCC33;
  padding: 0.9em 2.3em 0.8em 1.6em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5em;
  font-weight: bold;
  line-height: 1.4;
  background-image: url(../img/caret-square.png);
  background-repeat: no-repeat;
  background-position: right 0.9em center;
  background-size: 1em auto;
  font-size: 1.2rem;
  position: relative;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
a.btn_moreinfo:hover {
  background-color: #FFC106;
  opacity: 1;
}
.sec09 div.btn_moreinfo.close {
  color: #000000;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  background-color: #dddddd;
  padding: 0.9em 2.3em 0.8em 1.6em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  background-image: url(../img/caret-square.png);
  background-repeat: no-repeat;
  background-position: right 0.9em center;
  background-size: 1em auto;
  position: relative;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.sec09 div.btn_moreinfo.close + .close_atten {
  color: #ff0000;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.5em;
}


/* ttl
---------------------------------------------------------- */
#contents .ttl_logo {
  width: 300px;
  position: absolute !important;
  top: 50%;
  left: -70%;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate(0, -30%);
}
#contents .ttl01 {
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffb533;
  margin-bottom: 0.3em;
  line-height: 1;
}
#contents .ttl02 {
  font-size: 45px;
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 300;
}
#contents .ttl02.white {
  color: #ffffff;
}


/* contents
---------------------------------------------------------- */
#contents .mv2 {
  background-image: none;
  background-color: #e4f3fa;
  width: 100%;
}
#contents .mv2 section {
  height: auto;
}
#contents .mv2 section img {
  max-width: 1200px;
  width: 100%;
}
/* sec01 */
.sec01_img01 {
  top: -10%;
}
.sec01 p.txt_block strong {
  color: #0e218a;
}
.sec01 .ttl02 {
  margin-bottom: 1em;
}
/* sec02 */
.sec02 .ttl.block {
  margin-top: 10%;
}
/* sec03 */
.sec03 .ttl {
  margin-top: 3%;
}
/* sec04 */
.sec04 {
  background-image: url(../img/sec04_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF !important;
  text-align: center;
}
/* sec05 */
.sec05 .ttl {
  margin-top: 10%;
}
/* sec07 */
.sec07 {
  background-image: url(../img/sec07_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF !important;
  text-align: center;
}
.sec07 a.btn_moreinfo {
  padding: 1.3em 4.5em 1.3em 5.5em;
}
.sec07 a.btn_moreinfo:before {
  content: "";
  display: block;
  width: 47px;
  height: 65px;
  background: url("../img/sec07_icn01.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.2em;
  margin-top: -0.2em;
}
/* sec08 */
.sec08_btn {
  color: #FFFFFF;
  background-color: #007b43;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 1.3em 2.3em 1.1em 1.6em;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  line-height: 1.4;
  background-image: url(../img/caret-square.png);
  background-repeat: no-repeat;
  background-position: right 0.9em center;
  background-size: 1em auto;
  font-size: 1.2rem;
  width: 100%;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.sec08_btn:hover {
  color: #FFFFFF;
  background-color: #006637;
  opacity: 1;
}
/* sec09 */
.sec09 .ttl {
  margin-bottom: 4em;
}
/*2020/03/02�ɒǋL*/
.sec09 ul.moveUpList {
  text-align: center;
}
.sec09 ul li {
  /*float: left;*/
  width: 30%;
  margin-right: 45px;
  /*position: relative;*/
  text-align: center;
  /*2020/03/02�ɒǋL*/
  display: inline-block;
  vertical-align: top;
}
.sec09 ul li:last-child {
  margin-right: 0;
}
.sec09 ul li img {
  width: 100%;
  margin-bottom: 2em;
}
.sec09 ul li p {
  min-height: 85px;
}
.sec09 .sec09_icn {
  position: absolute;
  width: 150px;
  top: -50px;
}
.sec09 .sec08_pic03_2 {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.sec09 .btn_moreinfo {
  margin-top: 2em;
  font-size: 1em;
}
/* sec08 step */
.sec08 .ttl {
  margin-bottom: 4em;
}
.sec08 .ttl img {
  height: 1em;
  vertical-align: middle;
  margin-right: 0.2em;
}
.sec08 dl.step {
  font-size: 1.4rem;
  clear: both;
  padding-bottom: 10px;
}
.sec08 dl.step dt {
  position: relative;
  width: 200px;
  float: left;
  text-align: center;
  background-color: #DADADA;
  margin-right: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  line-height: 1;
}
.sec08 dl.step dt span {
  padding-left: 0.3em;
}
.sec08 dl.step dt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -25px;
  left: 0;
  border-style: solid;
  border-color: #dadada transparent transparent transparent;
  border-width: 25px 100px 0;
  z-index: 1;
  padding-top: 0px;
}
.sec08 dl.step dd {
  width: 690px;
  float: left;
  border-top: 2px solid #e3edf3;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sec08 dl.step dd div {
  padding-top: 30px;
  padding-left: 30px;
  line-height: 1;
  padding-bottom: 25px;
}
.sec08 dl.step.step4 dt {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec08 dl.step.step4 dt:after {
  border-style: none;
}
.sec08 dl.step.step4 dd {
  border-bottom: 2px solid #e3edf3;
}
.sec08 dl.step.step4 .caption {
  position: relative !important;
  margin-top: 1em
}
.sec09 .cp_bnr {
  opacity: 0;
  text-align: center;
  margin-top: 50px;
}
.sec09 .cp_bnr img {
  margin-bottom: 1em;
}


/* SP
---------------------------------------------------------- */

@media screen and (min-width:1px) and (max-width:767px) {
  
  /* common
	---------------------------------------------------------- */
  #contents p {
    line-height: 2;
    letter-spacing: 0.09em;
  }
  #contents img, #contents div, #contents p {
    width: 100% !important;
  }
  #contents section {
    width: 85%;
  }
  #contents .block {
    width: 100%;
    position: relative;
  }
  #contents .sec {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* ttl */
  #contents h2 {
    text-align: center !important;
    line-height: 1.7;
  }
  /* btn */
  a.btn_moreinfo {
    width: 100%;
  }
  /* c_header */
  #c_header {
    border-top: 5px solid #0c2988;
  }
  #c_header section {
    width: 95%;
  }
  #c_header .logo img {
    height: 25px;
  }
  #c_header .btn img{
    height: 35px;
  }

  /* c_footer */
  .pageFooter .inner {
    display: none;
  }
  
  
  /* ttl
	---------------------------------------------------------- */
  #contents .ttl_logo {
    width: 100% !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #contents .ttl01 {
    font-size: 20px !important;
    margin-bottom: 1rem !important;
    text-align: center;
  }
  #contents .ttl02 {
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #contents .ttl {
    float: none;
    margin-top: 0px !important;
  }
  
  
  /* contetns
	---------------------------------------------------------- */
  .sec01 p.txt_block {
    margin-bottom: 1rem;
  }
  .sec02 .ttl.block {
    margin-top: 0;
    right: 0px;
  }
  .sec03 .ttl02 {
    font-size: 25px !important;
  }
  .sec07 a.btn_moreinfo {
    padding: 0.9em 2.3em 0.8em 1.6em;
  }
  .sec07 a.btn_moreinfo:before {
    background: none;
  }
  .sec09 .ttl {
    margin-bottom: 3em;
  }
  .sec09 ul li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2em;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 2em;
  }
  #contents .sec09 ul li img {
    width: 80% !important;
    margin-bottom: 1em;
  }
  .sec09 ul li p {
    min-height: auto;
  }
  .sec09 ul li .btn_moreinfo {
    width: 80%;
  }
  #contents .sec09 div.btn_moreinfo.close {
    width: 80% !important;
  }
  .sec09 div.btn_moreinfo.close + .close_atten {
    font-size: 0.9em;
  }
  #contents .sec09 ul li p {
    line-height: 1.2;
    font-size: 0.9em;
  }
  #contents .sec09 ul li:last-child img {
    margin-top: 5vw;
  }
  #contents .sec09 .sec09_icn {
    width: 35vw !important;
    top: -8vw;
    left: 18px;
  }
  #contents .sec09 .sec08_pic03_2 {
    width: 70% !important;
    display: block;
    margin: 0 auto 0.5em;
  }
  #contents .sec09 .btn_moreinfo {
    margin-top: 1em;
  }
  #contents .sec09.sec {
    padding-bottom: 1rem;
  }
  #contents .sec09 .cp_bnr {
    margin: 20px auto 50px;
  }
  #contents .sec09 .cp_bnr p {
    line-height: 1.2;
    font-size: 0.9em;
  }
  #contents .sec09 .cp_bnr a {
    width: 80%;
  }
  /* sec08 step */
  #contents .sec08 .ttl img {
    height: auto;
    width: 10vw !important;
    display: inline-block;
  }
  .sec08 dl.step {
    font-size: 1.2rem;
    padding-bottom: 0.5em;
  }
  .sec08 dl.step dt {
    width: 100%;
    float: none;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    margin-bottom: 0px;
  }
  .sec08 dl.step dt span {
    padding-left: 0.3em;
  }
  .sec08 dl.step dt:after {
    position: absolute;
    top: 100%;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #DADADA;
  }
  .sec08 dl.step dd {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-style: none;
  }
  .sec08 dl.step dd div {
    padding-top: 1.8em;
    padding-bottom: 1.5em;
    padding-left: 0px;
    text-align: center;
  }
  .sec08 dl.step.step4 dt {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .sec08 dl.step.step4 dt:after {
    border-style: none;
  }
  .sec08 dl.step.step4 dd {
    border-bottom-style: none;
  }
  .sec08 dl.step.step4 .caption {
    position: relative !important;
    margin-top: 1em
  }
}
