@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/*  */
.inheritedContents *{
  box-sizing: content-box;
}
.inheritedContents{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

}
.p-topArea.-noimg{
  background: #eef8ff;
}
.p-topArea.-noimg .p-topArea__body{
  color: #333;
}
.p-topArea.-noimg .c-pageTitle__sub{
  color: var(--ark-color_link);
  font-weight: bold;
}
.p-topArea .c-pageTitle__sub:after,.p-topArea .c-pageTitle__sub:before{
  display:none;
}

