@charset "UTF-8";


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#p001,#p002,#p003,#p004,#p005,#p006,#p007,#p008 {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
#pnav {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#pnav::after{
  content:"";
  display: block;
  width:23%;
}
#pnav dl {
	background-color: #85775a;
	height: auto;
	width: 23%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#pnav dl dt {

}
#pnav dl dt a {
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-image: url(../images/yajirushi_under.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#pnav dl dt a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #605847;
}
#c_top {
	width: 100%;
	height: 350px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#c_top dl {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	text-align: center;
}
#c_top dl dt {
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #FFFFFF;
	border: 1px solid #FFF;
	padding: 15px;
	height: auto;
	width: 420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#case_area {
	border: 2px solid #0099cb;
	padding-top: 50px;
	padding-right: 75px;
	padding-bottom: 50px;
	padding-left: 75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#case {
	margin: 0px;
	padding: 0px;
}
#case_top {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#case_top dl {
	margin: 0px;
	padding: 0px;
}
#case_top dl dt {
	font-size: 110%;
	font-weight: bold;
	color: #0099cb;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#case_top dl dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#case_inner {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#case_inner dl {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 395px;
}
#case_inner dl dt {
	padding: 7px;
	background-color: #0099cb;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#case_inner_ex {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#case_inner_ex dl {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 260px;
}
#case_inner_ex dl dt {
	padding: 7px;
	background-color: #0099cb;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.next {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 20px;
	position: relative;
}
.next img{
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#case_hyou {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.c-list1 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.c-list1 th,
.c-list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.c-list1 th {
	background-color: #0099cb;
	width: 50%;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
}
.c-list1 td {
	font-size: 90%;
	line-height: 1.7em;
	background-color: #FFF;
}
.c-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.c-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}
.link-btn-case {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link-btn-case a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #807460;
	border-radius: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 25px;
}
.link-btn-case a:hover  {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #006d92;
}

}



/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#p001,#p002,#p003,#p004,#p005,#p006,#p007,#p008 {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
#pnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#pnav dl {
	background-color: #85775a;
	height: auto;
	width: 90%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#pnav dl dt {

}
#pnav dl dt a {
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-image: url(../images/yajirushi_under.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#c_top {
	width: 100%;
	height: 250px;
	background-image: url(../images/top_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#c_top dl {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	text-align: center;
}
#c_top dl dt {
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #FFFFFF;
	border: 1px solid #FFF;
	padding: 15px;
	height: auto;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#case_area {
	border: 2px solid #0099cb;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#case {
	margin: 0px;
	padding: 0px;
}
#case_top {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#case_top dl {
	margin: 0px;
	padding: 0px;
}
#case_top dl dt {
	font-size: 110%;
	font-weight: bold;
	color: #0099cb;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#case_top dl dd {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#case_inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#case_inner dl {
	margin: 0px;
	padding: 0px;
}
#case_inner dl dt {
	padding: 7px;
	background-color: #0099cb;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#case_inner_ex {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#case_inner_ex dl {
	margin: 0px;
	padding: 0px;
}
#case_inner_ex dl dt {
	padding: 7px;
	background-color: #0099cb;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.next {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 100%;
	text-align: center;
}
#case_hyou {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.c-list1 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
}
.c-list1 th,
.c-list1 td {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	padding: 15px;
}
.c-list1 th {
	background-color: #0099cb;
	width: 40%;
	font-size: 85%;
	font-weight: bold;
	color: #FFF;
}
.c-list1 td {
	font-size: 80%;
	line-height: 1.6em;
	background-color: #FFF;
}
.c-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.c-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}
.link-btn-case {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.link-btn-case a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #807460;
	border-radius: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 25px;
}

}
