@charset "UTF-8";

#page_header{background-color: #97cfac;}



.title_h3{color:#0000000;font-size: 1.4em;margin-bottom: 1%;margin-top: 1em;}
.w90per{width: 90%;margin-left: auto;margin-right: auto;}
.w90per_all{width: 90%;margin-left: auto;margin-right: auto;}
.a_blue{display: inline-block;}
.mt100{margin-top: 100px;}

/* section_01 */
.section_01,.bg_breadcrumb{background-color: #ffffff;}

.flexbox {
    margin-bottom: -5em;
}
.flexbox a.box-item04 {
  position: relative;
  display: block;
  padding: 15px 0px 15px 2%;
  background-color: #ffffff;
  border: solid 1px #97cfac;
border-radius: 8px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.flexbox a.box-item04.current {
    background-color: #97cfac;
}
.box-item04{width: 22%;display: inline-block;margin:1% 0 3%;height: auto;}

/* アイコンのスタイル */
.flexbox a.box-item04::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: translateY(0px) rotate(45deg);
  box-sizing: border-box;
}

.title_img {
    text-align: center;
    margin-bottom: 1em;
}
.title_img img {
    width: 15%;
}

.rtx {
    font-size: 1.24em;
    text-align: center;
    line-height: 1.4;
}

.flow_box {
    position: relative;
    padding: 3em 0;
}
.flow_box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 3px;
    width: 20%;
    background-color: #2b9f7d;
}
.flow_box::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 3px;
    width: 80%;
    background-color: #c9c9ca;
}

.flow_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flow_box ul li:first-child {
    width: 20%;
    text-align: center;
}
.flow_box ul li:first-child img {
    width: 40%;
}
.flow_box ul li:last-child {
    box-sizing: border-box;
    width: 80%;
    padding: 0 1em;
    line-height: 1.7;
}
.flow_box ul li h3 {
    font-size: 1.4em;
}
.flow_box ul li p {
    margin-top: 0.5em;
}
.fbtn {
    margin-top: 1em;
    width: 300px;
}
.fbtn img {
    width: 100%;
}
.fbtn a:hover {
    opacity: 0.6;
}



/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_pc.svg");}
	
.mt100{margin-top: 30px;}
	
.title_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin-left: auto;margin-right: auto;}
.w90per_all{width: 90%;margin-left: auto;margin-right: auto;}

/* section_01 */
.flexbox {
    margin-bottom: 0;
}
.box-item04{width: 47%;display: inline-block;margin:1% 0 2%;height: auto;}


.title_img img {
    width: 20%;
}

.rtx {
    font-size: 1em;
}

.flow_box {
    position: relative;
    padding: 2em 0;
}
.flow_box::before {
    width: 25%;
}
.flow_box::after {
    width: 75%;
}
.flow_box ul li:first-child {
    width: 25%;
    text-align: center;
}
.flow_box ul li:first-child img {
    width: 50%;
}
.flow_box ul li:last-child {
    width: 75%;
    padding: 0;
}
.flow_box ul li h3 {
    font-size: 1.08em;
}
.flow_box ul li p {
    font-size: 0.92em;
    margin-top: 0.5em;
}
.fbtn {
    margin-top: 1em;
    width: 80%;
}

}


