@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  z-index: 0;
  color: #4D4D4D;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
  background: #ededed;
  background: linear-gradient(90deg, #ededed 0%, #f4f4f4 20%, #f4f4f4 80%, #ededed 100%);
}

.inner {
  position: relative;
  width: 1008px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .inner {
    width: 96%;
    margin: 0 2%;
  }
}
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  color: #00A99D;
  text-decoration: none;
}

/*　テーブル
----------------------------------------------------*/
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
/* トピックパス
----------------------------------------------------*/
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.global_header h1 {
  width: 316px;
  height: auto;
}
.global_header p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1B87C7;
}

@media screen and (max-width: 896px) {
  .global_header {
    display: block;
    padding: 14px 8px;
    text-align: center;
  }
  .global_header h1 {
    width: 240px;
    height: auto;
    margin: 0 auto;
  }
  .global_header p {
    margin-top: 4px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 6px;
  text-align: center;
  color: #808080;
  font-weight: 500;
}

@media screen and (max-width: 896px) {
  .global_footer {
    font-size: 1.2rem;
  }
}
/*****************************************************

 Page - Home
 
*****************************************************/
/* main_content
----------------------------------------------------*/
.main_content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 64px 0;
}

@media screen and (max-width: 896px) {
  .main_content {
    padding: 32px 0;
  }
}
.title {
  margin-bottom: 64px;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .title {
    margin-bottom: 32px;
    font-size: 2.8rem;
  }
}
/* download_box
----------------------------------------------------*/
.dlbox_title {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
  margin: 32px 0 16px;
  padding: 16px 24px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  background: #1B87C7;
  line-height: 1;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 896px) {
  .dlbox_title {
    margin: 24px 0 14px;
    padding: 12px 14px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
}
.download_box {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
}
.download_box > li {
  box-sizing: border-box;
  position: relative;
  padding: 0 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.download_box > li + li {
  margin-top: 16px;
}
.download_box + .download_box {
  margin-top: 32px;
}

@media screen and (max-width: 896px) {
  .download_box > li {
    padding: 0 16px;
    border-radius: 8px;
  }
  .download_box > li + li {
    margin-top: 14px;
  }
  .download_box + .download_box {
    margin-top: 24px;
  }
}
.txt_btn {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.txt_btn > dt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  height: auto;
  padding: 16px 24px 16px 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.txt_btn > dd {
  position: relative;
  display: flex;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 16px 0 16px 24px;
  border-left: 1px #cccccc dotted;
}
.txt_btn > dd a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  padding: 14px 8px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  background: #00A99D;
  line-height: 1;
  border-radius: 6px;
  transition: .3s;
}
.txt_btn > dd a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 896px) {
  .txt_btn > dt {
    width: 67%;
    height: auto;
    padding: 12px 16px 12px 0;
    font-size: 1.4rem;
  }
  .txt_btn > dd {
    width: 33%;
    height: auto;
    padding: 12px 0 12px 16px;
  }
  .txt_btn > dd a {
    padding: 8px 4px;
    font-size: 1.3rem;
    border-radius: 4px;
  }
}
.item_li {
  margin: 4px 0 0 -6px;
}
.item_li > li {
  box-sizing: border-box;
  display: inline-block;
  margin: 7px 0 0 6px;
  padding: 4px 16px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #B0BEC5;
  border-radius: 4px;
}

@media screen and (max-width: 896px) {
  .item_li {
    margin: 3px 0 0 -4px;
  }
  .item_li > li {
    margin: 6px 0 0 4px;
    padding: 3px 12px;
    font-size: 1.1rem;
    border-radius: 3px;
  }
}
