@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

.content h2 {
    padding: .6em 1em;
    background-color: #52a5a4;
    border-right: 10px solid #d3d6db;
    border-left: 30px double #d3d6db;
    border-radius: 7px;
    color: #f5f3f3;
    position: relative;
}
.content h2:after {
    position: absolute;
    left: -10px;
    bottom: 0;
    content: '';
    height: 100%;
    border-left: 10px solid #fbfcfe;
}
.content h3 {
    padding: .4em 4em;
    border: 1px solid #d3d6db;
    border-radius: 4px;
    background-image: repeating-linear-gradient( 45deg, #52a5a4 0%, #52a5a4 7%, #fbfcfe 7%, #fbfcfe 8%, #52a5a4 8%, #52a5a4 9%, #bcbcbc 9%, #bcbcbc 91%, #52a5a4 91%, #52a5a4 92%, #fbfcfe 92%, #fbfcfe 93%, #52a5a4 93%, #52a5a4 );
}

.sc_toggle_title {
    cursor: pointer;
    transition: .2s;
}
.sc_toggle_title:hover,
.sc_toggle_title.active {
    background: #52a5a4;
    color: #fff;
}
.sc_toggle_title:hover::after,
.sc_toggle_title.active::after {
    color: #fff;
}

#cta .cta_btnarea a:hover {
	box-shadow: 0 0 0 transparent;
	background: #52a5a4!important;
	text-shadow: 0 0 0 transparent;
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
#cta .cta_btnarea a {
    box-shadow: 0 5px 0 #ac5d04;
    padding: 15px 0;
    font-size: 1.7em;
}
.cta_thumbnail img {
    max-height: 100% !important;
}