@charset "UTF-8";
/*--------------------------
 PRODUCTS
----------------------------*/
.products_readcopy {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
	padding-top: 20px;
    padding-bottom: 30px;
	font-feature-settings: "palt";

}
.products_readcopy br {
    display: none;    
}
/*--------------------------
 PRODUCTS NAVI
----------------------------*/
.products_nav  {
    margin-left: -20px;
    margin-right: -20px;
}
.products_nav::after {
    content: "";
    display: block;
    clear: both;
}
.products_nav li  {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";

    position: relative;
}
.products_nav li:nth-child(2n)  {
    margin-right: 0px;
}
.products_nav li a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-repeat: no-repeat,no-repeat;
    background-position: center bottom 30px,center center;
    background-size: 15px auto,cover;
    color: #FFFFFF;
	height: 120px;
}
.productsnavli01 a {
    background-image: url("../images/arrow_white.svg"),url(../images/products_nav_imgback01.jpg);
}
.productsnavli02 a {
    background-image: url("../images/arrow_white.svg"),url(../images/products_nav_imgback02.jpg);
}
.products_nav li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.products_nav_chars {
    position: absolute;  /*要素を浮かす*/
	/*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto; /*上下左右中央に*/
	width: 200px; /*widthの指定は必須*/
	height: 60px; /*heightの指定は必須*/
	text-align: center;
    color: #FFFFFF;
}
/*--------------------------
 BLUE LINK
----------------------------*/
.blue_link {
    font-size: 20px;
    line-height: 24px;
    border: 1px solid #1e7ab8;
    margin-top: 15px;

    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #1E7AB8;
}
.blue_link a {
    color: #FFFFFF;
    background-position: right 15px center;
    background-size: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow_white.svg);
    display: block;
    text-decoration: none;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;	
}
.blue_link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: all .3s;
    transition: all .3s;
}
.blue_link_bottom {
    margin-bottom: 50px;    
}
/*--------------------------
 JOB TOP SINGLE BUTTON
----------------------------*/
.products_top_single_button_wrapper {

}

.products_top_single_button {
    margin-top: 20px;    
}
.products_top_single_button a {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 13px auto;
    background-color: #929292;
    background-image: url(../images/arrow_white.svg);
}
.products_top_single_button a:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.products_top_single_button p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*--------------------------
 PRODUCTS FORM
----------------------------*/
.products_form_button_wrapper {

}
.products_form_button {
    margin-top: 20px;   
}
.products_form_button a {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    display: block;

    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px auto;
    background-color: #1e7ab8;
    background-image: url(../images/arrow_white.svg);
}
.products_form_button a:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.products_form_button p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
/*--------------------------
 GSTN
----------------------------*/
.iso_img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
.iso_img img {
    width: 100%;
    height: auto;  
}
/*--------------------------
 ISO TABLE
----------------------------*/
.iso_table {
	margin-top: 20px;
    margin-bottom: 40px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	font-feature-settings: "palt";

}
.iso_table tr {
    
}
.iso_table tr:first-child {
    
}
.iso_table th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0.02em;
    display: block;
}
.iso_table th span {
    padding-left: 5px;
    padding-right: 5px;
}
.iso_table td {
	padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
	
	font-size: 16px;
    line-height: 24px;
    font-weight: normal;
	letter-spacing: 0.02em;
	display: block;
}
.iso_table a {
    color: #B12634;
    text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.iso_table a:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------------------------
 ISO CHAR
----------------------------*/
.iso_char01 {
	font-size: 20px;
    line-height: 26px;
    font-weight: normal;
	letter-spacing: 0.05em;
}
.iso_char02 {
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-top: -5px;
    margin-bottom: 15px;
}
.iso_char03 {
    font-size: 14px;
    line-height: 60px;
    font-weight: normal;
    letter-spacing: 0.03em;
    padding-right: 30px;
}
.iso_char04 {
	font-size: 26px;
    line-height: 60px;
    font-weight: normal;
	letter-spacing: 0.1em;
}
.iso_list_bottom01 {
    padding-bottom: 10px;	
}
.iso_list_bottom02 {
    padding-bottom: 20px;	
}
.iso_list_push01 {
    padding-left: 25px;    
}
.iso_num {
    background-repeat: no-repeat;
    background-position: left top 5px;
    background-size: 17px auto;
    padding-left: 25px;
    padding-bottom: 10px;
}
.iso_num01 {
    background-image: url(../images/iso_num01.svg); 
}
.iso_num02 {
    background-image: url(../images/iso_num02.svg); 
}
.iso_num03 {
    background-image: url(../images/iso_num03.svg); 
}
.iso_num04 {
    background-image: url(../images/iso_num04.svg); 
}

.iso_num_under {
    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 19px auto;
    padding-left: 25px;
    padding-bottom: 5px;
}
.iso_num_under01 {
    background-image: url(../images/iso_num_under01.svg); 
}
.iso_num_under02 {
    background-image: url(../images/iso_num_under02.svg); 
}
/*--------------------------
 ISO
----------------------------*/
.iso_img {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.iso_img::after {
    content: "";
    display: block;
    clear: both;
}
.iso_img li {
    margin-bottom: 30px;    
}
.iso_img li img {
    width: 100%;
    height: auto;
}
/*--------------------------
 KAKOU FRAME
----------------------------*/
.kakou_frame_wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
}
.kakou_frame {
    padding-top: 20px;
    padding-bottom: 20px;
}
.kakou_frame::after {
    content: "";
    display: block;
    clear: both;
}
.kakou_frame_left {

}
.kakou_frame_right {

}
/*--------------------------
 KAKOU CHARS
----------------------------*/
.kakou_title {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    padding-bottom: 10px;
}
.kakou_char_center {
          
}
.kakou_p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
    padding-top: 10px;
}
.kakou_p br {
    display: none;    
}
.kakou_p_push {
    padding-bottom: 20px;    
}
/*--------------------------
 KAKOU IMAGE
----------------------------*/
.kakou_image {
    
}
.kakou_image li {
    border-top: none!important;
    border-bottom: none!important;
    padding-top: 8px;
}
.kakou_image li figcaption {
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
	padding-top: 5px;
}
.kakou_image li img {
    width: 100%;
    height: auto;  
}
/*--------------------------
 PRODUCTS LINK LIST
----------------------------*/
.products_link_list {
    margin-top: 20px;
}
.products_link_list::after {
    content: "";
    display: block;
    clear: both;
}
.products_link_list li {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    border: 1px solid #1E7AB8;
    margin-bottom: 15px;
}

.products_link_list li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    display: block;
    color: #000000;
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 15px auto;
    background-image: url(../images/arrow_blue.svg);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 10px;
}
.products_link_list li a:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------------------------
 PRODUCTS OTHER
----------------------------*/
.products_other_push01 {
    padding-bottom: 20px;    
}
.products_other_push02 {
    padding-bottom: 40px;    
}
/*--------------------------
 T-BAR
----------------------------*/
.tbar_readcopy_wrapper {
    margin-left: 20px;
    margin-right: 20px;
	position: relative;
	margin-bottom: 50px;
    margin-top: 30px;
}
.tbar_readcopy_wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.tbar_readcopy_left {

}
.tbar_readcopy_right {
    margin-top: 30px;
}
.tbar_readcopy {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
}
.tbar_readcopy span {
    padding-left: 5px;
    padding-right: 5px;
}
/*--------------------------
 T-BAR SUB TITLE
----------------------------*/
.tbar_sub_title {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}
.tbar_sub_title_margin01 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.tbar_sub_title_margin02 {
    margin-top: 10px;
    margin-bottom: 15px;
}
/*--------------------------
 T-BAR TABLE IMG 100
 YOKO SCROLL
----------------------------*/
.tbar_table_img {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.tbar_table_img div img {
  max-width: 100%;
  min-width: 960px;
  vertical-align: top;
}
/*--------------------------
 YOKO SCROLL FOUNDATION
----------------------------*/
.tbar_table_img::-webkit-scrollbar {
  height: 10px;
}
.tbar_table_img::-webkit-scrollbar-track {
  background: #eee;
}
.tbar_table_img::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.tbar_table_img::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/*--------------------------
 T-BAR TABLE SMART MESSAGE
----------------------------*/
.tbar_smart_message {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    padding-top: 15px;
}
/*--------------------------
 T-BAR FEATURES
----------------------------*/
.tbar_features {
    margin-top: 60px;       
}
.tbar_features_list {
    margin-top: 30px;       
}
.tbar_features_list::after {
    content: "";
    display: block;
    clear: both;
}
.tbar_features_list li {
    margin-right: 5%;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding-bottom: 20px;
}
.tbar_features_list li:nth-child(3n) {
    margin-right: 0%;
}
.tbar_features_title {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
	padding-bottom: 10px;
}
.tbar_features_caption {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    padding-top: 10px;
}
/*--------------------------
 T-BAR FEATURES ILLUST
----------------------------*/
.tbar_features_illust01 {
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.tbar_features_illust01 img {
    width: 100%;
    height: auto;
}
/*--------------------------
 T-BAR DISPLAY
----------------------------*/
.tbar_display_wrapper {
    margin-top: 80px;    
}
.tbar_display {
    
}
.tbar_display::after {
    content: "";
    display: block;
    clear: both;
}
.tbar_display_left {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.tbar_display_left img {
    width: 100%;
    height: auto;
}
.tbar_display_right {

    margin-top: 30px;
}
.tbar_display_right img {
    width: 100%;
    height: auto;
}
.tbar_display_p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    padding-top: 10px;
    padding-left: 15px;
}
/*--------------------------
 T-BAR DISPLAY LABEL
----------------------------*/
.tbar_label_list {
    margin-top: 20px;       
}
.tbar_label_list::after {
    content: "";
    display: block;
    clear: both;
}
.tbar_label_list li {
    width: 46%;
    float: left;
    margin-right: 8%;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
}
.tbar_label_list li:nth-child(2n) {
    margin-right: 0%;
}
.tbar_label_list li img {
    width: 100%;
    height: auto;
}
/*--------------------------
 T-BAR RESULTS
----------------------------*/
.tbar_results_wrapper {
    margin-top: 40px;    
}
.tbar_results_title_lower {
    margin-bottom: 20px;       
}
.tbar_results_area {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding-bottom: 10px;
    padding-top: 5px;
}
.tbar_results {
 
}
.tbar_results::after {
    content: "";
    display: block;
    clear: both;
}
.tbar_results li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
	padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 2%;
}
.tbar_results li figcaption {
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
	padding-top: 0px;
}

/*--------------------------
 PRODUCTS SINGLE LINK
----------------------------*/
.products_single_link_wrapper {
    margin-top: 30px;
    
}
.products_single_link {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    border-bottom-color: #1E7AB8;
    border-top-color: #1E7AB8;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    margin-left: auto;
    margin-right: auto;
}
.products_single_link a {
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    display: block;
    color: #000000;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px auto;
    background-image: url(../images/arrow_blue.svg);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 10px;
}
.products_single_link a:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------------------------
 PRODUCTS INNER LINK
----------------------------*/
.products_inner_link {
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #1e7ab8;
    margin-top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
}
.products_inner_link a {
    color: #1e7ab8;
    background-position: right 15px center;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow_blue.svg);
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
	
}
.products_inner_link_push {
    margin-top: 30px;
}
.products_inner_link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: all .3s;
    transition: all .3s;
}
/*--------------------------
 T-BAR TOP
----------------------------*/
.tbar_top_wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
}
.tbar_top_chars {
    position: relative;

}
.tbar_top_title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
}
.tbar_top_eng {
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
}
.tbar_top_eng span {
    font-size: 40px;
    line-height: 90px;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
}
.tbar_top_img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.tbar_top_img img {
    width: 100%;
    height: auto;
}
/*--------------------------
 T-BAR LINK SPAN
----------------------------*/
.tbar_link_upper {
    margin-top: 30px;
}