@charset "UTF-8";
/* SCSS Document */
/*---------------------------------
* utility
---------------------------------*/
ul {
  list-style: none;
}

main a {
  text-decoration: none;
  color: #222222;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*---------------------------------
* common
---------------------------------*/
.wrapper02 {
  max-width: 1152px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.breadcrumb {
  padding-top: 42px;
  font-size: 13px;
}

.breadcrumb ul {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  margin-right: 6px;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.underlayer_mv01 {
  height: 169px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: bottom 0 right 0;
}

.underlayer_mv01.column_mv {
  background-image: url(../img/blog/blog_mv01.png);
}

.underlayer_mv01 .underlayer_mv01_ttl {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.underlayer_mv01 .underlayer_mv01_ttl h1 {
  font-weight: 700;
}

.underlayer_mv01 .underlayer_mv01_ttl h1 .box {
  margin-bottom: 0.4em;
  display: block;
}

.underlayer_mv01 .underlayer_mv01_ttl h1 .box .color {
  font-size: 22px;
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #fff;
  background-color: #0C335A;
  padding: 0.7em 1.15em;
  letter-spacing: 0;
}

.underlayer_mv01 .underlayer_mv01_ttl p {
  font-size: 18px;
}
.underlayer_mv01.case_mv {
  background-image: url(../img/case/case_mv01.png);
}

/*---------------------------------
* コラム一覧
---------------------------------*/
.ul_flex01 {
  padding: 60px 0 90px;
  border-bottom: 1px solid #D5D8DB;
}

.ul_flex01 .ul_flex01_bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col::after {
  content: "";
  display: block;
  width: 29.67%;
}

.ul_flex01 .ul_flex01_bl > li {
  width: 47.25%;
}

.ul_flex01 .ul_flex01_bl > li:nth-of-type(n+3) {
  margin-top: 60px;
}

.ul_flex01 .ul_flex01_bl > li a:hover {
  opacity: 0.7;
}

.ul_flex01 .ul_flex01_bl > li a .ul_flex01_el li:nth-of-type(2) {
  font-size: 16px;
  margin-top: 20px;
}

.ul_flex01 .ul_flex01_bl > li a .ul_flex01_el li:nth-of-type(3) h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.77;
  margin-top: 20px;
color: #0C335A;
}

.ul_flex01 .ul_flex01_bl > li a .ul_flex01_el li:nth-of-type(3) h2 .case_name{
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  padding-bottom: 1em;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li {
  width: 29.67%;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li:nth-of-type(n+3) {
  margin-top: 0;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li:nth-of-type(n+4) {
  margin-top: 60px;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li a .ul_flex01_el li:nth-of-type(2) {
  margin-top: 30px;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li a .ul_flex01_el li img {
  width: 100%;
  height: 234px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col {
  margin-top: 60px;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li {
  width: 100%;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li a .ul_flex01_el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li a .ul_flex01_el li:first-of-type {
  width: 29.67%;
  margin-right: 42px;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li a .ul_flex01_el li:nth-of-type(2) {
  width: 66.48%;
  margin-top: 0;
}

.ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li a .ul_flex01_el li:nth-of-type(2) div:nth-of-type(2) {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.contact_sec {
  background-image: url(../img/underlayer_bg01.png);
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 120px;
}

.contact_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 81%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec ul .contact_sec_cont01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 479px;
  height: 94px;
  background-color: #fff;
  color: #003D6C;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_sec ul .contact_sec_cont01 a:hover {
  background-color: #2F46F5;
  color: #fff;
  border: 1px solid #fff;
}

.contact_sec ul .contact_sec_cont02 {
  color: #fff;
  text-align: center;
}

.contact_sec ul .contact_sec_cont02 .contact_sec_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
}

.contact_sec ul .contact_sec_cont02 .contact_sec_tel::before {
  content: "";
  width: 41px;
  height: 41px;
  background-image: url(../img/tel_icon01.png);
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.contact_sec ul .contact_sec_cont02 .contact_sec_txt {
  margin-top: 17px;
}

.contact_sec ul .contact_sec_cont02 .contact_sec_txt p:first-of-type {
  font-size: 18px;
}

.contact_sec ul .contact_sec_cont02 .contact_sec_txt p:nth-of-type(2) {
  font-size: 16px;
}

/*---------------------------------
* コラム詳細
---------------------------------*/
.page_sec01 {
  padding: 60px 0 90px;
  border-bottom: 1px solid #D5D8DB;
}

.page_sec01 h1 {
  font-size: 28px;
  font-weight: 700;
}

.page_sec01 .page_sec01_date {
  font-size: 16px;
  margin-top: 20px;
}

.page_sec01 .page_sec01_bl {
  margin-top: 40px;
}

.page_sec01 .page_sec01_bl:nth-of-type(n+2) {
  margin-top: 80px;
}

.page_sec01 .page_sec01_bl .page_sec01_el02 {
  margin-top: 60px;
}

.page_sec01 .page_sec01_bl .page_sec01_el02 h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #42B933;
  padding-bottom: 16px;
}

.page_sec01 .page_sec01_bl .page_sec01_el03 {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 {
  margin-top: 60px;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
  padding: 40px 50px;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 a ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 a ul li:first-of-type {
  width: 246px;
  height: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #222222;
  margin-right: 3.32%;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 a ul li:nth-of-type(2) {
  width: 54.43%;
  font-size: 16px;
  margin-right: 3%;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 a ul li:nth-of-type(3) {
  width: 142px;
  height: 35px;
  border-radius: 50px;
  background-color: #003D6C;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 a:hover {
  background-color: #003D6C;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 a:hover li:nth-of-type(2) {
  color: #fff;
}

.page_sec01 .page_sec01_bl .page_sec01_el04 a:hover li:nth-of-type(3) {
  background-color: #fff;
  color: #003D6C;
}

/*---------------------------------
* 下層ページ　footer　ソリューション nav
---------------------------------*/
#service .underlayer_footer_navWrap nav:nth-of-type(2) {
  padding-top: 0;
}

#service .underlayer_footer_navWrap nav.footer_nav_solution.underlayer_footer_nav .list {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 670px;
}

#service .underlayer_footer_navWrap nav.footer_nav_solution.underlayer_footer_nav .list li {
  width: 31.94%;
  margin-right: 2%;
}

#service .underlayer_footer_navWrap nav.footer_nav_solution.underlayer_footer_nav .list li:nth-of-type(3n) {
  margin-right: 0;
}

#service .underlayer_footer_navWrap nav.footer_nav_solution.underlayer_footer_nav .list li a {
  height: 66.38px;
}

/*---------------------------------
* ケーススタディ　詳細
---------------------------------*/
.page_sec02 {
  margin-top: 60px;
}

.page_sec02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_sec02 ul .page_sec02_bl01 {
  width: 43.22%;
}

.page_sec02 ul .page_sec02_bl01 .page_sec02_txt01 {
  font-size: 20px;
  font-weight: 700;
}

.page_sec02 ul .page_sec02_bl01 .page_sec02_txt02 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.64;
  margin-top: 30px;
}

.page_sec02 ul .page_sec02_bl01 .page_sec02_date {
  font-size: 16px;
  margin-top: 30px;
}

.page_sec02 ul .page_sec02_bl02 {
  width: 47.25%;
}

.page_sec02 ul .page_sec02_bl02 img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page_sec02 ul .page_sec02_bl02 .page_sec02_caption {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.page_sec02 .page_sec02_box {
  margin-top: 60px;
  background-color: #EEF3F8;
  padding: 40px 50px;
  font-size: 16px;
}

.page_sec03 .page_sec03_bl {
  margin-top: 80px;
}
.page_sec03 .wrapper02.case .page_sec03_bl {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.page_sec03 .page_ttl01_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.page_sec03 .page_ttl01_wrap .page_ttl01_sub {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #42B933;
  display: inline-block;
}

.page_sec03 .page_ttl01_wrap h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.78;
  margin-top: 30px;
  display: inline-block;
  padding-bottom: 26px;
}

.page_sec03 .page_ttl01_wrap h3::after {
  display: block;
  content: "";
  background-color: #42B933;
  width: 58px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page_sec03 .ul_flex02 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.page_sec03 .ul_flex02 li {
  font-size: 16px;
}

.page_sec03 .ul_flex02 li .ul_flex02_el li::before {
  content: "・";
}
.page_sec03 .ul_flex02 li .ul_flex02_el li {
  text-indent: -1em;
  margin-left: 1em;
}
.page_sec03 .page_sec03_box {
  margin-top: 80px;
  background-color: #F5F5F5;
  padding: 40px 50px 45px;
}

.page_sec03 .page_sec03_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_sec03 .page_sec03_box ul li:first-of-type {
  width: 24.79%;
}

.page_sec03 .page_sec03_box ul li:nth-of-type(2) {
  width: 72.17%;
}

.page_sec03 .page_sec03_box ul li:nth-of-type(2) .txt01 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #003D6C;
  border-bottom: 1px solid #707070;
  padding-bottom: 16px;
}

.page_sec03 .page_sec03_box ul li:nth-of-type(2) .txt02 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
}

.page_sec03 .page_sec03_box ul li:nth-of-type(2) .txt03 {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

/*---------------------------------
* 協力会一覧
---------------------------------*/
.underlayer_mv01.network_mv {
  background-image: url(../img/service/network/network_mv01.png);
}

.page_link {
  padding: 60px 0 40px;
}

.page_link .ul_flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_link .ul_flex03 li {
  width: 22.4%;
  margin-right: 3.46%;
}

.page_link .ul_flex03 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #003D6C;
  padding: 15px 16px 15px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_link .ul_flex03 li a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #003D6C;
  border-right: 1px solid #003D6C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
}

.page_link .ul_flex03.consul_spc li a {
  position: relative;
  padding-right: 3em;
}
.page_link .ul_flex03.consul_spc2 li a {
  position: relative;
  padding-right: 4em;
}
.page_link .ul_flex03.consul_spc li a::after {
  position: absolute;
  right: 1em;
}
.page_link .ul_flex03.consul_spc2 li a::after {
  position: absolute;
  right: 1em;
}

.page_link .ul_flex03 li a:hover {
  background-color: #003D6C;
  color: #fff;
}

.page_link .ul_flex03 li a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.page_link .ul_flex03 li:nth-of-type(4n) {
  margin-right: 0;
}

.page_link .ul_flex03 li:nth-of-type(n+5) {
  margin-top: 17px;
}

.network_bl .network_el {
  padding: 40px 0 30px;
}

.network_bl .network_el:nth-of-type(n+2) {
  border-top: 1px solid #D5D8DB;
}

.network_bl .network_el h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.network_bl .network_el .ul_flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.network_bl .network_el .ul_flex03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22.13%;
  margin-right: 3.82%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #80A3BE;
}

.network_bl .network_el .ul_flex03 li:nth-of-type(4n) {
  margin-right: 0;
}

.network_bl .network_el .ul_flex03 li div:first-of-type {
  background-color: #003D6C;
  padding: 10px 15px;
  color: #fff;
  margin-right: 13px;
  white-space: nowrap;
}

.network_bl .network_el .ul_flex03 li div:nth-of-type(2) {
  font-size: 16px;
  font-weight: 600;
}
.network_bl .network_el ul:nth-of-type(n+2) {
  border-top: 1px solid #D5D8DB;
}

.network_bl .network_el#area01 .ul_flex03 li {
  border-bottom: none;
}

.network_bl .network_el#area02 .ul_flex03 li:nth-of-type(n+9) {
  border-bottom: none;
}

.network_bl .network_el#area03 .ul_flex03 li:nth-of-type(n+9) {
  border-bottom: none;
}

.network_bl .network_el#area04 .ul_flex03 li:nth-of-type(n+73) {
  border-bottom: none;
}

.network_bl .network_el#area05 .ul_flex03 li:nth-of-type(n+9) {
  border-bottom: none;
}

.network_bl .network_el#area06 .ul_flex03 li:nth-of-type(n+25) {
  border-bottom: none;
}

.network_bl .network_el#area07 .ul_flex03 li:nth-of-type(n+5) {
  border-bottom: none;
}

.network_bl .network_el#area08 .ul_flex03 li:nth-of-type(n+9) {
  border-bottom: none;
}

.network_bl .network_el#area09 .ul_flex03 li:nth-of-type(n+9) {
  border-bottom: none;
}

.network_bl .network_el#area10 .ul_flex03 li:nth-of-type(n+21) {
  border-bottom: none;
}

.network_bl .network_el#area11 .ul_flex03 li:nth-of-type(n+5) {
  border-bottom: none;
}

.network_bl .network_el#area12 .ul_flex03 li:nth-of-type(n+21) {
  border-bottom: none;
}

.network_bl .network_el#area13 .ul_flex03 li:nth-of-type(n+5) {
  border-bottom: none;
}

.network_bl .network_el#area14 .ul_flex03 li:nth-of-type(n+5) {
  border-bottom: none;
}

.network_bl .network_el#area15 .ul_flex03 li:nth-of-type(n+13) {
  border-bottom: none;
}

.network_bl .network_el#area16 .ul_flex03 li:nth-of-type(n+21) {
  border-bottom: none;
}

.page_sec01 .blog_mv .ttl1_1 {
  font-size: 28px;
  font-weight: bold;
}
.page_sec01 .blog_mv .ttl1_1 .ttl1_1_note{
  display: block;
  font-size: 60%;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.page_sec01 .blog_mv .ttl1_1 .ttl1_1_author{
  display: block;
  font-size: 80%;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.page_sec01 .blog_mv img {
  margin-top: 2.5em;
}
.page_sec01 .blog_mv .ttl2_1 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #42B933;
  padding-bottom: 0.5em;
  padding-top: 30px;
}

.page_sec01 .blog_sec {
  padding-top: 60px;
}

.wrapper02.p_top_margin .blog_sec p + p{
  margin-top: 1.5em;
}

.page_sec01 .blog_sec .ttl2_1 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #42B933;
  padding-bottom: 0.5em;
}

.page_sec01 .blog_sec .ttl3_1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
}

.page_sec01 .blog_sec .ttl3_1:first-of-type {
  padding-top: 1.5em;
}

.page_sec01 .blog_sec .ttl3_1:not(:first-of-type) {
  padding-top: 4em;
}

.page_sec01 .blog_sec .ttl4_1 {
  font-size: 16px;
  font-weight: bold;
  border-left: 3px solid #42B933;
  padding-left: 0.75em;
  line-height: 1.5em;
  margin: 1.5em 0 1em;
}

.page_sec01 .blog_sec p {
  font-size: 16px;
}
.page_sec01 .blog_sec p a{
  text-decoration: underline;
  font-weight: bold;
}
.page_sec01 .blog_sec p a:hover{
  opacity: 0.7;
}

.page_sec01 .blog_sec ul {
  font-size: 16px;
  padding: 0 1em 1em;
}
.page_sec01 .blog_sec p + ul {
  padding-top: 1em;
}
.page_sec01 .blog_sec ul li {
  position: relative;
  padding-left: 1em;
  padding:0.1em 0 0.1em 1em;
}
.page_sec01 .blog_sec ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0.1em;
  display: block;
  width: 1em;
  height: 1em;
}

.page_sec01 .blog_sec .author {
  font-size: 16px;
}

.page_sec01 .blog_sec p + p {
  margin-top: 0;
}

.page_sec01 .blog_sec .ttl2_1 + p {
  margin-top: 2em;
}
.page_sec01 .blog_sec table{
  margin: 2em 0;
  width: 100%;
}
.page_sec01 .blog_sec table,
.page_sec01 .blog_sec table tr,
.page_sec01 .blog_sec table tr th,
.page_sec01 .blog_sec table tr td {
  border: 1px solid #707070;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.page_sec01 .blog_sec table tr th{
  font-weight: bold;
  background-color: #eee;
}

.page_sec01 .blog_sec .ttl4_1 + p {
  padding-bottom: 1em;
}

.page_sec01 .blog_sec .ttl_g {
  font-size: 16px;
  font-weight: bold;
  color: #42B933;
  padding-top: 4em;
}


#blog4.page_sec01 .blog_sec .ttl_g {
  padding-top: 2em;
}
#blog4.page_sec01 .blog_sec .ttl4_1 + .ttl_g {
  padding-top: 1em;
}

.page_sec01 .blog_sec .ttl3_1 + .ttl_g {
  padding-top: 0;
}

.page_sec01 .blog_sec .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_sec01 .blog_sec .img_wrap .txt {
  padding-right: 3em;
}

.page_sec01 .blog_sec .img_wrap .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page_sec01 .blog_sec .img_wrap2 {
  margin-top: 3em;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_sec01 .blog_sec .img_wrap2 .img_ttl {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.page_sec01 .blog_sec .img_wrap2 .img {
  width: 48%;
  max-width: 512px;
}

.page_sec01 .blog_sec .img_wrap2 .img img {
  margin-top: 0.25em;
}

.page_sec01 .blog_sec .img_wrap2 .img .caption {
  margin-top: 0.25em;
  font-size: 16px;
  text-align: center;
}

.page_sec01 .blog_sec .img_wrap2_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page_sec01 .blog_sec .img_wrap2_2 img {
  display: block;
  margin: 3em 3em 1em;
}

.page_sec01 .blog_sec .img_c {
  display: block;
  margin: 3em auto 0 auto;
}
.page_sec01 .blog_sec .img_b {
  display: block;
  margin: 3em auto 4em auto;
}
.page_sec01 .blog_sec .m3em {
  margin-top: 3em;
}

.page_sec01 .blog_sec p.pb0 {
  padding-bottom: 0;
}
/*---------------------------------
* 中央日土地ソリューションズについて
---------------------------------*/
.underlayer_mv01.outline_mv {
  background-image: url(../img/service/outline_mv01.png);
}
.underlayer_mv01.outline_mv .sub {
  color: #003D6C;
  font-size: 18px;
  letter-spacing: 0;
  display: block;
}
#service.consul.outline .ul_flex03 li a.other_page::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#service.consul.outline .ttl2_consul {
  margin-bottom: 2.5em;
}
.outline_flex .outline_box {
  position: relative;
}
.outline_flex .outline_box_container {
  padding: 27px 26px 94px;
}
.outline_box {
  margin-top: 30px;
  background: #EEF3F8;
}
.outline_box_ttl {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #003D6C;
  height: 3.612em;
  padding: 0 0.8em;
}

.outline_box_container {
  padding: 37px 26px 26px;
}
.outline_box_container .note{
  text-align: right;
  padding-top: 2em;
}
.outline_box_li01 {
  padding: 10px 0 8px !important;
}

.outline_box_li02 {
  padding: 20px 0 !important;
}

.outline_box_li03 {
  padding: 26px 0 14px !important;
}

.outline_box img {
  display: inline-block;
}
.outline_box .outline_flex li {
  margin: 40px auto 0;
}

.outline_box .outline_flex li:first-child {
  margin-top: 0;
}
.outline_box .outline_flex li img {
  width: auto;
  height: 28px;
}
.outline_split {
  font-size: 16px;
}

.outline_split li {
  text-align: center;
  margin-top: 17px;
  padding-top: 18px;
  border-top: solid 1px #B6C0CB;
}

.outline_split li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.outline_split li.outline_box_txt {
  text-align: left;
}

.outline_btn {
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 100%;
  padding: 0 26px;
}

.outline_btn a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 2.917em;
  padding: 0.3em 0.8em 0.32em;
  border: solid 1px #00192B;
  border-radius: 9999px;
  background: #00192B;
}

.outline_btn a:hover {
  color: #00192B;
  background: #fff;
}
.outline_map_note {
  font-size: 14px;
  line-height: 2.25;
}
.outline_map_note em {
  color: #003D6C;
  font-weight: 700;
  font-style: normal;
}
.outline_item_sp {
  position: relative;
  height: 85.334vw;
  background-image: url(../img/service/outline_map2_sp.png), url(../img/service/outline_map1_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.outline_item_sp ul {
  width: 37.31%;
}

.outline_item_sp li a {
  color: #003D6C;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 13.334vw;
  padding-right: 8px;
  background: #fff;
  border: solid 1px #003D6C;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
}

.outline_item_sp li a::after {
  content: "";
  position: absolute;
  top: 39%;
  right: 8px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #003D6C;
  border-right: 2px solid #003D6C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.outline_item_sp ul {
  position: absolute;
}

.outline_item_sp ul:first-child {
  top: 0;
  left: 0;
}

.outline_item_sp ul:first-child li {
  margin-top: 2.13vw;
}

.outline_item_sp ul:first-child li:first-child {
  margin-top: 0;
}

.outline_item_sp ul:nth-child(2) {
  top: 37.33vw;
  right: 0;
}

.outline_item_sp ul:nth-child(2) li {
  margin-top: 3.73vw;
}

.outline_item_sp ul:nth-child(2) li:first-child {
  margin-top: 0;
}

.outline_item_sp ul:nth-child(3) {
  right: 17.91%;
  bottom: 0;
}

.outline_item_sp ul:nth-child(4) {
  left: 0;
  bottom: 0;
}
.outline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 22px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
}
.outline_item_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.outline_item_txt dt {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 6px;
}

.outline_item_txt dt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 9px;
  height: 5px;
  background: #003D6C;
}
.outline_item_txt dd {
  font-size: 14px;
  line-height: 1.714;
  padding-right: 1em;
}

.outline_item_txt dd.outline_tel, .outline_item_txt dd.outline_fax {
  padding-right: 0;
}

.outline_item_txt dd.outline_tel {
  margin-top: 6px;
}
.outline_item_map {
  width: 91px;
}

.outline_txt_link {
  margin-top: 6px;
}

.outline_txt_link a {
  color: #003D6C;
  font-size: 14px;
  position: relative;
  display: block;
  padding-left: 13px;
}

.outline_txt_link a:hover {
  opacity: 0.7;
}

.outline_txt_link a::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -2px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #003D6C;
  border-right: 2px solid #003D6C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.outline_date {
  font-size: 18px;
  display: block;
  margin-top: 0.5em;
}

/*---------------------------------
* オフィスビル情報
---------------------------------*/
#service.consul .consul_mv.office_mv {
  background-image: url(../img/service/office_mv01.png);
}

.office .c-inner04 {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  text-align: left;
  padding: 0 20px;
}
.office .p-solution-office-section01__button-area {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #D5D8DB;
}
.office .p-building-index-group01__button01 {
  padding: 10px;
  background: url(../img/service/office_bg_sp.jpg) no-repeat center center/cover;
}
.office .p-building-index-group01__button01__text-area {
  text-align: left;
  position: relative;
}
/*---------------------------------
* 資産運用
---------------------------------*/
#service.consul.securitization .consul5 ul li .txt {
  width: 100%;
  max-width: 100%;
}

#service.consul .consul_mv.securitization_mv {
  background-image: url(../img/service/securitization_mv01.png);
}

.securitization .c-button02 {
  min-width: 100px;
  border: 0;
}

.securitization .c-button02 {
  background: transparent;
  color: #fff !important;
  border: #fff solid 3px;
}

.securitization .c-button02:hover {
  opacity: 0.5;
}

.securitization .c-button02 > span {
  margin: 0 auto;
  padding: 0.4em 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 44px;
  position: relative;
  width: 100%;
}
.securitization .c-button01--blank::after,
.securitization .c-button02--blank::after {
  content: "";
  width: 16px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/service/securitization_icon.svg) no-repeat center center/contain;
}

.securitization .p-asset-index-group01__button01 {
  margin: 20px auto;
  max-width: 560px;
  padding: 10px;
  background: url(../img/service/securitization_bg_sp.jpg) no-repeat center center/cover;
}
.securitization .p-asset-index-group01__button01__fig-area img {
  width: 100%;
  height: auto;
}

.securitization .p-asset-index-group01__button01 p {
  margin-top: 1em;
}

.securitization .p-asset-index-group01__button01 .c-button02 {
  margin: 20px auto;
}

.securitization .p-asset-index-group01__text01 {
  color: #fff;
  font-size: 18px;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.33;
}
.securitization .p-asset-index-group01__text02 {
  color: #fff;
  margin-top: 1em;
  font-size: 14px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.57;
}
.securitization_box {
  margin: 10px auto 0 !important;
  padding: 30px 0;
  border-top: solid 1px #D5D8DB;
  border-bottom: solid 1px #D5D8DB;
}
@media screen and (max-width: 767px) {
  .network_bl .network_el h2 {
    font-size: 22px;
  }
  .network_bl .network_el .ul_flex03 li div:first-of-type {
    font-size: 13px;
  }
  .network_bl .network_el .ul_flex03 li div:nth-of-type(2) {
    font-size: 13px;
  }
  .wrapper02 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumb {
    padding-top: 5px;
  }
  .underlayer_mv01 {
    background-position: bottom 0 right -340px;
  }
  .underlayer_mv01 .underlayer_mv01_ttl {
    font-size: 21px;
  }
  .underlayer_mv01 .underlayer_mv01_ttl h1 .box .color {
    font-size: 15px;
  }
  .underlayer_mv01 .underlayer_mv01_ttl p{
    font-size: 15px;
  }
  .ul_flex01 {
    padding: 40px 0 50px;
  }
  .ul_flex01 .ul_flex01_bl > li {
    width: 100%;
  }
  .ul_flex01 .ul_flex01_bl > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .ul_flex01 .ul_flex01_bl > li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .ul_flex01 .ul_flex01_bl > li a .ul_flex01_el li:nth-of-type(2) {
    margin-top: 10px;
  }
  .ul_flex01 .ul_flex01_bl > li a .ul_flex01_el li:nth-of-type(3) h2 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li {
    width: 100%;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl3Col > li a .ul_flex01_el li:nth-of-type(2) {
    margin-top: 10px;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col {
    margin-top: 30px;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li a .ul_flex01_el {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li a .ul_flex01_el li:first-of-type {
    width: 100%;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li a .ul_flex01_el li:nth-of-type(2) {
    margin-top: 10px;
  }
  .ul_flex01 .ul_flex01_bl.ul_flex01_bl1Col > li a .ul_flex01_el li:nth-of-type(2) div:nth-of-type(2) {
    margin-top: 10px;
  }
  .contact_sec {
    padding: 40px 0;
    background-position: bottom 0 right 0;
    margin-bottom: 50px;
  }
  .contact_sec ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .contact_sec ul .contact_sec_cont01 a {
    width: 300px;
    height: 70px;
  }
  .contact_sec ul .contact_sec_cont02 {
    margin-top: 20px;
  }
  .contact_sec ul .contact_sec_cont02 .contact_sec_tel {
    font-size: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact_sec ul .contact_sec_cont02 .contact_sec_txt {
    margin-top: 10px;
  }
  .contact_sec ul .contact_sec_cont02 .contact_sec_txt p:first-of-type {
    font-size: 16px;
  }
  .contact_sec ul .contact_sec_cont02 .contact_sec_txt p:nth-of-type(2) {
    font-size: 14px;
  }
  .page_sec01 {
    padding: 30px 0 50px;
  }
  .page_sec01 h1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .page_sec01 .page_sec01_date {
    margin-top: 10px;
  }
  .page_sec01 .page_sec01_bl:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el02 {
    margin-top: 20px;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el02 h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el03 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el04 {
    margin-top: 30px;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el04 a {
    padding: 30px 20px;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el04 a ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el04 a ul li:first-of-type {
    margin-right: 0;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el04 a ul li:nth-of-type(2) {
    font-size: 14px;
    margin-right: 0;
    margin-top: 15px;
    width: 100%;
  }
  .page_sec01 .page_sec01_bl .page_sec01_el04 a ul li:nth-of-type(3) {
    margin-top: 15px;
  }
  .page_sec01 .page_sec01_bl {
    margin-top: 20px;
  }
  #service .underlayer_footer_navWrap nav.footer_nav_solution.underlayer_footer_nav .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  #service .underlayer_footer_navWrap nav.footer_nav_solution.underlayer_footer_nav .list li {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .page_sec02 {
    margin-top: 30px;
  }
  .page_sec02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page_sec02 ul .page_sec02_bl01 {
    width: 100%;
  }
  .page_sec02 ul .page_sec02_bl01 .page_sec02_txt02 {
    font-size: 24px;
    margin-top: 10px;
  }
  .page_sec02 ul .page_sec02_bl01 .page_sec02_date {
    margin-top: 10px;
  }
  .page_sec02 ul .page_sec02_bl02 {
    width: 100%;
    margin-top: 20px;
  }
  .page_sec02 ul .page_sec02_bl02 img {
    height: auto;
  }
  .page_sec02 ul .page_sec02_bl02 .page_sec02_caption {
    margin-top: 10px;
  }
  .page_sec02 .page_sec02_box {
    margin-top: 30px;
    padding: 30px 25px;
  }
  .page_sec03 .page_sec03_bl {
    margin-top: 40px;
  }
  .page_sec03 .page_ttl01_wrap .page_ttl01_sub {
    line-height: 1.5;
    font-size: 18px;
  }
  .page_sec03 .page_ttl01_wrap h3 {
    margin-top: 15px;
    font-size: 21px;
    line-height: 1.5;
  }
  .page_sec03 .ul_flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .page_sec03 .page_sec03_box {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .page_sec03 .page_sec03_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page_sec03 .page_sec03_box ul li:first-of-type {
    width: 100%;
  }
  .page_sec03 .page_sec03_box ul li:first-of-type img {
    margin: 0 auto;
  }
  .page_sec03 .page_sec03_box ul li:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }
  .page_sec03 .page_sec03_box ul li:nth-of-type(2) .txt01 {
    padding-bottom: 10px;
  }
  .page_link {
    padding: 20px 0 0;
  }
  .page_link .ul_flex03 li {
    width: 49%;
    margin-right: 2%;
  }
  .page_link .ul_flex03 li {
    margin-top: 17px;
  }
  .page_link .ul_flex03 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .network_bl .network_el .ul_flex03 li {
    width: 100%;
    margin-right: 0;
  } 

  .page_sec01 .blog_mv img {
    margin-top: 1.5em;
  }
  .page_sec01 .blog_sec {
    padding-top: 40px;
  }
  .page_sec01 .blog_sec .ttl2_1 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #42B933;
    padding-bottom: 0.5em;
  }
  .page_sec01 .blog_sec .ttl3_1 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding-bottom: 0.5em;
    margin-bottom: 1.25em;
  }
  .page_sec01 .blog_sec .blog4anc{
    padding-top: 3.5em;
    margin-top: -3.5em;
  }
  .page_sec01 .blog_sec .ttl3_1:first-of-type {
    padding-top: 1.5em;
  }
  .page_sec01 .blog_sec .ttl3_1:not(:first-of-type) {
    padding-top: 1.5em;
  }
  .page_sec01 .blog_sec .ttl4_1 {
    font-size: 16px;
    font-weight: bold;
    border-left: 3px solid #42B933;
    padding-left: 0.75em;
    line-height: 1.5em;
    margin: 1.5em 0 1em;
  }
  .page_sec01 .blog_sec p {
    font-size: 16px;
  }
  .page_sec01 .blog_sec .author {
    font-size: 16px;
  }
  .page_sec01 .blog_sec p + p {
    margin-top: 0;
  }
  .page_sec01 .blog_sec .ttl2_1 + p {
    margin-top: 1em;
  }
  .page_sec01 .blog_sec table{
    margin: 1em 0;
    width: 100%;
  }
  .page_sec01 .blog_sec table,
  .page_sec01 .blog_sec table tr,
  .page_sec01 .blog_sec table tr th,
  .page_sec01 .blog_sec table tr td {
    border: 1px solid #707070;
    padding: 1em 0.25em;
    text-align: center;
    vertical-align: middle;
  }
  .page_sec01 .blog_sec .ttl4_1 + p {
    padding-bottom: 1em;
  }
  .page_sec01 .blog_sec .ttl_g {
    font-size: 16px;
    font-weight: bold;
    color: #42B933;
    padding-top: 2em;
  }
  .page_sec01 .blog_sec .ttl3_1 + .ttl_g {
    padding-top: 0;
  }
  .page_sec01 .blog_sec .img_wrap {
    display: block;
  }
  .page_sec01 .blog_sec .img_wrap .txt {
    padding-right: 0;
  }
  .page_sec01 .blog_sec .img_wrap .img {
    margin-top: 1em;
  }
  .page_sec01 .blog_sec .img_wrap .img img {
    display: block;
    margin: 0 auto;
  }
  .page_sec01 .blog_sec .img_wrap2 {
    margin-top: 1em;
    padding-bottom: 1em;
    display: block;
  }
  .page_sec01 .blog_sec .img_wrap2 .img_ttl {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }
  .page_sec01 .blog_sec .img_wrap2 .img {
    width: 100%;
    max-width: 100%;
  }
  .page_sec01 .blog_sec .img_wrap2 .img:last-of-type {
    margin-top: 1em;
  }
  .page_sec01 .blog_sec .img_wrap2 .img img {
    margin-top: 0.25em;
  }
  .page_sec01 .blog_sec .img_wrap2 .img .caption {
    margin-top: 0.25em;
    font-size: 15px;
    text-align: center;
  }
  .page_sec01 .blog_sec .img_wrap2_2 {
    display: block;
  }
  .page_sec01 .blog_sec .img_wrap2_2 img {
    display: block;
    margin: 2em auto 0;
  }
  .page_sec01 .blog_sec .img_c {
    display: block;
    margin: 1.5em auto 0 auto;
  }
  .page_sec01 .blog_sec .img_b {
    display: block;
    margin: 1.5em auto;
  }
  .page_sec01 .blog_sec .m3em {
    margin-top: 1.5em;
  }
  .underlayer_mv01.outline_mv {
    background-position: bottom 0 right -220px;
  }
  .outline_link_adj a {
    position: relative;
    padding-right: 30px !important;
  }
  .outline_link_adj a::after {
    position: absolute;
    top: 44%;
    right: 16px;
  }
}
@media screen and (max-width: 1040px) {
  .contact_sec ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact_sec ul .contact_sec_cont02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 890px) {
  .page_link .ul_flex03 li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .network_bl .network_el#area01 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area02 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area03 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area04 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area05 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area06 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area07 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area08 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area09 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area10 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area11 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area12 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area13 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area14 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area15 .ul_flex03 li:nth-of-type(n+0),
  .network_bl .network_el#area16 .ul_flex03 li:nth-of-type(n+0){
    border-bottom: 1px solid #80A3BE!important;
  }
  .network_bl .network_el .ul_flex03 li {
    width: 49%;
    margin-right: 2%;
  }
  .network_bl .network_el .ul_flex03 li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .outline .page_link .wrapper02 {
    max-width: 874px;
  }
  #service.consul.outline .ul_flex03 li {
    width: 31.699%;
    margin-right: 2.451%;
  }
  #service.consul.outline .ul_flex03 li:nth-child(3n) {
    margin-right: 0;
  }
  #service.consul.outline .ul_flex03 li:nth-child(4n) {
    margin-top: 17px;
  }
  .outline_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
  .outline_flex .outline_box {
    width: 32.602%;
  }
  .outline_box {
    margin-top: 24px;
  }
  .outline_box .outline_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .outline_box .outline_flex li:nth-child(2), .outline_box .outline_flex li:nth-child(3) {
    margin-top: 0;
  }
  .office .c-inner04 {
    padding: 0 25px;
  }
  .office .p-solution-office-section01__button-area {
    margin: 90px auto 20px;
    padding-bottom: 115px;
  }
  .office .p-building-index-group01__button01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    background: url(../img/service/office_bg_pc.jpg) no-repeat center center/cover;
  }
  .office .p-building-index-group01__button01__fig-area {
    width: 47%;
  }
  .office .p-building-index-group01__button01__text-area {
    width: 51%;
  }
  .office .p-building-index-group01__button01 .c-button02 {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .securitization .c-button02 > span {
    padding-left: 10px;
  }
  .securitization .p-asset-index-group01__button01 {
    margin: 40px auto;
    background: url(../img/service/securitization_bg_pc.jpg) no-repeat center center/cover;
  }
  .securitization .p-asset-index-group01__text01 {
    margin-top: 0.5em;
  }
  .securitization .p-asset-index-group01__text02 {
    text-align: center;
  }
  .securitization_box {
    padding: 20px 0;
  }
  .underlayer_mv01.network_mv {
    height: 23.0vw;
    max-height: 230px;
  }
  .underlayer_mv01.network_mv .update{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .underlayer_mv01.network_mv .update{
    font-size: 12px;
    display: block;
    padding-top: 0.5em;
  }
}

@media screen and (min-width: 860px) {
  .outline_flex .outline_box {
    min-height: 460px;
  }
  .outline_flex .outline_box_container {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 940px) {
  .outline_box .outline_flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .outline_box .outline_flex li {
    margin-left: 25px;
    margin-right: 25px;
  }
  .outline_box .outline_flex li img {
    height: 34px;
  }
}
@media screen and (min-width: 1140px) {

  .outline_map {
    position: relative;
    height: 85.21vw;
    background-image: url(../img/service/outline_map2_pc.png), url(../img/service/outline_map1_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .outline_map_note {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 41.67%;
  }
  .outline_item_sp {
    display: none;
  }
  .outline_branch .outline_branch_list {
    position: absolute;
  }
  .outline_branch .outline_branch_list:first-child {
    top: 0;
    left: 0;
    width: 49.543%;
  }
  .outline_branch .outline_branch_list:first-child .outline_anc .outline_item {
    margin-top: 16px;
  }
  .outline_branch .outline_branch_list:first-child .outline_anc:first-child .outline_item {
    margin-top: 0;
  }
  .outline_branch .outline_branch_list:nth-child(2), .outline_branch .outline_branch_list:nth-child(3), .outline_branch .outline_branch_list:nth-child(4) {
    width: 32.6%;
  }
  .outline_branch .outline_branch_list:nth-child(2) {
    right: 0;
    bottom: 13.38%;
  }
  .outline_branch .outline_branch_list:nth-child(2) .outline_anc .outline_item {
    margin-top: 40px;
  }
  .outline_branch .outline_branch_list:nth-child(2) .outline_anc:first-child .outline_item {
    margin-top: 0;
  }
  .outline_branch .outline_branch_list:nth-child(3) {
    right: 33.7%;
    bottom: 0;
  }
  .outline_branch .outline_branch_list:nth-child(4) {
    left: 0;
    bottom: 0;
  }
  .outline_item {
    padding: 20px 22px 18px 24px;
  }
  .outline_item_txt dt::after {
    left: -24px;
  }
  .outline_item_txt dd.outline_tel, .outline_item_txt dd.outline_fax {
    display: inline-block;
  }
  .outline_item_txt dd.outline_tel {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1139px) {
  .outline_box .outline_flex li {
    max-width: 283px;
  }
  .outline_map_note {
    text-align: center;
    margin-bottom: 30px;
  }
  .outline_branch {
    margin-top: 20px;
  }
  .outline_anc {
    margin-top: -50px;
    padding-top: 50px;
  }
  .outline_item {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1152px) {
  .outline_map {
    height: 994px;
  }
}
@media screen and (min-width: 940px) and (max-width: 1120px) {
  .outline_map_note br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .office .c-inner04 {
    padding: 0 50px;
  }
  .securitization .c-button02 > span {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=maps/solution_service_page01.css.map */


/*2402329blog*/
.page_sec01 .blog_sec .img_b.w1000 {
  max-width: 1000px;
  text-align: center;
  img{
    margin: 0 auto;
  }
  .img_ttl{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
    span{
      background-color: #0076a3;
      color: #fff;
      font-weight: bold;
      padding: 0.25em 0.5em;
      margin-right: 0.5em;
    }
  }
  .note{
    padding-top: 1em;
    font-size: 13px;
    text-align: left;
    a{
      font-weight: bold;
      text-decoration: underline;
      &:hover{
        opacity: 0.6;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .page_sec01 .blog_sec .img_b.w1000 {
    .img_ttl{
      text-align: left;
    }
  }
}

.page_sec01 .blog_sec .flex_col2 {
  display: flex;
  align-items: center;
}
.page_sec01 .blog_sec ul.disc li {padding-left: 1.25em;}
.page_sec01 .blog_sec ul.disc li::before {
  content: '\25cf';
  position: absolute;
  left: 0;
  top: 0.1em;
  display: block;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 767px) {
  .page_sec01 .blog_sec .flex_col2 {
    flex-direction: column;
    align-items: center;
  }
  
}