/*
Theme Name: WING-STINGER PRO2 Child
Template: stingerpro2
Description: ver2018717以上対応
Version: 20180717
*/

body {
	background: #fafafa !important;
}

#container a {
	color: #4682b4;
	text-decoration: underline;
}

#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
	font-weight: bold;
}

input, button, textarea, select {
	appearence
}

#container a:hover {
	text-decoration: none;
}

#container .kanren .clearfix dd h5 a,
#container dd h3:not(.st-css-no2) a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#container .kanren .clearfix dd h5 a:hover {
	color: #b22222;
}

#container .sns li a {
	color: #fff;
	text-decoration: none;
}

footer {
	margin: 0 !important;
}

#footer-in a {
	text-decoration: none;
}

.slick-prev,
.slick-next {
	z-index: 99;
}

#comments input {
	appearance: auto;
}

#gazou-wide {
	padding-top: 10px;
}


.ctabtns {
	margin: 0 0 50px;
}
.post .ctabtns ul:not(.toc_list):not(.st_toc_list) {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.ctabtns ul li {
	width: 48%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ctabtns ul li .fukidashi {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.ctabtns ul li.web .fukidashi { color: #de9284; }
.ctabtns ul li.ftf .fukidashi { color: #7ab1d4; }

.ctabtns ul li .fukidashi span {
	position: relative;
}
.ctabtns ul li .fukidashi span::before,
.ctabtns ul li .fukidashi span::after {
	content: "";
	width: 2px;
	height: 1.2em;
	position: absolute;
	top: 0;
}
.ctabtns ul li .fukidashi span::before { left: -1em; transform: rotate(-45deg); }
.ctabtns ul li .fukidashi span::after { right: -1em; transform: rotate(45deg); }
.ctabtns ul li.web .fukidashi span::before, .ctabtns ul li.web .fukidashi span::after { background: #de9284; }
.ctabtns ul li.ftf .fukidashi span::before, .ctabtns ul li.ftf .fukidashi span::after { background: #7ab1d4; }

.ctabtns ul li .fukidashi span em {
	font-size: 150%;
	margin: 0 5px;
}
#container .ctabtns ul li a {
	color: #555;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px;
	display: block;
	position: relative;
	transition: all .1s;
}
#container .ctabtns ul li a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}
#container .ctabtns ul li a span {
	font-size: 150%;
	display: block;
}
#container .ctabtns ul li.web a { color: #6d1a14; background: #f7dad5; box-shadow: 0 5px 0 #6d1a14; }
#container .ctabtns ul li.ftf a { color: #15739c; background: #bfd7ea; box-shadow: 0 5px 0 #15739c; }
#container .ctabtns ul li.web a::after { border-color: #6d1a14; }
#container .ctabtns ul li.ftf a::after { border-color: #15739c; }
#container .ctabtns ul li.web:hover a { transform: translateY(2px); box-shadow: 0 3px 0 #6d1a14; }
#container .ctabtns ul li.ftf:hover a { transform: translateY(2px); box-shadow: 0 3px 0 #15739c; }



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	.post .ctabtns ul:not(.toc_list):not(.st_toc_list) {
		display: block;
	}
	.ctabtns ul li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		list-style: none;
	}
	#container .ctabtns ul li a {
		font-size: 4.2vw;
		padding: 6px 0;
	}
	
	/*-- ここまで --*/
}
