<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*==========================================
 font
===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;display=swap');
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #333;
}

/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: underline; }
a:hover   { color: #333; text-decoration: underline; }
a:active  { color: #333; text-decoration: underline; }



/*==========================================
 body
===========================================*/

html {
  background: #FFF;
  overflow: auto;
}
body {
  overflow: hidden;
	min-width: 1100px;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  body {
  	min-width: auto;
  }
}


/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.spView {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #FFF;
}
header #header {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}
header #headerLogoArea {
  position: absolute;
  left: 70px;
  top: 30px;
}
header #headerLogoArea h1 img {
  width: 128px;
  height: auto;
}
header #headerGlobalArea {
  position: absolute;
  right: 70px;
  top: 25px;
  width: 512px;
}
header #headerGlobalArea #headerContact {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}
header #headerGlobalArea #headerContact a {
  display: block;
  width: 250px;
  height: 40px;
  padding: 10px 0 0;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #CE3262;
  border: 1px solid #CE3262;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  transition: all 0.3s;
}
header #headerGlobalArea #headerContact a:hover {
  border: 1px solid #CE3262;
  background-color: #FFF;
  color: #CE3262;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  header {
    height: 70px;
  }
  header #header {
    position: relative;
    width: 100%;
  }
  header #headerLogoArea {
    left: 5%;
    top: 20px;
  }
  header #headerLogoArea h1 img {
    width: 92px;
  }
  header #headerGlobalArea {
    position: absolute;
    right: 5%;
    top: 19px;
    width: 235px;
  }
  header #headerGlobalArea #headerContact {
    top: 0;
  }
  header #headerGlobalArea #headerContact a {
    width: 183px;
    height: 30px;
    padding: 7px 0 0;
    font-size: 1.3rem;
  }
  header #headerGlobalArea #headerContact a:hover {
    border: none;
    background-color: #CE3262;
    color: #FFF;
    text-decoration: none;
  }
}


/*==========================================
 フッターのスタイル
===========================================*/
footer {
  width: 100%;
  padding: 0 0 30px;
  background-color: #202B46;
}
footer #footerBody {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
footer #footerBody h1 {
  display: block;
  width: 895px;
  margin: 0 auto;
  padding: 0 0 50px;
}
footer #footerBody h1 img {
  width: 895px;
  height: auto;
}
footer #footerBody p {
  padding: 25px 0 0;
  font-size: 1.2rem;
  line-height: 2.0;
  color: #FFF;
}
footer #footerBody small {
  display: block;
  padding: 50px 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
  }
  footer #footerBody {
    width: 90%;
    padding: 30px 0 40px;
  }
  footer #footerBody h1 {
    width: 100%;
  }
  footer #footerBody h1 img {
    width: 100%;
    height: auto;
  }
}


/*==========================================
 コンテンツのスタイル 共通
===========================================*/
#mainContents {
  padding: 100px 0 0;
  min-height: 500px;
}
#mainContents section.w_full {
  width: 100%;
  margin: 0;
}
#mainContents section.w_1000 {
  width: 1000px;
  margin: 0 auto;
}
#mainContents section.bc_G01 {
  background-color: rgba(0, 176, 185, 0.12)
}
#mainContents section.bc_G02 {
  background-color: #00B0B9;
}
#mainContents section.bc_Gray {
  background-color: rgba(51, 51, 51, 0.1)
}
@media only screen and (max-width: 767px) {
  #mainContents {
    padding: 70px 0 0;
    min-height: 1500px;
  }
  #mainContents section.w_1000 {
    width: 90%;
  }
  #mainContents section.bc_Gr {
    padding: 60px 0;
  }
  #mainContents section.w_3no {
    width: 100%;
    margin: 0;
  }
}


/*==========================================
 レイアウト
===========================================*/
#mainContents .topVisual {
  position: relative;
  width: 100%;
  height: auto;
}
#mainContents .topVisual img {
  width: 100%;
  height: auto;
}
#mainContents .topVisual .date {
  position: absolute;
  left: 0;
  bottom: -85px;
  width: 100%;
  height: 86px;
  padding: 18px 0 0;
  box-sizing: border-box;
  background-color: #202B46;
}
#mainContents .topVisual .date .columnBox {
  width: 910px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .topVisual .date .columnBox .column:nth-child(1) {
  padding: 20px 0 0;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
}
#mainContents .topVisual .date .columnBox .column:nth-child(2) {
  position: relative;
  width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6.1rem;
  font-weight: 700;
  color: #FFF;
}
#mainContents .topVisual .date .columnBox .column:nth-child(2)::after {
  position: absolute;
  right: -26px;
  top: 10px;
  width: 22px;
  height: 38px;
  background-image: url("../img/icon01.svg");
  background-size: cover;
  content: "";
}
#mainContents .topVisual .date .columnBox .column:nth-child(3) {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6.1rem;
  font-weight: 700;
  color: #FFF;
}

#mainContents .topVisual .date .period {
  color: #ffffff;
  font-size: 22px;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

#mainContents .topVisual .date .period span {
  font-size: 42px;
  font-weight: bold;
}

#mainContents .topVisual .date .period img {
  width: 18px;
}

@media only screen and (max-width: 767px) {
  #mainContents .topVisual .date {
    bottom: -65px;
    height: 77px;
    padding: 12px 0 0;
  }
  #mainContents .topVisual .date .columnBox {
    width: 340px;
    margin: 0 auto;
  }
  #mainContents .topVisual .date .columnBox .column:nth-child(1) {
    width: 100%;
    padding: 0 0 7px;
    font-size: 1.6rem;
    text-align: center;
  }
  #mainContents .topVisual .date .columnBox .column:nth-child(2) {
    width: 48%;
    font-size: 3.2rem;
  }
  #mainContents .topVisual .date .columnBox .column:nth-child(2)::after {
    right: -23px;
    top: 6px;
    width: 12px;
    height: 20px;
  }
  #mainContents .topVisual .date .columnBox .column:nth-child(3) {
    font-size: 3.2rem;
  }
  #mainContents .topVisual .date .period {
  font-size: 16px;
  width: 100%;
  margin-left: -10px;
}

#mainContents .topVisual .date .period span {
  font-size: 22px;
  line-height: 2;
}

#mainContents .topVisual .date .period img {
    width: 10px;
}
}



#mainContents .layoutTyp01 {
  width: 100%;
  padding: 150px 0 0;
  text-align: center;
}
#mainContents .layoutTyp01 h2 img {
  width: 448px;
  height: 100%;
}
#mainContents .layoutTyp01 h3 {
  padding: 70px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  color: #202B46;
  line-height: 1.6;
}
#mainContents .layoutTyp01 p {
  padding: 30px 0 0;
  font-size: 2.2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp01 {
    padding: 100px 0 0;
  }
  #mainContents .layoutTyp01 h2 img {
    width: 255px;
  }
  #mainContents .layoutTyp01 h3 {
    padding: 50px 0 0;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp01 p {
    padding: 20px 0 0;
    font-size: 1.6rem;
  }
}


#mainContents .layoutTyp02 {
  width: 100%;
  height: 2000px;
  margin: 170px 0 0;
  background-image: url("../img/campaign_bk01.webp");
  background-size: cover;
  background-position: center bottom;
}
#mainContents .layoutTyp02 .imgBox {
  position: relative;
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}
#mainContents .layoutTyp02 .imgBox img {
  position: absolute;
  left: 0;
  top: -100px;
  width: 1000px;
  height: auto;
}
#mainContents .layoutTyp02 h3 {
  padding: 100px 0 0;
  font-size: 4.0rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp02 {
    height: 2320px;
    margin: 520px 0 0;
    background-image: url("../img/campaign_bk01_sp.webp");
  }
  #mainContents .layoutTyp02 .imgBox {
    width: 290px;
    height: 87px;
  }
  #mainContents .layoutTyp02 .imgBox img {
    position: absolute;
    left: 0;
    top: -479px;
    width: 290px;
    height: 566px;
  }
  #mainContents .layoutTyp02 h3 {
    padding: 50px 0 0;
    font-size: 2.2rem;
  }
}


#mainContents .layoutTyp02 .columnBox01 {
  position: relative;
  width: 1000px;
  height: auto;
  margin: 40px auto 0;
  padding: 45px 40px 0;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 20px;
  overflow: auto;
}
/*#mainContents .layoutTyp02 .columnBox01::before {
  position: absolute;
  z-index: 20;
  right: -64px;
  top: -150px;
  width: 411px;
  height: 617px;
  background-image: url("../img/campaign_img04.png");
  background-size: cover;
  content: "";
}*/
#mainContents .layoutTyp02 .columnBox01 h4 {
  position: absolute;
  left: 0;
  top: 38px;
  width: 190px;
  height: 70px;
  padding: 12px 0 0 20px;
  box-sizing: border-box;
  background-image: url("../img/campaign_title_bk01.svg");
  background-size: cover;
  font-size: 4.3rem;
  font-weight: 700;
  color: #FFF;
}
#mainContents .layoutTyp02 .columnBox01 h4 span {
  font-size: 2.5rem;
  font-weight: 100;
}
#mainContents .layoutTyp02 .columnBox01 h5 {
  padding: 0 0 0 266px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5.8rem;
  font-weight: 900;
  color: #202B46;
  letter-spacing: -0.03em;
}
#mainContents .layoutTyp02 .columnBox01 h5 span {
  color: #00B0B9;
}

#mainContents .layoutTyp02 .columnBox01 .prizeBox {
  float: left;
  width: 400px;
  margin: 40px 20px 16px;
  text-align: center;
  color: #202B46;
}
#mainContents .layoutTyp02 .columnBox01 .note {
  width: 100%;
    margin: 10px auto 18px;
    font-size: 12px;
    line-height: 1.2;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox p {
  font-size: 22px;
  font-weight: 600;
  color: #202B46;
  text-align: left;
  line-height: 1.4;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox span {
  font-size: 60px;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox .small {
  font-size: 18px;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox img{
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox img.logo{
  width: 200px;
  margin: 25px auto 10px;
}
#mainContents .layoutTyp02 .columnBox01 .and {
  float: left;
  width: 40px;
  margin: 142px 0 0;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #202B46;
}


#mainContents .layoutTyp02 .columnBox01 p.text01 {
  position: relative;
  width: 418px;
  padding: 25px 0 0 233px;
  font-size: 5.0rem;
  font-weight: 700;
  color: #202B46;
  text-align: center;
  line-height: 1.1;
}
/*#mainContents .layoutTyp02 .columnBox01 p.text01::before {
  position: absolute;
  left: 17px;
  top: 25px;
  width: 160px;
  height: 120px;
  background-image: url("../img/campaign_img02.jpg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp02 .columnBox01 p.text01::after {
  position: absolute;
  left: 36px;
  top: 137px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #333333;
  content: "写真はイメージです。";
}*/
#mainContents .layoutTyp02 .columnBox01 p.text01 span{
  font-size: 3.8rem;
}
#mainContents .layoutTyp02 .columnBox01 .textBox {
  position: relative;
  z-index: 10;
  width: 752px;
  height: 118px;
  margin: 10px 0 0;
  padding: 15px 0 0 110px;
  box-sizing: border-box;
  border: 2px solid #00B0B9;
  border-radius: 15px;
  text-align: center;
}
#mainContents .layoutTyp02 .columnBox01 .textBox::before {
  position: absolute;
  left: 23px;
  top: 11px;
  width: 220px;
  height: 93px;
  background-image: url("../img/campaign_img03.jpg");
  background-size: cover;
  content: "";
}
#mainContents .layoutTyp02 .columnBox01 .textBox  p.text02 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #202B46;
  line-height: 1.4;
}
#mainContents .layoutTyp02 .columnBox01 .textBox  p.text03 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #202B46;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp02 .columnBox01 {
    width: 325px;
    height: auto;
    padding: 25px 20px;
    border-radius: 8px;
  }
  #mainContents .layoutTyp02 .columnBox01::before {
    right: -58px;
    top: 91px;
    width: 204px;
    height: 306px;
  }
  #mainContents .layoutTyp02 .columnBox01 h4 {
    top: 22px;
    width: 103px;
    height: 38px;
    padding: 7px 0 0 16px;
    font-size: 2.2rem;
  }
  #mainContents .layoutTyp02 .columnBox01 h4 span {
    font-size: 1.4rem;
    font-weight: 100;
  }
  #mainContents .layoutTyp02 .columnBox01 h5 {
    padding: 0 0 0 89px;
    font-size: 3.0rem;
  }
  #mainContents .layoutTyp02 .columnBox01 .prizeBox {
    float: none;
    width: 287px;
    margin: 26px 0px 0;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox p {
    font-size: 17px;
    text-align: center;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox span {
    font-size: 50px;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox .small {
    font-size: 14px;
}
#mainContents .layoutTyp02 .columnBox01 .prizeBox img.logo {    
    width: 160px;
    margin: 14px auto;
}
  #mainContents .layoutTyp02 .columnBox01 p.text01 {
    width: auto;
    padding: 25px 0 0 89px;
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.0;
  }
  #mainContents .layoutTyp02 .columnBox01 p.text01::before {
    left: 0px;
    top: 19px;
    width: 86px;
    height: 65px;
  }
  #mainContents .layoutTyp02 .columnBox01 p.text01::after {
    left: -7px;
    top: 82px;
    font-size: 1.0rem;
  }
  #mainContents .layoutTyp02 .columnBox01 p.text01 span {
    font-size: 1.7rem;
  }
  #mainContents .layoutTyp02 .columnBox01 p.text01 span.typ01 {
    padding: 0 0 0 40px;
    font-size: 2.8rem;
  }
  #mainContents .layoutTyp02 .columnBox01 .textBox {
    width: 243px;
    height: 196px;
    margin: 10px 0 0;
    padding: 20px 0 0 15px;
    text-align: left;
  }
  #mainContents .layoutTyp02 .columnBox01 .textBox::before {
    left: 14px;
    top: 126px;
    width: 151px;
    height: 60px;
  }
  #mainContents .layoutTyp02 .columnBox01 .textBox  p.text02 {
    font-size: 1.3rem;
  }
  #mainContents .layoutTyp02 .columnBox01 .textBox  p.text03 {
    font-size: 1.8rem;
  }
}


#mainContents .layoutTyp02 .columnBox02 {
  width: 1000px;
  height: 530px;
  margin: 0 auto;
  padding: 57px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp02 .columnBox02 .column {
  position: relative;
  width: 465px;
  height: 530px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 20px;
}
#mainContents .layoutTyp02 .columnBox02 .column h4 {
  position: absolute;
  left: 0;
  top: 38px;
  width: 170px;
  height: 70px;
  padding: 12px 0 0 15px;
  box-sizing: border-box;
  background-image: url("../img/campaign_title_bk02.svg");
  background-size: cover;
  font-size: 4.3rem;
  font-weight: 700;
  color: #FFF;
}
#mainContents .layoutTyp02 .columnBox02 .column h4 span {
  font-size: 2.5rem;
  font-weight: 100;
}
#mainContents .layoutTyp02 .columnBox02 .column h5 {
  padding: 22px 0 0 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  color: #202B46;
  letter-spacing: -0.05em;
}
#mainContents .layoutTyp02 .columnBox02 .column h5 span {
  color: #00B0B9;
}
#mainContents .layoutTyp02 .columnBox02 .column p.text01 {
  padding: 48px 0 20px 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #202B46;
  text-align: center;
}
#mainContents .layoutTyp02 .columnBox02 .column p.text02 {
  padding: 48px 0 40px 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #202B46;
  text-align: center;
}
#mainContents .layoutTyp02 .columnBox02 .column p.text03 {
  padding: 30px 0 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}
#mainContents .layoutTyp02 .columnBox02 .column img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp02 .columnBox02 {
    width: 325px;
    height: auto;
    padding: 45px 0 0;
  }
  #mainContents .layoutTyp02 .columnBox02 .column {
    width: 100%;
    height: auto;
    margin: 0 0 45px;
    padding: 20px;
    border-radius: 8px;
  }
  #mainContents .layoutTyp02 .columnBox02 .column h4 {
    width: 97px;
    height: 37px;
    padding: 6px 0 0 10px;
    font-size: 2.2rem;
  }
  #mainContents .layoutTyp02 .columnBox02 .column h4 span {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp02 .columnBox02 .column h5 {
    padding: 22px 0 0 90px;
    font-size: 2.8rem;
  }
  #mainContents .layoutTyp02 .columnBox02 .column p.text01 {
    padding: 30px 0 20px 0;
    font-size: 1.9rem;
    letter-spacing: -0.08em;
  }
  #mainContents .layoutTyp02 .columnBox02 .column p.text02 {
    padding: 30px 0 30px 0;
    font-size: 1.6rem;
  }
}


#mainContents .layoutTyp02 .columnBox02-5 {
  position: relative;
  width: 1000px;
  height: 530px;
  margin: 0 auto;
  padding: 57px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*#mainContents .layoutTyp02 .columnBox02-5::before {
  left: 277px;
    top: 210px;
    width: 230px;
    height: 388px;
    position: absolute;
    z-index: 20;
    background-image: url(../img/campaign_img04.png);
    background-size: cover;
    content: "";
}*/
#mainContents .layoutTyp02 .columnBox02-5 .column {
  position: relative;
  width: 465px;
  height: 530px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 20px;
}
#mainContents .layoutTyp02 .columnBox02-5 .column h4 {
  position: absolute;
  left: 0;
  top: 38px;
  width: 170px;
  height: 70px;
  padding: 12px 0 0 15px;
  box-sizing: border-box;
  background-image: url("../img/campaign_title_bk02.svg");
  background-size: cover;
  font-size: 4.3rem;
  font-weight: 700;
  color: #FFF;
}
#mainContents .layoutTyp02 .columnBox02-5 .column h4 span {
  font-size: 2.5rem;
  font-weight: 100;
}
#mainContents .layoutTyp02 .columnBox02-5 .column h5 {
  padding: 22px 0 0 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  color: #202B46;
  letter-spacing: -0.05em;
}
#mainContents .layoutTyp02 .columnBox02-5 .column h5 span {
  color: #00B0B9;
}
#mainContents .layoutTyp02 .columnBox02-5 .column p.text01 {
  position: relative;
    font-weight: 700;
    color: #202B46;
    width: auto;
    padding: 20px 0 0;
    font-size: 3rem;
    text-align: left;
    line-height: 1.0;
}


#mainContents .layoutTyp02 .columnBox02-5 p.text01 span {
    font-size: 2rem;
    margin-bottom: 6px;
}
#mainContents .layoutTyp02 .columnBox02-5 p.text01 span.typ01 {
    padding: 0 0 0 69px;
    font-size: 3.6rem;
    line-height: 1.4;
}
/*#mainContents .layoutTyp02 .columnBox02-5 p.text01::after {
  position: absolute;
  left: 8px;
  top: 140px;
  font-size: 0.6rem;
  font-weight: 400;
  color: #333333;
  content: "写真はイメージです。\a実物には直筆サインが入ります。";
  white-space: pre;
}
#mainContents .layoutTyp02 .columnBox02-5 p.text01::before {
    position: absolute;
    background-image: url(../img/campaign_img02.jpg);
    background-size: cover;
    content: "";
    left: 0px;
    top: 39px;
    width: 127px;
    height: 98px;
}*/

#mainContents .layoutTyp02 .columnBox02-5 .textBox {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
/*    border: 2px solid #00B0B9;*/
    border-radius: 15px;
    width: 350px;
    height: 242px;
    margin: 10px 0 0;
    padding: 20px 0 0 15px;
    text-align: left;
}

/*#mainContents .layoutTyp02 .columnBox02-5 .textBox::before {
  position: absolute;
    left: 14px;
    top: 0;
    width: 330px;
    height: 260px;
    background-image: url(../img/campaign_img03.jpg);
    content: "";
}
*/

#mainContents .layoutTyp02 .columnBox02-5 .column p.text02 {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #202B46;
}
#mainContents .layoutTyp02 .columnBox02-5 .column p.text03 {
  padding: 0;
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.4;
}
#mainContents .layoutTyp02 .columnBox02-5 .column p.text04 {
  padding: 28px 0 12px 0;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #202B46;
    text-align: center;
}
#mainContents .layoutTyp02 .columnBox02-5 .column p.text05 {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}
#mainContents .layoutTyp02 .columnBox02-5 .column img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp02 .columnBox02-5 {
    width: 325px;
    height: auto;
    padding: 45px 0 0;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column {
    width: 100%;
    height: auto;
    margin: 0 0 45px;
    padding: 20px;
    border-radius: 8px;
  }
  /*#mainContents .layoutTyp02 .columnBox02-5 .column h4 {
    width: 97px;
    height: 37px;
    padding: 6px 0 0 10px;
    font-size: 2.2rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column h4 span {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column h5 {
    padding: 22px 0 0 90px;
    font-size: 2.8rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column p.text01 {
    padding: 30px 0 20px 0;
    font-size: 1.9rem;
    letter-spacing: -0.08em;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column p.text02 {
    padding: 30px 0 30px 0;
    font-size: 1.6rem;
  }*/
}

@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp02 .columnBox02-5 {
    width: 325px;
    height: 388px;
    padding: 25px 20px 0;
    border-radius: 8px;
  }
  #mainContents .layoutTyp02 .columnBox02-5::before {
        left: 208px;
    top: 146px;
    width: 182px;
    height: 290px;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column h4 {
    top: 22px;
    width: 103px;
    height: 38px;
    padding: 7px 0 0 26px;
    font-size: 2.2rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column h4 span {
    font-size: 1.4rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column h5 {
    padding: 7px 0 0 89px;
    font-size: 3.0rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column p.text01 {
    width: auto;
    padding: 0;
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.0;
  }
/*  #mainContents .layoutTyp02 .columnBox02-5 .column p.text01::before {
    left: 0px;
    top: 19px;
    width: 86px;
    height: 65px;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column p.text01::after {
    left: -7px;
    top: 92px;
    font-size: 1.0rem;
    content: "写真はイメージです。\a実物には直筆サインが\a入ります。";
  }*/
  #mainContents .layoutTyp02 .columnBox02-5 .column p.text01 span {
    font-size: 1.7rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column p.text01 span.typ01 {
    padding: 0 0 0 40px;
    font-size: 2.8rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column .textBox {
    width: 243px;
    height: 196px;
    margin: 10px 0 0;
    padding: 8px 0 0 15px;
    text-align: left;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column .textBox::before {
    left: 14px;
    top: 126px;
    width: 151px;
    height: 60px;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column .textBox  p.text02 {
    font-size: 1.3rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column .textBox  p.text03 {
    font-size: 1.8rem;
  }
  #mainContents .layoutTyp02 .columnBox02-5 .column p.text04 {
  font-size: 1.7rem;
}
}


#mainContents .layoutTyp03 {
  width: 100%;
  padding: 100px 0;
}
#mainContents .layoutTyp03 h3 {
  box-sizing: border-box;
  font-size: 4.0rem;
  font-weight: 700;
  color: #202B46;
  text-align: center;
}
#mainContents .layoutTyp03 .columnBox {
  width: 740px;
  margin: 50px auto 0;
  padding: 25px 25px 10px;
  border: 1px solid #333333;
  box-sizing: border-box;
}
#mainContents .layoutTyp03 .columnBox p {
  padding: 0 0 15px;
  font-size: 1.3rem;
  line-height: 1.6;
}
#mainContents .layoutTyp03 .columnBox p a {
  font-weight: 700;;
  color: #00B0B9;
}
#mainContents .layoutTyp03 .columnBox p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp03 {
    padding: 50px 0;
  }
  #mainContents .layoutTyp03 h3 {
    font-size: 2.2rem;
  }
  #mainContents .layoutTyp03 .columnBox {
    width: 90%;
    margin: 40px auto 0;
    padding: 20px 15px 10px;
  }
  #mainContents .layoutTyp03 .columnBox p {
    padding: 0 0 15px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

#mainContents .layoutTyp04 {
  width: 740px;
  margin: 0 auto;
  padding: 20px 0 50px;
}

#mainContents .layoutTyp04 .text01 p {
  padding: 30px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .layoutTyp04 .text01 p a {
  text-decoration: underline;
}
#mainContents .layoutTyp04 .text01 p a:hover {
  opacity: 0.8;
}
#mainContents .layoutTyp04 .formArea {
  width: 100%;
}
#mainContents .layoutTyp04 .formArea .formTyp01 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .layoutTyp04 .formArea .formTyp01 h3 {
  position: relative;
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp01 h3::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #707070;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "任意";
}
#mainContents .layoutTyp04 .formArea .formTyp01 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #CE3262;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .layoutTyp04 .formArea .formTyp01 a {
  font-weight: 700;
  color: #00B0B9;
}
#mainContents .layoutTyp04 .formArea .formTyp01 .radioBox {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
#mainContents .layoutTyp04 .formArea .formTyp01 .radioBox label {
  padding: 0 20px 0 0;
}
#mainContents .layoutTyp04 .formArea .formTyp01 .radioBox input[type="radio"] {
  margin: -3px 5px 0 0;
}

#mainContents .layoutTyp04 .formArea .formTyp02 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .layoutTyp04 .formArea .formTyp02 h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp02 h3::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #707070;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "任意";
}
#mainContents .layoutTyp04 .formArea .formTyp02 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #CE3262;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .layoutTyp04 .formArea .formTyp02 p.small {
  padding: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp02 .inputBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp04 .formArea .formTyp02 .inputBox .column {
  width: 352px;
}
#mainContents .layoutTyp04 .formArea .formTyp02 .inputBox input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#mainContents .layoutTyp04 .formArea .formTyp02 .inputBox input[type="email"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#mainContents .layoutTyp04 .formArea .formTyp02 .inputBox input[type="tel"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

#mainContents .layoutTyp04 .formArea .formTyp03 {
  width: 100%;
  padding: 0 0 40px;
}
#mainContents .layoutTyp04 .formArea .formTyp03 h3 {
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp03 .textBox {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
#mainContents .layoutTyp04 .formArea .formTyp03 .textBox textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 130px;
  padding: 10px;
  border: 1px solid #000D14;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

#mainContents .layoutTyp04 .formArea .formTyp04 {
  width: 304px;
  margin: 0 auto;
  padding: 50px 0 0;
}

#mainContents .layoutTyp04 .formArea .formTyp05 {
  width: 460px;
  margin: 0 auto;
  padding: 50px 0 150px;
}
#mainContents .layoutTyp04 .formArea .formTyp05 input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  height: 70px;
  background-color: #CE3262;
  border: none;
  border-radius: 35px;
  font-size: 2.8rem;
  color: #FFF;
  cursor: pointer;
}

#mainContents .layoutTyp04 .formArea .formTyp05 input[type="submit"]:disabled {
  background-color: #dea1b1;
}

#mainContents .layoutTyp04 .formArea .formTyp06 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .layoutTyp04 .formArea .formTyp06 h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp06 h3::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #707070;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "任意";
}
#mainContents .layoutTyp04 .formArea .formTyp06 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #CE3262;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .layoutTyp04 .formArea .formTyp06 .inputBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column {
  width: 352px;
}
#mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column.typ01 {
  position: relative;
  width: 330px;
}
#mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column.typ01::before {
  position: absolute;
  right: -35px;
  top: 16px;
  font-size: 1.6rem;
  color: #333;
  content: "―";
}
#mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}


#mainContents .layoutTyp04 .formArea .formTyp07 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .layoutTyp04 .formArea .formTyp07 h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp07 h3::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #707070;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "任意";
}
#mainContents .layoutTyp04 .formArea .formTyp07 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #CE3262;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .layoutTyp04 .formArea .formTyp07 p.small {
  padding: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp07 .inputBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp04 .formArea .formTyp07 .inputBox .column {
  width: 230px;
}
#mainContents .layoutTyp04 .formArea .formTyp07 .inputBox input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}


#mainContents .layoutTyp04 .formArea .formTyp07 .inputBox.typ02 {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content :flex-start;
  flex-wrap: wrap;
}
#mainContents .layoutTyp04 .formArea .formTyp07 .inputBox.typ02 .column {
  position: relative;
  width: 200px;
  margin: 0 30px 0 0;
}
/*#mainContents .layoutTyp04 .formArea .formTyp07 .inputBox.typ02 .column:nth-child(1):before {
  position: absolute;
  right: -23px;
  top: 16px;
  font-size: 1.6rem;
  color: #333;
  content: "―";
}*/
#mainContents .layoutTyp04 .formArea .formTyp07 .inputBox.typ02 input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

#mainContents .layoutTyp04 .formArea .formTyp08 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .layoutTyp04 .formArea .formTyp08 h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp08 h3::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #707070;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "任意";
}
#mainContents .layoutTyp04 .formArea .formTyp08 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
	background: #CE3262;
	padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .layoutTyp04 .formArea .formTyp08 p.small {
  padding: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp08 .inputBox {
  width: 100%;
}
#mainContents .layoutTyp04 .formArea .formTyp08 .inputBox .column {
  width: 100%;
}
#mainContents .layoutTyp04 .formArea .formTyp08 .inputBox select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  background-color: #FFF;
  background-image: url("../img/icon02.svg");
  background-size: 16px 11px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #333;
}
#mainContents .layoutTyp04 .formArea .formTyp09 {
  display: block;
  width: 100%;
  padding: 60px 0 0;
  text-align: center;
}
#mainContents .layoutTyp04 .formArea .formTyp09 label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .layoutTyp04 .formArea .formTyp09 label a {
  color: #00B0B9;
}
#mainContents .layoutTyp04 .formArea .formTyp09 label a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp04 {
    width: 100%;
    padding: 50px 0 30px;
  }
  #mainContents .layoutTyp04 h2 {
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp04 p {
    padding: 30px 0 0;
    font-size: 1.4rem;
    text-align: left;
  }
  #mainContents .layoutTyp04 p.small {
    font-size: 1.2rem;
    text-align: left;
  }
   #mainContents .layoutTyp04 .formArea .formTyp01 {
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp01 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp04 .formArea .formTyp01 h3::after{
    bottom: 0px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp01 h3.required::after{
    bottom: 0px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp01 .radioBox {
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #mainContents .layoutTyp04 .formArea .formTyp01 .radioBox label {
    width: 50%;
    padding: 0 0 15px;
  }

  #mainContents .layoutTyp04 .formArea .formTyp02 {
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp02 .inputBox .column {
    width: 100%;
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp02 .inputBox .column:last-child {
    padding: 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp02 h3 {
    display: inline;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp04 .formArea .formTyp02 h3.pcView {
    display: none;
  }
  #mainContents .layoutTyp04 .formArea .formTyp02 h3::after{
    bottom: 0px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp02 h3.required::after{
    bottom: 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp02 .inputBox input[type="text"] {
    height: 45px;
    margin: 10px 0 0;
    font-size: 1.3rem;
  }

  #mainContents .layoutTyp04 .formArea .formTyp03 {
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp03 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp04 .formArea .formTyp03 .textBox {
    font-size: 1.3rem;
  }
  #mainContents .layoutTyp04 .formArea .formTyp03 .textBox textarea {
    height: 120px;
    font-size: 1.3rem;
  }

  #mainContents .layoutTyp04 .formArea .formTyp05 {
    width: 300px;
    padding: 30px 0 50px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp05 input[type="submit"] {
    height: 50px;
    font-size: 1.8rem;
  }




  #mainContents .layoutTyp04 .formArea .formTyp06 {
    padding: 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp06 h3 {
    display: inline;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp04 .formArea .formTyp06 h3::after{
    bottom: 0px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp06 h3.required::after{
    bottom: 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column {
    width: 100%;
    padding: 10px 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column.typ01::before {
    right: 26px;
    top: 23px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column:nth-child(2) {
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column input[type="text"] {
    height: 45px;
    font-size: 1.3rem;
  }
  #mainContents .layoutTyp04 .formArea .formTyp06 .inputBox .column:nth-child(1) input[type="text"] {
    width: 280px;
  }
  
  
  #mainContents .layoutTyp04 .formArea .formTyp07 {
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 h3::after{
    bottom: 0px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 h3.required::after{
    bottom: 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 p.small {
    font-size: 1.2rem;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 .inputBox {
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 .inputBox .column {
    width: 100%;
    padding: 10px 0 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 .inputBox input[type="text"] {
    height: 45px;
    font-size: 1.3rem;
  }
  
  
  #mainContents .layoutTyp04 .formArea .formTyp07 .inputBox.typ02 {
    padding: 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 .inputBox.typ02 .column {
    margin: 0 30px 0 0;
    padding: 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp07 .inputBox.typ02 input[type="text"] {
    height: 45px;
    font-size: 1.3rem;
  }
  
  #mainContents .layoutTyp04 .formArea .formTyp08 {
    padding: 0 0 20px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp08 h3 {
    display: inline;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .layoutTyp04 .formArea .formTyp08 h3::after{
    bottom: 0px;
  }
  #mainContents .layoutTyp04 .formArea .formTyp08 h3.required::after{
    bottom: 0;
  }
  #mainContents .layoutTyp04 .formArea .formTyp08 p.small {
    font-size: 1.2rem;
  }
  #mainContents .layoutTyp04 .formArea .formTyp08 .inputBox {
    font-size: 1.2rem;
  }
  #mainContents .layoutTyp04 .formArea .formTyp08 .inputBox select {
    height: 45px;
    margin: 10px 0 0;
    font-size: 1.3rem;
  }
}


#mainContents .layoutTyp05 {
  width: 100%;
  height: 848px;
  padding: 150px 0;
  box-sizing: border-box;
  background-image: url("../img/campaign_bk02.jpg");
  background-size: cover;
}
#mainContents .layoutTyp05 .layoutTyp05_Box {
  position: relative;
  width: 1000px;
  height: 580px;
  margin: 0 auto;
  padding: 45px 0 0;
  box-sizing: border-box;
  background-color: #FFF;
}
#mainContents .layoutTyp05 .layoutTyp05_Box h3 {
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
}
#mainContents .layoutTyp05 .layoutTyp05_Box h4 {
  padding: 10px 0 0;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
 #mainContents .layoutTyp05 .layoutTyp05_Box p.subtitle {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    padding: 10px 0 0;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .logo {
  position: absolute;
  left: 74px;
  top: 45px;
  width: 124px;
  height: 92px;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .logo img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox {
  width: 881px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_L {
  width: 402px;
  text-align: center;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_L img:nth-child(2) {
  padding: 35px 0 0;
  width: 261px;
  height: auto;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R {
  width: 408px;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R h5 {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  color: #54575A;
}

#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .icon {
    text-align: center;
    margin: 20px auto 0;
}

#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .icon img {
    width: 159px;
}


#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSubBox {
  width: 100%;
  padding: 6px 0 0;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub {
  width: 100%;
  padding: 0 0 5px;
  display: flex;
  justify-content: space-between;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub .columnSub_L {
  width: 159px;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub .columnSub_L img {
  width: 100%;
  height: auto;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub .columnSub_R {
  width: 100%;
  text-align: center;
}
#mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub .columnSub_R p {
  font-size: 2rem;
  line-height: 1.6;
}
#mainContents .layoutTyp05 .layoutTyp05_Box p.text01 {
  font-size: 1.4rem;
  margin: 10px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #mainContents .layoutTyp05 {
    height: auto;
    padding: 50px 0;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box {
    width: 90%;
    height: auto;
    padding: 30px 0;
    box-sizing: border-box;
    background-color: #FFF;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .logo {
    position: static;
    width: 85px;
    height: auto;
    margin: 0 auto;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box h3 {
    padding: 20px 0 0;
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box h4 {
    font-size: 2.0rem;
    line-height: 1.3;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box p.subtitle {
    font-size: 1.8rem;
    line-height: 1.3;
}
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox {
    width: 90%;
    padding: 30px 0 0;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_L {
    width: 100%;
    padding: 0 0 30px;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_L img:nth-child(2) {
    padding: 30px 0 0;
    width: 131px;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R {
    width: 100%;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R h5 {
    font-size: 1.6rem;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSubBox {
    width: 100%;
    padding: 10px 0 0;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub {
    justify-content:flex-start;
    display: block;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub .columnSub_L {
    width: 120px;
    margin: 0 20px 0 0;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub .columnSub_R {
    width: auto;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box .columnBox .column_R .columnSub .columnSub_R p {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  #mainContents .layoutTyp05 .layoutTyp05_Box p.text01 {
    font-size: 1.2rem;
    margin: 14px 0 0;
}
}






/****************************************

   common cookie

****************************************/
#notification {
  position: fixed;
  bottom: 0px;
  z-index: 200;
  width: 100%;
}
#notification .notice {
  color: #fff;
  width:100%;
  background-color:#000D14;
  padding:20px 50px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
#notification .notice a {
  color: #f4da40;
}
#notification .agreeBtn {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 50px;
  display: block;
  width: 90px;
  text-align: center;
  float: right;
  margin-left: 5px;
}
#notification .closeBtn {
  color: #fff;
  display: block;
  text-align: center;
  float: right;
  margin: -15px 0 10px 10px;
  font-size: 3.0rem;
  font-weight: bold;
  padding: 0;
}
#notification .alert {
  margin-bottom: 0;
  border-radius: 0;
}
#notification .cookie {
  margin-top: 2px;
  bottom:0;
}
@media screen and (max-width: 767px) {
  #notification {
    position: fixed;
    bottom: 0px;
    z-index: 200;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #notification .notice {
    color: #fff;
    width:100%;
    background-color:#000D14;
    padding:10px 10px;
    font-size: 12px;
  }
  #notification .notice a {
    color: #f4da40;
    font-size: 14px;
  }
}
</pre></body></html>