@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: extension.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  overflow-x: hidden;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: #FAFAFA;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #BEBEBE;
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
  }
}
.header__inner {
  *zoom: 1;
  width: 1180px;
  margin: 0 auto;
  padding-top: 26px;
}
.header__inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1210px) {
  .header__inner {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: 94%;
    padding: 9px 0;
  }
}
.header__upper {
  *zoom: 1;
  margin-bottom: 10px;
}
.header__upper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .header__upper {
    margin-bottom: 0;
  }
}
.header__upper .logo {
  float: left;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .header__upper .logo {
    width: 25.33333%;
  }
}
.header__upper .logo img {
  width: 100%;
  height: auto;
}
.header__upper__right {
  float: right;
}
@media screen and (max-width: 768px) {
  .header__upper__right {
    display: none;
  }
}
.header__upper__right__link {
  margin-top: 10px;
  text-align: right;
}
.header__upper__right__link a {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.header__upper__right__link a:hover {
  text-decoration: none;
}
.header__upper__right__link a:after {
  content: " ＞";
}
.header__contact__list {
  *zoom: 1;
}
.header__contact__list:after {
  content: "";
  display: table;
  clear: both;
}
.header__contact__item {
  float: left;
}
@media screen and (max-width: 768px) {
  .header__contact__item {
    float: none;
  }
}
.header__contact__item.-tel, .header__contact__item.-fax {
  margin: 3px 28px 0 0;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-tel, .header__contact__item.-fax {
    margin: 0 0 5%;
  }
}
.header__contact__item.-tel:last-child, .header__contact__item.-fax:last-child {
  margin-right: 0;
}
.header__contact__item.-tel a, .header__contact__item.-fax a {
  position: relative;
  padding-left: 27px;
  color: #4b4b4b;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
  cursor: auto;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-tel a, .header__contact__item.-fax a {
    font-size: 24px;
  }
}
.header__contact__item.-tel a:hover, .header__contact__item.-fax a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.header__contact__item.-tel a:before, .header__contact__item.-fax a:before {
  content: "";
  position: absolute;
  left: 0;
}
.header__contact__item.-tel a.-tel:before, .header__contact__item.-fax a.-tel:before {
  top: 1px;
  width: 22px;
  height: 22px;
  background: url("../img/header_contact_item_tel_bg.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.header__contact__item.-tel a.-fax:before, .header__contact__item.-fax a.-fax:before {
  top: 3px;
  width: 19px;
  height: 19px;
  background: url("../img/header_contact_item_fax_bg.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-fax {
    margin-bottom: 7%;
  }
}
.header__contact__item.-inquiry a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  position: relative;
  padding: 7px 36px 6px 30px;
  background: #009fe8;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-inquiry a {
    padding: 17px 36px 16px 30px;
    font-size: 16px;
  }
}
.header__contact__item.-inquiry a:before {
  display: flex;
  align-items: center;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .header__contact__item.-inquiry a:before {
    right: 20px;
  }
}
.header__lower {
  float: right;
}
@media screen and (max-width: 768px) {
  .header__lower {
    display: none;
  }
}
.header__nav__list {
  *zoom: 1;
}
.header__nav__list:after {
  content: "";
  display: table;
  clear: both;
}
.header__nav__item {
  position: relative;
  float: left;
}
.header__nav__item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 24px;
  background: #BEBEBE;
}
.header__nav__item:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 24px;
  background: #BEBEBE;
}
.header__nav__item a {
  display: block;
  padding: 0 18px 22px;
  color: #000;
  font-size: 14px;
}
.header__nav__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #009FE8;
}
.header__nav__item.-is-active > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 78%;
  height: 3px;
  margin: auto;
  background: #009FE8;
}
.header__nav__item.megamenu {
  position: relative;
}

.megamenu__box {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 70px;
  left: -35%;
  right: 0;
  width: 100%;
  -webkit-transition-duration: 56s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.megamenu__box:before, .megamenu__box:after {
  content: "";
  position: absolute;
  width: 170%;
  margin: auto;
  left: 0;
  right: 0;
}
.megamenu__box:before {
  height: 25px;
  top: -40px;
}
.megamenu__box:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  left: 0;
  right: 0;
  top: -20px;
  height: 130%;
  background: #FFF;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  z-index: 1;
}
.megamenu__box.-is-shown {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.megamenu__box.-is-shown:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.megamenu__list {
  position: relative;
  z-index: 100;
  width: 170%;
  padding: 0 20%;
}
.megamenu__item {
  line-height: 2.14286;
}
.megamenu__item a {
  padding: 0;
  text-align: center;
}

.drawernav__item {
  position: relative;
  border-bottom: 1px solid #009FE8;
}
.drawernav__item a {
  display: block;
  position: relative;
  padding: 20px 0 20px 30px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.drawernav__item a:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  width: 7px;
  height: 7px;
  margin: auto;
  border: 0px;
  border-top: 2px solid #009fe8;
  border-right: 2px solid #009fe8;
  cursor: pointer;
}
.drawernav__contact__list {
  margin: 5% 30px;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  margin: 134px 0 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #content {
    padding-bottom: 15%;
    margin-top: 15%;
  }
}

#content {
  padding-bottom: 0;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.topicpath__list {
  *zoom: 1;
  width: 1180px;
  margin: 0 auto;
  padding: 15px 0 5px;
}
.topicpath__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1180px) {
  .topicpath__list {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .topicpath__list {
    display: none;
  }
}
.topicpath__item {
  position: relative;
  float: left;
  margin-right: 25px;
}
.topicpath__item:after {
  content: '＞';
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 12px;
}
.topicpath__item:last-child {
  margin-right: 0;
}
.topicpath__item:last-child:after {
  content: none;
}
.topicpath__item a {
  color: #000;
  font-size: 12px;
}
.topicpath__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #009FE8;
}

.main__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1180px;
  height: 240px;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1180px) {
  .main__visual {
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .main__visual {
    height: 0;
    padding-top: 28.8%;
  }
}
.main__title {
  color: #555;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__title {
    margin-top: -27.5%;
  }
}
.main__title .small {
  display: block;
  margin-top: 10px;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main__title .small {
    margin-top: 3%;
  }
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
.side {
  float: left;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .side {
    float: none;
    width: 100%;
  }
}
.side__box {
  margin-bottom: 25px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .side__box {
    margin-bottom: 6%;
  }
}
.side__box:last-child {
  margin-bottom: 0;
}
.side__box__title {
  padding: 18px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #ADD5F7;
}
.side__box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .side__banner {
    float: left;
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .side__banner.-live {
    margin-right: 3%;
  }
}
.side .sort {
  padding: 25px 0 25px 18px;
}
.side .sort li {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: relative;
  margin-bottom: 25px;
  padding-left: 9px;
  font-size: 14px;
  cursor: pointer;
}
.side .sort li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 12px;
  background: #ADD5F7;
}
.side .sort li:hover, .side .sort li.-is-active {
  color: #009FE8;
  text-decoration: underline;
}
.side .sort li:first-child {
  display: none;
}
.side .sort li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sns {
    clear: both;
  }
}
.sns__title {
  position: relative;
  padding: 10px 0 10px 25px;
  background: #1DA1F2;
  color: #FFF;
  font-size: 13px;
}
.sns__title i {
  display: flex;
  align-items: center;
  position: absolute;
  left: 8px;
}
.sns__title.-facebook {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .twitter-timeline {
    width: 100% !important;
    height: 500px !important;
  }
}

@media screen and (max-width: 768px) {
  .fb-page {
    display: block !important;
    width: 100% !important;
  }
}
.fb-page span,
.fb-page iframe {
  width: 220px !important;
}
@media screen and (max-width: 768px) {
  .fb-page span,
  .fb-page iframe {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .fb-page span div,
  .fb-page iframe div {
    width: 100% !important;
  }
}

.timeline-Header-title,
.timeline-Header-byline {
  font-size: 11px !important;
}

/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer {
  background: #DDF0F9;
}
.footer__inner {
  width: 1180px;
  margin: 0 auto;
  padding: 35px 0;
}
@media screen and (max-width: 1210px) {
  .footer__inner {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: 92%;
    padding: 8% 0;
  }
}
.footer__upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 1020px) {
  .footer__upper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer__upper {
    margin-bottom: 8%;
  }
}
.footer__upper__left {
  width: 724px;
}
@media screen and (max-width: 1020px) {
  .footer__upper__left {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__upper__left {
    width: 100%;
  }
}
.footer__upper__right {
  width: 380px;
  margin-top: 65px;
}
.footer__upper__title {
  padding-bottom: 15px;
  color: #1055C1;
  font-size: 14px;
  border-bottom: 1px solid #90B1E3;
}
.footer__aside__list {
  *zoom: 1;
}
.footer__aside__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .footer__aside__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__aside__item {
  float: left;
  width: 155px;
  margin: 20px 28px 0 0;
}
@media screen and (max-width: 768px) {
  .footer__aside__item {
    float: none;
    margin: 5% 3% 0 0;
  }
}
.footer__aside__item a {
  display: block;
  color: #666;
  font-size: 11px;
}
.footer__aside__item a:hover, .footer__aside__item a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #009FE8;
  text-decoration: underline;
}
.footer__aside__item .small {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__aside__item .small {
    margin-bottom: 3%;
  }
}
.footer__aside__item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__aside__item:nth-child(4n) {
    margin-right: 3%;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 1020px) {
  .footer__logo {
    justify-content: left;
  }
}
.footer__logo__item {
  float: left;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .footer__logo__item {
    float: none;
    margin-right: 3%;
  }
}
.footer__logo__item:last-child {
  margin-right: 0;
}
.footer__logo__item.-isms {
  width: 147px;
}
.footer__logo__item.-isms img {
  width: 100%;
  height: auto;
}
.footer__logo__item.-secturity-action {
  width: 70px;
}
.footer__logo__item.-secturity-action img {
  width: 100%;
  height: auto;
}
.footer__sns {
  *zoom: 1;
}
.footer__sns:after {
  content: "";
  display: table;
  clear: both;
}
.footer__sns__item {
  float: left;
  margin-right: 8px;
}
.footer__sns__item:last-child {
  margin-right: 0;
}
.footer__nav {
  position: relative;
  top: 14px;
}
@media screen and (max-width: 1020px) {
  .footer__nav {
    top: 0;
  }
}
.footer__nav__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .footer__nav__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav__list {
    justify-content: initial;
  }
}
@media screen and (max-width: 1020px) {
  .footer__nav__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav__item {
    margin: 5% 5% 0 0;
  }
}
.footer__nav__item a {
  color: #333;
  font-size: 13px;
}
.footer__nav__item a:hover {
  color: #009FE8;
  text-decoration: underline;
}
.footer__copy {
  padding: 18px 0;
  background: #838383;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 10px;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/* 一覧ページ */
.main__visual {
  background-image: url("../img/extension_main_visual_bg.jpg");
}
.main__flow {
  width: 1180px;
  margin: 60px auto 50px;
}
@media screen and (max-width: 768px) {
  .main__flow {
    width: 92%;
    margin: 8% auto;
  }
}
.main__flow__title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__flow__title {
    font-size: 15px;
  }
}
.main__flow__list {
  padding-left: 240px;
}
@media screen and (max-width: 768px) {
  .main__flow__list {
    margin-left: 5%;
    padding-left: 0;
  }
}
.main__flow__item {
  list-style-type: decimal;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .main__flow__item {
    font-size: 13px;
    line-height: 1.69231;
  }
}
.main__flow__item__notice {
  color: #F36;
}

.tab {
  display: flex;
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .tab {
    width: 92%;
  }
}
.tab__item {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  width: 286px;
  padding: 17px 0;
  background: #707070;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab__item {
    width: 24%;
    padding: 3% 0 1.5%;
    font-size: 13px;
  }
}
.tab__item.-is-active {
  background: #23AA97;
}
.tab__item:not(:last-child) {
  margin-right: 4px;
}

.extension__block {
  position: relative;
  padding: 50px 0 80px;
  background: #DBEFEC;
  border-top: 5px solid #23AA97;
}
@media screen and (max-width: 768px) {
  .extension__block {
    padding: 8% 0;
  }
}
.extension__box {
  width: 1180px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .extension__box {
    width: 94%;
  }
}
.extension__right-nav {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50px;
}
.extension__right-nav.-is-fixed {
  position: fixed;
  top: 190px;
}
.extension__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .extension__list {
    justify-content: space-between;
  }
}
.extension__item {
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  width: 280px;
  margin: 20px 20px 0 0;
  padding: 18px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .extension__item {
    width: 48.5%;
    margin: 20px 0 0;
    padding: 2%;
  }
}
.extension__item:nth-child(4n) {
  margin-right: 0;
}
.extension__item.-is-active {
  background: #FFD2E0;
}
.extension__item.-no-active {
  position: relative;
}
.extension__item.-no-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.extension__item a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.57143;
}
@media screen and (max-width: 768px) {
  .extension__item a {
    font-size: 10px;
  }
}
.extension__item img {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.extension__item__date {
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px solid #C2C2C2;
}
.extension__btn {
  display: flex;
  justify-content: space-between;
}
.extension__btn__item {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 116px;
  padding: 5px 0;
  color: #FFF;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .extension__btn__item {
    width: 48%;
  }
}
.extension__btn__item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.extension__btn__item.-online {
  background: #006AD4;
}
.extension__btn__item.-online.-is-active {
  background: #1E8FFF;
}
.extension__btn__item.-venue {
  background: #CE3596;
}
.extension__btn__item.-venue.-is-active {
  background: #FF36B5;
}
.extension__btn__item.-no-active {
  background: #878787;
}

/* BizWebinar申し込みフォーム */
.contact__inner {
  padding: 25px 25px 60px;
  border: 2px solid #23AA97;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 4%;
    border: none;
  }
}
.contact__subtitle {
  margin-bottom: 25px;
  font-size: 20px;
}
.contact__extension {
  margin-bottom: 60px;
}
.contact__extension__list {
  margin-bottom: 15px;
}
.contact__extension__item {
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #707070;
}
.contact__extension__item:not(:last-child) {
  margin-bottom: 25px;
}
.contact__extension__item__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.contact__extension__item__date {
  display: inline-block;
  margin-right: 35px;
  font-size: 15px;
}
.contact__extension__item__type {
  display: inline-block;
  padding: 6px 14px 5px;
  color: #FFF;
  font-size: 14px;
}
.contact__extension__item__type.-online {
  background: #006AD4;
}
.contact__extension__item__type.-venue {
  background: #D41D91;
}
.contact__extension__summary {
  padding: 20px 30px 10px;
  background: #FFD2E0;
  text-align: right;
}
.contact__extension__summary__num {
  margin-bottom: 10px;
  padding-bottom: 6px;
  font-size: 16px;
  border-bottom: 1px #000 dashed;
}
.contact__extension__summary__num .num {
  margin: 0 5px 0 10px;
  font-size: 24px;
  font-weight: bold;
}
.contact__extension__summary__notice {
  color: #EC1F79;
  font-size: 15px;
  font-weight: bold;
}
.contact__table th {
  width: 380px;
  padding: 10px 10px 10px 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact__table th {
    width: 100%;
    padding: 7px 10px;
  }
}
.contact__table th .required {
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .contact__table td {
    padding: 3% 0;
  }
}
.contact__table td input:not(:first-child) {
  margin-top: 13px;
}
.contact__table td input[type="radio"] {
  margin-left: 10px;
}
.contact__table td span {
  display: inline-block;
  margin-left: 12px;
  color: #7A6231;
  font-size: 14px;
}
.contact__table td .alert {
  color: #FF0045;
  font-weight: bold;
}
.contact__table td .notice {
  width: 80%;
  margin: 5px 0 0 0;
  text-align: right;
}
.contact__table td label {
  cursor: pointer;
}
.contact__table td label:not(:first-child) {
  margin-left: 60px;
}
.contact__table select {
  padding: 7px;
  font-size: 14px;
}
.contact__table__notice {
  margin: 10px 0 0;
  color: #FF0045;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.contact__button__area input:disabled {
  cursor: initial !important;
}
.contact.confirmation th {
  line-height: 2.2;
}
.contact__text {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin: 4% 4% 0;
    font-size: 12px;
    font-weight: normal;
  }
}

.box__title {
  margin-bottom: 30px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box__title {
    margin: 0 4% 4%;
    font-size: 15px;
    line-height: 1.2;
  }
}
.box__title:before {
  content: none;
}

.detail__block {
  margin-top: 65px;
  padding: 50px 0 100px;
  background: #DBEFEC;
  border-top: 5px solid #23AA97;
}
@media screen and (max-width: 768px) {
  .detail__block {
    margin-top: 0;
    padding: 5%;
    background: #FFF;
    border: none;
  }
}
.detail__block__inner {
  width: 1180px;
  margin: auto;
  padding: 35px 50px 50px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .detail__block__inner {
    width: auto;
    padding: 0;
  }
}
.detail__block__inner * {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .detail__block__inner * {
    font-size: 12px;
  }
}
.detail__contact {
  width: 470px;
  margin: 40px auto;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .detail__contact {
    width: auto;
    margin: 20px 0;
  }
}
.detail__contact a {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: block;
  position: relative;
  padding: 21px 50px 19px 0;
  background: #F36;
  color: #FFF;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__contact a {
    padding: 16px 10px 14px 0;
    font-size: 18px;
  }
}
.detail__contact a:before {
  content: "";
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: 55px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: #FFF;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .detail__contact a:before {
    right: 17px;
    top: 15px;
    width: 18px;
    height: 18px;
  }
}
.detail__contact a:after {
  display: flex;
  align-items: center;
  position: absolute;
  right: 61.5px;
  top: 0;
  bottom: 0;
  content: "\f105";
  color: #F36;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .detail__contact a:after {
    right: 22px;
    font-size: 14px;
  }
}
.detail__box {
  position: relative;
}
.detail__box:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .detail__box:not(:last-child) {
    margin-bottom: 15px;
  }
}
.detail__box__title {
  margin-bottom: 25px;
  padding: 12px 0 10px 20px;
  background: #A4DFD6;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detail__box__title {
    margin-bottom: 10px;
    padding: 5px 0 2px 10px;
    font-size: 13px;
  }
}
.detail__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55556;
}
@media screen and (max-width: 768px) {
  .detail__title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.57143;
  }
}
.detail .type {
  display: flex;
}
.detail .type.-abs {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .detail .type.-abs {
    position: unset;
    margin-bottom: 20px;
  }
}
.detail .type__item {
  width: 120px;
  padding: 2px 0 1px;
  color: #FFF;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail .type__item {
    width: 90px;
    font-size: 10px;
  }
}
.detail .type__item.-online {
  background: #006AD4;
}
@media screen and (max-width: 768px) {
  .detail .type__item.-online {
    margin-right: 10px;
  }
}
.detail .type__item.-venue {
  margin-left: 20px;
  background: #D41D91;
}
.detail__banner {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .detail__banner {
    margin-bottom: 20px;
  }
}
.detail__catch {
  margin-top: 20px;
  margin-bottom: 24px;
  color: #23AA97;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__catch {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.detail .target__list {
  padding: 15px 0 15px 80px;
  background: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .detail .target__list {
    padding: 0;
    background: none;
  }
}
.detail .target__item {
  padding-left: 20px;
  background: url("../seminar/img/target_item_icon.png") left center no-repeat;
}
@media screen and (max-width: 768px) {
  .detail .target__item {
    background: url("../seminar/img/target_item_icon.png") left top 5px no-repeat;
  }
}
.detail .point__list {
  display: flex;
  justify-content: space-between;
  min-height: 210px;
  padding: 12px 57px 0 51px;
  background: url("../img/point_list_bg.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .detail .point__list {
    display: block;
    min-height: auto;
    padding: 10px 0 0;
    background: none;
  }
}
.detail .point__item {
  width: 275px;
}
@media screen and (max-width: 768px) {
  .detail .point__item {
    width: auto;
  }
}
.detail .point__item:not(:last-child) {
  margin-bottom: 15px;
}
.detail .point__item__term {
  margin-bottom: 10px;
  color: #999;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .detail .point__item__term {
    margin-bottom: 5px;
    color: #23AA97;
    text-align: left;
  }
}
.detail .point__item__term .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .detail .point__item__term .num {
    font-size: 24px;
  }
}
.detail .point__item__description {
  font-size: 13px;
  line-height: 1.84615;
}
.detail .program__detail__box {
  position: relative;
}
.detail .program__list {
  position: relative;
  z-index: 1;
  margin: 50px 0 0 80px;
}
@media screen and (max-width: 768px) {
  .detail .program__list {
    z-index: 1;
    margin: 0;
  }
}
.detail .program__item {
  color: #23AA97;
  font-weight: bold;
}
.detail .program__item:not(:last-child) {
  margin-bottom: 12px;
}
.detail .program__item:nth-child(1):before {
  content: "1．";
}
.detail .program__item:nth-child(2):before {
  content: "2．";
}
.detail .program__item:nth-child(3):before {
  content: "3．";
}
.detail .program__item:nth-child(4):before {
  content: "4．";
}
.detail .program__item:nth-child(5):before {
  content: "5．";
}
.detail .program__item:nth-child(6):before {
  content: "6．";
}
.detail .program__item:nth-child(7):before {
  content: "7．";
}
.detail .program__item:nth-child(8):before {
  content: "8．";
}
.detail .program__item:nth-child(9):before {
  content: "9．";
}
.detail .program__item:nth-child(10):before {
  content: "10．";
}
.detail .program__item:nth-child(11):before {
  content: "11．";
}
.detail .program__item:nth-child(12):before {
  content: "12．";
}
.detail .program__item:nth-child(13):before {
  content: "13．";
}
.detail .program__item:nth-child(14):before {
  content: "14．";
}
.detail .program__item:nth-child(15):before {
  content: "15．";
}
.detail .program__item:nth-child(16):before {
  content: "16．";
}
.detail .program__item:nth-child(17):before {
  content: "17．";
}
.detail .program__item:nth-child(18):before {
  content: "18．";
}
.detail .program__item:nth-child(19):before {
  content: "19．";
}
.detail .program__item:nth-child(20):before {
  content: "20．";
}
.detail .program__item:nth-child(21):before {
  content: "21．";
}
.detail .program__item:nth-child(22):before {
  content: "22．";
}
.detail .program__item:nth-child(23):before {
  content: "23．";
}
.detail .program__item:nth-child(24):before {
  content: "24．";
}
.detail .program__item:nth-child(25):before {
  content: "25．";
}
.detail .program__item:nth-child(26):before {
  content: "26．";
}
.detail .program__item:nth-child(27):before {
  content: "27．";
}
.detail .program__item:nth-child(28):before {
  content: "28．";
}
.detail .program__item:nth-child(29):before {
  content: "29．";
}
.detail .program__item:nth-child(30):before {
  content: "30．";
}
.detail .program__item:before {
  color: #23AA97;
}
.detail .program__item.-no-number:before {
  content: none;
}
.detail .program__pic {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detail .program__pic {
    position: relative;
    left: 0;
    right: 0;
    z-index: 0;
    width: 50%;
    margin: 0 auto -25px;
  }
}
.detail .program__notice {
  position: relative;
  z-index: 1;
  color: #F00;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .detail .program__notice {
    font-size: 10px;
    text-align: left;
  }
}
.detail .program__sublist {
  margin-left: 25px;
}
.detail .program__sublist.-no-number {
  margin-left: 0;
}
.detail .program__subitem {
  color: #000;
  font-weight: normal;
  text-indent: -15px;
}
.detail .program__subitem:before {
  content: "●";
}
.detail .program__subitem.-no-number {
  text-indent: 0;
}
.detail .program__subitem.-no-number:before {
  content: none;
}
.detail .inquiry__info__term:not(:first-of-type) {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .detail .inquiry__info__term:not(:first-of-type) {
    padding-left: 0;
  }
}
.detail .inquiry__info__description:not(:first-of-type) {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .detail .inquiry__info__description:not(:first-of-type) {
    padding-left: 0;
  }
}
.detail .inquiry__info__description:not(:last-child) {
  margin-bottom: 10px;
}
.detail .fee {
  *zoom: 1;
  margin-bottom: 20px !important;
  padding: 20px 0 15px 65px;
  background: #ffdddd;
}
.detail .fee:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .detail .fee {
    margin-bottom: 0 !important;
    padding: 12px 10px 6px;
  }
}
.detail .fee > * {
  float: left;
}
@indlue sp() {
  .detail .fee > * {
    float: none;
  }
}
.detail .fee__text {
  margin-left: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .detail .fee__text {
    margin-left: 0;
    font-size: 12px;
  }
}
.detail .fee__text .num {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detail .fee__text .num {
    font-size: 14px;
  }
}
.detail .fee__text small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .detail .fee__text small {
    font-size: 10px;
  }
}
.detail .fee__text__notice {
  display: block;
  margin-top: -6px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .detail .fee__text__notice {
    text-align: left;
    font-size: 10px;
  }
}
.detail .entry-type__text {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .detail .entry-type__text {
    padding-left: 0;
  }
}
.detail .entry-type__notice {
  margin: 20px 0 50px;
  padding-bottom: 70px;
  font-size: 12px;
  text-align: right;
  border-bottom: 1px solid #23AA97;
}
@media screen and (max-width: 768px) {
  .detail .entry-type__notice {
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: left;
  }
}
.detail .entry-type iframe {
  width: 920px;
  height: 240px;
  margin: 20px 0 0 80px;
}
@media screen and (max-width: 768px) {
  .detail .entry-type iframe {
    width: 100%;
    margin: 20px 0 0;
  }
}

/* contact */
.main__box {
  padding: 80px 0;
  border-bottom: 1px solid #d4c673;
}
@media screen and (max-width: 1280px) {
  .main__box {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main__box {
    padding: 5% 0 10%;
  }
}
.main__box__title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 18px;
  color: #4E3903;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__box__title {
    margin-bottom: 4%;
    padding-bottom: 4%;
    font-size: 23px;
    font-size: 6.13333vw;
  }
}
.main__box__title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 105px;
  height: 3px;
  margin: 0 auto;
  background-color: #b17c2d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB17C2D', endColorstr='#FFB17C2D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxN2MyZCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmNmNmM2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjE3YzJkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #b17c2d 0%, #fcf6c6 50%, #b17c2d 100%);
  background-image: -webkit-linear-gradient(left, #b17c2d 0%, #fcf6c6 50%, #b17c2d 100%);
  background-image: linear-gradient(to right, #b17c2d 0%, #fcf6c6 50%, #b17c2d 100%);
}
@media screen and (max-width: 768px) {
  .main__box__title:before {
    height: 2px;
  }
}
.main__box__text {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .main__box__text {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__box__text {
    margin-bottom: 10%;
    font-size: 14px;
    font-size: 3.73333vw;
    text-align: left;
  }
}

.contact-table {
  width: 1180px;
  margin: 0 auto 45px;
  table-layout: fixed;
}
@media screen and (max-width: 1200px) {
  .contact-table {
    width: 100%;
    margin-bottom: 5%;
  }
}
.contact-table th,
.contact-table td {
  line-height: 1.3;
  font-size: 1.6em;
  border: 10px solid #FFF;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact-table th,
  .contact-table td {
    display: list-item;
    font-size: 16px;
    font-size: 4.26667vw;
    list-style: none;
    border: none;
  }
}
.contact-table th {
  width: 340px;
  padding: 15px 10px 15px 30px;
  background: #E4DFD5;
}
@media screen and (max-width: 768px) {
  .contact-table th {
    position: relative;
    width: 100%;
    padding: 2% 5%;
  }
}
.contact-table td {
  padding: 15px 20px;
  background: #F8F5EE;
}
@media screen and (max-width: 768px) {
  .contact-table td {
    padding: 3% 5%;
    background: none;
  }
}
.contact-table .required {
  display: inline-block;
  width: 40px;
  margin-right: 4px;
  padding: 4px 0;
  background: #E35580;
  color: #FFF;
  font-size: 0.875em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-table .required {
    width: auto;
    margin-right: 1%;
    padding: 1% 2%;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.contact-table input[type="text"] {
  padding: 5px;
  border: 2px solid #B0B0B0;
}
.contact-table .long {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contact-table .long {
    width: 100%;
  }
}
.contact-table .middle {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact-table .middle {
    width: 100%;
  }
}
.contact-table .short {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contact-table .short {
    width: 100%;
  }
}
.contact-table textarea {
  width: 100%;
  padding: 5px;
  resize: vertical;
  line-height: 1.2;
  border: 2px solid #B0B0B0;
}
@media screen and (max-width: 1200px) {
  .contact-table select {
    width: 100%;
  }
}
.contact-table-text {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-table-text {
    margin: 0 5% 3%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
    text-align: left;
  }
}
.contact-table-text a {
  color: #000;
  text-decoration: underline;
}
.contact-table-text a:hover {
  text-decoration: none;
}
.contact-button-area {
  display: flex;
  justify-content: space-between;
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-button-area {
    width: 90%;
  }
}
.contact-button-area.-thanks {
  justify-content: center;
}
.contact-button-area input {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 200px;
  height: 50px;
  color: #FFF;
  font-size: 1.8em;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-button-area input {
    width: 47.16418%;
    height: auto;
    padding: 4% 0;
    font-size: 19px;
    font-size: 5.06667vw;
    font-weight: bold;
  }
}
.contact-button-area input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.contact-button-area input[type="reset"] {
  background: #c7c7c7;
}
.contact-button-area input[type="button"], .contact-button-area input[type="submit"] {
  background: #509df7;
}

.confirm .contact-button-area input[type="button"] {
  background: #c7c7c7;
}

.error .contact-button-area {
  justify-content: center;
}

.data-r {
  color: #E35580;
  font-weight: bold;
}

/* 新規追加分 */
  .program__item h3 {
    display: inline;
    font-weight: bold;
  }
  .program__subitem {
    display: inline-block;
    margin-right: 30px;
  }
  .detail__question {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    border: 1px solid #1055C1;
    margin: 32px auto;
    background: #DDF0F9;
    text-align: center;
  }
  .inquiry__info__term.caution {
    padding: 4px 0 12px;
    color: #f36;
    font-weight: bold;
    line-height: 1.6;
  }

@media screen and (max-width: 768px) {
  .detail__question {
    padding: 16px;
    margin: 5% auto 10%;
  }
}
  .detail__question dt {
    font-size: 16px;
  }
@media screen and (max-width: 768px) {}

/* contact */
#contact .main__visual {
  margin-top: 162px;
}

#contact #content {
  margin-top: 0;
}