html { font-size: 62.5% !important;}

body {  font-size: 16px; font-size: 1.6rem;　line-height: 1.375; color: #333333; font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif; background: #fff;}

p {margin: 8px 0 16px}

section.container p:last-child {
  margin-bottom: 0;
}

img{
  max-width: 100%;
  height: auto;
  width /***/: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
ul li { list-style-type: none;}

/*見出し*/
.heading-typeA {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  padding-top: 32px;
  margin-bottom: 16px;
  /* text-align: center; */
}
.heading-typeA{
    position: relative;
    margin: .5em 0;
    padding: 0.8em 0 0.8em 1.5em;
    border: 2px solid #0877ea;
}
 
.heading-typeA:before{
    content: "";
    position: absolute;
    background: #0877ea;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.heading-typeB {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}

.heading-typeC {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}


/*リンク*/
a,
.pageTop a:hover { color: #0877ea; }
a:hover { text-decoration: underline; }

.btn a {
  display: inline-block;
  width: 136px;
  padding: 15px 10px;
  border: 1px solid #F22100;
  background: transparent;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
}
.btn a:hover {
  background: #F22100;
  color: #fff;
}
/*ページ*/
.container {
  width: 960px;
  margin: 0 auto;
}

/*ページヘッダー*/
#pageHead {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#pageHeadTop {
  padding: 16px 0;
}
#siteTitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 8px 0;
  float: right;
}
#siteLogo {
  margin: 0;
}

/*グローバルナビ*/
#globalNavi ul:after {
  content: "";
  display: block;
  clear: both;
}

#globalNavi ul li {
  float: left;
  width: 25%;
  text-align: center;
}

#globalNavi ul li a {
  display: block;
  padding: 8px 0px;
  color: #333;
}
#globalNavi ul li a:hover {
  text-decoration: none;
  opacity: .5;
}
/*ページフッター*/
#pageFoot {
  background: #fff;
  color: #333;
  text-align: center;
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
#copyright {
  margin: 0;
  padding: 24px 0;
}
.social {
    padding-top: 24px;
}
.pageTop {
  width: 60px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -25px;
}
.pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  border-top: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
}
/*ページボディ*/

.media {
  margin-bottom: 24px;
}

.media:last-child {
  margin-bottom: 0;
}

.media:after {
  content: "";
  display: block;
  clear: both;
}

.media-img {
    float: left;
    width: 30%;
    margin-right: 2%;
}

.media-digest {
    float: right;
    width: 68%;
}

.media-img+p {
  margin-top: 0;
}

.contents .contents-img {
  width: 50%;
  float: left;
  margin-right: 24px;
}
.contents .contents-digest {
  width: 45%;
  float: left;
}
.contents:nth-child(odd) h3 {
  text-align: right;
}
.contents:nth-child(odd) .contents-digest {
  float: right;
}
.contents:nth-child(odd) .contents-img {
  float: right;
  margin: 0 0 0 24px;
}
.contents h3 {
  padding: 24px 0;
  background-color: #76D9CD;
}
.contents h3 a {
  color: #fff;
}
.contents:nth-child(even) h3 {
  background-color: #FF5752;
}
.contents:nth-child(odd) h3 {
  background-color: #FFD600;
}
h2+.contents h3 {
  background-color: #76D9CD !important;
}
.inline-block {letter-spacing: -.40em;}

.col-4 article {
  display: inline-block;
  width: 23.5%;
  vertical-align: text-top;
  letter-spacing: normal;
  margin-right: 2%;
  margin-bottom: 16px;
}
.col-4 article:last-child,
.col-4 article:nth-last-child(2),
.col-4 article:nth-last-child(3)/*,
.col-4 article:nth-last-child(4)*/ {
  margin-bottom: 0;
}
.col-4 > *:first-child + *+ *+ * {
  margin-right: 0;
}
.col-4 article:nth-child(4n) {
  margin-right: 0;
}

.col-3 article{
  display: inline-block;
  width: 32%;
  vertical-align: text-top;
  letter-spacing: normal;
  margin-right: 2%;
  margin-bottom: 16px;
}
.col-3 article:last-child,
.col-3 article:nth-last-child(2),
.col-3 article:nth-last-child(3) {
  margin-bottom: 0;
}
.col-3 > *:first-child + *+ * {
  margin-right: 0;
}
.col-3 article:nth-child(3n) {
  margin-right: 0;
}
.col-2 article {
  display: inline-block;
  width: 49%;
  vertical-align: text-top;
  letter-spacing: normal;
  margin-right: 2%;
  margin-bottom: 24px;
}
.col-2 article:last-child/*,
.col-2 article:nth-last-child(2)*/ {
  margin-bottom: 0;
}
.col-2 > *:first-child + *,
.col-2 > *:first-child + *+ *+ *, {
  margin-right: 0;
}
.col-2 article:nth-child(even) {
  margin-right: 0;
}

.link li {
    padding: 8px 0;
    border-bottom: 1px solid #6C6A66;
}

.link h2 {
    margin-top: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #6C6A66;
}

/*区切り・余白*/


/*----- トップページ -----*/
#topContent h3 {
  margin-top: 24px;
}
#topContent h3:before {
  content: "■";
  font-size: 19px;
  display: inline-block;
  margin: 0 5px 0 0;
  color: #0877EA;
  font-weight: bold;
}
#topContent img {
  float: right;
  width: 40%;
  margin: 0 0 0 1em;
  height: auto;
}
/*メインビジュアル*/
.mainVisual { text-align: center;}
.mainVisual img {
  width: 100%
}
/*----- アイコン -----*/

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

.container {
  width: 96%;
  margin: 0 auto;
}

/*-----ページヘッダ-----*/
#pageHead #header {
  padding: 20px 0;
}

#siteTitle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285;
  float: none;
}
#siteLogo {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  float: none;
}

#globalNavi ul li {
  width: 100%;
  float: none;
}

#globalNavi ul li a {
  padding: 16px 0px;
  border-top: 1px solid;
}
#globalNavi ul li:first-child a {
  border-top: none;
}
/*メインビジュアル*/

/*-----ページボディ-----*/
.media-img {
    margin: 0 0 8px 0;
}

.media-digest {
    width: 100%;
    float: none;
}

.contents .contents-digest,
.contents:nth-child(odd) .contents-digest {
  width: 96%;
  margin: 8px auto 16px;
  float: none;
}
.contents .contents-img,
.contents:nth-child(odd) .contents-img {
  margin: 0;
}

.contents h3,
.contents:nth-child(odd) h3 {
  text-align: center;
}

.col-2 article,
.col-3 article,
.col-4 article {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px !important;
}

#localNavi a {
  display: block;
}
/*アイキャッチ*/
#topContent img {
  margin: 0;
}
img{
  float: none !important;
  max-width: 100% !important;
  height: auto !important;
  width /***/: auto !important;
}
}
