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


ol.no-list{ list-style: none;
    padding: 1.5em 1em 1.5em 1.5em;}
.pull-right{float: right;}
a:hover.red-bc{color:#fff;text-decoration: none;}
.green-bc{ text-decoration:none !important;}
.raised:hover, .raised:focus{color:#FFF !important;}
#logo img {
	height:50px;
}
.header {
	box-shadow: none;
	border-bottom: solid 1px #006BD2;
}
.footer{border-top: 1px solid #006CC9;}

.footer-contents .sns-btn{ display:none;}

.entry-content blockquote ul, .entry-content blockquote ol,.entry-content td ul, .entry-content td ol {
    border: none;
    padding: 5px 0 5px 20px;
    margin: 0;
}
.entry-content blockquote li, .entry-content td li {
	padding: 0;
}
.btn-l{
	font-size: 1.5em;
	padding: 10px 30px 10px;
}

/*================== 768px〜の場合 ==================*/
@media only screen and (min-width: 768px) {
	
	.home .header ,#divheader, .post-tab ,.sidelong__article{
	 animation: none;
	}
	.cardtype__article:first-child, .cardtype__article:nth-child(2), .sidelong__article:first-child, .sidelong__article:nth-child(2) {
		animation: none;
	}
	.wrap{
		/*width: 1000px;*/
	}
	#inner-header,#inner-footer{
		/*max-width:1000px;*/
	}
	#inner-content{
		/*max-width:1000px;*/
	}
	.sidelong__article{ border:solid 1px #ddd;}
}
/*================== 1030px〜の場合 ==================*/
@media only screen and (min-width: 1030px) {
	
	
}

.block .form-control{ border: 2px solid #ced4da;}
.forcus{  border: 3px solid #ced4da; }
.block.ok input,.block.ok select{ background: #cce7ff;  border: 3px solid #0081f2;  border-radius: .30rem;}
.block select{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #ced4da;
}
.block select::-ms-expand { display: none; }
.block input, .block select, .block textarea{
	padding-left: 47px;
	height: 46px;
    background: #fff url(https://ma-market.com/img/icon/pulldown-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.block input{
	background-image: url(https://ma-market.com/img/icon/pulldown-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.item{
	counter-increment: item;
}
.block{ position: relative; }
.block:before {
    content: counter(item);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 36px;
    height: calc(100% - 6px);
    border-radius: .14rem 0 0 .14rem;
    background: #0081f2;
    position: absolute;
    left: 3px;
    top: 3px;
}
.block.ok:after {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url(https://ma-market.com/img/icon/check.png);
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    background-color: #0081f2;
}


/************************************
** top
************************************/
#top-ttl {
    font-size: 3.5rem;
    text-align: center;
    font-weight: bold;
    margin: 0;
	color: #fff;
}

.sgb-full-bg__cover.alignfull {
    background-position: center;
}

@media (max-width: 768px) {
#top-ttl {
    font-size: 2.5rem;
}
}

@media (max-width: 480px) {
#top-ttl {
    font-size: 2rem;
}
}

.top-title-h2 {
    position: relative;
    padding: 0.4em 1.5em !important;
    background: #dcefff !important;
    text-align: center;
    width: fit-content;
    margin: 0 auto !important;
    border: none !important;
    min-width: 200px;
    margin-bottom: 30px !important;
}

.top-title-h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}

	@media only screen and (max-width: 900px) {
.top-title-h2 {
    width: 100%;
}
}

.top-btn-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 60px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    transition: 0.1s;
    border-radius: 7px;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--wp--preset--color--sango-main);
    color: #fff;
	transition: all 0.3s ease-in-out;
}
.top-btn-cta a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
}

.top-btn-cta a:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}