/*main conainer*/
/*ヘッダーからコンテンツマージン*/
.main {
  padding-top: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .main {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 80px;
  }
}
@media screen and (min-width:0px){
  .section .outer-container {
    max-width: 1300px;
    margin: 0 auto;
  }
  .section .container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section .container a {
    color: #000;
  }
}

/*breadcumb*/
@media only screen and (min-width:0px){  
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    padding-top: 8px;
  }
  .breadcrumbs li {
    position: relative;
  }
  .breadcrumbs li:not(:first-of-type) {
    padding-left: 20px;
  }
  .breadcrumbs li:not(:first-of-type)::after {
    content: ">";
    position: absolute;
    top:1px;
    left: 2px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
  }
  .breadcrumbs li > a {
    width: auto;
    font-size: 12px;
    line-height: 21px;
    color: #000;
  }
}
/*page title*/
@media screen and (min-width:0px){
  .page-title {
    margin-top: 50px;
  }
  .page-title h1 {
    font-size: 32px;
    list-style: 50px;
    font-weight: 700;
    letter-spacing: 7px;
    border-bottom: 2px solid #b2b2b2;
  }
}
/*common tags*/
@media screen and (min-width:0){
  .s1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
  }
  .s2 {
    font-size: 14px;
    line-height: 22px;
    background-color: #4C4C4C;
    text-indent: 5px;
    font-weight: 700;
    color: #fff;
    padding: 2px 0 2px 0;
  }
  .s3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 8px 0;
  }
  .s4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 8px 0;
    padding: 6px 0;
    border-bottom: 1px solid #B2B2B2;
  }
  .s5 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    padding: 8px 0;
    padding: 6px 0;
    border-bottom: 1px solid #B2B2B2;
    letter-spacing: 0.05rem;
  }
  .str1{
    letter-spacing: -1px;
  }
  figure img {
    display: block;
    width: 100%;
  }
  ul.no-type li {
    font-size: 14px;
    line-height: 23px;
  }
  ul.no-type li:not(:nth-child(1)){
    margin-top: 5px;
  }
}

/*section yk-sec01*/
@media screen and (max-width:768px){
  .yk-sec01 {
    margin-top: 34px;
  }
  .yk-sec01 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content:start;
  }
  .yk-sec01 .col2-sb figure {
    width: 100%;
    display: table;
    margin-top: 10px;
  }
  .yk-sec01 .col2-sb .desc-warp {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .yk-sec01 .col2-sb .desc-warp h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 0 10px 0;
  }
  .yk-sec01 .col2-sb .desc-warp .dl-pdf-btn {
    position: relative;
    width: 100%;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0.02rem;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding-right: 30px;
    margin-top: 30px;
  }
  .yk-sec01 .col2-sb .desc-warp .dl-pdf-btn::after {
    content: "";
    position: absolute;
    right: 3px;
    width: 24px;
    height: 100%;
    background: url(../../images/sub/yukidome/icon-pdf.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
}
@media screen and (min-width:769px){
  .yk-sec01 {
    margin-top: 34px;
  }
  .yk-sec01 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content:start;
  }
  .yk-sec01 .col2-sb figure {
    max-width: 250px;
    width: 100%;
    display: table;
    margin-top: 10px;
  }
  .yk-sec01 .col2-sb .desc-warp {
    max-width: 340px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 5%;
  }
  .yk-sec01 .col2-sb .desc-warp h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 0 10px 0;
  }
  .yk-sec01 .col2-sb .desc-warp .dl-pdf-btn {
    position: relative;
    width: 100%;
    height: 52px;
    font-size: 14px;
    line-height: 52px;
    letter-spacing: 0.02rem;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding-right: 30px;
  }
  .yk-sec01 .col2-sb .desc-warp .dl-pdf-btn::after {
    content: "";
    position: absolute;
    right: 3px;
    width: 24px;
    height: 100%;
    background: url(../../images/sub/yukidome/icon-pdf.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
}



/*section yk-sec02*/
@media screen and (max-width:768px){
  .yk-sec02 {
    margin-top: 75px;
  }
  .yk-sec02 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .yk-sec02 .col4-sb .col {
    width: 100%;
  }
  .yk-sec02 .col4-sb .col .img-wrap {
    margin-top: 26px;
  }
  .yk-sec02 .col4-sb .col .img-wrap:not(:nth-child(1)){
    padding-top: 30px;
  }
  .yk-sec02 .col4-sb .col .img-wrap figure {
    display: table;
    width: 100%;
  }
  .yk-sec02 .col4-sb .col .img-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .yk-sec02 .col4-sb .col .tmr {
    margin-top: 9px;
  }
}
@media screen and (min-width:769px){
  .yk-sec02 {
    margin-top: 75px;
  }
  .yk-sec02 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .yk-sec02 .col4-sb .col {
    max-width: 205px;
    width: 20.5%;
  }
  .yk-sec02 .col4-sb .col .img-wrap {
    margin-top: 26px;
  }
  .yk-sec02 .col4-sb .col .img-wrap figure {
    display: table;
    width: 100%;
  }
  .yk-sec02 .col4-sb .col .img-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .yk-sec02 .col4-sb .col .tmr {
    margin-top: 9px;
  }
}
/*section yk-sec03*/
@media screen and (max-width:768px){
  .yk-sec03 {
    margin-top: 45px;
  }
  .yk-sec03 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .yk-sec03 .col4-sb .col {
    width: 100%;
  }
  .yk-sec03 .col4-sb .col .img-wrap {
    margin-top: 26px;
  }
  .yk-sec03 .col4-sb .col .img-wrap:not(:nth-child(1)){
    padding-top: 30px;
  }
  .yk-sec03 .col4-sb .col .img-wrap figure {
    display: table;
    width: 100%;
  }
  .yk-sec03 .col4-sb .col .img-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .yk-sec03 .col4-sb .col .tmr10 {
    margin-top: 20px;
  }
}
@media screen and (min-width:769px){
  .yk-sec03 {
    margin-top: 45px;
  }
  .yk-sec03 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .yk-sec03 .col4-sb .col {
    max-width: 205px;
    width: 20.5%;
  }
  .yk-sec03 .col4-sb .col:not(:nth-child(4n)){
    margin-right: 6%;
  }

  .yk-sec03 .col4-sb .col .img-wrap {
    margin-top: 26px;
  }
  .yk-sec03 .col4-sb .col .img-wrap figure {
    display: table;
    width: 100%;
  }
  .yk-sec03 .col4-sb .col .img-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .yk-sec03 .col4-sb .col .tmr10 {
    margin-top: 20px;
  }
}
/*section yk-sec04*/
@media screen and (max-width:768px){
  .yk-sec04 {
    margin-top: 60px;
  }
  .yk-sec04 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .yk-sec04 .col4-sb .col {
    width: 100%;
  }
  .yk-sec04 .col4-sb .col .img-wrap {
    margin-top: 26px;
  }
  .yk-sec04 .col4-sb .col .img-wrap:not(:nth-child(1)){
    padding-top: 30px;
  }
  .yk-sec04 .col4-sb .col .img-wrap figure {
    display: table;
    width: 100%;
  }
  .yk-sec04 .col4-sb .col .img-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .yk-sec04 .col4-sb .col .tmr10 {
    margin-top: 20px;
  }
}
@media screen and (min-width:769px){
  .yk-sec04 {
    margin-top: 60px;
  }
  .yk-sec04 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .yk-sec04 .col4-sb .col {
    max-width: 205px;
    width: 20.5%;
  }
  .yk-sec04 .col4-sb .col:not(:nth-child(4n)){
    margin-right: 6%;
  }

  .yk-sec04 .col4-sb .col .img-wrap {
    margin-top: 26px;
  }
  .yk-sec04 .col4-sb .col .img-wrap figure {
    display: table;
    width: 100%;
  }
  .yk-sec04 .col4-sb .col .img-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .yk-sec04 .col4-sb .col .tmr10 {
    margin-top: 20px;
  }
}
/*section yk-sec05*/
@media screen and (max-width:768px){
  .yk-sec05 {
    margin-top: 60px;
    margin-bottom: 140px;
  }
  .yk-sec05 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .yk-sec05 .col4-sb .col {
    width: 100%;
  }
  .yk-sec05 .col4-sb .col .img-wrap {
    margin-top: 26px;
  }
  .yk-sec05 .col4-sb .col .img-wrap:not(:nth-child(1)){
    padding-top: 30px;
  }
  .yk-sec05 .col4-sb .col .img-wrap figure {
    display: table;
    width: 100%;
  }
  .yk-sec05 .col4-sb .col .img-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .yk-sec05 .col4-sb .col .tmr10 {
    margin-top: 20px;
  }
  .yk-sec05 .col4-sb .col .tmr20 {
    margin-top: 40px;
  }
}
@media screen and (min-width:769px){
  .yk-sec05 {
    margin-top: 60px;
    margin-bottom: 140px;
  }
  .yk-sec05 .col4-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .yk-sec05 .col4-sb .col {
    max-width: 205px;
    width: 20.5%;
  }
  .yk-sec05 .col4-sb .col:not(:nth-child(4n)){
    margin-right: 6%;
  }

  .yk-sec05 .col4-sb .col .img-wrap {
    margin-top: 26px;
  }
  .yk-sec05 .col4-sb .col .img-wrap figure {
    display: table;
    width: 100%;
  }
  .yk-sec05 .col4-sb .col .img-wrap p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
  .yk-sec05 .col4-sb .col .tmr10 {
    margin-top: 10px;
  }
  .yk-sec05 .col4-sb .col .tmr20 {
    margin-top: 40px;
  }
}


