@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
table.skill {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
table.skill th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.skill th:first-child {
  border-radius: 5px 0 0 0;	
}
table.skill th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.skill tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: left;
}
table.skill tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.skill tr {
  background: #fff;
}
table.skill tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.skill tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.skill tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.skill tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.skill tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
.buttonlink {
    max-width: 600px;
    text-align: left;
    margin:20px auto 20px auto;

    color: #ffffff !important;
    height: auto;    
}
.buttonlink > img{
    display:inline !important;
}
.buttonlink :before {
	content:" \f08e 　";
        font-family: FontAwesome;
}
.buttonlink a {
 text-decoration: none !important;
 color: #ffffff !important;
 display:block;
 padding: 10px;
 background-color: #00bfff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.buttonlink a:hover {
 text-decoration: none !important;
 color:#666666 !important;
 background-color: #fff;
 border:2px solid #F00;
}
.comment-form-email,.comment-form-url{ display:none; }

.audible-box{
  max-width:680px;
  margin:32px auto;
  padding:28px 22px;
  border-radius:20px;
  background:linear-gradient(180deg,#fffdf7 0%,#fff7e8 100%);
  border:1px solid #f3d9a4;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  text-align:center;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;
}

.audible-badge{
  display:inline-block;
  background:#ff9900;
  color:#fff;
  font-size:13px;
  font-weight:700;
  padding:6px 12px;
  border-radius:999px;
  margin-bottom:16px;
}

.audible-copy{
  font-size:24px;
  line-height:1.5;
  font-weight:700;
  color:#222;
  margin-bottom:12px;
}

.audible-sub{
  font-size:15px;
  line-height:1.8;
  color:#555;
  margin-bottom:24px;
}

.audible-button{
  display:block;
  width:100%;
  background:linear-gradient(180deg,#ffb347 0%,#ff9900 100%);
  color:#fff !important;
  text-decoration:none;
  font-size:20px;
  font-weight:700;
  padding:18px 20px;
  border-radius:16px;
  box-shadow:
    0 6px 0 #d87d00,
    0 12px 24px rgba(255,153,0,0.35);
  transition:all .15s ease;
  position:relative;
}

.audible-button:hover{
  transform:translateY(2px);
  box-shadow:
    0 4px 0 #d87d00,
    0 8px 18px rgba(255,153,0,0.28);
}

.audible-note{
  margin-top:16px;
  font-size:13px;
  color:#777;
  line-height:1.7;
}

.audible-icons{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.audible-icon{
  background:#fff;
  border:1px solid #eee;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  color:#444;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
.audible-box{
  padding:24px 18px;
  border-radius:18px;
}

.audible-copy{
  font-size:21px;
}

.audible-button{
  font-size:18px;
  padding:17px 16px;
}
}