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

種別 ： ページ独自css
適用 ： /3ds/以下のみ

=========================================================================*/
html,
body {
  width: 100%;
}
/* Card
-------------------------------------------------------------------------*/
body {
  margin: 0 auto;
}
a:link,
a:visited {
  color: #008bd5;
  text-decoration: none;
}
a:hover {
  color: #008bd5;
  text-decoration: underline;
}
/* -------------------------------------------------------------------------*/
.contentsWrap {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #ffffff;
  box-sizing: border-box;
}
/* title
-------------------------------------------------------------------------*/
.ttl_box {
  margin: 0 auto;
  padding: 30px;
  background: url("../images/icn-exclamation.gif") no-repeat 3% center #eaede5;
  overflow: hidden;
}
.ttl_box h2 {
  color: #164f2e;
  width: 88%;
  float: right;
  font-size: 20px;
}
.ttl_box p {
  clear: both;
  text-align: left;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 16px;
  color: #ff0000;
  width: 88%;
  float: right;
}

/* tab
-------------------------------------------------------------------------*/

/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
  width: 1000px;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100% / 2);
  height: 60px;
  line-height: 60px;
  border-bottom: 3px solid #009c41;
  background-color: #e6e6e6;
  font-size: 1.3rem;
  text-align: center;
  color: #565656;
  font-weight: bold;
  transition: all 0.2s ease;
  z-index: 1;
  margin: 0 auto;

  display: flex;
  align-items: center;
}
.tabs_group {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 999;
}

.tab_item.fixed {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: calc(100% / 2);
  text-align: center;
}

.left,
.right {
  width: 50%;
  text-align: center;
}

.tab_item p {
  text-align: center;
  margin: 0 auto;
}

.tab_item:hover {
  cursor: pointer;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
#all:checked ~ .tabs_group .tab_item[for="all"],
#programming:checked ~ .tabs_group .tab_item[for="programming"] {
  background-color: #009c41;
  color: #fff;
}

/*button
------------------------------------------------------------------*/
.tab_content_description li {
  background: #009c41;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding: 15px 30px;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
}
.tab_content_description li span {
  font-size: 14px;
}
.tab_content_description li a {
  display: block;
}
a:link {
  color: #fff !important;
  text-decoration: none;
}
a:visited {
  color: #fff !important;
  text-decoration: none;
}
.sp_br {
  display: none;
}
/*--------------------*/
.link_box {
  border: solid 2px #e6e6e6;
  padding: 30px;
}
.jsecure_box {
  background: #f2f2f2;
  padding: 0px 0 10px 0;
  margin: 30px auto 0px;
  width: 100%;
}
.jsecure_box h3 {
  background: #ffc73b;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
}
.jsecure_box ul {
  width: 93%;
  margin: 0 auto;
}
.jsecure_box li {
  padding-left: 2em;
  text-indent: -2em;
}
.jsecure_box p {
  padding: 20px;
  font-size: 16px;
  line-height: 1.8em;
}
.jsecure_box p a,
.slide-box p a {
  color: #1b5097 !important;
  text-decoration: underline;
  background: url("../images/icn-arrow.gif");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 20px 0 0;
}
.jsecure_box span {
  color: #e50011;
}
.link_section h4 {
  background: #009c41;
  font-size: 18px;
  padding: 15px 15px;
  /* border-left: double 10px #f2f2f2; */
  margin: 20px 0;
  color: #fff;
}
.link_section h4 span {
  font-size: 14px;
}
.link_section h5 {
  background: #f2f2f2;
  border-left: double 10px #009c41;
  font-size: 16px;
  padding: 10px 10px;
  margin: 20px auto;
  width: 95%;
}

.link_section p {
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
}

.link_section .txt-link a {
  color: #1b5097;
  text-decoration: underline;
}

/* button-----------------------------------*/
.link_section p.login_btn,
p.unknown_btn,
p.first_btn,
p.make_btn {
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 10px 0;
  border-bottom: solid 4px #ccc;
  text-align: center;
  width: 450px;
  box-sizing: border-box;
  height: 4rem;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
.link_section p.login_btn a,
p.unknown_btn a,
p.first_btn a,
p.make_btn a {
  display: block;
}
.link_section p.login_btn {
  background: #ff6d00;
}
.link_section p.unknown_btn {
  background: #666666;
}
.link_section p.first_btn {
  background: #1d95a3;
}
.link_section p.make_btn {
  background: #ccc;
  color: #000;
}
.link_section p.first_btn span {
  font-size: 12px;
}
/* 画面フロー-----------------------------------*/
/* パソコンではタイル型で表示 */
.slide-wrap {
  /* background-color: #ccc; */
  display: flex;
  margin: 10px auto 20px;
  max-width: 1080px;
  width: 100%;
  /* text-align: center; */
  flex-wrap: wrap;
}
.slide-box {
  height: auto;
  margin: 10px 20px;
  width: 29%;
  padding: 10px 20px;
  background: #ececec;
  box-sizing: border-box;
  position: relative;
}
.slide-box h5 {
  font-size: 16px;
  margin: 0px 0 0px 30px;
}
.slide-box .num_box {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffb21e;
  padding: 3px;
  color: #fff;
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/* サムネイルとタイトルのスタイル調整 */
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
  margin: 10px 0 0 0;
}
.slide-box p {
  padding: 10px 0;
  margin: 0;
  line-height: 1.5em;
}
.slide-box ul {
  margin: 10px 0;
  list-style: none;
}
.slide-box li {
  margin: 10px 0 8px;
}

/* 丸数字 */
.maru {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: #c70000;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  float: left;
  margin: 0 3px 0 0;
}

/* 
-------------------------------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 500px;
  right: 30px;
}

/* Footer
-------------------------------------------------------------------------*/
footer {
  width: 100% !important;
  margin: 0 auto;
  display: block;
}

/* Font style
-------------------------------------------------------------------------*/
.txt_b {
  font-weight: bold;
}
.txt_red {
  color: #e50011;
}
.txt_white {
  color: #fff;
}
.txt_al_c {
  text-align: center;
  margin: 0;
  padding: 0;
}
.txt_16 {
  font-size: 16px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
p.txt_30 {
  font-size: 30px;
}
/* Margin
-------------------------------------------------------------------------*/
.mb50 {
  margin-bottom: 50px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
/* Clearfix
-------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
