@charset "UTF-8";
/*
Theme Name: かんたん解決.com
Version: 1.0-20210506
Author: 8Design Okishima_CREATE
Author URI: http://www.kantankaiketsu.com/
*/
/****************************************
          General Setting
*****************************************/
html {
  font-size: 62.5%;
  display: block;
  zoom: 1; /* IEのみ */
}
body {
  background-color: #fff;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
  font-weight: normal;
  font-style: normal;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", sans-serif;
  color: #000;
  width: 100%;
  display: block;
  zoom: 1; /* IEのみ */
  -webkit-text-size-adjust: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, p, blockquote, th, td, span {
  margin: 0;
  padding: 0;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary, div {
  display: block;
}
input {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", sans-serif;
}
textarea {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", sans-serif;
  width: 95%;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
.wrap {
  overflow: hidden;
  position: relative;
  background-image: url(images/background.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.center {
  text-align: center !important;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
a {
  color: #000;
}
main {
  position: relative;
}
.margin_right {
  margin-right: 0 !important;
}
/*スマートフォン0〜960px*/
@media screen and (max-width:960px) {
  .br::before {
    content: "\A";
    white-space: pre;
  }
}
/****************************************
          List
*****************************************/
ul, li {
  list-style-type: none;
}
/****************************************
          Link
*****************************************/
a:hover img {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50); /* Ie用 */
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
/****************************************
          Header
*****************************************/
header {}
/*スマートフォン0〜900px*/
@media screen and (max-width:960px) {}
/****************************************
          sidebar
*****************************************/
.sidebar {
    border-right: 1px solid #000;
    float: left;
    width: 20%;
    max-width: 250px;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    overflow-y: scroll;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
}
.logo {
  width: 100%;
  margin: 0;
  font-size: 0;
}
.nav {
  margin: 0 auto;
  font-size: 0;
}
.nav ul {
  font-size: 14px;
}
.nav ul li {
  border-bottom: 1px solid #ccc;
  text-indent: 20px;
  padding: 10px 0 0;
}
.nav ul li:first-child {
  padding: 0;
}
.nav ul li a {
  display: block;
  padding: 15px 0;
}
.nav ul li a:hover {
  display: block;
  background-color: #ccc;
  padding: 15px 0;
}
.nav ul li ul li.nav_in {
  border: none;
  margin: 0 0 0 15px;
  padding: 0;
}
.nav ul li ul li.nav_in a {
  display: block;
  padding: 5px 0;
}
.nav ul li ul li.nav_in a:before {
  content: '\025b6';
  padding: 0 5px 0 0;
}
.nav ul li .nav_btn {
  padding: 0 12px;
}
.nav ul li .btn_logout {
  display: block;
  padding: 12px 0;
	background: #595757;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
}
.nav ul li .btn_logout:hover {
	padding: 12px 0;
	background: #595757;
}
.nav ul li .btn_login {
  display: block;
  padding: 12px 0;
	background: #030099;
	color: #fff;
	font-size: 18px;
	border: 2px solid #030099;
	box-sizing: border-box;
}
.nav ul li .btn_login:hover {
	padding: 12px 0;
	background: #030099;
}
.nav ul li .btn_member {
  display: block;
  padding: 12px 0;
	background: #fff;
	color: #030099;
	border: 2px solid #030099;
	font-size: 18px;
	margin: 12px 0;
	box-sizing: border-box;
}
.nav ul li .btn_member:hover {
	padding: 12px 0;
}
/****************************************
          main
*****************************************/
main {
  position: relative;
  margin: 0;
  width: 100%;
}
.wrap2 {
  margin: 0 auto;
  width: 80%;
  float: right;
}
.cat {
  width: 100%;
  margin: 70px auto 0;
  text-align: center;
  max-width: 1200px;
}
.cat ul {
  display: -moz-inline-box;
  display: inline-block;
  width: 24%;
  margin: 0 30px 50px 0;
  text-align: center;
}
.cat ul li:first-child {
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  width: 90%;
  max-width: 260px;
  margin: 0 auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 1.5rem;
}
.bnr_wrap {
    margin: 0 auto 15px;
    width: 90%;
    max-width: 300px;
}
.bnr {
  margin: 10px 0 0 0;
  border: 1px solid #000;
  font-size: 0;
  box-sizing: border-box;
}
.bnr img {
  width: 100%;
}
.about_txt {
  font-size: 1.5rem;
  margin: 20px 0 40px;
}
ul.about_cat {
  margin: 0 0 40px 0;
}
ul.about_cat li {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
ul.about_cat li:first-child {
  width: 25%;
  font-size: 0;
}
ul.about_cat li:last-child {
  width: 70%;
  margin: 0 0 0 17px;
}
ul.about_cat li ul li {
  display: block;
  border-bottom: 1px dashed #000;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 10px 0;
}
ul.about_cat li ul li h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
}
ul.about_cat li ul li h3 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
}
ul.about_cat li ul li:first-child {
  font-size: 1.8rem;
  background-color: #595757;
  color: #fff;
  padding: 5px 0;
  text-indent: 10px;
  width: 100%;
  border-bottom: none;
}
ul.about_cat li ul li:last-child {
  font-size: 1.5rem;
  width: 100%;
  margin: 0;
  font-weight: normal;
  text-align: justify;
  border-bottom: none;
}
.ichiran_about {
  margin: 40px auto 0;
  text-align: right;
}
.ichiran_about a {
  background-color: #000;
  color: #fff;
  padding: 5px;
  font-size: 14px;
}
.end {
  height: 400px;
}
/*スマートフォン0〜900px*/
@media screen and (max-width:960px) {}
/****************************************
          News
*****************************************/
.news, .about {
  margin: 80px auto;
  width: 80%;
  max-width: 1200px;
}
.sttl {
  background-color: #004575;
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-indent: 0px;
  line-height: 33px;
}
.ssttl {
  border-bottom: 1px dashed #000;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.ssttl2 {
  border-bottom: 1px dashed #000;
  border-top: 1px dashed #000;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 10px 0;
  margin: 10px 0;
}
.post {
  margin: 0 0 45px 0;
  border-bottom: 1px dashed #000;
  padding: 0 0 45px 0;
}
.news_info {
  width: 80%;
  margin: 40px auto 0;
}
.news_info ul {
  border-bottom: 1px dotted #000;
  line-height: 35px;
}
.news_info ul li {
  display: -moz-inline-box;
  display: inline-block;
  padding: 6px 0;
  font-size: 16px;
  margin: 0 45px 0 0;
}
.news_info ul:first-child {
  border-top: 1px dotted #000;
}
.news_info ul li.date:after {
  *content: "\FF5C";
}
.ichiran_news {
  margin: 40px auto 0;
  text-align: right;
}
.news a, .ichiran_news a {
  color: #000;
}
.cat_news {
  background-color: #222;
  margin: 0 auto;
  width: 100%;
  padding: 50px 20px 10px;
}
.cat_news_inner {
  width: 90%;
  margin: 20px auto;
}
.searchform {
  margin: 0 auto 25px;
  text-align: center;
}
.widget-area {
  width: 90%;
  margin: 25px auto;
}
.news_ttl {
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  font-family: "游明朝", "YuMincho", "Yu Mincho", serif;
}
.news_ttl_bottom {
  border: 1px solid #000;
  width: 90px;
  margin: 20px auto 40px;
}
.ichiran_news a {
  background-color: #000;
  color: #fff;
  padding: 5px;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
}
.news_info ul li.date {
  width: 20%;
}
.widget {
  margin: 0 0 30px 0;
}
/*スマートフォン900px*/
@media screen and (max-width:960px) {
  .news_info ul {
    border-bottom: 1px dotted #000;
    line-height: 24px;
  }
  .news_info ul li {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    margin: 0;
  }
  .news_info ul li.date {
    width: 100% !important;
    padding: 10px 0 0 0;
  }
  .news_info ul li.text {
    padding: 0 0 10px 0;
  }
}
/****************************************
          ニュース記事
*****************************************/
.news_date {
  font-size: 18px;
  padding-bottom: 3px;
}
h2.screen-reader-text {
  display: none;
}
span.meta-nav:after {
  content: "│";
}
nav.navigation.post-navigation {
  margin: 0 0 40px 0;
}
.nav-links {
  margin: 60px auto;
  text-align: left;
}
/****************************************
          下層ページ
*****************************************/
.kasou {
  margin: 80px auto;
  width: 80%;
  max-width: 900px;
}
.kasou_text {
  font-size: 1.5rem;
  text-align: left;
  margin: 30px 0 100px;
}
.kasou_text ul li {
  line-height: 30px;
}
.kasou_text ul li a:hover {
  text-decoration: underline;
}
/*スマートフォン0〜900px*/
@media screen and (max-width:960px) {}
/****************************************
          カタログページ
*****************************************/
ul.catalog {
  margin: 0 auto 40px;
	text-align:center;
}
ul.catalog li:first-child {
  font-size: 0;
  text-align: center;
}
ul.catalog li:last-child {
  width: 75%;
  margin: 0 auto;
}
ul.catalog li ul li {
    font-size: 1.5rem !important;
    width: 100% !important;
    font-weight: normal;
    text-align: justify;
    border-bottom: none;
    max-width: 100% !important;
    line-height: 25px;
    vertical-align: middle;
    margin: 0 0 15px 0 !important;
}
ul.catalog li {
  display: block;
  vertical-align: top;
}
ul.catalog li img {
  width: 90%;
  max-width: 500px;
  mix-blend-mode: multiply;
}
ul.catalog li ul.feature {
  border: 1px solid #000;
  padding: 2rem;
  margin: 25px auto;
}
ul.catalog li ul.feature li:nth-last-child(odd) {
  padding: 0 0 0 16px;
}
ul.catalog li ul.feature li:first-child {
  font-weight: bold;
  font-size: 3rem !important;
  padding: 0 0 11px 0 !important;
}
.cat_img {
  margin: 20px auto;
  width: 90%;
}
.products {
  margin: 35px 0 0 0;
}
.products ul li:first-child {
  background-color: #f0a600;
  color: #fff;
  width: 100%;
  text-align: center;
  border: none !important;
  font-weight: bold;
  font-size: 2rem !important;
  margin: 0 0 10px 0 !important;
  border-radius: 25px;
  padding: 10px 0;
}
.products ul li {
  line-height: 40px;
}
ul.ichiran li:before {
  content: '\025b6';
  padding: 0 5px 0 0;
}
ul.products_in li:first-child {
    width: 97% !important;
    background-color: #595757;
    color: #fff;
    border: none !important;
    font-size: 1.5rem !important;
    font-weight: normal;
    text-align: left;
    margin: 0 0 10px 0 !important;
    border-radius: 0;
    line-height: 18px;
    padding: 10px;
}
ul.products_in li:last-child {
    width: 97% !important;
    border: none !important;
}
ul.products_in li:last-child a {
  text-decoration: underline;
}
.s_table a {
  background-color: #004575;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 30px;
  margin: 30px auto;
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
}
/****************************************
          フォーム
*****************************************/
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg, #wpmem_reg_comp {
  max-width: 800px;
  width: 78%;
  margin: 120px auto 0;
}
#wpmem_login fieldset,  #wpmem_reg fieldset {
  border: none;
}
#wpmem_login legend, #wpmem_reg legend, #wpmem_reg_comp h2 {
  background: #030099;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 0.73;
  padding: 17px 30px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 80px;
}
#wpmem_login label, #wpmem_reg label {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  display: flex;
  width: 387px;
  margin: 0 auto 16px;
}
#wpmem_reg label[for="username"] {
  overflow: hidden;
  height: 0;
}
#wpmem_reg label[for="username"] + .div_text {
  overflow: hidden;
  height: 0;
}
#wpmem_reg label#label_password {
  margin-bottom: 8px;
}
#wpmem_login label .req, #wpmem_reg label .req, #wpmem_reg dt span.req {
  margin-left: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #FF4646;
  line-height: 1.57;
}
#wpmem_login input[type=submit] {
  display: block;
  margin: auto;
}
#wpmem_login input[type=checkbox],
#wpmem_login input[type=radio],
#wpmem_reg input[type=checkbox],
#wpmem_reg input[type=radio] {
  max-width: none;
  width: auto;
  margin-bottom: 32px;
}
#wpmem_login input[type=radio], #wpmem_reg input[type=radio] {
  margin-bottom: 24px;
}
#wpmem_login input[type=checkbox] + label,
#wpmem_login input[type=radio] + label,
#wpmem_reg input[type=checkbox] + label,
#wpmem_reg input[type=radio] + label {
  display: inline;
}
#wpmem_login input[type=radio] + label,
#wpmem_reg input[type=radio] + label {
  font-weight: normal;
}
#wpmem_login input[type=password],
#wpmem_login input[type=text],
#wpmem_reg input[type=date],
#wpmem_reg input[type=email],
#wpmem_reg input[type=number],
#wpmem_reg input[type=password],
#wpmem_reg input[type=text],
#wpmem_reg input[type=url],
#wpmem_reg textarea {
  display: block;
  max-width: 384px;
  border-radius: 6px;
  border: 1px solid #ACB6BE;
  padding: 13px 20px;
  font-size: 15px;
  line-height: 1.46;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
  color: #000;
}
#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_date,
#wpmem_reg .div_file,
#wpmem_reg .div_image,
#wpmem_reg .div_membership,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_number,
#wpmem_reg .div_radio,
#wpmem_reg .div_select,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_url {
  margin: 0 0 32px 0;
}
#wpmem_login .button_div, #wpmem_reg .button_div, #wpmem_reg_comp .button-area {
  padding: 6px 0;
  text-align: center;
}
#wpmem_reg .button_div {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 592px;
    gap: 32px;
    margin: auto;
}
#wpmem_login .div_radio, #wpmem_reg .div_radio {
  max-width: 387px;
  margin: 0 auto;
  width: 100%;
}
#wpmem_reg input.other[type=text] {
  margin-bottom: 32px;
}
#wpmem_reg_comp .button-area >a,
#wpmem_login button,
#wpmem_login input,
#wpmem_reg button,
#wpmem_reg input,
#wpmem_reg select,
#wpmem_reg textarea {
  max-width: 384px;
  width: 100%;
  background: #030099;
  padding: 18px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border: none;
  box-sizing: border-box;
}
#wpmem_reg button.prev,
#wpmem_reg .buttons.register {
  display: none;
  margin: auto;
  cursor: pointer;
}
#wpmem_reg button.prev {
  background: #5E5E5E;
}
#wpmem_reg button.confilm {
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
}
#wpmem_reg_comp .button-area >a {
  display: block;
  margin: auto;
}
#wpmem_login .req-text, #wpmem_reg .req-text {
  display: none;
}
.links .form_register {
  max-width: 384px;
  margin: 40px auto 0;
}
.links .form_passwordreset,
.links .form_register,
.links .form_agreement,
.links .form_login {
  text-align: center;
  margin-top: 40px;
}
.links .form_passwordreset,
.links .form_agreement {
  max-width: 384px;
  margin: 40px auto 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDDDD;
}
.links .form_agreement >p,
.links .form_login >p {
  font-size: 12px;
}
.links .form_passwordreset >p {
  font-size: 15px;
}
.links .form_passwordreset >p >a,
.links .form_agreement >p >a,
.links .form_login >p >a {
  color: #030099;
  text-decoration-line: underline;
}
.links .form_register >a {
    border: 1px solid #030099;
    padding: 18px 0;
    color: #030099;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    line-height: 1;
    background: #fff;
}
.reg_flow {
  width: 679px;
  margin: 0 auto 80px;
}
.reg_flow >ul {
  display: flex;
  justify-content: space-around;
}
.reg_flow >ul >li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #C4C4C4;
  position: relative;
}
.reg_flow >ul >li:not(:last-child)::after {
  content: "";
  width: 170px;
  background: #C4C4C4;
  height: 2px;
  position: absolute;
  left: 120%;
}
.reg_flow >ul >li.active {
  color: #000;
}
.reg_flow >ul >li.active p.num {
  border-bottom: 4px solid #030099;
}
.reg_flow >ul >li .num {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  width: 40px;
  text-align: center;
}
.reg_flow >ul >li .process {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.28;
}
#wpmem_reg_comp .message {
  max-width: 384px;
  margin: auto;
  padding: 80px 0;
}
#wpmem_reg div.confilm {
  max-width: 384px;
  margin: 80px auto;
}
#wpmem_reg div.confilm .list {
  margin-top: 40px;
}
#wpmem_reg div.confilm .list dt {
  font-weight: bold;
  font-size: 16px;
}
#wpmem_reg div.confilm .list dd {
  margin-top: 16px;
  font-size: 16px;
}
#wpmem_reg div.confilm .list dl {
  margin-top: 32px;
}
#wpmem_reg div.confilm .list dl:first-child {
  display: none;
}
.div_password_option {
  max-width: 384px;
  margin: 16px auto 0;
}
.div_password_option #label_showpass {
  font-size: 14px;
  font-weight: normal;
  margin-left: 8px;
}
#rememberme, #wpmem_login input#rememberme[type=checkbox] + label {
  display: none;
}
#wpmem_reg .div_pwd_attention {
  max-width: 384px;
  margin: 0 auto 16px;
}
#wpmem_reg .div_pwd_attention .div_pattern {
  color: #5E5E5E;
  font-size: 14px;
}
#wpmem_reg .div_pwd_attention .div_attention {
  color: #FF4646;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
#wpmem_reg label#label_other_billing_Industry {
  height: 0;
  opacity: 0;
  margin: 0;
}
/*スマートフォン0〜960px*/
@media screen and (max-width:960px) {
  #wpmem_login fieldset, #wpmem_reg fieldset {
    min-inline-size: auto;
  }
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg, #wpmem_reg_comp {
	width: 90%;
    margin: 80px auto 100px;
  }
  #wpmem_login legend, #wpmem_reg legend, #wpmem_reg_comp h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .reg_flow {
    max-width: 679px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .reg_flow >ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .reg_flow >ul >li:not(:last-child)::after {
    width: 50%;
    left: 75%;
  }
  #wpmem_reg div.confilm {
    margin: 50px auto;
  }
  #wpmem_reg .button_div {
    gap: 10px;
  }
  #wpmem_reg_comp .message {
    padding: 0  0 50px;
  }
}

/****************************************
          footer
*****************************************/
footer {
  position: relative;
  width: 100%;
  font-size: 12px;
  background-color: #004575;
  height: auto;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  padding: 0 0 35px 0;
}
.footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
ul.footer_menu li {
  display: -moz-inline-box;
  display: inline-block;
  margin: 20px 0 30px;
}
ul.footer_menu li a {
  color: #fff;
}
ul.footer_menu li:after {
  content: '\FF5C';
  margin: 0 30px;
}
ul.footer_menu li:last-child:after {
  content: none;
}
#top_back {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
  right: 20px;
  width: 60px;
}
#top_back li {
  margin: 6px 0;
}
#top_back li a:hover {
  opacity: 0.5;
}
/*スマートフォン0〜900px*/
@media screen and (max-width:960px) {
  #top_back {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 20px;
    width: 60px;
  }
  .wrap2 {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
  .cat ul {
    display: block;
    width: 80%;
    margin: 40px auto;
    text-align: center;
  }
  .margin_right {
    margin-right: auto !important;
  }
  .bnr_wrap {
    margin: 0 auto 50px;
    width: 90%;
    max-width: 1200px;
  }
  .news, .about {
    margin: 0 auto 80px;
    width: 90%;
    max-width: 1200px;
  }
  ul.about_cat {
    margin: 0 auto 40px;
    text-align: center;
  }
  ul.about_cat li:first-child {
    width: 100%;
    font-size: 0;
    margin: 0 auto;
  }
  ul.about_cat li:last-child {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .end {
    height: 0;
  }
  .footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
  }
  ul.footer_menu li:after {
    content: none;
    margin: 0;
  }
  ul.footer_menu li {
    display: block;
    margin: 13px 0;
  }
  .sidebar {
    border-right: 1px solid #000;
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    background-color: #fff;
  }
.products ul li:first-child {
    background-color: #f0a600;
    color: #fff;
    width: 100%;
    text-align: center;
    border: none !important;
    font-weight: bold;
    font-size: 2rem !important;
    margin: 0 0 20px 0 !important;
    border-radius: 25px;
    padding: 10px 0;
}
  ul.products_in li:first-child {
    width: 100% !important;
    background-color: #595757;
    color: #fff;
    border: none !important;
    font-size: 1.5rem !important;
    font-weight: normal;
    text-align: left;
    text-indent: 12px;
    margin: 0 0 10px 0 !important;
    border-radius: 0;
  }
  ul.products_in li:last-child {
    width: 100% !important;
    border: none !important;
  }
  .products {
    margin: 35px 0;
  }
  .sttl {
    background-color: #004575;
    padding: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-indent: 0px;
    line-height: 20px;
  }
  ul.catalog li {
    display: block;
    vertical-align: top;
  }
  ul.catalog li:first-child {
    width: 90%;
    max-width: none;
    font-size: 0;
    margin: 0 auto;
    text-align: center;
  }
  .kasou {
    margin: 80px auto;
    width: 90%;
    max-width: none;
  }
  ul.catalog li ul.feature {
    border: 1px solid #000;
    padding: 20px;
    margin: 0 auto;
  }
  ul.catalog li:last-child {
    width: 100%;
    margin: 0 auto;
  }
  ul.catalog li {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
  }
  ul.catalog li ul.feature li:first-child {
    font-weight: bold;
    font-size: 3rem !important;
    padding: 10px 0 !important;
    background-color: #000;
    color: #fff;
  }
  ul.catalog li ul li {
    font-size: 1.5rem !important;
    width: 100% !important;
    margin: 0 !important;
    font-weight: normal;
    text-align: justify;
    border-bottom: none;
    max-width: 100% !important;
    padding: 10px 0 0 0;
  }
  /**スマホメニュー**/
  #nav-drawer {
    position: relative;
    margin: 10px 0 0 10px;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 100%;
    height: 22px;
    vertical-align: middle;
    position: relative;
  }
  /*ハンバーガーの形をCSSで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    max-width: 330px; /*最大幅（お好みで調整を）*/
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  /*チェックがついたら表示させる*/
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }
  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  /*ロゴやサイトタイトルをセンタリング*/
  .logo-area {
    text-align: center;
    margin: auto;
    position: absolute;
    left: 30px;
    height: auto;
    top: 2px;
  }
  .pcmenu {
    display: none;
  }
}
@media screen and (min-width:767px) {
  #nav-drawer {
    display: none;
  }
}
/****************************************
          IE用
*****************************************/
@media all and (-ms-high-contrast: none) {}

.p-single-catalog img{
  margin: 0 auto;
  display: block;
width: 60%;
}
.p-single-catalog .btn_pdf,
.p-single-child .btn_pdf{
  padding: 10px 0;
  margin: 40px auto 24px;
  width: 40%;
  display: block;
  background-color: #004575;
  color: #fff;
  text-align: center;
  font-weight: 700;
  transition: all .4s;
}

.p-single-catalog .btn_pdf i{
  margin-right: 8px;
}

.p-single-catalog .caution,
.p-single-child .caution{
  text-align: center;
}


.p-single-catalog h2,
.p-single-child h2{
  margin: 80px 0 24px;
  border-bottom: 2px solid #004575;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-single-catalog .txt,
.p-single-child .txt{
  margin-top: 40px;
}

.p-single-catalog .p-single-catalog__child li +li{
  margin-top: 40px;
}

.p-single-catalog .p-single-catalog__child li h3{
  width: 97% !important;
  background-color: #595757;
  color: #fff;
  border: none !important;
  font-size: 1.5rem !important;
  font-weight: normal;
  text-align: left;
  margin: 0 0 10px 0 !important;
  border-radius: 0;
  line-height: 18px;
  padding: 10px;
}

.p-single-catalog .p-single-catalog__child li a{
  text-decoration: underline;
}

.p-single-child .imgs{
  margin: 0 auto;
  width: 80%;
}

.p-single-child .imgs li+li{
  margin-top: 40px;
}

.p-single-child .youtubes{
  margin: 80px auto 0;
  width: 80%;
}

.p-single-child .youtubes .youtube{
   position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.p-single-child .youtubes .youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-single-child .youtubes li+li{
  margin-top: 40px;
}

.p-single-child .movies{
  margin: 80px auto 0;
  width: 80%;
}
.p-single-child .movies li+li{
  margin-top: 40px;
}

.p-single-child .back{
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #DCDDDD;
}

.p-single-child .btn_back{
  padding: 10px 0;
  margin: 0 auto;
  width: 40%;
  display: block;
  border: 1px solid #004575;
  color: #004575;
  text-align: center;
  font-weight: 700;
  transition: all .4s;
}
@media screen and (max-width:960px) {
  .p-single-child .imgs{
  width: 100%;
}
  .p-single-child .movies{
  width: 100%;
}
  .p-single-catalog .btn_pdf,
.p-single-child .btn_pdf{
  width: 80%;
}
  .p-single-child .btn_back{
    width: 80%;
  }
}

.p-contact .p-contact-form{
  margin: 0 auto;
  max-width: 384px;
}

.p-contact .p-contact-form dt{
  color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.375;
    display: flex;
    width: 387px;
    margin: 0 auto 16px;
}

.p-contact .p-contact-form dd{
  margin: 0 0 32px 0;
}

.p-contact .p-contact-form .req{
  margin-left: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #FF4646;
  line-height: 1.57;
}

.p-contact .p-contact-form input[type="text"],
.p-contact .p-contact-form input[type="email"],
.p-contact .p-contact-form textarea{
    width: 100%;
    display: block;
    border-radius: 6px;
    border: 1px solid #ACB6BE;
    padding: 13px 20px;
    font-size: 15px;
    line-height: 1.46;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    color: #000;
}

.p-contact .p-contact-btn{
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.p-contact .p-contact-btn br{
  display: none;
}

.p-contact .p-contact-btn input{
  max-width: 280px;
  width: 100%;
  background: #030099;
  padding: 18px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.p-contact .p-contact-btn input.prev{
    background: #5E5E5E;
}

.p-contact .mw_wp_form_complete{
  margin: 0 auto;
  max-width: 592px;
}
@media screen and (max-width:960px) {
  .p-contact .p-contact-btn{
  flex-direction: column;
}
}

.wrap2{
  min-height: 100dvh;
}
@media screen and (max-width:960px) {
  ..wrap2{
  min-height: auto;
}