@charset "utf-8";
/* CSS Document */
/* md support style */
@import url(/support-rakus/jidootai/common/css/reset.css);
@import url(/support-rakus/jidootai/common/css/jquery.bxslider.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 色の変数定義 */
:root {
  /* 共通 */
  --black: #323232;
  --white: #fff;
  --link: #1558d6;
  --gray-bg-01: #e6e6e6;
  --gray-bg-02: #f6f6f6;

  /* グレースケール */
  --gray-01: #464646;
  --gray-02: #5a5a5a;
  --gray-03: #6e6e6e;
  --gray-04: #828282;
  --gray-05: #969696;
  --gray-06: #aaaaaa;
  --gray-07: #bebebe;
  --gray-08: #d2d2d2;
  --gray-09: #fafafa;

  /* 自動応対 */
  --rjidootai-primary: #f08300;
  --rjidootai-light: #ffc266;
  --rjidootai-medium: #ffac30;
  --rjidootai-dark: #de4d18;
  --rjidootai-bg-main: #ffa847;
  --rjidootai-bg-sub-01: #ffb870;
  --rjidootai-bg-sub-02: #ffd19f;
  --rjidootai-bg-sub-03: #fff5e6;
  --rjidootai-cta: #00a19a;
  --rjidootai-accent: #fff176;
  --rjidootai-ai-primary: #5650ff;
  --rjidootai-ai-bg-sub-01: #f0f0ff;
  --rjidootai-ai-gradation: linear-gradient(to right, #ff74ff 0%, #8344c4 40%, #582ff7 60%, #33cbfb 100%);
}

body {
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--black);
}

/* =================================
utility
================================= */

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

.float-right {
  float: right;
}
.float-left {
  float: left;
}
.centering {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
a {
  color: #222;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #DCDCDC;
  margin-bottom: 30px;
}
.normal-liststyle{
margin-bottom: 40px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 20px 10px;
}
.normal-liststyle li{
list-style: disc inside;
line-height: 1.3;
padding: 5px 0;
}
.attention{
margin-bottom: 0 !important;
font-size: 12px;
line-height: 1.6;
}
ol.numbering-list{
margin-bottom: 20px;
counter-reset: item;
list-style-type: none;
}
ol.numbering-list li{
font-size: 15px;
position: relative;
margin: 25px auto 5px auto;
background: #f4f2ef;
padding: 12px 10px 15px 55px;
text-align: justify;
line-height: 1.4;
}
ol.numbering-list li:before {
counter-increment: item;
  content: counter(item);
  background-color: #f19500;
  color: #fff;
  display: block;
  float: left;
  line-height: 23px;
  margin-left: -35px;
  text-align: center;
  height: 23px;
  width: 23px;
  border-radius: 50%;
}
ol.numbering-list li:after{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 45%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 20px 0px 20px;
  border-color: #f19500 transparent transparent transparent;
  z-index: 3;
  display: block;
}
ol.numbering-list li.noafter:after{
display: none;
}
.opover:hover {
opacity: 0.8;
}
.txt_red{
color: #CC1E15;
}
.txt_bold{
font-weight: bold;
}
.right {
text-align: right;
}
.bold {
font-weight: bold;
}
.mb-none {margin-bottom:0 !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-40 {margin-bottom:40px !important;}
.mb-50 {margin-bottom:50px !important;}
.mb-60 {margin-bottom:60px !important;}
.mb-70 {margin-bottom:70px !important;}
.mb-80 {margin-bottom:80px !important;}
.mb-90 {margin-bottom:90px !important;}
.mt-10 {margin-top:10px !important;}
.mt-20 {margin-top:20px !important;}
.mt-30 {margin-top:30px !important;}
.mt-40 {margin-top:40px !important;}
.mt-50 {margin-top:50px !important;}
.mt-60 {margin-top:60px !important;}
.mt-70 {margin-top:70px !important;}
.mt-80 {margin-top:80px !important;}
.mt-90 {margin-top:90px !important;}
.fs-11 {font-size: 11px;}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}

.gray-box {
  background-color: #F4F2EF;
  padding: 30px;
  margin-bottom: 30px;
}

/* =================================
header
================================= */

.header-wrap {
  width: 100%;
}
.header-inner {
  width: 1000px;
  margin: 6px auto;
  min-height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo {
  margin: 0;
  padding: 0;
}
#header .logo a {
  text-indent: -9999px;
  background: url(/support-rakus/jidootai/common/img/logo.svg) no-repeat left center;
  width: 210px;
  height: 55px;
  display: block;
  position: relative;
}

nav.utility li {
  margin-left: 5px;
  list-style-type:none;
}
.utility nav li a {
  display: block;
}
.header-utility-menu {
  margin: 0;
  padding: 0;
}
li.nav-mainte {
  text-align: center;
  line-height: 1.1;
  margin-top: 4px;
}
.nav-mainte a {
  position: static;
  border: none;
  box-shadow: none;
  font-size: 12px;
  background: url(/support-rakus/jidootai/common/img/ico-catch-01.png) no-repeat 0 3px;
  padding-left: 16px;
  color: #222;
}
.nav-mainte a:hover {
  background-color: transparent;
  border: none;
  text-decoration: none;
}
.nav-offer {
  position: relative;
  margin-left: 15px !important;
}
.nav-offer a {
  padding: 3px 12px 3px 20px;
  margin: 0 0 0 5px;
  background: #868380;
  box-shadow: 0 3px #726f6d;
  border-radius: .3rem;
  color: #fff;
  text-decoration: none;
  text-indent: 5px;
  font-size: 12px;
  display: block;
  -moz-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -o-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
}
.nav-offer a:hover {
  background: #6d6d6c;
  /*top: 0.2rem;
  box-shadow: none;*/
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-offer:before {
  content: "";
  width: 11px;
  height: 15px;
  position: absolute;
  background: url(/support-rakus/jidootai/common/img/ico-catch-02.png) no-repeat;
  left: 15px;
  top: 22%;
  z-index: 10;
}

.nav-trial {
  position: relative;
}
.nav-trial a {
  padding: 3px 12px 3px 22px;
  margin: 0 0 0 5px;
  background: #868380;
  box-shadow: 0 3px #726f6d;
  border-radius: .3rem;
  color: #fff;
  text-decoration: none;
  text-indent: 5px;
  font-size: 12px;
  display: block;
  -moz-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -o-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
}
.nav-trial a:hover {
  background: #6d6d6c;
  /*top: 0.2rem;
  box-shadow: none;*/
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.nav-trial:before {
  content: "";
  width: 12px;
  height: 15px;
  position: absolute;
  background: url(/support-rakus/jidootai/common/img/ico-catch-03.png) no-repeat;
  left: 13px;
  top: 20%;
  z-index: 10;
}
.img-infobnr {
  margin: 0;
  padding: 0;
}
.header-tel {
  text-align: center;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.header-tel dt {
  font-size: 12px;
  color: #222;
  display: block;
}
.header-tel dd.txt-tel {
  background: url(/support-rakus/jidootai/common/img/ico-tel.png) no-repeat 3px 3px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #222;
  width: 170px;
  line-height: 1em;
}
.header-tel dd.txt-tel-detail {
  letter-spacing: 0.03rem;
}
.header-tel dd {
  color: #606060;
  font-size: 11px;
  margin: 0;
}
.header-info-contact {
  display: flex;
  flex-direction: column;
}
.header-btn-cta {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.header-btn-cta a {
  position: relative;
  padding: 10px 20px 7px;
  margin: 0 0 3px 5px;
  background-color: #f19500;
  box-shadow: 0 2px #cd7f00;
  border-radius: .3rem;
  color: #fff;
  text-shadow: 0.5px 0.8px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  display: block;
  /* text-indent: 20px; */
  font-size: 15px;
  letter-spacing: 0.03rem;
  -moz-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -o-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
}
.header-btn-cta a:hover {
  background-color: #e88400;
  /*top: 0.2rem;
  box-shadow: none;*/
  color: #fff;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/*.header-navi-wrap*/
.header-navi-wrap {
  width: 100%;
  border-bottom: 3px solid #f19500;
  border-top: 1px solid #e9e9e9;
  height: 55px;
  /*position: absolute;
  top: 119px;
  left: 0;*/
}
.header-navi-wrap nav {
  width: 1000px;
  margin: 0 auto;
  display: block;
}

/*.nav*/
.nav {
  width: 1000px;
  height: 55px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.nav li {
  position: relative;
  list-style: none;
  font-weight: bold;
  z-index: 10000;
}
  .nav li.nav-use, .nav li.nav-setting, .nav li.nav-option {
    background-image: url(/support-rakus/jidootai/common/img/bg-nav.png);
    background-repeat: no-repeat;
    background-position: 50% 40px;
  }
  .nav li.nav-use:hover, .nav li.nav-setting:hover, .nav li.nav-option:hover {
    background: url(/support-rakus/jidootai/common/img/bg-nav-on.png) bottom no-repeat;
  }
  .nav li.nav-faq {
    background: url(/support-rakus/jidootai/common/img/bg-nav-blank.png) no-repeat;
    background-position: 71% 20px;
  }
.nav li a.tit-nav-1st {
  display: block;
  width: 166px /*142.85px*/; 
  height: 55px;
  text-align: center;
  color: #222;
  font-size: 15px;
  line-height: 50px;
  transition: 0.5s;
  text-decoration: none;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.nav_first .nav-use_first {
  border-left: 1px solid #eee;	
}
.nav > li:hover > a {/*layer-1*/
  color: #f19500;
}
.nav > li li:hover > a {/*layer-2*/
  color: #f19500;
  background: #fff;
}
.nav li:hover > dl{
  overflow: visible;
  height: auto;
  width: 480px;
  box-shadow: 0px 2px 10px 0px rgba(33, 33, 20, 0.3);
  border-top: 3px solid #f19500;
}
.nav li:hover > dl.nav-1st-option {
  min-height: 528px;
}
.nav li:hover > dl dt, .nav li:hover > dl > dd{
  overflow: visible;
  height: auto;
}
.nav li dl {
  top: 55px;
  left: 0px;
  position: absolute;
  width: auto;
  text-align: justify;
  display: flex;
  background: #fff;
  border-bottom: 3px solid #f19500;
  border-left: 3px solid #f19500;
  border-right: 3px solid #f19500;
}
.nav li dl.nav-1st-option {
  left: -370px;
  padding-right: 320px;
}

.nav li dl a{
  text-align: justify;
  font-weight: normal;
  margin: 0;
  display: block;
  width: 166px;
  line-height: 1.3;
  color: #222;
  line-height: 50px;
  transition: 0.5s;
  text-decoration: none;
  box-sizing: border-box;
}

.nav li dl dt{
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  width: 160px;
  background: rgba(255,255,255,0.9);
  padding: 0 20px;
}
.nav li dl dt a{
  font-size: 16px;
  font-weight: bold;
  background: url(/support-rakus/jidootai/common/img/ico-r-arrow-orange.png) right no-repeat;
}
.nav li dl dd{
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  width: auto;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #e2e2e2;
  text-align: justify;
}
.nav li dl dd ul{
  margin: 10px;
  min-height: 450px;
}

.nav li dl dd ul li{
  display: block;
  padding: 0 0 0 15px;
  box-sizing: content-box;
  font-weight: normal;
}
.nav li dl dd ul li a{
  text-align: justify;
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 0px;
  height: auto;
  width: 100%;
  background: none;
}
.nav li dl dd ul li.nav-3rd a.nav-3rd-a{
  background: url(/support-rakus/jidootai/common/img/bg-snav-orange.png) right no-repeat !important;
}

  .nav li ul li ol.left {
  top: 0px;
  left: 250px;
  position: absolute;
  border-left: 1px solid #e2e2e2;
  min-height: 528px;
  margin-top: -10px;
  padding-top: 10px;
  }
 .nav li dl dd ul .nav-3rd .left {/*layer-3*/

  }
 .nav li dl dd ul .nav-3rd .left li {/*layer-3*/
   width: 320px;
   background: #fff;
  }
.nav-batch{
  font-size: 11px;
  padding: 3px 3px;
  border: 1px solid #f19500;
  display: inline-block;
  background: #fff;
  margin-right:7px;
  border-radius: 3px;
  color: #f19500 !important;
}



/* =================================
contents
================================= */

.main {
  width: 1000px;
  margin: 0 auto 30px;
}
.crumb {
  background: #fff3d9;
  height: 36px;
}
.crumb_footer{
  background: #F4F2EF;
  border-top: 1px solid #eee;
}
.crumb ul {
  width: 1000px;
  margin: 0 auto;
  padding-top: 4px;
}
.crumb ul li {
  display: inline;
  font-size: 11px;
  color: #333;
}
.crumb ul li a {
  color: #333;
}
.crumb ul li a:hover {
  text-decoration: none;
}
.area-ttl {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 60px;
}
.area-ttl-in {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
.area-left {
  float: left;
  width: 670px;
}
.area-left p {
  margin-bottom: 40px;
  line-height: 1.6;
}
.switch-area{
  position: fixed;
  z-index: 1000;
  width: 190px;
  right: 32px;
  top: 190px;
}
.switch-now{
  border: 3px solid #ea6400;
  background: #fff;
  border-radius: 4rem;
  color: #ea6400;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 6px;
  margin-bottom: 8px;
}
.switch-now--old{
  color: #222;
  border: 3px solid #222;
}
.switch-btn{
  display: block;
  border: 3px solid #f29600;
  background-color: #f29500;
  box-shadow: 0 2px #cd7f00;
  border-radius: 0.3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
  margin-bottom: 8px;
  text-decoration: none;
}
.switch-info{
  background: #F4F2EF;
  font-size: 11px;
  padding: 8px;
  border-radius: 0.3rem;
}
.switch-link{
  color: #f29500;
  font-weight: bold;
}
.option-list-banner{
  position: fixed;
  z-index: 1000;
  width: 190px;
  right: 22px;
  bottom: 190px;
}
.option-list-banner__link{
  transition: .3s;
}
.option-list-banner__link:hover{
  opacity: 0.8 ;
}
.option-list-banner__img{
  width: 100%;
  display: block;
}

/* headwords
---------------------------------------------------------- */

.area-ttl h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}
.area-left h2 {
  border-left: 6px solid #f29600;
  font-size: 20px;
  font-weight: bold;
  color: var(--black);
  padding: 20px 0 20px 25px;
  margin-bottom: 20px;
  background-color: var(--gray-bg-02);
}
.box-case-01, .box-case-02, .box-case-03 {
  margin-bottom: 60px;
}
.box-case-01 p, .box-case-02 p, .box-case-03 p {
  margin-bottom: 30px;
}
.box-case-01 dl, .box-case-02 dl, .box-case-03 dl {
  display: table;
  vertical-align: middle;
}
.box-case-01 dd, .box-case-02 dd, .box-case-03 dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
  width: 546px;
}
.box-case-01 h2 {
  color: #fff;
  background-color: #968b7d;
  background-image: none;
  padding: 0 15px 8px 10px;
  border: none;
  font-size: 18px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 25px;
}
.box-case-02 h2 {
  color: #fff;
  background-color: #f29600;
  background-image: none;
  padding: 0 15px 8px 10px;
  border: none;
  font-size: 18px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 25px;
}
.box-case-03 h2 {
  color: #fff;
  background-color: #e96400;
  background-image: none;
  padding: 0 15px 8px 10px;
  border: none;
  font-size: 18px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 25px;
}
.box-case-01 h2 i, .box-case-02 h2 i, .box-case-03 h2 i{
  display: inline-block;
  width: 30px;
  height: 35px;
  vertical-align: -8px;
  margin-right: 5px;
}
.box-case-01 h2 i{
  background: url(/support-rakus/jidootai/common/img/ico-case-03.png) 5px 7px no-repeat;
  background-size: 20px 23px;
}
.box-case-02 h2 i{
  background: url(/support-rakus/jidootai/common/img/ico-case-02.png) 5px 7px no-repeat;
  background-size: 20px 25px;
}
.box-case-03 h2 i{
  background: url(/support-rakus/jidootai/common/img/ico-case-01.png) 5px 2px no-repeat;
  background-size: 18px 33px;
}


/*.box-case-01 h2:before, .box-case-02 h2:before, .box-case-03 h2:before {
  content: "";
}*/
/* .area-left h2.ttl-option-01 {
  margin-bottom: 40px;
  border: none;
  font-size: 24px;
  color: #222;
  padding: 0;
  background-image: none;
  text-align: center;
}
.area-left h2.ttl-option-01 span {
  color: #ea6400;
}
.area-left h2.ttl-option-02 {
  font-size: 24px;
  color: #222;
  background-image: none;
  text-align: center;
  border-bottom: 3px solid #EF5A29;
  margin: 23px auto 78px;
  width: 60%;
  padding: 0 0 15px;
}
.area-left h2.ttl-option-03 {
  border-bottom: 2px solid #4E88AF;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  padding: 0 0 13px 28px;
  margin-bottom: 25px;
  background: url(/support-rakus/jidootai/common/img/bg-h2-option-04.png) no-repeat 2px 8px;
}
.area-left h2.ttl-option-04 {
  border-bottom: 3px solid #8E7A68;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  padding: 0 0 13px 28px;
  margin-bottom: 25px;
  background: url(/support-rakus/jidootai/common/img/bg-h2-option-02.png) no-repeat 2px 8px;
}
.area-left h2.ttl-option-05 {
  border-bottom: 3px solid #E2773B;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  padding: 0 0 13px 28px;
  margin-bottom: 25px;
  background: url(/support-rakus/jidootai/common/img/bg-h2-option-03.png) no-repeat 2px 8px;
}
.area-left h2.ttl-option-06 {
  border-bottom: 3px solid #40A07D;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  padding: 0 0 13px 28px;
  margin-bottom: 25px;
  background: url(/support-rakus/jidootai/common/img/bg-h2-option-01.png) no-repeat 2px 8px;
} */
.area-left h3 {
  border-left: 6px solid #f29600;
  font-size: 18px;
  font-weight: bold;
  color: var(--black);
  padding: 5px 0 5px 25px;
  margin-bottom: 20px;
}
.area-left h3.black {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  background: none;
}
/*
.area-left h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f29600;
}
.area-left h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #aaa;
}
.area-left h6 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}*/
.area-left h6.ttl-option-07 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #ea6400;
  border-bottom: 2px solid #ea6400;
  padding-bottom: 10px;
}
.area-left h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--gray-bg-01);
  padding: 10px 0 10px 10px;
}
.area-left h5 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  &::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: var(--gray-07);
  }
}
.area-left h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.area-right {
  float: right;
  width: 260px;
  font-size: 15px;
}
.main aside h2 {
  background: #f29600;
  color: #fff;
  font-size: 15px;
  line-height: 1.1em;
  margin: 0;
  text-indent: 0;
  font-weight: bold;
  font-size: 17px;
}
.main aside h2.nolink {
  padding: 12px 35px 12px 17px;
}
.main aside h2 a {
  padding: 12px 35px 12px 17px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-decoration: none;
  background: url(/support-rakus/jidootai/common/img/bg-snav-white.png) no-repeat 230px 50%;
}
.main aside h2 a:hover {
  background: url(/support-rakus/jidootai/common/img/bg-snav-white.png) no-repeat 230px 50% #e88400;
  color: #fff;
}
.main aside ul {
  border: 1px solid #e2e2e2;
  margin: 0 0 40px;
  padding: 0;
	list-style: none;
}
.main aside ul li {
  border-bottom: 1px solid #e2e2e2;
}
.main aside ul li:last-child {
  border: none;
}
.main aside ul li a {
  display: block;
  padding: 12px 35px 12px 17px;
  text-decoration: none;
  color: #222;
  background: url(/support-rakus/jidootai/common/img/bg-snav-orange.png) no-repeat 230px 50%;
  line-height: 1.3;
}
.main aside ul li a:hover {
  background-color: #fff3d9;
}
.main aside ul li > ul {
  margin-bottom: 0;
  border-left: none;

  border-right: none;
  border-bottom: none;
}
.main aside ul.children li a {
  padding: 13px 35px 13px 30px;
  background: url(/support-rakus/jidootai/common/img/bg-snav-gray.png) no-repeat 230px 50% #F4F2EF;
  font-size: 13px;
}
.main aside ul.children li a:hover {
  background-color: #e4e4e4;
}

/* =================================
footer
================================= */

footer {
  width: 100%;
}
.footer-in {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}
.footer-in ul {
  margin: 0;
  padding: 0;
}
.footer-in li {
  display: inline-block;
  border-right: 1px solid #afafaf;
}
.footer-in li:last-child {
  border: none;
}
.footer-in li a {
  color: #222;
  text-decoration: none;
  font-size: 12px;
  padding: 0 15px;
}
.footer-in li a:hover {
  text-decoration: underline;
}
.copyright {
  background-color: #60605f;
  padding: 15px 0;
}
.copyright-in {
  text-align: center;
  color: #ccc;
  font-size: 11px;
  letter-spacing: 0.08rem;
}
.pagetop {
  position: fixed;
  bottom: 120px;
  right: 22px;
}
.pagetop a{
  display: block;
  text-decoration: none;
  }
 
.pagetop:hover{
  opacity: 0.85 ;
}
.service_footer{
  clear: both;
  background: linear-gradient(#757575, #60605f);
  padding: 2rem 0 1rem;
  margin: 0;
}
.rakus_service {
  margin: 0 auto 0;
  width: 90%;
  max-width: 860px;
  text-align: center;
}
.rakus_service h3 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}
.rakus_service_list {
  display: flex;
  justify-content: center;
  align-content: center;
}
.rakus_service_list li {
  width: 33%;
  list-style: none;
  text-align: center;
  padding: 0 10px;
}
.rakus_service_list li a {
  color: #555;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out 0.2s;
  line-height: 1.3;
  border: 3px solid #e6c0c5;
  background: #fff;
  text-align: center;
  padding: 1rem;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 3px;
  position: relative;
}
.rakus_service_list_logo {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.rakus_service_list_logo img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
.rakus_service_list_logo--mailmarketing img {
  max-width: revert;
  height: 71px;
}

/* =================================
top
================================= */

.main-visual {
  overflow: hidden;
  height: 510px;
}
.main-visual .img-slider-wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
/*.img-slider {
  opacity: 0;
}*/
.main-visual ul li img {
	width: 100%;
	height: auto;
}
.main-visual li {
  display: none;
}
.bx-viewport .img-slider li {
  display: block !important;
}
.img-slider {
  height: 430px;
  background: #000;
}
.main-visual ul li {
	opacity: 0.5;
  width: 1000px !important;
}
.main-visual ul li.active {
	opacity: 1;
}
.main-visual .bx-viewport {
	overflow: visible !important;
}
.area-release {
  width: 100%;
  background: #ece9e7;
  padding: 60px 0 40px;
}
.area-release-in {
  width: 1000px;
  margin: 0 auto;
}
.news-list {
  float: left;
  width: 425px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  padding: 25px;
  min-height: 395px;
}
.seminar-list {
  float: right;
  width: 425px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  padding: 25px;
  min-height: 395px;
}
.news-list h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: -50px 0 25px;
  padding: 75px 0 13px;
  background: url(/support-rakus/jidootai/common/img/ico-news.png) no-repeat 50% 0;
  border-bottom: 2px solid #F19500;
}
.seminar-list h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: -50px 0 25px;
  padding: 75px 0 13px;
  background: url(/support-rakus/jidootai/common/img/ico-seminar.png) no-repeat 50% 0;
  border-bottom: 2px solid #E96400;
}
.news-list dl, .seminar-list dl {
  font-size: 90%;
  line-height: 1.2em;
}
.news-list dl:last-child, .seminar-list dl:last-child {
  margin-bottom: 30px;
}
.news-list dt, .seminar-list dt {
  margin-bottom: 5px;
  font-size: 15px;
}
.news-list dt span {
  margin-left: 10px;
  padding: 0 10px;
  font-size: 12px;
  min-width: 4em;
  text-align: center;
  display: inline-block;
}
.seminar-list dt span {
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 12px;
  min-width: 4em;
  text-align: center;
  display: inline-block;
}
.news-list dd, .seminar-list dd {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 13px;
  padding-bottom: 13px;
  font-size: 15px;
}
.news-list dd a, .seminar-list dd a {
  text-decoration: none;
  color: #222;
  line-height: 1.3rem;
}
.news-list dd a:hover, .seminar-list dd a:hover {
  text-decoration: underline;
}
.area-release div.centering{
  margin:20px auto 0 auto;
}
.centering_double-btn{
display: flex;
justify-content: center;
margin: 50px 0;
}
.centering_double-btn a{
display: block;
width: 220px;
margin: 20px;
}
.area-release_more-link{
display: flex;
justify-content: center;
max-width:1000px;
margin: 40px auto 0 auto;
background: #dcd8d6;
padding: 12px 0;
border-radius: 5px;
}
.area-release_more-link li{
width: 30%;
padding: 0 30px;
text-align: center;
}
.area-release_more-link li a{
font-size: 14px;
color: #333;
text-decoration: underline;
transition:all 0.2s; 
}
.area-release_more-link li a:hover{
color: #666;
text-decoration: none;
}
.area-release_more-link li a img{
display: inline-block;
margin-right: 0.5em;
vertical-align: -2px;
}
.area-release_more-link_border{
border-left: 1px solid #999;
border-right: 1px solid #999;
}




/*ここからキハラ制作中.main_top*/
.main_top{
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.3;
}
.main_top section{
}
.main_top_bgwhite{
  background: #fff;
}
.bg_main_top_bgphoto{
  background: url(/support-rakus/jidootai/img/top/bg_main_top_bgphoto.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #eff1f5; 
  border-top: 1px solid #eee;
}
.main_top_bglightgray{
  background: #d0cdca;
  position: relative;
}
  .main_top section.main_top_bglightgray:after{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -75px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 75px 0px 75px;
  border-color: #d0cdca transparent transparent transparent;
  z-index: 3;
  }

section .contents_box-offer {
  width: 670px;
  margin: 0 auto;
  padding: 40px 0;
}

section .contents{
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 0;
}
section .contents h2{
  width: 80%;
  max-width: 1024px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 10px auto;
  padding: 20px 0;
  position: relative;
  letter-spacing: 0.01em;
}
section .contents h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 100px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f19500;
}
section .contents h3{
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  background: #F09400;
  color: #fff;
}
section .contents h4{
font-size: 28px;
font-weight: bold;
text-align: center;
padding: 0 0 0px 0;
margin :10px 0;
}
section .contents h4.txtblack{
color: #222;
}
section .contents ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0px auto;
}
section .contents ul li{
  width: 50%;
  text-align: center;
}
section .contents ul a{
color: #222;
text-decoration: none;
transition: all 0.4s;
}
section .contents ul.wrap900 {
width: 900px;
}
section .contents ul li .img-manual{
  background: #FFF0DD;
  border: 2px solid #FFD3AD;
  border-radius: 4px;
  width: 290px;
  height: 100px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;  	
  }
section .contents ul li .img-manual:hover {
  background: #ffe6cf;
}

section .contents ul li dl dt{
font-size: 20px;
width: 294px;
margin:20px auto 0 auto;
font-weight: bold;
background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-orange.png) right no-repeat;
}
section .contents ul li dl dt:hover {
color: #f29600;
}
section .contents ul li dl dd{
color: #333;
font-size: 15px;
padding: 15px 0;
margin: 0 auto;
width: 294px;
}
/*contents_manuallist*/
section .contents_manuallist_inner_list{
display: flex;
align-items: center;
gap: 10px;
padding: 15px;
border-radius: 0 0 5px 5px;
}
section .contents_manuallist_inner_list-icon{
width: 40px;
height: 40px;
}
section .contents_manuallist ul{
justify-content: space-between;
margin-bottom: 20px;
}
section .contents_manuallist ul .contents_manuallist_inner{
width: 46.5% !important;
border: 1px solid #dcdcdc;
border-radius: 5px 5px 0 0;
background: #fff;

}
section .contents_manuallist ul .contents_manuallist_inner__orange h3{
border-radius: 5px 5px 0 0;
background: #F09400;
}
section .contents_manuallist ul .contents_manuallist_inner__darkorange h3{
border-radius: 5px 5px 0 0;
background: #E96400;
}
section .contents_manuallist ol{
display: flex;
justify-content: center;
}
section .contents_manuallist ol li a{
padding: 30px 2px 20px 2px;
}
section .contents_manuallist ol li a .contents_manuallist_inner_list_ico{
height: 85px;
text-align: center;
}
section .contents_manuallist ol li a .contents_manuallist_inner_list_ico:hover {
opacity: 0.8;
}
section .contents_manuallist ol li a p{
font-size: 15px;
text-decoration: underline;
}
section .contents_manuallist ol li a p:hover {
text-decoration: none;
}
section .contents_manuallist_inner_list .centering{
width: 150px;
margin: 0 auto;
padding: 20px 0;
}

/*contents_howto*/
section .contents_howto ul{
width: 720px;
background: #e5e1dc;
padding: 15px 25px;
border-radius: 5px;
margin-top: 40px;
margin-bottom: 20px;
box-sizing: border-box;
}
section .contents_howto_noflex ul{
display: block;
margin: 0 auto 30px auto;

}
section .contents_howto ul li{
font-size: 18px;
text-align: justify;
margin: 7px 0;
}
section .contents_howto ul li.oneline{
width: 100%;
}

section .contents_howto ul li img{
display: inline-block;
margin-right: 10px;
vertical-align: -3px;
}

.contents_howto_noflex h4{
color: #333;
position: relative;
display: inline-block;
padding: 0 45px;
left: 23%;
margin-bottom: 20px;
}
h4.toppage{
left: 20% !important;
}

.contents_howto_noflex h4:before{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 80px;
height: 2px;
background-color: #333;
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.contents_howto_noflex h4:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 80px;
height: 2px;
background-color: #333;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.contents_howto_noflex h4:before {left:-55px;}
.contents_howto_noflex h4:after {right: -55px;}

/*contents_resolution*/
.contents_resolution h4{
color: #ef5a29;
position: relative;
display: inline-block;
padding: 0 45px;
font-size: 30px !important;
text-align: center;
}
.contents_resolution h4:before{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 40px;
height: 2px;
background-color: #ef5a29;
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
}
.contents_resolution h4:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 40px;
height: 2px;
background-color: #ef5a29;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.contents_resolution h4:before {left:-35px;}
.contents_resolution h4:after {right: -35px;}

.contents_resolution ul h5{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  padding: 16px 10px;
  background: #F09400;
  color: #fff;
  border-radius: 5px 5px 0 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4rem;
  box-sizing: border-box;
  }
.contents_resolution ul{
position: relative;
}
.contents_resolution ul li{
width: 25% !important;
}
.contents_resolution ul li .contents_resolution_list_ico{
background: #fff;
border: 1px solid #dcdcdc;
margin-bottom: 10px;
height: 140px;
display: flex;
align-items: center;
justify-content: center;
letter-spacing: 0.1em;
}
.contents_resolution ul li p{
font-size: 15px;
text-align: justify;
letter-spacing: 0.02em;
}
.contents_resolution ul:after{
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -75px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 75px 0px 75px;
  border-color: #d0cdca transparent transparent transparent;
  z-index: 3;
}
.list_resolution li a {
  display: block;
  padding: 12px;
}
.list_resolution li a:hover {
 opacity: 0.8;
}
.list_resolution li a
.list_resolution a:hover p {
  text-decoration: none;
}
.contents_resolution ol{
display: flex;
justify-content: space-around;
margin: 80px auto 0 auto;
}
.contents_resolution ol a{
text-decoration: none;
color: #fff;
}
.contents_resolution ol li{
width: 45% !important;
border-radius: 5px;
padding: 0;
margin: 0;
border-radius: 5px;
}
.contents_resolution_link001{
background: url( /support-rakus/jidootai/img/top/bg_contents_resolution001.jpg) no-repeat bottom -17px left;
}
.contents_resolution_link002{
background: url( /support-rakus/jidootai/img/top/bg_contents_resolution002.jpg) no-repeat bottom -48px left;
}
.contents_resolution ol li a {
background-color:rgba(0,0,0,0.4);
display: block;
padding: 0;
margin: 0;
text-align: center;
border-radius: 5px;
transition: all 0.2s;
  }
.contents_resolution ol li a:hover {
background-color:rgba(0,0,0,0.3);
  }
.contents_resolution ol h5{
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  padding: 45px 0 40px;
  color: #fff;
-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
  }
.contents_resolution ol p{
  font-size: 16px;
  padding: 0 0 40px 0;
  }
.contents_resolution ol div{
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 20px;
    border: 2px solid #fff;
    display: inline-block;
    width: 125px;
    margin: 0 auto 25px auto;
	font-size: 15px;
  }
.contents_resolution ol div img{
  display: inline-block;
  padding-left: 0.5em;
  }



/* ここまでキハラ制作中.main_top*/


/* =================================
news
================================= */

.list-style-news {
  margin-bottom: 30px;
}
.list-style-news dl {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 3px 0 15px;
}
.area-ttl dl {
  margin-top: 10px;
}
.list-style-news dl:after, .area-ttl dl:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.list-style-news dl, .area-ttl dl { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .list-style-news dl, * html .area-ttl dl { height: 1%; }  
.list-style-news dl, .area-ttl dl { display: block; }  
.list-style-news.news dl {display: flex; align-items: center;}
/* End hide from IE-mac */ 
.list-style-news dt {
  width: 160px;
  float: left;
  font-size: 14px;
  margin-right: 20px;
  clear: left;
}
.list-style-news.news dt{
  display: flex;
  align-items: center;
  width: 170px;
}
.area-ttl dt {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-right: 20px;
  clear: left;
}
.list-style-news span {
  min-width: 3.5em;
  margin: 2px 0 0 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  float: right;
  padding: 0 10px 2px;
  line-height: 1.4;
}
.area-ttl dl span {
  min-width: 3.5em;
  margin: -2px 10px 0 0;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  float: left;
  padding: 0 10px 2px;
  line-height: 1.4;
}
.news span.ico-cat-01 {
  border: 2px solid #40a07d;
  color: #40a07d;
}
.news span.ico-cat-02 {
  border: 2px solid #e2773b;
  color: #e2773b;
}
.news span.ico-cat-03 {
  border: 2px solid #8e7a68;
  color: #8e7a68;
}
.list-style-news dd {
  font-size: 14px;
  float: right;
  width: 490px;
}
.list-style-news dd a {
  color: #222;
  text-decoration: none;
  line-height: 1.4em;
}
.list-style-news dd a:hover {
  text-decoration: underline;
}
.pager {
  margin: 50px auto 30px;
  width: 320px;
  text-align: center;
}
.pager li {
  display: inline-block;
  margin: 0 5px;
}
.pager li a, .pager li span {
  background: #e5e1dc;
  text-decoration: none;
  display: block;
  padding: 3px 4px;
  color: #333;
  min-width: 20px;
  text-align: center;
  border-radius: 2px;
}
.list-style-news .pager li span.current, .list-style-verup .pager li span.current {
  min-width: 1.4em;
  height: auto;
  margin: 0;
  font-size: 14px;
  text-align: center;
  display: block;
  float: none;
  padding: 3px 4px;
  line-height: 1.8em;
  background: #f29600;
  color: #fff;
}
.list-style-news .pager li span, .list-style-verup .pager li span {
  min-width: auto;
  height: auto;
  margin: 0;
  font-size: 12px;
  text-align: center;
  display: block;
  float: none;
  padding: 3px 4px;
  line-height: 1.8em;
}
.pager li a.current, .pager li span.current, .pager li a:hover {
  background: #f29600;
  color: #fff;
}
.pager li.prev a, .pager li.next a {
  background-color: transparent;
}
.pager li.prev a:hover, .pager li.next a:hover {
  color: #222;
  text-decoration: underline;
}
.pager li a.next{
  background: none;
  padding-left: 10px;
  text-decoration: underline;
}
.pager li a.next:hover{
    color: #f29600;
}
.pager li a.prev{
  background: none;
  padding-right: 10px;
  text-decoration: underline;
}
.pager li a.prev:hover{
    color: #f29600;
}
/* =================================
verup
================================= */
.list-style-verup {
  margin-bottom: 50px;
}
.list-style-verup dl {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 3px 0 15px;
}
.area-ttl dl {
  margin-top: 20px;
}
.list-style-verup dl:after, .area-ttl dl:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.list-style-verup dl, .area-ttl dl { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .list-style-verup dl, * html .area-ttl dl { height: 1%; }  
.list-style-verup dl, .area-ttl dl { display: block; }  
/* End hide from IE-mac */ 
.list-style-verup dt {
  width: 100px;
  float: left;
  font-size: 14px;
  margin-right: 20px;
  clear: left;
}
.area-ttl dt {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-right: 20px;
  clear: left;
}
.list-style-verup span {
  min-width: 64px;
  height: 12px;
  margin: 2px 0 0 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  float: right;
  padding: 3px 0;
  line-height: 1em;
}
.list-style-verup dd {
  font-size: 14px;
  float: right;
  width: 550px;
}
.list-style-verup dd a {
  color: #222;
  text-decoration: none;
  line-height: 1.4em;
}
.list-style-verup dd a:hover {
  text-decoration: underline;
}



/* =================================
seminar
================================= */

.list-style-seminar {
  margin-bottom: 30px;
}
.list-style-seminar dl {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding: 3px 0 20px;
}
.list-style-seminar dl:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.list-style-seminar dl { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .list-style-seminar dl { height: 1%; }  
.list-style-seminar dl { display: block; }  
/* End hide from IE-mac */ 
.list-style-seminar dt {
  width: 160px;
  float: left;
  font-size: 14px;
  margin-right: 20px;
  clear: left;
}
.list-style-seminar span {
  width: 64px;
  height: 12px;
  margin: 2px 0 0 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  float: right;
  padding: 3px 0;
  line-height: 1em;
}
.seminar span.ico-cat-01 {
  color: #fff;
  background: #f19500;
}
.seminar span.ico-cat-02 {
  color: #fff;
  background: #d55b3a;
}
.seminar span.ico-cat-03 {
  color: #fff;
  background: #5c91cb;
}
.list-style-seminar dd {
  font-size: 14px;
  float: right;
  width: 490px;
}
.list-style-seminar dd a {
  color: #222;
  text-decoration: underline;
  line-height: 1.4em;
}
.list-style-seminar dd a:hover {
  text-decoration: none;
}
.list-style-seminar dd p {
  margin: 5px auto;
  text-align: justify;
  line-height: 1.3;
}
/* =================================
case
================================= */

.menu-option {
  background: #f4f2ef;
  padding: 25px 25px 10px 25px;
  margin-bottom: 50px;
}
.area-left .box-img {
  margin: 0;
  width: 314px;
  height: 148px;
  overflow: hidden;
}
.area-left .box-img:hover {
  opacity: 0.8;
}
.box-img img {
  width: 100%;
  height: auto;
}
.box-case-mod dl {
  padding: 0 20px;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
  background: #fff;
}
.menu-option dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-case-mod dt {
  font-size: 17px;
  font-weight: bold;
}
.box-case-mod dd p {
 margin-bottom: 20px;
 font-size: 13px;
 line-height: 1.6;
}
.menu-option dd {
  margin: 0 0 10px 0;
}
.box-case-mod dd {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}
.menu-option ul, .box-case-mod ul, .area-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-option li, .box-case-mod li, .area-info ul li {
  float: left;
  margin: 0 7px 7px 0;
}
.box-case-bottom li {
  float: left;
  margin: 0 6px 6px 0;	
}
.menu-option li a {
  display: block;
  padding: 6px 10px 7px;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  background: #fff;
}
.box-case-mod li a, .area-info ul li a {
  display: block;
  padding: 5px 7px 6px;
  line-height: 1em;
  font-size: 80%;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.case .ico-cat-01, .case .ico-cat-02, .case .ico-cat-03, .case .ico-cat-04 {
  color: #4e88af;
  border: 2px solid #4e88af;
  background: #fff;
}
.case .ico-cat-01:hover, .case .ico-cat-02:hover, .case .ico-cat-03:hover, .case .ico-cat-04:hover {
  color: #fff;
  border: 2px solid #4e88af;
  background: #4e88af;
}
.case .ico-cat-05 {
  color: #8e7a68;
  border: 2px solid #8e7a68;
  background: #fff;
}
.case .ico-cat-05:hover {
  color: #fff;
  background: #8e7a68;
}
.case .ico-cat-06, .case .ico-cat-07, .case .ico-cat-08 {
  color: #e2773b;
  border: 2px solid #e2773b;
  background: #fff;
}
.case .ico-cat-06:hover, .case .ico-cat-07:hover, .case .ico-cat-08:hover {
  color: #fff;
  background: #e2773b;
}
.case .ico-cat-09, .case .ico-cat-10, .case .ico-cat-11 {
  color: #40a07d;
  border: 2px solid #40a07d;
  background: #fff;
}
.case .ico-cat-09:hover, .case .ico-cat-10:hover, .case .ico-cat-11:hover {
  color: #fff;
  background: #40a07d;
}
.box-case{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 670px;
  margin-bottom: 30px;
}
.box-case-mod {
  width: 318px;
  border: 2px solid #e9e9e9;
  margin: 0 30px 30px 0;
  background: #f4f2ef;
  box-sizing: border-box;
}
.box-case-mod:nth-child(even) {
  margin-right: 0;
}
.box-case-mod ul {
  padding: 12px 19px 6px;
  min-height: 55px;
}
.ico-tax a {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 10px 5px;
  line-height: 1em;
  font-size: 76%;
  text-align: center;
  text-decoration: none;
  background: #e5e1dc;
  margin-bottom: 3px;
  color: #222;
}
.ico-tax a:hover {
 background-color: #C9C4C1 !important;	
}
.area-info {
  background: #f4f2ef;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.area-info dt {
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 12px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 100%;
}
.area-info dd {
  margin: 0 0 30px 0;
  font-size: 14px;
  text-align: justify;
}
.area-info dd a{
  color:#222;
}
.area-info dd a:hover{
  color:#666;
}
.area-info dd p:last-child{
margin-bottom: 0;
}
.area-info .info-right {
  margin: 0 auto;
  padding: 40px 10px;
  background: #fff;
  float: right;
  display: block;
  width: 160px;
  text-align: center;
}
.area-info .info-left {
  float: left;
  width: 395px;
}
.area-info .info-right img {
  max-width:125px;
}
.area-info .info-left dl {
  margin-bottom: 20px;
}
.area-info dl:last-child{
margin-bottom: 0;
}
.area-info dd:last-child{
margin-bottom: 0;
}
.area-exp {
  margin-bottom: 70px;
}
.area-exp dl {
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  /*天地そろえる指定*/
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.area-exp dt {
  color: #fff;
  padding: 10px 10px 15px 10px;
  width: 170px;
  text-align: center;
  font-size: 16px;
}
.area-exp dt div {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
}
.area-exp dd {
  padding: 10px 20px;
  margin: 0;
  width: 420px;
  background-color: #fff;
  font-size: 14px;
}
.mod-case-01 dt {
  background-color: #968b7d;
}
.mod-case-01 dt i,.mod-case-02 dt i,.mod-case-03 dt i{
  background: url(/support-rakus/jidootai/common/img/ico-case-03.png) center top no-repeat;
  width: 100%;
  height: 40px;
  display: block;
}
.mod-case-01 dt i{
  background: url(/support-rakus/jidootai/common/img/ico-case-03.png) center top no-repeat;
}
.mod-case-02 dt {
  background-color: #f29600;
}
.mod-case-02 dt i{
  background: url(/support-rakus/jidootai/common/img/ico-case-02.png) center top no-repeat;
}
.mod-case-03 dt {
  background-color: #e96400;
}
.mod-case-03 dt i{
  background: url(/support-rakus/jidootai/common/img/ico-case-01.png) center top no-repeat;
}
.box-case-01 dl, .box-case-02 dl, .box-case-03 dl {
  background: #f4f2ef;
  padding: 13px 20px 13px 15px;
  margin-bottom: 20px;
}
.box-case-01 dt, .box-case-02 dt, .box-case-03 dt {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  font-size: 88%;
  float: left;
  margin-right: 15px;
}
.box-case-01 dt {
  background: #968b7d;
}
.box-case-02 dt {
  background: #f29600;
}
.box-case-03 dt {
  background: #e96400;
}
.box-case-01 dl:after, .box-case-02 dl:after, .box-case-03 dl:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.box-case-01 dl, .box-case-02 dl, .box-case-03 dl { display: flex;/*block;*/ justify-content: center; align-items: center; }  
  
/* Hides from IE-mac \*/  
* html .box-case-01 dl, * html .box-case-02 dl, * html .box-case-03 dl { height: 1%; }  
/*.box-case-01 dl, .box-case-02 dl, .box-case-03 dl { display: block; }  */
/* End hide from IE-mac */ 

.area-exp dd p:last-child{
margin-bottom: 0;
}
.bnr-option{
  margin: 40px auto;
}

.bnr-option a {
  background: url(/support-rakus/jidootai/img/case/bg-offer-antispam.png) no-repeat 30px 50%;
  border: 5px solid #E5E1DC;
  padding: 15px 0 20px 0;
  margin: 40px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  color: #222;
}
  .bnr-option .smartphone {
    background: url(/support-rakus/jidootai/img/case/bg-offer-smartphone.png) no-repeat 30px 50%;
  }
  .bnr-option .ip {
    background: url(/support-rakus/jidootai/img/case/bg-offer-ip.png) no-repeat 30px 50%;
  }
  .bnr-option .maltilang {
    background: url(/support-rakus/jidootai/img/case/bg-offer-maltilang.png) no-repeat 30px 50%;
  }
  .bnr-option .project {
    background: url(/support-rakus/jidootai/img/case/bg-offer-project.png) no-repeat 30px 50%;
  }
  .bnr-option .privacy {
    background: url(/support-rakus/jidootai/img/case/bg-offer-privacy.png) no-repeat 30px 50%;
  }
  .bnr-option .attach {
    background: url(/support-rakus/jidootai/img/case/bg-offer-attach.png) no-repeat 30px 50%;
  }
  .bnr-option .survey {
    background: url(/support-rakus/jidootai/img/case/bg-offer-survey.png) no-repeat 30px 50%;
  }
  .bnr-option .mailbox {
    background: url(/support-rakus/jidootai/img/case/bg-offer-mailbox.png) no-repeat 30px 50%;
  }
  .bnr-option .hdd {
    background: url(/support-rakus/jidootai/img/case/bg-offer-hdd.png) no-repeat 30px 50%;
  }
  .bnr-option .adduser {
    background: url(/support-rakus/jidootai/img/case/bg-offer-adduser.png) no-repeat 30px 50%;
  }

.bnr-option a:after {
  content: "";
  background: url(/support-rakus/jidootai/common/img/ico-r-arrow-orange.png) no-repeat 0 0;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 38px;
  top: 44%;
}
.bnr-option a:hover {
  background-color: #F4F2EF;
}

.bnr-option a .more{
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.bnr-option a:after {
  content: "";
  background: url(/support-rakus/jidootai/common/img/ico-r-arrow-orange.png) no-repeat 0 0;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 38px;
  top: 44%;
}
.bnr-option a:hover {
  background-color: #EDEDED;
}



/* =================================
option
================================= */
.area-intro {
  border: 5px solid #E5E1DC;
  padding: 30px 30px 20px 20px;
  margin-bottom: 60px;
}
.area-intro p {
  float: right;
  margin-bottom: 0;
}
.area-intro dl {
  float: left;
  width: 310px;
  text-align: center;
}
.area-intro dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.area-intro dd {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.box-option-01 {
}
.box-option-01 h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
}
.box-option-01 li {
  display: table;
  float: left;
  width: 158px;
  height: 170px;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
}
.box-option-01 li:nth-child(1) {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.box-option-01 li:nth-child(1).img-option-survey {
  border-bottom: none;
  border-right: none;
}
.box-option-01 li:nth-child(2) {
  border-bottom: 1px solid #e2e2e2;
}
.box-option-01 li:nth-child(3) {
  border-right: 1px solid #e2e2e2;
}
.box-option-01 li:nth-child(4) {
  border-bottom: none;
  border-right: none;
}
.box-option-01 li:nth-child(5) {
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.box-option-01 li:nth-child(6) {
  border-top: 1px solid #e2e2e2;
}
.box-option-01 p {
  margin: 0;
}
.box-option-01 li a {
  display: table-cell;
  border: none;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  padding: 92px 0 10px;
  text-decoration: none;
  vertical-align: middle;
}
.box-option-01 li a:hover {
  text-decoration: underline;
}
.box-option-01 li:hover {
  background: #F4F2EF;
}
.box-option-01 .mod-option-list-in span {
  background-color: #F29600;
  color: #fff;
  display: inline-block;
  padding: 1px 7px 3px;
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: -0.05rem;
}
.box-option-01 .mod-option-list-01, .box-option-01 .mod-option-list-03 {
  width: 320px;
  float: left;
  margin: 0 29px 29px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box-option-01 .mod-option-list-02, .box-option-01 .mod-option-list-04 {
  width: 320px;
  float: left;
  margin: 0 0 29px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box-option-01 .link-option-block-bottom {
	position: relative;
    line-height: 16px;
    width: 100%;
	background-color: #E5E1DC;
    text-align: center;
}
.box-option-01 .link-option-block-bottom a {
	display: block;
	padding: 14px 0 18px;
	color: #222;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.03rem;
}
.box-option-01 .link-option-block-bottom:after {
	content: "";
    width: 8px;
    height: 12px;
    background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-gray.png) no-repeat;
    z-index: 10;
    margin-left: 10px;
	position: absolute;
    top: 34%;
    right: 20px;
}
.box-option-01 .link-option-block-bottom:hover {
	text-decoration: none;
	background: #C9C4C1;
}
.ico-trial {
    background-color: #F29600;
    color: #fff;
    display: inline-block;
    padding: 1px 7px 3px;
    margin: 10px 8px 0 0;
    font-size: 13px;
    letter-spacing: -0.05rem;
	line-height: 1.6;
}

.mod-option-list-01 h3 {
  background-color: #4E88AF;
  padding: 3px 0 7px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.mod-option-list-02 h3 {
  background-color: #8E7A68;
  padding: 3px 0 7px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.mod-option-list-03 h3 {
  background-color: #E2773B;
  padding: 3px 0 7px;
  text-align: center;
  border-radius: 5px 5px 0 0;;
}
.mod-option-list-04 h3 {
  background-color: #40A07D;
  padding: 3px 0 7px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.box-option-01 .mod-option-list-in {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  min-height: 340px;
}
.box-option-01 .mod-option-list-in:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.mod-option-list-in { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .mod-option-list-in { height: 1%; }  
.mod-option-list-in { display: block; }  
/* End hide from IE-mac */ 
.mod-option-list-in li a{
  color: #222;
  text-decoration: none;
  height: 58px;
}
.link-option-block {
  background-color: #E5E1DC;
  text-align: center;
  margin: 0;
}
.link-option-block a {
  text-decoration: none;
  color: #222;
  display: block;
  font-weight: bold;
}
.link-option-block:after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-gray.png) no-repeat;
  z-index: 10;
  margin-left: 10px;
  display: inline-block;
}
.img-option-privacy a {
  background: url(/support-rakus/jidootai/img/option/icon-077.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-attach a {
  background: url(/support-rakus/jidootai/img/option/icon-034.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-antivirus a {
  background: url(/support-rakus/jidootai/img/option/icon-053.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-ip a {
  background: url(/support-rakus/jidootai/img/option/icon-086.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-encryption a {
  background: url(/support-rakus/jidootai/img/option/icon-077.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-complain a {
  background: url(/support-rakus/jidootai/img/option/icon-109.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-survey a {
  background: url(/support-rakus/jidootai/img/option/icon-046.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-smartphone a {
  background: url(/support-rakus/jidootai/img/option/icon-061.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-line a {
 background: url(/support-rakus/jidootai/img/option/icon-113.svg) no-repeat 50% 20px;
 background-size: 45%;
}
.img-option-nextengine a {
 background: url(/support-rakus/jidootai/img/option/icon-115.svg) no-repeat 50% 20px;
 background-size: 45%;
}
.img-option-maltilang a {
  background: url(/support-rakus/jidootai/img/option/icon-116.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-project a {
  background: url(/support-rakus/jidootai/img/option/icon-045.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-api a {
  background: url(/support-rakus/jidootai/img/option/icon-114.svg) no-repeat 50% 13px;
  background-size: 45%;
}
.img-option-hdd a {
  background: url(/support-rakus/jidootai/img/option/icon-094.svg) no-repeat 50% 25px;
  background-size: 45%;
}
.img-option-adduser a {
  background: url(/support-rakus/jidootai/img/option/icon-012.svg) no-repeat 50% 25px;
  background-size: 45%;
}
.img-option-mailbox a {
  background: url(/support-rakus/jidootai/img/option/icon-093.svg) no-repeat 50% 25px;
  background-size: 45%;
}
.mod-faq-01 {
  background-color: #F4F2EF;
  padding: 17px;
  margin-bottom: 17px;
  vertical-align: middle;
}
.mod-faq-01 dt {
  margin-bottom: 10px;
  line-height: 1.6;
  overflow: hidden;
}
.mod-faq-01 dt:before {
  content: "Q";
  float: left;
  border-radius: 15px;
  background: #877D73;
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}
.mod-faq-01 dt span, .mod-faq-01 dd span {
  float: left;
  padding-top: 3px;
  width: 550px;
}
.mod-faq-01 dd {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.6;
  overflow: hidden;
}
.mod-faq-01 dd:before {
  content: "A";
  float: left;
  background-color: #f29600;
  border-radius: 15px;
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}
.bnr-trialflow a {
  background: url(/support-rakus/jidootai/img/option/bg-offer-trial.png) no-repeat 54px 25px;
  border: 5px solid #E5E1DC;
  padding: 41px 0;
  margin: 50px 0 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  color: #222;
}
.bnr-trialflow a:after {
  content: "";
  background: url(/support-rakus/jidootai/common/img/ico-r-arrow-orange.png) no-repeat 0 0;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 38px;
  top: 44%;
}
.bnr-trialflow a:hover {
  background-color: #F4F2EF;
}
.box-option-02 {
  margin-bottom: 60px;
}
.box-option-02 .mod-option-list-in a {
  text-decoration: none;
  display: block;
  background: none;
  height: auto;
  padding: 20px 45px 20px 205px;
  position: relative;
  z-index: 10;
}
.box-option-02 .mod-option-list-in li.list-container {
  width: 670px;
  margin: 0 0 20px;
  border: 2px solid #e2e2e2;
  cursor: pointer;
  background-repeat: no-repeat;
  min-height: 133px;
  position: relative;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}
.box-option-02 .mod-option-list-in li.list-container:before {
  width: 138px;
  height: 112px;
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid #e2e2e2;
  margin-left: 10px;
  padding-right: 15px;
}
.box-option-02 .mod-option-list-in p {
  margin-bottom: 0;
  line-height: 0;
}
.box-option-02 .mod-option-list-in .mod-option-list-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.box-option-02 .mod-option-list-in .mod-option-list-title span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F29600;
  color: #fff;
  display: inline-block;
  padding: 0 6px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.9;
}
.box-option-02 .mod-option-list-in .mod-option-list-title em {
  font-size: 14px;
}
.box-option-02 .mod-option-list-01, .box-option-02 .mod-option-list-02, .box-option-02 .mod-option-list-03, .box-option-02 .mod-option-list-04 {
  width: 100%;
  float: none;
}
.box-option-02 .mod-option-list-in li ul li.exp {
  font-size: 12px;
  background: none;
  padding: 0;
}
.box-option-02 .mod-option-list-01 li ul li {
  background: url(/support-rakus/jidootai/common/img/ico-catch-07.png) no-repeat 0 -2px;
  margin-bottom: 5px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 1.4;
}
.box-option-02 .mod-option-list-02 li ul li {
  background: url(/support-rakus/jidootai/common/img/ico-catch-08.png) no-repeat 0 -2px;
  margin-bottom: 5px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 1.4;
}
.box-option-02 .mod-option-list-03 li ul li {
  background: url(/support-rakus/jidootai/common/img/ico-catch-09.png) no-repeat 0 -2px;
  margin-bottom: 5px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 1.4;
}
.box-option-02 .mod-option-list-04 li ul li {
  background: url(/support-rakus/jidootai/common/img/ico-catch-10.png) no-repeat 0 -2px;
  margin-bottom: 5px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 1.4;
}
.box-option-02 .mod-option-list-in li:hover {
  background-color: #F4F2EF;  
}
.box-option-02 .mod-option-list-01 li:after {
  content: "";
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-white.png) no-repeat 50% 50% #4E88AF;
  width: 22px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.box-option-02 .mod-option-list-02 li:after {
  content: "";
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-white.png) no-repeat 50% 50% #8E7A68;
  width: 22px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.box-option-02 .mod-option-list-03 li:after {
  content: "";
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-white.png) no-repeat 50% 50% #E2773B;
  width: 22px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.box-option-02 .mod-option-list-04 li:after {
  content: "";
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-white.png) no-repeat 50% 50% #40A07D;
  width: 22px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.box-option-02 li.img-option-privacy:before {
  background: url(/support-rakus/jidootai/img/option/icon-077.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-attach:before {
  background: url(/support-rakus/jidootai/img/option/icon-034.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-antivirus:before {
  background: url(/support-rakus/jidootai/img/option/icon-053.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-ip:before {
  background: url(/support-rakus/jidootai/img/option/icon-086.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-encryption:before {
  background: url(/support-rakus/jidootai/img/option/icon-077.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-complain:before {
  background: url(/support-rakus/jidootai/img/option/icon-109.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-survey:before {
  background: url(/support-rakus/jidootai/img/option/icon-046.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-smartphone:before {
  background: url(/support-rakus/jidootai/img/option/icon-061.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-line:before {
 background: url(/support-rakus/jidootai/img/option/icon-113.svg) no-repeat 20px 20px;
 background-size: 90px 90px;
}
.box-option-02 li.img-option-nextengine:before {
 background: url(/support-rakus/jidootai/img/option/icon-115.svg) no-repeat 20px 20px;
 background-size: 90px 90px;
}
.box-option-02 li.img-option-maltilang:before {
  background: url(/support-rakus/jidootai/img/option/icon-116.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-project:before {
  background: url(/support-rakus/jidootai/img/option/icon-045.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-api:before {
  background: url(/support-rakus/jidootai/img/option/icon-114.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-hdd:before {
  background: url(/support-rakus/jidootai/img/option/icon-094.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-adduser:before {
  background: url(/support-rakus/jidootai/img/option/icon-012.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-02 li.img-option-mailbox:before {
  background: url(/support-rakus/jidootai/img/option/icon-093.svg) no-repeat 20px 20px;
  background-size: 90px 90px;
}
.box-option-intro {
  padding: 16px 0 16px 0;
  margin-bottom: 40px;
  /*min-height: 65px;*/
}
.box-option-intro:before {
  width: 126px;
  height: 80px;
  content: "";
  display: block;
  float: left;
  /*border-right: 1px solid #e2e2e2;*/
  margin-right: 5px;
  margin-top: -10px;
}
.box-option-intro.img-option-privacy:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: 0 -20px;
}
.box-option-intro.img-option-attach:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -140px -20px;
}
.box-option-intro.img-option-antivirus:before {
  background: url(/support-rakus/jidootai/img/option/icon-antivirus.png) no-repeat;
  background-size: 80%;
}
.box-option-intro.img-option-ip:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -420px -20px;
}
.box-option-intro.img-option-encryption:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-encryption.png);
}
.box-option-intro.img-option-complain:before {
  background-image: url(/support-rakus/jidootai/img/option/icon_assist_01.png);
}
.box-option-intro.img-option-survey:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -550px -20px;
}
.box-option-intro.img-option-smartphone:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -690px -20px;
}
.box-option-intro.img-option-line:before {
 background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
 background-position: -1500px -20px;
}
.box-option-intro.img-option-nextengine:before {
 background-image: url(/support-rakus/jidootai/img/config/ico-config-nextengine.png);
 background-position: -1500px -20px;
  background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
}
.box-option-intro.img-option-api:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-api.png);
  background-repeat: no-repeat;
}
.box-option-intro.img-option-maltilang:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -820px -20px;
}
.box-option-intro.img-option-project:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -970px -20px;
}
.box-option-intro.img-option-hdd:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -1100px -20px;
}
.box-option-intro.img-option-adduser:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -1240px -20px;
}
.box-option-intro.img-option-mailbox:before {
  background-image: url(/support-rakus/jidootai/img/option/icon-option-sprites.png);
  background-position: -1380px -20px;
}
.promoter-mainimg:hover {
  opacity: 0.85;
}
.box-trouble {
  position: relative;
  width: 620px;
  background: #F4F2EF;
  padding: 25px;
  margin-bottom: 60px;
}
.box-trouble:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #f4f2ef transparent transparent transparent;
  border-width: 28px 50px 0 50px;
}
.box-trouble dt {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  text-align: center;
}
.box-trouble dd {
}
.box-trouble dd li {
  background: url(/support-rakus/jidootai/common/img/ico-catch-12.png) no-repeat 0 3px;
  padding-left: 28px;
  font-size: 15px;
  margin-bottom: 3px;
}
.box-trouble dd li:last-child {
  margin-bottom: 0;
}
.box-solution {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 70px;
}
.box-solution li {
  background: url(/support-rakus/jidootai/common/img/ico-catch-11.png) no-repeat 20px 11px;
  padding: 11px 13px 11px 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.box-solution li:nth-child(even) {
  background-color: #FFECD2;
}
.shortcode-case {
  border: 3px solid #E5E1DC;
  padding: 11px;
  margin-bottom: 70px;
}
.shortcode-case p.img-left {
  float: left;
  width: 248px;
  height: 120px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.shortcode-case .img-left img {
  width: 100%;
  height: auto;
}
.shortcode-case dt {
  font-size: 17px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}
.shortcode-case dd {
  font-size: 14px;
  line-height: 22px;
  color: #222;
}
.shortcode-case dd p {
  margin-bottom: 10px;
}
.area-left table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.area-left table th {
  border: 1px solid #ccc;
  background-color: #F4F2EF;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
  vertical-align: middle;
}
.area-left table td {
  border: 1px solid #ccc;
  padding: 10px 22px;
}

.list-manual {
  margin-bottom: 60px;
}
.list-manual li  {
  border: 1px solid #e2e2e2;
  min-height: 140px;
  width: 320px;
  float: left;
  text-align: center;
  margin-right: 26px;
  position: relative;
  background: #fff;
}
.list-manual li:nth-child(3), .list-manual li:nth-child(4) {
  margin-bottom: 20px;
}
.list-manual li > a {
  display: block;
  min-height: 130px;
}
.list-manual li > a img {
  padding-top: 20px;
}
.list-manual li > a:hover {
  background: #F4F2EF;
}
.list-manual li:nth-child(even) {
  /*float: right;*/
  margin-right: 0;
}
.list-manual li p {
  margin-bottom: 0;
}
.list-manual li p.exp {
  position: absolute;
  top: 190px;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
}
.col2 .link-option-block {
  display: table;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  width: 100%;
  min-height: 43px;
  color: #222;
  line-height: 43px;
}
.col2.list-manual a {
  height: 175px;
  text-decoration: none;
}
.col2 .link-option-block span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px 0 20px;
  font-size: 16px;
}
.col2 .link-option-block:after {
  position: absolute;
  top: 35%;
  right: 15px;
  display: block;
}
.col2 .link-option-block:hover {
  text-decoration: none;
  background: #C9C4C1;
}
.col2-contact li {
  margin-bottom: 80px;
}
.col2-contact.list-manual li > a img {
  padding-top: 25px;
}
.list-manual.col3 {
  margin-bottom: 30px;
}
.list-manual.col3 li  {
  position: relative;
  display: block;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 165px;*/
  margin: 0 27px 0 0;
  width: 202px;
  float: left;
  text-align: center;
  /*padding-top: 20px;*/
}
.list-manual.col3 li img {
  padding-top: 20px;
}
.list-manual.col3 li > a {
  display: block;
  height: 165px;
  text-decoration: none;
}
.list-manual.col3 li > a:hover {
  background: #F4F2EF;
}
.list-manual.col3 li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.col3 .link-option-block {
  display: table;
  position: absolute;
  bottom: 0;
  height: 48px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 16px;
  width: 100%;
  color: #222;
}
.col3 .link-option-block span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px 0 20px;
	font-size: 16px;
}
.col3 .link-option-block:after {
    position: absolute;
    top: 38%;
    right: 10px;
    display: block;
}
.col3 .link-option-block:hover {
	text-decoration: none;
	background: #C9C4C1;
}
.list-manual.col4 {
  margin-bottom: 10px;
}
.list-manual.col4 li  {
  border: 1px solid #e2e2e2;
  min-height: 135px;
  margin: 0 19px 10px 0;
  width: 151px;
  float: left;
  text-align: center;
}
.list-manual.col4 li > a {
  display: block;
  height: 135px;
  text-decoration: none;
}
.list-manual.col4 li:nth-child(4n) {
  margin: 0 0 33px 0;
}
.col4 .link-option-block {
  display: table;
  position: absolute;
  bottom: 0;
  height: 45px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 16px;
  width: 100%;
  color: #222;
}
.col4 .link-option-block span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 10px;
  font-size: 14px;	
}
.col4 .link-option-block:after {
  position: absolute;
  top: 41%;
  right: 6px;
  display: block;
}
.col4 .link-option-block:hover {
  text-decoration: none;
  background: #C9C4C1;
}
.nav-option-menu {
  background-color: #F4F2EF;
  padding: 30px 25px;
  margin: 60px auto 50px;
}
.nav-option-menu dt {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.nav-option-menu dd:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.nav-option-menu dd { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .nav-option dd { height: 1%; }  
.nav-option-menu dd { display: block; }  
/* End hide from IE-mac */ 
.nav-option-menu dd li {
  float: left;
  width: 31%;
  margin:2px;
  background: url(/support-rakus/jidootai/common/img/bg-dot-gray.png) left 9px no-repeat;
}
.nav-option-menu dd li a {
  color: #333;
  display: inline-block;
  padding-left: 12px;
  font-size: 14px;
}
.nav-option-menu dd li a:hover {
  text-decoration: none;
}

.box-attention {
  background: #FFEEEE;
  border: 2px solid;
  padding: 20px 0;
  text-align: center;
  color: #CC1E15;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 50px;
}
.box-guidance {
  margin-bottom: 80px;
  padding: 30px 25px;
  color: #222;
  background: #F4F2EF;
}
.box-guidance dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}
.box-guidance dd {
  font: 12px/21px;
}

/* =================================
user
================================= */



/* =================================
config
================================= */
.box-large-manual {
  text-align: center;
  margin: 0 0 50px;
  display: flex;
  justify-content: center;
}
.box-large-manual p {
  margin-bottom: 0;
}
.box-large-manual li{
width: 275px;
margin: 0 15px;
}
p.img-manual {
  background: #FFF0DD;
  border: 2px solid #FFD3AD;
  border-radius: 4px;
  padding: 23px 0 20px;
  width: 250px;
  height: 85px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.img-manual:hover {
  background: #ffe6cf;
}
.box-large-manual dt {
  margin-bottom: 5px;
}
.box-large-manual dt a {
  font-size: 20px;
  color: #222;
  text-decoration: none;
  letter-spacing: -0.05em;
  font-weight: bold;
}
.box-large-manual dt a:after {
  content: "";
  width: 12px;
  height: 18px;
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-orange.png) no-repeat;
  margin-left: 12px;
  display: inline-block;
  font-weight: bold;
  vertical-align: -0.1rem;
}
.box-large-manual dt a:hover {
  color: #f29600;
}
.box-large-manual dd {
  line-height: 1.4;
}
.box-large-manual dd a {
  color: #222;
  font-size: 15px;
  padding: 15px 0;
}
.box-large-manual dd a:hover {
  text-decoration: none;
}

/* =================================
/option/trial/
================================= */
section .contents_howto ul.page {
    background: #e5e1dc;
    padding: 10px;
    border-radius: 5px;
    margin: 0px auto;
}
section .contents_howto ul.page:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -75px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 75px 0px 75px;
  border-color: #d0cdca transparent transparent transparent;
  z-index: 3;
}
.main_top_bglightgray + h2{
margin-top: 40px;
}

.box-option-03{
width: 100%;
margin-bottom: 40px;
}
.box-option-03 h3 {
font-size: 18px;
font-weight: normal;
}
.option-question {
margin-bottom: 60px;
position: relative;
background: #f4f2ef;
padding: 30px;
}
.option-question .inner {
background: #fff;
}
.option-question .option-question-ttl {
margin: 5px 0 30px 0;
font-size: 24px;
color: #222;
text-align: center;
border: none;
}
.option-question ul.list-wrap {
padding: 15px 25px;
background: #fff;
border-radius: 5px;
margin: 0px auto;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.option-question ul.list-wrap li {
 margin: 4px 0;
 width: 50%;
 text-align: justify;
 font-size: 16px;
}
.option-question ul.list-wrap li img {
 display: inline-block;
 margin-right: 7px;
 vertical-align: -3px;
}
.option-question:after {
content: "";
position: absolute;
bottom: -30px;
left: 50%;
margin-left: -75px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 40px 75px 0px 75px;
border-color: #f4f2ef transparent transparent transparent;
z-index: 3;
}


.box-option-03 h3{
  color: #fff;
  margin-bottom: 0;
}
.box-option-03 ul{
  display: block;
  justify-content: space-between;
  border-left: 1px solid #e2e2e2;
  margin-bottom: 40px;
  overflow: hidden;
  }
.box-option-03 li {
  float: left;
  width: 33.333%;
  height: 170px;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  }
.box-option-03 li:nth-child(1) {
}
.box-option-03 li:nth-child(1).img-option-survey {
  border-bottom: none;
  border-right: none;
}
.box-option-03 .mod-option-list-02 li:nth-child(1).img-option-survey {
  border-bottom: 1px solid #e2e2e2;
  border-right: none;
}
.box-option-03 li:nth-child(2) {
  border-bottom: 1px solid #e2e2e2;
}
.box-option-03 li:nth-child(3) {
  border-right: 1px solid #e2e2e2;
}
.box-option-03 li:nth-child(4) {
}
.box-option-03 .mod-option-list-02 li {
  border: 1px solid #e2e2e2 !important;
  width: 100%;
}

.box-option-03 p {
  margin: 0;
}
.box-option-03 li:hover {
  background: #F4F2EF;
}
.box-option-03 li a {
  border: none;
  color: #222;
  background: none;
  display: block;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  height: 110px;
  padding: 20px 0;;
  text-decoration: none;
  position: relative;
}
.box-option-03 li a:hover {
  text-decoration: underline;
}
.box-option-03 a span {
  background-color: #ea6883;
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 1px 7px 3px;
  margin-top: 0;
  font-size: 11px;
}
.box-option-03 a i {
  display: block;
  width: 130px;
  height: 80px;
  margin: 0 auto 10px;
}
  .box-option-03 a .ico_privacy {
  background: url(/support-rakus/jidootai/img/option/icon-privacy.png) no-repeat 50% 3px;
  background-size: 90%;
  }
  .box-option-03 a .ico_attach {
  background: url(/support-rakus/jidootai/img/option/icon-attach.png) no-repeat 50% 3px;
  background-size: 90%;  
  }
  .box-option-03 a .ico_ip {
  background: url(/support-rakus/jidootai/img/option/icon-ip.png) no-repeat 50% 3px;
  background-size: 90%;
  }
  .box-option-03 a .ico_survey {
  background: url(/support-rakus/jidootai/img/option/icon-survey.png) no-repeat 50% 3px;
  background-size: 90%;
  }
  .box-option-03 a .ico_smartphone {
  background: url(/support-rakus/jidootai/img/option/icon-smartphone.png) no-repeat 50% 3px;
  background-size: 90%;
  }
  .box-option-03 a .ico_line {
 background: url(/support-rakus/jidootai/img/option/icon-line.png) no-repeat 50% 3px;
 background-size: 90%;
 }
  .box-option-03 a .ico_nextengine {
 background: url(/support-rakus/jidootai/img/option/icon-nextengine.png) no-repeat 50% 3px;
 background-size: 90%;
 }
  .box-option-03 a .ico_maltilang {
  background: url(/support-rakus/jidootai/img/option/icon-maltilang.png) no-repeat 50% 3px;
  background-size: 90%;
  }
  .box-option-03 a .ico_project {
  background: url(/support-rakus/jidootai/img/option/icon-project.png) no-repeat 50% 3px;
  background-size: 90%
  }
  .box-option-03 a .ico_api {
  background: url(/support-rakus/jidootai/img/option/icon-api.png) no-repeat 50% 3px;
  background-size: 90%
  }

.mod-option-trial{
background-color: #F4F2EF;
padding: 25px;
margin-bottom: 30px;
vertical-align: middle;
}
.mod-option-trial .mod-option-trial-flex-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod-option-trial .mod-option-trial-flex-img li {
  width: 60%;
}
.mod-option-trial .mod-option-trial-flex-img li:last-of-type {
  width: 33%;
}
.mod-option-trial .mod-option-trial-flex-img li img {
  width: 100%;
  height: auto;
}
.mod-option-trial p {
 margin-bottom: 0;
}
  .mod-option-trial_white{
  background: #fff;
  border: 3px solid #e5e1dc;
  padding: 25px;
  }
.mod-option-trial dl dt{
margin-bottom: 10px;
font-size: 17px;
font-weight: bold;
padding-left:17px;
position: relative;
}
  .mod-option-trial dl dt:before {
  background: #f19500;
  content: "";
  height: 8px;
  width: 8px;
  left: 0;
  position: absolute;
  top:10px;
  }
.mod-option-trial dl dd ul{
margin-bottom: 20px;
}
.mod-option-trial dl dd p{
font-size: 15px;
margin-bottom: 10px;
}
.mod-option-trial dl dd p:last-child {
margin-bottom: 0;
}
.mod-option-trial dl dd ul li{
font-size: 14px;
list-style: disc inside;
padding: 0 1em;
}
.contents_resolution h4.orange-small {
font-size: 28px !important;
margin: 10px 0 40px;
border: none;
}
.contents_resolution h4.orange-small2 {
font-size: 22px !important;
margin: 10px 0 40px;
padding: 0 20px;
border: none;
}

section .contents.page {
    padding: 10px 0 30px 0;
}
section .contents ul.page li{
font-size: 15px !important;
}

/* =================================
sitemap-area
================================= */
section.sitemap{
display: flex;
justify-content: space-between;
}
.sitemap-area {
width: 45%;
}
.sitemap-area-contents{
margin-bottom: 40px;
}
.sitemap-area-contents-sublist{
margin:0 auto 20px 25px;
}
.sitemap-area-contents a{
text-decoration: none;
display: block;
color: #222;
}
.sitemap-area-contents a:hover{
text-decoration: underline;
}
.sitemap-area-contents h2{
background: #E5E1DC;
border-bottom: 0;
padding: 0;
margin: 0 0 10px 0;
border-radius: 2px;
}
.sitemap-area-contents h2.t-blank{
background: #E5E1DC url(/support-rakus/jidootai/common/img/bg-nav-blank-gray.png) 270px no-repeat;
}
.sitemap-area-contents h2 a{
margin: 0 auto 0px 20px;
font-size: 17px;
font-weight: bold;
line-height: 2;
padding: 5px 10px 5px 18px;
color: #222;
background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-black.png) no-repeat left;
letter-spacing: 0.05rem;
}
.sitemap-area-contents ul li{
border-bottom: 1px dashed #aaa;
}
ul.sitemap-area-contents-sublist li{
border: none !important;
}
.sitemap-area-contents ul li a{
font-size: 15px;
line-height: 1.4;
margin: 0 auto 0px 10px;
padding: 10px 10px 10px 20px;
background: url(/support-rakus/jidootai/common/img/bg-snav-orange.png) no-repeat left;
}
ul.sitemap-area-contents-sublist li a{
line-height: 1.2;
font-size: 14px;
padding: 5px 10px 7px 12px;
background: none;
}





/* =================================
formgroup (.btn and .box-offer)
================================= */
/*.btn*/
.btn {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 6px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -webkit-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  -o-transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  transition: all 0.4s cubic-bezier(0.52, 0.48, 0.15, 0.97);
  box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.1);
}
.btn:hover {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.btn.btn-gray {
  background-color: #E5E1DC;
  color: #222;
  position: relative;
  padding: 15px 32px 20px 20px;
  font-size: 15px;
  line-height: 1;
}
.btn.btn-gray:hover {
  background-color: #C9C4C1;
}
.btn.btn-gray:before {
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-gray.png) no-repeat;
  right: 10px;
  top: 35%;
  z-index: 10;
}
.btn-gray-blank {
  background-color: #E5E1DC;
  color: #222;
  position: relative;
  padding: 15px 32px 20px 20px;
  font-size: 15px;
  line-height: 1;
}
.btn-gray-blank:hover {
  background-color: #C9C4C1;
}

.btn.btn-gray-blank:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background: url(/support-rakus/jidootai/common/img/bg-nav-blank-gray.png) no-repeat;
  right: 8px;
  top: 35%;
  z-index: 10;
}
.btn-gray-big {
	background-color: #E5E1DC;
	color: #222;
    position: relative;
    padding: 13px 43px 20px 30px;
    font-size: 17px;
    font-weight: bold;
}
.btn-gray-big:hover {
  background-color: #C9C4C1;
}
.btn.btn-gray-big:before {
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-gray.png) no-repeat;
  right: 15px;
  top: 36%;
  z-index: 10;
}
.btn-darkgray {
  background-color: #827f7c;
  color: #fff;
  position: relative;
  padding: 15px 40px 20px 20px;
  font-size: 15px;
  line-height: 1;
}
  .btn-darkgray:hover {
    background-color: #6B6865;
  }
  .btn.btn-darkgray:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    background: url(/support-rakus/jidootai/common/img/bg-btn-pdf.png) no-repeat;
    right: 13px;
    top: 31%;
    z-index: 10;
  }
.btn.btn-small {
padding: 9px 32px 14px 20px;	
}
.btn.btn-small:before {
top: 29%;
}
.btn.btn-orange {
  background-color: #F19500;
  color: #fff;
  position: relative;
  padding: 16px 46px 16px 26px;
  text-align: center;
  font-size: 17px;
}
.btn.btn-orange:hover {
    background-color:#DD7E1F;
  }
.btn.btn-orange:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-whiteorange.png) no-repeat;
  right: 13px;
  top: 35%;
  z-index: 10;
}
.btn-green {
  background-color: #88B618;
  color: #fff;
  position: relative;
  padding: 16px 46px 16px 26px;
  text-align: center;
  font-size: 17px;
}
  .btn-green:hover {
    background-color:#749900;
  }
  .btn.btn-green:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-whitegreen.png) no-repeat;
    right: 13px;
    top: 35%;
    z-index: 10;
  }
.btn-blue {
background-color: #4B91D0;
color: #fff;
position: relative;
padding: 16px 46px 16px 26px;
text-align: center;
font-size: 17px;
}
.btn-blue:hover {
  background-color:#0A74A3;
}
.btn.btn-blue:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-whiteblue.png) no-repeat;
  right: 13px;
  top: 35%;
  z-index: 10;
}

/*.box-offer*/
.box-offer{
  border: 3px solid #bad280;
  padding: 50px 30px 25px;
  text-align: center;
  margin:70px auto 0;
  box-sizing: border-box;
}

.box-offer-contact {
  border: 3px solid #FFCA8C;
  padding: 50px 30px 25px;
  text-align: center;
  margin-bottom: 30px;
}
.box-offer-contact.col1 {
  padding: 35px 22px;
  margin-bottom: 90px;
}
.box-offer-contact.col1 p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 22px;
  text-align: center;
}
.box-offer-contact.col1 ul {
  width: 100%;
}
.box-offer-contact.col1 li {
  margin: 0 auto;
}
.ttl-offer {
  font-size: 26px;
  text-align: center;
  color: #222;
  margin-bottom: 20px;
}
  .box-offer-trial {
    border-color: #bad280;
  }
  .box-offer-contact {
    border-color: #FFCA8C;
  }
  .box-offer-add {
    border-color: #A6C1D5;
  }
  .box-offer-cancellation {
    border-color: #CCC7C2;
  }
.box-offer h5.box-offer_title{
font-size: 26px;
font-weight: bold;
text-align: center;
margin: 0 auto 50px auto;
position: relative;
line-height: 1.2rem;
padding:0.15em 1em;
display: inline-block;
top:0;
border: 0;
letter-spacing: -0.03rem;
}
  .box-offer h5.box-offer_title:before,.box-offer h5.box-offer_title:after{
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
  }
  .box-offer h5.box-offer_title:before{
  border-left: solid 2px #666;
  border-top: solid 2px #666;
  border-bottom: solid 2px #666;
  left: 0;
  border-radius: 0;
  background-color: revert;
  }
  .box-offer h5.box-offer_title:after{
  content: '';
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  border-bottom: solid 2px #666;
  right: 0;
  }
.box-offer p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px !important;
  font: inherit;
  vertical-align: baseline;
  }
.box-offer p + ul{
  margin-top: 40px !important;
  }
.box-offer_btn-area{
display: flex;
justify-content: center;
margin:0 auto 0 auto !important;
}
.box-offer_btn-area + .box-offer_btn-area {
  margin-top: 30px !important;
  padding-top: 30px;
  border-top: 1px solid #b9b9b9;
}
.box-offer_btn-area li{
width: 280px !important;
padding: 0 15px;
}
.box-offer_btn-area li.exception-width {
  width: 100% !important;
}
/* column-3 contact_banner n=3 */
.box-offer_btn-area__column-3 {
  flex-wrap: wrap;
}
.box-offer_btn-area__column-3 li {
  width: 320px !important;
  margin-bottom: 10px;
}
.box-offer_btn-area__column-3 li:last-child {
  margin-bottom: 0;
}
.box-offer_btn-area li a{
color: #fff !important;
padding: 17px 40px 20px 18px !important;
display: block;
font-size: 17px;
line-height: 1.3rem;
text-shadow: 0.5px 0.8px 0px rgba(0, 0, 0, 0.15);
}
.box-offer_btn-area .btn.btn-darkgray:before {
top: 38%;	
}
.box-offer_btn-area li .btn-orange{
  background-color: #F19500;
}
.box-offer_btn-area li .btn-orange:hover{
  background-color: #DD7E1F;
}
.box-offer_btn-area li .btn-darkgray{
  background-color: #827f7c;
}
.box-offer_btn-area li .btn-darkgray:hover{
  background-color: #6B6865;
}
.box-offer_btn-area li .btn-green{
  background-color: #88B618;
}
.box-offer_btn-area li .btn-green:hover{
  background-color: #749900;
}
.box-offer_btn-area li .btn-blue{
  background-color: #4B91D0;
}
.box-offer_btn-area li .btn-blue:hover{
  background-color: #0A74A3;
}
.box-offer_btn-area li .appeal{
margin-bottom: 10px;
}
  .box-offer-trial .box-offer_btn-area li .appeal{
    color: #80A805;
	font-weight: bold;
  }
  .box-offer_btn-area .btn_txtsmall{
  font-size: 13px !important;
  line-height: 2;
  letter-spacing: 0.1em;
  }
.box-offer_tel{
display: flex;
justify-content: center;
margin:30px auto 0 auto !important;
padding-top: 25px !important;
border-top: 1px solid #b9b9b9;
}
.box-offer_tel.box-offer_tel--login-error{
  display: block;
}
.box-offer_mailfax{
margin:30px auto 0 auto !important;
padding-top: 20px;
border-top: 1px solid #b9b9b9;
}
.box-offer_tel dt{
  font-size: 14px;
  width: 200px;
  margin-right: 20px;
  line-height: 50px;
  text-align: right;
}
.box-offer_tel.box-offer_tel--login-error dt{
font-size: 15px;
width: 100%;
line-height: 30px;
text-align: center;
}
.box-offer_tel dd{
width: 300px;
text-align: left;
}
.box-offer_tel.box-offer_tel--login-error dd{
width: 100%;
text-align: center;
}
.box-offer_tel dd .box-offer_tel_number{
font-size: 32px;
font-weight: bold;
letter-spacing: 0.05px;
line-height: 1;
}
.box-offer_tel.box-offer_tel--login-error dd .box-offer_tel_number{
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05px;
line-height: 1;
}
.box-offer_tel dd .box-offer_tel_number img{
display: inline-block;
margin-right: 0.25em;
vertical-align: 2px;
}
.box-offer_tel.box-offer_tel--login-error dd .box-offer_tel_number img{
display: inline-block;
margin-right: 0.25em;
vertical-align: 2px;
width: 11px;
}
.box-offer_tel dd .box-offer_tel_time{
font-size: 12px;
padding-top: 5px;
}

.box-pdf-cancellation {
  border: 3px solid #CCC7C2;
  padding: 48px 22px 22px;
  text-align: center;
  margin-bottom: 30px;
}

/*//.contents_promoter*/
.contents_promoter {
width: 100% !important;
margin: 0 auto !important;
padding: 0 !important;
}
.contents_promoter h4{
left:10%;
}
.contents_promoter ul {
    justify-content: space-between !important;
}
.contents_promoter ul:after {
display: none;
}

.contents_promoter ul li {
    width:48% !important;
}
.contents_promoter ul li .contents_manuallist_inner_list {
border: 1px solid #ccc;
border-radius: 0 0 3px 3px;
padding: 25px;
font-size: 16px;
}
.contents_promoter .contents_manuallist_inner h3 {
border-radius: 5px 5px 0 0;
padding: 7px 0 5px;
height: 46px;
}
.contents_promoter .contents_manuallist_inner h3 img{
vertical-align: -13px;
display: inline-block;
margin-right: 15px;
}

.contents_promoter .contents_manuallist_inner__darkorange h3 {
background: #E96400;
}
.contents_promoter h6.ttl-option-07 .icon {
vertical-align: -7px;
margin-right: 8px;
padding-left: 5px;
}
.mod-option-trial_bgimg{
padding-right: 325px;
min-height:170px;
margin: 40px auto;
background: url(/support-rakus/jidootai/img/promoter/bg-promise.jpg) no-repeat right;
}
.counter-hierarchy {
margin-bottom: 70px !important;
}



/* =================================
voice
================================= */

.list-style-voice {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.list-style-voice dl {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 35px 10px 65px;
  width: 32%;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  position: relative;
}
.list-style-voice dl:first-of-type {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff0dd;
}
.list-style-voice dl:first-of-type dd.ttl {
  font-size: 18px;
}
.list-style-voice dl:first-of-type dd {
  font-size: 14px;
}
.list-style-voice dt {
  width: 8em;
  /*float: left;*/
  font-size: 14px;
  margin-right: 20px;
  position: absolute;
  left: -10px;
  top: 5px;
}
.list-style-voice span {
  width: 8em;
  height: 12px;
  margin: 2px 0 0 10px;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  padding: 3px;
  line-height: 1em;
}
.voice span.ico-moveon {
  color: #fff;
  background: #f19500;
}
.voice span.ico-request {
  color: #fff;
  background: #d55b3a;
}
.voice span.release {
  color: #fff;
  background: #5c91cb;
}
.list-style-voice dd {
  font-size: 13px;
  /*width: 80%;*/
  color: #666;
}
.list-style-voice dd.ttl {
  font-size: 15px;
  font-weight: bold;
  color: #111;
}
.list-style-voice dd a {
  color: #222;
  text-decoration: underline;
  line-height: 1.4em;
}
.list-style-voice dd a:hover {
  text-decoration: none;
}
.list-style-voice dd p {
  margin: 5px auto;
  text-align: justify;
  line-height: 1.3;
}
.txt-strong01 {
  font-size: 1.2em;
  font-weight: bold;
}
.txt-strong02 {
  font-size: 2em;
  font-weight: bold;
}
.list-style-voice .hyouka {
  text-align: right;
}
.box-ratings em {
  font-size: 11px;
  font-style: normal;
}
/*.flex01 dl,
.flex01 dt,
.flex01 dd {
  box-sizing: border-box;
}
.flex01 dl {
  background: #eee;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.flex01 dl:last-of-type {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.flex01 dt,
.flex01 dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
.flex01 dt {
  width: 40%;
  float: left;
}
.flex01 dd {
  background: #fff;
  margin-left: 40%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
.flex01 dd p { margin-bottom: 0; }
.flex01 dd:after {
  content: '';
  display: block;
  clear: both;
}*/
.flex01 dl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0;
}
/*.flex01 dl:nth-child(even) {
  background: #eee;
}*/
.flex01 dl:last-of-type {
  border-bottom: 1px solid #ccc;
}
.flex01 dt {
  font-weight: bold;
  padding: 10px 10px 0 10px;
}
.flex01 dt:before {
  border-left: 3px solid #f29600;
  content: " ";
  padding-right: 10px;
}
.flex01 dd {
  padding: 5px 10px 10px;
  color: #666;
}
.area-left .flex01 dd p {
  margin: 0;
}
.flex01 .centering {
  margin-top: 30px;
}
.box-ratings {
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.box-ratings-02 {
  text-align: right;
}
.flex02 dl {
  display:flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;

  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.flex02 dl:first-of-type {
}
.flex02 dt {
  /*background: #eee;*/
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.flex02 dt:before {
  border-left: 3px solid #f29600;
  content: " ";
  padding-right: 10px;
}
.flex02 dt.bg-dl01:before {
  border-left: none;
  content: "";
  padding-right: 0;
}
.flex02 dt .txt-com {
  /*padding: 10px;
  margin: 0;
  width: 30%;
  background: #fff;
  box-sizing: border-box;*/
  font-weight: normal;
  color: #666;
}
.flex02 dd {
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
 /* border-top: 1px solid #ccc;*/
  width: 15%;
  background: #fff;
  box-sizing: border-box;
  color: #666;
}
.flex02 dd p { margin-bottom: 0; }
.flex02 dl:last-of-type {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.flex02 dt.bg-dl01, .flex02 dd.bg-dl01 {
  background: #ccc;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.area-left .flex02 dt p {
  margin-bottom: 0;
}
.good-btn, .list-style-voice dd a.good-btn {
  text-decoration: none;
  text-indent: -9999px;
  background: url(/support-rakus/jidootai/common/img/rating_1_on.gif) no-repeat;
  width: 16px;
  height: 16px;
  text-align: left;
  display: inline-block;
}
.good-btn:hover , .list-style-voice dd a.good-btn:hover {
  background: url(/support-rakus/jidootai/common/img/rating_1_over.gif) no-repeat;
}
.good-btn:before, .list-style-voice dd a.good-btn:before {
  content: "いいね";
  text-indent: 0;
}

/* =================================
column
================================= */

.column span.ico-cat-01 {
  color: #fff;
  background: #f19500;
}
.column span.ico-cat-02 {
  color: #fff;
  background: #d55b3a;
}
.column span.ico-cat-03 {
  color: #fff;
  background: #5c91cb;
}
.column span.ico-cat-04 {
  color: #fff;
  background: #ff69b4;
}
.column span.ico-cat-05 {
  color: #fff;
  background: #1e90ff;
}
.column span.ico-cat-06 {
  color: #fff;
  background: #3cb371;
}
.column span.ico-cat-07 {
  color: #fff;
  background: #8b008b;
}
.column span.ico-cat-08 {
  color: #fff;
  background: #48d1cc;
}
.column span.ico-cat-09 {
  color: #fff;
  background: #808000;
}
.column span.ico-cat-10 {
  color: #fff;
  background: #7b68ee;
}
.column span.ico-cat-11 {
  color: #fff;
  background: #dc143c;
}
.column span.ico-cat-12 {
  color: #fff;
  background: #d2691e;
}


/* =================================
styleguide
================================= */

.area-left .styleguide {
  
}
.area-left .styleguide h2.normal {
  background: none;
  border-bottom: 1px dashed #ccc;
  padding-left: 0;
  font-size: 24px;
  margin: 80px 0 20px;
  color: #666;
}
.area-left .styleguide h2.normal:first-child {
  margin-top: 0;
}
.area-left .styleguide h1 {
  border-left: 4px solid #ea6400;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  padding-left: 18px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.area-left .styleguide p.exp {
  margin-bottom: 10px;
  font-size:10px;
  color: #666;
}
.area-left .styleguide .row {
  display: flex;
  justify-content: space-between;
}
.area-left .styleguide .row table { margin-left: auto; margin-right: auto; }
.area-left .styleguide th { padding-left: 10px; padding-right: 10px; }
.area-left .styleguide .col-03 {
  width: 30%;
}
.area-left .styleguide .circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 40px;
}
.area-left .styleguide .mb10 { margin-bottom: 10px; }
.area-left .styleguide .inline-block { display: inline-block; }
.area-left .styleguide .center { text-align: center; }
.area-left .styleguide .clr-01 {
  background: #f29600
}
.area-left .styleguide .clr-02 {
  background: #e96400
}
.area-left .styleguide .clr-03 {
  background: #fff3d9
}
.area-left .styleguide .nav-option-menu { margin-top: 0; }
.area-left .styleguide code {
  border: 1px dashed #ccc;
  background: #F0EFE6;
  padding: 20px;
  display: block;
}
.area-left .styleguide .box-offer-contact, .area-left .styleguide .box-offer-add, .area-left .styleguide .box-offer-trial, .area-left .styleguide .box-offer-cancellation { margin-top: 0; }



/*--------------------------------------------
Top renewal
----------------------------------------------*/
/*--------TOPのリンクカラー--------*/
.top-inner a {
    color: #5c91cb;
}
/*--------メインボタンエリア--------*/
.bg-gray {
  background: #eeeeee;
}
.top-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em 0;
}
.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_bnr{
  transition: all 0.3s ;
  margin-right: 10px;
}
.header_bnr a{
  display: block;
}
.header_bnr:hover{
  opacity: 0.7;
}
.header_bnr img{
  width: 270px;
  height: auto;
}
.header-info-tel{
  display: grid;
  place-items: center;
}
.top-main-area {
  width: 100%;
  max-width: 710px;
}
.top-main-area .fixedbanner img {
  display: block;
  width: 650px;
  height: auto;
  margin: 0 auto 30px;
}

.top-main-bnr{
  box-shadow: 0 0 6px #a5a5a5;
  display: block;
  margin-bottom: 15px;
}
.top-main-bnr img {
    display: block;
}
.top-main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-main-menu li {
  width: 32%;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 20px 10px 10px;
  box-sizing: border-box;
}
ul.top-main-menu h2 {
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  font-weight: bold;
}
.btn-start-up, .btn-basic-setting, .btn-view {
  display: block;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #bfbfbf;
  margin: 12px auto 2px;
  text-decoration: none;
}
.btn-start-up{
  background: #53b2a6;
}
.btn-basic-setting{
  background: #f4a72c;
}
.btn-start-up p {
  text-align: center;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.btn-view p, .btn-basic-setting p {
  text-align: center;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  line-height: 36px;/*1.2;*/
  min-height: 36px;
  vertical-align: middle;
}
.btn-start-up figure, .btn-basic-setting figure, .btn-view figure{
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
.btn-start-up figure img, .btn-basic-setting figure img, .btn-view figure img{
  height: 60px;
  width: auto;
}
/*.btn-view, .btn-send {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  padding: 10px 15px;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #bfbfbf;
  margin: 12px auto 2px;
  text-decoration: none;
  height: 80px;
  align-items: center;
}
.btn-view figure, .btn-send figure {
  width: 20%;
  text-align: center;
}
.btn-view figure img, .btn-send figure img{
  height: auto;
  width: 40px;
}
.btn-view p, .btn-send p {
  width: 76%;
  line-height: 1.2;
  font-size: 0.9em;
  padding-left: 6px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}*/
.btn-view {
  background: #6498c9;
}
.btn-send{
  background: #80c9d9;
}
a.btn-start-up:hover, a.btn-basic-setting:hover, a.btn-view:hover, a.btn-send:hover,a.top-main-bnr:hover{
  position: relative;
  top:3px;
  opacity: 0.8;
  box-shadow: none;
}

.box-contact {
  background: #FEF2E5;
  padding: 40px;
  text-align: center;
}
.box-contact h2 {
  margin-bottom: 20px;
  color: #E86300;
  font-size: 30px;
  border: none;
  background: none;
  padding: 0;
  text-align: center;
}
.box-contact h3 {
  position: relative;
  color: #E86300;
  background-color: transparent;
  font-size: 24px;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.box-contact h3::before {
  display: none;
}
.box-contact p{
  margin-bottom: 20px;
}
.box-contact dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.box-contact dt p {
  background: #E86300;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 14px;
  margin: 0;
}
.box-contact dd {
  font-size: 24px;
  font-weight: bold;
}
.box-contact dd span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.box-contact img{
  max-width: 290px;
  margin: 0 auto;
}
.tel-num {
  position: relative;
  transform: translateX(24px);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.tel-num::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/support-rakus/jidootai/wp-content/uploads/2025/10/icon_045_customer-support_100-100.png);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  display: inline;
  position: absolute;
  margin-right: 8px;
  left: -58px;
  top: 5px;
}
/*セミナーリストエリア*/
.top-seminar-list {
  margin: 2em auto;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 20px;
  box-sizing: border-box;
}
.top-seminar-list h2 {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 0 20px;
}
.top-seminar-list li{
  background:#f4f4f4;
  position: relative;
  padding: 12px;
  margin-bottom: 10px;
}
.top-seminar-list-box figure {
  width:20%;
}
.top-seminar-list-box img {
  width: 100%;
  display: block;
}
.wd-75 {
  width: 75%;
  margin: 0 auto;
}
.seminar-detail{
  margin-bottom: 5px;
}
.seminar-detail ul {
  display: inline-block;
  margin-left: 10px;
}
.seminar-detail li {
  line-height: 1.1;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  font-size: 0.8em;
  border-radius: 2px;
}
.seminar-detail h3 {
  margin-top: 6px;
  font-size: 1.1em;
  line-height: 1.3;
}
/*--------タグ--------*/
.top-seminar-list p.ico-cat-01 {
  font-size: 0.8em;
  background: #f19500;
  display: block;
  position: absolute;
  right: 0;
  top:0;
  z-index: 2;
  padding: 4px 10px;
  color: #fff;
  line-height: 1.2;
  width: 70px;
  text-align: center;
}
.top-seminar-list p.ico-cat-02 {
  font-size: 0.8em;
  background: #888;
  display: block;
  position: absolute;
  right: 0;
  top:0;
  z-index: 2;
  padding: 4px 10px;
  color: #fff;
  line-height: 1.2;
  width: 70px;
  text-align: center;
}
.top-seminar-list p.ico-cat-03 {
  font-size: 0.8em;
  background: #5c91cb;
  display: block;
  position: absolute;
  right: 0;
  top:0;
  z-index: 2;
  padding: 4px 10px;
  color: #fff;
  line-height: 1.2;
  width: 70px;
  text-align: center;
}
.top-seminar-list p.ico-cat-04 {
  font-size: 0.8em;
  background: #df5858;
  display: block;
  position: absolute;
  right: 0;
  top:0;
  z-index: 2;
  padding: 4px 10px;
  color: #fff;
  line-height: 1.2;
  width: 70px;
  text-align: center;
}
li.ico-cat-01{
  background: #88aed2;
}
li.ico-cat-02{
  background: #8fc3bc;
}
li.ico-cat-03{
  background: #f4a72c;
}
li.tag-capacity{
  background: #edb253;
}
li.tag-mtg-category{
  background: #8fc3bc;
}
li.tag-prefectures{
  background:#88aed2;
}
.btn-detail {
  display: block;
  background: #d0cdca;
  width: 100%;
  max-width: 220px;
  text-align: center;
  margin: 1.5em auto 0.5em;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.1em;
  box-shadow: 0 4px 0 #b5b2af;
  position: relative;
}
.btn-detail::after{
  content:" ";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid #33312f;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
  top: 20px;
  right: 10px;
}
a.btn-detail {
  color: #33312f;
  text-decoration: none;
  font-weight: bold;
}
a.btn-detail:hover{
  position: relative;
  top:4px;
  opacity: 0.8;
  box-shadow: none;
}
/*----------------
TOPサイドエリア
----------------*/
aside {
  width: 100%;
  max-width: 260px;
}
.top-sidebtn-area li a {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 10px;
  padding: 8px 10px;
  box-sizing: border-box;
  align-items: center;
  box-shadow: 0 0 6px #a5a5a5;
  border-radius: 3px;
  border-right: 12px solid #e96400;
  position: relative;
  text-decoration: none;
}
.top-sidebtn-area li a::after {
  content: " ";
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  border: 2px solid #ffffff;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(45deg);
  top: 33px;
  right: -7px;
}
.top-sidebtn-area li a:hover{
  top:2px;
  transform: scale(1);
  transition: all 0.15s ease-out;
  transition: all 0.2s;
  opacity: 0.8;
  box-shadow: 0 0 12px #a8a8a8;
}
.top-sidebtn-area figure {
  width: 28%;
  display: flex;
  align-items: center;
}
.top-sidebtn-area figure img {
  height: 57px;
  width: 57px;
}
.top-sidebtn-area li a p{
  line-height: 1.2;
  width: 70%;
  color: #252525;
  font-size: 0.9;
  font-weight: bold;
}
.top-sidenews-area {
  margin-top: 32px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 20px 15px;
  line-height: 1.3;
  font-size: 0.9em;
}
.top-sidenews-area h2 {
  font-size: 1.2em;
  font-weight: bold;
}


/* 検索フォーム */
.searchbox input[type="text"],
.searchbox input[type="search"],
.searchbox textarea,
.searchbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  border: 0;
  outline: none;
  background: #fff;
}
.search-list dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  font-size: 11px;
}
.txt-small {
  font-size: 12px;
}
.area-searchbox {
  /* border: 2px solid #f29600; */
  padding: 40px 0;
  box-sizing: border-box;
}
.area-searchbox span {
  font-size: 1.4em;
  color: #f29600;
  font-weight: bold;
}
.front-search-box {
  margin-bottom: 20px;
}
.searchbox {
  position: relative;
  padding: 0 20px 2px;
  width: 460px;
  background: #fff;
  border: 2px solid #e1e6e7;
  border-radius: 50px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
.search-list {
  margin-bottom: 60px;
}
.back-search-box .searchbox {
  width: 670px;
}
.back-search-box dt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.searchbox .search-text {
  padding: 12px 0;
  border: none;
}
.searchbox .search-text {
  width: 90%;
}
.searchbox .search-btn {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 0px;
  background: url(/support-rakus/jidootai/common/img/ico-search.png) 0 0 no-repeat;
  border: none;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  width: 42px;
  height: 42px;
}
.btn2 { margin-top: 12px;}
.btn-center { text-align: center;}
.box-config-block, .box-user-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-start-up, .box-about {
  margin-bottom: 10px;
}
.box-start-up figure {
  /*margin: 20px auto;
  width: 20%;*/
  width: 17%;
  text-align: center;
}
.box-start-up figure img {
  height: 60px;
  width: auto;
  padding-top: 10px;
}
.box-about figure {
  margin-right: 15px;
}
.box-start-up p, .box-about p {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 0;
}
.box-start-up a {
  background: #53b2a6;
  /*display: block;*/
  width: 670px;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  padding: 15px;
  box-shadow: 0 3px 0 #bfbfbf;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.box-about a {
  background: #FFF0DD;
  border: 2px solid #FFD3AD;
  width: 670px;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  padding: 25px 35px;
  box-shadow: 0 3px 0 #bfbfbf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.box-about a:hover {
  background: #ffe6cf;
  position: relative;
  top:3px;
  box-shadow: none;
}
.box-about a p {
  font-weight: bold;
  font-size: 24px;
}
.box-start-up a p {
  color: #fff;
  text-decoration: none;
}
.box-start-up:hover, .box-faq a:hover  {
  position: relative;
  top:3px;
  opacity: 0.8;
  box-shadow: none;
}
.box-config {
  width: 380px;
  padding: 10px 14px;
  background: #fff3d9;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;}
.box-config p {
  margin-bottom: 10px;
  text-align: center;
  line-height: 38px;
}
.box-config .searchbox {
  margin-left: 10px;
}
.box-faq a {
  width: 240px;
  box-sizing: border-box;
  padding: 10px 10px;
  background: #E5E1DC;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 3px 0 #bfbfbf;
  display: table;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  height: 60px;
}
.box-faq a:after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(/support-rakus/jidootai/common/img/bg-btn-arrow-gray.png) no-repeat;
  z-index: 10;
  margin-left: 10px;
  position: absolute;
  top: 38%;
  right: 10px;
  display: block;
}
/*----------------
CTAボタンエリア
----------------*/
.cta-wrapper .img-bnr {
  position: fixed;
  bottom: 70px;
  right: 42px;
  z-index: 999;
  width: 180px;
  display: block;
}
.cta-wrapper .top-cta {
    bottom: 50px;
}
.cta-wrapper img {
    width: 180px;
    height: auto;
}
.cta-wrapper a{
  cursor: pointer;
  transition: all 0.15s ease-in-out 0.15s;
  color: #019faa;
  text-decoration: none;
}
.cta-wrapper a:hover{
  opacity: 0.8;
}
/* =================================
about 「楽楽自動応対」とは
================================= */
.movielist {
  display: flex;
  flex-direction: column;
}
.movielist li {
  height: 100%;
}

.movielist li:not(:last-of-type) {
  margin-bottom: 20px;
}
/* =================================
TOP　検索上バナー
================================= */
.top-main-bunner__link{
  display: block;
}
.top-main-bunner__link figure{
  margin-bottom: 0;
}
.top-main-bunner__link:hover{
  opacity: 0.7;
  transition: all 0.3s;
}
/* =================================
目次プラグイン　newマーク
================================= */
.ez-toc-link.mokuji-new:after{
  content:"NEW!!";
  padding-left: 3px;
  color: #ea6400;
  font-weight: bold;
  display: inline-block;
  }