@charset "utf-8";


.SPview {
  display: none;
}
.title_head span {
  font-size: 70%;
  display: inline-block;
  margin-right: 28px;
  font-weight: normal;
}
.top_link_list ul {
  margin-top: 5px;
  display: table;
  width: 100%;
}
.top_link_list ul li {
  display: table-cell;
  width: 80px;
  padding-left: 30px;
  vertical-align: top;
}
.top_link_list ul li:first-child {
  padding-left: 0;
}
.top_link_list ul li a,
.top_link_list ul li span {
  text-align: center;
  display: block;
  font-size: 109%;
}
.top_link_list ul li a:hover,
.top_link_list ul li span {
  color: #b73f69;
}
.introduction {
  margin-top: 38px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.introduction .photo {
  float: left;
}
.introduction .right_txt {
  width: 440px;
  float: right;
  text-align: justify;
}
.introduction .right_txt p {
  font-size: 142%;
  margin-top: 32px;
  line-height: 1.6;
}
.introduction .right_txt p:nth-child(1) {
  margin-top: 0;
}
.introduction .right_txt p .bold_txt {
  font-weight: bold;
}
.call_service {
  margin-top: 58px;
}
.customer_box .title_box {
  font-size: 159%;
  padding-left: 30px;
  background: url(/flow/img/ico-check.png) no-repeat 0 2px;
  margin-bottom: 15px;
}
.customer_box p {
  font-size: 142%;
  line-height: 1.6;
}
.agency_box {
  padding: 20px;
  background: url(/flow/img/bg-dotted_pink.png) repeat;
  margin-top: 35px;
  position: relative;
}
.agency_box.masada:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 158px;
  background: url(/flow/img/guide_penguin01.svg) no-repeat left top;
}
.agency_box.teramoto:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 148px;
  background: url(/flow/img/guide_penguin02.svg) no-repeat left top;
}
.agency_box .title_box {
  font-size: 159%;
  padding-left: 30px;
  background: url(/flow/img/ico-pencil.png) no-repeat 0 2px;
  margin-bottom: 15px;
  color: #d34376;
}
.agency_box .agency_inner {
  width: 700px;
}
.agency_box .contact_link {
  text-align: right;
}
.agency_box p {
  font-size: 125%;
  line-height: 1.6;
}
.agency_box .contact_link {
  margin-top: 15px;
}
.agency_box .contact_link a {
  display: inline-block;
  padding-right: 20px;
  font-size: 125%;
  background: url(/img/share/ico-next.png) no-repeat right center;
  -webkit-background-size: 10px 15px;
  background-size: 10px 15px;
}
.agency_box .contact_link a:hover {
  text-decoration: underline;
}
.reply_box .title_box {
  font-size: 159%;
  padding-left: 30px;
  background: url(/flow/img/ico-dialog.png) no-repeat 0 2px;
  margin-bottom: 20px;
}
.reply_box .reply_inner {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 10px;
}
.reply_box p {
  font-size: 142%;
  line-height: 1.6;
}
.reply_box p.name {
  text-align: right;
  color: #d34376;
  margin-top: 10px;
}
.questions {
  margin-top: 60px;
}
.questions > ul {
  overflow: hidden;
}
.questions > ul li {
  border-bottom: 1px solid #ccc;
}
.questions > ul li:first-child {
  border-top: 1px solid #ccc;
}
.questions > ul li a {
  display: block;
  font-size: 125%;
  padding: 18px 23px;
  background: url(/img/share/ico-arrow_news.png) 100% 50% no-repeat;
  position: relative;
}
.questions > ul li a:before {
  content: '';
  background: url(/flow/img/ico-q.png) no-repeat left top;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: 0;
}
.questions > ul li a:hover {
  background: url(/img/share/ico-arrow_news.png) 100% 50% no-repeat #f5f5f5;
}
.btn_detail {
  width: 463px;
  display: block;
  margin: 60px auto 0;
}
.btn_detail a {
  font-weight: bold;
  font-size: 125%;
  background: #9ea0a0;
  text-align: center;
  color: #fff;
  display: block;
  padding: 18px 0 17px;
}
.btn_detail a:hover {
  opacity: 0.7;
}
.btn_detail a span {
  display: block;
  margin: 0 10px;
  background: url(/img/share/ico-arrow_white_l.png) 100% 50% no-repeat;
  -webkit-background-size: 7px 10px;
  background-size: 7px 10px;
}
.bnr_bottom {
  margin: 60px 0;
}
.bnr_bottom a {
  display: block;
  width: 960px;
  height: 140px;
  background: url(/flow/img/bnr-soudan.png) no-repeat left top;
  margin: 0 auto;
}
.bnr_bottom a:hover {
  opacity: 0.5;
}
.bnr_bottom img {
  display: none;
}
.bottom_link_list {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
.bottom_link_list .step_title {
  font-size: 192%;
  margin-bottom: 25px;
}
.bottom_link_list ul {
  margin-top: 5px;
  display: table;
  width: 100%;
}
.bottom_link_list ul li {
  display: table-cell;
  width: 87px;
  vertical-align: top;
}
.bottom_link_list ul li a,
.bottom_link_list ul li span {
  text-align: center;
  display: block;
  font-size: 109%;
}
.bottom_link_list ul li a:hover, .bottom_link_list ul li a.active,
.bottom_link_list ul li span {
  color: #b73f69;
}

/***************************
SP
***************************/
@media screen and (max-width: 767px) {

.PCview {
  display: none;
}
.SPview {
  display: block;
}
#flow {
  margin: 0 10px;
}
#flow .title_head {
  font-weight: bold;
}
#flow .title_sub {
  font-weight: bold;
　font-size: 125%!important; /*20240313追加*/
}
.title_head span {
  font-size: 78%;
  margin-right: 13px;
  font-weight: bold;
}
.top_link_list .step {
  display: none;
}
.top_link_list ul {
  margin-top: 0;
}
.top_link_list ul.sp_list_first {
  border-bottom: 1px dashed #ccc;
}
.top_link_list ul.sp_list_first li {
  width: 20%;
  vertical-align: middle;
  padding: 0;
  padding: 0 8px 18px 0;
  position: relative;
}
.top_link_list ul.sp_list_first li:nth-child(3) {
  width: 28%;
}
.top_link_list ul.sp_list_second {
  border-bottom: 1px dashed #ccc;
}
.top_link_list ul.sp_list_second li {
  width: 33.3%;
  vertical-align: middle;
  padding: 0;
  padding: 18px 4px 18px 0;
  position: relative;
}
.top_link_list ul.sp_list_third li {
  width: 33.3%;
  vertical-align: middle;
  padding: 0;
  padding: 18px 10px 18px 0;
  position: relative;
}
.top_link_list ul.sp_list_third li:first-child {
  width: 15.3%;
}
.top_link_list ul.sp_list_third li:nth-child(2):after {
  background: none;
}
.top_link_list ul li {
  text-align: left;
}
.top_link_list ul li:first-child {
  padding-left: 0;
  vertical-align: middle;
}
.top_link_list ul li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/flow/img/sp/ico-next_step.png) no-repeat right center;
  -webkit-background-size: 14px 10px;
  background-size: 14px 10px;
  width: 14px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: 14px;
}
.top_link_list .sp_list_second li:after {
  top: 28px;
  margin-left: 28px;
}
.top_link_list .sp_list_third li:after {
  top: 28px;
  margin-left: 26px;
}
.top_link_list ul li a,
.top_link_list ul li span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 100%;
  box-sizing: border-box;
}
.introduction {
  margin-top: 22px;
  padding-top: 0px;
  border-top: 0;
}
.introduction .photo {
  float: none;
}
.introduction .right_txt {
  width: auto;
  float: none;
}
.introduction .right_txt p {
  font-size: 100%;
  margin-top: 25px;
}
.introduction .right_txt p:nth-child(1) {
  margin-top: 19px;
}
.call_service {
  margin-top: 35px;
}
.customer_box .title_box {
  font-size: 117%;
  padding-left: 18px;
  background: url(/flow/img/ico-check.png) no-repeat 0 50%;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  margin-bottom: 17px;
}
.customer_box p {
  font-size: 100%;
}
.agency_box {
  padding: 20px 15px;
  margin-top: 18px;
  position: relative;
}
.agency_box.masada:after {
        content: "";
        /* width: 106px; */
        /* height: 152px; */
        background: url(/flow/img/guide_penguin01.svg) no-repeat right 5px bottom 10px;
        -webkit-background-size: 105px 145px;
        background-size: 121px 123px;
}
.agency_box.teramoto:after {
content: "";
        /* width: 105px; */
        /* height: 175px; */
        background: url(/flow/img/guide_penguin02.svg) no-repeat right 17px bottom 0;
        -webkit-background-size: 105px 175px;
        background-size: 79px 135px;
    }
.agency_box .title_box {
  font-size: 117%;
  padding-left: 15px;
  background: url(/flow/img/ico-pencil.png) no-repeat 0 50%;
  -webkit-background-size: 11px 11px;
  background-size: 11px 11px;
  margin-bottom: 16px;
}
.agency_box .agency_inner {
  width: 65%;
}
.agency_box .contact_link {
  text-align: left;
}
.agency_box p {
  font-size: 100%;
  line-height: 1.6;
}
.agency_box .contact_link {
  margin-top: 15px;
}
.agency_box .contact_link a {
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 100%;
  background: url(/img/share/ico-next.png) no-repeat 0 2px;
  -webkit-background-size: 8px 12px;
  background-size: 8px 12px;
}
.agency_box .contact_link a:hover {
  text-decoration: underline;
}
.reply_box .title_box {
  font-size: 117%;
  padding-left: 18px;
  background: url(/flow/img/ico-dialog.png) no-repeat 0 2px;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
  margin-bottom: 18px;
}
.reply_box .reply_inner {
  padding: 20px 0 18px;
}
.reply_box p {
  font-size: 100%;
}
.reply_box p.name {
  margin-top: 10px;
}
.questions {
  margin-top: 38px;
}
.questions > ul li a {
  font-size: 100%;
  background: url(/img/share/ico-arrow_news.png) 100% 50% no-repeat;
  -webkit-background-size: 8px 12px;
  background-size: 8px 12px;
  padding: 18px 15px;
}
.questions > ul li a:before {
  background: url(/flow/img/ico-q.png) no-repeat left top;
  width: 11px;
  height: 12px;
  -webkit-background-size: 11px 12px;
  background-size: 11px 12px;
  top: 20px;
  left: 0;
}
.btn_detail {
  width: auto;
  margin: 40px auto 0;
}
.btn_detail a {
  font-size: 100%;
  font-weight: normal;
  padding: 9px 0;
}
.btn_detail a:hover {
  opacity: 1;
}
.btn_detail a span {
  background: url(/img/share/ico-arrow_white_l.png) 100% 50% no-repeat;
  -webkit-background-size: 7px 10px;
  background-size: 7px 10px;
}
.bnr_bottom {
  margin: 40px 0;
}
.bnr_bottom a {
  width: auto;
  height: auto;
  background: none;
}
.bnr_bottom a:hover {
  opacity: 1;
}
.bnr_bottom img {
  display: block;
}
.bottom_link_list {
  display: none;
}
.link_list .title_table {
  font-size: 150%;
  margin-bottom: 18px;
}
.link_list .link_top {
  text-align: right;
}
.link_list .link_top a {
  padding-right: 18px;
  background: url(/img/share/ico-next.png) no-repeat right center;
  -webkit-background-size: 8px 13px;
  background-size: 8px 13px;
  font-size: 100%;
  line-height: 1;
}
.link_list .link_table {
  margin: 18px 0;
}
.link_list .link_table dl {
  display: table;
  width: 100%;
}
.link_list .link_table dt {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  font-size: 117%;
  padding-top: 0px;
  background: #f0a3b7 url(/flow/img/sp/bg-down_arrow.png) no-repeat left top;
  -webkit-background-size: 40px auto;
  background-size: 40px auto;
  position: relative;
  font-weight: bold;
  color: #fff;
}
.link_list .link_table dd {
  display: table-cell;
  border-top: 2px solid #ccc;
}
.link_list .link_table li:nth-child(3) dd {
  border-bottom: 2px solid #ccc;
}
.link_list .link_table li:first-child dt {
  padding-top: 0;
  background: #f0a3b7;
}
.link_list .link_table dt span {
  display: block;
  width: 50%;
  left: 25%;
  z-index: 1;
  text-align: center;
  position: relative;
  top: 10px;
  line-height: 1.1;
}
.link_list .sub_list li {
  border-top: 1px solid #ccc;
}
.link_list .sub_list li:first-child {
  border-top: 0;
}
.link_list .sub_list a {
  display: block;
  background: url(/img/share/ico-next.png) no-repeat right center;
  -webkit-background-size: 8px 13px;
  background-size: 8px 13px;
  font-size: 92%;
  padding: 24px 0 18px 10px;
  line-height: 1;
}
.link_list .sub_list span {
  display: block;
  font-size: 92%;
  padding: 24px 0 18px 10px;
  line-height: 1;
}
.link_list .sub_list a:hover {
  background: #f5f5f5 url(/img/share/ico-next.png) no-repeat right center;
  -webkit-background-size: 8px 13px;
  background-size: 8px 13px;
}
.link_list .sub_list a.active {
  background: #efeff1;
}

}

