html{
	font-size:62.5%; /* 10px */
}
body{
    color: #000;
    font-size: 1.4em; /* 14px */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    max-width:1400px;
    margin: 0 auto;
}
.container {
    min-width:320px;
    margin: 0 auto;
    padding: 0;
}
@media (min-width: 1030px){
  .container {
    width: 80%;
  }
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}


.bg-white{
  background-color: #fff;
}
.bg-blue{
  background-color: #0E5099;
}
.bg-mizuiro{
  background-color: #DFFFFF;
}
.bg-brown {
    background-color: #FBF6C4;
}
.bg-yellow{
  background-color: #fff3bf;
}

.align-center{
  text-align: center;
}
.align-left{
  text-align: left;
}
.align-right{
  text-align: right;
}


.page-default{
  max-width: unset;
}

/* フォント */

/* screen width over 1120px */
.page-font-lll { font-size:5rem; line-height: 6rem;}
.page-font-ll { font-size:2.8rem; line-height: 3.6rem;}
.page-font-l { font-size:2.4rem; line-height: 3rem;}
.page-font-m { font-size:2.0rem; line-height:2.6rem;}
.page-font-s { font-size:2rem; line-height:2.4rem; }
.page-font-ss { font-size:1.8rem;line-height:2rem; }

@media screen and (max-width:968px) {
    .page-font-lll { font-size:4rem; line-height: 4.5rem;}
    .page-font-ll { font-size:2.2rem; line-height: 3rem;}
    .page-font-l { font-size:1.8rem; line-height: 3rem;}
    .page-font-m { font-size:1.6rem; line-height:2.2rem;}
    .page-font-s { font-size:1.4rem;  line-height:2rem; }
    .page-font-ss { font-size:1.2rem;line-height:1.8rem; }
}

@media screen and (max-width:768px) {
    .page-font-lll { font-size:3rem; line-height: 3.5rem;}
    .page-font-ll { font-size:2.5rem; line-height: 2.6rem;}
    .page-font-l { font-size:2rem; line-height: 2.2rem;}
    .page-font-m { font-size:1.4rem; }
    .page-font-s { font-size:1.2rem; }
    .page-font-ss { font-size:1.2rem;  }
}
@media screen and (max-width:500px) {
    .page-font-lll { font-size:2.0rem; line-height: 2.2rem;}
    .page-font-ll { font-size:2rem; line-height: 2.2rem;}
    .page-font-l { font-size:1.4rem; line-height: 1.6rem;}
    .page-font-m { font-size:1.2rem; line-height: 1.6rem;}
    .page-font-s { font-size:0.8rem; line-height: 1.3rem; }
    .page-font-ss { font-size:0.7rem;  }    
}

.bold{
  font-weight: bold;
}
.fc-black{
  color: #000!important;
}
.fc-white{
  color: #FFF!important;
}
.fc-red{
  color: #ff0000;
}
.fc-blue{
  color: #031B44;
}
.fc-blue{
  color: #0071B0;
}
.fc-pink{
  color: #DF6D6C;
}
.fc-yellow{
  color: yellow;
}
.fc-orange {
  color: #ED6C00;
}

.border-bottom-black {
    border-bottom: solid black 1px;
}

/* 共通スタイル（全体・ヘッダー・ナビゲーション・フッター） */

span.tel-number{
  display: inline-block;
  font-size: 3em;
  vertical-align: middle;
  line-height: 1em;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background: #0E5099;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 44px;
}
#page-top:hover{
  opacity: 0.8;
}

@media screen and (max-width: 359px) {
  span.tel-number{
    font-size: 2.5em;
  }
}

/* header */

.site-title {
  margin: 0;
  text-align: left;
}
.ank-logo {
	width:400px;
}
@media screen and (max-width:768px) {
	.ank-logo {
		width:250px;
	}
}

.tel{
  position: relative;
}
.tel.free-dial:before{
  content: '';
  background: url(./img/ank_freecall.jpg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.header_right .tel .number{
  font-size: 2.5em;
  vertical-align: middle;
}
.header_right p{

}

.drawer-btn{
  left: unset;
  right: 0;
}

@media screen and (min-width: 769px) {
  .header_right{
    float: right;
  }
  .header_right p{
    margin: 0 0 0 70px;
  }
}


/* /header */

/* footer */

.footerBottom .tel img {
  vertical-align: middle;
}
.footer-image {
    width:100%;
}

.footerBottom {
  background-color:#d8eac2;
  padding: 20px 0;
}

.footer_right {
	float:right;
}

.footer_left {
	float:left;
}
.footer_left
.footer_right span.tel{
  display: inline-block;
  
}
.footer_right strong{
  display: block;
  margin: 2px 0;
}

#copyright{
  padding: 0;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .footerBottom {
    background-color:#d8eac2;
    padding: 40px 0;
  }
}

@media screen and (max-width:767px) {
	.footer_right {
		display:none;
	}
}

.fuchidori {
    -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.freecall2:before{
  content: '';
  background: url(./img/ank_freecall2.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.freecall2 {
	font-size: 25px;
	font-weight:bold;
}
@media screen and (max-width: 1019px) {
	.footer_right {
		display:none;
	}
}

/* /footer */

/* gnav  */
#gnav {
  background-color: red;

}
.gnav-container ul{
  padding: 7px 0;
}
.gnav-container li{

}

.gnav-container li a{
  font-size: 16px;
  font-weight: 700;
  color: white;
  padding: 15px 10px;
}
.gnav-container li.current-menu-item a, .gnav-container li a:hover{
  color: white;
	background-color:red;
  /* opacity: 0.7; */
}

/* PC */
@media screen and (min-width: 769px) {
  .gnav-container li{
    /* width: 14.285%; */
	  width:20%;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .gnav-container li a{
    padding: 15px 0;
  }
  .gnav-container li:last-child{
    border-right: 1px solid #fff;
  }
}
/* gnav  */

#main h2{
  font-size: 1.75rem;
  height: auto;
  line-height: normal;
  margin: 0;
}

#main.home section .head{
  background: #0E5099;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

#main.home section .head .container{
  position: relative;
}
#main.home section .head a{
  display: block;
  font-size: 0.75rem;
  color: #fff;
  text-align: right;
}


.navigation{
  margin: 20px 0 0;
  padding: 20px 0 0;
  text-align: right;
  border-top: 1px solid #88888A;
}
/*
.navigation a, .navigation span, .navigation a:hover{
  color: #000;
  background: none;
  padding: 5px 5px;
  text-decoration: none;
}

.navigation a:hover,.navigation span.current{
  opacity: 0.7;
  
}
*/
.navigation span.current{
  background: none;
}
.wp-pagenavi img{
  position: relative!important;
}

.wp-pagenavi >*:after{
  content: '/';
  padding-left: 10px;
}
.wp-pagenavi >*:last-child:after{
  content: unset;
}


@media screen and (min-width: 769px) {
  #main h2{
    font-size: 2.5rem;
  }
  #main.home section .head a{
    position: absolute;
    font-size: 0.8rem;
    right: 0;
    bottom: 5px;
  }
  /* 修正_190904 */
  .reform_photo_03 {
    display: inline-block;
    width: 25%;
  }
  /* 修正_190904 */
.reform_photo_02 {
  display: inline-block;
  width: 25%;
}
}

@media screen and (min-width: 992px){
  #main.home section .head a{
    font-size: 1rem;
  }
}

/* 共通スタイル（全体・ヘッダー・ナビゲーション・フッター） */
.jumbotron {
    max-width: 1400px;
    margin: 0 auto;

    font-family: 'M PLUS 1p', sans-serif;
}

/* トップページ */
.jumbotron .top-image{
	background-image: url(./img/ank_catchup100.jpg);
	background-size: 100%;
	height: 0;
	padding-bottom: calc(100%*590/1400);
}
section.jumbotron .jumbotron-top {

}

.catchup-body-wide-top {
    width:40%;
    padding:10px;
}
.catchup-body-wide {
    width:70%;
    padding:10px;
}

/* 画面の幅が狭いスマホ用 */
.catchup-body-narrow {
    margin: 0 auto;
    padding:20px;
}

/* PC wide than inner width */
.catchup-body-wide-top {display:block;}
.catchup-body-wide {display:block;}
.catchup-body-narrow {display:none;}

/* PC and Tablet */
/* スマホ 縦*/
@media screen and (max-width:769px){
    .catchup-body-wide-top {display:none;}
    .catchup-body-wide {display:none;}
    .catchup-body-narrow {display:block;}
}


/* section line */
.line {
    max-width: 700px;
    margin: 0 auto;
    padding:0px;
    background-color: white;
    color:#1dcd00;
    border:#1dcd00 solid;
    border-radius: 10px;
    /* 修正_190829 */
    text-align:center;
}
.line-logo {
  /* 修正_190829 */
    /* padding-top:10px;
    display:inline-block;
    margin-right:30px;
    width:180px;
    height:80px; */
    padding-top:10px;
    display:inline-block;
    width:180px;
    height:80px;
}
.line-logo-image {
    width: 176px;
    height:60px;
 }

.line-body{
  /* 修正_190829 */
    /* display:inline-block;
    vertical-align: top;
    margin-right:30px;
    padding-top:10px;
    height: 80px; */
    display:inline-block;
    vertical-align: top;
    padding-top:10px;
    height: 80px;
}
.line-title {

    color:#1dcd00;
    font-size:25px;
    font-weight:bold;
}
.line-subtitle {
    font-size:16px;
    color:#1dcd00;
}

.line-qrcode {
    display:inline-block;
    vertical-align: top;
    padding-top:3px;
    height:80px;
    width:80px;
}
.line-qrcode-image {
    width:74px;
    height:73px;
}
.line-link {
  /* 修正_190922 */
    /* width:100px;
    height:auto;
    margin: 0 auto; */
    width:100px;
    height:auto;
    margin: 3% auto;
}

/* section news */
#main.home .news {
  margin: 10px auto;
  padding:10px;
  background-image: url(img/ank_ribbon_mini.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 250px auto;
}
#main.home .news-title {
    text-align: left;
    padding-left:35px;
    color:white;
    font-weight:bold;
    margin-bottom:20px;
}
#main.home .news-body {
    padding:20px;
    font-size:20px;
}
/* news 行 */
#main.home .news-post {
    border-bottom: solid 1px black;
}
#main.home .news-post-date {
        width:150px;
        display:inline-block;
}
#main.home .news-post-title {
        display:inline-block;
}


#main.home .content-calendar {
    padding: 20px;
}
#main.home .calendar-title {
	background-color:#d8eac2;
	font-weight:bold;
	padding-left:35px;
}
#main.home .calendar {
    margin: 10px auto;
}
#main.home .calendar-title {
	font-size:20px;
	padding:10px;
}
/*
Calendar Year
*/
#xo-event-calendar-1 .xo-months {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 15px;
        row-gap: 5px;
}
#xo-event-calendar-1 .month-event,
#xo-event-calendar-1 .month-event-space {
        display: none;
}
#xo-event-calendar-1 .other-month {
        display:none;
}
#xo-event-calendar-1 table.xo-month .month-dayname td div,
#xo-event-calendar-1 table.xo-month .month-week,
#xo-event-calendar-1 table.xo-month thead {
        line-height: 1.5em;
        height: 1.5em;
}
#xo-event-calendar-1 table.xo-month .month-dayname td div {
        padding: 0;
        text-align: center;
        font-size: 1em;
}
#xo-event-calendar-1 .xo-event-calendar table.xo-month .month-dayname td div,
#xo-event-calendar-1 .xo-event-calendar table.xo-month .month-dayname td div.today {
        color: #333;
        font-weight: normal;
}

@media (max-width: 480px) {
  #main.home .news {
    margin: 10px auto;
    padding:10px;
    background-image: url(img/ank_ribbon_mini.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 250px auto;
  }
  #main.home .news-body {
    padding:5% 0 0;
    font-size:20px;
}
#main.home .news-post-date {
  display:block;
}
#main.home .news-post-title {
  display:block;
}
}
@media (max-width: 768px) {
        #xo-event-calendar-1 .xo-months {
                grid-template-columns: repeat(1, 1fr);
        }
}

#main.home .links {
    margin: 0 auto;
    text-align: center;
}
#main.home .links-title {
    text-align: center;
	padding:10px;
    font-size:1em;
    color: #E60012;
    font-weight:bold;
}
@media screen and (min-width:768px) {
	#main.home .links-title {font-size:1.5em;}
}
@media screen and (min-width:1120px) {
	#main.home .links-title {font-size:2.5em;}
}


#main.home .link {
    text-align: left;
    max-width: 330px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    background-image: url(img/ank_link_bg.jpg);
    background-repeat: no-repeat;
        background-size:100% 100%;
}
#main.home .link-title {
    margin: 0 auto;
    text-align: center;
    padding:20px;
    font-size:20px;
    color: #E60012;
	font-weight:bold;
}
#main.home .link-body {
    text-align: left;
    height:110px;
    font-size: 0.9em;
        padding-left:20px;
        padding-right:20px;
}
#main.home .link-image {
	text-align:center;
	max-width:300px;
	height:130px;
    margin: 0 auto;
}

#main.home .link-submit {
    width:120px;
    margin: 10px auto 100px auto;
    text-align: center;
}
.consult {
margin: 20px auto;
    max-width:750px;
    background-image: url(img/ank_consult_pop.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.consult-txt {
        padding-top:10px;
        padding-left:100px;
    padding-bottom:10px;
        vertical-align:top;
    display: inline-block;
}
.consult-squeres {
        display: inline-block;
}
.consult-squere {
        display: inline-block;
    border:yellow solid;
    padding:5px;
    border-radius: 10px;
}

/* ページ */
.jumbotron .page-title {
	color:red;
}
.jumbotron .page-description {
        color:black;
}

.page-heading {
    height:40px;
    position: relative;
}
.page-heading-background {
    height:40px;
    background-color: #F9C385;
}
.page-heading-foreground {
    height:40px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top:5px;
}
.page-heading-background-left {
    float:left;
    width:45%;
    height:40px;
    background-color: #ED6C00;
    color:white;
}
.page-heading-background-center {
    float:left;
    width:40px;
    height:40px;
    margin-left:-20px;
    background-color: #ED6C00;
    transform:skewX(45deg);

}
.page-heading-background-right {
    float:right;
    width:auto;
    height:40px;
}

.page-heading-foreground .title {
    display:inline-block;
    width:50%;
    color:white;
    margin:auto;
}

.page-heading-foreground .subtitle {
    display:inline-block;
    width:auto;
}

.maru {
    height:30px;
    width:30px;
    border-radius:50%;
    line-height:30px;
    text-align:center;
    background-color: white;
    color:#ED6C00;
    margin:0;
}

.centerpain {
    max-width:750px;
    min-width:320px;
}
/*
.leftpain {
    float:left;
    width:515px;
    margin:20px 0 20px 0;
    padding:0 5px 0 0;
}
.rightpain {
    float:right;
    width:515px;
    margin:20px 0 20px 0;
    padding:0 0 0 5px;
}
.quater-left {
    display:inline-block;
    vertical-align: top;
    width:250px;
    margin: 0 5px 0 0;
}
.quater-right {
    display:inline-block;
    vertical-align: top;
    width:250px;
    margin: 0;
}
*/
.icon {
    width:150px;
}
.pain-image {
    width:250px;
    height:auto;
    margin:0;
}
.pain-text {
    padding:10px;
}
.img-fit {
    width:100%;
}
/*
@media screen and (max-width:768px) {

    .leftpain {
        width:100%;
        
    }
    .rightpain {
        width:100%;
    }
}
.painbody {

}

.painline {
    width:100%;
    height:50px;
    background-color: red;
}
.bottompain {
    float:left;
    width:100%;
}
.bottompain-title {
    width:100%;
    height:30px;
    background-color: #F9C385;
    margin-bottom:10px;
}
*/
.gybox {
    width: 100%;
    margin: 10px auto;
    padding:5px;
    background-color: #44A828;
    border-radius: 10px;
}
.gybox-inner {
    width: 100%;
    margin: 0 auto;
    padding:10px;
    background-color: #44A828;
    border:yellow dashed 1px;
    border-radius: 10px;
    text-align: center;
}
.pagebold {
    font-size:2.5rem;
    font-weight: bold;
}
.gytitle {
    font-size:2.5rem;
    font-weight: bold;
    color:yellow;
    border-bottom: 2px solid yellow;
}
.gybody {
    color:white;
}

.wbox {
    width: 100%;
    margin: 10px auto;
    padding:5px;
    background-color: white;
    border:#44A828 solid 2px;
}
.greendot {
    display:inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #8FC31F;
}

.gbox2 {
    width: 100%;
    margin: 0 auto;
    padding:5px;
    background-color: white;
    border:#44A828 solid 2px;
}
.gbox2-inner {
    width: 100%;
    margin: 0 auto;
    padding:5px;
    background-color: #44A828;
    border-radius: 10px;
}
.gbox2-inner-inner {
    width: 100%;
    margin: 0 auto;
    padding:5px;
    background-color: #44A828;
    border:white dashed 1px;
    border-radius: 10px;
    text-align: center;
    

}
.g2title {
    font-weight: bold;
}
.g2body {
    position: relative;
    padding:10px;
}
.g2dot {
    /* 修正_190924_01 */
    /* display:inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #8FC31F; */
    display:inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8FC31F;
}


/* 引越し */
.jumbotron .moving-image{
  /* 修正_190829 */
	/*background-image: url(./img/moving/ank_hikkoshi-01.jpg);
	background-size: 100%;
	height: 0;
  padding-bottom: calc(100%*235/1399); */
  background-image: url(./img/moving/ank_hikkoshi-01.jpg);
	background-size: cover;
	height: 140px;
  padding-bottom: calc(100%*235/1399);
  background-position:center;
}

.moving-etc-image {
    float:right;
    width:140px;
}
.jumbotron .keepsakes-image{
  /* 修正_190905 */
	/* background-image: url(./img/keepsakes/ank_ihin-01.jpg);
	background-size: 100%;
	height: 0;
  padding-bottom: calc(100%*235/1399); */
  background-image: url(./img/keepsakes/ank_ihin-01.jpg);
	background-size: cover;
  padding-bottom: calc(100%*235/1399);
  background-position: 65% 0;
}
keepsakes-etc-image {
    float:right;
    width:140px;    
}
.jumbotron .reform-image{
	/* background-image: url(./img/reform/ank_rehome-01.jpg);
	background-size: 100%;
	height: 0;
  padding-bottom: calc(100%*235/1399); */
  /* 修正_190903 */
  background: url(./img/reform/ank_rehome-01.jpg);
	background-size: cover;
  padding-bottom: calc(100%*235/1399);
  background-position: 70% 0;
}
#ank_ihin-02-bar {
    float: right;
    width: 1px;
    height: 200px;
}

#ank_ihin-02 {
    float: right;
    clear: both;
    width: 150px;
    height: 150px;
}
@media (min-width:481px) and (max-width: 1119px) {
  #main.home .link {
    text-align: left;
    max-width: 310px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    background-image: url(img/ank_link_bg.jpg);
    background-repeat: no-repeat;
        background-size:100% 100%;
}
}
@media (max-width:481px) {
  #main.home .link {
    text-align: left;
    max-width: 290px;
    height: 400px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    background-image: url(img/ank_link_bg.jpg);
    background-repeat: no-repeat;
    修正_190924
    background-size:100% 100%;
}
img.ank-title {
  width: 50%;
}
.line-logo {
  display: none;
}
}
@media screen and (max-width:1120px) {
    #ank_ihin-02-bar {
        height: 65px;
    }
}
#ihin-minibox {
    width:100%;
}
#ank_ihin-03-bar {
    float: right;
    width: 1px;
    height: 30px;
}
#ank_ihin-03 {
    float: right;
    clear: both;
    width: 150px;
    height: 150px;
}
#ank_ihin-05-bar {
    float: right;
    width: 1px;
}
#ank_ihin-05 {
    float: right;
    clear: both;
    width:150px;
}

.ank_rehome-02 {
    text-align:left;
}
.ank_rehome-03 {
    text-align:right;
    vertical-align: top;
        
}
.ank_rehome-04 {
    text-align:right;
}

/* お問い合わせ */

.contact-freecall {
    display: table;
    margin: 0 auto;
}
/*修正_190905 
 .contact-freecall-image { 
    /* height:40px;
    width:50px;
    display: table-cell;
    margin-bottom:10px; 
}*/
.contact-freecall-body {
    display: table-cell;
}

#contact-form {
    border: red solid 1px;
    margin: 10px auto;
    padding:30px;
    background-color: white;
}
@media screen and (min-width:768px) {
#contact-form {
  max-width: 740px;
}
/* 修正_190905 */
.huyouhin_01 {
  margin-bottom: 10%;
}
.huyouhin_02 {
  padding: 10px 10px 0;
}
.huyouhin_03 {
  width: 40%;
  float: right;
}
.huyouhin_04 {
  width: 100%;
}
.contact-freecall-image {
  /* 修正_190905 */
    height:40px;
    width:50px;
    margin-bottom:40%;
}
}


#contact-form .row {
    padding-top:20px;
    padding-bottom:20px;
}
#contact-form h2 {
    margin:auto;
    padding:auto;
    font-size:24px;
    line-height: 50px;
}
#contact-form .th {
    font-size:20px;
}
#contact-form .td {
    font-size:20px;
}
#contact-form .description {
    font-size:14px;
}

input[type="text"] ,input[type="email"], input[type="tel"], input[type="date"], input[type="textarea"]  {
    padding: 2px 4px;
    outline: 0;
    border: 0px;
    background: transparent;
    font-size: 20px;
}

.wpcf7-textarea {
    width:100%;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:70%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
 border:2px solid #ffaa56;
}

/* 修正_190829 */
.col-lg-6 {
  width: 50%;
  float: left;
}




@media screen and (max-width:768px) {
  .col-lg-6 {
    width: 100%;
    /* float: left; */
  }
  .container {
    min-width: 320px;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
  .catchup-body-wide {
    display: block;
  }
  .catchup-body-narrow {
    display: none;
  }
  .wbox {
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    background-color: #fff;
    border: #44a828 solid 2px;
    text-align: center;
  }
  p.page-font-s.bold.moyo_narrow {
    font-size: 1.2rem;
  }
  /* .jumbotron .moving-image {
    background-image: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://ankyume.jp/wp-content/themes/yprank/./img/moving/ank_hikkoshi-01.jpg);
    background-size: cover;
    height: 140px;
    padding-bottom: calc(100%*235/1399);
    background-position: center;
  } */
  .catchup-body-wide {
    /* 修正_190924_02 */
    /* width: 70%;
    padding: 10px 50px 10px 0; */
    width: 70%;
    padding: 3px 50px 10px 0;
  }
  .page-heading-foreground .title {
    /* 修正_190924_01 */
    /* display:inline-block;
    width:40%;
    color:white;
    margin:auto; */
    display:inline-block;
    width:40%;
    color:white;
    margin-left: 2%;
}

.page-heading-foreground .subtitle {
    /* 修正_190924_01 */
    /* display:inline-block;
    width:60%; */
    display:inline-block;
    margin-left: 4%;
}
.page-heading-background-left {
  /* 修正_190924_01 */
  /* float: left;
  width: 35%;
  height: 40px;
  background-color: #ed6c00;
  color: #fff; */
  float: left;
  width: 38%;
  height: 40px;
  background-color: #ed6c00;
  color: #fff;
}
/* 修正_190904 */
.reform_photo_center {
  text-align: center;
  margin: 2% auto;
}
.reform_photo_01 {
  width: 50%;
}
.reform_photo_03 {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: 2% auto;
}
/* 修正_190904 */
.reform_photo_02 {
  display: inline-block;
  width: 25%;
}
}

@media screen and (max-width: 768px){
.ihin_01 {
  float: right;
}
.ihin_02 {
  width: 100%;
}
.ihin_03 {
  float: right;
  width: 50%;
  margin: 0 10% 5% 0;
}
.contact-freecall-body {
  display: table-cell;
  font-size: 3rem;
}
.contact-freecall-image {
  height: 40px;
  width: 50px;
}
}

.wrap {
  overflow: hidden;
}


