@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,700&display=swap&subset=japanese');

/*
Theme Name: オルガノサイエンス様リクルートサイト
Theme URI: www.sunloftweb.jp
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/* ============================
   Global Elements
/* ============================ */
body{
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 500;
    font-size: 1em;
    line-height: 1.75em;
    color:#333;
}

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

/*fontawesomeアイコン*/
.fa{
        font-family: Font Awesome\ 5 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 {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

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;
}

a{
    color: #333;
}

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 .gallery-caption {
	margin-left: 0;
	font-size: 0.8rem;
	color: #555;
}


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

.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 {
    display: block;
    max-width: 90%;
    margin: auto;
}

.gallery-caption a {
    display: inline;
}

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

.gallery .gallery-icon img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: 50% 25%;
}


/* ============================
   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;
}


/* ソーシャルプラグイン
----------------------------- */

.entry-social {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.entry-social>div{
	padding-left:0.5rem;
}

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

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


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

#pankuzu {
    font-size: .8em;
    line-height: 1.25;
    padding: 1em 0;
    text-align: right;
}


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

#content {
	width: 100%;
}

#content:after {
    display: block;
    clear: both;
    content: '';
}
.post-type-archive-news #main,
.single-news #main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    box-sizing: border-box;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    padding:0 1rem;
}

#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 pre,
#content kbd,
#content tt,
#content var {
    font-size: 1em;
    line-height: 1.2em;
}

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


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

#sidebox {
	width: 35%;
}



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

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

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


/*お知らせ*/

#news ul {
    overflow: hidden;
    margin: 0;
    margin-bottom: 0 !important;
    list-style: none;
}

#news ul li {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #bfbfbf;
    display: flex;
}

#news ul li .date {
    font-weight: bold;
    margin-right: .75em;
}

.cate a {
    font-size: .8em;
    margin-right: .75em;
    padding: 1px 4px;
    white-space: nowrap;
    text-decoration: none;
    color: white;
    background: #7d7d7d;
}

/*newマーク*/

.new {
    font-size: .7em;
    padding: 0 .5em;
    letter-spacing: .1em;
    color:#ff1a00;
}

.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 {
    margin-bottom: 1rem;
    color: #888;
}

.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.file,
.entry-content input.button {
    margin-right: 24px;
}

.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: 4rem 0;
    text-align: center;
}

#content .wp-pagenavi .pages {
    color: #fff;
    border: 1px solid #666;
    background: #666;
}

#content .wp-pagenavi a,
#content .wp-pagenavi span {
    padding: 6px 10px;
    color: #888;
    border: 1px solid #ddd;
}

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

#content .wp-pagenavi span.current {
    color: #fff;
    border: 1px solid #666;
    background: #666;
}


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

#nav-below {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 4rem 0;
}

#nav-below .nav-previous {
    float: left;
    width: 50%;
}

#nav-below .nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

#nav-below .nav-list {
    width: 100px;
    margin: 0 auto;
}

#nav-below .nav-previous a,
#nav-below .nav-next a {
	display:inline-block;
    padding: 0 1.5rem;
    line-height:3rem;
    text-decoration: none;
    color: #888;
    border: 1px solid #ddd;
    background-color:#fff;
}

#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover {
    color: #fff;
    border: 1px solid #666;
    background: #666;
}

.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 solid #eee;
}

.entry-list a{
	display: -webkit-flex;
	display: flex;
}
.entry-list .date{
	padding-right: 1rem;
}

/*詳細*/
.post-type-archive-news #content h2,
.single-news #content h2{
	margin-top:0;
}


/* お問い合わせ
----------------------------- */
#content .wpcf7 table input[type="text"],
#content .wpcf7 table input[type="email"],
#main .entry-content .wpcf7 table textarea {
    width: 100%;
}

#content .wpcf7 table input.short {
    width: 8em;
}
#content .wpcf7 table input.number {
    width: 4.5em;
}

#content .wpcf7 table textarea {
    height: 8em;
}

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

#content span.wpcf7-list-item {
	display: block;
	margin: 0;
}
#content .wpcf7 table .shikaku+.other{
	padding:0.2rem 0 0 1rem ;
	display:block;
}
#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-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);
}

.ziptext{
	color:#666;
	display:block;
	padding:0.3rem 0;
	font-size:0.8rem;
}
#content .wpcf7 input::-webkit-input-placeholder {
	color: #ccc;
}
#content .wpcf7 input::-moz-placeholder {
	color: #ccc;
}
#content .wpcf7 input:-ms-input-placeholder {
	color: #ccc;
}


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

input[type='text'],
input[type='email'],
textarea {
    padding: 0.5em;
    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:after {
    font-size: .7em;
    margin-left: 10px;
    padding: 0px 5px 1px 5px;
    content: '任意';
    color: #808080;
    border: solid 1px #808080;
    vertical-align:middle;
}

#content .wpcf7 table tr th.need:after {
    content: '必須';
    color: #d40000;;
    border-color: #d40000;
}


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

.btn_submit input,
.wpcf7-submit {
    font-size: 1.2em;
    line-height:3em;
    display: inline-block;
    max-width: 450px;
    width:80%;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    letter-spacing: 5px;
    color: #fff;
    border: none;
    background-color:#d40000;
    margin: 2rem 0;
    margin-left:20px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

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

.wpcf7-submit:disabled{
	background-color:#ddd;
}
.wpcf7-submit:hover{
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-webkit-opacity: .5;
}


/*記入に関してのお願い*/

.referencemark {
    font-size: .8em;
    line-height: 1.5;
    margin: auto;
    padding: 1rem 2rem 1.5rem 2rem;
    background: #ffe5e8;
}

.referencemark strong {
    line-height: 2.5;
    color: #d40000;
}


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

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


/* Widget Areas
----------------------------- */

.widget-area ul {
    margin-left: 0;
    list-style: none;
}

.widget-area ul ul {
    margin-left: 1.3em;
    list-style: square;
}

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

.widget_search #s {
    width: 60%;
}

.widget_search label {
    display: none;
}

.widget-container {
    margin: 0 0 1em 0;
}

.widget-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding: 0 10px;
    border-left: 5px solid #000;
}

.widget-area a:link,
.widget-area a:visited {
    text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
    text-decoration: underline;
}

.widget-area .entry-meta {
    font-size: 11px;
}

#wp_tag_cloud div {
    line-height: 1.6em;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: left;
    color: #222;
}

#wp-calendar thead {
    font-size: 11px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    padding: 3px 0 2px;
    text-align: center;
    border: 1px solid #fff;
    background: #f5f5f5;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
}

.widget_rss a.rsswidget {
    color: #000;
}

.widget_rss a.rsswidget:hover {
    color: #ff4b33;
}

.widget_rss .widget-title img {
    width: 11px;
    height: 11px;
}

#secondary {
    margin-bottom: 30px;
}

#secondary ul {
    margin: 0;
    list-style: none;
}



/* ============================
   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;
    }
}


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

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;
}



/* 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;
    overflow: auto;
    margin: 0 0 1.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;
}




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

@media(max-width:640px) {

.wp-caption {
    max-width: 100% !important;
}
    /*見出し*/
    #content h1,
    #content h2,
    #content h3,
    #content h4,
    #content h5,
    #content h6 {
        font-size: 1.2em;
    }
    .pagetitle h1.entry-title {
        font-size: 1.25em;
        margin: 0;
        padding: 1.5em 0;
    }
    #content .wp-pagenavi {
        margin: 1em 0;
        padding: 1em 0;
    }
 /*画像*/   
img.alignleft, img.alignright, img.aligncenter{
width: 100%;
    padding: 0 10px;
}


/*テーブルを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%;
}
#content table tr th{
	border:none;
	padding-bottom:0;
}
#content table tr td {
	border:none;
	border-bottom:solid 1px #eee;
}
#content table tr:last-of-type td{
	border-bottom:none;
}
/*テーブルをPCと同じ表示にする場合、「table_scrollbox」クラスをつけたdivで囲む*/

#content .table_scrollbox {
overflow: scroll;
}
#content .table_scrollbox table, 
#content .table_scrollbox table tbody, 
#content .table_scrollbox table tr,
 #content .table_scrollbox table tr th,
  #content .table_scrollbox table tr td{
        width:auto;
}
#content .table_scrollbox table {
        display: table;
}
#content .table_scrollbox table tbody{
    display: table-row-group;
}
#content .table_scrollbox table tr {
    display:table-row;
}
#content .table_scrollbox table th {
    display:table-cell;
}
#content .table_scrollbox table td {
        display:table-cell;
}

    /*お問い合わせフォーム*/
    #main table {
        padding-bottom: 0;
    }
    #main .entry-content .wpcf7 table,
    #main .entry-content .wpcf7 table tbody,
    #main .entry-content .wpcf7 table tbody tr,
    #main .entry-content .wpcf7 table tbody th {
        display: block;
        width: 100%;
    }
    #main .entry-content .wpcf7 table{
        border: 0;
        border-bottom: 1px solid #eee;
    }
    #main .entry-content .wpcf7 table tr th {
    	border: 0;
        border-top: 1px solid #eee;
        padding-bottom:1rem;
    }
    #main .entry-content .wpcf7 table tr td {
    	border: 0;
        padding-top:0;
    }
#main .entry-content .wpcf7 table label{
    white-space: normal;}
    img.ajax-loader {
        display: inline;
        width: auto;
    }
    #content table tr:nth-child(even) {
        background: inherit;
    }


}
