@charset "UTF-8";

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

h2,h3,h4,h5,h6{
font-style:normal!important;
}

.footer-bottom-logo .logo-image {
	max-width: 60%;
}
.footer-bottom-logo img {
	height: auto;
}

.item-label,.menu-item,.copyright{
/*  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

blockquote a {
color:#9700a8!important;
	font-size:14px!important;
}

.information{
	background:#F8ECF8!important;
	border-color:#6f4ab2!important;
}

.is-style-information-box,
.information-box,
.information {
  background:#fcf8fc;
  border: 1px solid #6f4ab2;
}

.is-style-information-box::before,
.information-box::before,
.information::before {
  content: "\f05a";
  color: #6f4ab2;
  border-right: 1px solid #F8ECF8;
}

.st-blue{
	background:#F8ECF8!important;
	border-left-color:#6f4ab2!important;
}

@media screen and (max-width: 480px){
.is-style-information-box::before,
.information-box::before,
.information::before {
	background:#F8ECF8!important;
}
}

.ez-toc-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.3rem!important;
	padding: 0.4em 0.1em!important;
}

.wk{	
border:solid 1px #ccc;
}

.site-name-text{
	font-weight:bold;
}
.logo-text{
	margin-top:-5px!important;
}

li .post-item {
	font-size:16px!important;
}

blockquote {
    background-color:#f5ebff!important;

}

blockquote:before{

    color: #6f4ab2!important;
}

blockquote:after{

    color:#6f4ab2!important;

}

.btn-cv {
  padding:0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 18px;
  box-shadow: 1px 1px 5px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.9em auto;
  padding:0.4em 0 .7em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 63%;
}

.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #ffff00;
}

.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}

.btn-cv a {
  background: #fb0404;
  background: -webkit-linear-gradient(#fb0404, #ad0f00);
  background: linear-gradient(#fb0404, #ad0f00);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}

.is-reflection a {
  overflow: hidden;
}

.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}

.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-4px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}

.first-button{
	font-size: 60%!important;
/*	margin-bottom:25px!important;*/
}

@media only screen and (max-width: 767px) {
.btn-cv a {
	font-size: 1.3em;
    width: 94%;
}
}

.box-title {
	position: absolute;
	top: -1em; 
	left: -0.2em; 
	font-size: 1.0em; 
	font-weight: bold; 
	display: inline-block;
	padding: 0.2em 0.5em 0; 
	border-radius:1px;
	color: #fff;
	background: #6f4ab2;
}
.title-box {
	position: relative;
	padding: 0.8em 0.5em 0!important; 
	margin:2.5em 0em 2em; 
	border:#6f4ab2 3px solid;
	background:#fcf8fc;
}

/* スマホ以外481px以上 */
@media screen and (min-width: 481px) {
.title-box {
		margin:2em 1em 2em; 
		padding: 1.0em 1.7em 0em;
}
}

/*リストマーク変更*/

li::marker{
	color:#6f4ab2;
	list-style-type:square;
}

h4{
	border-bottom:0px!important;
	margin:30px 0px -10px 5px!important;
}

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
.logo-text{
	margin-top:10px!important;
}
