* {
  margin: 0px;
  padding: 0px;
}

.pc_display {
  display: none;
}

.sp_display {
  display: block;
}

.fullimage_pc {
  display: block;
}

.fullimage_s {
  display: none;
}

.resizeimage img {
  width: 100%;
}
.shiken_title {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  margin-top: 10px !important;
  color: hsla(359, 71%, 52%, 1.00) !important;
  line-height: 22px !important;
}

.shiken_date {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: hsla(0, 0%, 45%, 1);
  font-weight: bold;
  line-height: 25px !important;
}

.btn_dl02 {

  width: 50%;
  margin: 5px auto;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: rgb(255, 0, 0);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

/***************** ��{���C�A�E�g *****************/
body {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
}

.w_main {
  text-align: left;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  clear: both;
}

.top_areahead {
  padding: 5px 0px 5px 0px;
  color: #FFFFFF;
  background-color: var(--primary-color);
  overflow: auto;
  background-image: url(../img/header_back.png);
  background-position: right;
  background-repeat: no-repeat;
}

.wrapper1 {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.parts {
  margin: 20px 5px 30px 5px;
}

.top_area0 {
  padding: 15px 20px 5px 20px;
  background: var(--primary-color);
}

.top_area0 h2 {
  padding: 5px 10px 5px 10px;
}

.top_area0 img {
  width: 80%
}

.top_arealeft {
  padding: 5px;
}

.top_arearight {
  padding: 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.map_left {
  text-align: left;
  width: 80%;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

.map_right {
  text-align: left;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}

.map_right dl {
  margin-left: 15px;
}

.map_right ul {
  margin-left: 25px;
  margin-top: 5px !important;
  font-size: 13px;
}

.top_area2 {
  padding: 25px 10px;
  background-color: #DEF5E3;
}

.map_right h3 {
  text-align: center;
  margin: 20px;
  font-size: 20px;
}

.menuleft {
  display: none;
}

.menu-list {
  /* 基本1.5vw 最大値24px - 最小値17px */
  font-size: clamp(17px, 1.5vw, 24px);
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #cccccc;
  color: #464646;
}

/*******************************************************/
.contents {
  position: relative;
  overflow: hidden;
  margin: 0px 0;
  padding: 0px 0;
  height: 275px;
  background:var(--primary-color);
}

.contents-image {
width: 100%;
height: 100%;
object-fit: cover;
display: none;
}

.pink {
  display: none;
  padding: 0 5px 5px;
  /*display: flex;*/
  flex-direction: row;
  align-items: center;
}

.pink p {
  color: #230D0D;
  margin-top: -20px;
}

/************************* �t�b�^�[ *********************/
.footer {
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  clear: left;
  background-color: #E8E8E8;
}

.foot_end {
  font-size: 11px;
  text-align: center;
  padding: 20px;
}

/******************header_menu***************************/
#head {
  display: none;
}

#header {
  height: 49px;
  background-color: var(--primary-color);
}

#header a {
  color: #3D3D3D;
  text-decoration: none;
}

#header #nav-open {
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 180;
  margin: 0;
  text-align: left;
  background-color: var(--primary-color);
  color: #FFFFFF;
  font-size: 15px;
  padding-left: 5px;
}

#header #nav-open a {
  position: absolute;
  top: 5px;
  right: 10px;
}

#gNav {
  width: 100%;
  position: absolute;
  top: -490px;
  z-index: 999;
  transition: top 1s;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  background-color: #FCF6DF;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  text-indent: 15px;
}

#gNav:target {
  top: 50px;
}

#gNav ul {
  margin: 0;
  padding: 0;
}

#gNav ul li {
  width: 100%;
  float: left;
  list-style-type: none;
  border-bottom: #b6b6b6 1px solid;
}

#gNav ul li a,
#gNav #nav-close a {
  display: block;
  padding: 12px 0 12px 30px;
}

#gNav ul li:nth-child(1) a,
#gNav ul li:nth-child(2) a {
  border-top: none;
}

#gNav #nav-close {
  clear: both;
}

#nav-close a {
  color: #e78a38;
}

#title_smart {
  display: inline
}

/************************* ���j���[ *********************/
#menu01 {
  display: none
}

#menu02 {
  display: none
}

.mainmenu {
  display: none
}

/************�g�b�v�֖߂�**************/
body {
  scroll-behavior: smooth;
}

.go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 50px;
  /*//�{�^���̃T�C�Y*/
  text-align: center;
  background: #fffe88;
  opacity: 0.6;
}

.go-top a {
  fill: #373737;
  /*//���̐F*/
  line-height: 60px;
  display: inline-block;
  width: 100%;
}

.go-top svg {
  padding: 14px 0;
}

@media only screen and (max-width:1000px) {
  .fullimage_pc {
    display: none;
  }

  .fullimage_s {
    display: block;
  }
}

/*�^�u�؂�ւ��S�̂̃X�^�C��*/
.tabs {
  border-radius: 10px;
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 98%;
  margin: 0 auto;
}

/*�^�u�̃X�^�C��*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-radius: 10px 10px 0 0;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*���W�I�{�^����S�ď���*/
input[name="tab_item"] {
  display: none;
}

/*�^�u�؂�ւ��̒��g�̃X�^�C��*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  padding-bottom: 1.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #5ab4bd;
  overflow: hidden;
}

/*�I������Ă���^�u�̃R���e���c�݂̂�\��*/
#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
  display: block;
}

/*�I������Ă���^�u�̃X�^�C����ς���*/
.tabs input:checked+.tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.shiken_t1 {
  background-image: url(../image/pencilicon.png);
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 2em;
}

.shiken_t2 {
  background-image: url(../image/pencilicon2.png);
  background-size: 25px;
  background-repeat: no-repeat;
  padding-left: 2em;
  color: #D95938;
}

.moushikomi {
  width: 90%;
  display: block;
  text-align: center;
  font-weight: 900;
  color: #fff;
  border-radius: 15px;
  border-bottom: 4px solid #1A3A75;
  /* vertical-align: middle; */
  background: #2350A4;
  font-size: 13px;
  padding: 0 10px;
}

.moushikomi:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  background: #C42729;
}

.moushikomi a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 1em 0;
}

/***20201116_end***/
/***20201126�ǉ�***/
.text_box1 {
  border: 1px solid #ccc;
  padding: 10px;
}

.maru {
  list-style: none;
  margin: 0;
  padding: 0.5em;
  counter-reset: number;
}

.maru li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 1.2em;
}

.maru li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-size: 13px;
  border-radius: 50%;
  left: -15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #454545;
  color: #454545;
  background: #fff;
}

/***20201126�ǉ�_end***/
/***�����T�v***/
.dai5kai {
  background-color: var(--primary-color);
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 0.3em;
  font-size: 20px;
  text-align: center;
  padding: 3px;
}

.dai5kai p {
  color: #fff;
}