/* カスタム CSS をここに入力してください *//*=============================================
                ３カラム用のCSS
===============================================*/
main#main .post-list-card .post-list {
/*カード式を2つから3カラムに*/
	font-size: 13px;
	width: 31%;
	margin: 0 1% 2.5%;
	float: left;
	overflow: hidden;
	height: 350px;
}

body.home main#main {
	width: 100%;
}

body.home .home_widget {
	width: 100%;
	max-width: 100%;
}



.textwidget h2 {
color: #364e96;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #364e96;/*上線*/
border-bottom: solid 3px #364e96;/*下線*/
}


.textwidget p {
	font-size: 18px;
}

.widgettitle a {
    text-decoration: none;
    color: #fff !important;
}

.wpp-views{
   color:#ce0000 ;
}

#custom_header {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
    padding-bottom: 43%;
    background-size: cover;
	 height: 0;
}

@media screen and (max-width:480px) { 
  #custom_header { 
  padding-bottom:  90%; } 
}

body.home main#main {
    width: 100%;
    margin: 0;
}

.header-info a {
    display: block;
    font-size: .8em;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #BE0413;
    padding: .4em;
}

.entry-content h4, .widgettitle {
    background: #01004c !important;
    color: #ffffff;
    text-align: center;
}

#custom_header .btn-wrap {
    margin: 35% 0 0;
}

#custom_header .btn-wrap a {
    padding: 0.8em 0.5em;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.05);
    font-size: .82em;
    font-weight: bold;
    width: 300px;
    max-width: 90%;
    background: #1bb4d3;
    position: relative;
    text-align: center;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    opacity: 0.9;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

@media screen and (max-width: 480px) {
    #custom_header .btn-wrap {
    margin: 20% 0 0;
  }
}


@media only screen and (min-width:479px) and (max-width:768px){
  #custom_header .btn-wrap {
    margin: 10% 0 0;
  }
}


.textwidget-youtube{
background: #F2F2F2;
}

.textwidget-sidou{
background: #91070B;
}

.textwidget-youtube h2 {
    color: #364e96;
    padding: 0.5em 0;
    border-top: solid 3px #232323;
    border-bottom: solid 3px #232323;
}

.textwidget-sidou h2 {
   color: #91070B;
    padding: 0.5em 0;
    border-top: solid 3px #FFFFFF;
    border-bottom: solid 3px #FFFFFF;
}

.cta-inner h2 {
    color: #364e96;
    padding: 0.5em 0;
    border-top: solid 3px #FDFCFC;
    border-bottom: solid 3px #FDFCFC;
}

.textwidget-sns h2{
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #454545;
}

.textwidget-sns h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


.btn-wrap a {
    display: inline-block;
    text-decoration: none;
    padding: 1em 2em;
    background: #4993AF;
    border: 1px solid #4993AF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 5px #000000;
    color: #fff;
}

.btn-wrap.sidou-btn a {
background: #FF8000;
border-color: #FF8000;
color: #FFFFFF;
}