/****************************************
common_title.css
*****************************************/

h1 {
    display: block;
    float: left;
    margin-top: 0.5rem;
}


/*div.main_img{
	display: block;
	position: relative;
}*/


div.main_img img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

div.width_box{
	width: 95%;
	margin: 0 auto;
}

div.main_img{
	display: none;
	position: relative;
}

div.sp_main_img{
	display: block;
}

div.sp_main_img img{
	width: 100%;
	height: auto;
}


h2.main_title_SP{
	background: #0068b6;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	padding: 1.8rem;
	margin-top:-0.2rem;
	letter-spacing: 0.5rem;
}


h2.main_title  {
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	width: calc(100%/4);
	/*width: 15rem;*/
	padding-top: 11%;
	font-family: "Noto Sans Japanese",sans-serif;
	text-align: center;
	background:rgba(0,104,182,0.7);
	color: #fff;
	font-size: 1.8rem;
	font-weight: lighter;
}


h2.title{
	font-size: 1.8rem;
	line-height:2.5rem;
	color: #595757;
	padding: 1rem 0;
	text-align: justify;
	text-justify: inter-ideograph;/*IE用justify*/
	font-weight: lighter;
	margin: 0 auto;
	width: 90%;
}


p.center_text{
	text-align: justify;
	text-justify: inter-ideograph;/*IE用justify*/
	font-size: 1.3rem;
	line-height: 2rem;
	/*margin-top: 1.5rem;*/
	margin: 0 auto;
	width: 90%;
}

p.under_asuta{
	margin: 2rem 0;
}

div.under_company_box{
	background: #528fcc;
	width: 100%;
	padding: 0 0 4.5rem 0;
}

h1.common_under_company{
	font-size: 1.8rem;
	line-height:2.5rem;
	font-weight:normal;
	text-align: center;
	color: #fff;
	padding: 5rem 0 0.7rem 0;
	float: none;
	
}

p.common_under_company_txt{
	text-align: justify;
	text-justify: inter-ideograph;/*IE用justify*/
	font-size: 1.3rem;
	line-height: 1.8rem;
	width: 90%;
	color: #fff;
	margin:0 auto;
}

div.under_company_list_innner_box{
	width: 100%;
	max-width: 117.5rem;
	margin: 0 auto;
}

table.under_company_list{
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin: 3rem auto 0;
	color: #000;
	background: #fff;
}

th.com_name,td.adress,td.tab_sp_btn_under_company,td.adress_top{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

td.tab_sp_btn_under_company{
	border-top: none;
	border-right:solid 0.1rem #000;
	border-left:solid 0.1rem #000;
	border-bottom: none;
	padding: 1rem 1rem 2rem 1rem;
}

th.com_name{
	color: #0068b6;
	font-weight: normal;
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 1rem;
	border-top: solid 0.1rem #000;
	border-right:solid 0.1rem #000;
	border-left:solid 0.1rem #000;
	border-bottom: solid 0.1rem #000;
}

td.adress{
	box-sizing: border-box;
	padding: 1rem;
	/*height: 7.2rem;*/
	width:100%;
	display: block;
	border-top: none;
	border-right:solid 0.1rem #000;
	border-left:solid 0.1rem #000;
	border-bottom: none;
}

td.adress_top{
	padding: 2rem 1rem 0.5rem 1rem;
	border-top: none;
	border-right:solid 0.1rem #000;
	border-left:solid 0.1rem #000;
	border-bottom: none;
}

a.common_under_company_btn_box{
	display: block;
	width: 90%;
	max-width: 20.7rem;
	margin: 0 auto;
}

img.common_under_company_btn{
	width: 100%;
	height: auto;
}

td.pc_btn_under_company{
	display: none;
}

span.sp_line_block{
	display: block;
}


span.adress_block{
	margin-bottom: 0.5rem;
}

td.last_cell{
	border-bottom: solid 0.1rem #000!important;
}

.forTablet{
	display: none;
}

.forSP{
	display: inline-block;
}

div.linkBtn_web_SP{
    width: 100%;
    text-align: center;
	padding: 1rem;
	color: #2190c0;
	font-size: 1.2rem;
	border: solid 1px;
}

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


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.for_tab_sp_display {
    background: #fff none repeat scroll 0 0;
    margin-top: 3rem;
    padding: 1.2rem;
    width: 85%;
}


/****************************************
タブレット
*****************************************/

@media print,screen and (min-width:768px) and ( max-width:980px){
	div.contents_box{
	padding-top: 17.6rem;
}

div.width_box{
	width: 100%;
	margin: 0 auto;
}

div.main_img{
	display: block;
	position: relative;
}

div.sp_main_img{
	display: none;
}

h2.main_title  {
	font-family: "Noto Sans Japanese",sans-serif;
	font-size: 2rem;
	font-weight: normal;
	padding-top: 12.8%;
	text-align: center;
}


h2.title{
	font-size: 2.4rem;
	line-height:3.5rem;
	/*padding: 3.5rem 0;*/
	padding: 3.5rem 0 1rem 0;
	text-align: center;
	width: 100%;
}


p.center_text{
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-top:2.5rem;
	text-align: center;
	width: 100%;
}

p.under_asuta{
	margin: 4rem 0;
}

div.under_company_box{
	background: #528fcc;
	width: 100%;
	padding: 0 0 4.5rem 0;
}

h1.common_under_company{
	font-size: 2.4rem;
	line-height: 4.2rem;
	font-weight:normal;
	text-align: center;
	color: #fff;
	padding: 5rem 0 0.7rem 0;
	float: none;
	
}

p.common_under_company_txt{
	font-size: 1.4rem;
	line-height: 2.5rem;
	color: #fff;
	text-align: center;
	margin:0 auto;
}

div.under_company_list_innner_box{
	width: 100%;
	max-width: 117.5rem;
	margin: 0 auto;
}


table.under_company_list{
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.6rem;
	margin: 3rem auto 0;
	color: #000;
	background: #fff;
}

table.under_company_list  th,table.under_company_list  td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

table.under_company_list  td{
	border-top: solid 0.1rem #000;
	border-right:solid 0.1rem #000;
	border-left:solid 0.1rem #000;
	border-bottom: none;
	padding: 2rem 0 1.5rem 2rem;
}

table.under_company_list  th{
	color: #0068b6;
	font-weight: normal;
	display: block;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 2rem 0 2rem 2rem;
	border-top: solid 0.1rem #000;
	border-right:solid 0.1rem #000;
	border-left:solid 0.1rem #000;
	border-bottom: none;
}

td.adress,td.adress_top{
	box-sizing: border-box;
	padding: 2rem 0 2rem 2rem!important;
	/*height: 7.2rem;*/
	width:100%;
	display: block;
	border-top: solid 0.1rem #000;
	border-right:solid 0.1rem #000;
	border-left:solid 0.1rem #000;
	border-bottom: none;
}

a.common_under_company_btn_box{
	display: block;
	width: 90%;
	max-width: 20.7rem;
	margin: 0 auto;
}

img.common_under_company_btn{
	width: 100%;
	height: auto;
}

td.pc_btn_under_company{
	display: none!important;
}

span.sp_line_block{
	display: inline;
}

.forTablet{
	display: block;
}

.forSP{
	display: none;
}

div.for_pc_display{
    display: none;
}

div.for_tab_sp_display{
    display: block;
	width: 90%;
	margin: 3rem auto 0;
	background: #fff;	
	padding: 5rem 0;
}

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;
}

}

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

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

div.contents_box{
	padding-top: 16.5rem;
}

div.width_box{
	width: 100%;
	margin: 0 auto;
}

div.main_img{
	display: block;
	position: relative;
}

div.sp_main_img{
	display: none;
}

h2.main_title  {
	font-family: "Noto Sans Japanese",sans-serif;
	font-size: 2.8rem;
	font-weight: normal;
	padding-top: 12.8%;
	text-align: center;
}


h2.title{
	font-size: 2.4rem;
	line-height:4.5rem;
	/*padding: 3.5rem 0;*/
	padding: 6.5rem 0 1rem 0;
	text-align: center;	
	width: 90%;
}


p.center_text{
	font-size: 1.4rem;
	line-height: 3.4rem;
	margin-top:5rem;
	text-align: center;
	width: 100%;
}

p.under_asuta{
	margin: 8rem 0;
}

div.under_company_box{
	background: #528fcc;
	width: 100%;
	padding: 0 0 9rem 0;
}

h1.common_under_company{
	font-size: 2.4rem;
	line-height: 4.2rem;
	font-weight:normal;
	text-align: center;
	color: #fff;
	padding: 10rem 0 1.5rem 0;
	float: none;
	
}

p.common_under_company_txt{
	font-size: 1.4rem;
	line-height: 3.4rem;
	color: #fff;
	text-align: center;
	margin:0 auto;
}

div.under_company_list_innner_box{
	width: 100%;
	max-width: 117.5rem;
	margin: 0 auto;
}


table.under_company_list{
	width: 95%;
	font-size: 1.4rem;
	line-height: 2.6rem;
	margin: 5rem auto 0;
	color: #000;
	background: #fff;
}

table.under_company_list  th,
table.under_company_list  td{
	border: solid 0.1rem #000;
	display: table-cell;
}

table.under_company_list  th{
	color: #0068b6;
	font-weight: normal;
	width: 35.4%;
	/*width: 39.4%;*/
	text-align: left;
	padding: 0.5rem 0 0 13rem!important;
}

table.under_company_list th.com_name{
	display: table-cell;
    text-indent: -11.2rem;
}

td.adress,td.adress_top{
	box-sizing: border-box;
	padding: 0.5rem 0 0 2rem!important;
	height: 7.2rem;
	/*width:45%;*/
	width:41%;
}

a.common_under_company_btn_box{
	display: block;
	width: 90%;
	max-width: 207.7rem;
	margin: 0 auto;
	text-align: center;
}

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

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

td.tab_sp_btn_under_company{
	display: none!important;
}

td.pc_btn_under_company{
	display: table-cell!important;
}

span.sp_line_block{
	display: inline;
	/*display: inline-block;*/
}

td.two_line_btn_cell{
	padding: 1rem 0 0 0;
}

.forTablet,
.forSP{
	display: none;
}

div.for_pc_display{
    display: block;
}

div.for_tab_sp_display{
    display: none;
}


}