@charset "utf-8";
/* CSS Document */

/*=====================
  main-image
=====================*/
#mytrance {
  margin-bottom: 100px;
}

#mytrance #main-image {
  position: relative;
}
#mytrance #main-image .main-image-contents {
  max-width: 100%;
  background: url(../img/mytranceformer/main-image.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 16.95%;
  height: 0;
}
#mytrance .main-image-contents {
  text-align: center;
  background: #fff;/*本番画像後に背景決める*/
  margin-bottom: 0rem;
}
#mytrance .main-image-contents img {
  max-width: 980px;
  margin-bottom: -3px;
}
#mytrance .main-ttl {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -490px;
  text-align: left;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
    font-weight: bold;
    text-shadow: 1px 1px 1px #111;
}
/*=====================
  mytrance-contents-01
=====================*/
#mytrance-contents-01 .col01-ttl-h2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#mytrance-contents-01 .mytrance-col-01 {
  float: left;
  width: 70%;
}
#mytrance-contents-01 .mytrance-col-01 p {
  margin-bottom: 20px;
  line-height: 1.8;
}
#mytrance-contents-01 .mytrance-col-01 p > span {
  color: red;
  font-size: 1.6rem;
  font-weight: bold;
}
#mytrance-contents-01 .mytrance-col-02 {
  float: right;
  margin-left: 30px;
}
#mytrance-contents-01 .mytrance-col-02 img {
  width: 220px;
}
/*=====================
  mytrance-contents-02
=====================*/
#mytrance-contents-02 {
  margin: 60px 0;
}
#mytrance-contents-02 .ttl-h2 {
  font-size: 2.6rem;
  background: #1c3553;
  padding: 1em 20px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
#mytrance-contents-02 p {
  line-height: 2;
  margin-bottom: 30px;
}
#mytrance-contents-02 .mytrance-col-02 {
  float: right;
  margin-left: 30px;
}
/*=====================
  mytrance-contents-03
=====================*/

#mytrance-contents-03 .ttl-h2 {
  font-size: 2.6rem;
  background: #1c3553;
  padding: 1em 20px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
#mytrance-contents-03 .ttl-h3 {
  font-size: 2rem;
  border-left: 10px solid #1c3553;
  padding: 1em 0 1em 20px;
  color: #1c3553;
  margin: 60px 0;
}
#mytrance-contents-03 .mytrance-col-01 {
  margin-bottom: 40px;
}
#mytrance-contents-03 .mytrance-image01 {
  float: left;
  width: 45%;
}
#mytrance-contents-03 .mytrance-image02 {
  float: right;
  width: 45%;
}
#mytrance-contents-03 .mytrance-image01 img {
  max-width: 100%;
}
#mytrance-contents-03 .mytrance-image02 img {
  max-width: 100%;
}
#mytrance-contents-03 table {
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
}
#mytrance-contents-03 tr {
  border-collapse: separate;
  border-spacing: 0px 1px;
  border: 1px solid #fff;
}
#mytrance-contents-03 tr th {
  background: #b6b7b9;
  padding: 2em;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}
#mytrance-contents-03 tr td {
  padding: 1em;
  background: #f4f6f7;
  vertical-align: middle;
  line-height: 1.75;
}

@media screen and (max-width:940px) {
/*=====================
  main-image
=====================*/  
  
#mytrance #main-image .main-image-contents {
  padding-top: 40%;
}
#mytrance .main-ttl {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
}
#mytrance .main-image-contents img {
  max-width: 100%;
  margin-bottom: -3px;
}
/*=====================
  mytrance-contents-01
=====================*/  
  
#mytrance-contents-01 .mytrance-col-01 {
  float: none;
  width: 100%;
}
#mytrance-contents-01 .mytrance-col-02 {
  float: none;
  margin-left: 0;
}
#mytrance-contents-01 .mytrance-col-02 img {
  width: 100%;
}
/*=====================
  mytrance-contents-02
=====================*/  
#mytrance-contents-02 .mytrance-col-02 {
  float: none;
  margin-right: 0px;
}
/*=====================
  mytrance-contents-03
=====================*/
  
#mytrance-contents-03 tr th {
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 1em
}
#mytrance-contents-03 tr td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
}
