﻿@charset "utf-8";
input,
select,
text,
textarea{
	font-size:1.4rem;
    border:solid 1px #ccc;
    border-radius:10px;
    padding:15px!important;
}
input{
    filter:Alpha(opacity=100);
    -moz-opacity:1;
}
input:focus,
select:focus,
text:focus,
textarea:focus {
outline: none;
}
input[type="checkbox"] {
    margin-right:5px;
}
input[type="radio"] {
    margin-right:3px;
}
select{
  appearance: none;
  width:200px;
  padding: 15px;
  background-color: #fff;/*背景色*/
  cursor: pointer;/*マウスカーソルをポインターに*/
}
select:focus{
  outline: none;/*focus時の枠線を消去*/
}
.selectbox{
  position: relative;
  width:200px;/*親要素の横幅*/
}
.selectbox::before{
  position: absolute;
  top: 18px;
  right: 20px;
  content: '';
  width:10px;
height:10px;
margin-top:-2px;
border-bottom:3px solid #2c52b7;
border-right:3px solid #2c52b7;
border-radius:2px;
transform:rotate(45deg);
pointer-events: none;
}

/* googleカスタム検索
--------------------------------*/
#googleSRC{
margin:0;
padding:0;
}
#googleSRC ul{
width: 100%;
}
#googleSRC li{
	display:inline-block;
	vertical-align:middle;
}
#googleSRC li.btn_google{
position: absolute;
margin-top:-7px!important;
margin-left:-45px!important;
}
#googleSRC li.btn_google input{
padding:0;
border:none;
padding:5px!important;
}
#googleSRC li.btn_google input:hover{
cursor: pointer;
}
#googleSRC input[type="text"]{
	width:400px!important;
    height:33px;
    border: none;
    border-radius: 30px;
    padding: 5px 40px 5px 20px!important;
}
#googleSRC input[type="text"]:focus {
    outline: 0;  /*safariの自動フォーカスを切る */
}

/* テーブル1 検索 */
table.tbl1{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
	margin-bottom:20px;
}
table.tbl1 th,
table.tbl1 td{
	padding:5px 5px 0 5px;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
}
table.tbl1 th{
	background:#F6F6F6;
	vertical-align:top;
}

/* テーブル1_2 結果 */
table.tbl1_2{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
	margin-bottom:20px;
}
table.tbl1_2 th,
table.tbl1_2 td{
	padding:5px 5px 0 5px;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
	vertical-align:middle;
}
table.tbl1_2 th{
	background:#F6F6F6;
	vertical-align:top;
}
table.tbl1_2 tbody:nth-child(odd){
	background-color:#FFFDF4;
}

/* テーブル2 検索 */
table.tbl2{
   width:auto;
	border-collapse:collapse;
	margin:0 auto;
	padding-top:10px;
}
table.tbl2 th,
table.tbl2 td{
	padding:10px 5px 0 5px;
}
table.tbl2 th{
	vertical-align:top;
}
table.tbl2 td{
	text-align:left;
}


/* ボタン */
.remind_btn{
	text-align:center;
	padding-top:25px;
}
.remind_btn a{
	white-space:nowrap;
	color:#fff;
	font-weight:bold;
	font-size:1.6rem;
	background: -moz-linear-gradient(top,#417EDC 0%,#395CA4);
	background: -webkit-gradient(linear, left top, left bottom, from(#417EDC), to(#395CA4));
	background-color:#395CA4;
	border:1px solid #666;
	border-radius:3px;
	padding:10px;
	text-decoration:none;
	text-align:center;
	filter:Alpha(opacity=100);
	-moz-opacity:1;
}
.remind_btn a:hover{
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;opacity:0.7;
} 

/* ボタン */
.btn_c{
	clear:both;
	text-align:center;
}
input.btn_c_submit{
	white-space:nowrap;
	color:#fff;
	font-weight:bold;
	font-size:1.2rem;
	background-color:#2c52b7;
	padding:10px;
	text-decoration:none;
	text-align:center;
}
input.btn_c_reset{
	white-space:nowrap;
	color:#fff;
	font-weight:bold;
	font-size:1.2rem;
	background-color:#999;
	padding:10px;
	text-decoration:none;
	text-align:center;
}
input.btn_c_back{
	white-space:nowrap;
	color:#856FAE;
	font-weight:bold;
	font-size:1.6rem;
	background: -moz-linear-gradient(top,#fff 0%,#e0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	/* IE */
	filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#e0e0e0');
	border:1px solid #999;
	border-radius:3px;
	padding:15px 30px;
	text-decoration:none;
	text-align:center;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.1);
}

/*------ ボタン・小 ------*/
ul.btn_s{
	border-radius:3px;
}
ul.btn_s li{
	float:left;
	list-style:none;
	margin:0 2px 2px 0;
	width:40px;
	text-align:center;
	padding:0;
	border-radius:3px;
}
ul.btn_s li a{
	font-size:1.2rem;
	font-weight:bold;
	padding:1px 3px;
	display:block;
	color:#fff;
	text-align:1.2rem;
	/* ↓色指定 background-color:; */
}
ul.btn_s li a:hover{
	opacity:0.7;
}
/* 青 */
ul.btn_s li.blue{
	background-color:#528ED1;
}
/* 赤 */
ul.btn_s li.red{
	background-color:#D5575A;
}
/* 黄 */
ul.btn_s li.yellow{
	background-color:#EDD10C;
}
/* 灰 */
ul.btn_s li.grey{
	background-color:#888;
}

/*------ ボタン・中・青 ------*/
#btn_m{
	clear:both;
	text-align:left;
/*	margin-top:-20px;*/
}
#btn_m ul{
	margin:0;
	border-radius:3px;
}
#btn_m li{
	display:inline;
	list-style:none;
}
#btn_m li a{
	font-size:1.4rem;
	display:inline-block;
	border-radius:3px;
	color:#FFF;
	background-color:#395CA4;
	padding:10px 25px 10px 40px;
	margin:2px 0;
	box-shadow:0 0 3px rgba(0,0,0,0.4);
}
#btn_m li a:hover{
	opacity:0.7;
}
/* ホームページ */
#btn_m li.btn_hp a{
	background-image:url(../img/btn_hp.png);
	background-size:19px 14px;
	background-position:15px 15px;
	background-repeat:no-repeat;
}
/* SDS検索 */
#btn_m li.btn_search a{
	background-image:url(../img/btn_search.png);
	background-size:18px 18px;
	background-position:15px 13px;
	background-repeat:no-repeat;
}


/*------ ボタン・大 ------*/
ul.btn-L{
	margin:2px;
	border-radius:3px;
}
ul.btn-L li{
position:relative;
display:inline-block;
margin:0 2px 2px 0;
}
ul.btn-L li a{
display:inline-block;
padding:10px 30px 10px 35px;
color: #fff;
text-decoration: none;
background-color:#2c52b7;
border-radius:5px;
}
ul.btn-L  li a:hover{
	opacity:0.7;
}
/* 前・戻る */
ul.btn-L li.previous a{
padding:10px 25px 10px 40px;
color: #2c52b7;
background-color:#fff;
}
ul.btn-L li.previous a::before{
position:absolute;
top:50%;
left:15px;
display:block;
content:'';
width:10px;
height:10px;
margin-top:-7px;
border-top:3px solid #2c52b7;
border-left:3px solid #2c52b7;
border-radius:3px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
transform:rotate(-45deg);
}
/* 次・進む */
ul.btn-L li.next a{
padding:10px 40px 10px 25px;
color: #2c52b7;
background-color:#fff;
}
ul.btn-L li.next a::after{
position:absolute;
top:50%;
right:15px;
display:block;
content:'';
width:10px;
height:10px;
margin-top:-7px;
border-top:3px solid #2c52b7;
border-right:3px solid #2c52b7;
border-radius:3px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
transform:rotate(45deg);
}

form ul.form{
    width:auto;
	display:inline-block;
}
form ul.form li{
    float:left;
	padding-right:15px;
	display:inline-block;
	vertical-align:middle;
}
label{
	margin-right:10px;
}
label:hover {
cursor: pointer;
}
/* textBOX,textAREA幅 */
.L{
	width:500px;
	padding:2px;
}
.M{
	width:200px;
	padding:5px;
}
.S{
	width:100px;
	padding:2px;
}
.LMS{
	width:60%;
	padding:8px;
	margin-right:3px;
}


/* ime-mode */
.imeJ{
	ime-mode:active;
}
.imeE{
	ime-mode:inactive;
}

/* () */
.parentheses{
	font-size:1.2rem;
	width:100%;
}

/* ※ */
.kome{
	color:#F30;
	width:100%;
}

/* 必須項目 */
span.hissu{
	color:#FF0000;
	font-size:1.2rem;
	margin:0 5px;
	font-weight:bold;
}

/* コンテンツ
--------------------------------*/
/*
.ctn_form{
	padding:15px 0;
	margin:0 0 5px 0;
	text-align:center;
	max-height:999999px;
}
.ctn_form h3{
	padding:0 10px 6px 10px;
	margin:2px 2px 5px 0;
	font-size:2.0rem;
	color:#000;
	text-align:left;
}
.ctn_form1{
	color:#395CA4;
	font-weight:bold;
}*/
/* 通知文書: /Document */
form.form_Document{
    text-align:center;
    padding:15px 0 25px 0;
}
form.form_Document ul li{
    display:inline-block;
    float:none;
}
form.form_Document ul li:first-child{
    width:70%;
}
form.form_Document ul li:last-child{
width:15%;
margin:-2px 0 0 -9px;
}
form.form_Document ul li:first-child input{
border-radius:10px 0 0 10px;
width:100%;
height:60px;
}
form.form_Document ul li:last-child input{
border-radius:0 10px 10px 0;
width:100%;
height:62px;
}
form.form_Document li:last-child input:hover {
cursor: pointer;
}

/* 情報コーナー: /Information */
form.form_Information{
position:relative;
    width:800px;
    margin:0 auto;
    padding:15px 0 25px 0;
}
form.form_Information h3{
display:block;
font-size:1.8rem;
font-weight:bold;
padding:0 0 10px 10px;
}
form.form_Information ul{
    width:100%;
}
form.form_Information ul li{
    display:inline-block;
    float:none;
    text-align:left;
    vertical-align:top;
}
form.form_Information ul li p{
font-weight:bold;
display:block;
padding-top:10px;
}
form.form_Information ul li:first-child{
    display:block;
}
form.form_Information ul li:first-child input{
width:100%;
height:60px;
}
form.form_Information ul li:nth-child(2){
width:250px;
}
form.form_Information ul li:nth-child(3){
width:200px;
}
form.form_Information ul li:nth-child(3) p{
padding-bottom:10px;
}
form.form_Information ul li:last-child{
width:200px;
float:right;
margin-top:30px;
font-size:1.6rem;
font-weight:normal;
}
form.form_Information ul li:last-child input{
width:200px;
padding:12px 0!important;
font-size:1.6rem;
font-weight:normal;
}
form.form_Information ul li:nth-child(2) input:hover {
cursor: pointer;
}

/* ログイン: /Login */
form.form_Login{
    position:relative;
    width:500px;
    margin:0 auto;
    text-align:center;
    padding:50px 0 25px 0;
}
form.form_Login p{
text-align:left;
padding:0 10px 20px 10px;
}
form.form_Login ul li{
    width:100%;
    display:block;
    float:none;
    margin:0 0 8px 0;
}
form.form_Login  ul li:first-child input,
form.form_Login  ul li:nth-child(2) input{
     width: 100%;
}
form.form_Login  ul li:last-child{
    margin-top:15px;
}
form.form_Login  ul li:last-child input{
     width: 300px;
     font-size:1.6rem;
     font-weight:normal;
}
form.form_Login ul li p{
    display:block;
    margin-bottom:-22px;
    font-weight:bold;
    color:#2c52b7;
}

/* SDS検索: /Sds/Search */
form.form_Sds-Search{
position:relative;
    width:800px;
    margin:0 auto;
    padding:15px 0 25px 0;
}
form.form_Sds-Search ul{
    width:100%;
}
form.form_Sds-Search ul li{
    display:inline-block;
    float:none;
    text-align:left;
    vertical-align:top;
}
form.form_Sds-Search ul li p{
font-weight:bold;
display:block;
padding-top:10px;
}
form.form_Sds-Search ul li:first-child{
    display:block;
}
form.form_Sds-Search ul li:first-child input{
width:100%;
height:60px;
}
form.form_Sds-Search ul li:nth-child(2),
form.form_Sds-Search ul li:nth-child(3){
width:215px;
}
form.form_Sds-Search ul li:nth-child(4){
width:360px;
}
form.form_Sds-Search ul li:nth-child(4) p{
padding-bottom:10px;
}
form.form_Sds-Search ul li:last-child{
width:100%;
margin-top:15px;
font-weight:normal;
text-align:center;
}
form.form_Sds-Search ul li:last-child input{
width:200px;
padding:12px 0!important;
font-size:1.6rem;
font-weight:normal;
}
form.form_Sds-Search ul li:last-child p{
  
}
form.form_Sds-Search ul li input:hover {
cursor: pointer;
}

/* お問合せ: /Contact */
form.form_Contact{
position:relative;
    width:650px;
    margin:0 auto;
    padding:15px 15px 25px 15px;
}
form.form_Contact ul{
    width:100%;
}
form.form_Contact ul li{
    display:block;
    float:none;
    text-align:left;
    padding-bottom:10px;
}
form.form_Contact ul li p{
display:inline-block;
vertical-align:top;
font-weight:bold;
padding-top:10px;
}
form.form_Contact ul li div.selectbox,
form.form_Contact ul li textarea{
display:inline-block;
}
form.form_Contact ul li p:first-child{
    width:190px;
}
form.form_Contact ul li p:nth-child(2){
    width:420px;
}

form.form_Contact ul li p.confirm{
font-weight:normal;
text-align:left;
padding:10px 15px;
background-color:#fff;
border-radius:5px;
}
form.form_Contact ul li input,
form.form_Contact ul li textarea{
width:100%;
}
form.form_Contact ul li:nth-last-child(2){
text-align:center;
padding:20px 0 30px 0;
}
form.form_Contact ul li:nth-last-child(2) p{
margin-bottom:10px;
width:100%;
}
form.form_Contact ul li:nth-last-child(2) a{
font-weight:600;
}
form.form_Contact ul li:nth-last-child(2) input{
width:auto;
}
form.form_Contact ul li:last-child{
width:100%;
margin-top:15px;
font-weight:normal;
text-align:center;
}
form.form_Contact ul li:last-child p{
width:100%;
}
form.form_Contact ul li:last-child input{
width:200px;
padding:12px 0!important;
font-size:1.6rem;
font-weight:normal;
}
form.form_Contact ul li:last-child input:hover {
cursor: pointer;
}



/*===============================================
  PC用
===============================================*/
@media only screen and (min-width:1200px){	
}


/*===============================================
  モニター幅1199px以下
===============================================*/
@media only screen and (max-width:1199px){
input,
select,
text,
textarea{
	font-size:1.4rem;
	padding:5px;
}
input[type="radio"],
input[type="checkbox"]{
    -moz-transform-origin: left center;
    -moz-transform: scale( 1.3 , 1.3 );
    -webkit-transform-origin: left center;
    -webkit-transform: scale( 1.3 , 1.3 );
}
input[type="radio"]{
    margin-right:10px;
    margin-left:2px;
}

select{
	font-size:1.4rem;
}
/*
form p{
	display:block;
	white-space:normal;
}
*/
form ul.form{
    width:90%;
}
form ul.form li{
    width:100%;
	display:block;
	padding-bottom:5px;
}
label{
	display: inline-block;
	margin-right:10px;
	line-height:150%;
}
input.btn_c_submit{
	margin:2px 3px;
}
input.btn_c_back{
	width:95%;
}
.L{
	width:90%;
}
.M{
	width:80%;
}
.S{
	width:40%;
}
.LMS{
	width:45%;
}
table.tbl1{
	display:block;
	border-top:1px solid #D2D2D2;
}
table.tbl1 tbody{
	display: block;
}
table.tbl1 tbody tr{
	display:block;
	border-top:1px solid #D2D2D2;
	border-bottom:1px solid #D2D2D2;
}
table.tbl1 tbody th,
table.tbl1 tbody td{
	padding:5px;
	display:list-item;
	list-style-type: none;
	border-top:none;
	border-bottom:none;
}
table.tbl1 tbody th{
	white-space:nowrap;
	background:#F6F6F6;
	margin-top:-1px;
}
table.tbl1 td{
	width:100%;
}
table.tbl2{
	display:block;
	padding:0 10px;
}
table.tbl2 tbody{
	display: block;
}
table.tbl2 tbody tr{
	display:block;
}
table.tbl2 tbody th,
table.tbl2 tbody td{
	padding:5px;
	display:list-item;
	list-style-type: none;
}
table.tbl2 tbody th{
	white-space:nowrap;
}
table.tbl2 td{
	width:100%;
}
#googleSRC li.btn_google{
margin-left:-45px;
margin-top: -6px;
}
form.form_Document ul li{
        margin:0 auto;
text-align:center;
}
form.form_Document ul li:first-child{
width:90%;
}
form.form_Document ul li:last-child{
margin-top:5px;
width:100%;
}
form.form_Document ul li:first-child input{
    border-radius:10px;
}
form.form_Document ul li:last-child input{
border-radius:10px;
width:30%;
height:auto;
}
form.form_Information{
position:relative;
width:90%;
}
form.form_Information ul li:last-child{
width:100%;
float:none;
text-align:center;
margin-top:10px;
}
form.form_Information ul li:nth-child(2){
width:auto;
padding-right:20px
}
form.form_Information ul li:nth-child(3){
width:auto;
}
form.form_Sds-Search{
width:90%;
}
form.form_Sds-Search ul li:nth-child(4){
width:400px;
}
}

/*===============================================
  画面の横幅が640pxまで（スマホ）
===============================================*/
@media only screen and (max-width:640px){
#btn_m li a{
	display:block;
	margin:8px 0;
}
form.form_Login{
    width:90%;
}
form.form_Login  ul li:last-child input{
     width: 300px;
}
form.form_Contact{
width:94%;
}
form.form_Contact ul li p:first-child,
form.form_Contact ul li p:nth-child(2){
    width:100%;
}
}


/*===============================================
  画面の横幅が480pxまで（スマホ）
===============================================*/
@media only screen and (max-width:480px){
    #googleSRC input[type="text"]{
	width:340px!important;
}
form.form_Sds-Search ul li:nth-child(4){
width:340px;
}
}