@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*  reset
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

#header .utility .inner::after,
#footer .pagetop::after,
.list_atok dd ul::after,
.column::after,
.imge_left::after,
.btn_02 .list::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/*  base
-----------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 100%;
  line-height: 1.75;
  font-weight: 500;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
}

body .pc_del {
  margin: 0 -1px;
}

body .pc_del img {
  max-width: 902px !important;
}

body .sp_del {
  display: none;
}

body sup {
  font-size: 0.875rem;
  line-height: 1.71429;
  vertical-align: top;
}

a {
  transition: all 0.3s;
  color: #333;
  text-decoration: none;
}

button {
  transition: all 0.3s;
  display: block;
}

button:hover,
button:focus {
  opacity: .7;
}

h2 {
  padding-top: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

h3 {
  max-width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 0px 293px 0px 292px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  background-color: #0095dc;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

h4 {
  color: #0095dc;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 5%;
}

/*  header
-----------------------------------------*/
#header {
  position: fixed;
  background: #54c2f0;
  top: 0;
  width: 100%;
  height: 17.3vw;
  z-index: 9999;
}

#header .logo_top {
  margin: auto;
  /*overflow: hidden;*/
  position: relative;
  height: 17.3vw;
}

.logo_top_img {
  background: #54c2f0;
  z-index: 2;
  display: table;
  position: absolute;
  width: 46%;
  top: 0;
  bottom: 0;
  left: 4%;
  margin: auto 0;
  vertical-align: middle;
  z-index: 100;
}

.logo_top_img a img {
  width: 69.776%;
  max-width: 240px;
  vertical-align: middle;
}

.logo_sns {
  padding: 0 0 5%;
  line-height: 0;
}

.logo_sns a {
  display: inline-block;
  width: 16.068%;
  padding: 0 2%;
}

.logo_sns a > img {
  max-width: 100%;
}

/*  menu_btn
-----------------------------------------*/
.menu_btn {
  width: 19%;
  padding: 3%;
  color: #fff;
  display: block;
  margin: 0;
  float: right;
}

input[type="checkbox"].on-off {
  display: none;
}

.menu_btn img {
  width: 100%;
}

.menu_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  line-height: 0;
}

.menu_inner {
  position: relative;
  height: 17.3vw;
}

.nav_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clear: both;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  z-index: 1000;
}

.nav_wrap .close_btn {
  position: relative;
  width: 18%;
  padding: 3% 3% 0;
  display: block;
  float: right;
  text-align: right;
  z-index: 100;
}

.nav_wrap .close_btn img {
  width: 60%;
}

.nav_wrap ul {
  clear: both;
}

.nav_wrap ul:not(.sns_list) {
  height: 202vw;
}

.menu_inner li {
  padding: 0 5px 0;
  line-height: 0;
}

.menu_inner li + li {
  padding-top: 15px;
}

.menu_inner li.nav_title {
  padding: 0;
}

.menu_inner li.nav_title img {
  width: 100%;
  margin-top: -8vw;
}

.menu_inner li.nav_logo {
  padding: 6% 0 5%;
  text-align: center;
}

.menu_inner li.nav_logo img {
  width: 42%;
  max-width: 280px;
}

.menu_btn_li {
  width: 94.523%;
  max-width: 586px;
  margin: 0 auto;
}

.menu_btn_li img {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.sns_list {
  display: table;
  width: 50%;
  margin: 0 auto;
  padding: 5% 0 0;
  text-align: center;
}

.sns_list li {
  display: table-cell;
}

.sns_list img {
  width: 90%;
}

input[type="checkbox"].on-off + .nav_wrap {
  height: 0;
  overflow: hidden;
}

input[type="checkbox"].on-off:checked + .nav_wrap {
  height: 182vw;
  overflow: scroll;
}

/*  content
-----------------------------------------*/
.content {
  clear: both;
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 640px;
}

body,
html {
  height: 100%;
}

.section_01 {
  margin-top: -17.3vw;
  padding: 17.3vw 5% 2%;
  color: #030000;
}

.section_01 + .section_01 {
  padding-top: calc(17.3vw + 5%);
}

.section_01#mikiwamebox {
  margin-top: -13.3vw;
  padding-top: calc(13.3vw + 5%);
}

.section_01 p {
  line-height: 1.5em;
  font-size: 15px;
  font-size: calc(87.25% + 0.313vw);
  text-align: justify;
}

.section_01 p.summary {
  font-weight: bold;
  font-size: 17px;
  font-size: calc(93.25% + 0.625vw);
}

.section_01 p + .thumb_01 {
  margin-top: 3%;
}

.section_02 {
  padding: 0 5%;
}

.section_02 + .section_02 {
  padding-top: 3%;
}

.section_03 + .section_03 {
  padding-top: 10%;
}

.section_03.desk {
  width: 88.045%;
  margin: 0 auto;
}

.section_03.desk .osusume_cap {
  font-size: 13px;
  font-size: calc(62.5% + 0.938vw);
}

.main_title {
  margin: 0 auto;
  max-width: 91%;
  margin-bottom: 5%;
  color: #009fe8;
  font-size: 1.5rem;
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.main_title + .thumb_01 {
  padding: 0 5% 2%;
}

.main_title_cap {
  font-weight: bold;
  font-size: 17px;
  font-size: calc(93.25% + 0.625vw);
  text-align: center;
  color: #f4a000;
}

.sub_title {
  margin: 0 auto;
  padding: 0 0 2%;
  line-height: 1;
}

.sub_title > img {
  max-width: 100%;
}

.sub_content {
  padding: 2% 0;
  line-height: 0;
}

.thumb_01 {
  padding: 0 0 4%;
  line-height: 0;
  text-align: center;
}

.thumb_01 > img {
  max-width: 100%;
}

.link_01 {
  padding: 2% 0;
  line-height: 1 !important;
  text-align: center !important;
}

.link_01 img {
  max-width: 100%;
}

.box_01 {
  margin: 0 auto;
  max-width: 100%;
  padding: 0% 5%;
  text-align: left;
}

.box_02 {
  margin: 0 auto;
  max-width: 100%;
  padding: 0% 5% 5%;
}

.main_top {
  width: 100%;
  padding: 17.3vw 0 5%;
}

.point_img img {
  width: 100%;
  padding: 0% 5% 5% 5%;
  text-align: center;
}

.point_img_a img {
  width: 100%;
  text-align: center;
}

.content .area_01 {
  position: relative;
  margin-top: 65px;
  margin-bottom: 33px;
  background: #fff4b7;
  padding: 22px;
  max-width: 100%;
}

.content .area_02 .box_02 {
  margin-top: 1%;
  margin-bottom: 1%;
  background: #f39800;
  padding: 1px 14px;
  text-align: left;
  max-width: 100%;
  border-radius: 10px;
}

.box_a {
  margin: 13px auto;
  border-radius: 6px;
  background: #fff;
  padding: 16px;
  max-width: 100%;
  text-align: center;
}

/*  font
-----------------------------------------*/
.text {
  font-weight: bold;
  color: #f39800;
  font-size: 1.2rem;
}

.text p {
  font-weight: bold;
}

.text_sub {
  color: #f5a200;
  font-weight: bold;
  font-size: 15px;
  font-size: calc(87.5% + 0.313vw);
  text-align: justify;
}

.txt_font {
  font-weight: bold;
}

.orange {
  color: #e48f00;
}

.blue {
  color: #00afec;
}

/*  まとめ
-----------------------------------------*/
.matome_wrap {
  background: #f4a000;
  border-radius: 10px;
  max-width: 100%;
  margin: 4% 5% 0;
  padding: 4%;
  text-align: left;
}

.matome_head {
  padding: 0 0 3%;
  line-height: 1;
  font-size: 22px;
  font-size: calc(112.5% + 1.25vw);
}

.matome_inner {
  background: #fff;
  border-radius: 6px;
  max-width: 100%;
  margin: 0 auto;
  padding: 3% 4%;
  line-height: 1.7em;
}

.matome_inner > .text_sub {
  position: relative;
  padding-left: 1.1em;
}

.matome_inner > .text_sub::before {
  content: "◎";
  position: absolute;
  left: 0;
}

/*  まとめ2
-----------------------------------------*/
.matome2_wrap {
  margin: 0 5%;
  padding: 5% 0 0;
}

.matome2_wrap::before {
  content: url(/smt/desk/common/images/yazirusi.png);
  display: block;
  margin-bottom: -0.8em;
}

.matome2_title {
  background: url(/smt/desk/common/images/star_bg01.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 2%;
  padding: 0.7em 0;
  font-size: 18px;
  font-size: calc(93.75% + 0.938vw);
  color: #f4a000;
  text-align: center;
}

.matome2_cap {
  margin: 0 auto 2%;
  padding: 0.8em 0 0;
  font-size: 18px;
  font-size: calc(93.75% + 0.938vw);
  color: #f4a000;
  text-align: center;
}

/*  青枠
-----------------------------------------*/
.blue_box_a.desk_point3 {
  position: relative;
  margin: 5% 0 10%;
}

.blue_box_a.desk_point3::after {
  content: "";
  position: absolute;
  background: url(/smt/desk/common/images/desk_point3_2.png) center top no-repeat;
  background-size: 100% auto;
  width: 18.671%;
  padding-top: 10%;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 auto;
}

.blue_box_a.desk_point3 .blue_box {
  position: relative;
}

.blue_box_a.desk_point3 .blue_box .thumb_01 {
  padding: 2% 0 3%;
  box-sizing: border-box;
}

.blue_box_a.desk_point3 .blue_box img {
  width: 94%;
  max-width: 576px;
  margin: 0 auto;
}

.blue_box {
  background: #00aeeb;
  border: 3px solid #009fe8;
  border-radius: 17px;
  margin: 5% 0;
  padding: 0;
  font-size: 1rem;
  overflow: hidden;
}

.blue_box > .thumb_01 {
  padding: 7% 3% 0;
}

.blue_box > *:not(.blue_box_title) {
  background: #fff;
}

.blue_box > *:last-child {
  padding-bottom: 5%;
}

.blue_box .sagasikata {
  width: 89.856%;
  max-width: 580px;
}

.blue_box p {
  font-size: 12px;
  font-size: calc(62.5% + 0.625vw);
}

.blue_box p + .thumb_01 {
  margin-top: 4%;
}

.blue_box_title {
  position: static;
  background: #00aeeb;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  font-size: calc(75% + 0.625vw);
}

.blue_box_sub {
  padding: 5% 0 2%;
  line-height: 1;
  font-size: 16px;
  font-size: calc(87.5% + 0.625vw);
  color: #00aeeb;
}

.blue_txt {
  text-align: left;
  overflow: hidden;
  padding: 5% 8%;
}

.blue_txt.l2 {
  padding: 10% 8%;
}

.in_blue {
  position: relative;
  border-radius: 14px;
  background: #d2ecfa;
  padding: 1em 0 0;
  margin: 2em auto 0;
  text-align: justify;
}

.in_blue img {
  width: 100%;
}

.in_blue_head + .in_blue, .in_blue_title + .in_blue {
  margin-top: 1em;
}

.in_blue .in_blue_title {
  position: absolute;
  left: 0;
  right: 0;
  top: -0.7em;
  margin: 0 auto;
  padding: 4px 5%;
}

.in_blue_head {
  padding: 4% 0 0;
  font-weight: bold;
  font-size: 16px;
  font-size: calc(87.5% + 0.625vw);
  color: #231815;
}

.in_blue_title {
  background: #009fe8;
  border-radius: 10px;
  margin: 5% auto 0;
  padding: 0.5em 5%;
  line-height: 1.5em;
  font-size: 14px;
  font-size: calc(62% + 1.5vw);
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.in_blue_title.w6 {
  width: calc(7em + 10%);
  box-sizing: content-box;
}

.in_blue_sub {
  position: relative;
  margin: 0 auto 3%;
  font-size: 14px;
  font-size: calc(62.5% + 1.25vw);
  color: #00a0e9;
  text-align: center;
  overflow: hidden;
}

.in_blue_sub::before {
  content: "･････････････････････････････････････････････････････････････････････････････････････････････････････････";
  position: absolute;
  left: -50%;
  right: -50%;
  margin: 0 auto;
}

.in_blue_sub > span {
  display: inline-block;
  position: relative;
  background: #d2ecfa;
  padding: 0 0.3em;
}

/*  other_menu
-----------------------------------------*/
.other_txt {
  padding: 0 0 0.3em;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  font-size: calc(112.5% + 0.625vw);
  text-align: left;
}

.other_page {
  margin: 0 auto;
  margin-top: 7%;
  padding: 0 5% 8%;
  color: #009fe8;
  font-size: 1rem;
}

.other_page_list {
  margin: 0 auto;
  list-style: none;
}

.other_page_list li {
  margin: 0 auto;
  padding: 0;
  margin: 0;
}

.other_page_list li a {
  display: block;
  background-color: #84cff3;
  background: linear-gradient(120deg, #84cff3 0%, #008cd1 100%);
  border: 1px solid #009fe8;
  border-radius: 10px;
  margin: 1em auto 0;
  padding: 0.6em 0;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 17px;
  font-size: calc(93.25% + 0.625vw);
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.3);
}

.other_page_list li a:hover {
  background: linear-gradient(120deg, #008cd1 0%, #84cff3 100%);
}

/*  products
-----------------------------------------*/
.products_drawer {
  text-align: left;
}

.products_drawer a {
  color: #036eb7;
  font-weight: bold;
  text-decoration: underline;
}

.osusume_box + .osusume_box {
  padding-top: 9%;
}

.osusume_box a {
  color: #333;
}

.osusume_box .products {
  color: #036eb7;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 2%;
  line-height: 1;
  text-align: center;
}
.osusume_box .products_drawer {
  color: #036eb7;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 2%;
  line-height: 1;
  text-align: left;
}

.osusume_box .osusume_cap {
  padding-bottom: 0;
  line-height: 1.8em;
  font-size: 12px;
  font-size: calc(62.5% + 0.625vw);
}

.osusume_txt {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 2%;
}

/*  footer
-----------------------------------------*/
#footer .pagetop {
  position: fixed;
  width: 20.625%;
  right: 0;
  bottom: 1%;
  padding: 0 5%;
  line-height: 1;
}

#footer .pagetop a {
  display: block;
}

#footer .pagetop a > img {
  max-width: 100%;
}

#footer .inner {
  text-align: center;
  background: #fff;
  padding: 1px;
}

#footer .inner .sitemap {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

#footer .inner .sitemap .link {
  text-align: center;
  width: 100%;
}

#footer .inner .logo {
  margin-top: 5px;
}

#footer .inner .logo img {
  max-width: 150px;
}

#footer .inner .copy {
  font-size: 0.875rem;
  line-height: 1.78571;
  color: #231815;
}
