@charset "utf-8";
/*
Theme Name: ibi_bus-magazine
Theme URI: 
Description: 
Version: 01
Author: IBI
Author URI:
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: middle;
 background: transparent;
}
body { line-height: 1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }
nav ul { list-style: none; }
blockquote,
q { quotes: none; }
blockquote:before,blockquote:after,
q:before,q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: middle;
 background: transparent;
}
/* change colours to suit your needs */
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}
/* change colours to suit your needs */
mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
del { text-decoration: line-through; }
abbr[title],dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input,select { vertical-align: middle; }
/*------------------------------*/
ul,ol,li { list-style: none; }
table { width: 100%; }
/* clearfix */
.cf {
  content: "";
  display: block;
  clear: both;
}
/* display */
.disNon { display: none; }
.pc-only { display: block; }
.sp-only { display: none; }
/* indent */
.ind {
  padding-left: 1em;
  text-indent: -1em;
}
/* iframe */
.iframe-wrap {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 overflow:auto; 
 -webkit-overflow-scrolling:touch;
 border:2px solid #ccc; 
}
.iframe-wrap iframe {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 border:none;
 display:block;
}
@media screen and (max-width: 999px){
  .pc-only { display: none; }
  .sp-only { display: block; }
}


/*------------------------------
all
------------------------------*/
html {
 font-size:62.5%;/* 10px */
 position:relative;
}
body {
 font-size:1.7rem;/* 17px */
 line-height: 2.2;
 color: #333;
 font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
 position:relative;
}
body * {
 box-sizing: border-box;
 vertical-align: top;
}
body img {
 max-width:100%;
 height:auto;
}
#wrap {
 display: flex;
 flex-direction: column;
 min-height: 100vh;
}
p {
 margin-top:1.6em;
 margin-bottom: 1.6em;
}
a {
 color: #0079ba;
 text-decoration:none;
}
a:hover {
 opacity:0.7;
 color: inherit;
 text-decoration: underline;
}
a:hover img { opacity:0.7; }
h2,h3,h4,h5 {
 margin: 3em 0 2rem;
 font-weight: bold;
 line-height: 1.6;
}
table {
 border-collapse:collapse;
 width:100%;
}
table th,
table td {
 padding:4px;
 line-height: 1.6;
}
table th { text-align:left; }
.inner01 {
 width:1000px;
 margin:0 auto;
}
figure {
 display: block;
 margin: 20px auto;
}
#contentsWrap .wp-block-image {
 margin: 20px auto;
 text-align: center;
}
@media screen and (max-width: 999px){
 body {
  font-size:1.6rem;
  width: 100%;
 }
 body img {
  max-width: 100%;
  width: 100%;
 }
 .inner01 { width:100%; }
 main { padding: 20px 10px; }
 a:hover { opacity: 1; }
 h2,h3,h4,h5 {
  margin: 2em 0 2rem;
  font-weight: bold;
  line-height: 1.6;
 }
}

/*------------------------------
header
------------------------------*/
header .inner01 {
 padding: 10px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
header .logo {
 display: block;
 width: 220px;
 margin: 4px 0;
}
header .pcNav ul {
 display: flex;
 justify-content: flex-end;
}
header .pcNav ul li {
 margin-left: 2rem;
}
header .pcNav ul li a {
 display: inline-block;
 font-size: 1.2rem;
 line-height: 1.2;
 background: url("images/arrow_01_black.svg") no-repeat left 50%;
 background-size: 5px auto;
 color: #333;
 padding: 0 0 0 1rem;
}
@media screen and (max-width: 999px){
 header .pcMenu,
 header .pcNav {
  display: none;
 }
}
/* g-nav
------------------------------*/
.spMenu,
header nav .spNav { display: none; }
header nav {
 display: none; 
 padding: 0 10px;
 background-color: #0079ba;
}
header nav > ul {
 display: table;
 table-layout: fixed;
 width: 1000px;
 margin: 0 auto; 
}
header nav > ul > li {
 display: table-cell;
 text-align: center;
 vertical-align: middle;
 position: relative;
}
header nav > ul > li a,
header nav > ul > li span {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 padding: 2px;
 min-height: 40px;
 color: #fff;
 font-size: 1.4rem;
 line-height: 1.4;
}
header nav > ul > li a:hover,
header nav > ul > li span:hover {
 opacity: 1;
 text-decoration: none;
 background-color: rgba(255,255,255,0.20);
}
header nav > ul > li span {
 cursor: pointer;
}
header nav > ul > li .sub-menu {
 display: none;
 width: 100%;
 position: absolute;
 left: 0;
 top: 38px;
 z-index: 3;
 background-color: #fff;
 border: solid 1px #00a199;
 border-top: none;
}
header nav > ul > li:hover .sub-menu {
 display: block;
 animation-name:fadeInAnime;
 animation-duration:0.3s;
 animation-fill-mode:forwards;
 opacity:0;
}
@keyframes fadeInAnime{
 from { opacity: 0; }
 to { opacity: 1; }
}
header nav > ul > li .sub-menu li + li{
 border-top: dotted #f4f4f4 2px;
}
header nav > ul > li .sub-menu li a {
 display: block;
 background: url("images/arrow_01_white.svg") no-repeat right 10px top 50%;
 background-size: 6px auto;
 color: #00a199;
 font-size: 13px;
 line-height: 1.4;
 padding: 14px;
}
header nav > ul > li .sub-menu li a:hover {
 color: #ffea00;
 background-color: #33b4ad;
}
@media screen and (max-width: 999px){
 header { position: relative; }
 header .spMenu {
  display: block;
  width: 32px;
  height: 32px;
  background: url(images/menu_o.png) no-repeat;
  background-size: 100% auto;
  text-indent: -999px;
  position: absolute;
  right: 10px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
 }
 header .spMenu.close {
  background: url(images/menu_c.png) no-repeat;
  background-size: 100% auto;
 }
 header .logo { width: 140px; } 
 header nav {
  display: none;
  width: 100%;
  padding: 52px 10px 10px;
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,0.95);
  z-index: 999;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
 }
 header nav > ul {
  width: 100%;
  display: block;
 }
 header nav > ul > li {
  display: block;
  border-top: dotted 1px #ccc;
 }
 header nav > ul > li:nth-child(2) {
  width: 100%;
 }
 header nav > ul > li:first-child { border: none;}
 header nav > ul > li a,
 header nav > ul > li span {
  display: block;
  color: #0079ba;
  padding: 12px;
  text-align: left;
  background: url("images/arrow_01_blue.svg") no-repeat right 10px top 50% rgba(255,255,255,.6);
  background-size: 7px auto; 
 }
 header nav > ul > li .sub-menu {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  border: none;
  padding-left: 16px;
  background-color: rgba(255,255,255,.4);
 }
 header nav > ul > li .sub-menu li,
 header nav > ul > li .sub-menu li + li {
  border-top: dotted 1px rgba(255,255,255,1.00) ;
 }
 header nav > ul > li .sub-menu li a {
  color: #344154;
  background-image: url("images/arrow_01_blue.svg");
  background-size: 5px auto;
  font-size: smaller;
  padding: 12px;
 }
 header nav .spNav {
  display: block;
 }
 header nav .spNav div {
  margin: 1rem 0;
 }
 header nav .spNav div a {
  display: block;
  background: url("images/arrow_01_blue.svg") no-repeat right 10px top 50% #344154;
  background-size: 5px auto;
  color: #fff;
  line-height: 1;
  padding: 1.2rem;
  border-radius: 4px;
 }
 header nav > ul > li a:hover,
 header nav > ul > li span:hover {
  color: #00a199;
  padding: 12px;
  text-align: left;
  background: url("images/arrow_01_blue.svg") no-repeat right 10px top 50% rgba(255,255,255,.6);
  background-size: 5px auto;
 }
 header nav > ul > li .sub-menu li a:hover {
  background-color: transparent;
  color: #344154;
  background-image: url("images/arrow_01_white.svg");
  
 }
}

/*------------------------------
footer
------------------------------*/
footer {
 background-color: #0079ba;
 padding: 40px 10px 120px;
 margin-top: auto;
 color: #fff;
}
footer .logo {
 width: 200px;
 margin: 0 auto 2rem;
}
footer .clm3 {
 display: flex;
 justify-content: space-between;
}
footer .clm3 > * {
 width: calc(100%/3);
 padding: 0 2rem;
}
footer .clm3 > *:first-child {
 padding-left: 0;
}
footer .clm3 > *:last-child {
 padding-right: 0;
}
footer .clm3 nav + nav {
 border-left: dotted 1px #99c9e3;
}
footer nav ul li {
 margin: 2rem 0;
 line-height: 1;
}
footer nav ul li a {
 color: #fff;
 font-size: 1.4rem;
 line-height: 1.2;
 display: inline-block;
 background: url("images/arrow_01_white.svg") no-repeat left 50%;
 background-size: 9px auto;
 padding-left: 2rem;
}
footer .nav01 ul li a {
 font-size: 1.2rem;
 background: none;
 padding-left: 0;
 color: #99c9e3;
}
footer nav ul li a
footer form { display: block; }
footer form table {
 background-color: #f4f4f4;
 width: 100%;
}
footer form table td {
 vertical-align: middle;
 height: 100%;
}
footer form table td:first-child {
 width: calc(100% - 48px );
}
footer form table td:last-child {
 width:48px;
}
footer form input[type='text'] {
 width: 100%;
 display: block;
 border: none;
 outline: none;
 background-color: transparent;
 padding: 6px;
 font-size: 1.4rem;
 line-height: 1; 
}
footer form input[type='text']:focus { background-color:#f4f4f4; }
footer form input[type='text']:-webkit-autofill { box-shadow: 0 0 0 1000px #bbe1df inset; }
footer form input[type='submit'] {
 border: none;
 outline: none;
 display: block;
 width: 40px;
 height: 40px;
 border-radius: 100%;
 background: url(images/search01.png) no-repeat center 50%;
 background-size: 20px auto;
}
footer form input[type='submit']:hover {
 cursor: pointer;
 background-color: #fff;
}
footer .sns a {
 display: inline-block;
 margin: 0 2rem 0 0; 
}
footer .sns a img {
 width: 40px;
 height: auto;
}
footer small {
 display: block;
 text-align: center;
 color: #99c9e3;
 font-size: small;
 line-height: 1.2;
 margin: 4rem auto 0;
}
@media screen and (max-width: 999px){
 footer {
  padding: 2rem 0 10rem;
  margin-top: 4rem;
 }
 footer .logo {
  margin-bottom:0;
 }
 footer .clm3 {
  display: block;
 }
 footer .clm3 > * {
  padding: 0;
  width: 100%;
 }
 footer .clm3 nav {
  padding: 2rem 0;
 }
 footer .clm3 nav + nav {
  border-left: none;
  border-top: dotted 1px #99c9e3;
 }
 footer small {
  font-size: 1rem;
 }
}

/*------------------------------
ctafixed
------------------------------*/
#ctafixed {
 display: block;
 width: 100%;
 background: rgba(0,121,186,.9);
 position: fixed;
 bottom: 0;
 z-index: 100;
}
#ctafixed .inner {
 display: flex;
 justify-content: center;
 align-items: center;
 max-width: 1000px;
 margin: 0 auto;
}
#ctafixed .inner > div {
 padding: 15px 10px;
 height: 100px;
 display: flex;
 align-items: center;
}
#ctafixed .inner > div:first-child {
 position: relative;
 padding-left: 160px;
}
#ctafixed .inner > div:first-child::before {
 content: "";
 width: 150px;
 height: 110px;
 background: url("images/ctafixed_img01.png") no-repeat;
 background-size: 100% auto;
 position: absolute;
 left: 0;
 bottom: 0; 
}
#ctafixed .inner > div p {
 margin: 0;
 font-size: 1.8rem;
 line-height: 1.5;
 color: #fff;
}
#ctafixed .inner > div:last-child a {
 text-decoration: none;
 background: linear-gradient(to bottom, rgba(233,157,148,1) 0%,rgba(232,0,0,1) 100%);
 border: #e80000 solid 2px;
 line-height: 1.2;
 font-size: 2.2rem;
 font-weight: bold;
 color: #fff;
 padding: 0 4rem;
 text-align: center;
 border-radius: 10px;
 min-height: 70px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
 padding-top: 5px;
 margin-top: 10px;
}
#ctafixed .inner > div:last-child a span {
 display: inline-block;
 background-color: #FFED00;
 font-size: 1.5rem;
 line-height: 1;
 color: #0079ba;
 padding: 0.4rem 1rem;
 border-radius: 4px;
 position: absolute;
 top: -10px;
 left: 50%;
 transform: translate(-50%, 0);
}
#ctafixed .inner > div:last-child a::after {
 content: "";
 width: 13px;
 height: 13px;
 background: url("images/arrow_01_white.svg") no-repeat;
 background-size: 100% auto;
 position: absolute;
 right: 10px;
 top: 50%; 
 transform: translate(0%, -50%);
}
#ctafixed  .inner>div:last-child a img {
 height: 80px;
 width: auto;
}
@media screen and (max-width: 640px){
 #ctafixed .inner > div {
  height: 80px;
  padding: 10px 10px;
 }
 #ctafixed .inner > div:first-child {
  padding-left: 90px;
 }
 #ctafixed .inner > div:first-child p {
  display: none;
 }
 #ctafixed .inner > div:first-child::before {
  content: "";
  width: 110px;
  height: 90px;
 }
 #ctafixed .inner > div:last-child a {
  font-size: 1.7rem;
  padding: 0 2rem;
  width: 100%;
  min-height: 60px;
 }
 #ctafixed .inner > div:last-child a span {
  font-size: 1.0rem;
  padding: 0.4rem 0.6rem;
 }
 #ctafixed .inner > div:last-child a::after {
  width: 9px;
  height: 9px;
  right: 6px;
 }
}
/*------------------------------
breadcrumb
------------------------------*/
#breadcrumb {
 font-size: 1.2rem;
 padding: 1rem 0;
}
@media screen and (max-width: 999px){
 #breadcrumb {
  padding: 1rem;
  overflow-x: auto;
  white-space: nowrap;
 }
}


/*------------------------------
共通パーツ
------------------------------*/
.toTop {
 display: block;
 position: fixed;
 right: 20px;
 bottom: 120px;
 z-index: 10;
 width: 80px;
 height: 80px;
 border-radius: 100%;
 border: solid 2px #0079ba;
 background: rgba(255,255,255,.6) url("images/arrow_01_blue_up.svg") no-repeat center 50%;
 background-size: 40px auto;
}
@media screen and (max-width: 999px){
 .toTop {
  width: 40px;
  height: 40px;
  right: 10px;
  background-size: 20px auto;
  bottom: 90px;
 }
}
/* ボタン
------------------------------*/
.link_txt {
 text-align: right;
 align-content: 1rem 0;
}
.link_txt a {
 display: inline-block;
 background: url("images/arrow_01_blue.svg") no-repeat left 50%;
 background-size: 13px auto;
 padding-left: 2rem;
}
/* 記事一覧
------------------------------*/
.postList {
 margin:0 auto 20px;
 padding: 0 6px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.postList.clm2 .postListBox { width: calc(( 100% - 20px) / 2); }
.postList.clm3 .postListBox { width: calc(( 100% - 40px) / 3); }
.postList.clm3::after {
 content: "";
 width: 33%;
 height: 0;
}
.postList.clm4 .postListBox { width: calc(( 100% - 60px) / 4); }
.postList.clm6 .postListBox { width: calc(( 100% - 100px) / 6); }
.postList .postListBox {
 box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
 margin: 1.2rem 0;
 background-color: #fff;
 border-radius: 4px;
 overflow: hidden;
}
.postList .postListBox a {
 display: block;
 height: 100%;
 color: #344154;
}
.postList .postListBox a:hover { text-decoration: none; }
.postList .postListBox .postListBoxHeader {
 line-height: 1;
}
.postList .postListBox .postListBoxHeader img {
 width: 100%;
 height: 190px;
 object-fit: cover;
 object-position: 50% 0;
}
.postList.clm6 .postListBox .postListBoxHeader img {
 height: 90px;
}
.postList .postListBox .category {
 display: block;
 font-size: 1.4rem;
 line-height: 1;
 color: #fff;
 background-color: #344154;
 text-align: center;
 padding: 6px;
}
.postList .postListBox .postListBoxBody {
 padding: 1.6rem;
}
.postList .postListBox .date {
 font-size: 1.3rem;
 display: none;
}
.postList .postListBox .title {
 font-size: 1.8rem;
 line-height: 1.4;
 font-weight: bold;
 margin: 0;
 padding: 0;
 border: none;
}
.postList .postListBox .postListBoxBody p {
 line-height: 1.6;
 margin: 0;
 font-size: smaller;
}
.postList .postListBox .postListBoxBody .title + p {
 margin-top: 1rem;
}
@media screen and (max-width: 999px){
 .postList.clm2 .postListBox, 
 .postList.clm3 .postListBox,
 .postList.clm4 .postListBox { width: 100%; }
 .postList.clm2 .postListBox:nth-child(2n),
 .postList.clm3 .postListBox:nth-child(3n),
 .postList.clm4 .postListBox:nth-child(4n) { margin-right: 0; }
 .postList:not(.spClm2) .postListBox {
  width: 100%;
  padding: 1.2rem 1rem;
  box-shadow: none;
  border-top: dotted 1px #ccc;
  margin: 0 auto;
  border-radius: 0;
 }
 .postList:not(.spClm2) .postListBox a {
  overflow: hidden;
 }
 .postList:not(.spClm2) .postListBox .postListBoxHeader {
  width: 36%;
  margin: 0 2% 0.4rem 0;
  float: left;
 }
 .postList .postListBox .postListBoxHeader img {
  width: 100%;
  height: auto;
 }
 .postList:not(.spClm2) .postListBox .postListBoxBody {
  padding: 0;
 }
 /*.postList:not(.spClm2) .postListBox .postListBoxBody p {
  display: none;
 }*/
 .postList.spClm2 { justify-content: space-between; }
 .postList.spClm2 .postListBox { width: calc(( 100% - 10px) / 2); } 
 .postList.spClm2 .postListBox .postListBoxBody { padding: 1.2rem; } 
 .postList:not(.spClm2) {
  padding: 0;
  display: block;
 } 
 .postList .postListBox .postListBoxHeader .category,
 .postList .postListBox .postListBoxBody .date { font-size: 1.2rem; }
 .postList .postListBox .postListBoxBody .title { font-size: 1.5rem; }
}
/* ランキング
------------------------------*/
.rankingBoxWrap ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 counter-reset: num;
}
.rankingBoxWrap ul li {
 width: 49%;
 position: relative;
 padding: 0 0 0 40px;
 min-height: 30px;
 display: flex;
 align-items: center;
 margin: 1.6rem 0 0;
}
.rankingBoxWrap ul li::after {
 counter-increment:num;
 content: counter(num);
 display: flex;
 align-items: center;
 justify-content: center;
 width: 30px;
 height: 100%;
 background: linear-gradient(135deg, #0079ba 1%,#31aae6 100%);
 color: #fff;
 line-height: 1;
 position: absolute;
 top:0;
 left: 0; 
}
.rankingBoxWrap ul li a {
 display: block;
 font-size: 1.4rem;
 line-height: 1.4;
}
@media screen and (max-width: 999px){
 .rankingBoxWrap {
  display: block;
 }
 .rankingBoxWrap ul li {
  width: 100%;
 }
}
/* ページネーション(wpデフォルト)
------------------------------*/
.pagination {
 margin: 4rem auto;
 text-align: center;
}
.pagination .nav-links {
 display: table;
 border-collapse: separate;
 border-spacing: 4px;
 table-layout: fixed;
 align-content: center;
 margin: 0 auto;
}
.pagination .nav-links > * {
 display: table-cell;
 vertical-align: middle;
 text-decoration: none;
 height: 40px;
 min-width: 40px;
 background-color: #f4f4f4;
}
.pagination .nav-links > *:hover {
 text-decoration: none;
}
.pagination .nav-links a:hover {
 background-color: #0079ba;
 color: #fff;
}
.pagination .nav-links span.current {
 background-color: #0079ba;
 color: #fff;
 font-weight: bold;
}
.pagination .nav-links a.prev,
.pagination .nav-links a.next {
 background-color: #fff;
 border: solid 1px #0079ba;
 font-size: 1.2rem;
}
.pagination .nav-links a.prev:hover,
.pagination .nav-links a.next:hover {
 background-color: #0079ba;
 color: #fff;
}
.pagination .nav-links .dots {
 background-color: transparent;
}
@media screen and (max-width: 999px){
 .pagination .nav-links {
  width: 100%;
  max-width: 400px;
 }
 .pagination .nav-links > * {
  min-width: inherit;
  max-width: 40px;
 }
}
/* サイトについての定型部分 .secAbout
------------------------------*/
.secAbout {
 margin: 6rem 0 0;
 padding: 0 2rem;
 font-size: 1.5rem;
 border-top: #0079ba solid 2px;
}
.secAbout .aboutBox01 {
 max-width: 727px;
 margin: 0 auto;
}
.secAbout .aboutBox01 .title {
 text-align: center;
 font-weight: bold;
 line-height: 1.4;
 font-size: 1.8rem;
 padding: 3rem 0 0;
 margin: 0 0 2rem;
 vertical-align: middle;
}
.secAbout .aboutBox01 .title .big {
 font-size: 1.8em;
 color: #31AAE6;
 vertical-align: middle;
}
.secAbout .aboutBox01 > a {
 display: block;
 line-height: 1;
}
.secAbout .aboutBox01 .link_txt {
 margin: 1rem 0 0;
 line-height: 1;
}
.secAbout .aboutBox01 .link_txt a {
 display: inline-block;
 font-size: 1.4rem;
 line-height: 1.4;
 background-size: 9px auto;
 padding-left: 1.2rem;
}
.secAbout .aboutBox02 {
 display: table;
 text-align: center;
 margin: 3rem auto 0;
}
.secAbout .aboutBox02 > div:not([class]) {
 display: table-cell; 
 vertical-align: middle;
}
.secAbout .aboutBox02 .catch {
 display: inline;
 line-height: 1.3;
 border-bottom: solid 4px #FFED00;
 vertical-align: middle;
 color: #0079ba;
}
.secAbout .aboutBox02 .catch .big {
 font-size: 3rem;
 vertical-align: middle;
}
.secAbout .btn {
 display: inline-block;
 text-align: center;
 padding-left: 20px;
}
.secAbout .btn a {
 display: inline-block;
 position: relative;
}
.secAbout .btn a .bg {
 display: inline-block;
 background-color: #FFED00;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1;
 color: #0079ba;
 padding: 0.4rem 4rem;
 border-radius: 4px;
 position: absolute;
 top: -10px;
 left: 50%;
 transform: translate(-50%, 0);
}
@media screen and (max-width: 999px){
 .secAbout {
  margin: 4rem 0 0;
  padding: 0 1rem;
 }
 .secAbout .aboutBox01 {
  max-width: 100%;
 }
 .secAbout .aboutBox01 .title {
  font-size: 1.6rem;
 }
 .secAbout .aboutBox02 {
  display: block;
 }
 .secAbout .aboutBox02 > div:not([class]) {
  display: block;
 }
 .secAbout .aboutBox02 > div:not([class]) + div:not([class]) {
  margin-top: 2rem;
 }
 .secAbout .btn {
  display: block;
  padding: 0;
 }
 .secAbout .btn a .bg {
  font-size: 1.0rem;
  padding: 0.4rem 0.6rem;
 } 
}
/*------------------------------
WP専用
------------------------------*/


