﻿

/* *********************************
FileName: style.css
UpdatedBy: -
*********************************** */

/* *********************************
特記事項：

*********************************** */


#blog{}

/* Main V */
#blog .main_area{
  min-height: 250px;
}
#blog .main_area .ttl{
  color: #fff;
  font-size: 5rem;
  text-align: center;
  padding-top: 70px;
}
#blog .main_area .text{
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #blog .main_area{
    background-color: #41474F;
    min-height: 400px;
  }
  #blog .main_area .ttl{
    font-size: 4rem;
    text-align: center;
    padding-top: 120px;
  }
  #blog .main_area .text{
    font-size: 2rem;
  }
}


.main_area {
  background: linear-gradient(45deg, #22D45A, #2247D4);
  background-size: 400% 400%;
  animation: GradientBackground 10s ease infinite;
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
};


@media screen and (max-width: 768px) {

}

.bc{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.bc li{
  display: inline;
  color: #666;
}
.bc li a.link{
  text-decoration: none;
}
.link {
  padding-bottom: 2px;
  background-image: linear-gradient(#20AEE5, #20AEE5);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.link:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}


/**------- article -------**/

article{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  section{
    padding: 0 10px;
  }
}

/* 見出し */
article h2{
  font-size: 3.2rem;
}

article h3{
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
article h3 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

article h4{
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding: 0.25em 0;
  font-weight: bold;
  display: inline-block;
}
article h4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

@media screen and (max-width: 768px) {
  article h3{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  article h4{
    font-size: 1.6rem;
  }
}

/* 本文 */
article .info{
  color: #333;
  font-weight: bold;
}
article .info #ctTag{
  color: #999;
}
article .mainPic{
  padding: 30px 0 50px;
}
article .blogLead{
  font-size: 2rem;
  padding: 0 0 10px;
  font-weight: bold;
}
article .btxt01{
  line-height: 1.8;
  font-size: 1.6rem;
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {

  article .btxt01{
    font-size: 1.5rem;
    padding-bottom: 1em;
  }

}

article .mokuji{
  padding: 30px 20px;
  margin-bottom: 80px;
  background-color: #E7EBEC;
  font-size: 1.6rem;
}
article .mokuji a{
  color: #333;
  font-weight: bold;
}
article .mokuji li{
  text-indent: -1em;
  padding-left: 1em;
}
article .mokuji li + li{
  padding-top: 10px;
}

article .box01,
article .box02,
article .box03,
article .box04{
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  
}

/* table */
.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 560px;
  font-weight: bold;
  text-align: center;
}
.table_design13 thead th {
  padding: 1em .8em;
  border-right: 2px solid#fff;
  text-align: center;
}
.table_design13 td {
  color: #333;
  padding: 1em;
  font-size: 1.6rem;
}
.table_design13 td.ttl {
  color: #4d9bc1;
}
.table_design13 thead th {
  background: #4d9bc1;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5em;
}
.table_design13 tbody th, .table_design13 tbody td {
  border: 2px solid #fff;
}
.table_design13 tbody th {
  background-color: #4d9bc1;
  color: #fff;
}
.table_design13 tbody td {
  background-color: #e6f1f6;
}
@media screen and (max-width: 787px) {
  .table-scroll {
    overflow-x: auto;
  }
}
