@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　parts
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sp-only {
  display: none;
}

.opover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.opover:hover {
  opacity: 0.7;
}

.ttl-cnt {
  margin-bottom: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.ttl-cnt span {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #57b53c;
  font-size: 36px;
  letter-spacing: 0.05em;
}

.ttl-cnt2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.65;
  color: #222528;
  text-align: center;
}

.tbl,
#enquiry-table,
#request-table {
  width: 100%;
}

.tbl th,
.tbl td,
#enquiry-table th,
#enquiry-table td,
#request-table th,
#request-table td {
  box-sizing: border-box;
  padding: 20px 40px;
  background-color: #f4f5f7;
  border-bottom: solid 1px #fafbfb;
  line-height: 1.875;
}

.tbl th,
#enquiry-table th,
#request-table th {
  width: 220px;
  border-right: solid 1px #fff;
  text-align: left;
  font-weight: normal;
}

.tbl tr:nth-of-type(odd) th, .tbl tr:nth-of-type(odd) td,
#enquiry-table tr:nth-of-type(odd) th,
#enquiry-table tr:nth-of-type(odd) td,
#request-table tr:nth-of-type(odd) th,
#request-table tr:nth-of-type(odd) td {
  background-color: #fafbfb;
}

.tbl a,
#enquiry-table a,
#request-table a {
  color: #68bb50;
}

.tbl a:hover,
#enquiry-table a:hover,
#request-table a:hover {
  text-decoration: underline;
}

.list-dot li {
  position: relative;
  padding-left: 1em;
}

.list-dot li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}

.btn {
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
  border: solid 1px #486176;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #486176;
  text-align: center;
}

.btn-visual01 {
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
  border: solid 1px #486176;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #486176;
  text-align: center;
}

.btn-visual02 {
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
  border: solid 1px #FFFFFF;
  display: inline-block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
}

.btn:hover {
  background-color: #b6c0c8;
  border-color: #b6c0c8;
  text-decoration: none;
  color: #fff;
}
.btn-visual01:hover {
  background-color: #b6c0c8;
  border-color: #b6c0c8;
  text-decoration: none;
  color: #fff;
}
.btn-visual02:hover {
  background-color: #b6c0c8;
  border-color: #b6c0c8;
  text-decoration: none;
  color: #fff;
}
.btn.btn-l {
  width: 300px;
  height: 60px;
  line-height: 60px;
}
.outbtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: #486176;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	transition: 0.3s;
}
.outbtn a:hover {
	color: #f2f2f2;
}
.btn05 a {
	background-color: #fff;
	border: 1px solid #486176;
  margin: 0 auto;
  margin-top: 32px;
}
.btn05 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #333;
}
.btn05 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 50%;
}
.btn05 a:hover {
	background-color: #b6c0c8;
	border: 1px solid #b6c0c8;
}
.btn05 a:hover::before {
	background-color: #f2f2f2;
}
.btn05 a:hover::after {
	border: 1px solid #f2f2f2;
}
.com-btn,
.yr-btn,
.gr-btn,
.pd-btn,
.bs-btn,
.ys-btn,
.at-btn,
.fi-btn {
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  position: relative;
  display: inline-block;
  padding: 20px 0;
  background-color: #fff;
  border: solid 1px #486176;
  color: #486176;
  text-align: center;
  text-decoration: none;
}
.com-btn {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-top: 32px;
}
.fi-btn {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-top: 32px;
}
.com-btn::after,
.yr-btn::after,
.gr-btn::after,
.pd-btn::after,
.bs-btn::after,
.ys-btn::after,
.at-btn::after,
.fi-btn::after {
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  position: absolute;
  top: 40%;
  right: 20px;
  content: '';
  border-left-color: #486176;
  transform: rotate(45deg) translateY(50%);
  border-width: 2px 2px 0 0;
  border-style: solid;
  width: 6px;
  height: 6px;
}
.com-btn:hover {
  background-color: #b6c0c8;
  color: #fff;
  border: solid 1px #b6c0c8;
}
.yr-btn:hover {
  background-color: #52be7f;
  color: #fff;
  border: solid 1px #52be7f;
}
.gr-btn:hover {
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
}
.pd-btn:hover {
  background-color: #5090cd;
  color: #fff;
  border: solid 1px #5090cd;
}
.bs-btn:hover {
  background-color: #000;
  color: #fff;
  border: solid 1px #000;
}
.ys-btn:hover {
  background-color: #679fb6;
  color: #fff;
  border: solid 1px #679fb6;
}
.at-btn:hover {
  background-color: #f2902f;
  color: #fff;
  border: solid 1px #f2902f;
}
.fi-btn:hover {
  background-color: #66c2cc;
  color: #fff;
  border: solid 1px #66c2cc;
}
.com-btn:hover::after,
.yr-btn:hover::after,
.gr-btn:hover::after,
.pd-btn:hover::after,
.bs-btn:hover::after,
.ys-btn:hover::after,
.at-btn:hover::after,
.fi-btn:hover::after {
  border-left-color: #fff;
}
.ec-webstore .com-btn {
  margin: 0;
}
.btn.btn-s {
  width: 130px;
  height: 40px;
  line-height: 40px;
}
.btn.btn-hands {
  width: 560px;
  height: 60px;
  line-height: 60px;
  background: #F2F3F5;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/btn-hands.png) no-repeat 200px 18px #F2F3F5;
  padding: 0px 0px 0px 200px;
}
.btn.btn-hands:hover {
  background-color: #b6c0c8;
  border-color: #b6c0c8;
  text-decoration: none;
  color: #fff;
  background: url(../images/btn-hands-w.png) no-repeat 200px 18px #b6c0c8;
  padding: 0px 0px 0px 200px;
}

.new {
  position: relative;
  left: 56px;
  top: 4px;
  width: 50px;
  height: 30px;
  padding: 8px 0px 0px 150px;
  background: url(../images/new.jpg) no-repeat 70px 0px;
}

i.icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_sprite.png);
  background-size: 140px auto;
}

i.icon2 {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_sprite2.png);
  background-size: 140px auto;
}
i.icon3 {
}

i.icon-blank-bk {
  height: 20px;
      position: relative;
      right: -6px;
      top: -3px;
      width: 8px;
}
.box-fastio .icon {
    background-image: url("../../common/images/icon_blank-bk.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    width: 25px;
}
.aitell-box .icon {
    background-image: url("../../common/images/icon_blank-bk.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    width: 25px;
}
a.btn:hover i.icon-blank-bk {
  background-image: url("../../common/images/icon_blank-bk-link.png");
}

/* for retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  i.icon {
    background-image: url(../images/icon_sprite@2x.png);
  }
}
i.icon-enquiry,
i.icon-request {
  position: relative;
  top: px;
  left: -5px;
  width: 20px;
  height: 20px;
}

i.icon-require {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
}

i.icon-hands {
  position: relative;
  left: -5px;
  width: 34px;
  height: 22px;
}

i.icon-blank {
  position: relative;
  top: -1px;
  right: -15px;
  width: 20px;
  height: 20px;
}

i.icon-en,
i.icon-fb,
i.icon-tw,
i.icon-pt,
i.icon-yt {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 36px;
  height: 36px;
}

i.icon-en:hover,
i.icon-fb:hover,
i.icon-pt:hover,
i.icon-yt:hover {
  opacity: 0.7;
  text-decoration: none;
}

i.icon-arr1 {
  position: relative;
  top: -2px;
  right: -15px;
  width: 6px;
  height: 8px;
}

i.icon-arr2 {
  position: relative;
  top: -2px;
  right: -10px;
  width: 8px;
  height: 12px;
}

i.icon-arr3 {
  width: 12px;
  height: 16px;
}

i.icon-prev,
i.icon-next {
  width: 18px;
  height: 36px;
}

i.icon-enquiry {
  background-position: 0 0;
}

i.icon-request {
  background-position: -20px 0;
}

i.icon-blank {
  background-position: -40px 0;
}

i.icon-require {
  background-position: -60px 0;
}

i.icon-en {
  background-position: 0 -20px;
}

i.icon-fb {
  background-position: -36px -20px;
}
i.icon-tw {
  background-position: -105px -21px;
}

i.icon-pt {
  background-position: -72px -20px;
}
i.icon-yt {
    background-position: -71px -55px;
}
i.icon-arr1 {
  background-position: -36px -56px;
}

i.icon-arr2 {
  background-position: -44px -56px;
}

i.icon-arr3 {
  background-position: -50px -56px;
}

i.icon-prev {
  background-position: 0 -56px;
}

i.icon-next {
  background-position: -18px -56px;
}

a.btn:hover i.icon-enquiry {
  background-position: -80px 0;
}

a.btn:hover i.icon-request {
  background-position: -100px 0;
}

a.btn:hover i.icon-blank {
  background-position: -120px 0;
}

a.btn:hover i.icon-arr1 {
  background-position: -36px -64px;
}

a.btn:hover i.icon-arr2 {
  background-position: -42px -68px;
}

a.btn:hover i.icon-arr3 {
  background-position: -50px -72px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　module
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.txt-en {
  font-weight: 400;
  letter-spacing: .05em;
}

.uline {
  text-decoration: underline !important;
}

.uline:hover {
  text-decoration: none !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w33p {
  width: 33% !important;
}

.w50p {
  width: 50% !important;
}

.w100p {
  width: 100% !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100px !important;
}

.w130 {
  width: 130px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w200 {
  width: 200px !important;
}

.w220 {
  width: 220px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.w330 {
  width: 330px !important;
}

.w400 {
  width: 400px !important;
}

.w450 {
  width: 450px !important;
}

.w470 {
  width: 470px !important;
}

.w530 {
  width: 530px !important;
}

.w560 {
  width: 560px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

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

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

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

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

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

.mt25 {
  margin-top: 25px !important;
}

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

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

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

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

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

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

.mb25 {
  margin-bottom: 25px !important;
}

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

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

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}

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

.pt15 {
  padding-top: 15px !important;
}

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

.pt25 {
  padding-top: 25px !important;
}

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

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

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mlr05 {
  margin-left: 5px;
  margin-right: 5px !important;
}

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

.mlr15 {
  margin-left: 15px;
  margin-right: 15px !important;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px !important;
}

.mlr25 {
  margin-left: 25px;
  margin-right: 25px !important;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.dis-b {
  display: block !important;
}

.dis-ib {
  display: inline-block !important;
}

.dis-i {
  display: inline !important;
}

.valignT {
  vertical-align: top !important;
}

.valignB {
  vertical-align: bottom !important;
}

.valignM {
  vertical-align: middle !important;
}

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

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

.alignC {
  text-align: center !important;
}

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

.txtNowrap {
  white-space: nowrap !important;
}

.txtCar1em {
  letter-spacing: 1em !important;
}

.txtLineU {
  text-decoration: underline !important;
}

.txt10 {
  font-size: 10px !important;
}

.txt11 {
  font-size: 11px !important;
}

.txt12 {
  font-size: 12px !important;
}

.txt13 {
  font-size: 13px !important;
}

.txt14 {
  font-size: 14px !important;
}

.txt15 {
  font-size: 15px !important;
}

.txt16 {
  font-size: 16px !important;
}

.txt17 {
  font-size: 17px !important;
}

.txt18 {
  font-size: 18px !important;
}

.txt19 {
  font-size: 19px !important;
}

.txt20 {
  font-size: 20px !important;
}

.txt21 {
  font-size: 21px !important;
}

.txt22 {
  font-size: 22px !important;
}

.txt23 {
  font-size: 23px !important;
}

.txt24 {
  font-size: 24px !important;
}

.txt25 {
  font-size: 25px !important;
}

.txt26 {
  font-size: 26px !important;
}

.txt28 {
  font-size: 28px !important;
}

.txt30 {
  font-size: 30px !important;
}

.request-err, .enquiry-err {
  color: #68bb50;
}

.affiliation-group {
  text-align: center;
}
