/*!
Theme Name: akasakaprint-sp
Theme URI: http://underscores.me/
Author: Endo Toshiaki
Author URI: https://www.akasaka-print.co.jp/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akasakaprint-sp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

akasakaprint-sp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/*
*,
*::before,
*::after {
	box-sizing: inherit;
}
*/
html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/*
p {
	margin-bottom: 1.5em;
}
*/

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*
ul,
ol {
	margin: 0 0 1.5em 3em;
}
*/

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
/*
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
*/

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}











@charset "UTF-8";
/* CSS Document */

/* bodyおよび関係 */

*{
  margin:0;
}

html {
	width: 100%;
	/*max-width: 800px;*/
	height: 100%;
	margin: 0 auto;
}

body{
	width: 100%;
	height: 100%;
	font-size: 15px;
	color:#454545;
	font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	letter-spacing:1px; 
	margin:0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	-webkit-text-size-adjust: 100%;
}

.android body{
	line-height: 1.3em;
}


/* aタグ全般関係 */

a {
	text-decoration: none;
	color:#454545;
	cursor: pointer;
}

a:visited {
	text-decoration: none;
	color:#454545;
}

a:hover {
	text-decoration: none;
	color:#454545;
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


/* ulタグ全般関係 */

ul,li,ol {
	list-style: none;
	margin-left: 0;
    padding-left: 0;
}




/*トップページの動画部分*/

#topvideoblock {
	margin-bottom: 10px;
}

.topvideo {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #fff;
}

#video {
	width:100%;
	min-width: 450px;
	position: absolute;
	z-index: 1;
	bottom:-50vmax;
	/*animation: slideIn 3s  forwards;*/
}

/*@keyframes slideIn {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}*/


/* 動画中心文字部分 */


.tptbl{
	width: 100%;
	/*max-width: 800px;*/
	height: auto;
	position:absolute;
	top: 30%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-20%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-20%) translateX(-50%);
	z-index: 3;
}

.topvideo-title{
	text-align: center;
	width: 100%;
	color: #e50000;
	font-size: 1.6em;
	font-weight:bold;
}

.topvideo-title img{
	width:88%;
}



/*アンドロイド用調整*/
.android .topvideo-title{
	line-height:1.6em; 
}

/*トップページの動画紹介用部分*/
strong.moviesho {
	display:block;
	text-align: left;
	font-size: 1.2em;
}

/*トップページの動画下のお問い合わせ部分*/
.comtel {
	width:100%;
	box-sizing: border-box;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 30px;
	padding:10px;
	border: solid #cdcdcd 1px;
}


.comtel03 {
	display: block;
	width: 100%;
	background-color: #FDFD73;
	padding: 5px 3px 5px 3px;
}

.comtel strong{
	font-size: 1.2em;
}

.comtel img{
	width: 55px;
	height: auto;
}

.clbx3{
	display: inline-block;
	vertical-align: middle;
}

.android .clbx3{
	line-height: 1.4em;
}

.comtel02{
  display: none;
}

input[type="checkbox"]{
  display: initial;
}

input[type="checkbox"]:checked +  .comtel02{
  display: block;
}

.comtelbox {
	width: 100%;
	display: inline-block;
	border:  solid #cdcdcd 1px;
	padding:  5px 3px 5px 3px;
	box-sizing: border-box;
	margin-top: 15px;
	font-size: 1.3em;
	font-weight: bold;
}

p.clbx {
	display: block;
}

.android p.clb01 {
	margin-bottom: 8px;
}

p.clbx2 {
	display: inline-block;
	width:100%;
	margin: 5px 0;
	background-color: #dcdcdc;
}


.android p.clbx2 {
	padding: 6px 0 5px 0;
}



/*スライド部分*/

#slickblock {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.spslid {
	width: 100%;
	height:auto;
	margin: 0px;
	z-index: 0;
}

.section {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 25px;
}

.regular {
	min-height: 100px;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}






/*トップページのメイン部分*/

/*フロントページ*/
#main, #sub {
	width:95%;
	height:auto;
	text-align: center;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}

/*フロントページ以外*/
#sub{
	margin-top:80px;
}

#sub-block{
	text-align: left;
}


/*見出しの赤文字設定*/

.midasitop {
	background-color: #C50000;
	width:100%-7px;
	height:auto;
	color: #fff;
	margin-bottom: 10px;
/*background-image:repeating-linear-gradient(-45deg,#c54400, #c54400 7px,transparent 0, transparent 14px);*/
	padding-left:7px;
	padding-top:2px;
	padding-bottom:2px;
}

.android .midasitop {
	padding-top: 8px;
	line-height: 1.8em;
}


.midasitop strong {
	font-size: 1.7em;
	margin-right: 5px;
}

img.midasitop {
	width:26px;
	height:auto;
	margin-right: 3px;
	vertical-align:-3px;
}

hr.midasitop{
	width: 95%;
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
	border-top: dotted #acacac 5px;
	border-bottom:none;
	margin-bottom: 70px;
	background-color: #fff;
}


/*見出しの赤文字設定*/

strong.midasi {
	font-size: 1.7em;
	color: #C50000;
	display: inline;
	margin-right: 5px;
}

img.midasi {
	width:26px;
	height:auto;
	margin-right: 3px;
	margin-left: 10px;
	vertical-align:-3px;
	font-size: 22px;
}

hr.midasi{
	height: 5px;
	background-color: #ccc;
	width: 100%;
	border: none;
	margin-bottom: 15px;
}

/*アンドロイド用調整*/
.android hr.midasi{
	margin-top: 5px;
}



/*トップページ基本のブロック*/

.topblock {
	margin-top: 100px;
	text-align: left;
}

.movieblock {
	width: 100%;
}

/*詳細はこちら小サイズ*/

p.midasi {
	font-size: 13px;
	background-color: #555;
	width: auto;
	display: inline;
	border-radius:3px;
	vertical-align:3px;
	position: relative;
	margin-left: 15px;
	padding: 4px 5px 4px 15px;
	float: right;
}


	
p.midasi a {
	color: #FFF;	
}

/*詳細前の記号*/

p.midasi:before{
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
	top:10px;
	left:3px;
}

/*アンドロイド用調整*/
.android p.midasi:before{
	top:7.5px;
}

/*詳細はこちら大サイズ*/

p.midasi03 {
	position: relative;
	width: 100%-10px;
	text-align: left;
	height:auto;
	padding: 13px 0 13px 10px;
	background-color: #fff;
	margin-top: 15px;
	border: solid #acacac 1px;
}

p.midasi03:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 2px #454545;
    border-right: solid 2px #454545;
    transform: rotate(45deg);
    position: absolute;
	top:20px;
	right:10px;
}

/*アンドロイド用調整*/
.android p.midasi03 {
	padding: 18px 0 18px 10px;
}

	

/*新着情報*/

#newsblock {
	margin-top: 50px;
	text-align: left;
}

/*動画紹介*/

.topblockvideo, .topblockvideo02, .topblockvideo03 {
	margin: 10px 0 20px 0;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height:auto;
}


.topblockvideo02 {
	margin: 0;
}

iframe.topblockvideo,iframe.topblockvideo02 {
	height:56vw;
	margin-bottom: 0;
}


.movieblock strong{
	font-size: 1.2em;
}

.youtubebottom{
	margin-bottom: 20px;
}


/*製品一覧*/

#icon,
#icon02 {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.iconblock {
	max-width: 23%;
	font-size: 0.8em;
	vertical-align: top;
	text-align: center;
	margin: 1%;
	margin-bottom: 10px;
	display: inline-block;
}

.iconblock02 {
	max-width: 100%;
	font-size: 1em;
	vertical-align: top;
	text-align: center;
	margin: 7px 0%;
	margin-bottom: 10px;
	padding: 0;
	display: inline-block;
}

.iconblock img,
.iconblock02 img{
	max-width: 100%;
	height:auto;
}


/*通信販売の電話部分*/
.toptell {
	text-align: center;
	font-size: 2em;
	line-height: 1.8em;
	font-weight:bold;
	margin: 10px 0 0 0;
}


/*フッター*/

#footer {
	width: 100%;
	text-align: center;
	height:auto;
	color:#fff;
	margin-top: 75px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #E50000;
	line-height: 1.7em;
}

#footer img{
	width:65%;
	margin-bottom: 3px;
	height:auto;
}

#footer p{
	margin: 10px 0;
	font-size: 0.95em;
	font-weight:bold;
}

#footer p a{
	text-decoration-line: underline;
	color:#fff;
}

.android #footer p{
	line-height: 1.7em;
}







/*トップ以外の基本的なページ設定*/
/*冒頭部分の画像イメージの設定*/

.sub-top {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #454545;
	background-size:cover;
}

.sub-top-back {
	position:absolute;
	overflow: hidden;
	width: 100%;
	height: 200px;
	z-index: 0;
}

.sub-top-back img {
	min-width: 110%;
	opacity: 0.7;
}

.sub-top strong{
	top:42%;
	left:0;
	right:0;
	position:absolute;
	font-size: 2em;
	font-weight:bold;
	z-index: 2;
	margin: auto;
}

/*見出し文の設定*/

.sub-1st {
	text-align: left;
	margin-top: 50px;
}

.sub-1st strong{
	color: #E50000;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
/*アンドロイド用調整*/
.android .sub-1st strong{
	line-height: 1.6em;	
}

/*製品一覧などのベタ塗りの設定*/

.print-top {
	width: 100%;
	height:200px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #E50000;
	overflow: hidden;
}

.print-top02{
	width: 100%;
	height: auto;
	position:absolute;
	top:27%;
	left:0;
	right:0;
	z-index: 3;
}


.print-toptext{
	text-align: center;
	width: 100%;
	color: #FFF;
	position:absolute;
	top: 50%; /*親要素を起点に上から50%*/
	left: 50%;  /*親要素を起点に左から50%*/
	transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-20%) translateX(-50%);
}

.print-toptext p {
	font-size: 1.15em;
}


.print-img {
	position: relative;
	background-size: cover;
	width: 100%;
}

#topimg {
	position: absolute;
	z-index: 1;
	left:0%;
	width: 100%;
}

.printicon {
	width:100%;
	display: flex;
	justify-content: flex-start;
}

.printicon1 {
	width: 75px;
	margin-right: 15px;
	height:auto;
	vertical-align: top;
	display: inline;
}

.printicon1 img{
	width: 100%;
	min-width:60px;
}

.printicon2 {
	width: 100%-90px;
	margin: 0;
	padding: 0;
}

strong.printicon2 {
	font-size: 1.2em;
}

.outline2{
	text-shadow:0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000;
}

.pt35 {
	 top:35%;
}

.print-toptext02{
	top:15%;
	left:0;
	right:0;
	position:absolute;
}

.android .print-toptext02{
	top:20%;
	left:0;
	right:0;
	position:absolute;
}

.android .print-toptext p,
.android .print-toptext02 p{
	line-height: 1.6em;
}

.print-top strong{
	font-size: 2em;
	font-weight:bold;
	margin: auto;
}

.print-toptext02 strong{
	font-size: 1.9em;
}

.android .print-top strong{
	line-height: 1.3em;
}


.sub-1st p{
	margin: 10px 0;
}


.sub-2nd {
	text-align: left;
	margin-top: 20px;
}

.sub-2nd img,
.sub-4th img{
	width: 100%;
	height:auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

p.sub {
	width: auto;
	font-weight:bold;
	background-color: #454545;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	margin-bottom: -20px;
}

.sub-2nd strong{
	font-size: 1.3em;
	line-height: 1.3em;
}


.sub-4th {
	border: solid #acacac 1px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 6px;
}

.sub-4th strong{
	font-size: 1.15em;
	line-height: 1.3em;
	display: block;
	margin-bottom: 7px;
}


.sub-5th {
	width: 98%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.faci {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}

.faci img{
	widows: 100%;
	height:auto;
}

img.face {
	width:30px;
	height:auto;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline-block;
}

img.faceva {
	vertical-align: -8px;
}


p.face2{
	display: inline-block;
	text-align: left;
}


/*製品一覧などの背景ベタ塗り白文字の見出しの設定*/
.sub-3rd{
	width:100%-10px;
	padding: 5px 0px;
	padding-left: 10px;
	font-size: 1.35em;
	font-weight:bold;
	line-height: 1.2em;
	background-color: #ececec;
	margin-bottom: 15px;
}

.android .sub-3rd{
	font-size: 1.15em;

}


/*各ページでお問い合わせ*/

.sub-contact {
	margin-top: 50px;
	border: solid #ccc 1px;
	padding-left: 8px;
	padding-right: 8px;
}

.sub-contact strong{
	margin-top: 15px;
	color: #E50000;
	font-size: 1em;
	display: block;
}

/*アンドロイド用調整*/
.android .sub-contact strong{
	line-height: 1.2em;	
}

.sub-contact-tell {
	margin: 15px 0;
}

.sub-contact-tell strong{
	color:#454545;
	font-size: 1.8em;
	line-height:1.8em;
	display: block
}

.sub-contact-mail {
	font-size: 1.2em;
	display: block;
	border: solid #ccc 1px;
	margin: 13px 0;
	padding: 10px 0;
}

/*サブ用のブロック1分割で*/
.sub-block-2 {
	width: 100%;
	heigt:auto;
	text-align: center;
}

.sub-block-2 strong{
	font-size: 1.1em;
}

.sub-block-2-1 {
	margin-top:15px;
	margin-bottom:35px;
	margin-left:0px; 
	margin-right:0px;
	padding: 8px 8px 4px 8px;
	border-bottom: solid #ccc 1px;
	width: 100%;
	heigt:auto;
	display: inline-block;
	vertical-align: top;
	border: solid #acacac 1px;
	box-sizing: border-box;
}

.sub-block-2-1 strong {
	font-size: 1.5em;
	width: 100%-10px;
	display: block;
	padding: 5px 0px 5px 10px;
	background-color: #acacac;
	color: #FFF;
	margin: 0;
}



.sub-block-2-1 img{
	width: 80%;
	height:auto;
	margin-top: 15px;
}


.sub-block-1 img{
	width: 100%;
	height:auto;
}

.sub-block-1 {
	width: 100%;
	heigt:auto;
	text-align: center;
	margin-top:30px; 
}

.left {
	text-align: left;
}

/*製品一覧フッター前設定*/

.herf-l,
.herf-r {
	display: inline-block;
	vertical-align: top;
	width:44%;
	height:auto;
	border: solid #ececec 1px;
	margin-top: 20px;
	padding: 5px;
	font-size: 0.8em;
}

.herf-l {
	margin-right: 4px;
}

.herf-r {
	margin-left: 4px;
}

.herf-l strong,
.herf-r strong {
	font-size: 1.1em;
	display: block;
	margin: 0;
}


.herf-l p.sub,
.herf-r p.sub {
	margin-top: 0px;
	margin-bottom: 8px;
	background-color: #F9FF92;
	color:#454545;
}


/*製品一覧ロールコレーター設定*/

.form-block {
	width: 100%-15px;
	height:auto;
	border: solid #ececec 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	padding:8px;
}

.form-block ul ol li{
	margin: 0;
	padding: 0;
}

.form-block ul{
	text-align: center;
}

.form-block ul li {
	text-align: left;
}

.form-block ol{
	display: inline-block;
	width: 50%-30px;
	margin-right: 15px;
	line-height: 1.5em;
	font-size: 0.8em;
	vertical-align: top;
}

table.form{
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	font-size: 0.8em;
	border-spacing:0;
	border: solid #999999 1px;
}

table.form th{
	width: 85%;
	height:55px;
	box-sizing: border-box;
	padding:8px 0 8px 5px;
}



table.form td {
	width: 100px;
	height:55px;
	box-sizing: border-box;
	text-align: right;
	padding-right: 5px;
	
}


table tr.tr01,
table tr.tr02{
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	border: solid #999999 1px;
	margin: 0;
}



table tr.tr01 {
background-color: #ececec;
}

table tr.tr02 {
	background-color: #dcdcdc;
}

hr.dased {
	border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #454545;
	margin: 5px 0;
}

/*ご提案一例の設定*/
/*ピックアップの設定*/
.pick01 {
	float: right;
	margin-right: 15px;
	font-size:0.7em;
	font-weight: normal;
	background-color: #313896;
	color: #fff;
	padding: 0px 14px;
	border-radius: 7px;
}

strong.pick02 {
	padding: 7px 5px;
	background-color: #acacac;
	color: #fff;
	border: solid #acacac 1px;
	margin: 0 0 5px 0;
	font-size: 1em;
}

strong.pick06 {
	padding: 7px 5px;
	background-color: #e50000;
	color: #fff;
	border: solid #e50000 1px;
	margin: 0;
	font-size: 1.2em;
}

strong.pick08 {
	padding: 7px 5px;
	background-color: #fff;
	color: #E50000;
	border: solid #e50000 1px;
	margin: 0;
	font-size: 1.2em;
}

p.pick03 {
	margin:0 0 5px 0;
	padding: 7px 5px;
	border: solid #acacac 1px;
}

p.pick07 {
	margin:0;
	padding: 7px 5px;
	border: solid #e50000 1px;
}

.pick05 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

img.pick04 {
	width:70px;
	height:auto;
	margin: 0;
	padding: 0;
}

.pickcol {
	font-size: 1.2em;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid #cdcdcd 1px;
	}	



/*会社概要の設定*/

table.outline,
table.enkaku{
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	font-size: 1em;
	margin-bottom: 30px;
	margin-top: 2px;
	vertical-align: top;
}

table.outline tr{
	border-bottom: solid #acacac 1px;
}

table.outline th{
	padding: 18px 0 8px 7px;
	width:100px;
	margin-left: 5px;
}

table.outline th::before {
	content: '';
	border-left: thick solid #e50000;
	margin-right: 5px;
}

table.outline td{
	padding: 18px 0 8px 5px;
}

table.enkaku {
	margin-top: 18px;
}

table.enkaku tr.en01 {
	border-bottom: dashed #acacac 1px;
}

table.enkaku th{
	padding: 7px 0 7px 7px;
}

table.enkaku th.en02 {
	width:100px;
}

table.enkaku th.en02::before {
	content: '';
	border-left: thick solid #e50000;
	margin-right: 5px;
}

table.enkaku td.en04 {
	padding: 5px 0 20px 2px;
}


/*isoのul設定*/

.iso ul{
	margin-top: 15px;
	margin-left: 23px;
	margin-bottom: 15px;
}

.iso li{
	list-style-type:decimal;
	margin-top: 5px;
}

.iso li p{
	margin-top: 15px;
}


/*よくあるご質問設定*/

p.ques {
	background-color: #6189DC;
	padding: 5px 0 5px 7px;
	color: #fff;
	margin-top: 15px;
	font-size: 1.1em;
	font-weight:bold;
}

p.ans:before {
	content: 'A.';
	margin-left: -25px;
	margin-right: 10px;
	color:#e50000;
}

p.ans {
	margin-top: 8px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-left:7px;
	padding-right:2px;
}



/*お問い合わせ関係*/

.scroll {
	width: 100%-30px;
	padding: 15px;
	border: solid #acacac 1px;
	height: 350px;
	overflow: scroll;
}

.accep01{
	width: 100%;
	text-align: center;
	padding: 8px 0;
	background-color: #eaeaea;
	margin: 15px 0 30px 0;
	display:block;
}

table.cont input,
table.cont select,
table.cont textarea{
	width:100%;
	font-size:1.2em;
	line-height:1.4em;
	box-sizing: border-box;
	margin:8px 0 15px 0;
}

table.cont input{
	height:40px;
}

table.cont input.file {
	font-size:1em;
}


table.cont {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	font-size: 1em;
	margin-bottom: 30px;
	margin-top: 0px;
	vertical-align: top;
}

table.cont th{
	padding: 0;
	width:100%;
	margin-left: 5px;
	display: block;
}

table.cont th:before {
	content: '';
	border-left: thick solid #e50000;
	margin-right: 5px;
}

table.cont td{
	padding: 0;
	margin-bottom: 5px;
	display: block;
	width:100%;
}

.red {
	color: #e50000;
	display: inline;
}


/*社長挨拶関係*/

.gre01 {
	line-height: 1.7em;
}

.android .gre01 {
	line-height: 2.5em;
}

.gre02 {
	font-size: 1.7em;
	font-weight: bold;
}


.hidden {
	margin: 0;
	padding: 0;
	display: inline;
}

.sphidden {
	margin: 0;
	padding: 0;
	display: none;
}


/*サイトマップ関係*/

.sitemap {
	line-height: 2em;
}

/*トップに戻る用ボタン関係*/

#page_top{
	text-align: center;
	width: 160px;
	height: 30px;
	position: fixed;
	right: 0;
	bottom: -55px;
	background: #e50000;
	border:solid #FFF 1px;
	opacity: 1;
}
#page_top a{
	position: relative;
	display: block;
	width: 150px;
	height: 30px;
	text-decoration: none;
	padding: 3px 0 0 6px;
	color:#FFF;
	font-weight: bold;
}

.android #page_top a{
	padding: 6px 0 0 6px;
}





@media screen and (orientation: landscape) {
/* 横向きの場合のスタイル */
	
/* トップの写真の位置 */	
#video {
	bottom:-90vmax;
}
	
/* トップ動画下お問い合わせの位置 */	
.comtelbox {
	width:47%;
	font-size: 1.05em;
	line-height: 1.2em;
	line-height: 1.5em
	}
	
	
/* スライダーの大きさ */		
#slickblock {
	max-width: 800px;
}	
	
/* 製品一覧のアイコンの大きさ */		
.iconblock {
	max-width: 18%;
}
/* 製品一覧のアイコン（トップページ）の大きさ */
.icwd{
	max-width: 23%;
}
	
/* 動画紹介のアイコンの大きさ */	
.iconblock02 {
	max-width: 48%;
	margin: 1%;
	}	
	
/* フッターのロゴの大きさ */		
#footer img{
	width:45%;
}

	
/* 会社の特徴製品一覧の動画部分調整 */	
.sbhf03 .topblockvideo{
	height: 90vh;
	margin-top: 0px;
	}

	
/* 製品一覧アイコン横の文字の大きさ */		
strong.printicon2 {
	font-size: 1.5em;
	line-height: 1.65em;
}	

/* 製品一覧ulの調整 */		

.form-block li{
	font-size: 1.15em;
	line-height: 1.6em;
}	
	
.form-block ol{
	margin-right: 40px;
	}	

/* 製品一覧画像の調整 */	
.sub-5th img{
	width: 40%;
	margin-right: 4%;
	margin-left: 4%;
	}

.faci img{
	width:80%;
	}	

img.face {
	vertical-align:-8px;
}	

img.faceva2{
	vertical-align: 0px;	
	}
	
img.faceva3{
	vertical-align: 13px;	
	}	
	
	
.seihin {
	width: 44%;
	display: inline-block;
	vertical-align: top;
	}
	
.seihin02 {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	}	
	
.s01 {
	margin-right: 4%;
	}

.s01 {
	margin-left: 4%;
	}
	
.seihin img {
	width: 100%;
	}

.herf-l,
.herf-r {
	width:20%;
	margin-left: 1%;
	margin-right: 1%;
}	
	
/* 製品一覧のテーブルせる調整 */	
table.form{
	font-size: 1em;
}	


/* 事例ページを1段から2段へ */	
.pick50 {
	width: 47%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	}

.pick-r	{
	margin-left: 2%;	
	}

.pick-l	{
	margin-right: 2%;	
	}
	
	
.pickcol {
	font-size: 1em;
	text-align: center;
	}	

.pick01 {
	float:none;
	width: auto;
	margin-top: 5px;
	margin-right: 10px;
	font-size:0.85em;
	text-align: center;
}	
	
/* 会社案内と取り組みのページ調整 */		
.sbhf01,.sbhf02 {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	}	

.sbhf01 {
	margin-right: 2.5%;	
	}

.sbhf02 {
	margin-left: 2.5%;	
	}

.sbhf02 .topblockvideo	{
	height:227px;	
	}
	
.sub-block-2-1 strong{
	font-size: 1.3em;	
	}
	
/* 表示したくないもの */	
.hidden	{
	display: none;
	}
/* 表示したいもの */
.sphidden {
	margin: 0;
	padding: 0;
	display:inline;
}

/* 社長のブログ */
ul.gallery {
	font-size: 1em;	
	}	
	
li.gallery {
	width:45%;
	margin: 10px 5px 25px 5px;
	vertical-align: top;
}
	

	
}



/*タブレットのレスポンシブ設定*/

@media only screen and (min-width:750px) {

/* トップ動画下お問い合わせの位置 */	
	
p.clbx {
	display: inline;
	margin-left:30px;
}	

/* 製品紹介のアイコン調整 */	
img.faceva2{
	vertical-align: -8px;	
	}
	
img.faceva3{
	vertical-align: -8px;	
	}	

	
/* 製品一覧のテーブルせる調整 */		
table.form th{
	width: 93%;	
}

table.form td {
	width: 100px;	
}	

/* 会社案内と取り組みのページ調整 */		
.sbhf01,.sbhf02 {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin: 0 1% 30px 1%;
	}	
	
/* 表示したくないもの */	
.pchidden	{
	display: none;
	}
	
/* 電話番号発信させない用 */	
a[href^="tel:"]{
    pointer-events: none;
}
}



/* An item in the list */
div.wpra-list-template .wpra-item-list > li.wpra-item {
	margin-top: 0px;
	margin-bottom: 10px;
}


.flexcontener {
	display: flex;
	align-items: flex-end;
}

.flexspan::before {
	content: "\A" ;
	white-space: pre ;
}
p.more {
	float: right;
}



.tbl-gallery {
    width: 80%;
}
.tbl-gallery th {
	background: #e9727e;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
	border-bottom: none;
	display: block;
	width: 100%;
}
.tbl-gallery td {
	background: white;
/*	border: solid 1px #ccc; */
	color: #fff;
	padding: 10px;
	border-bottom: none;
	display: block;
	width: 100%;
}

input#btn {
	display: none;
}




div article {
	padding-top: 80px;
}
article h2 {
	background: #337bbd url(%E6%96%B0%E3%81%97%E3%81%84%E3%83%95%E3%82%A9%E3%83%AB%E3%83%80%E3%83%BC%20(2)/assets/images/bg08.gif) top left repeat-x;
    color: #fff;
    padding: 13px 20px 15px 20px;
    font-size: 18px;
    margin-bottom: 25px;
}

article h3 {
	clear: both;
    border: solid 1px #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -moz-linear-gradient(top, #fff, #eee);
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 25px;
}

article h4 {
	clear: both;
    color: #004592;
    border-top: 1px dotted #004592;
    border-bottom: 1px dotted #004592;
    padding: 10px;
	margin-top: 20px;
    margin-bottom: 25px;
}

article h5 {
	text-align: initial;
	margin-top: 20px;
	font-size: 16px;
}

article aside p {
	text-align: initial;
}

.dltable {
	width: 100%; /* 横幅をpxではなく、幅いっぱいに指定。 */
    border-top: 1px solid #ddd; /* テーブルの上の線 */
	display: block; /* 横並びにさせないようブロック要素にする */
    flex-wrap: wrap; /* 1つのdtとddで1行になるよう改行させる */
}
.dltable dt,
.dltable dd {
	width: 100%; /* 横幅を幅いっぱいに指定 */
    box-sizing: border-box; /* widthの計算を楽にするため */
	margin: initial;
	text-align: initial;
}
.dltable dt {
    font-size: 16px; /* フォントサイズを16pxに指定 */
/*    width: 200px; *//* dt（見出し項目）の横幅を200pxに指定 */
	padding: 25px 15px; /* 各セルに余白を取る */
}
.dltable dd {
/*    width: calc(100% - 200px); *//* テーブル幅からdtを引いた分の横幅を指定。 */
	padding: 10px 15px; /* 各セルに余白を取る */
    border-bottom: 1px solid #ddd; /* 各セルの下の線。テーブルの下の線も補える。 */
}



.dltable dt {
/*	border-bottom: none; *//* 下の線を消す（ddの下の線が残る） */ 
	padding-bottom: 0; /*ddとの距離を近づけるため、0にする*/
}

.recruitentry {
	margin-top: 15px;
	margin-bottom: 35px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 8px 8px 4px 8px;
	/* border-bottom: solid #ccc 1px; */
	width: 100%;
	heigt: auto;
	display: inline-block;
	vertical-align: top;
	/* border: solid #acacac 1px; */
	box-sizing: border-box;
}

.recruitentry strong {
	font-size: 1.5em;
    width: 100%-10px;
    display: block;
    padding: 5px 0px 5px 10px;
    background-color: #acacac;
    color: #FFF;
    margin: 0;
}

.topMovie__container.sp {
    margin: 20px 0;
    position: relative;
	padding-bottom: 22%;
}
.topMovie__container.sp img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.topMovie__container.sp video {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.topprint img{
	widows: 100%;
	height:auto;
  margin-top: 15px
}

img.topprint {
	width:30px;
	height:auto;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline-block;
}