/* カスタム CSS をここに入力してください */

/* FooGalleryのキャプションの文字を白に */
.fbx-caption-title { color: #ffffff;}

/*　トップページ「Radio」の設定　*/

@media screen and (min-width: 768px){
  
  .radio_box{max-width:1000px;
    overflow: hideen;}
  .radio_l{width:50%;
    float:left}
  .radio_r{width:40%;
    float:left;
  	margin-left:30px;}
  .box-clear{ clear: both; }  
}

/*　「Radio」の書式設定　*/

.radio_box{text-align:left;}
.radio_l {margin-right:30px;}
.radio_l p {font-size: 1.2em;
  line-height:3em;
	padding-bottom:30px;}

.radio_r {
  margin-top:30px;
}

#wpcf7-f117-o1 h2{
  	font-size: 1.3em;
	font-weight:normal;
	margin:30px 0;
	line-height:2em}

#wpcf7-f117-o1 {
  	border:solid 1px #c00000;
  	padding-left:5px;}
	
.radio_box h1{
    position: relative;
    color: #444;
    font-size: 1.5em;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #C00000;
}
 
.radio_box h1:before{
    content: "";
    position: absolute;
    background: #c00000;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.radio_box h1:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}



/*　コンタクトフォームの書式設定　*/	
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-request"] {
        width: 85%;
        height: 20px;
}

.wpcf7 textarea[name="your-message"] {
        width: 85%;
        height:50px;
}


/*　音源ダウンロードの書式設定　*/	
#text-6 h2{color: #444;
    font-size: 1.5em;
    font-weight: bold;
  	margin-top:2em;
}

#text-6 p{color: #444;
    font-size: 1.3em;
}

a.wpdm-download-link{
  	font-size:1.7em;}

.w3eden .pull-left {
    float: none !important ;
}
