@charset "UTF-8";
/*** media ***/
/*** wide-size ***/
* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(255, 255, 0, 0.4);
  -webkit-text-size-adjust: none;
  font-style: normal;
}

html {
  height: 100%;
  color: #333;
  text-align: left;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-family: ArialMT, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

body {
  background: #FFF;
  text-align: left;
  font-size: 62.5%;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.4;
}

h1 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  font-weight: normal;
}

h5 {
  font-size: 13px;
  font-weight: normal;
}

h6 {
  font-size: 12px;
  font-weight: normal;
}

ul, li {
  list-style-type: none;
}

table, td, th {
  border: none;
  text-align: left;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, a img {
  border: none;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

label {
  -webkit-tap-highlight-color: transparent;
}

input,
select,
textarea {
  font-size: 14px;
  font-family: inherit;
  font-weight: inherit;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D3D4D5;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

textarea {
  font-size: 12px;
  line-height: 14px;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #939495;
}

input[type="submit"],
input[type="button"] {
  padding: 5px 10px;
  letter-spacing: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.3);
}

input[type="submit"].btnGray,
input[type="button"].btnGray {
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), color-stop(49%, #EFEFEF), color-stop(51%, #E3E3E3), to(#D8D8D8));
  background: -moz-linear-gradient(top, #F1F1F1, #EFEFEF 49%, #E3E3E3 51%, #D8D8D8);
  background: -webkit-linear-gradient(top, #F1F1F1, #EFEFEF 49%, #E3E3E3 51%, #D8D8D8);
  background: linear-gradient(top, #F1F1F1, #EFEFEF 49%, #E3E3E3 51%, #D8D8D8);
  color: #333;
}

input[type="submit"].btnRed,
input[type="button"].btnRed {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF1919), color-stop(49%, #FE0C0C), color-stop(51%, #F20000), to(#E52222));
  background: -moz-linear-gradient(top, #FF1919, #FE0C0C 49%, #F20000 51%, #E52222);
  background: -webkit-linear-gradient(top, #FF1919, #FE0C0C 49%, #F20000 51%, #E52222);
  background: linear-gradient(top, #FF1919, #FE0C0C 49%, #F20000 51%, #E52222);
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
  line-height: 0;
}

a,
a:hover,
a:active,
a:visited {
  color: #0D6295;
  text-decoration: underline;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/********************************************************/
/* custum */
/*******************************************************/
.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}

#intel_education-wrapper {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  #intel_education-wrapper {
    width: 100%;
  }
}

#intel_education-wrapper img {
  width: 100%;
}

#intel_education-cp {
  padding: 45px 0;
}

#intel_education-cp div {
  width: calc(860 / 1000 * 100%);
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #intel_education-cp div {
    width: calc(336 / 375 * 100%);
  }
}

#intel_education-recommended {
  padding: 45px 0;
  background-color: #E7F9FF;
}

#intel_education-recommended div {
  width: calc(860 / 1000 * 100%);
  margin: 0 auto 30px;
}

#intel_education-recommended div:first-child, #intel_education-recommended div:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #intel_education-recommended div {
    width: 100%;
  }
}

#intel_education-recommended div.title {
  width: calc(860 / 1000 * 100%);
  margin: 0 auto 30px;
}

@media only screen and (max-width: 768px) {
  #intel_education-recommended div.title {
    width: calc(335 / 375 * 100%);
  }
}

#intel_education-point {
  padding: 45px 0;
}

#intel_education-point div {
  width: calc(856 / 1000 * 100%);
  margin: 0 auto 30px;
}

#intel_education-point div:last-child {
  margin-bottom: 0;
}

#intel_education-point div br {
  display: none;
}

@media only screen and (max-width: 768px) {
  #intel_education-point div {
    width: 100%;
  }
  #intel_education-point div br {
    display: block;
  }
  #intel_education-point div img {
    margin-bottom: 10px;
  }
}

#intel_education-point div.title {
  width: calc(726 / 1000 * 100%);
  margin: 0 auto 45px;
}

@media only screen and (max-width: 768px) {
  #intel_education-point div.title {
    width: calc(314 / 375 * 100%);
  }
}

#intel_education-point div.comment {
  width: calc(860 / 1000 * 100%);
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #intel_education-point div.comment {
    width: calc(335 / 375 * 100%);
  }
}

#intel_education-lineup {
  overflow: hidden;
  margin: 40px 0;
  text-align: center;
}

#intel_education-lineup .title {
  width: calc(764 / 1000 * 100%);
  margin: 0 auto 10px;
}

@media only screen and (max-width: 768px) {
  #intel_education-lineup .title {
    width: calc(278 / 375 * 100%);
  }
}

#intel_education-lineup .pc-lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: calc(940 / 1000 * 100%);
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  #intel_education-lineup .pc-lineup {
    width: calc(315 / 375 * 100%);
  }
}

#intel_education-lineup .pc-lineup li {
  margin-bottom: 30px;
  width: calc(405 / 940 * 100%);
}

@media only screen and (max-width: 768px) {
  #intel_education-lineup .pc-lineup li {
    width: 100%;
  }
}

#intel_education-lineup .pc-lineup li .photo {
  margin: 0 auto 10px;
  width: calc(310 / 405 * 100%);
}

@media only screen and (max-width: 768px) {
  #intel_education-lineup .pc-lineup li .photo {
    width: 100%;
  }
}

#intel_education-lineup .pc-lineup li .name {
  margin: 0 auto 30px;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #intel_education-lineup .pc-lineup li .name {
    margin: 0 auto 20px;
    font-size: 16px;
  }
}

#intel_education-lineup .pc-lineup li .spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

#intel_education-lineup .pc-lineup li .spec .badge {
  width: calc(93 / 405 * 100%);
}

@media only screen and (max-width: 768px) {
  #intel_education-lineup .pc-lineup li .spec .badge {
    width: calc(65 / 315 * 100%);
  }
}

#intel_education-lineup .pc-lineup li .spec .text {
  margin: 0;
  width: calc(286 / 405 * 100%);
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #intel_education-lineup .pc-lineup li .spec .text {
    margin: 0 auto 20px;
    font-size: 12px;
  }
}

#intel_education-lineup .pc-lineup li .spec .text sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
}

#intel_education-lineup .pc-lineup a.button {
  display: block;
  text-decoration: none;
  padding: .7em 1em;
  font-size: 18px;
  color: #FFF;
  background: #E86405;
}

@media only screen and (max-width: 768px) {
  #intel_education-lineup .pc-lineup a.button {
    font-size: 14px;
  }
}
