 @charset "UTF-8";

 /* タイトル */
.mainimg_title {
 display: inline-block;
 position: relative;
 content: "";
 width: 745px;
 height: 120px;
 background-repeat : no-repeat;
 overflow: hidden;
 }

.mainimg_title p {
 font-size: 30px;
 font-weight: bold;
 color:#8c8c8c;
 line-height:1.4em;
 padding: 0.67em;
 width:470px;
}

 h4 {
 font-size:18px;
 line-height:1.6em;
 font-weight:bold;
 color:#8c8c8c;
 margin:0 1em 30px 1em;
 }

h4.en {
 font-size:20px;
 line-height:1.6em;
 font-weight:bold;
 color:#8c8c8c;
 margin:0 1em 30px 1em;
 }

 .btm30 {
  margin-bottom: 30px;
 }
 .btm80 {
 margin-bottom:80px;
 }
 .ex {
 font-size:12px;
 }


 /*  downloadアイコン  */

 .download.icon {
 display: inline-block;
 color: #fff;
 position: absolute;
 margin-left: 40px;
 margin-top: 12px;
 width: 23px;
 height: 8px;
 border-radius: 0;
 border: 3px solid;
 border-top: none;
 }

 .download.icon:before {
  content: '';
  position: absolute;
  left: 7px;
  top: -12px;
  width: 3px;
  height: 14px;
  background-color: currentColor;
 }

 .download.icon:after {
  content: '';
  position: absolute;
  left: 4px;
  top: -8px;
  width: 7px;
  height: 7px;
  border-top: solid 2.5px currentColor;
  border-right: solid 2.5px currentColor;
  -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 } 

 /* ボタン  */

 .btn {
 display: inline-block;
 float:left;
 width: 345px;
 height:40px;
 padding : 10px 20px 5px 0;
 text-align: center;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 background: #00598c;
 box-shadow: 0 4px 0 #ccc;
 border-radius: 5px;
 box-sizing: border-box;
 overflow: hidden;
 }
 .btn a {
 position: relative;
 display: inline-block;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
 }
 .btn:hover {
 box-shadow: none;
 background-color: #007ec7;
 transform: translate(0px, 4px);
 }


 /* ボタンgreen */

 .btn_green {
 display: inline-block;
 float:left;
 width: 290px;
 height:40px;
 padding : 10px 5px 5px 0;
 text-align: center;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 background: #1796a5;
 box-shadow: 0 4px 0 #ccc;
 border-radius: 5px;
 margin:0 16px 15px 16px;
 box-sizing: border-box;
 overflow: hidden;
 }
 .btn_green a {
 position: relative;
 display: inline-block;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
 }
 .btn_green:hover {
 box-shadow: none;
 background-color: #1aaabb;
 transform: translate(0px, 4px);
 }

 /*
 三角アイコン
 */
 .sankaku a::after{
 content: '';
 display: inline-block;
 position: absolute;
 width: 0;
 height: 0;
 border-top: 10px solid transparent;
 border-right: 10px solid transparent;
 border-bottom: 10px solid transparent;
 border-left: 10px solid #fff;
 margin-left:9px;
 }

 /*
 arrowアイコン
 */
 .icon_arrow a::after {
 display: inline-block;
 position: relative;
 content: "";
 vertical-align:middle;
 width: 20px;
 height: 20px;
 margin-left:7px;
 background: url(/assets/specs/manifold/ja-jp/images/icon_arrow.gif) no-repeat 0 0;
 }

 /*
 pdfアイコン
 */
 .icon_pdf a::after{
 display: inline-block;
 position: relative;
 content: "";
 vertical-align:middle;
 width: 21px;
 height: 23px;
 margin:0 10px;
 background: url(/assets/select/ja-jp/air/images/icon_pdf.gif) no-repeat 0 0;
 }

 /*
 !アイコン
 */
 .icon_attent::before{
 position: relative;
 display: inline-block;
 content: "";
 vertical-align:middle;
 width: 30px;
 height: 27px;
 margin:0 10px;
 background: url(/assets/select/ja-jp/air/images/icon_attent.gif) no-repeat 0 0;
 padding:0;
 }


 .attent_title {
 border-bottom:solid 2px #00598c;
 margin:0 0 12px 0;
 }

 .container {
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: left;
 justify-content: left;
 }
/*
 * {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
 }
*/

 .air_title {
 font-weight:bold;
 font-size:16px;
 color:#00598c;
 position: relative;
 padding-bottom: 0.5em;
 border-bottom: 3px solid #e8e8e8;
 }
 .air_title::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 5%;
  height: 3px;
  background-color: #007abf;
 }



 .box01 {
 width: 745px;
 padding: 0;
 margin-bottom: 20px;
 box-sizing: border-box;
 }
 .box01 p {
 margin:1em;
 }
.box01 .air_title {
 padding:0.4em;
}
 .box_info {
 width: 745px;
 border-radius: 5px 5px 5px 5px;
 background-color: #ffffea;
 padding: 1.5em;
 overflow: hidden;
 }
 .box_info p {
 font-size:16px;
 font-weight:bold;
 color:#a40000;
 }



 /*
 表
 */
 .box02 {
 display: inline-block;
 background-color:#eee;
 margin:auto;
 padding:1em 1.5em;
 font-size:14px;
 box-sizing: border-box;
 overflow: hidden;
 }
 .box02 p {
 display: inline-block;
 }

 ol li {
 line-height: 1.3; /*文の行高*/
 padding: 0.3em 0; /*前後の文との余白*/
 color:#333;
 }

 .line_dashed {
    border-bottom: dashed 1px #ccc !important;
 }

 table.type01 td .bd_none {
 border-bottom:none !important;
 }


 /*  list  */


 table.list_web {
 table-layout: fixed;
 display: inline-block;
 width:365px;
 margin-right:15px;
 font-size:14px;
 line-height:2em;
 box-sizing: border-box;
 overflow: hidden;
 }
 table.list_web td {
 padding:0.4em;
 border:none;
 text-align:left;
 vertical-align:top;
 }
 table.list_web th.air_title {
 position: relative;
 padding: 0.4em;
 color:#00598c;
 border-bottom: 3px solid #e8e8e8;
 font-size:16px;
 text-align:left;
 vertical-align:top;
 background:#fff;
 }
 table.list_web th.air_title::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 5%;
  height: 3px;
  background-color: #007abf;
 }

 table.list_dl {
 table-layout: fixed;
 display: inline-block;
 float: left;
 width:365px;
 font-size:14px;
 color:#333;
 line-height:2em;
 box-sizing: border-box;
 overflow: hidden;
 }
 table.list_dl td {
 padding:0.4em;
 text-align:left;
 vertical-align:top;
 }
 table.list_dl th {
 border-bottom: 1px solid #e8e8e8;
 width: 8em;
 padding: 0.4em;
 background: #fff;
 color: #333;
 text-align: left;
 vertical-align:top;
 font-weight: bold;
 }
 table.list_dl td {
 border-bottom: 1px solid #e8e8e8;
 }
 table.list_dl td.none {
 border-bottom:none!important;
 padding:0;
 }

 table.list_dl th.air_title {
 position: relative;
 padding: 0.4em;
 color:#00598c;
 border-bottom: 3px solid #e8e8e8;
 font-size:16px;
 text-align:left;
 background:#fff;
 }
 table.list_dl th.air_title::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 5%;
  height: 3px;
  background-color: #007abf;
 }
 table.list_dl .bd_none {
 border-bottom:none;
 }

.link_box{
    position:relative;
    width:30%;
    padding:5%;
    border:solid 1px #CCC;
    margin:0px auto 20px;
}
 
.link_box a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

p.btn.icon_arrow {
    position:relative;
}
 
p.btn.icon_arrow a{
    position:absolute;
    left:0;
    width:100%;
    height:100%;
}

p.btn_green.sankaku {
position:relative;
}

p.btn_green.sankaku a{
    position:absolute;
    left:0;
    width:100%;
    height:100%;
}

p.item.btn {
    position:relative;
}
 
p.item.btn a{
    position:absolute;
    left:0;
    width:100%;
    height:100%;
}
.select_g_box {
    width:700px;
    height: 110px;
    border: 2px solid #2795ea;
    padding-top: 20px;
    margin-left: 20px;
}

.select_g_box p {
    font-size: 14px;
    padding-left: 20px;
 line-height:1.5em;
}

.select_g_box p.ft_title {
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
 line-height:1.5em;
}

.title_fss {
    font-size: 24px!important;
    font-weight: 600;

}

.select_cou_box {
    width:700px;
    height: auto;
    border: 2px solid #e70000;
    margin-left: 20px;
    padding-bottom: 20px;
}

.select_cou_box p {
    font-size: 14px;
    padding-left: 20px;
 line-height:1.5em;
}

.select_cou_box p.ft_title {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    padding-bottom: 10px;
}

 /* ボタン  */

 .btn_bb {
 display: inline-block;
 float:left;
 width: 500px;
 height:70px;
 padding : 20px 20px 5px 20px;
 text-align: center;
 color: #fff;
 font-size: 21px;
 font-weight: bold;
 background: #036eb8;
 box-shadow: 0 4px 0 #ccc;
 border-radius: 5px;
 box-sizing: border-box;
 overflow: hidden;
   margin-left: 130px;
 }
 .btn_bb a {
 position: relative;
 display: inline-block;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
 }
 .btn_bb:hover {
 box-shadow: none;
 background-color: #036eb8;
 transform: translate(0px, 4px);
 }

 .bb_arrow a::after {
 display: inline-block;
 position: relative;
 content: "";
 vertical-align:middle;
 width: 24px;
 height: 24px;
 left:50px;
 background: url(/assets/select/ja-jp/images/select_system/arrow_wbt.png) no-repeat 0 0;
 }


 .btn_bb_l {
 display: inline-block;
 float:left;
 width: 350px;
 height:60px;
 padding : 20px 10px 5px 10px;
 text-align: center;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 background: #036eb8;
 box-shadow: 0 4px 0 #ccc;
 border-radius: 5px;
 box-sizing: border-box;
 overflow: hidden;
 margin-left: 20px;
 }
 .btn_bb_l a {
 position: relative;
 display: inline-block;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
 }
 .btn_bb_l: hover {
 box-shadow: none;
 background-color: #036eb8;
 transform: translate(0px, 4px);
 }

 .bb_arrow_l a::after {
 display: inline-block;
 position: relative;
 content: "";
 vertical-align:middle;
 width: 24px;
 height: 24px;
 left:10px;
 background: url(/assets/select/ja-jp/images/select_system/arrow_wbt.png) no-repeat 0 0;
 }



