@charset "UTF-8";
/*==============================================================================================

   top css

==============================================================================================*/

/*==============================================================================================

	mv

==============================================================================================*/

#mv_section {
  background-color: #B5DDF2;
  background-image: url(../img/mv_bg2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.mv_contain {
  padding: 20px 20px 100px;
  background: url(../img/mv_bg1.png);
  background-size: 55% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.mv_tips_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mv_tips_wrap > div {
  width: calc(25% - 20px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  padding: 10px 0;
}

.mv_text {
  width: 100%;
  margin: 30px 0;
}

.mv_text_sp {
  display: none;
}

.mv_pop {
  width: 50%;
  margin: 40px 0 0 0;
}


@media screen and (max-width: 768px) {
  #mv_section {
    background-image: url(../img/mv_bgsp.png);
    background-size: auto 84%;
  }

  .mv_contain {
    background-size: 100% auto;
    padding: 20px 20px 240px;
  }

  .mv_tips_wrap > div {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .mv_text {
    display: none;
  }

  .mv_text_sp {
    display: block;
    width: 100%;
    margin: 20px 0;
  }

  .mv_pop {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/*==============================================================================================

	共通

==============================================================================================*/
.contents_title {
  font-size: 24px;
  text-align: center;
}

/*==============================================================================================

	catch

==============================================================================================*/
#catch_section {
  background: #FAEA96;
}

.catch_contain {
  padding: 30px 20px;
}

.catch_wrap {
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catch_wrap > div {
  background: #FFFFFF;
  border-radius: 5px;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
}

.catch_wrap > div div.catch_img {
  width: 100px;
  padding-right: 20px
}

.catch_wrap > div div {
  width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
  .catch_wrap > div {
    width: 100%;
    font-size: 16px;
  }

  .catch_wrap > div div.catch_img {
    width: 80px;
    padding-right: 20px
  }
}


/*==============================================================================================

	consultate

==============================================================================================*/

.consultate_section {
  padding: 30px 0;
}

.consultate_contain {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.consultate_contain .pushbtn {
  width: 100%;
  max-width: 420px;
  height: 60px;
  background: #CB3E13;
  font-size: 20px;
  letter-spacing: 2px;
}

.consultate_contain .pushbtn span {
  background: #E97556;
  color: #FFFFFF;
}

.consultate_contain .pushbtn span:before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background: url(../img/cons_icon.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 10px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

  .consultate_contain .pushbtn {
    height: 45px;
    font-size: 16px;
  }

  .consultate_contain .pushbtn span:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
  }

  .consultate_img {
    display: none;
  }
}




/*==============================================================================================

	worries

==============================================================================================*/
#worries_section {
  background: url(../img/wor_bg.png);
  background-size: cover;
  background-position: center center;
}

.worries_contain {
  padding: 30px 20px;
}

.worries_wrap {
  padding: 20px 0 30px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.worries_tips{
  background: #FFFFFF;
  border-radius: 5px;
  width: calc(50% - 10px);
  padding: 10px 10px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 3px;
  border: 1px solid #84C0B6;
}

.worries_tips p {
  text-align: center;
  border-bottom: 1px solid #84C0B6;
  padding: 10px;
}

.worries_tips p:last-child {
  border-bottom: none;
}

.worries_img {
  width: 160px;
  padding-left: 10px;
}

.worries_text {
  padding-top: 10px;
  font-size: 24px;
  text-align: center;
  color: #E97556;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}

@media screen and (max-width: 768px) {
  .worries_wrap {
    display: block;
  }
  .worries_tips {
    width: 100%;
    font-size: 16px;
  }

  .worries_img {
    width: 100px;
    padding-left: 0;
    position: absolute;
    bottom: 20px;
    right: -20px;
  }

}

/*==============================================================================================

	privilege

==============================================================================================*/
#privilege_section {
  background: url(../img/pri_bg.png);
  background-size: cover;
  background-position: center center;
}

.privilege_title {
  padding: 30px 20px;
  position: relative;
  background: #ffffff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
}

.privilege_title p {
 font-size: 26px;
 letter-spacing: 4px;
}

.privilege_contain {
  padding: 30px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.privilege_contain > p.privilege_text{
  padding-bottom: 30px;
  font-size: 16px;
}

.privilege_wrap {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

.privilege_intitle {
  border-radius: 6px 6px 0 0;
  padding: 10px 0;
  background: #c6d836;
  text-align: center;
}

.privilege_inner {
  padding: 15px;
  text-align: center;
}

.privilege_inner > img {
  padding-bottom: 15px;
}

.privilege_contain > p {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
  letter-spacing: 2px;
}

.privilege_contain > p span {
  color: #e97556;
}

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

  .privilege_title {
    font-size: 16px;
  }

  .privilege_contain {
    padding: 30px 20px;
    display: block;
  }

  .privilege_contain > p.privilege_text{
    padding-bottom: 20px;
    font-size: 14px;
  }

  .privilege_wrap {
    width: 100%;
  }

  .privilege_contain > p {
    font-size: 16px;
  }
}

/*==============================================================================================

	plan

==============================================================================================*/
#plan_section {
  position: relative;
  padding: 30px 0;
}

#plan_section:after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 70px 0 70px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.plan_head_title {
  background: #4FAE9C;
  color: #FFFFFF;
  padding: 20px 0;
  font-size: 20px;
}

.plan_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background: #c6d836;
  margin-bottom: 30px;
}

.plan_contain + .plan_title {
  margin-top: 40px;
}

.plan_contain {
  border: 1px solid #50b6a4;
  border-radius: 5px;
}

.plan_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan_wrap + .plan_wrap {
  border-top: 1px solid #50b6a4;
}

.plan_wrap > div + div {
  border-left: 1px solid #50b6a4;
}

.plan_contain .plan_wrap:nth-child(1) {
  background: #50b6a4;
  color: #ffffff;
  text-align: center;
}

.column_2wrap > div {
  width: 50%;
}

.column_3wrap > div:nth-child(1) {
  width: 140px;
}

.column_3wrap > div:nth-child(2),
.column_3wrap > div:nth-child(3) {
  width: calc(50% - 70px);
}

.column_3wrap > div.low2_wrap {
  width: calc(100% - 140px);
}

.plan_inner {
  padding: 14px 10px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.plan_contain .plan_wrap:nth-child(1) .plan_inner {
  border: 1px solid #ffffff;
}

.plan_contain .column_2wrap:nth-child(1) > div:nth-child(1) .plan_inner {
  border-radius: 5px 0 0 0;
}

.plan_contain .column_2wrap:nth-child(1) > div:nth-child(2) .plan_inner {
  border-radius: 0 5px 0 0;
}

.plan_contain .column_3wrap:nth-child(1) > div:nth-child(1) .plan_inner {
  border-radius: 5px 0 0 0;
}

.plan_contain .column_3wrap:nth-child(1) > div:nth-child(3) .plan_inner {
  border-radius: 0 5px 0 0;
}

.plan_contain .column_3wrap:nth-child(1) > div:nth-child(n + 2) .plan_inner {
  background: #ffffff;
  color: #333333;
}

.plan_contain .column_3wrap:nth-child(n + 2) > div:nth-child(1) .plan_inner {
  background: #a6eee1;
  border: 1px solid #ffffff;
  text-align: center;
  color: #686767;
}

.plan_contain .column_3wrap:last-child > div:nth-child(1) .plan_inner {
  border-radius: 0 0 0 5px;
}

.plan_wrap .attention {
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  font-weight: normal;
  letter-spacing: 1px;
}

.pusu_green {
  color: #333;
  font-weight: bold;
}

.pusu_green span {
  font-size: 20px;
}

.pusu_red {
  color: #333;
  font-weight: bold;
}

.pusu_red span {
  font-size: 20px;
}

.plan_plan {
  font-size: 18px;
}

.plan_plan div {
  font-size: 12px;
  border-bottom: 1px solid #ffffff;
  padding: 0 16px 8px;
  margin-bottom: 5px;
}

.plan_plan span {
  color: #ff0;
  position: relative;
}

.plan_plan span::after {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan_month {
  font-size: 26px;
}

.plan_about {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.plan_about > div {
  padding: 5px 0;
  text-align: center;
}

.plan_about > div + div {
  border-top: 1px solid #50b6a4;
}
.plan_about .attention {
  text-align: left;
}

.plan_other_wrap {
  padding: 10px 20px;
  border: 1px solid #50b6a4;
  margin-top: 30px;
}

.plan_other_wrap span {
  color: #50b6a4;
  display: block;
  font-weight: bold;
}

.plan_select_name {
  background: #faea96;
  display: inline-block;
  margin: 0 auto 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 240px;
  height: 40px;
  font-weight: bold;
  border-radius: 20px;
}

.plan_select_title {
  text-align: center;
  color: #50b6a4;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.plan_select_text {
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 30px;
}

.plan_select_text span {
  color: #e97556;
}

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

  .column_3wrap > div:nth-child(1) {
    width: 100%;
  }

  .column_3wrap > div:nth-child(2) {
    width: 50%;
    border-left: 0;
    border-top: 1px solid #50b6a4;
  }
  .column_3wrap > div:nth-child(3) {
    width: 50%;
    border-top: 1px solid #50b6a4;
  }

  .column_3wrap > div.low2_wrap {
    width: 100%;
  }

  .plan_contain .column_3wrap:nth-child(1) > div:nth-child(3) .plan_inner,
  .plan_contain .column_3wrap:last-child > div:nth-child(1) .plan_inner {
    border-radius: 0 0 0 0;
  }

  .plan_wrap .attention {
    font-size: 10px;
  }

  .pusu_green span {
    font-size: 16px;
  }

  .pusu_red span {
    font-size: 16px;
  }

  .plan_plan {
    font-size: 16px;
  }

  .plan_month {
    font-size: 22px;
  }

  .plan_about {
    width: 100%;
    margin: 0 auto;
  }

  .plan_select_name {
    margin: 0 auto 20px;
  }

  .plan_select_text {
    font-size: 12px;
  }

  .plan_select_text span {
    color: #e97556;
  }
}
/*==============================================================================================

	muni

==============================================================================================*/
#muni_section {
  background: #C1E2DC;
}

.muni_contain {
  padding: 60px 20px 30px 20px;
}

.muni_wrap {
  padding: 20px 0 40px;
}

.muni_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0 40px;
}


.muni_link .pushbtn {
  width: 100%;
  max-width: 300px;
  height: 54px;
  background: #71C9B8;
  font-size: 16px;
  letter-spacing: 6px;
}

.muni_link .pushbtn span {
  background: #FFFFFF;
}

.muni_link .pushbtn span:after {
  content: '';
  display: block;
  width: 10px;
  height: 22px;
  background: url(../img/btn_arrow.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.muni_wrap p {
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .muni_wrap p {
    font-size: 14px;
  }
}

/*==============================================================================================

	condition

==============================================================================================*/
#condition_section {
  background: #D9EDF4;
}

.condition_contain {
  padding: 30px 20px;
}

.condition_wrap {
  padding: 30px 50px;
  background: #FFFFFF;
  max-width: 600px;
  margin: 20px auto 0;
  position: relative;
}

.condition_wrap:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #50b6a3 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.condition_wrap div {
  color: #50B6A4;
  font-size: 20px;
  padding-bottom: 10px;
}

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

  .condition_wrap {
    padding: 20px 20px;
    font-size: 12px;
  }

  .condition_wrap div {
    font-size: 16px;
  }

  .pcbr {
    display: none;
  }
}

/*==============================================================================================

	step

==============================================================================================*/

.step_contain {
  padding: 30px 20px;
}

.step_wrap {
  padding: 30px 0;
}

.step_inner {
  height: 160px;
  background: #D9EDF4;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.step_inner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #50b6a3 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step_inner:last-child:after {
  display: none;
}

.step_inner + .step_inner {
  margin-top: 34px;
}

.step_img {
  width: 120px;
}

.step_text {
  width: 100%;
}

.step_img + .step_text {
  width: calc(100% - 120px);
  padding-left: 20px;
}

.step_title {
  font-size: 22px;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.step_title span {
  display: inline-block;
  padding-right: 20px;
  color: #50B6A4;
}

.step_inner:last-child .step_title {
  text-align: center;
}

.step_inner:last-child .step_title span {
  padding-right: 0;
}

.step_text p {
  line-height: 1.8;
}

.step_inner:last-child .step_text p {
  text-align: center;
}

.step_text p a {
  display: inline;
  color: #50B6A4;
  text-decoration: underline;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.step_text p a:hover {
  opacity: .6;
}

.step_head {
  background: #50B6A4;
  color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  border-radius: 5px 5px 0 0;
  padding: 15px 0;
  font-size: 20px;
}

.step_head + .step_text {
  border-radius: 0 0 5px 5px;
}


.step_head + .step_inner .step_text p {
  text-align: left;
}

.step_ex {
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step_ex div {
  width: 20%;
}

.step_ex div span {
  color: #50B6A4;
}

@media screen and (max-width: 768px) {
  .step_inner {
    height: auto;
    display: block;
  }

  .step_img {
    margin: 0 auto;
  }

  .step_img + .step_text {
    width: 100%;
    padding-left: 0px;
  }

  .step_title {
    font-size: 20px;
    text-align: center;
  }

  .step_text p {
    font-size: 14px;
    text-align: center;
  }

  .step_text br {
    display: none;
  }

  .step_head + .step_inner .step_text div:nth-child(1) {
    padding-top: 20px;
  }

  .step_ex div {
    width: 50%;
  }

  .step_ex div:last-child {
    width: 100%;
    text-align: right;
  }
}

/*==============================================================================================

	total

==============================================================================================*/

#total_section {
  background: #FAEA96;
}

.total_contain {
  padding: 30px 20px;
}

.total_contain .contents_title span {
  color: #50B6A4
}

.total_wrap {
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  font-size: 14px;
  line-height: 1.6;
}

.total_wrap > div {
  width: calc(100% / 3 - 60px);
}

.total_pop {
  position: relative;
  margin-bottom: 20px;
}

.total_pop p {
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .total_wrap {
    display: block;
  }

  .total_wrap > div {
    width: 100%;
  }

  .total_wrap > div + div {
    margin-top: 20px;
  }

  .total_pop {
    width: 200px;
    margin: 0 auto 20px;
  }
}

/*==============================================================================================

	faq

==============================================================================================*/

#faq_section {
  background: #C1E2DC;
}

.faq_contain {
  padding: 30px 20px 60px;
}

.faq_wrap {
  margin-top: 30px;
}

.faq_acc_wrap dt {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #67B8A9;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -moz-transition: border-bottom 0s ease .2s;
  -webkit-transition: border-bottom 0s ease .2s;
  transition: border-bottom 0s ease .2s;
}

.faq_acc_wrap dt.acc_open {
  border-bottom: 0;
  -moz-transition: border-bottom 0s ease;
  -webkit-transition: border-bottom 0s ease;
  transition: border-bottom 0s ease;
}

.faq_acc_wrap dd + dt {
  margin-top: 15px;
}

.faq_acc_wrap dt > div:nth-child(1) {
  width: 40px;
  color: #57B9A8;
}

.faq_acc_wrap dt > div:nth-child(2) {
  width: calc(100% - 70px);
}

.faq_acc_marker {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: #57B9A8;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background .3s ease;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.faq_acc_marker:before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq_acc_marker:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
}

.acc_open .faq_acc_marker {
  background: #2D4678;
}

.acc_open .faq_acc_marker:after {
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq_acc_wrap dd {
  border: 1px solid #67B8A9;
  border-top: 0;
  background: #FFFFFF;
}

.faq_acc_inner {
  padding: 15px;
  display: -webkit-flex;
  display: flex;
}

.faq_acc_inner > div:nth-child(1) {
  width: 40px;
  padding-left: 20px;
  color: #2D4678;
}

.faq_acc_inner > div:nth-child(2) {
  width: calc(100% - 70px);
}

/*==============================================================================================

	comp

==============================================================================================*/

#comp_section {
  background: #FFFFFF;
}

.comp_contain {
  padding: 30px 20px;
}

.comp_contain .contents_title {
  color: #50B6A4
}

.comp_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  position: relative;
}

.comp_inner {
  width: 50%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.comp_inner p {
  line-height: 1.8;
  letter-spacing: 1px;
}

.comp_wrap img {
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55%;
  z-index: 0;
}

.comp_wrap a {
  margin-top: 30px;
  width: 100%;
  max-width: 340px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #50B6A4;
  color: #FFFFFF;
  position: relative;
}

.comp_wrap a:after {
  content: '';
  display: block;
  width: 10px;
  height: 22px;
  background: url(../img/btn_arrow_w.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

  .comp_wrap {
    display: block;
  }

  .comp_inner {
    width: 100%;
    padding: 0 0 20px 0;
  }


  .comp_wrap a {
    height: 45px;
    font-size: 16px;
  }

  .comp_wrap img {
    position: relative;
    top: auto;
    right: 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    z-index: 0;
  }
}

/*==============================================================================================

	mamasuma

==============================================================================================*/

#mamasuma_section {
  background: #FFFFFF;
}

.mamasuma_contain {
  padding: 30px 20px;
}

.mamasuma_contain .contents_title {
  color: #50B6A4
}

.mamasuma_contain p {
  padding-top: 10px;
  text-align: center;
}

.mamasuma_wrap {
  padding-top: 30px;
}

.mamasuma_btn_wrap {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.mamasuma_btn_wrap a {
  width: 100%;
  max-width: 340px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #50B6A4;
  color: #FFFFFF;
  position: relative;
}

.mamasuma_btn_wrap a:after {
  content: '';
  display: block;
  width: 10px;
  height: 22px;
  background: url(../img/btn_arrow_w.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

  .mamasuma_contain p {
    font-size: 14px;
  }


  .mamasuma_btn_wrap {
    display: block;
    text-align: center;
  }

  .mamasuma_btn_wrap a {
    height: 45px;
    font-size: 16px;
    margin-bottom: 20px;
  }

}

/*==============================================================================================

	alt

==============================================================================================*/

#alt_section {
  background: #DFDFDF;
}

.alt_contain {
  padding: 30px 20px;
}

.alt_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alt_inner {
  width: calc(50% - 15px);
  background: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  box-shadow: 2px 1px 3px 1px #a8a8a8;
}

.alt_inner:nth-child(n+3) {
  margin-top: 30px;
}

.alt_inner > div:nth-child(1) {
  width: 140px;
  height: 110px;
}

.alt_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alt_inner > div:nth-child(2) {
  width: calc(100% - 120px);
  padding: 0 20px;
}

.alt_inner span {
  display: block;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .alt_wrap {
    display: block;
  }

  .alt_inner {
    width: 100%;
  }

  .alt_inner:nth-child(n+2) {
    margin-top: 20px;
  }
}

/*==============================================================================================

	corp

==============================================================================================*/
#corp_sec {
  background: #FFFFFF;
}

.corp_contain {
  padding: 40px 20px;
}

.corp_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.6;
}

.corp_inner {
  width: 50%;
  padding-bottom: 30px;
}

.corp_logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.corp_logo img:nth-child(1) {
  width: 180px;
  margin-right: 30px;
}

.corp_logo img:nth-child(2) {
  width: 32px;
}

.corp_pass {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.corp_status {
  display: -webkit-flex;
  display: flex;
  padding: 0 0 20px 0;
}

.corp_status > div:nth-child(1) {
  width: 130px;
}

.corp_status > div:nth-child(2) {
  width: calc(100% - 130px);
}

@media screen and (max-width: 768px) {
  .corp_wrap {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  .corp_inner {
    width: 100%;
    padding: 0 20px 0 0;
  }

  .corp_status > div:nth-child(1) {
    width: 115px;
  }

  .corp_pass {
    display: block;
    padding-bottom: 40px
  }
}


/*==============================================================================================

	list

==============================================================================================*/
#list_section {
  padding: 60px 20px
}

.list_contain {
  padding: 30px 20px
}

.list_wrap {
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #50B6A4;
}

.list_wrap:last-child {
  border-bottom: 1px solid #50B6A4;
}

.list_wrap > div:nth-child(1) {
  width: 180px;
  background: #D7ECE8;
  padding: 20px;

}

.list_wrap > div:nth-child(2) {
  width: calc(100% - 180px);
  padding: 20px;
}

.list_wrap a {
  color: #50B6A4;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.list_wrap a:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .list_wrap {
    display: block;
  }

  .list_wrap > div:nth-child(1) {
    width: 100%;

  }

  .list_wrap > div:nth-child(2) {
    width: 100%;
  }
}
