@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap=Anton&text=0123456789');

* {
	margin: 0;
	padding: 0;
}

.heading-lv2,.heading-lv3 {width: 100%; margin: 0;}
.heading-lv2 > .heading_title,.topicsText,.js-topics-article__category{display: none;}

.topicsText{
	display: none;
}

.attention {
   font-size: 0.9em;
}

.main_cont_item_img img, .title img{
   vertical-align: top;
}

.date b {
   font-size: 130%;
}

.main_cont_item b {
   font-size: 1.7em;
   font-weight: 900;
}

.set span {
   font-size: 150%;
}

.otoku_sub b {
   font-size: 2em;   
}

.calum_margin {
   margin-bottom: 20px;
}

.calum_margin2 {
   margin-bottom: 10px;
}

.emp {
   font-size: 1.2em;
   font-weight: 600;
   background:linear-gradient(transparent 60%, #ff6 60%);
   display: inline;
}

.emp span {
   font-size: 1.6em;
}

.bottom0 a {margin-bottom: 0px!important;}

@media screen and (max-width: 735px) {
/* ****************************************************
	スマホ用プロパティ
***************************************************** */

.title_pc {
	display: none!important;
}

#contentswrap{
    width: 100vw;
	margin: 0 calc(50% - 50vw);
    height: auto;
	overflow: hidden;
	background-image: url("images/cardapp_bg.png");
	background-size: 100%;
	font-family: "Roboto",YakuHanJPs,"Zen Kaku Gothic New","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Source Sans Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
	padding: 0 0 50px 0;
}

#contentswrap img{
    max-width: 100%;
    height: auto;
	width:auto; /* for ie8 */
}

.title {
   padding: 50px 0 50px 0;
   text-align: center;
}

.title h1 {
   font-weight: 500;
   font-size: 1.6em;
   line-height: 1.4em;
   margin-bottom: 0px;
}

.title img {
   width: 70%!important;
   margin: 0 auto;
}

.date {
   width: 100%;
   padding: 20px 0 20px 0;
   line-height: 1.5;
   font-size: 1.45em;
   font-weight: 600;
   color: #333;
}

.main_cont {
   max-width: 80%;
   margin: 0 auto;
   list-style: none;
   margin-bottom: 50px;
}

.main_cont_item {
   width: 100%;
   text-align: center;
   line-height: 1.5;
   font-size: 1.5em;
   font-weight: 700;
   display: flex;
   align-items: center;
   padding: 25px;
   box-sizing: border-box;
}

.main_cont_item img {
   width: 80%;
   margin-top: 10px;
}

.main_cont_item_img {
   width: 50%;
   text-align: left;
   line-height: 1.8;
   font-size: 0.9em;
   color: #333;
   background: #dfdfdf;
}

.main_otoku {
   font-size: 1.2em;
   font-weight: 900;
   color: #ff7677;
   background:linear-gradient(transparent 60%, #ff6 60%);
   margin-bottom: 10px;
   display: inline-block;
}

.otoku {
   max-width: 90%;
   background: #fff;
   margin: 0 auto;
   list-style: none;
   padding: 40px 30px 30px 30px;
   box-sizing: border-box;
   border-radius: 20px;
   margin-bottom: 80px;
   font-weight: 500;
   position: relative;
   box-shadow: 8px 8px #ffcccf;
   text-align: center;
   font-size: 0.9em;
}

.set {
   width: 200px;
   position: absolute;
   top: -17px;
   right: 0;
   left: 0;
   margin: 0 auto;
   font-size: 1.2em;
   font-weight: 700;
}

.otoku_sub {
   font-size: 1.8em!important;
   font-weight: 700;
   line-height: 1.1;
   color: #ff7677;
   margin-top: 10px;
}

.bgcolor1 {
   background: #fdedee;
}

.bgcolor2 {
   background: #fdfdf0;
}

.attention {
   font-size: 0.9em;
   text-align: left;
}

.calumfont {
   font-size: 1.1em;
   font-weight: 600;
}

.calumfont span {
   font-size: 1.4em;
}

.example {
   background: #FFF6D2;
   font-size: 1.1em;
   padding: 10px;
   box-sizing: border-box;
   display: inline-block;
   margin-top: 10px;
}

.app_link {
   margin:0 auto;
   max-width: 90%;
   list-style: none;
}

.app_link p {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.app_link img {
  border: 1px solid #A4A4A4;
  margin-bottom: 10px;
}

.pointart {
  position: absolute;
  top: 160px;
  left: -8px;
  width: 25%;
}

.btn_area a {
  display: block;
  width: 100%;
  background: #FF9EA0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
}

@media screen and (min-width: 736px) {
/* ****************************************************
	PC用プロパティ
***************************************************** */

.title_smp {
	display: none!important;
}

#contentswrap{
    width: 100vw;
	margin: 0 calc(50% - 50vw);
    height: auto;
	overflow: hidden;
	text-align:center;
	padding: 0 0 50px 0;
	background-image: url("images/cardapp_bg.png");
	background-size: 100%;
	font-family: "Roboto",YakuHanJPs,"Zen Kaku Gothic New","Yu Gothic","游ゴシック",YuGothic,"游ゴシック体","Source Sans Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,sans-serif;
}

.title {
   max-width: 980px;
   margin: 0 auto;
   padding: 50px 10px 0px 10px;
   box-sizing: border-box;
}

.title h1 {
   margin-bottom: 0px;
}

.title img {
   max-width: 100%;
   margin: 0 auto;
}

.date {
   width: 100%;
   padding: 20px 0 20px 0;
   line-height: 1;
   font-size: 1.8em;
   font-weight: 700;
}

.main_cont {
   max-width: 880px;
   margin: 0 auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   list-style: none;
   margin-bottom: 50px;
}

.main_cont_item {
   width: 50%;
   text-align: center;
   line-height: 1.5;
   font-size: 1.6em;
   font-weight: 700;
   display: flex;
   align-items: center;
   padding: 50px;
   box-sizing: border-box;
}

.main_cont_item img {
   width: 80%;
   margin-top: 10px;
}

.main_cont_item_img {
   width: 50%;
   text-align: left;
   line-height: 1.8;
   font-size: 0.9em;
   color: #333;
   background: #dfdfdf;
}

.main_otoku {
   font-size: 1.2em;
   font-weight: 900;
   color: #ff7677;
   background:linear-gradient(transparent 60%, #ff6 60%);
   margin-bottom: 10px;
   display: inline-block;
}

.otoku {
   max-width: 950px;
   background: #fff;
   margin: 0 auto;
   list-style: none;
   padding: 40px 30px 30px 30px;
   box-sizing: border-box;
   border-radius: 20px;
   margin-bottom: 80px;
   font-weight: 500;
   font-size: 1em;
   position: relative;
   box-shadow: 10px 10px #ffcccf;
}

.set {
   width: 200px;
   position: absolute;
   top: -17px;
   right: 0;
   left: 0;
   margin: 0 auto;
   font-size: 1.2em;
   font-weight: 700;
}

.otoku_sub {
   font-size: 2em;
   font-weight: 700;
   line-height: 1;
   color: #ff7677;
}

.calumfont {
   font-size: 1.3em;
   font-weight: 600;
   line-height: 1.2;
}

.calumfont span {
   font-size: 1.5em;
}

.example {
   background: #FFF6D2;
   font-size: 1.1em;
   padding: 10px;
   box-sizing: border-box;
   display: inline-block;
   margin-top: 10px;
}

.app_link {
   margin:0 auto;
   max-width: 960px;
   list-style: none;
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: flex-end;
}

.app_link p {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}

.app_link li {
  width: 48%;
}

.app_link img {
  border: 1px solid #A4A4A4;
}

.pointart {
  position: absolute;
  top: 150px;
  left: 8%;
  width: 15%;
}

.btn_area a {
  display: block;
  width: 300px;
  background: #FF9EA0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
}