/*cut_sample.css*/

.one_column_cont h2 {
    letter-spacing: 0;
}

.ot_mainVisual p.title sub {
    font-size: 70%;
    bottom: -0.1em;
}

.cut_sample sub {
    font-size: 70%;
    bottom: -0.1em;
}

p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}

.mb_60 {
    margin-bottom: 60px;
}

.ft16 {
    font-size: 16px!important;
}
.ft22 {
    font-size: 22px!important;
}

.red {
    color: #f70909!important;
}

.caution_area {
background-color: rgb(241 228 228);
    border: red 3px solid;
    padding: 20px;
    margin: 20px 10px;
}

.caution_area p {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.8;
}


.p_caution {
    margin-top: 50px;
    margin: 0 40px;
}

.p_caution h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.p_caution h3{
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 20px;
}



.p_caution h3:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    height: 100%;
    min-height: 30px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.p_caution h3:after {
    content: '';
    border: 3px solid #0072C1;
    position: absolute;
    left: 0;
    height: 30%;
    min-height: 12px;
    top: 0;
}

.car {
    font-size: 20px;
    padding: 10px 40px;
    line-height: 1.8;
}

.result_wr {
    width: 1120px;
}

.cut_sample_top02 {
    background-image: url(/assets/support/cut/images/title_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 172px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 23px 30px 17px 30px;
}

.cut_sample_top02 img {
    width: 478px;
    position: absolute;
    top: 38%;
    right: 14%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.cut_sample_top02 h1 {
    color: #000;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.0;
}

.cut_inner h2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #0072c1;
    padding: 8px 20px 8px 90px;
    margin-bottom: 20px;
    position: relative;
}

.cut_inner h2:before {
    content: '';
    display: inline-block;
    width: 84px;
    height: 26px;
    background-image: url(/assets/support/cut/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 20%;
    left: 0.8%;
}

.cut_sample_top02 h1.one_line {
    margin-top: 20px;
}


.cut_sample_top02 h1 p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.one_column_cont.wchiller_cont {
    padding-bottom: 20px;
}

.wchiller_cont > p {
    font-size: 16px;
}


.wch_bt {
    display: block;
    width: 344px;
    height: 60px;
    background: #0074be;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
}

.wch_bt span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.wch_bt:hover {
    opacity: 0.9;
}


.mt15_m {
    margin-top: -15px;
}

.one_column_cont h3 {
    background: none;
}

.wch_block {
    margin-top: 20px;
}


.wchiller_cont > p.main_cap {
    font-size: 24px;
    margin-bottom: 10px;
}

.gr {
    color: #49926d;
}


.csam_link {
    padding: 30px 0 60px 20px;
}

.csam_link ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
}

.csam_link ul li {
    margin-right: 30px;
}

.csam_link ul li:last-child {
    margin-right: 0;
}

.csam_link ul li a {
    display: block;
    width: 100%;
}

.csam_link ul li img {
    width: 90%;
    display: block;

}

.csam_link ul li span {
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    color: #000;
    position: relative;
}

.csam_link ul li span:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.sample_bg{
	display:block;
    width: 1120px;
    background: #ecf2f2;
	margin-bottom:15px;
	min-height:600px;
}

.sample_regist {
    width: 960px;
    padding: 10px 20px;
    margin: 10px auto;
}

.sample_regist:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*\*/
* html .sample_regist{
    height: 0em;
    overflow: visible;
}
/**/



.sample_regist_left{
	display:block;
	width:520px;
	float:left;
    padding: 40px 0px 10px 60px;
}

.sample_regist_left p{
    font-size: 18px;
	font-weight:bold;
	line-height:30px;
}


.sample_regist_right{
	display:block;
	float:right;
	margin:0px;
    padding-top: 10px;
}

.sample_regist_right{
	display:block;
	float:right;
	margin:0px;
    padding-top: 10px;
}

.cs_mainim{
    padding: 360px 50px 20px 50px;
}




.special {
    margin: 20px 0px;
}
.spe_table {
    width: 100%;
    vertical-align: middle;
}

.spe_table table tr td {
    height: 50px;

}

.spe_table tr th {
    padding: 5px 18px;
    vertical-align: middle;
    border: 1px solid #c8c8c8;
    /*border-top: 1px solid #c8c8c8;*/
    /*border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-left: none;*/
    background: #0072c1;
    font-size: 16px;
    font-weight: 700;
}

/*.spe_table tr th:last-child {
    border-right: none;
}
*/
.spe_table tr td {
    padding: 0 18px;
    vertical-align: middle;
    border: 1px solid #c8c8c8;
    /*border-right: none;*/
}

.spe_table tr th:nth-child(1) {
    /* border-top: none;
    border-right: none;
    border-left: none;*/
    /*background: #fafafa;*/
}

.spe_table td {
    padding: 0 20px;
    vertical-align: middle;
    border: 1px solid #c8c8c8;
    border-right: none;
    background: #fff;
}



.spe_table td a {
    position: relative;
}
.spe_table td a:hover {
    color: #0072c1;
}
/*.spe_table .spe_arr {
    border-right: none;
}
*/
.spe_arr ul li {
    float: left;
    padding: 13px 0;
    margin-right: 30px;
}

.spe_arr ul li:nth-child(1) {
    padding-left: 0;
}


.spe_table .spe_td01 {
    font-size: 14px;
    font-weight: 700;
    /*border-left: none;*/
    background: #e8efef;
}

.spe_table .spe_td02 {
    font-size: 14px;
    /*border-left: none;*/
    background: #e8efef;
    padding: 12px 20px;
}

.spe_table .spe_td_w {
    font-size: 14px;
    font-weight: 700;
    /*border-left: none;*/
    background: #ffffff;
}

.spe_table .spe_td03 {
    font-size: 14px;
    /*border-left: none;*/
    background: #ffffff;
    padding: 12px 20px;
}

/*工場・ショールーム見学のご案内 202305追加*/

.inspect_top01 {
    background-image: url(/assets/support/inspect/ja-jp/top-bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 180px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 23px 30px 17px 30px;
}

.inspect_top01 h1 {
    color: #000;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.8;
}

.fact_l {
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
}

.catbox{
	width:260px;
	display:block;
	float:left;
    margin-left: 20px;
}

.cat_l p {
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.spd {
    width: 600px;
    height: 36px;
    background-color: #0072c1;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600!important;
    padding: 5px 0px 3px 5px;
    margin-bottom: 20px;
}

.spd_r {
    width: 420px;
    height: 36px;
    background-color: #0072c1;
    font-size: 15px;
    color: #fff!important;
    font-weight: 600!important;
    padding: 5px 0px 3px 5px;
    margin-bottom: 20px;
}

.link_textb{
    width:  276px;
	font-size:15px;
    padding-left: 20px;
	font-weight:bold!important;
    margin-bottom: 10px;
      display: inline-block;
      text-align: left;
}

.link_textb a{
	color:#0074BF;
	font-size:inherit;
	font-weight:bolder!important;
}

.link_textb a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #0072C1;
    display: inline-block;
    margin-right: 6px;
}



