@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.0rem;
  line-height: 1.5;
}

main {
  display: block;
  color: #000000;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

a {
  /* color: #153962; */
  color: #000000;;
  text-decoration: none;
}

a:hover {
  /* color: #153962; */
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}


img {
  max-width: 100%;
  vertical-align: top;
}

.uv_clear-main{
  display: block;
  color:#FFFFFF ;
  background-color:#07072F ;
}

.bizsupport-main{
  display: block;
  color:#FFFFFF ;
  background-color: #16598D;
}

.miura-main{
  display: block;
  color: #000; ;
  background-color: #E0F2FC;
  padding-top: 30px;
}

.calendar-main{
  display: block;
  color:#000000 ;
  /* background-color:#D2CCE6 ; */
}
.clearfile-main{
  display: block;
  color:#000000 ;
  /* background-color:#D2CCE6 ; */
}
.clearfile-row{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B1DDD6;
  padding: 30px 0;
}  

@media (max-width:1023px){
  .clearfile-row{
    display: block;
    text-align: center;
  }
}

/* flex */
.dis_flex {
  display: flex;
  align-items: flex-start;
}
.dis_flex img {
  padding-right: 20px;
}


/* コロナ対策 */
.taisaku-main{
  display: block;
}
.taisaku_row{
  text-align: center;
  background-image: url(https://www.ypg.jp/assets/images/taisaku_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #00264D;
}
#taisaku_img img{
  width: 100%;
  max-width: 100%;
}
.taisaku_title{
  font-size: 40px;
  position: relative;
  color: #000000;
  text-align: center;
}
@media (max-width:1023px) {
  .taisaku_title{
    font-size: 48px;
  }
}
.taisaku_title::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 120px;
  height: 6px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #00377B;
}
.taisaku_service h2{
  font-size: 24px;
  font-weight: bold;
  color: #00264D;
  margin-top: 20px;
}
.taisaku_service h2 span{
  font-size: 20px;
}
.taisaku_service p{
  font-size: 16px;
  color: #00264D;
}
.taisaku_service a{
  /* background-color:#74A0D8 ; */
  /* color: #FFFFFF; */
  /* display: inline-block; */
  /* margin-top: 20px; */
  /* padding: 10px 60px; */
  text-decoration: none;
  /* transition: .5s; */
  font-weight: bold;
}
.taisaku_service a:hover{
  opacity: 0.7;
}

/* 紙ファイル */
.kamifile-main{
  display: block;
  text-align: center;
  background-color: #EBFCD0;
}
.kamifile_title{
  max-width: 100%;
}
.kamifile_service p{
  font-size: 16px;
  color: #000000;
}

.fluore_part{
  background:linear-gradient(transparent 60%, #FFF68D 60%);
}
@media (max-width: 1023px) {
  .no-sp {
    display: none !important;
  }
}

@media (min-width: 1024px), print {
  .no-pc {
    display: none !important;
  }
}

@media screen {
  .no-sc {
    display: none;
  }
}

@media (min-width: 1024px), print {
  .w-pc-40{
    width: 40%;
  }
  .w-pc-50 {
    width: 50%;
  }
  .w-pc-90{
    width: 90%;
  }
}
@media(min-width: 1024px){
  .m-0{
    margin: 0 !important;
  }
}
.mt-20{
  margin-top: 20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (max-width: 1023px) {
  .mb-60 {
    margin-bottom: 2rem !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ml-30 {
  margin-left: 30px !important;
}
@media(max-width:1023px){
  .sp-px-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp-mt-30{
    margin-top: 30px !important;
  }
  .sp-mb-20{
    margin-bottom: 20px !important;
  }
}
.brdr {
  padding: 9px 15px;
  border: 1px solid #ccc;
}

.row-wrapper-bw {
  background-color: #fff;
}

.row-wrapper-bg {
  background-color: #f9f9f9;
}

.row-1 {
  max-width: 1280px;
  margin: 0 auto 50px auto;
  text-align: center;
}

@media (min-width: 1024px), print {
  .row-1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .row-1 {
    width: 100%;
    max-width: 1280px;
    margin-bottom: 20px;
  }
}

.row-2 {
  max-width: 1024px;
  margin: 0 auto 50px auto;
  text-align: center;
}

@media (max-width: 1023px) {
  .row-2 {
    margin: 0 10px;
  }
}

.row-display {
  max-width: 1920px;
  margin: auto;
}

@media (min-width: 1024px), print {
  .col-flex {
    display: flex;
    justify-content: space-between;
  }
}

.col-flex-o {
  margin-bottom: 30px;
}

@media (min-width: 1024px), print {
  .col-flex-o {
    width: 49%;
    margin: 0;
  }
}

@media (min-width: 1024px), print {
  .col-flex-o--3 {
    width: 32%;
  }
}

.col-flex-e {
  margin-bottom: 30px;
}

@media (min-width: 1024px), print {
  .col-flex-e {
    width: 49%;
    margin: 0;
  }
}

@media (min-width: 1024px), print {
  .col-flex-e--7 {
    width: 66%;
  }
}

.col-ol-er {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px), print {
  .col-ol-er {
    flex-direction: row;
  }
}

.col-ol-er-o {
  width: 50%;
  min-height: 0%;
  margin: 0 auto 30px;
}

@media (min-width: 1024px), print {
  .col-ol-er-o {
    width: 30%;
    margin: 0;
    padding-right: 15px;
  }
}

@media (min-width: 1024px), print {
  .col-ol-er-e {
    width: 70%;
    padding-left: 15px;
  }
}

.col-or-el {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1024px), print {
  .col-or-el {
    flex-direction: row-reverse;
  }
}

.col-or-el-o {
  width: 50%;
  min-height: 0%;
  margin: 0 auto 30px;
}

@media (min-width: 1024px), print {
  .col-or-el-o {
    width: 30%;
    margin: 0;
    padding-left: 15px;
  }
}

@media (max-width: 1023px) {
  .col-or-el-o {
    width: 100%;
    margin: 0 auto 1rem;
  }
}

@media (min-width: 1024px), print {
  .col-or-el-e {
    width: 70%;
    padding-right: 15px;
  }
}

.col-or-el-r {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px), print {
  .col-or-el-r {
    flex-direction: row;
  }
}

.col-or-el-r-o {
  margin-bottom: 30px;
}

@media (min-width: 1024px), print {
  .col-or-el-r-o {
    width: 70%;
    padding-right: 15px;
  }
}

.col-or-el-r-e {
  width: 50%;
  min-height: 0%;
  margin: auto;
}

@media (min-width: 1024px), print {
  .col-or-el-r-e {
    width: 30%;
    margin: 0;
    padding-left: 15px;
    padding-left: 15px;
  }
}

.hn-highlight {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  font-size: 2.2rem;
  letter-spacing: .5rem;
}

@media (min-width: 1024px), print {
  .hn-highlight {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    font-size: 2.2rem;
  }
}

@media (max-width: 1023px) {
  .hn-highlight {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
}

.hn-highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 86px;
  height: 3px;
  background-color: #18254A;
}

@media (max-width: 1023px) {
  .hn-highlight::after {
    width: 68px;
    height: 2px;
  }
}

.hn-highlight--center {
  text-align: center;
}

.hn-highlight--center::after {
  right: 0;
  left: 0;
  margin: auto;
}

.hn-accent {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 1.8rem;
  border-bottom: 3px solid #153962;
  /*color: #000;*/
  font-weight: bold;
  letter-spacing: 3px;
  text-align: left;
}

@media (max-width: 1023px) {
  .hn-accent {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 1023px) {
  .hn-accent {
    font-size: 1.4rem;
  }
}

.hn-border {
  margin-bottom: 30px;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: solid 3px #153962;
  border-bottom: dotted 1px #000;
  letter-spacing: 3px;
}

@media (max-width: 1023px) {
  .hn-border {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1023px) {
  .hn-border {
    text-align: left;
  }
}

.text-common {
  font-size: 1.4rem;
  line-height: 2;
}

@media (max-width: 1023px) {
  .text-common {
    line-height: 1.6;
  }
}

.text-accent {
  color: #153962;
}

.text-accent02 {
  color: #ea5506;
}

.text-white {
  color: #FFF;
}

.text-catch {
  font-size: 38px;
  margin-bottom: 2rem;
}

@media (max-width: 1023px) {
  .text-catch {
    font-size: 1.2rem;
  }
}

.text-anno {
  font-size: 0.8rem;
}

/*UVクリア印刷テキスト用*/
.text-2xs{
  font-size: 1.1rem;
}
.text-xs {
  font-size: 1.2rem;
}

/*UVクリア印刷テキスト用*/
.text-res{
  font-size: 1.2rem;
}
@media (max-width: 1023px){
  .text-res{
    font-size: 1.0rem;
  }
}
.text-s {
  font-size: 1.3rem;
}

.text-m {
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .text-m {
    font-size: 1.1rem;
  }
}
.text-l {
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .text-l {
    font-size: 1.3rem;
  }
}

.text-xl {
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .text-xl {
    font-size: 1.6rem;
  }
}

.text-sub-title {
  font-size: 2rem;
}

@media (max-width: 1023px) {
  .text-sub-title {
    font-size: 1.4rem;
  }
}

.text-big {
  font-size: 2.6rem;
}

@media (max-width: 1023px) {
  .text-big {
    font-size: 1.8rem;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-border {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .sp-text-left {
    text-align: left;
  }
}
@media(min-width:1024px){
  .h_3em{
    line-height: 3em;
  }
  .h_14em{
    line-height: 14em;
  }
}

.a-bu {
  color: #18254A;
  text-decoration: underline;
}

.a-bu:hover {
  text-decoration: none;
}

.img-icon {
  display: inline-block;
  width: 26px;
  vertical-align: middle;
}

.img-icon--b {
  margin-right: 10px;
}

.img-icon--a {
  margin-left: 10px;
}

.ul-common, .ul-lst-none, .ol-common, .ol-accent {
  margin-left: 20px;
  padding: 0;
}

.ul-common li, .ul-lst-none li, .ol-common li, .ol-accent li {
  font-size: 1.4rem;
  line-height: 2;
}

@media (max-width: 1023px) {
  .ul-common li, .ul-lst-none li, .ol-common li, .ol-accent li {
    line-height: 1.6;
  }
}

.ul-lst-none {
  list-style-type: none;
}

.ul-flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}

.ul-flex li {
  font-size: 1.4rem;
  line-height: 2;
  margin-right: 30px;
}

@media (max-width: 1023px) {
  .ul-flex li {
    line-height: 1.6;
  }
}

.ol-accent {
  color: #153962;
}

.ol-accent span {
  color: #18254A;
}

.table-style01 {
  margin-bottom: 30px;
  border-collapse: collapse;
  border-top: solid 1px #18254A;
  border-bottom: solid 1px #18254A;
}

.table-style01 th, .table-style01 td {
  padding: 10px 2px;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: top;
  font-size: 1.0rem;
  width: 25%;
}

@media (max-width: 1023px) {
  .table-style01 th, .table-style01 td {
    line-height: 1.6;
  }
}

@media (max-width: 1023px) {
  .table-style01 th, .table-style01 td {
    width: 20%;
  }
}

.table-style01 thead th {
  padding: 15px 0px;
}

.table-style01 tr:nth-child(odd) td {
  background: #ebf7f5;
}

@media (max-width: 1023px) {
  .table-style01 th:first-child {
    width: 40%;
  }
}

@media (max-width: 1023px) {
  .table-style01 td:first-child {
    width: 40%;
    font-size: 0.9rem;
  }
}

.table-style02 {
  margin-bottom: 50px;
  border-collapse: collapse;
  border-top: solid 3px #ffffff;
  border-bottom: solid 3px #ffffff;
}

.table-style02 tr {
  border-bottom: solid 3px #ffffff;
}

.table-style02 th, .table-style02 td {
  padding: 15px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: top;
  font-size: 1.0rem;
}

@media (max-width: 1023px) {
  .table-style02 th, .table-style02 td {
    line-height: 1.6;
  }
}

@media (max-width: 1023px) {
  .table-style02 th, .table-style02 td {
    font-size: 0.8rem;
  }
}

.table-style02 td:first-child {
  vertical-align: middle;
  background: #f0f5f6;
  font-weight: bold;
  text-align: center;
  width: 20%;
}

@media (max-width: 1023px) {
  .table-style02 td:first-child {
    font-size: 0.8rem;
    padding: 15px 5px;
  }
}

.table-scroll-x {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .table-scroll-x {
    overflow-x: auto;
  }
}

.table-scroll-x table {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .table-scroll-x table {
    min-width: 640px;
  }
}

.table-separate{
  border-collapse: separate;
  border-spacing: 12px 0;
}
.table-cell{
  display: table-cell !important;
  vertical-align: middle;
}

.dl-common {
  margin-top: -10px;
  margin-bottom: 30px;
}

@media (min-width: 1024px), print {
  .dl-common {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

.dl-common dt, .dl-common dd {
  font-size: 1.4rem;
  line-height: 2;
}

@media (max-width: 1023px) {
  .dl-common dt, .dl-common dd {
    line-height: 1.6;
  }
}

.dl-common dt {
  padding: 10px 0 0;
  font-weight: bold;
}

@media (min-width: 1024px), print {
  .dl-common dt {
    flex: 0 0 25%;
    padding: 10px 20px 10px 0;
  }
}

.dl-common dd {
  margin: 0;
  padding: 0 0 10px;
}

@media (min-width: 1024px), print {
  .dl-common dd {
    flex: 0 0 75%;
    padding: 10px 0;
  }
}

.bg-gray {
  background: #E8E8E8;
  padding: 50px 0;
  margin: 60px 0 30px 0;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .bg-gray {
    padding: 20px 8px;
    /*margin: 0 0 20px 0;*/
    margin: 0 0 0 0;
    margin-bottom: 100px;
  }
}

.bg-gray-white {
  background: #F4F4F4;
  padding: 50px 0;
  margin: 0 0 0 0;
}

@media (max-width: 1023px) {
  .bg-gray-white {
    padding: 20px 8px;
    /*margin: 0 0 20px 0;*/
    margin: 0 0 0 0;
  }
}

.bg-blue_01 {
  background: #1882B6;
  padding: 20px 0;
  margin: 0 0 0 0;
}

@media (max-width: 1023px) {
  .bg-blue_01 {
    padding: 20px 8px;
    width: 95%;
    /*margin: 0 0 20px 0;*/
    margin: 0 auto 1rem;
  }
}

.bg-blue_02 {
  background: #09588D;
  padding: 20px 0;
  margin: 0 0 0 0;
}

@media (max-width: 1023px) {
  .bg-blue_02 {
    padding: 20px 8px;
    width: 95%;
    /*margin: 0 0 20px 0;*/
    margin: 0 auto 1rem;
  }
}

.bg-blue_03 {
  background: #022C52;
  padding: 20px 0;
  margin: 0 0 0 0;
}

@media (max-width: 1023px) {
  .bg-blue_03 {
    padding: 20px 8px;
    width: 95%;
    /*margin: 0 0 20px 0;*/
    margin: 0 auto 1rem;
  }
}

.bg-blue {
  background: linear-gradient(#106da8, #014a7c);
}

.bg-light_blue {
  background: #eef2f7;
  margin-bottom: 50px;
}

.bg-white {
  background: #FFF;
  padding: 20px;
}

.bg-orange {
  background: #fff7f0;
  padding: 50px 0;
  margin: 60px 0 100px 0;
}

@media (max-width: 1023px) {
  .bg-orange {
    padding: 20px 8px;
    /*margin: 0 0 20px 0;*/
    margin: 0 0 0 0;
    margin-bottom: 100px;
  }
}

.bg-green {
  background: #153962;
  padding: 50px 0;
  margin: 0 0 50px 0;
  /*
    p{
      @include bp-sp-max{
      text-align: left;
      }
     }
   */
}

@media (max-width: 1023px) {
  .bg-green {
    padding: 20px 0;
    margin: 0 0 20px 0;
  }
}

.bg-filter{
  background: rgba(255, 255, 255, 0.3); 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
  padding: 50px 0 !important;
}
.br_black{
  border-right: 1px solid #707070;
}
.br_gray{
  border-right: 2px solid #DEDEDE;
}
@media(max-width:1023px){
  .br_black{
    border: none;
  }
  .br_gray{
    border: none;
  }
}
.va_middle{
  vertical-align: middle;
}
@media (min-width:1024px){
  .dis_tbl{
    display: table;
    height: 180px;
  }
  .dis_tbl_cel{
    display: table-cell;
  }  
}

.ul-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
  margin-bottom: -30px;
}

.ul-thumbs li {
  width: 49% !important;
  margin-right: 1% !important;
}

@media (max-width: 1023px) {
  .ul-thumbs li {
    width: 100% !important;
  }
}

.ul-thumbs-wrapper {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .ul-thumbs-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) {
  .ul-thumbs-wrapper li {
    width: 49% !important;
    margin-bottom: 20px !important;
  }
  .ul-thumbs-wrapper img {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1024px), print {
  .ul-thumbs {
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
  .ul-thumbs {
    display: block;
  }
}

.ul-thumbs li {
  width: 49%;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .ul-thumbs li {
    width: 100%;
  }
}

@media (min-width: 1024px), print {
  .ul-thumbs li {
    width: 30%;
    margin-right: 5%;
  }
  .ul-thumbs li:nth-child(3n) {
    margin-right: 0;
  }
}

.ul-thumbs a {
  display: block;
  height: 100%;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.ul-thumbs a:hover {
  color: #153962;
}

@media (min-width: 1024px), print {
  .ul-thumbs a {
    font-size: 1.8rem;
  }
}

@media (max-width: 1023px) {
  .ul-thumbs a {
    font-size: 1.4rem;
  }
}

.ul-thumbs img {
  margin-bottom: 15px;
}

@media (min-width: 1024px), print {
  .ul-thumbs img {
    margin-bottom: 10px;
  }
}

.ul-thumbs-img {
  margin-bottom: 15px;
  padding-top: 56%;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1024px), print {
  .ul-thumbs-img {
    margin-bottom: 10px;
  }
}

.ul-thumbs--text-left a {
  text-align: left;
}

.ul-thumbs-meta span {
  display: inline-block;
  width: 110px;
  margin: 0;
  padding: 1px 5px;
  background-color: #b4b4b4;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1023px) {
  .ul-thumbs--relation {
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px), print {
  .ul-thumbs--relation li {
    width: 160px;
    padding: 0;
    margin-right: 10px;
  }
}

@media (max-width: 1023px) {
  .ul-thumbs--relation li {
    margin-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  .ul-thumbs--relation img {
    margin-bottom: 5px;
  }
}

@media (min-width: 1024px), print {
  .ul-thumbs--relation a {
    font-size: 1.2rem;
  }
}

.ul-thumbs--relation strong {
  font-size: 1.3rem;
  font-weight: normal;
}

@media (max-width: 1023px) {
  .ul-thumbs--relation strong {
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: block;
  }
}

.ul-thumbs--relation span {
  display: block;
  font-size: 1rem;
}

@media (max-width: 1023px) {
  .ul-thumbs--relation span {
    display: none;
  }
}

/*PC５カラムSP１カラム*/
.ul-5c-1 {
  width: 1280px;
  margin: 0 auto 0px auto;
  justify-content: space-around;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1279px) {
  .ul-5c-1 {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .ul-5c-1 {
    display: block;
    width: 100%;
  }
}

.ul-5c-1 li {
  width: 30%;
}

@media (max-width: 1023px) {
  .ul-5c-1 li {
    display: flex;
    margin: 0 auto 1rem;
    width: 95%;
  }
}

.ul-5c-1 span.img {
  min-height: 165px;
  display: block;
  padding-top: 20px;
}

@media (max-width: 1023px) {
  .ul-5c-1 span.img {
    width: 25%;
    min-width: 25%;
    min-height: auto;
    margin-right: 15px;
  }
}

@media (max-width: 1023px) {
  .ul-5c-1 span.text {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .ul-5c-1 span.text p {
    margin-bottom: 0.5rem;
  }
}

/*PC4カラムSP１カラム幅狭*/
.ul-4c-1-s {
  margin: 0 auto 0px auto;
  justify-content: space-around;
  margin: 0 auto 30px auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .ul-4c-1-s {
    display: block;
    width: 100%;
  }
}

.ul-4c-1-s li {
  width: 25%;
  padding-right: 1px;
}

@media (max-width: 1023px) {
  .ul-4c-1-s li {
    width: 100%;
    padding-right: 0px;
  }
}

.ul-4c-1-s span.img {
  min-height: 165px;
  display: block;
  padding-top: 20px;
}

@media (max-width: 1023px) {
  .ul-4c-1-s span.img {
    width: 25%;
    min-width: 25%;
    min-height: auto;
    margin-right: 15px;
  }
}

@media (max-width: 1023px) {
  .ul-4c-1-s span.text {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .ul-4c-1-s span.text p {
    margin-bottom: 0.5rem;
  }
}

/*PC３カラムSP１カラム*/
.ul-3c-1 {
  width: 1280px;
  margin: 0 auto 30px auto;
  justify-content: space-around;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1279px) {
  .ul-3c-1 {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .ul-3c-1 {
    margin: 0 auto 0px auto;
    display: block;
    width: 100%;
  }
}

.ul-3c-1 li {
  width: 30%;
  margin-right: 2%;
  text-align: left;
}

.ul-3c-1 li.last {
  width: 30%;
  margin-right: 35.5%;
  text-align: left;
}

@media (max-width: 1023px) {
  .ul-3c-1 li.last {
    margin: 0 auto 1rem;
    width: 95%;
  }
}

@media (max-width: 1023px) {
  .ul-3c-1 li {
    margin: 0 auto 1rem;
    width: 95%;
  }
}

.ul-3c-1 span.img {
  min-height: 100px;
  display: block;
  padding-top: 10px;
  padding-left: 10px;
}

@media (max-width: 1023px) {
  .ul-3c-1 span.img {
    padding-bottom: 20px;
    min-height: auto;
    margin-right: 15px;
  }
}

.ul-3c-1 span.img-1 {
  min-height: 100px;
  display: block;
  padding-top: 20px;
  padding-left: 10px;
  text-align: center;
}

@media (max-width: 1023px) {
  .ul-3c-1 span.img-1 {
    min-height: auto;
    margin-right: 15px;
  }
}

.ul-3c-1 div.movie {
  min-height: 100px;
  display: block;
  padding-top: 20px;
  margin-bottom: 40px;
      position: relative;
    width: 100%;
    padding: calc(360 / 640 * 100%) 0 0;
}

@media (max-width: 1023px) {
  .ul-3c-1 div.movie {
   margin-bottom: 20px;
  }
}

  .ul-3c-1 div.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

@media (max-width: 1023px) {
  .ul-3c-1 span.text {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  .ul-3c-1 span.text p {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .ul-3c-1 span.title p {
    margin-bottom: 1.5rem;
  }
}

/*PC３カラムSP１カラム幅狭*/
.ul-3c-1-s {
  width: 800px;
  margin: 0 auto 30px auto;
  justify-content: space-around;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .ul-3c-1-s {
    display: block;
    width: 100%;
  }
}

.ul-3c-1-s li {
  width: 30%;
  margin-right: 2%;
}

@media (max-width: 1023px) {
  .ul-3c-1-s li {
    display: flex;
    margin: 0 auto 1rem;
    width: 95%;
  }
}

/*PC３カラムSP２カラム*/
.ul-3c-2 {
  width: 1024px;
  margin: 0 auto 30px auto;
  justify-content: flex-start;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .ul-3c-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.ul-3c-2 li {
  padding: 20px;
  width: 30%;
  margin-right: 2%;
}

@media (max-width: 1023px) {
  .ul-3c-2 li {
    width: 48%;
    padding: 0 5px;
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
}

/*PC３カラムSP３カラム*/
.ul-3c-3 {
  width: 1024px;
  margin: 0 auto 30px auto;
  justify-content: flex-start;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .ul-3c-3 {
    width: 100%;
  }
}

.ul-3c-3 li {
  padding: 20px;
  width: 30%;
  margin-right: 2%;
}

/*PC２カラムSP１カラム*/
.ul-2c-1 {
  width: 1024px;
  margin: 0 auto 30px auto;
  justify-content: flex-start;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .ul-2c-1 {
    display: block;
    width: 100%;
  }
}

.ul-2c-1 li {
  padding: 20px;
  width: 48%;
  margin-right: 2%;
}

@media (max-width: 1023px) {
  .ul-2c-1 li {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
}

.ul-2c-1 li.merit{
  width: 47%;
  margin-right: 3%;
  text-align: left;
}

@media (max-width: 1023px) {
  .ul-2c-1 li.merit{
    margin: 0 auto 1rem;
    width: 95%;
  }
}

.ul-2c-1 li p {
  margin: 0;
}

.ul-2c-1 span.img {
  min-height: 100px;
  display: block;
  padding-top: 20px;
  padding-left: 30px;
}

@media (max-width: 1023px) {
  .ul-2c-1 span.img {
    padding-bottom: 20px;
    min-height: auto;
    margin-right: 15px;
  }
}

.ul-2c-1 span.img-1 {
  min-height: 100px;
  display: block;
  padding-top: 60px;
  padding-left: 10px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .ul-2c-1 span.img-1 {
    min-height: auto;
    margin-right: 15px;
    padding: 30px 0;
  }
}

@media (max-width: 1023px) {
  .ul-2c-1 span.text {
    text-align: left;
  }
}

.ul-2c-1 span.text p{
    text-align: left;
    padding: 10px 0 0 30px;
}

@media (max-width: 1023px) {
  .ul-2c-1 span.text p {
    margin-bottom: 0.5rem;
  }
}

/*UVクリア印刷 画像用*/
.content-box {
  position: relative;
}

.content-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;  
  position: absolute;
  top: 30%;
  left: 65%;
}
@media (max-width: 1023px){
  .uv_padding{
    padding: 0 20px;
  }
}







/* movie_qa用 */
/*PC２カラムSP１カラム*/
.ul-2c-1_qa {
  width: 1280px;
  margin: 0 auto 30px auto;
  justify-content: flex-start;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1279px) {
  .ul-2c-1_qa {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .ul-2c-1_qa {
    display: block;
    width: 100%;
  }
}

.uul-2c-1_qa li {
  padding: 20px;
  width: 46%;
  margin-right: 4%;
}

@media (max-width: 1023px) {
  .ul-2c-1_qa li {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
}

.ul-2c-1_qa li.qa1{
  width: 45%;
  margin-right: 5%;
  text-align: left;
}

.ul-2c-1_qa li.qa2{
  width: 45%;
  text-align: left;
  margin-left: 5%;
}

.ul-2c-1_qa li.qa3{
  width: 60%;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .ul-2c-1_qa li.qa1{
    margin: 0 auto 1rem;
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .ul-2c-1_qa li.qa2{
    margin: 0 auto 1rem;
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .ul-2c-1_qa li.qa3{
    margin: 0 auto 1rem;
    width: 90%;
  }
}

.ul-2c-1_qa li p {
  margin: 0;
}

@media (max-width: 1023px) {
  .ul-2c-1_qa span.text {
    text-align: left;
  }
}

.ul-2c-1_qa span.q p{
    text-align: left;
    padding: 10px 0 10px 0px;
}

@media (max-width: 1023px) {
  .ul-2c-1_qa span.q p {
    margin-bottom: 0.5rem;
  }
}

.ul-2c-1_qa span.q p span.q{
  color: #A1C346;
  font-size: 1.7em;
}

.ul-2c-1_qa span.a p span.a{
  color: #F47D17;
  font-size: 1.7em;
  font-weight: bold;
}


.ul-2c-1_qa span.a p{
    text-align: left;
    padding: 10px 0 0 20px;
}

@media (max-width: 1023px) {
  .ul-2c-1_qa span.a p {
    padding: 10px 0 40px 0px;
  }
}

.merit-midashi {
  line-height: 3em;
  letter-spacing: 5px;
}

.point-box{
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(181,222,83,1) 0%, rgba(112,154,0,1) 100%);
  padding: 20px 30px;
  line-height: 1.8em;
}

.movie-tag{
  font-size: 0.8rem;
    border: 1px solid;
    border-radius: 5px;
    margin-left: 8%;
    white-space: nowrap;
}





@media (max-width: 1023px) {
  .expand {/*全体*/
    max-height: 0px;
    overflow: hidden;
    position: relative;
    transition: .5s;
  }
  
   /* .expand::before {/*グラデーション部分
      content: "";
      position: absolute;
      height: 50%;
      bottom: 0;
      background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
      pointer-events: none;
      transition: 1s;
  }  */
  
  .contenedor input {/*input要素は隠しておく*/
    visibility: hidden;
  }
  
  .contenedor label {/*ボタン部分のスタイル*/
    position: absolute;
    /* bottom: 175em; */
    /* display: block; */
    padding: 5px 32px;
        left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #000000;
    color: white;
    font-size: 1.2em;;
    z-index:999;
    cursor: pointer;
    /* text-transform: uppercase; */
  }
  
  .contenedor label:before {/*閉じている際のボタンのテキスト*/
    content: "＋　全て表示";
  }
  
  .contenedor input:checked + label:before {/*開いているときは:checked状態なので、その際はボタンテキストを変える*/
    content: "－　閉じる　";
  }
  
  input[type=checkbox]:checked ~ .expand {
  max-height: 3088px;
  }
  
  input[type=checkbox]:checked ~ .expand:before {
  opacity: 0
  }
  }





















.button-common {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 40px auto 0;
  border: 1px solid #18254A;
  letter-spacing: .25rem;
  background-color: #fff;
  color: #18254A;
}

@media (max-width: 1023px) {
  .button-common {
    margin: 10px auto 0;
    font-size: 1.4rem;
    padding: 5px 0;
    height: auto;
  }
}

.button-common:hover {
  border-color: #153962;
  background-color: #153962;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .btn_ichiran {
    width: 90px;
    font-size: 1.2rem;
    padding: 2px 0;
    margin-right: 0;
  }
}

.toggle-switch {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.toggle-switch i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 5px;
  width: 21px;
  height: 21px;
  padding-top: 2px;
  background-color: #c1c1c1;
  color: #fff;
  font-size: 1rem;
  letter-spacing: normal !important;
}

.toggle-content {
  display: none;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 0px;
  width: 77px;
  height: 77px;
  z-index: 9999;
}

@media (max-width: 1023px) {
  .pagetop {
    /* bottom: 15px; */
    right: 0px;
    width: 70px;
    height: 70px;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*floatクリア*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.point_part{
  font-size: 1.2em;
  border-bottom: 3px dashed #A59ACA;
}
.point_part_cf{
  font-size: 1.2em;
  border-bottom: 3px dashed #6CC7B7;
}

@media (max-width: 1023px) {
  .header-inner {
    position: relative;
    height: auto;
    padding: 15px 25px;
  }
  .header-logo {
    margin: 0;
    max-width: 287px;
    /* width: 50%; */
  }
  .header-logo a {
    display: block;
    height: 100%;
  }
  .header-logo-top {
    position: absolute;
    top: 3%;
    left: 3%;
    max-width: 296px;
    width: 35%;
  }
  .header-logo-top a {
    display: block;
    height: 100%;
  }
  .header-caption {
    position: absolute;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 373px;
  }
  .header-toggle {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 46px;
    height: 40px;
  }
  .header-toggle a {
    display: block;
    position: relative;
    height: 100%;
  }
  .header-toggle div {
    position: absolute;
    left: 0;
    right: 0;
    width: 34px;
    height: 3px;
    margin: auto;
    background-color: #18254A;
  }
  .header-toggle div:nth-of-type(1) {
    top: 4px;
  }
  .header-toggle div:nth-of-type(2) {
    top: 18px;
  }
  .header-toggle div:nth-of-type(3) {
    top: 31px;
  }
  .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: #E0F3E9;
    transition: right 0.4s;
  }
  .header-nav-main-wrapper {
    z-index: 100;
    position: relative;
    height: 100%;
    overflow-y: auto;
    background: -moz-linear-gradient(top, #2c4d72, #1c9fcd);
    background: -webkit-linear-gradient(top, #2c4d72, #1c9fcd);
    background: linear-gradient(to bottom, #2c4d72, #1c9fcd);
  }
  .header-nav ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style-type: none;
  }
  .header-nav ul li {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .header-nav .hnm-ul-ul {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -270px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: right 0.4s;
    opacity: 0;
  }
  .header-nav .hnm-a {
    display: block;
    position: relative;
    padding: 10px 40px 10px 20px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
  }
  .header-nav .hnm-a i {
    margin-right: 10px;
    color: #fff;
  }
  .header-nav .hnm-a--back {
    padding-left: 40px;
  }
  .header-nav .hnm-a--back::after {
    right: auto;
    left: 20px;
    transform: rotate(180deg) translateY(40%);
  }
  .header-nav .hnm-a--close {
    padding: 1rem 1rem 0 0;
    text-align: right;
    font-size: 2rem;
  }
  body {
    position: relative;
    left: 0;
    transition: all 0.4s;
  }
  body.hn-open {
    position: fixed;
    left: -270px;
    left: -1024px;
    width: 100%;
    height: 100%;
  }
  body.hn-open .header-nav {
    right: 0;
  }
}

@media (min-width: 1024px), print {
  .header {
    background: #FFF;
  }
  .header-inner {
    display: flex;
    max-width: 1280px;
    height: 80px;
    margin: auto;
    padding: 22px 0 0;
  }
  .header-logo {
    width: 287px;
    height: 73px;
    margin: 0 auto 0 0;
  }
  .header-logo a {
    display: block;
    height: 100%;
  }
  .header-logo a :hover{
  color: #FFF;
  opacity: 0.7;
  }
  .header-logo-top {
    position: absolute;
    top: 3%;
    left: 3%;
    width: 287px;
    height: 73px;
  }
  .header-logo-top a {
    display: block;
    height: 100%;
  }
  .header-caption {
    position: absolute;
    bottom: -300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1170px;
    height: 363px;
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-nav-top {
    position: absolute;
    top: 5%;
    right: 5%;
  }
  .header-nav-extra {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: flex-end;
  }
  .header-nav-extra ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
}

@media (min-width: 1024px) and (max-width: 1023px), print and (max-width: 1023px) {
  .header-nav-extra ul {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px), print {
  .header-nav-extra li {
    margin-left: 30px;
  }
  .header-nav-extra a {
    font-size: 1.0rem;
    color: #000;
  }
  .header-nav-extra a :hover {
    text-decoration: none;
  }
  .header-nav-extra a i {
    margin-right: 5px;
    color: #bbb;
  }
  .header-nav-main ul {
    line-height: 4em;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 55px;
  }
  .header-nav-main .hnm-li {
    padding: 0;
    margin: 0 45px 0 0;
  }
  .header-nav-main .hnm-li-top {
    padding: 0;
    margin: 0 45px 0 0;
  }
  .header-nav-main .hnm-li-inq {
    line-height: 4em;
    padding: 0;
    margin: 0;
  }
  .header-nav-main .hnm-li-inq:hover {
    color: #ffffff;
    opacity: 0.8;
  }
  .header-nav-main .hnm-li > a {
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 1.0rem;
  }
  .header-nav-main .hnm-li > a:hover {
    color: #153962;
    text-decoration: none;
  }
  .header-nav-main .hnm-li > a.current::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #153962;
  }
  .header-nav-main .hnm-li > a:hover {
    text-decoration: none;
  }
  .header-nav-main .hnm-li-top > a {
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 1.0rem;
    color: #ffffff;
  }
  .header-nav-main .hnm-li-top > a:hover {
    color: #153962;
  }
  .header-nav-main .hnm-li-top > a:hover {
    text-decoration: none;
  }
  .header-nav-main .hnm-li-inq > a {
    line-height: 2.5em;
    display: block;
    position: relative;
    font-size: 1.0rem;
    color: #ffffff;
    background: #000000;
    border-radius: 10px;
    padding: 0 50px 0 50px;
    margin: 0 0 0 0;
    text-decoration:none;
  }
  .header-nav-main .hnm-li:hover > a {
    color: #153962;
  }
  .header-nav-main .hnm-li:hover > a::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #153962;
  }
  .header-nav-main .hnm-li:hover .hnm-div {
    visibility: visible;
    opacity: 0.85;
  }
  .header-nav-main .hnm-li:hover .hnm-ul-ul {
    display: flex;
  }
  .header-nav-main .hnm-li-top:hover > a {
    color: #153962;
  }
  .header-nav-main .hnm-li-top:hover > a::after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #153962;
  }
  .header-nav-main .hnm-div {
    z-index: 2147483647;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 145px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    height: 240px;
    margin: auto;
    padding: 45px 0;
    background-color: #153962;
    background-repeat: no-repeat;
    background-size: cover;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header-nav-main _:-ms-lang(x)::-ms-backdrop, .header-nav-main .hnm-div {
    display: none;
  }
  .header-nav-main .hnm-ul-ul {
    display: none;
    flex-direction: column;
    align-content: flex-start;
    max-width: 1024px;
    height: 100%;
    margin: auto;
  }
  .header-nav-main .hnm-ul-ul li {
    margin-right: 100px;
  }
  .header-nav-main .hnm-ul-ul li:nth-of-type(2) {
    height: 100%;
  }
  .header-nav-main .hnm-ul-ul li:nth-of-type(2) a {
    font-size: 1.8rem;
    text-decoration: none;
  }
  .header-nav-main .hnm-ul-ul a {
    font-size: 1.4rem;
    color: #fff;
  }
}

@media (min-width: 1024px), print {
  .sticky-header {
    position: fixed;
    width: 100%;
    height: 85px;
    z-index: 9999;
    transition: 0.4s;
    transition-timing-function: linear;
    background: #FFF;
  }
  .sticky-header .header-logo img {
    margin-top: 22px;
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
  .sticky-header .header-logo img {
    margin-top: 5px;
  }
}

@media (min-width: 1024px), print {
  .sticky-header div {
    display: flex;
    min-width: 1024px;
    max-width: 1024px;
    justify-content: flex-end;
    margin: 0 auto;
  }
  .sticky-header nav {
    margin-top: 0px;
  }
}

body {
  padding-top: 104px;
}

@media (min-width: 1024px), print {
  body {
    padding-top: 80px;
  }
}

@media (max-width: 1023px) {
  body {
    padding-top: 50px;
  }
}

body#top {
  padding-top: 0;
}

@media (min-width: 1024px), print {
  body#top {
    padding-top: 0;
  }
}

@media (max-width: 1023px) {
  body#top {
    padding-top: 0;
  }
}

.header {
  z-index: 2147483647;
  background-color: #fff;
}

.headroom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.4s;
}

@media (min-width: 1024px), print {
  .headroom {
    transition-duration: 0.6s;
    transition-timing-function: linear;
  }
}

@media print {
  .headroom {
    position: absolute;
  }
}

.headroom--unpinned {
  top: -86px;
}

@media (min-width: 1024px), print {
  .headroom--unpinned {
    top: -145px;
  }
}

.headroom--pinned {
  top: 0;
}

@media (max-width: 1023px) {
  body.hn-open .headroom {
    right: 270px;
    left: -270px;
  }
}

@media (max-width: 1023px) {
  .header-nav-extra .btn_trial a {
    width: 85%;
    filter: none;
  }
}

.btn_green a {
  display: block;
  background: #153962;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  min-width: 150px;
  text-align: center;
  color: #FFF;
  max-width: 400px;
  filter: drop-shadow(2px 4px 2px #ccc);
}

@media (max-width: 1023px) {
  .btn_green a {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.btn_green :hover {
  opacity: 0.7;
}

@media (max-width: 1023px) {
  .header-nav-extra .btn_green a {
    width: 85%;
    margin: 0 auto 30px auto;
    background: #FFF;
    color: #000;
    border-radius: 30px;
    filter: none;
  }
}

.top-main {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .top-main {
    margin-bottom: 20px;
  }
}

.top-main img {
  width: 100%;
}

.top-main p {
  position: absolute;
}

/*UVクリア印刷 TOPメイン*/
.uv_clear_top-main{
  position: relative;
  padding-bottom: 40px;
  background-color: #07072F;
}
@media (max-width: 1023px) {
  .uv_clear_top-main {
    padding-bottom: 20px;
  }
}

.uv_clear_top-main img {
  width: 100%;
}

.uv_clear_top-main p {
  position: absolute;
}

/*ビズサポ TOPメイン*/
.bizsupport_top-main{
  position: relative;
  padding-bottom: 40px;
  background-color: #16598D;
}
@media (max-width: 1023px) {
  .bizsupport_top-main {
    padding-bottom: 0;
  }
}

.bizsupport_top-main img {
  width: 100%;
}

.bizsupport_top-main p {
  position: absolute;
}

/*ミウラ折り TOPメイン*/
.miura_top-main{
  position: relative;
  padding-bottom: 0;
  background-color: #E0F2FC;
}
@media (max-width: 1023px) {
  .miura_top-main {
    padding-bottom: 0;
  }
}

.miura_top-main video {
  width: 100%;
  max-width: 100%;
  opacity: 0.7;
}

.miura_top-main p {
  position: absolute;
  color: white;
  background-color: rgb(113, 163, 255);
  opacity: 0.7;
  width: 100%;
  font-weight: bold;
  font-size: 65px;
  font-family:Noto Sans CJK JP;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  text-align: center;
  line-height: 2em;
  opacity: 0;
  animation: fadeIn 3s ease 3s 1 normal forwards;
}
@media (max-width: 1023px) {
  .miura_top-main p {
    font-size: 30px;
    line-height: 1.5em;
  }
}

@keyframes fadeIn { /*animetion-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/

  100% {opacity: 0.7} /*アニメーション終了時は不透明度100%*/

}
/* カレンダーTOPメイン */
.calendar_top-main{
  background: transparent linear-gradient(0deg, #A59ACA 0%, #BA98B5 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 130px 120px;
  /* height: 716px; */
}
.calendar_img{
  width: 60%;
}
.calendar_top-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;  
  position: absolute;
  top: 15%;
  left: 65%;
}
.calendar_top-flex img{
  /* max-width: 100%; */
  width: 100%;
}
@media(max-width:1023px){
  .calendar_top-main{
    padding: 30px;
  }
  .calendar_img{
    width: 100%;
  }
  .calendar_top-flex{
    top: 2%;
  }
}

/* クリアファイルTOPメイン */
@media(max-width:1023px){
  .clearfile_top-main{
    background: transparent linear-gradient(180deg, #6CC7B8 0%, #6FC8B6 8%, #B8E275 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 20px;
  }  
}

.calendar_row{
  /* max-width: 1280px; */
  /* margin: 0 auto 50px auto; */
  text-align: center;
}
@media (min-width: 1024px), print {
  .calendar_row {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .calendar_row {
    width: 100%;
    max-width: 1280px;
    /* background-image: url(https://www.ypg.jp/assets/images/clndr_header_pc.svg); */
    /* margin-bottom: 20px; */
  }
}
.calendar_main-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;  
  position: absolute;
  top: 5%;
  left: 0%;
}
.about-calendar{
  padding: 0 20px;
  margin: 30px 0px;
  /* border-right: 1px solid black; */
}
@media(max-width:1023px){
  .about-calendar{
    padding:30px 0;
  }
}
.taisaku_top-main{
  position: relative;
  text-align: center;
}
.taisaku_top-main img{
  width: 100%;
  max-width: 100%;
}
.taisaku_top-main a{
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  bottom: 1%;
  left: 50%;
  text-decoration: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
  -webkit-transition: .5s;
  transition: .5s;
  padding: 5px;
}
.taisaku_top-main a:hover{
  bottom: 0;
}
.taisaku_top-main a::after{
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
/* 紙ファイル */
.kamifile_top-main{
  position: relative;
  text-align: center;
}
.kamifile_top-main img{
  width: 100%;
  max-width: 100%;
}
.kamifile_top-main a{
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  bottom: 1%;
  left: 50%;
  text-decoration: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
  -webkit-transition: .5s;
  transition: .5s;
  padding: 5px;
}
.kamifile_top-main a:hover{
  bottom: 0;
}
.kamifile_top-main a::after{
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.benri-box01 {
  position: relative;
  background: url(https://www.ypg.jp/assets/images/top_03.png) no-repeat;
  max-width: 400px;
  height: 400px;
}

@media (max-width: 1023px) {
  .benri-box01 {
    background: url(https://www.ypg.jp/assets/images/top_sp_04.png) no-repeat;
    max-width: 340px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
  }
}

.benri-box01 .benri-caption_box01 {
  display: block;
  background: rgba(42, 172, 212, 0.8) url(https://www.ypg.jp/assets/images/top_03_icn.png) no-repeat 10px 10px;
  color: #FFF;
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 45%;
  min-width: 100%;
  padding-top: 35px;
}

@media (max-width: 1023px) {
  .benri-box01 .benri-caption_box01 {
    height: 100%;
    padding-top: 25px;
  }
}

.benri-box01 .benri-caption_box01 img {
  float: left;
  margin-left: 10px;
}

.benri-box02 {
  position: relative;
  background: url(https://www.ypg.jp/assets/images/top_04.png) no-repeat;
  max-width: 400px;
  height: 400px;
}

@media (max-width: 1023px) {
  .benri-box02 {
    background: url(https://www.ypg.jp/assets/images/top_sp_05.png) no-repeat;
    max-width: 340px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
  }
}

.benri-box02 .benri-caption_box02 {
  display: block;
  background: rgba(13, 103, 160, 0.8) url(https://www.ypg.jp/assets/images/top_04_icn.png) no-repeat 10px 10px;
  color: #FFF;
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 45%;
  min-width: 100%;
  padding-top: 35px;
}

@media (max-width: 1023px) {
  .benri-box02 .benri-caption_box02 {
    height: 100%;
    padding-top: 25px;
  }
}

.benri-box03 {
  position: relative;
  background: url(https://www.ypg.jp/assets/images/top_05.png) no-repeat;
  max-width: 400px;
  height: 400px;
}

@media (max-width: 1023px) {
  .benri-box03 {
    background: url(https://www.ypg.jp/assets/images/top_sp_06.png) no-repeat;
    max-width: 340px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
  }
}

.benri-box03 .benri-caption_box03 {
  display: block;
  background: rgba(3, 63, 111, 0.8) url(https://www.ypg.jp/assets/images/top_05_icn.png) no-repeat 10px 10px;
  color: #FFF;
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 45%;
  min-width: 100%;
  padding-top: 35px;
}

@media (max-width: 1023px) {
  .benri-box03 .benri-caption_box03 {
    height: 100%;
    padding-top: 25px;
  }
}

#onayami_wrap {
  background: url(https://www.ypg.jp/assets/images/top_06.png) no-repeat center top;
  padding-top: 40px;
  padding-bottom: 50px;
  -moz-background-size: cover;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 50px;
}

#onayami_wrap .onayami_item_circle {
  color: #000000;
  margin: 0 auto;
  border-radius: 50%;
  width: 200px !important;
  height: 200px !important;
  text-align: center;
  background: #f3faee;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1023px) {
  #onayami_wrap .onayami_item_circle {
    margin-bottom: -20px;
  }
}

#onayami_wrap .onayami_item_txt {
  overflow: hidden;
  width: auto;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
  display: block;
  width: 200px !important;
  height: 200px !important;
}

.tokucho-box {
  color: #FFF;
  background: #598CB2;
  max-width: 400px;
  height: 400px;
}

@media (max-width: 1023px) {
  .tokucho-box {
    max-width: 340px;
    width: 100%;
    height: 340px;
    margin: 0 auto;
  }
}

.tokucho-text {
  width: 100%;
  height: 100%;
  display: block;
  margin: 30px auto 30px auto;
}

.tokucho-img {
  margin: 30px auto 30px auto;
  display: block;
}

@media (max-width: 1023px) {
  .tokucho-img {
    margin: 10px auto 10px auto;
  }
}

#support_wrap {
  color: #000000;
  background: url(https://www.ypg.jp/assets/images/top_02.png) no-repeat center top;
  padding-top: 50px;
  padding-bottom: 30px;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 100px;
}

/* ムービー活用のメリット */
#merit_wrap {
  color: #000000;
  background: url(https://www.ypg.jp/assets/images/top_movie_02.png) no-repeat center top;
  padding-top: 50px;
  padding-bottom: 30px;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 100px;
}

/* UVクリア印刷のメリット */
#uv_clear_merit_wrap {
  color: #000000;
  background: url(https://www.ypg.jp/assets/images/top_uv_clear_02.png) no-repeat center top;
  padding-top: 50px;
  padding-bottom: 30px;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
}

#bizsupport_merit_wrap {
  color: #000000;
  background: url(https://www.ypg.jp/assets/images/bizsupport_main_bg.png) no-repeat center top;
  padding-top: 50px;
  padding-bottom: 30px;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
}

#miura_merit_wrap {
  color: #000000;
  /* background: url(https://www.ypg.jp/assets/images/top_uv_clear_02.png) no-repeat center top; */
  padding-top: 50px;
  padding-bottom: 30px;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
}

#calendar_merit_wrap {
  color: #000000;
  background-color: rgba(210, 204, 230, 0.5);
  padding-top: 50px;
  padding-bottom: 30px;
  -moz-background-size: cover;
  background-size: cover;
  /* margin-bottom: 40px; */
}

#clearfile_merit_wrap {
  color: #000000;
  background: #D8EEEA 0% 0% no-repeat padding-box;
  padding-top: 50px;
  padding-bottom: 30px;
  -moz-background-size: cover;
  background-size: cover;
  /* margin-bottom: 40px; */
}
/* @media(max-width:1023px){
  #calendar_merit_wrap{
    background-image: url(https://www.ypg.jp/assets/images/clndr_main.svg);
  }
} */
.calendar_exa{
  background-color:#EAE4FC;
}
.calendar_exa p{
  background-color:white;
  border-radius:10px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.cf_link{
  font-size: 2em;
  font-weight: bold;
  color: #000000A6;
  border-bottom:1px solid black;
  transition: .4s;
  text-decoration: none;
  display: block;
}
.cf_link:hover{
  text-decoration: none;
  color: #6CC7B7;
}
.kidoku {
  position: relative;
}

.kidoku_sub {
  position: absolute;
  top: 80%;
  left: 12%;
  color: white;
  font-size: 0.8rem;
  text-align: left;
}

@media (max-width: 1023px) {
  .kidoku_sub {
    top: 100%;
    left: 8%;
  }
}

@media (max-width: 1023px) {
  #riyousyakoe_title {
    color: #FFF;
    display: block;
    margin: 0 auto;
    width: 90% !important;
    height: 100px !important;
    text-align: center;
    background: linear-gradient(#2482a9, #153962);
    line-height: 100px;
  }
}

#riyousyakoe_wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

#riyousyakoe_wrap .riyousyakoe_item_circle {
  color: #FFF;
  text-align: center;
  margin-right: 1px;
}

#riyousyakoe_wrap .riyousyakoe_item_txt {
  overflow: hidden;
  width: auto;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  display: block;
}

#zaidankoe_wrap {
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
}

#zaidanriyu_wrap {
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(https://www.ypg.jp/assets/images/top_17.png) no-repeat center top;
  -moz-background-size: cover;
  background-size: cover;
}

#rainbow_wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(https://www.ypg.jp/assets/images/bg_rainbow.png) no-repeat center top;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 100px;
}

div.riyu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 1023px) {
  div.riyu {
    display: block;
  }
}

div.riyu .img {
  z-index: 0;
  position: relative;
  margin-left: 30px;
}

@media (max-width: 1023px) {
  div.riyu .img {
    margin: 30px auto 0 auto;
  }
}

div.riyu .img img {
  min-width: 409px;
}

@media (max-width: 1023px) {
  div.riyu .img img {
    min-width: 100%;
  }
}

div.news-area {
  padding-top: 50px;
}

div.news-area dl {
  display: flex;
}

@media (max-width: 1023px) {
  div.news-area dl {
    display: block;
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  div.news-area dl dt, div.news-area dl dd {
    float: left;
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
  div.news-area dl dd.kiji-title {
    clear: both;
    text-align: left;
    margin: 0;
  }
}

div.news-area .cat-mainte {
  background: #153962;
  color: #FFFFFF;
  padding: 5px;
  text-align: center;
}

@media (max-width: 1023px) {
  div.news-area .cat-mainte {
    margin-left: 15px;
    font-size: 0.8rem;
  }
}

div.news-area .cat-news {
  background: #5b8c9f;
  color: #FFFFFF;
  padding: 5px;
  text-align: center;
  min-width: 138px;
}

@media (max-width: 1023px) {
  div.news-area .cat-news {
    margin-left: 15px;
    font-size: 0.8rem;
    min-width: 112px;
  }
}

div.news-area a {
  color: #18254A;
  text-decoration: underline;
}

.function-box01 {
  position: relative;
  background: url(https://www.ypg.jp/assets/images/function_01.png) no-repeat;
  max-width: 400px;
  height: 245px;
}

@media (max-width: 1023px) {
  .function-box01 {
    background: url(https://www.ypg.jp/assets/images/top_sp_04.png) no-repeat;
    max-width: 340px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    min-height: 800px;
  }
}

.function-box01 .function-caption_box01 {
  display: block;
  background: rgba(42, 172, 212, 0.8) url(https://www.ypg.jp/assets/images/top_03_icn.png) no-repeat 10px 10px;
  color: #FFF;
  z-index: 1;
  position: absolute;
  top: 0;
  height: 50%;
  min-width: 100%;
  padding-top: 10px;
}

@media (max-width: 1023px) {
  .function-box01 .function-caption_box01 {
    height: 147px;
    padding-top: 25px;
  }
}

.function-box01 .function-caption_box01 img {
  float: left;
  margin-left: 10px;
}

.function-box02 {
  position: relative;
  background: url(https://www.ypg.jp/assets/images/function_02.png) no-repeat;
  max-width: 400px;
  height: 245px;
}

@media (max-width: 1023px) {
  .function-box02 {
    background: url(https://www.ypg.jp/assets/images/top_sp_05.png) no-repeat;
    max-width: 340px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    min-height: 800px;
  }
}

.function-box02 .function-caption_box02 {
  display: block;
  background: rgba(13, 103, 160, 0.8) url(https://www.ypg.jp/assets/images/top_04_icn.png) no-repeat 10px 10px;
  color: #FFF;
  z-index: 1;
  position: absolute;
  top: 0;
  height: 50%;
  min-width: 100%;
  padding-top: 10px;
}

@media (max-width: 1023px) {
  .function-box02 .function-caption_box02 {
    height: 147px;
    padding-top: 25px;
  }
}

.function-box03 {
  position: relative;
  background: url(https://www.ypg.jp/assets/images/function_03.png) no-repeat;
  max-width: 400px;
  height: 245px;
}

@media (max-width: 1023px) {
  .function-box03 {
    background: url(https://www.ypg.jp/assets/images/top_sp_06.png) no-repeat;
    max-width: 340px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    min-height: 800px;
  }
}

.function-box03 .function-caption_box03 {
  display: block;
  background: rgba(3, 63, 111, 0.8) url(https://www.ypg.jp/assets/images/top_05_icn.png) no-repeat 10px 10px;
  color: #FFF;
  z-index: 1;
  position: absolute;
  top: 0;
  height: 50%;
  min-width: 100%;
  padding-top: 10px;
}

@media (max-width: 1023px) {
  .function-box03 .function-caption_box03 {
    height: 147px;
    padding-top: 25px;
  }
}

.kino-box01 {
  background-color: #e7f4f8;
}

.kino-box02 {
  background-color: #e4edf3;
}

.kino-box03 {
  background-color: #eaeef2;
}

.kino-text01 {
  color: #1882b6;
}

.kino-text02 {
  color: #065084;
}

.kino-text03 {
  color: #153962;
}

.kino-box {
  position: absolute;
  top: 245px;
  padding: 20px 20px;
  min-height: 600px;
}

@media (max-width: 1023px) {
  .kino-box {
    top: 150px;
    min-height: 600px;
  }
}

.kino-box .kino-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0em;
}

.kino-box .kino-list {
  text-align: left;
  font-size: 0.9em;
  padding: 13px;
}

.kino-box .kino-kome {
  font-size: 0.9em;
  position: absolute;
  bottom: 0;
  right: 3%;
}

.server-box {
  margin-top: 700px;
}

@media (max-width: 1023px) {
  .server-box {
    margin-top: 0px;
  }
}

div.area-orange {
  background: #FC9F0A;
  padding: 30px;
  border-radius: 25px;
  filter: drop-shadow(2px 4px 2px #ccc);
}

@media (max-width: 1023px) {
  div.area-orange {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
  }
}

.btn_white {
  background: #FFF;
  color: #000000;
  border-radius: 30px;
  font-size: 1.4rem;
  padding: 20px;
}

@media (max-width: 1023px) {
  .btn_white {
    padding: 10px;
    font-size: 1.2rem;
  }
}

.btn_white02 {
  border: solid 1px #FFF;
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
}

.btn_white02 :hover {
  background: #153962;
}

.btn_white02 a {
  display: block;
  color: #FFF;
  padding: 20px;
  font-size: 1.2rem;
}

@media (max-width: 1023px) {
  .btn_white02 a {
    padding: 10px;
    font-size: 1.0rem;
    text-align: center;
  }
}

.btn_white02 :after {
  content: "＞";
  padding-left: 1rem;
}

.btn_gray :hover {
  color: #FFF;
  opacity: 0.7;
}

.btn_rainbow :hover {
  color: #FFF;
  opacity: 0.7;
}
.bg_rainbow{
  background: transparent linear-gradient(102deg, #81B5FF 0%, #88E2DA 15%, #A891FD 44%, #FD8FB4 66%, #FFC16E 86%, #FFCB68 92%, #FFE657 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #00000029;
  border-radius: 11px;
  opacity: 1;
  text-align: center;
  font: normal normal bold 26px/38px Noto Sans CJK JP;
  letter-spacing: 2.6px;
  color: #FFFFFF;
  opacity: 1;
  padding: 20px 100px;
  transition: .5s;
  font-family: 'Noto Sans JP', sans-serif;
}
.bg_rainbow:hover{
  text-decoration: none;
  opacity: 0.7;
}
.bg_yellow{
  background-color: #EBFE04;
  color: #02377B;
  border-radius: 11px;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 100px;
  transition: .5s;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
}
.bg_yellow:hover{
  opacity: 0.7;
  text-decoration: none;
}
.bg_green{
  background-color: #BDF465;
  color: #245F00;
  border-radius: 11px;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 100px;
  transition: .5s;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
}
.bg_green:hover{
  opacity: 0.7;
  text-decoration: none;
}
.hover_action{
  transition: 0.3s; 
}

.hover_action :hover{
  transform: scale(1.1); 
}

.btn_gray a {
  max-width: 400px;
  margin: 0 auto 0 auto;
  background: linear-gradient(to bottom, #424242 0%, #000 70%);
  color: #FFF;
  font-size: 1.4rem;
  padding: 20px;
  display: block;
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .btn_gray a {
    font-size: 1.2rem;
    padding: 20px;
  }
}

/*タイトル*/
div.content_title {
  /* background: -moz-linear-gradient(top, #1B85C6, #014A7C);
  background: -webkit-linear-gradient(top, #1B85C6, #014A7C);
  background: linear-gradient(to bottom, #1B85C6, #014A7C); */
  color: #000000;
  padding: 40px 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-top: 16px solid #0075c1;
}

@media (max-width: 1023px) {
  div.content_title {
    padding: 25px;
    font-size: 1.6rem;
  }
}

/*パンくず*/
/*
.row-1{
  background: -moz-linear-gradient(top, #7895c0, #5c88ca);
  background: -webkit-linear-gradient(top, #7895c0, #5c88ca);
  background: linear-gradient(to bottom, #7895c0, #5c88ca);
  padding: 5px 0 20px 0;
}*/
.topic-path {
  padding: 7px 10px 12px;
  text-align: left;
}

.topic-path p {
  max-width: 1024px;
  margin: auto;
  font-size: 1.0rem;
  letter-spacing: 0.2rem;
  line-height: 2;
  color: white;
}

.topic-path a {
  text-decoration: none;
  color: white;
}

.topic-path a:hover {
  color: #153962;
}

.topic-path_no_bg {
  padding: 7px 10px 12px;
  text-align: left;
}

.topic-path_no_bg p {
  max-width: 1024px;
  margin: auto;
  font-size: 1.0rem;
  letter-spacing: 0.2rem;
  line-height: 2;
  color: #153962;
}

.topic-path_no_bg a {
  text-decoration: none;
  color: #153962;
}

.topic-path_no_bg a:hover {
  color: #153962;
  opacity: 0.7;
}

.topic-main {
  text-align: center;
}

.topic-1 {
  color: white;
}

.topic-2 {
  font-size: 1.9rem;
  color: white;
}

.ico_green {
  border: solid 2px #153962;
  padding: 10px 20px;
  font-size: 1.2rem;
  color: #153962;
  border-radius: 25px;
  margin: 0 0 20px 0 !important;
}

@media (max-width: 1023px) {
  .ico_green {
    width: 30%;
    margin: 0 20px 20px 0 !important;
    padding: 5px;
    font-size: 1.0rem;
  }
}

.description {
  text-align: left;
  color: #000000;
}

.description .icon {
  width: 20%;
  text-align: center;
  background: none;
  margin-right: 3%;
}

@media (max-width: 1023px) {
  .description .icon {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
}

.description .text {
  width: 77%;
  margin: 0;
  padding: 20px 0;
  background: none;
}

@media (max-width: 1023px) {
  .description .text {
    width: 100%;
    padding: 0;
  }
}

.description .text-s {
  font-weight: bold;
}

@media (max-width: 1023px) {
  ul.kumihan li {
    display: block;
  }
}

ul.kumihan .image01 {
  width: 50%;
  padding: 0;
}

@media (max-width: 1023px) {
  ul.kumihan .image01 {
    width: 100%;
  }
}

ul.kumihan .image02 {
  width: 30%;
  padding: 0;
}

@media (max-width: 1023px) {
  ul.kumihan .image02 {
    width: 100%;
  }
}

ul.kumihan .yajirushi {
  width: 5%;
  margin: 0;
  padding: 170px 0;
}

@media (max-width: 1023px) {
  ul.kumihan .yajirushi {
    transform: rotate(90deg);
    margin: 0 auto;
    padding: 0;
  }
}

.about-main {
  position: relative;
  overflow:hidden;
  transition: 1s all;
}

.about-main img {
  width: 100%;
}

.about-main .hover img:hover {
  transform: scale(1.4, 1.4);
  transition: 1s all;
}

.about-main-p1 {
  position: absolute;
  text-align: center;
  color: #FFF;
  width: 80%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.about-main-p2 {
  position: absolute;
  text-align: center;
  color: #FFF;
  width: 80%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.sample-txt {
  width: 80%;
}

@media (max-width: 1023px) {
  .sample-txt {
    width: 100%;
  }
}

.about-text {
  color: #000000;
  width: 100%;
  height: 100%;
  display: block;
}

.about-box_01 {
  background-color: #FFFFFF;
  padding: 20px 20px;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  .about-box_01 {
    top: 150px;
  }
}

.about-box_01 .about-title {
  color: #1882B6;
  padding-top: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0em;
}

@media (max-width: 1023px) {
  .about-box_01 .about-title{
    top: 150px;
    padding-top: 0px;
  }
}

.about-box_01 .about-kaisya {
  padding-top: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0em;
}

.about-box_01 .about-naiyo {
  text-align: left;
  padding: 40px 20px 0px 20px;
  font-size: 1.0rem;
  margin-bottom: 0em;
}

@media (max-width: 1023px) {
  .about-box_01 .about-naiyo{
    top: 150px;
    padding-bottom: 10px;
  }
}

.about-box_02 {
  background-color: #d1dbe8;
  padding: 20px 20px;
  border-radius: 10px;
  margin: 50px 0px;
}

@media (max-width: 1023px) {
  .about-box_02 {
    top: 150px;
  }
}

.about-box_02 .about-title {
  color: #000000;
  padding-top: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0em;
}

@media (max-width: 1023px) {
  .about-box_02 .about-title{
    top: 150px;
    padding-top: 0px;
  }
}

.about-box_02 .about-kaisya {
  padding-top: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0em;
}

.about-box_02 .about-naiyo {
  text-align: left;
  padding: 40px 20px 0px 20px;
  font-size: 1.0rem;
  margin-bottom: 0em;
}

@media (max-width: 1023px) {
  .about-box_02 .about-naiyo{
    top: 150px;
    padding-bottom: 10px;
  }
}

.about-box_03 {
  background-color: #5a7cac;
  padding: 20px 20px;
  border-radius: 10px;
  margin: 50px 0px;
}

@media (max-width: 1023px) {
  .about-box_03 {
    top: 150px;
  }
}

.about-box_03 .about-title {
  color: #FFFFFF;
  padding-top: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0em;
}

@media (max-width: 1023px) {
  .about-box_03 .about-title{
    top: 150px;
    padding-top: 0px;
  }
}

.about-box_03 .about-kaisya {
  padding-top: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0em;
}

.about-box_03 .about-naiyo {
  color: #FFFFFF;
  text-align: left;
  padding: 50px 20px 0px 20px;
  font-size: 1.0rem;
  margin-bottom: 0em;
}

@media (max-width: 1023px) {
  .about-box_03 .about-naiyo{
    top: 150px;
    padding-bottom: 10px;
  }
}

.about-support {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 20px;
}

@media (max-width: 1023px) {
  .about-support {
    top: 150px;
  }
}

.production-results {
  padding: 20px 20px;
}

@media (max-width: 1023px) {
  .production-results {
    top: 150px;
    padding: 40px 20px;
  }
}

.kanrisya-catch {
  font-size: 38px;
  margin-bottom: 2rem;
}

.about-text01 {
  color: #1882b6;
}

.about-text02 {
  color: #153962;
}

.flow-box li:first-child {
  width: 15%;
}

@media (max-width: 1023px) {
  .flow-box li:first-child {
    width: 18%;
    padding: 0;
    margin: 0 20px 0 0;
  }
}

.flow-box li:nth-child(2) {
  width: 80%;
  border-bottom: dashed 1px #18254A;
}

@media (max-width: 1023px) {
  .flow-box li:nth-child(2) {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.flow-box .comment {
  width: 70%;
}

@media (max-width: 1023px) {
  .flow-box .comment {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .flow-box .float-right {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.flow-box span.step {
  display: inline-block;
  background: #153962;
  color: #FFF;
  font-size: 1.0rem;
  padding: 5px;
  margin: 0 10px 10px 0;
  width: 100px;
  text-align: center;
}

.record-box01 {
  display: flex;
  padding: 20px;
  margin: 0 0 20px 0;
  border: solid 1px #D0D0D0;
  border-radius: 15px;
  background: #EDF2F2;
}

@media (max-width: 1023px) {
  .record-box01 {
    padding: 10px;
    margin: 20px 0;
  }
}

.record-box01 .left {
  width: 40%;
  padding: 0 20px 0 0;
  font-weight: bold;
  line-height: 2rem;
  margin: auto;
}

@media (max-width: 1023px) {
  .record-box01 .left {
    padding: 0 10px 0 0;
    width: 50%;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -1px;
    font-size: 0.9rem;
  }
}

.record-box01 .right {
  padding: 0 0 0 20px;
  text-align: left;
  font-weight: bold;
  border-left: dashed 1px #18254A;
}

@media (max-width: 1023px) {
  .record-box01 .right {
    font-size: 0.9rem;
    padding: 0 0 0 10px;
  }
}

.record-box02 {
  display: flex;
  padding: 20px;
  margin: 0 0 20px 0;
  border: solid 1px #FC9F0A;
  border-radius: 15px;
  color: #FC9F0A;
}

@media (max-width: 1023px) {
  .record-box02 {
    padding: 10px;
    text-align: center;
  }
}

.record-box02 .left {
  width: 40%;
  padding: 0 20px 0 0;
  font-weight: bold;
  line-height: 2rem;
  margin: auto;
}

@media (max-width: 1023px) {
  .record-box02 .left {
    padding: 0 10px 0 0;
    width: 50%;
    font-size: 0.9rem;
  }
}

.record-box02 .right {
  padding: 0 0 0 20px;
  text-align: left;
  font-weight: bold;
  border-left: dashed 1px #18254A;
}

@media (max-width: 1023px) {
  .record-box02 .right {
    font-size: 0.9rem;
    padding: 0 0 0 10px;
  }
}

.cs-info {
  display: flex;
}

@media (max-width: 1023px) {
  .cs-info {
    display: block;
  }
}

.cs-info .cs p {
  background: #30B9DE;
  color: #FFF;
  padding: 60px 30px;
  border-radius: 10px;
  margin-bottom: unset;
}

@media (max-width: 1023px) {
  .cs-info .cs p {
    padding: 10px;
  }
}

.cs-info .cs-dl {
  margin: 0 0 0 20px;
  width: 80%;
}

@media (max-width: 1023px) {
  .cs-info .cs-dl {
    width: 100%;
    margin: 0;
  }
}

.cs-info .cs-dl dl {
  display: flex;
}

.cs-info .cs-dl dt {
  width: 25%;
  text-align: left;
}

@media (max-width: 1023px) {
  .cs-info .cs-dl dt {
    width: 35%;
  }
}

.cs-info .cs-dl dd {
  width: 100%;
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .cs-info .cs-dl dd {
    font-size: 1.0rem;
  }
}

.goiken {
  text-align: left;
}

.goiken .icon {
  width: 32%;
  text-align: center;
  background: none;
  margin-right: 2%;
}

@media (max-width: 1023px) {
  .goiken .icon {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
  }
}

.goiken .text {
  width: 66%;
  margin: 0;
  background: none;
}

@media (max-width: 1023px) {
  .goiken .text {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .goiken {
    padding-top: 10px;
  }
}

.goiken .text-m {
  font-weight: bold;
}

ul.page-link {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  ul.page-link {
    padding: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  ul.page-link li {
    width: 48%;
    padding-left: 1.3rem;
    text-indent: -1.3rem;
  }
}

ul.page-link li a {
  color: #18254A;
}

ul.page-link li ::before {
  content: "▼";
  color: #153962;
  margin-right: 5px;
}

.question-box {
  text-align: left;
}

.question-box .q, .question-box .a {
  margin-bottom: 50px;
  padding-left: 72px;
  text-indent: -69px;
}

@media (max-width: 1023px) {
  .question-box .q, .question-box .a {
    padding-left: 40px;
    text-indent: -40px;
    margin-bottom: 25px;
  }
}

.question-box .q::before {
  content: "";
  background: url(https://www.ypg.jp/assets/images/ico_q.png) no-repeat;
  padding: 17px 27px;
  margin: 15px 15px 0 0;
}

@media (max-width: 1023px) {
  .question-box .q::before {
    background-size: 80%;
    margin: 0;
    padding: 5px 20px;
  }
}

.question-box .a::before {
  content: "";
  background: url(https://www.ypg.jp/assets/images/ico_a.png) no-repeat;
  padding: 17px 27px;
  margin: 15px 15px 0 0;
}

@media (max-width: 1023px) {
  .question-box .a::before {
    background-size: 80%;
    margin: 0;
    padding: 5px 20px;
  }
}

.question-box .qa-border {
  border-top: dashed 1px #18254A;
  height: 1px;
  margin-bottom: 50px;
}

/*お問い合わせ見出し*/
.text-xl-form {
  font-size: 2rem;
}

/* ムービー見出し */
.text-xl-midashi{
  line-height:2em;
  font-weight: bold;
  text-align: left;
  padding: 30px 0;;
}

@media (max-width: 1023px) {
  .text-xl-form {
    font-size: 1.2rem;
  }
}

/* 流れ */
.flow_box {
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.flow_box .flow_item {
  width: 28%;
  margin-right: 4%;
  font-weight: bold;
  padding: 1em auto;
  margin: 0 auto;
  position: relative;
}

.flow_box .flow_item:after {
  /* >を表示*/
  content: '>';
  color: #555;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 12px;
  height: 24px;
  margin-top: -12px;
}

.flow_box .flow_item:last-child:after {
  content: '';
}

.flow_box div.green {
  background: #153962;
  color: #FFFFFF;
}

.flow_box div.glay {
  background: #E6E6E6;
  color: #18254A;
}

@media (max-width: 1023px) {
  .flow_box {
    display: block;
    width: 100%;
  }
  .flow_box .flow_item {
    display: block;
    width: 95%;
    margin: 2rem auto;
    padding: 1rem auto;
  }
  .flow_box .flow_item:after {
    /* >を表示*/
    content: '';
    top: 3.2rem;
    right: 49%;
    margin-top: 5px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #555;
  }
  .flow_box .flow_item:last-child:after {
    content: '';
    border: none;
  }
  .flow_box div {
    display: block;
  }
}

.logo_ypbiz {
  padding-bottom: 50px;
}

.logo_ypbiz img {
  width: 45%;
}

@media (max-width: 1023px) {
  .logo_ypbiz img {
    width: 80%;
  }
}

/* バックナンバー */
.backnumber{
  background-color:#ececec ;
}
.backnumber_title{
  /* background: #d3d3d3; */
  padding: 25px 0;
}
.backnumber_title h1{
  font-size: 40px;
  position: relative;
  color: #000000;
  text-align: center;
}
.backnumber_title h1::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 120px;
  height: 6px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #2177df;
}
.backnumber_main{
  max-width: 880px;
  margin: 0 auto 50px auto;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .backnumber_main {
    margin: 0 10px;
  }
}
.backnumber_flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: calc(1.5rem * -.5);
  margin-left: calc(1.5rem * -.5);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
}
.backnumber_flex > * {
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5);
  max-width: 100%;
  width: 100%
}
.backnumber_flex span{
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  color: #588396;
  text-align: center;
  flex: 0 0 auto;
  width: 15%;
}
@media (max-width: 1023px) {
  .backnumber_flex span {
    text-align: left;
  }
}
.backnumber_flex a{
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  color: #000000;
  margin: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .backnumber_flex a {
    flex: 1 0 0%;
  }
}
.backnumber_flex p{
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 135px;
  text-align: left;
  font-size: 0.9em;
}
@media (max-width: 1023px) {
  .backnumber_flex p {
    margin-left: 0;
  }
}
/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.areaFooterLink {
  padding: 0 10px 0px; }

.areaFooterLink a :hover{
    color: #FFF;
  opacity: 0.7;
}

.fLogo {
  /*width:140px;*/
  margin-bottom: 1em; }
  .fLogo img {
    /* width: 200px; */
    /* width: 100%;  */
  }

.fLink li {
  margin-bottom: 1em;
  /*display: block;*/
  /*width:100%;*/
  float: left;
  display: inline;
  margin-right: 24px;
  width: auto; }

.fNavi {
  display: none; }

.fTel {
  padding: 10px 10px;
  text-align: center;
   margin-bottom: 0px;
 }
  .fTel .fTel_txt {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 18px;
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em; }
  .fTel .fTel_tel {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 30px;
    display: inline-block; }
  .fTel a:hover {
    text-decoration: none; }

.fNaviSub {
  display: none; }

.copyright {
  padding: 8px 0;
  text-align: center;
margin-bottom: 0px; }
  .copyright small {
    font-size: 8.32px; }

@media print, screen and (min-width: 768px) {
  .areaFooterLink {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px; }
  .fLogo {
    float: left; }
  .fLink {
    float: right;
    padding-top: 11px;
    margin-left: 10px; }
    .fLink li {
      float: left;
      display: inline;
      margin-left: 24px;
      width: auto; }
      .fLink li:first-child {
        margin-left: 0px; }
  .footerNavi {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
    padding-bottom: 10px;
    padding-top: 10px; }
  .fNavi {
    display: block;
    float: left;
    padding-top: 15px;
  margin-left: -30px; }
    .fNavi li {
      display: inline;
      margin-right: 35px;
      float: left; }
      .fNavi li a {
        position: relative;
        display: block;
        height: 48px;
        text-align: center;
        vertical-align: middle; }
        .fNavi li a:hover {
          text-decoration: none; }
        .fNavi li a span.fNavi_maintxt {
          display: block;
          font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
          font-size: 16px;
          line-height: 16px;
          padding-top: 10px;
          }
        .fNavi li a span.fNavi_subtxt {
          display: block;
          font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
          font-size: 10px;
          line-height: 10px;
          padding-top: 5px;
          color: #a5a5a5; }
  .fTel {
    float: right; }
  .footerCopyright {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 5px; }
  .fNaviSub {
    display: block;
    float: left;
    padding: 11px 0 10px; }
    .fNaviSub li {
      position: relative;
      display: inline-block;
      padding-right: 10px;
      padding-left: 20px;
      font-size: 12px;
      line-height: 1; }
      .fNaviSub li::before {
        position: absolute;
        left: 0;
        content: "|";
        color: #222; }
      .fNaviSub li:last-child::after {
        position: absolute;
        right: -8px;
        content: "|";
        color: #222; }
  .copyright {
    float: right;
    padding-top: 14px; }
    .copyright small {
      font-size: 12px; }
   }

.footer_inquiry_wrap {
    box-sizing: border;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 5px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    padding: 20px;
}
.footer-inq > a {
    line-height: 2.5em;
    display: block;
    position: relative;
    font-size: 1.0rem;
    color: #ffffff;
    background: #000000;
    border-radius: 10px;
    padding: 0 50px 0 50px;
    margin: 0 30px 0 30px;
    text-decoration:none;
    text-align: center;
  }
.fcolor_group {
    color: #0075c1;
}
/* クリアファイル　ボックスに影をつける */
.box_shadow{
  background: #EEEEEE 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px 7px #24222229;
  opacity: 1;
}
/* ヘッダー固定 */
.header-fixed{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(255,255,255,0.95);
  z-index:9999;
}