@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;
}
#mainWrap	{width:830px !important;}

.wrap {
  max-width: 830px;
  margin: auto;
}

@media (min-width: 768px) {
  #mainArea {
    display: flex;
    gap: 0 40px;
    justify-content: center;
  }
}

/*---------------------------------------------
	コンテンツ
---------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

.box	{
background:#f3f3f3;
padding:10px;
width:100% !important;
}

.box h1	{
font-weight:700 !important;
text-align:center;
font-size:28px !important;}

.title_dot	{border-bottom:dotted 3px;margin-bottom:30px;text-align:left;width:95%;}
.title_dot2	{border-bottom:dotted 3px;margin-bottom:30px;text-align:left;width:102%;}
.title_dot3	{border-bottom:dotted 1px;margin-bottom:5px;text-align:left;width:95%;}
.title_dot4	{border-bottom:dotted 3px;margin-bottom:10px;text-align:left;width:95%;}

.mal10	{margin-left:10px !important;}
.mal20	{margin-left:20px !important;}
.mab30	{margin-bottom:30px;}
.mat20	{margin-top:20px !important;}
.mat30	{margin-top:30px !important;}
.mat50	{margin-top:50px !important;}
.mat55	{margin-top:56px !important;}
.mat100	{margin-top:108px !important;}
.pal10	{padding-left:10px !important;}
.pal20	{padding-left:10px !important;}
.fs12	{font-size:14px !important;}
.fwb	{font-weight:bold;}

.button_main {
margin-top:30px;
}
.button_main a {
    background: #e36666;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 300px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 700 !important;
    font-size:18px;
}
.button_main a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button_main a:hover {
  background: #e36666;
  color: #FFF;
}
.button_main a:hover:after {
  right: 1.4rem;
}

@media only screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
  #mainWrap	{width:100% !important;}

  .wrap {
    margin: 0 10px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }

	.box h1	{
	font-size:20px !important;}
	.fs12	{font-size:12px !important;}
	.smat10	{margin-top:-10px;}

	.title_dot h2	{font-size:18px !important;margin-top:20px;}
	.title_dot	{width:98%;}
	.title_dot3	{margin:5px 0;text-align:left;width:98%;}
	.title_dot4	{width:98%;}

  .column2 {
    float: none;
    margin: 0;
    width: auto;
  }

  .column2 #side {
    display: none;
  }

  .column2 #main {
    position: static;
    margin: 0;
  }

  .column2 #content {
    border: none;
  }
}

/* 3カラム*/
.three_column:after {
display: table;
clear: both;
content: "";
}
.three_column > * {
float: left;
width: 32.5%;
margin-right: 1%;
}
.three_column > *:nth-child(3n) { margin-right: 0; }

/* all service */
.all_service {
    width: 100%;
    text-align: center;
    margin-top:20px;
}
.all_service h2{
    font-size:36px;
    font-weight:bold;
    text-align: left;
    margin:-70px 0 30px;
    border-bottom:3px dotted #898989;
}
.all_service .three_column li a{
    display: block;
    position: relative;
    height: auto;
}

.all_service .three_column li dl {
    margin-top: 10px;
    text-align: center;
}
.all_service .three_column li dl dt {
    margin: 5px 0;
    font-size:14px;
    text-align:left;
    padding-left:20px;
}
.all_service .three_column li dl dd {
    vertical-align: middle;
    margin: 10px 0;

}
.all_service .three_column li dl dd a{
    font-size: 18px;
    font-family: "Noto Serif";
    font-weight: 700;
    line-height: 1.4;
    margin-bottom:5px;
}


@media only screen and (max-width:1015px) {
.all_service .three_column li dl dd a{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom:5px;
    white-space: nowrap;
}
}


.all_service .three_column li dl dd :before{
    vertical-align: middle;
    margin: 10px 0;

}


.more	{
text-align:left;
font-size:14px;
font-weight:bold;

}
.more img	{
  width:20px;
  height:20px;
margin-right:5px;
}

.more2	{
padding:5px 0 13px;
text-indent: -1.8em;
padding-left: 1.8em;
}
.more2 img	{
  width:20px;
  height:20px;
margin-right:5px;
}

.more2 a 	{
  font-size:16px;
  font-weight:700;
  }


@media (max-width: 768px) {

/* 3カラム*/

.three_column > * {
float: left;
width: 48%;
margin-right: 5px;
}
.three_column > *:nth-child(2n){
margin-right: 0;
}
.all_service {
    margin-top:10px;
    min-width:100%;
}

.all_service h2{
    font-size:20px;
    font-weight:bold;
    text-align: left;
    margin:-50px 0 20px;
    border-bottom:3px dotted #898989;
}
	.all_service .three_column > * {
		margin-right: 4%;
	}
	@media (orientation: landscape) {
		.all_service .three_column > * {
			margin-right: 20px;
		}
	}
.all_service .three_column > *:nth-child(2n) {
	margin-right: 0;
}
.all_service .three_column li:last-child {
	margin-right: 0;
}
.all_service .three_column li a{
    padding: 0px;
}
.all_service .three_column li dl {
    margin-top: 5px;
    text-align: center;
}
.all_service .three_column li dl dt {
    font-size: 80%;
    padding-top:0px;
    padding-left:5px;

}
.all_service .three_column li dl dd {
    margin: 10px auto 0;
}
.all_service .three_column li dl dd a{
    font-size: 14px;
    margin-bottom:5px;
}
    

.column_grey>li {
    margin-bottom: 10px;
    background-color: #fff;
    box-sizing: border-box;
  }

.more	{}
.more img	{
  width:17px;
  height:17px;
margin-right:3px;
}
.more2	{
padding:5px 0 13px;
text-indent: -1.5em;
padding-left: 1.5em;
}

.more2 img	{
  width:17px;
  height:17px;
margin-right:3px;
}

.more2 a 	{
  font-size:14px;
  }



}
