@charset "UTF-8";
/*
---------------------
--- 共通定義ここから ---
---------------------
*/
.bold {
  font-weight: 600;
}

.small {
  font-size: 10px;
}

/* デフォルト */
/* デザイン02 三角のラベル付き */
/* デザイン03 ライン入り見出し */
img {
  width: 100%;
  height: 100%;
}

/*
---------------------
--- 共通指定ここまで ---
---------------------
*/
/*
---------------------
--- 個別指定ここから ---
---------------------
*/
body {
  color: #010101;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  font-family: Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

body header {
  text-align: center;
}

body header img {
  width: 100%;
  border: 1px solid #999;
}

body header h1 {
  font-size: 1.1rem;
  padding: 1.5rem 0 0.2rem;
}

body header h1 span.font_color {
  color: #da6818;
}

body main {
  padding: 0rem 0;
}

body main section {
  padding-bottom: 1rem;
  width: 80%;
  margin: 20px auto 0;
}

body main section .style .sp_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /*! 画像中央揃え */
  width: 100%;
}

body main section .style .sp_img .android {
  width: 48%;
}

body main section .style .sp_img .ios {
  width: 48%;
}

body footer .navitime {
  width: 90%;
  margin: 0 auto;
}

body footer .navitime .info h4 {
  font-size: 1.2rem;
  padding: 1rem 0;
}

body footer .navitime .info h5 {
  padding: 1rem 0 0.5rem 0;
}

body footer .navitime .info p {
  font-size: 80%;
}

body footer .navitime .info ul li {
  font-size: 0.8rem;
  line-height: 20px;
}

body footer #copy {
  font-size: 10px;
  text-align: center;
  padding-top: 2rem;
}

/*
---------------------
--- 個別指定ここまで ---
---------------------
*/
/*
-------------------------------
--- デザインスタイル ここから ---
レイアウト修正などの際に直してください
-------------------------------
*/
/* デフォルト */
h3 {
  text-align: center;
  padding: 0.2rem;
}

h3 .dl_text {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h3 .dl_text::before, h3 .dl_text::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3 .dl_text::before {
  left: 0;
}

h3 .dl_text::after {
  right: 0;
}

.dl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.dl_area .dl_btn {
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 0 5px;
}

.dl_area .dl_btn a {
  width: 100%;
  background-color: orange;
  color: #fff;
  font-family: "メイリオ",Meiryo;
  font-size: 1.1rem;
  padding: 4% 8%;
}

.dl_area .dl_btn a.border {
  /*! 枠線をつける */
  border: 4px solid #A67B32;
}

.dl_area .dl_btn a.radius {
  /*! 角丸にする */
  border-radius: 10px;
}

.dl_area .dl_btn a.shadow {
  /*! 影をつける */
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.dl_area .dl_btn a.border_bottom {
  /*! 下だけ影をつける */
  border-bottom: 4px solid #A67B32;
}

.dl_area .dl_btn a.solid_body {
  /*! 上下に立体影をつける */
  border: 2px outset #e6cea5;
}

/* 矢印 */
.btn02 a {
  text-align: left;
}

.btn02 .arrow {
  position: absolute;
  right: 22%;
  top: 50%;
}

.btn02 .arrow::before, .btn02 .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn02 .circle::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.btn02 .circle::after {
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ダウンロードアイコン付き */
.dl_area .dl_btn.btn03 a {
  background-image: url(./../img/btn03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  word-break: keep-all;
  font-size: 14px;
  padding: 4% 22%;
}

.dl_area .dl_btn.btn03 a span {
  padding-left: 0.2rem;
}

.ribbon {
  color: #fff;
  background-color: crimson;
  width: 72%;
  margin: 20px auto 0 auto;
  display: inline-block;
  position: relative;
}

.ribbon h2 {
  font-size: 110%;
  padding: 4% 0;
  white-space: nowrap;
}

.ribbon::before {
  content: '';
  position: absolute;
  height: 50px;
  bottom: -15px;
  left: -20px;
  z-index: -2;
  border: 13px solid crimson;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}

.ribbon::after {
  content: '';
  position: absolute;
  height: 50px;
  bottom: -15px;
  right: -20px;
  z-index: -2;
  border: 13px solid crimson;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}

/* 点線+影入りリボン */
.ribbon02 {
  color: #fff;
  background-color: crimson;
  width: 72%;
  margin: 0 auto;
  padding: 5px 0;
  display: inline-block;
  position: relative;
}

.ribbon02 h2 {
  font-size: 110%;
  padding: 4% 0;
  white-space: nowrap;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
}

.ribbon02 h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 12px transparent;
  border-right: solid 15px rgba(0, 0, 0, 0.3);
  /*左の折り返し部分*/
}

.ribbon02 h2::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 12px transparent;
  border-left: solid 15px rgba(0, 0, 0, 0.3);
  /*右の折り返し部分*/
}

.ribbon02::before {
  content: '';
  position: absolute;
  height: 50px;
  bottom: -15px;
  left: -20px;
  z-index: -2;
  border: 17px solid crimson;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}

.ribbon02::after {
  content: '';
  position: absolute;
  height: 50px;
  bottom: -15px;
  right: -20px;
  z-index: -2;
  border: 17px solid crimson;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}

/* 左右にななめ線のリボン */
.ribbon03 {
  line-height: 36px;
}

.ribbon03 h2 {
  font-size: 165%;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.ribbon03 h2::before, .ribbon03 h2::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: crimson;
}

.ribbon03 h2::before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.ribbon03 h2::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

/* ふせん風見出し */
.index01 h2.default {
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
  /*文字周りの余白*/
  margin-bottom: 1rem;
  color: #494949;
  background: #eee;
  /*背景色*/
  border-left: solid 5px gray;
  /*左線（実線 太さ 色）*/
}

.index01 h2.default .sub_title {
  font-size: 0.8rem;
  display: block;
}

/* 三角の見出し */
.index02 {
  background-image: linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #FFEBB3 50%, #FFEBB3 100%);
  background-position: left top;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.index02 .sub_title {
  width: 100%;
  font-size: 0.8rem;
  color: #da6818;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.index02 .sub_title::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45%;
  height: 2px;
  background-color: #da6818;
  right: 0;
}

.index02 h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-left: 20px;
}

/* 線入りの見出し */
.index03 {
  padding-bottom: 10px;
}

.index03 .sub_title {
  font-size: 0.8rem;
  color: #da6818;
  display: block;
  border-bottom: 2px solid #da6818;
}

.index03 h2 {
  padding-top: 5px;
}

/* モックアップ風 画像セット */
main section .style.design03 .sp_img {
  margin-top: 30px;
}

main section .style.design03 .sp_img .android {
  position: relative;
  width: 140px;
  height: 250px;
  overflow: hidden;
  margin-top: 20px;
  background-image: url(./../img/android.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

main section .style.design03 .sp_img .android .android_moc {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

main section .style.design03 .sp_img .android .android_moc .android_img {
  width: 92%;
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
}

main section .style.design03 .sp_img .ios {
  position: relative;
  width: 140px;
  height: 250px;
  overflow: hidden;
  padding: 0;
  background-image: url(./../img/ios.png);
  background-size: 103% 100%;
  background-repeat: no-repeat;
}

main section .style.design03 .sp_img .ios .ios_moc {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

main section .style.design03 .sp_img .ios .ios_moc .ios_img {
  width: 86%;
  position: absolute;
  top: 57%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
}

/* 画像の外枠 */
.img-border {
  border: 1px solid;
}

/*
-------------------------------
--- デザインスタイル ここまで ---
-------------------------------
*/
/*
-------------------------------
--- レスポンシブ調整 ---
-------------------------------
*/
@media screen and (max-width: 320px) {
  .dl_area .dl_btn.btn03 a {
    padding: 2% 20%;
  }
  body main section {
    width: 85%;
  }
  body main section .style.design03 .sp_img .android .android_moc {
    height: 223px;
  }
  body main section .style.design03 .sp_img .ios {
    height: 243px;
  }
  body main section .style.design03 .sp_img .ios .ios_moc {
    height: 245px;
  }
}
