@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝共通項目：ここから＝＝＝＝＝*/
#contents a{
  text-decoration: none;
}
#contents{
  width: 990px;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px){
  #contents{
    width:auto;
    margin:0 auto;
    text-align: justify;
    padding:0 5%;
  }
}
/*見出しタイトル*/
.title{
  border-bottom: 2px solid #00b0ff;
  position: relative;
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
  margin-bottom: 45px;
}
.title .t_name{
/*  width: 48%;*/
  text-align: left;
  margin-bottom: 20px;
}
.title .t_name h3{
  font-weight: bold;
  font-size: 22px;
  color: #000;
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
.title .t_name h3:before{
  content: "";
  background: #fff url("../subtext/img/icon_book.png") no-repeat 100% center;
  background-size: contain;
  width: 41px;
  height: 29px;
  position: absolute;
  top: 15%;
  left: 1px;
  display: inline-block;
}
@media only screen and (max-width: 750px){
  .title{
    border-bottom: 2px solid #00b0ff;
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .title .t_name{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .title .t_name h3{
    font-size: 18px;
    padding-left: 40px;
    text-align: left;
    line-height: 1.2;
  }
  .title .t_name h3:before{
    width: 31px;
    height: 19px;
  }
}
/*タイトル横リンクボタン*/
.title .t_btn a{
  font-size: 12px;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  background: #00b0ff url("../subtext/img/btn_arrow02.png") no-repeat 95% center;
  color: #FFF;
  border-radius: 30px;
}
@media only screen and (max-width: 750px){
  .title .t_btn a{
  font-size: 8px;
  text-align: center;
  width: 35%;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  background: #00b0ff url("../subtext/img/btn_arrow02.png") no-repeat 95% center;
  color: #FFF;
  border-radius: 30px;
  margin-bottom: 10px;
  }
}
/*flexコンテナ*/
.text_details .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.text_details .container .item{
  margin-top: 20px;
  text-align: center;
  width: 150px;
  box-sizing: border-box;
  margin-right: 130px;
}
.text_details .container .item:nth-of-type(4n){
  margin-right: 0px;
}
.container .item img{
  border: 2px solid #fff;
  box-shadow: 8px 7px 9px 0 rgba(200, 200, 200, .5);
}
.container .item p{
  font-size: 12px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
  width: 175px;
  margin-left: -8px;
}
@media only screen and (max-width: 750px){
  .text_details .container .item{
    width: 48%;
    margin: 20px 0px;
  }
  .container .item p{
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
    width: auto;
    margin-left: 5px;
  }
}
.txt_s{
/*　display: block;*/
/*  width: 166.66666%;*/
/*  width: calc(100%/.8);*/
  font-size: 10px;
/*  -webkit-transform: scale(.8);*/
/*  transform: scale(.8);*/
/*  -webkit-transform-origin: left center;*/
/*  transform-origin: left center;*/
}
/*＝＝＝＝＝共通項目：ここまで＝＝＝＝＝*/
/*TOP*/
.fg_intro{
	margin-bottom: 80px;
}
/*大見出し*/
h2{
  margin-top: 20px;
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 32px;
  color: #000;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
h2:before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 21px;
  height: 2.5px;
  background-color: #0055aa;
}
@media only screen and (max-width: 750px){
  .fg_intro{
    margin-bottom: 20px;/*変更*/
  }
  h2{
    margin-top: 12px;
    margin-bottom: 20px;/*変更*/
    font-weight: bold;
    font-size: 22px;/*変更*/
    color: #000;
    position: relative;
    padding-left: 30px;/*変更*/
    display: inline-block;
  }
}
/*TOPコンテンツ*/
/*TOP内のflexコンテナ*/
.fg_intro .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
/*コンテナ：左側*/
.fg_intro .container .item1{
  text-align: center;
  width: 225px;
}
.fg_intro .container .item1 > img{
  width: 225px;
  box-sizing: border-box;
  border: 2px solid #fff;
  box-shadow: 8px 7px 9px 0 rgba(200, 200, 200, .5);
}
/*コンテナ：右側*/
.fg_intro .container .item2{
  width: 70%;
  text-align: center;
  background-color: #edfbff;
  border-radius: 10px;
}
@media only screen and (max-width: 750px){
  .fg_intro .container{
    display: block;
  }
  .fg_intro .container .item1{
    width: 225px;
    text-align: center;
    margin: 0 auto;
  }
  .fg_intro .container .item2{
    width: auto;
    text-align: center;
    background-color: #edfbff;
    border-radius: 10px;
    margin: 20px auto;
  }
}
.fg_intro .container .item1 .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 750px){
.fg_intro .container .item1 .container{
  margin-bottom: 30px;
  width: auto;
}
}
/*数字ボタンアンカー*/
.fg_intro .container .item1 .container .item {
  max-width: 100px;
  width: 100%;
  margin: 0 0 10px;
}
.fg_intro .container .item1 .container .item .icon {
  display: block;
  background-color: #e7f6fd;
  border: 1px solid #00a0e9;
  position: relative;
  height: 34px;
}
.fg_intro .container .item1 .container .item span {
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 100%;
    text-align: center;
    line-height: 1;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
/*コンテンツ*/
.fg_intro .contents{
  width: 85%;
  padding: 25px 0px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 750px){
  .fg_intro .contents{
    width: 90%;
    padding: 25px 0px;
    text-align: center;
    margin: 0 auto;
  }
/*数字ボタンアンカー*/
.fg_intro .container .item1 .container .item {
}
.fg_intro .container .item1 .container .item .icon {
  height: 32px;
}
.fg_intro .container .item1 .container .item .icon span {
}
}
/*TOP右側：コンテンツ内見出し*/
.fg_intro .container .item2 .contents h4{
  font-size: 15px;
  color: #00a0e9;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2.5px dotted #00a0e9;
}
/*TOP右側：コンテンツ内リスト*/
.fg_intro .container .item2 .contents ul{
  margin-bottom: 38px;
}
.fg_intro .container .item2 .contents li{
  font-size: 12px;
  color: #000;
  text-align: justify;
  text-indent: -1.1em;
  padding-left: 1.1em;
  margin: 12px 0px;
  letter-spacing: .1em;
}
.fg_intro .container .item2 .contents li.sttl {
  background: #bce0f5;
  padding: 0.3em 0.5em;
  text-indent: 0em;
}
.fg_intro .container .item2 .contents li.indent1 {
  text-indent: -3.5em;
  padding-left: 3.5em;
}
.fg_intro .container .item2 .contents li span {
  font-size: 12px;
  font-weight: bold;
  background: #4461a3;
  color: #fff;
  padding: 1px 5px 3px;
  margin: 0 5px 0 0;
}
/*TOP右側：コンテンツ内dl*/
.fg_intro .container .item2 .contents dl{
  overflow: auto;
}
.fg_intro .container .item2 .contents dl dt{
  clear: left;
  float: left;
  width: 55px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #00a0e9;
  padding: 5px 0px;
  margin: 13px 0px;
  border-radius: 5px;
}
.fg_intro .container .item2 .contents dl dd{
  float: right;
  text-align: left;
  font-size: 11px;
  margin-left: 15px;
  width: calc(100% - 70px); 
  padding: 7px 0px;
  margin: 10px 0px;
  letter-spacing: .1em;
}
@media only screen and (max-width: 750px){
/*TOP右側：コンテンツ内dl*/
.fg_intro .container .item2 .contents dl{}
.fg_intro .container .item2 .contents dl dt{
  float: none;
  width: 90px;
  padding: 3px 0px;
  margin: 0 0 5px;
}
.fg_intro .container .item2 .contents dl dd{
  float: none;
  font-size: 12px;
  margin-left: 0;
  width: auto;
  padding: 0;
  margin: 0 0 20px;
}
}
/*TOP：ここまで*/

/*ボタン*/
.fg_btn{
  margin-bottom: 50px;
}
.fg_btn2 {
  margin-bottom: 100px;
}
.fg_btn .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fg_btn .container .item{
  width: 25%;
}
.fg_btn .container .item a{
  font-size: 15px;
  text-align: center;
  width: 220px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  color: #FFF;
  border-radius: 5px;
}
.fg_btn .container .item a.icon1{
  background: #00b0ff url("../subtext/img/icon_pdf.png") no-repeat 95% center;
}
.fg_btn .container .item a.icon2{
  background: #00b0ff url("../subtext/img/btn_arrow02.png") no-repeat 95% center;
  background-size: 8px auto;
}
.fg_btn .container .item a.icon2 span {
  font-size: 10px;
  display: block;
  line-height: 0.5;
}
@media only screen and (max-width: 750px){
  .fg_btn{
    margin-bottom: 20px;
  }
.fg_btn2 {
  margin-bottom: 50px;
}
  .fg_btn .container{
  justify-content: space-between;
  }
  .fg_btn .container .item{
    width: 48%;
    margin: 0 0 10px;
  }
.fg_btn .container .item a{
  font-size: 12px;
  padding: 10px 0;
  width: auto;
}
}
/*ボタン：ここまで*/

/*テーブル*/
table.info{
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #aaa;/*表全体を線で囲う*/
  margin-bottom: 100px;
}
table.info caption{
  caption-side: bottom;
  font-size: 10px;
  text-align: left;
  margin-top: 10px;
}
table.info tr th {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;/*背景色*/
  padding: 15px 10px;
  white-space: nowrap;/*折り返さない*/
}
/*タイトル：縦線内側だけ(先頭から5つのみ)**/
table.info tr th:nth-of-type(-n+5) {
  border-right: dotted 1px #aaa;
}
table.info tr td{
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border-bottom: dotted 1px #aaa;
  padding: 15px 10px;
}
table.info tr td:nth-of-type(2){
  text-align: left;
}
table.info tr td:nth-of-type(6){
  text-align: left;
}
/*要素：縦線内側だけ(先頭から5つのみ)**/
table.info tbody tr td:nth-of-type(-n+5) {
  border-right: dotted 1px #aaa;
}
table.info tbody tr td .sp_sttl {
  display:none;
}
table.info tbody tr td .content {
  font-size: 13px;
}


@media only screen and (max-width: 750px){
.wrap_scroll_table {
  width: 100%;
  overflow-x: scroll;
  margin: 0 auto 40px;
}
.wrap_scroll_table table.info{
  min-width: 980px;
  margin: 0 auto;
}
.wrap_scroll_table table.info tr td:nth-of-type(2){
  width: auto;
  text-align:left;
}
}
/*テーブル：ここまで*/

/*フォーカスシリーズ*/
.focus{
  margin-bottom: 120px;
}
@media only screen and (max-width: 750px){
  .focus{
    margin-bottom: 80px;
  }
}
/*フォーカスシリーズ：ここまで*/

/*関連商品*/
.kanren{	
  margin-bottom: 120px;
}
/*関連商品：ここまで*/
