@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.page .entry-title,
.single .entry-title {
	text-align: center;
	display: none;
}

.topcontainer{
    width:400px;
    height: auto;
    margin:0 auto;
    position: relative;
}

.topcontainer img{
    width:100%;
    height:auto;
}

.topcontainer p{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    font-size:28px;
    color: #2b2b2b;
    padding:0;
    margin:0;
}


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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
padding:1em !important;/* ボタン内の余白 */
margin:1em 0em !important;/* ボタンの上下の余白 */
background-color: #4169e1 !important;/* 背景の色 */
border-radius: 5px !important;/* 角を丸く*/
color: #fff !important;/* 文字の色*/
font-size: 18px !important;/* 文字の大きさ */
font-weight: 500 !important;/* 文字の太さ*/
width: 150px;/* ボタンの横幅*/
}

input.wpcf7-submit:hover {
background-color:#4169e1 !important;/* マウスを乗せたときの背景色 */
color: #ffff00 !important;/* マウスを乗せたときの文字の色 */
}

.hissu {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.nini {
    font-size: 7px;
    padding: 5px;
    background: #dcdcdc;
    color: #000000;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.text_link a {
	position: relative;
	color: #0000cd;
	text-decoration: none;
}
.text_link a:hover {
	color: #ff0000;
}

/*pdf embedder センタリング*/
.pdfemb-viewer{
	margin:0 auto!important;
}