@charset "utf-8";

body {
  text-align: center;
}

#mainArea {
  display: block;
width:100%;
}

#mainWrap	{width:850px !important;}

@media (min-width: 768px) {
  #mainArea {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
}

/*---------------------------------------------
	コンテンツ
	---------------------------------------------*/
#main {
    position: static;
    margin: 0;
    width: 100% !important;
  }



.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:30px 0 10px;text-align:left;font-weight:700;width:100%;max-width:830px !important;}
.title_dot h2	{font-size:20px !important;text-align:left;font-weight:700;}
.mab30	{margin-bottom:30px;}
.fr	{float:right;}
.wrap {
  max-width: 850px;
  margin: auto;
}

.mar10	{margin-right:5px !important;}
.mat5	{margin-top:5px !important;}
.mat50	{margin-top:50px !important;}
.mat100	{margin-top:108px !important;}

.sp {
  display: none;
}

.pc {
  display: block;
}

@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	{
width:100% !important;
}
	.box h1	{
	font-size:20px !important;}

	.title_dot	{width:95%;max-width:100% !important;margin:0 auto 10px;}

	.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;
  }


}

/* 3カラム*/
.three_column:after {
display: table;
clear: both;
content: "";
}
.three_column  {
width: 100% !important;
max-width:830px;
}
.three_column > * {
float: left;
width: 32.2%;
margin-right: 1.7%;
}
.three_column > *:nth-child(3n) { margin-right: 0 !important; }


/* all service */
.all_service {
    width: 100%;
    text-align: left;
    margin-top:20px;
    min-width:670px;
}
.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: left;
	width:100%;
}
.all_service .three_column li dl p {
width:auto;
text-align:center;
}
.all_service .three_column li dl dt {
width:90%;
margin-left:5%;
}
.all_service .three_column li dl dt a {
font-weight:700;
line-height:1.3;
}
.all_service .three_column li dl dt a span {
font-weight:700;
font-size:80% !important;}

.all_service .three_column li dl dd {
width:90%;
margin-left:5%;

}



.more	{
text-align:left;
font-size:14px;
font-weight:bold;

}
.more img	{
  width:20px;
  height:20px;
margin-right:5px;
}

.picture {
text-align:center;
margin-bottom:10px;
z-index:999;
width:auto;
}	

.picture img {
width:150px;
margin:0 auto;
}	


.another {margin-top:5px;clear:both;float:right;margin-right:20px;}
.another img	{width:20px;}
.another a	{letter-spacing: -1px;}

.author	{margin-top:10px;}
.author a span	{font-size:80% !important;}
.price	{
font-weight:700;
color:#e36666;
}

@media (max-width: 768px) {

/* 3カラム*/

.three_column > * {
float: left;
width: 100%;
margin-right: 0px;
padding:10px 0;
border-bottom:1px dotted #a0a0a0;
}
.three_column > *:nth-child(3n){
border-bottom:0px;
}
.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: left;
}
.all_service .three_column li dl dt {
    font-size: 80%;
    padding-top:0px;
    padding-left:5px;
    width:93%;

}
.all_service .three_column li dl dd {
    margin: 10px auto 0;
    width:93%;
}
.all_service .three_column li dl dd a{
    font-size: 14px;
    margin-bottom:5px;
}
    

.more	{}
.more img	{
  width:17px;
  height:17px;
margin-right:3px;
}
.picture {
float:left;
margin-right:10px;}	

.picture img {
width:100px;
margin:0 auto;
}	




}


.l-footer__netoff a	{
color:#333 !important;

}
.c-button--main {
    color: #fff !important;
    background-color: #6fba2c;
    }

.c-button--outline {
    color: #6fba2c !important;
}    
 

.l-header__nav-list a {
color:#333 !important;
font-size: 14px !important;
font-weight:500 !important;
}

.l-header__nav-list--red button {
font-size: 14px !important;
font-weight:500 !important;
}
    
.l-header__nav-list a:hover {
text-decoration:none;
}
.l-header__nav-title {
font-size: 14px !important;
font-weight:500 !important;
text-align:left;

}
