@charset "utf-8";

#content .knowhow-sup{
	background-color: #eee;
	box-sizing: border-box;
	padding:10px; 
	margin:30px 0;
}
#content .knowhow-sup h3{
	margin:0;
}
#content .knowhow-sup h4{
	font-weight: bold;
	margin:10px 0;
}
#content .knowhow-sup a{
	color: #fff;
	border-radius:5px;
    background-color: #616161;
    text-align: center;
    height: 45px;
    border-bottom:6px solid #2f2f2f;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 43px;
    display: block;
    box-sizing: border-box;
    margin:10px 0;
}
/* Loading// */
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 99999998;
}
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/images/loading.gif") center center no-repeat;
  z-index: 99999999;
}
/* //Loading */
/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#fix_btns{
	display:block!important;
}
#fix_btns ul{
	padding: 8px 0;
    width: 757px;
    margin: 0 auto;
}
#fix_btns.shop_contents ul{
	padding: 8px 0;
    width: 630px;
    margin: 0 auto;
}
#subnav {
	background-color: #ededed;
	height: 54px;
}
#subnav ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#subnav ul li a img:hover {
	opacity: 0.8;
}
#subnav02 {
	background-color: #ededed;
	height: 54px;
	position: fixed; /* ヘッダーバーを固定 */
	top: 0; /* 上から0の位置に固定 */
	left: 0; /* ヘッダーバーを非表示 */
	right: 0px;
	z-index: 99999999;
	display: none;
}
#subnav02 ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#subnav02 ul li a img:hover {
	opacity: 0.8;
}
.BreadCrumbs .Wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	min-height: 56px;
}
.BreadCrumbs .Wrapper .Guidance {
	display: none;
}
.BreadCrumbs .Wrapper ol {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
.BreadCrumbs .Wrapper ol.first {
	line-height: 1.2;
    margin-top: 8px;
}
.BreadCrumbs .Wrapper ol.second {
	line-height: 1.2;
    margin-top: 0px;
    padding-left: 10.5em;
    margin-top: -7px;
    
}
.BreadCrumbs .Wrapper ol li {
	font-size: 11px;
	color: #024997;
}
.BreadCrumbs .Wrapper ol a {
	color: #024997;
	text-decoration: none;
}
.BreadCrumbs .Wrapper ol a:hover {
	text-decoration: underline;
}
.BreadCrumbs .Wrapper ol li:after {
	content: ">";
	margin-left: 3px;
	margin-right: 7px;
}
.BreadCrumbs .Wrapper ol li.last-bread-crumbs:after {
	content: "";
}
.BreadCrumbs .Wrapper ol li:last-child:after {
	content: "";
	margin-left: 10px;
	margin-right: 0px;
}
#contents h2.title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#contents h3.title {
	font-size: 18px;
	text-align: left;
	background-color: rgba(239,239,239,1.00);
	font-weight: bold;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}
#contents .result_text span {
	color: color: #f29500;
	font-weight: bold;
	margin-right: 3px;
}
#contents .sort {
	text-align: right;
	position:relative;
}
#contents .sort span.sort_asc{
	position:absolute;
	top:0;
	right:130px; //right:200px;
}
#contents .sort span.sort_desc{
	position:absolute;
	top:0;
	right:110px; //right:180px;
}
#contents .sort span.sort_asc a,
#contents .sort span.sort_desc a{
	color:#999;
}
#contents .sort span.sort_asc.this a,
#contents .sort span.sort_desc.this a{
	font-weight:bold;
	color:#000;
}
#contents .sort p img {
	width: 130px;
	height: auto;
	margin-bottom: 10px;
}
#contents .sort ul {
	text-align: right;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 20px;
}
#contents .sort ul.sp {
	display: none;
}
#contents .sort li a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 12px;
}
#contents .sort li a:hover {
	text-decoration: underline;
}
#contents .map_kensu .kensu .kensu_btn .this,
#contents .sort .sort_btn .this,
#contents .sort .sort_btn_kuchikomi .this,
#contents .sort .premium_btn_kuchikomi .this {
	font-weight: bold;
}
#contents .map_kensu .kensu .kensu_btn {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#contents .map_kensu .kensu .kensu_btn li{
	z-index:1;
}
#contents .back_text {
	margin-bottom: 20px;
	margin-top: 8px;
}
#contents .back_text a {
	color: #8e8e8e;
	text-decoration: none;
	background-image: url(/images/web/shop/arrow02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	background-size: 6px auto;
}
#contents .back_text a:hover {
	text-decoration: underline;
}
#contents .btns+.back_text {
	margin-top: 30px;
}
.pager {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}
.pager ul {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
	justify-content: center;
}
.pager ul li {
	width: 42px;
	height: 46px;
	line-height: 48px;
	font-size: 15px;
	border-radius: 5px;
	background-color: rgba(220,220,220,1.00);
	margin-left: 7px;
	margin-right: 7px;
	font-weight: bold;
	color: rgba(143,143,143,1.00);
}
.pager ul li a {
	width: 40px;
	height: 44px;
	line-height: 48px;
	display: block;
	border-radius: 5px;
	color: rgba(143,143,143,1.00)!important;
	text-decoration: none;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(143,143,143,1.00);
}
#subcontents ul li {
	margin-bottom: 20px;
}
#subcontents a img:hover {
	opacity: 0.85;
	text-decoration: none;
}
#subcontents .what {
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	border: 2px solid hsla(194,100%,39%,1.00);
	margin-bottom: 20px;
}
#subcontents .what dt {
	font-size: 15px;
	color: hsla(34,100%,53%,1.00);
	font-weight: bold;
	text-align: left;
}
#subcontents .what dt+dd {
	font-size: 12px;
	line-height: 150%;
	margin-top: 5px;
}
#subcontents .what dt+dd a {
	color: #2999c4;
	text-decoration: none;
}
#subcontents .what dd+dd {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	background-image: url(/images/web/images/sc_arrow.png);
	background-repeat: no-repeat;
	background-position: right 58px top 4px;
	background-size: 8px auto;
}
#subcontents .what dd+dd a {
	text-decoration: none;
	color: hsla(194,100%,38%,1.00);
}
#subcontents .what dd+dd a:hover {
	text-decoration: underline;
}
#subcontents .what.sumanavi {
	border: 2px solid #ff7300;
}
#subcontents .what.sumanavi img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#subcontents .what.sumanavi dt {
	color: #ff3399;
	font-size: 13px;
}
#subcontents .what.sumanavi dd+dd {
	background-image: url(../images/sc_arrow_suma.png);
}
#subcontents .what.sumanavi dd+dd a {
	color: #ff3399;
}
#subcontents .youtube {
	margin-bottom: 20px;
}
#subcontents .youtube dd span {
	text-decoration: underline;
}
#subcontents ul .kokudo a {
	border: 1px solid #8e8e8e;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 10px;
	display: block;
	background-image: url(/images/web/sc_kokudo_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size: 13px;
	text-decoration: none;
	line-height: 150%;
	border-radius: 5px;
	color: hsla(0,0%,18%,1.00);
}
#subcontents ul .kokudo a:hover {
	text-decoration: underline;
}
#subcontents .search {
	background-color: #ededed;
	margin-top: -40px;

}
#subcontents .search .hope_btn {
	background-color: rgba(143,143,143,1.00);
	height: 36px;
	line-height: 38px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-image: url(/images/web/index/pick_icon04.png);
	background-repeat: no-repeat;
	background-position: 35px 9px;
	background-size: 16px auto;
}
#subcontents .search p.key {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
#subcontents .search p.key input[type="text"] {
	width: 178px;
	height: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-left: 1px solid rgba(143,143,143,1.00);
	border-right: 1px none rgba(143,143,143,1.00);
	border-bottom: 1px solid rgba(143,143,143,1.00);
	border-top: 1px solid rgba(143,143,143,1.00);
	border-radius: 0px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px; /* Webkit (Safari, Chrome ...) */
	-moz-border-top-left-radius: 5px; /* Firefox */
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; /* Webkit (Safari, Chrome ...) */
	-moz-border-bottom-left-radius: 5px; /* Firefox */
	padding:1px 0;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 10px;
}
#subcontents .search p.key input[type="submit"] {
	height: 30px;
	border-style: none;
	background-color: rgba(143,143,143,1.00);
	border-radius: 0px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px; /* Webkit (Safari, Chrome ...) */
	-moz-border-top-right-radius: 5px; /* Firefox */
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; /* Webkit (Safari, Chrome ...) */
	-moz-border-bottom-right-radius: 5px; /* Firefox */
	text-indent: -9999px;
	width: 32px;
	background-image: url(/images/web/icon_key.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	display: block;
}
_::-webkit-full-page-media, _:future, :root #subcontents .search p.key input[type="submit"] {
	height: 30px;
}
#subcontents .search h3 {
	margin-top: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 130%;
	background-color: #8F8F8F;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#subcontents .search h3 span {
	font-size: 12px;
}
#subcontents .search .box {
	padding: 12px;
}
#subcontents .search .box.area select  {
	display: block;
	width: 97%;
	height: 32px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid rgba(221,221,221,1.00);
	padding-left: 3%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#subcontents .search .box.area p.text input {
	width: 93%;
	padding-right: 5%;
	height: 28px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid rgba(143,143,143,1.00);
	padding-left: 3%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(/images/web/images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	cursor: pointer;
	text-overflow: ellipsis;
}
#subcontents .search .box ul li  {
	margin-bottom: 10px;
	line-height: 130%;
	font-size: 13px;
}
#subcontents .search .box ul li .mini {
	font-size: 11px;
	display: block;
	margin-left: 27px;
}
#subcontents .search .box.area div {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#subcontents .search .box .map_btn a {
	background-color: rgba(0,158,198,1.00);
	width: 80px;
	height: 32px;
	display: block;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	line-height: 34px;
	background-image: url(/images/web/search/icon_pin.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	border-radius: 5px;
	padding-left: 30px;
}
#subcontents .search .box .map_btn a:hover {
	opacity: 0.8;
}
#subcontents .search .box .search_btn {
	text-align: right;
	margin-top: 10px;
}
#subcontents .search .box.area div .search_btn {
	margin-top: 0px;
}
#subcontents .search .box .search_btn input {
	width: 97px;
	height: 32px;
	border-radius: 5px;
	background-color: rgba(242,149,0,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(/images/web/index/pick_icon04.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: 19px 7px;
	padding-left: 20px;
	cursor: pointer;
	font-size: 100%;
}
#subcontents .search .box .search_btn input:hover {
	opacity: 0.8;
}
#subcontents .search input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 22px;
	height: 20px;
	vertical-align: top;
	margin-top: -3px;
	background-position: left top;
	background-image: url(/images/web/bg_checkbox02_off.png);
} 
#subcontents .search input[type="checkbox"]:checked::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 22px;
	height: 20px;
	background-position: left bottom;
	background-image: url(/images/web/bg_checkbox02_on.png);
}
#subcontents .search input[type=checkbox]::-ms-check {
	border-color: #111;
  color: #f29500;
}
#subcontents .search .box h4 {
	margin-bottom: 5px;
	font-weight: bold;
}
#subcontents .search .box h5 {
	color: #024997;
	font-weight: bold;
	margin-bottom: 5px;
}
#subcontents .search .box p label {
	line-height: 130%;
}
#subcontents .search .box .sentaku  {
	text-align: center;
	border-top: 1px solid rgba(221,221,221,1.00);
	border-bottom: 1px solid rgba(221,221,221,1.00);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#subcontents .search .box .sentaku.theme_btn:hover {
	cursor: pointer;
}
#subcontents .search .box .sentaku.theme_btn:after {
	content: "もっと見る＋";
}
#subcontents .search .box .sentaku.theme_btn.close:after {
	content: "閉じる－";
}
#subcontents .search .box .mark {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 10px;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#subcontents .search .box .mark a {
	color: #024997;
	text-decoration: none;
	display: block;
}
#subcontents .search .box .mark a:hover {
	text-decoration: underline;
}
#subcontents .search .box .mark img {
	margin-right: 5px;
}
#subcontents .search .box .check.dantai_box {
	padding-top: 5px;
}
#subcontents .search .box .check.dantai_box li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#subcontents .search .box .sentaku.dantai_btn:hover {
	cursor: pointer;
}
#subcontents .search .box .sentaku.dantai_btn:after {
	content: "団体を選択する＋";
}
#subcontents .search .box .sentaku.dantai_btn.close:after {
	content: "閉じる－";
}
#subcontents .search .box .check.seido_box {
	padding-top: 5px;
}
#subcontents .search .box .check.seido_box li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#subcontents .search .box .sentaku.seido_btn:hover {
	cursor: pointer;
}
#subcontents .search .box .sentaku.seido_btn:after {
	content: "登録制度を選択する＋";
}
#subcontents .search .box .sentaku.seido_btn.close:after {
	content: "閉じる－";
}
#subcontents .search .box .kaisetsu {
	text-align: right;
	font-size: 13px;
	margin-top: -15px;
	font-weight:normal;
	margin-left: 10px;
}
#subcontents .search .box .kaisetsu a {
	color: #024997;
	text-decoration: none;
}
#subcontents .search .box .kaisetsu a:hover {
	text-decoration: underline;
}
#subcontents .search .box .atte {
	font-size: 11px;
	line-height: 140%;
}
#subcontents .search .box.last p {
	margin-bottom: 8px;
}
#subcontents .search .box.last select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	width: 100%;
	border-radius: 4px;
	height: 30px;
	background-color: #fff;
}
#subcontents .banner {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#subcontents .banner li img {
	width: 100%;
	height: auto;
	padding-bottom: 8px;
}
#subcontents .banner li {
	margin-top: 15px;
}
#subcontents .kako {
	background-color: #EDEDED;
}
#subcontents .kako h4  {
	margin-bottom: 10px;
}
#subcontents .kako .box_kako {
	border-bottom: 1px solid rgba(221,221,221,1.00);
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 160%;
	position: relative;
}
#subcontents .kako .box_kako .linkbox {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#subcontents .kako .box_kako.none {
	display: none;
}
#subcontents .kako .box_kako+p.btn {
	background-color: rgba(237,237,237,1.00);
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-top: -15px;
	cursor: pointer;
}
#subcontents .kako .box_kako+p.btn:after {
	content: "もっと見る+";
}
#subcontents .kako .box_kako+p.btn.one:after {
	content: "閉じる+";
}
#subcontents .kako .box_kako h3 {
	color: #024997;
	margin-bottom: -5px;
	font-weight: bold;
	font-size: 13px;
}
#subcontents .kako .box_kako h3+p {
	color: hsla(0,0%,56%,1.00);
	font-size: 12px;
}
#subcontents .kako .box_kako div {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-top: 3px;
}
#subcontents .kako .box_kako div figure {
	width: 100px;
}
#subcontents .kako .box_kako div figure img {
	width: 100%;
	height: auto;
}
#subcontents .kako .box_kako div dl {
	color: hsla(0,0%,56%,1.00);
	font-size: 11px;
	line-height: 150%;
	margin-right: 10px;
}
#subcontents .kako .box_kako div dl dd:nth-of-type(1),
#subcontents .kako .box_kako div dl dd:nth-of-type(2){
	display: inline-block;
	vertical-align: top;
} 
#subcontents .kako .box_kako div dl dd:nth-of-type(1) img {
	/*width: 18px;*/
	width: 12px;
	height: auto;
	margin-right: 2px;
}
#subcontents .kako .box_kako div dl dd:nth-of-type(2) {
	/*font-size: 16px;*/
	font-size: 14px;
	/*color: rgba(0,0,0,1.00);*/
	font-weight:bold;
	color: #f29500;
}
#subcontents .kako .box_kako div dl dd:nth-of-type(2) img {
	margin-right: 5px;
	margin-top: 5px;
}
#subcontents .kako .box_kako div dl dd:nth-of-type(3) {
	margin-top:5px;
	font-size: 14px;
}
#subcontents .kako .box_kako div dl dd:nth-of-type(3) img{
	margin-right: 5px;
}
#subcontents .back_text {
	margin-bottom: 20px;
	margin-top: 8px;
}
#subcontents .back_text a {
	color: #8e8e8e;
	text-decoration: none;
	background-image: url(/images/web/shop/arrow01.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 12px;
	background-size: 6px auto;
}
#subcontents .back_text a:hover {
	text-decoration: underline;
}
.input_btn:hover {
	opacity: 0.85;
}
.input_btn {
	border-bottom: 8px solid rgba(197,197,197,1.00);
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	border-radius: 5px;
}
.input_btn input {
	background-color: #f29500;
	color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-top: 2px;
	height: 44px;
	cursor: pointer;
	width: 480px;
	border-style: none;
}
#reform_support {
	background-color: #ebf0f2;
	padding-top: 20px;
	padding-bottom: 20px;
}
#reform_support h3 {
	font-size: 20px;
	color: #2999c4;
	font-weight: bold;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
#reform_support h3 img {
	margin-right: 5px;
}
#reform_support h3+p {
	text-align: center;
	margin-bottom: 15px;
}
#reform_support .btn {
	border-radius: 5px;
	background-color: #2999c4;
	border-bottom-color: hsla(195,100%,29%,1.00);
	border-bottom-width: 4px;
	font-weight: bold;
}
#reform_support .btn:hover {
	background-color: #31b6eb;
	border-bottom-color: hsla(192,100%,39%,1.00);
}
#reform_support .btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	border-style: none;
	line-height: 44px;
	background-image: none;
}
#reform_support .btn a:hover {
	text-decoration: none;
}
#reform_support .btn a img {
	margin-top: 13px;
	margin-right: 7px;
}
#footer_contents .sns {
	padding-top: 45px;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	/*width: 374px;*/
	width: 130px;
	align-items: flex-end;
}
#footer_contents .sns li a img:hover {
	opacity: 0.85;
}
.checkbtn input[type="checkbox"] {
	display: none;
}
.checkbtn label:after {
	content: "";
    width: 22px;
    height: 20px;
    background-image: url(/images/web/bg_checkbox_off.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: -8px;
}
.checkbtn input[type="checkbox"]:checked + label:after {
    background-image: url(/images/web/bg_checkbox_on.png);
}
#subcontents .FavoClipBody{
	padding-bottom: 10px;
}
#subcontents .FavoClipBody .Inner ul{
	margin-bottom: 22px;
}
#subcontents .FavoClip{
	background-color: #edf5f7;
	margin-bottom: 20px;
}
#subcontents .FavoClip h2{
	background-color: #2999c4;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#subcontents .FavoClip h2:after{
	display: none;
}
#subcontents .FavoClip ul li{
	padding: 10px 15px;
	box-sizing: border-box;
	margin-bottom: 0;
	font-size:12px;
	clear: both;
	line-height: 1.6;
    margin-top: 5px;
}
#subcontents .FavoClip ul li a{
	width: 63px;
	float: left;
	margin-right: 10px;
}
#subcontents .FavoClip p{
	clear: both;
	padding: 5px 10px;
	line-height: 1.4;
}
#subcontents .FavoClip p{
	clear: both;
	padding: 5px 10px 0px;
	line-height: 1.4;
}
#subcontents .FavoClip p a{
	color: #8e8e8e;
	font-weight: bold;
	background-image: url(/images/web/btn_next2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 70%;
    padding-right: 15px;
}
.modalWindow .overLayer .main table {
    width: 100%;
    border: 3px solid #DDD;
    border-top: none;
    margin-bottom: 20px;
}
.modalWindow .overLayer .main table .header {
    background-color: #fafafa;
}
.modalWindow .overLayer .main table .header th {
    background-color: #fafafa;
    width: auto;
}
.modalWindow .overLayer .main table th {
    font-weight: bold;
    padding: 8px;
    width: 140px;
    border: 1px solid #CCC;
}
.modalWindow .overLayer .main table th .imgL{
	padding-right: 10px
}
.modalWindow .overLayer .main table td {
    padding: 8px;
    border: 1px solid #CCC;
    text-align:left;
}
div.errors {
    color: #ff0000;
    border: 1px solid #ff0000;
    margin: 2% 0;
    padding: 2%;
}
div.errors ul li{
    font-weight: bold;
}
#content .knowhow-sup h3 img{
	width: 350px;
}
#content .knowhow-sup h4{
	font-size: 16px;
}
#content .knowhow-sup p{
	font-size: 14px;
}
#content .knowhow-sup a{
	width: 480px;
	margin:10px auto;
}
#fix_btns {
	position: fixed;
	z-index: 101;
	bottom: 0;
	width: 100%;
	/*display: none;*/
	background-color: hsla(0,0%,0%,0.50);
}
#fix_btns.pc {
	display:block;
}
#fix_btns.sp {
	display:none;
}
#fix_btns ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#fix_btns ul li.favo,
#fix_btns ul li.favo_popup{
	background-image: url(/images/web/fix_btn03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 183px;
}
#fix_btns ul li.favo.on {
	background-image: url(/images/web/fix_btn03_on.png);
}
#fix_btns ul li.favo a,
#fix_btns ul li.favo_popup a{
	display:block;
	color: #fff;
	color:transparent;
	font-size:1px;
	text-decoration: none;
	height:100%;
}
#fix_btns ul li.favo.on a{
	display:block;
	color:#ff7b7b;
	font-size:1px;
	text-decoration: none;
	height:100%;
}
/**************190313追記********************/
.shop_side_link{
	display: block;
	border: 1px solid #d7d7d7;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#subcontents .shop_side_link ul li{
	margin-bottom: 0;
}
.shop_side_link ul li + li{
	border-top: 1px solid #bebebe;
}
.shop_side_link ul li a{
	color: #2999c4;
	padding: 5px 15px;
	background-image: url(/images/web/images_sp/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 8px;
	text-decoration: none;
	display: block;
}
.shop_side_link ul li.off{
	color: #8e8e8e;
	padding: 5px 15px;
	display: block;
}
.shop_side_link h3{
	font-size: 12px;
	margin-bottom: 10px;
}
.shop_side_link ul li.now_page{
	background-image: url(/images/web/images_sp/icon_check.png);
	background-position: left center;
	background-size: 10px;
	background-repeat: no-repeat;
}
/**************190313追記ここまで********************/

}
_::-webkit-full-page-media, _:future, :root #subcontents .search .box.last select {
	-webkit-appearance:none;
	padding-left: 5px;
	box-sizing: border-box;
}
/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
/*===============================================
●sp_tablet
===============================================*/
#sp_tablet------------------------------------------- {
}
main {
	padding-top: 5%;
}
#fix_btns.shop_contents ul li.first{
	width:66px;
}
#fix_btns.shop_contents ul li.last{
	width:67px;
}
#subnav.pc {
	display: none;
}
#topic_path {
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: left;
	text-align: left;
	margin-top: 5px;
	background-color: rgba(246,246,246,1.00);
	line-height: 140%;
	margin-bottom: 3%;
}
#topic_path ul li {
	display: inline;
	font-size: 14px;
	color: #024997;
}
#topic_path ul li a {
	color: #024997;
	text-decoration: none;
}
#topic_path ul li a:after {
	content: ">";
	margin-left: 10px;
	margin-right: 5px;
	top: -2px;
	position: relative;
}
#topic_path ul li:last-child a:after {
	content: "";
}
#contents {
	text-align: left;
}
#contents h2.title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#contents h3.title {
	font-size: 18px;
	text-align: left;
	background-color: rgba(239,239,239,1.00);
	font-weight: bold;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}
#contents .result_text span {
	color: #f29500;
	font-weight: bold;
	margin-right: 3px;
}
.input_btn {
	border-bottom: 8px solid rgba(197,197,197,1.00);
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	border-radius: 5px;
}
.input_btn input {
	background-color: #f29500;
	color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-top: 2px;
	height: 44px;
	cursor: pointer;
	width: 300px;
	border-style: none;
}
#contents .map_kensu {
	position: relative;
	margin-bottom: 44px;
}
#contents .back_text {
	margin-bottom: 20px;
	margin-top: 8px;
	font-size: 12px;
}
#contents .back_text a {
	color: #8e8e8e;
    text-decoration: none;
    background-image: url(/images/web/shop/arrow02.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 12px;
    background-size: 5px auto;
    line-height: 1.4;
    display: inherit;
}
#contents .back_text a:hover {
	text-decoration: underline;
}
#reform_support {
	background-color: #ebf0f2;
	padding-top: 20px;
	padding-bottom: 20px;
}
#reform_support h3 {
	font-size: 21px;
	color: #2999c4;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
}
#reform_support h3 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}
#reform_support h3+p {
	text-align: center;
	margin-bottom: 15px;
}
#reform_support h3 span {
	font-size: 16px;
}
#reform_support .btn {
	border-radius: 5px;
	background-color: #2999c4;
	border-bottom-color: hsla(195,92%,30%,1.00);
	border-bottom-width: 4px;
	height: 40px;
	margin-left: 3%;
	margin-right: 3%;
}
#reform_support .btn:hover {
	opacity: 0.85;
}
#reform_support .btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	background-image: none;
	border-style: none;
	line-height: 30px;
}
#reform_support .btn a:hover {
	text-decoration: none;
}
#contents #ninki {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
}
#contents #ninki h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3%;
	padding-top: 5%;
}
#contents #ninki ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#contents #ninki ul li {
	width: 48%;
	margin-top: 4%;
}
.pager {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}
.pager ul {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
	justify-content: center;
}
.pager ul li {
	width: 32px;
	height: 36px;
	line-height: 38px;
	font-size: 15px;
	border-radius: 5px;
	background-color: rgba(220,220,220,1.00);
	margin-left: 1.5px;
	margin-right: 1.5px;
	font-weight: bold;
}
.pager ul li a {
	width: 30px;
	height: 34px;
	line-height: 38px;
	display: block;
	border-radius: 5px;
	color: rgba(143,143,143,1.00)!important;
	text-decoration: none;
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(143,143,143,1.00);
}
#fix_btns {
	position: fixed;
	z-index: 101;
	bottom: 0;
	width: 100%;
	display: block;
	background-color: hsla(0,0%,0%,0.50);
}
#fix_btns ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#fix_btns ul li.favo,
#fix_btns ul li.favo_popup {
	background-image: url(/images/web/images_sp/fix_btn03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 133px;
}
#fix_btns ul li.favo.on {
	background-image: url(/images/web/images_sp/fix_btn03_on.png);
}
#fix_btns ul li.favo a,
#fix_btns ul li.favo_popup a{
	display:block;
	color:#ffffff;
	color: transparent;
	font-size:1px;
	text-decoration: none;
	height:100%;
}
#fix_btns ul li.favo.on a{
	display:block;
	color:#ff7b7b;
	font-size:1px;
	text-decoration: none;
	height:100%;
}
#fix02_btns {
	position: fixed;
	z-index: 101;
	bottom: 0;
	width: 96%;
	background-color: rgba(0,0,0,0.70);
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: 2%;
}
#fix02_btns ul li.mit_btn {
	width: 376px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
#fix02_btns ul li.mit_btn input {
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-color: rgba(255,255,255,0.00);
	background-image: none;
	border-radius: 0;
	border-style: none;
}
#fix02_btns ul li.close {
	position: absolute;
	top:0px;
	right:0px;
}
#fix02_btns ul li.close img{
	width:25px;
	height:25px;
}
#fix02_btns ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#fix02_btns ul.pc {
	display: none;
}
#footer_contents .sns {
    padding-top: 7%;
    padding-bottom: 7%;
    display: flex;
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    align-items: flex-end;
    margin: 0px auto;
    width: 75%;
}
#footer_contents .sns li {
	margin-right: 5%;
}
.top_banner .banner li{
	margin: 0 0 2%;
}
.checkbtn input[type="checkbox"] {
	display: none;
}
.checkbtn label:after {
	content: "";
    width: 22px;
    height: 20px;
    background-image: url(/images/web/bg_checkbox_off.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 36px;
    left: 10px;
}
.checkbtn input[type="checkbox"]:checked + label:after {
    background-image: url(/images/web/bg_checkbox_on.png);
}
.modalWindow .overLayer .main table {
    width: 100%;
    border: 3px solid #DDD;
    border-top: none;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.4;
}
.modalWindow .overLayer .main table .header {
    background-color: #fafafa;
}
.modalWindow .overLayer .main table .header th {
    background-color: #fafafa;
    width: auto;
}
.modalWindow .overLayer .main table th {
    font-weight: bold;
    padding: 8px;
    min-width: 40%;
    border: 1px solid #CCC;
}
.modalWindow .overLayer .main table img{
    margin:3px;
}
.modalWindow .overLayer .main table th .imgL{
	padding-right: 10px
}
.modalWindow .overLayer .main table td {
    padding: 8px;
    border: 1px solid #CCC;
    text-align:left;
}
div.errors {
    color: #ff0000;
    border: 1px solid #ff0000;
    margin: 2% 2%;
    padding: 2%;
}
div.errors ul li{
    font-weight: bold;
}
#content .knowhow-sup{
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	margin-left: 10px;
	margin-right: 10px;
	background-color: #fff;
}
#content .knowhow-sup h3 img{
	width: 80%;
}
#content .knowhow-sup h4{
	font-size: 14px;
}
#content .knowhow-sup p{
	font-size: 15px;
}
#content .knowhow-sup a{
	width: auto;
	box-sizing: border-box;
}

}
/*===============================================
●画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
/*===============================================
●sp
===============================================*/
#sp480------------------------------------------- {
}
#contents .kensu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	margin-top: 52px;
	font-size: 13px;
	z-index: 99;
	width:64%;
}
#contents .kensu ul:nth-of-type(1) {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;			flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-right: 3%;
	border-radius: 15px;
	border: 1px solid #8e8e8e;
	width: 66px;
	padding-right: 2%;
	padding-left: 5%;
	height: 25px;
	line-height: 27px;
}
#contents .kensu ul:nth-of-type(1) li a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
#contents .kensu ul:nth-of-type(1) li a:hover {
	text-decoration: underline;
}
#contents .kensu ul:nth-of-type(1) li:nth-of-type(1) a {
	color: rgba(143,143,143,1.00);
}
#contents .kensu ul:nth-of-type(1) li:nth-of-type(2) {
	transform:rotate(180deg);
	position: relative;
	margin-left: 12px;
	margin-right: 5px;
}
#contents .kensu ul:nth-of-type(1) li:nth-of-type(2) a {
	color: rgba(143,143,143,1.00);
	position: absolute;
	top: 0px;
}
#contents .kensu ul:nth-of-type(2){
	width: 120px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	position: absolute;
	background-color: rgba(255,255,255,1.00);
	z-index: 99;
	right: -20px;
	border-radius: 5px;
	top: 42px;
	padding-top: 3%;
}
#contents .kensu ul:nth-of-type(2) li{
	margin-left: 8%;
	margin-right: 8%;
	border-bottom: 1px solid rgba(204,204,204,1.00);
	padding-bottom: 3%;
	margin-bottom: 3%;
}
#contents .kensu ul:nth-of-type(2) li:last-child {
	border-bottom-style: none;
	margin-bottom: 0px;
}
#contents .kensu ul:nth-of-type(2) li.this {
	background-image: url(/images/web/images_sp/icon_check.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	background-size: 16px auto;
}
#contents .kensu ul:nth-of-type(2) span {
	position: absolute;
	top: -17px;
	left: 0px;
	right: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contents .kensu ul:nth-of-type(2) span img {
	width: 24px;
}
#contents .sort {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  position: relative;
  margin-bottom: 3%;
}
#contents .sort span.sort_asc,
#contents .sort span.sort_desc {
    width: 30px;
    font-size: 120%;
    padding-top: 5px;
}
#contents .sort span.sort_asc a,
#contents .sort span.sort_desc a{
	color:#999;
}
#contents .sort span.sort_asc.this a,
#contents .sort span.sort_desc.this a{
	font-weight:bold;
	color:#000;
}
#contents .sort ul.sort_btn:nth-of-type(1) {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-right: 3%;
	border-radius: 15px;
	border: 1px solid #8e8e8e;
	width: 100px;
	padding-right: 2%;
	padding-left: 2%;
	height: 25px;
	line-height: 27px;
	font-size: 13px;
	margin-top: 7px;
	text-align:center;
}
#contents .sort ul.sort_btn:nth-of-type(1) li{
	width: 100%;
}
#contents .sort ul.sort_btn:nth-of-type(1)
#contents .sort ul.sort_btn_kuchikomi:nth-of-type(1) {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;			flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-right: 3%;
	border-radius: 15px;
	border: 1px solid #8e8e8e;
	width: 110px;
	padding-right: 2%;
	padding-left: 2%;
	height: 25px;
	line-height: 27px;
	font-size: 13px;
	margin-top: 7px;
	text-align:center;
}
#contents .sort ul.premium_btn_kuchikomi:nth-of-type(1) {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;			flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-right: 3%;
	border-radius: 15px;
	border: 1px solid #8e8e8e;
	width: 130px;
	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
	line-height: 27px;
	font-size: 13px;
	margin-top: 4px;
}
#contents .sort ul.sort_btn_kuchikomi:nth-of-type(1) li{
	text-align: center;
    width: 100%;
}
#contents .sort ul:nth-of-type(1) {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;			flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-right: 3%;
	border-radius: 15px;
	border: 1px solid #8e8e8e;
	width: 120px;
	height: 25px;
	line-height: 27px;
	font-size: 13px;
	margin-top: 8px;
}
#contents .sort ul:nth-of-type(1) li a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
#contents .sort ul:nth-of-type(1) li a:hover {
	text-decoration: underline;
}
#contents .sort ul:nth-of-type(1) li:nth-of-type(1) a {
	color: rgba(143,143,143,1.00);
}
#contents .sort ul:nth-of-type(1) li:nth-of-type(2) {
	transform:rotate(180deg);
	position: relative;
	margin-left: 12px;
	margin-right: 5px;
}
#contents .sort ul:nth-of-type(1) li:nth-of-type(2) a {
	color: rgba(143,143,143,1.00);
	position: absolute;
	top: 0px;
}
#contents .sort ul:nth-of-type(2){
	width: 60%;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.71);
	position: absolute;
	background-color: rgba(255,255,255,1.00);
	z-index: 99;
	right: 3%;
	border-radius: 5px;
	top: 45px;
	padding: 3% 0;
}
#contents .sort ul:nth-of-type(2) li{
	margin: 0 8%;
	border-bottom: 1px solid rgba(204,204,204,1.00);
	padding: 3% 0;
/*	margin-bottom: 3%;*/
	font-size: 13px;
}
#contents .sort ul:nth-of-type(2) li:last-child {
	border-bottom-style: none;
	margin-bottom: 0px;
}
#contents .sort ul:nth-of-type(2) li.this {
	background-image: url(/images/web/images_sp/icon_check.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	background-size: 16px auto;
}
#contents .sort ul:nth-of-type(2) span {
	position: absolute;
	top: -17px;
	left: 0px;
	right: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#contents .sort ul:nth-of-type(2) span img {
	width: 24px;
}
div.errors {
    color: #ff0000;
    border: 1px solid #ff0000;
    margin: 2% 2%;
    padding: 2%;
}
div.errors ul li{
    font-weight: bold;
}

}
#contents .sort ul:nth-of-type(2) li a{
	display:block;
	width:100%;
	height:100%;
}
#contents .sort #premium_text_kuchikomi{
	width:100%;
	text-align:center;
}
/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
.checkbtn label:after {
    top: 31px;
}
}
/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp
===============================================*/
#sp320------------------------------------------- {
}
#contents .sort ul:nth-of-type(1) {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;			flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-right: 3%;
	border-radius: 15px;
	border: 1px solid #8e8e8e;
	width: 120px;
	height: 25px;
	line-height: 27px;
	font-size: 11px;
	margin-top: 8px;
}
#contents .kensu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	margin-left: 30px;
	/*margin-top: 48px;*/
	font-size: 11px;
	z-index: 99;
	width: 50%;
}
#contents .kensu ul:nth-of-type(1) {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;			flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-right: 3%;
	border-radius: 15px;
	border: 1px solid #8e8e8e;
	width: 55px;
	padding-right: 5px;
	padding-left: 10px;
	height: 25px;
	line-height: 27px;
}
.checkbtn label:after {
    top: 28px;
}

#subcontents .FavoClip{
	background-color: #edf5f7;
	margin-bottom: 20px;
}
#subcontents .FavoClip h2{
	background-color: #2999c4;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
#subcontents .FavoClip ul li{
	padding: 10px 15px;
	box-sizing: border-box;
	margin-bottom: 0;
	font-size:12px;
	clear: both;
}
#subcontents .FavoClip ul li a{
	width: 63px;
	float: left;
	margin-right: 10px;
}
#subcontents .FavoClip p{
	clear: both;
	padding: 5px 10px;
}

#subcontents .FavoClip p a{
	color: #8e8e8e;
	font-weight: bold;
	background-image: url(/images/web/btn_next2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 70%;
    padding-right: 15px;
}
}

/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tab
===============================================*/
#tab------------------------------------------- {
}

#fix_btns.shop_contents ul li.first{
	width:49px;
}
#fix_btns.shop_contents ul li.last{
	width:49px;
}
#contents .ttlBox h2 img{
	width:100%;
}
#contents #ninki h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3%;
	padding-top: 5%;
}
#contents #ninki p {
	width: 50%;
	margin-right: 2%;
	float: left;
}
#contents #ninki ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	width: 45%;
}
#contents #ninki ul li {
	width: 48%;
	margin-top: 0px;
}
#fix_btns {
	position: fixed;
	z-index: 101;
	bottom: 0;
	width: 100%;
	display: block;
	background-color: hsla(0,0%,0%,0.50);
}
#fix_btns ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	margin-left: 20%;
	margin-right: 20%;
}
#fix_btns ul li.favo {
	background-image: url(/images/web/images_sp/fix_btn03.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	width: 98px;
}
#contents .kensu .pc{
	display: inherit;
}
#contents .kensu .sp{
	display: none;
}
#contents .kensu {
	margin-left: 3%;
}
#contents .kensu ul li.pc {
	display: block;
}
#contents .kensu ul li.sp {
	display: none;
}
#contents .map_kensu .kensu .kensu_btn .this,
#contents .sort .sort_btn .this,
#contents .sort .sort_btn_kuchikomi .this,
#contents .sort .premium_btn_kuchikomi .this {
	font-weight: bold;
}
#contents .map_kensu .kensu .kensu_btn {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	margin-top: 5%;
	margin-bottom: -67px;
}
#contents .sort .sp{
	display: none;
}
#contents .sort .pc{
	display: inherit;
	z-index:1;
}
#contents .sort {
	text-align: right;
	margin-right: 3%;
	margin-top: -20px!important;
}
#contents .sort p img {
	width: 130px;
	height: auto;
	margin-bottom: 10px;
}
#contents .sort ul {
	text-align: right;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 20px;
}
#contents .sort ul.sp {
	display: none;
}
#contents .sort li a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-size: 12px;
}
#contents .sort li a:hover {
	text-decoration: underline;
}
#contents .map_kensu .kensu .kensu_btn .this,
#contents .sort .sort_btn .this,
#contents .sort .sort_btn_kuchikomi .this,
#contents .sort .premium_btn_kuchikomi .this {
	font-weight: bold;
	z-index:1;
}
#contents .sort .sort_btn li.pc {
	display: block;
}
#contents .sort .sort_btn span.pc {
	display: block;
}
#contents .sort .sort_btn li.sp {
	display: none;
}
#reform_support {
	margin-top:10px;
	background-color: #ebf0f2;
	padding-top: 20px;
	padding-bottom: 20px;
}
#reform_support .sp{
	display:none;
}
#reform_support h3 {
	font-size: 20px;
	color: #2999c4;
	font-weight: bold;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
#reform_support h3 img {
	margin-right: 5px;
    display: inline;
    margin-top: 0px;
}
#reform_support h3 span {
	font-size: 20px;
}
#reform_support h3+p {
	text-align: center;
	margin-bottom: 15px;
}
#reform_support .btn {
	max-width: 500px;
	border-radius: 5px;
	background-color: #2999c4;
	border-bottom-color: hsla(195,92%,30%,1.00);
	border-bottom-width: 4px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
#content #contents #reform_support .btn {
	max-width: 500px;
	border-radius: 5px;
	background-color: #2999c4;
	border-bottom-color: hsla(195,100%,29%,1.00);
	border-bottom-width: 4px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
#reform_support .btn:hover {
	background-color: #31b6eb;
	border-bottom-color: hsla(192,100%,39%,1.00);
}
#reform_support .btn a {
	border-radius: 5px;
	color: hsla(0,0%,100%,1.00);
	border-style: none;
	line-height: 30px;
	background-image: none;
}
#reform_support .btn a:hover {
	text-decoration: none;
}
#reform_support .btn a img {
	margin-top: 7px;
	margin-right: 7px;
}
}
@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .BreadCrumbs .Wrapper ol.second {
    margin-top: 4px;
  }
}