@charset 'utf-8';
/*
Theme Name: s_responsive_v2
Theme URI: www.sunloft.co.jp
Description: 企業サイトのサンロフトオリジナル WordPress テーマ
Author: 株式会社サンロフト
Version: 2.0
License: GNU General Public License
License URI: license.txt
*/


/* ============================
   Global Elements
/* ============================ */
body,
input,
textarea,
#content,
#content input {
	color:#222;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
    font-size: 18px;
    line-height: 1.75em;
}

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

/*fontawesomeアイコン*/
.fa{
        font-family: Font Awesome\ 6 Free, FontAwesome;
        font-weight: bold;
}

/* Text elements
--------------------------------------------- */

p {
    margin: 0 0 1em 0;
}

ul {
    margin: 0 0 1em 1.5em;
    list-style: disc;
}

ol {
    margin: 0 0 1em 1.5em;
    list-style: decimal;
}

ol ol {
	counter-reset: item;
	list-style-type: none;
}
ol ol li{
	text-indent: -1.5em;
	padding-left: 1.3em;
}
ol ol li:before {
	counter-increment: item;
	content: '('counter(item)')';
	padding-right: .3em;
}

ol ol ol {
	list-style-type: none;
}
ol ol ol li{
	position:relative;
	text-indent: -1em;
	padding-left: 1em;
}
ol ol ol li:before {
	counter-increment: item;
	content: counter(item);
	padding-right: 0.8em;
	font-size:0.8em;
	line-height: 1;
}
ol ol ol li:after {
	content:"";
	border:solid 1px #333;
	display: block;
	height: 17px;
	width: 17px;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: -5px;
	line-height: 1;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.5em 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
}

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

big {
    font-size: 131.25%;
}

ins {
    text-decoration: none;
    background: #ffc;
}

blockquote {
    font-style: italic;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 1em!important;
    margin: 1em 0!important;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    line-height: 1.2;
    margin-bottom: 1em;
    padding: 1.5em;
    color: #222;
    background: #f7f7f7;
}

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

sup,
sub {
    line-height: 1;
    position: relative;
    height: 0;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type='text'],
textarea {
    padding: 5px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
}

a:active,
a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
}

a,
a:hover,
a:focus,
content,
input[type=submit],
img,
p {
    -webkit-transition: .2s;
    transition: .2s;
}


/* Images
----------------------------- */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-top: 4px;
    margin-right: 1em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-top: 4px;
    margin-left: 1em;
}

.aligncenter,
img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.5em;
}


/* キャプション機能用
----------------------------- */

.wp-caption {
    line-height: 1;
    max-width: 632px !important;
    margin-bottom: 1em;
    padding: 4px;
    text-align: center;
    background: #f1f1f1;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    font-size: .7em;
    margin: 5px;
    color: #888;
}


/* ギャラリー機能用
----------------------------- */

.gallery {
    margin: auto;
}

.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery .gallery-caption {
    margin-left: 0;
}


/* カラム毎のサイズ
----------------------------- */

.gallery-columns-1 .gallery-item {
    width: 25%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16%;
}

.gallery-columns-7 .gallery-item {
    width: 14%;
}

.gallery-columns-8 .gallery-item {
    width: 12%;
}

.gallery-columns-9 .gallery-item {
    width: 11%;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    width: auto;
    max-width: 100%;
}

.gallery .gallery-icon img {
    max-width: 90%;
    height: auto;
    padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}


/* ============================
   Original CSS Library
/* ============================ */


/* フォント
----------------------------- */

.bold {
    font-weight: bold;
}

.font-small {
    font-size: .8em !important;
}


/* 画像
----------------------------- */

img.f_left {
    margin: 0 20px 20px 0;
}

img.f_right {
    margin: 0 0 20px 20px;
}

img.border {
    padding: 3px;
    border: 1px solid #e8e8e8;
    background: #fff;
}


/* 配置
----------------------------- */

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.top {
    vertical-align: top !important;
}

.middle {
    vertical-align: middle !important;
}

.bottom {
    vertical-align: bottom !important;
}

.width_auto {
    width: auto !important;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.hidden {
    display: none;
}

.overflow {
    overflow: hidden !important;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.f_none {
    float: none !important;
}

.clear {
    clear: both;
}

.clear_none {
    clear: none;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.nowrap {
    white-space: nowrap;
}

.width50 {
    width: 50% !important;
}

.width100 {
    width: 100% !important;
}


/* 余白
----------------------------- */

.m_auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m_top0 {
    margin-top: 0 !important;
}

.m_right0 {
    margin-right: 0 !important;
}

.m_bottom0 {
    margin-bottom: 0 !important;
}

.m_left0 {
    margin-left: 0 !important;
}

.m_top10 {
    margin-top: 10px !important;
}

.m_right10 {
    margin-right: 10px !important;
}

.m_bottom10 {
    margin-bottom: 10px !important;
}

.m_left10 {
    margin-left: 10px !important;
}

.m_top15 {
    margin-top: 15px !important;
}

.m_right15 {
    margin-right: 15px !important;
}

.m_bottom15 {
    margin-bottom: 15px !important;
}

.m_left15 {
    margin-left: 15px !important;
}

.m_top20 {
    margin-top: 20px !important;
}

.m_right20 {
    margin-right: 20px !important;
}

.m_bottom20 {
    margin-bottom: 20px !important;
}

.m_left20 {
    margin-left: 20px !important;
}

.m_top30 {
    margin-top: 30px !important;
}

.m_right30 {
    margin-right: 30px !important;
}

.m_bottom30 {
    margin-bottom: 30px !important;
}

.m_left30 {
    margin-left: 30px !important;
}

.m_top40 {
    margin-top: 40px !important;
}

.m_right40 {
    margin-right: 40px !important;
}

.m_bottom40 {
    margin-bottom: 40px !important;
}

.m_left40 {
    margin-left: 40px !important;
}

.m_top50 {
    margin-top: 50px !important;
}

.m_right50 {
    margin-right: 50px !important;
}

.m_bottom50 {
    margin-bottom: 50px !important;
}

.m_left50 {
    margin-left: 50px !important;
}

.m_top100 {
    margin-top: 100px !important;
}

.m_right100 {
    margin-right: 100px !important;
}

.m_bottom100 {
    margin-bottom: 100px !important;
}

.m_left100 {
    margin-left: 100px !important;
}

.p_top0 {
    padding-top: 0 !important;
}

.p_right0 {
    padding-right: 0 !important;
}

.p_bottom0 {
    padding-bottom: 0 !important;
}

.p_left0 {
    padding-left: 0 !important;
}

.p_top10 {
    padding-top: 10px !important;
}

.p_right10 {
    padding-right: 10px !important;
}

.p_bottom10 {
    padding-bottom: 10px !important;
}

.p_left10 {
    padding-left: 10px !important;
}

.p_top20 {
    padding-top: 20px !important;
}

.p_right20 {
    padding-right: 20px !important;
}

.p_bottom20 {
    padding-bottom: 20px !important;
}

.p_left20 {
    padding-left: 20px !important;
}

.p_top30 {
    padding-top: 30px !important;
}

.p_right30 {
    padding-right: 30px !important;
}

.p_bottom30 {
    padding-bottom: 30px !important;
}

.p_left30 {
    padding-left: 30px !important;
}

.p_top40 {
    padding-top: 40px !important;
}

.p_right40 {
    padding-right: 40px !important;
}

.p_bottom40 {
    padding-bottom: 40px !important;
}

.p_left40 {
    padding-left: 40px !important;
}

.p_top50 {
    padding-top: 50px !important;
}

.p_right50 {
    padding-right: 50px !important;
}

.p_bottom50 {
    padding-bottom: 50px !important;
}

.p_left50 {
    padding-left: 50px !important;
}

/* ============================
   mainimage
/* ============================ */

#mainimage ul li {
    list-style-type: none;
}


/* ============================
   pankuzu
/* ============================ */

#pankuzu {
	font-size: .9em;
}


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

#content #content {
    width: 100%\9;
    /* IE10以下 */
}

#content:after {
    display: block;
    clear: both;
    content: '';
}

.home #content {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

#content input {
    padding: 5px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 1.5em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-bottom: 0;
}

#content ul,
#content ol  {
    margin-left: 2em;
}
#content li{
	line-height:1.6em;
	padding-bottom:0.6em;
}

#content td>ul{
	margin-bottom:0;
}
#content td>ul>li:last-of-type{
	padding-bottom:0;
}

#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 1em;
    line-height: 1.2em;
}

#content code {
    font-size: .8em;
}


/* ============================
  サイド
/* ============================ */

#sidebox {
}

#sidebox #sidemenu ul.side_title_year li a::after {
content:"年";
}

/* トップページ
----------------------------- */

.home #main {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.contentbox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/*newマーク*/

.new {
    font-size: .7em;
    padding: 0 .5em;
    letter-spacing: .1em;
	color: #ffa200;
	vertical-align: middle;
}

.new.blinking {
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


/* コンテンツページ
----------------------------- */

.entry-meta {

}

.entry-meta abbr,
.entry-utility abbr {
    border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
    clear: both;
    padding: 0;
}

#content .entry-summary p:last-child {
    margin-bottom: 12px;
}

.entry-content fieldset {
    margin: 0 0 24px 0;
    padding: 24px;
    border: 1px solid #e7e7e7;
}

.entry-content fieldset legend {
    font-weight: bold;
    padding: 0 24px;
    color: #000;
    background: #fff;
}

.entry-content input {
    margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}

.entry-content select {
    margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
    font-size: 10px;
}

.entry-content blockquote.left {
    float: left;
    width: 33%;
    margin-right: 24px;
    margin-left: 0;
    text-align: right;
}

.entry-content blockquote.right {
    float: right;
    width: 33%;
    margin-right: 0;
    margin-left: 24px;
    text-align: left;
}


/* ページネーション　タイプ：[1/5][1][2][3][4][5][>] */

#content .wp-pagenavi {
    padding: 2rem 0;
    text-align: center;
}

#content .wp-pagenavi .pages {
	background: none;
	border:none;
	display:block;
	margin:0;
	padding: 0.5rem 0;
}

#content .wp-pagenavi a,
#content .wp-pagenavi span {
	display:inline-block;
	font-size:1rem;
	line-height:2em;
	min-width:2em;
	padding:0 0.5em;
    color: #00B3E8;
    background: #fff;
    border:1px solid #00B3E8;
    border-radius: 3px;
}

#content .wp-pagenavi a:hover {
	color:#fff;
    border:1px solid #00B3E8;
    background: #00B3E8;
}

#content .wp-pagenavi span.current {
    color: #fff;
    font-weight: normal;
    border:1px solid #00B3E8;
    background: #00B3E8;
}


/* ページネーション　タイプ：[<前へ] [次へ>] */

#nav-below {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 2rem 0 0 0;
}

#nav-below>div {
	width: 33.33%;
}

#nav-below .back{
	text-align: center;
}
#nav-below .nav-next {
	text-align: right;
}

#nav-below .back a,
#nav-below .nav-previous a,
#nav-below .nav-next a {
	display: inline-block;
	font-size:1rem;
	line-height: 2.5em;
	width: 8em;
	text-align:center;
	text-decoration: none;
	color: #00B3E8;
	background: #fff;
	border:1px solid #00B3E8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nav-below .back a:hover,
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover {
    color: #fff;
	border:1px solid #00B3E8;
	background: #00B3E8;
}

.edit-link {
    display: block;
    clear: both;
    padding-top: 15px;
}

#entry-author-info {
    font-size: 14px;
    line-height: 20px;
    clear: both;
    overflow: hidden;
    margin: 24px 0;
    padding: 1em 20px;
    border-top: 4px solid #000;
    background: #f2f7fc;
}

#entry-author-info #author-avatar {
    float: left;
    height: 60px;
    margin: 0 -104px 0 0;
    padding: 11px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}

#entry-author-info h2 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
    color: #000;
}

.entry-utility {
    font-size: .8em;
    line-height: 1.5;
    clear: both;
    color: #888;
}

.entry-meta a,
.entry-utility a {
    color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
    color: #ff4b33;
}

#content .video-player {
    padding: 0;
}


/*子ページ間のリンク*/

ul#page_link {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#page_link li {
    width: 48%;
    text-align: center;
}

ul#page_link li.prev_link {
    float: left;
}

ul#page_link li.next_link {
    float: right;
}

ul#page_link li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    background: #d7d7d6;
}

ul#page_link li a:hover {
    text-decoration: underline;
}


/* 新着情報・ニュース
----------------------------- */

.entry-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.entry-list span {
    margin-right: 10px;
}


/* お問い合わせ
----------------------------- */

#content .wpcf7 table input {
    width: 90%;
    padding: 10px;
    margin-bottom:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content .wpcf7 table input.text_short {
    width: 50px;
}

#content .wpcf7 table textarea {
    width: 90%;
    height: 10em;
    padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content table wpcf7-checkbox input {
    width: auto;
    height: 1;
    padding: 0 2px 8px 0;
}

#content span.wpcf7-list-item {
    display: block;
    white-space: nowrap;
        margin: 0;
}

#content span.wpcf7-list-item input {
    width: auto;
    margin: 0 2px 3px 0 !important;
    vertical-align: middle;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control-wrap.your-occupation,
.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: block;
    width: 100%;
}

span.wpcf7-list-item {
    display: inline;
    padding: 0 12px 0 0 !important;
    white-space: nowrap;
}

span.wpcf7-list-item input {
    padding: 0 2px 3px 0 !important;
    vertical-align: middle;
}

span.wpcf7-form-control-wrap select {
    font-size: 1em;
    margin: 0;
    padding: 5px;
}

form.inputnone input[type='text'],
form.inputnone textarea {
    padding: 4px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .1);
}


/* 通常のフォーム用 */

input[type='text'],
input[type='email'],
textarea {
    padding: 4px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
}

#content .wpcf7 table tr th.need:after {
    content: '必須';
    color: #fff;
    font-size: .8em;
    font-weight:normal;
    display:inline-block;
    line-height:1.7em;
    margin: 0.3em 0 0 1em;
    padding:0 0.5em;
    letter-spacing: 0.3em;
    background-color: #d40000;
}


/* 送信・確認ボタン */

#content input.wpcf7-submit[type="submit"]{
	width:500px;
	font-size: 1.1em;
	line-height: 3em;
	display: block;
	margin: 1em auto;
	padding:0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #d40000;
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:none;
	outline: none;
}
#content input.wpcf7-submit[type="submit"]:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
}
#content input.wpcf7-submit:disabled,
#content input.wpcf7-submit:disabled:hover{
	color:rgba(255,255,255, .8);
	background: #eee;
	border-color:#eee;
}

img.ajax-loader {
    display: inline-block;
}



/* 404
----------------------------- */

.page404 {
    padding: 100px;
    text-align: center;
}


/* ============================
   ページトップ
/* ============================ */
.grecaptcha-badge{
	z-index:99;
}

.pagetop {
    position: fixed;
    z-index: 2;
    right: 7px;
    bottom: 60px;
}

.pagetop a {
    font-size: 10px;
    display: block;
    margin: 0 0 0 auto;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    background: #7d7d7d;
    box-shadow: 0 0 5px #ccc;
}

.pagetop a:hover {
    opacity: 1;
    color: #fff;
    background: #000;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
}


/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
    -webkit-text-size-adjust: 140%;
}

code {
    -webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
    -webkit-text-size-adjust: 120%;
}


/* ============================
   Print Style
/* ============================ */

@media print {
    body {
        background: none !important;
    }
    #wrapper {
        position: relative !important;
        display: block !important;
        float: none !important;
        clear: both !important;
    }
    #header {
        padding-bottom: 18pt;
        border-bottom: 2pt solid #000;
    }
    #colophon {
        border-top: 2pt solid #000;
    }
    #site-title,
    #site-description {
        line-height: 1.4em;
        float: none;
        margin: 0;
        padding: 0;
    }
    #site-title {
        font-size: 13pt;
    }
    .entry-content {
        font-size: 14pt;
        line-height: 1.6em;
    }
    .entry-title {
        font-size: 21pt;
    }
    #access,
    #branding img,
    #respond,
    .comment-edit-link,
    .edit-link,
    .navigation,
    .page-link,
    .widget-area {
        display: none !important;
    }
    #container,
    #header,
    #footer {
        width: 100%;
        margin: 0;
    }
    #content,
    .one-column #content {
        width: 100%;
        margin: 24pt 0 0;
    }
    .wp-caption p {
        font-size: 11pt;
    }
    #site-info,
    #site-generator {
        float: none;
        width: auto;
    }
    #colophon {
        width: auto;
    }
    img#wpstats {
        display: none;
    }
    #site-generator a {
        margin: 0;
        padding: 0;
    }
    #entry-author-info {
        border: 1px solid #e7e7e7;
    }
    #main {
        display: inline;
    }
    .home .sticky {
        border: none;
    }

/*調整*/
header{
	position:static !important;
}


	@media (max-width: 640px) {
		/*スクロールテーブル*/
		.scroll-table{
			overflow:hidden !important;
		}
		#content .scroll-table table.tbl_mini th {
			padding: 0.3em;
			font-size:0.7em;
		}
		#content .scroll-table table.tbl_mini td {
			padding: 0.3em;
			font-size:0.7em;
		}
	}

}



/* ============================
   レスポンシブ
/* ============================ */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
tbody {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* 24カラム ----------------------

.col_01 {
	width: 4.16666666667%;
}

.col_02 {
	width: 8.33333333333%;
}

.col_03 {
	width: 12.5%;
}

.col_04 {
	width: 16.6666666667%;
}

.col_05 {
	width: 20.8333333333%;
}

.col_06 {
	width: 25%;
}

.col_07 {
	width: 29.1666666667%;
}

.col_08 {
	width: 33.3333333333%;
}

.col_09 {
	width: 37.5%;
}

.col_10 {
	width: 41.6666666667%;
}

.col_11 {
	width: 45.8333333333%;
}

.col_12 {
	width: 50%;
}

.col_13 {
	width: 54.1666666667%;
}

.col_14 {
	width: 58.3333333333%;
}

.col_15 {
	width: 62.5%;
}

.col_16 {
	width: 66.6666666667%;
}

.col_17 {
	width: 70.8333333333%;
}

.col_18 {
	width: 75%;
}

.col_19 {
	width: 79.1666666667%;
}

.col_20 {
	width: 83.3333333333%;
}

.col_21 {
	width: 87.5%;
}

.col_22 {
	width: 91.6666666667%;
}

.col_23 {
	width: 95.8333333333%;
}

.col_24 {
	width: 100%;
}


/* 16カラム ----------------------

.col_16 {
	width: 100%;
}

.col_15 {
	width: 93.75%;
}

.col_14 {
	width: 87.5%;
}

.col_13 {
	width: 81.25%;
}

.col_12 {
	width: 75%;
}

.col_11 {
	width: 68.75%;
}

.col_10 {
	width: 62.5%;
}

.col_09 {
	width: 56.25%;
}

.col_08 {
	width: 50%;
}

.col_07 {
	width: 43.75%;
}

.col_06 {
	width: 37.5%;
}

.col_05 {
	width: 31.25%;
}

.col_04 {
	width: 25%;
}

.col_03 {
	width: 18.75%;
}

.col_02 {
	width: 12.5%;
}

.col_01 {
	width: 6.25%;
}


/* 12カラム ---------------------- */

.col_12 {
    width: 100%;
}

.col_11 {
    width: 91.66666667%;
}

.col_10 {
    width: 83.33333333%;
}

.col_09 {
    width: 75%;
}

.col_08 {
    width: 66.66666667%;
}

.col_07 {
    width: 58.33333333%;
}

.col_06 {
    width: 50%;
}

.col_05 {
    width: 41.66666667%;
}

.col_04 {
    width: 33.33333333%;
}

.col_03 {
    width: 25%;
}

.col_02 {
    width: 16.66666667%;
}

.col_01 {
    width: 8.33333333%;
}


/* 12,16,24カラム共通 ---------------------- */

.col_01,
.col_02,
.col_03,
.col_04,
.col_05,
.col_06,
.col_07,
.col_08,
.col_09,
.col_10,
.col_11,
.col_12,
.col_13,
.col_14,
.col_15,
.col_16,
.col_17,
.col_18,
.col_19,
.col_20,
.col_21,
.col_22,
.col_23,
.col_24 {
    position: relative;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


/*箱*/

html {
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.width100 {
    width: 100%;
    padding: 0;
}


/*画像*/

img,
canvas,
iframe,
video,
svg {
    max-width: 100%;
    /*height: auto;*/
}
/*
.width100 img {
    width: 100%;
    padding: 0;
}
*/

/*テキスト*/

p {
    line-height: 1.75;
    margin: 0 0 .5em 0;
}


/*テーブルをPCと同じ表示にする場合、「table_scrollbox」クラスをつけたdivで囲む*/

#content .table_scrollbox table {
    width: 96%;
}

#content .table_scrollbox table tr th,
#content .table_scrollbox table tr td {
    display: table-cell;
}

#content .table_scrollbox table {
    margin-bottom: 10px!important;
}

#content .table_scrollbox table tbody {
    display: block;
    width: auto!important;
    white-space: nowrap;
}

.table_scrollbox {
    overflow-x: auto;
    margin-bottom: 24px;
}

.table_scrollbox::-webkit-scrollbar {
    height: 5px;
}

.table_scrollbox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.table_scrollbox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
}

/*ボタンiOS装飾削除*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*　----------　PC用　----------　*/

@media(min-width:901px) {
    .sp {
        display: none!important;
    }
    /*レイアウト*/
    .single .entry-social {
        height: auto;
    }
}



/*　----------　タブレット用　----------　*/

@media(max-width:900px) {
    .pc,
    #pankuzu{
        display: none!important;
    }

/* ============================
   content
/* ============================ */
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 1em;
}
#content ul,
#content ol  {
    margin-left: 1.5em;
}
#content li{
	line-height:1.4em;
}

}


/*　----------　スマホ用　----------　*/

@media(max-width:640px) {

.wp-caption {
    max-width: 100% !important;
}

    /*テーブルを2段にする
    #content table,
    #content table tbody,
    #content table tr,
    #content table tr th,
    #content table tr td {
        display: block;
        overflow: auto;
        box-sizing: border-box;
        width: 100%;
    }*/


}
