@charset "UTF-8";
/* ======================================
reset
====================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #111;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #111;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

video {
  max-width: 100%;
}

/* ======================================
common
====================================== */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5% !important;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳＰゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  text-align: center;
}

#wrapper {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  clear: both;
  display: block;
  position: relative;
  background-color: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #999;
}

img {
  border-style: none;
  vertical-align: bottom;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
  line-height: 1.4;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  position: relative;
}

.inner_800 {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3;
  font-weight: normal;
}

sup {
  vertical-align: super;
  font-size: small;
}

.pc {
  display: block !important;
}

.desktop {
  display: block !important;
}

.sp {
  display: none !important;
}

.mobile {
  display: none !important;
}

.db {
  display: block !important;
}

a[href^="tel:"] {
  cursor: default;
}

/* .btn */
.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  min-width: 260px;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 12px 16px;
  border: none;
  border-radius: 3px;
  background-color: #f90;
  color: #fff;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ  Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ  Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  cursor: pointer;
  transition: all 0.3s;
}

.btn:hover {
  color: #fff;
  background-color: #fc6;
}

.btn .fa {
  font-size: 1.8rem;
}

.btn .fa.fa-chevron-circle-right {
  margin-left: 10px;
}

.btn .fa.fa-chevron-circle-left {
  margin-right: 10px;
}

.btn.small {
  padding: 10px;
  min-width: 130px;
  min-height: 36px;
  font-size: 1.4rem;
  line-height: 1;
}

.btn.small .fa {
  font-size: 1.6rem;
}

.btn.small .fa.fa-chevron-circle-right {
  margin-left: 7px;
}

.btn.small .fa.fa-chevron-circle-left {
  margin-right: 7px;
}

input.btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}

/* #pagetop */
#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

#pagetop i {
  width: 60px;
  height: 60px;
  padding-bottom: 3px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}

#pagetop i:hover {
  opacity: 0.8;
}

#pagetop .fa {
  color: #333;
  font-size: 3rem;
}

@media only screen and (max-width: 1200px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (max-width: 800px) {
  .inner_800 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  /* .btn */
  .btn {
    min-width: 240px;
  }
  /* #pagetop */
  #pagetop {
    width: 50px;
    height: 50px;
    left: 15px;
    bottom: 15px;
  }
  #pagetop i {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  #pagetop i:hover {
    opacity: 1;
  }
  #pagetop .fa {
    font-size: 2rem;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
/* ======================================
solution
====================================== */
/* -----------------------
.color
----------------------- */
.color,
.color a,
a.color {
  color: #111 !important;
}

.color a:hover,
a.color:hover,
a:hover .color {
  opacity: 0.7;
}

/* .absonne customer */
.absonne-customer .color,
.absonne-customer .color a,
.absonne-customer a.color {
  color: #f18e36 !important;
}

/* .azure */
.azure .color,
.azure .color a,
.azure a.color {
  color: #006abb !important;
}

/* .multiclouds */
.multiclouds .color,
.multiclouds .color a,
.multiclouds a.color {
  color: #425579 !important;
}

/* .nsfitos */
.nsfitos .color,
.nsfitos .color a,
.nsfitos a.color {
  color: #08c !important;
}

/* .nsseint */
.nsseint .color,
.nsseint .color a,
.nsseint a.color {
  color: #0d8098 !important;
}

/* .emerald */
.emerald .color,
.emerald .color a,
.emerald a.color {
  color: #009b77 !important;
}

/* .dwp */
.dwp .color,
.dwp .color a,
.dwp a.color {
  color: #00a1cf !important;
}

/* .oracle */
.oracle .color,
.oracle .color a,
.oracle a.color {
  color: #007AB8 !important;
}

/* .data */
.data .color,
.data .color a,
.data a.color {
  color: #35A5A5 !important;
}

/* -----------------------
.color_emphasis
----------------------- */
.color_emphasis {
  color: #bf5f27;
}

/* -----------------------
.hover
----------------------- */
a .hover {
  transition: all 0.3s;
}
a .hover:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

/* -----------------------
.bg
----------------------- */
.bg {
  background: #f1f1f1;
}

/* -----------------------
.color_bg
----------------------- */
.color_bg {
  transition: all 0.3s;
  background-color: #111 !important;
}

a:hover .color_bg {
  opacity: 0.7;
}

/* .absonne customer */
.absonne-customer .color_bg {
  background-color: #f18e36 !important;
}

/* .azure */
.azure .color_bg {
  background-color: #444 !important;
}

/* .multiclouds */
.multiclouds .color_bg {
  background-color: #425579 !important;
}

/* .nsfitos */
.nsfitos .color_bg {
  background-color: #08c !important;
}

/* .dwp */
.dwp .color_bg {
  background-color: #08c !important;
}

/* .oracle */
.oracle .color_bg {
  background-color: #08c !important;
}

/* .data */
.data .color_bg {
  background-color: #35A5A5 !important;
}

/* -----------------------
.color_btn
----------------------- */
.color_btn {
  color: #111;
  background-color: #fff;
  border: #111 solid 1px;
}

.color_btn:hover {
  color: #111;
  background-color: #f0f0f0;
}

/* .multiclouds */
.multiclouds .color_btn {
  color: #425579;
  border: #425579 solid 1px;
}

/* .absonne customer */
.absonne-customer .color_btn {
  color: #f18e36;
  border: #f18e36 solid 1px;
}

/* .azure */
.azure .color_btn {
  color: #444;
  border: #444 solid 1px;
}

/* .nsfitos */
.nsfitos .color_btn {
  color: #08c;
  border: #08c solid 1px;
}

/* .nsseint */
.nsseint .color_btn {
  color: #0d8098;
  border: #0d8098 solid 1px;
}

/* .emerald */
.emerald .color_btn {
  color: #009b77;
  border: #009b77 solid 1px;
}

/* .dwp */
.dwp .color_btn {
  color: #00a1cf;
  border: #00a1cf solid 1px;
}

/* .oracle */
.oracle .color_btn {
  color: #08c;
  border: #08c solid 1px;
}

/* .data */
.data .color_btn {
  color: #35A5A5;
  border: #35A5A5 solid 1px;
}

/* -----------------------
.blockquote
----------------------- */
/* .multiclouds */
.multiclouds #main .blockquote::before,
.multiclouds #main .blockquote::after {
  color: #425579;
}

/* .absonne customer */
.absonne-customer #main .blockquote::before,
.absonne-customer #main .blockquote::after {
  color: #f18e36;
}

/* .azure */
.azure #main .blockquote::before,
.azure #main .blockquote::after {
  color: #425579;
}

/* .nsfitos */
.nsfitos #main .blockquote::before,
.nsfitos #main .blockquote::after {
  color: #08c;
}

/* .nsseint */
.nsseint #main .blockquote::before,
.nsseint #main .blockquote::after {
  color: #0d8098;
}

/* .emerald */
.emerald #main .blockquote::before,
.emerald #main .blockquote::after {
  color: #009b77;
}

/* .dwp */
.dwp #main .blockquote::before,
.dwp #main .blockquote::after {
  color: #00a1cf;
}

/* .oracle */
.oracle #main .blockquote::before,
.oracle #main .blockquote::after {
  color: #08c;
}

/* .data */
.data #main .blockquote::before,
.data #main .blockquote::after {
  color: #35A5A5;
}

/* -----------------------
.color_bg_dark
----------------------- */
.color_bg_dark {
  background-color: #111 !important;
}

/* .absonne customer */
.absonne-customer .color_bg_dark {
  background-color: #222 !important;
}

/* .azure */
.azure .color_bg_dark {
  background-color: #004e8a !important;
}

/* .multiclouds */
.multiclouds .color_bg_dark {
  background-color: #474c50 !important;
}

/* .nsfitos */
.nsfitos .color_bg_dark {
  background-color: #036 !important;
}

/* .nsseint */
.nsseint .color_bg_dark {
  background-color: #033 !important;
}

/* .emerald */
.emerald .color_bg_dark {
  background-color: #130 !important;
}

/* .dwp */
.dwp .color_bg_dark {
  background-color: #10415e !important;
}

/* .oracle */
.oracle .color_bg_dark {
  background-color: #10415e !important;
}

/* .data */
.data .color_bg_dark {
  background-color: #203333 !important;
}

/* -----------------------
#title_area
----------------------- */
/* .multiclouds */
.multiclouds #main #title_area {
  background-image: url(/images/absonne/img_intro.jpg);
}
.multiclouds #main #title_area #intro {
  background-image: none;
}

/* .absonne */
.absonne #main #title_area {
  background-image: url(/images/absonne/img_intro.jpg);
}
.absonne #main #title_area #intro {
  background-image: none;
}

/* .absonne customer */
.absonne-customer #main #title_area {
  background-image: url(/images/absonne/img_intro.jpg);
}
.absonne-customer #main #title_area #intro {
  background-image: none;
}

/* .azure */
.azure #main #title_area {
  background-image: url(/images/absonne/img_intro.jpg);
}
.azure #main #title_area #intro {
  background-image: none;
}

/* .nsfitos */
.nsfitos #main #title_area {
  background-image: url(/images/it-sourcing/img_intro.jpg);
}
.nsfitos #main #title_area #intro {
  background-image: none;
}

/* .dwp */
.dwp #main #title_area {
  background-image: url(/images/dwp/img_intro.png);
}
.dwp #main #title_area #intro {
  background-image: none;
}

/* .oracle */
.oracle #main #title_area {
  background-image: url(/images/oracle/img_intro.jpg);
}
.oracle #main #title_area #intro {
  background-image: none;
}

/* .data */
.data #main #title_area {
  background-image: url(/images/data/img_intro.jpg);
}
.data #main #title_area #intro {
  background-image: none;
}

/* -----------------------
title_
----------------------- */
/* .title_main */
#main .title_main {
  margin-bottom: 15px;
  font-size: 3rem;
}
#main .title_main.middle {
  font-size: 2.8rem;
}
#main .title_main.small {
  font-size: 2.6rem;
}
#main .title_main.bg {
  padding: 10px;
  background: #111;
  color: #fff;
}

/* .title_sub */
#main .title_sub {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}
#main .title_sub.bg {
  padding: 10px;
  background: #111;
  color: #fff;
}

#main .title_sub.points {
  -js-display: flex;
  display: flex;
  align-items: center;
}

#main .title_sub .point {
  width: 60px;
  height: 60px;
  margin-left: -2px;
  margin-right: 13px;
  padding-top: 20px;
  color: #fff;
  background-color: #111;
  display: inline-block;
  border-radius: 30px;
  font-size: 1.6rem;
  text-align: center;
  box-sizing: border-box;
}

#main .title_sub .head {
  width: 85%;
}

/* .title_sub.marker */
#main .title_sub.marker {
  padding-left: 5px;
  border-left: 10px solid;
  font-size: 2rem;
}

/* .title_sub_sub */
#main .title_sub_sub {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.6rem;
}
#main .title_sub_sub.bg {
  padding: 10px;
  background: #111;
  color: #fff;
}

/* .title_case */
#main .title_case {
  -js-display: flex;
  display: flex;
  min-height: 85px;
}
#main .title_case .img {
  width: 300px;
  min-width: 300px;
  -js-display: flex;
  display: flex;
  align-items: center;
}
#main .title_case .img img {
  flex-shrink: 0;
  max-width: 80%;
}
#main .title_case .img.two {
  width: 200px;
  padding-left: 35px;
  border-left: #ccc solid 3px;
}
#main .title_case .img.two img {
  width: 100%;
  height: auto;
}
#main .title_case .title_main {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 35px;
  font-size: 3rem;
  border-left: none;
}
#main .title_case .title_main.two {
  border-left: none;
}

#main .title_case + p {
  margin-top: auto;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  /* .title_main */
  #main .title_main {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #main .title_main.middle {
    font-size: 2rem;
  }
  #main .title_main.small {
    font-size: 2rem;
  }
  /* .title_sub */
  #main .title_sub {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  #main .title_sub .point {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    border-radius: 25px;
    font-size: 1.4rem;
  }
  /* .title_sub_sub */
  #main .title_sub_sub {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  /* .title_case */
  #main .title_case {
    display: block;
    height: auto;
  }
  #main .title_case .img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
  #main .title_case .img.two {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  #main .title_case .img.two img {
    width: auto;
  }
  #main .title_case .title_main {
    padding-left: 0;
    border-left: none;
    font-size: 2.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  #main .title_sub .point {
    width: 40px;
    height: 40px;
    margin-left: -5px;
    margin-right: 4px;
    padding-top: 12px;
    border-radius: 25px;
    font-size: 1.2rem;
  }
}
/* -----------------------
.tag
----------------------- */
#main .tag {
  display: flex;
  margin: 15px 0;
}
#main .tag li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  height: 33px;
  font-size: 1.4rem;
  border: 1px solid;
  margin-right: 5px;
}
#main .tag li img {
  position: relative;
  top: -2px;
  width: 50%;
}

#main .tag li {
  border: 1px solid #333;
  color: #333;
}

/* -----------------------
パンくず
----------------------- */
.breadcrumb {
  width: 100%;
  background: #555;
}
.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}
.breadcrumb_item {
  position: relative;
  font-size: 1.4rem !important;
  color: #efefef;
}
.breadcrumb_item:not(:first-child)::before {
  position: absolute;
  top: 7px;
  left: -4px;
  width: 6px;
  height: 6px;
  border-right: 0.5px solid #efefef;
  border-bottom: 0.5px solid #efefef;
  transform: rotate(-45deg);
  content: "";
}
.breadcrumb_item:not(:first-child) {
  margin-left: 18px;
  padding-left: 20px;
}
.breadcrumb_item a {
  color: #efefef;
}
.breadcrumb_item a:hover {
  text-decoration: underline;
  color: #efefef;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    overflow-x: auto;
  }
  .breadcrumb_list {
    flex-wrap: nowrap;
    padding: 8px;
    white-space: nowrap;
  }
  .breadcrumb_list span {
    padding-right: 8px;
  }
}
/* ======================================
#header
====================================== */
#header {
  font-size: 1.5rem;
  background-color: #fff;
  z-index: 10;
  font-weight: bold;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* #top #header */
#top #header.fixed {
  animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .cts {
  height: 90px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #header {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 960px) {
  #header {
    width: 100%;
    height: 50px !important;
    position: fixed;
    top: 0;
  }
  #header.active,
  #top #header.active {
    background-color: #111 !important;
  }
  #header.active .logo {
    opacity: 0;
  }
  #header .inner {
    padding: 0;
  }
  #header #nav_area {
    width: 100%;
    position: fixed;
    top: 50px;
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
  #header .cts {
    height: auto;
  }
  /* #top #header */
  #top #header.fixed {
    animation: none;
  }
}
/* -----------------------
#nav_sp
----------------------- */
#header #nav_sp,
#header.landing #nav_sp {
  display: none;
}

@media only screen and (max-width: 960px) {
  #header #nav_sp {
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: all 0.3s;
    text-align: center;
    z-index: 10;
  }
  #header #nav_sp:hover {
    cursor: pointer;
  }
  /* .menu-trigger */
  #header #nav_sp .menu-trigger,
  #header #nav_sp .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
  }
  #header #nav_sp .menu-trigger {
    position: relative;
    width: 15px;
    height: 40px;
  }
  #header #nav_sp .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
  }
  #header #nav_sp .menu-trigger span:nth-of-type(1) {
    top: 16px;
  }
  #header #nav_sp .menu-trigger span:nth-of-type(2) {
    bottom: 16px;
  }
  #header.active #nav_sp .menu-trigger span:nth-of-type(1) {
    transform: translateY(3px) rotate(-45deg);
    background-color: #fff !important;
  }
  #header.active #nav_sp .menu-trigger span:nth-of-type(2) {
    transform: translateY(-3px) rotate(45deg);
    background-color: #fff !important;
  }
}
/* ======================================
#main
====================================== */
#main {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: 500;
}

#main p {
  font-size: 1.6rem;
  line-height: 1.6;
}
#main p a {
  text-decoration: underline;
}

#main img {
  max-width: 100%;
}

#main .thumbnail img {
  width: 100%;
}

#main ul li {
  font-size: 1.6rem;
  line-height: 1.5;
}

#main ol li {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #main p {
    font-size: 1.5rem;
  }
  #main ul li {
    font-size: 1.5rem;
  }
  #main ol li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 960px) {
  #main {
    margin-top: 50px !important;
  }
}
/* -----------------------
#intro
----------------------- */
#main #intro {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(/images/nssol/img_intro.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  -js-display: flex;
  display: flex;
  align-items: center;
}

.solution #main #intro {
  padding-top: 90px;
  padding-bottom: 40px;
}

#main #intro:after {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#main #intro .inner {
  z-index: 1;
}

#main #intro .inner .title_main {
  font-size: 3.6rem;
  font-weight: bold;
}

#main #intro .inner .title_main + p {
  font-size: 1.6rem;
  line-height: 1.8;
}

/* .logo */
#main #intro .logo {
  margin-bottom: 20px;
}

#main #intro .logo img {
  max-width: 300px;
  max-height: 100px;
}

#main #intro .logo img[src$=".svg"] {
  width: 100%;
  height: 100%;
}

#main #intro .logo + p {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* .scroll */
#main #intro .scroll {
  text-align: center;
}

#main #intro .scroll a {
  margin: 30px auto 0;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  box-sizing: border-box;
  transition: all 0.3s;
}

#main #intro .scroll a:hover {
  color: #333;
  opacity: 0.8;
}

#main #intro .scroll .fa {
  font-size: 3rem;
}

/* .left */
#main #intro .inner .left {
  width: 75%;
  padding-right: 20px;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

/* .right */
#main #intro .inner .right {
  width: 25%;
  padding: 20px;
  float: right;
  text-align: center;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#main #intro .inner .right .title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

#main #intro .inner .right .lead {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  color: #333;
}

#main #intro .inner .right .btn {
  min-width: auto;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding: 14px 18px 13px;
}

/* .scroll */
#main #intro .scroll a {
  margin: 30px auto 0;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  display: block;
  border-radius: 25px;
}

#main #intro .scroll .fa {
  font-size: 3rem;
}

@media only screen and (max-width: 960px) {
  #main #intro {
    height: auto;
    min-height: inherit;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* .logo */
  #main #intro .logo {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #main #intro .inner .title_main + p {
    font-size: 1.6rem;
  }
  #main #intro {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-size: cover;
  }
  #main #intro .inner .title_main {
    font-size: 2.6rem !important;
  }
  /* .logo */
  #main #intro .logo {
    margin-bottom: 20px;
  }
  #main #intro .logo img[src$=".svg"] {
    width: 80%;
  }
  #main #intro .scroll a:hover {
    opacity: 1;
  }
  /* .left */
  #main #intro .inner .left {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
  }
  #main #intro .inner .left .logo {
    margin-left: auto;
    margin-right: auto;
  }
  /* .right */
  #main #intro .inner .right {
    width: 100%;
    margin-top: 15px;
    float: none;
  }
  #main #intro .inner .right .lead {
    text-align: center;
  }
  #main #intro .inner .right .btn {
    min-width: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 12px 16px;
  }
}
/* -----------------------
#title_area
----------------------- */
#main #title_area {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  position: relative;
  background-image: url(/images/nssol/img_intro.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #333;
  box-sizing: border-box;
}

#main #title_area:after {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#main #title_area .title_main {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #main #title_area {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #main #title_area .title_main {
    font-size: 2.6rem;
  }
}
/* -----------------------
title_
----------------------- */
/* .title_main */
#main .title_main {
  margin-bottom: 15px;
  font-size: 3rem;
}

#main .title_main.middle {
  font-size: 2.8rem;
}

#main .title_main.small {
  font-size: 2.6rem;
}

#main .title_main.title_bold {
  font-weight: bold;
}

/* .title_sub */
#main .title_sub {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}

#main .title_sub.points {
  -js-display: flex;
  display: flex;
  align-items: center;
}

#main .title_sub .point {
  width: 60px;
  height: 60px;
  margin-left: -2px;
  margin-right: 13px;
  padding-top: 20px;
  color: #fff;
  background-color: #036;
  background-color: #111;
  display: inline-block;
  border-radius: 30px;
  font-size: 1.6rem;
  text-align: center;
  box-sizing: border-box;
}

#main .title_sub .head {
  width: 85%;
}

/* .title_sub_sub */
#main .title_sub_sub {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.6rem;
}

/* .title_case */
#main .title_case {
  -js-display: flex;
  display: flex;
  min-height: 85px;
}

#main .title_case .img {
  width: 300px;
  min-width: 300px;
  -js-display: flex;
  display: flex;
  align-items: center;
}

#main .title_case .img.two {
  width: 200px;
  padding-left: 35px;
  border-left: #ccc solid 3px;
}

#main .title_case .img img {
  flex-shrink: 0;
  max-width: 80%;
}

#main .title_case .img.two img {
  width: 100%;
  height: auto;
}

#main .title_case .title_main {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 35px;
  font-size: 3rem;
  border-left: #ccc solid 3px;
}

#main .title_case .title_main.two {
  border-left: none;
}

#main .title_case + p {
  margin-top: 40px;
  text-align: center;
}

#main .title_azure {
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  background: #006abb;
  color: #fff;
}

#main .title_azure.migration {
  background: #999;
}

@media only screen and (max-width: 768px) {
  /* .title_main */
  #main .title_main {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #main .title_main.middle {
    font-size: 2rem;
  }
  #main .title_main.small {
    font-size: 2rem;
  }
  /* .title_sub */
  #main .title_sub {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  #main .title_sub .point {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    border-radius: 25px;
    font-size: 1.4rem;
  }
  /* .title_sub_sub */
  #main .title_sub_sub {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  /* .title_case */
  #main .title_case {
    display: block;
    height: auto;
  }
  #main .title_case .img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }
  #main .title_case .img.two {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  #main .title_case .img.two img {
    width: auto;
  }
  #main .title_case .title_main {
    padding-left: 0;
    border-left: none;
    font-size: 2.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {
  #main .title_sub .point {
    width: 40px;
    height: 40px;
    margin-left: -5px;
    margin-right: 4px;
    padding-top: 12px;
    border-radius: 25px;
    font-size: 1.2rem;
  }
}
/* .list_style */
#main .list_style {
  margin-bottom: 35px;
  font-size: 1.8rem;
  padding-left: 1.5em;
}
#main .list_style span {
  color: #333;
}

#main .list_style:last-child {
  margin-bottom: 0;
}

#main .list_style li {
  margin-bottom: 8px;
  line-height: 1.5;
}
#main .list_style li:last-child {
  margin-bottom: 0;
}
#main .list_style li a {
  text-decoration: underline;
}
#main .list_style li a:hover {
  text-decoration: none;
}

#main ul.list_style_ul li {
  list-style: disc;
}

#main ol.list_style_ol ul li {
  list-style: disc;
  margin-top: 10px;
}

#main ol.list_style_ol li {
  list-style: decimal;
  font-weight: bold;
}
#main ol.list_style_ol li span {
  font-weight: 500;
}

#main ul.list_style_angle-r li {
  position: relative;
  list-style: none;
}

#main ul.list_style_angle-r li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 4px;
  height: 4px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}

#main li.list_style_none {
  position: relative;
  list-style: none !important;
  margin-left: -20px;
}

/* -----------------------
.block
----------------------- */
#main .block {
  padding-top: 50px;
  padding-bottom: 50px;
  /*border-top: #ddd solid 1px;*/
}

#main .block-boeder,
#main .block-border {
  border-top: #ddd solid 1px;
}

#main #intro + .block,
#main #title_area + .block {
  border-top: none;
}

#main .block p + p {
  margin-top: 0.8em;
}

#main .block p a {
  font-weight: bold;
}
#main .block p a:hover {
  text-decoration: none;
}

#main .block.block_white {
  color: #fff;
}

#main .block .cts_list {
  text-align: center;
  margin-top: 5em;
}

#main .block .cts_list ul {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: left;
}

#main .block .cts_list ul li {
  margin-top: 5px;
  padding-left: 1.2em;
  position: relative;
}

#main .block .cts_list ul li:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  display: block;
  content: "\f192";
  position: absolute;
  top: 0.45em;
  left: 0;
}

#main .block .movie-wrap {
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#main .block .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #main .block table */
#main .block table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
  border-left: #ddd solid 1px;
  border-top: #ddd solid 1px;
}

#main .block td {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  vertical-align: middle;
}

#main .block th {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  background-color: #f0f0f0;
  vertical-align: middle;
}

#main .block .cell-white {
  background: #fff;
}

#main .block .cell-black {
  background: #545454;
  color: #fff;
}

#main .block .cell-blue {
  background: #c1c9dc;
}

#main .block .cell-gray {
  background: #fbfbfb;
}

#main .block .cell-center {
  text-align: center;
}

#main .block table ul li {
  font-size: 1.6rem;
}

#main .block table + h3 {
  margin-top: 2em;
}

#main .block table ul li {
  font-size: 1.6rem;
}

#main .block table + h3 {
  margin-top: 2em;
}

@media only screen and (max-width: 768px) {
  /* table */
  #main .block table {
    font-size: 1.4rem;
  }
}
/* table SP時横スクロール */
@media all and (max-width: 768px) {
  .scroll-table {
    overflow-x: scroll;
  }
  .scroll-table table {
    width: 100%;
    min-width: 767px;
    border-collapse: collapse;
  }
}
/* .block_one */
#main .block.block_one {
  margin-left: auto;
  margin-right: auto;
}

#main .block.block_one .thin {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

#main .block.block_one .title_main {
  text-align: center;
}

#main .block.block_one .lead {
  text-align: center;
}

#main .block.block_one .box .img {
  text-align: center;
  padding-top: 3%;
}

#main .block.block_one .box + .box {
  margin-top: 4%;
}

@media only screen and (max-width: 768px) {
  #main .block.block_one .box + .box {
    margin-top: 8%;
  }
}
/* .block_two */
#main .block.block_two {
  -js-display: flex;
  display: flex;
  align-items: center;
}
#main .block.block_two.block_reverse {
  flex-direction: row-reverse;
}
#main .block.block_two.align_start {
  align-items: flex-start;
}
#main .block.block_two.align_end {
  align-items: flex-end;
}
#main .block.block_two .left {
  padding-right: 2%;
}
#main .block.block_two .right {
  padding-left: 2%;
}
#main .block.block_two .img {
  text-align: center;
}

#main .block.block_two .left,
#main .block.block_two .right {
  width: 50%;
  box-sizing: border-box;
}

/* .block_two_2 */
#main .block_two_2 .title_sub {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
#main .block_two_2 p {
  font-size: 1.6rem;
}
#main .block_two_2 .left {
  width: 48%;
  float: left;
}
#main .block_two_2 .right {
  width: 48%;
  padding: 2% 2% 3%;
  float: right;
  background-color: #f0f0f0;
  box-sizing: border-box;
}

/* .block_case */
#main .block_case .flex_box + p {
  text-align: center;
  margin-top: 40px;
}

#main .block_case .flex_box + p {
  text-align: center;
  margin-top: 40px;
}

/* .block_case_dtl */
.block_case_dtl .cts {
  width: 66.6666%;
  float: left;
  display: block;
}

.block_case_dtl .cts p + .title_sub {
  margin-top: 2em;
}

.block_case_dtl .aside {
  width: 25%;
  float: right;
  display: block;
}

#main .block_case_dtl .aside .info {
  font-size: 1.4rem;
}

#main .block_case_dtl .aside .info .logo {
  margin-bottom: 30px;
}

.block_case_dtl .aside .info .title {
  margin-bottom: 5px;
  font-weight: bold;
}

#main .block_case_dtl .aside .info ul.list_style {
  font-size: 1.4rem;
}

#main .block_case_dtl .aside .info ul.list_style li {
  font-size: 1.4rem;
  margin-bottom: 3px;
}

#main .block_case_dtl .aside p {
  font-size: 1.4rem;
  line-height: 1.8;
}

#main .block_case_dtl .aside .info .img {
  margin-top: 20px;
}

/* .block_dtl */
#main .block_dtl .btn.small {
  position: absolute;
  left: 0;
  top: 0;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

/* .block_news */
#main .block_news .box {
  width: 70%;
  margin-top: 0 !important;
  margin: 0 auto;
  /*	float: left;*/
  text-align: center;
}

#main .block_news .box:last-child {
  /*	float: right;*/
  margin-top: 3em;
}

#main .block_news .box .title_main {
  margin-bottom: 15px;
  font-size: 2.6rem;
}

#main .block_news .box dl {
  text-align: left;
  border-top: #ccc dotted 1px;
}

#main .block_news .box dt {
  padding-top: 25px;
  padding-left: 8px;
  color: #666;
  font-size: 1.2rem;
}

#main .block_news .box dd {
  margin-top: -2.4em;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 7em;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: #ccc dotted 1px;
}

#main .block_news .box dd a:hover {
  text-decoration: underline;
}

#main .block_news .box dd.nodate {
  padding-left: 3em;
}

#main .block_news .box .btn {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.solution.archive #main .block_news .box {
  width: 100%;
  float: none;
}

.solution.archive.top #main .block_news .box {
  width: 66%;
  float: left;
  display: block;
}

.solution.archive.top #main .block_news .box_archive {
  width: 25%;
  float: right;
  display: block;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}

.solution.archive.top #main .block_news .box_archive .title {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

.solution.archive.top #main .block_news .box_archive ul li {
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: #ccc dotted 1px;
}

.solution.archive.top #main .block_news .box_archive ul li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px 0;
  transition: background 0.3s;
}

.solution.archive.top #main .block_news .box_archive ul li a:hover {
  background: #f5f5f5;
}

.solution.archive.top #main .block_news .box_archive ul li a span {
  margin-right: 5px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .solution.archive.top #main .block_news .box {
    width: 100%;
    float: none;
  }
  .solution.archive.top #main .block_news .box_archive {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
}
/* .block_cta */
#main .block_cta {
  text-align: center;
}

#main .block_cta .thin {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

#main .block_cta .btn {
  margin-top: 40px;
}

/* -----------------------
block_flex
----------------------- */
.block_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block_flex._reverse_ {
  flex-direction: column-reverse;
}

.block_flex__item:first-child {
  margin-right: 30px;
}

.block_flex__item._small_ {
  width: calc(30% - 30px);
}

.block_flex__item._large_ {
  width: 70%;
}

.block_flex__item._small02_ {
  width: calc(40% - 30px);
}

.block_flex__item._large02_ {
  width: 60%;
}

.block_flex__item._img_ {
  text-align: center;
}

.block_flex__item._img_ img {
  max-width: 100%;
}

/* -----------------------
.block_flex_4column
----------------------- */
.block_flex_4column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.block_flex_4column .__item {
  width: calc(25% - 12px);
  margin: 15px 0 0 15px;
}

.block_flex_4column .__item:nth-child(4n-3) {
  margin-left: 0;
}

.block_flex_4column .__item:nth-child(1),
.block_flex_4column .__item:nth-child(2),
.block_flex_4column .__item:nth-child(3),
.block_flex_4column .__item:nth-child(4) {
  margin-top: 0;
}

@media only screen and (max-width: 1200px) {
  /* .block_dtl */
  #main .block_dtl .btn.small {
    left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #main .block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* .block_one */
  #main .block.block_one .thin {
    padding-left: 0;
    padding-right: 0;
  }
  #main .block.block_one .title_main {
    text-align: left;
  }
  #main .block.block_one .lead {
    text-align: left;
  }
  /* .block_two */
  #main .block.block_two {
    display: block;
  }
  #main .block.block_two .left,
  #main .block.block_two .right {
    width: 100%;
  }
  #main .block.block_two .left {
    padding-right: 0;
  }
  #main .block.block_two .right {
    padding-left: 0;
  }
  #main .block.block_two .box + .box {
    margin-top: 5%;
  }
  /* .block_two_2 */
  #main .block_two_2 .title_sub {
    font-size: 1.6rem;
  }
  #main .block_two_2 p {
    font-size: 1.4rem;
  }
  #main .block_two_2 .left {
    width: 100%;
    float: none;
  }
  #main .block_two_2 .right {
    margin-top: 10px;
    width: 100%;
    float: none;
  }
  /* .block_news */
  #main .block_news .box .title_main {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  #main .block_news .box {
    width: 100%;
    float: none !important;
  }
  #main .block_news .box + .box {
    margin-top: 20px !important;
  }
  #main .block_news .box dt {
    padding-top: 20px;
  }
  #main .block_news .box dd {
    margin-top: -2.2em;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
  }
  #main .block_news .box .btn {
    margin-top: 10px;
  }
  /* .block_case_dtl */
  #main .block_case_dtl .cts {
    width: 100%;
    float: none;
  }
  #main .block_case_dtl .aside {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    float: none;
    text-align: center;
    border-top: #ddd solid 1px;
  }
  /* .block_dtl */
  #main .block_dtl {
    padding-top: 60px;
  }
  /* .block_cta */
  #main .block_cta .thin {
    padding-left: 0;
    padding-right: 0;
  }
}
/* -----------------------
.flex_
----------------------- */
#main .flex_two .item .title.inline::after,
#main .flex_three .item .title.inline::after,
#main .flex_four .item .title.inline::after,
#main .flex_five .item .title.inline::after {
  content: ":";
  margin-right: 5px;
}

#main .flex_two .tag,
#main .flex_three .tag,
#main .flex_four .tag,
#main .flex_five .tag {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  border-left: #ccc solid 4px;
  transition: all 0.3s;
}

#main .flex_two a:hover .tag,
#main .flex_three a:hover .tag,
#main .flex_four a:hover .tag,
#main .flex_five a:hover .tag {
  color: #999;
}

#main .flex_two .tag span,
#main .flex_three .tag span,
#main .flex_four .tag span,
#main .flex_five .tag span {
  margin-top: 4px;
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
}

#main .flex_two .item .img,
#main .flex_three .item .img,
#main .flex_four .item .img,
#main .flex_five .item .img {
  margin-bottom: 12px;
  text-align: center;
}

#main .flex_two .item .img.logo,
#main .flex_three .item .img.logo,
#main .flex_four .item .img.logo,
#main .flex_five .item .img.logo {
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0 !important;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .flex_two .item .img.logo img,
#main .flex_three .item .img.logo img,
#main .flex_four .item .img.logo img,
#main .flex_five .item .img.logo img {
  max-width: 70%;
  max-height: 45%;
}

/* .flex_two */
#main .flex_two .item .title {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: bold;
}

#main .flex_two .item .title_sub {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

#main .flex_two .item p {
  font-size: 1.6rem;
}

#main .flex_two .item p.small {
  font-size: 1.4rem;
  line-height: 1.6;
}

#main .flex_two .item ul.list_style_ul {
  margin-top: 15px;
}

#main .flex_two .item ul.list_style_ul li {
  font-size: 1.4rem;
}

/* .flex_three */
#main .flex_three .item .title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

#main .flex_three .item .title_sub {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}

#main .flex_three .item p {
  font-size: 1.6rem;
}

#main .flex_three .item p.small {
  font-size: 1.4rem;
  line-height: 1.6;
}

#main .flex_three .item ul.list_style_ul {
  margin-top: 15px;
}

#main .flex_three .item ul.list_style_ul li {
  font-size: 1.4rem;
}

/* .flex_four */
#main .flex_four .item .title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}

#main .flex_four .item .title_sub {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}

#main .flex_four .item p {
  font-size: 1.4rem;
  line-height: 1.5;
}

#main .flex_four .item ul.list_style_ul {
  margin-top: 15px;
}

#main .flex_four .item ul.list_style_ul li {
  font-size: 1.4rem;
}

/* .flex_five */
#main .flex_five .item .title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}

#main .flex_five .item .title_sub {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}

#main .flex_five .item p {
  font-size: 1.4rem;
  line-height: 1.5;
}

#main .flex_five .item ul.list_style_ul {
  margin-top: 15px;
}

#main .flex_five .item ul.list_style_ul li {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1024px) {
  #main .flex_box img[src$=".svg"],
  #main .flex_link img[src$=".svg"] {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #main .flex_box img[src$=".svg"],
  #main .flex_link img[src$=".svg"] {
    width: auto;
  }
}
/* -----------------------
.flex_box
----------------------- */
#main .flex_box {
  margin-top: 40px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#main .flex_box .item {
  box-sizing: border-box;
}

#main .flex_box .img img {
  max-height: 120px;
}

/* .flex_two */
#main .flex_box.flex_two .item {
  width: 45%;
  margin-right: 6.5%;
  margin-top: 24px;
}

#main .flex_box.flex_two .item:nth-child(2n),
#main .flex_box.flex_two .item:last-child {
  margin-right: 0;
}

#main .flex_box.flex_two .item:nth-child(-n+2) {
  margin-top: 0;
}

/* .flex_three */
#main .flex_box.flex_three .item {
  width: 29%;
  margin-right: 6.5%;
  margin-top: 24px;
}

#main .flex_box.flex_three .item:nth-child(3n),
#main .flex_box.flex_three .item:last-child {
  margin-right: 0;
}

#main .flex_box.flex_three .item:nth-child(-n+3) {
  margin-top: 0;
}

/* .list_usecase */
#main .flex_box.list_usecase {
  margin-bottom: 30px;
}

#main .flex_box.list_usecase .item {
  padding: 0;
  margin-right: 1%;
  margin-left: 1%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

#main .flex_box.list_usecase .img {
  height: 210px;
  margin-bottom: 0;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: transparent;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .flex_box.list_usecase .img.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#main .flex_box.list_usecase .img img {
  max-height: 170px;
  max-height: 100%;
  max-width: 100%;
}

#main .flex_box.list_usecase .txt_area {
  height: 46px;
  padding: 15px !important;
  color: #fff;
  -js-display: flex;
  display: flex;
  align-items: center;
  position: relative;
}

#main .flex_box.list_usecase .txt_area .title {
  margin-bottom: 0;
  padding-right: 25px;
  font-size: 1.6rem;
  max-height: 2.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#main .flex_box.flex_three.list_usecase .item:nth-child(3n+1) {
  margin-left: 4.5%;
}

#main .flex_box.flex_three.list_usecase .item:nth-child(-n+3) {
  margin-top: 0;
}

/* .flex_four */
#main .flex_box.flex_four .item {
  width: 21.25%;
  margin-right: 5%;
  margin-top: 24px;
}

#main .flex_box.flex_four .item:nth-child(4n),
#main .flex_box.flex_four .item:last-child {
  margin-right: 0;
}

#main .flex_box.flex_four .item:nth-child(-n+4) {
  margin-top: 0;
}

/* .flex_five */
#main .flex_box.flex_five .item {
  width: 18%;
  margin-right: 2%;
  margin-top: 24px;
}

#main .flex_box.flex_five .item:nth-child(5n),
#main .flex_box.flex_five .item:last-child {
  margin-right: 0;
}

#main .flex_box.flex_five .item:nth-child(-n+5) {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #main .flex_box {
    margin-top: 0;
    display: block;
    flex-wrap: nowrap;
  }
  #main .flex_box .item {
    display: block;
  }
  /* .list_usecase */
  #main .flex_box.list_usecase .txt_area {
    height: auto;
    padding: 10px !important;
  }
  #main .flex_box.list_usecase .txt_area:after {
    right: 10px;
  }
  #main .flex_box.list_usecase .txt_area .title {
    max-height: inherit;
    text-overflow: inherit;
    overflow: auto;
    -webkit-line-clamp: inherit;
  }
  /* .flex_two */
  #main .flex_box.flex_two .item {
    width: 100%;
    margin-top: 15px !important;
    margin-left: 0;
    margin-right: 0;
  }
  /* .flex_three */
  #main .flex_box.flex_three .item {
    width: 100%;
    margin-top: 15px !important;
    margin-left: 0;
    margin-right: 0;
  }
  /* .flex_four */
  #main .flex_box.flex_four .item {
    width: 100%;
    margin-top: 15px !important;
    margin-left: 0;
    margin-right: 0;
  }
  /* .flex_five */
  #main .flex_box.flex_five .item {
    width: 100%;
    margin-top: 15px !important;
    margin-left: 0;
    margin-right: 0;
  }
  #main .flex_box.flex_two .item:first-of-type,
  #main .flex_box.flex_three .item:first-of-type,
  #main .flex_box.flex_four .item:first-of-type,
  #main .flex_box.flex_five .item:first-of-type {
    margin-top: 0;
  }
  #main .flex_box.flex_three .item:nth-child(-n+3) {
    margin-top: 30px;
  }
  #main .flex_box.flex_three .item:first-of-type {
    margin-top: 0;
  }
}
/* -----------------------
.flow_link
----------------------- */
.flow_box {
  display: flex;
  border: 2px solid #ccc;
}
.flow_box > li {
  padding: 20px;
  width: 100%;
}
.flow_box > li:not(:last-child) {
  border-right: 2px solid #ccc;
  position: relative;
}
.flow_box > li:not(:last-child)::before, .flow_box > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
}
.flow_box > li:not(:last-child)::before {
  border-width: 16px;
  border-left-color: #ccc;
  top: 45%;
  right: -32px;
}
.flow_box > li:not(:last-child)::after {
  border-width: 16px;
  border-left-color: #fff;
  top: 45%;
  right: -29px;
}
.flow_box.transparent {
  display: flex;
  border: none;
}
.flow_box.transparent > li {
  padding: 0 20px;
  width: 100%;
}
.flow_box.transparent > li:first-child {
  padding-left: 0;
}
.flow_box.transparent > li:last-child {
  padding-right: 0;
}
.flow_box.transparent > li:not(:last-child) {
  border-right: none;
  position: relative;
}
.flow_box.transparent > li:not(:last-child)::before {
  content: "";
  border: solid transparent;
  position: absolute;
  border-width: 14px;
  border-left-color: #333;
  top: 45%;
  right: -20px;
}
.flow_box.transparent > li:not(:last-child)::after {
  border: none;
}

@media only screen and (max-width: 768px) {
  .flow_box {
    display: block;
  }
  .flow_box > li:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #ccc;
  }
  .flow_box > li:not(:last-child)::before {
    border-width: 16px;
    border-top-color: #ccc;
    border-left-color: transparent;
    top: 100%;
    right: 44.5%;
  }
  .flow_box > li:not(:last-child)::after {
    border-width: 14px;
    border-top-color: #fff;
    border-left-color: transparent;
    top: 99%;
    right: 45%;
  }
  .flow_box.transparent {
    display: block;
  }
  .flow_box.transparent > li {
    padding: 0 0 35px;
  }
  .flow_box.transparent > li:last-child {
    padding: 0;
  }
  .flow_box.transparent > li:not(:last-child) {
    border: none;
  }
  .flow_box.transparent > li:not(:last-child)::before {
    border-width: 16px;
    border-top-color: #333;
    border-left-color: transparent;
    top: 91%;
    right: 45%;
  }
  .flow_box.transparent > li:not(:last-child) ::after {
    border: none;
  }
}
/* -----------------------
.flex_link
----------------------- */
#main .flex_link {
  margin-top: 40px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#main .flex_link.flex_left {
  justify-content: flex-start;
}

#main .flex_link .item {
  padding-bottom: 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  display: block;
}

#main .flex_link.service .item {
  padding-top: 20px;
  padding-bottom: 20px;
}

#main .flex_link .item .img {
  padding-top: 20px;
}

#main .flex_link .item .img img {
  transition: all 0.3s;
}

#main .flex_link .item .img.padding {
  padding-top: 15px;
}

#main .flex_link .item .title {
  transition: all 0.3s;
}

#main .flex_link a.item:hover {
  opacity: 0.7;
}

/* .list_usecase */
#main .flex_link.list_usecase {
  margin-bottom: 30px;
}

#main .flex_link.list_usecase .item {
  padding: 0;
}

#main .flex_link.list_usecase .img {
  height: 210px;
  margin-bottom: 0;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: transparent;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .flex_link.list_usecase .img.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#main .flex_link.list_usecase .img img {
  max-height: 170px;
  max-height: 100%;
  max-width: 100%;
}

#main .flex_link.list_usecase .txt_area {
  height: 46px;
  padding: 15px !important;
  color: #fff;
  -js-display: flex;
  display: flex;
  align-items: center;
  position: relative;
}

#main .flex_link.list_usecase .txt_area:after {
  margin-top: -1rem;
  speak: none;
  font-size: 2rem;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 15px;
}

#main .flex_link.list_usecase .txt_area .title {
  margin-bottom: 0;
  padding-right: 25px;
  font-size: 1.6rem;
  max-height: 2.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* .flex_two */
#main .flex_link.flex_two .item {
  width: 45%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 24px;
}

#main .flex_link.flex_two .item .txt_area {
  padding-left: 20px;
  padding-right: 20px;
}

#main .flex_link.flex_two .item:nth-child(2n+1) {
  /*margin-left: 4.5%;*/
}

#main .flex_link.flex_two .item:nth-child(-n+2) {
  margin-top: 0;
}

/* .flex_three */
#main .flex_link.flex_three .item {
  width: 29%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 24px;
}

#main .flex_link.flex_three .item .txt_area {
  padding-left: 20px;
  padding-right: 20px;
}

#main .flex_link.flex_three .item:nth-child(3n+1) {
  margin-left: 4.5%;
}

#main .flex_link.flex_three .item:nth-child(-n+3) {
  margin-top: 0;
}

/* .flex_four */
#main .flex_link.flex_four .item {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 24px;
}

#main .flex_link.flex_four .item .txt_area {
  padding-left: 15px;
  padding-right: 15px;
}

#main .flex_link.flex_four .item:nth-child(-n+4) {
  margin-top: 0;
}

/* .flex_five */
#main .flex_link.flex_five .item {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 24px;
}

#main .flex_link.flex_five .item .txt_area {
  padding-left: 15px;
  padding-right: 15px;
}

#main .flex_link.flex_five .item:nth-child(-n+5) {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #main .flex_link {
    margin-top: 30px;
    display: block;
    flex-wrap: nowrap;
  }
  #main .flex_link .item {
    display: block;
  }
  /* .list_usecase */
  #main .flex_link.list_usecase .txt_area {
    height: auto;
    padding: 10px !important;
  }
  #main .flex_link.list_usecase .txt_area:after {
    right: 10px;
  }
  #main .flex_link.list_usecase .txt_area .title {
    max-height: inherit;
    text-overflow: inherit;
    overflow: auto;
    -webkit-line-clamp: inherit;
  }
  /* .flex_two */
  #main .flex_link.flex_two .item {
    width: 100%;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* .flex_three */
  #main .flex_link.flex_three .item {
    width: 100%;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* .flex_four */
  #main .flex_link.flex_four .item {
    width: 100%;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* .flex_five */
  #main .flex_link.flex_five .item {
    width: 100%;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* -----------------------
.item_box
----------------------- */
.item_box_title {
  display: inline-block;
  padding: 10px;
  font-size: 1.8rem;
  background: #111;
  color: #fff;
}

.item_box_contents {
  padding: 15px 10px;
  background: #f1f1f1;
}

#main .item_box_contents p {
  margin-left: 5px;
}

#main .item_box_contents .list_style_ul li {
  line-height: 1.4;
}

/* -----------------------
.blockquote
----------------------- */
#main .blockquote {
  width: 92%;
  margin-left: 4%;
  padding: 60px 105px;
  text-align: center;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-radius: 5px;
  position: relative;
}

#main .blockquote::before,
#main .blockquote::after {
  height: 75px;
  display: block;
  font-size: 18rem;
  font-family: "Andada", sans-serif;
  opacity: 0.25;
  color: #111;
  position: absolute;
}

#main .blockquote::before {
  content: "“";
  left: 30px;
  top: 15px;
}

#main .blockquote::after {
  content: "”";
  right: 30px;
  bottom: 15px;
}

#main .blockquote.has_img {
  margin-top: 50px;
}

#main .blockquote + .blockquote {
  margin-top: 15px;
}

#main .blockquote p {
  font-size: 1.6rem;
}

#main .blockquote p.writer {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}

#main .blockquote .img {
  width: 116px;
  height: 116px;
  padding: 0;
  margin-top: -70px;
  margin-left: -66px;
  position: absolute;
  left: 50%;
  top: 0;
  border-radius: 50%;
  border: #f0f0f0 solid 8px;
  overflow: hidden;
}

#main .blockquote .img img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #main .blockquote {
    width: 100%;
    margin-left: 0;
    padding: 35px 25px;
  }
  #main .blockquote::before,
  #main .blockquote::after {
    height: 40px;
    font-size: 10rem;
  }
  #main .blockquote::before {
    left: 10px;
    top: 10px;
  }
  #main .blockquote::after {
    right: 10px;
    bottom: 10px;
  }
  #main .blockquote .img {
    width: 90px;
    height: 90px;
    padding: 0;
    margin-top: -65px;
    margin-left: -57px;
  }
}
/* -----------------------
.company_link
----------------------- */
#main .company_link {
  margin-top: 50px;
  -js-display: flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#main .company_link li {
  width: 20%;
  margin-top: 48px;
  text-align: center;
}

#main .company_link li:nth-child(-n+5) {
  margin-top: 0;
}

#main .company_link li img {
  max-height: 60px;
  max-width: 80%;
}

#main .company_link li a {
  transition: all 0.3s;
}

#main .company_link li a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  #main .company_link {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #main .company_link li {
    width: 100%;
    margin-top: 30px !important;
  }
}
/* ======================================
.block_sol
====================================== */
.block_sol {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
  border-radius: 5px;
  background-color: #ccc;
}
.block_sol._w100p_ {
  max-width: 100%;
}

.nsfitos .block_sol {
  background: #e5f3fa;
}

/* ======================================
.block_.gray
====================================== */
.block_gray {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 5px;
  background-color: #f0f0f0;
}
.block_gray._w100p_ {
  max-width: 100%;
}

/* ======================================
.block_orange
====================================== */
.block_orange {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
  border-radius: 5px;
  background-color: #ffe599;
}
.block_orange._w100p_ {
  max-width: 100%;
}

/* ======================================
  .block_yellow
  ====================================== */
.block_yellow {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border: 1px solid #f7eeca;
  border-radius: 5px;
  background-color: #fffef2;
}
.block_yellow._w100p_ {
  max-width: 100%;
}

/* ======================================
  .block_blue
  ====================================== */
.block_blue {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 5px;
  background-color: #d0e2e4;
}
.block_blue._w100p_ {
  max-width: 100%;
}

/* ======================================
  .block_bg_white
  ====================================== */
.block_bg_white {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border-radius: 5px;
  background-color: #fff;
}
.block_bg_white._w100p_ {
  max-width: 100%;
}

/* ======================================
.block_tab
====================================== */
#main .block_tab {
  margin-top: 50px;
}

#main .block_tab ul {
  width: 26%;
  float: left;
  display: inline;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#main .block_tab ul li {
  font-size: 1.6rem;
  font-weight: bold;
  border-top: #fff solid 1px;
  border-bottom: #ccc solid 1px;
  box-sizing: border-box;
}

#main .block_tab ul li:first-child {
  border-top: none;
}

#main .block_tab ul li:last-child {
  border-bottom: none;
}

#main .block_tab ul li a {
  padding: 15px 30px 15px 15px;
  display: block;
  position: relative;
  cursor: pointer;
  color: #888;
  background-color: #f6f6f6;
  transition: all 0.3s;
}

#main .block_tab ul li:first-child a {
  border-radius: 5px 5px 0 0;
}

#main .block_tab ul li:last-child a {
  border-radius: 0 0 5px 5px;
}

#main .block_tab ul li a:after {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  display: block;
  content: "\f18e";
}

#main .block_tab ul li a.current,
#main .block_tab ul li a:hover {
  color: #333;
  background-color: #eee;
}

#main .block_tab .cts {
  width: 70%;
  float: right;
  display: inline;
}

#main .block_tab .cts video,
#main .block_tab .cts img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #main .block_tab {
    margin-top: 30px;
  }
  #main .block_tab ul {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    float: none;
    display: block;
    box-shadow: none;
    border-top: #ccc dotted 1px;
    border-bottom: #ccc dotted 1px;
  }
  #main .block_tab ul li {
    display: inline-block;
    font-size: 1.3rem;
    border: none;
  }
  #main .block_tab ul li a {
    padding: 5px 20px 5px 0;
    background-color: transparent;
  }
  #main .block_tab ul li a:hover {
    color: inherit;
    background-color: inherit;
  }
  #main .block_tab ul li a:after {
    right: 5px;
    content: "\f01a";
  }
  #main .block_tab ul li a.current {
    color: #333;
    background-color: transparent;
  }
  #main .block_tab .cts {
    width: 100%;
    float: none;
    display: block;
  }
}
/* ======================================
2columnリンク
====================================== */
ul.column_2_link {
  display: flex;
  flex-wrap: wrap;
}
ul.column_2_link li {
  position: relative;
  display: flex;
  border: 1px solid #999;
  width: 50%;
}
ul.column_2_link li:nth-child(even) {
  border-left: none;
}
ul.column_2_link li:nth-child(n+3) {
  border-top: none;
}
ul.column_2_link li figure {
  display: flex;
  align-items: center;
  margin-right: 20px;
  width: 90px;
}
ul.column_2_link li figure img {
  min-width: 90px;
}
ul.column_2_link li a {
  height: 100%;
  width: 100%;
  transition: 0.3s;
  text-decoration: none;
}
ul.column_2_link li a::after {
  display: flex;
  align-items: center;
  content: "\f054";
  font-family: "icomoon" !important;
  color: #999;
  margin-left: auto;
  padding-left: 10px;
}
ul.column_2_link li a:hover {
  background: #d9e4fa;
  transition: 0.3s;
}
ul.column_2_link li a:hover .color {
  opacity: 1;
}
ul.column_2_link li .column_2_link-item {
  display: flex;
  padding: 20px;
}

.current {
  background: #efefef;
}

@media screen and (max-width: 768px) {
  ul.column_2_link {
    display: block;
  }
  ul.column_2_link li {
    width: 100%;
  }
  ul.column_2_link li:nth-child(even) {
    border-left: 1px solid #999;
  }
  ul.column_2_link li:nth-child(n+2) {
    border-top: none;
  }
  ul.column_2_link li figure {
    margin-right: 15px;
    width: 50px;
  }
  ul.column_2_link li figure img {
    min-width: 50px;
  }
  ul.column_2_link li figure .column_2_link-item {
    padding: 15px;
  }
}
/* ============================================================================== */
/* blog関連 */
/* ============================================================================== */
#container {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.box_blog {
  width: 246px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 7px;
  transition: opacity 0.5s;
  align-items: flex-start;
  opacity: 0;
}
.box_blog._visible_ {
  opacity: 1;
}
.box_blog:hover {
  opacity: 0.6;
}
.box_blog__head {
  padding: 10px;
}
.box_blog__head__img {
  position: relative;
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_blog__head__img .__elem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_blog__head__title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 10px;
  height: 65px;
  overflow: hidden;
}
.box_blog__text {
  background: #f0f0f0;
  padding: 5px 8px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_blog__text .__date,
.box_blog__text .__category {
  font-size: 1.2rem;
}

@media only screen and (min-width: 769px) {
  #container .box_blog:nth-child(-n+3) {
    width: calc(33.3333333333% - 15px);
  }
  #container .box_blog:nth-child(-n+3) .box_blog__head__img {
    width: 100%;
    height: inherit;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
  }
  #container .box_blog:nth-child(-n+3) .box_blog__head__img .__elem {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #container .box_blog:nth-child(-n+3) .box_blog__head__title {
    height: 45px;
  }
}
cite {
  font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
  #main .blog_dtl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #container {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #container .box_blog {
    width: calc(50% - 14px);
    margin: 7px;
    align-items: stretch;
    padding-bottom: 26px;
    position: relative;
  }
  #container .box_blog:hover {
    opacity: 1;
  }
  #container .box_blog__head {
    padding: 10px;
  }
  #container .box_blog__head__img {
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
    height: inherit;
    position: relative;
  }
  #container .box_blog__head__img .__elem {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #container .box_blog__head__title {
    height: inherit;
    overflow: inherit;
    font-size: 1.3rem;
    font-weight: normal;
  }
  #container .box_blog__text {
    position: absolute;
    bottom: 0;
    height: 26px;
    width: 100%;
  }
  #container .box_blog__text .__date,
  #container .box_blog__text .__category {
    font-size: 1.1rem;
  }
}
/* ============================================================================== */
/* blog-contents */
/* ============================================================================== */
.l-blog-contents {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: flex-start;
}
.l-blog-contents._event_ {
  justify-content: center;
}

.blog-entry {
  flex: 0 0 770px;
  width: 770px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background: #fff;
  margin: 7px;
  align-items: flex-start;
}
.blog-entry__ttl {
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 3.2rem;
  font-weight: bold;
}
.blog-entry__info {
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}
.blog-entry__info .__date,
.blog-entry__info .__category {
  padding: 12px 0 10px;
  font-size: 1.2rem;
}
.blog-entry__info .__date i,
.blog-entry__info .__category i {
  margin-right: 5px;
}
.blog-entry__info .__category {
  border-left: #ddd solid 1px;
  padding-left: 10px;
}

.related-list {
  flex: 0 1 500px;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.related-list .box_blog {
  width: 235px;
}

@media only screen and (max-width: 768px) {
  .l-blog-contents {
    max-width: 100%;
    display: block;
    padding: 15px;
  }
  .blog-entry {
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    background: #fff;
    margin: 7px 0;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .blog-entry__ttl {
    padding: 10px 20px;
    font-size: 2.4rem;
    margin-bottom: 0;
    font-weight: bold;
  }
  .blog-entry .text_area img {
    height: auto;
  }
  .related-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .related-list .box_blog {
    width: calc(50% - 14px);
    margin: 7px;
    align-items: stretch;
    padding-bottom: 26px;
    position: relative;
  }
  .related-list .box_blog:hover {
    opacity: 1;
  }
  .related-list .box_blog__head {
    padding: 10px;
  }
  .related-list .box_blog__head__img {
    overflow: hidden;
  }
  .related-list .box_blog__head__img .__elem {
    width: 100%;
    height: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .related-list .box_blog__head__title {
    height: inherit;
    overflow: inherit;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .related-list .box_blog__text {
    position: absolute;
    bottom: 0;
    height: 26px;
    width: 100%;
  }
  .related-list .box_blog__text .__date,
  .related-list .box_blog__text .__category {
    font-size: 1.1rem;
  }
}
/* -----------------------
.type_event .form_blog
----------------------- */
#main .blog_dtl #container.type_event .form_blog .box_blog {
  width: 380px;
}

#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound {
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 12px;
  border-top: #ff9933 solid 5px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: none;
  box-sizing: border-box;
  min-height: 200px;
  position: relative;
  z-index: 1 !important;
}

#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound .title_sub {
  text-align: center;
}

#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound .hs-form .hs-field-desc {
  font-size: 1.1rem !important;
  margin-top: 0;
  margin-bottom: 4px;
}

#main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound .hs-form .hs-error-msgs label {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1320px) {
  #main .blog_dtl #container.type_event .form_blog .box_blog {
    width: 100%;
    max-width: 770px;
  }
  #main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound {
    padding: 20px 20px;
  }
  #main .blog_dtl #container.type_event .form_blog .box_blog .hs-form .hs-button {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #main .blog_dtl #container.type_event .form_blog .box_blog {
    margin-left: 0;
  }
  #main .blog_dtl #container.type_event .form_blog .box_blog .form_inbound {
    padding: 15px 15px;
  }
}
/* .img */
.blog-entry .img {
  padding: 0;
}

/* .pagination */
.blog-entry .pagination {
  width: 100%;
  padding: 0;
  font-weight: normal;
  font-size: 0;
  text-align: center;
  border-top: #ddd solid 1px;
  background-color: #ddd;
}

.blog-entry .pagination li {
  width: 50%;
  position: relative;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.blog-entry .pagination li + li {
  border-left: #ddd solid 1px;
}

.blog-entry .pagination li a {
  padding: 20px 50px;
  display: block;
  color: #666;
  background-color: #f4f4f4;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-entry .pagination li a:hover {
  color: #fff;
  background-color: #333;
}

.blog-entry .pagination li .fa {
  margin-top: -1.4rem;
  font-size: 2.8rem;
  position: absolute;
  top: 50%;
}

.blog-entry .pagination li .fa.fa-angle-left {
  left: 20px;
}

.blog-entry .pagination li .fa.fa-angle-right {
  right: 20px;
}

/* .legacy */
.legacy .blog-entry .thumbnail.img {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #eee;
}

.legacy .blog-entry .thumbnail.img img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .blog-entry {
    width: 100% !important;
  }
  /* .title_main */
  .blog-entry .title_main {
    padding: 10px 20px;
    font-size: 2.4rem;
  }
  /* .datecate */
  .blog-entry .datecate .date,
  .blog-entry .datecate .cate {
    padding: 12px 20px;
  }
  .blog-entry .thumbnail.img {
    width: 100%;
    text-align: center;
    display: block;
  }
  .blog-entry .thumbnail.img img {
    width: 100%;
  }
  /* .pagination */
  .blog-entry .pagination li {
    font-size: 1.4rem;
  }
  .blog-entry .pagination li a {
    padding: 20px 45px;
  }
  .blog-entry .pagination li a:hover {
    color: #fff;
    background-color: #333;
  }
  .blog-entry .pagination li .fa {
    margin-top: -1.3rem;
    font-size: 2.6rem;
  }
  .blog-entry .pagination li .fa.fa-angle-left {
    left: 15px;
  }
  .blog-entry .pagination li .fa.fa-angle-right {
    right: 15px;
  }
}
@media only screen and (max-width: 414px) {
  /* .pagination */
  .blog-entry .pagination li {
    width: 100%;
    float: none;
  }
  .blog-entry .pagination li + li {
    border-left: none;
    border-top: #ddd solid 1px;
  }
}
/* -----------------------
.text_area
----------------------- */
.blog-entry .text_area {
  padding: 35px 40px;
}

.blog-entry .text_area a {
  font-weight: bold;
  color: #333399;
  text-decoration: underline;
  transition: all 0.3s;
}

.blog-entry .text_area a:hover {
  opacity: 0.7;
}

.blog-entry .text_area .btn.orange {
  color: #fff;
}

.blog-entry .text_area .btn.color_btn {
  color: #111;
}

/* h2 h3 h4 p */
.blog-entry .text_area h2 {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 0.7em;
  padding: 10px 35px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-left: #111 solid 5px;
  background-color: #444;
  box-sizing: border-box;
}

.blog-entry .text_area h3 {
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: #333 solid 1px;
}

.blog-entry .text_area h2 + h3 {
  margin-top: 1.2em;
}

.blog-entry .text_area h3 + h4 {
  margin-top: 1.2em;
}

.blog-entry .text_area h4 {
  margin-bottom: 0.3em;
  font-weight: bold;
}

.blog-entry .text_area p + h2 {
  margin-top: 1.5em;
}

.blog-entry .text_area p + h3 {
  margin-top: 1.2em;
}

.blog-entry .text_area p + h4 {
  margin-top: 1.2em;
}

.blog-entry .text_area p {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.11em;
}

.blog-entry .text_area p + p {
  margin-top: 0.8em;
}

/* ul ol */
.blog-entry .text_area ul,
.blog-entry .text_area ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.blog-entry .text_area li {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.blog-entry .text_area ul li {
  list-style: disc;
}

.blog-entry .text_area ol li {
  list-style: decimal;
}

/* table */
.blog-entry .text_area table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.5;
  border-left: #ddd solid 1px;
  border-top: #ddd solid 1px;
}

.blog-entry .text_area:last-child {
  margin-bottom: 0;
}

.blog-entry .text_area td {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}

.blog-entry .text_area th {
  padding: 9px 10px 8px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  background-color: #f0f0f0;
}

/* blockquote */
.blog-entry .text_area blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 15px 25px;
  background-color: #f0f0f0;
  border-radius: 5px;
}

.blog-entry .text_area blockquote p {
  font-size: 1.5rem;
}

/* .movie-wrap */
.blog-entry .text_area .movie-wrap {
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.blog-entry .text_area .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Blog disclaimer */
.blog-entry .text_area .disclaimer {
  padding: 10px;
  border: 1px solid #111;
  margin-top: 1em;
  font-size: small;
}

/* BlogCTA */
.blog-entry .text_area .cta_block {
  margin-top: 50px;
}

.blog-entry .text_area .cta_block a {
  transition: all 0.5s;
}

.blog-entry .text_area .cta_block a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .blog-entry .text_area {
    padding: 20px;
  }
  /* h2 h3 h4 p */
  .blog-entry .text_area h2 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 15px;
    font-size: 2rem;
  }
  .blog-entry .text_area h3 {
    font-size: 1.8rem;
  }
  /* ul ol */
  .blog-entry .text_area li {
    font-size: 1.4rem;
  }
  /* table */
  .blog-entry .text_area table {
    font-size: 1.4rem;
  }
  /* blockquote */
  .blog-entry .text_area blockquote {
    padding: 10px 20px;
  }
  .blog-entry .text_area blockquote p {
    font-size: 1.4rem;
  }
}
/* -----------------------
#nav_blog
----------------------- */
#main #title_area.blog {
  height: 170px;
}

#nav_blog {
  margin-top: -50px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

#nav_blog.fixed {
  margin-top: 0;
  position: fixed;
  top: 50px;
  z-index: 5;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 1s;
  transform: translate3d(0, 0, 0);
}

#nav_blog ul {
  height: 50px;
  position: relative;
  font-size: 0;
}

#nav_blog ul li {
  margin-top: 10px;
  margin-right: 3px;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
}

#nav_blog ul li:last-child {
  margin-right: 0;
}

#nav_blog ul li a {
  height: 30px;
  padding: 6px 12px 0;
  border: #fff solid 2px;
  color: #fff;
  display: block;
  border-radius: 15px;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
}
#nav_blog ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

#nav_blog ul li ._current_,
#nav_blog ul li a._current_:hover {
  background-color: rgb(255, 255, 255);
  color: #111;
}

#nav_blog ul li.select a {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: default;
}

@media only screen and (max-width: 960px) {
  #main #title_area.blog {
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  #main #title_area.blog {
    height: auto;
    min-height: 60px;
    padding-top: 12px;
  }
}
/* -----------------------
.sns_blog
----------------------- */
.blog-entry .text_area .sns_blog {
  position: absolute;
  top: 0;
  left: -65px;
  transform: translate3d(0, 0, 0);
  z-index: 1 !important;
}
.blog-entry .text_area .sns_blog a {
  text-decoration: none;
}
.blog-entry .text_area .sns_blog ul {
  margin: 0;
  padding: 0;
}
.blog-entry .text_area .sns_blog ul li {
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
  display: block;
  list-style: none;
  font-size: 2rem;
  background-color: #ccc;
}

.sns_blog li a .fa {
  width: 40px;
  height: 40px;
  display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s;
}
.sns_blog li a .fa:hover {
  opacity: 0.7;
}

.sns_blog li a .fa-facebook {
  background-color: #315096;
}

.sns_blog li a .fa-twitter {
  background-color: #55acee;
}

.sns_blog li a .fa-google-plus {
  background-color: #dd4b39;
}

.sns_blog li a .fa-get-pocket {
  background-color: #ef3e56;
}

.sns_blog li a .fa-envelope {
  background-color: #5da7c6;
}

.sns_blog li a .fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

.sns_blog li a .fa-hatena {
  background-color: #1ba5dc;
}

/* top SNS */
#top .sns_blog {
  width: auto;
}

#top .sns_blog ul li {
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  #top .sns_blog {
    height: 30px;
    margin-top: 0;
  }
  #top .sns_blog ul li {
    width: 30px;
    height: 30px;
  }
  #top .sns_blog li a .fa {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 960px) {
  #top #header.active .sns_blog {
    opacity: 0;
  }
}
@media only screen and (max-width: 960px) {
  .sns_blog {
    height: 40px;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    position: static !important;
    overflow: hidden;
  }
  .blog-entry .text_area .sns_blog ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .blog-entry .text_area .sns_blog ul li {
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    left: -50%;
    float: left;
  }
  .blog-entry .text_area .sns_blog ul li:last-child {
    margin-right: 0;
  }
}
/* -----------------------
.block_cta_blog
----------------------- */
.block_cta_blog {
  clear: both;
  text-align: center;
  color: #fff;
  background-image: url(/images/img_cta.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.block_cta_blog .inner,
.block_cta_blog .inner_800 {
  z-index: 1;
}

.block_cta_blog:after {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.block_cta_blog a {
  color: #fff;
}

.block_cta_blog .hs-form .form-columns-2 .hs-form-field {
  width: 320px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.block_cta_blog .hs-form .form-columns-2 .hs-form-field input {
  height: 32px;
}

.block_cta_blog .att {
  font-size: 1.2rem !important;
}

@media only screen and (max-width: 375px) {
  .block_cta_blog .hs_email {
    width: 100%;
  }
}
/* ======================================
form 関連
====================================== */
/* .select-wrap */
.select-wrap {
  width: 100%;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 5px;
}

.select-wrap select {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 0 10px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 1.6rem;
  line-height: 1.5;
}

.entypo-down-open-mini:before {
  content: "\f0dc";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 5;
  top: 50%;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  line-height: 1;
  color: #333;
  width: 30px;
  height: 40px;
  background-color: #fff;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  display: table-cell;
  text-align: center;
  padding-top: 15px;
}

/* .form_inbound */
.form_inbound {
  width: 900px;
  /*margin-top: -80px;*/
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border-top: #ff9933 solid 5px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  min-height: 200px;
}

/* .hs-form */
.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=tel],
.hs-form input[type=password],
.hs-form input[type=number] {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: 100% !important;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.hs-form .form-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
}

.hs-form .form-columns-2 .hs-form-field {
  width: 48.5% !important;
}

.hs-form .form-columns-2 .hs-form-field:nth-child(2) {
  float: right;
}

.hs-form fieldset.form-columns-2 .hs-form-field.hs_lastname {
  float: left;
}

.hs-form fieldset.form-columns-2 .hs-form-field.hs_firstname {
  float: right;
}

.hs-form .hs-error-msgs label {
  color: red;
  line-height: 1.2;
}

.hs-form-field {
  padding-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

.hs-form fieldset {
  max-width: none !important;
}

.hs-form fieldset.form-columns-3 .input {
  margin-right: 0 !important;
}

.hs-form .inputs-list li {
  margin-top: 8px;
}

.hs-form .inputs-list li input {
  margin-top: -2px;
}

.hs-form .inputs-list li label > span {
  display: inline-block;
}

.hs-form select {
  width: 100% !important;
  height: 40px;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 0 !important;
  font-size: 1.4rem;
  line-height: 1;
  border: #ccc solid 1px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0 !important;
}

.hs-input {
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.4rem;
  border: #ccc solid 1px;
  box-sizing: border-box;
  border-radius: 0;
}

.hs-form textarea {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 1.6rem;
  height: 10em;
  width: 100% !important;
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
  cursor: pointer;
}

input.hs-input,
textarea.hs-input,
select.hs-input {
  border-radius: 0 !important;
}

textarea.hs-input {
  padding-top: 5px;
}

html.webkit textarea.hs-input {
  padding-top: 6px;
  padding-left: 5px;
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  border: 0;
}

input.hs-input[type=button],
input.hs-input[type=reset],
input.hs-input[type=submit] {
  width: auto;
  height: auto;
}

.hs-form label {
  font-size: 13px;
  font-weight: bold;
  float: left;
}

.hs-form.stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

#main .block_cta .form_inbound .hs-form.stacked .inputs-list.multi-container label {
  float: left;
  width: 33.333%;
}

#pagebody .block_inbound .form_inbound ul.hs-error-msgs {
  padding-left: 0;
}

#pagebody .block_inbound .form_inbound ul.hs-error-msgs li {
  list-style-type: none;
}

.hs-form.stacked .field {
  margin-bottom: 25px;
}

#main .block_cta .form_inbound .hs-form.stacked .hs_chub_inquiry_type {
  min-height: 40px;
}

#main .block_cta .form_inbound .hs-form.stacked .hs_customer_problem.field {
  height: 70px;
}

.hs-form.stacked .field div.input {
  margin-left: 0;
}

.hs-form.stacked .inputs-list {
  margin-bottom: 0;
}

.hs-form.stacked .inputs-list > li {
  padding-top: 0;
}

.hs-form.stacked .inputs-list > li label {
  font-weight: normal;
  padding-top: 0;
}

.hs-form {
  padding-left: 0;
}

.hs-form.stacked {
  padding-left: 0;
}

.hs-form.stacked fieldset {
  padding: 0;
}

.hs-form .hs-button {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: auto;
  height: auto;
  min-width: 260px;
  min-height: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  padding: 18px 12px 16px;
  font-size: 1.6rem !important;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background-color: #f90;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 3px;
  text-shadow: none !important;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}

.hs-form .hs-button:hover {
  background-color: #fc6;
}

.hs-form .hs-button:visited,
.hs-form .hs-button:hover {
  color: #fff;
}

.hs-form .hs-form-required {
  color: red;
}

.hs_blog_default_hubspot_blog_subscription .hs-form-required {
  display: none !important;
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
  margin-right: 5px;
}

.hs-form .actions {
  text-align: center;
}

.hs-field-desc {
  font-size: 1.2rem !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-privacy {
  font-size: 1.2rem !important;
}

.block_cta .form-privacy {
  text-align: center;
}

.form-privacy a {
  text-decoration: underline;
}

.hs-richtext {
  font-size: 1.4rem !important;
  line-height: 1.5;
}

.hs-richtext span {
  font-size: 1.2rem !important;
}

.inbound .form-title,
#pagebody.project .form-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
}

.input select {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.hs-fieldtype-checkbox {
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .hs-fieldtype-checkbox {
    height: auto;
  }
}
@media only screen and (max-width: 900px) {
  .form_inbound {
    width: 92%;
  }
  #main .block_cta .form_inbound .hs-form.stacked .inputs-list.multi-container label {
    float: none;
    width: 100%;
  }
  #main .block_cta .form_inbound .hs-form.stacked .hs_customer_problem.field,
  #main .block_cta .form_inbound .hs-form.stacked .hs_chub_inquiry_type {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .form_inbound {
    margin-top: 0;
    padding: 20px;
  }
  .hs-form .form-title {
    font-size: 1.6rem;
  }
  .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .hs-form .form-columns-2 .hs-form-field:nth-child(2) {
    float: none;
  }
}
@media only screen and (max-width: 414px) {
  .hs-form .hs-button {
    min-width: 240px;
  }
}
/* ======================================
adjust
====================================== */
/* margin-bottom */
.mbm00 {
  margin-bottom: 0px !important;
}

.mbm10 {
  margin-bottom: 10px !important;
}

.mbm15 {
  margin-bottom: 15px !important;
}

.mbm20 {
  margin-bottom: 20px !important;
}

.mbm30 {
  margin-bottom: 30px !important;
}

.mbm40 {
  margin-bottom: 40px !important;
}

/* margin-top */
.mtp00 {
  margin-top: 0px !important;
}

.mtp10 {
  margin-top: 10px !important;
}

.mtp15 {
  margin-top: 15px !important;
}

.mtp20 {
  margin-top: 20px !important;
}

.mtp30 {
  margin-top: 30px !important;
}

.mtp40 {
  margin-top: 40px !important;
}

/* margin-left */
.mlt00 {
  margin-left: 0px !important;
}

.mlt10 {
  margin-left: 10px !important;
}

/* margin-right */
.mrt00 {
  margin-right: 0px !important;
}

.mrt10 {
  margin-right: 10px !important;
}

/* padding */
.p00 {
  padding: 0px !important;
}

.p10 {
  padding: 10px !important;
}

/* padding-bottom */
.pbm00 {
  padding-bottom: 0px !important;
}

/* padding-top */
.ptp00 {
  padding-top: 0px !important;
}

.ptp10 {
  padding-top: 10px !important;
}

.ptp20 {
  padding-top: 20px !important;
}

.ptp30 {
  padding-top: 30px !important;
}

.ptp40 {
  padding-top: 40px !important;
}

/* padding-left */
.plt00 {
  padding-left: 0px !important;
}

.plt10 {
  padding-left: 0px !important;
}

/* padding-right */
.prt00 {
  padding-right: 0px !important;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/* border */
.bdtn {
  border-top: none !important;
}

/* font */
.note {
  font-size: 1.4rem !important;
}

.text_s {
  font-size: small !important;
}

.bold {
  font-weight: bold !important;
}

/* 表示切替 */
@media print, screen and (max-width: 769px) {
  .appear-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .appear-sp {
    display: none;
  }
}
/* arrow */
.arrow {
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #006abb transparent transparent transparent;
}
.arrow.orange {
  border-color: #f90 transparent transparent transparent;
}
.arrow.lightblue {
  border-color: #a1dbe6 transparent transparent transparent;
}
.arrow_sideway {
  width: 0;
  height: 0;
  margin: auto;
  border-width: 25px 0 25px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #006abb;
}

/* 汎用flex */
.flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_area .flex_1col,
.flex_area .flex_2col {
  border: 1px solid #999;
  padding: 25px;
  box-sizing: border-box;
}

.flex_area .flex_1col {
  flex-basis: 100%;
}

.flex_area .flex_2col {
  flex-basis: calc(50% - 7px);
}

.flex_area .flex_2col:nth-child(n+3) {
  margin-top: 15px;
}

.flex_title {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.flex_title_icon {
  margin-right: 15px;
  min-width: 50px;
}

#main .flex_area ul.list_style_ul li {
  font-size: 0.8em;
  margin-bottom: 5px;
}

/* ======================================
.sitemap
====================================== */
#main .block .cts_list.sitemap {
  margin-top: 0;
}

#main .block .cts_list.sitemap ul {
  display: block;
  margin-bottom: 20px;
}

/* ======================================
.resource
====================================== */
/* -----------------------
.block_resource_dtl
----------------------- */
.block_resource_dtl .cts {
  width: 63%;
  float: left;
  display: block;
}

.block_resource_dtl .cts p + .title_sub {
  margin-top: 2em;
}

.block_resource_dtl .aside {
  width: 33%;
  float: right;
  display: block;
}

.block_resource_dtl .aside .hs-form .hs-button {
  min-width: inherit;
}

#main .block_resource_dtl .aside .info {
  font-size: 1.4rem;
}

#main .block_resource_dtl .aside .info .logo {
  margin-bottom: 30px;
}

.block_resource_dtl .aside .info .title {
  margin-bottom: 5px;
  font-weight: bold;
}

#main .block_resource_dtl .aside p {
  font-size: 1.4rem;
  line-height: 1.8;
}

#main .block_resource_dtl .aside .info .img {
  margin-top: 20px;
}

#main .block_resource_dtl .aside .form_inbound {
  width: auto;
  margin-top: 0;
  padding: 20px 15px;
}

#main .block_resource_dtl .aside .form_inbound .title_sub {
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #main .block_resource_dtl .aside .form_inbound {
    width: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* .block_resource_dtl */
  .block_resource_dtl .cts {
    width: 100%;
    float: none;
  }
  .block_resource_dtl .aside {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    float: none;
    text-align: center;
    border-top: #ddd solid 1px;
  }
}
/* -----------------------
faq
----------------------- */
.faqbox {
  margin-bottom: 10px;
}

.faq_header {
  padding: 10px 40px 10px 40px;
  color: #333;
  border: #000 solid 1px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 3px;
  text-indent: -1.2em;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.faq_header:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.faq_header:after {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f055";
  margin-top: -9px;
  font-size: 18px;
  color: #000;
  position: absolute;
  right: 10px;
  top: 50%;
}

.faq_header.open:after {
  content: "\f056";
}

.faq_description {
  margin-top: 3px;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #f4f4f4;
  border-radius: 3px;
}

.faq_description a {
  font-weight: bold;
  text-decoration: underline;
}

.faqbox + .title_sub {
  margin-top: 40px;
}

/* -----------------------
.ebook
----------------------- */
#main .ebook {
  background-color: rgba(0, 0, 0, 0.1);
}

#main .ebook .block {
  border-top: none;
}

/* E-BookCTAブロック背景色*/
/* .absonne customer */
.absonne-customer #main .ebook {
  background-color: rgba(68, 68, 68, 0.1);
}

/* .azure */
.azure #main .ebook {
  background-color: rgba(68, 68, 68, 0.1);
}

/* .multiclouds */
.multiclouds #main .ebook {
  background-color: rgba(68, 68, 68, 0.1);
}

/* .nsfitos */
.nsfitos #main .ebook {
  background-color: rgba(0, 136, 204, 0.1);
}

/* .dwp */
.dwp #main .ebook {
  background-color: rgba(59, 175, 210, 0.1);
}

/* .oracle */
.oracle #main .ebook {
  background-color: rgba(59, 175, 210, 0.1);
}

/* .data */
.data #main .ebook {
  background-color: rgba(0, 155, 119, 0.1);
}

@media only screen and (max-width: 768px) {
  #main .ebook {
    text-align: center;
  }
}
/* -----------------------
.solution-link
----------------------- */
.solution-link {
  height: 120px;
  width: 120px;
  position: fixed !important;
  bottom: 30px;
  left: 30px;
  display: block;
}

.solution-link .solution-link-txt {
  height: 120px;
  width: 120px;
  background-color: #111;
  border-radius: 50%;
  opacity: 0.8;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 768px) {
  .solution-link {
    display: none;
  }
}
/* -----------------------
資料一覧サムネイル
----------------------- */
#main .flex_link.list_usecase.resource {
  background: #fff;
}

#main .flex_link.list_usecase.resource .img {
  background-color: transparent;
}

#main .flex_link.list_usecase.resource .img img {
  max-height: 170px;
}

/* -----------------------
サービス一覧
----------------------- */
#main .flex_link.service_list .item .img {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  #main .flex_link.service_list .item .img img {
    width: 100%;
  }
}
/* -----------------------
縦フロー
----------------------- */
#main .flow {
  max-width: 600px;
  border: #06c solid 1px;
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

#main .flow p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

/* -----------------------
横フロー
----------------------- */
.flow_box .row .flow_box_title {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #67bfd7;
  color: #111;
}
.flow_box .row .flow_box_title.yellow {
  background: #fbeec9;
}

.flow_box.vertical .row .flow_box_lead {
  margin: 0 0 0 10px;
  padding: 10px;
  border: 2px solid #67bfd7;
}
.flow_box.vertical .flow_box_arrow {
  display: flex;
  justify-content: center;
  margin: 0;
}
.flow_box.vertical .flow_box_arrow .arrow {
  border-width: 15px 15px 0 15px;
}

@media only screen and (max-width: 768px) {
  .flow_box.vertical .row .flow_box_lead {
    margin: 0;
  }
}
/* -----------------------
Azure特殊フローボックス
----------------------- */
.azure_flow_box .row .azure_flow_box_title {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #67bfd7;
  color: #111;
}
.azure_flow_box .row .azure_flow_box_title.yellow {
  background: #fbeec9;
}

.azure_flow_box.vertical .row .azure_flow_box_lead {
  margin: 0 0 0 10px;
  padding: 10px;
  border: 2px solid #67bfd7;
}
.azure_flow_box.vertical .azure_flow_box_arrow {
  display: flex;
  justify-content: center;
  margin: 0;
}
.azure_flow_box.vertical .azure_flow_box_arrow .arrow {
  border-width: 15px 15px 0 15px;
}

@media only screen and (max-width: 768px) {
  .azure_flow_box.vertical .row .azure_flow_box_lead {
    margin: 0;
  }
}
/* -----------------------
footer cta
----------------------- */
body.download_popup_open {
  position: relative;
}

@keyframes download_popup_show {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes download_popup_hide {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
#download_popup_widget {
  z-index: 1000;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: table;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-top: 5px solid #f90;
}

#download_popup_widget *,
#download_popup_widget *:after,
#download_popup_widget *:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#download_popup_widget .download_popup_body {
  transition: all 0.3s;
}
#download_popup_widget .download_popup_body:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #download_popup_widget {
    width: 365px;
    height: 160px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #download_popup_widget {
    display: none !important;
  }
}
.download_popup_inner {
  position: relative;
  display: table-cell;
  width: 100%;
  max-height: 100%;
}

.download_popup_inner #download_popup_close {
  position: absolute;
  top: -30px;
  right: 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #f90 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABGdBTUEAALGPC/xhBQAAAV1JREFUSA21lrFuwjAQhl2EVAmJgaFTF6Y+CSsrT8UL8ALMlfoUfYeqLKWUpa1YCELi+jvhlOp8F9vCOeFcON/vT3ZiX5xTjIjulHBSyNIOpLoiWiJ2gQBWzWW/9R/Jk29cGu3vBndDK9ftidbIFXZamIJrBwSTo1ARYTQNpkNYbcN0COsE7INoxV22D2HdEB5p65cThgfv1zbNWhjyleUyR5nWrK3Zr3VUc0TH4TPRcjm2e6hBZ6IZh8r7r5cawpd+YALSD8yAlIVFIGVgiZDbYPs166UPzjpOeHUOv1wbPmcp8IrnbEaxI9pN3Qm9DcLMCKwMJAIrCzFg/UAU2DvRD4fj/uiLoz9YM+xz5MvE4JAsaTdj3tl4Pb3fiDZxVgvh1zYN5guKu280mFV3TQohGbAnzo3AbAgP0DEzAWFFMLM4hKUKzICwAh6L+ojWlN9/8dgtNCO0KVrwTfcHnr2XwUmiwc0AAAAASUVORK5CYII=") center center no-repeat;
  background-size: 50%;
  border-radius: 2px 2px 0 0;
}

.download_popup_inner .download_popup_title {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px;
  font-size: 1.2em;
}

.download_popup_inner .download_popup_body {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

#download_popup_widget.download_popup_open {
  display: table;
  animation-name: download_popup_show;
  animation-duration: 1s;
  animation-fill-mode: both;
}

#download_popup_widget.download_popup_hide {
  display: none;
  animation-name: download_popup_hide;
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* -----------------------
モバイル向けに要素を消す
----------------------- */
@media only screen and (max-width: 768px) {
  #main .responsive {
    display: none;
  }
}
/* -----------------------
.box_one
----------------------- */
#main .box_one {
  margin-top: 50px;
}

#main .box_one p {
  font-size: 1.6rem;
}

#main .flex_three.industry .item .title,
#main .box_one .title {
  font-size: 2rem;
  margin-bottom: 8px;
  font-weight: bold;
}

#main .flex_three.industry .item .title_sub,
#main .box_one .title_sub {
  font-size: 1.6rem;
  margin-bottom: 8px;
  font-weight: bold;
}

#main .box_one .block_two {
  -js-display: flex;
  display: flex;
  align-items: center;
}
#main .box_one .block_two .img {
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
}

#main .box_one .block_two .left,
#main .box_one .block_two .right {
  width: 50%;
  box-sizing: border-box;
}

#main .box_one .block_two .left {
  padding-right: 2%;
}

#main .box_one .block_two .right {
  padding-left: 2%;
}

#main .box_one .smallblock,
#main .item .smallblock {
  width: 92%;
  margin-left: 4%;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
  background-color: rgba(73, 150, 5, 0.1);
  border-radius: 5px;
}

#main .box_one .smallblock p,
#main .item .smallblock p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  #main .box_one .block_two {
    display: block;
  }
  #main .box_one .block_two .left,
  #main .box_one .block_two .right {
    width: 100%;
  }
  #main .box_one .block_two .left {
    padding-right: 0;
  }
  #main .box_one .block_two .right {
    padding-left: 0;
  }
}
/* -----------------------
YouTube埋め込み用スタイル
----------------------- */
#main .youtube_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#main .youtube_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -----------------------
.tab-menu
----------------------- */
#main .tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  border-bottom: none;
  overflow: hidden;
}

#main .tab-menu > li {
  font-size: 1.5rem;
  font-weight: bold;
  width: calc(50% - 1px);
}

#main .tab-menu li a {
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 8px 10px 6px;
  background: #f2f2f2;
  border-bottom: #fff solid 2px;
  color: #707070;
  transition: all 0.3s;
}

#main .tab-menu > li > a:hover {
  background-color: #707070;
  color: #fff;
}

/* data */
.data #main .tab-menu > li > a:hover {
  background-color: #35A5A5;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #main .tab-menu > li {
    width: 100%;
  }
}
/* -----------------------
導入事例 一覧（3カラム）
----------------------- */
.case_card {
  display: flex;
  justify-content: center;
}
.case_card-item {
  width: 33.3333333333%;
  margin-right: 10px;
  background: #efefef;
}
.case_card-item:last-child {
  margin-right: 0;
}
.case_card-item a {
  display: block;
  height: 100%;
  padding: 10px;
}
.case_card-item figure {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
  background: #fff;
  transition: 0.3s;
}
.case_card-item:hover figure {
  opacity: 0.7;
  transition: 0.3s;
}
.case_card-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.case_card-summary {
  margin-top: 20px;
}
.case_card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: bold;
}
.case_card-title:after {
  content: "\e917";
  font-family: "icomoon" !important;
  margin-left: 10px;
  margin-right: 5px;
}
.case_card-text {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.case_card-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-right: -10px;
}
.case_card-tag li {
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  background: #333;
}
.case_card-tag li:last-child {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .case_card {
    display: block;
  }
  .case_card-item {
    margin-top: 10px;
    width: 100%;
  }
}
/* ======================================
.hubservice
====================================== */
#main .block_flow {
  width: 100%;
  display: table;
}

#main .block_flow .text {
  margin-bottom: 20px;
}

/* .stage_area */
#main .block_flow .stage_area {
  width: 22px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #a1c7e1;
  position: relative;
}

#main .block_flow .stage_area:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: #a1c7e1 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#main .block_flow:nth-of-type(1) .stage_area:after {
  display: none;
}

#main .block_flow:nth-of-type(2) .stage_area {
  background-color: #89b9d9;
  background: #89b9d9 linear-gradient(to bottom, hsla(205, 100%, 13%, 0.1) 0%, transparent 50%);
}

#main .block_flow:nth-of-type(3) .stage_area:after {
  border-color: #89b9d9 transparent transparent transparent;
}

#main .block_flow:nth-of-type(3) .stage_area {
  background-color: #6ca8d0;
  background: #6ca8d0 linear-gradient(to bottom, hsla(205, 100%, 13%, 0.2) 0%, transparent 50%);
}

#main .block_flow:nth-of-type(4) .stage_area:after {
  border-color: #6ca8d0 transparent transparent transparent;
}

#main .block_flow:nth-of-type(4) .stage_area {
  background-color: #4792c4;
  background: #4792c4 linear-gradient(to bottom, hsla(205, 100%, 13%, 0.3) 0%, transparent 50%);
}

#main .block_flow:nth-of-type(5) .stage_area:after {
  border-color: #4792c4 transparent transparent transparent;
}

#main .block_flow:nth-of-type(5) .stage_area {
  background-color: #1977b5;
  background: #1977b5 linear-gradient(to bottom, hsla(205, 100%, 13%, 0.4) 0%, transparent 50%);
}

#main .block_flow:nth-of-type(6) .stage_area:after {
  border-color: #1977b5 transparent transparent transparent;
}

#main .block_flow:nth-of-type(6) .stage_area {
  background-color: #145f91;
  background: #145f91 linear-gradient(to bottom, hsla(205, 100%, 13%, 0.5) 0%, transparent 50%);
}

#main .block_flow:nth-of-type(7) .stage_area:after {
  border-color: #145f91 transparent transparent transparent;
}

#main .block_flow:nth-of-type(7) .stage_area {
  background-color: #104c74;
  background: #104c74 linear-gradient(to bottom, hsla(205, 100%, 13%, 0.6) 0%, transparent 50%);
}

#main .block_flow .stage_area .title_sub {
  width: 22px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#main .block_flow .stage_area .title_sub span {
  transform: rotate(-90deg);
  display: block;
}

/* .cts_area */
#main .block_flow .cts_area {
  max-width: 0;
  padding-left: 20px;
  display: table-cell;
}

#main .block_flow:first-of-type .cts_area .cts {
  border-top: #ccc dotted 1px;
}

#main .block_flow .cts_area .cts {
  padding: 20px;
  border-bottom: #ccc dotted 1px;
  min-height: 150px;
}

#main .block_flow .cts_area .cts .title_sub_sub {
  padding: 5px 10px;
  color: #fff;
  display: table;
  background-color: #a1c7e1;
  border-radius: 3px;
}

#main .block_flow:nth-of-type(2) .cts .title_sub_sub {
  background-color: #89b9d9;
}

#main .block_flow:nth-of-type(3) .cts .title_sub_sub {
  background-color: #6ca8d0;
}

#main .block_flow:nth-of-type(4) .cts .title_sub_sub {
  background-color: #4792c4;
}

#main .block_flow:nth-of-type(5) .cts .title_sub_sub {
  background-color: #1977b5;
}

#main .block_flow:nth-of-type(6) .cts .title_sub_sub {
  background-color: #145f91;
}

#main .block_flow:nth-of-type(7) .cts .title_sub_sub {
  background-color: #104c74;
}

#main .block_flow .cts_area ul {
  margin-bottom: 20px;
}

/* .list_product01 */
#main .block_flow .cts_area .list_product01 {
  display: flex;
  flex-wrap: wrap;
}

#main .block_flow .cts_area .list_product01 li {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 8px;
  padding: 5px 4px 4px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  background-color: #a1c7e1;
  color: #333;
  box-sizing: border-box;
  list-style: none;
  display: flex;
  align-items: center;
}

#main .block_flow .cts_area .list_product01 li span {
  width: 100%;
  display: block;
  font-weight: bold;
}

#main .block_flow .cts_area .list_product01 li:nth-child(3n) {
  margin-right: 0;
}

#main .block_flow .cts_area .link.text a:after {
  margin-left: 7px;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f0a9";
}

/* .cts_flow */
#main .block_flow .cts_area .cts_flow {
  margin-top: 40px;
  padding: 30px 20px 15px;
  position: relative;
  border: #a1c7e1 solid 3px;
  border-radius: 3px;
}

#main .block_flow .cts_area .cts_flow + .title_sub_sub {
  margin-top: 25px;
}

#main .block_flow .cts_area .cts_flow .list_product01 li {
  background-color: #fff;
  border: #666 solid 2px;
}

#main .block_flow:nth-of-type(2) .cts_area .cts_flow {
  border-color: #89b9d9;
}

#main .block_flow:nth-of-type(3) .cts_area .cts_flow {
  border-color: #6ca8d0;
}

#main .block_flow:nth-of-type(4) .cts_area .cts_flow {
  border-color: #4792c4;
}

#main .block_flow:nth-of-type(5) .cts_area .cts_flow {
  border-color: #1977b5;
}

#main .block_flow:nth-of-type(6) .cts_area .cts_flow {
  border-color: #145f91;
}

#main .block_flow:nth-of-type(7) .cts_area .cts_flow {
  border-color: #104c74;
}

#main .block_flow .cts_area .cts_flow .title_sub_sub {
  display: block;
  position: absolute;
  left: 15px;
  top: -20px;
}

#main .block_flow .cts_area .cts_flow .list_product01 {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  /* .stage_area */
  #main .block_flow .stage_area:after {
    border-style: solid;
    border-width: 19px 19px 0 19px;
  }
  #main .block_flow:nth-of-type(3) .stage_area:before {
    border-style: solid;
    border-width: 19px 19px 0 19px;
    bottom: -19px;
  }
  #main .block_flow .stage_area .title_sub {
    width: 18px;
  }
  /* .cts_area */
  #main .block_flow .cts_area {
    padding-left: 10px;
  }
  #main .block_flow .cts_area .cts {
    padding: 15px 10px;
  }
  /* .list_product01 */
  #main .block_flow .cts_area .list_product01 li {
    width: 49.5%;
    margin-right: 1% !important;
    margin-bottom: 6px;
  }
  #main .block_flow .cts_area .list_product01 li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  /* .list_product01 */
  #main .block_flow .cts_area .list_product01 li {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* -----------------------
.blog_dtl figcaption
----------------------- */
#main .blog_dtl figure.tac {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#main .blog_dtl figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0px;
  background: #7c7b7b;
  color: #fff;
}

#main .blog_dtl .f_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: center;
}

#main .blog_dtl .f_right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  #main .blog_dtl .br-480 {
    display: none;
  }
  #main .blog_dtl .f_left {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }
  #main .blog_dtl .f_right {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }
  #main .blog_dtl figcaption {
    margin-left: auto;
    margin-right: auto;
    background: none;
    color: inherit !important;
  }
}
/* -----------------------
ビデオのダウンロードを禁止
----------------------- */
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* --------------------------------------------
cloud_box
-------------------------------------------- */
#main .block.block_one .box + .cloud_box .box {
  margin-top: 0;
}

.cloud_box,
#azure_frame,
#absonne_frame {
  margin: 0 auto;
  text-align: center;
}

.cloud_box h2,
#azure_frame h2 {
  font-size: 32px;
  padding: 60px 0 40px 0;
}

.cloud_box p,
#azure_frame p,
#absonne_frame p {
  font-size: 16px;
  display: inline-block;
  text-align: left;
}

.cloud_box .center_fig,
#azure_frame .center_fig,
#absonne_frame .center_fig {
  padding: 50px 0 80px 0;
  text-align: center;
}

#azure_frame .solidline,
#absonne_frame .solidline {
  border-top: solid 1px #ddd;
}

@media only screen and (max-width: 850px) {
  .cloud_box h2 br,
  .cloud_box p br,
  #azure_frame h2 br,
  #azure_frame p br,
  #absonne_frame h2 br,
  #absonne_frame p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .cloud_box h2,
  #azure_frame h2,
  #absonne_frame h2 {
    font-size: 20px;
    text-align: left;
    padding: 30px 0 30px 0;
  }
}
.cloud_box .flex_set,
#azure_frame .flex_4set,
#absonne_frame .flex_4set {
  margin: 65px auto 0;
  display: flex;
  justify-content: center;
}

.cloud_box .flex_set .box,
#azure_frame .flex_4set .box,
#absonne_frame .flex_4set .box {
  width: 25%;
  border: solid 1px #9f9f9f;
  border-radius: 10px;
  margin-right: 10px;
}
.cloud_box .flex_set .box:last-child,
#azure_frame .flex_4set .box:last-child,
#absonne_frame .flex_4set .box:last-child {
  margin-right: 0;
}

.cloud_box .flex_set .box h3,
#azure_frame .flex_4set .box h3,
#absonne_frame .flex_4set .box h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 25px 25px 0 25px;
}

.cloud_box .flex_set .box p,
#azure_frame .flex_4set .box p,
#absonne_frame .flex_4set .box p {
  padding: 25px 20px 40px 20px;
}

.cloud_box .flex_set .box img,
#azure_frame .flex_4set .box img,
#absonne_frame .flex_4set .box img {
  margin-top: -65px;
}

@media only screen and (max-width: 850px) {
  .cloud_box .flex_set,
  #azure_frame .flex_4set,
  #absonne_frame .flex_4set {
    flex-wrap: wrap;
    margin: 65px auto 0;
  }
  .cloud_box .flex_set .box,
  #azure_frame .flex_4set .box,
  #absonne_frame .flex_4set .box {
    width: 100%;
    margin: 10px 0 60px;
  }
  .cloud_box .flex_set .box:last-child,
  #azure_frame .flex_4set .box:last-child,
  #absonne_frame .flex_4set .box:last-child {
    margin-bottom: 0;
  }
  .cloud_box .flex_set .box img,
  #azure_frame .flex_4set .box img,
  #absonne_frame .flex_4set .box img {
    width: 120px;
    margin-top: -50px;
  }
}
/* Absonne 選ばれる理由 */
#absonne_reason {
  max-width: 1000px;
  margin: 40px auto 0;
}

.flex_reason {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.flex_reason_left .flex_mt {
  display: flex;
  align-items: center;
}

.flex_reason_left .flex_mt div:first-child {
  text-align: center;
  flex-basis: 90px;
  padding: 25px 0 20px 5px;
  background: url(/images/absonne_reason_cloud.png) top center no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 20px;
}

.flex_reason_left .flex_mt div:last-child {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #2282eb;
  padding: 10px 30px 10px 0px;
}

.flex_reason_left p {
  padding: 20px 30px 20px 0;
}

.flex_reason_right {
  text-align: right;
}

.flex_reason_right img {
  min-width: 250px;
}

/* SP:Absonne 選ばれる理由 */
@media only screen and (max-width: 800px) {
  .flex_reason {
    display: block;
  }
  .flex_reason_right {
    text-align: center;
  }
  .flex_reason_left p {
    padding: 20px 0px 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .flex_reason_left .flex_mt {
    display: block;
  }
  .flex_reason_left .flex_mt div:last-child {
    text-align: center;
    padding: 10px 0px 0px 0px;
  }
}
/* Absonne マルチクラウド */
#absonne_frame p.catch {
  font-size: 17px;
  padding: 20px 0 0 0;
  font-weight: bold;
  text-align: center;
  color: #444;
}

#absonne_frame .solidline .flex_mc {
  padding-top: 40px;
}

#absonne_frame .flex_mc {
  display: flex;
  margin: 30px 0 50px 0;
}

#absonne_frame .flex_mc_left {
  text-align: left;
  flex: 1;
  margin-right: 40px;
}

#absonne_frame .flex_mc_right {
  width: 700px;
}

#absonne_frame h3.mc {
  display: flex;
  align-items: center;
}

#absonne_frame h3.mc p.num {
  font-size: 28px;
  text-align: center;
  line-height: 48px;
  display: block;
  color: #fff;
  background-color: #3d9bdd;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin: 0 20px 0 0;
}

#absonne_frame h3.mc p.txt {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
}

#absonne_frame ul.mc {
  padding: 30px 0 0 30px;
}

#absonne_frame ul.mc li {
  position: relative;
  margin-bottom: 1em;
  text-align: left;
}

#absonne_frame ul.mc li::before {
  position: absolute;
  top: 7px;
  left: -15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  background: #3d9bdd;
}

#absonne_frame .flex_mc2 {
  display: flex;
  max-width: 1160px;
  margin: 30px auto 50px;
  justify-content: space-between;
}

#absonne_frame .flex_mc2_box {
  flex-basis: 33.3%;
  border: solid 1px #ddd;
  border-radius: 6px;
  margin: 10px;
  max-width: 356px;
  height: 340px;
  position: relative;
}

#absonne_frame .flex_mc2_box .text {
  padding: 30px 20px 30px 20px;
}

#absonne_frame .flex_mc2_box img {
  position: absolute;
  bottom: 0;
  left: 0;
}

#absonne_frame .flex_mc_left .btn {
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 60px 0 0 0;
}

#absonne_frame .flex_mc_left .btn a {
  color: #fff;
  text-decoration: none;
}

.multicloud_consul {
  display: flex;
  justify-content: space-between;
  padding-top: 3%;
}

.multicloud_flex ul.list_style_ul li {
  list-style: none !important;
}

.multicloud .list_style a {
  font-size: 110%;
  font-weight: bold;
  color: #3d9bdd !important;
}

/* SP:Absonne マルチクラウド */
@media only screen and (max-width: 1200px) {
  #absonne_frame h3.mc p.txt br {
    display: none;
  }
  #absonne_frame .flex_mc_left {
    flex: 3;
  }
  #absonne_frame .flex_mc_right {
    flex: 5;
    width: auto;
  }
  #absonne_frame .flex_mc_left h2 br {
    display: none;
  }
  .multicloud_consul div {
    flex-basis: 19%;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #absonne_frame .flex_mc {
    display: block;
    margin: 0px 0 50px 0;
  }
  #absonne_frame .flex_mc2_box {
    margin: 5px;
    height: 290px;
  }
  #absonne_frame .flex_mc_left {
    margin-right: 0;
    text-align: center;
  }
  #absonne_frame .flex_mc_left .btn {
    margin: 40px 0;
  }
  .multicloud_consul {
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
  }
  .multicloud_consul div {
    flex-basis: 24%;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  #absonne_frame p.catch {
    font-size: 14px;
  }
  #absonne_frame .flex_mc2 {
    display: block;
    width: 280px;
  }
  #absonne_frame .flex_mc2_box {
    margin-bottom: 20px;
  }
  .multicloud_consul {
    width: auto;
  }
  .multicloud_consul div {
    flex-basis: 48%;
    margin: 10px 0 0;
  }
}
/* マルチクラウドTOP ソリューション一覧 */
.solution_list {
  margin: 40px auto;
}

.solution_list .item {
  display: block;
  align-items: center;
  padding: 10px;
  width: 100%;
  min-height: 100px;
  border: 1px solid #333;
  background: #fff;
  transition: all 0.3s;
}

.solution_list a.item:hover {
  opacity: 0.6;
}

.solution_list .item + .item {
  margin-top: 10px;
}

.solution_list .list_wrap {
  padding: 10px;
  background: #efefef;
}

.solution_list .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 150px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #333;
  color: #fff;
}

.solution_list .cloud_area .flex + .flex {
  margin-top: 10px;
}

.solution_list .cloud_area .title,
.solution_list .datacenter_area .title {
  min-width: 100%;
}

.solution_list .title_cloud {
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.3rem;
}

.solution_list .logo {
  display: flex;
  margin: auto;
  max-width: 166px;
  min-height: 60px;
}

.solution_list .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.solution_list .logo_subtxt {
  padding: 10px 0;
  text-align: center;
  font-size: 1.3rem;
}

#main .solution_list p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.cloud_area {
  flex: 5;
}

.datacenter_area {
  flex: 1;
}

.cloud_area + .datacenter_area {
  margin-top: 10px;
  margin-left: 0;
}

/* SP:マルチクラウドTOP ソリューション一覧 */
@media only screen and (min-width: 1000px) {
  .solution_list .item + .item {
    margin: 0;
  }
  .solution_list .cloud_area .item {
    margin-left: -1px;
  }
  .solution_list .cloud_area .item:nth-child(1) {
    margin-left: 0;
  }
  .solution_list .flex {
    display: flex;
  }
  .solution_list .logo {
    margin: 0;
  }
  .solution_list .datacenter_area .logo {
    padding: 30px 0 40px;
  }
  .solution_list .title_cloud {
    padding-bottom: 5px;
  }
  .datacenter_area .item {
    height: calc(100% - 39px);
  }
  .cloud_area + .datacenter_area {
    margin-top: 0;
    margin-left: 10px;
  }
}
/* Azure , Absonne サービスメニュー共通 */
#servicemeu_navi {
  text-align: center;
  background: #efefef;
}

#servicemeu_navi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#servicemeu_navi li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  background: #efefef;
}

#servicemeu_navi li span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 30px;
  color: #fff;
  background-color: #111;
}

/* SP: Azure , Absonne サービスメニュー共通 */
@media only screen and (max-width: 768px) {
  #servicemeu_navi ul {
    justify-content: flex-start;
  }
  #servicemeu_navi li {
    width: 50%;
  }
  #servicemeu_navi li a {
    font-size: 12px;
    padding: 10px 0px;
    background: #efefef;
  }
  #servicemeu_navi li span {
    font-size: 12px;
    padding: 10px 0px;
  }
}
.absonne_sm_top_fig1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.absonne_sm_top_fig1 > * {
  flex: 0 0 auto;
  align-self: center;
}

/* Azure , Absonne サービスメニュー TOP */
#azure_frame .azure_sm_top_fig1a,
#absonne_frame .absonne_sm_top_fig1a {
  vertical-align: middle;
}

#azure_frame .azure_sm_top_fig1c,
#absonne_frame .absonne_sm_top_fig1c {
  vertical-align: middle;
  padding: 5px;
}

#azure_frame .azure_sm_top_fig1b,
#absonne_frame .absonne_sm_top_fig1b {
  vertical-align: middle;
}

#azure_frame .azure_sm_top_fig2 {
  padding: 50px 0 0 100px;
}

#absonne_frame .absonne_sm_top_fig2 {
  margin-top: 50px;
}

#azure_frame .all_service h3,
#absonne_frame .all_service h3 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #38a8d7;
  padding: 13px;
  margin: 0 0 20px 0;
}

#azure_frame .all_service h3.green,
#absonne_frame .all_service h3.green {
  background-color: #40c3c2;
}

#azure_frame .all_service h4,
#absonne_frame .all_service h4 {
  font-size: 16px;
  font-weight: bold;
}

#azure_frame .all_service ul,
#absonne_frame .all_service ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 50px;
}

#azure_frame .all_service li,
#absonne_frame .all_service li {
  flex-basis: 160px;
  background-size: 160px 120px;
  background-position: center top;
  background-repeat: no-repeat;
  border: solid 1px #dddddd;
  border-radius: 10px;
  margin: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 75px;
  padding-bottom: 14px;
  height: 126px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#absonne_frame .all_service li.icon1 {
  background-image: url(/images/multiclouds/solution/absonne/spec/icon1.png);
}

#absonne_frame .all_service li.icon2 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon2.png);
}

#absonne_frame .all_service li.icon3 {
  background-image: url(/images/multiclouds/solution/absonne/spec/icon3.png);
}

#absonne_frame .all_service li.icon4 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon4.png);
}

#absonne_frame .all_service li.icon5 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon5.png);
}

#absonne_frame .all_service li.icon6 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon6.png);
}

#absonne_frame .all_service li.icon7 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon7.png);
}

#absonne_frame .all_service li.icon8 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon8.png);
}

#absonne_frame .all_service li.icon9 {
  background-image: url(/images/multiclouds/solution/absonne/spec/icon9.png);
}

#absonne_frame .all_service li.icon10 {
  background-image: url(/images/multiclouds/solution/absonne/spec/icon10.png);
}

#absonne_frame .all_service li.icon11 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon11.png);
}

#absonne_frame .all_service li.icon12 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon12.png);
}

#absonne_frame .all_service li.icon13 {
  background-image: url(/images/multiclouds/solution/absonne/spec/icon13.png);
}

#absonne_frame .all_service li.icon14 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon14.png);
}

#absonne_frame .all_service li.icon15 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon15.png);
}

#absonne_frame .all_service li.icon16 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon16.png);
}

#absonne_frame .all_service li.icon17 {
  background-image: url(/images/multiclouds/solution/absonne/spec/icon17.png);
}

#absonne_frame .all_service li.icon18 {
  background-image: url(/images/multiclouds/solution/absonne/spec/icon18.png);
}

#absonne_frame .all_service li.icon19 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon19.png);
}

#absonne_frame .all_service li.icon20 {
  background-image: url(/images/multiclouds/solution/absonne/spec/icon20.png);
}

#absonne_frame .all_service li.icon21 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon21.png);
}

#absonne_frame .all_service li.icon22 {
  padding-top: 85px;
  background-image: url(/images/multiclouds/solution/absonne/spec/icon22.png);
}

#azure_frame .flex_ss,
#absonne_frame .flex_ss {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#azure_frame .flex_ss .flex_ss1,
#absonne_frame .flex_ss .flex_ss1 {
  flex: 3;
}

#azure_frame .flex_ss .flex_ss2,
#absonne_frame .flex_ss .flex_ss2 {
  flex: 2;
}

#azure_frame .flex_ss li,
#absonne_frame .flex_ss li {
  margin: 10px;
}

#azure_frame .flex_ns,
#absonne_frame .flex_ns {
  display: flex;
  flex-wrap: wrap;
}

#azure_frame .flex_ns .flex_ns1,
#absonne_frame .flex_ns .flex_ns1 {
  flex: 3;
}

#azure_frame .flex_ns .flex_ns2,
#absonne_frame .flex_ns .flex_ns2 {
  flex: 2;
}

#azure_frame .flex_ns .flex_ns6,
#absonne_frame .flex_ns .flex_ns6 {
  flex: 6;
}

#azure_frame .flex_ns li,
#absonne_frame .flex_ns li {
  margin: 10px 3px;
}

#azure_frame .flex_op,
#absonne_frame .flex_op {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#azure_frame .flex_op .flex_op1,
#absonne_frame .flex_op .flex_op1 {
  flex: 1;
}

#azure_frame .flex_op .flex_op2,
#absonne_frame .flex_op .flex_op2 {
  flex: 2;
}

#azure_frame .flex_op li,
#absonne_frame .flex_op li {
  margin: 10px 5px;
}

#absonne_frame .kumiawase {
  padding: 20px 0 40px 0;
}

#absonne_frame .kumiawase1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  justify-content: center;
}

#absonne_frame .kumiawase1 img {
  min-width: 180px;
}

#absonne_frame .waku1 {
  display: flex;
  /*flex-wrap: wrap;*/
  text-align: left;
  border: solid 1px #de3211;
  border-radius: 10px;
  padding: 0 20px 0 0;
  margin-right: 5px;
}

#absonne_frame .waku1 p.s01 {
  padding: 0 7px 26px 0;
}

#absonne_frame .waku1 p.s01 img {
  border-radius: 9px 0 0 0;
  min-width: 235px;
}

#absonne_frame .waku1 p.s02,
#absonne_frame .waku1 p.s03,
#absonne_frame .waku1 p.s04 {
  margin: 18px 0 10px 10px;
}

#absonne_frame .kumiawase1 p.s05 {
  padding: 22px 10px 7px 10px;
}

#absonne_frame .kumiawase1 a {
  opacity: 1;
  transition: 0.2s;
}

#absonne_frame .kumiawase1 a:hover {
  opacity: 0.5;
}

/* SP:Azure , Absonne サービスメニュー TOP */
@media only screen and (max-width: 980px) {
  #azure_frame .azure_sm_top_fig1a,
  #absonne_frame .absonne_sm_top_fig1a {
    display: block;
    margin: 0 auto;
  }
  #absonne_frame .absonne_sm_top_fig1c,
  #azure_frame .azure_sm_top_fig1c {
    display: block;
    padding: 5px;
    margin: 0 auto;
  }
  #absonne_frame .absonne_sm_top_fig1b,
  #azure_frame .azure_sm_top_fig1b {
    display: block;
    margin: 0 auto;
    width: 33%;
    max-width: 210px;
  }
}
@media only screen and (max-width: 900px) {
  #azure_frame .flex_op .flex_op2,
  #absonne_frame .flex_op .flex_op2 {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  #azure_frame .all_service h3,
  #absonne_frame .all_service h3 {
    font-size: 15px;
  }
  #azure_frame .all_service h4,
  #absonne_frame .all_service h4 {
    font-size: 12px;
  }
  #azure_frame .azure_sm_top_fig2,
  #absonne_frame .absonne_sm_top_fig2 {
    padding: 50px 0 0 0;
  }
  #absonne_frame .flex_ns .flex_ns1,
  #azure_frame .flex_ns .flex_ns1 {
    flex: 2;
  }
  #absonne_frame .kumiawase1 {
    text-align: center;
  }
  #absonne_frame .waku1 {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 235px;
  }
  #absonne_frame .waku1 p.s01 {
    padding: 0 0 26px 0;
  }
  #absonne_frame .waku1 p.s01 img {
    border-radius: 9px 9px 0 0;
  }
  #absonne_frame .waku1 p.s02,
  #absonne_frame .waku1 p.s03,
  #absonne_frame .waku1 p.s04 {
    flex: 1;
    margin: 10px 0 10px 0px;
  }
  #absonne_frame .kumiawase1 p.s05 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  #absonne_frame .all_service li {
    flex-basis: 120px;
    margin: 5px;
    font-size: 12px;
  }
  #azure_frame .flex_ss .flex_ss1,
  #azure_frame .flex_ss .flex_ss2,
  #azure_frame .flex_ns .flex_ns1,
  #azure_frame .flex_ns .flex_ns2,
  #azure_frame .flex_op .flex_op1,
  #azure_frame .flex_op .flex_op2,
  #absonne_frame .flex_ss .flex_ss1,
  #absonne_frame .flex_ss .flex_ss2,
  #absonne_frame .flex_ns .flex_ns1,
  #absonne_frame .flex_ns .flex_ns2,
  #absonne_frame .flex_ns .flex_ns6,
  #absonne_frame .flex_op .flex_op1,
  #absonne_frame .flex_op .flex_op2 {
    flex: 50%;
  }
}
/* Azure , Absonne サービスメニュー 基本サービス */
#azure_frame.servicemenu section,
#absonne_frame.servicemenu section {
  max-width: 960px;
  margin: 0 auto;
}

#azure_frame.servicemenu section h3,
#absonne_frame.servicemenu section h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 1em 0;
}

#azure_frame.servicemenu figure.fig1,
#absonne_frame.servicemenu figure.fig1 {
  background-color: #efefee;
  padding: 0 0 30px 0;
  margin: 30px 0 50px 0;
}

#azure_frame.servicemenu figure.w1,
#absonne_frame.servicemenu figure.w1 {
  max-width: 600px;
  margin: 30px auto 50px;
}

#azure_frame.servicemenu figure.fig1 figcaption,
#absonne_frame.servicemenu figure.fig1 figcaption {
  font-size: 16px;
  font-weight: bold;
  background-color: #456586;
  color: #fff;
  padding: 10px 0;
  margin: 0 0 20px 0;
}

#azure_frame.servicemenu .sm_basic,
#absonne_frame.servicemenu .sm_basic {
  display: flex;
  padding: 50px 0 50px 0;
}

#azure_frame.servicemenu .sm_basic .type1,
#absonne_frame.servicemenu .sm_basic .type1 {
  flex: 2;
  text-align: left;
}

#azure_frame.servicemenu .sm_basic figure.type1,
#absonne_frame.servicemenu .sm_basic figure.type1 {
  flex: 1;
  text-align: right;
}

#azure_frame.servicemenu .sm_basic .type2,
#absonne_frame.servicemenu .sm_basic .type2 {
  flex: 3;
  text-align: left;
}

#azure_frame.servicemenu .sm_basic figure.type2,
#absonne_frame.servicemenu .sm_basic figure.type2 {
  flex: 1;
  text-align: right;
  padding-left: 20px;
}

#azure_frame.servicemenu .sm_basic .type1 h2,
#azure_frame.servicemenu .sm_basic .type2 h2,
#absonne_frame.servicemenu .sm_basic .type1 h2,
#absonne_frame.servicemenu .sm_basic .type2 h2 {
  padding: 0 0 30px 0 !important;
}

/* SP:Absonne サービスメニュー 基本サービス */
@media only screen and (max-width: 500px) {
  #azure_frame.servicemenu section h3,
  #absonne_frame.servicemenu section h3 {
    font-size: 15px;
  }
  #azure_frame.servicemenu figure.fig1 figcaption,
  #absonne_frame.servicemenu figure.fig1 figcaption {
    font-size: 13px;
  }
  #azure_frame.servicemenu figure.fig1,
  #absonne_frame.servicemenu figure.fig1 {
    padding: 0 10px 30px 10px;
  }
  #azure_frame.servicemenu .sm_basic,
  #absonne_frame.servicemenu .sm_basic {
    display: block;
  }
  #azure_frame.servicemenu .sm_basic figure.type1,
  #azure_frame.servicemenu .sm_basic figure.type2,
  #absonne_frame.servicemenu .sm_basic figure.type1,
  #absonne_frame.servicemenu .sm_basic figure.type2 {
    padding: 20px 0 0 0;
    text-align: center;
  }
}
/* Absonne サービスメニュー サーバ・ストレージサービス */
#absonne_frame.storage section {
  max-width: 960px;
  margin: 0 auto 50px;
}

#absonne_frame.storage .solidline {
  margin: 60px 0 0 0;
}

#absonne_frame.storage p.mt {
  display: block;
  margin: 0 0 20px 0;
  padding-left: 26px;
  text-indent: -26px;
}

#absonne_frame.storage p.mt:before {
  content: "■";
  color: #5f96ce;
  margin-right: 10px;
}

#absonne_frame.storage figure.storage_fig3 {
  text-align: left;
  background-color: #f1f1f1;
  padding: 30px 30px 30px 60px;
  margin-bottom: 30px;
}

#absonne_frame.storage table.type1 {
  border: solid 1px #ccc;
  width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
}

#absonne_frame.storage table.type2 {
  border: solid 1px #ccc;
  width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
}

#absonne_frame.storage table.type1 th,
#absonne_frame.storage table.type2 th {
  border: solid 1px #ccc;
  padding: 12px 10px;
  background-color: #5f96ce;
  vertical-align: middle;
  color: #fff;
}

#absonne_frame.storage table.type1 td,
#absonne_frame.storage table.type2 td {
  border: solid 1px #ccc;
  padding: 12px 10px;
  vertical-align: middle;
}

#absonne_frame.storage table td.w1 {
  width: 36%;
  padding: 20px 0;
}

#absonne_frame.storage table td.w2 {
  width: 30%;
  padding: 20px 0;
}

#absonne_frame.storage table td.w3 {
  width: 50%;
  padding: 20px 0;
}

#absonne_frame.storage table th.w3 {
  width: 50%;
}

#absonne_frame.storage table td.w4 {
  width: 40%;
}

#absonne_frame.storage table.type3 {
  border: solid 1px #ccc;
  width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
}

#absonne_frame.storage table.type3 th {
  border: solid 1px #ccc;
  padding: 12px 10px;
  background-color: #ececec;
  vertical-align: middle;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

#absonne_frame.storage table.type3 td {
  border: solid 1px #ccc;
  padding: 12px 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
}

#absonne_frame.storage table.type3 td:first-child {
  text-align: left;
}

#absonne_frame.storage table.type4 {
  border: solid 1px #ccc;
  width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
}

#absonne_frame.storage table.type4 th {
  border: solid 1px #ccc;
  padding: 12px 10px;
  background-color: #ececec;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
}

#absonne_frame.storage table.type4 td {
  border: solid 1px #ccc;
  padding: 12px 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
}

#absonne_frame.storage .gs {
  display: block;
  text-align: left;
  border-left: solid 4px #ff9c00;
  padding: 0 0 0 10px;
  margin: 30px 0 6px;
  line-height: 1.2;
}

#absonne_frame.storage .flex {
  display: flex;
  justify-content: space-between;
}

#absonne_frame.storage .flex div:first-child {
  width: 100%;
  max-width: 600px;
}

#absonne_frame.storage .flex div:last-child img {
  margin-top: 0px;
}

#absonne_frame.storage .flex_online {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#absonne_frame.storage .flex_online div:first-child,
#absonne_frame.storage .flex_online div:last-child {
  width: 48%;
}

#absonne_frame.storage .notice {
  font-size: 14px;
  display: block;
  margin: 20px auto 0;
  text-align: left;
  max-width: 960px;
}

/* SP:Absonne サービスメニュー サーバ・ストレージサービス */
@media only screen and (max-width: 960px) {
  #absonne_frame.storage .flex div:last-child {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  #absonne_frame.storage .solidline {
    margin: 40px 0 0 0;
  }
  #absonne_frame.storage figure.storage_fig3 {
    background-color: #fff;
    padding: 0;
  }
  #absonne_frame.storage table,
  #absonne_frame.storage table th,
  #absonne_frame.storage table td,
  #absonne_frame.storage .gs {
    font-size: 12px !important;
    line-height: 1.4;
  }
  #absonne_frame.storage .flex {
    display: block;
  }
  #absonne_frame.storage .flex div:last-child {
    margin: 0;
  }
  #absonne_frame.storage .flex div:last-child img {
    margin-top: 0px;
  }
  #absonne_frame.storage .notice {
    margin-top: 50px;
    text-align: left;
  }
  #absonne_frame.storage .flex_online {
    display: block;
  }
  #absonne_frame.storage .flex_online div:first-child,
  #absonne_frame.storage .flex_online div:last-child {
    width: auto;
  }
}
/* Absonne サービスメニュー ネットワーク接続サービス */
#absonne_frame.storage h3 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 20px 0 20px 0;
  padding-left: 26px;
  text-indent: -26px;
  color: #333;
}

#absonne_frame.storage h3:before {
  content: "■";
  color: #5f96ce;
  margin-right: 10px;
}

#absonne_frame.storage p.txt {
  display: block;
  margin: 0 0 20px 0;
}

#absonne_frame.storage img.net_fig2 {
  margin-right: 50px;
}

#absonne_frame.storage figure.net_fig3 {
  margin: 50px 0;
}

#absonne_frame.storage .onpre_box {
  max-width: 640px;
  margin: 0 auto;
}

#absonne_frame.storage .onpre_box ul {
  text-align: left;
  margin-bottom: 30px;
}

#absonne_frame.storage .onpre_box table.type2 {
  margin: 0 auto 80px;
  max-width: 640px;
}

#absonne_frame.storage .onpre_box table.type4 {
  max-width: 640px;
}

/* SP: Absonne サービスメニュー ネットワーク接続サービス */
@media only screen and (max-width: 960px) {
  #absonne_frame.storage img.net_fig1 {
    margin: 0 0 30px 0;
  }
  #absonne_frame.storage img.net_fig2 {
    margin: 0 0 30px 0;
  }
}
/* Absonne サービスメニュー オプション */
#absonne_frame.storage .flex_option1,
#absonne_frame.storage .flex_option2,
#absonne_frame.storage .flex_option3,
#absonne_frame.storage .flex_option4,
#absonne_frame.storage .flex_option5 {
  display: flex;
  justify-content: space-between;
}

#absonne_frame.storage .flex_option1 h2,
#absonne_frame.storage .flex_option2 h2,
#absonne_frame.storage .flex_option3 h2,
#absonne_frame.storage .flex_option4 h2,
#absonne_frame.storage .flex_option5 h2 {
  text-align: left;
}

#absonne_frame.storage .flex_option1 p.txt,
#absonne_frame.storage .flex_option2 p.txt,
#absonne_frame.storage .flex_option3 p.txt,
#absonne_frame.storage .flex_option4 p.txt,
#absonne_frame.storage .flex_option5 p.txt {
  padding-bottom: 10px;
}

#absonne_frame.storage .flex_option1 div:first-child {
  width: 100%;
  max-width: 750px;
}

#absonne_frame.storage .flex_option1 div:last-child {
  padding: 150px 0 0 20px;
}

#absonne_frame.storage .flex_option1 div:first-child .type4 td {
  text-align: left;
}

#absonne_frame.storage .flex_option2 div:first-child {
  flex: 45%;
}

#absonne_frame.storage .flex_option2 div:last-child {
  flex: 45%;
  padding: 70px 0 0 20px;
  text-align: right;
}

#absonne_frame.storage .flex_option2 div:first-child .type4 td {
  text-align: left;
}

#absonne_frame.storage .flex_option3 div:first-child {
  flex: 55%;
}

#absonne_frame.storage .flex_option3 div:last-child {
  flex: 30%;
  text-align: right;
  padding: 100px 0 0 0;
}

#absonne_frame.storage .tbl_wide1 .type4 td {
  text-align: left;
}

#absonne_frame.storage .flex_option4 div:first-child {
  flex: 30%;
}

#absonne_frame.storage .flex_option4 div:last-child {
  flex: 55%;
  text-align: right;
  padding: 50px 0 50px 20px;
}

#absonne_frame.storage .flex_option5 div:first-child {
  flex: 70%;
}

#absonne_frame.storage .flex_option5 div:last-child {
  flex: 25%;
  text-align: right;
  padding: 100px 0 0 20px;
}

#absonne_frame.storage .tbl_wide1 {
  max-width: 800px;
}

/* SP: Absonne サービスメニュー オプション */
@media only screen and (max-width: 500px) {
  #absonne_frame.storage .flex_option1,
  #absonne_frame.storage .flex_option2,
  #absonne_frame.storage .flex_option3,
  #absonne_frame.storage .flex_option4,
  #absonne_frame.storage .flex_option5 {
    display: block;
  }
  #absonne_frame.storage .flex_option1 div:last-child {
    padding: 0;
  }
  #absonne_frame.storage .flex_option2 div:last-child {
    padding: 0;
    text-align: center;
  }
  #absonne_frame.storage .flex_option3 div:last-child {
    padding: 0;
    text-align: center;
  }
  #absonne_frame.storage .flex_option4 div:last-child {
    padding: 0 0 30px 0;
    text-align: center;
  }
  #absonne_frame.storage .flex_option5 div:last-child {
    padding: 0 0 30px 0;
    text-align: center;
  }
}
/* Azure サービスメニュー テーブル */
.azure_service_title {
  padding-top: 150px;
  margin-top: -150px;
}

.azure_table .category {
  width: 122px;
}

.azure_table img {
  width: 40px !important;
}

.flow_04_service {
  width: 30%;
}

/* SP: Azure サービスメニュー テーブル */
@media only screen and (max-width: 500px) {
  .azure_service_title {
    padding-top: 60px;
    margin-top: -60px;
  }
  .azure_table .category {
    width: 70px;
  }
  .azure_table img {
    width: 30px !important;
  }
  .flow_04_service {
    width: auto;
  }
}
/* Azure・Oracle サービスメニュー フロー */
.azure_service_flow {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 21%;
  background: url(/images/azure_service_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.oracle_service_flow {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 21%;
  background: url(/images/multicloud/oracle/oracle_flow_img_01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.azure_service_relation {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 3%;
  padding-top: 11%;
  background: url(/images/azure_service_02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.azure_service_flow a,
.azure_service_relation a,
.oracle_service_flow a {
  z-index: 1;
  position: absolute;
  transition: all 0.3s;
}

.azure_service_flow a,
.oracle_service_flow a {
  width: 21%;
  height: 28%;
}

.azure_service_flow a {
  top: 7%;
}

.oracle_service_flow a {
  top: 2%;
}

.azure_service_relation a {
  top: 10%;
  left: 0.5%;
  width: 24%;
  height: 45%;
}

.azure_service_flow a:hover,
.oracle_service_flow a:hover,
.azure_service_relation a:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.azure_service_flow a:nth-child(1),
.oracle_service_flow a:nth-child(1) {
  left: 2%;
}

.azure_service_flow a:nth-child(2),
.oracle_service_flow a:nth-child(2) {
  left: 27%;
}

.azure_service_flow a:nth-child(3),
.oracle_service_flow a:nth-child(3) {
  right: 27%;
}

.azure_service_flow a:nth-child(4),
.oracle_service_flow a:nth-child(4) {
  right: 3%;
}

/* --------------------------------------------
 Cookie
-------------------------------------------- */
#cookie_alert {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 1px;
  box-sizing: border-box;
  position: fixed;
  bottom: 53px;
  left: 56px;
  width: 350px;
  padding: 45px 16px 29px 16px;
  border: solid 2px #134c7f;
  border-radius: 6px;
  background: #dce6f0;
  color: #134c7f;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 300;
  box-shadow: 0 0 6px rgba(19, 76, 127, 0.2);
}

#cookie_alert.on {
  opacity: 1;
  pointer-events: auto;
}

#cookie_alert .tx {
  font-size: 13px;
  line-height: 20px;
}

#cookie_alert .tx.en {
  font-size: 12px;
}

#cookie_alert .tx p {
  margin: 0;
}

#cookie_alert .tx a {
  margin-left: 4px;
  font-size: 13px;
  color: #134c7f;
}

#cookie_alert .tx a:hover {
  text-decoration: none;
}

#cookie_alert .tx p:last-child {
  margin-top: 22px;
}

#cookie_alert .tx p:last-child::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border: solid #134c7f;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

#cookie_alert .cookie_alert_btn {
  position: absolute;
  bottom: 25px;
  right: 18px;
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background: #30989a;
  text-align: center;
  cursor: pointer;
}

#cookie_alert .cookie_alert_btn:hover {
  background: #6fb7b8;
}

#cookie_alert .close {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#cookie_alert .close::before,
#cookie_alert .close::after {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  display: block;
  content: "";
  width: 2px;
  height: 16px;
  background: #134c7f;
}

#cookie_alert .close::before {
  transform: rotate(45deg);
}

#cookie_alert .close::after {
  transform: rotate(-45deg);
}

@media all and (max-width: 768px) {
  #cookie_alert {
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 24px 8px 8px;
  }
  #cookie_alert .cookie_alert_btn {
    right: 8px;
    bottom: 8px;
  }
  #cookie_alert .close {
    right: 8px;
    top: 8px;
  }
}
/* --------------------------------------------
2018.06 ブログ　誘導リンク設置
-------------------------------------------- */
#blog__div__bottomlink {
  border: 2px solid #ccc;
  width: 98%;
  margin: 30px auto;
}

#blog__div__bottomlink h5 {
  margin: 10px auto;
  width: 95%;
  background-color: #f90;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

#blog__div__bottomlink ul {
  margin-left: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

/*＝＝＝＝＝＝＝
20181003改修
＝＝＝＝＝＝＝*/
figure figcaption.dlt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  padding-left: 7px;
}

.blog_dtl cite {
  font-style: normal;
}

.blog_dtl cite a {
  font-size: 1.2rem;
}

.blog_dtl .blog_former {
  padding: 20px;
  background-color: #efefef;
}

.blog_dtl .blog_former p {
  font-size: 1.3rem !important;
}

.blog_dtl .blog_former cite {
  font-size: 1.2rem;
}

.blog_dtl .blog_lead {
  border: 1px solid #ddd;
  padding: 1em;
}

/*＝＝＝＝＝＝＝
20181030改修
＝＝＝＝＝＝＝*/
p.privacy {
  text-align: left;
  font-size: 90% !important;
}

.hs_form_privacy_confirm {
  text-align: center;
  width: 20em;
  margin: 0 auto;
}

.hs_form_confirm {
  text-align: center;
  width: 20em;
  margin: 0 auto;
}

/*＝＝＝＝＝＝＝
20181113改修 暫定メールフォーム
＝＝＝＝＝＝＝*/
#formWrap {
  width: 900px;
  margin: 0 auto 30px auto;
  color: #333;
}

#formWrap .col_left input,
#formWrap .col_right input {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: 100% !important;
  height: 40px;
  box-sizing: border-box;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  border: #ccc solid 1px;
  box-sizing: border-box;
  border-radius: 0;
}

#formWrap select {
  width: 100% !important;
  height: 40px;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 0 !important;
  font-size: 1.5rem;
  line-height: 1;
  border: #ccc solid 1px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0 !important;
}

#formWrap #comment {
  padding-top: 10px;
}

#formWrap #comment textarea {
  width: 100% !important;
  border: #ccc solid 1px;
  padding: 5px 0;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 1.6rem;
  height: 6em;
  width: 100% !important;
  margin-top: 3px;
}

#formWrap .checkbox {
  min-width: 300px;
}

#formWrap .checkbox p {
  width: 10em;
  min-width: 300px;
  margin: 10px auto !important;
}

#formWrap .checkbox p input {
  margin-right: 10px;
}

#formWrap .col_left,
#formWrap .col_right {
  margin: 10px 0 0 0;
  width: 48.5%;
  height: 60px;
  font-size: 1.3rem;
  font-weight: bold;
}

#formWrap .col_left {
  float: left;
}

#formWrap .col_right {
  float: right;
}

#formWrap .col_both {
  clear: both;
  margin: 10px 0 0 0;
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
}

#formWrap .col_left i,
#formWrap .col_right i,
#formWrap .col_both i {
  font-style: normal;
  color: #c00;
  font-size: 0.5rem;
  margin-left: 0.5em;
}

#formWrap #privacy_comment {
  font-size: 1.3rem;
}

#formWrap #submit_btn {
  width: 100%;
}

#formWrap #submit_btn input {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: auto;
  height: auto;
  min-width: 260px;
  min-height: 60px;
  margin-top: 20px;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 0;
  padding: 18px 12px 16px;
  font-size: 1.6rem !important;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  text-align: center;
  box-sizing: border-box;
  background-color: #f90;
  color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 3px;
  text-shadow: none !important;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}

@media screen and (max-width: 750px) {
  #formWrap {
    width: 95%;
    margin: 0 auto 30px auto;
  }
  #formWrap .col_left,
  #formWrap .col_right {
    margin: 20px 0 0 0;
    width: 100%;
    float: none;
  }
}/*# sourceMappingURL=style.css.map */