@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro&display=swap');

/* 基本
------------------------------------------------------------*/
body{
	font-size: 13px; font-size: 1.3rem;
}
h2 {
    padding: 90px 5px 0px;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 20px; font-size: 2.0rem;
    font-weight: 700;
}
h3 {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto 10px;
    padding: 10px 5px 0px;
    font-weight: 700;
    border-bottom: 1px solid #e1e0e3;
}
h3, h4{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}
a, a:link, a:visited, a:hover, a:active {
  color: #2E3C51;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
	color: #0066f9;
}
a.return::before,
a.link::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 14px;
  width: 14px;
  -webkit-mask: url("../images/iconmonstr-arrow-32.svg");
  mask: url("../images/iconmonstr-arrow-32.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  margin: 0 3px 0 0;
  top: 2px;
  transform: scale(-1, 1);
}
a.link::before {
  background-color: #0066f9;
  -webkit-mask: url("../images/iconmonstr-link-2.svg");
  mask: url("../images/iconmonstr-link-2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  transform: none;
}
a.return:hover::before,
a.link:hover::before { background-color: #0066f9; }

a.Rarrow::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -2px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-top: 2px solid #0066f9;
  border-right: 2px solid #0066f9;
}
a.disc::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -2px;
  width: 5px;
  height: 5px;
  background-color: #0063f6;
  border-radius: 50%;
  margin-right: 6px;
}

@media only screen and (min-width: 1025px){
h2 {
    font-size: 22px; font-size: 2.2rem;
}
}

.hide { display: none; }

/*pote-chil.com/html-maker/selectbox/*/
label.select {
    display: inline-flex;
    align-items: center;
    position: relative;
}
label.select::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #cccccc;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
label.select select {
    -webkit-appearance: none;
    appearance: none;
    padding: .4em calc(.8em + 20px) .4em .8em;
    border-radius: 4px;
    cursor: pointer;
}

.box-005 {
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #f06060;
    border-radius: 5px;
    color: #333333;
}

.box-005 div {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #f06060;
    font-weight: 600;
    vertical-align: top;
}

.box-005 svg {
    padding-right: 4px;
}

.box-005 p {
    margin: 0;
    padding: 0 1.0em 1em;
}

.box-013 {
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #06f;/*#2589d0*/
    border-radius: 3px;
}

.box-013 > span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #06f;/*#2589d0*/
    color: #fff;
    font-weight: 600;
}

.box-013 p {
    margin: 0;
    padding: 1em 0.8em;
    color: #333;
}

.list-003 {
    list-style-type: none;
}

.list-003 li {
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: .3em;
}

.list-003 li::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%232589d0%22%20d%3D%22M8.2%2C20.6l-7.8-7.8c-0.5-0.5-0.5-1.2%2C0-1.7L2%2C9.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0L9%2C14.7L20.3%2C3.4c0.5-0.5%2C1.2-0.5%2C1.7%2C0l1.7%2C1.7%20c0.5%2C0.5%2C0.5%2C1.2%2C0%2C1.7L9.8%2C20.6C9.4%2C21.1%2C8.6%2C21.1%2C8.2%2C20.6L8.2%2C20.6z%22%2F%3E%3C%2Fsvg%3E');
    content: '';
}

#JavaAlert {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #f7f7f7;/*#232F3E*/
  z-index: 10000;
}
#noscript {
  width: 100%;
  max-width: 94%;
  color: #06246d;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
}
#noscript h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px; font-size: 1.4rem;
  font-weight: 700;
  border: none;
}
#noscript h3,
#noscript > * {
  width: fit-content;
  margin-inline: auto;
}
#noscript img { width: 64px; }
#noscript p { font-size: 0.93em; }

/*ﾊｲﾗｲﾄ*/
body#Account .highlight {
    border: 2px solid #00CCFF;
    border-radius: 12px;
    padding: 0 5px;
}
body#Guide .highlight {
    border: 2px solid #0066f9;
    border-radius: 12px;
    background: #fff;
}

/* ヘッダー
------------------------------------------------------------*/
header {
    width: 100%;
    position: fixed;
    z-index: 2;
}

#header {
    display: block;
    height: 50px;
    background: rgba(234,240,246,1);/*#e7eaed*/
}
#pageLogin #header {
    height: 80px;
    background: #fff;
}

#header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

h1#logo p {
  font-size: 16px; font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
h1#logo p a {
    display: block;
    color: inherit;
/*  font-family: 'Pacifico', cursive;*/
}
h1#logo p span {
    display: block;
    text-align: center;
    font-size: 12px; font-size: 1.2rem;
}

.header-note {
    display: none;
    position: absolute;
    right: 50px;
    top: 14px;
    font-size: 1.2rem;
}
@media only screen and (max-width: 1024px) {
.header-note > span {
	display: none;
}
}

#wrapper, #container { width: 100%; }
#wrapper {
  background: #fff;/*設定しないとslide-menuがおかしくなる*/
  position: relative;
  margin: 0 auto;
}

/* フッター
------------------------------------------------------------*/
/*フッター調整*/
/*magazine.techacademy.jp/magazine/19410*/
body#Support #wrapper,
body#Faq #wrapper {
    min-height: 100vh;
    padding-bottom: 78px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

body#Support footer,
body#Faq footer {
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
/*//フッター調整*/

footer {
  width: 100%;
  padding: 20px 10px 0 10px;
  text-align: center;
  font-size: 11px; font-size: 1.1rem;
}

footer ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

footer li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0.5em;
  font-size: inherit;
}

footer li a {
color: #2E3C51;
}

small {
    display: block;
    padding-bottom: 10px;
    font-size: 100%;
}

.box {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1024px;
}
.content > div.box:last-of-type {
  margin: 0 auto;
}

/* PAGETOP
------------------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1;
}
#pagetop [class~="pagetop"] {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  color: #fff;
  border-radius: 100%;
  font-size: 10px; font-size: 1.0rem;
  text-align: center;
  background-color: #fff;
  width: 60px;
  height: 60px;
box-shadow: 0 8px 16px rgb(0 0 0 / 12%);
transition: all .3s ease 0s;
}
@media only screen and (min-width: 1025px) {
#pagetop {
    bottom: 40px;
    right: 40px;
}
#pagetop [class~="pagetop"] {
  width: 72px;
  height: 72px;
}
}
#pagetop [class~="pagetop"]:hover {
/*  background-color: #ff9999;*/
  text-decoration: none;
  opacity: 0.8;
    box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
}
#pagetop [class~="pagetop"] svg {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.pageTop__text {
  text-align: center;
    letter-spacing: .05em;
    line-height: 1.8;
    color: #282828;
    height: 20px;
}

/* ログインページ
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
#pageLogin h2 {
    padding-top: 130px !important;
    font-size: 24px; font-size: 2.4rem;
}
}

div[id$="-form"] {
    width: 80%;
    margin: 0 auto 20px;
}
div#login-form {
    max-width: 320px;
}

/*@media only screen and (min-width: 1025px) {
div#login-form input,
div#login-form form > div:nth-of-type(3) > div,
div#login-form form > div:nth-of-type(4),
div#login-form > div:last-of-type {
	width: 50%;
	margin: 0 auto;
}
}*/

div[id$="-form"] .field {
margin:0 0 15px 0;
overflow:hidden;
}

div#login-form .toggle-pass {
    left: auto;
    right: 4%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
textarea {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input.submit_signin { border: 2px solid #2E3C51 !important; }

/*==========チェックボックス==========*/
/* css checkbox01 */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 26px;
  position:relative;
  display: inline-block;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #2895f1;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #2895f1;
  border-right: 3px solid #2895f1;
}

/* SNSブックマーク
------------------------------------------------------------*/
.bookmark {
	width:auto;
	padding: 0 10px 0px;
}

.bookmark span.bm-title {
	border-left:5px solid #ff9999;
	padding-left:10px;
	font-weight:normal;
}

.bookmark ul.socialButton {
	margin-top:5px;
	height: 20px;
}

.bookmark ul.socialButton li {
	float: left;
	margin-right: 6px;
	height: 20px;
	line-height: 1;
}

.bookmark ul.socialButton li .fb-like > span {
    width: 135px !important;
}
.bookmark ul.socialButton li .fb-like iframe {
    width: 135px !important;
}

.bookmark ul.socialButton li a.line-send {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/linebutton_20x20.png) no-repeat;
    background-size: 20px 20px;
    text-indent: -9999px;
}

/* ユーザーページ
------------------------------------------------------------*/
/*body:not(#pageLogin) a {
  text-decoration: none;
}*/

/*==========スライドメニュー==========*/
.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  background-color: #fff;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}

.slidemenu .slidemenu-header {
    height: 50px;
    position: relative;
    border-bottom: 1px solid #e1e0e3;
    background-color: #e7eaed;/*#6995b8*/
}

.slidemenu .slidemenu-header div {
    padding: 12px 0px 0px 19px;
    text-decoration: none;
    color: inherit;
}

.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #e1e0e3;
}

.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}

.slidemenu li {
    list-style: none;
    line-height: 1.8;
    font-size:13px; font-size:1.3rem;
    padding: 0 0 5px 0;
}
.slidemenu .slidemenu-content li:last-child {
    height: 50px;
}

.slidemenu ul li:nth-of-type(1) {background: url(../images/icon-top-1.svg) no-repeat 18px 21px/auto 15px;}
.slidemenu ul li:nth-of-type(2) {background: url(../images/icon-edit-1.svg) no-repeat 14px 10px/auto 13px;}
.slidemenu ul li:nth-of-type(3) {background: url(../images/icon-channel-1.svg) no-repeat 15px 10px/auto 15px;}
.slidemenu ul li:nth-of-type(4) {background: url(../images/icon-settings-1.svg) no-repeat 15px 12px/auto 15px;}
.slidemenu ul li:nth-of-type(5) {background: url(../images/icon-share-1.svg) no-repeat 15px 10px/auto 15px;}
.slidemenu ul li:nth-of-type(6) {background: url(../images/icon-beginner-1.svg) no-repeat 15px 12px/auto 15px;}
.slidemenu ul li:nth-of-type(7) {background: url(../images/icon-account-1.svg) no-repeat 15px 12px/auto 15px;}
.slidemenu ul li:nth-of-type(8) {background: url(../images/icon-faq-1.svg) no-repeat 15px 12px/auto 15px;}
.slidemenu ul li:nth-of-type(9) {background: url(../images/icon-option-1.svg) no-repeat 15px 12px/auto 15px;}
.slidemenu ul li:nth-of-type(10) {background: url(../images/icon-invi-1.svg) no-repeat 15px 10px/auto 15px;}
.slidemenu ul li:nth-of-type(11) {background: url(../images/icon-support-1.svg) no-repeat 15px 12px/auto 15px;}
.slidemenu ul li:nth-of-type(12) {background: url(../images/icon-logout-1.svg) no-repeat 15px 12px/auto 15px;}

.slidemenu li a {
    display: block;
    padding:8px 0 7px 45px;
}
.slidemenu li:first-child a {
    padding:17px 0 7px 45px;
}

 /*ｽﾗｲﾄﾞﾒﾆｭｰのｲﾝﾌﾟｯﾄｽﾀｲﾙ追加*/
.slidemenu li input[type="submit"],
.slidemenu li input[type="submit"]:hover {
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding:6px 0 6px 45px;
    font-size:13px; font-size:1.3rem;
    background-color: transparent;
}
.slidemenu-content li input[type="submit"]:hover {
	color: #0066f9;
}

.slidemenu_button {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('menu_button_back-black.png?001');
    background-position: center;
    background-size: 30px auto;
    cursor: pointer;/*追加*/
}
.menu-button-left {
    left: 0px;
    top: 0;
}
.menu-button-right {
    right: 0px;
    top: 0;
}

/*==========スライドナビ==========*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:0;
    right: -250px;
    width: 240px;
    height: 100vh;/*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

#g-nav #g-nav-header{
    height: 50px;
    padding: 12px 0px 0px 19px;
    border-bottom: 1px solid #e1e0e3;
    background-color: #e7eaed;
}
#g-nav-list {
    border-left: 1px solid #e1e0e3;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 240px;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
/*    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
    padding: 10px 0 0 0;
}

/*リストのレイアウト設定*/

#g-nav li{
    list-style: none;
    line-height: 1.8;
    font-size:12px; font-size:1.2rem;
    padding: 0 0 5px 0;
}
#g-nav li form {
  position: relative;
}
#g-nav li form input[type="submit"],
#g-nav li a{
  display: block;
  text-decoration: none;
  width: 100%;
  padding:8px 0 7px 45px;
  color: inherit;
  font-size:inherit;
  position: relative;
}
#g-nav li a:hover,
#g-nav li form input[type="submit"]:hover {
  color: #0066f9;
}

#g-nav li[class^="nav_"] form::before,
#g-nav li[class^="nav_"] a::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 8px;
  left: 10px;
}
#g-nav li.nav_dashboard a::before {
  -webkit-mask: url("../images/iconmonstr-dashboard-lined.svg");
  mask: url("../images/iconmonstr-dashboard-lined.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_editor form::before {
  -webkit-mask: url("../images/iconmonstr-computer-10.svg");
  mask: url("../images/iconmonstr-computer-10.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_setting a::before {
  -webkit-mask: url("../images/iconmonstr-volume-control-9.svg");
  mask: url("../images/iconmonstr-volume-control-9.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_account a::before {
  -webkit-mask: url("../images/iconmonstr-user-6.svg");
  mask: url("../images/iconmonstr-user-6.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_option a::before {
/*  -webkit-mask: url("../images/iconmonstr-shopping-cart-2.svg");
  mask: url("../images/iconmonstr-shopping-cart-2.svg");*/
  -webkit-mask: url("../images/iconmonstr-shipping-box-8.svg");
  mask: url("../images/iconmonstr-shipping-box-8.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_guidebook a::before {
  -webkit-mask: url("../images/iconmonstr-book-12.svg");
  mask: url("../images/iconmonstr-book-12.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_faq a::before {
  -webkit-mask: url("../images/iconmonstr-help-6.svg");
  mask: url("../images/iconmonstr-help-6.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_rduo form::before {
  -webkit-mask: url("../images/iconmonstr-calendar-9.svg");
  mask: url("../images/iconmonstr-calendar-9.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_anlyz a::before {
  -webkit-mask: url("../images/iconmonstr-chart-20.svg");
  mask: url("../images/iconmonstr-chart-20.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_support a::before {
  -webkit-mask: url("../images/iconmonstr-headphones-4.svg");
  mask: url("../images/iconmonstr-headphones-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_promo a::before {
  -webkit-mask: url("../images/iconmonstr-christmas-37.svg");
  mask: url("../images/iconmonstr-christmas-37.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#g-nav li.nav_logout a::before {
  -webkit-mask: url("../images/iconmonstr-log-out-18.svg");
  mask: url("../images/iconmonstr-log-out-18.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
  background: #2E3C51;
    width: 45%;
  }


.openbtn span:nth-of-type(1) {
  top:13px; 
}

.openbtn span:nth-of-type(2) {
  top:19px;
}

.openbtn span:nth-of-type(3) {
  top:25px;
}

.openbtn span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:5px;
  left:-2px;
  color: #2E3C51;
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
.openbtn span:nth-of-type(3)::after {
  left:-1px;/*-3px*/
  font-size: 0.8rem;/*0.6rem*/
}
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
  top:5px;
  left:4px;
}
/*==========//スライドナビ==========*/

#greeting {
    position: relative;
    margin-bottom: 10px;
}
#greeting h3 {
    padding: 70px 0px 0px;
    margin: 0px;
    font-weight: normal;
}
/*#daysleft {
    position: relative;
    top: 0px;
    right: 0px;
}*/
#greeting noscript p {
  font-size: 1.15em;
  font-weight: 700;
  color: #06246d;
}
#FreeTrial_stamp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    border-radius: 2px;
    position: absolute;
    top: 100px;/*56px*/
    right: 0;
    background: #125688;/*#6995b8*/
    color: #fff;
    padding: 2px;
    margin: 0 5px 0 0;
    z-index: 1;
}
#FreeTrial_stamp span:nth-of-type(n+2) {
    font-size: 0.5em;
}

#application_btn {
    position: absolute;
    top: 59px;
    right: 5px;
    line-height: 1;
    z-index: 1;
}
#application_btn a {
  padding: 8px 12px;
  font-weight: 700;
  background-color: #0063f6;
  border-radius: 6px;
  color: #fff;
}
#application_btn a::before {
  content: "";
  background-color: #ffffff;
  display: inline-block;
  height: 18px;
  width: 18px;
  -webkit-mask: url("../images/iconmonstr-direction-4.svg");
  mask: url("../images/iconmonstr-direction-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
}
#application_btn a:hover {
  background-color: #005ce5;
  color: #fff;
}

#daysleft span {
    padding: 0 4px;
    font-size: 24px; font-size: 2.4rem;
    font-weight: 700;
}
#daysleft a {
    display: inline-block;
    p
}

@media only screen and (min-width: 1025px) {
#FreeTrial_stamp {
    position: fixed;
    top: 70px;
    right: auto;
    left: 10px;
    width: 100px;
    height: 100px;
    line-height: 1.4;
}
#FreeTrial_stamp span:nth-of-type(1) {
    font-size: 20px; font-size: 2.0rem;
    font-weight: 600;
}
#FreeTrial_stamp span:nth-of-type(n+2) {
    font-size: 14px; font-size: 1.4rem;
}
#application_btn {
    position: fixed;
    top: 12px;
    right: 12%;/*100px*/
    line-height: 1;
    z-index: 2;
}
#application_btn a {
  padding: 10px 16px;
  border-radius: 15px;
}
#application_btn a::before {
  -webkit-mask: url("../images/iconmonstr-direction-3.svg");
  mask: url("../images/iconmonstr-direction-3.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#daysleft {
    position: absolute;
    top: 56px;
    right: 10px;
}
}

/*==========ユーザーメニュー==========*/
/*[class^="submit_"],
[class^="submit_"]:link,
[class^="submit_"]:visited,
[class^="submit_"]:hover,
[class^="submit_"]:active {
    border: 0px solid currentColor;
}*/

div#Control_panel {
	width: 1024px;
	max-width: 100%;
	margin: 30px auto 30px;
}

div#Control_panel > * {
width : 50%;
}
@media only screen and (max-width: 1024px) {
div#Control_panel > * {
width : 100%;
}
}

/***** dashboard *****/
ul#dashboard {
    display: -webkit-box;/*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display: flex;
    -ms-flex-wrap: wrap;/*--- IE10 ---*/
    -webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    font-size: 13px; font-size: 1.3rem;
}

ul#dashboard li {
  width: 20%;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
ul#dashboard li:first-of-type { padding: 0 0 10px; }

ul#dashboard li form {
  display: block;
  position: relative;
  text-align: center;
}

ul#dashboard li form input[type="submit"],
ul#dashboard li a {
  display: inline-block;
  color: inherit;
  font-size: 1.0rem;
  position: relative;
  padding: 50px 0 0 0;
  min-width: 40px;
}
@media only screen and (min-width: 1025px) {
ul#dashboard li form input[type="submit"],
ul#dashboard li a {
  font-size: inherit;
}
}

li[class^="DB_"] form::before,
li[class^="DB_"] a::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  margin: 0;
}
li.DB_editor form::before {
  -webkit-mask: url("../images/iconmonstr-computer-10.svg");
  mask: url("../images/iconmonstr-computer-10.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_setting a::before {
  -webkit-mask: url("../images/iconmonstr-volume-control-9.svg");
  mask: url("../images/iconmonstr-volume-control-9.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_account a::before {
  -webkit-mask: url("../images/iconmonstr-user-6.svg");
  mask: url("../images/iconmonstr-user-6.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_option a::before {
/*  -webkit-mask: url("../images/iconmonstr-shopping-cart-2.svg");
  mask: url("../images/iconmonstr-shopping-cart-2.svg");*/
  -webkit-mask: url("../images/iconmonstr-shipping-box-8.svg");
  mask: url("../images/iconmonstr-shipping-box-8.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_guidebook a::before {
  -webkit-mask: url("../images/iconmonstr-book-12.svg");
  mask: url("../images/iconmonstr-book-12.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_faq a::before {
  -webkit-mask: url("../images/iconmonstr-help-6.svg");
  mask: url("../images/iconmonstr-help-6.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_rduo form::before {
  -webkit-mask: url("../images/iconmonstr-calendar-9.svg");
  mask: url("../images/iconmonstr-calendar-9.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_anlyz a::before {
  -webkit-mask: url("../images/iconmonstr-chart-20.svg");
  mask: url("../images/iconmonstr-chart-20.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_support a::before {
  -webkit-mask: url("../images/iconmonstr-headphones-4.svg");
  mask: url("../images/iconmonstr-headphones-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
li.DB_promo a::before {
  -webkit-mask: url("../images/iconmonstr-christmas-37.svg");
  mask: url("../images/iconmonstr-christmas-37.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

/*==========お知らせ==========*/
h4.user_message,
h4.user_controlpanel,
h4.user_info,
h4.user_notice,
h4.user_maint {
  font-size: 15px; font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #e1e0e3;
}
#MessageBox p[id^="cfm_paid"],
p.warn,
#MessageBox p:not(#MSG) {
    padding-left: 23px !important;/*ｱｲｺﾝの横幅に合わせる*/
    text-indent: -23px;
}
h4.user_message::before,
h4.user_controlpanel::before,
h4.user_info::before,
h4.user_notice::before,
h4.user_maint::before,
#MessageBox p[id^="cfm_paid"]::before,
#MessageBox p#SP_Doi::before,
#MessageBox p#SprtReply::before,
#MessageBox p[id^="EST_"]::before,
#MessageBox p#KYC_incpl::before,
p.warn::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 24px;
  width: 24px;
  -webkit-mask: url("../images/iconmonstr-bell-2.svg");
  mask: url("../images/iconmonstr-bell-2.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
h4.user_controlpanel::before {
  -webkit-mask: url("../images/iconmonstr-dashboard-lined.svg");
  mask: url("../images/iconmonstr-dashboard-lined.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
h4.user_info::before {
  -webkit-mask: url("../images/iconmonstr-info-8.svg");
  mask: url("../images/iconmonstr-info-8.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
h4.user_notice::before {
  -webkit-mask: url("../images/iconmonstr-megaphone-11.svg");
  mask: url("../images/iconmonstr-megaphone-11.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
h4.user_maint::before {
  -webkit-mask: url("../images/iconmonstr-tools-4.svg");
  mask: url("../images/iconmonstr-tools-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

#MessageBox p[id^="cfm_paid"]::before,
#MessageBox p#SP_Doi::before,
#MessageBox p#SprtReply::before,
#MessageBox p[id^="EST_"]::before,
#MessageBox p#KYC_incpl::before,
p.warn::before {
  height: 20px;
  width: 20px;
  top: 3px;
  margin: 0 3px 0 0;
  -webkit-mask: url("../images/iconmonstr-checkout-4.svg");
  mask: url("../images/iconmonstr-checkout-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#MessageBox p#SP_Doi::before {
  top: 4px;
  -webkit-mask: url("../images/iconmonstr-synchronization-11.svg");
  mask: url("../images/iconmonstr-synchronization-11.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#MessageBox p#SprtReply::before {
  top: 5px;
  -webkit-mask: url("../images/iconmonstr-headphones-4.svg");
  mask: url("../images/iconmonstr-headphones-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#MessageBox p[id^="EST_"]::before {
  top: 5px;
  -webkit-mask: url("../images/iconmonstr-note-36.svg");
  mask: url("../images/iconmonstr-note-36.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#MessageBox p#KYC_incpl::before {
  top: 5px;
  -webkit-mask: url("../images/iconmonstr-lock-4.svg");
  mask: url("../images/iconmonstr-lock-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
p.warn::before {
  background-color: #cb0000;
  top: 5px;
  -webkit-mask: url("../images/iconmonstr-warning-lined.svg");
  mask: url("../images/iconmonstr-warning-lined.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#greeting noscript p.warn::before { top: 3px; }

.list_info { padding: 10px 0 0 0; }
.list_info li {
margin: 0 0 0.1em 0;
font-size: 1.2px; font-size: 1.2rem;
}
.list_info li.moreInfo a::after {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 15px;
  width: 15px;
  -webkit-mask: url("../images/iconmonstr-arrow-31.svg");
  mask: url("../images/iconmonstr-arrow-31.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
}
.list_info li.moreInfo a:hover::after {
  background-color: #0066f9;
}
.list_info li ul li { margin: 0 0 3px 0; }
.list_info li ul li:nth-child(2n+1) { width: 20%; }
.list_info li ul li:nth-child(2n) { width: 80%; }
@media only screen and (min-width: 1025px) {
.list_info li ul li:nth-child(2n+1) { width: 15%; }
.list_info li ul li:nth-child(2n) { width: 85%; }
}

/*キャンペーン時のみ*/
/*.list_info li ul li:nth-of-type(2) a:link,
.list_info li ul li:nth-of-type(2) a:visited {
    color: #ff2a00;
    font-weight: bold;
}*/
/*//キャンペーン時のみ*/

span[class^="new"] {
margin: 0 0 0.1em 0;
font-size: 1.2px; font-size: 1.2rem;
}
span[class^="new"]::before {
  content: "";
  background-color: #0063f6;
  display: inline-block;
  height: 15px;
  width: 15px;
  -webkit-mask: url("../images/iconmonstr-bell-7.svg");
  mask: url("../images/iconmonstr-bell-7.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
}

/*span[class^="new"],*/
span.maint,
span.tagattn,
span.tagsprt {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 5px;
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: normal;
    background: #0f55b3;/*#1188bf*/
    font-size: 1.1px; font-size: 1.1rem;
}
span.maint { background: #E70E00; }
span.tagattn { background: #cb0000; }
span.tagsprt { background: #0063f6; }

span.list_admin {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 2px;
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 1.0px; font-size: 1.0rem;
    background: #ff2a00;
}

/*.list_info li ul li a { vertical-align: middle; }*/

.list_info li ul li:nth-of-type(n+11) { display: none; }
body#Old_list .list_info li ul li:nth-of-type(n+6) { display: block; }
body#Old_list .list_info li ul li:nth-of-type(n+31) { display: none; }

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 13px !important; font-size: 1.3rem !important;
}

/* VIEW お知らせ
------------------------------------------------------------*/
body#View h3 {
  padding: 0 0 20px 0;
  margin: 0;
  border: none;
  font-size: 14px; font-size: 1.4rem;
}
body#View .ARTICLE_TEXT .maintBox {
  padding: 5px;
  border: 1px solid #E70E00;
}
body#View .ARTICLE_TEXT h4 {
  font-weight: 600;
  font-family: inherit;
}
/*tabibitojin.com/how-to-set-line-break-height-css*/
body#View .ARTICLE_TEXT div + br,
body#View .ARTICLE_TEXT p + br,
body#View .ARTICLE_TEXT h4 + br {
  display: block;
  content: "";
  height: 1em;
}
body#View .ARTICLE_TEXT h4 + br { height: 0; }
body#View #AY_1900 h3 {
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e1e0e3;
}

/* OLD LIST お知らせ一覧
------------------------------------------------------------*/
body#Old_list .list_info li ul li:nth-child(2n+1) { width: 7em; }
body#Old_list .list_info li ul li:nth-child(2n) { width: calc(100% - 7em); }

/* ACCOUNT アカウント
------------------------------------------------------------*/
.AccountInfo > div.flex > div {
  padding: 15px 0;
  border-bottom: 1px solid rgba(36,77,138,0.1);
}
.AccountInfo > div.flex > div:nth-of-type(odd) {
  font-weight: bold;
}
.AccountInfo > div.flex > div:nth-child(2n+1) { width: 30%; }
.AccountInfo > div.flex > div:nth-child(2n) { width: 70%; }
.AccountInfo div a.help::before,
a.help::before,
.AccountInfo div.cpl span::before,
.AccountInfo div.License::before,
.AccountInfo a.renew::before,
.AccountInfo div.PointList > div:first-child a::before {
  content: "";
  background-color: #0063f6;
  display: inline-block;
  height: 18px;
  width: 18px;
  -webkit-mask: url("../images/iconmonstr-help-3.svg");
  mask: url("../images/iconmonstr-help-3.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 4px;
  margin: 0 0 0 5px;
}
.AccountInfo div.cpl span::before {
  background-color: #2E3C51;
  height: 28px;
  width: 28px;
  -webkit-mask: url("../images/iconmonstr-lock-10.svg");
  mask: url("../images/iconmonstr-lock-10.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: 12px;
  left: 0;
  margin: 0 5px 0 0;
}

.AccountInfo div.OptionList .taC:first-child::after {
  content: "";
  background-color: #2E3C51;
  display: block;
  height: 40px;
  width: 40px;
  -webkit-mask: url("../images/iconmonstr-networking-7.svg");
  mask: url("../images/iconmonstr-networking-7.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  margin: 5px auto;
}
.AccountInfo div.OptionList .Option_Rduo .taC:first-child::after {
  -webkit-mask: url("../images/iconmonstr-calendar-9.svg");
  mask: url("../images/iconmonstr-calendar-9.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.AccountInfo div.OptionList .Option_Anlyz .taC:first-child::after {
  -webkit-mask: url("../images/iconmonstr-chart-20.svg");
  mask: url("../images/iconmonstr-chart-20.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.AccountInfo div.License::before {
  background-color: #2E3C51;
  -webkit-mask: url("../images/iconmonstr-award-24.svg");
  mask: url("../images/iconmonstr-award-24.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin: 0 5px 0 0;
}
.AccountInfo a.renew::before {
  -webkit-mask: url("../images/iconmonstr-synchronization-15.svg");
  mask: url("../images/iconmonstr-synchronization-15.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 1024px) {
body#Account .AccountInfo > div.flex:first-child > div:nth-child(-2n+6),
body#Account .AccountInfo > div.flex:first-child > div:nth-child(6) > div { text-align: right; }
.AccountInfo div.OptionList .flex > div:nth-child(n+2) {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid rgba(36,77,138,0.1);
}
.AccountInfo div.cpl span::before {
  left: auto;
  right: 4em;
}
.AccountInfo div.cpl span{ padding-left: 34px; }
.AccountInfo div.flex.PointList > div,
.AccountInfo div.flex.AcctEdit > div { width: 100%; }
.AccountInfo div.flex.PointList > div:first-child,
.AccountInfo div.flex.AcctEdit > div:first-child {
  padding-bottom: 0;
  border: none;
}
.AccountInfo div.PointList .flex > div { width: 49% !important; }
}
@media only screen and (min-width: 1025px) {
.AccountInfo > div.flex > div:nth-child(2n+1) { width: 20%; }
.AccountInfo > div.flex > div:nth-child(2n) { width: 80%; }
/*.AccountInfo div.OptionList .flex > div:nth-child(n+2) {
  border-left: 1px solid rgba(36,77,138,0.1);
}*/
.AccountInfo div.OptionList div.flex > div { width: 30%; }
}
/*==========アカウント変更==========*/
body#Edit .AccountInfo input[type="password"] {
  font-size: 16px; font-size: 1.6rem;
  padding-right: 33px;
}
.toggle-pass {
    position: absolute;
    top: 50%;
    left: 167px;
    transform: translateY(-50%);
    font-size: 1.8rem;
}
@media only screen and (min-width: 1025px) {
body#Edit .AccountInfo input[type="password"] {
  font-size: 20px; font-size: 2.0rem;
}
}
body#Edit h3.securityTitle {
  font-size: 16px; font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 5px;
}
body#Edit h3.securityTitle::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-mask: url("../images/iconmonstr-lock-4.svg");
  mask: url("../images/iconmonstr-lock-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 7px;
  margin: 0 5px 0 0;
}
/*==========秘密の質問回答リセット==========*/
body#Edit #SecretReset_Form { display:none; }
/*==========アカウント削除==========*/
body#Edit #AccountDelete_Form { display:none; }
.ConfirmAgree {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ConfirmAgree label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}
.ConfirmAgree label::before {
    width: 21px;
    height: 21px;
    border-radius: 3px;
    border: 2px solid #d6dde3;
    content: '';
}
.ConfirmAgree label:has(:checked)::after {
    position: absolute;
    top: 16px;
    left: 7px;
    transform: rotate(45deg);
    width: 7px;
    height: 13px;
    border: solid #E70E00;
    border-width: 0 3px 3px 0;
    content: '';
}
.ConfirmAgree label span {
    width: calc( 100% - 21px );
}
.ConfirmAgree input { display: none; }
body#Edit input[class*="_delete"] {
  color: #E70E00;
}
body#Edit input[class*="_delete"][disabled] {
  pointer-events: none;
}
body#Edit input[class*="_delete"]:hover {
  color: #ffffff;
  background-color: #E70E00;
  border: none;
  opacity: 0.9 !important;
}
@media only screen and (min-width: 1025px) {
.ConfirmAgree label:has(:checked)::after {
    top: 5px;
}
}

/* SUPPORT サポート
------------------------------------------------------------*/
body#Support #busy_0 { display: none; }
body#Support [id^="busy_"] {
  display: table;
  padding: 5px;
  margin: 0 auto 30px;
  border: 1px solid #e42348;
  border-radius: 4px;
}
body#Support [id^="busy_"] h4 {
  color: #e42348;
  font-family: inherit;
  font-weight: 700;
}
body#Support [id^="busy_"] .flex {
  -ms-flex-wrap: nowrap;/*--- IE10 ---*/
  -webkit-flex-wrap: nowrap;/*--- safari（PC）用 ---*/
  flex-wrap: nowrap;
}
body#Support [id^="busy_"] .busy_icon::before {
  content: "";
  background-color: #2E3C51;
  display: block;
  height: 32px;
  width: 32px;
  -webkit-mask: url("../images/iconmonstr-time-10.svg");
  mask: url("../images/iconmonstr-time-10.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
/*body#Support #busy_2 .flex { color: #e42348; }*/
body#Support #busy_2 .busy_icon::before {
  background-color: #e42348;
}

body#Support h3 {
  font-size: 15px; font-size: 1.5rem;
}

body#Support #InquirySelect::after{
  content:"";
  display: block;
  width:32%;
}
body#Support #InquirySelect > div {
  width: 32%;
  border: 1px solid #2589d0;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  cursor: pointer;
}
body#Support #InquirySelect > div div:first-of-type {
    text-align: center;
    color: #2589d0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body#Support #InquirySelect > div:hover {
  background-color: #2589d0;
}
body#Support #InquirySelect > div div:first-of-type:hover {
    color: #fff;
}

body#Support #InquirySelect > div.empty_dummy { display: none; }

@media only screen and (min-width: 1025px) {
body#Support h3 {
  font-size: 16px; font-size: 1.6rem;
}
body#Support #InquirySelect::after {
  display: none;
}
body#Support #InquirySelect > div { width: 18%; }
body#Support #InquirySelect > div.empty_dummy {
  display: block;
  visibility: hidden;
}
}

/*タブ実装化前
body#Support [id^="Sprt"] { display:none; }
body#Support .content #Notes { display:none; }*/
body#Support [id^="Sprt"] { display: none; }
body#Support [id^="Sprt"].is-active { display: block; }
body#Support [id^="Sprt"] [class^="notes_"] {
  display: none;
  line-height: 1.7;
  margin: 8px 0 0 0;
  font-size: 0.94em;
}

/*==========有償サポートリスト==========*/
body#Support .EstimateList > div:nth-child(1) {
  padding: 5px;
  font-weight: 700;
  border-bottom: 1px solid #e1e0e3;
  font-size: 15px; font-size: 1.5rem;
}
body#Support .EstimateList > div[class^="sprt_"]::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 26px;
  width: 26px;
  -webkit-mask: url("../images/iconmonstr-synchronization-23.svg");
  mask: url("../images/iconmonstr-synchronization-23.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 6px;
  margin: 0 5px 0 0;
}
body#Support .EstimateList > div.sprt_idchange::before {
  -webkit-mask: url("../images/iconmonstr-id-card-19.svg");
  mask: url("../images/iconmonstr-id-card-19.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
body#Support .EstimateList > div.sprt_setting::before {
  -webkit-mask: url("../images/iconmonstr-control-panel-1.svg");
  mask: url("../images/iconmonstr-control-panel-1.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
body#Support .EstimateList > div.sprt_css::before {
  -webkit-mask: url("../images/iconmonstr-code-5.svg");
  mask: url("../images/iconmonstr-code-5.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
body#Support .EstimateList > div.flex div {
  padding: 5px;
}
body#Support .EstimateList > div.flex div:nth-child(1) {
  width: 100%;
/*  border-bottom: 1px solid #e1e0e3;*/
}
body#Support .EstimateList > div.flex div:nth-child(2) {
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 1025px) {
body#Support .EstimateList > div.flex div:nth-child(1) {
  width: 85%;
  border-right: 1px solid #e1e0e3;
/*  border-bottom: none;*/
}
body#Support .EstimateList > div.flex div:nth-child(2) {
  width: 15%;
}
}

/* FAQ
------------------------------------------------------------*/
body#Faq h3 {
  font-size: 15px; font-size: 1.5rem;
}

body#Faq #FaqSelect::before,
body#Faq #FaqSelect::after{
  content:"";
  display: block;
  width:24%;
  order:1;
}
body#Faq #FaqSelect::before{
  order:1;
}
body#Faq #FaqSelect > div {
  width: 24%;
  border: 1px solid #2589d0;
  background-color: #ffffff;
  min-height: 45px;
  border-radius: 4px;
  margin: 0 0 5px 0;
  cursor: pointer;
}
body#Faq #FaqSelect > div div:first-of-type {
    text-align: center;
    color: #2589d0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}
body#Faq #FaqSelect > div:hover {
  background-color: #2589d0;
}
body#Faq #FaqSelect > div div:first-of-type:hover {
    color: #fff;
}
body#Faq #FaqSelect > div div.is-active {
  background-color: #2589d0;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
@media only screen and (min-width: 1280px) {
body#Faq .content > div:first-of-type .box {
  max-width: 80%;
}
}
body#Faq h3 {
  font-size: 16px; font-size: 1.6rem;
}
/*body#Faq #FaqSelect::after,*/
body#Faq #FaqSelect > div { width: 8.6%; }
}

[id^="FaqCat"] { display: none; }
[id^="FaqCat"].is-active { display: block; }

/*FAQ*/
[id^="FaqCat"] dt.Que {
  cursor: pointer;
  font-weight: normal;
}
[id^="FaqCat"] dt.Que.open { font-weight: 600; }
[id^="FaqCat"] dt.Que + dd.Ans {
  display: none;
  font-size: 0.96em;
}
[id^="FaqCat"] dt.Que + dd.Ans > * {
  text-indent: 0;
}
body#Faq [id^="FaqCat"] dt.Que + dd.Ans .faq_ul {
  list-style: disc;
  text-indent: 0em;
  padding: 0 0 0 1.7em;
}

/* GUIDE
------------------------------------------------------------*/
body#Guide h3 {
  font-size: 15px; font-size: 1.5rem;
}
body#Guide #TabSelect > div {
  width: 50%;
  border: 1px solid #2589d0;
  background-color: #ffffff;
  min-height: 45px;
  border-radius: 3px;
  margin: 0 0 5px 0;
  cursor: pointer;
}
body#Guide #TabSelect.SpSelect > div { border: 1px solid #0f55b3; }
body#Guide #TabSelect.PrSelect > div { border: 1px solid #0066f9; }
@media only screen and (max-width: 599px) {
body#Guide #TabSelect.FcSelect > div:nth-of-type(2) { display: none; }
}
@media only screen and (min-width: 600px) {
body#Guide #TabSelect.FcSelect > div:nth-of-type(1) { display: none; }
}
body#Guide #TabSelect > div:nth-of-type(-n+2) {
  border-radius: 3px 0 0 3px;
}
body#Guide #TabSelect > div:last-child {
  border-radius: 0 3px 3px 0;
}
body#Guide #TabSelect > div div:first-of-type {
  text-align: center;
  color: #2589d0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
body#Guide #TabSelect > div:hover {
  background-color: rgba(234,240,246,1);
}
/*body#Guide #TabSelect > div div:first-of-type:hover {
  color: #fff;
}*/
body#Guide #TabSelect > div div.is-active {
  background-color: #2589d0;
  color: #fff;
  pointer-events: none;
}
body#Guide #TabSelect.SpSelect > div div.is-active {
  background-color: #0f55b3;
}
body#Guide #TabSelect.PrSelect > div div.is-active {
  background-color: #0066f9;
}
body#Guide [id^="TabCat"],
body#Guide [id^="FcCat"] { display: none; }
body#Guide [id^="TabCat"].is-active,
body#Guide [id^="FcCat"].is-active { display: block; }

/*==========手順リスト==========*/
/*saruwakakun.com/html-css/reference/ul-ol-li-design*/
body#Guide [id^="FcCat"] ol:not([class^="list-o-annoteDecimal"]) {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
body#Guide [id^="FcCat"] ol:not([class^="list-o-annoteDecimal"]) > li {
  position: relative;
  line-height: 1.7em;
  padding: 0.5em 0.5em 0.5em 30px;
}

body#Guide [id^="FcCat"] ol:not([class^="list-o-annoteDecimal"]) > li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #2589d0;
  color: #ffffff;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  /*以下上下中央寄せのため*/
/*  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
/*==========//手順リスト==========*/

/*スナップポイント*/
body#Guide #point_caption {
  display: table;
  margin: 0 auto;
}
body#Guide #point_caption > div {
  display: table-cell;
  vertical-align: middle;
  background-color: #0f55b3;/*#0063f6*/
  color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
}
body#Guide #point_caption > div:first-of-type {
}
body#Guide #point_caption > div:nth-of-type(2) {
  width: auto;
  background-color: transparent;
  color: #0f55b3;
  border-radius: 0%;
  font-size: 6.0rem;
  padding: 0 12px;
}
body#Guide #point_caption > div:last-of-type {
  background-color: transparent;
  color: #0f55b3;
  border: 3px solid #0f55b3;
}

body#Guide #point_caption > div span {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: .05em;
}

body#Guide .flex.option_stores > div {
    width : 50%;
    text-align: center;
}
body#Guide .flex.option_stores iframe {
/*    width: 240px !important;
    height: 240px !important;*/
    width: 140px !important;
    height: 140px !important;
}
@media only screen and (min-width: 1025px) {
body#Guide .flex.option_stores > div {
    width : 25%;
    text-align: center;
}
body#Guide .flex.option_stores iframe {
    width: 200px !important;
    height: 200px !important;
}
}

/*qiita.com/k__m/items/4cbee265e43a26779a10*/
div.cartTitle {
  text-align: center;
  font-size: 0;
}
div.cartTitle span {
  padding: 0 30px;
  font-size: 1.6rem;
}
div.cartTitle span, div.cartTitle::before, div.cartTitle::after {
  vertical-align: middle;
}
div.cartTitle::before, div.cartTitle::after {
  content: '';
  background-color: #2E3C51;/*#0f55b3*/
  height: 2px; 
  width: calc((100% - 230px)/2);
  display: inline-block;
  position: relative;
  top: 9px;
}
.cartIcon::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 40px;
  width: 40px;
  -webkit-mask: url("../images/iconmonstr-shopping-cart-15.svg");
  mask: url("../images/iconmonstr-shopping-cart-15.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 14px;
  margin: 0 5px 0 0;
}
/*//スナップポイント*/

/* ORDER 決済フォーム
------------------------------------------------------------*/
body#Order #PaymentConfirm { display:none; }
body#Order #PaymentInput .field,
body#Order #PaymentConfirm .field,
body#Order #ContractConfirm .field {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #88a0b9;
}
body#Order #PaymentInput .field > div,
body#Order #PaymentConfirm .field > div,
body#Order #ContractConfirm .field > div {
  display: table-cell;
  padding: 10px;
}
body#Order #PaymentInput .field > div:first-child,
body#Order #PaymentConfirm .field > div:first-child,
body#Order #ContractConfirm .field > div:first-child {
  width: 40%;
  border-right: 1px solid #88a0b9;
}
body#Order #PaymentInput .field > div:nth-of-type(2),
body#Order #PaymentConfirm .field > div:nth-of-type(2),
body#Order #ContractConfirm .field > div:nth-of-type(2) {
  padding-left: 15px;
}
body#Order #PaymentInput .field input,
body#Order #PaymentConfirm .field input,
body#Order #ContractConfirm .field input {
  border: 0;
  padding: 0;
  font-size: 14px; font-size: 1.4rem;
  font-family: inherit !important;
}
body#Order #PaymentInput #BtConfirm.DIS {
  opacity: 0.5;
  pointer-events: none;
}

body#Order .flex.option_stores > div {
    width : 50%;
    text-align: center;
}
body#Order .flex.option_stores iframe {
/*    width: 240px !important;
    height: 240px !important;*/
    width: 140px !important;
    height: 140px !important;
}
@media only screen and (min-width: 1025px) {
body#Order .flex.option_stores > div {
    width : 25%;
    text-align: center;
}
body#Order .flex.option_stores iframe {
    width: 200px !important;
    height: 200px !important;
}
}

/*==========ﾌﾟﾗﾝ選択==========*/
.choose_box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 40px 0 60px 0;
}
.choose_box [id^="oc_"] p:first-of-type {
    font-size: 16px; font-size: 1.6rem;
    display: block;
    font-weight: 600;
    text-align: center;
  }
.choose_box ul {
  text-align: center;
}
.choose_box li {
  display: inline-block;
  width: 42%;
  margin-top: 30px;
  list-style: none;
}
.choose_box li:nth-child(odd) {
  margin-right: 15px;
}
.choose_box li:nth-child(even) {
  margin-left: 15px;
}
.choose_box div#oc_03 li {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.choose_box ul li a {
  width: 100%;
  color: #0066f9;
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px; font-size: 1.6rem;
  border: 2px solid #0066f9;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.choose_box ul li a:hover {
   background-color: #0066f9;
  color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.choose_box #Salt p a {/*Same as last time*/
    width: 100%;
    background-color: #2791d4;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    font-size: 14px; font-size: 1.4rem;
    border: 2px solid #2791d4;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.choose_box #Salt p a:hover {
    background-color: #fff;
    color: #2791d4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
.choose_box ul li a:hover,
.choose_box #Salt p a:hover {
    -webkit-transition: .0s;
    -moz-transition: .0s;
    -o-transition: .0s;
    transition: .0s;
}
}

.choose_box .Bt_restart {
  color: #2791d4;
}
.choose_box .Bt_restart::before {
  content: "";
  background-color: #2791d4;
  display: inline-block;
  height: 18px;
  width: 18px;
  -webkit-mask: url("../images/iconmonstr-arrow-28.svg");
  mask: url("../images/iconmonstr-arrow-28.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  transform: scale(-1, 1);
}
.choose_box .Bt_restart:hover {
  color: #0063f6;
}
.choose_box .Bt_restart:hover::before {
  background-color: #0063f6;
}

body#Order .choose_box #ContractConfirm .PartNumber,
body#Order #PaymentConfirm .PartNumber {
  position: relative;
}
body#Order .choose_box #ContractConfirm .PartNumber > div,
body#Order #PaymentConfirm .PartNumber > div {
  position: absolute;
  top: -2em;
  right: 0;
}

body#Order #ContractConfirm iframe {
    width: 200px !important;
    height: 44px !important;
}
/*==========//ﾌﾟﾗﾝ選択==========*/

/* APPLY 申込みフォーム
------------------------------------------------------------*/
body#Apply #notice.box-005,
body#Apply .box-013 { max-width: 650px; }

/* COMPLETE コンプリート
------------------------------------------------------------*/
body#Complete .message {
  text-align: center;
  font-size: 12px; font-size: 1.2rem;
}
body#Complete .message > div,
body#Complete .message > p { display: inline-block; }
body#Complete #Notes {
  display: table;
  padding: 5px;
  margin: 50px auto 0;
  border: 1px solid #e1e0e3;
  font-size: 12px; font-size: 1.2rem;
  border-radius: 3px;
}
body#Complete #Notes h4 {
  text-align: center;
  margin: 0px 0 5px 0;
  font-family: inherit;
  font-weight: 700;
}

@media only screen and (min-width: 1025px) {
body#Complete .message { font-size: inherit; }
body#Complete #Notes { margin: 70px auto 0; }
}

/* TOS 利用規約
------------------------------------------------------------*/
.box.terms p {
	margin: 0px 0px 1em 0px;
}
.terms ol { list-style:none; }
.terms ol.sublist { padding:0.7em 0 0 0; }
.terms ol.decimal { padding-left:1.7em; list-style: decimal }
.terms ol li { margin:0 0 2em 0; }
.terms ol.sublist li {
margin:0 0 0 0;
}
.box.terms h3.pp {
  color: #fff;
  background: #2589d0;
  margin: 0px auto 20px;
  padding: 1em 0em 0.8em 1em;
  line-height: 1;
  font-size: 18px; font-size: 1.8rem;
  border-radius: 5px;
}
.box.terms h3.pp::before {
    content: "";
    background-color: #ffffff;
    display: inline-block;
    height: 15px;
    width: 15px;
    -webkit-mask: url(../images/iconmonstr-arrow-31.svg);
    mask: url(../images/iconmonstr-arrow-31.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: relative;
    top: 1px;
    left: -3px;
    margin: 0 5px 0 0;
}


/*==========編集ページ==========*/
/*==========SITE MANAGER==========*/
body#HP_Mgmt .toggle-pass {
    left: auto;
    right: 2%;
}

.HpInfo > div,
.edit_form > div[id^="edit_box-"] {
    display: -webkit-box;/*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display: flex;
    -ms-flex-wrap: wrap;/*--- IE10 ---*/
    -webkit-flex-wrap: wrap;/*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
    -webkit-box-align:center;/*--- Androidブラウザ用 ---*/
    -ms-flex-align:center;/*--- IE10 ---*/
    -webkit-align-items:center;/*--- safari（PC）用 ---*/
    align-items:center;
  border-bottom: 1px solid #e7eaed;
  margin: 0 0 30px 0;
}
.HpInfo > div > div:nth-of-type(odd),
.edit_form > div[id^="edit_box-"] > div:nth-of-type(odd) {
  width: 30%;
}
.HpInfo > div > div:nth-of-type(even),
.edit_form > div[id^="edit_box-"] > div:nth-of-type(even) {
  width: 70%;
}
.HpInfo > div > div:nth-of-type(odd) > div,
.edit_form > div[id^="edit_box-"] > div:nth-of-type(odd) > div {
  font-weight: 600;
}
.HpInfo > div > div:nth-of-type(odd) > p,
.edit_form > div[id^="edit_box-"] > div:nth-of-type(odd) > p {
  font-size: 12px; font-size: 1.2rem;
}
.HpInfo > div > div:nth-of-type(even) > div,
.HpInfo > div > div:nth-of-type(even) > div form,
.HpInfo > div > div:nth-of-type(even) > div form div,
.edit_form > div[id^="edit_box-"] > div:nth-of-type(even) > div,
.edit_form > div[id^="edit_box-"] > div:nth-of-type(even) > div form,
.edit_form > div[id^="edit_box-"] > div:nth-of-type(even) > div form div {
  text-align: right;
}
.HpInfo > div input.input_regit_pass,
.edit_form > div[id^="edit_box-"] input.input_regit_pass {
  display: inline-block;
  width: 40%;
}
.HpInfo > div input.submit_SQbtn,
.HpInfo > div input.submit_review_edit,
.HpInfo > div input.btn_setup,
.HpInfo > div input.submit_ch_edit_regit,
.edit_form > div[id^="edit_box-"] input.submit_edit_regit,
.edit_form > div[id^="edit_box-"] input.submit_review_edit,
.edit_form > div[id^="edit_box-"] input.btn_setup,
.edit_form > div[id^="edit_box-"] input.submit_ch_edit_regit {
  width: 40%;
  height: 40px;
  border-radius: 3px;
  font-size: 13px; font-size: 1.3rem;
  line-height: 1;
  margin: 0 0 5px 0;
}
.HpInfo > div input.submit_SQbtn {
  color: #0066f9;
  max-width: none;
}
.HpInfo > div input.submit_SQbtn:hover {
  color: #ffffff;
  background-color: #0066f9;
}
.edit_form > div[id^="edit_box-"] input.submit_edit_regit {
  color: #fff;
  background-color: #337ab7;
}
.edit_form > div[id^="edit_box-"] input.submit_edit_regit:hover {
  background-color: #3463ae;
}

@media only screen and (max-width: 1024px) {
.HpInfo > div,
.edit_form > div[id^="edit_box-"] {
    -webkit-box-align:center;/*--- Androidブラウザ用 ---*/
    -ms-flex-align:center;/*--- IE10 ---*/
    -webkit-align-items:center;/*--- safari（PC）用 ---*/
    align-items:center;
    padding: 0 0 5px 0;
}
.HpInfo > div > div:nth-of-type(odd),
.edit_form > div[id^="edit_box-"] > div:nth-of-type(odd) {
  width: 35%;
}
.HpInfo > div > div:nth-of-type(even),
.edit_form > div[id^="edit_box-"] > div:nth-of-type(even) {
  width: 65%;
  font-size: 12px; font-size: 1.2rem;
}
.HpInfo > div > div:nth-of-type(odd) > p,
.edit_form > div[id^="edit_box-"] > div:nth-of-type(odd) > p {
  font-size: 11px; font-size: 1.1rem;
}
.HpInfo > div input.input_regit_pass,
.edit_form > div[id^="edit_box-"] input.input_regit_pass {
  display: inline-block;
  width: 100%;
  max-width: 140px;
}
.HpInfo > div input.submit_SQbtn,
.HpInfo > div input.submit_review_edit,
.HpInfo > div input.btn_setup,
.HpInfo > div input.submit_ch_edit_regit,
.edit_form > div[id^="edit_box-"] input.submit_edit_regit,
.edit_form > div[id^="edit_box-"] input.submit_review_edit,
.edit_form > div[id^="edit_box-"] input.btn_setup,
.edit_form > div[id^="edit_box-"] input.submit_ch_edit_regit {
  width: 100%;
  max-width: 140px;
}
}

body#HP_Mgmt #PageSelect > div {
  width: 23%;
  border: 1px solid #2589d0;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  cursor: pointer;
}
body#HP_Mgmt #PageSelect > div div:first-of-type {
    text-align: center;
    color: #2589d0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body#HP_Mgmt #PageSelect > div:hover {
  background-color: #2589d0;
}
body#HP_Mgmt #PageSelect > div div:first-of-type:hover {
    color: #fff;
}
body#HP_Mgmt #PageSelect > div div form,
body#HP_Mgmt #PageSelect > div div form input[type="submit"] {
    width: 100%;
    height: 100%;
    text-align: center;
}

[class^="submit_ch"],
[class^="submit_ch"]:link,
[class^="submit_ch"]:visited,
[class^="submit_ch"]:hover,
[class^="submit_ch"]:active {
	background: #FB615F;/*#f09595*/
	background: -webkit-linear-gradient(to bottom, #FB615F 0%, #ff7063 100%);/*#f09595 0%, #f29999 100%*/
	background: linear-gradient(to bottom, #FB615F 0%, #ff7063 100%);/*#f09595 0%, #f29999 100%*/
}

[id^="lnk_hp-"], [id^="lnk_rv-"], [id^="lnk_txt-"] {
display:none;
}

.edit_form [class*="section_part"]::before {
	content: "\f3fe";
	color: #125688;
}

/*.dn_permit { display: none !important; }
.dn_complete_light,
.dn_complete_standard { display: none !important; }*/
.disp_trial { display: block !important; }

.submit_review_edit {
background-color: #11beae;
}
.submit_review_edit:hover {
background-color: #2fdccc;
}

/*==========ボタン類==========*/
/*.btn_menu:link,
.btn_menu:visited,
.btn_menu:hover,
.btn_menu:active {
  line-height: 84px;
  background: url(../images/return-1.svg) no-repeat center 8px;
  background-size: 20px 20px;
  border: 1px solid currentColor;
  font-size: 1.3px; font-size: 1.3rem;
}

.btn_menu:hover {
    color: #fff;
    background: url(../images/return_hov.svg),-webkit-linear-gradient(to bottom, #1da1f2 0%, #2895f1 100%);
    background: url(../images/return_hov.svg),linear-gradient(to bottom, #1da1f2 0%, #2895f1 100%);
    background: url(../images/return_hov.svg),#2E3C51;
    background-repeat: no-repeat;
    background-size: 20px, 100%;
    background-position: center 8px,0;
    border: 1px solid #2E3C51;
}*/

.btn_menu:link,
.btn_menu:visited,
.btn_menu:hover,
.btn_menu:active {
  height: 50px;
  line-height: 48px;
  border: 1px solid currentColor;
}
.btn_menu::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 18px;
  width: 18px;
  -webkit-mask: url("../images/iconmonstr-arrow-28.svg");
  mask: url("../images/iconmonstr-arrow-28.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  transform: scale(-1, 1);
}
.btn_menu:hover::before {
  background-color: #ffffff;
}
.submit_SQbtn,
.submit_SQbtn:link,
.submit_SQbtn:visited,
.submit_SQbtn:hover,
.submit_SQbtn:active {
    max-width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid currentColor;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.submit_SQbtn.btn_06f9 {
    color: #0066f9;
    border: 1px solid currentColor;
}
.submit_SQbtn.btn_06f9:hover {
    color: #fff;
    background-color: #0066f9;
}
[class^="btn_"].btn_06f {
  color: #06f;
}
[class^="btn_"].btn_06f:hover {
    color: #fff;
    background-color: #06f;
    border: 2px solid #06f;
}

/* モーダルウィンドウ
------------------------------------------------------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 1024px;
}
.modal__content h3 {
    padding: 0;
}
.modal__content a.js-modal-close {
position: absolute;
    top: 10px;
    right: 10px;
}
.modal__content a.js-modal-close::before {
  content: "";
  background-color: #2E3C51;
  display: inline-block;
  height: 24px;
  width: 24px;
  -webkit-mask: url("../images/iconmonstr-x-mark-11.svg");
  mask: url("../images/iconmonstr-x-mark-11.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
}

/* ERROR エラー
------------------------------------------------------------*/
body#Error .box-005,
body#Security_error .box-005 {
  max-width: 100%;
  width: fit-content;
}
body#Error .box-005.mente { border: 2px solid #2589d0; }
body#Error .box-005.mente div { color: #2589d0; }

/* Alert_login_session
------------------------------------------------------------*/
div#Alert_bg {
position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #232F3E;
    opacity: 0.9;
}
div#Alert_login_session {
    position: fixed;
    top: 20%;
    left: 50%;
    -moz-transform: translate(-50%,-20%);
    -webkit-transform: translate(-50%,-20%);
    transform: translate(-50%,-20%);
    text-align: center;
    z-index: 2000;
    padding: 10px;
    border-radius: 4px;
    border: 1px #dedede solid;
    background: #232F3E;
    color: #efefef;
}

/*==========Table==========*/
.CP_Tbl {
 border-collapse: collapse;
 border-spacing: 0;
}
.CP_Tbl th {
 padding: 10px 5px;
 text-align: center;
 background: rgba(36,77,138,0.1);
 border: solid 1px #778ca3;
}
.CP_Tbl td {
 padding: 10px 5px;
 border: solid 1px #778ca3;
}
/*==========//Table==========*/

/*==========サポート相談ボタン==========*/
#section_btn_appointment {
    letter-spacing: .08rem;
    line-height: 160%;
    height: 56px;
    padding: 12px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #c9cec8;
    border-radius: 15px;
    box-sizing: border-box;
    color: #06f;
    cursor: pointer;
    display: block;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .2s cubic-bezier(.48,0,.75,.72) 0s;
    max-width: none;
    width: 300px;
}
#section_btn_appointment:focus {
    outline: 2px solid #06f;
    outline-offset: 2px;
    transition: all 0s cubic-bezier(.48,0,.75,.72) 0s;
}
#section_btn_appointment:active {
    background: linear-gradient(0deg,rgba(0,0,0,.04),rgba(0,0,0,.04)),#fff;
}
#section_btn_appointment span {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    left: 50%;
    line-height: 24px;
    position: absolute;
    -webkit-text-decoration: none;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
}
/*==========//サポート相談ボタン==========*/

/*==========Whois==========*/
body#Whois span.fgaaa,
body#Whois span.ok {
font-family: ionicons;
font-size: 30px; font-size: 3.0rem;
font-weight: 700;
line-height: 0;
position: relative;
top: 6px;
}
body#Whois span.fgaaa {
right: 4px;
}
/*==========//Whois==========*/

/*==========Brand_icon==========*/
body#Brand_icon #sns_list {
  padding: 10px 0;
  background: #afafaf;
}
body#Brand_icon img { height: 36px; }
body#Brand_icon .box > .flex:not(:first-child) { margin: 20px 0 0 0; }
body#Brand_icon .box > .flex > div:first-child {
  width: 100%;
  font-size: 1.1em;
  font-weight: 700;
}
body#Brand_icon .icon_list { width: 100%; }
body#Brand_icon .icon_list > div {
  width: 33.333%;
  padding: 10px 0;
  text-align: center;
}
body#Brand_icon #YouTube .icon_list > div { width: 25%; }
body#Brand_icon .icon_list > div div {
  margin-inline: auto;
  width: fit-content;
  padding: 8px 0 0 0;
  font-size: 0.8em;
}
@media only screen and (min-width: 1033px) {
body#Brand_icon .box > .flex > div:first-child { width: 20%; }
body#Brand_icon .icon_list { width: 80%; }
body#Brand_icon .icon_list > div { width: 25%; }
/*==========//Brand_icon==========*/
