<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------
迚ｹ髮��繝ｼ繧ｸ
Copyright (c) THIRDWAVE CORP. All Rights Reserved.
----------------------------------------------------*/
h5.dxv {display: none;}

.pc {
  display: block;
}
.sp {
  display: none;
}
#container {
	width:100%;
  margin-bottom: 0;
}
.column2R #main {
	float: none;
	width: auto;
}
.breadCrumb {
	width: 970px;
	margin: 0 auto;
}
.pagetop {
  width: 1050px;
  margin: 0 auto;
}
#main section.contents .section_inner {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 80px 0;
  padding-top: 120px;
}
#main section.contents .section_inner.second {
  padding-top: 0;
}
#main section.contents.special .section_inner {
  padding-bottom: 120px;
}

#main section.contents .section_inner p.text {
  font-size: 18px;
}
#main section.contents.main_visual {
  position: relative;
  overflow: hidden;
}
#main section.contents.main_visual .section_inner {
  padding: 0;
  position: relative;
}
#main section.contents.main_visual h2 {
  text-align: center;
}
#main section.contents.main_visual img {
  max-width: 100%;
  margin: 0 auto;
}
#main section.contents.main_visual .popup_pc {
  position: absolute;
  animation: anime-fadeIn 2s ease 0s 1 normal;
  animation-name: anime-popup;
  animation-timing-function: ease;
}
.kv_raytrek {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  margin-right: 23%!important;
  width: 11vw;
  animation: anime-fadeIn 2s ease 0s 1 normal;
  animation-timing-function: ease;
}

.kv_all {
  width: 53vw;
  min-width: 520px;
  bottom: 0.5vh;
  left: 0;
  right: 0;
  margin: auto;
}

.kv_logo {
  width: 30vw;
  bottom: 0.5vh;
  left: 10%;
}

.kv_desk {
  bottom: 0;
  width: 30vw;
  right: 0;
}

.kv_note {
  bottom: 0;
  width: 18vw;
  right: 35%;
}


@keyframes anime-popup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
    70% {
      opacity: 0;
      transform: translateY(100px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes anime-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* @keyframes anime-fadeIn2 {
    0% {
      opacity: 0;
      background-position: center 100px;
    }
    100% {
      opacity: 1;
      background-position: center 0;
    }
} */

.main_lead {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #0B3776;
  line-height: 1.4;
  font-size: 22px;
  letter-spacing: 5px;
  padding: 15px 0 12px;
  position: relative;
  z-index: 1;
}

.main_lead p {
  transform: skewX(-10deg);
}
.main_lead span {
  font-size: 120%;
}
nav.menu_list {
  background: #EFFF9B;
  padding: 40px 0 50px;
}
nav.menu_list ul {
  width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-around;
}
nav.menu_list ul li  {
  width: 45%;
}
nav.menu_list ul li a {
  display: block;
  position: relative;
  color: #fff;
  background: #0058B1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  padding: 20px 0;
  font-size: 22px;
  line-height: 1.5;
  transition: 0.2s all;
  box-shadow: 0 10px 0 0 #1CC9FF;
  padding-bottom: 40px;
}
nav.menu_list ul li a:hover {
  transform: translateY(10px);
  box-shadow: none;
}
nav.menu_list ul li a::after {
  content: '';
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 8px transparent;
  border-top: solid 12px #fff;
}
.section_inner p.h2-sub {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.section_inner h2.ttl {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 48px;
  letter-spacing: 5px;
  margin-bottom: 60px;
}
.section_inner h2.ttl em {
  display: inline-block;
  background:linear-gradient(transparent 65%, #FFFF00 50%);
  padding: 0 10px;
  transform: skewX(-10deg);
}
.section_inner h2.ttl span {
  font-size: 60%;
  display: block;
  transform: skewX(-10deg);
}

.special .section_inner h2.ttl span {
  display: inline;
  font-size: 44px;
}

#main section.contents.present {
  background: #19E8E8 url(../5info/img/creator_summer2022/img_water.png) no-repeat center -50%;
  position: relative;
}
#main section.contents.lineup {
  background: #4DC3FF;
  position: relative;
}
#main section.contents.special {
  background: #19E8E8 url(../5info/img/creator_summer2022/img_water.png) no-repeat center -20%;
  position: relative;
}
#main section.contents.present .wave{
  position: absolute;
  bottom: -20px;
}
#main section.contents.special .wave {
  position: absolute;
  top: -20px;
  margin-left: -10px;
}
#main section.contents.present p.sub {
  color: #000;
  text-align: center;
  font-size: 24px;
}
#main section.contents.present ul.present-list {
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-around;
  flex-wrap: wrap;
}
#main section.contents.present ul.present-list li {
  margin-top: 120px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  width: 23%;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
  padding-top: 80px;
}
  /* #main section.contents.present ul.present-list li:nth-last-child(1){
    margin-right: 172px;
  }
  #main section.contents.present ul.present-list li:nth-last-child(2){
    margin-left: 172px;
  } */

#main section.contents.present ul.present-list li p.icon {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  width: 140px;
  height: 140px;
  background: url(../5info/img/creator_summer2022/img_prize.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding-top: 35px;
  font-weight: bold;
  color: #0B3776;
  font-size: 36px;
  line-height: 1.2;
}
#main section.contents.present ul.present-list li p.icon span {
  font-size: 80%;
  display: inline-block;
  transform: skewX(-10deg);
}
#main section.contents.present ul.present-list li p.icon span span {
  font-size: 60%;
}
#main section.contents.present ul.present-list li img {
  width: 180px;
}
#main section.contents.present ul.present-list li p.lead-text {
  color: #0B3776;
  margin-top: 20px;
  font-size: 16px;
}
#main section.contents.present ul.present-list li p.name {
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}
#main section.contents.scene ul.present-list li.active {
  animation-name: numberAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#main section.contents.scene ul.present-list li.active:nth-child(1){
  animation-delay: .2s;
}
#main section.contents.scene ul.present-list li.active:nth-child(2){
  animation-delay: .3s;
}
#main section.contents.scene ul.present-list li.active:nth-child(3){
  animation-delay: .4s;
}
#main section.contents.scene ul.present-list li.active:nth-child(4){
  animation-delay: .5s;
}
@keyframes numberAnime {
    0% {
        opacity: 0;
        transform: translateY(50px);
        /* transform: scale(0); */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        /* transform: scale(1); */
    }
}

/* icon */
img.icon01,img.icon02,img.icon03,img.icon04,
img.icon05,img.icon06,img.icon07,img.icon08,
img.icon09,img.icon10,img.shape01,img.shape02 {
  position: absolute;
}
.scaleup{
  transition: 0.2s all;
  transform: scale(0.5);
}
.scaleup.active{
  transform: scale(1);
}
.scaleup2{
}
.scaleup2.active{
  animation: anime-yurayura 5s ease 0s infinite normal;
}

@keyframes anime-yurayura {
  0% {
    transform: rotate(-5deg);
  }
    50% {
      transform: rotate(5deg);
    }
    100% {
      transform: rotate(-5deg);
    }
}

#main section.contents.present h2,
#main section.contents .howto_entry,
#main section.contents.special .about_sc {
  position: relative;
}
#main section.contents.present h2 img.icon01 {
  top: 0;
  left: 0;
  width: 120px;
  transform: skewX(10deg);
}
#main section.contents.present h2 img.icon02 {
  top: 0;
  right: -20px;
  width: 120px;
  transform: skewX(10deg);
}
#main section.contents .howto_entry img.icon03 {
  top: -40px;
  left: -40px;
  width: 120px;
}
#main section.contents .howto_entry img.icon04 {
  bottom: -10px;
  right: -20px;
  width: 120px;
}
#main section.contents .model-block img.icon05 {
  top: 20px;
  left: -120px;
  width: 200px;
}
#main section.contents .model-block img.icon06 {
  top: 160px;
  right: -180px;
  width: 140px;
}
#main section.contents .model-block img.icon07 {
  top: 70px;
  left: -170px;
  width: 160px;
}
#main section.contents .model-block img.icon08 {
  top: 130px;
  right: -90px;
  width: 170px;
  z-index: 1;
}
#main section.contents.special .about_sc img.icon09 {
  top: -10px;
  right: -50px;
  width: 140px;
}
#main section.contents.special .about_sc img.icon10 {
  bottom: -40px;
  left: -40px;
  width: 150px;
}

#main section.contents .model-block img.shape01 {
  bottom: 0;
  right: -20%;
}
#main section.contents .model-block img.shape02 {
  bottom: 20%;
  left: -20%;
}

.howto_entry {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
  background: #FFFFDF;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 1px 10px 0 rgb(0, 0, 0, 0.2);
}
.howto_entry h3 {
  font-weight: bold;
  color: #0B3776;
  font-size: 28px;
  margin-bottom: 10px;
  transform: skewX(-10deg);
}縲

.howto_entry p.camp_notice {
  text-align: center;
  margin-bottom: 20px;
}

.howto_entry p.camp_notice a {
  color: #000;
  font-size: 18px;
}
.howto_entry p.more_btn {
  margin-bottom: 40px;
}

p.more_btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #FF6701;
  box-shadow: 0 10px 0 0 #FFD665;
  border-radius: 15px;
  padding: 20px 0;
  font-size: 22px;
  line-height: 1.5;
  transition: 0.2s all;
  width: 60%;
  margin: 20px auto;
}
p.more_btn a:hover {
  transform: translateY(10px);
  box-shadow: none;
}

.notice p.more_btn a:hover {
}

.model-block {
}
.model-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.model-block ul li {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  width: 30%;
  padding: 20px;
  padding-bottom: 230px;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
}
.model-block ul li p.img {
  text-align: center;
}
.model-block ul li p.img img {
  max-width: 80%!important;
  transition: 0.2s all;
}
.model-block ul li p.img img:hover {
  opacity: 0.8;
}
.model-block ul li h3 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0;
}
.model-block ul li p.catch {
  font-size: 15px;
  margin-bottom: 10px;
}
.model-block ul li p.spec {
  font-size: 14px;
}
.model-block ul li p.priceBox {
  text-align: center;
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
}
.model-block ul li .jaccs_box {
  text-align: center;
  position: absolute;
  bottom: 105px;
  left: 0;
  right: 0;
}
.model-block ul li .jaccs_box p.fee_txt {
  font-weight: bold;
}

.rec_jaccs_price {
  color: #ff14c8;
  font-size: 120%;
}
.rec_box .rec_jaccs_price span {
  font-weight: bold;
  font-size: 120%;
}
.model-block ul li p.priceBox span {
  font-size: 26px;
  font-weight: bold;
  color: #ff14c8;
}
.model-block ul li p.priceBox span.yen {
    font-size: 15px;
    margin-bottom: 20px;
}
.model-block ul li p.detail_btn {
  position: absolute;
  bottom: 30px;
  width: calc(-40px + 100%);
}
.model-block ul li p.detail_btn a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #0058B1;
  font-size: 18px;
  padding: 15px 0;
  box-shadow: 0 6px 0 0 #1cc9ff;
  transition: 0.2s all;
}
.model-block ul li p.detail_btn a:hover {
    transform: translateY(8px);
}
.other_model {
  width: 800px;
  margin: auto;
  text-align: center;
  margin-top: 120px
}

.other_model h3 {
  color: #0B3776;
  margin-bottom: 40px;
  font-size: 30px;
}
.other_model h3 span {
  font-size: 120%;
  padding: 0px 10px;
}
.other_model ul.btn_link {
  display: flex;
  justify-content: space-around;
}
.other_model ul.btn_link li {
  width: 40%;
}

.other_model ul.btn_link li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: bold;
  border-radius: 15px;
  color: #fff;
  background: #0B3776;
  line-height: 1.4;
  padding: 15px 0;
  font-size: 22px;
  transition: 0.2s all;
}
.other_model ul.btn_link li a::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 10%;
  width: 0;
  height: 0;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 8px #fff;
}
.other_model ul.btn_link li a:hover {
    transform: translateX(8px);
}
.jaccs_link {
  margin-top: 20px;
  text-align: right;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.jaccs_link a {
  color: #000;
}
.about_sc {
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
}
.about_sc h3 {
  color: #fff;
  background: #0058B1;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.about_sc p.jaccs {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.about_sc p.txt {
  font-size: 18px;
}
.about_sc p.txt em {
  display: block;
  font-weight: bold;
  font-size: 48px;
  color: red;
  transform: skewX(-10deg);
}
.mfp-content {
  background: #fff;
  max-width: 850px;
}
.mfp-content .popup-inner {
  padding: 20px;
  color: #0B3776;
}
.mfp-content .popup-inner h3 {
  text-align: center;
  font-weight: bold;
  font-size: 180%;
  margin-bottom: 10px;
}
.mfp-content .popup-inner ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
.effect {
  opacity: 0;
  transition: 1s all;
}
.effect.active {
  opacity: 1;
}

.main_section#about-raytrek {
  color: #fff;
	background: #093381;
}

.main_section#about-raytrek .section_inner {
  width: 970px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

h2.ttl-raytrek {
  margin-top: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 56px;
  line-height: 1.8;
  margin-bottom: 20px;
}
h2.ttl-raytrek span {
  font-size: 120%;
}
.box-raytrek {
}
.box-raytrek .copyArea {
  width: 50%;
  float: left;
}
.box-raytrek p {
  font-size: 18px;
  line-height: 1.8;
}
.box-raytrek p.ttl01 {
  font-weight: bold;
  line-height: 1;
  font-size: 36px;
  margin-bottom: 20px;
}
.box-raytrek p.ttl02 {
  font-weight: bold;
  line-height: 1;
  font-size: 48px;
  margin-bottom: 40px;
}
.box-raytrek p.btn-brand {
  line-height: 1;
  background: #db3368;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.3s all;
}
.box-raytrek p.btn-brand a {
  display: block;
  padding: 15px 0 15px;
  color: #fff;
  text-decoration: none;
}
.box-raytrek p.btn-brand:hover {
  opacity: 0.8;
}
.box-raytrek p.img-brand {
  float: right;
  margin-bottom: 40px;
}
.box-raytrek p.text-brand {
  clear: both;
}

@media screen and (max-width:479px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .breadCrumb {
  	width: auto;
  }
  .pagetop {
    width: auto;
  }
  img {
    max-width: 100%;
  }
  .section_inner p.h2-sub {
    font-size: 4.5vw;
  }
  .section_inner h2.ttl {
    font-size: 6.5vw;
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .contents.present .section_inner h2.ttl {
    margin-top: 0;
  }
  .special .section_inner h2.ttl span {
    font-size: 100%;
  }
  .contents.special .section_inner h2.ttl {
    font-size: 5.5vw;
  }

  #main section.contents.main_visual h2 {
    overflow: hidden;
  }
  #main section.contents.main_visual h2 img {
    max-width: inherit;
    width: 170%;
    margin-left: -30%;
  }

  .kv_raytrek {
  margin-right: 3%!important;
  top: 10px;
  width: 20vw;
}
  .kv_all {
    min-width: inherit;
    width: 93vw;
    bottom: 0;
  }
  #main section.contents.lineup .section_inner {
    width: auto;
  }
  #main section.contents .section_inner img {
    max-width: 100%;
  }
  #main section.contents .section_inner {
      width: auto;
      padding: 40px 10px;
  }
  #main section.contents.special .section_inner {
    padding-bottom: 60px;
  }
  #main section.contents .section_inner p.text {
    font-size: 4vw;
  }
  nav.menu_list {
    padding: 12px 10px;
    padding-bottom: 5px;
  }

 nav.menu_list ul {
   display: block;
   width: auto;
 }
 .main_lead {
   font-size: 4vw;
   letter-spacing: 2px;
   padding: 10px;
 }
 nav.menu_list ul li {
   width: auto;
   margin-bottom: 20px;
 }
  nav.menu_list ul li a {
    font-size: 4vw;
    line-height: 1.4;
    border-radius: 20px;
    padding: 8px 0;
    box-shadow: 0 8px 0 0 #1cc9ff;
  }
  nav.menu_list ul li a::after {
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 4px transparent;
    border-top: solid 8px #fff;
    right: 20px;
    left: inherit;
    bottom: 35%;
  }

  #main section.contents.present .wave{
    overflow: hidden;
    bottom: -10px;
  }
  #main section.contents.special .wave {
    position: absolute;
    top: -10px;
  }
  #main section.contents.present .wave img,
  #main section.contents.special .wave img {
    max-width: inherit;
    width: 240%;
  }

  #main section.contents.present p.sub {
    font-size: 5vw;
  }
  #main section.contents.present ul.present-list {
  }
  #main section.contents.present ul.present-list li {
    margin-top: 50px;
    padding-top: 40px;
    width: 49%;
    }
  /* #main section.contents.present ul.present-list li:nth-last-child(1),#main section.contents.present ul.present-list li:nth-last-child(2) {
    margin-left: 0;
    margin-right: 0;
  } */
  #main section.contents.present ul.present-list li p.icon {
    top: -40px;
    width: 90px;
    height: 90px;
    background: url(../5info/img/creator_summer2022/img_prize.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding-top: 25px;
    font-size: 20px;
    line-height: 1.2;
  }

  #main section.contents.present ul.present-list li p.lead-text {
    font-size: 4vw;
  }
  .howto_entry {
    margin-top: 60px;
  }
  .howto_entry h3 {
    font-size: 5vw;
  }
  .howto_entry p.more_btn {
    margin-bottom: 30px;
  }
  .howto_entry p.camp_notice a {
    font-size: 4vw;
  }
  .mfp-content button.mfp-close {
    text-align: center;
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    width: auto;
    font-size: 18px;
  }
  .mfp-content .popup-inner ul {
    margin-bottom: 40px;
  }
  .mfp-content button.mfp-close::after {
    content: ' 髢峨§繧�';
    font-weight: bold;
  }
  .model-block ul {
    display: block;
    margin: 0 15px;
  }
  .model-block ul li {
    width: auto;
    margin-bottom: 40px;
  }
  p.more_btn a {
    font-size: 4.3vw;
    width: auto;
    padding: 15px 0;
  }
  .other_model {
    width: auto;
    margin-top: 60px;
    position: relative;
    z-index: 1;
  }
  .other_model h3 {
    font-size: 6vw;
  }
  .other_model ul.btn_link {
    display: block;
  }
  .other_model ul.btn_link li {
    width: auto;
    margin-bottom: 10px;
  }
  .other_model ul.btn_link li a {
    font-size: 4vw;
  }
  .other_model ul.btn_link li a::after {
    border-top: solid 3px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 3px transparent;
    border-left: solid 5px #fff;
  }
  .jaccs_link {
    text-align: center;
  }
  .about_sc h3 {
    font-size: 5vw;
  }
  .about_sc p {
    padding: 0 10px;
  }
  .about_sc p.txt {
    font-size: 4vw;
  }
  .about_sc p.jaccs {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .about_sc p.jaccs span {
    font-size: 4vw;
  }
  .about_sc p.jaccs img {
    width: 40%;
  }
  .about_sc p.txt em {
    font-size: 8vw;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  #main section.contents.present h2 img.icon01 {
    top: -50px;
    left: 0px;
    width: 45px;
    }
  #main section.contents.present h2 img.icon02 {
    top:  170px;
    right: -10px;
    width: 45px;
  }
  #main section.contents .howto_entry img.icon03 {
    top: -40px;
    left: -10px;
    width: 70px;
  }
  #main section.contents .howto_entry img.icon04 {
    bottom: -40px;
    right: -10px;
    width: 70px;
  }

  #main section.contents .model-block img.icon05 {
    top: -40px;
    left: -10px;
    width: 80px;
  }
  #main section.contents .model-block img.icon06 {
    display: none;
  }

  #main section.contents .model-block img.icon07 {
    display: none;
  }
  #main section.contents .model-block img.icon08 {
    top: -40px;
    right: -10px;
    width: 110px;
  }

  #main section.contents.special .about_sc img.icon09 {
    top: -20px;
    right: -10px;
    width: 50px;
    z-index: 1;
  }
  #main section.contents.special .about_sc img.icon10 {
    bottom: -20px;
    left: -10px;
    width: 80px;
    z-index: 1;
  }

  #main section.contents .model-block img.shape01 {
    bottom: 0;
    right: -20%;
  }
  #main section.contents .model-block img.shape02 {
    bottom: 7%;
    left: -30%;
  }
  .main_section#about-raytrek {
    padding: 0 10px;
  }

  .main_section#about-raytrek .section_inner {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  h2.ttl-raytrek {
    font-size: 7vw;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .box-raytrek .copyArea {
    width: 100%;
    float: none;
  }
  .box-raytrek p {
    font-size: 16px;
  }
  .box-raytrek p.ttl01 {
    text-align: center;
    font-size: 24px;
  }
  .box-raytrek p.ttl02 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .box-raytrek p.btn-brand {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .box-raytrek p.btn-brand a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
  }
  .box-raytrek p.img-brand {
    float: none;
    margin-bottom: 40px;
  }
  .box-raytrek p.text-brand {
    clear: both;
  }

}
</pre></body></html>