@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap');

/*----------------------------------

既存のスタイルの調整

----------------------------------*/
h2, h3, h4, h5 {
  border: none;
}
#mainCont {
  background: #f1f1f1;
  padding-top: 0;
}
@media (max-width: 767px) {
  #mainCont {
    padding: 0;
  }
}
#breadcrumb {
  margin-bottom: 0;
}

/*----------------------------------

スマホ、パソコン表時切り替え

---------------------------------- */

@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block;
  }
}
/*----------------------------------

 松山空港フォトコンテスト
 
---------------------------------- */

/* 基本設定 */
/*wrap*/
.wrap--ptcnt img {
  max-width: 100%;
}
.wrap--ptcnt {
  background: #fff;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
}
@media print, screen and (min-width: 768px) {
  .wrap--ptcnt {
    font-size: 16px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wrap--ptcnt {
    font-size: 15px;
  }
}
.wrap_inner--ptcnt {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wrap_inner--ptcnt {
    padding: 0 12px 40px;
  }
}
.wrap_inner--ptcnt p,
.wrap--ptcnt li {
  line-height:1.6;
}
/*table*/
.wrap_inner--ptcnt table {
  width: 100%;
}
.wrap_inner--ptcnt th,
.wrap_inner--ptcnt td {
  vertical-align: top;
  box-sizing: border-box;
}
.wrap_inner--ptcnt th {
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .wrap_inner--ptcnt th {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .wrap_inner--ptcnt th {
    font-size: 16px;
  }
}

/* コンテンツ */
/*main*/
.main--ptcnt h2 {
  margin: 0;
  line-height: 0;
}
/*introBox*/
.introBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .introBox {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .introBox_img {
    width: 148px;
  }
}
@media (max-width: 767px) {
  .introBox_img {
    width: 220px;
  }
}
@media print, screen and (min-width: 768px) {
  .introBox_txt {
    padding-top: 11px;
  }
  .introBox_txt p {
    font-size: 18px;
    text-align: center;
  }
  .introBox_txt p {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .introBox_txt {
    padding-top: 4px;
  }
  .introBox_txt p {
    font-size: 16px;
    line-height:1.6;
  }
  .introBox_txt p {
    padding-left: 15px;
  }
}

/*syouhinBox*/
.syouhinBox_item img {
  width: 100%;
}
.syouhinBox_item h4 {
  position: relative;
  margin: 0;
  text-align: center;
}
.syouhinBox_item h4 span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #0090d7;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.syouhinBox_item h4 span strong {
  font-family: 'Roboto';
  font-size: 25px;
  letter-spacing: 0.05em;
}
.syouhinBox_item.sp h4 span {
  font-size: 20px;
}
.syouhinBox_item.sp h4 span strong {
  font-size: 30px;
}
.syouhinBox_item p {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.syouhinBox_item p strong {
  font-weight: 700;
  font-size: 16px;
}
.syouhinBox_item p small {
  font-size: 80%;
}
.syouhinBox_item p img {
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .syouhinBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .syouhinBox_item {
    padding: 0 30px;
    width: 50%;
  }
  .syouhinBox.sp .syouhinBox_item:nth-child(1) {    padding: 0 30px 0 0;  }
  .syouhinBox.sp .syouhinBox_item:nth-child(2) {    padding: 0 0 0 30px;  }
  .syouhinBox .syouhinBox_item:nth-child(odd) {    padding-right: 60px;  }
  .syouhinBox .syouhinBox_item:nth-child(even) {    padding-left: 60px;  }
  .syouhinBox_item.sp h4 img {
    width: auto !important;
    height: 40px;
  }
  .syouhinBox_item h4 img {
    width: auto !important;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .syouhinBox_item {
    padding: 0 4%;
    margin-bottom: 40px;
  }
  .syouhinBox.sp .syouhinBox_item {
    padding: 0;
  }
  .syouhinBox_item.sp h4 img {
    width: auto !important;
    height: 9vw;
  }
  .syouhinBox_item h4 img {
    width: auto !important;
    height: 7vw;
  }
  .syouhinBox_item h4 span {
    font-size: 13px;
  }
  .syouhinBox_item h4 span strong {
    font-size: 20px;
  }
  .syouhinBox_item.sp h4 span {
    font-size: 16px;
  }
  .syouhinBox_item.sp h4 span strong {
    font-size: 25px;
  }
  .syouhinBox_item p strong {
    font-size: 14px;
  }
}

/*heading */
.hType1 {
  background: #1a4b97;
  border-radius: 35px;
  text-align: center;
  padding: 6px 35px 1px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .hType1 {
    margin: 70px 0 30px;
  }
  .hType1 img {
    max-height: 46px;
  }
}
@media (max-width: 767px) {
  .hType1 {
    margin: 25px 0 30px;
  }
  .hType1 img {
    max-height: 8.5vw;
  }
}
.hType2 {
  text-align: center;
  line-height: 1;
}
.hType2-line {
  border-bottom: 2px dashed #00c300;
  padding: 0 0 18px 0;
}
.hType2-insta {
  border-bottom: 2px dashed #d93177;
  padding: 0 0 10px 0;
}
@media print, screen and (min-width: 768px) {
  .hType2-line img {
    height: 30px;
  }
  .hType2-insta img {
    height: 34 px;
  }
}
@media (max-width: 767px) {
  .hType2-line img {
    height: 6vw;
  }
  .hType2-insta img {
    height: 6vw;
  }
}
/*stepBox*/
.stepBox-line .stepBox_item_h {
  color: #00c300;
}
.stepBox-insta .stepBox_item_h,
.stepBox-insta .stepBox_item_h a {
  color: #d93177;
}
.stepBox-insta .stepBox_item_h a {
  text-decoration: underline;
}
.stepBox-line .stepBox_item_h-step1 {
  background-image: url(../img/step1-line.png);
}
.stepBox-line .stepBox_item_h-step2 {
  background-image: url(../img/step2-line.png);
}
.stepBox-line .stepBox_item_h-step3 {
  background-image: url(../img/step3-line.png);
}
.stepBox-insta .stepBox_item_h-step1 {
  background-image: url(../img/step1-insta.png);
}
.stepBox-insta .stepBox_item_h-step2 {
  background-image: url(../img/step2-insta.png);
}
.stepBox-insta .stepBox_item_h-step3 {
  background-image: url(../img/step3-insta.png);
}

.stepBox_item_h {
  font-weight: 700;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: left top;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .stepBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stepBox_item {
    width: 33%;
  }
  .stepBox_item_h {
    min-height: 100px;
    font-size: 15px;
    padding-left: 75px;
    background-size: 65px 80px;
  }
  .stepBox-line .stepBox_item_h-step3,
  .stepBox-insta .stepBox_item_h-step1 {
    letter-spacing: 2px;
  }
  .stepBox_item_img {
    width: 202px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .stepBox_item {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .stepBox_item_h {
    padding-top: 10px;
    padding-left: 78px;
    background-size: 64px 78px;
    min-height: 76px;
    line-height: 1.6;
  }
  .stepBox_item_img {
    max-width: 260px;
    width: 100%;
    margin: 10px auto;
  }
}
/*presentBox*/
@media print, screen and (min-width: 768px) {
  .presentBox {
    position: relative;
    margin: 50px 0 60px;
  }
  .presentBox_ribbon {
    position: absolute;
    left: -26px;
    top: -26px;
  }
}
@media (max-width: 767px) {
  .presentBox {
    margin: 30px 0 60px;
  }
}
/*table-youkou*/
@media print, screen and (min-width: 768px) {
  .table-youkou {
    margin-top: 60px;
  }
  .table-youkou th,
  .table-youkou td {
    padding-bottom: 20px;
  }
  .table-youkou th {
    width: 188px;
    font-size: 18px;
    text-align: right;
    font-weight: 700;;
  }
  .table-youkou th span {
    position: relative;
    text-align: right;
    padding-right: 40px;
    display: block;
    padding-bottom: 5px;
    padding-top: 2px;
  }
  .table-youkou th span::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    right: 0;
    top: 0;
    background: #f5cb3d
  }
  .table-youkou td {
    padding-left: 40px;    
  }
}
@media (max-width: 767px) {
  .table-youkou th,
  .table-youkou td {
    display: block;
  }
  .table-youkou th {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .table-youkou td {
    padding-bottom: 20px;
  }
  .table-youkou th span {
    border-left: 4px solid #f5cb3d;
    padding: 3px 0 6px 12px;
  }
}

/*list-sNum*/
.list-sNum li {
  counter-increment: listnum;
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}
.list-sNum li::before {
  content: "("counter(listnum)")";
font-size: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    text-align: center;
    width: 30px;
}

/*list-doc*/
.list-doc li {
  counter-increment: listnum;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 10px;
}
.list-doc li::before {
  content: "●";
  font-size: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3em;
  color: #f5cb3d;
}

/*table-ogn*/
.table-ogn {
  border: 4px solid #f5cb3d;
}
@media print, screen and (min-width: 768px) {
  .table-ogn {
    margin-top: 10px;
  }
  .table-ogn th {
    padding: 0 0 10px 20px;
    width: 80px;
  }
  .table-ogn td {
    padding: 0 5px 10px 20px;
  }
  .table-ogn tr:first-child th,
  .table-ogn tr:first-child td {
    padding-top: 20px;
  }
  .table-ogn tr:last-child th,
  .table-ogn tr:last-child td {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .table-ogn th {
    padding: 0 0 10px 15px;
    white-space: nowrap;
    line-height: 1.5;
  }
  .table-ogn td {
    padding: 0 5px 10px 15px;
    line-height: 1.5;
  }
  .table-ogn tr:first-child th,
  .table-ogn tr:first-child td {
    padding-top: 10px;
  }
}
/*table-info*/
.table-info {
  background: #eee;
}
@media print, screen and (min-width: 768px) {
  .table-info {
    margin-top: 30px;
  }
  .table-info th {
    padding: 0 0 20px 30px;
    width: 172px;
  }
  .table-info td {
    padding: 0 5px 20px 30px;
    line-height: 1.5;
  }
  .table-info tr:first-child th,
  .table-info tr:first-child td {
    padding-top: 20px;
  }
} 
@media (max-width: 767px) {
  .table-info th {
    display: block;
    padding: 10px 15px 5px 15px;
  }
  .table-info td {
    display: block;
    padding: 0 15px 10px 15px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .table-info {
    margin-top: 20px;
  }
}


