/*
Theme Name:
Theme URI:
Description:
Author:ワンズアクション
Author URI:https://ones-action.com
*/

@charset "utf-8";

/* =================================
フォント

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Finlandica', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Fjalla One', sans-serif;


================================= */

/* =================================
		リセット
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: ""; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    zoom: 1;
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;
    *zoom: 1;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* =================================
		基本設定
================================= */
body {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 100%;
	font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
    color: #555;
}

p {
    margin: 15px 0;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
    color: #c1272d;
}

img {
    vertical-align: bottom;
    width: auto;
    height: auto;
}

a img:hover {
	opacity: 0.8;
}

.sp_i {
    display: none;
}

/* =================================
		フレーム
================================= */
#wrapper {
	width: 100%;
	height: auto;
	margin: 0;
}

#container {
    clear: both;
    overflow: hidden;
}


/* =================================
		装飾
================================= */
strong,b {
    font-weight: bold;
}

/* =================================
		ヘッダー
================================= */
header {
    width: 100%;
    z-index: 9000;
    background: #f5f5f5;
}

.header_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
}

.site_title {
    display: block;
    width: 140px;
}

.site_title img {
    display: block;
    width: 100%;
}

.logo_area {
    display: flex;
    align-items: center;
}

.hm_p {
    font-size: 90%;
    margin: 0;
    margin-left: 40px;
}

/* =================================
		メニュー
================================= */
nav label, nav input {
	display: none;
}


/* =================================
		メインビジュアル
================================= */


/* =================================
		フロントページ
================================= */


/* =================================
		固定ページ
================================= */



/* =================================
		プライバシー
================================= */



/* =================================
		サイトマップ
================================= */
section.sec_page {
    margin-top: 40px;
    padding: 0 40px;
}

section.sec_page h1 {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

.cnt_area.page_area {
    width: 100%;
    max-width: 620px;
    margin: 50px auto 100px;
}

h2.wsp-posts-title {
    display: none;
}

strong.wsp-category-title {
    display: block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

ul.wsp-posts-list li {
    margin-bottom: 5px;
}

/* =================================
		ブログリスト
================================= */
.sec_home {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

ul.blog_list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

ul.blog_list li {
    width: calc(100% / 3 - 30px);
    position: relative;
    margin-bottom: 45px;
}

ul.blog_list li:nth-child(3n+2) {
    margin: 0 45px 45px;
}

a.b_ls_pic {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

a.b_ls_pic img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bgls {
    line-height: 1.5;
}

.bgls h3 {
    height: 53px;
    margin-top: 15px;
    overflow: hidden;
}

.bgls h3 a {
    color: #FF5722;
    font-size: 112%;
    font-weight: bold;
}

.bgls h3 a:hover {
    text-decoration: underline;
}

span.catn {
    display: inline-block;
    background: #00005a;
    padding: 2px 15px;
    line-height: 1;
    font-size: 84%;
    vertical-align: 0.5px;
    color: white;
    margin-left: 5px;
}

p.bl_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #f5f5f5;
    text-align: center;
    line-height: 0;
    padding: 5px;
    border-radius: 40px;
}

section#blog_index {
    background: #f5f5f5;
    padding: 0 40px;
}

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

.blog_index_area h2 {
    font-size: 112%;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog_index_area h2:before {
    font-family: 'Material Icons';
    content: "\e5c5";
    vertical-align: -3px;
}

.archive_list {
    margin-top: 40px;
}

.blog_index_area ul li {
    display: inline-block;
    margin-right: 20px;
}

h2.archive_title {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 40px;
}

.pager {
    margin-top: 80px;
}

span.page-numbers.current {
    color: #999;
}

.page-numbers {
    font-size: 112%;
    margin-right: 5px;
    color: #555;
}

.ttl_wtr_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.wtr_box {
    width: 256px;
    font-size: 80%;
    line-height: 1.3;
}

.wtr_box p {
    margin: 5px 0;
}

.adm_box {
    display: flex;
    align-items: center;
}

img.wtradm {
    width: 50px;
    border-radius: 25px;
}

.adm_box p {
    font-weight: bold;
    margin-left: 20px;
}

span.catn.mybo {
    background: #aa0000;
}

span.catn.howto {
    background: #007bff;
}

span.catn.other {
    background: #555;
}


/* =================================
		ブログ
================================= */

.post_area {
    width: 100%;
    max-width: 620px;
    margin: auto;
}

/* 目次 */
.toc {
  background: #f8f9fa;
  padding: 20px 24px;
  margin: 32px 0;
}

.toc p {
  margin: 0 0 12px;
  font-size: 15px;
  color: #555;
}

.toc ol {
  margin: 0;
  padding-left: 20px;
}

.toc li {
  margin: 6px 0;
  font-size: 14px;
}

.toc a {
  color: #FF5722;
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.post_area {
    margin-top: 40px;
}

.post_area h1 {
    font-size: 200%;
    font-weight: bold;
    line-height: 1.5;
}

.post_area .post_data {
    text-align: right;
    margin: 20px 0;
}

.post_area h2 {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 60px;
    padding-left: 15px;
    border-left: 4px solid #FF5722;
}

.post_area h3 {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 40px;
    padding-left: 20px;
    position: relative;
}

.post_area h3:before {
    content: '■';
    position: absolute;
    top: 0;
    left: 0;
}

img.thum {
    width: 100%;
    margin: 0 0 40px;
}

img.insert_i {
    width: 100%;
    margin: 40px 0;
}

.widget_text.btm_box {
    margin-top: 100px;
}

/* =================================
		関連記事
================================= */
aside.rela_post {
    width: 100%;
    max-width: 620px;
    margin: 100px auto;
}

.rela_post h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

aside.rela_post ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 40px;
}

a.b_ls_pic.rela_pic {
    width: 100px;
    padding-top: 100px;
}

.bgls.rela_bgls {
    width: calc(100% - 120px);
}

.bgls.rela_bgls h3 {
    margin: 0 0 10px;
}

/* =================================
		トップボタン
================================= */
.js-scroll-fadein {
    transition: opacity 1s;
    visibility: hidden;
    opacity: 0;
}

.is-fadein {
    visibility: visible;
    opacity: 1;
}

.arrow{
    position: fixed;
    right: 12px;
    bottom: 12px;
    color: #fff;
    cursor: pointer;
    background-color: #828384;
    border-radius: 50px;
    line-height: 0;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    z-index: 9000;
}



/* =================================
		フッター
================================= */
footer {
    width: 100%;
    padding: 40px 40px 0;
    clear: both;
    background: #f5f5f5;
}

.footer_area {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.footernav01 {
    background: white;
    padding: 20px 40px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.footernav01 h2 {
    font-weight: bold;
    font-size: 120%;
}

.footernav01 p {
    margin: 10px 0 0;
}

ul#menu-footer-menu li {
    display: inline;
    margin-right: 30px;
}

ul#menu-footer-menu li a:before {
    font-family: 'Material Icons';
    content: "\e5df";
    vertical-align: -3px;
}

.copy {
    margin: 0;
    padding: 40px 0 10px;
}


/*=====================================================
	  タブレット 820px
===================================================== */
@media screen and (max-width: 820px) {

.logo_area {
    display: block;
}

.hm_p {
    font-size: 90%;
    margin: 0;
    margin-left: 0;
    margin: 20px 0 10px;
    width: 300px;
    line-height: 1.3;
}

.sec_home {
    padding: 0 40px;
}

}/*===	タブレット 820px  === */


/*=====================================================
	  スマートフォン 600px
===================================================== */
@media screen and (max-width: 600px) {
.header_area {
    display: block;
    padding: 10px 20px;
}

.logo_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site_title {
    display: inline-block;
    width: 100px;
}

.hm_p {
    width: calc(100% - 120px);
    display: inline-block;
    margin: 0;
}

.wtr_box {
    width: 100%;
    margin: 20px auto;
}

.sec_home {
    padding: 0 20px;
}

ul.blog_list {
    display: block;
}

ul.blog_list li {
    width: 100%;
}

ul.blog_list li:nth-child(3n+2) {
    margin: 0 0 45px;
}

section#blog_index {
    padding: 0 20px;
}

section.sec_post {
    padding: 0 20px;
}

.toc ol {
    padding-left: 0;
}

a.b_ls_pic.rela_pic {
    width: 70px;
    padding-top: 70px;
}

.bgls.rela_bgls {
    width: calc(100% - 80px);
}

.footernav01 {
    background: white;
    padding: 20px;
}

footer {
    padding: 40px 20px 0;
}

}/*===	スマートフォン 600px  === */