@charset "utf-8";

/*建築図面作成代行*/
/* body.zumen #container a[target="_blank"]::after { display: none; } */
body.zumen .zumenSetupPlan {
	background: #4472c4;
	padding: 25px;
	color: #fff;
	margin-bottom: 40px;
}
body.zumen .zumenSetupPlan h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  border-bottom: none;
  position: relative;
  margin: 0 0 1em;
}
body.zumen .zumenSetupPlan h3:before {
  display: none;
}
body.zumen .zumenSetupPlan h3 span {
	font-size: 16px;
}
body.zumen .zumenSetupPlan ul {
	margin-left: 25px;
	margin-bottom: 5px!important;
}
body.zumen .zumenSetupPlan ul + div {
	border-top: 1px dotted #fff;
	padding-top: 15px;
	padding-left: 25px;
}
body.zumen .zumenSetupPlan-txt1 {color: #FFB6B8;}
body.zumen .zumenSetupPlan-txt2 {color: #FFF500;}
body.zumen .zumenSetupInfo {
    border-bottom: 3px solid #4472c4;
    padding-bottom: 15px;
}
body.zumen .zSpart2 .zumenSetupInfo {
    border-top: 3px solid #4472c4;
    padding-top: 15px;
}
body.zumen .zumenSetup > li:nth-child(1) {
    width: calc(100% - 380px);
}
body.zumen .zumenSetup > li:nth-child(2) {
    width: 355px;
}
body.zumen .zumenSetupInfo div.zumenSetupInfo-title {
    background: #44546a;
    padding: 10px 15px 10px 15px;
    font-weight: bold;
    color: #fff;
}
body.zumen .zumenSetupInfo-list {
    color: #c45911;
}
body.zumen .zSpart2 .zumenSetupPlan img {
    width: 300px;
}
body.zumen .zumenSetupAbout {
    border-right: 2px solid #5e7c76;
    display: flex;
    font-size: 0.9rem;
}
body.zumen .zumenSetupAbout > li {
    border: 2px solid #5e7c76;
    border-right: 0;
    width: calc(100% / 3)!important;
    margin: 0!important;
    padding: 15px;
    box-sizing: border-box;
}
body.zumen .zumenSetupAbout li div.zumenSetupAbout-title {
    background: #44546a;
    padding: 10px 15px 8px 15px;
    font-weight: bold;
    color: #fff;
}

.zumen table td{
    text-align: center;
}
@media only screen and (max-width: 768px) {
    body.zumen .zumenSetup > li:nth-child(1), .zumenSetup > li:nth-child(2) {
        width: 100%;
    }
	body.zumen .zumenSetupPlan ul {
		margin-left: 0;
	}
	body.zumen .zumenSetupPlan ul + div {
		padding-left: 0;
	}
	body.zumen .c-editable .zumenSetupPlan h3 {
		font-size: 4.17vw;
		padding: 0 0 1.31vw;
		border-bottom-width: 1.05vw;
	}
}
body.zumen .zumenOption-txt1,
body.zumen .zumenOption-txt2 {font-weight: bold;}
body.zumen .zumenOption-txt2 {
	color: #c55a11;
}
/*建築図面作成代行202204*/
.zumen .contentsBox2{
    padding:50px 0;
}
.zumen .contentsBox2 > h2:first-child,
.zumen #setPlan > .contentsBox2 > h3:first-child,
.zumen #tanpin > .contentsBox2 > h4:first-child,
.zumen #option > .contentsBox2 > h4:first-child,
.zumen #gaiko > .contentsBox2 > h3:first-child,
.zumen #tato > .contentsBox2 > h3:first-child,
.zumen #shinseiyo.contentsBox2 > h3:first-child,
.zumen #flow.contentsBox2 > h3:first-child{
    margin-top:0;
}
@media only screen and (max-width: 768px) {
    .zumen .contentsBox2{
        padding:25px 15px;
        width:100%;
        box-sizing: border-box;
    }
    .zumen .zumen2 > .contentsBox2:first-of-type{
        padding:0px 15px 25px;
    }
    .zumen .zumen2 > .contentsBox2:first-of-type ul,
    .zumen .zumen2 > .contentsBox2:first-of-type ul > li:last-child{
        margin-bottom:0;
    }
}
body.zumen ul.zumen2AnchorList{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    justify-content: center;
}
body.zumen ul.zumen2AnchorList > li{
    width:calc((100% - 70px) /7);
    margin: 5px 4.95px 5px 4.95px;
    position: relative;
    list-style:none
}
body.zumen ul.zumen2AnchorList > li::before {
    content:"";
    display: block;
    padding-top: 100%;
}
body.zumen ul.zumen2AnchorList > li > div{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
body.zumen ul.zumen2AnchorList > li > div > a{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    height:100%;
    text-decoration: none;
    background-color:#008bce;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#fff;
    text-align:center;
    border-radius: 50%;
    overflow: hidden;
}
body.zumen ul.zumen2AnchorList > li > div > a:hover{
    background-color:rgba(0,139,206,0.9);
}
@media only screen and (max-width: 768px) {
    body.zumen ul.zumen2AnchorList{
        display:flex;
        flex-wrap:wrap;
        padding-left:0;
        justify-content: left;
    }
    body.zumen ul.zumen2AnchorList > li{
        width:calc((100% - 40px) /4);
        margin: 5px 4.95px 5px 4.95px;
    }
}
body.zumen .zumen2 .buttonLink1 a,
body.zumen .zumen2 .buttonLink2 a{
    border-radius: 5px;
    width:auto;
    display:inline-block;
    padding:10px 50px 10px 25px;
}
body.zumen .zumen2 .dl1{
    background-color:#fffee4;
    padding:20px 25px;
    border-radius: 10px;
}
body.zumen .zumen2 .dl1 dt{
    font-size:1.2em;
    background:transparent;
    margin-bottom:5px;
}
body.zumen .dl1 dt,body.zumen .dl1 dd {
    border-left:none;
    padding:0;
}
body.zumen .tagBox .dl1 ul{
    margin-bottom:0;
}
body.zumen .tagBox .dl1 ul > li:last-child{
    margin-bottom:0;
}
@media only screen and (max-width: 768px) {
    body.zumen .zumen2 .dl1{
        padding:10px 15px;
    }
}
body.zumen .zumanTanpinList{
    display:flex;
}
body.zumen .zumanTanpinList > div{
    width:calc((100% - 50px) /3);
    margin: 0 24.9px 0 0;
    border-radius: 10px;
    border:3px solid #eee;
    background-color:#fff;
    box-sizing: border-box;
}
body.zumen .zumanTanpinList > div:nth-child(3n){
    margin: 0;
}
body.zumen .zumanTanpinList > div > h4{
    padding:15px 25px;
    border-bottom:3px dashed #eee;
    margin-bottom:0px;
    margin-top:0;
}
body.zumen .zumanTanpinList > div > h4::before{
    display:none;
}
body.zumen .tagBox .zumanTanpinList > div > ul{
     padding:15px 25px 15px 50px;
     margin:0;
}
body.zumen .tagBox .zumanTanpinList > div > ul > li{
     margin:0 0 5px 0;
}
body.zumen .tagBox .zumanTanpinList > div > ul > li:last-child{margin-bottom:0;}
@media only screen and (max-width: 768px) {
    body.zumen .zumanTanpinList{
        flex-direction: column;
    }
    body.zumen .zumanTanpinList > div{
        width:100%;
        margin: 0 0px 10px 0;
    }
    body.zumen .zumanTanpinList > div > h4{
        padding:10px 15px;
    }
    body.zumen .tagBox .zumanTanpinList > div > ul{
        padding:10px 15px 10px 35px;
    }
}
body.zumen .zumenOptionBox1{
    border:3px solid #ffcc00;
    padding:25px 50px;
    background-color:rgba(255,255,255,0.9);
    border-radius: 10px;
    margin-bottom:25px;
}
body.zumen .zumenOptionBox1 .flexBox1 > div{
    width:calc((100% - 100px) /2);    
}
body.zumen .zumenOptionBox1 .flexBox1 > div:nth-of-type(1){
    margin-right:100px;
}
body.zumen .zumenOptionBox1 .flexBox1 > div:nth-of-type(2){
    position:relative;
}
body.zumen .zumenOptionBox1 .flexBox1 > div:nth-of-type(2)::before{
    content:"";
    border-left:1px dotted #eee;
    height:80%;
    position:absolute;
    left:-49.5px;
    top:10%;
}
body.zumen .zumenOptionBox1 h5{
    font-weight:bold;
    font-size:1.3em;
    color:#ffcc00;
    text-decoration: center;
    margin-bottom:25px;
    text-align:center;
}
body.zumen .zumenOptionBox1 .label {
    font-size:1.3em;
    text-align:center;
}
body.zumen .zumenOptionBox1 .label span{
    background-color:#b0d4eb;
    display:inline-block;
    padding:5px 15px 3px;
    text-align:center;
    margin-right:25px;
    font-size:0.8em;
}
@media only screen and (max-width: 768px) {
    body.zumen .zumenOptionBox1{
        padding:10px 15px;
        margin-bottom:25px;
    }
    body.zumen .zumenOptionBox1 .flexBox1 > div{
        width:100%;    
    }
    body.zumen .zumenOptionBox1 .flexBox1 > div:nth-of-type(1){
        margin-right:0px;
    }
    body.zumen .zumenOptionBox1 .flexBox1 > div:nth-of-type(2)::before{
       display:none;
    }
    body.zumen .zumenOptionBox1 h5{
        font-size:1.3em;
        margin-bottom:10px;
    }
    body.zumen .zumenOptionBox1 .label {
        font-size:1.3em;
        text-align:center;
        margin-bottom:25px;
    }
    body.zumen .zumenOptionBox1 .label span{
        margin-right:0px;
        display:inline-block;
        clear:both;
    }
}
body.zumen .zumen2 .box1{
    border:3px solid #eee;
    border-radius: 10px;
    padding:15px 25px;
    background-color:#fff;
}
body.zumen .zumen2 .box1 h5{
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
    color:#1293cb;
}
body.zumen .zumen2 .box1 ul,
.zumen2 .box1 ol{
    margin-bottom:0;
}
body.zumen .zumen2 .box1 ul.ul1.float2col1,
body.zumen .zumen2 .box1 ol.ol1.float2col1{
    margin-top:15px;
}
body.zumen .zumen2 .box1 ul.ul1.float2col1 > li{    
    width:calc((100% - 65px)/2);
    margin:0 24.9px 15px 20px;
    box-sizing: border-box;
}
body.zumen .zumen2 .box1 ol.ol1.float2col1 > li{    
    width:calc((100% - 85px)/2);
    margin:0 24.9px 15px 30px;
    float:left;
    box-sizing: border-box;
}
body.zumen .zumen2 .box1 ul.ul1.float2col1 > li{
    list-style-type:disc;
}
body.zumen .zumen2 .box1 ol.ol1.float2col1 > li{
    list-style-type:decimal;
}
body.zumen .zumen2 .box1 ul.ul1.float2col1 > li:nth-child(2n){
    margin:0 0px 15px 20px;
}
body.zumen .zumen2 .box1 ol.ol1.float2col1 > li:nth-child(2n){
    margin:0 0px 15px 30px;
}
@media only screen and (max-width: 768px) {
    body.zumen .zumen2 .box1{
        padding:10px 15px;
    }
    body.zumen .zumen2 .box1 ul,
    body.zumen .zumen2 .box1 ol{
        margin-bottom:0;
    }
    body.zumen .zumen2 .box1 ul.ul1.float2col1 > li{    
        width:100%;
        margin:0 0px 15px 20px;
        float:none;
    }
    body.zumen .zumen2 .box1 ol.ol1.float2col1 > li{    
        width:100%;
        margin:0 0px 15px 20px;
        float:none;
    }
    body.zumen .zumen2 .box1 ul.ul1.float2col1 > li:nth-child(2n){
        margin:0 0px 15px 20px;
    }
    body.zumen .zumen2 .box1 ol.ol1.float2col1 > li:nth-child(2n){
        margin:0 0px 15px 20px;
    }
}
body.zumen .zumenInnerBox1,
body.zumen .zumenInnerBox2{
    display:flex;
    justify-content:space-between;
    box-sizing: border-box;
}
body.zumen .zumenInnerBox1 > div:nth-child(1),
body.zumen .zumenInnerBox2 > div:nth-child(2){
    width:50%;
}
body.zumen .zumenInnerBox1 > div:nth-child(2),
body.zumen .zumenInnerBox2 > div:nth-child(1){
    width:350px;    
}
body.zumen .zumenInnerBox1 > div:nth-child(2),
body.zumen .zumenInnerBox2 > div:nth-child(2){
    margin-left:calc(50% - 350px);
}
@media only screen and (max-width: 768px) {
    body.zumen .zumenInnerBox1,
    body.zumen .zumenInnerBox2{
        display:flex;
        flex-direction: column;
        justify-content:flex-start;
    }
    body.zumen .zumenInnerBox1 > div:nth-child(1),
    body.zumen .zumenInnerBox2 > div:nth-child(2){
        width:100%;
        box-sizing: border-box;
    }
    body.zumen .zumenInnerBox1 > div:nth-child(2),
    body.zumen .zumenInnerBox2 > div:nth-child(1){
        width:100%;
        box-sizing: border-box;
    }
    body.zumen .zumenInnerBox1 > div:nth-child(2),
    body.zumen .zumenInnerBox2 > div:nth-child(2){
        margin-left:0;
    }
}
body.zumen .zumenFlow ol{
    counter-reset : flowNum 0;
    list-style : none ;
    padding-left:0;
}
body.zumen .zumenFlow ol > li { 
    display: block ;
    list-style-type:none;
	margin: 0 0 25px 0;
}
body.zumen .zumenFlow ol > li h5::before {
    content: counter(flowNum);
    counter-increment: flowNum 1;
    margin-right:5px
}
body.zumen .zumenFlow ol > li h5{
    position: relative;
	display: inline-block;
    margin-bottom:20px;
	padding:5px 25px;
	min-width:100px;
	max-width:100%;
	text-align:center;
 	color: #fff;
	font-size: 1.1em;
	background: #1293cb;
	border-radius:10px;
}
body.zumen .zumenFlow ol > li h5::after{
    content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #1293cb;
}
body.zumen .c-editable .zumen2 p{
    margin-top:0;
}
@media only screen and (max-width: 768px) {
    body.zumen .zumenFlow ol > li { 
        margin: 0 0 15px 0;
    }
    body.zumen .zumenFlow ol > li h5{
        padding:5px 15px;
        margin-bottom:15px;
    }
    body.zumen .zumenFlow ol > li h5::after{
        margin-left: -8px;
        border: 8px solid transparent;
        border-top: 8px solid #1293cb;
    }
}


/* ------------------------
建築用CADソフト cad-soft
--------------------------*/

.flow-box {
    --flow_box_width: calc(100% / 3);
    margin-bottom: 40px;
    display: flex;
    gap: 50px;
    @media only screen and (max-width: 768px) {
        display: block;
    }
    .flow-box_block {
        width: var(--flow_box_width);
        position: relative;
        @media only screen and (max-width: 768px) {
            width: 100%;
            margin-bottom: 60px;
        }
        &::after {
            font-family: "Font Awesome 5 Free";
            content: "\f054";
            font-weight: 900;
            font-size: 4.0rem;
            color: #1293cb;
            top: calc((100% - 70px) / 2);
            right: -40px;
            position: absolute;
            @media only screen and (max-width: 768px) {
                content: "\f078";
                top: unset;
                bottom: -60px;
                right: unset;
                left: calc((100% - 35px) / 2);
            }
        }
        &:last-child::after {
            display: none;
        }
        .flow-box_text {
            text-align: center;
        }
    }
}
.future-box {
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 25px;
    .future-box_title {
        border-bottom: 1px solid #1293cb;
        margin-bottom: 15px;
        padding-bottom: 5px;
        font-size: 2.2rem;
        font-weight: bold;
        @media only screen and (max-width: 768px) {
            font-size: 1.4rem;
        }
    }
}

.topBnrWrap{
    position:relative;
    margin-bottom:15px;
}
.topBnrBox{
    position:absolute;
    left:15px;
    bottom:40px;
    display:flex;
    flex-direction: column;
    align-items: flex-end;    
    letter-spacing: 0.1em;
}
.topBnrBox p:empty{display: none;}
.topBnr img { width: 100%; }

.topBnrTxt{
    background: rgba(255,255,255,0.7);
    padding: 15px 15px 10px 15px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0,0,0,1), 0px 0px 5px rgba(0,0,0,1);
    font-size: 3.0rem;
    line-height:1.25;
    font-weight:bold;
}
.topBnrTxt > span.ls-05{
    letter-spacing: -0.05em;
    display:block;
}
.topBnrTxt > span.topBnrTxtRed{
    color:#ff0000;
    text-shadow: none;
    font-size:3.3rem;
}
.topBnrTxt > span.topBnrTxtRed > span{
    font-size:3.1rem;
}
.topBnrBadge{
    padding-right:65px;
    margin:15px 0;
}
.topBnrBadge > img{
    width:220px;
    display:block;
}

.topBnrDesc{
    line-height: 1.5;
}
.topBnrDesc .bold{
    font-size: 1.9rem;
    margin-bottom: 0;
}
@media only screen and (max-width:999px) {
    .topBnrWrap{
        height:52vw;
    }
    .topBnrBox{
        left:30px;
        bottom:20px;
        align-items: flex-start;
        letter-spacing: 0.05em;
    }
    .topBnr,.topBnr img{height:100%;}
    .topBnr img { 
        object-fit: cover;        
    }
    .topBnrTxt{
        font-size: 3.65vw;
        padding-right:8.0vw;
    }
    .topBnrTxt > span.ls-05{
        font-size: 3.91vw;
    }
    .topBnrTxt > span.topBnrTxtRed{
        font-size:4.69vw;
    }
    .topBnrTxt > span.topBnrTxtRed > span{
        font-size:3.65vw;
    }
    .topBnrBadge{
        padding-right:0px;
        margin:2.61vw 0;
    }
    .topBnrBadge > img{
        width:20.84vw;
    }
}

.cad-soft{
    .accent{
        text-align:left;
    }
    .buttonLink1{
        margin: 0;
        margin-right: auto;
    }
}
.cadIndex{
    padding: 40px;
    margin-bottom: 25px;
    border: 2px solid #ddd;
}
.cadIndexBlock{
    margin-bottom: 15px;
}
.cadIndexBlock:last-of-type{
    margin-bottom: 0;
}
.cadIndexTitle{
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 25px;
}

.cadIndexLarge{
    display: inline-block;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.cadIndexLarge a{
    font-family: var(--main-font);
    display: inline-block;
    background: #fff0f0;
    padding: 20px 40px 20px 20px;
    border: 1px solid var(--color-primary);
    text-decoration: none;
    color: var(--color-primary);
    border-radius: 999em;
    position: relative;
    line-height: 1;
    font-size: 1.6rem;
}
.cadIndexLarge a:hover{
    opacity: 0.7;
}
.cadIndexLarge a::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
    font-size: 1.4rem;
}

.cadUnderList{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.cadUnderList li{
    list-style-type: none!important;
    margin: 0!important;
}
.cadUnderList li a{
    display: inline-block;
    font-family: var(--main-font);
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    background: #fff;
    padding: 15px 30px 15px 15px;
    border: 1px solid #333;
    text-decoration: none;
    color: #555;
    border-radius: 50px;
    position: relative;
    line-height: 1;
}
.cadUnderList li a:hover{
    opacity: 0.7;
}
.cadUnderList li a::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
    font-size: 1.4rem;
}


@media screen and (max-width:999px) {
    .cadIndex{
        padding: 25px;
    }
    .cadIndexTitle{
        font-size: 1.8rem;
    }
    .cadUnderList li a{
        font-size: 1.5rem;
        padding: 10px 30px 10px 10px;
    }
    .cadIndexLarge a{
        font-size: 1.7rem;
    }
}

/* ------------------------
建築図面・建築パース作成代行 /zumen
--------------------------*/
/* .zumen .tagBox h2{
    border-left: 5px solid #555;
}
.zumen .tagBox h3::before{
    background: #666;
}
.zumen .tagBox h4::before{
    background: #666;
}
.tagBox h2.midashiZumen{
    background:transparent;
    border-bottom: none;
    border-left: 5px solid #555;
} */
.zumenService{
    display: flex;
    flex-wrap: wrap;
    a{
        &:hover{
            filter: brightness(70%);
        }
    }
}
.zumenService > div{
    width: calc((100% - 50px)/3);
    margin-bottom: 25px;
    background: #fff;;
    font-size: 1.4rem;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.zumenService > div > div{
    padding: 5px 15px;
}
.zumenService > div > div:first-of-type{
    border-bottom: 1px solid #ededed;
}
.zumenService > div:not(:nth-child(3n)){
    margin-right: 25px;
}
.zumenService > div img{
    display: block;
}
/* 
.zumen .tagBox table th,.zumen .tagBox table td{
    text-align: center;
}
.zumen .tagBox table th{background-color: #efefef;} */

.contactTxt{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 30px;
}
.contactBtn{
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
}
.contactBtn > div{
    width: calc(50% - 15px);
}
.contactBtn a,.contactBtn span{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    background: #ffcc00;
    height: 100px;
    border-radius: 20px;
    font-size: 1.9rem;
    font-weight: bold;
}
.contactBtn a img,.contactBtn span img{
    margin:0 15px;
}

@media screen and (max-width:999px){
    .zumenService,
    .contactBtn{
        display: inherit;
    }
    .spW100,
    .zumenService > div,
    .contactBtn,
    .contactBtn > div{
        width: 100%;
    }
    .zumenService > div:not(:nth-child(3n)){margin-right: 0;}
    .contactTxt{font-size: 1.7rem;}
    .contactBtn a:first-child{margin-bottom: 25px;}
    .contactBtn a, .contactBtn span{
        font-size: 1.6rem;
    }

}

/*-----よくある質問-----*/
.toggleAction_single dt{
	cursor:pointer;
	border-bottom: 2px solid #ddd;
	display: flex;
	padding: 0 50px 10px 50px;
	margin-bottom: 20px;
    position: relative;
	min-height: 50px;
	align-items: center;
}
.toggleAction_single dd{
	display:none;
	position: relative;
	padding: 0 0 30px 50px;
	/*min-height: 50px;*/
	margin-bottom: 20px;
}
.toggleAction_single dt > div:nth-of-type(1){
	background: #555;
	color:#fff;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
    top: 0;
}
.toggleAction_single dt::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0fe";
    position: absolute;
    right: 10px;
    top: 0;
    color: #b5b5b5;
    font-size: 2.6rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 30px;
}
.toggleAction_single dt::after {
    content: "\f0fe";
}
.toggleAction_single dt.active::after {
    content: "\f146";
}
.toggleAction_single dd > div:nth-of-type(1){
	border: 2px solid #555;
	color:#555;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
    top: 0;
	
}
.toggleAction_single dt.bdnone{
	border-bottom: none;
}

.strongText{
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.subPageContact{
    padding: 50px 0 60px;
}