/*---------- Page ----------*/
.Page {
  margin: 0 auto; }
  .Page_inner {
    padding-bottom: 110px; }
    @media only screen and (max-width: 736px) {
      .Page_inner {
        padding-bottom: 60px; } }
    .Page_inner-recipeIndex {
      padding-bottom: 70px; }
      @media only screen and (max-width: 736px) {
        .Page_inner-recipeIndex {
          padding-bottom: 50px; } }
    @media only screen and (max-width: 736px) {
      .Page_inner-nopb {
        padding-bottom: 0; } }
    @media only screen and (max-width: 736px) {
      .Page_inner.Page_us.PageKv-short, .Page_inner.Page_privacy.PageKv-short {
        padding: 30px 15px 40px !important; } }
  .Page_block {
    overflow: hidden;
    max-width: 930px;
    margin: 0 auto 70px; }
    @media only screen and (max-width: 736px) {
      .Page_block {
        margin-bottom: 40px; } }
    .Page_block:last-child {
      margin-bottom: 0; }
  .Page_txt {
    line-height: 1.8em;
    margin-bottom: 30px; }
    @media only screen and (max-width: 736px) {
      .Page_txt {
        font-size: 0.75rem;
        margin-bottom: 20px; } }
    .Page_txt:last-child {
      margin-bottom: 0; }
      @media only screen and (max-width: 736px) {
        .Page_txt:last-child {
          margin-bottom: 20px; } }
    .Page_txt-b {
      font-size: 1.125rem; }
      @media only screen and (max-width: 736px) {
        .Page_txt-b {
          font-size: 1rem; } }
  .Page_imgBlock {
    margin-bottom: 30px; }
    .Page_imgBlock img {
      max-width: 100%;
      height: auto; }

/*---------- PageKv ----------*/
.PageKv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 380px;
  padding: 0 20px; }
  @media only screen and (max-width: 736px) {
    .PageKv {
      height: 190px; } }
  .PageKv-about {
    background-image: url(../images/about/bg_about.jpg); }
    @media only screen and (max-width: 736px) {
      .PageKv-about {
        background-image: url(../images/about/bg_about_sp.jpg);
        background-position: right bottom; } }
  .PageKv-qa {
    background-image: url(../images/about/kv_qa.jpg); }
    @media only screen and (max-width: 736px) {
      .PageKv-qa {
        background-image: url(../images/about/kv_qa_sp.jpg);
        background-position: right bottom; } }
  .PageKv-prunepuree {
    background-image: url(../images/prunepuree/prunepuree_header_bk.jpg); }
    @media only screen and (max-width: 736px) {
      .PageKv-prunepuree {
        background-image: url(../images/prunepuree/sp_prunepuree_header_bk.jpg); }
        .PageKv-prunepuree .PageKv_leadImg {
          height: 32px;
          width: auto; } }
  .PageKv-pukatsurecipe {
    background-image: url(../images/recipe/pukatsurecipe_header_bk.jpg); }
    @media only screen and (max-width: 736px) {
      .PageKv-pukatsurecipe {
        background-image: url(../images/recipe/sp_pukatsurecipe_header_bk.jpg); }
        .PageKv-pukatsurecipe .PageKv_leadImg {
          height: 32px;
          width: auto; } }
  .PageKv_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 130px; }
    @media only screen and (max-width: 736px) {
      .PageKv_inner {
        padding-top: 55px;
        padding-left: 20px; } }
    @media only screen and (max-width: 736px) {
      .PageKv_inner-health {
        padding-top: 105px;
        padding-left: 0; } }
  .PageKv_lead {
    margin-bottom: 5px; }
  @media only screen and (max-width: 736px) {
    .PageKv_leadImg {
      height: 42px;
      width: auto; } }
  .PageKv_title {
    font-size: 1.625rem;
    color: #b13b53;
    margin: 0;
    text-shadow: 0px 0px 4px #fff; }
    @media only screen and (max-width: 736px) {
      .PageKv_title {
        font-size: 0.8125rem; } }

.FloatImg {
  overflow: hidden; }
  @media only screen and (max-width: 736px) {
    .FloatImg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 736px) {
    .FloatImg-spFloat {
      display: block; } }
  .FloatImg_right {
    float: right;
    margin-left: 50px; }
    @media only screen and (max-width: 736px) {
      .FloatImg_right {
        float: none;
        margin-left: 0;
        max-width: 100%;
        height: auto; } }
  .FloatImg_left {
    float: left;
    margin-right: 50px; }
    @media only screen and (max-width: 736px) {
      .FloatImg_left {
        float: none;
        margin-right: 0;
        max-width: 100%;
        height: auto; } }
  .FloatImg img {
    display: block;
    vertical-align: bottom; }
    .FloatImg img + img {
      margin-top: 2px; }
  .FloatImg_img-prune {
    max-width: 35%;
    height: auto;
    margin-left: 20px;
    float: right; }
  @media only screen and (max-width: 736px) {
    .FloatImg_spColumn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .FloatImg_spColumn img {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        height: auto;
        vertical-align: bottom;
        padding: 0 1px; }
        .FloatImg_spColumn img + img {
          margin-top: 0; } }

.TxtColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 736px) {
    .TxtColumn {
      display: block; } }
  .TxtColumn_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    width: 46%; }
    @media only screen and (max-width: 736px) {
      .TxtColumn_item {
        width: 100%;
        margin-bottom: 30px; }
        .TxtColumn_item:last-child {
          margin-bottom: 0; } }
  .TxtColumn_lead {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      .TxtColumn_lead {
        font-size: 1.125rem; } }

.ThreeImgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .ThreeImgBlock_left {
    width: 58.3%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3%;
    flex: 0 0 58.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2px; }
  .ThreeImgBlock_img {
    width: 100%;
    height: auto; }
  .ThreeImgBlock_right {
    width: 41.7%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.7%;
    flex: 0 0 41.7%; }

.TwoImgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .TwoImgBlock_item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1px; }
  .TwoImgBlock_img {
    width: 100%;
    height: auto; }

.ContentsList {
  background-color: #efeaf8;
  padding: 80px 20px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 736px) {
    .ContentsList {
      padding: 50px 15px;
      margin: 40px 0; } }
  .ContentsList_inner {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 736px) {
      .ContentsList_inner {
        display: block; } }
    .ContentsList_inner-icon {
      max-width: 800px; }
  .ContentsList_item {
    max-width: 346px;
    width: 28%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%; }
    @media only screen and (max-width: 736px) {
      .ContentsList_item {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px; } }
  .ContentsList_link {
    display: block; }
    @media only screen and (max-width: 736px) {
      .ContentsList_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: url(../images/common/arrow_r_purple.png) no-repeat 97% center #fff;
        background-size: 8px auto; } }
  .ContentsList_imgArea {
    margin-bottom: 25px;
    text-align: center; }
    @media only screen and (max-width: 736px) {
      .ContentsList_imgArea {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
        flex: 0 0 32.5%;
        width: 32.5%;
        margin-bottom: 0; } }
  .ContentsList_img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .ContentsList_lead {
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 736px) {
      .ContentsList_lead {
        font-size: 0.875rem;
        padding-left: 15px; } }

.Qa_block {
  background: url(../images/about/icon_q.png) no-repeat 0 0;
  padding-left: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 736px) {
    .Qa_block {
      background-size: 23px auto;
      padding-left: 0;
      margin-bottom: 30px; } }

.Qa_lead {
  color: #4c1f67;
  border-bottom: solid 1px #4c1f67;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.25rem;
  line-height: 1.6; }
  @media only screen and (max-width: 736px) {
    .Qa_lead {
      font-size: 0.8125rem;
      padding-left: 30px;
      padding-top: 5px;
      margin-bottom: 15px; } }

.Qa_link {
  display: block;
  background: url(../images/common/arrow_b.png) no-repeat 99% center; }
  @media only screen and (max-width: 736px) {
    .Qa_link {
      background-size: 13px auto; } }
  .Qa_link.close {
    background-image: url(../images/common/arrow_t.png); }

.Qa_content {
  background: url(../images/about/icon_a.png) no-repeat 22px 30px #f6f2f9;
  padding: 30px 30px 30px 70px;
  line-height: 1.6;
  display: none;
  overflow: hidden; }
  @media only screen and (max-width: 736px) {
    .Qa_content {
      background-position: 16px 20px;
      font-size: 0.75rem;
      background-size: 20px auto;
      padding: 20px 20px 20px 45px; } }

.Qa_img {
  float: right;
  margin: 0 0 20px 20px;
  vertical-align: bottom; }
  @media only screen and (max-width: 736px) {
    .Qa_img {
      float: none;
      display: block;
      margin: 0 auto 15px; } }

.StatisticsNavi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1015px;
  margin: 0 auto; }
  @media only screen and (max-width: 736px) {
    .StatisticsNavi_list {
      display: block; } }

.StatisticsNavi_item {
  width: 49%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%; }
  @media only screen and (max-width: 736px) {
    .StatisticsNavi_item {
      width: 100%;
      margin-bottom: 15px; } }

.StatisticsNavi_link {
  display: block;
  border: solid 2px #ccc;
  height: 50px;
  line-height: 50px;
  text-align: center; }
  .StatisticsNavi_link::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 8px;
    background: url(../images/common/arrow_b.png) no-repeat 0 0;
    background-size: 9px auto;
    vertical-align: middle;
    margin-right: 10px; }
  .StatisticsNavi_link:hover {
    border: solid 2px #4c1f67;
    background-color: #e8d9ec;
    color: #4c1f67; }

.Statistics_section {
  max-width: 1015px;
  margin: 80px auto 0; }

.Statistics_title {
  font-size: 1.875rem;
  text-align: center;
  font-weight: normal; }
  @media only screen and (max-width: 736px) {
    .Statistics_title {
      font-size: 1.5rem; } }

.Statistics_block {
  border: solid 2px #4c1f67;
  border-bottom: none; }
  .Statistics_block:last-child {
    border-bottom: solid 2px #4c1f67; }

.StatisticsCont_titleTxt {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #4c1f67;
  background: url(../images/industry/icon_plus.png) no-repeat 99% center;
  cursor: pointer; }
  @media only screen and (max-width: 736px) {
    .StatisticsCont_titleTxt {
      font-size: 1.25rem;
      background-size: 24px auto;
      background-position: 97% center; } }
  .StatisticsCont_titleTxt.close {
    background: url(../images/industry/icon_minus.png) no-repeat 99% center #8d5b98;
    color: #fff; }
    @media only screen and (max-width: 736px) {
      .StatisticsCont_titleTxt.close {
        background-size: 24px auto;
        background-position: 97% center; } }

.StatisticsCont_wrapper {
  display: none; }

.StatisticsCont_lead {
  text-align: center;
  background-color: #e9e3eb;
  border-top: solid 2px #4c1f67;
  border-bottom: solid 2px #4c1f67;
  font-size: 1.25rem;
  padding: 12px 0; }
  @media only screen and (max-width: 736px) {
    .StatisticsCont_lead {
      font-size: 1.125rem; } }

.StatisticsCont_list {
  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;
  width: 60%;
  margin: 0 auto;
  padding: 15px 0; }
  @media only screen and (max-width: 736px) {
    .StatisticsCont_list {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px; } }
  .StatisticsCont_list.archive {
    width: 80%; }
    @media only screen and (max-width: 736px) {
      .StatisticsCont_list.archive {
        width: 100%; } }
    .StatisticsCont_list.archive .StatisticsCont_listItem {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      width: 33%; }
      @media only screen and (max-width: 736px) {
        .StatisticsCont_list.archive .StatisticsCont_listItem {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
          flex: 0 0 48%;
          width: 48%; } }

.StatisticsCont_listItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.5%;
  flex: 0 0 16.5%;
  width: 16.5%;
  text-align: center;
  padding: 10px 0;
  font-size: 1.25rem; }
  @media only screen and (max-width: 736px) {
    .StatisticsCont_listItem {
      font-size: 1rem;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      width: 48%; } }
  .StatisticsCont_listItem a:hover {
    color: #b13b53;
    text-decoration: underline; }
  .StatisticsCont_listItem span {
    color: #999; }

.IndustryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1060px;
  margin: 0 auto 80px; }
  @media only screen and (max-width: 736px) {
    .IndustryList {
      display: block; } }
  .IndustryList-2column {
    max-width: 700px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .IndustryList-2column .IndustryList_item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 44.7%;
      flex: 0 0 44.7%;
      width: 44.7%;
      margin-right: 0; }
      @media only screen and (max-width: 736px) {
        .IndustryList-2column .IndustryList_item {
          width: 100%; } }
  .IndustryList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.6%;
    flex: 0 0 29.6%;
    width: 29.6%;
    margin-right: 5.6%;
    margin-bottom: 35px; }
    @media only screen and (max-width: 736px) {
      .IndustryList_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .IndustryList_item:nth-child(3n) {
      margin-right: 0; }
  .IndustryList_link {
    display: block;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 10px; }
    .IndustryList_link-type01 {
      background-color: #f9f6f1;
      border: solid 2px #ece7e0; }
    .IndustryList_link-type02 {
      background-color: #fcfcf8;
      border: solid 2px #ece7e0; }
    .IndustryList_link-type03 {
      background-color: #f9f5fa;
      border: solid 2px #eee6f1; }
  .IndustryList_imgArea {
    margin-bottom: 15px; }
  .IndustryList_img {
    width: 100%;
    height: auto; }
  .IndustryList_title {
    text-align: center;
    font-size: 1.25rem; }

.IndustryRecipes_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto 30px; }
  @media only screen and (max-width: 736px) {
    .IndustryRecipes_list {
      display: block; } }

.IndustryRecipes_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.7%;
  flex: 0 0 23.7%;
  width: 23.7%;
  margin: 0 10px; }
  @media only screen and (max-width: 736px) {
    .IndustryRecipes_item {
      width: 100%;
      margin-right: 0; }
      .IndustryRecipes_item:nth-child(even) .IndustryRecipes_link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }

.IndustryRecipes_link {
  display: block; }
  @media only screen and (max-width: 736px) {
    .IndustryRecipes_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.IndustryRecipes_imgArea {
  margin-bottom: 15px;
  height: 190px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 736px) {
    .IndustryRecipes_imgArea {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      height: 150px;
      margin-bottom: 0; } }

.IndustryRecipes_img {
  width: 100%;
  height: auto; }

.IndustryRecipes_txt {
  text-align: center;
  font-size: 1.125rem; }
  @media only screen and (max-width: 736px) {
    .IndustryRecipes_txt {
      font-size: 0.75rem;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px; } }

.prunepuree table {
  width: 100%;
  border: solid #fff 1px;
  border-collapse: collapse;
  margin-bottom: 0.5rem;
  background: #F8F5F0;
  text-align: center; }
  .prunepuree table caption {
    font-weight: bold;
    padding-bottom: 15px; }

.prunepuree table td,
.prunepuree table th {
  border: solid #fff 1px;
  padding: 1rem; }
  @media only screen and (max-width: 736px) {
    .prunepuree table td,
    .prunepuree table th {
      padding: 1rem 0.5em; } }

.prunepuree table th {
  background: #6D338A;
  border: solid #fff 1px;
  border-top: solid #ccc 1px;
  color: #fff;
  font-weight: normal; }

.prunepuree table .pluneColor {
  background: #F6EAED;
  color: #6D338A;
  font-weight: bold; }

.prunepuree .kakomi {
  background: #f9ecf1;
  border-radius: 10px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 736px) {
    .prunepuree .kakomi {
      padding: 20px; } }
  .prunepuree .kakomi h3 {
    color: #981d36;
    font-size: 1.5rem;
    margin: 0 0 20px; }
    @media only screen and (max-width: 736px) {
      .prunepuree .kakomi h3 {
        font-size: 1.25rem; } }
  .prunepuree .kakomi div.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 736px) {
      .prunepuree .kakomi div.inner {
        display: block; } }
    .prunepuree .kakomi div.inner div.txtBlock {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      width: 48%; }
      @media only screen and (max-width: 736px) {
        .prunepuree .kakomi div.inner div.txtBlock {
          width: 100%; } }
      .prunepuree .kakomi div.inner div.txtBlock p {
        margin-bottom: 15px;
        line-height: 1.6; }
        @media only screen and (max-width: 736px) {
          .prunepuree .kakomi div.inner div.txtBlock p {
            font-size: 0.75rem; } }
    .prunepuree .kakomi div.inner p.imgArea {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      width: 48%; }
      @media only screen and (max-width: 736px) {
        .prunepuree .kakomi div.inner p.imgArea {
          width: 100%;
          margin-bottom: 20px; } }
      .prunepuree .kakomi div.inner p.imgArea img {
        width: 100%;
        height: auto; }

.prunepuree .txtItem {
  margin-bottom: 30px; }
  .prunepuree .txtItem dt {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (max-width: 736px) {
      .prunepuree .txtItem dt {
        font-size: 1rem; } }
  .prunepuree .txtItem dd {
    line-height: 1.6;
    margin-bottom: 10px; }
    @media only screen and (max-width: 736px) {
      .prunepuree .txtItem dd {
        font-size: 0.75rem; } }

.Page404 {
  padding: 90px 20px 100px; }
  @media only screen and (max-width: 736px) {
    .Page404 {
      padding: 70px 20px 40px; } }
  .Page404_title {
    text-align: center;
    margin: 0 0 60px; }
  @media only screen and (max-width: 736px) {
    .Page404_titleImg {
      width: 291px;
      height: auto; } }
  .Page404_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto; }
    @media only screen and (max-width: 736px) {
      .Page404_block {
        display: block; } }
  .Page404_txtArea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 736px) {
      .Page404_txtArea {
        margin-bottom: 20px; } }
  .Page404_lead {
    font-size: 1.5rem;
    color: #b13b53;
    margin-bottom: 20px; }
    @media only screen and (max-width: 736px) {
      .Page404_lead {
        font-size: 1.0625rem;
        text-align: center; } }
  .Page404_txt {
    font-size: 1.125rem;
    line-height: 1.8; }
    @media only screen and (max-width: 736px) {
      .Page404_txt {
        font-size: 0.75rem; } }
  .Page404_searchIcon {
    vertical-align: middle;
    width: 18px;
    height: auto;
    position: relative;
    top: -2px;
    margin: 0 2px; }
    @media only screen and (max-width: 736px) {
      .Page404_searchIcon {
        width: 14px; } }
  .Page404_imgArea {
    max-width: 387px; }
    @media only screen and (max-width: 736px) {
      .Page404_imgArea {
        max-width: 239px;
        margin: 0 auto; } }
  .Page404_img {
    width: 100%;
    height: auto; }

.NewsLetter {
  max-width: 1014px;
  margin: 70px auto 0;
  border-top: solid 1px #4a1967; }
  @media only screen and (max-width: 736px) {
    .NewsLetter {
      margin-top: 50px; } }
  .NewsLetter li a {
    display: block;
    border: solid 1px #4a1967;
    border-left-width: 8px;
    border-top: none;
    padding: 12px 60px 12px 25px;
    background: url(../images/common/link_arrow05.png) no-repeat calc(100% - 20px) center; }
    @media only screen and (max-width: 736px) {
      .NewsLetter li a {
        padding: 12px 35px 12px 15px;
        background-size: 20px auto;
        background-position: calc(100% - 10px) center; } }
    .NewsLetter li a:hover {
      opacity: 0.7; }
    .NewsLetter li a span {
      font-size: 0.9375rem;
      color: #4a1967;
      margin-bottom: 3px;
      display: block; }
      @media only screen and (max-width: 736px) {
        .NewsLetter li a span {
          font-size: 0.65625rem; } }
      .NewsLetter li a span.new {
        color: #fff;
        background-color: #9f0079;
        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;
        text-align: center;
        width: 58px;
        height: 18px;
        margin-bottom: 5px;
        font-size: 0.75rem;
        letter-spacing: 0.2em; }
        @media only screen and (max-width: 736px) {
          .NewsLetter li a span.new {
            width: 50px;
            height: 16px;
            font-size: 0.6875rem; } }
    .NewsLetter li a h4 {
      font-size: 1.5rem;
      color: #4a1967;
      font-weight: bold;
      margin: 0 0 5px; }
      @media only screen and (max-width: 736px) {
        .NewsLetter li a h4 {
          font-size: 1.03125rem; } }
    .NewsLetter li a p {
      font-size: 1.0625rem;
      color: #4a1967; }
      @media only screen and (max-width: 736px) {
        .NewsLetter li a p {
          font-size: 0.8125rem; } }

.NewsLetter_banner {
  text-align: center;
  padding: 0 20px;
  margin: 60px 0 0; }
  @media only screen and (max-width: 736px) {
    .NewsLetter_banner {
      padding: 0;
      margin: 40px 0 0; } }

.NewsLetter_bannerImg {
  width: 100%;
  max-width: 624px;
  height: auto; }
