@media screen and (min-width:741px) {
  #main {
    width: 100%;
  }
  .spb{
    width: 100%;
  }
  .breadcrumb {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #contents {
    width: 100%;
  }
  .sp__only{
    display: none;
  }

  /* ====================
    kv
  ==================== */
  .sec.kv{
    padding: 0;
  }
  .kv__ttl{
    width: 100%;
  }
  .kv__img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .kv__txt {
    width: 960px;
    margin: 60px auto 48px;
    text-align: center;
    font-family: "Yu Gothic";
    font-weight: bold;
  }

  /* ====================
    anchor
  ==================== */
  .anchor {
    width: 960px;
    margin: 0 auto;
    font-family: "Yu Gothic";
    font-weight: bold;
  }
  .anchor__list {
    display: flex;
    justify-content: space-between;
  }
  .anchor__list-item {
    width: 300px;
    height: 62px;
    border-radius: 3px;
    background-color: #FC9652;
  }
  .anchor__list-item:not(:first-child) {
    line-height: 62px;
  }
  .anchor__list-item:hover {
    opacity: 0.7;
  }
  .anchor__list-item .anchor__list-item-link {
    display: block;
    padding-left: 47px;
    color: #ffffff;
    position: relative;
  }
  .anchor__list-item .anchor__list-item-link::before {
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/icon_arrow-white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .anchor__list-item:first-child .anchor__list-item-link {
    margin-top: 2%;
  }

  /* ====================
    main
  ==================== */
  .main{
    position: relative;
    margin-top: 80px;
  }

  /* ====================
    what
  ==================== */
  .what__ttl {
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Yu Gothic";
    font-weight: bold;
  }
  .what__ttl::after {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 9px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/img_ttl-line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .what__txt {
    width: 700px;
    margin: 0 auto;
  }
  .what__list {
    width: 700px;
    margin: 26px auto;
    padding: 20px 0px;
    background-color: #FFFFF2;
  }
  .what__list-ttl {
    font-size: 18px;
    font-weight: 500;
    color: #FF6600;
    text-align: center;
    margin-bottom: 6px;
  }
  .what__list ol {
    list-style-type: decimal;
    width: 570px;
    margin-left: 90px;
  }
  .what__list-txt {
    line-height: 1.7;
    font-weight: 500;
  }
  .what__concern {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    margin-top: 30px;
    position: relative;
    font-family: "游ゴシック体 Pr6N";
  }
  .what__concern::after {
    position: absolute;
    bottom: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 53px;
    height: 28px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/icon_triangle-orange.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* ====================
    step
  ==================== */
  #step {
    margin-top: 132px;
    background-color: #FFFFF2;
    position: relative;
  }
  #step::before {
    position: absolute;
    content: "";
    background-image: url(/contents/picdiary/_assets/img/img_step-side.png);
    width: 72px;
    height: 2879px;
    background-repeat: repeat-y;
    background-size: auto;
    top: -22px;
    left: -36px;
    z-index: 1;
  }
  .step__ttl {
    position: relative;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Yu Gothic";
    font-weight: bold;
  }
  .step__ttl::before {
    position: absolute;
    top: -52px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 52px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/img_step-top.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .step__ttl::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 9px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/img_ttl-line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .step__txt {
    width: 700px;
    margin: 0px auto 26px;
  }
  .step__anchor {
    width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 27px 0px 22px;
  }
  .step__anchor-list-item {
    display: flex;
    height: 21px;
    width: 580px;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ ProN";
  }
  .step__anchor-list-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FC9652;
  }
  .step__anchor-list-item-num {
    width: 80px;
    font-weight: 500;
    color: #FC9652;
  }
  .step__anchor-list-item .step__anchor-list-item-link {
    width: 500px;
    font-weight: 500;
    color: #000000;
    position: relative;
  }
  .step__anchor-list-item .step__anchor-list-item-link::after {
    position: absolute;
    bottom: 0px;
    right: 17px;
    width: 10px;
    height: 18px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/icon_arrow-orange.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .step__cont {
    margin-top: 55px;
  }
  .step__cont:first-child {
    margin-top: 30px;
  }
  .step__cont-ttl {
    width: 700px;
    margin: 0px auto 15px;
    text-align: center;
    font-size: 20px;
    font-family: "游ゴシック体 Pr6N";
    font-weight: bold;
  }
  .step__cont-ttl-img {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  .step__cont-img {
    display: block;
    margin: 0 auto;
  }
  .step__cont-txt {
    width: 700px;
    margin: 30px auto 0px;
  }
  .step__cont-txt-bold {
    font-weight: bold;
  }

  /* ====================
    step1
  ==================== */
  #step1 .step__cont-txt {
    margin-top: 20px;
  }

  /* ====================
    step4
  ==================== */
  #step4 .step__cont-txt {
    padding-bottom: 20px;
  }
  #step4::after {
    position: absolute;
    content: "";
    background-image: url(/contents/picdiary/_assets/img/img_step-side.png);
    width: 72px;
    height: 2879px;
    background-repeat: repeat-y;
    background-size: auto;
    top: -22px;
    right: -36px;
    z-index: 1;
  }

  /* ====================
    sec
  ==================== */
  .sec__reco {
    width: 700px;
    margin: 30px auto 0px;
  }
  .sec__reco-ttl {
    text-align: center;
    color: #FC9652;
    margin-bottom: 8px;
    font-family: "游ゴシック体 Pr6N";
    font-weight: bold;
  }
  .sec__reco-list {
    width: 636px;
    margin: 0 auto;
    border-top: 2px dashed #FF6600;
    border-bottom: 2px dashed #FF6600;
  }
  .sec__reco-list-item {
    width: 544px;
    margin: 15px auto;
    position: relative;
  }
  .sec__reco-list-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 14px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/icon_arrow-circle-black.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec__reco-list-item .sec__reco-list-item-link {
    color: #000000;
    display: block;
    margin-left: 20px;
  }

  /* ====================
    call
  ==================== */
  #call {
    margin: 70px auto 80px;
  }
  .call__ttl {
    position: relative;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Yu Gothic";
    font-weight: bold;
  }
  .call__ttl::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 9px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/img_ttl-line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .call__txt {
    width: 700px;
    margin: 0px auto 40px;
  }
  .call__main {
    width: 700px;
    margin: 0 auto;
  }
  .call__main-ttl {
    font-size: 20px;
    color: #FC9652;
    margin-bottom: 20px;
    font-family: "游ゴシック体 Pr6N";
    font-weight: bold;
  }

  /* ====================
    last
  ==================== */
  #last{
    padding: 60px 0;
    background-color: #EA6D19;
  }
  .last__ttl{
    width: 451px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
  }
  .last__txt {
    color: #fff;
    width: 960px;
    margin: 22px auto 0px;
    font-weight: bold;
  }
  .profile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 18px 48px;
    background-color: #fff;
    max-width: 960px;
    width: 912px;
    margin: 30px auto 0;
  }
  .profile__img{
    width: 135px;
    height: 135px;
  }
  .profile__txt {
    width: 674px;
    margin: 0px 0 0 26px;
  }
  .profile__txt-name{
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .plofile__link{
    margin: 8px 0 0 26px;
  }
  .plofile__link .plofile__link-item{
    color: #FC9652;
    font-weight: bold;
  }
  .plofile__link .plofile__link-item:hover {
    text-decoration: underline;
  }

  /* ====================
    relation
  ==================== */
  .relation{
    padding: 72px 0 64px;
  }
  .relation__ttl{
    color: #FF6600;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
  }
  .kenkyu__link{
    display: block;
    width: 600px;
    margin: 0 auto;
  }
  .kenkyu__link:hover{
    opacity: 0.7;
  }
  .kenkyu__ttl-img{
    display: block;
    width: 600px;
    margin: 20px auto 0;
  }

  /* ====================
    app
  ==================== */
  .app{
    background-color: #FC9652;
    margin-bottom: 65px;
    padding: 53px 0 50px 0;
    width: 100%;
  }
  .app__wrap{
    width: 651px;
    margin: 0 auto;
  }
  .app__top{
    text-align: center;
    margin-bottom: 30px;
  }
  .app__top-ttl{
    height: 79px;
  }
  .app__cont-wrap{
    max-width: 707px;
    margin: 0 auto;
    position: relative;
  }
  .app__lead{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .app__lead::after{
    content: "";
    display: block;
    width: 90%;
    height: 3px;
    background-color: #EDE9DC;
    position: absolute;
    bottom: 11px;
    right: 0;
  }
  .app__lead-img{
    width: 231.5px;
    display: block;
    position: relative;
    z-index: 1;
  }
  .app__lead-content{
    margin-top: 17px;
  }
  .app__lead-txt{
    font-size: 23px;
    font-weight: 600;
    width: 453px;
  }
  .app__lead-color--pc{
    background-color: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 6px;
    height: 41px;
    display: inline-block;
    text-align: center;
  }
  .app__list{
    position: absolute;
    bottom: 25px;
    right: 70px;
    width: 380px;
  }
  .app__list-item{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    margin-top: 8px;
  }
  .app__list-txt{
    display: block;
    position: absolute;
    bottom: 73px;
    right: 95px;
    width: 380px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
  }
  .app__list-color{
    color: #FFF4A7;
  }
  .app__list-item::before{
    content: "";
    background-image: url(/contents/kakizome/_assets/img/list_check.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 25%;
    left: -23px;
  }
  .app__btn{
    width: 326.5px;
    margin: 44.5px auto 0;
    display: block;
  }
  .app__btn:hover{
    opacity: 0.7;
  }
  .app__btn-img {
    width: 100%;
  }
  .app-read-btn{
    display: none;
  }

  /* ====================
    triple
  ==================== */
  .triple {
    width: 831px;
    margin: 0 auto;
    border-bottom: none;
    margin-bottom: 65px;
  }
  .triple .title a {
    color: #000000;
  }
  .triple .title a:hover {
    text-decoration: none;
  }
  .triple img {
    width: 100%;
  }
}

@media screen and (max-width:740px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #main {
    width: 100%;
    padding: 0 0 16vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sidebar{
    display: none;
  }
  .breadcrumb {
    width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contents {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc__only{
    display: none;
  }

  /* ====================
    kv
  ==================== */
  .sec.kv{
    padding: 0;
  }
  #contents .kv__ttl {
    margin-bottom: 50px;
  }
  .kv__img{
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kv__txt {
    width: 355px;
    margin: 0px auto 40px;
    text-align: center;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }

  /* ====================
    anchor
  ==================== */
  .anchor {
    width: 315px;
    margin: 0 auto;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .anchor__list-item {
    height: 62px;
    border-radius: 4px;
    background-color: #FC9652;
    margin-bottom: 20px;
  }
  .anchor__list-item:not(:first-child) {
    line-height: 62px;
  }
  .anchor__list-item:last-child {
    margin-bottom: 60px;
  }
  .anchor__list-item .anchor__list-item-link {
    display: block;
    padding-left: 50px;
    color: #ffffff;
    position: relative;
  }
  .anchor__list-item:first-child .anchor__list-item-link {
    padding-top: 2%;
  }
  .anchor__list-item .anchor__list-item-link::before {
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/icon_arrow-white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* ====================
    main
  ==================== */
  .main{
    position: relative;
  }

  /* ====================
    what
  ==================== */
  .what__ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 41px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .what__ttl::after {
    position: absolute;
    top: 83px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 315px;
    height: 8px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/img_ttl-line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .what__txt {
    width: 315px;
    margin: 0 auto;
  }
  .what__list {
    width: 315px;
    margin: 30px auto;
    padding: 20px 0px;
    background-color: #FFFFF2;
  }
  .what__list-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #FF6600;
    text-align: center;
    margin-bottom: 6px;
  }
  .what__list ol {
    list-style-type: decimal;
    width: 260px;
    margin-left: 35px;
  }
  .what__list-txt {
    line-height: 1.7;
    font-weight: 500;
  }
  .what__concern {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    margin-top: 50px;
    position: relative;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
  }
  .what__concern::after {
    position: absolute;
    bottom: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 53px;
    height: 28px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/icon_triangle-orange.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* ====================
    step
  ==================== */
  #step {
    margin-top: 114px;
    background-color: #FFFFF2;
    position: relative;
  }
  .step__ttl {
    position: relative;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 48px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  /* .step__ttl::before {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110%;
    height: 20px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/img_step-top.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  } */
  .step__ttl::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 315px;
    height: 8px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/img_ttl-line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .step__txt {
    width: 315px;
    margin: 0px auto 30px;
  }
  .step__anchor {
    width: 315px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px 0px 17px;
  }
  .step__anchor-list-item {
    display: flex;
    width: 277px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ ProN";
  }
  .step__anchor-list-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FC9652;
  }
  .step__anchor-list-item-num {
    width: 70px;
    font-weight: 500;
    color: #FC9652;
  }
  .step__anchor-list-item:nth-child(2) .step__anchor-list-item-num,
  .step__anchor-list-item:nth-child(4) .step__anchor-list-item-num {
    margin-top: 10px;
  }
  .step__anchor-list-item:nth-child(3) .step__anchor-list-item-num{
    margin-top: 23px;
  }
  .step__anchor-list-item .step__anchor-list-item-link {
    width: 160px;
    font-weight: 500;
    color: #000000;
    position: relative;
  }
  .step__anchor-list-item .step__anchor-list-item-link::after {
    position: absolute;
    bottom: 3px;
    right: -30px;
    width: 10px;
    height: 18px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/icon_arrow-orange.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .step__anchor-list-item:nth-child(2) .step__anchor-list-item-link::after,
  .step__anchor-list-item:nth-child(4) .step__anchor-list-item-link::after {
    bottom: 15px;
  }
  .step__anchor-list-item:nth-child(3) .step__anchor-list-item-link::after{
    bottom: 25px;
  }
  .step__cont {
    margin-top: 50px;
  }
  .step__cont:first-child {
    margin-top: 30px;
  }
  .step__cont-ttl {
    width: 315px;
    margin: 0px auto;
    text-align: center;
    font-size: 20px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .step__cont-ttl-img {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  .step__cont-img {
    display: block;
    margin: 0 auto;
  }
  .step__cont-txt {
    width: 315px;
    margin: 30px auto 0px;
  }
  .step__cont-txt-bold {
    font-weight: bold;
  }

  /* ====================
    step2
  ==================== */
  #step2 .step__cont-img {
    margin-top: 15px;
  }

  /* ====================
    step3
  ==================== */
  #step3 .step__cont-img {
    margin-top: 15px;
  }

  /* ====================
    step4
  ==================== */
  #step4 .step__cont-txt {
    padding-bottom: 58px;
  }

  /* ====================
    sec
  ==================== */
  .sec__reco {
    width: 315px;
    margin: 30px auto 0px;
  }
  .sec__reco-ttl {
    text-align: center;
    color: #FC9652;
    margin-bottom: 8px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .sec__reco-list {
    width: 315px;
    margin: 0 auto;
    border-top: 2px dashed #FF6600;
    border-bottom: 2px dashed #FF6600;
    font-size: 14px;
  }
  .sec__reco-list-item {
    width: 286px;
    margin: 15px auto;
    position: relative;
  }
  .sec__reco-list-item::after {
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 14px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/icon_arrow-circle-black.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec__reco-list-item .sec__reco-list-item-link {
    color: #000000;
    display: block;
    margin-left: 20px;
  }

  /* ====================
    call
  ==================== */
  #call {
    margin: 60px auto 80px;
  }
  .call__ttl {
    position: relative;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }
  .call__ttl::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 315px;
    height: 8px;
    content: "";
    display: inline-block;
    background-image: url(/contents/picdiary/_assets/img/img_ttl-line.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .call__txt {
    width: 315px;
    margin: 0px auto 36px;
  }
  .call__main {
    width: 315px;
    margin: 0 auto;
  }
  .call__main-ttl {
    font-size: 20px;
    color: #FC9652;
    margin-bottom: 30px;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-weight: bold;
  }

  /* ====================
    last
  ==================== */
  #last{
    padding: 40px 0px 50px;
    background-color: #EA6D19;
  }
  .last__ttl{
    width: 315px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
  }
  .last__txt {
    color: #fff;
    width: 315px;
    margin: 19px auto 0px;
  }
  .profile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 14px 13px;
    background-color: #fff;
    max-width: 315px;
    width: 287px;
    margin: 27px auto 0;
  }
  .profile__img{
    width: 80px;
    height: 80px;
  }
  .profile__txt {
    width: 199px;
    margin-left: 8px;
    font-size: 12px;
  }
  .profile__txt-name{
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 9px;
  }
  .plofile__link{
    margin: 10px 0 0 8px;
  }
  .plofile__link .plofile__link-item{
    color: #FC9652;
    font-weight: bold;
  }

  /* ====================
    relation
  ==================== */
  .relation{
    padding: 50px 0;
  }
  .relation__ttl{
    color: #FF6600;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    font-family: "FOT-TsukuARdGothic Std", sans-serif;
  }
  .kenkyu__link{
    display: block;
    width: 355px;
    margin: 0 auto;
  }
  .kenkyu__ttl-img{
    display: block;
    width: 355px;
    margin: 20px auto 0;
  }

  /* ====================
    app
  ==================== */
  .app{
    background-color: #FC9652;
    margin-bottom: 65px;
    padding: 53px 0 50px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .app__wrap{
    width: 375px;
    margin: 0 auto;
  }
  .app__top{
    text-align: center;
    margin-bottom: 30px;
  }
  .app__top-ttl{
    height: 57px;
  }
  .app__cont-wrap{
    max-width: 320px;
    margin: 0 auto;
    position: relative;
  }
  .app__lead{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .app__lead::after{
    content: "";
    display: block;
    width: 112%;
    height: 3px;
    background-color: #EDE9DC;
    position: absolute;
    bottom: -246px;
    right: -21px;
  }
  .app__lead-img{
    width: 268px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 200px;
  }
  .app__lead-content{
    margin-top: 17px;
  }
  .app__lead-txt{
    font-size: 19px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .app__lead-color--pc{
    background-color: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 6px;
    height: 41px;
    display: inline-block;
    text-align: center;
  }
  .app__lead-color--sp {
    background-color: #FFF;
    line-height: 1.5em;
    padding: 1.333vw 2.133vw;
    border-radius: 0.533vw;
    margin-bottom: 1.6vw;
    display: block;
    text-align: left;
  }
  .app__lead-color--sp:last-of-type{
    width: 155px;
    margin-top: 10px;
  }
  .app__list{
    position: absolute;
    top: 440px;
    right: -13px;
    width: 315px;
  }
  .app__list-item{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    margin-top: 8px;
  }
  .app__list-txt{
    display: block;
    position: absolute;
    top: 415px;
    right: 50%;
    transform: translateX(50%);
    width: 250px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
  }
  .app__list-color{
    color: #FFF4A7;
  }
  .app__list-item::before{
    content: "";
    background-image: url(/contents/kakizome/_assets/img/list_check.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 25%;
    left: -23px;
  }
  .app__btn{
    width: 326.5px;
    margin: 399px auto 0;
    display: block;
  }
  .app__btn-img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* ====================
    triple
  ==================== */
  .triple {
    width: 355px;
    margin: 0 auto;
    border-bottom: none;
    margin-bottom: 50px;
  }
  .triple .title a {
    color: #000000;
  }
}