/* CSS Document */

/** -----------------------------------
    gunma sigh design
-------------------------------------**/

@charset "UTF-8";

/** -----------------------------------
    テキスト
-------------------------------------**/	

p.mediumpage {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 auto;	
}

p.mediumpage2 {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 auto;	
}

p.largepage {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: bold;
  margin: 30px 0px 10px;	
}

p.largepage::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 49px;
  background: url( "../images/check.gif") no-repeat;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(25px);
  
}

p.largepage a:hover {
  color: #a39b68;
}

p.midashi{
	font-size: 35px;
	line-height: 1.5;
    letter-spacing: 0.06em;
	font-weight: bold;
	color:  #a39b68;
	margin: 60px 0px 5px;
}

.largepage2 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  
}

.largepage3 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin: 20px 0px 5px;
  
}

.case{
	margin: 0px 0px 20px;
}

.case2{
	margin: 0px 0px 30px;
}

.case3{
	margin: 0px 0px 70px 50px;
		
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	
	
p.midashi{
	font-size: 25px;
	margin: 40px 0px 5px;
}	
	
.largepage3 {
  font-size: 20px;
}	
	
.case3{
	margin: 0px;
		
}
	
	
}
	


/** -----------------------------------
    テーブル
-------------------------------------**/	



table#table-01 {
	margin: 40px 0px;
    width: 100%;
    border: 1px #dddace solid;
    border-collapse: collapse;
    border-spacing: 0;
	color:#333;
}

table#table-01 th {
    padding: 10px;
    border: #dddace solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    text-align:center;
}
table#table-01 td {
    padding: 10px;
	padding-left: 20px;
    border: 1px #dddace solid;
    border-width: 0 0 1px 1px;
    text-align:left;
}


/** -----------------------------------
    flow
-------------------------------------**/	

.flow-b{
	background-color: #e8e6df;
	
}

.col-2 {
  display: flex;
  justify-content: space-between;
}
.col-2 .item {
  width: calc((100% - 24px)/2);
  margin: 0px 0px 50px;
  text-align: center;

}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
  .col-2 {
    display: block;
  }
  .col-2 .item {
    width: 100%;
	margin: 0px 0px 0px;  
	 
  }
	
}

/** -----------------------------------
    list
-------------------------------------**/

ul.tempo{
    list-style:none;
	margin: 0;
	padding: 0;

	
}


ul.tempo li {
    font-size: 15px;
	letter-spacing: 0.13em;
	margin: 10px 30px;
	
  
}

ul.tempo li a {
  font-size: 15px;
  color: #333333;
  text-decoration:underline;
}

ul.tempo li a:hover {
  color: #a39b68;
}


li.tempo::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #B11313;
  border-radius:  50%;
  margin-right: 5px;
  
}
