@charset "utf-8";

/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_table { display: none !important; }

body {
  margin: 0;
}

#main {
  width: auto;
  padding: 0;
}

.btn-top-01 {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
}

.btn-top-01 a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0;
  color: transparent;
  background: rgba(0, 171, 235, 0.5);
  border-radius: 50%;
}

.btn-top-01 a::before, .btn-top-01 a::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  display: block;
  width: 13px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  content: "";
}

.btn-top-01 a::before {
  left: -8px;
  transform: rotate(134deg);
}

.btn-top-01 a::after {
  left: 8px;
  transform: rotate(-134deg);
}

.l-wrapper {
  background-color: #f3f3f3;
  line-height: 1.75;
  font-size: 16px;
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-wrapper br {
  line-height: initial;
}

.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-contents-area {
  position: relative;
  width: 1130px;
  margin: 0 auto;
  padding-bottom: 144px;
}

.l-wrapper .l-contents-area {
  max-width: none !important;
}

.l-content {
  box-sizing: border-box;
  padding: 48px 32px 20px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.l-hero {
  background-color: #00AAEB;
  overflow: hidden;
}

.c-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1130px;
  margin: 0 auto;
}

.c-hero__ttl {
  flex: 0 0 auto;
  margin-left: calc((-1600px + 1130px) / 2);
  margin-right: calc((-1600px + 1130px) / 2);
}

.p-section {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.p-section:last-child {
  border-bottom: none;
}

.p-section__lead {
  margin-bottom: 40px;
}

.p-section + .p-section {
  margin-top: -10px;
}

.p-content-inner {
  max-width: 820px;
  margin: 0 auto;
}

.c-hdg01 {
  margin: 48px 0 32px;
  line-height: 1.5;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}





/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

#yogo_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto;
}

#yogo_index:after {
  content: "";
  display: block;
  width: 31.7%;
  height: 0;
}

.yogo_top #yogo_index {
  margin-top: 48px;
}

.yogo_top .c-hdg01 + #yogo_index {
  margin-top: 32px;
}

.yogo_category {
  -webkit-flex-basis: 31.7%;
  -ms-flex-basis: 31.7%;
  flex-basis: 31.7%;
  max-width: 31.7%;
  width: 31.7%;
  margin: 0 0 35px;
}

.yogo_category_title {
  margin: 0 auto 5px;
  padding: 16px 5px 14px;
  background: #00aaeb;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.yogo_category ul {
  margin: 0;
  padding: 0;
}

.yogo_category ul li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

.yogo_category ul li a {
  display: block;
  padding: 14px 0 14px 26px;
  background: url("../images/icn_detail.png") left 6px top 17px / 14px 14px no-repeat;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yogo_category ul li a:hover {
  background: url("../images/icn_detail.png") left 6px top 15px / 14px 14px no-repeat;
}

.yogo_category ul li a.current {
  background-color: #E7F8FF;
}

.yogo_kw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 820px;
  margin: 50px auto;
}

h3.yogo_kw_title {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 22px 10px 19px;
  border: 5px solid #00aaeb;
  border-right: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #00aaeb;
}

.yogo_kw ul {
  flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 22px 10px 19px;
  border: 5px solid #00aaeb;
  border-left: none;
}

.yogo_kw ul li {
  list-style: none;
  margin: 0 20px 0 0;
}

.yogo_kw ul li a {
  display: block;
  padding: 10px 0 10px 26px;
  background: url("../images/icn_detail.png") left top 14px / 18px 18px no-repeat;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yogo_kw ul li a:hover {
  background: url("../images/icn_detail.png") left top 12px / 18px 18px no-repeat;
}

.yobo_btn {
  max-width: 520px;
  margin: 56px auto 56px;
}

.yobo_btn a {
  display: block;
  padding: 18px 30px 16px 30px;
  background: url("../images/icn_arrow_r_wh.png") right 16px center / 12px auto no-repeat #00aaeb;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yobo_btn a:hover {
  background: url("../images/icn_arrow_r_wh.png") right 14px center / 12px auto no-repeat #06BAFF;
}

.yogo_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.yogo_main {
  -webkit-flex-basis: 69%;
  -ms-flex-basis: 69%;
  flex-basis: 69%;
  max-width: 734px;
  width: 69%;
  margin: 0 0 35px;
}

.yogo_side {
  -webkit-flex-basis: 29%;
  -ms-flex-basis: 29%;
  flex-basis: 29%;
  max-width: 300px;
  width: 29%;
  margin: 0 0 35px;
}

.yogo_side .yogo_category {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 25px;
}

.yogo_side .yogo_category_title {
  padding: 16px 10px 14px;
  background: url("../images/icn_open.png") right 10px center / 20px auto no-repeat #00aaeb;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yogo_side .yogo_category_title.selected {
  background: url("../images/icn_close.png") right 10px center / 20px auto no-repeat #00aaeb;
}

.yogo_side .yogo_category_title:hover {
  background-color: #06BAFF;
}

.yogo_main_category {
  border-bottom: 4px solid #00aaeb;
}

.yogo_main_category span {
  display: inline-block;
  padding: 12px 20px 3px;
  background: #00aaeb;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

.yogo_main_title {
  margin: 0 auto 35px;
  padding: 34px 20px 32px;
  border-bottom: 4px solid #00aaeb;
  font-size: 28px;
  line-height: 1.3;
}

.yogo_main p {
  margin-bottom: 30px;
}

.yogo_main p.w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.yogo_main p.w90p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px #eee;
}

.yogo_main table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

.yogo_main th {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.yogo_main td {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.note1 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.note2 {
  display: block;
  padding-left: 2em;
  text-indent: -1em;
}

.note3 {
  display: block;
  padding-left: 3em;
  text-indent: -2em;
}

.note4 {
  display: block;
  padding-left: 4em;
  text-indent: -3em;
}

.note5 {
  display: block;
  padding-left: 5em;
  text-indent: -4em;
}

.note6 {
  display: block;
  padding-left: 6em;
  text-indent: -5em;
}

.note7 {
  display: block;
  padding-left: 7em;
  text-indent: -6em;
}

.note8 {
  display: block;
  padding-left: 8em;
  text-indent: -7em;
}

.note9 {
  display: block;
  padding-left: 9em;
  text-indent: -8em;
}

.note10 {
  display: block;
  padding-left: 10em;
  text-indent: -9em;
}

.note105 {
  display: block;
  padding-left: 10.5em;
  text-indent: -9.5em;
}

.note11 {
  display: block;
  padding-left: 11em;
  text-indent: -10em;
}

.note12 {
  display: block;
  padding-left: 12em;
  text-indent: -11em;
}

.note13 {
  display: block;
  padding-left: 13em;
  text-indent: -12em;
}

.yogo_small {
  font-size: 80%;
}

a.yogo_link {
  padding-right: 20px;
  background: url("../images/icn_link.png") right center / 14px auto no-repeat #fff;
}

a.yogo_new {
  padding-right: 20px;
  background: url("../images/icn_new.png") right center / 14px auto no-repeat #fff;
}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 961px) {
}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_table { display: table !important; }

/* 納品時コメントアウト */
body { min-width: auto; }

#main {
  width: auto;
  padding: 0;
}

.btn-top-01 {
  position: fixed;
  right: 10px;
  bottom: 25px;
  z-index: 100;
}

.btn-top-01 a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0;
  color: transparent;
  background: rgba(0, 171, 235, 0.5);
  border-radius: 50%;
}

.btn-top-01 a::before, .btn-top-01 a::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  display: block;
  width: 13px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  content: "";
}

.btn-top-01 a::before {
  left: -8px;
  transform: rotate(134deg);
}

.btn-top-01 a::after {
  left: 8px;
  transform: rotate(-134deg);
}

.l-wrapper {
  background-color: #f3f3f3;
  line-height: 1.75;
  font-size: 16px;
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-wrapper br {
  line-height: initial;
}

.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-contents-area {
  width: auto;
  padding: 0 15px 64px;
}

.l-content {
  margin-bottom: 32px;
  padding: 24px 15px 16px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}

.l-hero {
  background-color: #00AAEB;
  overflow: hidden;
}

.c-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
}

.c-hero__ttl {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.p-section {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.p-section:last-child {
  border-bottom: none;
}

.p-section:not(:last-child) {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.p-section__lead {
  margin-bottom: 25px;
}

.p-section + .p-section {
  margin-top: -10px;
}

.p-content-inner {
  max-width: 820px;
  margin: 0 auto;
}

.p-section + .p-section {
  margin-top: -10px;
}

.c-hdg01 {
  margin: 25px 0 20px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

ul.topicpath {
  float: none;
  width: auto;
  padding: 0;
  background-image: none;
  line-height: 1.75;
  color: #4d4d4d;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
ul.topicpath li {
  float: none;
  display: inline;
  font-size: 12px !important;
}
ul.topicpath li:nth-child(n+2) {
  position: relative;
  margin-left: 25px;
}
ul.topicpath li:nth-child(n+2)::before,
ul.topicpath li:nth-child(n+2)::after {
  position: absolute;
  left: -16px;
  display: block;
  width: 7px;
  height: 1px;
  background: #999;
  content: "";
  font-size: 0;
}
ul.topicpath li:nth-child(n+2)::before {
  top: 4px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
ul.topicpath li:nth-child(n+2)::after {
  top: 8px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
ul.topicpath li + li:before {
  display: none;
}





/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

#yogo_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto;
}

#yogo_index:after {
  display: none;
}

.yogo_top #yogo_index {
  margin-top: 25px;
}

.yogo_top .c-hdg01 + #yogo_index {
  margin-top: 20px;
}

.yogo_category {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 35px;
}

.yogo_category_title {
  margin: 0 auto 5px;
  padding: 16px 5px 14px;
  background: #00aaeb;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.yogo_category ul {
  margin: 0;
  padding: 0;
}

.yogo_category ul li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

.yogo_category ul li a {
  display: block;
  padding: 14px 0 14px 26px;
  background: url("../images/icn_detail.png") left 6px top 17px / 14px 14px no-repeat;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yogo_category ul li a:hover {
  background: url("../images/icn_detail.png") left 6px top 15px / 14px 14px no-repeat;
}

.yogo_category ul li a.current {
  background-color: #E7F8FF;
}

.yogo_kw {
  display: block;
  max-width: 820px;
  margin: 25px auto;
}

h3.yogo_kw_title {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 22px 15px 8px;
  border: 5px solid #00aaeb;
  border-bottom: none;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #00aaeb;
}

.yogo_kw ul {
  flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0 15px 19px;
  border: 5px solid #00aaeb;
  border-top: none;
}

.yogo_kw ul li {
  list-style: none;
  margin: 0 15px 0 0;
}

.yogo_kw ul li a {
  display: block;
  padding: 5px 0 5px 26px;
  background: url("../images/icn_detail.png") left top 14px / 18px 18px no-repeat;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yogo_kw ul li a:hover {
  background: url("../images/icn_detail.png") left top 12px / 18px 18px no-repeat;
}

.yobo_btn {
  max-width: 520px;
  margin: 56px auto 56px;
}

.yobo_btn a {
  display: block;
  padding: 18px 30px 16px 30px;
  background: url("../images/icn_arrow_r_wh.png") right 16px center / 12px auto no-repeat #00aaeb;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yobo_btn a:hover {
  background: url("../images/icn_arrow_r_wh.png") right 14px center / 12px auto no-repeat #06BAFF;
}

.yogo_content {
  display: block;
}

.yogo_main {
  max-width: 100%;
  width: 100%;
  margin: 0 0 35px;
}

.yogo_side {
  max-width: 100%;
  width: 100%;
  margin: 0 0 35px;
}

.yogo_side .yogo_category {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 25px;
}

.yogo_side .yogo_category_title {
  padding: 16px 10px 14px;
  background: url("../images/icn_open.png") right 10px center / 20px auto no-repeat #00aaeb;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.yogo_side .yogo_category_title.selected {
  background: url("../images/icn_close.png") right 10px center / 20px auto no-repeat #00aaeb;
}

.yogo_side .yogo_category_title:hover {
  background-color: #06BAFF;
}

.yogo_main_category {
  border-bottom: 4px solid #00aaeb;
}

.yogo_main_category span {
  display: inline-block;
  padding: 12px 10px 3px;
  background: #00aaeb;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

.yogo_main_title {
  margin: 0 auto 35px;
  padding: 34px 10px 32px;
  border-bottom: 4px solid #00aaeb;
  font-size: 22px;
  line-height: 1.3;
}





}





/* - - - - - - - - - - - - - - - - - (print) - - - - - - - - - - - - - - - - - */

@media print {
  html, body { width: 1100px; }
}

/* - - - - - - - - - - - /end - - - - - - - - - - - */









