@charset "UTF-8";


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#imp_top {
	width: 100%;
	height: 450px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#imp_top dl {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#imp_top dl dt {
	font-weight: bold;
	font-size: 180%;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
#imp_top dl dt span {
	color: #0099cc;
	border-bottom: dotted 2px #0099cc;
}

#imp_top dl dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}.text1 {
	margin: 0px;
	padding: 0px;
}
.text1 dt {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #009ace;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	line-height: 1.6em;
}
.text1 dd {
	font-size: 95%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.text1 dd span {
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight: bold;
}

#imp_point {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#imp_point dl {
	margin: 0px;
	height: auto;
	width: 30%;
	border: 2px solid #009ace;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#imp_point dl .icon {
	background-color: #009ace;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFF;
	font-size: 120%;
	height: auto;
	width: 60%;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 5px;
}
#imp_point dl dt {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#imp_point dl dt img {
	width: 100%;
}
#imp_point dl dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #009ace;
	font-size: 110%;
}
#imp_point dl p {
	margin: 0px;
	font-size: 90%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#kabuse {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#kabuse dl {
	margin: 0px;
	height: auto;
	width: 48%;
	background-color: #F5F5F5;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#kabuse dl dt {
	padding: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #009ace;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	line-height: 1.7em;
}
#kabuse dl dd {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#kabuse dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#ct {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	display: flex;
	justify-content: space-between;
}
.ct_inner {
	margin: 0px;
	padding: 0px;
}
.text2 {
	font-size: 130%;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #009ace;
}
.nobel {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.nobel dt {
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.nobel dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fukidashi {
	background-color: #009ace;
	height: auto;
	width: 30%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 5px;
	position: relative;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #009ace;
}
#n_tokucyou {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#n_tokucyou dl {
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 30%;
	border: 2px solid #009ace;
}
#n_tokucyou dl dt {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#n_tokucyou dl dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #009ace;
}
#n_tokucyou dl p {
	font-size: 90%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cost-list1 {
	margin-top: 30px;
	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;
}
.cost-list1 th,
.cost-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;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 52%;
	font-size: 90%;
}

.cost-list1 td {
	text-align: right;
	font-size: 95%;
	line-height: 1.7em;
}
.cost-list1 th p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 td p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}
.cyusyaku {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.cyusyaku li {
	font-size: 75%;
	color: #666;
	line-height: 1.5em;
}
.link-btn-imp {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 65%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link-btn-imp a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #009ace;
	border-radius: 5px;
	box-shadow: 3px 3px #116784;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi_yoko.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 22px;
}
.link-btn-imp 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) {

#imp_top {
	width: 100%;
	height: auto;
	background-image: url(../images/top_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#imp_top dl {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#imp_top dl dt {
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}
#imp_top dl dt span {
	color: #0099cc;
	border-bottom: dotted 2px #0099cc;
}

#imp_top dl dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text1 {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.text1 dt {
	font-size: 130%;
	font-weight: bold;
	color: #009ace;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	line-height: 1.7em;
}
.text1 dd {
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}
.text1 dd span {
	background: linear-gradient(transparent 70%, yellow 70%);
	font-weight: bold;
}

#imp_point {
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#imp_point dl {
	height: auto;
	width: 100%;
	border: 2px solid #009ace;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#imp_point dl .icon {
	background-color: #009ace;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFF;
	font-size: 120%;
	height: auto;
	width: 60%;
	margin-top: -25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 5px;
}
#imp_point dl dt {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#imp_point dl dt img {
	width: 100%;
}
#imp_point dl dd {
	padding: 0px;
	font-weight: bold;
	color: #009ace;
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#imp_point dl p {
	margin: 0px;
	font-size: 90%;
	padding: 0px;
}
#kabuse {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#kabuse dl {
	height: auto;
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#kabuse dl dt {
	padding: 0px;
	font-size: 120%;
	font-weight: bold;
	color: #009ace;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.7em;
}
#kabuse dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
#kabuse dl p {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#ct {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.ct_inner {
	padding: 0px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #009ace;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nobel {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.nobel dt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.nobel dd {
	font-size: 90%;
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fukidashi {
	background-color: #009ace;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 5px;
	position: relative;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #009ace;
}
#n_tokucyou {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#n_tokucyou dl {
	padding: 30px;
	height: auto;
	width: 100%;
	border: 2px solid #009ace;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#n_tokucyou dl dt {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#n_tokucyou dl dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #009ace;
}
#n_tokucyou dl p {
	font-size: 90%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cost-list1 {
	margin-top: 30px;
	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;
}
.cost-list1 th,
.cost-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;
}
.cost-list1 th {
	background-color: #FAFAFA;
	width: 52%;
	font-size: 90%;
}

.cost-list1 td {
	text-align: right;
	font-size: 95%;
	line-height: 1.7em;
}
.cost-list1 th p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 td p {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.6em;
}
.cost-list1 th span {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.5em;
}
.cost-list1 td span {
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
}
.cyusyaku {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	width: 95%;
}
.cyusyaku li {
	font-size: 75%;
	color: #666;
	line-height: 1.5em;
}
.link-btn-imp {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link-btn-imp a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #009ace;
	border-radius: 5px;
	box-shadow: 3px 3px #116784;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/yajirushi_yoko.png);
	background-repeat: no-repeat;
	background-position : right 15px bottom 22px;
}

}
