@charset 'UTF-8';
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	overflow-y: scroll;
	box-sizing: border-box;
	/* All browsers without overlaying scrollbars */

	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	/* Set `background-repeat: no-repeat` to all elements */
	box-sizing: inherit;
	background-repeat: no-repeat;
}

::before,
::after {
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
	text-decoration: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
	padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */

	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type='number'] {
	width: auto;
	/* Firefox 36+ */
}

[type='search'] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	border-style: none;
	background-color: transparent;
	color: inherit;
}

/* Style select like a standard input */
select {
	/* Firefox 36+ */
	-webkit-appearance: none;

	   -moz-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	border: 0;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	/* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
	-webkit-appearance: button;
	/* Change font properties to `inherit` in Chrome and Safari */
}

[type='search'] {
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	-webkit-appearance: textfield;
	/* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~='screen'] {
		display: inherit;
	}
	[hidden~='screen']:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

/* ホバーアニメーション
===========================================*/
/* a
===========================================*/
a {
	text-decoration: none;
	color: #000;
}

/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
html {
	background: #fff;
	color: #000;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

legend {
	color: #000;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	content: '.';
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
.clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
img {
	vertical-align: middle;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic','メイリオ', Meiryo,'游ゴシック体', 'Yu Gothic', YuGothic, Arial, Osaka, Sans-Serif;
}

.en {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.num {
	font-family: 'Lato', sans-serif;
	font-weight: 800;
}

/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/* media query -> sp
=================================================================*/
@media screen and (max-width: 768px) {
	.l-wrap {
		width: 100%;
		padding: 0 15px;
	}
}

/*--------------------------------------------------------------------------
  componet
---------------------------------------------------------------------------*/
/*more-btn hover-action
============================================================================*/
.more-btn {
	display: inline-block;
	padding: 9px 45px 9px 15px;
	border: 2px solid #fff;
	background-image: url(../img/common/arw_btn01.png);
	background-position: 95% center;
	background-size: 15px 8px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: all .25s linear;
	        transition: all .25s linear;
}

.more-btn.hover {
	background-color: #fff;
	background-image: url(../img/common/arw_btn01_hover.png);
	color: #000;
}

/*--------------------------------------------------------------------------
  animation
---------------------------------------------------------------------------*/
.show-pc {
	display: block;
}

.show-pci {
	display: inline-block;
}

.show-sp {
	display: none;
}

.show-spi {
	display: none;
}

@media screen and (max-width: 768px) {
	.show-pc {
		display: none !important;
	}
	.show-pci {
		display: none !important;
	}
	.show-sp {
		display: block;
	}
	.show-spi {
		display: inline-block;
	}
}

/*--------------------------------------------------------------------------
   _header
---------------------------------------------------------------------------*/
header {
	background-color: #fff;
}

.g-header {
	width: 100%;
	height: 100%;
}

/*slide-seach
--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.slide-search {
		position: absolute;
		top: -67px;
		z-index: 100;
		width: 100%;
		height: 67px;
		background-color: #d8e3da;
		-webkit-transition: all .2s linear;
		        transition: all .2s linear;
	}
	.slide-search__inner {
		display: table;
		width: 100%;
		height: 67px;
		padding: 0 15px;
	}
	.slide-search__inner .slide-search__txt {
		display: table-cell;
		width: 100%;
		height: 34px;
		margin-top: 17px;
		padding: 5px 15px 5px 35px;
		border-radius: 4px;
		background-color: #fff;
		background-image: url(../img/common/ico_slide_search.png);
		background-position: 12px center;
		vertical-align: middle;
	}
	.slide-search__inner .slide-close__btn {
		display: table-cell;
		width: 14px;
		padding-left: 15px;
		vertical-align: middle;
		cursor: pointer;
	}
}

/*g-header__inner
--------------------------------------------------------------------------*/
.g-header__inner {
	min-width: 1040px;
	padding: 20px 0;
}

.g-header__inner .left {
	float: left;
}

.g-header__inner .right {
	float: right;
}

@media screen and (max-width: 768px) {
	.g-header__inner {
		width: 100%;
		min-width: 0;
		height: 67px;
		padding: 0 15px;
	}
	.g-header__inner .left {
		line-height: 63px;
	}
	.g-header__inner .left .g-header__logo {
		margin-left: 0;
	}
	.g-header__inner .left .g-header__logo a img {
		width: 117px;
		height: auto;
	}
	.g-header__inner .right {
		line-height: 64px;
	}
	.g-header__inner .right .header-nav__login--sp {
		margin-left: 15px;
	}
	.bottom-nav {
		width: 100%;
	}
	.bottom-nav .bottom-nav__list {
		float: left;
		width: 50%;
		height: 55px;
		background-color: #62b891;
		text-align: center;
		line-height: 55px;
	}
	.bottom-nav .bottom-nav__list a {
		display: block;
		width: 100%;
		color: #fff;
		font-size: 13px;
	}
	.bottom-nav .bottom-nav__about {
		box-sizing: border-box;
		border-right: 1px solid #52ab83;
	}
}

.g-header__logo {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.g-header__search {
	display: inline-block;
	margin-left: 26px;
	vertical-align: bottom;
	color: #c5c5c5;
}

.g-header__search .txt {
	box-sizing: border-box;
	width: 188px;
	height: 37px;
	padding-left: 10px;
	border: 1px solid #dedede;
	border-radius: 4px 0 0 4px;
	background-color: #f7f7f7;
	vertical-align: middle;
	font-size: 13px;
}

.g-header__search .btn {
	box-sizing: border-box;
	width: 67px;
	height: 37px;
	margin-left: -6px;
	padding-left: 20px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-radius: 0 4px 4px 0;
	background-color: #f7f7f7;
	background-image: url(../img/common/ico_button_search.png);
	background-position: 10px, center;
	background-size: 14px 13px;
	font-size: 14px;
}

.header-nav {
	display: inline-block;
}

.header-nav .header-nav__about {
	display: inline-block;
	padding-left: 16px;
	background-image: url(../img/common/ico_ring.png);
	background-position: center left;
	background-size: 10px 3px;
	font-size: 16px;
}

.header-nav .header-nav__search {
	display: inline-block;
	margin-left: 21px;
	padding-left: 21px;
	background-image: url(../img/common/ico_search.png);
	background-position: 0% 48%;
	background-size: 15px 14px;
	font-size: 15px;
}

.header-nav .header-nav__list a {
	font-weight: bold;
	-webkit-transition: all .25s linear;
	        transition: all .25s linear;
}

.header-nav .header-nav__list a.hover {
	color: #4ea87f;
}

.g-header__login {
	display: inline-block;
	width: 214px;
	height: 83px;
	margin: -20px 0;
	margin-left: 23px;
	background-color: #62b891;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 83px;
	-webkit-transition: all .25s linear;
	        transition: all .25s linear;
}

.g-header__login:hover {
	background-color: #4ea87f;
}

/*--------------------------------------------------------------------------
   _footer
---------------------------------------------------------------------------*/
.g-footer {
	width: 100%;
	height: 100%;
}

.footer-login {
	min-width: 1040px;
	background-color: #2a3d45;
	padding: 25px 0;
}

@media screen and (max-width: 768px) {
	.footer-login {
		min-width: 0;
	}
}

/*footer-login__inner
=====================================================*/
.footer-login__inner {
	padding-top: 0!important;
}

@media screen and (max-width: 768px) {
	.footer-login__inner {
		position: static;
		height: auto;
		padding-top: 12px;
	}
}

.login {
}

/*footer-menu フッターグローバルメニュー
=====================================================*/
.footer-menu {
	float: left;
}

.footer-menu .footer-menu__list {
	display: inline-block;
	margin-right: 26px;
	line-height: 50px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {

.footer-menu .footer-menu__list {
	margin-right:0px;
}
}


.footer-menu .footer-menu__list:last-child {
	margin-right: 0;
}

.footer-menu .footer-menu__list a {
	color: #62b891;
	font-size: 14px;
	letter-spacing: 1.4px;
	-webkit-transition: all .2s linear;
	        transition: all .2s linear;
}

.footer-menu .footer-menu__list a.hover {
	opacity: .6;
}

@media screen and (max-width: 768px) {
	.footer-menu {
		float: none;
		margin-top: 0;
		padding: 0 10px;
		text-align: center;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.footer-menu__list {
		display: block;
		width: 100%;
		line-height: 1em;
		border-bottom: 1px solid rgba(115, 128, 133, .5);

	}
	.footer-menu__list a{
		display: block;
		height: 65px;
		line-height: 65px;
	}

}

/*footer-login__btn フッターログインボタン
========================================================*/
.footer-login__btn {
	float: right;
	padding: 12px 41px 12px 15px;
	border: 2px solid #62b891;
	background-image: url(../img/common/arw_btn02.png);
	background-position: 97% center;
	vertical-align: middle;
	color: #62b891;
	font-size: 14px;
}

.footer-login__btn.hover {
	background-color: #62b891;
	background-image: url(../img/common/arw_btn01.png);
	color: #fff;
}

@media screen and (max-width: 768px) {
	.footer-login__btn {
		display: table;
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		padding: 14px 0;
		text-align: center;
		font-size: 13px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}

@media screen and (max-width: 320px) {
	.footer-login__btn {
		font-size: 11px;
	}
}

/*footer-line フッター下 ロゴ
===================================================*/
.footer-line {
	min-width: 1040px;
	height: 190px;
	line-height: 190px;
	background-color: #2d414a;
}

.footer-line .footer-line__logo {
	text-align: center;
}

.footer-line .footer-line__copy {
	margin-top: 15px;
	text-align: center;
	color: #62b891;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.footer-line {
		min-width: 0;
		height: 160px;
		line-height: 160px;
	}
}


/*footer-bottom
===================================================*/
.footer-bottom{
	padding: 15px 0;
	border-top: 1px solid #253941;
	background:#2d414a;
}
.footer-bottom ul{
	float: left;
}
.footer-bottom li{
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
}
.footer-bottom li a{
	color: #62b891;
}

.footer-bottom .copyRight{
	float: right;
	color: #62b891;
	font-size: 13px;
}
@media screen and (max-width: 768px) {

	.footer-bottom ul{
		float: none;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.footer-bottom li{
		display: block;
		margin-right: 0px;
		margin-bottom: 15px;
		text-align: center;
	}

	.footer-bottom .logo{
		border-top: 1px solid #253941;
		text-align: center;
		padding: 20px 0;
	}
	.footer-bottom .logo img{
		width: 140px;
		height: auto;
		max-height: auto;
	}

	.footer-bottom .copyRight{
		float: none;
		text-align: center;
		font-size: 10px;
	}

}


/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
body,
html {
	width: 100%;
}

/*pager
============================================================================*/
.pager {
	display: table;
	margin: 0 auto;
	margin-top: 20px;
}

.pager .pager-list {
	display: inline-block;
	margin-right: 8px;
	-webkit-transition: all .2s linear;
	        transition: all .2s linear;
}

.pager .pager-list:last-child {
	margin-right: 0;
}

.pager .pager-list a {
	padding: 7px 10px;
	border: 1px solid #878787;
	color: #878787;
}

.pager .pager-list a.selected {
	border: 1px solid #62b891;
	background-color: #62b891;
	color: #fff;
}

/*location
============================================================================*/
ul.location .location-list {
	display: inline-block;
	line-height: 10px;
}

ul.location .location-list a {
	color: #bdc1be;
	font-size: 10px;
}

ul.location .location-list a .slash {
	margin: 0 5px 0 8px;
}

@media screen and (max-width: 768px) {
	ul.location {
		line-height: 17px;
	}
	ul.location .location-list {
		display: inline;
	}
}

/*input color
============================================================================*/
input {
	color: #000 !important;
}

input.btn {
	color: #bdbdbd !important;
}

.keyword-search .txt::-webkit-input-placeholder {
	color: #000 !important;
}

.keyword-search .txt::-moz-placeholder {
	color: #000 !important;
}

.keyword-search .txt:-moz-placeholder {
	color: #000 !important;
}

.keyword-search .txt:-ms-input-placeholder {
	color: #000 !important;
}

/* Chrome, Safari */
input::-webkit-input-placeholder {
	color: #dbdbdb !important;
}

/* Firefox */
input::-moz-placeholder {
	color: #dbdbdb !important;
}

/* Firefox 18以前 */
input:-moz-placeholder {
	color: #dbdbdb !important;
}

/* IE */
input:-ms-input-placeholder {
	color: #dbdbdb !important;
}

/*sec-cont
============================================================================*/
.sec-cont .sec-cont__inner .sec-box {
	margin-top: 57px;
}

.sec-cont .sec-cont__inner .sec-box .sec-box__hdg {
	float: left;
	padding-left: 35px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -.5px;
}

.sec-cont .sec-cont__inner .sec-box .attention-hdg {
	background-image: url(../img/common/ico_star.png);
	background-position: left center;
	background-size: 28.5px 27px;
}

.sec-cont .sec-cont__inner .sec-box .new-hdg {
	padding-left: 39px;
	background-image: url(../img/common/ico_mark.png);
	background-position: left center;
	background-size: 32px 32px;
}

@media screen and (max-width: 768px) {
	.sec-cont .sec-cont__inner .sec-box .new-hdg {
		padding-left: 34px;
		background-size: 24.5px 23px;
	}
}

.sec-cont .sec-cont__inner .sec-box .finish-hdg {
	background-image: url(../img/common/ico_time.png);
	background-position: left center;
	background-size: 25px 28px;
}

.sec-cont .sec-cont__inner .sec-box .sec-cont__btn {
	float: right;
	border: 2px solid #000;
	background-image: url(../img/common/arw_btn01_hover.png);
	color: #000;
}

.sec-cont .sec-cont__inner .sec-box .sec-cont__btn.hover {
	background-color: #000;
	background-image: url(../img/common/arw_btn01.png);
	color: #fff;
}

@media screen and (max-width: 768px) {
	.sec-cont .sec-cont__inner .sec-box {
		margin-top: 48px;
	}
}

.sec-cont .sec-cont__inner .sec-new {
	margin-top: 70px;
}

@media screen and (max-width: 768px) {
	.sec-cont .sec-cont__inner .sec-new {
		margin-top: 57px;
	}
}

.sec-cont .sec-cont__inner .sec-finish {
	margin-top: 70px;
}

@media screen and (max-width: 768px) {
	.sec-cont .sec-cont__inner .sec-finish {
		margin-top: 58px;
	}
}

.sec-cont .sec-cont__inner .item-box {
	margin: 30px -14px 0 -14px;
}

.sec-cont .sec-cont__inner .item-list {
	box-sizing: border-box;
	float: left;
	width: 308px;
	margin: 0 14px;
	-webkit-transition: all .25s linear;
	        transition: all .25s linear;
}

.sec-cont .sec-cont__inner .item-list.hover {
	opacity: .6;
}

.sec-cont .sec-cont__inner .item-list a {
	height: 100%;
	-webkit-transition: all .25s linear;
	        transition: all .25s linear;
}

.sec-cont .sec-cont__inner .charity {
	background-color: #edf2ee;
}

.sec-cont .sec-cont__inner .charity-inner {
	padding: 17px 20px 15px;
}

.sec-cont .sec-cont__inner .charity-item {
	display: inline-block;
	margin-right: 13px;
}

.sec-cont .sec-cont__inner .charity-item:last-child {
	margin-right: 0;
}

.sec-cont .sec-cont__inner .charity-item__hdg {
	color: #62b891;
	font-size: 12px;
	font-weight: bold;
}

.sec-cont .sec-cont__inner .charity-item__num {
	margin-top: 1px;
	font-size: 22px;
}

.sec-cont .sec-cont__inner .charity-item__num .unit {
	margin-left: 4px;
	font-size: 12px;
}

.sec-cont .sec-cont__inner .charity-item__num .unit-person {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.sec-cont .sec-cont__inner .sec-box .sec-box__hdg {
		font-size: 21px;
	}
}

@media screen and (max-width: 768px) and (max-width: 355px) {
	.sec-cont .sec-cont__inner .sec-box .sec-box__hdg {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.sec-cont .sec-cont__inner .sec-box .x-scroll {
		overflow: scroll;
		overflow-x: auto;

		-webkit-overflow-scrolling: touch;
	}
	.sec-cont .sec-cont__inner .sec-box .sec-cont__btn--sp {
		display: table;
		float: none;
		width: 100%;
		width: 290px;
		margin: 0 auto;
		margin-top: 25px;
		padding: 14px 0 13px;
		background-position: 97% center;
		text-align: center;
		font-size: 14px;
	}
	.sec-cont .item-box {
		width: 880px;
		margin: 35px 0 0 -15px;
	}
	.sec-cont .item-box .item-list {
		width: 270px;
		margin: 0 0 0 17px;
	}
	.sec-cont .item-box .item-list img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) and (max-width: 355px) {
	.sec-cont .item-box {
		width: 816px;
	}
	.sec-cont .item-box .item-list {
		width: 255px;
	}
}

@media screen and (max-width: 768px) {
	.sec-cont .sec-cont__btn {
		float: none !important;
	}
}
