@media screen and (min-width: 751px) {
  @charset "utf-8";
  .sp_no {}
  .pc_no {
    display: none;
  }
  body {
    min-width: 1200px;
    -webkit-text-size-adjust: none;
    background: url(../img/bg.png) repeat-x;
    font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 12pt;
    line-height: 1.8;
    letter-spacing: 0.3px;
  }
  /*font-face*/
  @font-face {
    font-family: 'condenseicon';
    src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
  }
  @font-face {
    font-family: 'LigatureSymbols';
    src: url('../font/LigatureSymbols-2.11.eot');
    src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img, iframe {
    vertical-align: bottom;
  }
  * {
    margin: 0;
    padding: 0;
  }
  a:hover img {
    transition: all 0.1s ease;
    /*0.5秒かけて要素を変化させる*/
    opacity: 0.7;
    /*要素の透明度を指定*/
    filter: alpha(opacity=70);
    /*ie6、7の透明度指定*/
    /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
  }
  .nav-wrap {
    display: none;
  }
  /*----------------------------------------ヘッダ----------------------------------------*/
  .right_bnr {
    position: fixed;
    top: 195px;
    right: 0px;
    z-index: 9999;
  }
  header {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {}
  header #hbox {
    display: flex;
    align-items: center;
  }
  header #hbox .htel {
    color: #00b2ff;
    margin-right: 15px;
  }
  header #hbox .htel p {
    text-align: right;
    font-size: 10pt;
  }
  header #hbox .htel span {
    display: block;
    color: #00b2ff;
    font-size: 20pt;
    line-height: 1;
    font-weight: 700;
    background: url(../img/icon_free1.png) no-repeat 0px 6px;
    padding-left: 34px;
  }
  header #hbox .htel a {
    color: #00b2ff;
  }
  header #hbox .hbtn a {
    background: #ffeb39;
    color: #7a6e03;
    display: block;
    text-align: center;
    padding: 8px 25px 12px;
  }
  header #hbox .hbtn a span {
    display: block;
    border-bottom: 1px solid #d0bf27;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 12.5pt;
    font-weight: 600;
  }
  header #hbox .hbtn span:before {
    font-family: 'LigatureSymbols';
    content: "\E08a";
    margin-right: 5px;
    font-size: 18pt;
    font-weight: normal;
  }
  header #hbox .hbtn a p {
    font-size: 10pt;
    line-height: 1;
  }
  header .sp_nav {
    display: none;
  }
  /*----------------------------------------メインイメージ----------------------------------------*/
  #kv {
    background: url(../img/kvbg_pc.png) no-repeat center top;
    text-align: center;
  }
  /*----------------------------------------フッター----------------------------------------*/
  footer {
    background: #f6f6f6;
    padding: 24px 0;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer #fbox {
    display: flex;
    align-items: center;
  }
  footer #fbox .ftel {
    color: #00b2ff;
    margin-right: 15px;
  }
  footer #fbox .ftel p {
    text-align: right;
    font-size: 10pt;
  }
  footer #fbox .ftel span {
    display: block;
    color: #00b2ff;
    font-size: 20pt;
    line-height: 1;
    font-weight: 700;
    background: url(../img/icon_free1.png) no-repeat 0px 6px;
    padding-left: 34px;
  }
  footer #fbox .ftel a {
    color: #00b2ff;
  }
  footer #fbox .fbtn a {
    background: #ffeb39;
    color: #7a6e03;
    display: block;
    text-align: center;
    padding: 8px 25px 12px;
  }
  footer #fbox .fbtn a span {
    display: block;
    border-bottom: 1px solid #d0bf27;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 12.5pt;
    font-weight: 600;
  }
  footer #fbox .fbtn span:before {
    font-family: 'LigatureSymbols';
    content: "\E08a";
    margin-right: 5px;
    font-size: 18pt;
    font-weight: normal;
  }
  footer #fbox .fbtn a p {
    font-size: 10pt;
    line-height: 1;
  }
  .page_top {
    background: #00b2ff;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  .page_top img {
    display: block;
    width: 60px;
    height: 60px;
  }
  .sidebnr {
    position: fixed;
    top: 150px;
    right: 0px;
    z-index: 100;
  }
  /*----------------------------------------コンテンツ----------------------------------------*/
  #contents {}
  .content_wrap {
    width: 1200px;
    margin: 0 auto;
  }
  /*----------------------------------------メインコンテンツ----------------------------------------*/
  #index01 {
    text-align: center;
    padding: 70px 0 0;
    height: auto;
    position: relative;
  }
  #index01 span {
    color: #00b2ff;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 2;
    background: linear-gradient(transparent 70%, #ffeb39 0%);
    display: inline;
    padding: 0 2px 4px;
  }
  #index01 strong {
    display: block;
    font-weight: 600;
    font-size: 14pt;
    margin-bottom: 20px;
  }
  #index01 .achievement {
    margin-bottom: 80px;
  }
  #index01 .img1 {
    position: absolute;
    left: 50px;
    bottom: 100px;
  }
  #index01 .img2 {
    position: absolute;
    right: 45px;
    bottom: 100px;
  }
  #index01 span.impact {
    background: linear-gradient(transparent 100%, #ffffff 100%) !important;
    color: #FF00AE;
    padding: 0 0 5px 0;
  }
  #index01_2 {
    background: url(../img/bg_blue.png);
    padding: 0;
    text-align: center;
  }
  #index01_2 span {
    color: #00b2ff;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 2;
    background: linear-gradient(transparent 70%, #ffeb39 0%);
    display: inline;
    padding: 0 2px 4px;
  }
  #index01_2 strong {
    display: block;
    font-weight: 600;
    font-size: 14pt;
    margin-bottom: 20px;
  }
  #index01_2 .achievement {
    margin-bottom: 80px;
  }
  #index01_2 .img1 {
    position: absolute;
    left: 50px;
    bottom: 100px;
  }
  #index01_2 .img2 {
    position: absolute;
    right: 45px;
    bottom: 100px;
  }
  #index01_2 span.impact {
    background: linear-gradient(transparent 100%, #ffffff 100%) !important;
    color: #FF00AE;
    padding: 0 0 5px 0;
  }
  #index01_3 {
    text-align: center;
    padding: 90px 0 0;
    height: 600px;
    position: relative;
  }
  #index01_3 span {
    color: #00b2ff;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 2;
    background: linear-gradient(transparent 70%, #ffeb39 0%);
    display: inline;
    padding: 0 2px 4px;
  }
  #index01_3 strong {
    display: block;
    font-weight: 600;
    font-size: 14pt;
    margin-bottom: 20px;
  }
  #index01_3 .achievement {
    margin-bottom: 80px;
  }
  #index01_3 .img1 {
    position: absolute;
    left: 50px;
    bottom: 100px;
  }
  #index01_3 .img2 {
    position: absolute;
    right: 45px;
    bottom: 100px;
  }
  #index01_3 span.impact {
    background: linear-gradient(transparent 100%, #ffffff 100%) !important;
    color: #FF00AE;
    padding: 0 0 5px 0;
  }
  #index01_goukaku {
    padding: 60px 0 40px;
    text-align: center;
    background: url(../img/bg_sya.png);
  }
  #index01_goukaku .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 60px;
    line-height: 1;
  }
  #index01_goukaku ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
  }
  #index01_goukaku ol li {
    width: calc(100% / 3);
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #index01_goukaku ol li img {
    width: 100%;
    height: auto;
  }
  #index02 {
    background: url(../img/bg_blue.png);
    padding: 100px 0;
    text-align: center;
  }
  #index02 .tit {
    color: #fff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 60px;
    line-height: 1;
  }
  #index02 .box {
    width: 100%;
    padding: 7px;
    background: url(../img/bg_blue_sya.png);
    display: flex;
    margin-bottom: 40px;
  }
  #index02 .box div {
    background: #fff;
    text-align: left;
    padding: 20px 26px;
    font-size: 11pt;
  }
  #index02 .box div span {
    display: block;
    text-align: center;
    font-size: 40pt;
    border-bottom: 5px solid #ffeb39;
    margin-bottom: 15px;
    line-height: 1;
    padding-bottom: 15px;
    font-weight: 900;
    font-style: italic;
    -webkit-text-stroke: 1px #00b2ff;
    color: #fff;
  }
  #index02 .box div strong {
    display: block;
    text-align: center;
    color: #00b2ff;
    font-size: 13pt;
    font-weight: 500;
    padding-bottom: 10px;
  }
  #index02 .box div ul {
    display: flex;
    flex-wrap: wrap;
  }
  #index02 .box div ul li {
    width: calc(100% / 5);
    text-align: center;
    padding: 5px;
  }
  #index02 ol {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #index02 ol li {
    width: 380px;
    padding: 7px;
    background: url(../img/bg_blue_sya.png);
    display: flex;
  }
  #index02 ol li div {
    background: #fff;
    text-align: left;
    padding: 20px 26px;
    font-size: 11pt;
  }
  #index02 ol li div span {
    display: block;
    text-align: center;
    font-size: 40pt;
    border-bottom: 5px solid #ffeb39;
    margin-bottom: 5px;
    line-height: 1;
    padding-bottom: 15px;
    font-weight: 900;
    font-style: italic;
    -webkit-text-stroke: 1px #00b2ff;
    color: #fff;
  }
  #index02 ol li div img {
    width: 100%;
  }
  #index02 ol li div strong {
    display: block;
    text-align: center;
    color: #00b2ff;
    font-size: 13pt;
    font-weight: 500;
    padding-bottom: 10px;
  }
  #index02 .txt {
    color: #fff;
  }
  #index02 .txt .t1 {
    display: block;
    font-size: 14pt;
  }
  #index02 .txt .t2 {
    display: block;
    font-size: 24pt;
    margin-bottom: 5px;
  }
  #index02 .txt .t2 span {
    color: #ffeb39;
  }
  #index03 {
    padding: 180px 0 150px;
    text-align: center;
  }
  #index03 .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1;
  }
  #index03 p {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  #index03 .box {
    background: #f7f7f7 url(../img/index03_img1.png) no-repeat 850px 176px;
    width: 1080px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }
  #index03 .box .txt {
    text-align: left;
    padding-left: 20px;
    margin-left: 20px;
    padding-right: 40px;
    padding-top: 24px;
  }
  #index03 .box .txt span {
    display: block;
    font-size: 18pt;
    color: #d4af01;
    font-weight: 500;
    padding-bottom: 20px;
  }
  #index03 .box .txt ol li {
    display: block;
    font-size: 14pt;
    font-weight: 400;
    padding-bottom: 15px;
  }
  #index03 .box .txt ol li strong {
    font-weight: 400;
    border-bottom: 2px solid #d4af01;
  }
  #index03 .box .txt ol li:before {
    font-family: 'LigatureSymbols';
    content: "\E02a";
    color: #d4af01;
    line-height: 1;
    font-size: 22pt;
    margin-right: 10px;
    margin-top: 2px;
    font-weight: normal;
  }
  #index04 {
    padding: 0px 0 150px;
    text-align: center;
  }
  #index04 .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1;
  }
  #index04 p {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #index04 .box {
    background: url(../img/index04_bg.png) no-repeat;
    width: 1151px;
    height: 314px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    position: relative;
  }
  #index04 .box span {
    color: #fff;
    display: block;
    font-size: 20pt;
    line-height: 1.6;
    font-weight: 300;
    padding-bottom: 20px;
    left: 170px;
    top: 50px;
    position: relative;
  }
  #index04 .box p {
    color: #fff;
    position: relative;
    text-align: left;
    display: block;
    left: 170px;
    top: 50px;
    font-size: 11pt;
    line-height: 1.9;
  }
  #index05 {
    padding: 100px 0 40px;
    text-align: center;
    background: url(../img/bg_sya.png);
  }
  #index05 .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 60px;
    line-height: 1;
  }
  #index05 ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
  }
  #index05 ol li {
    width: calc(100% / 3);
    margin-bottom: 60px;
  }
  #index05 ol li iframe {
    width: auto;
    min-width: 340px;
    height: 190px;
  }
  #index05 ol li.pickup {
    width: calc(100% / 2);
    margin-bottom: 60px;
  }
  #index05 ol li.pickup iframe {
    width: auto;
    min-width: 560px;
    height: 315px;
  }
  #index05 ol li p {
    display: block;
    padding-top: 20px;
  }
  #index06 {
    padding: 130px 0 130px;
    text-align: center;
  }
  #index06 .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1;
  }
  #index06 ol {
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f6;
    padding: 10px 5px 0;
  }
  #index06 ol li {
    width: calc(100% / 5 - 10px);
    margin: 0 5px 10px;
    text-align: center;
    padding: 10px 0;
    background: #fff;
  }
  #index07 {
    padding: 0px 0 140px;
    text-align: center;
  }
  #index07 .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 60px;
    line-height: 1;
  }
  #index07 ol {}
  #index07 ol li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #index07 ol li + li {
    margin-top: 60px;
  }
  #index07 ol li .img {
    width: 396px;
  }
  #index07 ol li .img img {
    border: 3px solid #ddd;
  }
  #index07 ol li .txt {
    width: calc(100% - 450px);
    text-align: left;
  }
  #index07 ol li .txt span {
    font-size: 17pt;
    color: #d4af01;
    font-weight: 500;
    display: block;
    padding-bottom: 15px;
  }
  #index07 ol li .txt span:before {
    font-family: 'LigatureSymbols';
    content: "\E02a";
    color: #d4af01;
    line-height: 1;
    font-size: 22pt;
    margin-right: 10px;
    margin-top: 2px;
    font-weight: normal;
  }
  #index08 {
    padding: 100px 0 60px;
    text-align: center;
    background: url(../img/bg_sya.png);
  }
  #index08 .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1;
  }
  #index08 div {
    border-bottom: 2px solid #c8e2ed;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
  }
  #index08 div p {
    display: block;
    display: flex;
    padding-bottom: 20px;
  }
  #index08 div:last-child {
    border-bottom: none;
  }
  #index08 div p:first-child {
    font-size: 14pt;
    color: #00b2ff;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #index08 div p u {
    display: block;
    text-decoration: none;
    width: calc(100% - 140px);
  }
  #index08 div p u.intit {
    padding-top: 20px;
  }
  #index08 div p span.q {
    font-size: 18pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    background: #00b2ff;
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
  #index08 div p span.a {
    font-size: 18pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    background: #d3ae00;
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
  #index09 {
    padding: 100px 0 85px;
    text-align: center;
  }
  #index09 .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1;
  }
  #index09 dl {
    border-bottom: 2px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #index09 dt {
    text-align: left;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 40px 35px 20px;
    font-weight: normal;
    color: #00b2ff;
  }
  #index09 dt span {
    background: #d3ae00;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 10pt;
    line-height: 1;
  }
  #index09 dt span.nn {
    background: #bbb;
  }
  #index09 dd {
    text-align: left;
    width: 70%;
    padding: 35px 20px;
  }
  #index09 dd input {
    background: #e9e9e9;
    border: none;
    padding: 10px;
  }
  #index09 dd select {
    background: #e9e9e9;
    border: none;
    padding: 10px;
  }
  #index09 dd input.sizeL {
    width: 100%;
  }
  #index09 dd input.sizeS {
    width: 150px;
    margin-right: 10px;
  }
  #index09 dd input.add2 {
    margin-top: 20px;
  }
  #index09 dd input.radio {
    margin-right: 10px;
  }
  #index09 dd input.checkbox {
    margin-right: 10px;
  }
  #index09 dd span.come {
    margin-right: 20px;
  }
  #index09 dd textarea {
    width: 100%;
    height: 200px;
    background: #e9e9e9;
    border: none;
    padding: 10px;
  }
  #index09 .kiyaku {
    text-align: center;
    padding: 50px 0 30px;
  }
  #index09 .kiyaku span {
    display: block;
    color: #d3ae00;
    padding-bottom: 15px;
  }
  #index09 .box {
    text-align: left;
    font-size: 11pt;
    overflow: auto;
    max-height: 250px;
    padding: 30px;
    border: 1px solid #ddd;
  }
  #index09 .box ol {}
  #index09 .box ol li {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
  }
  #index09 .box ol li span {
    display: block;
  }
  #index09 .doui {
    text-align: center;
    padding: 30px 0 30px;
  }
  #index09 .doui p {
    padding-bottom: 15px;
  }
  #index09 .doui input.radio {
    margin-right: 10px;
  }
  #index09 .btn {
    margin-top: 50px;
  }
  #index09 .btn input {
    background: #d3ae00;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 15px 120px 20px;
    font-size: 16pt;
    line-height: 1;
    border: none;
    cursor: pointer;
  }
  #index10 {
    padding: 100px 0 100px;
    text-align: center;
    background: url(../img/bg_sya.png);
  }
  #index10 .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 60px;
    line-height: 1;
  }
  #index10 .movie {
    width: 80%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
  }
  #index10 iframe {
    width: 100%;
    height: 100%;
  }
  #index10 p {
    display: block;
    padding-top: 20px;
  }
  #index10 .btn a {
    display: block;
    background: #d3ae00;
    color: #fff;
    border-radius: 100px;
    padding: 15px 120px 20px;
    margin-top: 50px;
    font-size: 16pt;
    line-height: 1;
    border: none;
    cursor: pointer;
  }
  /*総合型選抜入試の解説ページの目次*/
  .table_of_contents ul {
    border: solid 2px #c8e2ed; /*線の設定*/
    padding: 0.5em 1em 0.5em 2.3em;
    margin: 0 0 20px 0;
    position: relative;
    background: #ffffff;
  }
  .table_of_contents ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 0.5em;
    list-style-type: none !important;
  }
  .table_of_contents ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4"; /*アイコンの種類*/
    position: absolute;
    left: 1.5em; /*左端からのアイコンまで*/
    color: #c8e2ed; /*アイコン色*/
  }
  .table_of_contents ul li a:link a:active a:hover a:visited {
    color: #000000;
  }
  #index08_about {
    padding: 0px 0 60px;
    text-align: center;
    background: url(../img/bg_sya.png);
  }
  #index08_about .tit {
    color: #00b2ff;
    display: block;
    font-size: 29pt;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1;
  }
  #index08_about div {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: left;
  }
  #index08_about div.section {
    margin: 0 0 50px 0;
  }
  #index08_about div.section img {
    display: block;
    margin: 1rem auto 1rem auto;
    max-width: 600px;
  }
  #index08_about div.section .caption {
    display: block;
    color: #999999;
    font-size: 0.5em;
    text-align: center;
  }
  #index08_about div p {
    display: block;
    display: flex;
    padding-bottom: 20px;
  }
  #index08_about div:last-child {
    border-bottom: none;
  }
  #index08_about div p:first-child {
    font-size: 14pt;
    color: #00b2ff;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #index08_about div p u {
    display: block;
    text-decoration: none;
    width: calc(100% - 140px);
  }
  #index08_about div p u.intit {
    padding-top: 20px;
  }
  #index08_about div p span.q {
    font-size: 18pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    background: #00b2ff;
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
  #index08_about div p span.a {
    font-size: 18pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    background: #d3ae00;
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
  /*----------------------------------------共通項---------------------------------------- */
  .mb_s {
    margin-bottom: 25px;
  }
  .mb_m {
    margin-bottom: 60px;
  }
  .mb_l {
    margin-bottom: 100px;
  }
  .table_basic {
    border-collapse: separate;
    border-spacing: 1px;
    background: #e0e0e0;
    border-style: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .table_basic th {
    background-color: #f4f4f4;
    padding: 20px;
    font-weight: normal;
    width: 25%;
    text-align: center;
  }
  .table_basic td {
    background-color: #FFF;
    padding: 20px;
    text-align: left;
  }
  #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al7h, #al8, #al9 {
    margin-top: -73px;
    padding-top: 73px;
  }
}

/*--------------------------
メディア掲載情報ページ
--------------------------*/
#index_media{
	position: relative;
    width: 100%;
    padding: calc(315 / 360 * 100%) 0 0;
}
#index_media iframe{
	border: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
.tab-wrap {
  margin: 50px auto;
  border: 1px #ddd solid;
	padding: 30px;
	width: 1200px;
}
.tab-menu {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tab {
  width: 16%;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #ddd;
}

.tab.active {
  color: #ffff99;
  background: #333;
}

.tab-contents {
  display: none;
  padding: 25px;
}

.tab-contents.active{
  display: block;
}

.tab-contents p {
  padding: 1rem 2rem;
}


.entry {
	width: 1200px;
    margin:0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b4b4b4;
}
.entry-head {
    display: flex;
    margin-bottom: 10px;
}
.category {
    background: #c8c8c9;
    padding: 2px 7px;
    font-size: 15px;
}
 time {
    margin-left: 10px;
    font-size: 15px;
}
.entry .entry-ttl h3{
    font-size: 15px;	
	text-align: left;
	font-weight: normal!important;
}
.entry .entry-ttl a {
    display: block;
}
.entry .entry-ttl a {
    text-decoration: none;
    color: #00b2ff;
    transition: color .1s linear, opacity .3s linear;
}