@charset "UTF-8";

/*
h2{
	font-family: "Noto Serif JP" ,"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif;
	color: #EA5504;
	letter-spacing: 1px;
	background:url(../img/underline_02_orange.svg) left bottom no-repeat;
	padding-bottom: 10px;
}
*/

/*オレンジ色読み込み*/
@import url("color-orange.css");

.info-box{
	background-color:rgba(248,178,0,0.3);
	padding: 1.0em 0;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

.info-box .contents-area{
text-align: center;
}

.info-box strong{
	color: #EA5504;
}

.info-box strong.phone,
.info-box strong.fax{
	font-family: "Noto Serif JP" ,"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif;
font-size: 2.0em;
}

/*電話アイコン*/
.info-box strong.phone:before{
	display: inline-block;
	content: " ";
	width: 39px;
	height: 39px;
	background:url(../img/icon_phone_s.svg) no-repeat;
	background-size: contain;
	position: relative;
	top:8px;
	margin-right: 5px;
}

/*太陽の門 相談室*/

#soudan-shitsu .msg{
background:url(/wp/wp-content/uploads/2019/03/illust_soudan-shitsu.svg) bottom right no-repeat;
background-size: contain;
margin:1.0em 0;
}

/* PCのみ */
@media screen and (min-width: 768px),print {
#soudan-shitsu .msg{
	padding-right: 300px;
}
}

/* スマートフォン */
@media screen and (max-width: 767px) {
}

/*相談室*/
/*

#soudan-shitsu-info .phone-num{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#soudan-shitsu-info ul.msg-list{
	padding-left: 1.0em;
}
*/

/*相談支援の流れ*/

.flow{
	border:1px #000 solid;
	padding: 15px;
}

.flow ol{
	margin:0;
	padding: 0;
	list-style-type: none;
}

.flow ol li:not(:last-child):after{
	display: block;
content: "\2193";
font-weight: bold;
text-align: center;
}