a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
html {
  line-height: 1;
}
ol,ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,td,th {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
blockquote,q {
  quotes: none;
}
blockquote:after,blockquote:before,q:after,q:before {
  content: '';
  content: none;
}
a img {
  border: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
body {
  margin: 0 auto;
  min-width: 990px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width: 768px) {
  article {
    min-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}

.bg-gray {
  background-color: #fafafa;
}
.t-center {
  text-align: center;
  align-items: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc-grid {
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: calc(55.2% + 58px);
  height: 0;
  overflow: hidden;
	border: 1px solid #CCC;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_header {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
  background-color: #fff9c4;
}
.content_header:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-right: 24px solid #fff;
  border-bottom: 24px solid #fff;
  content: '';
}
.content_header .inner {
  margin: 0 auto;
}
.content_header .inner h1 {
  padding: 0 16px;
  font-weight: normal;
  font-size: 28px;
  line-height: 48px;
}
@media screen and (min-width: 768px) {
  .content_width {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .content_header:before {
    border: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
  }
  .content_header .inner h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
  }
}

.section {
  padding: 96px 16px 48px;
	margin: auto;
}
@media screen and (min-width: 768px) {
  .section_inner {
    margin: 0 auto;
  	max-width: 832px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 48px 0 96px;
  }
  .section_inner {
    margin: 0;
    padding: 0 16px;
  }
}

.apps_head {
	font-size: 36px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 40px;
}
.apps_head::before {
	content: "◆";
	color: #ffc824;
}
@media screen and (max-width: 767px) {
	.apps_head {
		font-size: 24px;
	}
}

.apps {
	padding: 0 16px;
}
.apps:last-of-type {
	margin-bottom: 80px;
}
.apps_inner {
	padding: 48px 0;
	border-top: solid 1px #666;
	max-width: 1020px;
}
@media screen and (max-width: 767px) {
	.apps_inner {
		padding: 48px 16px;
	}
}

.apps_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	line-height: 1.6;
	gap: 100px 40px;
}
.apps_card {
	display: flex;
	flex-direction: column;
}
.apps_card_head {
	line-height: 1.2;
	gap: 10px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 24px;
	color: #3b3434;
	margin-bottom: 20px;
}
.apps_card_text {
	margin-bottom: 20px;
}
.apps_card_button {
	margin-top: auto;
	text-align: center;
}
.apps_card_button a {
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	color: #fff;
	background-color: #3cc4e7;
	border-radius: 6px;
}
@media screen and (max-width: 767px) {
	.apps_list {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.apps_card_head {
		font-size: 20px;
	}
}

.apps_button {
	margin: 60px auto;
	font-size: 20px;
	line-height: 38px;
	position: relative;
	z-index: 1;
	display: block;
	width: 200px;
	height: 38px;
	transition: .1s ease-in-out;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	border-top: 2px solid #fcec3c;
	border-bottom: 2px solid #fcec3c;
	background-color: #fcec3c;
}
.apps_button:before,
.apps_button:after {
	position: absolute;
	top: 4px;
	width: 28px;
	height: 28px;
	content: '';
	transition: .1s ease-in-out;
	transform: perspective(12px);
	transform: rotate(45deg);
	border: 0;
	background-color: #fcec3c;
}
.apps_button:before {
	left: -16px;
	border-bottom: 2px solid #fcec3c;
	border-left: 2px solid #fcec3c;
}
.apps_button:after {
	right: -16px;
	border-top: 2px solid #fcec3c;
	border-right: 2px solid #fcec3c;
}
.apps_button:hover:before,
.apps_button:hover:after {
	background-color: #fff;
}
.apps_button:hover {
	color: #fcec3c;
	background-color: #fff;
}
