@charset "utf-8";

/*関連記事*/
.longtype{
    display: table;
    float: left;
    width: 49%;
    border: solid 2px #ccc;
    padding: 7px;
    margin-bottom: 2%;
    background: #fff;
}
.longtype:nth-child(odd){
  margin-right: 1%;
}
.longtype:nth-child(even){
  margin-left: 1%;
}

@media (max-width: 480px) {
.longtype {
 width: 96%;
}
.longtype:nth-child(odd){
  margin-right: 2%;
  margin-left: 2%;
}
.longtype:nth-child(even){
  margin-right: 2%;
  margin-left: 2%;
}
}


.longtype::before,
.longtype::after{
/*    display: table;
    content: " ";*/
}

.longtype::after{
    clear: both;
}

.longtype__image{
    float: left;
    width: 90px;
    height: 90px;
    display: table-cell;
    margin-right: 15px;
}
.longtype__image > img{
}

.longtype__text{
    display: table-cell;
    width: 100%;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
}
.longtype__time{
  display: block;
  margin: 0;
  padding: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
}


.longtype__title{
  height: 4.2em;
  display: block;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.4em;
    font-weight: bold;
    color: #555;
}


/*画像を横にならべる*/
.sh-table-2col__cell img,.sh-table-3col__cell img{
	max-width: 100%;
	height: auto;
	border: 0;
} 


.sh-table-2col__cell,.sh-table-3col__cell{
	display: block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 1em;
	padding: 0;
}

/*二列並び*/
.sh-table-2col{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 1.5em 0;
}

.sh-table-2col .cell{
	vertical-align: top;
	display: table-cell;
	width: 50%
}

.sh-table-2col .cell:first-of-type{
	padding-right: 2%;
}

.sh-table-2col .cell:last-of-type{
	padding-left: 2%;
}


/*3列並び*/
.sh-table-3col{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 1.5em 0;
}

.sh-table-3col .cell{
	vertical-align: top;
	display: table-cell;
	width: 30%
}
.sh-table-3col .cell:nth-child(2) {
 width: 35%;
 padding: 0 2.5%;
}
/*2、3列並びレスポンシブ*/
@media (max-width: 480px) {
.sh-table-2col,
.sh-table-2col .cell,
.sh-table-3col,
.sh-table-3col .cell,
.sh-table-3col .cell:nth-child(2) {
 display: block;
 width: 100%;
 margin-bottom: 1em;
 padding: 0;
}
}

/*youtube*/
.youtube{
    position: relative;
    width: 100%;
    margin: 1.5em 0;
    padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    height: 100%;
}

/*企業紹介ページのyoutube*/
.youtube-c{
    position: relative;
    width: 100%;
    margin: 10px;
    padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; 
    height: 100%;
}
/*ボックス*/
.box p {
    margin: 0; 
    padding: 0;
}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #70baff;/*青*/
    border-radius: 10px;
}
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
}
.box4{/*灰色の背景色のみのボックス*/
    background: #eceef1;/*背景色*/
    padding: 1em 1.2em;
    margin: 2em 0;
    color: #454545;
}
.box5{

}
.box6 {/*青いラインのボックス	*/
    position: relative;
    margin: 2em 0;
    padding: 1em 1.2em;
    border: solid 3px #70baff;/*青*/
    border-radius: 8px;
}
.box6 .box__title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #70baff;/*青*/
    font-weight: bold;
}
.box7 {/*緑のラインに黄色の背景色*/
    position: relative;
    margin: 2em 0;
    padding: 1em 1.2em;
    border: solid 3px #62c1ce;
    background: #fffdf2;/*薄黄色*/
}
.box7 .box__title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
/*リスト*/
.entry__content ol{
    margin-bottom: 1.5em;
    padding: 1em .7em;
    counter-reset: my-counter;
    list-style: none !important;
}

.entry__content ol li{
    position: relative;
    padding: .5em 0 .5em 34px;
    line-height: 1.5em;
}
.entry__content ol li::before{
    display: inline-block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    line-height: 25px;
    content: counter(my-counter);
    counter-increment: my-counter;
}

/*企業ページ用（以前のCSSから引き継ぎ）*/
.mokuji {
width: 100％;
padding: 20px 15px;
margin-bottom: 100px;
border: 5px solid #999;
line-height: 1.25;
    display: block;
    overflow: auto;
}


.mokuji .col3 {
    float: left;
    width: 30%;
    margin: 0 10px 0 0;
}

.mokuji .col3 ul {
    font-size: 1rem;
    list-style-image: none;
    background-image:none; 
    padding-left:0; 
    margin-left: 2%;
    margin-bottom: 0;
}

.mokuji .col3 ul li {
  list-style-image: none;
  display: block;
  margin-bottom: 9px;
  line-height: 1.5;
  vertical-align: middle;
/*  color:  #99FF33;*/ 
}

.mokuji .col3 ul li .icon{
    font-size: 1rem;
    padding-right: 7px;
}

.mokuji .col3 ul li a{
    color: #333;
    padding: 15px 10px;
    background: #99FFFF;
    border-radius: 3px;
    font-size: 1rem;
    box-shadow: rgba(204, 204, 204, 0.8) 0px 1px 2px;
    text-decoration: none;
    display: block;
}


#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#a13,
#a14{
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
    overflow: auto;
}

.l-company {
   -webkit-column-count: 2;
   -webkit-column-gap:   15px;
   -moz-column-count:    2;
   -moz-column-gap:      15px;
   column-count:         2;
   column-gap:           15px;
}

@media (max-width: 480px) {
.l-company {
   -webkit-column-count: 1;
   -webkit-column-gap:   0px;
   -moz-column-count:    1;
   -moz-column-gap:      0px;
   column-count:         1;
   column-gap:           0px;
}
}

.company-tile{
    display: block;
    background-color: #FFF;
    font-size: 1.2rem;
    /*overflow: hidden;*/
    /*float: left;*/
    /*width: 48%;*/
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: rgba(204, 204, 204, 0.7) 0px 1px 5px 1px; 
/* Just in case there are inline attributes */
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100% ;
  height: auto ;
}
.company-tile .youtube{
    margin: .5em 0 .8em;
}
.company-tile a {
    /*color: #333;*/
    text-decoration: none;
    /*position: relative;*/
    /*width: 70%;*/
    display: block;
    padding: 3% 3%;
    transition: 0.3s ease;
}

.ttl-company::before{
    content: "\f138";
    color: #bdbc8f;
    margin-right: 4px;
    font-family: FontAwesome;
}

.ttl-company{
    margin: 0 0 10px;
    color: #555;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
/*    padding: 3% 3%;
*/    border-left: none;
    font-size: 17px;
}

.company-main {
    display: block;
    clear: both;
    width: 100%;
    /*height: 50px;*/
    border-bottom: 1px solid #ccc;
}

.company-tile .company-detail{
    color: #666;
    display: block;
    clear: both;
    font-size: 0.9rem;
    margin: 5px 12px;
}

.company-detail .industry-type {
    display: block;
    /*height: 20px;*/
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
    vertical-align: middle;
/*    white-space: nowrap;
*/}

.company-detail .city {
    display: block;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
 }

 a.square_btn {
    display: block;
    width: 94%;
    font-weight: bold;
    font-size: 0.8em;
    margin: 1% 3% 3%;
    padding: 0.25em 0.5em;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    background: #00bcd4;
    transition: .4s;
  }

.square_btn:hover {
    background: #1ec7bb;
}

/*アコーディオン*/
.accordion {
  margin: .8em 0;
  font-size: 1.1em;
  color: #333;
}
.accordion label {
  display: block;
  position: relative;
  padding: 11px 37px 11px 14px;
  font-weight: bold;
  border: solid 1px #ccc;
  cursor: pointer;
  transition: 0.3s;
    background :#f3f3f3;
  border-radius: 4px;
}
.accordion label:after {
    content: '\f067';/*プラス*/
    font-family: fontawesome;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 23px;
  font-weight: normal;
  color: #aaa;
}
.accordion__input {
  display: none;
}
.accordion__content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.accordion__input:checked ~ .accordion__content {
  height: auto;
  padding: .7em 0;
  opacity: 1;
}
.accordion__input:checked + label:after {
  content: '\f068';/*マイナス*/
}

/*サイトマップ*/
.page-template-page-sitemap .entry__content .page_item {
list-style-type: disc;
  font-weight: bold;
  margin: 10px 0 0 20px;
}
.page-template-page-sitemap .entry__content .page_item > ul > li {
  font-weight: normal;
  margin: 3px 0 0 40px;
}