@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
header, article, aside, aside.left, footer {
	display: block;
}
.side {
	clear: both;
	text-align: center;
}
.copyright {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px #333;
	-moz-box-shadow: 0px 0px 8px #333;
	box-shadow: 0px 0px 8px #333;
	background-color: #DD0D34;
	display: block;
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 0;
	position: relative;
}
#content-top {
	margin: 0;
}
.akismet_comment_form_privacy_notice {
	font-size: small;
}
.ad-uni {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px #333;
	-moz-box-shadow: 0px 0px 8px #333;
	box-shadow: 0px 0px 8px #333;
	background-color: #DD0D34;
	color: #fff;
	text-align: center;
  clear: both;
	margin: 0;
}
.ad-big {
	width: 100%;
	display: block;
    text-align: center;
	clear: both;
}
.fix {
	font-size: small;
}
.menu-header {
  width: 100%;
height: auto;
background-color: #DD0D34;
  margin: 0 auto;
  padding: 0;
}
.menu-header li {
  display: block;
  float: left;
  margin: 0;
  padding: 0; 
}
.menu-header li a, .menu-header li :visited {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	height: auto;
	margin-top: 0;
	color: #DD0D34;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	letter-spacing: 1px;
	text-decoration: underline;
	border: 5px outset #FD4E6F;
}
.menu-header li a:hover     {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	color: #FD4E6F;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	letter-spacing: 1px;
	text-decoration: underline;
	border: 5px outset #F5758F;
}
#cat-top {
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 0;
}

#cat-top li {
  display: block;
  float: left;
  width: 14.2%;
	text-align: center;
  margin: 0;
  padding: 0; 
}
#cat-top li a, #cat-top li :visited {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: auto;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #DD0D34;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-decoration: none;
	border-top: 2px outset #FD4E6F;
	border-right: 2px outset #970E28;
	border-bottom: 2px outset #970E28;
	border-left: 2px outset #FD4E6F;
}
#cat-top li a:hover     {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: auto;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #FD4E6F;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 0px;
	text-decoration: none;
	border-top: 2px outset #F5758F;
	border-right: 2px outset #DD0D34;
	border-bottom: 2px outset #DD0D34;
	border-left: 2px outset #F5758F;
}
footer {
	clear: both;
}
.link {
	display: block;
	color: #757575;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px 15px 0;
}
.pink {
	color: #F90257;
	font-weight: 700;
	font-size: 16px;
}
.btn {
	width: 90%;
	display: block;
	margin: 12px;
	clear: both;
}
.wp-block-image {
	width: 50%;
	display: block;
	margin: 0px;
	float: left; 
}
.backtop-how {
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	display: block;
	width: 80%;
	clear: both;
}
.memo {
	font-size: 10px;
	color: #666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.infotext {
	font-size: 16px;
	color: #60002D;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 5%;
	text-align: left;
	display: block;
}
.content404 h2 {
	clear: both;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #a40035;
}
.content404 p {
	text-align: left;
	font-weight: bold;
	font-size: medium;
	color: #005982;
	line-height: 180%;
	margin-left: 40px;
}
.breadcrumbs {
	font-size: 14px;
	text-align: left;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
        margin-top: 20px;
}
.breadcrumbs li {
	float: left;
	list-style-type: none;
	padding-bottom: 20px;
}
a, a:visited {
	color: #03f;
	letter-spacing: 1px;
}
a:hover     {
	color: #f00;
	letter-spacing: 1px;
}
a:active     {
	color: #f00;
	letter-spacing: 1px;
}
#messageform {
	text-decoration: underline;
	background-color: #FCC;
	text-align: center;
	display: block;
	height: 100px;
	width: 650px;
	border: 8px ridge #F03;
	margin-left: 100px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 35px;
	margin-bottom: 30px;
}
.downloadfile {
	margin-left: 30px;	
}
ul.wpp-list {
	list-style-type: none;
}
#popular {
	list-style-type: none;
	padding-bottom: 20px;	
}
h3.b-p {
	font-size: 18px;
	margin: 15px;	
}
h2.dlpage {
	font-size: 1.2em;
}
.wp-cf7-title
{
font-size: 15px;
margin-top: 10px;
margin-right: 0px;
margin-left: 50px;
text-align: right;
width: 25%;
float: left;
}
.wp-cf7-text-design
{
font-size: 16px;
background-color: #f7f7f7;
color: #000000;
margin-top: 10px;
margin-right: 70px;
width: 55%;
border-radius: 0;
}
.wp-cf7-button
{
clear:both;
padding-top: 30px;
text-align: center;
}
span.wp-cf7-icon {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #A4A4A4;
        font-size: 12px;
        color: #ffffff;
        margin-left: 12px;
        padding: 2px 4px;
}
ul#pagination {
	list-style-type: none;
	clear: both;
	padding-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 55%;
	padding-top: 20px;
}
ul#pagination li {
	float: left;
}
li.page-n a, li.page-n a:visited {
	text-align: center;
	width: 100px;
	font-size: 16px;
	border: 4px solid #A40035;
	margin-right: 50px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #FFFFFF;
	color: #0649FF;
	text-decoration: underline;
	font-weight: bold;
}
li.page-n  a:hover {
	text-align: center;
	width: 100px;
	font-size: 16px;
	border: 4px solid #A40035;
	margin-right: 50px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #EEEEEE;
	color: #A40035;
	text-decoration: underline;
	font-weight: bold;
}
/*DL*/

.content-cat {
	margin-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.side-cat {
	list-style-type: none;
	clear: both;
	width: 100%;
	padding: 0;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.side-cat li a, .side-cat li a:visited {
	height: auto;
	color: #fff;
	font-size: 14px;
	display: block;
	font-weight: 600;
	background-color: #C8225B;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: underline;
	border-top: 3px outset #FD4E6F;
	border-right: 3px outset #740B1F;
	border-bottom: 3px outset #740B1F;
	border-left: 3px outset #FD4E6F;
	text-align: center;
	margin-bottom: 3px;
}
.side-cat li a:hover     {
	display: block;
	height: auto;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	background-color: #E87CA1;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-top: 3px outset #F5758F;
	border-right: 3px outset #DD0D34;
	border-bottom: 3px outset #DD0D34;
	border-left: 3px outset #F5758F;
	text-align: center;
	margin-bottom: 3px;
}

.menu img{
  margin-right: 1%;
}
.menu{
  clear: both;
}
.wrapper1 {
	text-align: left;
	height: auto;
	clear: both;
	padding-top: 10px;
}
.wrapper2 {
	text-align: left;
	clear: both;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.leftbox {
	float: left;
	width: 48%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
	font-size: 16px;
}
.rightbox {
	float: right;
	width: 48%;
	height: auto;
}
.rightbox p {
	font-size:16px;
}
.leftbox2 {
	float: left;
	margin-left: 20px;
}
.rightbox2 {
	float: left;
	width: 49%;
	padding-left: 0px;
}
#facebook {
	float: left;
	width: 336px;
}
.how-link a, .how-link a:visited {
	display: block;
	text-align: center;
	color: #B04F03;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
	padding: 0;
	text-decoration: underline;
}
.how-link a:hover     {
	display: block;
	text-align: center;
	color: #FB8A31;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
	padding: 0;
	text-decoration: none;
}	
.button-up a, .button-up a:visited {
	display: block;
	text-align: center;
	color: #743402;
	font-size: 12px;
	font-weight: 600;
	padding: 0;
	background-color: #DBF9ED;
	text-decoration: underline;
}
.button-up a:hover     {
	display: block;
	text-align: center;
	color: #C25703;
	font-size: 12px;
	font-weight: 600;
	padding: 0;
	background-color: #F9DBF1;
	text-decoration: none;
}	
#toplogo {
	margin: 0;
}
.dldesign {
	background-color: #0068b7;
	display: block;
	height: auto;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	padding: 5px;
	margin: 0;
	clear: both;
}
.dl:link, .dl:visited {
	color: #00F;
	font-size: 13px;
	background-color: #e9d6b9;
	display: block;
	height: auto;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 5px ridge #0068B7;
}
.dl:hover {
	color: #C8225B;
	font-size: 13px;
	background-color: #fbf0de;
	display: block;
	height: auto;
	text-align: center;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 5px ridge #0068B7;
}
#comment {
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
.comment-notes,.comment-form-email{display:none;}

.comment-form-url{display:none;}
.commentlist {
  font-size: 14px;
  text-align: left;
  list-style: none;
}
#respond h3 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FB5F02;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	margin-left: 30px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-color: #CECECE;
	text-align: center;
}
ul.mokuji-bottom {
	list-style-type: none;
	clear: both;
	padding-bottom: 0px;
}
ul.mokuji-bottom li {
	float: left;
	display: block;
	text-align: left;
	width: 250px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 12px;
	border-bottom: 2px groove #A40035;
	margin-right: 10px;
}
table.dez th,td {
	width: 25%;
	font-size: 13px;
	text-align: center;
	color: #04006a;	
}
img.mihon {
	border: 5px solid #ECECEC;
}

img.left {
    margin: 12px 15px;
    float: left;
}
table td.dlb {
	padding: 0;
	text-align: left;
}
table td.dlr {
	padding-right: 0;
	padding-left: 5px;
	text-align: right;
}
table.dez {
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
}
table.dez caption {
	font-size: 14px;
	font-weight: 600;
	color: #6A1230;	
}
.contact {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	width: 50%;
	height: auto;
	font-size: 16px;
	color: #C50408;
	font-weight: bold;
	margin: 0 12px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-color: #E9B9B9;
	text-align: left;
	clear: both;
}
.contact img {
    float: right;
	padding-right: 20px;
	padding-top: 0;
	}
a img{
  opacity: 1;
  transition: 0.3s;
}
a:hover img{
  opacity: .5;
}
td.prevnext {
	width: 15%;
}
td.sozai {
	width: 70%;
	height: 500px;
}
/************************************
** ブログカード
************************************/
/*内部ブログカードのフッター非表示*/
.internal-blogcard-footer{
display:none;
}
/*続きボタン */
.internal-blogcard-site{
float:none;
}
.internal-blogcard-date{
display:none;
}
.internal-blogcard-site:after{
font-family: "FontAwesome";
content: ">▶詳細ページへ";
font-weight: bold;
font-size: 100%;
color: #00479d;
padding: .2em;
border-radius: 4px;
background-color: rgba(0,0,0,0);
border:1px solid #00479d;
display: inline;
margin-left: auto;
}
.internal-blogcard-site:hover::after{
opacity: .7;
}
.cat-label {
display:none;	
}
/* SNSボタン開始 */
#main .button-caption {
  display: none;
}
#main .sns-share a {
  width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 8px;
}
.sns-share-buttons {
  justify-content: center;
}
#main .social-icon {
  font-size: 25px;
}
.sns-share-message{
    font-weight: bold;
	font-size: 16px;
    color: #13b5b1;
}
.box-pink {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:700px; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px solid #f27398;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box-pink .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #f27398; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 16px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box-pink p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}
.primary-box p {
	text-align: left;
}
/*目次
===================================*/
.toc-title {
    font-weight: bold;
    color: #499eda;
}
.toc {
    border-radius: 4px;
    margin-top: 80px;
	clear: both;
}
.toc a {
    display: block;
    margin: 10px 0px;
}
.toc-content ol li {
    border-top: 1px dotted #ddd;
}
/* SNSボタン終了 */
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
h1.entry-title {
    clear: both;
}
.leftbox {
    width: 100%;
}
.rightbox {
    width: 100%;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
h1.entry-title {
    text-align: center;
	padding: 0;
    clear: both;
}
.leftbox {
    width: 100%;
}
.rightbox {
    width: 100%;
}
}
