@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/* ヘッダー上 */
#container .post-descr {
	margin: 0;
	padding: 3px 0 0;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	color: #273238;
	font-size: 12px;
}
.header {
	box-shadow: 0px 10px 10px 0px rgb(0 12 66 / 15%);
}
@media only screen and (min-width: 769px) {
#logo img {
	padding: 12px 6px 12px 0;
}}

/* TOPページ上下入れ替え */
@media all and (max-width: 781px) {
.mobile-order-2 {
	-webkit-order: 2;
	order: 2;
}
.mobile-order-1 {
	-webkit-order: 1;
	order: 1;
}}

/* TOPページ文面 */
@media screen and (min-width: 993px) {
.mobile-order-2 {
	padding-right: 60px;
}}
@media screen and (min-width: 993px) {
.mobile-order-2without {
	padding-right: 60px;
}}

/* TOP最初のブロックの幅調整 */
.fsttopmrgn {
	margin-bottom: -2rem;
}

/* TOP白背景ドット */
.tpdods .alignfull {
	background-size: initial;
	background-repeat: repeat;
	background-image: url(https://hiraq.jp/wp-content/uploads/2022/11/bg_dots_raw.svg)!important;
}

/* フッター */
.entry-content li {
	padding: 3px 0 3px 0;
}
.footer_cntnr.frst01 {
	padding-top: 5px;
}
.footer_cntnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 100%;/* origin1200px */
}
@media only screen and (max-width: 767px) {
.footer_cntnr.frst01 {
	padding-top: 0;
}}
@media only screen and (max-width: 767px) {
.footer_cntnr, .ubq-footer-btm02, .ubq-footer-lk {
	display: block;
	width: 100%;
}}
.ubq-footer-lk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	order: 2;
}
@media only screen and (max-width: 767px) {
.ubq-footer-lk {
	order: 2;
}}
.ubq-footer-ubm {
	box-sizing: border-box;
	order: 1;
	width: 280px;
}
@media only screen and (max-width: 767px) {
.ubq-footer-ubm {
	border-top: 1px solid #d8d8d8;
	margin-bottom: 0;
	order: 2;
	padding: 30px 0 0 17px;
	width: 100%;
}}
.ubq-footer-btm02 {
	align-items: center;
	background-color: #30363E;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	padding: 10px 0;
	width: 100%;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
.ubq-footer-btm02 {
	padding: 5px 0 10px 17px;
}}
.ubq-footer-btm02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	border: none;
}
@media only screen and (max-width: 767px) {
.ubq-footer-btm02 ul {
	display: block;
	margin-bottom: 15px;
}}
.footer_cntnr li:first-child {
	padding-left: 0;
}
.ubq-footer-btm02 ul li {
	list-style-type: none;
	padding: 0 14px;
}
@media only screen and (max-width: 767px) {
.ubq-footer-btm02 ul li {
	padding: 0;
}}
.ubq-footer-btm02 .copyrights {
	margin-bottom: 0;
	margin-left: auto;
}
@media only screen and (max-width: 767px) {
.ubq-footer-btm02 .copyrights {
	font-size: 12px;
	text-align: center;
}}
.ubq-footer-ubm img.logo-ft {
	margin-bottom: 8px;
	width: 200px;
}
@media only screen and (max-width: 767px) {
.ubq-footer-ubm img.logo-ft {
	margin-bottom: 10px;
}}
.ubq-footer-ubm .ubqinf {
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 1.6;
	font-weight: 400;/* 使用停止中 */
}
.ubq-footer-ubm .ubqinf02 {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.8;
	font-weight: 400;
	padding-bottom: 1em !important;
}
.ubq-footer-ubm .sdgslg {
	margin-bottom: 20px;
	width: 240px;
}
.ubq-footer-ubm .norton-lg {
	margin-bottom: 15px;
	width: 74px;
}

/* フッターメニュー */
ul.ftr-gl-menu-lst a {
	color: #ffffff;
	transition: 0.3s;
}
ul.ftr-gl-menu-lst a:hover {
	opacity: .5;
}
ul.ftr-gl-menu-lst {
	list-style: none;
	font-size: 14px;
	padding: 0.4em 0 0.8em 17px;
	line-height: 2;
	letter-spacing: 0.06em;
	font-weight: 400;
	border: none;
	margin: 0;
}
@media only screen and (max-width: 767px) {
ul.ftr-gl-menu-lst {
	font-size: 13px;
}}
.ftr-menu-ttl {
	color: #ffffff;
	position: relative;
	padding-left: 16px;
	letter-spacing: 0.1em;
}
.ftr-menu-ttl:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	display: block;
	width: 10px;
	height: 2px;
	background-color: #17BA8F;
}
.ftr-gl-menu {
	margin-right: 2.4em;
	margin-bottom: 1.2em;
}
@media only screen and (max-width: 767px) {
.ftr-gl-menu {
	margin-right: 25px;
}}
.noacottl {
	color: #ffffff;
	position: relative;
	padding-left: 17px;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
	font-weight: 400;
}
.noacottl a {
	color: #ffffff;
	transition: 0.3s;
}
.noacottl a:hover {
	opacity: .5;
}
.noacottl:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	display: block;
	width: 10px;
	height: 2px;
	background-color: #17BA8F;
}
.ftr-noaco {
	margin-bottom: 1.2em;
	font-size: 16px;
}
p.padd-no {
	padding-bottom: 0;
	margin-bottom: 1em;
	margin-top: 0;
}
.ubq-footer-btm02 ul li a {
	color: #ffffff;
	transition: 0.3s;
}
.ubq-footer-btm02 ul li a:hover {
	opacity: .5;
}
.ubq-footer-btm02 .copyrights a {
	color: #ffffff;
	transition: 0.3s;
}
.ubq-footer-btm02 .copyrights a:hover {
	opacity: .5;
}