@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: trunk_intro.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #container {
    overflow-x: hidden;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

.topicpath-list {
  display: flex;
  width: 1050px;
  margin: 10px auto 60px;
}
@media screen and (max-width: 1050px) {
  .topicpath-list {
    display: none;
  }
}

.topicpath-item a {
  font-size: 13px;
}
.topicpath-item:not(:last-child) a:after {
  content: "＞";
  margin: 0 3px;
}

.lower .main-visual {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  margin-top: 130px;
  color: #231815;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .lower .main-visual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .lower .main-visual {
    display: block;
    align-items: inherit;
    width: auto;
    height: 0;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual {
    height: 220px;
    padding-top: 0;
  }
}
.lower .main-visual-title {
  position: relative;
  z-index: 1;
  width: 1050px;
  margin: 20px auto 0;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title {
    font-size: 30px;
    font-size: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.lower .main-visual-text {
  display: block;
  width: 390px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85714;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-text {
    display: none;
  }
}
.lower .box {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .lower .box {
    padding: 8% 0 10%;
  }
}
.lower .box-title {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-title {
    margin: 0 0 10%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.lower .box-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 74px;
  height: 4px;
  margin: 0 auto;
  background: #C41C1C;
}
@media screen and (max-width: 1024px) {
  .lower .box-title:before {
    bottom: -70%;
    width: 9.86667%;
    height: 2px;
  }
}
.lower .box-title em {
  color: #C41C1C;
  font-style: normal;
}
.lower .box-lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer-contact {
    padding: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:first-child p, .footer-contact div div:nth-child(2) p {
    margin: 0 0 5%;
    padding: 2%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media only screen and (max-width: 570px) {
  .footer-contact div div:first-child p:before, .footer-contact div div:nth-child(2) p:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:nth-child(2) {
    padding-top: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a {
    padding: 5% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  background: url("../img/trunk_intro/main_visual.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
  .main-visual {
    background: url("../img/trunk_intro/main_visual_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.main-lead {
  padding: 0 0 70px !important;
}
@media screen and (max-width: 1050px) {
  .main-lead {
    padding: 10% 0 !important;
  }
}
.main-lead-title {
  margin: 0 37px 50px 0;
}
@media screen and (max-width: 1050px) {
  .main-lead-title {
    margin: 0 5% 10% 1.5%;
  }
}
.main-lead-title img {
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .main-lead-title img {
    max-width: 100%;
  }
}
.main-lead-inner {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .main-lead-inner {
    width: 90%;
  }
}
.main-lead-inner-title {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 40px;
  background: #C41C1C;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .main-lead-inner-title {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10%;
    padding: 2% 0;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1;
  }
}
.main-lead-inner dl {
  margin-bottom: 45px;
}
@media screen and (max-width: 1050px) {
  .main-lead-inner dl {
    margin-bottom: 10%;
  }
}
.main-lead-inner .term {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .main-lead-inner .term {
    margin: 0 -5% 10%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.main-lead-inner .term:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 74px;
  height: 4px;
  margin: 0 auto;
  background: #C41C1C;
}
@media screen and (max-width: 1050px) {
  .main-lead-inner .term:before {
    bottom: -20px;
    width: 37px;
    height: 2px;
  }
}
.main-lead-inner .description {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .main-lead-inner .description {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
    text-align: left;
  }
}
.main-lead-inner .description em {
  display: block;
  margin-bottom: 8px;
  color: #C41C1C;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.66667;
}
@media screen and (max-width: 1050px) {
  .main-lead-inner .description em {
    margin-bottom: 3%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5;
    text-align: left;
  }
}
.main-lead-link {
  position: relative;
  line-height: 1;
  text-align: center;
}
.main-lead-link:before {
  content: "";
  position: absolute;
  right: 23px;
  top: -10px;
  width: 125px;
  height: 147px;
  background: url("../img/trunk_intro/main_lead_link_icon.png");
}
@media screen and (max-width: 1050px) {
  .main-lead-link:before {
    content: none;
  }
}
.main-lead-link a {
  display: inline-block;
}

.use {
  background: #FFE9E9;
}
.use-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  width: 1050px;
  height: 300px;
  margin: 0 auto;
  padding: 30px 0 0 50px;
  background: url("../img/trunk_intro/use_inner_bg.jpg") right top no-repeat #FFF;
}
@media screen and (max-width: 1050px) {
  .use-inner {
    width: 90%;
    height: auto;
    padding: 58% 5% 4%;
    background: url("../img/trunk_intro/use_inner_bg_sp.jpg") center top no-repeat #FFF;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
.use-inner-title {
  margin-bottom: 20px;
  color: #C41C1C;
  font-size: 23px;
}
@media screen and (max-width: 1050px) {
  .use-inner-title {
    margin-bottom: 3%;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.375;
    text-align: center;
  }
}
.use-list {
  margin-bottom: 15px;
}
@media screen and (max-width: 1050px) {
  .use-list {
    margin-bottom: 3%;
  }
}
.use-item {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57143;
}
@media screen and (max-width: 1050px) {
  .use-item {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.60714;
  }
}
.use-item:before {
  content: "●";
}
.use-text {
  font-size: 13px;
  line-height: 1.53846;
}
@media screen and (max-width: 1050px) {
  .use-text {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.price-pic {
  position: relative;
  width: 704px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .price-pic {
    width: 90%;
  }
}
.price-pic:before, .price-pic:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 1050px) {
  .price-pic:before, .price-pic:after {
    content: none;
  }
}
.price-pic:before {
  left: -130px;
  top: 0;
  width: 67px;
  height: 118px;
  background: url("../img/trunk_intro/price_pic_bg01.png") left top no-repeat;
}
.price-pic:after {
  right: -30px;
  bottom: -20px;
  width: 115px;
  height: 111px;
  background: url("../img/trunk_intro/price_pic_bg02.png") left top no-repeat;
}
.price-pic img {
  margin: 0 auto 35px;
}
@media screen and (max-width: 1050px) {
  .price-pic img {
    margin: 0 auto 5%;
  }
}
.price-notice {
  width: 704px;
  margin: 0 auto;
  font-size: 13px;
}
@media screen and (max-width: 1050px) {
  .price-notice {
    width: 90%;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

.access {
  background: #FFE9E9;
}
.access-inner {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .access-inner {
    width: auto;
    padding: 0 5%;
  }
}
.access-table {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  background: #FFF;
}
.access-table tr:not(:last-child) th,
.access-table tr:not(:last-child) td {
  border-bottom: 1px solid #d5d7d8;
}
.access-table th,
.access-table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 1024px) {
  .access-table th,
  .access-table td {
    display: list-item;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.73077;
    list-style: none;
    text-align: center;
  }
}
.access-table th {
  width: 250px;
  background: #F4F5F5;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .access-table th {
    width: 100%;
    text-align: center;
  }
}
.access-list {
  display: flex;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .access-list {
    display: block;
    margin: 10% 0;
  }
}
.access-item:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .access-item:first-child {
    margin: 0 0 5%;
  }
}
.access-item .term {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.access-item iframe {
  width: 370px;
  height: 280px;
}
@media screen and (max-width: 1024px) {
  .access-item iframe {
    width: 100%;
    height: 350px;
  }
}

.support-area-box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  width: 1050px;
  margin: 0 auto 45px;
  background: #FFF;
  border: 4px solid #C41C1C;
}
@media screen and (max-width: 1050px) {
  .support-area-box {
    display: block;
    width: 90%;
    margin: 0 auto 5%;
  }
}
.support-area-box:last-child {
  margin-bottom: 0;
}
.support-area-box.-osaka {
  position: relative;
}
.support-area-box.-osaka:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -30px;
  top: -35px;
  width: 90px;
  height: 86px;
  background: url("../img/trunk_intro/support_area_box_before_icon.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 1050px) {
  .support-area-box.-osaka:before {
    display: none;
  }
}
.support-area-box .pic {
  position: relative;
  width: 471px;
}
@media screen and (max-width: 1050px) {
  .support-area-box .pic {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .support-area-box .pic img {
    width: 100%;
  }
}
.support-area-list {
  width: 579px;
  margin-top: -10px;
  padding: 30px 35px;
}
@media screen and (max-width: 1050px) {
  .support-area-list {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    padding: 3% 5%;
  }
}
.support-area-item {
  display: inline-block;
  width: 130px;
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 1050px) {
  .support-area-item {
    width: 32%;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=trunk_intro.css.map */
