@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/reform/mv.jpg");
	}


/* container_01 */
.container_01 p {
	font-size: 1.6rem;
	text-align: center;
	}



/* container_02 */
.container_02 {
	background-color: #ece8e0;
	}

.container_02 .h3 {
	text-align: center;
	}

.container_02 .check_box {
	background-color: #FFF;
	max-width: 800px;
	margin: 0 auto 80px auto;
	padding: 50px;
	box-shadow: 5px 5px 10px #AAA;
	}

.container_02 .check_box ul li {
	font-size: 1.6rem;
	line-height: 2.4;
	font-weight: 500;
	padding-left: 1em;
	text-indent: -1.3em;
	}

.container_02 .check_box ul li::before {
	content: '◻︎';
	margin-right: 7px;
	}

.container_02 p {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	}

.container_02 p span {
	font-size: 6rem;
	}



/* container_03 */
.container_03 {
	background-color: #8cb423;
	padding-bottom: 100px;
	}

.container_03 img {
	display: block;
	width: 95%;
	max-width: 683px;
	height: auto;
	margin: 0 auto 50px auto;
	}

.container_03 p {
	text-align: center;
	font-size: 2.8rem;
	color: #705525;
	font-weight: 600;
	}



/* container_04 */
.container_04 .h2 span {
	display: block;
	font-size: 2rem;
	}

.container_04 img {
	display: block;
	width: 100%;
	height: auto;
	}



/* container_05 */
.container_05 {
	background-color: #ece8e0;
	}

.container_05 img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}

.container_05 p {
	font-size: 1.6rem;
	margin-bottom: 30px;
	text-align: right;
	}




/******************************************************

タブレットの設定 769px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){





}



/******************************************************

SPの設定 768px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 768px){

/* container_02 */
.container_02 .check_box {
	margin: 0 auto 50px auto;
	padding: 30px 20px;
	box-shadow: 3px 3px 7px #AAA;
	}

.container_02 .check_box ul li {
	line-height: 2;
	}
	
.container_02 .check_box ul li::before {
	margin-right: 5px;
	}

.container_02 p {
	font-size: 2rem;
	}

.container_02 p span {
	font-size: 3.6rem;
	}



/* container_03 */
.container_03 {
	padding-bottom: 60px;
	}

.container_03 img {
	margin: 0 auto 30px auto;
	}

.container_03 p {
	font-size: 2rem;
	}



/* container_04 */
.container_04 .h2 span {
	font-size: 1.8rem;
	}



/* container_05 */
.container_05 img {
	margin-bottom: 10px;
	}

.container_05 p {
	margin-bottom: 20px;
	}
}

/***ボタン上見出し***/
.buttonup {
color:#333;
/*font-family:"Meiryo"; */
letter-spacing: 0.35em; 
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight:bolder;
	text-align: center;
}

.buttonup::before,
.buttonup::after {
	content: '';
	width: 3px;
	height: 25px;
	background-color: #333;
}

.buttonup::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.buttonup::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

.button003 a {
    background: #8fc31f;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #81775e;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #81775e;
    border-right: 3px solid #81775e;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table th {
  width: 22%;
  /*background: #fff27d;*/
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  /*text-align: left;*/
}
/*@media all and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}*/

/***ステップバーデザイン１***/
.step-wrap1 {
 counter-reset:count;
 margin: 2em 0;
 position: relative;
}
.step-content1 {
 padding: 0 0 1.3em 3em;
 margin: 0;
 position: relative;
}
.step-content1::before {
 content: "";
 display: block;
 width: 13px;
 height: 13px;
 background: #8fc31f;
 /* border: solid 3px #ffffff; */
 border-radius: 50%;
 position: absolute;
 top: 3px;
 left: 3px;
 /*  box-shadow: 0 0 0 2px #C30D23; */
}
.step-content1::after {
 content: "";
 display: block;
 height: calc(100% - 35px);
 border-left: dotted 5px #768888;
 position: absolute;
 top: 30px;
 left: 10px;
}
.step-title1 {
 font-weight: bold;
 font-size: 160%;
}
.step-label1 {
 color: #768888;
 font-weight: bold;
 font-size: 140%;
}
.step-label1::after {
 counter-increment:count;
 content:counter(count);
 position: relative;
 left: .3em;
}
.step-body1 {
 margin-top: .5em;
 padding: 0 0 1em;
 border-bottom: dotted 2px #ddd;
	font-size: 140%;
}
.step-wrap1 > :last-of-type::after {
 display: none;
}
/***ステップバーデザイン１***/

details {
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    /* width: 600px; */
}

summary {
    list-style: none;
    position: relative;
    padding: 20px 70px 20px 15px;
    cursor: pointer;
    /* background-color: #d8be39; */
}

summary::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform 0.5s;
    font-size: 30px;
}

.answer {
    padding: 20px 30px;
}

h3.pipe  {
padding: 1rem 1rem;
border-left: 7px solid #81775e;
}

ol.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.sample1 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #666;
}
ol.sample1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #8fc31f;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.sample1 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content ol {
margin-left:0.5em;
}

.container_04 p {
    font-size: 1.6rem;
    text-align: left;
}

.container_04 table img {
    width:75%;
	text-align: center;
}

.container_04 table {
    border: none;
}

@media screen and (max-width: 768px){
.buttonup {
	font-size:12px;
	}}

.container_04 blockquote {
    font-size:16px;
}

.container_04 h3 {
    font-size:18px;
	margin-bottom: 0px;
}