﻿/****************************************

	hikkoshi_corp.css

*****************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

	div.main_img{
	display: block;
	position: relative;
	width: 100%;
	/*background: url(../img/paso-1.jpg) no-repeat;
	background-size:contain;
	background-position: right top;
	/*margin-top: 2rem;*/
	padding: 3.5rem 0 0 0;
	margin: 0 auto;
}


h2.h2_main_title  {
	color: #0068b6;
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding: 1rem 0;
    text-align: justify;
	width: 90%;
	margin: 0 auto;
}


p.main_copy{
	font-size: 1.3rem;
	color: #595757;
	line-height: 2rem;
	margin: 0 auto;
	width: 85%;
	text-align: justify;
	margin-bottom: 3rem;
	background: none;	
	border-radius: none;
	padding: 0;
}


span.space_1{
	margin-left: -1.4rem;
}


div.note{
	background: #e50012;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #fff;
	text-align: justify;
	padding: 1rem;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
}

h3{
	font-size: 1.6rem;
	color: #595757;
	font-weight: lighter;
	width: 100%;
	margin: 0 auto 3rem auto;
	border: solid 1px;
	text-align: center;
	padding: 1rem 0;
}


table.under_company_list{
	margin-top: 1rem;
	width: 90%;
	margin: 1rem auto 0;
}



div.for_pc_display{
    display: none;
}

div.for_tab_sp_display{
    display: block;
	width: 90%;
	margin: 0 auto;
}

p.comNmae_tab{
	font-size: 1.6rem;
	color: #0068b6;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.5rem;
	line-height: 2rem;
}

p.text_tab{
	font-size: 1.2rem;
	color: #595757;
	line-height: 1.8rem;
	text-align: left;
}

div.linkBtnBox_tab_sp{
    width: 90%;
    margin: 0 auto 4rem;
    text-align: left;
	padding: 1rem;
}

div.linkBtn_hikkosi_SP{
    width: 100%;
    text-align: center;
	padding: 1rem;
	color: #fff;
	background: #c22e29;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

div.linkBtn_contact_SP{
    width: 100%;
    text-align: center;
	padding: 1rem;
	color: #24c136;
	background: #fff;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	border: solid 1px;
}

label {
    color: #0068b6;
    border: 1px solid;
    padding: 0.6rem;
    display: block;
    margin: 0;
	width: 9rem;
	font-size: 1.3rem;
	margin:0 auto 1.5rem;
}

input[type="checkbox"].on-off{
    display: none;
}

p.main_copy{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

input[type="checkbox"].on-off + p.main_copy{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + p.main_copy{
    height: 20rem;
}

p.SP_ajuster{
	padding-left: 7.2rem;
	text-indent: -7.2rem;
}


/****************************************

for タブレット～PC(980px以下)

*****************************************/

@media print,screen and (min-width:768px) and ( max-width:980px){
	div.main_img{
	display: block;
	position: relative;
	width: 100%;
	/*background: url(../img/paso-1.jpg) no-repeat;
	background-size:contain;
	background-position: right top;
	/*margin-top: 2rem;*/
	padding: 6rem 0 3.7rem;
}


h2.h2_main_title  {
	color: #0068b6;
	font-size: 2.4rem;	
	font-weight: lighter;
	/*margin: 0rem 0 0 5rem;*/
	text-align: center;
}


p.main_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	margin: 4rem 0 0 6.4rem;
	margin: 4rem auto 0 auto;
	width: 90%;
	text-align: justify;
	background: none;
	border-radius: none;
	padding: 0;
	transition: none;
}


span.space_1{
	margin-left: -1.4rem;
}


div.note{
	background: #e50012;
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #fff;
	text-align: left;
	padding: 1.5rem 2rem;
	width: 95%;
}

h3{
	font-size: 1.6rem;
	color: #595757;
	font-weight: lighter;
	width: 90%;
	margin: 0 auto 3rem auto;
	border: solid 1px;
	text-align: center;
	padding: 1rem 0;
}

table.under_company_list{
	margin-top: 1rem;
	width: 90%;
	margin: 0 auto;
}

td.adress_top{
	background: #eaf6fd;
}

td.td_padding_5{
	padding: 3rem 0 3rem 2rem!important;
}

td.pc_btn_under_company{
	padding: 1.5rem;
}

a.common_under_company_btn_box {
	width: 94%;
	display: inline-block;
	padding: 1rem;
}

a.company_btn_padding_bottom{
	padding-bottom: 1.5rem;
}

img.common_under_company_btn{
	width: 20.9rem;
	height: auto;
}

div.for_pc_display{
    display: none;
}

div.for_tab_sp_display{
    display: block;
	width: 100%;
	margin: 0 auto;
}

p.comNmae_tab{
	font-size: 1.6rem;
	color: #0068b6;
	text-align: center;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

p.text_tab{
	font-size: 1.4rem;
	color: #595757;
	line-height: 2.6rem;
	text-align: center;
}

div.linkBtnBox_tab_sp{
    width: 90%;
    margin: 0 auto 4rem;
    text-align: center;
	padding: 1rem;
}

label {
	display: none;
}

input[type="checkbox"].on-off{
    display: none;
}

input[type="checkbox"].on-off + p.main_copy{
    height: auto;
}

}







/****************************************
for PC
*****************************************/

@media print,screen and (min-width:981px) {


div.main_img{
	display: block;
	position: relative;
	width: 100%;
	background: url(../img/paso-1.jpg) no-repeat;
	background-position: right top;
	background-size:contain;
	margin-top: 0;
	padding: 6rem 0 3.7rem;
}


h2.h2_main_title  {
	color: #0068b6;
	font-size: 2.4rem;	
	font-weight: lighter;
	margin: 2rem 0 0 5rem;	
}


p.main_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	margin: 1.5rem 0 0 4rem;
	width: 62%;
	background: rgba(255,255,255,0.6);
	padding: 1.5rem;
	border-radius: 1rem;
	transition: none;
}


span.space_1{
	margin-left: -1.4rem;
}


div.note{
	background: #e50012;
	font-size: 1.9rem;
	line-height: 2.3rem;
	color: #fff;
	text-align: center;
	padding: 2.5rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	width: 100%;
}

h3{
	font-size: 1.6rem;
	color: #595757;
	font-weight: lighter;
	width: 90%;
	margin: 0 auto;
	border: none;
	padding: 0;
	text-align: left;
}

table.under_company_list{
	margin-top: 1rem;
	width: 90%;
	max-width:117rem;
}

table.under_company_list  th{
	width: 35%;
}

td.adress_top{
	/*background: #eaf6fd;*/
}

td.td_padding_5{
	padding: 3rem 2rem!important;
}

td.pc_btn_under_company{
	padding: 1.5rem;
}

td.adress,td.adress_top {
    box-sizing: border-box;
    height: 7.2rem;
    padding: 0.5rem 2rem 0 2rem;
    width: 42%;
}

td.adress_top {
    padding: 2rem!important;
    width: 38%;
	background: #eaf6fd;
}

a.common_under_company_btn_box {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0;
}

a.company_btn_padding_bottom{
	padding-bottom: 1rem;
	text-align: center;
}

img.common_under_company_btn{
	max-width: 20.9rem;
	width: 95%;
	height: auto;
}

span.innner_taiou {
    vertical-align: top;
    width: 8.6rem;
}

span.innner_adress {
    vertical-align: top;
    width: 5.8rem;
}

span.innner_taiou, span.taiou_txt,span.innner_adress,span.adress_txt {
    display: table-cell;
    vertical-align: top;
}

div.for_pc_display{
    display: block;
}

div.for_tab_sp_display{
    display: none;
}

label {
	display: none;
}

input[type="checkbox"].on-off{
    display: none;
}

input[type="checkbox"].on-off + p.main_copy{
    height: auto;
}


}





/****************************************
for PC（タブレットより大きい時に崩れる対策）
*****************************************/

@media print,screen and (min-width:1300px) {
p.main_copy{
	font-size: 1.4rem;
	color: #595757;
	line-height: 3rem;
	margin: 4rem 0 0 6.4rem;
	width: 62%;
	background: none;
	padding: 0;
	border-radius: none;
}

}