@charset "utf-8";
/* CSS Document */

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/onestops/title.jpg");
	position: relative;
}


/* #＃＃### 共通項目 ＃＃#### */

.osBox {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 24px;
}
h3.osTitle {
	color: #ffffff;
	font-size: 20px;
	border-radius: 6px;
	background-color: #4da7d8;
	padding: 8px 14px;
	clear: both;
}
.onestop h4 {
	font-size: 14px;
	font-weight: bold;
	border-left: solid 3px #4da7d8;
	margin: 14px 0 10px 0;
	padding: 2px 0 2px 14px;
	clear: both;
}
.onestop .osImg {
	max-width: 100%;
}
.onestop .explain {
	margin-bottom: 14px;
}

/* ## index.php ## */
/* title 部分 */
.osTitle {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding-bottom: 124px;
	position: relative;
}
.osTitle img {
	max-width: 100%;
}
.osTitle p#ex1 {
	margin: 24px 0;
}
.osTitle p#ex2 {
	width: 70%;
	line-height: 2;
}
.osTitle #ost_g {
	position: absolute;
	right: 0;
	bottom: 0;
}

.onestop .subCon h5 {
	color: #4da7d8;
	font-size: 18px;
	font-weight: normal;
}
.onestop ul.subCon > li {
	width: 32.44%;
	box-sizing: border-box;
	font-size: 12px;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f1f1f1), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f1f1f1))";
	zoom: 1;

	border: solid 1px #cccccc;
	border-radius: 10px;
	margin: 0 0.84% 8px 0;
	padding: 14px 20px 8px 20px;
	float: left;
}
.onestop ul.subCon li ul {
	margin: 4px 0 14px 0;
	overflow: hidden;
}
.onestop .subCon li ul li {
	background: none;
	border: none;
	list-style-type: disc;
	margin: 4px 0 0 18px;
	padding: 0;
	float: none;
}
#sub01 {
	height: 284px;
}
#sub02 {
	height: 142px;
}
#sub03 {
	height: 142px;
}
#sub06 {
	height: 134px;
}
#sub07 {
	height: 134px;
}
#sub08 {
	height: 134px;
}

.onestop .osBoxL {
	width: 70%;
	box-sizing: border-box;
	padding-right: 24px;
	float: left;
}
.onestop .osBoxL .subconUl {
	margin-bottom: 5px;
	overflow: hidden;
}
.onestop .osBoxL .subconUl li {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #696969), color-stop(0.00, #999999));
	background: -webkit-linear-gradient(top, #999999 0%, #696969 100%);
	background: -moz-linear-gradient(top, #999999 0%, #696969 100%);
	background: -o-linear-gradient(top, #999999 0%, #696969 100%);
	background: -ms-linear-gradient(top, #999999 0%, #696969 100%);
	background: linear-gradient(top, #999999 0%, #696969 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#999999, endcolorstr=#696969))";
	zoom: 1;

	border: solid 1px #666666;
	border-radius: 6px;
	margin-right: 0.64%;
	padding: 10px;
	display: block;
	float: left;
}
.onestop .osBoxL .subcon1 {
	clear: left;
	color: #ffffff;
	font-size: 14px;
	text-align: center;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #696969), color-stop(0.00, #999999));
	background: -webkit-linear-gradient(top, #999999 0%, #696969 100%);
	background: -moz-linear-gradient(top, #999999 0%, #696969 100%);
	background: -o-linear-gradient(top, #999999 0%, #696969 100%);
	background: -ms-linear-gradient(top, #999999 0%, #696969 100%);
	background: linear-gradient(top, #999999 0%, #696969 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#999999, endcolorstr=#696969))";
	zoom: 1;

	border: solid 1px #666666;
	border-radius: 6px;
	margin-bottom: 5px;
	padding: 10px;
}

.onestop .osBoxL .subconUl li.lastChild {
	margin-right: 0px;
}

.onestop .osBoxL .subcon4 li {
	width: 24.52%;
}
.onestop .osBoxL .subcon3 li {
	width: 32.9%;
}
.onestop .osBoxL .subcon2 li {
	width: 49.68%;
}
.onestop .osBoxL .epiCom {
	line-height: 2.2;
}

.onestop .osBoxR {
	width: 30%;
	box-sizing: border-box;
	float: left;
}
.onestop .osBoxR img {
	max-width: 100%;
}

/* #### oss06.php #### */
.onestop.oss06 h3 {
	margin: 0 0 10px 0;
}
#menu .oCurre {
	opacity: 0.7;
}

.oss06Box {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 0;
	overflow: hidden;
}
.oss06Box table {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
table.06img001 img {
	max-width: 100%;
}
table.06img001 td {
}
.oss06Box table .conTitle {
	width: 35%;
}
.oss06Box table h5 {
	color: #ffffff;
	font-size: 12px;
	text-align: center;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #696969), color-stop(0.00, #999999));
	background: -webkit-linear-gradient(top, #999999 0%, #696969 100%);
	background: -moz-linear-gradient(top, #999999 0%, #696969 100%);
	background: -o-linear-gradient(top, #999999 0%, #696969 100%);
	background: -ms-linear-gradient(top, #999999 0%, #696969 100%);
	background: linear-gradient(top, #999999 0%, #696969 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#999999, endcolorstr=#696969))";
	zoom: 1;

	border: solid 1px #666666;
	border-radius: 6px;
	margin-bottom: 5px;
	padding: 10px 0;
}
.oss06Box table .conText {
	font-size: 12px;
	line-height: 1.3;
	padding: 0 0 0 8px;
}

.osBox h4 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	border-left: none;
	margin: 14px 0 10px 0;
	padding: 4px 0 4px 14px;
	clear: both;
}
.osBox h4 .sub {
	font-size: 12px;
	font-weight: normal;
}
.osBox h4#step01 {
	background-color: #fb977c;
}
.osBox h4#step02 {
	background-color: #ddcc3c;
}
.osBox h4#step03 {
	background-color: #AAC179;
}
.osBox h4#step04 {
	background-color: #63B56D;
}

/* ##  menu部分## */
h3.tiTitle {
	width:100%;
	font-size: 16px;
	background-color: #a2b2c0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	box-sizing: border-box;
	position: relative;
	padding: 12px;
	color: #ffffff;
}

#menu li h4 {
	font-size: 12px;
}

#menu .bMenu > li.accordion h4 {
	width: 100%;
	color: #242424;
	box-sizing: border-box;
	background-color: #f9f9f9;
	border-right: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	border-left: solid 1px #e9e9e9;
	padding: 10px 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	cursor: default;
}
#menu .bMenu > li.accordion h4:hover {
	color: #2eaf37;
	text-decoration: none;
	background-color: #e9e9e9;
}
#menu .bMenu > li h4.active {
	background-color: #e9e9e9;
}
#menu .bMenu li h4.h4hover {
	background-color: #e9e9e9;
}
#menu .bMenu > li h4 i {
	color: #999999;
	margin-top: 4px;
	float: right;
}
#menu .bMenu > li a {
	width: 100%;
	color: #ffffff;
	box-sizing: border-box;
	background-color: #4da7d8;
	border-bottom: solid 1px #ffffff;
	padding: 10px 0 10px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}
#menu .bMenu > li a table {
	color: #ffffff;
	background-color: #4da7d8;
}
#menu .bMenu > li a table th {
	font-size: 38px;
	font-weight: normal;
	padding: 0 4px 0 8px;
}
#menu .bMenu > li a table td {
	font-size: 13px;
	line-height: 1.3;
	padding: 0 4px;
}
#menu .sMenu > li a {
	font-size: 10px;
	padding: 6px 4px 6px 24px;
}
#menu .bMenu > li a:hover {
	opacity: 0.74;
	text-decoration: none;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

.osBox {
	padding-left: 10px;
	padding-right: 10px;
}


/* ## index.php ## */
/* title 部分 */
.osTitle {
	padding-bottom: 80px;
}
.osTitle p#ex1 {
	margin: 14px 0;
}
.osTitle p#ex2 {
	font-size: 10px;
	width: 60%;
	line-height: 1.5;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */
/* title 部分 */
.osTitle {
	padding-bottom: 80px;
}
.osTitle p#ex1 {
	margin: 14px 0;
}
.osTitle p#ex2 {
	font-size: 11px;
	width: 60%;
	line-height: 1.5;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## index.php ## */
/* title 部分 */
.osTitle p#ex1 {
	margin: 18px 0;
}
.osTitle p#ex2 {
	width: 68%;
	line-height: 1.8;
}

}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ## wrapper ## */
#wrapper {
	margin-top: 14px;
}
/* ## menu ## */
#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top: 50px;
	z-index: 10000;
}
#menu .inBox {
	position: relative;
}
#osmButt {
	width: 100%;
	height: 24px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background-color: #242424;
	padding: 4px 0;
	opacity: 0.84;
	position: relative;
}
#osmButt:after {
	content: "﹀";
	top: 10px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: absolute;
}
#osmButt.active:after {
	content: "︿";
	top: 0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.onestop .subCon h5 {
	color: #4da7d8;
	font-size: 14px;
	font-weight: normal;
}
.onestop ul.subCon > li {
	width: 32.44%;
	box-sizing: border-box;
	font-size: 10px;

	border: solid 1px #cccccc;
	border-radius: 10px;
	margin: 0 0.84% 8px 0;
	padding: 8px 4px 8px 4px;
	float: left;
}
.onestop ul.subCon li ul {
	margin: 4px 0 14px 0;
	overflow: hidden;
}
.onestop .subCon li ul li {
	background: none;
	border: none;
	list-style-type: disc;
	margin: 4px 0 0 18px;
	padding: 0;
	float: none;
}
#sub01 {
	height: 292px;
}
#sub02 {
	height: 142px;
}
#sub03 {
	height: 142px;
}
#sub04 {
	height: 142px;
}
#sub05 {
	height: 142px;
}
#sub06 {
	height: 142px;
}
#sub07 {
	height: 142px;
}
#sub08 {
	height: 142px;
}

.onestop .osBoxL {
	width: 70%;
	padding-right: 14px;
}
.onestop .osBoxL .subconUl {
	margin-bottom: 5px;
}
.onestop .osBoxL .subconUl li {
	font-size: 9px;
	border: solid 1px #666666;
	margin-right: 0.64%;
	padding: 8px 0;
	display: block;
	float: left;
}
.onestop .osBoxL .subcon1 {
	clear: left;
	color: #ffffff;
	border: solid 1px #666666;
	font-size: 9px;
	margin-bottom: 5px;
	padding: 8px 0;
}

.onestop .osBoxL .subconUl li.lastChild {
	margin-right: 0px;
}

.onestop .osBoxL .subcon4 li {
	width: 24.52%;
}
.onestop .osBoxL .subcon3 li {
	width: 32.9%;
}
.onestop .osBoxL .subcon2 li {
	width: 49.68%;
}
.onestop .osBoxL .epiCom {
	line-height: 1.5;
}

#menu .bMenu {
	width: 100%;
	position: absolute;
	display: none;
}
#menu .bMenu > li.accordion h4 {
	padding: 8px 12px 8px 12px;
}
#menu .bMenu > li a {
	padding: 8px 4px 8px 12px;
	opacity: 0.94;
}
#menu .sMenu > li a {
	font-size: 10px;
	padding: 6px 4px 6px 20px;
}
#menu .bMenu > li h4 i {
	color: #999999;
	margin-top: 4px;
	float: right;
}
#menu .bMenu > li a {
	width: 100%;
	color: #ffffff;
	box-sizing: border-box;
	background-color: #4da7d8;
	padding: 4px 0 4px 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}
#menu .bMenu > li a table {
	color: #ffffff;
	background-color: #4da7d8;
}
#menu .bMenu > li a table th {
	font-size: 24px;
	font-weight: normal;
	padding: 0 4px;
}
#menu .bMenu > li a table td {
	font-size: 11px;
	line-height: 1.3;
	padding: 0 4px;
}
#menu .sMenu > li a {
	font-size: 10px;
	padding: 6px 4px 6px 24px;
}
#menu .bMenu > li a:hover {
	opacity: 0.74;
	text-decoration: none;
}


/* ## index.php ## */
article.osTitle {
	padding-left: 10px;
	padding-right: 10px;
}

/* title 部分 */
h3.osTitle {
	font-size: 16px;
	border-radius: 0;
	line-height: 1.3;
	padding: 6px 10px;
}

.osBox {
	padding: 0 10px 14px 10px;
}

/* #### oss06.php #### */
.onestop.oss06 h3 {
	margin: 0 0 8px 0;
}
#menu .oCurre {
	opacity: 0.7;
}

.oss06Box {
	padding: 14px 0 0 0;
	overflow: hidden;
}
.oss06Box table {
	width: 100%;
	float: none;
}
.oss06Box table td.img006 {
	text-align: center;
}
.oss06Box table td.img006 img {
	margin-bottom: 14px;
}

.oss06Box table .conTitle {
	width: 34%;
}
.oss06Box table h5 {
	font-size: 12px;
	margin-bottom: 5px;
	padding: 8px 0;
	font-weight: bold;
}
.oss06Box table .conText {
	font-size: 12px;
	line-height: 1.2;
}

.osBox h4 {
	font-size: 14px;
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 8px;
	clear: both;
}
.osBox h4 .sub {
	font-size: 9px;
	font-weight: normal;
}


}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

ul.disc li, ul.deci li {
	line-height: 2;
}

/* 基本ボックス */
.osBox {
}


/* ## side ## */
aside#side {
	float: right;
}

/* ##  menu部分## */
#menu {
	box-shadow: 1px 1px 2px 3px rgba(20, 20, 20, 0.04);
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#osmButt {
	display: none;
}

/* ## main ## */
section#main {
}

h3.pTitle.top {
	margin-top: 0;
	margin-bottom: 14px;
}

/* ## index.php ## */

.cPdf {
	text-align: right;
	margin-top: 14px;
}

/* dl.dt.dd 設定 */
section#main .hisBox dl {
}
section#main .hisBox dt {
	width: 100%;
	padding: 10px 0 0 0;
}
section#main .hisBox dd {
	margin: 0 ;
	padding: 10px 0;
}


#back-top {
}
#back-top i {
	color: #4da7d8;
}

}


/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {

/* ##  menu部分## */
#menu li h4 {
	font-size: 14px;
}
#menu .bMenu > li.accordion h4 {
}
#menu .bMenu > li a {
}
#menu .sMenu > li a {
	font-size: 12px;
	padding: 6px 4px 6px 24px;
}

/* dl.dt.dd 設定 */
section#main .hisBox dl {
}
section#main .hisBox dt {
	width: 18%;
	height: 30px;
	padding: 14px 0;
}
section#main .hisBox dd {
	min-height: 30px; 
	margin: -44px 0 0 0 ;
	padding: 0 0 10px 18%;
}

}