@charset "UTF-8";
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p0 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p60 {
  padding: 60px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.p__topics-info {
  position: relative;
  display: table;
  margin: 10px auto 20px auto;
  border: 1px solid #fb9bad;
  width: 1080px;
}
@media (max-width: 767px) {
  .p__topics-info {
    display: block;
    border: none;
    margin: 10px 0;
    width: 100%;
  }
}
.p__topics-info .cmsi__topics-title,
.p__topics-info .cmsi_topics-txt {
  display: table-cell;
  font-size: 12px;
}
@media (max-width: 767px) {
  .p__topics-info .cmsi__topics-title,
  .p__topics-info .cmsi_topics-txt {
    display: block;
  }
}
.p__topics-info .cmsi__topics-title {
  width: 102px;
  padding: 8px;
  color: #fb9bad;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p__topics-info .cmsi__topics-title {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    background-color: #feeef1;
  }
  .p__topics-info .cmsi__topics-title a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 10px 16px 10px 8px;
  }
  .p__topics-info .cmsi__topics-title a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -2px 0 0;
    border-bottom: 2px solid #777777;
    border-right: 2px solid #777777;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
    border-color: #fb9bad;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p__topics-info .cmsi__topics-title a::after {
    right: 6px;
  }
}

.p__topics-info .cmsi_topics-txt {
  padding: 8px;
  border-left: 1px solid #fb9bad;
  font-weight: 200;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p__topics-info .cmsi_topics-txt {
    padding: 10px;
    border: none;
  }
}
.p__topics-info .cmsi_topics-txt .cmp__topics-link {
  padding-top: 8px;
  text-align: right;
}
.p__topics-info .cmsi_topics-txt .cmp__topics-link a {
  text-decoration: underline;
}
.p__topics-info .cmsi_topics-txt .cmp__topics-link a:hover {
  cursor: pointer;
}
.p__topics-info .cmp__topics-btnclose {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}
@media (max-width: 767px) {
  .p__topics-info .cmp__topics-btnclose {
    margin: 0;
  }
}
.p__topics-info .cmp__topics-btnclose:hover {
  text-decoration: none;
}
.p__topics-info .cmp__icon-exclamation {
  display: inline;
  padding-right: 8px;
  vertical-align: middle;
  color: #fb9bad;
  font-size: 163%;
}
@media (max-width: 767px) {
  .p__topics-info .cmp__icon-exclamation {
    font-size: 169%;
  }
}
.p__topics-info .cmp__icon-close {
  display: inline;
  padding: 1px 3px 2px;
  background: #fb9bad;
  color: #ffffff;
}

@media (max-width: 767px) {
  .commonHeaderTitle.prts__top-txt .cmsi__pickup-head .cmp__main-title {
    border: none;
    margin: 0 10px;
    padding-right: 0;
  }
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: scroll;
  }
}

.tryCmnHeadWrap {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.try__header-line-wrap,
.try__header-ttl-wrap,
.try__menu-wrap,
.try__submenu-wrap {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  background-color: #ffffff;
  color: #383838 !important;
}
.try__header-line-wrap a,
.try__header-ttl-wrap a,
.try__submenu-wrap a {
  color: #ffffff !important;
  text-decoration: none;
}
.try__header-line-wrap a:hover,
.try__header-ttl-wrap a:hover,
.try__menu-wrap a:hover,
.try__submenu-wrap a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}
.try__header-line-wrap a:hover img,
.try__header-ttl-wrap a:hover img,
.try__menu-wrap a:hover img,
.try__submenu-wrap a:hover img {
  opacity: 0.7;
}
.try__menu-current1 img {
	height: 60px;
}

/* ヘッダ
================================================== */
.try__header-line-wrap {
  clear: both;
  background: #193547;
}

.try__header-line {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.6;
  font-family: font-family: Poppins;
}
.try__header-line .try__header-line-title {
  float: left;
  display: inline-block;
  font-size: 10px;
  min-width: 350px;
  text-align: left;
}
.try__header-line .try__header-line-list {
  float: right;
}
.try__header-line .try__header-line-list li {
  float: left;
    padding:0 15px;
    height: 22px;
    /*border-left: 1px solid #fff;*/
}
.try__header-line .try__header-line-list li:last-child{
	/*border-right: 1px solid #fff;*/
}

.try__header-line .try__header-line-list li a:hover {
  text-decoration: none;
}
.try__header-line .try__header-line-list li.dn {
  display: none;
}

.try__header-ttl-wrap .try__header-ttl {
  width: 1100px;
  margin: 0 auto;
}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-logo {
    float: left;
    width: 128px;
    text-align: center;
    position: relative;
    /*left: 35px;*/
    top: 12px;
}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-link {
  float: right;
  display: table;
  max-width: 730px;
  margin: 20px 0;
}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-link li {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-link li.try__login-name {
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.3;
  color: #193547;
}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-link li.try__login-list .try__login-btn {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-link li.try__login-list .try__login-btn a {
  display: inline-block;
  padding: 10px 20px;
  background: #193547;
  border-radius: 4px;
  color: #ffffff !important;
  font-weight:bold;
  box-shadow: 0px 3px 0px 0px rgb(29 45 57 / 60%);
  font-family: font-family: Poppins;

}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-link li.try__point-list .try__point-btn {
  display: inline-block;
  background: #eeeeee;
  font-size: 11px;
  line-height: 16px;
}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-link li.try__point-list .try__point-btn.dn {
  display: none;
}
.try__header-ttl-wrap .try__header-ttl .try__header-ttl-link li.try__point-list .try__point-btn a {
  display: inline-block;
  padding: 10px 20px;
  color: #545454;
}

.dn {
  display: none;
}

/* --------------------------------------------------- menu */
.try__menu-wrap {
  position: relative;
  /*background:url(../img/nav_bg.png) repeat-x bottom;*/
  border-bottom: 1px solid #fff;
}
.try__menu-wrap .try__menu {
  *zoom: 1;
  position: relative;
  width: 100%;
  height: 53px;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.try__menu-wrap .try__menu::before, .try__menu-wrap .try__menu::after {
  content: " ";
  display: table;
}
.try__menu-wrap .try__menu::after {
  clear: both;
}
.try__menu-wrap .try__menu > li {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  display: table-cell;
  float: left;
  width: 11.1111%;
  height: 53px;
  text-align: center;
  /*border-right: 1px solid #cfcfcf;*/
  /*background:url(../img/nav_bg.png) repeat-x bottom;*/
  /*border-left: 1px solid #fff;*/
}
.try__menu li:first-child{
	flex-basis: 300px;
}
.try__menu-wrap .try__menu > li:first-child{
	border-left:none;
}
.try__menu-wrap .try__menu > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.try__menu-wrap .try__menu > li > a {
  display: block;
  color: #000;
}
.try__menu-wrap .try__menu > li > a.try__menu-current, .try__menu-wrap .try__menu > li > a:hover {
  text-decoration: none !important;
  opacity: 1;
  display: block;
    height: 100%;
    transition:0.2s;
}
.try__menu-wrap .try__menu .try__menu-current:hover{
/* 	opacity:0.6!important; */
	color:#0e1243;
	background:#fff;
	border-bottom:3px solid #0e1243;
}

.try__menu-wrap .try__menu.line6 li {
  width: 180px;
}
.try__menu-wrap .try__menu.line7 li {
  width: 154px;
}
.try__menu-wrap .try__menu.line9 li {
  width: 120px;
}
.try__menu-wrap .try__menu.line10 li {
  width: 108px;
  font-size: 12px;
}

.try__menu-wrap li ul.try__menu-second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}
.try__menu-wrap li ul.try__menu-second-level li {
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  border-top: 1px solid #cfcfcf;
}
.try__menu-wrap li ul.try__menu-second-level li dl dt {
  font-weight: 500;
  line-height: 1.4;
  font-size: 113%;
  color: #383838 !important;
  padding-bottom: 5px;
  border-bottom: #fb9bad 1px solid;
  margin-bottom: 5px;
  width: 195px;
}
@media (max-width: 767px) {
  .try__menu-wrap li ul.try__menu-second-level li dl dt {
    font-weight: bold;
  }
}
.try__menu-wrap li ul.try__menu-second-level li dl dt img {
  width: 195px;
}
.try__menu-wrap li ul.try__menu-second-level li dl dt a {
  position: relative;
  display: block;
}
.try__menu-wrap li ul.try__menu-second-level li dl dt a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(-45deg);
}
.try__menu-wrap li ul.try__menu-second-level li dl dd {
  padding: 5px 0;
}
.try__menu-wrap li ul.try__menu-second-level li dl dd.height2 {
  height: 3em;
}
.try__menu-wrap li ul.try__menu-second-level li dl.try__mega-ph-list dt {
  border: none;
}
.try__menu-wrap li ul.try__menu-second-level li dl.try__mega-ph-list dt a::after {
  content: none;
}
.try__menu-wrap li ul.try__menu-second-level li dl.try__mega-ph-list dd p.try__mega-ph-ttl {
  font-weight: 500;
  line-height: 1.4;
  font-size: 113%;
}
@media (max-width: 767px) {
  .try__menu-wrap li ul.try__menu-second-level li dl.try__mega-ph-list dd p.try__mega-ph-ttl {
    font-weight: bold;
  }
}

.try__init-bottom {
  position: relative;
  padding-right: 10px;
}
.try__init-bottom::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 7px;
}
.try__init-bottom .try__menu-current, .try__init-bottom:hover {
  background-color: #aaaaaa;
  color: #ffffff !important;
  text-decoration: none;
  opacity: 1;
}
.try__init-bottom:hover:before {
  content: ' ';
  z-index: 2;
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  bottom: -2px;
  right: 0;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin: 0 auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.try__init-bottom:hover::after {
  border-color: #ffffff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* --------------------------------------------------- mega menu */
li.try__menu-mega {
  z-index: 10000;
}
li.try__menu-mega ul.try__menu-second-level {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
  border-left: #d4d4d4 1px solid;
  border-right: #d4d4d4 1px solid;
  border-bottom: #d4d4d4 1px solid;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.try__menu-mega ul.try__menu-second-level li {
  text-align: left;
  float: left;
  width: 195px !important;
  border: none;
  margin-left: 17px;
}
li.try__menu-mega ul.try__menu-second-level li a:hover {
  background: none;
}
li.try__menu-mega ul.try__menu-second-level li.try__menu-mega-wide02 {
  width: 407px !important;
}
li.try__menu-mega ul.try__menu-second-level li.try__menu-mega-wide02 dt {
  width: 400px;
}
li.try__menu-mega ul.try__menu-second-level li.try__menu-mega-wide02 dd {
  float: left;
  width: 193px;
  margin-right: 10px;
}
li.try__menu-mega ul.try__menu-second-level li.try__menu-mega-wide03 {
  width: 619px !important;
}
li.try__menu-mega ul.try__menu-second-level li.try__menu-mega-wide03 dt {
  width: 619px !important;
}
li.try__menu-mega ul.try__menu-second-level li.try__menu-mega-wide03 dd {
  float: left;
  width: 205px !important;
}
li.try__menu-mega ul.try__menu-second-level li.try__mega-list02 {
  width: 407px !important;
}
li.try__menu-mega ul.try__menu-second-level li.try__mega-list02 dd {
  width: 195px !important;
}
li.try__menu-mega:hover ul.try__menu-second-level {
  visibility: visible;
  opacity: 1;
}
li.try__menu-mega p {
  color: #383838 !important;
}

/* --------------------------------------------------- submenuWrap */
.try__submenu-wrap {
  background-color: #eeeeee;
}
.try__submenu-wrap .try__submenu {
  display: table;
  width: 1080px;
  margin: 0 auto;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.try__submenu-wrap .try__submenu li {
  display: table-cell;
  min-width: 66px;
  border-right: #d4d4d4 1px solid;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  vertical-align: middle;
}
.try__submenu-wrap .try__submenu li:first-child {
  border-right: 3px solid #dddddd;
  border-left: 1px solid #eeeeee;
}
.try__submenu-wrap .try__submenu li:last-child {
  border-color: #eeeeee;
}
.try__submenu-wrap .try__submenu li a, .try__submenu-wrap .try__submenu li p {
  display: block;
  padding: 15px 0 10px;
}
.try__submenu-wrap .try__submenu li .try__submenu-current {
  background-color: #eeeeee;
}

/* --------------------------------------------------- page-top */
#try__page-top {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  z-index: 100000;
}
#try__page-top a {
  position: relative;
  margin: 0 20px;
  background: rgba(56, 56, 56, 0.9);
  text-decoration: none;
  color: #ffffff;
  width: 55px;
  padding: 30px 0 14px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #try__page-top a {
    margin: 0;
  }
}
#try__page-top a::after {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(0, 0) rotate(-135deg);
  transform: translate(0px, 0px) rotate(-135deg);
}
@media (max-width: 767px) {
  #try__page-top a::after {
    border-bottom: none;
    border-right: none;
  }
}
#try__page-top a:hover {
  background: rgba(119, 119, 119, 0.9);
}

/* --------------------------------------------------- footer */

.foot_top{
	text-align: center;
	vertical-align: middle;
	height: 40px;

}

.try__footer-link-wrap {
  background: #2e9eb2;
  color: #383838 !important;
  border-top: 5px solid #2e9eb2;
  position:relative;
  height: 5px;
}

.try__footer-link {
  padding: 30px 0 0;
  width: 1090px;
  margin: 0 auto;
  font-size: 0;
  position:relative;
}
.try__footer-link .try__footer-column {
  display: inline-block;
  letter-spacing: normal;
  width:12.5%;
  text-align: left;
  color: #fff;
  margin:30px 0 40px;
  vertical-align: top;
  padding: 0 13px;
}
.try__footer-link .try__footer-column .try__footer-category-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.try__footer-link .try__footer-column .try__footer-category {
	letter-spacing: 0.1em;
}
.try__footer-link .try__footer-column a {
  color: #fff;
}
.try__footer-link .try__footer-column a:hover {
  text-decoration: none;
}

.try__footer-nav {
  color: #383838 !important;
  padding: 15px 0;
  background: #0e1242;
/*   border-top: 1px solid #fff; */
/*   border-bottom: 1px solid #fff; */
}
.try__footer-nav a {
  color: #ffffff !important;
  text-decoration: none;
  font-size:14px;
}
.try__footer-nav a:hover {
  text-decoration: underline;
}
.try__footer-nav .try__footer-nav-list {
  width: 1080px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W3";
}
.try__footer-nav .try__footer-nav-list li {
  display: inline-block;
  font-size: 11px;
  text-align: center;
}
.try__footer-nav .try__footer-nav-list li:after {
  content: "｜";
  margin: 0 0.4em 0 0.7em;
  color:#fff;
}
.try__footer-nav .try__footer-nav-list li:last-child:after {
  content: none;
}
.try__footer-nav .try__footer-nav-list.try__footer-nav-bold li {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
	.try__footer-link {
	  padding: 30px 0 0;
	  width: 100%;
	  margin: 0 auto;
	}
	.try__footer-link .try__footer-column {
	  display: inline-block;
	  letter-spacing: normal;
	  width:50%;
	  text-align: center;
	  color: #fff;
	  margin:20px 0 0px;
	}
	.try__footer-link .try__footer-column .try__footer-category-ttl {
	  font-size: 18px;
	  font-weight: bold;
	  color: #fff;
	  letter-spacing: 0.1em;
	  margin-bottom: 10px;
	}
	.try__footer-nav .try__footer-nav-list {
	  width: 100%;
	  margin: 0 auto;
	  padding: 5px 0;
	  text-align: center;
	}
	.try__footer-nav .try__footer-nav-list li {
	    display: inline-block;
	    font-size: 11px;
	    text-align: center;
	    margin-bottom: 10px;
	}
}

.try__footer-nav {
  color: #000 !important;
  padding: 15px 0;
  background: #fff;
/*   border-top: 1px solid #fff; */
/*   border-bottom: 1px solid #fff; */
}
.try__footer-nav a {
  color: #000 !important;
  text-decoration: none;
  font-size:12px;
}
.try__footer-nav a:hover {
  text-decoration: underline;
}
.try__footer-nav .try__footer-nav-list {
  width: 1080px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W3";
}
.try__footer-nav .try__footer-nav-list li {
  display: inline-block;
  font-size: 11px;
  text-align: center;
}
.try__footer-nav .try__footer-nav-list li:after {
  content: "｜";
  margin: 0 0.4em 0 0.7em;
  color:#fff;
}
.try__footer-nav .try__footer-nav-list li:last-child:after {
  content: none;
}
.try__footer-nav .try__footer-nav-list.try__footer-nav-bold li {
  font-size: 12px;
  font-weight: bold;
}
.footer_line{
  padding-bottom:20px;
  /*padding-top:20px;*/
  text-align: center;
  /*border-top: 1px solid #464973;*/
  border-bottom: 1px solid #464973;
}


/* --------------------------------------------------- ciLogo */
.try__starts-logo {
  padding: 5px 0;
  text-align: center;
}
.try__starts-logo a {
  display: inline-block;
}

/* --------------------------------------------------- ぱんくず */
.BreadcrumbList {
  width: 1080px;
  margin: 0 auto;
}
.BreadcrumbList .tryPg {
  margin: 20px 0;
}
.BreadcrumbList .tryPg li {
  font-weight: 300;
  line-height: 1.4;
  font-size: 75%;
  display: inline;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W3";
}
.BreadcrumbList .tryPg li .bcTitle {
  padding-left: 10px;
}
.BreadcrumbList .tryPg li a {
}

.tryCmnHeadWrap {
  background: none;
}

.tryCmnHeader {
  width: auto;
}

.tryCmnWrapper {
  margin-top: 20px;
}

.tryCmnContents {
  margin: 0 auto;
}

.contentsWrap {
  width: 980px;
  margin: 0 auto;
}

.tryCmnFooter {
  background: #e6e6e6;
}

.try__footer-column {
  color: #383838 !important;
}

.tryCmnPkz {
  width: 1080px;
}
.tryCmnPkz ul {
  color: #383838 !important;
}
.tryCmnPkz ul a {
  color: #383838 !important;
}

.try__starts-logo {
  background: #fff;
  padding: 50px 0 30px;
}

.tryPg {
  color: #383838 !important;
}
.tryPg a {
  color: #383838 !important;
}

.tryPg .bcArrow {
  color: #383838 !important;
}
@media (max-width: 767px) {
	.BreadcrumbList {
	  width: 100%;
	  margin: 0 auto;
	}
	.contentsWrap {
	  width: 100%;
	  margin: 0 auto;
	}
	.try__starts-logo {
	  background: #0e1242;
	  padding: 0px 0 30px;
	}
}

/* --------------------------------------------------- エラーページ、NotFoundページ */
.error_box {
  width: 505px;
  padding: 10px;
  background-color: #eeeeee;
  margin: 15px auto 80px;
  color: #383838;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .error_box {
    width: 90%;
  }
}
.error_box .ttl {
  font-size: 15px;
  padding-top: 40px;
  margin: 0;
  text-align: center;
  line-height: 28px;
  line-height: 30px;
  font-weight: bold;
}
.error_box .txt {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .error_box .txt {
    text-align: left;
  }
}

.error_box span {
  font-size: 25px;
  font-weight: normal;
  color: #ff7b93;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
}

#try1-3rdContentsArea .error_box .btn {
  margin-left: 10px;
}

#try1-3rdContentsArea .error_box .btn a {
  display: block;
  background: #ff7b93;
  border-radius: 6px;
  width: 200px;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
}

#try1-3rdContentsArea .error_box .btn a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------- 期限切れの注意文言 */
.due-notification {
  display: block;
  text-align: center;
  color: #ff6363;
  font-weight: 200;
  line-height: 1.4;
  font-size: 100%;
  padding: 15px;
  background: #f5f5f5;
  width: 1080px;
  margin: 0 auto;
}