@charset "utf-8";

.content_howto *, .content_howto *:before, .content_howto *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.content_howto {
  padding: 0 0 60px;
}
.content_howto img {
  vertical-align: top;
	width: 100%;
	height: auto;
}

.howtoTitle {
  /*margin: 0 0 40px;*/
}
.howtoTitle a:hover img {
  filter: brightness(1.07);
}

/* layout
------------------------------*/
.howtoLayout {
  padding: 40px 25px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.howtoLayout_aside {
  width: 200px;
  margin-right: 32px;
}
.howtoLayout_main {
  width: 720px;
}

/* icon
------------------------------*/
@font-face {
  font-family: 'howto';
  src:  url('fonts/howto/howto.eot?z3x1qu');
  src:  url('fonts/howto/howto.eot?z3x1qu#iefix') format('embedded-opentype'),
    url('fonts/howto/howto.ttf?z3x1qu') format('truetype'),
    url('fonts/howto/howto.woff?z3x1qu') format('woff'),
    url('fonts/howto/howto.svg?z3x1qu#howto') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  font-family: 'howto' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.ico-27:before,
.ico-lure:before {
  content: "\e902"; /* ルアー */
  left: -0.2em;
}
.ico-28:before,
.ico-feed:before {
  content: "\e900"; /* えさ */
  font-size: 140%;
}
.ico-search:before {
  content: "\e903"; /* 検索虫眼鏡 */
}
.ico-title:before {
  content: "\e901"; /* タイトル虫眼鏡 */
}
.ico-home:before {
  content: "\e904"; /* ホーム */
}

/* btn
------------------------------*/
[class^="howtoBtn"] {
  text-align: center;
  margin: 0 0 30px;
}
[class^="howtoBtn"] a,
[class^="howtoBtn"] input {
	display: inline-block;
  position: relative;
  width: 280px;
	font-size: 16px;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  padding: 0.8em 1.5em 0.7em;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 30px;
  border: none;
  background: #ececec;
  color: #000;
  cursor: pointer;
  transition: 0.2s;
}
[class^="howtoBtn"] label {
  display: inline-block;
  position: relative;
  margin: 0;
}
[class^="howtoBtn"] span {
  position: relative;
	display: inline-block;
}
[class^="howtoBtn"] span i {
  padding-left: 1em;
  padding-right: 0.4em;
  transition: 0.1s;
}
[class^="howtoBtn"] span i::before {
  position: absolute;
  display: inline-block;
  top: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
}
[class^="howtoBtn"] span i.ico-search::before {
  top: 3px;
}

/* howtoBtn_submit */
.howtoBtn_submit input {
  width: 162px;
  padding: 0.8em 0 0.7em;
  background: linear-gradient(#4d4d4d 0%,#202020 100%);
  color: #fff;
  font-size: 16px;
}
.howtoBtn_submit label {
  width: 175px;
}
.howtoBtn_submit label::after {
  content: "\e903"; /* 検索虫眼鏡 */
  position: absolute;
  display: inline-block;
  top: 13px;
  left: 20px;
  color: #e5e5e5;
  font-family: 'howto' !important;
  speak: never;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
}

/* howtoBtn_more */
.howtoBtn_more a {
  padding: 0.6em 0 0.5em;
  width: 260px;
  color: #2C4197;
  font-weight: bold;
  border: solid 2px #2C4197;
  background: #fff;
}
.howtoBtn_more a:hover {
  background: #2C4197;
  color: #fff;
}

/* howtoBtn_gray */
.howtoBtn_gray a:hover {
  background: #666;
  color: #fff;
}
.howtoBtn_gray a:hover span i {
  color: #fff;
}


/* 	howtoSearch
-----------------------------*/
.howtoSearch {
  padding: 0 0 20px;
}
.howtoSearch h2 {
  font-size: 19px;
  font-weight: bold;
  color: #3B3B3B;
  text-align: center;
  margin-bottom: 12px;
}
.howtoSearch h2 span {
  position: relative;
  display: inline-block;
  color: #25AAC5;
  color: #175dbd;
  margin-right: 0.3em;
}
.howtoSearch h2 span::before {
  content: "\e901"; /* タイトル虫眼鏡 */
  position: absolute;
  display: inline-block;
  top: 0.25em;
  left: -1.2em;
  font-weight: normal;
  font-family: 'howto' !important;
  font-size: 1.2em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.howtoSearch_form section {
  border-bottom: dotted 1px #b2b2b2;
  margin: 0 0 15px;
  padding: 0 0 20px;
}
.howtoSearch_form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.howtoSearch_form legend {
  margin: 0 0 10px;
  color: #25AAC5;
  color: #175dbd;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

/* 	howtoSearch_form_category
-----------------------------*/
.howtoSearch_form_category ul {
  border: solid 3px #5A94DF;
  border-radius: 6px;
}
.howtoSearch_form_category ul li {
  line-height: 1.2;
}

.howtoSearch_form_category input[type="radio"] {
  display: none;
}
.howtoSearch_form_category input[type="radio"] + span {
  position:relative;
  display: inline-block;
  width: 100%;
  padding: 15px 0 13px 36px;
  border-radius: 4px;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.howtoSearch_form_category ul li:nth-of-type(1) input[type="radio"] + span {
  border-radius: 4px 4px 0 0;
}
.howtoSearch_form_category ul li:nth-of-type(2) input[type="radio"] + span {
  border-radius: 0 0 4px 4px;
  border-top: solid 1px #5A94DF;
}
.howtoSearch_form_category input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #5892D8;
  border-radius: 50%;
}
.howtoSearch_form_category input[type="radio"] + span i {
  position:absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  margin: auto;
}
.howtoSearch_form_category input[type="radio"] + span i::before {
  display: inline-block;
  color: #538FD9;
}
.howtoSearch_form_category input[type="radio"] + span i.ico-27,
.howtoSearch_form_category input[type="radio"] + span i.ico-lure {
  font-size: 20px;
}
.howtoSearch_form_category input[type="radio"] + span i.ico-28,
.howtoSearch_form_category input[type="radio"] + span i.ico-feed {
  font-size: 18px;
  right: 15px;
}

.howtoSearch_form_category input[type="radio"]:checked + span {
  background: linear-gradient(#135BB4 0%,#0D306B 100%);
  background: linear-gradient(#135BB4 0%,#0C3882 100%);
  color: #fff;
}
.howtoSearch_form_category input[type="radio"]:checked + span::before {
  border: solid 1px #fff;
}
.howtoSearch_form_category input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.howtoSearch_form_category input[type="radio"] + span i::before {
  color: #73A7E6;
}

/* 	howtoSearch_form_tag
-----------------------------*/
.howtoSearch_form_tag {
  padding-bottom: 15px !important;
}
.howtoSearch_form_tag ul {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}
.howtoSearch_form_tag ul + small {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: right;
  margin-top: -22px;
  color: #666;
}
.howtoSearch_form_tag ul li {
  margin: 0 0 8px 0;
  line-height: 1.2;
  font-size: 14px;
  order: 5;
}
.howtoSearch_form_tag ul li:nth-of-type(1) {
  order: 4;
  margin-bottom: 20px;
}
.howtoSearch_form_tag ul li:nth-of-type(2) {
  order: 1;
}
.howtoSearch_form_tag ul li:nth-of-type(3) {
  order: 2;
}
.howtoSearch_form_tag ul li:nth-of-type(4) {
  order: 3;
}
.howtoSearch_form_tag input[type="checkbox"] {
  display: none;
}
.howtoSearch_form_tag input[type="checkbox"] + span {
  position:relative;
  display: inline-block;
  width: 100%;
  padding: 10px 10px 9px;
  padding-left: 35px;
  border: solid 2px #dedede;
  border-radius: 5px;
  cursor: pointer;
}
.howtoSearch_form_tag input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  background: #fff;
}
.howtoSearch_form_tag input[type="checkbox"]:checked + span {
  border: solid 2px #dbeaff;
  background: #dbeaff;
  color: #104da0;
}
.howtoSearch_form_tag input[type="checkbox"]:checked + span::before {
  border: solid 1px #4c84d3;
}
.howtoSearch_form_tag input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 6px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 2px solid #4c84d3;
  border-right: 2px solid #4c84d3;
}

/* 	howtoSearch_form_text
-----------------------------*/
.howtoSearch_form_text {
  border: none !important;
  margin-bottom: 0 !important;
}
.howtoSearch_form_text input[type="text"] {
  width: 100%;
  border: solid 2px #dedede;
  font-size: 14px;
  padding: 0.7em 0.7em 0.6em;
  background: #fff;
  border-radius: 6px;
  line-height: 1.3;
  outline: none;
}
.howtoSearch_form_text input[type="text"]::placeholder {
  color: #a6a6a6;
}
.howtoSearch_form_text input[type="text"]:not(:placeholder-shown) {
  background: #dbeaff;
  border-color: #5A94DF;
}


.howtoSearch_form_reset {
  margin: 0 0 11px;
  text-decoration: underline;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.howtoSearch_form_reset:hover {
  text-decoration: none;
}


/* 	howtoArchive
-----------------------------*/
.howtoArchive {
  padding: 0 0 10px;
}

.howtoArchive_title {
  background: linear-gradient(#135BB4 0%,#0D306B 100%);
  background: linear-gradient(#135BB4 0%,#0C3882 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px !important;
  padding: 0.6em 0 0.5em 1.4em;
  line-height: 1.3;
  border-radius: 4px;
}
.howtoArchive_title i {
  position: relative;
  padding: 0 0.3em 0 1em;
  font-size: 1.2em;
  color: #307CD9;
  color: #468be0;
}
.howtoArchive_title i::before {
  position: absolute;
  left: -0.4em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.howtoArchive_title i.ico-27::before,
.howtoArchive_title i.ico-lure::before {
  left: -0.7em;
}
.howtoArchive_title i.ico-28::before,
.howtoArchive_title i.ico-feed::before {
  top: -0.2em;
}

.howtoArchive_index {
  margin: 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.howtoArchive_item {
  width: 350px;
  display:-webkit-box;
  display:flex;
  margin: 0 0 30px;
  color: #000;
  text-decoration: none;  
  border-bottom: #dedede 2px solid;
  padding-bottom: 15px;
}
.howtoArchive_item:nth-child(2n-1) {
  margin-right: 20px;
}
.howtoArchive_item_thumb {
  width: 110px;
  margin-bottom: 6px;
}
.howtoArchive_item_body {
  width: 230px;
  padding-left: 14px;
}
.howtoArchive_item h3 {
  margin: -2px 0 9px;
  font-size: 15px;
  line-height: 1.6;
}
.howtoArchive_item:hover h3 {
  text-decoration: underline;
}

/* 	howto_tag
-----------------------------*/
.howto_tag {
  font-size: 0;
}
.howto_tag li {
  display: inline-block;
  font-size: 11px;
  margin: 0 6px 6px 0;
  padding: 0.3em 0.6em;
  line-height: 1.2;
  background: #ccc;
  border-radius: 4px;
}
.howto_tag li:empty {
  display: none;
}
.howto_tag li[data-tag="cate27"],
.howto_tag li[data-tag="cate28"] {
  border: #b6cef0 1px solid;
  background: #e3efff;
}
.howto_tag li[data-tag="tag1"],
.howto_tag li[data-tag="tag2"],
.howto_tag li[data-tag="tag3"] {
  background: #FFC846;
  background: #fce09f;
  border: #efd087 1px solid;
  background: #ffefcb;
}
.howto_tag li[data-tag="tag4"],
.howto_tag li[data-tag="tag5"],
.howto_tag li[data-tag="tag6"],
.howto_tag li[data-tag="tag7"],
.howto_tag li[data-tag="tag8"] {
  background: #81DBCF;
  background: #b6ecfc;
  background: #bcedf7;
  border: #abe0eb 1px solid;
  background: #ddf6fb;
}


/* 	howtoResult
-----------------------------*/
.howtoResult_amount {
  padding-left: 5px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #EC0E0E;
  line-height: 1.4;
}
.howtoResult_amount small {
  font-size: 80%;
}
.howtoResult_condition {
  display:-webkit-box;
  display:flex;
  margin: 0 0 30px;
  padding: 11px 12px 7px;
  background: #104996;
  background: linear-gradient(#135BB4 0%,#0C3882 100%);
  border-radius: 4px;
}
.howtoResult_condition dt {
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  padding-right: 3px;
}
.howtoResult_condition dd ul {
  font-size: 0;
}
.howtoResult_condition dd ul li {
  display: inline-block;
  font-size: 13px;
  margin: 0 5px 5px 0;
  padding: 0.3em 0.8em 0.2em;
  line-height: 1.3;
  font-weight: bold;
  background: #ccc;
  border-radius: 4px;
  background: #e8edf5;
  color: #104996;
  border: solid  1px #fff;
}


/* 	howtoSingle
-----------------------------*/
.howtoSingle {
  width: 850px;
  margin: 0 auto 60px;
}
.howtoSingle > header {
  margin: 0 0 40px;
}
.howtoSingle_kv {
  text-align: center;
  margin: 0 0 36px;
}
.howtoSingle_kv img {
  width: auto;
  max-width: 100%;
}
.howtoSingle_title {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.4;
}
.howtoSingle .howto_tag li {
  font-size: 13px;
  padding: 7px 10px 5px;
}

.howtoSingle_item_body {
}
.howtoSingle_item_body#cms {
  width: auto;
}




.howto_back {
  margin: 0 25px 15px;
  padding: 18px 0 0;
}
.howto_back a {
	display: inline-block;
  position: relative;
	font-size: 15px;
  line-height: 1.2;
  padding: 5px;
  padding-left: 18px;
  color: #000;
}
.howto_back a:hover {
	text-decoration: none;
}
.howto_back a:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  left: 3px;
  width: 0.7em;
  height: 0.7em;
  border-bottom: 2px solid #434343;
  border-left: 2px solid #434343;
  transform: rotate(45deg);
  z-index: 10;
}

.howto_back + [class^="howtoBtn"] {
  margin-top: -54px;
}



/* 	CMS調整
-----------------------------*/
.howtoSingle #cms .article_detail .cms_photo {
  width: 640px;
  margin: 0 auto 50px;
}
