@charset "UTF-8";

/*!
Theme Name: as-tsujii
Description: Cocoon専用の子テーマ
Theme URI: https://as-tsujii.com/
Author: Arakawa
Author URI: 
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


@import "../as-tsujii/css/import.css";
html { font-size: 62.5%; }
body { font-size:3.5vw; }

.container.--isArrangement { padding:0; width: 100%; }
.container a{ text-decoration:none; color:#000; }
.copyright { margin-top: 0; }
.content { margin-top:0;}
.main { background: none; }
.container.--isArrangement .main {
    width:100%;
}
.main {
    padding: 0;
    border: none;
    border-radius: 0;
}

main.main{ padding: 0; }
.mblt-slide-in .footer { margin-bottom: 0; }
.wrap{ width: auto; }
.footer { margin-top: 0; padding: 0; }
.inBase .breadcrumb { text-align: right;}

table th, table td { border: none; }
a:-webkit-any-link { text-decoration: none; color:#000;}
a:hover { color:#AAA;}

.container a .social-icon{ color:#FFF;}
.container a .button-caption{ color:#FFF;}

.fz-18px{ font-size:3.5vw; }
@media print, screen and (min-width: 768px) {
	.fz-18px{ font-size:1.4vw; }
 }
@media print, screen and (min-width: 1200px) {
	.fz-18px{ font-size: 1.6rem; }
 }


.a-wrap { background:#edf5fa;}
.a-wrap { padding:2em;}
.under-entry-content .a-wrap { background:none;}
.a-wrap:hover { background-color: #e1e9ef;}
a.cat-link  { color: #FFF;}

.under-entry-content a:hover { color:#000;}
.single-works .under-entry-content figure { display:none; }

.inBase .entry-card-snippet,.inBase .related-entry-card-snippet {
    font-size: 1em;
    line-height:1.8;
}

.archive-title { margin: 0; }
.archive-title .fa-folder-open { display:none; }

/*サイドバー消す*/
.main { width: auto; }

body.page-template-page-type02 #toc{ display: none; }
.sideBanner {line-height: 1.4;}

.article .inBase h2 {
	color:#FFF;
	font-size:1.6em;
    padding: 25px;
    background-color: #00297b;
	padding: 1em 0.5em 1em 1.2em;
    border-radius: 0;
    line-height: 1.25;
    font-weight: normal;
	position:relative;
	display:block;
	margin-bottom:0.7em;
}

.article .inBase h2:before{
	content:" ";
	width:0.5em;
	height:2px;
	position:absolute;
	top:1.5em;
	left:0;
	margin-top:-1px;
	background: #ffd748;
	display:block;
}

.article .inBase h3 {
    border:no;
    border:#00297b solid 2px;
    font-size:1.4em;
	padding: 0.7em 1em;
    line-height: 1.25;
	font-weight: normal;
	margin-bottom:0.9em;
}

.article .inBase h4 {
	background:#e1e9ef;
	color:#000;
	display:block;
	font-size:1.1em;
	padding:0.7em 0.5em 0.7em 2.5em;
	margin-bottom:1.3em;
	position:relative;
   border:none;
   font-weight: normal;
	margin-bottom:1.3em;
}

.article .inBase h4:before{
	content: "\f138";
	font-family: 'icomoon';
	position:absolute;
	top:1em;
	left:1em;
    margin-top:-0.2em;
}


.btnPageBottom--type01 a p{color:#FFF;}



.entry-card-title { padding: 1em 0; }



.wp-block-image{ position:relative; }
.wp-block-image figcaption {
    background:rgba(0,0,0,.7);
    color: #FFF;
    font-size: 0.9em;
    left: 0;
    padding: 0.6em 1em;
    position: absolute;
    top: 0;
}

/************************************
** フォーム用
************************************/
#mailform .wpcf7 input[type="file"] {
    border: none;
}

#mailform dl dt {
    font-size:1.2em;
}

#mailform .wpcf7-list-item {
font-size:1.2em;
margin-top:0.6em;
}

#mailform dl dt .required{
	color:red;
}


.submitBtn{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
	.entry-card-title { font-size:1.65em;}
}

/*992px以下*/
@media screen and (max-width: 992px){
  /*必要ならばここにコードを書く*/
	html { font-size: 62.5%; }
	.entry-card-title { font-size:1.25em;}
	.a-wrap { padding: 0.5em 0.5em 0.5em 0.7em}
	.entry-card-title { padding: 1em 0 0.3em 0;}
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.entry-card-title { font-size:0.9em;}
	.inBase .ect-entry-card .card-snippet {
    	display: none;
	}
	
	#mailform .inBase .article dl.clearfix {
	margin-bottom: 0;
	}
	#mailform dl dt {
		margin-top:-2em;
		display:block;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.entry-card-title { font-size:1.1em; line-height:1.3; padding:0.5em 0; }
	.inBase .entry-title,.inBase .article h2 {
    	padding: 0.6em 0;
	}
	.inBase .ect-entry-card .card-snippet {
    	margin-bottom: 0;
    	clear: both;
	}
}

.fz-18px { font-size:3.5vw; }
@media print, screen and (min-width: 768px) {
	body { min-width:768px; font-size:1.4vw;}
	.fz-18px { font-size:1.4vw; }
	.article .inBase h2 { font-size:1.4em; }
	.article .inBase h3 { font-size:1.2em; }
} /* 768px以上で適用される　レイアウトの指定　ここまで */
@media print, screen and (min-width: 1200px) {
	body { font-size: 1.6rem; min-width:1200px; }
	.fz-18px { font-size: 1.6rem; }
	#list .entry-card-title { font-size: 1.6em; padding: 1em 0 0.3em;}
	.entry-content { font-size: 1.24em; }
} /* 1200px以上で適用される　レイアウトの指定　ここまで */




/* 未ログインは非表示 */
#wrapper .worksSingle__noteBox,
#wrapper .worksSingle__contactBox{
 display:none;
}

body.logged-in #wrapper .worksSingle__noteBox,
body.logged-in #wrapper .worksSingle__contactBox{
 display:block;
}
