@charset "utf-8";
/* webview対策 */
body {
    -webkit-text-size-adjust : 100%;
}
/*topへもどる*/
p.foot_pt {
    width: 100%;
	text-align: center;
    background-color: #888 /*#b0d80b/*#e6d7c8*/;
    position: relative;
	display: block;
	font-size: 1.2em;
	height: 2.5em;
}
footer a {
	line-height: 2.5em;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
    color: #fff;
    font-weight: bold;
}
footer a::before {
	font-size: 1.2rem;
    color: #fff;
	content: "\025b2";
    padding-right: 0.25rem;
}
footer a:hover {
    color: #fff;
}
footer a:hover {
	color: #fff;
}

/* 本文装飾 */
h2.title-small {
    font-size: 1.6rem;
    line-height: 1.35;
    text-align: center;
}
h2.title-small::after {
    position: absolute;
    bottom: -2px;
    left: 33.33%;
    z-index: 1;
    content: '';
    width: 33.33%;
    height: 2px;
    background-color: #b0d80b;
}
.caution {
    font-size: .9rem;
}
.page_inner {
    font-size: 1.1em;
    line-height: 1.35;
}
ol.disc-mission li:before {
	font-size: 1.1em;
}
ol.list-otoku li a,
ol.list-otoku li .double {
	font-size: 1.2rem;
	color: #fa7878;
	font-weight: bold;
}
.arrow-color {
	font-weight: bold;
	color: #79b700;
	padding-right: .2rem;	padding-left: .2rem;
}

/* 余白 */
.padB25 {
    padding-bottom: 0.25rem;
}
.list-span-inline {
	display: inline-block;
	padding-left: 1.3rem;
}
@media (max-width: 600px) {
.pc_off{ display: block; }
.sp_off{ display: none; }
}
@media (min-width: 601px) {
.pc_off{ display: none; }
.sp_off{ display: block; }
}
.weight900 { font-weight: 900; }
.supplement {
	display: inline-block;
	margin-top: .25rem;
}

.balloon-rally {
  position: relative;
  display: block;
  margin: 0 0 1.1rem;
  padding: .75rem 1rem;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 15px;
  background: #e4f392;
  border-radius: 16px;
}

.balloon-rally:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 3rem;
  border: 13px solid transparent;
  border-top: 13px solid #e4f392;
}

.balloon-rally p {
  margin: 0;
  padding: 0;
}

.h3-medium {
	font-size: 1.4rem;
	font-weight: 700;
	color: #ff4b14;
}
.h3-medium::after {
	content: none;
}
.text-dull-green {
	color: #79b700;
}
.text-medium {
	font-size: 1.35rem;
	font-weight: 700;
}
.text-small {
	font-size: 15px;
}
.text-bg-orange {
background: #ff4b14;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
    margin: 0 0.25rem;
    vertical-align: bottom;
}
.padB0 {
	padding-bottom: 0;
}
.marT100 {
	margin-top: 1rem;
}
.marB100 {
	margin-bottom: 1rem;
}
.marT150 {
	margin-top: 1.5rem;
}
.h-bg-gray {
	background: #e9e9e9;
	padding: .25rem .5rem;
	font-size: 1.3rem;
}
ol.list-otoku.list-stamp_cp li a {
	display: inline;
	color: #222;
	text-decoration: underline;
	padding: .25rem .5rem;
	background: #e9e9e9;
}
.color-blue {
	color: #3366cc;
}
.color-orange {
	color: #ff4b14;
}