@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

.smp{display:none;}
.pc{display:block;}

@media screen and (max-width:767px){
  .smp{display:block;}
.pc{display:none;}
.txt_24.shop-name img {
    width: 100%;
}
}

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: 'Noto Sans JP', sans-serif;
  /*font-family: 'Noto Serif JP', serif;*/
	font-size: 15.5px;
	    line-height: 1.8;
}
a {
  color: #08c;
  text-decoration:underline
}
a:hover {
  color: #08c;
}

/*
 * layout
 */
#wrapper2 {
  max-width: 1100px;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}


/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media screen and (max-width:767px){
.txt_24.shop-name img {
    width: 100%;
}
}
@media screen and (min-width:767px){
.txt_24.shop-name img {
    width: 50%;
  }}
.bnprocrew{
  text-align:center;
  font-size:1.5em;
  margin-bottom:1em;
  font-weight: 900;
}
.bnprocrew a{
  color:#fff;
  background-color:#29ABEA;
  text-decoration:none;
  padding:20px;
  display:block;
  border-radius:5px;
  width:100%;
  height:100%;
  box-sizing:border-box;
}
.bnprocrew a span {
    FONT-VARIANT: JIS78;
    font-size: 0.7em;
    display: block;

    font-weight: 500;
    margin-top: 0.2em;
}
.tokutenBox.xcl {
    border: 1px solid #29ABEA;
    padding: 10px;
  	margin-bottom: 40px;
}
.tokutenBox h2 {
    background-color: #29ABEA;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    margin: 0;
    font-size: 1.2em;
}
p.tokutenPhoto {
    float: left;
    width: 20%;
	padding: 10px;
}
.tokutenBox p {
    line-height: 2em;
    margin: 0;
    font-size: 1em;
    text-align: left;
}
.mainImage {
    height: 0px;
    background-color: #EEE;
    overflow: hidden;
}
.mainImage video {
    width: 100%;
    height: auto;
    margin-top: -120px;
}

.redbanner{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
li.col.col-xs-4.col-sm-3.col-lg-2.history-unit.pad_10.txt_10.mar_b_20.txt_c {
    height: 200px;
}
sup {
    top: 0em;
}
sub, sup {
    line-height: 1.5em;
}
ul.product-image.row.unstyled.mar_b_50 {
    width: 100%;
    float: left;
    margin-top: 1em;
}
#youtube iframe{
width:100%;
}
.lineBox {
    border: 1px solid #777;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.5em;
    border-radius: 5px;
/*    right: 10px;
    bottom: 130px;
    position: fixed;
    width: 200px;*/
    background: #FFF;
  text-align:center;
    z-index:1;
}
p.qr-code {
    width: 90px;
    text-align: center!important;
    margin: auto;
}
@media screen and (max-width:767px){
  .lineBox {
    right: auto;
    bottom: auto;
    position: relative;
    width: 100%;
}
}
p.cation.fs2 {
    color: #FF0000;
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 1em;
}
p.button {
    text-align: center;
    font-size: 1.5em;
}
p.button a {
    background: #EF5350;
    display: block;
    width: 50%;
    margin: auto;
    height: 100%;
    line-height: 3em;
    color: #FFF;
    text-decoration: none;
    border-radius: 10px;
}
p.button a:hover{
    background: #ffa09e;
}
@media screen and (max-width:767px){
 p.button a {
    background: #EF5350;
    display: block;
    width: 90%;
}
}
p.important {
    margin-bottom: 1em!important;
    padding: 1em;
    background-color: #FF0000;
    color: #FFF;
    border-radius: 10px;
}
p.important a {
    color: #FFFF00;
}
/*国家資格おしらせ*/
.cat-news{
    border: 6px solid skyblue;
    padding: 2rem;
}
.cat-news .cat-news-tit{
    font-size: 1.2rem;
}
.ya00 {
    text-align: center;
    border-collapse: collapse;
    border: none !important;
    font-weight: bold;
	margin-left: 0 !important;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.ya00{
		display: none;
	}
}
.ya00 th, .ya00 tr, .ya00 td {
    border: none !important;
	text-align: center !important;
	font-weight: bold !important;
	line-height: 23px;
}
.ya01 {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #62D382;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0 20px;
    height: 80px;
}
.ya01::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 1em solid #62D382;
    right: -1em;
}
.ya01::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: #62D382 #62D382 #62D382 transparent;
    left: -1em;
}
.ya02 {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #4D62EF;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0 20px;
    height: 80px;
}
.ya02::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 1em solid #4D62EF;
    right: -1em;
}
.ya02::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: #4D62EF #4D62EF #4D62EF transparent;
    left: -1em;
}
.ya03 {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #FD4C00;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0 20px;
    height: 80px;
}
.ya03::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 1em solid #FD4C00;
    right: -1em;
}
.ya03::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: #FD4C00 #FD4C00 #FD4C00 transparent;
    left: -1em;
}
	.ya04 {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #B8C0F9;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0 20px;
    height: 80px;
}
.ya04::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 1em solid #B8C0F9;
    right: -1em;
}
.ya04::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: #B8C0F9 #B8C0F9 #B8C0F9 transparent;
    left: -1em;
}
	.ya05 {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #FFB798;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0 20px;
    height: 80px;
}
.ya05::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 1em solid #FFB798;
    right: -1em;
}
.ya05::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -40px;
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: #FFB798 #FFB798 #FFB798 transparent;
    left: -1em;
}
.ta00 {
    text-align: center;
    border-collapse: collapse;
    border: none !important;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
	font-weight: bold;
}
@media (max-width: 766px) {
    .ta00 {
    display: none;
}
}
.ta00 th, .ta00 tr, .ta00 td {
    border: none !important;
    text-align: center !important;
}
.ta01 {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #FD4C00;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0px 0px 15px 0;
    font-size: 20px;
    padding: 10px 0 10px 0;
	font-weight: bold;
}
.ta02 {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #796C75;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0px 0px 15px 0;
    font-size: 20px;
    padding: 10px 0 10px 0;
	font-weight: bold;
}
.ta03 {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #33B558;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0px 0px 20px 0;
    font-size: 20px;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    border-radius: 10px;
	font-weight: bold;
}
.ta04 {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #B8C0F9;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0px 0px 20px 0;
    font-size: 20px;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    border-radius: 10px;
	font-weight: bold;
}
.ta05 {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #4D62EF;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0px 0px 20px 0;
    font-size: 20px;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    border-radius: 10px;
	font-weight: bold;
}
.ta06 {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #FF0000;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0px 0px 20px 0;
    font-size: 20px;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    border-radius: 10px;
	font-weight: bold;
}
.ta07 {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #FFDBCC;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
    margin: 0px 0px 20px 0;
    font-size: 20px;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    border-radius: 10px;
	font-weight: bold;
}
.ta08 {
    color: #36393B;
	font-weight: bold;
	font-size: 20px;
}

/***********add_20240607***********/
/***********add_202407012***********/
.txt_24.shop-name {
    width: 80%;
}
.menu-btn {
    position: fixed;
    top: 40px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
@media (min-width:800px){
.hamburger-menu {
    display: none;
}
}
ul.monthSchool {
    margin: 0;
    padding: 0;
    padding-bottom: 2em;
}
ul.monthSchool li {
    list-style: none;
    text-align: center;
    margin: 0 0 1em 0;
    padding: 0;
}
ul.monthSchool li a {
    line-height: 60px;
    display: block;
    color: #FFF;
	background: #1fa043;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 700;
}
ul.monthSchool li.nov a,ul.monthSchool li.dec a,ul.monthSchool li.jan a{
background: #1fa043;
}
/***********add_20241117***********/
.license-flow {
  border: 3px solid #ffa42f;
  padding-bottom: 1rem;
}
.license-flow-li-site {
  text-align: center;
  background: #ffa42f;
  color: #fff;
  margin: 0;
  padding: 0.5rem;
	font-size: 20px;
    font-weight: bold;
}
.license-flow-li-site2 {
  text-align: center;
  border-bottom: 3px solid #ffa42f;
  padding: 0.5rem;
  margin: 0;
}
.license-flow-li-detail {
  border: 1px solid #ffa42f;
  width: 30%;
  text-align: center;
  border-radius: 10px;
  margin: 13px !important;
  color: #ffa42f;
  font-weight: 600;
	padding: 5px 0;
	font-size: 17px;
}
.license-flow-li-detail2 {
 padding-left: 1em !important;
 padding-right: 1em !important;
}
.license-flow-link {
  padding-left: 1.5rem;
}
.pt1rem {
  padding-top: 1rem;
}
.pb1rem {
  padding-bottom: 1rem;
}
.flow-01 {
  background: #ffa42f;
  border-radius: 6px;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  margin: 1rem 0;
  width: 86%;
}
#flow2 .arrow1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 100%;
  background-color: #fcae00;
  z-index: 0;
}
#flow2 .arrow1::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 21px 0 21px;
  border-color: #fcae00 transparent transparent transparent;
}
#flow2 .arrow2, #flow2 .arrow1 {
  height: 360px;
}
#flow2 .arrow2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 100%;
  background-color: #fcae00;
  z-index: 0;
}
#flow2 .arrow2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 21px 0 21px;
  border-color: #fcae00 transparent transparent transparent;
}
/*#flow2 .arrow3::before {
    content: "";
    position: absolute;
    top:  170px;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: calc(100% - 40px);
    background-color: #fcae00;
    z-index: 0;
}*/
#flow2 .arrow3::after {
  content: "";
  position: absolute;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 21px 0 21px;
  border-color: #fcae00 transparent transparent transparent;
}
.license-box00 {
  width: 90%;
  border: #E63A3A 2px solid;
  border-radius: 10px;
  background-color: white;
  padding: 10px 0px 10px 10%;
  background-image: url(https://procrobo.com/wp-content/uploads/2022/04/s12.png);
  background-size: 160px auto;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
	margin: auto;
}
.license-box01 {
  width: 100%;
  border: #00a0e9 2px solid;
  border-radius: 10px;
  background-color: white;
  padding: 10px 0px 10px 10%;
  background-image: url(https://procrobo.com/wp-content/uploads/2022/04/s12.png);
  background-size: 160px auto;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}
.license-box03 {
  width: 100%;
  border: #00a0e9 2px solid;
  border-radius: 10px;
  background-color: white;
  padding: 10px 0px 10px 10%;
  background-image: url(https://procrobo.com/wp-content/uploads/2022/04/s12.png);
  background-size: 160px auto;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width:767px) {
  .license-box00 {
    width: 100%;
    border: #E63A3A 2px solid;
    border-radius: 10px;
    background-color: white;
    padding: 10px 10px 10px 10px;
    background-image: none;
    position: relative;
  }
  .license-box01 {
    width: 100%;
    border: #E63A3A 2px solid;
    border-radius: 10px;
    background-color: white;
    padding: 10px 10px 10px 10px;
    background-image: none;
    position: relative;
  }
  .license-box03 {
    width: 100%;
    border: #E63A3A 2px solid;
    border-radius: 10px;
    background-color: white;
    padding: 10px 10px 10px 10px;
    background-image: none;
    position: relative;
  }
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.has-luminous-vivid-orange-background-color {
    background-color: #318930 !important;
}
.has-luminous-vivid-orange-background-color:hover {
    background-color: #67af67 !important;
	color: white;
}
.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
	margin-bottom: 15px;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 94%;
}

.wp-block-columns {
    align-items: normal!important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap!important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap:nowrap!important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:100%!important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis:0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0;
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap!important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}



.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
	text-align: center;
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top {
    width: 100%
}
.entry-content h3 {
    font-size: 1.125rem;
    padding: 3px 8px 5px;
    /* margin-left: 20px; */
    border-left: 5px solid #29abe2;
}

h2.catch-copy {
    font-size: 2em;
    text-align: center;
}
h2.captionTitle {
    background-color: rgb(23, 78, 166);
    line-height: 2em;
    color: #FFF;
    border-radius: 4px;
    padding-left: 1em;
    padding-right: 1em;
}
h3.subtitle-license {
    margin-top: 1em;
    border-bottom: 1px solid #999;
}
p.cation {
    font-size: 0.8em;
}
/* dlを表形式にするスタイル */
dl.level-table {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 16px;
    background: #f9f9f9;
    padding: 16px;
    border-radius: 8px;
    max-width: 600px;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
}

dl.level-table dt {
    font-weight: bold;
    background: #eee;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
}

dl.level-table dd {
    margin: 0;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
}
@media screen and (max-width:767px){
h2.catch-copy {
    font-size: 1em;
  }
  dl.level-table {
    display: block;
  }
}
p.sp-button {
    text-align: center;
    font-size: 2em;
    margin-bottom: 3em;
}
p.sp-button a {
    text-decoration: none;
    color: #FFF;
    background-color: #1fa043;
    display: block;
    border-radius: 10px;
    font-weight: 700;
}
p.sp-button a span {
    font-size: 0.7em;
}
p.sp-button a:hover {
    opacity: 0.5;
}
li.productlist-unit {
    height: 280px;
    overflow: hidden;
}
.cat-s{
  width:46%;
  margin-left:2%;
  margin-right:2%;
  margin-bottom:10px;
}
ul.category-list li{
     line-height: 4.5em;
}
ul.category-list li a {
    width: 100%;
  height:100%;
    display: block;
    background-color: #023eee;
  color:#FFFFFF;
  padding-top:10px;
  padding-bottom:10px;
  border-radius:5px;
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
ul.category-list li a:hover{
      background-color: #75C9ED;
}
.unstyled li p{
margin:0;
  padding:0;
}
.unstyled li p img{
  height:145px;
  width:auto;
}
section.safety.xcl {
    width: 100%;
}
section.safety.xcl img {
    width: 50%;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
section.safety.xcl p {
    font-size: 1.1em;
    line-height: 2em;
}
.main_Image {
    width: 50%;
    float: left;
}
@media (max-width:768px) {
  section.safety.xcl img {
    width: 100%;
    float: none;
  }
  .main_Image{
    width: 100%;
    float: none;
  }
}

/*****license setting ******/
.mainImage {
    height: 0px;
    background-color: #EEE;
    overflow: hidden;
}
.mainImage video {
    width: 100%;
    height: auto;
    margin-top: -120px;
}
ul.unstyled a:hover {
    background-color: #EEE;
}
dl.newsList dd, dl.newsList dt {
    float: left;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted;
}
dl.newsList dt {
    clear: left;
    width: 80px;
  text-align:center;
}
dl.newsList dd {
    width: calc(100% - 90px);
}
dl.newsList dd span {
    border: 1px solid #192956;
    border-radius: 20px;
    padding: 5px 20px;
    margin-right: 15px;
}
dl.newsList dd span {
    border: 1px solid #192956;
    border-radius: 20px;
    padding: 5px 20px;
    margin-right: 15px;
}
.titleH2 {
    font-size: 1.3em;
    background-color: #192956;
    color: #FFF;
    line-height: 1.8em;
    border-radius: 5px;
    font-weight: 700;
}
.featureBox div {
    float: left;
    width: 30%;
    margin-left: 5%;
}
.featureBox div:first-child{
      margin-left: 0;
}
.featureBoxInner h3 {
    font-weight: bold;
}
.featureBoxInner img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 1em;
}
table.categoryTable {
    border: 1px solid #000;
    margin-top: 2em;
    margin-bottom: 2em;
}
table.categoryTable th {
    white-space: nowrap;
    border-bottom: 1px solid #000;
    padding: 10px;
}
table.categoryTable td {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
}
p.cation1 {
    text-indent: -3em;
    margin-left: 3em;
}
ul.categoryLink {
    margin: 3em 0 0;
    padding: 0;
}
ul.categoryLink li {
    float: left;
    width: 46%;
    text-align: center;
    line-height: 3em;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 1.2em;
    font-weight: 700;
}
ul.categoryLink li a {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    background-color: #FF6700;
}
ul.categoryLink li a:hover {
    background-color: #FFC197;
}
div#aboutBox p {
    margin-bottom: 0;
}

p.cation {
    text-indent: -1em;
    margin-left: 1em;
    color: #FF0000;
}
h3.titleH3 {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    margin-bottom: 1em;
    margin-top: 1.5em;
}
ul.licenseList li {
    list-style: circle;
    font-weight: 700;
}
ul.list-child li {
    font-weight: normal;
    margin-bottom: 0.5em;
    list-style: disc;
}
ul.itemCation.xcl li {
    font-size: 1.1em;
    line-height: 1.8em;
    list-style: circle;
}
ul.itemCation.xcl li ul li {
    list-style: disc;
}
ul.itemCation.xcl .point {
    color: #FF0000;
}
p.link {
    text-align: right;
}
p.link a {
    text-decoration: underline;
    color: #0000FF;
}
.accessBox.xcl {
    margin: 1em 0 2em;
}
.accessBox.xcl div {
    float: left;
    width: 50%;
}
.placeImage.xcl div {
    width: 30%;
    text-align: center;
    float: left;
    margin-left: 5%;
}
.placeImage.xcl div:first-child {
    margin-left: 0;
}
table.company-table {
    width: 100%;
    margin-bottom: 3em;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
table.company-table th, table.company-table td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px;
}
table.company-table th {
    width: 130px;
    white-space: nowrap;
}
table.historyTable {
    width: 100%;
    margin-bottom: 3em;
}
table.historyTable th, table.historyTable td {
    border-bottom: 1px dotted;
    padding-bottom: 1em;
    vertical-align: top;
    padding-top: 1em;
}
table.historyTable th{
    width: 100px;
}
img.new_mark_img1{height:auto!important;}
@media (max-width:775px) {
  dl.newsList dd, dl.newsList dt {
    border-bottom: none;
  }
  dl.newsList dd span {
    display: none;
  }
  .featureBox div {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  ul.categoryLink li {
    float: none;
    width: 100%;
    margin-bottom: 3em;
    line-height: 60px;
  }
}
@media (max-width:775px) {
  .movieBox iframe {
    width: 100%;
    height: 230px;
  }
  .placeImage.xcl div {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 2em;
  }
}
.kansa-wrap{
  display:flex;
    border: solid 1px orange;
    border-radius: 1rem;
    padding: 2rem;
  margin-bottom: 2rem;
}
.kansa-tit{
  font-size: 1.5rem;
}
.kansa-img{
   padding-left:2rem;
}
