@charset "utf-8";
@font-face {
font-family: "FontAwesome";
src:  url("/moetaku/_assets/fonts/fontawesome-webfont.woff") format("woff");font-display: swap;
}

body {
  text-align: center;
}

#mainArea {
  display: block;
}

@media (min-width: 768px) {
  #mainArea {
    display: flex;
    gap: 0 40px;
    justify-content: center;
  }
}

/*---------------------------------------------
	コンテンツ
	---------------------------------------------*/

.box	{
background:#f3f3f3;
padding:10px;
margin-top:10px;
}

.box h1	{
font-weight:700 !important;
text-align:center;
font-size:28px !important;}

.title_dot	{border-bottom:dotted 3px;margin-bottom:30px;}
.title_dot h2	{font-size:24px !important;font-weight:bold;text-align:left;margin-top:30px;}
.mab30	{margin-bottom:30px;}

.wrap {
  max-width: 830px;
  margin: auto;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width:768px) {
  body {
    min-width: 100%;
  }

  .wrap {
    margin: 0 18px;
  }


  .pc {
    display: none;
  }

  .sp {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }
  
  

	.box h1	{
	font-size:20px !important;}

	.title_dot h2	{font-size:18px !important;margin-top:20px;}

  

  .column2 {
    float: none;
    margin: 0;
    width: auto;
  }

  .column2 #side {
    display: none;
  }

  .column2 #main {
    position: static;
    margin: 0;
  }

  .column2 #content {
    border: none;
  }


}

/* 4カラム*/
.four_column:after {
display: table;
clear: both;
content: "";
}
.four_column > * {
float: left;
width: 32.5%;
margin-right: 1%;
}
.four_column > *:nth-child(3n) { margin-right: 0; }


/* all service */
.all_service {
    width: 100%;
    text-align: center;
}
.all_service h2{
    font-size:36px;
    font-weight:bold;
    text-align: left;
    margin:-70px 0 30px;
    border-bottom:3px dotted #898989;
}
.all_service .four_column li a{
    display: block;
    position: relative;
    height: auto;
    padding: 10px 10px;
}
.all_service .four_column li a:after{
    position: absolute;
    left:0;
    right:0;
    bottom:10px;
    font-family: 'Fontawesome';
    content: "\f138";
    font-size:160%;
}

.all_service .four_column li dl {
    margin-top: 10px;
    text-align: center;
}
.all_service .four_column li dl dt {
    margin: 5px 0 15px;
    font-size:14px;
    text-align:left;
}
.all_service .four_column li dl dd {
    vertical-align: middle;
    font-size: 120%;
    margin: 0px auto 15px;
    font-family: "Noto Serif";
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: -0.08em;
}

/* all service2 */
.all_service2 {
    width: 100%;
    text-align: center;
}
.all_service2 h2{
    font-size:36px;
    font-weight:bold;
    text-align: left;
    margin:-70px 0 30px;
    border-bottom:3px dotted #898989;
}
.all_service2 .four_column li img{
    width:100%;
}

.all_service2 .four_column li a{
    display: block;
    position: relative;
    height: auto;
    padding: 10px 10px;
}
.all_service2 .four_column li a:after{
    position: absolute;
    left:0;
    right:0;
    bottom:10px;
    font-family: 'Fontawesome';
    content: "\f138";
    font-size:160%;
}

.all_service2 .four_column li dl {
    margin-top: 10px;
    text-align: center;
}
.all_service2 .four_column li dl dt {
    margin: 10px 0 50px;
    font-size:14px;
    text-align:left;
    
}
.all_service2 .four_column li dl dd {
    vertical-align: middle;
    font-size: 110%;
    margin: 5px auto;
    font-family: "Noto Serif";
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.08em;
}

.column_grey>li {
  margin-bottom: 20px;
  background-color: #fff;
  border: 3px solid #ccc;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  box-sizing: border-box;
}


@media (max-width: 768px) {

/* 4カラム*/

.four_column > * {
float: left;
width: 48%;
margin-right: 10px;
}
.four_column > *:nth-child(2n){
margin-right: 0;
}

.all_service h2{
    font-size:20px;
    font-weight:bold;
    text-align: left;
    margin:-50px 0 20px;
    border-bottom:3px dotted #898989;
}
	.all_service .four_column > * {
		margin-right: 4%;
	}
	@media (orientation: landscape) {
		.all_service .four_column > * {
			margin-right: 20px;
		}
	}
.all_service .four_column > *:nth-child(2n) {
	margin-right: 0;
}
.all_service .four_column li:last-child {
	margin-right: 0;
}
.all_service .four_column li a{
    padding: 5px;
}
.all_service .four_column li dl {
    margin-top: 5px;
    text-align: center;
}
.all_service .four_column li dl dt {
    font-size: 80%;
    padding-top:0px;
}
.all_service .four_column li dl dd {
    font-size: 100%;
    font-family: "Noto Serif";
    margin: 10px auto 0;
}
    
.all_service .four_column li a:after{
    bottom:5px;
}


  .all_service2 h2{
    font-size:20px;
    font-weight:bold;
    text-align: left;
    margin:-50px 0 20px;
    border-bottom:3px dotted #898989;
}
	.all_service2 .four_column > * {
		margin-right: 4%;
	}
	@media (orientation: landscape) {
		.all_service2 .four_column > * {
			margin-right: 20px;
		}
	}
.all_service2 .four_column > *:nth-child(2n) {
	margin-right: 0;
}
.all_service2 .four_column li:last-child {
	margin-right: 0;
}
.all_service2 .four_column li a{
    padding: 5px;
}
.all_service2 .four_column li dl {
    margin-top: 5px;
    text-align: center;
}
.all_service2 .four_column li dl dt {
    font-size: 80%;
    padding-top:0px;
}
.all_service2 .four_column li dl dd {
    font-size: 100%;
    font-family: "Noto Serif";
    margin: 10px auto 0;
}
    
.all_service2 .four_column li a:after{
    bottom:10px;
}

.column_grey>li {
    margin-bottom: 10px;
    background-color: #fff;
    border: 3px solid #ccc;
    box-sizing: border-box;
  }



}

.l-header__nav-title {
text-align:left;
}

