/*
	Theme Name: Twenty Seventeen_child
	Template: twentyseventeen
	Description:  Twenty Seventeenの子テーマです。
	Theme URI: https://wordpress.org/themes/twentyseventeen/
	Author: the WordPress team
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 0em;
}
@media screen and (min-width: 30em) {
	/* Front Page */
	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 0em;
	}
}


/*  TOP動画 IE のみ */
@media all and (-ms-high-contrast: none){
.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	/*max-width: 100%;*/
	min-height: 100%;
	min-width: 100%;
	/*min-width: 100vw;*/ /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
}








/*  見出し  */
.entry-header h1.entry-title {
  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#fff));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #fff 100%);
  background-image: linear-gradient(to right, #209cff 0%, #fff 100%);
  font-size:24px !important;
}

.widget .so-widget-sow-editor h3.widget-title {
  position: relative;
  padding: 1rem .5rem;
}

.widget .so-widget-sow-editor h3.widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#009efd));
  background-image: -webkit-linear-gradient(right, #fff 0%, #009efd 100%);
  background-image: linear-gradient(to left, #fff 0%, #009efd 100%);
}


/*  画像キキャプション  */
.equipment figcaption {
 text-align:center;
} 

/* Single Post */
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.widget {
  padding-bottom: 0em !important;
}
@media screen and (min-width: 30em){
 .page-one-column .panel-content .wrap {
  max-width: 1000px;
 }
}





/*  リスト  */
.list-01 .so-widget-sow-editor .textwidget ul li {
    text-indent: -1em;
    margin-left: 1em;	
}
.list-01 .so-widget-sow-editor .textwidget ul li:before  {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: #68e0cf;
    transform: rotate(45deg);
    vertical-align: 2px;
}
.widget .list-01 ul li, .widget ol li {
    border-bottom: none;
    border-top: none;
    padding: 0.5em 0;
}


/*** トップ画面 ***/
h2.entry-title{ display:none; }
h2.h2-home1 {
font-size:40px;
color:#333366;
margin:0px 0;
padding:0px 0;
}
h2.h2-home2 {
font-size:26px;
color:#333366;
margin:0px 0;
padding:0px 0;
}
@media (max-width: 780px){
		h2.h2-home1 {
			font-size:30px;
		}
}




/*** 会社概要 ***/
table.style01 {
    margin:0px;
	padding:0px;
	width:100%;
}
table.style01 .line {
  border-right: 2px solid #00CED1;
  background-image: -webkit-gradient(linear, left top, right top, from(#00CED1), to(#fff));
  background-image: -webkit-linear-gradient(left, #00CED1 0%, #fff 100%);
  background-image: linear-gradient(to right, #00CED1 0%, #fff 100%);

}
table.style01 td {
    padding: 8px 2%;
    vertical-align: top;
}
table.style01 td:nth-of-type(1) {
	width:15%;
}
table.style01 td:nth-of-type(2) {
	width:75%;
}
@media (max-width: 780px){
 table.style02 td:nth-of-type(1) {
	width:20%;
 }
 table.style02 td:nth-of-type(2) {
	width:70%;
 }
}


/*** 販売取扱商品 ***/
.arrow01{
  width: 0px;
  height: 0px;
  border: 30px solid;
  border-color: transparent transparent transparent #333366;
}
@media (max-width: 768px){
 .arrow01{
   width: 0px;
   height: 0px;
   border: 30px solid;
   border-color: #333366 transparent transparent transparent;
   margin: 0 auto;
 }
}



/*** 採用情報 ***/
table.recruit01{
  width: 100%;
  border-collapse: collapse;
}

table.recruit01 tr{
border-bottom: solid 3px white;
}

table.recruit01 tr:last-child{
  border-bottom: none;
}

table.recruit01 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table.recruit01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.recruit01 td{
  text-align: left;
  width: 70%;
  background-color: #f6f6f6;
  padding: 10px 30px;
}




/*  Menu  */
.main-navigation a {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #2d2b69;
  font-size: 16px;
  color: #2d2b69;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.main-navigation a:hover {
  background-color: #2d2b69;
  border-color: #8c8ad0;
  color: #FFF;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
  background-color: #2d2b69;
  border-color: #8c8ad0;
  color: #FFF;
}


/**************************************************/
/* print用 */
/**************************************************/
@media print{
    body {
		zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
    @-moz-document url-prefix() {
       body { zoom: 0.50; }
    }
}



