@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.kansou-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #176bb7;
    border-radius: 8px;
}
.kansou-box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #176bb7;
    font-weight: bold;
}
.kansou-box p {
    margin: 0; 
    padding: 0;
}

.big-ttl {
    font-size: 133px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: rgba(255, 255, 255, .3);
    line-height: 1.443;
    letter-spacing: .05em;
    position: absolute;
    top: 425px;
    left: -190px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}


.waku-black{
padding:10px;
border:solid 2px #000;
}
.gakubu th a{
color: #fff;
}
.gakubu th {
background-color: #444;
border-color: #000!important;
text-align: center;
}
.gakubu td {
background-color: #fff!important;
text-align: left;
}




.eye-catch-caption{
	display:none;
}
/*----横並びボタン　資格----*/	

.flex_shikaku-box {
    display: flex;
}

.flex_shikaku-box {
    background-color: #eee;
    padding:  10px;
}
 
.flex_shikaku-item {
    padding: 10px;
    color:  #fff;
    margin:  10px;
    border-radius:  5px;
}
 
.flex_shikaku-item:nth-child(1) {
    background-color:  #2196F3;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_shikaku-item:nth-child(2) {
    background-color:  #4CAF50;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_shikaku-item:nth-child(3) {
    background-color: #3F51B5;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_shikaku-item:nth-child(4) {
    background-color:  #00BCD4;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

.flex_shikaku-box a{
	color: #fff; /* リンク色 */
	text-decoration: none;
}

/* スマホ設定 */
@media screen and (max-width: 640px) {
.flex_shikaku-box {
    background-color: #eee;
    padding:  0px;
}
 
.flex_shikaku-item {
    padding: 5px;
    color: #fff;
    margin: 5px;
    border-radius: 5px;
}
 
.flex_shikaku-item:nth-child(1) {
    background-color:  #2196F3;
	width: 100%;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_shikaku-item:nth-child(2) {
    background-color:  #4CAF50;
	width: 100%;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_shikaku-item:nth-child(3) {
    background-color: #3F51B5;
	width: 100%;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_shikaku-item:nth-child(4) {
    background-color:  #00BCD4;
	width: 100%;
	font-size: 80%;
	text-align: center;
	white-space: nowrap;
}
}

/************************************
** トップページカスタマイズ
************************************/

#main .large-thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.8em 0;
}

#main .large-thumb a{
    width: 33%;
    padding: 10px;
}
#main .large-thumb a:hover{
    background:unset;
}

#main .large-thumb .new-entry-card-title,.home #main .large-thumb .popular-entry-card-title {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 600;
    color: #555;
    margin-top: 3px;
}
/*(スマホ)760px以下*/
@media screen and (max-width: 760px){
#main .widget-entry-cards .e-card {
        margin:0 5px;
    }
    .home #main .large-thumb a {
        width: 100%;
        padding: 0;
        margin:0 0 15px;
    }
    .home .mobile-2{
        justify-content:space-between;
    }
    .home .mobile-2 a{
        width:48% !important;
    }
    .home .mobile-2 figure img {
        object-fit: unset !important;
        height: auto !important;
    }
    .home #main .large-thumb .new-entry-card-title{
        line-height:1.3;
font-size: 0.7em;
    }
}
/************************************
** ボタン
************************************/
.p-button {
    max-width: 300px;
    margin: 0 auto;
}
.p-button a {
    display: block;
    margin:25px 0;
    padding: 0.8em 1em;
    border-radius: 2em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #eba02f;
    box-shadow: 0 5px 20px rgba(235, 160, 47, .5);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1;
}
.p-button a:hover{
    box-shadow:none;
    transform: translateY(3px);
    opacity:1;
}

/* TOPのボックス */
.top-box {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px 0px;
}

.top-box-item {
  display: flex;
  flex-direction: column;
  width: 48%; /* PCサイズ時の幅 */
  border: 2px #eee solid;
  border-radius: 10px;
}

.top-box-item h3 {
  padding: 10px 10px !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #333;
}

.top-box-item-inner {
  margin: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.top-box-item-inner input[type=submit] {
    margin-top: 15px;
}

@media (max-width: 768px) {
.top-box-item-inner input[type=submit] {
	margin-top: 0px;
}
}

.top-box-item .normalbutton {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background-color: #094b7e;
}

.top-box-item .normalbutton:hover {
  color: #fff;
  opacity: 0.8;
}

/* スマホサイズ用 */
@media (max-width: 768px) {
  .top-box {
    flex-wrap: wrap;
  }
  .top-box-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-box-item-inner {
    margin: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
.top-box-item .normalbutton {
  margin-bottom: 10px;
}
}
/* TOPのボックス */

/* 2列のコンテナ */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  
  .flex-item {
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
    text-align: center;
  }
  
  .flex-item h3 {
    font-size: 1.5rem;
    margin: 0 0 8px;
  }
  
  .al-c img {
    max-width: 100%;
    height: auto;
  }
  
  @media (max-width: 768px) {
    .flex-item {
      flex: 1 1 calc(50% - 8px);
    }
  
    .flex-item h3 {
      font-size: 1.2rem;
    }
  
    .al-c img {
      max-width: 90%;
    }
  }
  
  @media (max-width: 480px) {
    .flex-item {
      flex: 1 1 100%;
    }
  
    .flex-item h3 {
      font-size: 1rem;
    }
  
    .al-c img {
      max-width: 80%;
    }
  }

/*first-area*/
.first-area {
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    /*background-color: #e8f0fe;*/
	background-color: #094b7e;
	padding-top: 30px;
    padding-bottom: 30px;
}

.first-waku {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
}

@media (max-width: 1000px) {
.first-waku {
    padding: 10px;
}
}

/*second-area*/
.second-area {
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background-color: #e8f0fe;
	padding-top: 30px;
    padding-bottom: 30px;
}

.first-waku {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}

@media (max-width: 1000px) {
.first-waku {
    padding: 10px;
}
}

/*FAQ*/
.qa-list dl {
	position: relative;
	margin: 0;
	padding: 28px 80px 28px 30px;
	cursor: pointer;
      border-bottom: 1px solid #000;
  }
	
.qa-list dl:first-child {
      border-top: 1px solid #000;
}
	
.qa-list dl:last-child {
      margin-bottom: 30px;
  }
	
.qa-list dl::before {
      position: absolute;
      top: 35px;
      right: 35px;
      display: block;
      width: 7px;
      height: 7px;
      margin: auto;
      content: '';
      transform: rotate(135deg);
      border-top: 2px solid #000;
      border-right: 2px solid #000;
  }
  .qa-list .open::before {
      transform: rotate(-45deg);
  }
  .qa-list dl dt {
      position: relative;
      margin: 0;
      padding: 0 0 0 50px;
      font-weight: bold;
      font-size: 20px;
  }
  .qa-list dl dt::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 3px;
      left: 0;
      display: block;
      content: 'Q.';
      color: #3285bf;
  }
  .qa-list dl dd::before {
      font-size: 22px;
      line-height: 1;
      position: absolute;
      top: 3px;
      left: 2px;
      display: block;
      content: 'A.';
      font-weight: bold;
      color: #3285bf;
  }
  .qa-list dl dd {
      position: relative;
      display: none;
      height: auto;
      margin: 20px 0 0;
      padding: 0 0 0 50px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }

  .qa-list normalbutton a{
      text-decoration: none;
  }
  
  @media screen and (max-width: 767px) {
  .qa-list dl {
      position: relative;
      padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
      top: 20px;
      right: 20px;
      width: 7px;
      height: 7px;
  }
  .qa-list dl dt {
      padding: 0 0 0 30px;
      font-size: 14px;
  }
  .qa-list dl dt::before {
      font-size: 14px;
      top: 3px;
      left: 5px;
      content: 'Q.';
  }
  .qa-list dl dd::before {
      font-size: 14px;
      top: 5px;
      left: 5px;
      content: 'A.';
  }
  .qa-list dl dd {
      margin: 10px 0 0;
      padding: 0 0 0 30px;
      font-size: 14px;
  }
  .qa-list dl dd p {
      margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child{
      margin-top: 0;
  }
}

/*TOPページ専用CSS*/
h2.top {
    font-family: "Hiragino Mincho ProN", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-size: clamp(20px, 5vw, 25px);
	padding: 20px 0px;
	color: #104199;
}


/*横3列ボックス*/
.grid-container {
    display: grid;
	grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
	font-size: 90%;
}

.grid-container a:hover{
	color: inherit;
}

.grid-item {
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, background-color 0.2s;
    height: 100%;
	background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
.grid-item {
	padding: 8px;
}
}

.grid-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.grid-item-link:hover .grid-item {
    opacity: 0.8;
	transform: scale(1.02);
    background-color: #f7f7f7;
}

.content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.thumbnail-container {
    flex-grow: 0;
}

.thumbnail-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

@media (max-width: 1000px) {
.thumbnail-image {
    height: 100px;
}
}

.grid-item h3 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-weight: 500;
    border: 0;
    padding: 10px 0px;
    font-size: calc(11px + 0.2vw);
}

@media (max-width: 1000px) {
.grid-item h3 {
	font-size: calc(11px + 0.5vw);
}
}

.grid-item .button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.2s;
    text-align: center;
}

.grid-item .button:hover {
    background-color: #005a87;
}

@media (max-width: 1000px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*科目一覧ボックス*/
.list-tag .inner {
  width: calc(100% - 50px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0;
}
@media (max-width: 1000px) {
.list-tag .inner {
  width: calc(100% - 10px);
}
}

.list-tag .title {
  color: #fff;
  text-shadow: 0 0 12px #000;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  line-height: 1.6;
}
.list-tag .list {
  margin-top: 0px;
}
.list-tag .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.list-tag .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(100% / 5 - 20px);
  padding: 15px 5px 12px 0px;
  margin: 10px;
  background: rgba(255,255,255,.77);
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s;
}

.list-tag .list li:hover {
  background: rgba(220, 220, 220, 0.9);  /* ←追加（ホバー時色） */
}

.list-tag .list li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .list-tag .list li {
    width: calc(100% / 4 - 15px);
	  margin: 5px;
  }
}

@media screen and (max-width: 767px) {
  .list-tag .title {
    font-size: 18px;
  }
  .list-tag .list {
    margin-top: 20px;
  }
  .list-tag .list li {
    width: calc(100% / 3 - 10px);
    padding: 10px 0px;
    text-align: left;
	  margin: 4px;
  }
}

@media screen and (max-width: 480px) {
  .list-tag .list li {
    width: calc(100% / 2 - 10px);
    padding: 15px 7px;
    text-align: left;
  }
}

.about h3, .features h3, .list-tag h3 {
  padding: 50px 0px 15px 0px;
  text-align: center;
  font-size: 120%;
  line-height: 30px;
  font-weight: bold;
}

.list-tag h3 {
  position: relative;
  padding: 70px 0px 10px 0px;
  text-align: center;
	font-size: 140%;
  font-family: source-han-serif-japanese, serif;
}
/*科目一覧ボックス*/

/*横2列　実習関連*/
.flex {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px 0px;
}

.flex-box {
  display: flex;
  flex-direction: column;
  width: 48%;
  border: 2px #eee solid;
  border-radius: 10px;
}

.flex-box h3 {
  padding: 10px 10px !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #333;
}

.flex-box p{
  margin: 25px;
}

.flex-box-inner{
  margin: 25px;
}

.flex-box .lnkbtn{
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 30px;
  padding: 10px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background-color: #ccc;
}

.flex-box .lnkbtn:hover{
  color: #fff;
  background-color: #333;
}

.flex-box .normalbutton {
  display: block;
  width: 80%;
  margin: auto auto 30px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background-color: #303b4c;
}

.flex-box .normalbutton:hover{
  color: #fff;
	opacity: 0.8;
}

/* スマホサイズ用 */
@media (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }

  .flex-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-box-inner {
    margin: 12px;
  }
}

.container-2retu {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.container-2retu-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 10px;
    flex: 1;
    min-width: calc(33.333% - 20px); 
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.container-2retu-column .content {
    flex: 1;
    text-align: left;
    margin-bottom: 20px;
}

.container-2retu-column .normalbutton {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    background-color: #e0e0e0;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: background-color 0.3s, transform 0.3s;
    align-self: flex-end;
}

.container-2retu-column .normalbutton:hover {
    background-color: #d6d6d6;
    transform: translateY(-2px);
}

.top-news-area {
    border: 2px solid #edebf0;
    border-radius: 6px;
    padding: 15px 30px;
    margin-bottom: 50px;
}

.newsmaintitle {
    padding-bottom: 25px;
}

.newsline {
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0;
    font-size: 90%;
}

.top-news a {
    text-decoration: none;
}

.newsline a {
    color: #000;
}

.top-news-title{
	text-align: center;
    font-family: source-han-serif-japanese, serif;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-item {
    /*border-bottom: 1px solid #dcdcdc;*/
    padding: 0px 0;
}

.news-list .news-item a::before {
    content: '';
    display: inline-block;
	width: 12px;
    height: 12px;
    margin-right: 8px;
    background-image: url('https://tuushin.jp/images/icon/chevron-right-solid-main.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	transform: translateY(5px);
	flex-shrink: 0;
}

.news-item a {
    /*display: flex;*/
    text-decoration: none;
    color: #333;
    position: relative;
    font-size: 90%;
}

.news-item a:hover {
    color: #333;
    text-decoration: underline;
}

.news-item .date {
    font-weight: bold;
    padding-right: 12px;
    color: #af1e23;
}

.jisshuu-item {
    /*border-bottom: 1px solid #dcdcdc;*/
    padding: 0px 0;
}

.news-list .jisshuu-item a::before {
    content: '';
    display: inline-block;
	width: 12px;
    height: 12px;
    margin-right: 8px;
    background-image: url('https://tuushin.jp/images/icon/chevron-right-solid-main.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	transform: translateY(5px);
	flex-shrink: 0;
}

.jisshuu-item a {
    display: flex;
    text-decoration: none;
    color: #333;
    position: relative;
    font-size: 90%;
}

.jisshuu-item a:hover {
    color: #333;
    text-decoration: underline;
}

.jisshuu-item .date {
    font-weight: bold;
    padding-right: 12px;
    color: #af1e23;
}



@media (max-width: 768px) {
    .container-2retu {
        padding: 0;
    }
    
    .container-2retu-column {
        min-width: 100%;
        margin: 10px 0;
    }
	.news-item a {
    display: flex;
}
	
	.jisshuu-item a {
    display: flex;
}
	
.flex-box-inner{
	margin: 12px;
}
.sp-none {
	display: none;				
}
.tatesen {
	display: none;
}
}
/*横2列　実習関連*/



/* 横3列 */

.houmon-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.houmon-card {
  display: flex;
  align-items: center;
  background-color: #eaf7f9;
  width: 32%;
  text-decoration: none;
  transition: opacity 0.3s ease;
  padding: 10px;
  box-sizing: border-box;
}

.houmon-img-wrapper {
  flex-shrink: 0;
  width: 40%;
}

.houmon-img {
  width: 100%;
  height: auto;
  display: block;
}

.houmon-text-wrapper {
  padding-left: 10px;
  width: 60%;
  text-align:center;
}

.houmon-label {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.houmon-title {
  font-size: 1.2rem;
  color: #0077aa;
  font-weight: bold;
  margin: 5px 0 0;
}

@media (max-width: 768px) {
  .houmon-container {
    flex-direction: column;
  }

  .houmon-card {
    width: 100%;
  }
}


/* 横3列 */
.flex-3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%; /* 隙間調整（必要に応じて） */
  margin: 50px 0;
}

.flex-box-3col {
  display: flex;
  flex-direction: column;
  flex: 0 0 32%;
  border: 2px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-decoration: none;
  transition: border-color 0.3s;
  color: inherit;
  overflow: hidden;
  background-color: #fff;
}

.flex-box-3col:hover {
  border-color: #094b7e;
}

.flex-box-3col h3 {
  padding: 10px 10px 0px 10px;
  margin: 0;
  color: #176bb7;
  font-weight: bold;
  text-align: center;
}

.icon-wrapper {
  text-align: center;
	padding: 0px 0px 20px 0px;
}

.money-icon {
  width: 60px;
  height: auto;
  transition: all 0.3s;
}

.flex-box-3col:hover .money-icon {
  content: url("https://tuushin.jp/images/top/money-icon2.svg");
}

.compare-icon {
  width: 60px;
  height: auto;
  transition: all 0.3s;
}

.flex-box-3col:hover .compare-icon {
  content: url("https://tuushin.jp/images/top/compare-icon2.svg");
}

.ranking-icon {
  width: 60px;
  height: auto;
  transition: all 0.3s;
}

.flex-box-3col:hover .ranking-icon {
  content: url("https://tuushin.jp/images/top/ranking-icon2.svg");
}




.flex-box-inner-3col {
  margin: 20px;
  flex-grow: 1;
}

.lnkbtn-3col {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto auto 30px;
  padding: 10px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background-color: #ccc;
  transition: background-color 0.3s, color 0.3s;
}

.lnkbtn-3col:hover {
  color: #fff;
  background-color: #333;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .flex-box-3col {
    flex: 0 0 100%;
  }

  .flex-box-inner-3col {
    margin: 12px;
  }
}

/*横3列*/



/*TOPページ専用CSS*/
.main-waku {
    position: relative;
    margin: 2em 20px;
    padding: 20px 15px 20px 15px;
    border: solid 3px #292929;
    line-height: 30px;
}

.main-waku p {
    margin: 0; 
    padding: 0;
}

.article h3 {
	font-size: 110%;
    border-top: 0px solid var(--cocoon-thin-color);
}

/*ブログカードのスニペット非表示*/
.blogcard-site {
    display: none;
}

.blogcard-title {
	font-weight: normal;
}

.blogcard-title:before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
}

input[type="radio"].bellows{
    display: none;
}

.blogcard-snippet {
 display: none;
}

.blogcard-thumbnail img {
    width: 70px;
    height: 70px;
    object-fit: cover;
	border-radius: 5px;
}

.blogcard-thumbnail {
    width: 90px;
}


.blogcard-content {
    margin-left: 100px;
	min-height: 80px;
	display: flex;
    align-items: center;
}

.blogcard {
    border: 1px solid #dcdcdc !important;
    padding: 1% 1% 1%!important;
	font-size: 90%;
}

.blogcard-footer {
    padding-top: 0px;
}

@media (max-width: 640px) {
.blogcard {
    padding: 10px 3px 5px 3px!important;
	font-size: 100%;
}
}

/* PR */
.pr-label-l {
    margin-top: 0em;
    margin-bottom: 1em;
	padding: 5px;
    font-size: 70%;
    width: 30%;
}

.home .pr-label-l {
    display: none;
}

/* おすすめ大学ランキング */
.ranking {
    border-top: dashed 1px;
	border-bottom: dashed 1px;
	margin: 20px 0px 20px 0px;
	padding:0;
}

.ranking ol {
    list-style: none;
    padding: 0;
	padding-left: 0px !important;
}

.ranking li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 3.5;
}

.ranking a {
    text-decoration: none;
    color: black;
}

.rank {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #1094cf;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 20px;
    margin-left: 10px;
    border: 2px solid black;
}

/* スマホ時大学情報の画像を中央ぞろえ */
@media (max-width: 640px) {
    .ranking-img01 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/*ボタン*/
.normalbutton {
    background: #094b7e;
    color: #fff;
    padding: 15px 10px;
    display: block;
    border-radius: 3px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    text-decoration: none;
    position: relative;
	line-height: 120%;
}

.normalbutton:hover,
.normalbutton:hover a {
    color: #fff;
	opacity: 0.8;
}

.normalbutton:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.main {
    padding: 3px 29px;
}

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

@media screen and (max-width:768px) {
.mobmenu-content {
    padding-left: 10px;
    padding-right: 10px;
}
.mobmenu-content li a {
	padding: 10px 5px!important;
}
#mobmenuleft li > ul {
    left: 15px;
    padding-left: 20px!important;
}
.mobmenu-content li > .sub-menu li:last-child {
    border-bottom: none;
}
}

.my-button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.top-waku-padding {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.top-waku-padding ul {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.top-waku-padding li {
    display: flex;
    align-items: center;
    text-align: center;
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4);
    background: rgba(255,255,255,.77);
    border-radius: 3px;
}

.recommend-title{
	font-weight:bold;
	font-size:110%;
	text-align: center;
    border-bottom: solid 1px;
}

.top-waku a{
padding:0px 10px 1px 10px;
	text-decoration:none;
}

.top-waku a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #00a3af;
    padding-right: 5px;
    font-size: 18px;
    list-style: none;
    margin-left: -0.8em;
    text-indent: -1.4em;
}

.top-waku .re-tuushin-title, .re-daigakuin-title{
	font-weight:bold;
	padding-top:20px;
}

.top-waku{
	border:solid 1px;
padding:10px 30px 10px 30px;
	margin:10px 30px 60px 30px;
	background-color:#fff;
}

@media screen and (max-width: 767px) {
.top-waku{
	border: solid 1px;
    padding: 10px 5px 10px 5px;
    margin: 10px 10px 10px 10px;
    background-color: #fff;
}
	
.top-waku-padding{
padding:10px;	
}	
	
.top-waku-padding li {
flex-basis: calc(50% - 10px);
max-width: calc(50% - 10px);
}

.top-waku a{
padding:0px 0px 0px 20px;
	text-decoration:none;
}
}

/*フッター固定CTA*/
.cta .inner {
	width: calc(100% - 50px);
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 0;
}
.cta .title {
	color: #fff;
	text-shadow: 0 0 12px #000;
	font-weight: bold;
	text-align: center;
	font-size: 36px;
	line-height: 1.6;
}
.cta .list {
	margin-top: 0px;
}
.cta .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
.cta .list ul:after {
	content: '';
	display: block;
	width: calc(100% / 2 - 6px);
}
.cta .list li {
	width: calc(100% / 2 - 15px);
	list-style: none;
}

.cta li a:hover {
	color: #dcdcdc!important;
}

.cta a {
	color: #fff!important;
	text-decoration:none;
}

.cta a:visited {
	color: #fff!important;
	text-decoration:none;
}


.cta .ctamenu {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	background: rgba(11, 65, 160, 0.8);
    z-index: 1;
}

.cta-button {
	background: #3ec1bd;
    padding: 5px 0px;
    display: block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}

.copyright {
    margin-top: 8px;
    margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
.cta .list ul {
font-size: 13px;
}

.cta .list {
    margin-top: 0px;
}

.cta-button {
    padding: 5px 10px;
	line-height: 18px;
}	
}

table:not(.has-border-color) td{
    border-color: #444;
}

table:not(.has-border-color) th{
    border-color: #444;
}


/***カスタマイズCSSから引っ越し　2024年6月13日****/
.widget-entry-cards.card-large-image figure img {
    width: 100%;
    height: 150px;
    display: block;
}


/*ボタン*/
.shiryou-button {
	background-color:#fff!important;
	border: solid 1px;
    padding: 15px 10px;
    display: block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}

.shiryou-button:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #444;
    padding-left: 6%;
}

@media screen and (max-width: 768px){
#main .large-thumb .new-entry-card-title, .home #main .large-thumb .popular-entry-card-title {
    font-size: .7em;
}
}

table th {
    background-color: #444444e0;
color:#fff;
	border-color:#000;
}

table td {
    background-color: #fff;
color:#000;
	border-color:#000;
}

.uni-list{
	text-align:center;
}

/*経営者からの言葉　TOPページ*/
.ceo-voice{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}

.ceo-voice .niretu {
    width: calc(100%/2 - 10px);
    background-color: #fff;
    border: solid 1px;
    padding: 10px;
    text-align: center;
    font-size: 90%;
    border: 1px solid #333;
    position: relative;
}

.ceo-voice a.voice-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.2s;
    text-align:center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.ceo-voice .inner {
	width: calc(100% - 50px);
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 0;
}

.ceo-voice .title {
    color: #444;
    font-weight: 700;
    text-align: left;
    font-size: 125%;
    line-height: 1.6;
    margin: 0;
}

.ceo-voice .voice-text {
    display: inline-block;
    text-align:left;
    font-size: 90%;
	margin-bottom: 20px;
}

.ceo-voice p {
    margin-bottom: 10px!important;
}

.ceo-voice .sub {
	color: #444;
	text-align: center;
	font-size: 90%;
	line-height: 1.6;
}

.ceo-voice .list {
	margin-top: 40px;
}
.ceo-voice .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
.ceo-voice .list ul:after {
	content: '';
	display: block;
	width: calc(100% / 3 - 6px);
}
.ceo-voice .list li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: calc(100% / 3 - 5px);
	padding: 20px 10px;
	background: rgba(255,255,255,.77);
	border: 3px solid #2ca9e1;
}
.ceo-voice .list li:nth-child(n+4) {
	margin-top: 30px;
}

.ceo-voice h3 {
    position: relative;
	padding: 70px 0px 10px 0px;
    text-align: center;
	font-size: 2vw;
	font-family: source-han-serif-japanese,serif;
}

.ceo-voice a.voice-button {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
background-color: #0073aa;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.2s;
text-align:center;
}

@media screen and (max-width: 768px){
.ceo-voice .title {
    color: #444;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
    line-height: 1.6;
}

.ceo-voice .sub {
    color: #444;
    text-align: center;
    font-size: 90%;
    line-height: 1.6;
}

.ceo-voice div {
    width: 90%;
    padding: 10px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}	
	
.ceo-voice a.voice-button {
        padding: 5px 4px;
        width: 85%;
}
}

.form-title{
	border:1px solid;
	padding:10px;
}

.form-title h2{
	text-align:center;
}



.text-pc .tab_item_form ,select{
font-size: 85%;
}

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #dcdcdc;
  margin: 0 auto;}
.tab_item_form {
  width: calc(100%/2);
  padding:15px 0;
  border-bottom: 3px solid #176bb7 ;
  background-color: #ececec;
  text-align: center;
  color: #176bb7 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item_form:hover {
  opacity: 0.75;
}
input[name="tab_item_form"] {
  display: none;
}
.tab_content_form {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item_form {
  background-color: #176bb7 ;
  color: #fff;
}

/*検索フォーム*/
.search-group {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 1rem;
}
.search-group-item {
flex: 1;
padding: 10px;
}

.search-group-keyword{
	padding: 10px;
}
.search-group-search{
	padding:10px;
}

@media (max-width: 600px) {
select {
      font-size: 80%;
}

.search-group {
flex-direction: column;
margin-bottom: 0rem;
}

.search-group-item {
margin-bottom: 0rem;
}
	
.search-group-keyword input{
font-size: 80%;;
}

}
/***カスタマイズCSSから引っ越し　2023年1月8日****/
 
.rank table{
border-top: 0px!important;
border-bottom: 0px!important;
margin: 0px !important;
}

.rank th{
background-color:#fff!important;
	font-size: 80%;
	border-color: #444!important;
	text-align:center;
	text-decoration:none;
}

.rank th a{
	text-decoration:none;
}

.rank td{
background-color:#fff!important;
	font-size: 80%;
	border-color: #444!important;
}

.rank color-button01{
width:100%!important;
	margin: 0px!important;
	padding: 10px!important;
}


table th h4{
border-top: 0px!important;
border-bottom: 0px!important;
margin: 0px !important;
}

table td{
padding: 10px!important;
}


@media screen and (max-width: 767px){
table td p{
padding: 0px!important;
}
}

.author-widget-name{
	font-weight:bold;
}

@media screen and (max-width: 834px) {
.waku ul{
	padding-left: 10px!important;
    padding-right: 5px;
}

a.blbl2 {
	margin: 5px 5px 0!important;
	padding: 5px;
	width: 42%;
}
}

.eye-catch-wrap {
    display: flex;
    justify-content: center;
}

.toc-center {
  width: 100%;
}

/************************************
** リンクタップ2回問題
************************************/

@media (min-width: 1px) and (max-width: 1050px) {
  a:hover {
    opacity: 1;
  }
}
/************************************
** Pタグ自動挿入拒否
************************************/
p:empty:before {
    content: initial!important;
}

.toc .toc-list {
    padding-left: 1em!important;
    margin: 0em 0;
}

.recommend-ad th{
  background-color:#fff;
  border: solid 1px #fff!important;
}

.recommend-ad-button {
	background: #303b4c;
    color: #fff;
    padding: 15px 10px;
    display: block;
    border-radius: 3px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    text-decoration: none;
    position: relative;
    line-height: 120%;
}

.recommend-ad-button:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.recommend-ad-button:hover, .recommend-ad-button:hover a {
    color: #fff;
    opacity: 0.8;
}

.ad-small {
    font-size: 17px;
}


.button-daigaku {
    background-color: #57a600;
    border: none;
    color: #fff!important;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    padding: 16px 0px!important;
    text-transform: uppercase;
    white-space: normal;
    width: 70%;
    font-size: 15px;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    text-decoration: none;
}


/*(スマホ)760px以下*/
@media screen and (max-width: 760px){
.ad-small {
    font-size: 14px;
}

.button-daigaku {
    width: 90%;
}	
	
.recommend-ad-button {
    font-size: 15px;
}
}

.menu-item{
  position: relative;
  padding-left: 0px;
}


.widget_nav_menu ul {
    margin: 10px 10px 10px 20px!important;
    list-style: none;
}


.widget_nav_menu ul li a {
    color: #333;
	font-size: 90%;
    text-decoration: none;
    padding: 3px 0;
    display: block;
    padding-right: 0px;
    padding-left: 10px;
    margin-left: 0px;
}

.textwidget p {
    padding: 15px;
}

.widget-sidebar .menu-item:before {
content: '';
width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    -ms-transform: rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -4px;
}

.footer-in .menu-item:before {
content: '';
width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -4px;
}

/************************************
** トップページカスタマイズ
************************************/

.home #main .large-thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.8em 0;
}
.home #main .large-thumb a{
    width: 33%;
    padding: 10px;
}
.home #main .large-thumb a:hover{
    background:unset;
}

.home #main .large-thumb .new-entry-card-title,.home #main .large-thumb .popular-entry-card-title {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 600;
    color: #555;
    margin-top: 3px;
}
/*(スマホ)760px以下*/
@media screen and (max-width: 760px){

.home #main .widget-entry-cards .e-card {
    margin:0 5px;
}
.home #main .large-thumb a {
    width: 100%;
    padding: 0;
    margin:0 0 15px;
}
.home .mobile-2{
    justify-content:space-between;
}
.home .mobile-2 a{
    width:48% !important;
}
.home .mobile-2 figure img {
    object-fit: unset !important;
    height: auto !important;
}
.home #main .large-thumb .new-entry-card-title{
    line-height:1.3;
font-size: 0.7em;
    }
}
/************************************
** ボタン
************************************/
.p-button {
    max-width: 300px;
    margin: 0 auto;
}
.p-button a {
    display: block;
    margin:25px 0;
    padding: 0.8em 1em;
    border-radius: 2em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #eba02f;
    box-shadow: 0 5px 20px rgba(235, 160, 47, .5);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1;
}
.p-button a:hover{
    box-shadow:none;
    transform: translateY(3px);
    opacity:1;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 45px;
  border-bottom: 3px solid #3960a0;
  background-color: #d9d9d9;
  line-height: 24px;
  font-size: 90%;
  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;
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #176bb7;
  color: #fff;
}


label {
    padding: 10px 0 0 10px;
    display: block;
    margin: 0;
    color: #fff;
    background: #333;
    border: 1px solid #ccc;
    cursor: pointer;
}

/************************************
** トップページカスタマイズ
************************************/

.large-thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.8em 0;
}

.large-thumb a{
    width: 33%;
    padding: 10px;
}

.large-thumb a:hover{
    background:unset;
}

.large-thumb .new-entry-card-title, .large-thumb .popular-entry-card-title {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 600;
    color: #555;
    margin-top: 3px;
}

/*(スマホ)760px以下*/
@media screen and (max-width: 760px){
.widget-entry-cards .e-card {
        margin:0 5px;
    }

.large-thumb a {
        width: 100%;
        padding: 0;
        margin:0 0 15px;
    }

.mobile-2{
        justify-content:space-between;
    }

.mobile-2 a{
        width:48% !important;
    }

.mobile-2 figure img {
        object-fit: unset !important;
        height: auto !important;
    }

.large-thumb .new-entry-card-title{
line-height:1.3;
font-size: 0.7em;
    }

}
/************************************
** ボタン
************************************/
.p-button {
    max-width: 300px;
    margin: 0 auto;
}
.p-button a {
    display: block;
    margin:25px 0;
    padding: 0.8em 1em;
    border-radius: 2em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: #eba02f;
    box-shadow: 0 5px 20px rgba(235, 160, 47, .5);
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:1;
}
.p-button a:hover{
    box-shadow:none;
    transform: translateY(3px);
    opacity:1;
}

/*--------------------横並びボタン--------------------*/	

/* フレックスボックスにする */
.flex_test-box {
    display: flex;
}

/* フレックスボックスにする */
.flex_test-box-last {
    display: flex;
}

/* 画像の大きさ合わせる */
.flex_test-item>img {
  height: 80%;    
object-fit: cover; 
}

.flex_test-box-last {
    background-color: #fff;
    padding:  10px; 
}
 
.flex_test-item {
    padding: 10px;
    color:  #fff;
    margin:  10px;
    border-radius:  5px;
}
 
.flex_test-item {
    background-color:  #3f51b5;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

 /* リンク色 */
.flex_test-box a{
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.flex_test-box-last a{
	color: #fff;
	text-decoration: none;
	display: block;
}


.flex_test-item-last {
    background-color: #3f51b5;
    width: 50%;
    text-align: center;
    white-space: nowrap;
}


.flex_test-box-last {
    width: 50%;
    background-color: #fff;
    padding: 0px;
}

/*--------------------スマホ--------------------*/	
@media screen and (max-width: 767px) {
.flex_test-box {
    background-color: #eee;
    padding: 0px;
    line-height: 1.3;
font-size: 13px;
}


.flex_test-item {
    padding: 4px;
    color: #fff;
    margin: 3px;
    border-radius: 5px;
}


.flex_test-item-last {
    background-color: #3f51b5;
    width: 50%;
    text-align: center;
    white-space: nowrap;
}


.flex_test-box-last {
    width: 50%;
    background-color: #fff;
    padding: 0px;
    line-height: 1.3;
font-size: 13px;
}
}

/**テスト**/

/***カスタマイズCSSから引っ越し　2023年1月8日****/
.tablepress .even td {
    background-color: #fff !important;
}

.ad {
    font-size: 17px;
}


.ad-small {
    font-size: 17px;
	font-weight: bold;
}

.waku {
    border: solid 1px #222;
	margin-bottom: 20px;
}

.waku-kado {
    border: solid 1px #dcdcdc;
    padding: 5px 10px 0px 10px;
    position: relative;
}
.waku-kado:before {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #3333339e;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.waku-kado:after {
    border-left: 30px solid transparent;
    border-bottom: 30px solid #3333339e;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.buttonhalf {
    background-color: #57a600;
    border: none;
    color: #fff!important;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    padding: 16px 0px;
    text-transform: uppercase;
    white-space: normal;
    width: 70%;
    font-size: 15px;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    text-decoration: none;
}

.header {
    height: 160px;
}

.al-c {
    text-align: center;
}

.article h1 {
    background-color: #292929;
    color: #fff;
	padding: 10px 10px 10px 10px;
	font-size: 170%;
}


ol {
    margin: 1em 0;
    padding-left: 40px!important;
}

/*h2　横幅一杯*/
.article h2 {
    border-radius: 0px;
}

.article h3 {
	font-size: 120%;
	color: #006ebb;
	border-right: 0px solid;
	border-left: 0px solid;
	padding: 12px 3px;
	text-align:left;
}

.article h4 {
	border-top: 0px solid #006ebb;
    border-bottom: 0px solid #006ebb;
    font-size: 105%;
    padding: 4px 0px;
    margin-bottom: 2px;
}

/*TOPページ　2列　h3*/

.article h3.top {
    border: 0px solid #777;
	font-size: 20px;
    padding: 10px 10px 10px 15px;
    border-left: 4px solid #006ebc;
}

/*TOPページ　2列　アコーディオン開閉*/
.top-accordion {
    padding: 5px 5px;
    margin-top: 30px!important;
    border: 1px solid;
	background-color: #006ebc!important;
	color: #fff;
}

.top-accordion .su-spoiler-content {
    padding: 1em 0 1em 27px;
	border-top: 5px solid #006ebc;
    background-color: #fff;
}


.top-accordion ul li, .top-accordion ol li {
    margin: .2em;
	padding-left: 0px;
    padding-right: 0px;
	list-style: none;
}

.top-accordion ul > li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    margin-right: 10px;
    color: #4076d0;
	background: url(https://tuushin.jp/images/icon/angle-right-solid.svg) no-repeat;
}

.top-accordion.su-spoiler-style-default>.su-spoiler-title {
    color: #fff;
    margin-right: 0;
	background-color: #006ebc!important;
}

.top-accordion.su-spoiler-style-default>.su-spoiler-content {
    margin: 0px;
}


.top-accordion ul,ol {
    margin: 1em 0;
    padding-left: 0;
    padding-right: 0px;
}

.top-accordion.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    background-color: #06192b3b;
    padding: 2px;
    position: relative;
    top: 2px;
}

.top-accordion.su-spoiler-icon-plus .su-spoiler-icon:before {
    background-color: #06192b3b;
    padding: 2px;
    position: relative;
    top: 2px;
}

.top-accordion.su-spoiler-style-default>.su-spoiler-content {
    padding: 1em 10px 1em 10px;
}

/*TOPページ　2列　アコーディオン開閉　スマホ版*/
@media screen and (max-width: 767px) {
.su-accordion .su-spoiler {
    margin-bottom: .5em;
    margin-right: 40px;
    margin-left: 40px;
}
}

/*固定フッター広告*/
.bottommenu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    margin-top: 20px;
    background-color: #444;
    z-index: 1;
}

/*box3内のliの前のリスト画像*/
.box3 ul > li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f35a';
	margin-right: 10px;
	color: #4076d0;
}

/*下線　オレンジ　太字*/
.kasen , .under {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
    font-weight: 700;
}

/*太字*/
.b {
    font-weight: 700;
}

/*テーブル　左画像　右コンテンツ*/
table.demo02 {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
    min-height: 100px;
}

.demo02 th {
    width: 30%;
    border: 1px solid #292929;
    background-color: #fff;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 15px;
}

.demo02 td {
    border: 1px solid #292929;
	vertical-align: top;
}

.demo02 img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    padding: 5px;
}

.table-title:before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
}

/* サイドメニュー　ウィジェット　帯タイトル */

.sidemain {
    position: relative;
}

.sidemain p {
position: absolute;
left: 0;
bottom: 0px;
color: #fff;
padding: 5px 0 5px 5px;
margin: 0;
width: 100%;
background: #000;
line-height: 23px;
font-size: 17px;
}



/*--------------------------------------------------------
サイドメニュー　ボックス内　文字マージン
--------------------------------------------------------*/
.side-letter {
	padding: 0px 5px 0px 5px;
}

/* メニュー開閉時アニメーション */
.ac_menu ul {
	background :#f4f4f4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ac_menu li {
    padding: 5px;
}

.mob-icon-cancel-1:before {
	margin-top: 10px;
}

/* ▽▽アコーディオン開閉指定▽▽ */
input[type="radio"].bellows + ul{
    max-height: 0;/* チェックが入っていない時の高さ */
    overflow: hidden;
}

input[type="radio"].bellows:checked + ul{
    max-height: 50em;/* チェックが入っているときの高さ */
}
/* △△アコーディオン開閉指定△△ */

.entry-footer li:before {
        content: "\f044";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 26px;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1;
    float: left;
    padding-right: 8px;
    padding-left: 10px;
    font-weight: 700;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #292929;
	margin: 0 0 1em 0;
	border: solid 3px #292929;
	margin-bottom: 10px;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	background: #fff;
}

.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #292929;
}

.cp_qa .cp_actab label::before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 26px;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1;
    float: left;
    padding-right: 0px;
    font-weight: 700;
}

.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '\2b';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}

.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid #fff;
}

.cp_qa .cp_actab input:checked ~ label {
	color: #292929;
}

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.cp_qa p {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

/*--------------------------------------------------------
アコーディオン
--------------------------------------------------------*/

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #26a26c;
}

.cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '\2b';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}

.cp_actab label::before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2;
    float: left;
    padding-right: 10px;
    font-weight: 700;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #c6f1e2b3;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100%;
}

/* Icon */
.cp_actab label::after {
	position: absolute;
	top: -4px;
	right: 0;
	display: block;
	width: 2em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/*--------------------------------------------------------
アコーディオン
--------------------------------------------------------*/

.su-spoiler {
border: 1px solid;
}

.su-spoiler-title {
font-size: 18px!important;
line-height: 25px!important;
}

.su-spoiler-style-default>.su-spoiler-title {
background-color: #fff;
color: #000;
margin-right: 0px;
}

.su-spoiler-style-default>.su-spoiler-content {
margin: 10px 10px 10px 10px;
}

.su-spoiler-icon {
left: 7px!important;
top: 10px!important;
}

/*--------------------------------------------------------
タブテーブル
--------------------------------------------------------*/

.su-tabs-nav span.su-tabs-current {
    font-size: 15px;
    font-weight: bold;
}

.su-tabs-nav ul{
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 10px;
    font-size: 15px;
}

.su-tabs-pane {
    font-size: 15px!important;
}

/*--------------------------------------------------------
各大学　学費　テーブル
--------------------------------------------------------*/

.gakuhi th {
font-weight: 700;
text-transform: uppercase;
border: solid 1px #292929;
padding: 5px;
background-color: #444c;
vertical-align: middle;
}

.gakuhi td {
font-weight: 700;
text-transform: uppercase;
border: solid 1px #292929;
padding: 10px;
background-color: #fff;
}

.gakuhi .gray-th {
background-color: #dcdcdc;
color:#000;
}

.gakuhi .gray-td {
background-color: #dcdcdc;
}

.gakuhi .gray-red {
background-color: #dcdcdc;
color:red;
}

/*--------------------------------------------------------
カテゴリーページ　タブ
--------------------------------------------------------*/
.cate-tab .su-tabs-pane {
    padding: 25px!important;
}

/*--------------------------------------------------------
2列テーブル
--------------------------------------------------------*/
.niretu th {
border: solid 1px #292929;
padding: 5px;
background-color: #7bc7ea38;
width: 50%;
text-align: center;
vertical-align: text-top;
}

/*--------------------------------------------------------
3列テーブル
--------------------------------------------------------*/
.sanretu th {
border: solid 1px #292929;
padding: 5px;
background-color: #7bc7ea38;
width: 33%;
text-align: center;
vertical-align: text-top;
color: #000;
}

.sanretu td {
vertical-align:top;
}

.tagline {
text-align: center;
font-size: 14px;
margin: .6em 1em;
color: #222;
}

.bottommenu {
position: fixed;
width: 100%;
padding-top: 10px;
bottom: 0px;
left: 0;
margin-top: 20px;
background-color: #444;
z-index: 1;
}

.footer-bottom {
margin-top: 24px;
padding: 8px;
position: relative;
font-size: 14px;
padding-bottom: 100px;
}

/*●TOP並び画像*/
.waku-thumbnails-horizontal .waku-thumbnail, .waku-thumbnails-horizontal2 .waku-thumbnail2,.waku-thumbnail-default, .waku-thumbnail-title {
display: inline-block;
}

.waku-thumbnails-horizontal .waku-thumbnail {
border: 5px solid #444;
width: 160px;
height: auto;
margin: 3px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
vertical-align: top;
text-decoration: none;
color: #444;
}

@media screen and (max-width: 767px) {
.waku-thumbnails-horizontal .waku-thumbnail {
border: 5px solid #444;
width: 47%;
height: auto;
margin: 3px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
vertical-align: top;
text-decoration: none;
color: #444;
}
}

.waku-thumbnail > img, .waku-thumbnail-default {
width: 100%;
height: auto;
margin: 0px;
margin-bottom: 0px;
}
.waku-thumbnails-horizontal .waku-thumbnail > img, .waku-thumbnails-horizontal .waku-thumbnail-default {
display: block;
}
.waku-thumbnails-horizontal .waku-thumbnail-title {
font-size: 1em;
max-height: 2.8em;
line-height: 1.4em;
margin: 7px;
margin-top: 0px;
width: 120px;
text-decoration: inherit;
overflow: hidden;
}

.waku-thumbnail-default {
overflow: hidden;
}
.waku-thumbnail-default > img {
min-height: 180px;
min-width: 180px;
}

/************************************
** フッターメニュー　調整
************************************/
.footer .widget {
    margin-bottom: 40px;
	padding: 10px;
}

.footer-title {
    border-bottom: solid 1px #fff;
    padding-left: 5px;
}

.footer .textwidget {
   margin-top: 10px;;
}

/************************************
** リンク枠　青色
************************************/
.blbl2 {
display: block;
border: 2px solid #5978ae;
border-radius: 2px;
font-weight: 700;
margin: 10px 0 3px 4px;
display: inline-block;
background-position: 93% 52%;
background-size: 5px 11px;
}

.blbl2:after {
content: "\f054";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 24px;
margin: auto;
vertical-align: middle;
width: 0.4em;
height: 0.4em;
}

a.blbl2 {
color: #5978ae !important;
position: relative;
font-style: normal;
font-size: 90% !important;
margin: 10px 5px 0;
padding: 10px;
width: 43%;
text-align: center;
text-decoration: none;
}

a.blbl2:hover{
background-color:#5978ae21;
}

/************************************
** リンク枠　青色　100％
************************************/

.longbutton {
display: block;
border: 2px solid #5978ae;
border-radius: 2px;
font-weight: 700;
margin: 10px 0 3px 4px;
display: inline-block;
background-position: 93% 52%;
background-size: 5px 11px;
}


.longbutton:after {
content: "\f054";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 24px;
margin: auto;
vertical-align: middle;
width: 0.4em;
height: 0.4em;
}

a.longbutton {
color: #5978ae !important;
position: relative;
display: inherit;
font-style: normal;
font-size: 90% !important;
margin: 0 auto;
padding: 10px;
width: 80%;
text-align: center;
text-decoration: none;
}

a.longbutton:hover{
background-color:#5978ae21;
}

/************************************
** リンク　右寄せ
************************************/

.migi {
float: right;
}

/************************************
** TOPページ体験談の枠
************************************/

.toppagebox {
margin: auto;
box-sizing: border-box;
background: #fff;
border: 0 solid #666;
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}


.toppagebox h3 {
margin: 0px;
border-bottom: 0;
font-weight: 700;
font-size: 1.186em;
color: #fff;
background-color: #176bb7;
border-color: #176bb7;
}

.toppagebox div {
box-sizing: border-box;
border: 2px solid #006ebc;
width: 48%;
height: auto;
margin: 2px;
}

.m10 {
margin: 10px!important;
}

/************************************
** サイドメニュー
************************************/
.sidebar h3 {
margin: 0 0 0px;
padding: 7px 10px 8px 5px;
border-bottom: 0;
font-weight: 700;
font-size: 1em;
color: #fff;
background-color: #176bb7;
border-radius: 0px;
text-align: center;
}

.sidebar h3.p1 {
margin: 0 0 20px;
padding: 7px 10px 5px;
border-bottom: 0;
font-weight: 700;
font-size: 1.186em;
color: #fff;
background-color: #176bb7;
border-radius: 0;
}

.widget_nav_menu ul {
margin: 10px;
list-style: none;
}

.widget-sidebar {
margin-bottom: 40px;
border: solid 2px #176bb7;
}

.sidebar.widget_nav_menu ol, ul {
margin: 1em 0;
padding-left: 30px;
padding-right: 20px;
}

.sidebar.widget_nav_menu ul li a {
color: #333;
font-size: 90%;
text-decoration: none;
padding: 0px 10px 10px 15px;
display: block;
padding-right: 4px;
}

.sidebar.widget_nav_menu li:last-child {
padding-bottom: 20px;
}

/************************************
** TOPページのボックス
************************************/

.box{
margin: auto;
box-sizing: border-box;
background: #fff;
border: 0px solid #666;
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

 /* --- サンプル確認用の親枠幅アニメーション ------------------ */
 /*     (BOXの並びには関係ありません)                           */
@keyframes boxAnime{
   0% { width : 280px }
  40% { width : 280px }
  60% { width : 150px }
 100% { width : 150px }
}

 /* --- 個別のBOXの定義 --------------------------------------- */
.box div{
    box-sizing: border-box;
    border: 2px solid #27a5e0;
    width: 48%;
    height: auto;
    margin: 2px;
}

/*--------------------------------------------------------
ボックス定義
--------------------------------------------------------*/

.box1 {
position: relative;
margin: 2em 0;
padding: 52px 10px 20px;
border: solid 3px #292929;
}

.box1 .box-title {
position: absolute;
display: inline-block;
top: 0px;
left: 0px;
padding: 6px 20px 5px 20px;
line-height: 25px;
vertical-align: middle;
font-size: 17px;
background: #ffda00;
color: #292929;
font-weight: bold;
border-bottom: solid 3px;
border-right: solid 3px;
}

.box1 .more {
margin: 0;
position: absolute;
right: 25px;
bottom: -23px;
background-color: #ffffff;
padding: 0 15px;
}


.box1 a.more-link {
font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
color: #0a0a0a;
text-transform: uppercase;
letter-spacing: .05em;
font-weight: bold;
font-size: 24px;
text-decoration: none;
display: inline-block;
text-decoration: none;
color: #57a600;
}


.box1 a:hover {
opacity: 0.7;
    color: #fbc41b;
}


.box1 p {
margin: 0; 
padding: 0;
}


.box1 ul>li {
list-style-type: none !important;
padding-left: 0px;
}

.box1 ul>li:before{
padding-right: 10px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
color: steelblue;
}

.box2 {
position: relative;
margin: 2em 20px;
padding: 20px 15px 20px 15px;
border: solid 3px #292929;
line-height: 30px;
}

.box2 .box-title {
position: absolute;
display: inline-block;
top: 0px;
left: 0px;
padding: 6px 20px 5px 20px;
line-height: 25px;
vertical-align: middle;
font-size: 17px;
background: #ffda00;
color: #292929;
font-weight: bold;
border-bottom: solid 3px;
border-right: solid 3px;
border-left: 1px solid;
}

.box2 .more {
margin: 0;
position: absolute;
right: 30px;
bottom: -15px;
background-color: #ffffff;
padding: 0 15px;
}


.box2 p {
margin: 0; 
padding: 0;
}

.box2 ul > li {
list-style-type: korean-hangul-formal;
list-style-type: disc!important;
}

.box2 ul{
padding-top: 0px;
}


.box3 {
position: relative;
margin: 2em 0;
padding: 40px 0px 11px 30px;
border: solid 3px #292929;
line-height: 30px;
}

.box3 .box-title {
position: absolute;
display: inline-block;
top: 0px;
left: 0px;
padding: 6px 20px 5px 20px;
line-height: 25px;
vertical-align: middle;
font-size: 17px;
background: #ffda00;
color: #292929;
font-weight: bold;
border-bottom: solid 3px;
border-right: solid 3px;
border-left: 1px solid;
}

.box3 .more {
margin: 0;
position: absolute;
right: 30px;
bottom: -15px;
background-color: #ffffff;
padding: 0 15px;
}


.box3 p {
margin: 0; 
padding: 0;
}

.box3 ul > li {
list-style-type: none;
}

.box3 ul{
padding-top: 5px;
padding-left: 0px;
}

/************************************
** Q&A
************************************/

.question1 {
    font-size: 17px;
    line-height: 130%;
    margin: 15px auto 4px auto;
    padding: 5px 0 6px 50px;
    background-image: url(https://tuushin.jp/images/q1.png);
    background-repeat: no-repeat;
    background-position: 10px top;
}

.answer1 {
    position: relative;
    font-size: 1em;
    line-height: 140%;
    border: solid 1px #CCC;
    background-color: #F5F5F5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 5px auto 35px auto;
    padding: 20px 20px 20px 60px;
    background-image: url(https://tuushin.jp/images/a1.png);
    background-repeat: no-repeat;
    background-position: 12px 18px;
}

/************************************
** アコーディオン
************************************/
.su-spoiler-title {
	font-size: 100%!important;
}

/************************************
** ボタン
************************************/
.twobutton {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}



.twobutton .color-button01, .twobutton .color-button01::before {
    margin-bottom: 10px;
    background-color: #2294d6 !important;
	width: 250px !important;
    height: auto;
	margin: 20px;
	padding: 15px 25px 15px 25px;
}

.top-image-btn-color a, .color-button01 a, .color-button01-big a {
    color: #fff !important;
	text-decoration: none;
}

.twobutton .color-button02, .twobutton .color-button02::before {
    margin-bottom: 10px;
    background-color: #ff6868 !important;
    width: 250px !important;
    height: auto;
	margin: 20px;
	padding: 15px 25px 15px 25px;
}

.color-button02 a, .color-button02-big a {
    color: #fff !important;
	text-decoration: none;
}

@media (min-width: 768px){
.twobutton .color-button01, .twobutton .color-button02 {
    margin-bottom: 10px;
}
}


table.cps-table03 {
    width: 100%;
    margin-bottom: 30px;
}

table.cps-table03 th{
    width: 20%;
    margin-bottom: 30px;
	background-color: #b1d4e8;
	color: #000000;
}

table.cps-table03 td{
	background-color: #fff;
}


table.cps-table03 {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    max-width: 100% !important;
    word-break: break-all;
	font-size: 90%;
}

/*--------------------------------------------------------
レスポンシブメニュー　上書きCSS
--------------------------------------------------------*/

/*--------------------------------------------------------
ハンバーガーメニュー　上書きCSS
--------------------------------------------------------*/

@media screen and (max-width: 1100px) {
	
#responsive-menu-container #responsive-menu, #responsive-menu-container #responsive-menu ul {
    width: 100%;
}	
	
#responsive-menu-container #responsive-menu-wrapper {
    background: #212121;
    padding-top: 40px;
}	

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    right: 0;
    height: 39px;
    line-height: 39px;
    width: 40px;
    border-left: 1px solid #212121;
}

.genesis-nav-menu {
    display: none!important;
}	

.responsive-menu-box {
    width: 25px;
    height: 28px!important;
    display: inline-block;
    position: relative;
}	

button#responsive-menu-button {
    display: inline-block;
    transition: transform .5s,background-color .5s;
}
	
button#responsive-menu-button {
    width: 100%!important;
    height: 40px!important;
    position: fixed;
    top: 0!important;
    right: 0%!important;
    background: #000;
}
	
button#responsive-menu-button .responsive-menu-box {
    color: #ffda00!important;
    float: right!important;
    padding-right: 42px!important;
}	
	
.responsive-menu-label {
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    float: left;
    margin-left: -75%;
    padding-top: 8px;
    padding-left: 8px;
}
}	

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

	
/*box　枠*/	
.article ul, .article ol {
	padding-left: 0px;
	padding-right: 5px;
}

.box1 ul>li {
    list-style-type: none !important;
    padding-left: 0px;
}
.box1 ul>li:before{
    padding-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: steelblue;
}
}

/*--------------------------------------------------------
目次
--------------------------------------------------------*/

#toc_container {
  margin-top: 25px!important;
  margin-bottom: 40px!important;
  padding: 15px 20px!important;
  background: #fff!important;
  border: 5px solid #444!important;
  border-radius: 2px!important;
  color: #666!important; }

#toc_container .toc_title {
  font-family: 'Dosis', "sans-serif", cursive; 
  text-align: center;
  margin-bottom: 35px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 1.5em;
  border-bottom: 2px solid #dedede; }

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li; }

#toc_container .toc_list > li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 8px;
  line-height: 1.3em;
  font-size: 1.2em;
  padding-left: 47px;
  text-indent: -0px;
}

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: "0" counter(li) " |";
  position: absolute;
  left: -15px;
  top: 0px;
  background: none;
  font-family: "Unica One", cursive;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #292929;
  font-weight: bold;
}


#toc_container .toc_list > li a {
  text-decoration: none !important;
  color: #006ebc !important; }

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important; }

#toc_container .toc_list > li ul {
  list-style-type: disc;
  margin-top: 15px;
  padding-left: 20px;
  color: #008db7; }

#toc_container .toc_list > li > ul li {
  font-size: 0.9em;
  margin-bottom: 8px; }


/************************************
** H1　タイトルのfontawesome
************************************/	
	
.fa-folder-open:before {
	content: ""!important;
}

/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.sc_card h1, .sc_card h2, .sc_card h3, .sc_card h4, .sc_card h5, .sc_card h6 {
    line-height: 1.2em;
    margin: 0px;
    padding: 0 0 0 0px;
    border: 0px solid #292929;
    border-bottom: 3px solid;
    font-weight: bold;
    font-size: 120%;
    font-family: 'Meiryo',-apple-system,'BlinkMacSystemFont','.SFNSDisplay-Regular','Hiragino Kaku Gothic Pro','Yu Gothic','MS PGothic','Segoe UI','Verdana','Helvetica','Arial',sans-serif;
}

.sc_card h3 {
	line-height: 1.2em;
    margin-bottom: 15px;
    padding: 7px 0;
    border: 0 solid #292929;
    border-bottom: 2px solid;
    font-weight: bold;
    font-size: 110%;
    font-family: 'Meiryo',-apple-system,'BlinkMacSystemFont','.SFNSDisplay-Regular','Hiragino Kaku Gothic Pro','Yu Gothic','MS PGothic','Segoe UI','Verdana','Helvetica','Arial',sans-serif;
}

@media screen and (max-width : 767px){
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
}

/*--------------------------------------------------------
スマホの時の設定
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
.article h1{
    font-size: 20px;
}

.article h2{
    font-size: 20px;
}

.topbotan {
        font-size: 19px!important;
}

.article p {
	margin-bottom: 1.4em;
	padding: 0px 10px;
}

	
.article h3.top {
    border: 0 solid #777;
    font-size: 18px;
    padding: 5px 10px 5px 15px;
    margin: 0 0 13px 10px;
    border-left: 4px solid #006ebc;
}	
	
main.main, div.sidebar {
    padding: 16px 5px;
    margin: 10px 0;
    border-width: 0;
}

.su-box {
    margin: 13px!important;
}
	
}	
/*--------------------------------------------------------
スマホの時の目次
--------------------------------------------------------*/

@media only screen and (max-width: 600px) {
#toc_container {
  margin-top: 25px!important;
  margin-bottom: 40px!important;
  padding: 15px 20px!important;
  background: #fff!important;
  border: 5px solid #444!important;
  border-radius: 2px!important;
  color: #666!important;
  display: table!important;
  font-size: 73%!important;
	}
	
#toc_container .toc_list > li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 1px;
    line-height: 1.3em;
    font-size: 1.2em;
    padding-left: 26px;
    text-indent: 0px;
}

#toc_container .toc_list > li::after {
    counter-increment: li;
    content: "0" counter(li) "|";
    position: absolute;
    left: -10px;
    top: 0px;
    background: none;
    font-family: "Unica One", cursive;
    font-size: 1.2em;
    letter-spacing: -2px;
    color: #292929;
    font-weight: bold;
}

.logo-image {
    padding: 25px 0 10px 0;
}
}



/*--------------------------------------------------------
スマホの時の目次の内部リンク　アンカー調整
--------------------------------------------------------*/
@media only screen and (max-width: 600px) {
html,
body {
	scroll-padding-top: 70px;
}
}

.navi-in>ul li:first-child {
    border-left: 0px solid #888383d1;
    box-shadow: 0px 0px 0px #585353a8;
}

.navi-in>ul li {
    border-left: 0px solid #888383d1;
    box-shadow: 0px 0px 0px #585353a8;
}



.navi-in>ul li:last-child {
    border-right: 0px solid #888383d1;
    box-shadow: 0px 0px 0px #585353a8;
}

.navi-in > ul li {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.navi-in>ul li:before {
    content: '';
    position: absolute;
    top: 50%;
	left: 10px;
    display: block;
    width: 7px;
    height: 7px;
    transform: translateY(-75%) rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	border-left: 0px solid #fff;
    border-top: 0px solid #fff;
}

@media only screen and (max-width: 1217px) {
	#header-container, #header-container .navi, #navi .navi-in > .menu-header .sub-menu {
    display: none;
}

.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    left: 0px;
	margin-left: 0.5em;
}	
}	

.go-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 68px;
    z-index: 99999;
}

.article ul li, .article ol li {
	margin-left: 1.2em!important;
}


/*流れ*/
.entry-content .flow {
    margin: 1em 0;
}

.main-bdr, #inner-content .main-bdr {
    border-color: #13284b;
}

.main-bc, .has-sango-main-background-color {
    background-color: #404148;
}

.main-bc, .has-sango-main-background-color {
    background-color: #13284b;
}

.flow_marker {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px;
}

.flow-content {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}

.flow-content:before {
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.flow-content:not(:first-of-type):not(:last-of-type) .flow_marker {
    background: transparent;
}

.flow-content:last-of-type:before {
content: none;
}

.flow_label {
	padding-top: 0px;
    color: #90969a;
    font-size: 15px;
    font-weight: bold;
}

.flow_tiflowe {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
}

.flow_main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 0.9em;
    line-height: 1.6;
    border-bottom: dashed 1px #ccd5db;
}

.entry-content .flow_main > * {
  margin: 0.7em 0 0;
}
.flow_main > ul,
.flow_main > ol {
  margin: 0;
  padding: 0.3em 0 0.3em 1.3em;
  border: none;
}
.entry-content .flow_main .sng-box {
  margin-top: 1em;
}
.entry-content .flow_main .box28,
.entry-content .flow_main .box30,
.entry-content .flow_main .box31,
.entry-content .flow_main .box32,
.entry-content .flow_main .box33 {
  margin-top: 2.3em;
}

/*記事タイムライン*/
  
.timelineContainer {
    display: flex;
}

.timeline {
    border: solid 1px;
	width: 100%;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px;
	box-sizing: border-box;
	/*width: calc(100% / 2);*/
}

.timeline .timelinetitleContainer {
    background-color: #fff;
    padding: 0em;
}

.timeline .timelinetitleContainer .title {
    text-transform: uppercase;
    font-weight: 700;
}

.timeline .timelineinfoContainer {
    padding: 1em;
    color: #2d3b48;
    box-sizing: border-box;
	text-align: left;
}

.timeline .timelineinfoContainer .timelineprice {
    font-size: 1.35em;
    padding: 1em 0;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
    width: 80%;
}

.timeline .timelineinfoContainer .timelineprice p {
    font-size: 25px;
    display: inline-block;
    margin: 0;
}

.timeline .timelineinfoContainer .timelineprice span {
    font-size: 70%;
    display: inline-block;
        height: 100px;
}

.timeline .new-entry-card-title{
	padding-left: 10px;
}

p.introleft {
	text-align: left;
	padding-top: 30px;
}

.timeline .timelineinfoContainer .timelinedesc {
    border-bottom: 2px solid #f3f3f3;
    margin: 0 auto;
    width: 90%;
}
  
.timeline .timelineinfoContainer .timelinedesc em {
    font-size: 1em;
    font-weight: 500;
}
  
.timeline .timelineinfoContainer .timelinefeatures {
    font-size: 1em;
    list-style: none;
    padding-left: 0;
    text-align: left;
}
  
.timeline .timelineinfoContainer .timelinefeatures li {
    padding: 0.5em;
}
  
.timeline .timelineinfoContainer .timelineselectPlan {
    border: 3px solid #7cb545;
    padding: 0.45em 1em;
    border-radius: 2.5em;
    cursor: pointer;
    transition: all 0.25s;
    margin: 1em auto;
    box-sizing: border-box;
    max-width: 95%;
    display: block;
    font-weight: 700;
    font-size: 80%;
    color: #000;
}
  
.timeline .timelineinfoContainer .timelineselectPlan:hover {
    background-color: #7cb545;
    color: white;
}
  
.fa-check:before {
    padding-right: 5px;
}

.blogbutton {
    border: 2px solid #7cb545;
    padding: 0.45em 1em;
    border-radius: 2.5em;
    cursor: pointer;
    transition: all 0.25s;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    max-width: 48%;
    display: block;
    font-weight: 700;
    font-size: 80%;
    color: #000;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
.timelineContainer {
    margin: 0;
	display: inherit;
}

.timeline {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 5px;
}

.timeline .timelinetitleContainer .title {
    font-size: 1.45em;
}

.timeline .timelineinfoContainer .timelineprice {
    padding: 0;
}	

.timeline .timelineinfoContainer .timelineprice p {
    font-size: 100%;
}

.timelineContainer .timeline {
    width: 100%;
    margin: 1em 0;
}
	
.timeline .timelineinfoContainer {
    padding: 0em;
    color: #2d3b48;
    box-sizing: border-box;
}
	
.blogbutton{
	display: block!important;
	padding: 3px 0px 3px 0px!important;
}
}

/*カテゴリー上部3列ボタン*/
.osusume-daigaku-button-row {
  display: flex;
  justify-content: space-around;
	padding-top: 30px;
	line-height: normal;
}

.osusume-daigaku-button {
  display: inline-block;
  padding: 10px 20px;
  width: 30%;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #0080a6;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.osusume-daigaku-button:hover {
  background-color: #0056b3;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .osusume-daigaku-button {
    padding: 10px 5px;
  }
}

/* カテゴリー上部3列ボタン */

/* 記事タイムライン */

/************************************
** スマホメニュー　タップ範囲を広げる
************************************/
[class^="mob-icon-"]::before, 
[class*="mob-icon-"]::before {
  padding-right: 5px;
  padding-left: 5px;
}