@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html, button, input, select, textarea {
  font-family: sans-serif; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h3 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h4 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h5 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h6 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0;
  padding: 0; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 150%; }

li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  font-size: 1.0rem;
  line-height: 150%; }

code, kbd, pre, samp {
  font-size: 1.0rem;
  line-height: 150%; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 1.0rem; }

sub, sup {
  font-size: 1.0rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0;
  padding: 0; }

dt, dd {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 150%; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0;
  padding: 0; }

form {
  margin: 0;
  padding: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin: 0;
  padding: 0;
  /* 3 */ }

button, input, select, textarea {
  font-size: 1.0rem;
  /* 1 */
  margin: 0;
  padding: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  font-size: 1.0rem;
  line-height: 150%; }

body {
  text-align: center;
  color: #333; }

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN" ,"Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em; }

.cl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .cl {
  zoom: 1; }

/* IE6 */
*:first-child + html .cl {
  zoom: 1; }

/* IE7 */
.btn, .btns a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1; }

.btn:hover, .btns a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: .6;
  -moz-opacity: .6; }

.btn {
  -moz-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s; }

.btn:hover {
  -moz-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s; }

p, li, th, td, dt, dd {
  font-size: 1.4rem;
  line-height: 180%; }

em {
  font-style: normal; }

div {
  box-sizing: border-box; }

img[src*="svg"] {
  height: 100%;
  width: auto; }

@media (max-width: 991px) {
  body {
    padding-top: 65px; } }

.container h2 {
  font-size: 2.6rem; }
  @media (max-width: 480px) {
    .container h2 {
      font-size: 1.8rem; } }

@media (max-width: 480px) {
  .container h3 {
    font-size: 1.6rem; } }

.container.lower_header {
  padding-top: 20px;
  padding-bottom: 60px; }

.container .lower_header1 {
  background: url(../images/logo_tiny.png) no-repeat center top;
  background-size: 30px auto;
  margin-bottom: 70px;
  line-height: 200%; }
  .container .lower_header1 span {
    border-bottom: 2px solid #000;
    padding-bottom: 5px; }
  @media (min-width: 992px) {
    .container .lower_header1 {
      padding-top: 35px; } }
  @media (max-width: 991px) {
    .container .lower_header1 {
      background-size: 24px auto;
      padding-top: 25px !important;
      margin-bottom: 30px !important; } }

.container .lower_header2 {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  position: relative;
  top: -20px;
  padding: 2px 20px;
  background: transparent; }
  .container .lower_header2 span {
    background: linear-gradient(transparent 55%, rgba(96, 192, 189, 0.4) 45%);
    padding: 5px 10px 10px; }
  @media (max-width: 991px) {
    .container .lower_header2 {
      font-size: 1.8rem;
      line-height: 200%;
      margin-top: -10px;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 10px;
      margin-right: 10px; } }

.container .simple_header1 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 40px;
  font-weight: bold; }

@media (max-width: 991px) {
  .container.lower_header {
    padding-top: 0px;
    padding-bottom: 30px; } }

a:link, a:active, a:visited {
  color: #666666;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: 0.3; }

.container {
  padding-top: 60px;
  padding-bottom: 60px;
  clear: both;
  position: relative;
  box-sizing: border-box; }
  .container:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 480px) {
    .container {
      padding-top: 40px;
      padding-bottom: 40px; } }

.row {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both;
  box-sizing: border-box; }
  .row:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 1024px) {
    .row {
      padding-left: 15px;
      padding-right: 15px; } }

#header {
  position: relative;
  z-index: 100; }
  #header .sub {
    border-bottom: 1px solid #dddddd; }
    #header .sub .row {
      padding-top: 0;
      padding-bottom: 0; }
      #header .sub .row .nav p {
        display: inline-block;
        background: #f4f4f4;
        text-align: center; }
  #header .main {
    padding-top: 30px;
    padding-bottom: 30px; }
    #header .main .row {
      padding-top: 0;
      padding-bottom: 0; }
  #header h1 {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 1.0rem;
    color: #ccc; }
  @media (min-width: 992px) {
    #header .logo {
      width: 140px;
      float: left; }
      #header .logo img {
        width: 100%;
        margin-top: -10px; }
    #header .nav li {
      display: inline-block;
      position: relative;
      padding-bottom: 10px; }
      #header .nav li:hover .child {
        height: 120px; }
    #header .nav .child {
      position: absolute;
      width: 200%;
      text-align: center;
      top: 35px;
      left: calc(-50% + 10px);
      box-sizing: border-box;
      height: 0px;
      overflow: hidden;
      transition: height 0.25s ease-out 0s; }
      #header .nav .child li {
        background: #f4f4f4;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        box-sizing: border-box;
        width: 100%; }
        #header .nav .child li a {
          padding: 10px 15px 5px; }
        #header .nav .child li:first-of-type {
          padding-top: 10px !important;
          border-radius: 5px 5px 0 0; }
        #header .nav .child li:last-of-type {
          padding-bottom: 15px !important;
          border-radius: 0 0 5px 5px; }
    #header .sub {
      height: 40px; }
      #header .sub .nav {
        width: 100%;
        text-align: right;
        position: relative; }
        #header .sub .nav ul {
          display: inline-block;
          padding: 8px 0;
          padding-right: 150px; }
        #header .sub .nav li {
          padding-left: 25px;
          font-size: 1.2rem; }
        #header .sub .nav i {
          font-size: 1.0rem;
          color: #ce111a;
          display: inline-block;
          padding-right: 5px;
          position: relative;
          top: -1px; }
        #header .sub .nav p {
          width: 130px;
          height: 40px;
          position: absolute;
          right: 0;
          box-sizing: border-box;
          padding-top: 6px; }
          #header .sub .nav p img {
            width: 16px;
            height: auto;
            margin-right: 5px; }
    #header .main .nav {
      width: calc( 100% - 280px);
      float: right;
      text-align: right; }
      #header .main .nav li {
        padding-left: 21px; }
        #header .main .nav li.n6 a {
          padding: 5px 20px;
          border-radius: 15px;
          background: #ededed; }
        #header .main .nav li.n8 {
          display: none; }
      #header .main .nav a {
        display: inline-block;
        vertical-align: middle; }
        #header .main .nav a:link, #header .main .nav a:active, #header .main .nav a:visited {
          color: #000; }
        #header .main .nav a:hover {
          color: #444; } }
  @media (max-width: 991px) {
    #header {
      display: none; } }

#spheader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 1000;
  overflow: hidden;
  transition: height 0.5s ease-out 0s; }
  #spheader .row {
    padding-left: 0;
    padding-right: 0; }
  #spheader .main .nav {
    border-top: 1px solid #dddddd; }
    #spheader .main .nav > ul > li {
      height: 36px;
      overflow: hidden;
      position: relative;
      transition: height 0.25s ease-out 0s; }
    #spheader .main .nav li {
      padding: 5px 20px;
      font-size: 1.4rem;
      box-sizing: border-box; }
      #spheader .main .nav li ul {
        margin-top: 5px;
        background: #f4f4f4; }
        #spheader .main .nav li ul:after {
          content: "";
          display: block;
          clear: both; }
      #spheader .main .nav li li {
        border: none;
        width: 50%;
        float: left;
        padding: 5px;
        background: #f4f4f4; }
        @media (max-width: 480px) {
          #spheader .main .nav li li {
            width: 100%; } }
      #spheader .main .nav li .opa {
        color: #333;
        float: right;
        position: relative;
        top: 4px;
        margin-right: 10px;
        transition: all 0.25s ease-out 0s; }
      #spheader .main .nav li.n3.open {
        height: 120px; }
        #spheader .main .nav li.n3.open .opa {
          transform: rotate(90deg); }
  #spheader .sub .nav li {
    background: #f3f3f3;
    padding: 5px 20px; }
    #spheader .sub .nav li i {
      padding-right: 5px;
      color: #ce111a; }
  #spheader .sub .nav p {
    display: none; }
  #spheader .nav li {
    text-align: left;
    border-bottom: 1px solid #ccc; }
  #spheader h1 {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 100px; }
    #spheader h1 img {
      width: 100%; }
  #spheader .contact {
    padding-top: 10px; }
    #spheader .contact a {
      display: block;
      border: 1px solid #ccc;
      width: 90%;
      max-width: 300px;
      font-size: 1.6rem;
      line-height: 40px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 25px; }
  #spheader .sharesite {
    padding-top: 10px; }
  @media (min-width: 992px) {
    #spheader {
      display: none; } }
  #spheader.active {
    height: 100%; }

.hd2 {
  background: url(../images/logo_tiny.png) no-repeat center top;
  background-size: 30px auto;
  margin-bottom: 70px;
  line-height: 200%; }
  .hd2 span {
    border-bottom: 2px solid #000;
    padding-bottom: 5px; }
  @media (min-width: 992px) {
    .hd2 {
      padding-top: 35px; } }
  @media (max-width: 991px) {
    .hd2 {
      background-size: 24px auto;
      padding-top: 25px !important;
      margin-bottom: 30px !important; } }

#footer {
  padding-top: 0; }
  #footer .sub .row {
    padding-top: 0;
    padding-bottom: 0; }
  #footer .sub .subcontact {
    display: none; }
  #footer .main {
    padding-top: 20px;
    padding-bottom: 10px; }
    #footer .main .row {
      padding-top: 0;
      padding-bottom: 0; }
    #footer .main ul {
      padding-bottom: 10px; }
  #footer .sharesite {
    padding-top: 40px; }
    @media (max-width: 991px) {
      #footer .sharesite {
        display: none; } }
  #footer .logo {
    padding-top: 50px;
    margin-bottom: 30px; }
    #footer .logo img {
      height: 52px; }
  #footer .rights p {
    font-size: 10px; }
  @media (min-width: 992px) {
    #footer .nav li {
      display: inline-block; }
    #footer .sub .nav {
      width: 100%;
      text-align: center;
      padding: 15px 0; }
      #footer .sub .nav li {
        padding-left: 25px;
        font-size: 1.2rem; }
      #footer .sub .nav i {
        font-size: 1.0rem;
        color: #ce111a;
        display: inline-block;
        padding-right: 5px;
        position: relative;
        top: -1px; }
    #footer .main {
      border-bottom: 1px solid #dddddd; }
      #footer .main .nav {
        text-align: center; }
        #footer .main .nav li {
          padding-left: 30px;
          font-size: 1.2rem; }
          #footer .main .nav li:first-of-type {
            padding-left: 0; }
        #footer .main .nav a {
          display: inline-block;
          vertical-align: middle; }
          #footer .main .nav a:link, #footer .main .nav a:active, #footer .main .nav a:visited {
            color: #000; }
          #footer .main .nav a:hover {
            color: #444; } }
  @media (max-width: 991px) {
    #footer .main,
    #footer .sub {
      display: none; }
    #footer .logo {
      padding-top: 40px;
      margin-bottom: 5px; }
      #footer .logo img {
        height: 40px; } }

.spbtn {
  width: 32px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  box-sizing: border-box; }
  .spbtn div {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: relative;
    transition: all 0.25s ease-out 0s; }
  .spbtn .l1 {
    top: 0; }
  .spbtn .l2 {
    top: 6px; }
  .spbtn .l3 {
    top: 12px; }
  .spbtn .title {
    background: none;
    bottom: -16px;
    font-family: "Montserrat", sans-serif;
    font-size: 10px; }

.active .spbtn .l1 {
  left: 0;
  top: 7px;
  transform: rotate(45deg); }

.active .spbtn .l2 {
  opacity: 0; }

.active .spbtn .l3 {
  left: 0;
  top: 3px;
  transform: rotate(-45deg); }

@media (min-width: 992px) {
  br.tb {
    display: none; }
  br.sp {
    display: none; } }

@media (min-width: 481px) and (max-width: 991px) {
  br.rt {
    display: none; }
  br.tb {
    display: block; }
  br.sp {
    display: none; } }

@media (max-width: 480px) {
  br.rt {
    display: none; }
  br.tb {
    display: none; } }

.green {
  color: #60c0bd; }

.blue {
  color: #7dbcd5; }

.pink {
  color: #d88db8; }

.red {
  color: #ce111a; }

.strong {
  font-weight: bold; }

.the_form {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }

.checklist1 {
  border: 1px solid #ccc;
  margin-top: 20px; }
  .checklist1 .list1 {
    text-align: left;
    margin-bottom: 30px; }
    .checklist1 .list1 ul li {
      background: url(../images/icon2@2x.png) no-repeat left 6px;
      background-size: auto 15px;
      margin-bottom: 10px;
      padding-left: 25px;
      font-size: 1.6rem; }
  @media (min-width: 768px) {
    .checklist1 .list1 {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (max-width: 767px) {
    .checklist1 .list1 {
      padding-left: 15px;
      padding-right: 15px; } }

.hopelist1 {
  border: 1px solid #ccc;
  margin-top: 20px; }
  .hopelist1 .list1 {
    text-align: left; }
    .hopelist1 .list1:after {
      content: "";
      display: block;
      clear: both; }
    .hopelist1 .list1 ul li {
      background: url(../images/icon1@2x.png) no-repeat left center;
      background-size: auto 15px;
      margin-bottom: 10px;
      padding-left: 25px;
      font-size: 1.6rem; }
  @media (min-width: 768px) {
    .hopelist1 .list1 {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 30px; }
      .hopelist1 .list1 ul {
        width: 48%; }
        .hopelist1 .list1 ul:first-of-type {
          float: left; }
        .hopelist1 .list1 ul:last-of-type {
          float: right; }
        .hopelist1 .list1 ul li {
          padding-left: 25px; } }
  @media (min-width: 992px) {
    .hopelist1 .list1 {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 480px) {
    .hopelist1 .list1 {
      padding-left: 10px; } }

.more a {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }

#contactform {
  background: #fff; }
  #contactform h2 {
    margin-bottom: 20px; }

p.standalonetitle {
  font-size: 2rem;
  font-weight: bold; }

.flowlist1 {
  margin-bottom: 40px; }
  .flowlist1:after {
    content: "";
    display: block;
    clear: both; }
  .flowlist1 .flow .number {
    font-size: 2.4rem;
    color: #60c0bd;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  .flowlist1 .flow h3 {
    font-size: 1.8rem;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .flowlist1 .flow {
      width: calc( ( 100% - 60px ) / 3);
      float: left;
      margin-right: 30px;
      padding-left: 30px;
      padding-right: 30px; }
      .flowlist1 .flow:last-of-type {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .flowlist1 .flow {
      text-align: left;
      margin-bottom: 20px; }
      .flowlist1 .flow .number {
        display: inline; }
      .flowlist1 .flow h3 {
        display: inline;
        font-size: 1.6rem; } }

.mini .title1 {
  padding: 8px 12px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 5px; }

.mini .title2 {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px; }
  .mini .title2 em {
    font-weight: bold; }

.thanks .row {
  width: 620px; }
  .thanks .row > p {
    margin-bottom: 1.5em; }

.thanks .address {
  padding-top: 40px; }
  .thanks .address p {
    text-align: center;
    border: 1px dotted #60c0bd;
    padding: 20px; }
  .thanks .address strong {
    font-size: 1.8rem; }

.container2 {
  background: #f4f4f4; }

.hd2_1 {
  letter-spacing: 5px;
  text-indent: -5px;
  padding-left: 9px;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.wp-pagenavi span, .wp-pagenavi a {
  border: none !important;
  font-size: 1.4rem; }

.wp-pagenavi .pages {
  display: none; }

.cat-2 {
  background: #d88db8;
  color: #fff; }

.cat-3 {
  background: #7dbcd5;
  color: #fff; }

.addtoany_share_save_container {
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 60px !important;
  margin-bottom: 0px !important; }
  .addtoany_share_save_container .addtoany_share_save {
    display: none; }
  .addtoany_share_save_container a {
    width: 40%; }
    .addtoany_share_save_container a .a2a_svg {
      width: 100% !important;
      padding: 10px 0; }
      .addtoany_share_save_container a .a2a_svg svg {
        width: 30px; }

.yarpp-thumbnails-horizontal { display: flex; }
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 50% !important;
  height: auto !important;
  display: block;
  box-sizing: border-box;
  float: left;
  margin: 0 !important;
  padding: 20px;
  font-size: 1.4rem;
  border: 1px solid #ccc !important; }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
    height: auto !important;
	  float: left;
    margin: 0 20px 0 0!important; }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-of-type {
    border-left: none !important; }

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  display: inline;
  padding: 0 !important;
  margin: 0 !important; }

.yarpp-related {
  text-align: left;
  margin: 60px 0!important; }
  .yarpp-related:after {
    content: "";
    display: block;
    clear: both; }
  .yarpp-related h3 {
    font-size: 1.6rem !important; }

.sk-circle {
  margin: 10px auto 60px;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (max-width: 1023px) {
  #wpadminbar {
    display: none; } }

.page-id-676 #header .n2 a:link, .page-id-676 #header .n2 a:active, .page-id-676 #header .n2 a:visited, .page-id-676 #header .n2 a:hover {
  color: #ce111a;
  font-weight: bold;
  border-bottom: 1px solid #ce111a; }

.page-id-682 #header .n3 a:link, .page-id-682 #header .n3 a:active, .page-id-682 #header .n3 a:visited, .page-id-682 #header .n3 a:hover {
  color: #ce111a;
  font-weight: bold;
  border-bottom: 1px solid #ce111a; }

.page-id-903 #header .n3 > a:link, .page-id-903 #header .n3 > a:active, .page-id-903 #header .n3 > a:visited, .page-id-903 #header .n3 > a:hover {
  color: #ce111a;
  font-weight: bold;
  border-bottom: 1px solid #ce111a; }

.page-id-901 #header .n3 > a:link, .page-id-901 #header .n3 > a:active, .page-id-901 #header .n3 > a:visited, .page-id-901 #header .n3 > a:hover {
  color: #ce111a;
  font-weight: bold;
  border-bottom: 1px solid #ce111a; }

.post-type-archive-member #header .n4 a:link, .post-type-archive-member #header .n4 a:active, .post-type-archive-member #header .n4 a:visited, .post-type-archive-member #header .n4 a:hover {
  color: #ce111a;
  font-weight: bold;
  border-bottom: 1px solid #ce111a; }

.page-id-422 #header .n5 a:link, .page-id-422 #header .n5 a:active, .page-id-422 #header .n5 a:visited, .page-id-422 #header .n5 a:hover {
  color: #ce111a;
  font-weight: bold;
  border-bottom: 1px solid #ce111a; }

.blog #header .n7 a:link, .blog #header .n7 a:active, .blog #header .n7 a:visited, .blog #header .n7 a:hover {
  color: #ce111a;
  font-weight: bold;
  border-bottom: 1px solid #ce111a; }

.page-id-3276 #header .n12 a:link, .page-id-3276 #header .n12 a:active, .page-id-3276 #header .n12 a:visited, .page-id-3276 #header .n12 a:hover {
  color: #ce111a;
  font-weight: bold;
  border-bottom: 1px solid #ce111a; }

.tabs {
  position: relative;
  padding-top: 30px; }
  .tabs .nav ul {
    position: relative; }
    .tabs .nav ul li {
      display: inline-block;
      margin: 0 5px; }
      .tabs .nav ul li a {
        padding: 10px 20px;
        border-radius: 5px 5px 0 0;
        display: inline-block; }
        .tabs .nav ul li a:link, .tabs .nav ul li a:active, .tabs .nav ul li a:visited {
          background: #fff;
          opacity: 0.5; }
        .tabs .nav ul li a:hover {
          opacity: 0.5; }
        .tabs .nav ul li a.active {
          opacity: 1.0; }
  .tabs .tab {
    background: #fff;
    min-height: 100px;
    position: relative;
    margin-bottom: 30px; }
    .tabs .tab .tabcontent {
      display: none;
      padding: 20px; }

@media (min-width: 768px) {
  br.rt {
    display: block; }
  br.sp {
    display: none; } }

@media (max-width: 767px) {
  br.rt {
    display: none; }
  br.sp {
    display: block; } }

.aligncenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

#bread_crumb_container {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 0; }
  #bread_crumb_container #bread_crumb ul {
    line-height: 200%; }
  #bread_crumb_container #bread_crumb li {
    display: inline-block;
    line-height: 100%;
    font-size: 1.2rem; }
    #bread_crumb_container #bread_crumb li:after {
      content: ">";
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
    #bread_crumb_container #bread_crumb li:last-of-type:after {
      content: ""; }
  #bread_crumb_container #bread_crumb a {
    text-decoration: underline; }

.page-id-676 #bread_crumb_container {
  padding-bottom: 25px; }

@media (max-width: 1024px) {
  #bread_crumb_container {
    display: none; } }

.triangle1:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 24px 0 24px;
  border-color: #F3F4F5 transparent transparent transparent;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: calc( 50% - 24px); }

.post_content ul {
  padding-left: 20px; }
  .post_content ul ul {
    margin-top: 0; }

.post_content li {
  list-style-type: inherit;
  list-style-position: outside; }

.morelink {
  clear: both;
  padding: 30px 0; }
  .morelink i {
    color: #ce111a; }

#lower_return_link {
  padding-top: 0;
  padding-bottom: 0; }

.contactformwrapper {
  background: #f4f4f4; }
  .contactformwrapper .row {
    max-width: 900px;
    padding: 30px;
    background: #fff; }

.privacy {
  padding-top: 50px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

#mainvisual {
  background: url(../images/mainimg.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-top: -20px; }
  #mainvisual .row {
    padding: 0; }
  #mainvisual .message {
    position: absolute; }
  @media (min-width: 992px) {
    #mainvisual {
      margin-bottom: 0px;
      height: 500px; }
      #mainvisual .message {
        top: calc( ( 600px - 70px ) / 2 - 30px);
        text-align: left; }
        #mainvisual .message h2 {
          margin-bottom: 10px;
          font-weight: normal; } }
  @media (min-width: 481px) and (max-width: 991px) {
    #mainvisual {
      height: calc( 600px * 0.5); }
      #mainvisual .message {
        top: calc( ( 600px / 2 - 70px ) / 2 + 10px);
        text-align: left;
        background: rgba(255, 255, 255, 0.4);
        padding: 20px; }
        #mainvisual .message h2 {
          margin-bottom: 10px;
          font-weight: normal; } }
  @media (max-width: 480px) {
    #mainvisual {
      background-size: 150% auto;
      height: 230px; }
      #mainvisual .message {
        top: 0px;
        text-align: left;
        background: rgba(255, 255, 255, 0.4);
        padding: 20px;
        width: 220px; }
        #mainvisual .message h2 {
          font-size: 1.8rem;
          margin-bottom: 10px;
          font-weight: normal; }
        #mainvisual .message p {
          font-size: 1.2rem; } }

#topics_case,
#blog_archive {
  padding-top: 60px;
  background: #f4f4f4; }
  #topics_case .newslist .post,
  #blog_archive .newslist .post {
    text-align: left; }
    #topics_case .newslist .post .postthumbnail,
    #blog_archive .newslist .post .postthumbnail {
      margin-bottom: 20px; }
    #topics_case .newslist .post .postthumbnail a,
    #blog_archive .newslist .post .postthumbnail a {
      padding-bottom: 70.66%; position: relative; overflow: hidden; display: block; }
      #topics_case .newslist .post .postthumbnail img,
      #blog_archive .newslist .post .postthumbnail img {
        width: 100%;
        display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
    #topics_case .newslist .post .sub,
    #blog_archive .newslist .post .sub {
      margin-bottom: 10px; }
      #topics_case .newslist .post .sub:after,
      #blog_archive .newslist .post .sub:after {
        content: "";
        display: block;
        clear: both; }
    #topics_case .newslist .post .cat,
    #blog_archive .newslist .post .cat {
      display: inline-block; }
      #topics_case .newslist .post .cat a,
      #blog_archive .newslist .post .cat a {
        display: inline-block;
        line-height: 24px;
        padding: 0 10px; }
        #topics_case .newslist .post .cat a:link, #topics_case .newslist .post .cat a:active, #topics_case .newslist .post .cat a:visited, #topics_case .newslist .post .cat a:hover,
        #blog_archive .newslist .post .cat a:link,
        #blog_archive .newslist .post .cat a:active,
        #blog_archive .newslist .post .cat a:visited,
        #blog_archive .newslist .post .cat a:hover {
          color: #fff; }
    #topics_case .newslist .post .date,
    #blog_archive .newslist .post .date {
      display: inline-block;
      padding-left: 10px; }
      #topics_case .newslist .post .date p,
      #blog_archive .newslist .post .date p {
        display: inline-block;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        color: #999; }
  @media (min-width: 992px) {
    #topics_case .newslist .post,
    #blog_archive .newslist .post {
      width: calc( (  100% - 60px ) / 3);
      float: left;
      margin-right: 30px;
      margin-bottom: 50px; }
      #topics_case .newslist .post:nth-of-type(3n),
      #blog_archive .newslist .post:nth-of-type(3n) {
        margin-right: 0; }
      #topics_case .newslist .post:nth-of-type(3n+1),
      #blog_archive .newslist .post:nth-of-type(3n+1) {
        clear: both; } }
  @media (min-width: 481px) and (max-width: 991px) {
    #topics_case .newslist .post,
    #blog_archive .newslist .post {
      width: calc( (  100% - 60px ) / 3);
      float: left;
      margin-right: 30px;
      margin-bottom: 50px; }
      #topics_case .newslist .post:nth-of-type(3n),
      #blog_archive .newslist .post:nth-of-type(3n) {
        margin-right: 0; } }
  @media (max-width: 480px) {
    #topics_case .newslist .post,
    #blog_archive .newslist .post {
      float: left;
      margin-bottom: 20px; }
      #topics_case .newslist .post .date,
      #blog_archive .newslist .post .date {
        padding-left: 5px; }
        #topics_case .newslist .post .date p,
        #blog_archive .newslist .post .date p {
          line-height: 28px;
          font-size: 1.2rem; }
      #topics_case .newslist .post .cat p,
      #blog_archive .newslist .post .cat p {
        font-size: 1rem; }
      #topics_case .newslist .post:nth-of-type(2n),
      #blog_archive .newslist .post:nth-of-type(2n) {
        width: 48%;
        float: left;
        margin-right: 0;
        clear: both; }
      #topics_case .newslist .post:nth-of-type(2n+1),
      #blog_archive .newslist .post:nth-of-type(2n+1) {
        width: 48%;
        float: right;
        margin-right: 0; }
      #topics_case .newslist .post:nth-of-type(1),
      #blog_archive .newslist .post:nth-of-type(1) {
        width: 100%; } }
  #topics_case .newslist .morelink,
  #blog_archive .newslist .morelink {
    padding: 0; }

#itsolve .row {
  width: 100%;
  max-width: 890px; }

#itsolve .common_business { margin-bottom: 50px; }

#itsolve .section {
  position: relative; }

#itsolve .image {
  margin-bottom: 30px; }

#itsolve .title {
  margin-bottom: 30px; }

#itsolve h3 {
  font-size: 2.2rem;
  color: #7dbcd5;
  font-weight: normal; }

#itsolve .list {
  margin-bottom: 30px;
  text-align: left; }
  #itsolve .list li {
    background: url(../images/icon1.svg) no-repeat left center;
    background-size: auto 14px;
    padding-left: 30px;
    margin-bottom: 5px; }

#itsolve .common_business .list { margin: 25px 0 50px; }
#itsolve .common_business .list li { color: #fff; font-weight: 700; background: url(../images/icon1@wh.svg) no-repeat left 6px; background-size: auto 14px; }
.common_business .more a { font-size: 14px; color: #333; background: #fff; border-radius: 30px; padding: 10px 50px; border-bottom: none; position: absolute; left: 50%; bottom: 30px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

#itsolve .button a {
  width: 100%;
  display: block;
  line-height: 46px;
  background: #7dbcd5; }
  #itsolve .button a:link, #itsolve .button a:active, #itsolve .button a:visited, #itsolve .button a:hover {
    color: #fff; border-bottom: none; background: #fff; }

@media (min-width: 668px) {
  #itsolve > .row > .section {
    width: 48%;
    max-width: 390px; }
    #itsolve > .row > .section:first-of-type {
      float: left; }
    #itsolve > .row > .section:last-of-type {
      float: right; } }

@media (max-width: 667px) {
  #itsolve > .row > .section {
    width: 100%;
    max-width: 100%; }
    #itsolve > .row > .section:first-of-type {
      float: left;
      margin-bottom: 40px; }
    #itsolve > .row > .section:last-of-type {
      float: right;
      margin-bottom: 0px; }
  #itsolve h3 {
    font-size: 1.6rem; } }

#expertsolve .row {
  width: 100%;
  max-width: 890px; }

#expertsolve .section {
  position: relative; }

#expertsolve .image {
  margin-bottom: 30px; }

#expertsolve .title {
  margin-bottom: 30px; }

#expertsolve h3 {
  font-size: 2.2rem;
  color: #60c0bd;
  font-weight: normal; }

#expertsolve .list {
  margin-bottom: 30px;
  text-align: left; }
  #expertsolve .list li {
    background: url(../images/icon1.svg) no-repeat left center;
    background-size: auto 14px;
    padding-left: 30px;
    margin-bottom: 5px; }

#expertsolve .button a {
  width: 100%;
  display: block;
  line-height: 46px;
  background: #60c0bd; }
  #expertsolve .button a:link, #expertsolve .button a:active, #expertsolve .button a:visited, #expertsolve .button a:hover {
    color: #fff; }

@media (min-width: 668px) {
  #expertsolve > .row > .section {
    width: 48%;
    max-width: 390px; }
    #expertsolve > .row > .section:first-of-type {
      float: left; }
    #expertsolve > .row > .section:last-of-type {
      float: right; } }

@media (max-width: 667px) {
  #expertsolve > .row > .section {
    width: 100%;
    max-width: 100%; }
    #expertsolve > .row > .section:first-of-type {
      float: left;
      margin-bottom: 40px; }
    #expertsolve > .row > .section:last-of-type {
      float: right;
      margin-bottom: 0px; }
  #expertsolve h3 {
    font-size: 1.6rem; } }

#member {
  background: #f4f4f4; }
  #member .pr {
    position: absolute;
    width: 170px;
    height: 170px;
    right: 0;
    top: 30px;
    border: 1px solid #60c0bd;
    border-radius: 85px;
    box-sizing: border-box;
    padding-top: 55px; }
    #member .pr p {
      font-size: 2.2rem;
      color: #60c0bd; }
  #member .section {
    width: 100%;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: left; }
    #member .section:after {
      content: "";
      display: block;
      clear: both; }
  #member .image img {
    width: 100%; }
  #member h3 {
    font-size: 2.2rem;
    font-weight: normal;
    display: inline; }
  #member p.area {
    display: inline; }
  #member .outline {
    margin-bottom: 10px; }
  #member .job {
    margin-bottom: 20px; }
    #member .job li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px; }
      #member .job li a, #member .job li span {
        display: inline-block;
        border: 1px solid #60c0bd;
        color: #60c0bd;
        padding: 0px 15px;
        line-height: 30px;
        font-size: 1.2rem; }
        #member .job li a:link, #member .job li a:active, #member .job li a:visited, #member .job li a:hover, #member .job li span:link, #member .job li span:active, #member .job li span:visited, #member .job li span:hover {
          color: #60c0bd; }
  @media (min-width: 668px) {
    #member .section .image {
      width: 120px;
      float: left; }
    #member .section .profile,
    #member .section .the_content {
      width: calc( 100% - 150px);
      float: right; } }
  @media (max-width: 667px) {
    #member .pr {
      display: none; }
    #member .section {
      position: relative; }
      #member .section .image {
        width: 100px;
        float: left; }
      #member .section .profile {
        width: calc( 100% - 120px);
        float: right; }
      #member .section .area {
        display: block;
        font-size: 1.2rem; }
      #member .section .job {
        margin-bottom: 0px; }
        #member .section .job li {
          margin-bottom: 5px;
          margin-right: 2px;
          line-height: 100%; }
          #member .section .job li a, #member .section .job li span {
            line-height: 140%;
            padding: 2px 5px;
            font-size: 1.0rem; }
      #member .section .the_content {
        padding-top: 0px;
        clear: both; }
        #member .section .the_content p {
          font-size: 1.2rem; } }

#dxExpert  { background: #f4f4f4; }
#dxExpert .row {
  width: 100%;
  max-width: 890px; }
#dxExpert .hd { margin-bottom: 20px; text-align: center; font-size: 1.6rem; }
#dxExpert .dx05_link { justify-content: center; }

#mainvisualadviser {
  background: #f6fbfa url(../images/adviser12@2x.png) no-repeat right center;
  background-size: contain;
  text-align: left; }
  #mainvisualadviser .mini .title1 {
    background: #60c0bd; }
  #mainvisualadviser .mini .title2 {
    color: #60c0bd; }
  #mainvisualadviser .title {
    font-size: 3rem; }
    #mainvisualadviser .title em {
      color: #60c0bd;
      font-weight: bold; }
  @media (min-width: 992px) {
    #mainvisualadviser {
      height: 450px; }
      #mainvisualadviser .message {
        padding-top: 50px; } }
  @media (max-width: 991px) {
    #mainvisualadviser {
      background-size: auto 400px;
      background-position: right top;
      margin-bottom: 0px;
      padding: 400px 0 0;
      background-color: #fff; }
      #mainvisualadviser .message {
        padding-top: 0;
        background: #e4f4f1;
        padding: 20px 15px;
        width: calc( 100% + 0px);
        margin-left: -15px;
        margin-top: -45px; }
      #mainvisualadviser .title {
        font-size: 1.8rem; } }
  @media (max-width: 480px) {
    #mainvisualadviser {
      background-size: auto 300px;
      padding: 300px 0 0;
      margin-bottom: 20px; }
      #mainvisualadviser .title {
        font-size: 1.4rem; }
      #mainvisualadviser .title2 {
        font-size: 2rem; } }

#memberjoin1 .row {
  max-width: 900px; }

#memberjoin1 h2 {
  font-size: 2.4rem;
  line-height: 200%;
  margin-bottom: 20px; }

#memberjoin1 .reality {
  text-align: left;
  margin-bottom: 40px; }
  #memberjoin1 .reality:after {
    content: "";
    display: block;
    clear: both; }

@media (min-width: 668px) {
  #memberjoin1 .detail {
    padding-top: 30px;
    text-align: left;
    width: calc( 100% - 270px);
    float: left; }
  #memberjoin1 .images {
    width: 240px;
    float: right; } }

@media (max-width: 667px) {
  #memberjoin1 .detail {
    margin-bottom: 20px; }
    #memberjoin1 .detail h2 {
      font-size: 1.6rem; }
  #memberjoin1 .images {
    text-align: center; }
    #memberjoin1 .images img {
      width: 144px; } }

#memberjoin1 .task {
  border: 1px solid #999;
  clear: both;
  margin-bottom: 40px; }
  #memberjoin1 .task h3 {
    font-size: 2.4rem;
    font-weight: bold;
    display: inline;
    position: relative;
    top: -20px;
    padding: 2px 20px;
    background: #fff; }
    #memberjoin1 .task h3 span {
      background: linear-gradient(transparent 55%, rgba(96, 192, 189, 0.4) 45%);
      padding: 5px 10px 10px; }
    @media (max-width: 991px) {
      #memberjoin1 .task h3 {
        font-size: 1.8rem;
        line-height: 200%;
        margin-top: -10px;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 10px;
        margin-right: 10px; } }
  #memberjoin1 .task .list1:after {
    content: "";
    display: block;
    clear: both; }
  #memberjoin1 .task .list1 ul {
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 20px; }
    #memberjoin1 .task .list1 ul li {
      background: url(../images/icon1.svg) no-repeat left center;
      padding-left: 23px;
      background-size: auto 14px;
      font-size: 1.6rem;
      margin-bottom: 15px; }
  @media (min-width: 992px) {
    #memberjoin1 .task .list1 ul:first-of-type {
      padding-left: 90px; } }
  @media (min-width: 768px) {
    #memberjoin1 .task .list1 ul {
      width: calc( 50% - 30px); }
      #memberjoin1 .task .list1 ul:first-of-type {
        padding-left: 20px;
        float: left; }
      #memberjoin1 .task .list1 ul:last-of-type {
        float: right; } }
  @media (max-width: 767px) {
    #memberjoin1 .task .list1 ul {
      padding-left: 20px; }
      #memberjoin1 .task .list1 ul:first-of-type {
        padding-bottom: 0; }
      #memberjoin1 .task .list1 ul li {
        font-size: 1.4rem;
        margin-bottom: 5px; } }

@media (min-width: 992px) {
  #memberjoin1 .pr .message {
    padding-top: 30px;
    font-size: 2rem; } }

@media (min-width: 768px) {
  #memberjoin1 .pr .image {
    width: 220px;
    float: left;
    text-align: center; }
    #memberjoin1 .pr .image img {
      width: 150px; }
  #memberjoin1 .pr .message {
    padding-top: 30px;
    font-size: 1.6rem;
    text-align: left; } }

@media (max-width: 767px) {
  #memberjoin1 .pr .image {
    text-align: center; }
    #memberjoin1 .pr .image img {
      width: 140px; }
  #memberjoin1 .pr .message {
    font-size: 1.6rem;
    text-align: left; } }

#memberjoin2 {
  background: #f4f4f4; }
  #memberjoin2 .row {
    max-width: 900px; }
  #memberjoin2 img {
    margin-bottom: 70px; }
  #memberjoin2 p {
    font-weight: bold;
    font-size: 2.4rem; }
  @media (max-width: 481px) {
    #memberjoin2 img {
      margin-bottom: 20px;
      width: 100%; }
    #memberjoin2 p {
      font-size: 1.5rem; } }

#memberjoin3 {
  background: #f5ffff url(../images/adviser13.jpg) no-repeat center top;
  background-size: cover; }
  #memberjoin3 .roles1 .number {
    font-size: 2.4rem;
    color: #60c0bd;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  #memberjoin3 .roles1 h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    #memberjoin3 .row {
      max-width: 900px; }
    #memberjoin3 .role {
      width: calc( ( 100% - 60px ) / 3);
      float: left;
      margin-right: 30px;
      background: #fff;
      padding: 20px;
      margin-bottom: 30px; }
      #memberjoin3 .role:nth-of-type(3), #memberjoin3 .role:nth-of-type(5) {
        margin-right: 0; }
    #memberjoin3 .role4,
    #memberjoin3 .role5 {
      width: calc( ( 100% - 30px ) / 2); } }
  @media (min-width: 992px) {
    #memberjoin3 .role4,
    #memberjoin3 .role5 {
      padding-left: 110px;
      padding-right: 110px; } }
  @media (max-width: 767px) {
    #memberjoin3 .role {
      width: 100%;
      background: #fff;
      padding: 10px;
      margin-bottom: 20px;
      text-align: left; }
      #memberjoin3 .role:last-of-type {
        margin-bottom: 0; }
      #memberjoin3 .role .number {
        display: inline; }
      #memberjoin3 .role h3 {
        display: inline; } }
  @media (max-width: 480px) {
    #memberjoin3 {
      background-size: 120% auto; } }

#memberjoin4 {
  background: #f4f4f4; }
  #memberjoin4 .row {
    max-width: 900px; }
  #memberjoin4 .merits1 .merit {
    background: #fff; }
    #memberjoin4 .merits1 .merit:after {
      content: "";
      display: block;
      clear: both; }
  #memberjoin4 .number {
    font-style: italic;
    color: #60c0bd;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  #memberjoin4 h3 {
    font-size: 1.8rem;
    line-height: 200%;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    #memberjoin4 .merit {
      margin-bottom: 40px; }
      #memberjoin4 .merit .detail {
        width: 58%;
        max-width: 530px;
        text-align: left;
        padding: 50px; }
      #memberjoin4 .merit .image {
        width: 42%;
        max-width: 470px;
        padding: 50px;
        text-align: center; }
      #memberjoin4 .merit:nth-of-type(2n+1) .detail {
        float: left; }
      #memberjoin4 .merit:nth-of-type(2n+1) .image {
        float: right;
        padding-left: 0; }
      #memberjoin4 .merit:nth-of-type(2n) .detail {
        float: right; }
      #memberjoin4 .merit:nth-of-type(2n) .image {
        float: left;
        padding-right: 0; }
      #memberjoin4 .merit:nth-of-type(2) .image img {
        margin-top: 70px; }
      #memberjoin4 .merit:nth-of-type(3) .image img {
        margin-top: 10px; }
      #memberjoin4 .merit:nth-of-type(4) .image img {
        margin-top: 50px; }
      #memberjoin4 .merit:nth-of-type(5) .image img {
        margin-top: 50px; } }
  @media (max-width: 767px) {
    #memberjoin4 .merit {
      padding: 15px;
      margin-bottom: 20px; }
      #memberjoin4 .merit .detail {
        margin-bottom: 20px; }
        #memberjoin4 .merit .detail .number {
          padding: 5px; }
        #memberjoin4 .merit .detail h3 {
          font-size: 1.6rem;
          text-align: left; }
        #memberjoin4 .merit .detail .explain {
          text-align: left; } }
  @media (max-width: 480px) {
    #memberjoin4 .merit .image {
      padding: 40px 0 20px; } }
  #memberjoin4 .authorization {
    border: 1px solid #60c0bd;
    text-align: left; }
    @media (min-width: 768px) {
      #memberjoin4 .authorization {
        padding: 30px 40px;
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      #memberjoin4 .authorization {
        padding: 15px;
        margin-bottom: 30px; }
        #memberjoin4 .authorization h3 {
          font-size: 1.6rem; } }
  #memberjoin4 .pr h3 {
    font-size: 2.6rem; }
    @media (max-width: 480px) {
      #memberjoin4 .pr h3 {
        font-size: 1.6rem; } }
  #memberjoin4 .pr img {
    width: 100%; }

#memberjoin5 .row {
  max-width: 900px; }

#memberjoin5 .whatisecio {
  border: 1px solid #ccc;
  padding: 30px 40px;
  text-align: left; }
  #memberjoin5 .whatisecio h3 {
    font-size: 1.8rem; }
  #memberjoin5 .whatisecio em {
    font-weight: bold; }
  @media (min-width: 992px) {
    #memberjoin5 .whatisecio h3 {
      display: inline-block;
      vertical-align: top; }
    #memberjoin5 .whatisecio .detail {
      vertical-align: top;
      display: inline-block;
      padding-left: 30px; } }
  @media (max-width: 991px) {
    #memberjoin5 .whatisecio {
      padding: 20px; }
      #memberjoin5 .whatisecio h3 {
        font-size: 1.6rem; } }

.advisercontact .row,
.corporateform .row,
.vendorform .row,
.partnerform .row {
  max-width: 900px;
  background: #fff;
  padding-top: 90px;
  padding-bottom: 60px; }

.advisercontact h2, .advisercontact h2.hd3,
.corporateform h2,
.corporateform h2.hd3,
.vendorform h2,
.vendorform h2.hd3,
.partnerform h2,
.partnerform h2.hd3 {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  position: relative;
  top: -20px;
  padding: 2px 20px;
  background: #fff; }
  .advisercontact h2 span, .advisercontact h2.hd3 span,
  .corporateform h2 span,
  .corporateform h2.hd3 span,
  .vendorform h2 span,
  .vendorform h2.hd3 span,
  .partnerform h2 span,
  .partnerform h2.hd3 span {
    background: linear-gradient(transparent 55%, rgba(96, 192, 189, 0.4) 45%);
    padding: 5px 10px 10px; }
  @media (max-width: 991px) {
    .advisercontact h2, .advisercontact h2.hd3,
    .corporateform h2,
    .corporateform h2.hd3,
    .vendorform h2,
    .vendorform h2.hd3,
    .partnerform h2,
    .partnerform h2.hd3 {
      font-size: 1.8rem;
      line-height: 200%;
      margin-top: -10px;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 10px;
      margin-right: 10px; } }

#mainvisualitvendor {
  background: #f6fbfa url(../images/itvendor1.png) no-repeat right center;
  background-size: contain;
  text-align: left; }
  #mainvisualitvendor .mini .title1 {
    background: #60c0bd; }
  #mainvisualitvendor .mini .title2 {
    color: #60c0bd; }
  #mainvisualitvendor .title {
    font-size: 3rem; }
    #mainvisualitvendor .title em {
      color: #60c0bd;
      font-weight: bold; }
  @media (min-width: 992px) {
    #mainvisualitvendor {
      height: 450px; }
      #mainvisualitvendor .message {
        padding-top: 50px; } }
  @media (max-width: 991px) {
    #mainvisualitvendor {
      background-size: auto 400px;
      background-position: right top;
      margin-bottom: 0px;
      padding: 400px 0 0;
      background-color: #fff; }
      #mainvisualitvendor .message {
        padding-top: 0;
        background: #e4f4f1;
        padding: 20px 15px;
        width: calc( 100% + 0px);
        margin-left: -15px;
        margin-top: -45px; }
      #mainvisualitvendor .title {
        font-size: 1.8rem; } }
  @media (max-width: 480px) {
    #mainvisualitvendor {
      background-size: auto 300px;
      padding: 300px 0 0;
      margin-bottom: 20px; }
      #mainvisualitvendor .title {
        font-size: 1.4rem; }
      #mainvisualitvendor .title2 {
        font-size: 2rem; } }

#itvendor1 .row {
  max-width: 900px; }

#itvendor1 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  position: relative;
  top: -20px;
  padding: 2px 20px;
  background: #fff; }
  #itvendor1 h2 span {
    background: linear-gradient(transparent 55%, rgba(96, 192, 189, 0.4) 45%);
    padding: 5px 10px 10px; }
  @media (max-width: 991px) {
    #itvendor1 h2 {
      font-size: 1.8rem;
      line-height: 200%;
      margin-top: -10px;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 10px;
      margin-right: 10px; } }

#itvendor1 .pr {
  padding-top: 40px; }
  #itvendor1 .pr .detail p {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    line-height: 200%; }
  @media (min-width: 768px) {
    #itvendor1 .pr .image {
      width: 200px;
      float: left; }
    #itvendor1 .pr .detail {
      width: calc( 100% - 200px);
      padding-left: 20px;
      float: right; } }
  @media (max-width: 767px) {
    #itvendor1 .pr .image {
      text-align: center; }
      #itvendor1 .pr .image img {
        width: 80%; }
    #itvendor1 .pr .detail {
      font-size: 1.4rem; }
      #itvendor1 .pr .detail p {
        font-size: 1.4rem; } }
  #itvendor1 .pr .image {
    text-align: right; }
    #itvendor1 .pr .image img {
      height: 90px; }
  #itvendor1 .pr .detail {
    padding-top: 00px; }

#itvendor2 {
  background: #f4f4f4; }
  #itvendor2 .image {
    padding-top: 40px;
    margin-bottom: 40px;
    max-width: 540px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }

#itvendor3 .row {
  max-width: 900px; }

#itvendor3 .sponsorlist1 {
  margin-bottom: 50px; }
  #itvendor3 .sponsorlist1:after {
    content: "";
    display: block;
    clear: both; }
  #itvendor3 .sponsorlist1 .sponsor {
    width: calc( ( 100% - 60px ) / 3);
    float: left;
    margin-right: 30px;
    text-align: left; }
    #itvendor3 .sponsorlist1 .sponsor:last-of-type {
      margin-right: 0;
      float: right; }
    #itvendor3 .sponsorlist1 .sponsor .image {
      border: 1px solid #ccc;
      margin-bottom: 20px; }
    #itvendor3 .sponsorlist1 .sponsor img {
      width: 100%; }
    #itvendor3 .sponsorlist1 .sponsor .cat {
      color: #60c0bd;
      font-weight: bold;
      margin-bottom: 10px; }
    #itvendor3 .sponsorlist1 .sponsor .title p {
      font-weight: bold;
      font-size: 1.8rem; }
    @media (max-width: 480px) {
      #itvendor3 .sponsorlist1 .sponsor {
        width: 100%;
        margin-bottom: 40px; } }

#itvendor4 {
  border-top: 1px solid #ccc; }
  #itvendor4 .row {
    max-width: 900px; }
  #itvendor4 .image img {
    width: 100%; }
  #itvendor4 .detail {
    text-align: left; }
    #itvendor4 .detail h2 {
      margin-bottom: 30px; }
      #itvendor4 .detail h2 span {
        display: block; }
      #itvendor4 .detail h2 .title1 {
        font-size: 1.8rem;
        font-style: italic; }
      #itvendor4 .detail h2 .title2 {
        font-size: 2rem; }
    #itvendor4 .detail p {
      line-height: 200%; }
  @media (min-width: 481px) {
    #itvendor4 .image {
      width: 200px;
      float: left; }
    #itvendor4 .detail {
      width: calc( 100% - 200px);
      float: left;
      padding-left: 40px; } }
  @media (max-width: 480px) {
    #itvendor4 .image {
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
    #itvendor4 .detail h2 {
      text-align: center; } }

.vendorform .hd3 {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  position: relative;
  top: -20px;
  padding: 2px 20px;
  background: #f4f4f4; }
  .vendorform .hd3 span {
    background: linear-gradient(transparent 55%, rgba(96, 192, 189, 0.4) 45%);
    padding: 5px 10px 10px; }
  @media (max-width: 991px) {
    .vendorform .hd3 {
      font-size: 1.8rem;
      line-height: 200%;
      margin-top: -10px;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 10px;
      margin-right: 10px; } }

#mainvisualcorporate {
  background: #e8f9f9 url(../images/corporate1.png) no-repeat right center;
  background-size: contain;
  text-align: left; }
  #mainvisualcorporate .mini .title1 {
    background: #7dbcd5; }
  #mainvisualcorporate .mini .title2 {
    color: #7dbcd5; }
  #mainvisualcorporate .title em {
    color: #60c0bd;
    font-weight: bold; }
  @media (min-width: 992px) {
    #mainvisualcorporate {
      height: 450px; }
      #mainvisualcorporate .message {
        padding-top: 50px; } }
  @media (max-width: 991px) {
    #mainvisualcorporate {
      background-size: auto 400px;
      background-position: right top;
      margin-bottom: 0px;
      padding: 400px 0 0;
      background-color: #fff; }
      #mainvisualcorporate .message {
        padding-top: 0;
        background: #e4f4f1;
        padding: 20px 15px;
        width: calc( 100% + 0px);
        margin-left: -15px;
        margin-top: -45px; }
      #mainvisualcorporate .title {
        font-size: 1.8rem; } }
  @media (max-width: 480px) {
    #mainvisualcorporate {
      background-size: auto 300px;
      padding: 300px 0 0;
      margin-bottom: 20px; }
      #mainvisualcorporate .title {
        font-size: 1.4rem; }
      #mainvisualcorporate .title2 {
        font-size: 2rem; } }

#corporate1 .row {
  max-width: 900px; }

#corporate1 .hopelist1 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  position: relative;
  top: -20px;
  padding: 2px 20px;
  background: #fff; }
  #corporate1 .hopelist1 h2 span {
    background: linear-gradient(transparent 55%, rgba(125, 188, 213, 0.4) 45%);
    padding: 5px 10px 10px; }
  @media (max-width: 991px) {
    #corporate1 .hopelist1 h2 {
      font-size: 1.8rem;
      line-height: 200%;
      margin-top: -10px;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 10px;
      margin-right: 10px; } }

#corporate1 .pr {
  padding-top: 40px; }
  #corporate1 .pr .detail p {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    line-height: 200%; }
  @media (min-width: 768px) {
    #corporate1 .pr .image {
      width: 270px;
      float: left; }
    #corporate1 .pr .detail {
      width: calc( 100% - 270px);
      padding-left: 20px;
      float: right; } }
  @media (max-width: 767px) {
    #corporate1 .pr .image {
      text-align: center; }
      #corporate1 .pr .image img {
        width: 80%; }
    #corporate1 .pr .detail {
      font-size: 1.4rem; }
      #corporate1 .pr .detail p {
        font-size: 1.4rem; } }
  #corporate1 .pr .image img {
    height: 180px; }
  #corporate1 .pr .detail {
    text-align: center; }
  @media (min-width: 992px) {
    #corporate1 .pr .detail {
      padding-top: 28px; } }
  @media (max-width: 480px) {
    #corporate1 .pr .image {
      margin-bottom: 20px; } }

#corporate2 {
  background: #f4f4f4; }
  #corporate2 .row {
    max-width: 900px; }
  #corporate2 .what1 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 80px; }
    #corporate2 .what1:after {
      content: "";
      display: block;
      clear: both; }
    #corporate2 .what1 .image {
      padding: 20px;
      background: #fff; }
    #corporate2 .what1 .detail {
      text-align: left;
      padding-right: 30px; }
      #corporate2 .what1 .detail h3 {
        font-size: 1.6rem;
        margin-bottom: 5px; }
    @media (min-width: 768px) {
      #corporate2 .what1 .image {
        width: 220px;
        display: inline-block;
        vertical-align: middle; }
      #corporate2 .what1 .detail {
        width: calc( 100% - 230px);
        vertical-align: middle;
        display: inline-block; } }
    @media (max-width: 767px) {
      #corporate2 .what1 .detail {
        margin-bottom: 30px; } }
  #corporate2 .supportlist1 .support {
    margin-bottom: 60px; }
    #corporate2 .supportlist1 .support:after {
      content: "";
      display: block;
      clear: both;
      width: 15px;
      padding-bottom: 60px;
      border-bottom: 1px solid;
      margin-left: auto;
      margin-right: auto; }
    #corporate2 .supportlist1 .support .number {
      color: #7dbcd5;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 1.8rem;
      font-style: italic; }
    #corporate2 .supportlist1 .support h3 {
      font-weight: bold;
      margin-bottom: 30px; }
    #corporate2 .supportlist1 .support .images:after {
      content: "";
      display: block;
      clear: both; }
    #corporate2 .supportlist1 .support:last-of-type:after {
      border: none;
      padding-bottom: 0; }
    @media (min-width: 768px) {
      #corporate2 .supportlist1 .support h3 {
        font-size: 2.4rem; }
      #corporate2 .supportlist1 .support .detail {
        margin-bottom: 40px; }
      #corporate2 .supportlist1 .support .images .image {
        width: calc((  100% - 30px )/2); }
        #corporate2 .supportlist1 .support .images .image:first-of-type {
          float: left; }
        #corporate2 .supportlist1 .support .images .image:last-of-type {
          float: right; } }
    @media (max-width: 767px) {
      #corporate2 .supportlist1 .support .number {
        font-size: 1.4rem; }
      #corporate2 .supportlist1 .support h3 {
        font-size: 1.6rem; }
      #corporate2 .supportlist1 .support .detail {
        margin-bottom: 40px; }
      #corporate2 .supportlist1 .support .images .image {
        margin-bottom: 20px; } }
    #corporate2 .supportlist1 .support:last-of-type {
      margin-bottom: 0; }

.corporateform {
  padding-top: 20px; }
  .corporateform .hd3 {
    font-size: 2.4rem;
    font-weight: bold;
    display: inline;
    position: relative;
    top: -20px;
    padding: 2px 20px;
    background: #f4f4f4; }
    .corporateform .hd3 span {
      background: linear-gradient(transparent 55%, rgba(125, 188, 213, 0.4) 45%);
      padding: 5px 10px 10px; }
    @media (max-width: 991px) {
      .corporateform .hd3 {
        font-size: 1.8rem;
        line-height: 200%;
        margin-top: -10px;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 10px;
        margin-right: 10px; } }

#mainvisualcapabilities {
  background: #e8f9f9 url(../images/capabilities8.png) no-repeat right center;
  background-size: contain;
  text-align: left; }
  #mainvisualcapabilities .mini .title1 {
    background: #7dbcd5; }
  #mainvisualcapabilities .mini .title2 {
    color: #7dbcd5; }
  #mainvisualcapabilities .title {
    font-size: 3rem; }
  @media (min-width: 992px) {
    #mainvisualcapabilities {
      height: 450px; }
      #mainvisualcapabilities .message {
        padding-top: 50px; } }
  @media (max-width: 991px) {
    #mainvisualcapabilities {
      background-size: auto 400px;
      background-position: right top;
      margin-bottom: 0px;
      padding: 400px 0 0;
      background-color: #fff; }
      #mainvisualcapabilities .message {
        padding-top: 0;
        background: #e4f4f1;
        padding: 20px 15px;
        width: calc( 100% + 0px);
        margin-left: -15px;
        margin-top: -45px; }
      #mainvisualcapabilities .title {
        font-size: 1.8rem; } }
  @media (max-width: 480px) {
    #mainvisualcapabilities {
      background-size: auto 300px;
      padding: 300px 0 0;
      margin-bottom: 20px; }
      #mainvisualcapabilities .title {
        font-size: 1.4rem; }
      #mainvisualcapabilities .title2 {
        font-size: 2rem; } }

#capabilities1 .row {
  max-width: 900px; }

#capabilities1 h2 {
  margin-bottom: 40px; }
  #capabilities1 h2 span {
    border: none !important; }

#capabilities1 p {
  font-size: 1.6rem; }

#capabilities2 {
  background: #f4f4f4; }
  #capabilities2 .row {
    max-width: 900px; }
  #capabilities2 .supportlist1 .support {
    margin-bottom: 60px; }
    #capabilities2 .supportlist1 .support:after {
      content: "";
      display: block;
      clear: both;
      width: 15px;
      padding-bottom: 60px;
      border-bottom: 1px solid;
      margin-left: auto;
      margin-right: auto; }
    #capabilities2 .supportlist1 .support .number {
      color: #7dbcd5;
      font-size: 1.8rem;
      font-style: italic;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
    #capabilities2 .supportlist1 .support h3 {
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 30px; }
    #capabilities2 .supportlist1 .support .checklist1 h3 {
      font-size: 2.4rem;
      font-weight: bold;
      display: inline;
      position: relative;
      top: -20px;
      padding: 2px 20px;
      background: #f4f4f4;
      font-size: 1.6rem;
      margin-bottom: 10px; }
      #capabilities2 .supportlist1 .support .checklist1 h3 span {
        background: linear-gradient(transparent 55%, rgba(125, 188, 213, 0.4) 45%);
        padding: 5px 10px 10px; }
      @media (max-width: 991px) {
        #capabilities2 .supportlist1 .support .checklist1 h3 {
          font-size: 1.8rem;
          line-height: 200%;
          margin-top: -10px;
          display: inline-block;
          padding-left: 5px;
          padding-right: 5px;
          margin-left: 10px;
          margin-right: 10px; } }
    #capabilities2 .supportlist1 .support .detail {
      margin-bottom: 40px; }
    #capabilities2 .supportlist1 .support .images:after {
      content: "";
      display: block;
      clear: both; }
    #capabilities2 .supportlist1 .support .images .image {
      width: calc((  100% - 30px )/2); }
      #capabilities2 .supportlist1 .support .images .image:first-of-type {
        float: left; }
      #capabilities2 .supportlist1 .support .images .image:last-of-type {
        float: right; }
    #capabilities2 .supportlist1 .support:last-of-type:after {
      border: none;
      padding-bottom: 0; }
  #capabilities2 .supportlist1 .support1 .checklist1 {
    margin-bottom: 50px; }
  #capabilities2 .supportlist1 .support2 .checklist1 {
    margin-bottom: 80px; }
  #capabilities2 .supportlist1 .merithd {
    font-size: 2.4rem;
    font-weight: bold;
    display: inline;
    position: relative;
    top: -20px;
    padding: 2px 20px;
    background: #f4f4f4;
    font-size: 1.6rem !important;
    margin-bottom: 0px !important; }
    #capabilities2 .supportlist1 .merithd span {
      background: linear-gradient(transparent 55%, rgba(125, 188, 213, 0.4) 45%);
      padding: 5px 10px 10px; }
    @media (max-width: 991px) {
      #capabilities2 .supportlist1 .merithd {
        font-size: 1.8rem;
        line-height: 200%;
        margin-top: -10px;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 10px;
        margin-right: 10px; } }
  #capabilities2 .supportlist1 .meritlist {
    padding-top: 20px; }
    #capabilities2 .supportlist1 .meritlist li img {
      width: 100%; }
  @media (min-width: 668px) {
    #capabilities2 .supportlist1 .meritlist li {
      width: calc(( 100% - 60px ) / 3);
      float: left;
      margin-right: 30px; }
      #capabilities2 .supportlist1 .meritlist li:last-of-type {
        margin-right: 0; } }
  @media (max-width: 667px) {
    #capabilities2 .supportlist1 .meritlist li {
      margin-bottom: 20px; } }

#capabilities3 .row {
  max-width: 900px; }

#capabilities3 img {
  width: 100%; }

#capabilities3b {
  background: url(../images/capabilities8.jpg) no-repeat;
  background-size: cover; padding-right: 15px; padding-left: 15px; }
  #capabilities3b .row {
    max-width: 750px; background: #fff; padding: 50px 75px; }
  #capabilities3b .image {
    padding: 40px 0 0; }
    #capabilities3b .image img {
      height: 88px; }
    #capabilities3b .kaihi { margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; border-bottom:  1px solid #000; border-top:  1px solid #000;  }
#capabilities3b .kaihi dt, #capabilities3b .kaihi dd { font-size: 2.0rem; font-weight: bold; }
#capabilities3b h3 { font-size: 2.0rem; margin: 100px 0 45px; }
#capabilities3b h3 span {
    color: #60c0bd;
    margin-bottom: 10px;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
#capabilities3b .contents { text-align: left; }
#capabilities3b .box h4 { font-size: 1.4rem; margin-bottom: 10px; }
#capabilities3b p { margin-bottom: 30px; text-align: left; }
#capabilities3b .notes { font-size: 1.1rem; text-align: left; margin-top: 10px; }
    #capabilities3b .option { margin: 30px auto 0; padding: 15px 0; display: flex; justify-content: space-between; border-bottom:  1px solid #000; border-top:  1px solid #000;  }
#capabilities3b .option span { color: #60c0bd; font-weight: bold; }
#capabilities3b .list2 { margin: 0 0 20px; padding-left: 20px;}
#capabilities3b .list2 li {
    list-style-position: outside;
    list-style-type: inherit;
}
#capabilities3b .sp-only { display: none; }

    @media (max-width: 767px) {
      #capabilities3b .row {
        max-width: 750px; background: #fff; padding: 50px 25px; }
        #capabilities3b .kaihi { margin: 0 auto; padding: 15px 0; display: flex; justify-content: space-between; border-bottom:  1px solid #000; border-top:  1px solid #000;  }
        #capabilities3b .kaihi dt, #capabilities3b .kaihi dd { font-size: 1.6rem; font-weight: bold; }
        #capabilities3b h3 { font-size: 2.0rem; margin: 50px 0 30px; }
        #capabilities3b h3 span { padding-right: 0; }
        #capabilities3b .option { margin: 30px auto 0; padding: 15px 0; display: block; justify-content: space-between; border-bottom:  1px solid #000; border-top:  1px solid #000;  }
        #capabilities3b .option dd { text-align: right; }
        #capabilities3b .sp-only { display: block; }
    }


#capabilities4 {
  background: url(../images/capabilities8.jpg) no-repeat;
  background-size: cover; }
  #capabilities4 .row {
    max-width: 900px; }
  #capabilities4 .image {
    padding: 40px 0 0; }
    #capabilities4 .image img {
      height: 88px; }

#capabilities5 .row {
  max-width: 900px; }

.capabilitiesform .hd3 {
  max-width: 550px !important; }
  .capabilitiesform .hd3:after {
    background: rgba(125, 188, 213, 0.4) !important; }

.partnerform h2 {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  position: relative;
  top: -20px;
  padding: 2px 20px;
  background: #f4f4f4; }
  .partnerform h2 span {
    background: linear-gradient(transparent 55%, rgba(125, 188, 213, 0.4) 45%);
    padding: 5px 10px 10px; }
  @media (max-width: 991px) {
    .partnerform h2 {
      font-size: 1.8rem;
      line-height: 200%;
      margin-top: -10px;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 10px;
      margin-right: 10px; } }

#blog_archive_cat_list {
  padding-top: 60px;
  padding-bottom: 0; }
  #blog_archive_cat_list li {
    display: inline-block;
    padding: 5px 16px;
    border-right: 1px solid #ccc; }
    #blog_archive_cat_list li:last-of-type {
      border-right: none; }
  #blog_archive_cat_list .category_list {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block; }
  #blog_archive_cat_list .current-cat a:link, #blog_archive_cat_list .current-cat a:active, #blog_archive_cat_list .current-cat a:visited, #blog_archive_cat_list .current-cat a:hover {
    color: #aaaaaa; }

.blog_top .blog_top a:link, .blog_top .blog_top a:active, .blog_top .blog_top a:visited, .blog_top .blog_top a:hover {
  color: #aaaaaa; }

.the_post .blog_content {
  text-align: left;
  padding: 30px;
  background: #fff;
  margin-bottom: 60px; }
  .the_post .blog_content:after {
    content: "";
    display: block;
    clear: both; }
  .the_post .blog_content .cat {
    display: inline-block;
    float: left;
    margin-right: 20px; }
    .the_post .blog_content .cat p {
      font-size: 1.2rem;
      display: inline-block;
      padding: 0 20px; }
  .the_post .blog_content .date {
    display: inline-block; }
  .the_post .blog_content .title {
    padding-top: 20px;
    padding-bottom: 20px; }
    .the_post .blog_content .title h2 {
      font-weight: normal; }
  .the_post .blog_content .post_thumbnail {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    text-align: center; }
    .the_post .blog_content .post_thumbnail img {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .the_post .blog_content .postcontent {
    padding-top: 40px; }
    .the_post .blog_content .postcontent img {
      margin-top: 20px;
      max-width: calc( 100% - 40px);
      margin-left: 20px;
      height: auto;
      margin-bottom: 20px; }
    .the_post .blog_content .postcontent ul, .the_post .blog_content .postcontent table {
      margin: 20px 0; }
    .the_post .blog_content .postcontent ul {
      padding-left: 20px; }
      .the_post .blog_content .postcontent ul ul {
        margin-top: 0; }
      .the_post .blog_content .postcontent ul li {
        list-style-position: outside;
        list-style-type: inherit; }
    .the_post .blog_content .postcontent table {
      border: 1px solid #ccc; }
      .the_post .blog_content .postcontent table th, .the_post .blog_content .postcontent table td {
        border: 1px solid #ccc;
        padding: 5px; }
    .the_post .blog_content .postcontent em {
      font-size: x-small;
      color: #999; }
    .the_post .blog_content .postcontent h4 {
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: 1px solid #666666;
      margin-bottom: 10px;
      color: #666; }
    .the_post .blog_content .postcontent h5, .the_post .blog_content .postcontent h6 {
      font-weight: bold;
      font-size: 1.6rem;
      margin-bottom: 5px; }

.the_post .navs {
  text-align: left; }
  .the_post .navs h2 {
    font-size: 1.6rem;
    margin-bottom: 10px; }

.the_post #npcatch {
  border: 1px solid #ccc;
  border-bottom: none; }

  @media (min-width: 1024px){
    .the_post #npcatch {
      display: flex;
      flex-direction: row;
      flex-flow: wrap;
      align-items: stretch;
      justify-content: center;
    }
  }

  .the_post #npcatch:after {
    content: "";
    display: block;
    clear: both; }
    .the_post #npcatch ul {
    }
  .the_post #npcatch li {
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
    line-height: 130%;
    font-size: 1.3rem;
    border-bottom: 1px solid #ccc;
    background: #fff; }
    .the_post #npcatch li:nth-of-type(2n) {
      border-left: 1px solid #ccc; }
    .the_post #npcatch li:after {
      content: "";
      display: block;
      clear: both; }
    .the_post #npcatch li .date {
      display: block;
      color: #999;
      padding-top: 5px; }
    .the_post #npcatch li img {
      width: 100px;
      height: auto;
      float: left; }
    .the_post #npcatch li .title {
      display: inline-block;
      width: calc( 100% - 110px);
      float: right; }

.sidebar {
  text-align: left; }
  .sidebar h2 {
    border-bottom: 2px solid #000;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px; }
  .sidebar ul {
    margin-bottom: 50px; }
  .sidebar li {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 130%; }
    .sidebar li:after {
      content: "";
      display: block;
      clear: both; }
    .sidebar li img {
      float: left;
      width: 100px;
      margin-bottom: 10px; }
    .sidebar li > a > span {
      width: calc( 100% - 110px);
      float: right; }
    .sidebar li .date {
      display: block;
      color: #999;
      padding-top: 5px; }

@media (min-width: 1025px) {
  .the_post {
    width: 100%;
    max-width: 750px;
    float: left; }
    .the_post .blog_content .title_thumb {
      clear: both; }
    .the_post .blog_content .title {
      width: 60%;
      float: left; }
    .the_post .blog_content .post_thumbnail {
      width: 35%;
      float: right; }
    .the_post .blog_content .postcontent {
      float: left;
      width: 100%; }
    .the_post #npcatch li { }
  .sidebar {
    width: 100%;
    max-width: 260px;
    float: right; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .the_post {
    width: calc( 100% - 230px);
    float: left; }
    .the_post #npcatch {
      border: none; }
      .the_post #npcatch li {
        width: 100%;
        float: none;
        border: 1px solid #ccc;
        margin-bottom: 5px; }
  .sidebar {
    width: 200px;
    float: right; } }

@media (max-width: 767px) {
  .the_post {
    width: 100%;
    float: left; }
    .the_post #npcatch {
      border: none; }
      .the_post #npcatch li {
        width: 100%;
        float: none;
        border: 1px solid #ccc;
        margin-bottom: 5px; }
  .sidebar {
    display: none; } }

.ul01 {
  padding-left: 2em; }
  .ul01 li {
    list-style-type: disc;
    list-style-position: outside; }

.parallel li {
  width: 49%;
  display: inline-block; }

.ul_none {
  padding-left: 0; }
  .ul_none li {
    list-style-type: none;
    list-style-position: inside; }

@keyframes key1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

#it_tool_search_panel_container {
  padding-bottom: 0px; }
  #it_tool_search_panel_container .it_tool_search_panel {
    opacity: 0; }
    #it_tool_search_panel_container .it_tool_search_panel dl {
      border-top: 1px solid #ccc;
      background: #e5e5e5; }
      #it_tool_search_panel_container .it_tool_search_panel dl:last-of-type {
        border-bottom: 1px solid #ccc; }
      #it_tool_search_panel_container .it_tool_search_panel dl:after {
        content: "";
        display: block;
        clear: both; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt {
        text-align: center;
        line-height: 65px;
        position: relative; }
        #it_tool_search_panel_container .it_tool_search_panel dl dt .help_button {
          background: #000;
          color: #fff;
          font-size: 1.0rem;
          display: inline-block;
          line-height: 14px;
          border-radius: 7px;
          position: relative;
          cursor: pointer; }
          #it_tool_search_panel_container .it_tool_search_panel dl dt .help_button:before {
            content: "?"; }
          #it_tool_search_panel_container .it_tool_search_panel dl dt .help_button .help_panel {
            display: none; }
          #it_tool_search_panel_container .it_tool_search_panel dl dt .help_button:hover .help_panel {
            display: block; }
        #it_tool_search_panel_container .it_tool_search_panel dl dt p {
          display: inline; }
        #it_tool_search_panel_container .it_tool_search_panel dl dt .help_panel {
          position: absolute;
          text-align: left;
          background: #fff;
          border: 2px solid #000;
          color: #000;
          display: inline-block;
          padding: 10px;
          box-sizing: border-box; }
          #it_tool_search_panel_container .it_tool_search_panel dl dt .help_panel:before {
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-top: solid 15px #222;
            bottom: -15px;
            content: "";
            display: block;
            left: 44%;
            position: absolute; }
          #it_tool_search_panel_container .it_tool_search_panel dl dt .help_panel:after {
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-top: solid 15px #222;
            content: "";
            display: block;
            position: absolute;
            border-top-color: #FFF;
            bottom: -12px;
            left: 44%; }
      #it_tool_search_panel_container .it_tool_search_panel dl dd {
        line-height: 65px;
        text-align: left;
        padding-left: 30px;
        box-sizing: border-box;
        font-size: 1.6rem;
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px; }
        #it_tool_search_panel_container .it_tool_search_panel dl dd:after {
          content: "";
          display: block;
          clear: both; }
        #it_tool_search_panel_container .it_tool_search_panel dl dd ul {
          display: inline-block;
          vertical-align: middle;
          line-height: 100%; }
        #it_tool_search_panel_container .it_tool_search_panel dl dd li {
          display: inline-block;
          vertical-align: middle;
          line-height: 100%;
          font-size: 1.6rem; }
          #it_tool_search_panel_container .it_tool_search_panel dl dd li:last-of-type {
            padding-right: 30px; }
        #it_tool_search_panel_container .it_tool_search_panel dl dd p.button {
          display: inline-block;
          vertical-align: middle;
          line-height: 100%; }
          #it_tool_search_panel_container .it_tool_search_panel dl dd p.button a {
            border: 1px solid #ce111a;
            padding: 3px 15px;
            font-size: 1.6rem;
            color: #ce111a;
            background: none;
            border-radius: 20px;
            display: inline-block;
            box-sizing: border-box;
            text-align: center; }
            #it_tool_search_panel_container .it_tool_search_panel dl dd p.button a i {
              font-size: 1.2rem;
              vertical-align: middle;
              padding-bottom: 2px;
              padding-right: 4px;
              display: inline-block; }
    #it_tool_search_panel_container .it_tool_search_panel .submit input {
      line-height: 45px;
      background: #ce111a;
      border: none;
      font-size: 1.6rem;
      color: #fff; }

@media (min-width: 1025px) {
  #it_tool_search_panel_container .it_tool_search_panel dl {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    #it_tool_search_panel_container .it_tool_search_panel dl:last-of-type {
      margin-bottom: 40px; }
    #it_tool_search_panel_container .it_tool_search_panel dl dt {
      width: 220px;
      float: left; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt .help_button {
        width: 14px;
        height: 14px; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt .help_panel {
        top: -100px;
        width: 200px;
        min-height: 90px;
        bottom: -15px;
        height: 0;
        left: -92px; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt:after {
        bottom: -15px;
        display: block;
        height: 0;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        width: 0; }
  #it_tool_search_panel_container .it_tool_search_panel dd {
    width: calc( 100% - 220px);
    float: right;
    padding-left: 30px;
    min-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px; }
    #it_tool_search_panel_container .it_tool_search_panel dd ul {
      max-width: calc( 100% - 140px);
      float: left; }
    #it_tool_search_panel_container .it_tool_search_panel dd li {
      margin-left: 10px;
      margin-bottom: 10px; }
      #it_tool_search_panel_container .it_tool_search_panel dd li:last-of-type {
        padding-right: 30px; }
    #it_tool_search_panel_container .it_tool_search_panel dd p.button {
      width: 130px;
      float: left; }
      #it_tool_search_panel_container .it_tool_search_panel dd p.button a {
        padding: 3px 15px;
        display: inline-block;
        width: 100%; }
        #it_tool_search_panel_container .it_tool_search_panel dd p.button a i {
          padding-bottom: 2px;
          padding-right: 4px; }
  #it_tool_search_panel_container .submit input {
    width: 240px; } }

@media (min-width: 481px) and (max-width: 1024px) {
  #it_tool_search_panel_container .it_tool_search_panel dl {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    #it_tool_search_panel_container .it_tool_search_panel dl:last-of-type {
      margin-bottom: 40px; }
    #it_tool_search_panel_container .it_tool_search_panel dl dt {
      width: 220px;
      float: left; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt .help_button {
        width: 14px;
        height: 14px; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt .help_panel {
        top: -100px;
        width: 200px;
        min-height: 90px;
        bottom: -15px;
        height: 0;
        left: -92px; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt:after {
        bottom: -15px;
        display: block;
        height: 0;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        width: 0; }
  #it_tool_search_panel_container .it_tool_search_panel dd {
    width: calc( 100% - 220px);
    float: right;
    padding-left: 30px;
    min-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px; }
    #it_tool_search_panel_container .it_tool_search_panel dd ul {
      max-width: calc( 100% - 140px);
      float: left; }
    #it_tool_search_panel_container .it_tool_search_panel dd li {
      margin-left: 10px;
      margin-bottom: 10px; }
      #it_tool_search_panel_container .it_tool_search_panel dd li:last-of-type {
        padding-right: 30px; }
    #it_tool_search_panel_container .it_tool_search_panel dd p.button {
      width: 130px;
      float: left; }
      #it_tool_search_panel_container .it_tool_search_panel dd p.button a {
        padding: 3px 15px;
        display: inline-block;
        width: 100%; }
        #it_tool_search_panel_container .it_tool_search_panel dd p.button a i {
          padding-bottom: 2px;
          padding-right: 4px; }
  #it_tool_search_panel_container .submit input {
    width: 240px; } }

@media (max-width: 480px) {
  #it_tool_search_panel_container .it_tool_search_panel dl {
    width: 100%; }
    #it_tool_search_panel_container .it_tool_search_panel dl:last-of-type {
      margin-bottom: 40px; }
    #it_tool_search_panel_container .it_tool_search_panel dl dt {
      width: 100%; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt .help_button {
        width: 14px;
        height: 14px; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt .help_panel {
        top: -100px;
        width: 200px;
        min-height: 90px;
        bottom: -15px;
        height: 0;
        left: -92px; }
      #it_tool_search_panel_container .it_tool_search_panel dl dt:after {
        bottom: -15px;
        display: block;
        height: 0;
        left: 50%;
        margin-left: -5px;
        position: absolute;
        width: 0; }
    #it_tool_search_panel_container .it_tool_search_panel dl dd {
      width: 100%;
      text-align: center;
      padding: 10px; }
      #it_tool_search_panel_container .it_tool_search_panel dl dd ul {
        display: block; }
      #it_tool_search_panel_container .it_tool_search_panel dl dd li {
        margin-left: 10px;
        margin-bottom: 10px; }
        #it_tool_search_panel_container .it_tool_search_panel dl dd li:last-of-type {
          padding-right: 30px; }
      #it_tool_search_panel_container .it_tool_search_panel dl dd p.button {
        width: 130px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block !important; }
        #it_tool_search_panel_container .it_tool_search_panel dl dd p.button a {
          padding: 3px 15px;
          display: inline-block;
          width: 100%; }
          #it_tool_search_panel_container .it_tool_search_panel dl dd p.button a i {
            padding-bottom: 2px;
            padding-right: 4px; }
  #it_tool_search_panel_container .it_tool_search_panel .submit input {
    width: 240px; } }

.the_tool {
  padding-bottom: 1px; }
  .the_tool .tools .tool {
    background: #fff;
    position: relative;
    text-align: left;
    animation-name: key1;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards; }
    .the_tool .tools .tool .partner {
      position: absolute; }
      .the_tool .tools .tool .partner p {
        font-size: 1.0rem;
        background: #d88db8;
        color: #fff; }
    .the_tool .tools .tool .img {
      overflow: hidden;
      position: relative; }
      .the_tool .tools .tool .img a {
        background: #fff url(../images/no_image_logo@2x.png) no-repeat center;
        background-size: 36px;
        display: block;
        width: 100%;
        height: 100%; }
      .the_tool .tools .tool .img img {
        box-sizing: border-box; }
    .the_tool .tools .tool .title {
      border-top: 2px solid #f4f4f4; }
      .the_tool .tools .tool .title h3 {
        font-size: 1.8rem;
        line-height: 150%;
        font-weight: normal; }
        .the_tool .tools .tool .title h3 i {
          font-size: 1.4rem;
          display: inline-block; }
          .the_tool .tools .tool .title h3 i:before {
            display: block;
            position: relative; }
        .the_tool .tools .tool .title h3 a:link, .the_tool .tools .tool .title h3 a:active, .the_tool .tools .tool .title h3 a:visited, .the_tool .tools .tool .title h3 a:hover {
          color: #ce111a; }
    .the_tool .tools .tool .cats li {
      border: 1px solid #ccc;
      display: inline-block;
      font-size: 1.2rem;
      line-height: 100%; }

@media (min-width: 768px) {
  .the_tool .tools .tool {
    width: calc( ( 100% - 60px ) / 3);
    margin-right: 30px;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    animation-name: key1;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards; }
    .the_tool .tools .tool:nth-of-type(3n) {
      margin-right: 0; }
    .the_tool .tools .tool:nth-of-type(3n+1) {
      clear: both; }
    .the_tool .tools .tool .partner {
      left: 0;
      top: 0; }
      .the_tool .tools .tool .partner p {
        padding: 5px 15px; }
    .the_tool .tools .tool .img {
      width: calc( 100% - 20px);
      margin-left: 10px;
      height: 180px;
      padding: 10px;
      margin-bottom: 10px; }
      .the_tool .tools .tool .img img {
        width: 100%; }
    .the_tool .tools .tool .title {
      padding: 15px 15px 0; }
      .the_tool .tools .tool .title h3 i {
        padding-right: 5px; }
        .the_tool .tools .tool .title h3 i:before {
          top: -2px; }
      .the_tool .tools .tool .title h3 a:link, .the_tool .tools .tool .title h3 a:active, .the_tool .tools .tool .title h3 a:visited, .the_tool .tools .tool .title h3 a:hover {
        color: #ce111a; }
    .the_tool .tools .tool .description {
      padding: 15px 15px 0; }
    .the_tool .tools .tool .cats {
      padding: 15px 15px 0; }
      .the_tool .tools .tool .cats li {
        padding: 5px;
        margin: 0 2px 4px; } }

@media (min-width: 481px) and (max-width: 767px) {
  .the_tool .tools .tool {
    width: 48%;
    margin-right: 2%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    animation-name: key1;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards; }
    .the_tool .tools .tool:nth-of-type(2n) {
      margin-right: 0; }
    .the_tool .tools .tool:nth-of-type(2n+1) {
      clear: both; }
    .the_tool .tools .tool .partner {
      left: 0;
      top: 0; }
      .the_tool .tools .tool .partner p {
        padding: 5px 15px; }
    .the_tool .tools .tool .img {
      width: 100%;
      height: 200px;
      padding: 10px;
      margin-bottom: 10px; }
      .the_tool .tools .tool .img img {
        width: 100%; }
    .the_tool .tools .tool .title {
      padding: 15px 15px 0; }
      .the_tool .tools .tool .title h3 i {
        padding-right: 5px; }
        .the_tool .tools .tool .title h3 i:before {
          top: -2px; }
      .the_tool .tools .tool .title h3 a:link, .the_tool .tools .tool .title h3 a:active, .the_tool .tools .tool .title h3 a:visited, .the_tool .tools .tool .title h3 a:hover {
        color: #ce111a; }
    .the_tool .tools .tool .description {
      padding: 15px 15px 0; }
    .the_tool .tools .tool .cats {
      padding: 15px 15px 0; }
      .the_tool .tools .tool .cats li {
        padding: 5px;
        margin: 0 2px 4px; } }

@media (max-width: 480px) {
  .the_tool .tools .tool {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    animation-name: key1;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards; }
    .the_tool .tools .tool .partner {
      left: 0;
      top: 0; }
      .the_tool .tools .tool .partner p {
        padding: 5px 15px; }
    .the_tool .tools .tool .img {
      width: 100%;
      height: 200px;
      padding: 10px;
      margin-bottom: 10px; }
      .the_tool .tools .tool .img img {
        width: 100%; }
    .the_tool .tools .tool .title {
      padding: 15px 15px 0; }
      .the_tool .tools .tool .title h3 i {
        padding-right: 5px; }
        .the_tool .tools .tool .title h3 i:before {
          top: -2px; }
      .the_tool .tools .tool .title h3 a:link, .the_tool .tools .tool .title h3 a:active, .the_tool .tools .tool .title h3 a:visited, .the_tool .tools .tool .title h3 a:hover {
        color: #ce111a; }
    .the_tool .tools .tool .description {
      padding: 15px 15px 0; }
    .the_tool .tools .tool .cats {
      padding: 15px 15px 0; }
      .the_tool .tools .tool .cats li {
        padding: 5px;
        margin: 0 2px 4px; } }

.it_tool_select_panel {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  opacity: 0;
  display: none; }
  .it_tool_select_panel .it_tool_cat_panel {
    background: #fff;
    position: absolute; }
  .it_tool_select_panel h2 {
    background: #000;
    line-height: 70px;
    font-size: 2rem;
    color: #fff; }
  .it_tool_select_panel .selectpanel {
    overflow-y: auto; }
    .it_tool_select_panel .selectpanel dl {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      background: #f4f4f4; }
      .it_tool_select_panel .selectpanel dl:first-of-type {
        border-top: 4px solid #ccc; }
      .it_tool_select_panel .selectpanel dl:last-of-type {
        border-bottom: 4px solid #ccc; }
      .it_tool_select_panel .selectpanel dl:after {
        content: "";
        display: block;
        clear: both; }
      .it_tool_select_panel .selectpanel dl dt {
        background: #f4f4f4;
        text-align: left;
        box-sizing: border-box;
        font-size: 1.6rem;
        line-height: 120%; }
      .it_tool_select_panel .selectpanel dl dd {
        text-align: left;
        box-sizing: border-box;
        font-size: 1.6rem;
        background: #fff; }
        .it_tool_select_panel .selectpanel dl dd li {
          display: inline-block;
          box-sizing: border-box; }
  .it_tool_select_panel .buttons {
    text-align: right; }
    .it_tool_select_panel .buttons > div {
      display: inline-block; }
    .it_tool_select_panel .buttons .reset input, .it_tool_select_panel .buttons .reset button {
      border: 1px solid #ccc;
      background: #f4f4f4;
      vertical-align: middle; }
    .it_tool_select_panel .buttons .submit button {
      vertical-align: middle;
      font-size: 1.6rem;
      border: none;
      background: #ce111a;
      color: #fff; }

@media (min-width: 1025px) {
  .it_tool_select_panel {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0; }
    .it_tool_select_panel .it_tool_cat_panel {
      height: 500px;
      width: 100%;
      position: absolute;
      left: 0;
      top: calc((100vh - 500px) / 2); }
    .it_tool_select_panel .lead {
      padding: 30px 0; }
    .it_tool_select_panel .selectpanel {
      margin: 0 70px;
      overflow-y: auto;
      height: 240px; }
      .it_tool_select_panel .selectpanel dl dt {
        width: 200px;
        float: left;
        padding: 15px; }
      .it_tool_select_panel .selectpanel dl dd {
        padding: 20px 15px;
        width: calc( 100% - 200px);
        float: right; }
        .it_tool_select_panel .selectpanel dl dd li {
          min-width: 33.333%;
          padding-right: 20px; }
          .it_tool_select_panel .selectpanel dl dd li input {
            margin-right: 5px; }
    .it_tool_select_panel .buttons {
      padding: 30px 70px; }
      .it_tool_select_panel .buttons > div {
        display: inline-block; }
      .it_tool_select_panel .buttons .reset {
        padding-right: 20px; }
        .it_tool_select_panel .buttons .reset input, .it_tool_select_panel .buttons .reset button {
          padding: 2px 5px; }
      .it_tool_select_panel .buttons .submit button {
        width: 160px;
        height: 40px; } }

@media (max-width: 1024px) {
  .it_tool_select_panel {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0; }
    .it_tool_select_panel .it_tool_cat_panel {
      height: 90vh;
      width: 100%;
      position: absolute;
      left: 0;
      top: 5vh; }
    .it_tool_select_panel .lead {
      padding: 30px 0; }
    .it_tool_select_panel .selectpanel {
      margin: 0 20px;
      overflow-y: auto;
      height: 50vh; }
      .it_tool_select_panel .selectpanel dl dt {
        width: 100%;
        padding: 10px; }
      .it_tool_select_panel .selectpanel dl dd {
        padding: 10px;
        width: 100%; }
        .it_tool_select_panel .selectpanel dl dd li {
          min-width: 48%;
          padding-right: 20px; }
          .it_tool_select_panel .selectpanel dl dd li input {
            margin-right: 5px; }
    .it_tool_select_panel .buttons {
      padding: 30px 20px; }
      .it_tool_select_panel .buttons > div {
        display: inline-block; }
      .it_tool_select_panel .buttons .reset {
        padding-right: 20px; }
        .it_tool_select_panel .buttons .reset input, .it_tool_select_panel .buttons .reset button {
          padding: 2px 5px; }
      .it_tool_select_panel .buttons .submit button {
        width: 160px;
        height: 40px; } }

@media (max-height: 380px) {
  .it_tool_select_panel h2 {
    line-height: 50px; }
  .it_tool_select_panel .lead {
    padding: 10px; }
  .it_tool_select_panel .selectpanel {
    height: 180px; }
  .it_tool_select_panel .buttons {
    padding: 10px; } }

.result_loader {
  position: absolute;
  width: 100%;
  opacity: 0; }

#the_tool_post .row {
  background: #fff; }

#the_tool_post .sponsor_label {
  position: absolute; }
  #the_tool_post .sponsor_label p {
    background: #d88db8;
    color: #fff;
    position: absolute;
    display: inline-block;
    white-space: nowrap; }
    #the_tool_post .sponsor_label p:after {
      content: "";
      display: block;
      background: url(../images/it_tool_sponsor_bg@2x.png) no-repeat;
      position: absolute; }

#the_tool_post .the_tool .outline:after {
  content: "";
  display: block;
  clear: both; }

#the_tool_post .the_tool .outline .detail {
  text-align: left; }
  #the_tool_post .the_tool .outline .detail:after {
    content: "";
    display: block;
    clear: both; }
  #the_tool_post .the_tool .outline .detail .title h2 {
    font-size: 2.4rem;
    font-weight: normal; }
  #the_tool_post .the_tool .outline .detail .cats ul {
    padding-left: 0; }
  #the_tool_post .the_tool .outline .detail .cats li {
    font-size: 1.2rem;
    border: 1px solid #ccc;
    display: inline-block; }

#the_tool_post .the_tool .lead {
  text-align: left; }

#the_tool_post .the_tool .points {
  background: #f4f4f4;
  text-align: left; }
  #the_tool_post .the_tool .points h3 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 1.2rem; }
  #the_tool_post .the_tool .points .points_content ul li {
    list-style-type: disc;
    list-style-position: outside; }

#the_tool_post .the_tool .explain {
  text-align: left; }

#the_tool_post .the_tool .message {
  border: 1px solid #ccc;
  background: url(../images/it_tool_message_bg@2x.png) no-repeat;
  background-size: auto 80px;
  background-position: 30px center;
  text-align: left; }
  #the_tool_post .the_tool .message h3 {
    font-size: 1.2rem; }

#the_tool_post .the_tool .price_range {
  text-align: left; }
  #the_tool_post .the_tool .price_range h3 {
    color: #999;
    background: #f4f4f4;
    display: inline-block; }

#the_tool_post .the_tool .ext_link {
  text-align: right;
  border-top: 1px solid #ccc; }
  #the_tool_post .the_tool .ext_link a:link, #the_tool_post .the_tool .ext_link a:active, #the_tool_post .the_tool .ext_link a:visited, #the_tool_post .the_tool .ext_link a:hover {
    color: #ce111a; }
  #the_tool_post .the_tool .ext_link i {
    color: #ce111a; }

#the_tool_post .the_tool ul, #the_tool_post .the_tool table {
  margin: 20px 0; }

#the_tool_post .the_tool ul {
  padding-left: 20px; }
  #the_tool_post .the_tool ul ul {
    margin-top: 0; }
  #the_tool_post .the_tool ul li {
    list-style-position: outside;
    list-style-type: inherit; }

#the_tool_post .the_tool table {
  border: 1px solid #ccc; }
  #the_tool_post .the_tool table th, #the_tool_post .the_tool table td {
    border: 1px solid #ccc;
    padding: 5px; }

#the_tool_post .the_tool em {
  font-size: x-small;
  color: #999; }

#the_tool_post .the_tool h4 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #666666;
  margin-bottom: 10px;
  color: #666; }

#the_tool_post .the_tool h5, #the_tool_post .the_tool h6 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  #the_tool_post {
    padding-bottom: 80px; }
    #the_tool_post .the_content {
      width: 100%;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; }
    #the_tool_post .sponsor_label {
      left: -10px;
      top: 20px; }
      #the_tool_post .sponsor_label p {
        padding: 5px 20px; }
        #the_tool_post .sponsor_label p:after {
          width: 10px;
          height: 6px;
          left: 0;
          bottom: -5px; }
    #the_tool_post .the_tool {
      padding-top: 70px; }
      #the_tool_post .the_tool .outline .img {
        width: 330px;
        height: 180px;
        float: left; }
        #the_tool_post .the_tool .outline .img img {
          width: 100%; }
      #the_tool_post .the_tool .outline .detail {
        width: calc( 100% - 360px);
        float: right; }
        #the_tool_post .the_tool .outline .detail .title h2 {
          margin-bottom: 10px; }
        #the_tool_post .the_tool .outline .detail .cats li {
          margin-right: 5px;
          margin-bottom: 10px;
          padding: 2px 5px; }
        #the_tool_post .the_tool .outline .detail .corp {
          padding-top: 20px; }
      #the_tool_post .the_tool .lead {
        padding-top: 40px;
        padding-bottom: 40px; }
      #the_tool_post .the_tool .points h3 {
        padding: 5px 10px; }
      #the_tool_post .the_tool .points .points_content {
        padding: 20px 30px; }
        #the_tool_post .the_tool .points .points_content ul {
          padding-left: 1.8em; }
      #the_tool_post .the_tool .explain {
        padding: 40px 0; }
      #the_tool_post .the_tool .message {
        padding: 20px 20px 20px 150px;
        min-height: 140px; }
      #the_tool_post .the_tool .price_range {
        padding: 40px 0 30px; }
        #the_tool_post .the_tool .price_range h3 {
          padding: 5px 10px; }
        #the_tool_post .the_tool .price_range ul {
          padding: 10px 20px 0; }
        #the_tool_post .the_tool .price_range p {
          padding: 0 20px; }
      #the_tool_post .the_tool .ext_link {
        padding: 20px; }
        #the_tool_post .the_tool .ext_link a:link, #the_tool_post .the_tool .ext_link a:active, #the_tool_post .the_tool .ext_link a:visited, #the_tool_post .the_tool .ext_link a:hover {
          color: #ce111a; }
        #the_tool_post .the_tool .ext_link i {
          color: #ce111a; }
    #the_tool_post .the_tool .btn_more { padding-bottom: 50px; }
      #the_tool_post .the_tool .btn_more a {
        display: block; padding: 15px; background: #ce111a; min-width: 300px; width: 300px; margin: 0 auto; }
        #the_tool_post .the_tool .btn_more a:link, #the_tool_post .the_tool .btn_more a:active, #the_tool_post .the_tool .btn_more a:visited, #the_tool_post .the_tool .btn_more a:hover {
          color: #fff;font-size: 14px; }
        #the_tool_post .the_tool .btn_more i {
          color: #fff; margin-right: 10px; } }

@media (min-width: 481px) and (max-width: 1024px) {
  #the_tool_post {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px; }
    #the_tool_post .the_content {
      width: 100%; }
    #the_tool_post .sponsor_label {
      left: -10px;
      top: 20px; }
      #the_tool_post .sponsor_label p {
        padding: 5px 20px; }
        #the_tool_post .sponsor_label p:after {
          width: 10px;
          height: 6px;
          left: 0;
          bottom: -5px; }
    #the_tool_post .the_tool {
      padding-top: 70px; }
      #the_tool_post .the_tool .outline .img {
        width: 330px;
        height: 180px;
        float: left; }
        #the_tool_post .the_tool .outline .img img {
          width: 100%; }
      #the_tool_post .the_tool .outline .detail {
        width: calc( 100% - 360px);
        float: right; }
        #the_tool_post .the_tool .outline .detail .title h2 {
          margin-bottom: 10px; }
        #the_tool_post .the_tool .outline .detail .cats li {
          margin-right: 5px;
          margin-bottom: 10px;
          padding: 2px 5px; }
        #the_tool_post .the_tool .outline .detail .corp {
          padding-top: 20px; }
      #the_tool_post .the_tool .lead {
        padding-top: 40px;
        padding-bottom: 40px; }
      #the_tool_post .the_tool .points h3 {
        padding: 5px 10px; }
      #the_tool_post .the_tool .points .points_content {
        padding: 20px 30px; }
        #the_tool_post .the_tool .points .points_content ul {
          padding-left: 1.8em; }
      #the_tool_post .the_tool .explain {
        padding: 40px 0; }
      #the_tool_post .the_tool .message {
        padding: 20px 20px 20px 150px;
        min-height: 140px; }
      #the_tool_post .the_tool .price_range {
        padding: 40px 0 30px; }
        #the_tool_post .the_tool .price_range h3 {
          padding: 5px 10px; }
        #the_tool_post .the_tool .price_range ul {
          padding: 10px 20px 0; }
        #the_tool_post .the_tool .price_range p {
          padding: 0 20px; }
      #the_tool_post .the_tool .ext_link {
        padding: 20px; }
        #the_tool_post .the_tool .ext_link a:link, #the_tool_post .the_tool .ext_link a:active, #the_tool_post .the_tool .ext_link a:visited, #the_tool_post .the_tool .ext_link a:hover {
          color: #ce111a; }
        #the_tool_post .the_tool .ext_link i {
          color: #ce111a; } }

@media (max-width: 480px) {
  #the_tool_post {
    padding: 0px; }
    #the_tool_post .the_content {
      width: 100%; }
    #the_tool_post .sponsor_label {
      left: -10px; }
      #the_tool_post .sponsor_label p {
        padding: 5px 20px; }
        #the_tool_post .sponsor_label p:after {
          width: 10px;
          height: 6px;
          left: 0;
          bottom: -5px; }
    #the_tool_post .the_tool {
      padding-top: 0px; }
      #the_tool_post .the_tool .outline .img {
        width: 100%;
        height: 150px;
        margin-bottom: 20px; }
        #the_tool_post .the_tool .outline .img img {
          width: 100%; }
      #the_tool_post .the_tool .outline .detail {
        width: 100%; }
        #the_tool_post .the_tool .outline .detail .title h2 {
          margin-bottom: 10px; }
        #the_tool_post .the_tool .outline .detail .cats li {
          margin-right: 5px;
          margin-bottom: 10px;
          padding: 2px 5px; }
        #the_tool_post .the_tool .outline .detail .corp {
          padding-top: 20px; }
      #the_tool_post .the_tool .lead {
        padding-top: 40px;
        padding-bottom: 40px; }
      #the_tool_post .the_tool .points h3 {
        padding: 5px 10px; }
      #the_tool_post .the_tool .points .points_content {
        padding: 20px 30px; }
        #the_tool_post .the_tool .points .points_content ul {
          padding-left: 1.8em; }
      #the_tool_post .the_tool .explain {
        padding: 40px 0; }
      #the_tool_post .the_tool .message {
        background-position: center top 30px;
        padding: 150px 20px 20px;
        min-height: 140px; }
      #the_tool_post .the_tool .price_range {
        padding: 40px 0 30px; }
        #the_tool_post .the_tool .price_range h3 {
          padding: 5px 10px; }
        #the_tool_post .the_tool .price_range ul {
          padding: 10px 20px 0; }
        #the_tool_post .the_tool .price_range p {
          padding: 0 20px; }
      #the_tool_post .the_tool .ext_link {
        padding: 20px; }
        #the_tool_post .the_tool .ext_link a:link, #the_tool_post .the_tool .ext_link a:active, #the_tool_post .the_tool .ext_link a:visited, #the_tool_post .the_tool .ext_link a:hover {
          color: #ce111a; }
        #the_tool_post .the_tool .ext_link i {
          color: #ce111a; } }

#it_tool_search_panel_container2 {
  padding-bottom: 0 !important; }
  #it_tool_search_panel_container2 .searchform .maincats {
    border-top: 1px solid #ccc;
    background: #e5e5e5; }
    #it_tool_search_panel_container2 .searchform .maincats .title {
      vertical-align: middle;
      border-bottom: 1px solid #ccc; }
      #it_tool_search_panel_container2 .searchform .maincats .title p:after {
        content: "?";
        color: #fff;
        background: #000;
        height: 20px;
        font-size: 1rem;
        border-radius: 10px; }
      #it_tool_search_panel_container2 .searchform .maincats .title p .caption {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption {
        height: 50px;
        background: #fff;
        border: 2px solid #000;
        left: 38px;
        top: -60px; }
      #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::before {
        content: '';
        height: 0;
        left: 60px;
        bottom: -15px;
        border-top: 15px solid #000;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent; }
      #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::after {
        content: '';
        height: 0;
        left: 60px;
        bottom: -12px;
        border-top: 15px solid #fff;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent; }
    #it_tool_search_panel_container2 .searchform .maincats .content {
      text-align: left;
      background: #fff;
      vertical-align: middle;
      border-bottom: 1px solid #ccc;
      box-sizing: border-box; }
      #it_tool_search_panel_container2 .searchform .maincats .content ul {
        float: left; }
        #it_tool_search_panel_container2 .searchform .maincats .content ul li {
          font-size: 1.6rem; }
      #it_tool_search_panel_container2 .searchform .maincats .content button.open_select_button {
        border-radius: 20px;
        border: 1px solid #ce111a;
        color: #ce111a;
        font-size: 1.6rem;
        background: #fff; }
  #it_tool_search_panel_container2 .searchform .submit {
    padding-top: 30px; }
  #it_tool_search_panel_container2 .searchform button.submit {
    background: #ce111a;
    color: #fff;
    width: 240px;
    height: 45px;
    box-sizing: border-box;
    padding-top: 0px;
    font-size: 1.6rem;
    border: none; }
  @media (min-width: 768px) {
    #it_tool_search_panel_container2 .searchform {
      width: 100%;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
      #it_tool_search_panel_container2 .searchform .maincats {
        width: 100%;
        display: table; }
        #it_tool_search_panel_container2 .searchform .maincats .row {
          display: table-row; }
        #it_tool_search_panel_container2 .searchform .maincats .title {
          display: table-cell;
          width: 220px;
          position: relative;
          padding: 20px 0; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:after {
            display: inline-block;
            width: 20px;
            margin-left: 10px; }
          #it_tool_search_panel_container2 .searchform .maincats .title p > span {
            position: relative; }
          #it_tool_search_panel_container2 .searchform .maincats .title p .caption {
            display: none; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption {
            display: block;
            position: absolute;
            width: 150px; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::before {
            position: absolute;
            display: block;
            width: 0; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::after {
            position: absolute;
            display: block;
            width: 0; }
        #it_tool_search_panel_container2 .searchform .maincats .content {
          display: table-cell;
          width: 80%;
          padding: 20px 0 20px 20px; }
          #it_tool_search_panel_container2 .searchform .maincats .content ul {
            display: inline-block;
            padding-bottom: 5px; }
            #it_tool_search_panel_container2 .searchform .maincats .content ul li {
              display: inline-block;
              padding: 3px 20px 3px 0;
              font-size: 1.6rem; }
          #it_tool_search_panel_container2 .searchform .maincats .content button {
            padding: 0px 14px;
            display: inline-block; } }
  @media (max-width: 767px) {
    #it_tool_search_panel_container2 .searchform {
      width: 100%; }
      #it_tool_search_panel_container2 > .hd { font-size: 1.8rem; margin: 30px 0; }
      #it_tool_search_panel_container2 .searchform .maincats {
        width: calc( 100% - 30px);
        margin-left: 15px; }
        #it_tool_search_panel_container2 .searchform .maincats .row {
          padding-left: 0;
          padding-right: 0; }
        #it_tool_search_panel_container2 .searchform .maincats .title {
          width: 100%;
          position: relative;
          padding: 10px 0; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:after {
            display: inline-block;
            width: 20px;
            margin-left: 10px; }
          #it_tool_search_panel_container2 .searchform .maincats .title p > span {
            position: relative; }
          #it_tool_search_panel_container2 .searchform .maincats .title p .caption {
            display: none; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption {
            display: block;
            position: absolute;
            width: 150px; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::before {
            position: absolute;
            display: block;
            width: 0; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::after {
            position: absolute;
            display: block;
            width: 0; }
        #it_tool_search_panel_container2 .searchform .maincats .content {
          width: 100%;
          padding: 10px 0 10px 0px; }
          #it_tool_search_panel_container2 .searchform .maincats .content ul {
            display: inline-block;
            padding-bottom: 5px; }
            #it_tool_search_panel_container2 .searchform .maincats .content ul li {
              display: inline-block;
              padding: 3px 20px 3px 0; }
          #it_tool_search_panel_container2 .searchform .maincats .content button {
            padding: 0px 14px;
            display: block;
            margin-left: auto;
            margin-right: auto; } }

@media (min-width: 768px) {
  #it_tool_search_panel_container2 .searchform {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    #it_tool_search_panel_container2 > .hd { font-size: 2.7rem; margin-bottom: 50px; }
    #it_tool_search_panel_container2 .searchform .maincats {
      width: 100%;
      display: table; }
      #it_tool_search_panel_container2 .searchform .maincats .row {
        display: table-row; }
      #it_tool_search_panel_container2 .searchform .maincats .title {
        display: table-cell;
        width: 220px;
        position: relative;
        padding: 20px 0; }
        #it_tool_search_panel_container2 .searchform .maincats .title p:after {
          display: inline-block;
          width: 20px;
          margin-left: 10px; }
        #it_tool_search_panel_container2 .searchform .maincats .title p > span {
          position: relative; }
        #it_tool_search_panel_container2 .searchform .maincats .title p .caption {
          display: none; }
        #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption {
          display: block;
          position: absolute;
          width: 150px; }
        #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::before {
          position: absolute;
          display: block;
          width: 0; }
        #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::after {
          position: absolute;
          display: block;
          width: 0; }
      #it_tool_search_panel_container2 .searchform .maincats .content {
        display: table-cell;
        width: 80%;
        padding: 20px 0 20px 20px; }
        #it_tool_search_panel_container2 .searchform .maincats .content ul {
          display: inline-block;
          padding-bottom: 5px; }
          #it_tool_search_panel_container2 .searchform .maincats .content ul li {
            display: inline-block;
            padding: 3px 20px 3px 0;
            font-size: 1.6rem; }
        #it_tool_search_panel_container2 .searchform .maincats .content button {
          padding: 0px 14px;
          display: inline-block; } }

@media (max-width: 767px) {
  #it_tool_search_panel_container2 {
    padding-top: 20px; }
    #it_tool_search_panel_container2 .searchform {
      width: 100%; }
      #it_tool_search_panel_container2 .searchform .maincats {
        width: calc( 100% - 30px);
        margin-left: 15px; }
        #it_tool_search_panel_container2 .searchform .maincats .title {
          width: 100%;
          position: relative;
          padding: 10px 0; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:after {
            display: inline-block;
            width: 20px;
            margin-left: 10px; }
          #it_tool_search_panel_container2 .searchform .maincats .title p > span {
            position: relative; }
          #it_tool_search_panel_container2 .searchform .maincats .title p .caption {
            display: none; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption {
            display: block;
            position: absolute;
            width: 150px; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::before {
            position: absolute;
            display: block;
            width: 0; }
          #it_tool_search_panel_container2 .searchform .maincats .title p:hover .caption::after {
            position: absolute;
            display: block;
            width: 0; }
        #it_tool_search_panel_container2 .searchform .maincats .content {
          width: 100%;
          padding: 10px 0 10px 0px; }
          #it_tool_search_panel_container2 .searchform .maincats .content ul {
            display: block;
            float: none;
            padding-bottom: 5px;
            padding-left: 15px; }
            #it_tool_search_panel_container2 .searchform .maincats .content ul li {
              display: inline-block;
              padding: 3px 20px 3px 0;
              line-height: 130%; }
          #it_tool_search_panel_container2 .searchform .maincats .content button {
            padding: 0px 14px;
            display: block;
            margin-left: auto;
            margin-right: auto; } }

#selectpanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.5s ease-out 0s; }
  #selectpanel .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100; }
  #selectpanel .container {
    background: #fff;
    padding: 0;
    z-index: 101; }
    #selectpanel .container h2 {
      background: #000;
      color: #fff; }
      #selectpanel .container h2 i {
        color: #fff;
        transform: rotateZ(45deg); }
    #selectpanel .container .scrollercontainer {
      box-sizing: border-box; }
      #selectpanel .container .scrollercontainer .scroller {
        overflow-y: auto;
        border-top: 4px solid #ccc;
        border-bottom: 4px solid #ccc; }
    #selectpanel .container .maincats .title {
      vertical-align: middle;
      background: #f4f4f4;
      border-bottom: 1px solid #ccc;
      box-sizing: border-box; }
    #selectpanel .container .maincats .content {
      vertical-align: middle;
      text-align: left;
      border-bottom: 1px solid #ccc; }
      #selectpanel .container .maincats .content li {
        box-sizing: border-box;
        vertical-align: top; }
  #selectpanel .buttons {
    text-align: right; }
    #selectpanel .buttons .reset {
      background: #f2f2f2;
      border: 1px solid #ccc;
      font-size: 1.2rem;
      display: inline-block; }
    #selectpanel .buttons br {
      display: none; }
    #selectpanel .buttons .submit {
      border: none;
      background: #ce111a;
      color: #fff;
      display: inline-block;
      font-size: 1.6rem; }
  #selectpanel.active {
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-fill-mode: forwards; }
  #selectpanel.deactivate {
    animation-name: fadeout;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-fill-mode: forwards; }
  #selectpanel #cat225 .title {
    vertical-align: top;
    padding-top: 60px; }
  #selectpanel #cat225 .content li {
    width: 49.9%; }

@media (min-width: 1025px) {
  #selectpanel .container {
    width: 100%;
    max-width: 900px;
    height: 360px;
    position: fixed;
    top: calc( ( 100% - 360px) / 2);
    left: calc( ( 100% - 900px ) / 2); }
    #selectpanel .container h2 {
      padding: 10px;
      position: relative; }
      #selectpanel .container h2 i {
        position: absolute;
        display: inline-block;
        top: 17px;
        right: 17px; }
    #selectpanel .container .scrollercontainer {
      width: 100%;
      padding: 40px 40px 30px; }
      #selectpanel .container .scrollercontainer .scroller {
        height: 160px; }
    #selectpanel .container .maincats {
      display: table;
      width: 100%; }
      #selectpanel .container .maincats .row {
        display: table-row;
        width: 100%; }
      #selectpanel .container .maincats .title {
        display: table-cell;
        padding: 10px;
        width: 220px; }
      #selectpanel .container .maincats .content {
        display: table-cell;
        padding: 10px; }
        #selectpanel .container .maincats .content li {
          display: inline-block;
          padding: 0 5px 5px 0;
          width: 33.333%; }
          #selectpanel .container .maincats .content li input {
            margin-right: 5px; }
  #selectpanel .buttons {
    padding: 0 40px; }
    #selectpanel .buttons .reset {
      padding: 2px 10px;
      margin-right: 20px; }
    #selectpanel .buttons .submit {
      padding: 7px 40px; }
  #selectpanel.active {
    display: block; }
  #selectpanel.deactivate {
    display: block; } }

@media (min-width: 668px) and (max-width: 1024px) {
  #selectpanel .container {
    width: 90%;
    height: 360px;
    position: fixed;
    top: calc( ( 100vh - 360px ) / 2);
    left: 5%; }
    #selectpanel .container .row {
      padding-left: 0;
      padding-right: 0; }
    #selectpanel .container h2 {
      padding: 10px;
      position: relative; }
      #selectpanel .container h2 i {
        position: absolute;
        top: 17px;
        right: 17px;
        display: inline-block; }
    #selectpanel .container .scrollercontainer {
      width: 100%;
      padding: 40px 40px 30px; }
      #selectpanel .container .scrollercontainer .scroller {
        height: 160px; }
    #selectpanel .container .maincats {
      display: table;
      width: 100%; }
      #selectpanel .container .maincats .row {
        display: table-row;
        width: 100%; }
      #selectpanel .container .maincats .title {
        display: table-cell;
        padding: 10px;
        width: 220px; }
      #selectpanel .container .maincats .content {
        display: table-cell;
        padding: 10px; }
        #selectpanel .container .maincats .content li {
          display: inline-block;
          padding: 0 5px 5px 0;
          width: 33.333%; }
          #selectpanel .container .maincats .content li input {
            margin-right: 5px; }
  #selectpanel .buttons {
    padding: 0 40px; }
    #selectpanel .buttons .reset {
      padding: 2px 10px;
      margin-right: 20px; }
    #selectpanel .buttons .submit {
      padding: 7px 40px; }
  #selectpanel.active {
    display: block; }
  #selectpanel.deactivate {
    display: block; } }

@media (max-width: 667px) and (orientation: landscape) {
  #selectpanel .container {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 5%;
    left: 5%; }
    #selectpanel .container h2 {
      padding: 10px;
      position: relative; }
      #selectpanel .container h2 i {
        position: absolute;
        top: 9px;
        right: 14px;
        display: inline-block; }
    #selectpanel .container .scrollercontainer {
      width: 100%;
      padding: 40px 40px 30px; }
      #selectpanel .container .scrollercontainer .scroller {
        height: 160px; }
    #selectpanel .container .maincats {
      display: table;
      width: 100%; }
      #selectpanel .container .maincats .row {
        display: table-row; }
      #selectpanel .container .maincats .title {
        display: table-cell;
        padding: 10px;
        width: 220px; }
      #selectpanel .container .maincats .content {
        display: table-cell;
        padding: 10px; }
        #selectpanel .container .maincats .content li {
          display: inline-block;
          padding: 0 5px 5px 0;
          width: 33.333%; }
          #selectpanel .container .maincats .content li input {
            margin-right: 5px; }
  #selectpanel .buttons {
    padding: 0 40px; }
    #selectpanel .buttons .reset {
      padding: 2px 10px;
      margin-right: 20px; }
    #selectpanel .buttons .submit {
      padding: 7px 40px; }
  #selectpanel.active {
    display: block; }
  #selectpanel.deactivate {
    display: block; } }

@media (max-width: 667px) and (orientation: portrait) {
  #selectpanel .container {
    width: 94%;
    height: 420px;
    position: fixed;
    top: calc( ( 100% - 420px ) / 2);
    left: 3%; }
    #selectpanel .container .row {
      padding-left: 0;
      padding-right: 0; }
    #selectpanel .container h2 {
      padding: 10px;
      position: relative; }
      #selectpanel .container h2 i {
        position: absolute;
        top: 9px;
        right: 14px;
        display: inline-block; }
    #selectpanel .container .scrollercontainer {
      width: 100%;
      padding: 20px 20px 10px; }
      #selectpanel .container .scrollercontainer .scroller {
        height: 280px; }
    #selectpanel .container .maincats {
      width: 100%; }
      #selectpanel .container .maincats .row {
        padding-left: 0;
        padding-right: 0; }
      #selectpanel .container .maincats .title {
        padding: 10px;
        width: 100%; }
      #selectpanel .container .maincats .content {
        padding: 10px 0; }
        #selectpanel .container .maincats .content li {
          display: inline-block;
          padding: 0 5px 5px 0;
          width: 48%; }
          #selectpanel .container .maincats .content li input {
            margin-right: 5px; }
  #selectpanel .buttons {
    padding: 0 20px; }
    #selectpanel .buttons .reset {
      padding: 2px 10px;
      margin-right: 20px; }
    #selectpanel .buttons .submit {
      padding: 7px 40px; }
  #selectpanel.active {
    display: block; }
  #selectpanel.deactivate {
    display: block; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }

@keyframes fadeout {
  0% {
    opacity: 100; }
  100% {
    opacity: 0; } }

@media (min-width: 481px) {
  #it_tool_search_result_reration {
    padding-top: 0; } }

#the_tool_form {
  padding-top: 0;
  padding-bottom: 0; }
  #the_tool_form .row {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: #fff; }

.certification {
  text-align: left; }
  .certification h2 {
    text-align: center; }
  .certification .section:after {
    content: "";
    display: block;
    clear: both; }
  .certification .certification_content {
    background: #fff;
    box-sizing: border-box; }
    .certification .certification_content h3 {
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      display: inline-block;
      font-size: 1.6rem; }
    .certification .certification_content p, .certification .certification_content li, .certification .certification_content dt, .certification .certification_content dd {
      font-size: 1.6rem; }
    .certification .certification_content dl dt {
      display: inline-block;
      vertical-align: top; }
    .certification .certification_content dl dd {
      display: inline-block;
      vertical-align: top; }
  .certification .parallel li {
    width: 100%; }
  .certification .link i {
    color: #ce111a; }
  .certification .lectureship .detail .ul_none li {
    box-sizing: border-box; }
  .certification .link01 {
    text-align: center; }
    .certification .link01 a {
      display: block;
      background: #60c0bd; }
      .certification .link01 a:link, .certification .link01 a:active, .certification .link01 a:visited, .certification .link01 a:hover {
        color: #fff; }
    .certification .link01 i {
      font-size: 12px; }

.certification001 .img {
  text-align: center; }

.certification001 .lead {
  text-align: center; }
  .certification001 .lead p {
    font-size: 1.6rem; }

.certification003 .certification_content {
  background: transparent;
  background: url(../images/certification002@2x.png) no-repeat;
  background-position: left 40px center;
  background-size: 30px auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px 20px 120px; }
  .certification003 .certification_content dl {
    padding-bottom: 10px; }
    .certification003 .certification_content dl:last-of-type {
      padding-bottom: 0; }

.certification003 .schedule,
.certification003 .lead {
  width: calc( 100% - 160px);
  display: inline-block;
  vertical-align: middle; }

.certification003 .schedule dd p {
  padding-bottom: 0px; }

.certification003 .link01 {
  display: inline-block;
  vertical-align: middle; }

.certification004 {
  position: relative;
  padding-top: 0; }
  .certification004 .row {
    width: 100%;
    max-width: 900px;
    background: #fff;
    padding-top: 90px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto; }
  .certification004:before {
    top: -60px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
  .certification004 .contactheader {
    text-align: center; }
  .certification004 .contactform {
    border: 1px dotted;
    text-align: center; }
  .certification004 .form001,
  .certification004 .form002 {
    min-height: 1500px; }
    .certification004 .form001 iframe,
    .certification004 .form002 iframe {
      min-height: 1500px; }
  .certification004 .the_form {
    width: 100%;
    max-width: 1100px;
    padding: 20px 20px 0;
    margin-top: 20px;
    margin-bottom: 0; }
  .certification004 .hbspt-form {
    max-width: 470px; }

@media (min-width: 768px) {
  .certification {
    padding-bottom: 10px; }
    .certification .certification_content {
      width: 100%;
      padding: 40px 60px 0; }
      .certification .certification_content h3 {
        padding-right: 0px;
        padding-bottom: 10px; }
      .certification .certification_content p, .certification .certification_content dl {
        padding-bottom: 20px; }
      .certification .certification_content dl dt {
        min-width: 7em; }
    .certification .outline .detail {
      padding-top: 40px;
      padding-left: 80px;
      padding-bottom: 80px; }
    .certification .lectureship h3 {
      width: 130px;
      float: left; }
    .certification .lectureship .detail {
      width: calc( 100% - 160px);
      padding-top: 5px;
      padding-bottom: 20px;
      float: right; }
      .certification .lectureship .detail li {
        padding-bottom: 5px; }
      .certification .lectureship .detail .ul_none li {
        padding-left: 30px; }
    .certification .lectureship .detail2 {
      width: 100%;
      padding-top: 5px;
      padding-bottom: 40px; }
      .certification .lectureship .detail2 li {
        padding-bottom: 5px; }
      .certification .lectureship .detail2 .ul_none li {
        padding-left: 30px; }
    .certification .link01 {
      width: 140px;
      padding: 0 !important; }
      .certification .link01 a {
        padding: 10px 20px; }
      .certification .link01 i {
        margin-right: 5px; }
  .certification001 .img {
    margin-bottom: 70px; }
    .certification001 .img img {
      width: 100%;
      max-width: 390px; }
  .certification001 .lead p {
    margin-bottom: 1em; }
  .certification003 {
    padding-bottom: 60px; }
    .certification003 .certification_content {
      padding: 20px 0px 20px 120px; }
      .certification003 .certification_content dl {
        padding-bottom: 10px; }
        .certification003 .certification_content dl:last-of-type {
          padding-bottom: 0; }
    .certification003 .schedule,
    .certification003 .lead {
      width: calc( 100% - 160px); }
  .certification004 {
    padding-bottom: 80px; }
    .certification004 .contactform {
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      padding: 100px 0; } }

@media (max-width: 767px) {
  .certification {
    padding-bottom: 10px; }
    .certification .certification_content {
      width: 100%;
      padding: 20px 20px; }
      .certification .certification_content h3 {
        padding-bottom: 10px;
        border-right: none; }
      .certification .certification_content p, .certification .certification_content dl {
        padding-bottom: 20px; }
      .certification .certification_content dl dt {
        width: 100%; }
      .certification .certification_content dl dd {
        width: 100%; }
    .certification .outline .detail {
      padding-top: 40px;
      padding-left: 0px;
      padding-bottom: 20px; }
    .certification .lectureship h3 {
      width: 100%; }
    .certification .lectureship .detail {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 40px;
      float: right; }
      .certification .lectureship .detail li {
        padding-bottom: 5px; }
      .certification .lectureship .detail .ul_none li {
        padding-left: 30px; }
    .certification .link01 {
      width: 140px;
      padding: 0 !important; }
      .certification .link01 a {
        padding: 10px 20px; }
      .certification .link01 i {
        margin-right: 5px; }
  .certification001 .img {
    margin-bottom: 70px; }
    .certification001 .img img {
      width: 100%;
      max-width: 390px; }
  .certification001 .lead p {
    text-align: left;
    margin-bottom: 1em; }
  .certification003 .certification_content {
    background-position: center top 30px;
    padding: 80px 10px 20px 10px; }
    .certification003 .certification_content dl {
      padding-bottom: 10px; }
      .certification003 .certification_content dl:last-of-type {
        padding-bottom: 0; }
  .certification003 .schedule,
  .certification003 .lead {
    width: 100%;
    padding-bottom: 20px; }
  .certification003 .link01 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .certification004 {
    padding-bottom: 80px; }
    .certification004 .contactheader {
      padding-bottom: 40px; }
    .certification004 .contactform {
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
      padding: 100px 0; } }

@media (max-width: 480px) {
  .certification004:before {
    top: -40px; } }

.about001 {
  background: url(../images/about01.jpg) no-repeat;
  background-position: center;
  background-size: cover; }
  .about001 .title1 {
    position: relative; }
    .about001 .title1:before, .about001 .title1:after {
      content: '';
      display: inline-block;
      width: 20px;
      height: 1px;
      border-bottom: 1px solid #000;
      vertical-align: middle;
      margin: -3px 20px 0; }
  .about001 .title2 {
    font-size: 3.2rem;
    font-weight: normal; }
  .about001 p {
    font-size: 1.6rem;
    margin-bottom: 2em; }
  .about001 img.logo {
    width: 205px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; }

.about002 {
  background: url(../images/about001@2x.jpg) no-repeat;
  background-size: 1600px auto;
  background-position: center; }
  .about002 .detail:after {
    content: "";
    display: block;
    clear: both; }
  .about002 .detail .explain {
    text-align: left; }
  .about002 .detail .img img {
    width: 100%; }


.about003 dl {
  text-align: left;
  border-bottom: 1px solid #ccc; }
  .about003 dl:after {
    content: "";
    display: block;
    clear: both; }
.about003 .logo_sme { max-width: 319px; width: 90%; margin: 50px auto;}
.about003 .logo_sme img {width: 100%; }


.about_bq .row { max-width: 1000px; }
.about_bq .row img { width: 100%; }
.about_bq { background: #F3F3F3; }
.about_bq_catch { font-size: 2.7rem; text-align: left; }
.about_bq_set01 { display: flex; justify-content: space-between; margin: 50px auto; text-align: left; }
.about_bq_set01 .txt { width: 48%;  }
.about_bq_set01 .img { width: 46%; align-self: flex-start; }

.about_bq_subttl { font-size: 2.0rem; text-align: left; }
.about_bq_set02 { display: flex; justify-content: space-between; margin: 30px 0 100px; }
.about_bq_set02 > .item { width: 30%; padding: 20px 2%; background: #fff; border-radius: 5px; }
.about_bq_set02 > .item .ttl { font-size: 16px; color: #CE111A; margin-bottom: 10px; }

.common_bq_ttl { padding-bottom: 10px; margin-bottom: 50px; font-size: 2.7rem;text-align: left; border-bottom: 1px solid #C2C2C2; position: relative; }
.common_bq_ttl:before { content: ""; display: block; background: #CE111A; width: 122px; height: 1px; position: absolute; bottom: -1px; left: 0; }
.about_bq_set03 .notes { text-align: left; margin-top: 25px; }

.common_business { display: flex; justify-content: space-between; margin: 50px 0 100px; }
.common_business_iq { width: 47.1%; padding: 5% 5% 100px; box-sizing: border-box; text-align: center; background: #1976D2; border-radius: 7px; position: relative; }
.common_business_eq { width: 47.1%; padding: 5% 5% 100px; box-sizing: border-box; text-align: center; background: #F57C00; border-radius: 7px; position: relative; }
.common_business_iq .ico { width: 95px; height: 95px; margin: 0 auto; background:  #fff; border-radius: 50%; position: relative; text-align: center; }
.common_business_iq .ico span { display: block; width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-60%); transform: translate(-50%,-60%); font-size: 27px; color: #1976D2; line-height: 1.2; font-weight: 700; }
.common_business_iq .ico span small { font-size: 13px; }
.common_business_eq .ico { width: 95px; height: 95px; margin: 0 auto; background:  #fff; border-radius: 50%; position: relative; text-align: center; }
.common_business_eq .ico span { display: block; width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-60%); transform: translate(-50%,-60%); font-size: 27px; color: #F57C00; line-height: 1.2; font-weight: 700; }
.common_business_eq .ico span small { font-size: 13px; }
.common_business .ttl { font-size: 2.0rem; color: #fff; margin-top: 20px; }
.common_business .read { font-size: 1.5rem; font-weight: 700; color: #fff; text-align: center; margin-top: 30px; }
.common_business p { font-weight: 700; color: #fff; font-weight: 400; text-align: left; margin-top: 10px; }

.common_business._activeEq .common_business_iq,
.common_business._activeIq .common_business_eq { background: #B5B5B5; }
.common_business._activeEq .common_business_iq .ico span,
.common_business._activeIq .common_business_eq .ico span { color: #B5B5B5; }
.common_business._activeIq .common_business_iq:after { content: ""; display: block; width: 57px; height: 32px; background: url("../images/business_iq_active.png") no-repeat bottom / contain; position: absolute; bottom: 1px; left: 50%; -webkit-transform: translate(-50%,100%); transform: translate(-50%,100%); }
.common_business._activeEq .common_business_eq:after { content: ""; display: block; width: 57px; height: 32px; background: url("../images/business_eq_active.png") no-repeat bottom / contain; position: absolute; bottom: 1px; left: 50%; -webkit-transform: translate(-50%,100%); transform: translate(-50%,100%); }

.about_bq_set05 { display: flex; justify-content: space-between; margin: 30px 0 100px; }
.about_bq_set05 > .item { width: 30%; padding: 30px 2%; background: #fff; border-radius: 5px; }
.about_bq_set05 > .item .ttl { font-size: 16px; color: #CE111A; margin-bottom: 10px; }
.about_bq_set05 > .item .img { width: 60%; margin: 0 auto 20px; }

.about_bq + .about003 { background: #fff; }

.businessIq .read { font-size: 2.7rem; font-weight: 700; }
.businessIq .read strong { color: #1976D2; }
.businessEq .read { font-size: 2.7rem; font-weight: 700; }
.businessEq .read strong { color: #F57C00; }

.businessEq_item01 img { width: 100%; }

.businessEq_course .hd { font-size: 2.7rem; }
.businessEq_course { background: #F3F3F3; }
.businessEq_course .row { width: 100%; max-width: 1000px; margin: 0 auto; }
.businessEq_course_item { background: #fff; padding: 5%; margin-top: 50px; display: flex; justify-content: space-between; }
.businessEq_course_item .ph { width: 27.8%; }
.businessEq_course_item .ph img { width: 100%; }
.businessEq_course_item .txt { width: 56.3%; text-align: left; }
.businessEq_course_item .txt .ttl { font-size: 2.1rem; color: #CE111A; }
.businessEq_course_item .txt .read { font-size: 1.8rem; font-weight: 700; margin: 15px 0; }


@media (min-width: 768px) {
  .about001 {
    padding: 90px 0 230px; }
    .about001 .title1 {
      padding-bottom: 30px; }
    .about001 .title2 {
      padding-bottom: 50px; }
    .about001 p {
      width: 100%;
      max-width: 780px;
      margin-left: auto;
      margin-right: auto; }
  .about002 {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-top: 100px; }
    .about002 .detail {
      width: 100%;
      max-width: 1000px; }
      .about002 .detail .explain {
        width: 64%;
        float: left; }
      .about002 .detail .img {
        width: 30%;
        float: right; }
        .about002 .detail .img img {
          width: 100%; }
  .about003 h2.lower_header1 {
    margin-bottom: 40px; }
  .about003 dl {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px; }
    .about003 dl dt {
      width: 150px;
      float: left; }
    .about003 dl dd {
      width: calc( 100% - 150px);
      float: right; } }

@media (max-width: 767px) {
  .about001 {
    padding: 40px 0 230px; }
    .about001 p {
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      text-align: left; }
    .about001 .title1 {
      padding-bottom: 30px;
      text-align: center; }
    .about001 .title2 {
      padding-bottom: 30px;
      font-size: 2.2rem; }
  .about002 {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-top: 100px;
    background: none; }
    .about002 .detail {
      width: 100%;
      max-width: 1000px; }
      .about002 .detail .explain {
        width: 100%; }
      .about002 .detail .img {
        width: 100%;
        padding-top: 40px; }
        .about002 .detail .img img {
          width: 100%; }
  .about003 h2.lower_header1 {
    margin-bottom: 40px; }
  .about003 dl {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px;
    box-sizing: border-box; }
    .about003 dl dt {
      width: 100%; }
    .about003 dl dd {
      width: 100%; }

.about_bq .row { max-width: 1000px; }
.about_bq .row img { width: 100%; }
.about_bq { background: #F3F3F3; }
.about_bq_catch { font-size: 1.8rem; text-align: left; }
    .about_bq_set01 { display: flex; flex-direction: column-reverse; margin: 50px auto; text-align: left; }
    .about_bq_set01 .txt { width: 100%; margin-top: 30px;  }
    .about_bq_set01 .img { width: 100%; max-width: 450px; margin: 0 auto; align-self: flex-start; }

    .about_bq_subttl { font-size: 1.6rem; text-align: left; }
    .about_bq_set02 { display: flex; flex-direction: column; margin: 30px 0 100px; }
    .about_bq_set02 > .item { width: 100%; padding: 20px 10%; background: #fff; border-radius: 5px; }
    .about_bq_set02 > .item + .item { margin-top: 10px; }
    .about_bq_set02 > .item .ttl { font-size: 1.4rem; color: #CE111A; margin-bottom: 10px; }

    .common_bq_ttl { padding-bottom: 10px; margin-bottom: 50px; font-size: 1.6rem;text-align: left; border-bottom: 1px solid #C2C2C2; position: relative; }
.common_bq_ttl:before { content: ""; display: block; background: #CE111A; width: 122px; height: 1px; position: absolute; bottom: -1px; left: 0; }
.about_bq_set03 .notes { text-align: left; margin-top: 25px; }

    .common_business { display: flex; flex-direction: column; margin: 50px 0 100px; }
    .common_business_iq { width: 100%; padding: 10% 10% 80px; box-sizing: border-box; text-align: center; background: #1976D2; border-radius: 7px; }
    .common_business_eq { width: 100%; padding: 10% 10% 80px; margin-top: 15px; box-sizing: border-box; text-align: center; background: #F57C00; border-radius: 7px; }
    .common_business_iq .ico { width: 75px; height: 75px; margin: 0 auto; background:  #fff; border-radius: 50%; position: relative; text-align: center; }
    .common_business_iq .ico span { display: block; width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-60%); transform: translate(-50%,-60%); font-size: 1.8rem; color: #1976D2; line-height: 1.2; font-weight: 700; }
.common_business_iq .ico span small { font-size: 13px; }
    .common_business_eq .ico { width: 75px; height: 75px; margin: 0 auto; background:  #fff; border-radius: 50%; position: relative; text-align: center; }
    .common_business_eq .ico span { display: block; width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-60%); transform: translate(-50%,-60%); font-size: 1.8rem; color: #F57C00; line-height: 1.2; font-weight: 700; }
    .common_business_eq .ico span small { font-size: 1.1rem; }
    .common_business .ttl { font-size: 1.6rem; color: #fff; margin-top: 20px; }
    .common_business .read { font-size: 1.4rem; font-weight: 700; color: #fff; text-align: center; margin-top: 30px; }
.common_business p { font-weight: 700; color: #fff; font-weight: 400; text-align: left; margin-top: 10px; }
    
    .common_business._activeIq .common_business_iq:after { display: none; }
    .common_business._activeEq .common_business_eq:after { display: none; }
    .common_business._activeIq .common_business_iq,
    .common_business._activeEq .common_business_eq { padding-bottom: 10%;}

    .about_bq_set05 { display: flex; flex-direction: column; margin: 30px 0 100px; }
    .about_bq_set05 > .item { width: 100%; padding: 30px 2%; background: #fff; border-radius: 5px; }
    .about_bq_set05 > .item + .item { margin-top: 10px; }
    .about_bq_set05 > .item .ttl { font-size: 1.4rem; color: #CE111A; margin-bottom: 10px; }
.about_bq_set05 > .item .img { width: 60%; max-width: 180px; margin: 0 auto 20px; }

.about_bq + .about003 { background: #fff; }

    .businessEq .read { font-size: 1.8rem; font-weight: 700; }
.businessEq .read strong { color: #F57C00; }

.businessEq_item01 img { width: 100%; }

.businessEq_course .hd { font-size: 1.8rem; }
.businessEq_course { background: #F3F3F3; }
.businessEq_course .row { width: 100%; max-width: 1000px; margin: 0 auto; }
    .businessEq_course_item { background: #fff; padding: 5%; margin-top: 50px; display: flex; flex-direction: column; }
    .businessEq_course_item .ph { width: 100%; }
.businessEq_course_item .ph img { width: 100%; }
    .businessEq_course_item .txt { width: 100%; text-align: left; margin-top: 20px; }
    .businessEq_course_item .txt .ttl { font-size: 1.8rem; color: #CE111A; }
    .businessEq_course_item .txt .read { font-size: 1.6rem; font-weight: 700; margin: 15px 0; }

}

#member_list .the_members .post {
  text-align: left;
  position: relative;
  background: #fff;
  padding: 20px;
  box-sizing: border-box; }
  #member_list .the_members .post .postthumbnail {
    position: relative; }
    #member_list .the_members .post .postthumbnail img {
      width: 100%;
      display: block; }
    #member_list .the_members .post .postthumbnail .label p {
      font-size: 1.2rem;
      position: absolute;
      line-height: 40px;
      text-align: center; }
    #member_list .the_members .post .postthumbnail .cat_6 {
      background: #e6c65f;
      background-image: url(../images/member001@2x.png);
      background-repeat: no-repeat;
      background-size: auto 60%;
      background-position: left 5px center;
      text-indent: 15px;
      color: #fff; }
    #member_list .the_members .post .postthumbnail .cat_5 {
      background: #7dbcd5;
      color: #fff; }
  #member_list .the_members .post .title h3 {
    font-size: 2.4rem;
    display: inline-block; }
  #member_list .the_members .post .area {
    display: inline-block;
    color: #999; }
  #member_list .the_members .post .explain p {
    line-height: 200%;
    font-size: 1.2rem; }
  #member_list .the_members .post .specialized dl:after {
    content: "";
    display: block;
    clear: both; }
  #member_list .the_members .post .specialized dl dt {
    box-sizing: border-box;
    font-size: 1.1rem;
    color: #999; }
  #member_list .the_members .post .specialized dl dd {
    box-sizing: border-box;
    font-size: 1.0rem;
    line-height: 120%; }

@media (min-width: 768px) {
  #member_list .the_members .post {
    width: calc( ( 100% - 30px ) / 2);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px; }
    #member_list .the_members .post:nth-of-type(2n) {
      margin-right: 0; }
    #member_list .the_members .post:nth-of-type(2n+1) {
      clear: both; }
    #member_list .the_members .post .postthumbnail {
      margin-bottom: 30px;
      width: 33.333%;
      float: left; }
      #member_list .the_members .post .postthumbnail > div:not(.label) {
          padding-bottom: 150%;
          position: relative;
      }
      #member_list .the_members .post .postthumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
      }
      #member_list .the_members .post .postthumbnail .label {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
      }
        #member_list .the_members .post .postthumbnail .label p {
          width: 100%; }
    #member_list .the_members .post .title {
      margin-bottom: 20px;
      width: 60%;
      float: right; }
      #member_list .the_members .post .title h3 {
        padding-right: 10px; }
    #member_list .the_members .post .explain {
      padding-bottom: 60px;
      width: 60%;
      float: right; }
    #member_list .the_members .post .specialized {
      width: calc(60% - 20px);
      background: #fafafa;
      padding: 10px;
      position: absolute;
      bottom: 20px;
      right: 20px; }
      #member_list .the_members .post .specialized dl dt {
        padding-top: 5px;
        padding-right: 5px;
        width: 55px;
        float: left; }
      #member_list .the_members .post .specialized dl dd {
        padding-left: 10px;
        padding-top: 7px;
        width: calc( 100% - 55px);
        float: left; } }

@media (min-width: 481px) and (max-width: 767px) {
  #member_list .the_members .post {
    width: calc( ( 100% - 30px ) / 2);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px; }
    #member_list .the_members .post:nth-of-type(2n) {
      margin-right: 0; }
    #member_list .the_members .post:nth-of-type(2n+1) {
      clear: both; }
    #member_list .the_members .post .postthumbnail {
      margin-bottom: 30px;
      width: 33.333%;
      float: left; }
      #member_list .the_members .post .postthumbnail > div:not(.label) {
          padding-bottom: 150%;
          position: relative;
      }
      #member_list .the_members .post .postthumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
      }
      #member_list .the_members .post .postthumbnail .label {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
      }
        #member_list .the_members .post .postthumbnail .label p {
          width: 100%; }
    #member_list .the_members .post .title {
      margin-bottom: 20px;
      width: 60%;
      float: right; }
      #member_list .the_members .post .title h3 {
        padding-right: 10px; }
    #member_list .the_members .post .explain {
      padding-bottom: 20px;
      width: 60%;
      float: right; }
    #member_list .the_members .post .specialized {
      width: 60%;
      float: right;
      background: #fafafa;
      padding: 10px; }
      #member_list .the_members .post .specialized dl dt {
        padding-top: 5px;
        padding-right: 5px;
        width: 55px;
        float: left; }
      #member_list .the_members .post .specialized dl dd {
        padding-left: 10px;
        padding-top: 7px;
        width: calc( 100% - 55px);
        float: left; } }

@media (max-width: 480px) {
  #member_list .the_members .post {
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px; }
    #member_list .the_members .post .postthumbnail {
      margin-bottom: 30px;
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      }
      #member_list .the_members .post .postthumbnail > div:not(.label) {
          padding-bottom: 150%;
          position: relative;
      }
      #member_list .the_members .post .postthumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
      }
      #member_list .the_members .post .postthumbnail .label {
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
      }
      #member_list .the_members .post .postthumbnail .label p {
          width: 100%;
      }
    #member_list .the_members .post .title {
      margin-bottom: 20px;
      width: 100%; }
      #member_list .the_members .post .title h3 {
        padding-right: 10px; }
    #member_list .the_members .post .explain {
      padding-bottom: 20px;
      width: 100%; }
    #member_list .the_members .post .specialized {
      width: 100%;
      background: #fafafa;
      padding: 10px; }
      #member_list .the_members .post .specialized dl dt {
        padding-top: 5px;
        padding-right: 5px;
        width: 55px;
        float: left; }
      #member_list .the_members .post .specialized dl dd {
        padding-left: 10px;
        padding-top: 7px;
        width: calc( 100% - 55px);
        float: left; } }

#seminar_search_panel_container {
  padding-bottom: 0 !important; }
  #seminar_search_panel_container .searchform .maincats {
    border-top: 1px solid #ccc;
    background: #e5e5e5; }
    #seminar_search_panel_container .searchform .maincats .title {
      vertical-align: middle;
      border-bottom: 1px solid #ccc; }
      #seminar_search_panel_container .searchform .maincats .title p:after {
        content: "?";
        color: #fff;
        background: #000;
        height: 20px;
        font-size: 1rem;
        border-radius: 10px; }
      #seminar_search_panel_container .searchform .maincats .title p .caption {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      #seminar_search_panel_container .searchform .maincats .title p:hover .caption {
        height: 50px;
        background: #fff;
        border: 2px solid #000;
        left: 38px;
        top: -60px; }
      #seminar_search_panel_container .searchform .maincats .title p:hover .caption::before {
        content: '';
        height: 0;
        left: 60px;
        bottom: -15px;
        border-top: 15px solid #000;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent; }
      #seminar_search_panel_container .searchform .maincats .title p:hover .caption::after {
        content: '';
        height: 0;
        left: 60px;
        bottom: -12px;
        border-top: 15px solid #fff;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent; }
    #seminar_search_panel_container .searchform .maincats .content {
      text-align: left;
      background: #fff;
      vertical-align: middle;
      border-bottom: 1px solid #ccc;
      box-sizing: border-box; }
      #seminar_search_panel_container .searchform .maincats .content ul {
        float: left; }
        #seminar_search_panel_container .searchform .maincats .content ul li {
          font-size: 1.6rem; }
      #seminar_search_panel_container .searchform .maincats .content button.open_select_button {
        border-radius: 20px;
        border: 1px solid #ce111a;
        color: #ce111a;
        font-size: 1.6rem;
        background: #fff; }
  #seminar_search_panel_container .searchform .submit {
    padding-top: 30px; }
  #seminar_search_panel_container .searchform button.submit {
    background: #ce111a;
    color: #fff;
    width: 240px;
    height: 45px;
    box-sizing: border-box;
    padding-top: 0px;
    font-size: 1.6rem;
    border: none; }

@media (min-width: 768px) {
  #seminar_search_panel_container .searchform {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
    #seminar_search_panel_container .searchform .maincats {
      width: 100%;
      display: table; }
      #seminar_search_panel_container .searchform .maincats .row {
        display: table-row; }
      #seminar_search_panel_container .searchform .maincats .title {
        display: table-cell;
        width: 280px;
        position: relative;
        padding: 20px 0; }
        #seminar_search_panel_container .searchform .maincats .title p:after {
          display: inline-block;
          width: 20px;
          margin-left: 10px; }
        #seminar_search_panel_container .searchform .maincats .title p > span {
          position: relative; }
        #seminar_search_panel_container .searchform .maincats .title p .caption {
          display: none; }
        #seminar_search_panel_container .searchform .maincats .title p:hover .caption {
          display: block;
          position: absolute;
          width: 150px; }
        #seminar_search_panel_container .searchform .maincats .title p:hover .caption::before {
          position: absolute;
          display: block;
          width: 0; }
        #seminar_search_panel_container .searchform .maincats .title p:hover .caption::after {
          position: absolute;
          display: block;
          width: 0; }
      #seminar_search_panel_container .searchform .maincats .content {
        display: table-cell;
        width: calc( 100% - 280px);
        padding: 20px 0 20px 20px; }
        #seminar_search_panel_container .searchform .maincats .content ul {
          display: inline-block;
          padding-bottom: 5px; }
          #seminar_search_panel_container .searchform .maincats .content ul li {
            display: inline-block;
            padding: 3px 20px 3px 0;
            font-size: 1.6rem; }
        #seminar_search_panel_container .searchform .maincats .content button {
          padding: 0px 14px;
          display: inline-block; } }

@media (max-width: 767px) {
  #seminar_search_panel_container {
    padding-top: 20px; }
    #seminar_search_panel_container .searchform {
      width: 100%; }
      #seminar_search_panel_container .searchform .maincats {
        width: calc( 100% - 30px);
        margin-left: 15px; }
        #seminar_search_panel_container .searchform .maincats .row {
          padding-left: 0;
          padding-right: 0; }
        #seminar_search_panel_container .searchform .maincats .title {
          width: 100%;
          position: relative;
          padding: 10px 0; }
          #seminar_search_panel_container .searchform .maincats .title p:after {
            display: inline-block;
            width: 20px;
            margin-left: 10px; }
          #seminar_search_panel_container .searchform .maincats .title p > span {
            position: relative; }
          #seminar_search_panel_container .searchform .maincats .title p .caption {
            display: none; }
          #seminar_search_panel_container .searchform .maincats .title p:hover .caption {
            display: block;
            position: absolute;
            width: 150px; }
          #seminar_search_panel_container .searchform .maincats .title p:hover .caption::before {
            position: absolute;
            display: block;
            width: 0; }
          #seminar_search_panel_container .searchform .maincats .title p:hover .caption::after {
            position: absolute;
            display: block;
            width: 0; }
        #seminar_search_panel_container .searchform .maincats .content {
          width: 100%;
          padding: 10px 0 10px 0px; }
          #seminar_search_panel_container .searchform .maincats .content ul {
            display: block;
            padding-bottom: 5px;
            padding-left: 15px;
            float: none; }
            #seminar_search_panel_container .searchform .maincats .content ul li {
              display: inline-block;
              padding: 3px 20px 3px 0;
              line-height: 130%; }
          #seminar_search_panel_container .searchform .maincats .content button {
            padding: 0px 14px;
            display: block;
            margin-left: auto;
            margin-right: auto; }
      #seminar_search_panel_container .searchform label {
        padding: 0 15px; } }

.the_seminar .seminar {
  background: #fff;
  position: relative; }
  .the_seminar .seminar:after {
    content: "";
    display: block;
    clear: both; }
  .the_seminar .seminar .accepting {
    position: absolute;
    top: 20px;
    background: #d88db8; }
    .the_seminar .seminar .accepting p {
      line-height: 35px;
      color: #fff; }
    .the_seminar .seminar .accepting:after {
      position: absolute;
      content: "";
      border-style: solid;
      border-width: 0 10px 10px 0;
      border-color: transparent #d88db8 transparent transparent; }
  .the_seminar .seminar .img img {
    width: 100%; }
  .the_seminar .seminar .explain {
    text-align: left; }
  .the_seminar .seminar .title h3 {
    font-size: 2.2rem; }
    .the_seminar .seminar .title h3 a {
      color: #ce111a; }
    .the_seminar .seminar .title h3 i {
      font-size: 1.4rem;
      vertical-align: top;
      line-height: 2.2rem;
      display: inline-block;
      padding-top: 5px; }
    .the_seminar .seminar .title h3 span {
      display: inline-block;
      width: calc( 100% - 20px); }
  .the_seminar .seminar .detail table {
    text-align: left;
    border: 1px solid #ccc; }
    .the_seminar .seminar .detail table th, .the_seminar .seminar .detail table td {
      font-size: 1.2rem;
      line-height: 130%;
      vertical-align: middle;
      border-bottom: 1px solid #ccc; }
      .the_seminar .seminar .detail table th p, .the_seminar .seminar .detail table td p {
        font-size: 1.2rem;
        line-height: 130%; }
    .the_seminar .seminar .detail table .during .value {
      font-size: 1.6rem; }

@media (min-width: 992px) {
  .the_seminar .seminar {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 35px 45px; }
    .the_seminar .seminar .accepting {
      position: absolute;
      top: 20px;
      left: -10px;
      width: 90px;
      height: 35px; }
      .the_seminar .seminar .accepting:after {
        display: block; }
    .the_seminar .seminar .seminar_closed {
      background: #ce111a !important; }
      .the_seminar .seminar .seminar_closed:after {
        border-color: transparent #ce111a transparent transparent !important; }
    .the_seminar .seminar .img {
      width: 300px;
      height: 200px;
      float: left;
     position: relative;}
      .the_seminar .seminar .img a, .the_seminar .seminar .img img {
        display: block; }
    
    .the_seminar .seminar .img .support_pcimg { width: 65%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
    .the_seminar .seminar .img .support_pcimg + img { width: 40%; height: auto!important; position: absolute; left: 50%; top: 42%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
    
    .the_seminar .seminar .explain {
      width: calc( 100% - 300px - 45px);
      margin-bottom: 30px;
      float: right; }
    .the_seminar .seminar .title h3 i {
      margin-right: 10px;
      margin-left: -19px; }
    .the_seminar .seminar .detail {
      width: calc( 100% - 300px - 45px);
      float: right; }
      .the_seminar .seminar .detail table {
        width: 100%; }
        .the_seminar .seminar .detail table th, .the_seminar .seminar .detail table td {
          padding: 5px; }
        .the_seminar .seminar .detail table th {
          border-left: 1px solid #ccc; }
        .the_seminar .seminar .detail table .place_price .title {
          width: 15%; }
        .the_seminar .seminar .detail table .place_price .value {
          width: 35%; } }

@media (min-width: 481px) and (max-width: 991px) {
  .the_seminar .seminar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 35px 45px; }
    .the_seminar .seminar .accepting {
      position: absolute;
      top: 20px;
      left: -10px;
      width: 90px;
      height: 35px; }
      .the_seminar .seminar .accepting:after {
        display: block; }
    .the_seminar .seminar .img {
      width: 200px;
      height: 150px;
      float: left; position: relative; }
    .the_seminar .seminar .img .support_pcimg { width: 65%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
    .the_seminar .seminar .img .support_pcimg + img { width: 40%; height: auto!important; position: absolute; left: 50%; top: 42%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
    
    .the_seminar .seminar .explain {
      width: calc( 100% - (200px + 45px));
      margin-bottom: 30px;
      float: right; }
    .the_seminar .seminar .title h3 i {
      margin-right: 10px;
      margin-left: -19px; }
    .the_seminar .seminar .detail {
      width: calc( 100% - (200px + 45px));
      float: right; }
      .the_seminar .seminar .detail table {
        width: 100%; }
        .the_seminar .seminar .detail table th, .the_seminar .seminar .detail table td {
          padding: 10px; }
        .the_seminar .seminar .detail table th {
          width: 60px;
          border-left: 1px solid #ccc; } }

@media (max-width: 480px) {
  .the_seminar .seminar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 35px 5px 15px; }
    .the_seminar .seminar .accepting {
      position: absolute;
      top: 0;
      left: 0;
      width: 90px;
      height: 35px; }
      .the_seminar .seminar .accepting:after {
        display: none; }
    .the_seminar .seminar .img {
      width: 100%;
      height: auto;
      float: none; position: relative; }
    .the_seminar .support_tool .img { padding-bottom: 66%; }
    .the_seminar .seminar .img .support_pcimg { width: 65%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
    .the_seminar .seminar .img .support_pcimg + img { width: 40%; height: auto!important; position: absolute; left: 50%; top: 42%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
    
    .the_seminar .seminar .explain {
      width: 100%;
      margin-bottom: 20px; }
    .the_seminar .seminar .title h3 i {
      margin-right: 10px;
      margin-left: 0; }
    .the_seminar .seminar .detail table {
      width: 100%;
      position: static; }
      .the_seminar .seminar .detail table th, .the_seminar .seminar .detail table td {
        padding: 10px; }
      .the_seminar .seminar .detail table th {
        width: 60px;
        border-left: 1px solid #ccc; } }

#the_seminar_post .row {
  background: #fff; }

#the_seminar_post .the_content ul, #the_seminar_post .the_content table {
  margin: 20px 0; }

#the_seminar_post .the_content ul {
  padding-left: 20px; }
  #the_seminar_post .the_content ul ul {
    margin-top: 0; }
  #the_seminar_post .the_content ul li {
    list-style-position: outside;
    list-style-type: inherit; }

#the_seminar_post .the_content table {
  border: 1px solid #ccc; }
  #the_seminar_post .the_content table th, #the_seminar_post .the_content table td {
    border: 1px solid #ccc;
    padding: 5px; }

#the_seminar_post .the_content em {
  font-size: x-small;
  color: #999; }

#the_seminar_post .the_content h4 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #ddf2ef;
  margin-bottom: 10px;
  color: #666; }

#the_seminar_post .the_content h5, #the_seminar_post .the_content h6 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 5px; }

#the_seminar_post .the_seminar .img img {
  width: auto;
  max-width: 100%;
  height: auto !important;}

#the_seminar_post .the_seminar .addtoany_shortcode {
  padding-top: 40px;
  text-align: left; }
  #the_seminar_post .the_seminar .addtoany_shortcode .addtoany_share {
    display: none; }
  #the_seminar_post .the_seminar .addtoany_shortcode .a2a_svg {
    padding: 7px 20px 1px; }
    #the_seminar_post .the_seminar .addtoany_shortcode .a2a_svg svg {
      height: 22px; }

#the_seminar_post .the_seminar .outline {
  text-align: left; }
  #the_seminar_post .the_seminar .outline h3 {
    font-size: 2.2rem; }
  #the_seminar_post .the_seminar .outline dl {
    border-left: 4px solid #ddf2ef; }
    #the_seminar_post .the_seminar .outline dl dt, #the_seminar_post .the_seminar .outline dl dd {
      vertical-align: top; }
    #the_seminar_post .the_seminar .outline dl dt {
      font-weight: bold; }

#the_seminar_post .accepting {
  top: 20px;
  left: -10px;
  background: #d88db8; }
  #the_seminar_post .accepting p {
    line-height: 35px;
    color: #fff; }
  #the_seminar_post .accepting:after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #d88db8 transparent transparent;
    left: 0;
    bottom: -10px; }

#the_seminar_post .seminar_closed {
  background: #ce111a !important; }
  #the_seminar_post .seminar_closed:after {
    border-color: transparent #ce111a transparent transparent !important; }

#the_seminar_post .explain {
  text-align: left; }

#the_seminar_post .detail {
  text-align: left; }
  #the_seminar_post .detail .section h3 {
    background: #ddf2ef;
    font-size: 1.6rem;
    font-weight: normal; }

#the_seminar_post .lecturer .section:after {
  content: "";
  display: block;
  clear: both; }

#the_seminar_post .lecturer .lecturer_img img {
  width: 100%; }

#the_seminar_post .status {
  background: #f4f4f4; }

#the_seminar_post .accepting2 {
  text-align: center; }
  #the_seminar_post .accepting2 p {
    background: #d88db8;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    line-height: 100%;
    font-size: 1.2rem; }
  #the_seminar_post .accepting2 dl {
    vertical-align: middle; }
    #the_seminar_post .accepting2 dl dt, #the_seminar_post .accepting2 dl dd {
      font-size: 2rem; }

#the_seminar_post .the_seminar_form {
  border: 3px solid #f4f4f4; }
  #the_seminar_post .the_seminar_form h3 {
    font-size: 2.6rem;
    font-weight: normal; }
  #the_seminar_post .the_seminar_form .form_outline {
    background: #f4f4f4;
    text-align: left; }
    #the_seminar_post .the_seminar_form .form_outline dl dt, #the_seminar_post .the_seminar_form .form_outline dl dd {
      vertical-align: top; }
  #the_seminar_post .the_seminar_form .the_form {
    max-width: 100%; }

@media (min-width: 1025px) {
  #the_seminar_post {
    padding-bottom: 0; }
    #the_seminar_post .row {
      padding-bottom: 0.1%; }
    #the_seminar_post .the_content {
      width: 750px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 70px; }
    #the_seminar_post .the_seminar {
      margin-bottom: 30px; }
      #the_seminar_post .the_seminar .img {
        width: 300px;
        float: right; }
      #the_seminar_post .the_seminar .outline {
        width: calc( 100% - 330px); }
        #the_seminar_post .the_seminar .outline h3 {
          margin-bottom: 20px; }
        #the_seminar_post .the_seminar .outline dl {
          padding-bottom: 5px;
          padding-top: 5px;
          padding-left: 10px; }
          #the_seminar_post .the_seminar .outline dl dt, #the_seminar_post .the_seminar .outline dl dd {
            display: inline-block; }
          #the_seminar_post .the_seminar .outline dl dt {
            width: 70px; }
          #the_seminar_post .the_seminar .outline dl dd {
            width: calc( 100% - 80px); }
        #the_seminar_post .the_seminar .outline .gmap {
          color: #ce111a; }
    #the_seminar_post .accepting {
      position: absolute;
      top: 20px;
      left: -10px;
      width: 90px; }
    #the_seminar_post .explain {
      margin-bottom: 40px; }
    #the_seminar_post .detail .section {
      margin-bottom: 40px; }
      #the_seminar_post .detail .section h3 {
        padding: 10px;
        margin-bottom: 20px; }
    #the_seminar_post .lecturer .section {
      margin-bottom: 20px; }
    #the_seminar_post .lecturer .lecturer_detail {
      width: calc( 100% - 270px);
      float: left; }
    #the_seminar_post .lecturer .lecturer_img {
      width: 240px;
      float: right; }
    #the_seminar_post .status {
      padding: 10px; }
    #the_seminar_post .accepting2 p {
      width: 90px;
      height: 35px;
      padding-top: 11px;
      display: inline-block;
      margin-right: 40px; }
    #the_seminar_post .accepting2 dl {
      display: inline-block;
      position: relative; }
      #the_seminar_post .accepting2 dl dt, #the_seminar_post .accepting2 dl dd {
        display: inline-block;
        padding: 11px 5px; }
      #the_seminar_post .accepting2 dl.capacity {
        margin-right: 40px; }
    #the_seminar_post .the_seminar_form {
      padding: 40px;
      margin-bottom: 80px; }
      #the_seminar_post .the_seminar_form h3 {
        margin-bottom: 10px; }
      #the_seminar_post .the_seminar_form p.lead {
        margin-bottom: 30px; }
      #the_seminar_post .the_seminar_form .form_outline {
        padding: 20px 20px 15px;
        margin-bottom: 40px; }
        #the_seminar_post .the_seminar_form .form_outline dl {
          margin-bottom: 5px; }
          #the_seminar_post .the_seminar_form .form_outline dl dt, #the_seminar_post .the_seminar_form .form_outline dl dd {
            display: inline-block; }
          #the_seminar_post .the_seminar_form .form_outline dl dt {
            width: 110px; }
          #the_seminar_post .the_seminar_form .form_outline dl dd {
            width: calc( 100% - 120px); }
      #the_seminar_post .the_seminar_form .the_form {
        max-width: 100%; } }

@media (min-width: 481px) and (max-width: 1024px) {
  #the_seminar_post {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0; }
    #the_seminar_post .row {
      padding-bottom: 0.1%; }
    #the_seminar_post .the_content {
      width: 100%;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 70px; }
    #the_seminar_post .the_seminar {
      margin-bottom: 40px; }
      #the_seminar_post .the_seminar .img {
        width: 300px;
        float: right; }
      #the_seminar_post .the_seminar .outline {
        width: calc( 100% - 330px); }
        #the_seminar_post .the_seminar .outline h3 {
          margin-bottom: 20px; }
        #the_seminar_post .the_seminar .outline dl {
          padding-bottom: 5px;
          padding-top: 5px;
          padding-left: 10px; }
          #the_seminar_post .the_seminar .outline dl dt, #the_seminar_post .the_seminar .outline dl dd {
            display: inline-block; }
          #the_seminar_post .the_seminar .outline dl dt {
            width: 70px; }
          #the_seminar_post .the_seminar .outline dl dd {
            width: calc( 100% - 80px); }
    #the_seminar_post .accepting {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 90px; }
      #the_seminar_post .accepting:after {
        display: none; }
    #the_seminar_post .explain {
      margin-bottom: 40px; }
    #the_seminar_post .detail .section {
      margin-bottom: 40px; }
      #the_seminar_post .detail .section h3 {
        padding: 10px;
        margin-bottom: 20px; }
    #the_seminar_post .lecturer .section {
      margin-bottom: 20px; }
    #the_seminar_post .lecturer .lecturer_detail {
      width: calc( 100% - 270px);
      float: left; }
    #the_seminar_post .lecturer .lecturer_img {
      width: 240px;
      float: right; }
    #the_seminar_post .status {
      padding: 10px; }
    #the_seminar_post .accepting2 p {
      width: 90px;
      height: 35px;
      padding-top: 11px;
      display: inline-block;
      margin-right: 40px; }
    #the_seminar_post .accepting2 dl {
      display: inline-block;
      position: relative; }
      #the_seminar_post .accepting2 dl dt, #the_seminar_post .accepting2 dl dd {
        display: inline-block;
        padding: 11px 5px; }
      #the_seminar_post .accepting2 dl.capacity {
        margin-right: 40px; }
    #the_seminar_post .the_seminar_form {
      padding: 40px;
      margin-bottom: 80px; }
      #the_seminar_post .the_seminar_form h3 {
        margin-bottom: 10px; }
      #the_seminar_post .the_seminar_form p.lead {
        margin-bottom: 30px; }
      #the_seminar_post .the_seminar_form .form_outline {
        padding: 20px 20px 15px;
        margin-bottom: 40px; }
        #the_seminar_post .the_seminar_form .form_outline dl {
          margin-bottom: 5px; }
          #the_seminar_post .the_seminar_form .form_outline dl dt, #the_seminar_post .the_seminar_form .form_outline dl dd {
            display: inline-block; }
          #the_seminar_post .the_seminar_form .form_outline dl dt {
            width: 110px; }
          #the_seminar_post .the_seminar_form .form_outline dl dd {
            width: calc( 100% - 120px); }
      #the_seminar_post .the_seminar_form .the_form {
        max-width: 100%; } }

@media (max-width: 480px) {
  #the_seminar_post {
    padding-top: 0;
    padding-bottom: 0; }
    #the_seminar_post .row {
      padding-bottom: 0.1%; }
    #the_seminar_post .the_content {
      width: 100%;
      padding-top: 50px; }
    #the_seminar_post .the_seminar {
      margin-bottom: 40px; }
      #the_seminar_post .the_seminar .img {
        width: 100%; }
      #the_seminar_post .the_seminar .outline {
        width: 100%; }
        #the_seminar_post .the_seminar .outline h3 {
          margin-bottom: 20px; }
        #the_seminar_post .the_seminar .outline dl {
          padding-bottom: 5px;
          padding-top: 5px;
          padding-left: 10px; }
          #the_seminar_post .the_seminar .outline dl dt, #the_seminar_post .the_seminar .outline dl dd {
            display: inline-block; }
          #the_seminar_post .the_seminar .outline dl dt {
            width: 70px; }
          #the_seminar_post .the_seminar .outline dl dd {
            width: calc( 100% - 80px); }
    #the_seminar_post .accepting {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 90px; }
      #the_seminar_post .accepting:after {
        display: none; }
    #the_seminar_post .explain {
      margin-bottom: 40px; }
    #the_seminar_post .detail .section {
      margin-bottom: 40px; }
      #the_seminar_post .detail .section h3 {
        padding: 10px;
        margin-bottom: 20px; }
    #the_seminar_post .lecturer .section {
      margin-bottom: 20px; }
    #the_seminar_post .lecturer .lecturer_img {
      text-align: center; }
      #the_seminar_post .lecturer .lecturer_img img {
        width: 200px; }
    #the_seminar_post .status {
      padding: 10px; }
    #the_seminar_post .accepting2 p {
      width: 90px;
      height: 35px;
      padding-top: 11px;
      margin-bottom: 5px;
      margin-left: auto;
      margin-right: auto; }
    #the_seminar_post .accepting2 dl {
      position: relative; }
      #the_seminar_post .accepting2 dl dt, #the_seminar_post .accepting2 dl dd {
        display: inline-block;
        padding: 3px 5px; }
    #the_seminar_post .the_seminar_form {
      padding: 40px;
      margin-bottom: 80px; }
      #the_seminar_post .the_seminar_form h3 {
        margin-bottom: 10px; }
      #the_seminar_post .the_seminar_form p.lead {
        margin-bottom: 30px; }
      #the_seminar_post .the_seminar_form .form_outline {
        padding: 20px 20px 15px;
        margin-bottom: 40px; }
        #the_seminar_post .the_seminar_form .form_outline dl {
          margin-bottom: 5px; }
      #the_seminar_post .the_seminar_form .the_form {
        max-width: 100%; } }

@media (min-width: 768px) {
  #seminar_archive .row {
    width: 100%;
    max-width: 900px; }
  #seminar_archive dl {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 25px 0; }
  #seminar_archive dt {
    width: 240px;
    display: inline-block; }
  #seminar_archive dd {
    display: inline-block;
    width: calc( 100% - 250px);
    text-align: left; }
  #seminar_archive li {
    display: inline-block;
    padding-right: 30px; } }

@media (max-width: 767px) {
  #seminar_archive .row {
    width: 100%; }
  #seminar_archive dl {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 25px 0; }
  #seminar_archive dt {
    width: 100%;
    margin-bottom: 20px; }
  #seminar_archive li {
    display: inline-block;
    padding: 0px 20px; } }

.seminar_banner { display: flex; justify-content: space-between; margin: 0 auto 50px; }
.seminar_banner > a { width: 48%; }
.seminar_banner > a img { width: 100%; }

@media (min-width: 992px) {
    .seminar_banner { width: 900px; margin-bottom: 75px; }
}
@media (max-width: 767px) {
    .seminar_banner { display: block; margin: 0 35px; }
    .seminar_banner > a { display: block; width: 100%; max-width: 500px; margin: 0 auto; }
    .seminar_banner > a + a { margin-top: 20px; }
}


.hbspt-form {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }


.corporateform .row { border: 3px solid #eee; }
.corporateshindan .row {
  max-width: 900px;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 0px; }
span.ico_check { width: 47px; display: inline-block; }
div.corporateshindan p { margin: 30px 0;}
div.btn_shindan a { display: block; background: #4593d0; width: 300px; margin: 50px auto 0; border-radius: 30px; color: #fff; font-size: 1.4rem; padding: 15px 0; font-weight: bold; position: relative; }
div.btn_shindan a span{ display: block; position: absolute;
    left: 20px;
	top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top: -4px;
}
div#shindan h2 span.line {
    background: linear-gradient(transparent 55%, rgba(244,232,39, 1) 45%);
    padding: 5px 0; }
@media (max-width: 767px) {
	.corporateform .row { border: none; border-top: 3px solid #eee; }
	.corporateshindan .row { padding-top: 30px; }
}


#mainvisualkintone {
  background: #ffbf01;
  background-size: contain;
  text-align: left; }
  #mainvisualkintone .mini .title1 {
    background: #333; }
  #mainvisualkintone .mini .title2 {
    color: #333; }
  #mainvisualkintone .read {
    font-size: 1.6rem; }

  #mainvisualkintone .message .ph { width: 350px; margin: 0 auto; position: relative; }
  #mainvisualkintone .message .ph img { width: 100%; }
  #mainvisualkintone .message .ph .support_single_pcimg + img  { width: 50%; height: auto!important; position: absolute; left: 50%; top: 40%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }










  @media (min-width: 992px) {
    #mainvisualkintone {
      height: 450px; }
      #mainvisualkintone .message {
         padding-top: 25px; display: flex; justify-content: space-between; }
      #mainvisualkintone .message .txt { padding-top: 50px; }
}
  @media (max-width: 991px) {
    #mainvisualkintone {
      background-size: auto 400px;
      background-position: right top;
      margin-bottom: 0px;
      padding: 50px 0; }
      #mainvisualkintone .message {
        padding-top: 0;
      display: block;
      text-align: center; }
      #mainvisualkintone .title {
        font-size: 1.8rem; }
      #mainvisualkintone .message .ph { width: 250px; margin-top: 30px; }}
  @media (max-width: 480px) {
    #mainvisualkintone {
      background-size: auto 300px;
      padding: 50px 0;
      margin-bottom: 20px; }
      #mainvisualkintone .title {
        font-size: 1.4rem; }
      #mainvisualkintone .title2 {
        font-size: 2rem; } }

#kintone2 {
  background: #f4f4f4 url("../images/kintone_bg.png") no-repeat center bottom; padding-bottom: 200px; }
  #kintone2 .row {
    max-width: 900px; }

  @media (max-width: 767px) {
      #kintone2 { background-size: 1000px; padding-bottom: 100px; }
}


.kintone_checklist1 { }
  .kintone_checklist1 .list1 {
    text-align: left;
    margin-bottom: 30px; }
    .kintone_checklist1 .list1 ul li {
      background: url(../images/icon2@2x.png) no-repeat left 6px;
      background-size: auto 15px;
      margin-bottom: 10px;
      padding-left: 25px;
      font-size: 1.6rem; }
  @media (min-width: 768px) {
    .kintone_checklist1 .list1 {
      padding-left: 140px;
      padding-right: 140px; } }
  @media (max-width: 767px) {
    .kintone_checklist1 .list1 {
      padding-left: 0;
      padding-right: 0; } }

.about_ecio { border: 1px solid #ccc; margin: 50px 0 0; padding: 30px; text-align: left; }
.about_ecio .txt h3 { font-size: 1.6rem; }
.about_ecio .ico { min-width: 192px; width: 192px; margin-left: 50px; }
.about_ecio .ico img { width: 100%; }

.kintone_fukidashi { background: #fff; padding: 25px 50px; }
.kintone_fukidashi dl { display: flex; align-items: center; text-align: left; margin: 15px 0; }
.kintone_fukidashi dt { width: 48px; min-width: 48px; margin-right: 15px; }

  @media (max-width: 768px) {
      .about_ecio .ico { margin: 20px auto 0; }
      
      .kintone_fukidashi { background: #fff; padding: 15px 25px; }
      .kintone_fukidashi dl { display: flex; align-items: center; text-align: left; margin: 10px 0; }
}

  @media (min-width: 768px) {
      .about_ecio { margin-left: 100px; margin-right: 100px; display: flex; align-items: center; justify-content: space-between; }
      .about_ecio .ico { margin-top: 0; }
}

#kintone_works .row {
    max-width: 900px;
} 

#kintone_works .case_hd { font-size: 2.4rem; font-weight: bold; margin: 80px 0 30px; }

#kintone_works .l-box {
    border: 3px solid #e8e8e8;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
}
@media (max-width: 480px) {
    #kintone_works .l-box {
        padding: 10px;
    }
}


#kintone_works .l-box .l-box_hed .ph { margin-bottom: 20px; }
#kintone_works .l-box .l-box_hed .ph img { width: 100%; }
#kintone_works .l-box .l-box_hed h3 {
    font-size: 2.4rem;
    margin-right: 30px;
    margin-bottom: 15px;
}
#kintone_works .l-box .l-box_hed h3 span {
    display: block;
    color: #7dbcd5;
    font-size: 1.4rem;
    margin-right: 10px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#kintone_works .l-box .l-box_hed .js-open {
    font-size: 2rem;
    margin-left: auto;
    color: #cccccc;
}
#kintone_works .l-box .l-box_hed .js-close {
    font-size: 2rem;
    display: none;
    margin-left: auto;
    color: #cccccc;
}
#kintone_works .l-box.is-open .js-open {
    display: none;
}
#kintone_works .l-box.is-open .js-close {
    display: block;
}

#kintone_works .l-box .l-box_hed ul {
    display: flex;
    align-items: center;
}
#kintone_works .l-box .l-box_hed ul li {
    background-color: #e5f3f6;
    padding: 5px;
    margin-right: 10px;
    line-height: 1em;
}
@media (min-width: 768px) {
    #kintone_works .l-box .l-box_hed {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    #kintone_works .l-box .l-box_hed .ph { min-width: 250px; margin-left: 50px; } 
}
@media (max-width: 480px) {
    #kintone_works .l-box .l-box_hed {
        flex-wrap: wrap;
    }
    #kintone_works .l-box .l-box_hed h3 {
        font-size: 2rem;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #kintone_works .l-box .l-box_hed ul {
        margin-bottom: 10px;
    }
    #kintone_works .l-box .l-box_hed span {
        width: 100%;
    }
}


#kintone_works .l-box .l-box_body {
    border-top: 2px solid #e8e8e8;
    padding-top: 30px;
    margin-top: 30px;
}
.is-open .l-box_body {
    display: block;
}

#kintone_works .l-box .c-list_check {
    background-color: #f8f8f8;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 20px;
}
#kintone_works .l-box .c-list_check li {
    min-width: 50%;
    background: url(/partner/images/icon_06.png) no-repeat left center;
    background-size: auto 15px;
    padding-left: 25px;
    margin-top: 20px;
    box-sizing: border-box;
} 
.l-box_kadai { padding: 20px; background: #F7F7F7; margin-bottom: 30px; }
.l-box_shien { padding: 20px; background: #F9E8E8; }
.l-box_shien p { font-size: 1.6rem; }
@media (max-width: 480px) {
    #kintone_works .l-box .c-list_check {
        margin: 0 0 30px 00px;
    }
    #kintone_works .l-box .c-list_check li {
        width: 100%;
    }
}
#kintone_works .l-box .c-list_number {
    background-color: #fae8e8;
    padding: 20px;
    margin: 0 0 30px 20px;
}
@media (max-width: 480px) {
    #kintone_works .l-box .c-list_number {
        margin: 0 0 30px 00px;
    }
}

#kintone_works .l-box .c-list_number dl {
    margin-bottom: 10px;
    display: flex;
} 
#kintone_works .l-box .c-list_number dt,#kintone_works .l-box .c-list_number dd {
    font-size: 1.5rem;
    font-weight: bold;
    color: #c21821;
} 

#kintone_works .l-box .c-list_number span {
    background-color: #c21821;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 100vh;
    width: 20px;
    line-height: 20px;
    font-size: 1.6rem;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
} 
#kintone_works .l-box .c-list_number em {
    text-decoration: underline;
}
#kintone_works .l-box .c-list_table {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin: 0 0 0 20px;
}
#kintone_works .l-box .c-list_table dl {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
}
#kintone_works .l-box .c-list_table dt,#kintone_works .l-box .c-list_table dd {
    padding: 20px 30px;
    font-weight: bold;
}
#kintone_works .l-box .c-list_table dt {
    width: 200px;
    background-color: #e5f2f8;
}
#kintone_works .l-box .c-list_table dd {
    width: 400px;
}
@media (max-width: 480px) {
    #kintone_works .l-box .c-list_table {
        margin: 0 0 0 0px;
    }
    #kintone_works .l-box .c-list_table dl {
        flex-wrap: wrap;
    }
    #kintone_works .l-box .c-list_table dt,#kintone_works .l-box .c-list_table dd {
        padding: 10px;
        width: 100%;
    }
}
#kintone_works .l-box .c-list_table dd span {
    display: inline-block;
    background-color: #7ebcd5;
    color: #ffffff;
    line-height: 1em;
    padding: 2px 5px;
    font-size: 1rem;
    margin-right: 10px;
}

#kintone_works .l-box .u-icon01 {
    display: inline-block;
    font-size: 1.8rem;
    background: url(/partner/images/icon_01.png) no-repeat left center;
    background-size: auto 25px;
    padding-left: 35px;
    margin-bottom: 20px;
}
#kintone_works .l-box .u-icon02 {
    display: inline-block;
    font-size: 1.8rem;
    background: url(/partner/images/icon_02.png) no-repeat left center;
    background-size: auto 25px;
    padding-left: 35px;
    margin-bottom: 20px;
}
#kintone_works .l-box .u-icon03 {
    display: inline-block;
    font-size: 1.8rem;
    background: url(/partner/images/icon_03.png) no-repeat left center;
    background-size: auto 25px;
    padding-left: 35px;
    margin-bottom: 20px;
}




#kintone_works .c-box {
    border: 3px solid #e8e8e8;
    border-top: none;
    padding: 30px;
    text-align: left;
}
#kintone_works .c-box:first-child { border-top: 3px solid #e8e8e8; }
@media (max-width: 480px) {
    #kintone_works .c-box {
        padding: 10px;
    }
}


#kintone_works .c-box .c-box_hed h3 {
    font-size: 2.4rem;
    margin-right: 30px;
    margin-bottom: 5px;
}
#kintone_works .c-box .c-box_hed h3 span {
    color: #7dbcd5;
    font-size: 1.4rem;
    margin-right: 10px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#kintone_works .c-box .c-box_hed .js-open {
    font-size: 2rem;
    margin-left: auto;
    color: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
#kintone_works .c-box .c-box_hed .js-close {
    font-size: 2rem;
    display: none;
    margin-left: auto;
    color: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
#kintone_works .c-box.is-open .js-open {
    display: none;
}
#kintone_works .c-box.is-open .js-close {
    display: block;
}

#kintone_works .c-box .c-box_hed ul {
    display: flex;
    align-items: center;
}
#kintone_works .c-box .c-box_hed ul li {
    background-color: #e5f3f6;
    padding: 5px;
    margin-right: 10px;
    line-height: 1em;
}
@media (min-width: 768px) {
    #kintone_works .c-box .c-box_hed {
        /*display: flex;
        align-items: center;*/
        cursor: pointer;
        position: relative; 
    }
}
@media (max-width: 767px) {
    #kintone_works .c-box .c-box_hed h3 span { display: block; }
    #kintone_works .c-box .c-box_hed h3 { margin-bottom: 15px; }
    
    #kintone_works .c-box .c-box_hed { position: relative; }
    #kintone_works .c-box .c-box_hed .js-open {
        position: absolute; right: 0; top: 50%; margin-top: -15px; width: 18px;
    }
    #kintone_works .c-box .c-box_hed .js-close {
        position: absolute; right: 0; top: 50%; margin-top: -15px; width: 18px;
    }
}
@media (max-width: 480px) {
    #kintone_works .c-box .c-box_hed {
        flex-wrap: wrap;
    }
    #kintone_works .c-box .c-box_hed h3 {
        font-size: 2rem;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #kintone_works .c-box .c-box_hed ul {
        margin-bottom: 10px;
        display: block; 
    }
    #kintone_works .c-box .c-box_hed ul li + li {
        margin-top: 1px;
    }
    #kintone_works .c-box .c-box_hed span {
        width: 100%;
    }
}


#kintone_works .c-box .c-box_body {
    display: none;
    border-top: 2px solid #e8e8e8;
    padding-top: 30px;
    margin-top: 30px;
}
.is-open .c-box_body {
    display: block;
}

#kintone_works .c-box .c-list_check {
    background-color: #f8f8f8;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 20px;
}
#kintone_works .c-box .c-list_check li {
    min-width: 50%;
    background: url(/partner/images/icon_06.png) no-repeat left center;
    background-size: auto 15px;
    padding-left: 25px;
    margin-top: 20px;
    box-sizing: border-box;
} 
.c-box_kadai { padding: 20px; background: #F7F7F7; margin-bottom: 30px; }
.c-box_shien { padding: 20px; background: #F9E8E8; }
.c-box_shien p { font-size: 1.6rem; }
@media (max-width: 480px) {
    #kintone_works .c-box .c-list_check {
        margin: 0 0 30px 00px;
    }
    #kintone_works .c-box .c-list_check li {
        width: 100%;
    }
}
#kintone_works .c-box .c-list_number {
    background-color: #fae8e8;
    padding: 20px;
    margin: 0 0 30px 20px;
}
@media (max-width: 480px) {
    #kintone_works .c-box .c-list_number {
        margin: 0 0 30px 00px;
    }
}

#kintone_works .c-box .c-list_number dl {
    margin-bottom: 10px;
    display: flex;
} 
#kintone_works .c-box .c-list_number dt,#kintone_works .c-box .c-list_number dd {
    font-size: 1.5rem;
    font-weight: bold;
    color: #c21821;
} 

#kintone_works .c-box .c-list_number span {
    background-color: #c21821;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 100vh;
    width: 20px;
    line-height: 20px;
    font-size: 1.6rem;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
} 
#kintone_works .c-box .c-list_number em {
    text-decoration: underline;
}
#kintone_works .c-box .c-list_table {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    margin: 0 0 0 20px;
}
#kintone_works .c-box .c-list_table dl {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
}
#kintone_works .c-box .c-list_table dt,#kintone_works .c-box .c-list_table dd {
    padding: 20px 30px;
    font-weight: bold;
}
#kintone_works .c-box .c-list_table dt {
    width: 200px;
    background-color: #e5f2f8;
}
#kintone_works .c-box .c-list_table dd {
    width: 400px;
}
@media (max-width: 480px) {
    #kintone_works .c-box .c-list_table {
        margin: 0 0 0 0px;
    }
    #kintone_works .c-box .c-list_table dl {
        flex-wrap: wrap;
    }
    #kintone_works .c-box .c-list_table dt,#kintone_works .c-box .c-list_table dd {
        padding: 10px;
        width: 100%;
    }
}
#kintone_works .c-box .c-list_table dd span {
    display: inline-block;
    background-color: #7ebcd5;
    color: #ffffff;
    line-height: 1em;
    padding: 2px 5px;
    font-size: 1rem;
    margin-right: 10px;
}

#kintone_works .c-box .u-icon01 {
    display: inline-block;
    font-size: 1.8rem;
    background: url(/partner/images/icon_01.png) no-repeat left center;
    background-size: auto 25px;
    padding-left: 35px;
    margin-bottom: 20px;
}
#kintone_works .c-box .u-icon02 {
    display: inline-block;
    font-size: 1.8rem;
    background: url(/partner/images/icon_02.png) no-repeat left center;
    background-size: auto 25px;
    padding-left: 35px;
    margin-bottom: 20px;
}
#kintone_works .c-box .u-icon03 {
    display: inline-block;
    font-size: 1.8rem;
    background: url(/partner/images/icon_03.png) no-repeat left center;
    background-size: auto 25px;
    padding-left: 35px;
    margin-bottom: 20px;
}

.c-contact {
    max-width: 900px;
    background: #ffffff;
    padding: 90px;
}

@media (max-width: 767px) {
    .c-contact { padding-left: 30px; padding-right: 30px; }
}


.mainvisual .mark { position: absolute; right: 5%; bottom: 30px; background: #fff; width: 100px; padding: 10px; border-radius: 5px; }
.mainvisual .mark img { width: 100%; }
@media (max-width: 991px) {
    .mainvisual .mark { position: absolute; right: 30px; bottom: auto; top: 280px; background: #fff; width: 100px; padding: 10px; border-radius: 5px; }
    .mainvisual .mark img { width: 100%; }
}


#mainvisualDX {
  background: #e4f6f5 url(../images/dx_mainph.png) no-repeat right center;
  background-size: contain;
  text-align: left; }
  #mainvisualDX .mini .title1 {
    background: #60c0bd; }
  #mainvisualDX .mini .title2 {
    color: #60c0bd; }
  #mainvisualDX .title {
    font-size: 3rem; }
    #mainvisualDX .title em {
      color: #60c0bd;
      font-weight: bold; }
  @media (min-width: 992px) {
    #mainvisualDX {
      height: 450px; }
      #mainvisualDX .message {
        padding-top: 50px; } }
  @media (max-width: 991px) {
    #mainvisualDX {
      background-size: auto 400px;
      background-position: right top;
      margin-bottom: 0px;
      padding: 400px 0 0;
      background-color: #fff; }
      #mainvisualDX .message {
        padding-top: 0;
        background: #e4f4f1;
        padding: 20px 15px;
        width: calc( 100% + 0px);
        margin-left: -15px;
        margin-top: -45px; }
      #mainvisualDX .title {
        font-size: 1.8rem; } }
  @media (max-width: 480px) {
    #mainvisualDX {
      background-size: auto 300px;
      padding: 300px 0 0;
      margin-bottom: 20px; }
      #mainvisualDX .title {
        font-size: 1.4rem; }
      #mainvisualDX .title2 {
        font-size: 2rem; } }


#mainvisualsiberC {
  background: #e4f6f5 url(../images/sc_mainph.png) no-repeat right center;
  background-size: contain;
  text-align: left; }
  #mainvisualsiberC .mini .title1 {
    background: #60c0bd; }
  #mainvisualsiberC .mini .title2 {
    color: #60c0bd; }
  #mainvisualsiberC .title {
    font-size: 3rem; }
    #mainvisualsiberC .title em {
      color: #60c0bd;
      font-weight: bold; }
  @media (min-width: 992px) {
    #mainvisualsiberC {
      height: 450px; }
      #mainvisualsiberC .message {
        padding-top: 50px; } }
  @media (max-width: 991px) {
    #mainvisualsiberC {
      background-size: auto 400px;
      background-position: right top;
      margin-bottom: 0px;
      padding: 400px 0 0;
      background-color: #fff; }
      #mainvisualsiberC .message {
        padding-top: 0;
        background: #e4f4f1;
        padding: 20px 15px;
        width: calc( 100% + 0px);
        margin-left: -15px;
        margin-top: -45px; }
      #mainvisualsiberC .title {
        font-size: 1.8rem; } }
  @media (max-width: 480px) {
    #mainvisualsiberC {
      background-size: auto 300px;
      padding: 300px 0 0;
      margin-bottom: 20px; }
      #mainvisualsiberC .title {
        font-size: 1.4rem; }
      #mainvisualsiberC .title2 {
        font-size: 2rem; } }

.font-en { font-family: "Montserrat", sans-serif; }

.dx_box02, .dx_box04 {
  background: #f4f4f4; }

.dx_box01 .row, .dx_box03 .row, .dx_box04 .row { max-width: 800px; }
.dx_box02 .row { max-width: 1000px; }

.dx_box01 .section { text-align: left;}
.dx_item01 { text-align: left; display: flex; justify-content: space-between; align-items: flex-start; margin-top: 50px; }
.dx_item01_img { width: 46.37%; }
.dx_item01_img img { width: 100%; }
.dx_item01_txt { width: 46.37%; font-size: 1.6rem; }
.dx_box01 p + p { margin-top: 2em; }
.dx_item01_hd { font-size: 1.4rem; font-weight: 700; color: #60c0bd; margin-bottom: 10px; }
p + .dx_item01_hd { margin-top: 30px; }
.dx_item01_bold { font-size: 1.8rem; font-weight: 700; color: #60c0bd;  }

.dx_item02_body { margin-top: 50px; }
.dx_item02_item { background: #fff; display: flex; padding: 50px 30px; }
.dx_item02_item + .dx_item02_item { margin-top: 10px; }
.dx_item02_item_ico { width: 30%; }
.dx_item02_item_ico span { display: block; width: 121px; margin: 0 auto; }
.dx_item02_item_ico img { width: 100%; }
.dx_item02_item_txt { width: 70%; text-align: left; }
.dx_item02_item_txt > p + * { margin-top: 2em; }
.dx_item02_item_ttl { font-size: 1.8rem; font-weight: 700; margin-bottom: 20px; padding-left: 40px; position: relative; }
.dx_item02_item_ttl span { font-size: 3.8rem; font-weight: 500; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 0; color: #60c0bd; }
.dx_item02_point { font-size: 1.6rem; color: #60c0bd; margin-bottom: 10px; }
.point_ico { color: #60c0bd; font-weight: 700; }

.dx_common_link a { font-size: 1.4rem; display: inline-block; border: 1px solid #60c0bd!important; background: #60c0bd; color: #fff; padding: 10px 15px;  }
.dx_common_link._large a { font-size: 1.6rem; max-width: 450px; width: 100%; padding: 20px; box-sizing: border-box; }
.dx_item03_case .dx_common_link { margin-top: 15px; }
.dx_item03_case .dx_common_link a  { border: none; }
.dx_common_link + * { margin-top: 15px;}
.dx_common_link span { display: inline-block; width: 8px; margin-right: 8px; }
.dx_common_link_ico { fill: none;stroke: #fff;stroke-miterlimit: 10;stroke-width: 2px; }
.dx_common_link_ico svg { width: 100%; }

.dx_item03 { display: flex; text-align: left; justify-content: space-between; }
.dx_item03_img { width: 45%; }
.dx_item03_img img { width: 100%; }
.dx_item03_txt { width: 50%; }
.dx_item03_case { display: flex; flex-wrap: wrap; justify-content: space-between; }
.dx_item03_case > div { margin-top: 60px;  }
.dx_item03_case .half { width: 48%; }
.dx_item03_case .full { width: 100%; }
.dx_item03_case_ttl { font-size: 2.0rem; font-weight: 700; color: #60c0bd; margin-bottom: 15px; }
.dx_item03_case_ttl.gray { color: #aaa; }
.dx_item03_case_body { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.dx_item03_case_body .price { display: flex; flex-wrap: wrap; padding: 15px; }
.dx_item03_case_body .price dt { width: 60%; text-align: left; padding: 5px 0; }
.dx_item03_case_body .price dd { width: 40%; text-align: right; }
.dx_item03_case_body .total { display: flex; flex-wrap: wrap; padding: 15px; background: #f3f3f3; }
.dx_item03_case_body .total dt { width: 50%; text-align: left; font-size: 1.8rem; font-weight: 700; }
.dx_item03_case_body .total dd { width: 50%; text-align: right; font-size: 1.8rem; font-weight: 700; }
.dx_item03_case_body .detail { padding: 15px; text-align: left; }
.dx_item03_case_body .detail .notes { font-size: 1.2rem; }
.dx_item03_case p { text-align: left; }

.dx_item03_update { display: flex; justify-content: space-between; margin: 30px 0; }
.dx_item03_update > div { width: 48%; background: #e4f6f5; display: flex; padding: 25px; box-sizing: border-box; align-items: center; justify-content: center; }
.dx_item03_update > div .ico { width: 60px; margin-right: 20px; }
.dx_item03_update > div .txt { font-size: 1.6rem; }
.dx_item03_notes { border: 1px solid #ccc; padding: 25px; text-align: left; }
.dx_item03_notes h4 { font-size: 1.6rem; margin-bottom: 10px; }

.dx04_faq_item { font-size: 1.6rem; text-align: left; background: #fff; padding: 20px 20px 0; }
.dx04_faq_item + .dx04_faq_item { margin-top: 10px; }
.dx04_faq_item .q span { font-size: 2.0rem; color: #60c0bd; position: absolute; left: 0; }
.dx04_faq_item .q { font-size: 1.8rem; padding-left: 30px; padding-bottom: 20px; position: relative; cursor: pointer; background: url("../images/dx_faq_arrow.svg") no-repeat right 10px / 15px;}
.dx04_faq_item .q.active { background-image: url("../images/dx_faq_arrow02.svg"); }
.dx04_faq_item .a span { font-size: 2.0rem; position: absolute; left: 0;  }
.dx04_faq_item .a { font-size: 1.4rem; padding-left: 30px; position: relative; padding-bottom: 20px; display: none; }

.dx05_ttl { font-size: 1.8rem; text-align: center; margin: 100px 0 30px; }
.dx05_link { display: flex; justify-content: space-between; margin-bottom: 50px; }
.dx05_link a { font-size: 1.6rem; color: #fff; width: 48%; background: #60c0bd; padding: 20px 10px; box-sizing: border-box; }

@media (max-width: 767px) {
.dx_box01 .row, .dx_box03 .row, .dx_box04 .row { max-width: 800px; }
.dx_box02 .row { max-width: 1000px; }

.dx_box01 .section { text-align: left;}
    .dx_item01 { text-align: left; display: block; justify-content: space-between; align-items: flex-start; margin-top: 35px; }
    .dx_item01_img { width: auto; }
.dx_item01_img img { width: 100%; }
    .dx_item01_txt { width: auto; font-size: 1.6rem; margin-top: 20px; }
.dx_box01 p + p { margin-top: 2em; }
    .dx_item01_hd { font-size: 1.4rem; font-weight: 700; color: #60c0bd; margin-bottom: 10px; }
p + .dx_item01_hd { margin-top: 30px; }
    .dx_item01_bold { font-size: 1.8rem; font-weight: 700; color: #60c0bd; text-align: center;}

.dx_item02_body { margin-top: 50px; }
    .dx_item02_item { background: #fff; display: block; padding: 40px 30px; }
.dx_item02_item + .dx_item02_item { margin-top: 10px; }
    .dx_item02_item_ico { width: auto; }
.dx_item02_item_ico span { display: block; width: 121px; margin: 0 auto; }
.dx_item02_item_ico img { width: 100%; }
    .dx_item02_item_txt { width: auto; text-align: left; margin-top: 30px; }
.dx_item02_item_txt > p + * { margin-top: 2em; }
.dx_item02_item_ttl { font-size: 1.8rem; font-weight: 700; margin-bottom: 20px; padding-left: 40px; position: relative; }
.dx_item02_item_ttl span { font-size: 3.8rem; font-weight: 500; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 0; color: #60c0bd; }
.dx_item02_point { font-size: 1.6rem; color: #60c0bd; margin-bottom: 10px; }

    .dx_common_link a { font-size: 1.4rem; display: block; border: 1px solid #ccc; padding: 10px 15px;  }
.dx_item03_case .dx_common_link { margin-top: 15px; }
.dx_item03_case .dx_common_link a  { border: none; }
.dx_common_link + * { margin-top: 15px;}
.dx_common_link span { display: inline-block; width: 8px; margin-right: 8px; }
.dx_common_link_ico { fill: none;stroke: #fff;stroke-miterlimit: 10;stroke-width: 2px; }
.dx_common_link_ico svg { width: 100%; }

    .dx_item03 { display: block; text-align: left; justify-content: space-between; }
    .dx_item03_img { width: auto; max-width: 300px; margin: 0 auto; }
.dx_item03_img img { width: 100%; }
    .dx_item03_txt { width: auto; margin-top: 20px; }
.dx_item03_case { display: flex; flex-wrap: wrap; justify-content: space-between; }
.dx_item03_case > div { margin-top: 60px;  }
    .dx_item03_case .half { width: 100%; }
.dx_item03_case .full { width: 100%; }
.dx_item03_case_ttl { font-size: 2.0rem; font-weight: 700; color: #60c0bd; margin-bottom: 15px; }
.dx_item03_case_ttl.gray { color: #aaa; }
.dx_item03_case_body { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.dx_item03_case_body .price { display: flex; flex-wrap: wrap; padding: 15px; }
.dx_item03_case_body .price dt { width: 60%; text-align: left; padding: 5px 0; }
.dx_item03_case_body .price dd { width: 40%; text-align: right; }
.dx_item03_case_body .total { display: flex; flex-wrap: wrap; padding: 15px; background: #f3f3f3; }
.dx_item03_case_body .total dt { width: 50%; text-align: left; font-size: 1.8rem; font-weight: 700; }
.dx_item03_case_body .total dd { width: 50%; text-align: right; font-size: 1.8rem; font-weight: 700; }
.dx_item03_case p { text-align: left; }

    .dx_item03_update { display: block; justify-content: space-between; margin: 30px 0; }
    .dx_item03_update > div { width: auto; background: #e4f6f5; display: flex; padding: 20px; box-sizing: border-box; align-items: center; justify-content: flex-start; }
    .dx_item03_update > div + div { margin-top: 10px;}
    .dx_item03_update > div .ico { min-width: 45px; margin-right: 20px; }
.dx_item03_update > div .txt { font-size: 1.6rem; }
.dx_item03_notes { border: 1px solid #ccc; padding: 25px; text-align: left; }
.dx_item03_notes h4 { font-size: 1.6rem; margin-bottom: 10px; }
    
    .dx_item02_flow { margin: 0 -15px; overflow-x: scroll; }
    .dx_item02_flow > div { padding: 0 15px; }
    .dx_item02_flow > div img { min-width: 680px; margin-right: 15px; }

.dx04_faq_item { font-size: 1.6rem; text-align: left; background: #fff; padding: 20px 20px 0; }
.dx04_faq_item + .dx04_faq_item { margin-top: 10px; }
    .dx04_faq_item .q span { font-size: 1.8rem; color: #60c0bd; position: absolute; left: 0; }
    .dx04_faq_item .q { font-size: 1.6rem; padding: 0 40px 20px 30px; position: relative; cursor: pointer; background: url("../images/dx_faq_arrow.svg") no-repeat right 10px / 15px;}
.dx04_faq_item .q.active { background-image: url("../images/dx_faq_arrow02.svg"); }
.dx04_faq_item .a span { font-size: 2.0rem; position: absolute; left: 0;  }
.dx04_faq_item .a { font-size: 1.4rem; padding-left: 30px; position: relative; padding-bottom: 20px; display: none; }

.dx05_ttl { font-size: 1.8rem; text-align: center; margin: 100px 0 30px; }
    .dx05_link { display: block; justify-content: space-between; margin-bottom: 50px; }
    .dx05_link a { display: block; font-size: 1.6rem; color: #fff; width: auto; background: #60c0bd; padding: 20px 10px; box-sizing: border-box; }
    .dx05_link a + a { margin-top: 15px; }
}

#mainvisualDXexp {
  background: #EBE7DF url("../images/dxexp_mainph.png") no-repeat right center;
  background-size: contain;
  text-align: left; }
  #mainvisualDXexp .mini .title1 {
    background: #B19F6A; }
  #mainvisualDXexp .mini .title2 {
    color: #9E8A57; }
  #mainvisualDXexp .title {
    font-size: 3rem; }
    #mainvisualDXexp .title em {
      color: #B19F6A;
      font-weight: bold; }
  @media (min-width: 992px) {
    #mainvisualDXexp {
      height: 450px; }
      #mainvisualDXexp .message {
        padding-top: 50px; } }
  @media (max-width: 991px) {
    #mainvisualDXexp {
      background-size: auto 400px;
      background-position: right top;
      margin-bottom: 0px;
      padding: 400px 0 0;
      background-color: #fff; }
      #mainvisualDXexp .message {
        padding-top: 0;
        background: #EBE7DF;
        padding: 20px 15px;
        width: calc( 100% + 0px);
        margin-left: -15px;
        margin-top: -45px; }
      #mainvisualDXexp .title {
        font-size: 1.8rem; } }
  @media (max-width: 480px) {
    #mainvisualDXexp {
      background-size: auto 300px;
      padding: 300px 0 0;
      margin-bottom: 20px; }
      #mainvisualDXexp .title {
        font-size: 1.4rem; }
      #mainvisualDXexp .title2 {
        font-size: 2rem; } }

.dxexp_sec01_img { max-width: 700px; width: 90%; margin: 50px auto; }
.dxexp_sec01_box { border: 1px solid #B19F6A; max-width: 1000px; width: 90%; margin: 0 auto; }
.dxexp_sec01_point { display: flex; justify-content: space-between; padding: 5%; }
.dxexp_sec01_point .ph { width: 53%; }
.dxexp_sec01_point .ph img { width: 100%; }
.dxexp_sec01_point .txt { width: 45%; text-align: left; }
.dxexp_sec01_point .txt h3 { font-size: 1.8rem; font-weight: 700; color: #9E8A57; }
.dxexp_sec01_point .txt .item { padding-left: 30px; position: relative; margin-top: 20px; }
.dxexp_sec01_point .txt .item h4 { font-size: 1.6rem; padding-top: 5px; margin-bottom: 5px;}
.dxexp_sec01_point .txt .item .num { font-weight: 400; font-size: 2.4rem; color: #9E8A57; position: absolute; left: 0; top: 0; }

.dxexp_sec01_result { background: #A58A47; display: flex; justify-content: space-between; padding: 5%; }
.dxexp_sec01_result .ph { width: 25%; }
.dxexp_sec01_result .ph img { width: 100%; }
.dxexp_sec01_result .txt { width: 65%; text-align: left; }
.dxexp_sec01_result .txt * { color: #fff; }
.dxexp_sec01_result .txt h3 { display: inline-block; background: #fff; color: #A58A47; font-size: 1.4rem; margin-bottom: 15px; padding: 1px 3px; }
.dxexp_sec01_result .txt li { background: url(../../../../partner/images/icon_04.png) no-repeat left 7px / auto 15px; padding-left: 25px; font-size: 1.6rem; font-weight: 700; margin-top: 10px; }
.dxexp_sec01_result .txt li span { border-bottom: 1px solid #fff; }

.dxexp_box02 { background: #f4f4f4; }
.dxexp_box02 .row { max-width: 1000px; }
.dxexp_item02_body { margin-top: 50px; }

.dxexp_kouza { display: flex; justify-content: space-between; margin-top: 30px!important; }
.dxexp_kouza > div { width: 48%; }
.dxexp_kouza h3 { color: #9E8A57; font-size: 1.4rem; margin-bottom: 10px; }
.dxexp_kouza li { padding-left: 1.2em; position: relative; }
.dxexp_kouza li:before { content: "-"; color: #9E8A57; position: absolute; left: 0;}
.dxexp_kouza li + li { margin-top: 5px; }
.dx_item02_item_txt .notes { font-size: 1.2rem; }
.dxexp_box02 .dx_item02_item_ttl span,
.dxexp_box02 .dx_item02_point,
.dxexp_box02 .point_ico { color: #9E8A57; }

.dxexp_item03 { display: flex; justify-content: space-between; }
.dxexp_item03_img { width: 45%; }
.dxexp_item03_img img { width: 100%; }
.dxexp_item03_txt { width: 50%; }
.dxexp_item03 .dx_item03_case_ttl { text-align: left; }
.dxexp_item03 .dx_item03_case_ttl:not(.gray) { color: #9E8A57; }
.dxexp_item03 .dx_item03_case_body { margin-bottom: 50px; }
.dxexp03_link { margin: 50px 0 100px; }
.dxexp03_link a { display: inline-block; font-size: 1.6rem; color: #fff; width: 500px; max-width: 100%; background: #60c0bd; padding: 20px 10px; box-sizing: border-box; }


@media (max-width: 991px) {
    .dxexp_sec01_box { border: 1px solid #B19F6A; max-width: 1000px; width: auto; margin: 0 auto; }
    .dxexp_sec01_img { max-width: 700px; width: auto; margin: 30px auto; }
      .dxexp_sec01_point { display: block; justify-content: space-between; flex-direction: row-reverse; padding: 5%; }
    .dxexp_sec01_point .ph { width: auto; }
    .dxexp_sec01_point .ph img { width: 100%; }
    .dxexp_sec01_point .txt { width: auto; text-align: left; }
    .dxexp_sec01_result { background: #A58A47; display: block; justify-content: space-between; padding: 5%; }
    .dxexp_sec01_result .ph { display: none; }
    .dxexp_sec01_result .txt { width: auto; text-align: left; }
    
    br.pc { display: none; }
    
    .dxexp_kouza { display: block; justify-content: space-between; margin-top: 30px!important; }
    .dxexp_kouza > div { width: auto; }
    .dxexp_kouza > div + div { margin-top: 30px; }
    
    .dxexp_item03 { display: block; justify-content: space-between; }
    .dxexp_item03_img { width: auto; max-width: 300px; margin: 0 auto; }
    .dxexp_item03_txt { width: auto; margin-top: 50px; }
}

.fv_banner { width: 35%; min-width: 280px; max-width: 372px; position: fixed; right: 2.29%; bottom: 39px; z-index: 10; transition: opacity .3s; }
.fv_banner.nodisp { opacity: 0; pointer-events: none; }
.fv_banner img { width: 100%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3); }
.fv_banner_close { display: block; width: 30px; height: 30px; position: absolute; top: -15px; right: -15px; background: #000; border-radius: 50%; }
.fv_banner_close:before { content: ""; display: block; width: 18px; height: 1px; background: #fff; -webkit-transform:rotate(45deg) translate(-50%); transform:rotate(45deg) translate(-50%); position: absolute; top: 50%; left: 50%; transform-origin: left; }
.fv_banner_close:after { content: ""; display: block; width: 18px; height: 1px; background: #fff; -webkit-transform:rotate(-45deg) translate(-50%); transform:rotate(-45deg) translate(-50%); position: absolute; top: 50%; left: 50%;transform-origin: left; }

@media (max-width: 991px) {
   .fv_banner { width: 65%; min-width: 280px; max-width: 372px; position: fixed; right: 20px; bottom: 39px; z-index: 10; transition: opacity .3s; } 
}


/*ナビ ドロップダウン*/
.gnavi__list { opacity: 1!important; cursor: pointer; }
.dropdown__lists {
    transition: all .3s;
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;
    width: 240px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
    padding: 15px;
    background: #f3f3f3;
    border-radius: 5px;
    text-align: center;
}
.gnavi__list:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}
.dropdown__list {
    transition: all .3s;
    position: relative;
    display: block!important;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 1px;
}
.dropdown__list:hover {
     opacity: 1!important;
}

#footer .main .nav li { position: relative; }

@media (max-width: 991px) {
    .gnavi__list { opacity: 1!important; cursor: pointer; font-size: 1.1rem; }
    .dropdown__lists {
        visibility: visible;/*Gナビメニューにホバーしたら表示*/
        opacity: 1;/*不透明度1*/
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        padding-top: 0;
    }
    .dropdown__list {
        background-color: transparent;
        transition: all .3s;
        position: relative;
        color: #666666!important;
        display: block!important;
        text-align: left;
        padding: 0;
        margin-left: 20px;
        margin-bottom: 1px;
    }
    .dropdown__list:hover {
         opacity: 1!important;
    }
    .gnavi__list_box { height: auto!important;}
}

