@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Lato:400,900);
*/
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+SC:wght@400;700&display=swap');


html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
pre {
	margin: 0;
	font-size: 1em;
}

td,
th {
	padding: 0;
}

ul,
ol {
	padding-left: 0;
}

li {
	list-style-type: none;
}

dd {
	margin-left: 0;
}

img {
	vertical-align: bottom;
}

em {
	font-style: normal;
	font-weight: bold;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

h1,
h2,
h3,
h4,
p,
th,
td {
	word-wrap: break-word;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.2em;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input {
	line-height: 1.8;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:link {
	color: #002680;
	text-decoration: none;
}

a:visited {
	color: #002680;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #002680;
	text-decoration: none;
}

.over {
	transition: all .2s;
	opacity: 1;
}

.over:hover {
	opacity: 0.8;
}

body {
	font-size: 1.2em;
	background: url(/assets/images/pc/contents_bg01.jpg) center top repeat;
	background-size: 100px auto;
}

#site-wrapper {
	padding: 47px 0 0;
}

#site-header {
	width: 100%;
	height: 45px;
	padding: 2px 0 0;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff url(/assets/images/pc/site_header_bg_line01.jpg) center top repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#site-header h1 {
	width: 45px;
}

#site-header .btn-slide-menu {
	width: 22px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 15px;
}

#site-header .btn-slide-menu span {
	vertical-align: top;
	display: block;
	height: 3px;
	border-radius: 1px;
	background: #002680;
}

#site-header .btn-slide-menu span:nth-child(2) {
	margin: 4px 0;
}

#site-header .slide-menu {
	display: none;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	left: 0;
	top: 47px;
}

#site-header .slide-menu li {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	border-bottom: 1px solid #002680;
}

#site-header .slide-menu li ul {
	display: none;
}

#site-header .slide-menu li ul li {
	border: none;
}

#site-header .slide-menu li a {
	display: block;
	padding: 15px 9.375% 15px 4.687%;
	position: relative;
}

#site-header .slide-menu li a .icon-a {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/assets/images/sp/icon_arrow01.png) 0 0 no-repeat;
	background-size: 14px auto;
	margin: -7px 0 0 0;
	position: absolute;
	right: 4.687%;
	top: 50%;
}

#site-header.js-open .btn-slide-menu span {
	display: none;
}

#site-header.js-open .btn-slide-menu:after {
	content: '';
	width: 22px;
	height: 3px;
	background: #002680;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#site-header.js-open .btn-slide-menu:before {
	content: '';
	width: 22px;
	height: 3px;
	background: #002680;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#site-header.js-open .slide-menu {
	display: block;
}

#site-header.js-open .slide-menu .active ul {
	display: block;
}

#site-header.js-open .slide-menu ul {
	border-top: 1px solid #cbd3e5;
}

#site-header.js-open .slide-menu ul li {
	border-bottom: 1px solid #cbd3e5;
}

#site-header.js-open .slide-menu ul li:last-child {
	border: none;
}

#site-header.js-open .slide-menu ul li a {
	padding-left: 9.375%;
	position: relative;
}

#site-header.js-open .slide-menu ul li a .icon-a {
	display: inline-block;
	width: 4px;
	height: 6px;
	background: url(/assets/images/sp/icon_arrow02.png) 0 0 no-repeat;
	background-size: 4px auto;
	margin: -3px 0 0 0;
	position: absolute;
	right: 6%;
	top: 50%;
}

#site-footer {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	color: #ffffff;
	background: #5e5e5e;
	padding: 17px 4.687%;
}

#site-footer .js-sns {
	text-align: center;
	margin: 0 0 20px;
}

#site-footer .js-sns li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	position: relative;
}

#site-footer .js-sns li:before {
	content: "・";
	font-size: 10px;
	font-size: 1rem;
	color: #ffffff;
	margin: -.7em 0 0;
	position: absolute;
	left: 0;
	top: 50%;
}

#site-footer .js-sns li:first-child {
	padding: 0 0 0 10px;
}

#site-footer .js-sns li:first-child:before {
	content: "";
}

#site-footer .js-sns li img {
	vertical-align: middle;
}

#site-footer .lang-list {
	text-align: center;
}

#site-footer .lang-list li {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}

#site-footer .lang-list li:nth-child(1) {
	position: relative;
}

#site-footer .lang-list li:nth-child(1):after {
	content: "｜";
	position: absolute;
	right: -10px;
}

#site-footer .lang-list li a {
	display: inline-block;
	color: #ffffff;
	padding: 0 22px 10px;
}

#site-footer p {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

#site-contents {
	margin: 0 0 30px;
	padding: 20px 4.687%;
}

#site-contents.bg-type-a {
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
}

.main-visual {
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.main-visual .bx-wrapper .bxslider li {
	display: block;
}

.main-visual .bxslider li {
	display: inline-block;
}

.main-visual .prev {
	margin: -22px 0 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99;
}

.main-visual .next {
	margin: -22px 0 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 99;
}

.main-visual .controller ul {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55%;
	z-index: 99;
}

.main-visual .controller ul li {
	display: inline-block;
}

.main-visual .controller.type-a li a {
	display: block;
	width: 14px;
	height: 14px;
	background: url(/assets/images/sp/controller_icon.png) center center no-repeat;
}

.main-visual .controller.type-a li a.active {
	background-image: url(/assets/images/sp/controller_icon_on.png);
}

.main-visual.under-layer-a .controller ul {
	top: auto;
	bottom: 0;
}

.main-visual.under-layer-a .prev {
	top: 70%;
}

.main-visual.under-layer-a .next {
	top: 70%;
}

.entry-list-a .entry-block {
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
	margin: 0 0 20px;
}

.entry-list-a .entry-block a {
	display: block;
	padding: 4px 1.379% 30px;
}

.entry-list-a .pic {
	text-align: center;
}

.entry-list-a .tag {
	width: 165px;
	margin: 0 0 16px;
}

.entry-list-a .tag img {
	vertical-align: top;
}

.entry-list-a .title {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 30px;
	padding: 0 5.673%;
}

.entry-list-a .lead {
	padding: 0 5.673%;
}

.bnr-list-a {
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
	padding: 15px 5.172%;
}

.bnr-list-a dt {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 9px;
	font-size: 0.9rem;
	text-align: center;
	margin: 0 0 20px;
}

.bnr-list-a dt:nth-child(1) {
	display: none;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	font-size: 2rem;
	color: #595959;
	text-align: center;
	margin: 0 0 10px;
	position: relative;
}

.bnr-list-a dt:nth-child(1):before {
	content: '';
	width: 15px;
	height: 2px;
	background: #595959;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.bnr-list-a dt:nth-of-type(2),
.bnr-list-a dt:nth-of-type(3) {
	border-top: 1px solid #dbdbdb;
	margin: 15px 0 20px;
	padding: 10px 0 0;
}

.bnr-list-a dd ul {
	text-align: center;
}

.bnr-list-a dd ul li {
	display: inline-block;
	margin: 0 5%;
}

.bnr-list-a dd ul li img {
	vertical-align: middle;
}

.bnr-list-b {
	margin: 0 0 50px;
}

.bnr-list-b dt {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 23px;
	font-size: 2.3rem;
	color: #595959;
	text-align: center;
	margin: 0 0 30px;
	position: relative;
}

.bnr-list-b dt:before {
	content: '';
	width: 15px;
	height: 2px;
	background: #595959;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.bnr-list-b dd ul {
	text-align: center;
}

.bnr-list-b dd ul li {
	margin: 0 0 30px;
}

.bnr-list-b dd ul li a {
	color: #333333;
}

.bnr-list-b dd ul li img {
	margin: 0 0 15px;
}

.txt-format-a {
	padding: 0 0 30px;
}

.txt-format-a h1 {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 25px;
}

.txt-format-a h2 {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 25px;
	line-height: 1.5;
}

.txt-format-a p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 30px;
}

.txt-format-a p:last-child {
	margin: 0;
}

.txt-format-a.color-a h1,
.txt-format-a.color-a h2 {
	color: #ff3345;
}

.txt-format-a.color-b h1,
.txt-format-a.color-b h2 {
	color: #ffae00;
}

.txt-format-a.color-c h1,
.txt-format-a.color-c h2 {
	color: #3eb370;
}

.txt-format-a.color-d h1,
.txt-format-a.color-d h2 {
	color: #8549b1;
}

.box-format-a {
	margin: 0 0 45px;
	overflow: hidden;
}

.box-format-a h1 {
	font-size: 15px;
	font-size: 1.5rem;
}

.box-format-a .pic {
	margin: 0 0 30px;
}

.box-format-a .txt p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}

.box-format-b {
	margin: 0 0 45px;
	overflow: hidden;
}

.box-format-b h1 {
	font-size: 15px;
	font-size: 1.5rem;
}

.box-format-b .unique-pic-a {
	position: relative;
}

.box-format-b .unique-pic-a img {
	position: absolute;
	left: 21em;
}

.box-format-b .txt p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}

.box-format-b .txt p:last-child {
	margin: 0 0 30px;
}

.box-format-b.unique-a .txt {
	display: table;
}

.box-format-b.unique-a .txt p,
.box-format-b.unique-a .txt a {
	display: table-cell;
	vertical-align: top;
}

.box-format-b.unique-a .txt p {
	width: 70%;
}

.box-format-b.unique-a .txt a {
	width: 30%;
	text-align: right;
}

.title-format-a {
	display: table;
	margin: 0 0 30px;
}

.title-format-a > div {
	display: table-cell;
	vertical-align: middle;
}

.title-format-a h1 {
	margin: 0;
	line-height: 1.2;
}

.title-format-a .title-format-inner-b {
	padding: 0 0 0 15px;
}

.title-format-a .label {
	margin: 0;
}

.sub-contents-format-a {
	background: url(/assets/images/sp/bg_dot01.gif) 0 0 repeat-x;
	background-size: 4px auto;
	margin: 0 -5.1%;
	padding: 45px 0 0;
}

.sub-contents-format-a dt {
	text-align: center;
	margin: 0 0 20px;
}

.sub-contents-format-a dd {
	padding: 0 0 25px;
}

.sub-contents-format-a dd:last-child {
	padding: 0;
}

.sub-contents-format-a .list-a li {
	margin: 0 0 50px;
}

.sub-contents-format-a .list-a img {
	margin: 0 0 10px;
}

.sub-contents-format-a .list-a p {
	font-size: 12px;
	font-size: 1.2rem;
}

.sub-contents-format-a .list-a p img {
	margin: 0;
}

.sub-contents-format-a .inner-box-a {
	padding: 0 4.687%;
}

.title-format-c {
	margin: 20px 0;
	display: table;
	min-height: 50px;
}

.title-format-c__text {
	color: #3eb370;
	font-weight: bold;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}

.title-format-c:before {
	content: '';
	display: table-cell;
	border-left: 5px solid #3eb370;
	padding-left: 20px;
	vertical-align: middle;
}

.label {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	line-height: 30px;
	padding: 0 12px;
}

.label.label-unique-a {
	box-sizing: border-box;
	min-width: 70px;
	height: 70px;
	font-size: 8px;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0 5px;
}

.label.label-unique-a.is-2 {
	line-height: 1.2;
	vertical-align: middle;
	display: table-cell;
}

.label.label-unique-a span {
	font-size: 25px;
	font-size: 2.5rem;
}

.label.label-unique-b {
	box-sizing: border-box;
	min-width: 70px;
	height: 70px;
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 10px 5px 5px;
}

.label.label-unique-b span {
	font-size: 25px;
	font-size: 2.5rem;
}

.label.label-a {
	color: #ffffff;
	background: #ff3345;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.label.label-b {
	color: #ffffff;
	background: #ffae00;
}

.label.label-c {
	color: #ffffff;
	background: #3eb370;
}

.label.label-d {
	color: #ffffff;
	background: #3eb370;
}

.label.label-e {
	color: #ffffff;
	background: #8549b1;
}

.label.label-e.label-unique-b {
	line-height: 1;
}

.btn {
	display: inline-block;
}

.btn.btn-a {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ff3345;
	line-height: 39px;
	border: 2px solid #ff3345;
	padding: 0 15px;
}

.btn.btn-a.is-2 {
	border: 2px solid #3eb370;
	color: #3eb370;
}

.btn.btn-b {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 58px;
	background: #002680;
	padding: 0 77px;
	white-space: nowrap;
}

.btn.btn-b.is-2 {
	width: 100%;
	padding: 0;
	text-align: center;
}

.btn.btn-b.is-2 .icon {
	float: none;
}

.btn.btn-c {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ffae00;
	line-height: 39px;
	border: 2px solid #ffae00;
	padding: 0 15px;
}

.icon {
	margin: 0 10px 0 0;
	float: left;
}

.icon img {
	vertical-align: baseline;
}

.icon.icon-download {
	margin: 0 0 0 10px;
	float: right;
}

.icon.icon-blank {
	float: none;
	margin: 0;
}

.icon.icon-blank img {
	vertical-align: 0;
	margin: 0 0 0 10px;
}

.table-a {
	display: table;
	width: 100%;
}

.table-a .table-cell {
	display: table-cell;
	line-height: 1.4;
	vertical-align: middle;
}

.list-a {
	text-align: center;
}

.list-a li {
	margin: 0 10px;
}

.list-b li {
	display: table;
	width: 100%;
	margin: 0 0 35px;
}

.list-b li > div {
	vertical-align: top;
}

.list-b li .txt {
	box-sizing: border-box;
	width: 60%;
	display: table-cell;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 5% 0 0;
}

.list-b li .txt p:first-child {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 30px;
}

.list-b li .txt p.color-a {
	color: #ff3345;
}

.list-b li .txt p.color-a strong {
	font-style: italic;
}

.list-b li .pic {
	display: table-cell;
	width: 40%;
	text-align: right;
}

.list-c {
	letter-spacing: -.4em;
}

.list-c li {
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: normal;
	width: 33.1%;
	margin: 0 0 4px;
	padding: 0 0 0 1%;
}

.list-d li {
	text-indent: -.75em;
	padding: 0 0 0 .75em;
}

.btn-page-top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 47px;
}

.pdf {
	text-align: center;
	padding: 10px 0;
}

.pdf .pdf-title {
	font-weight: bold;
}

.fs9 {
	font-size: 9px;
	font-size: 0.9rem;
}

.fs10 {
	font-size: 10px;
	font-size: 1rem;
}

.fs12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.fs14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.fs15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.fs16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.fs18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.fs19 {
	font-size: 19px;
	font-size: 1.9rem;
}

.fs20 {
	font-size: 20px;
	font-size: 2rem;
}

.fs22 {
	font-size: 22px;
	font-size: 2.2rem;
}

.fs24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.lh-a {
	line-height: 1.4;
}

.lh-b {
	line-height: 1.2;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.txt-l {
	text-align: left;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.txt-color-a {
	color: #ff3345;
}

.txt-color-b {
	color: #ffae00;
}

/*.cf {
	*zoom: 1;
}*/

.cf:after {
	content: "";
	display: table;
	clear: both;
}

.mt0 {
	margin-top: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

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

.ml0 {
	margin-left: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pr85 {
	padding-right: 85px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pl85 {
	padding-left: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pr95 {
	padding-right: 95px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pl95 {
	padding-left: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.report2020_sp#site-contents {
	padding: 0;
	background-color: #fff;
}

.report2020_sp .site-1column {
	width: 94%;
	margin: 0 auto;
}

.report2020_sp .site-1column.dotted {
	border-bottom: 3px dotted #e5e5e5;
}

.report2020_sp p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

.report2020_sp .topView {
	background-image: url(https://playtrue2020-sp4t.jp/assets/images/pc/topView_bg.png);
	height: 200px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding: 0 3%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	/*background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;*/
}

.report2020_sp .topView .seminarLogo {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 50%;
}

.report2020_sp .topView .h2_report2020 {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 50%;
}

.report2020_sp .topView .subLogoBox {
	display: flex;
	justify-content: flex-end;
	width: 60%;
	margin: 0 0 0 auto;
	padding-top: 10px;
}

.report2020_sp .topView .subLogoBox .logoadjust {
	transform: translateY(-4px);
}

.report2020_sp .topView .subLogoBox .logoImg:not(:last-of-type) {
	margin-right: 10px;
}

.report2020_sp .topViewTxt {
	padding-top: 15px;
}

.report2020_sp .btnThreeBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

.report2020_sp .btnThreeBox .singleBtn {
	margin-bottom: 20px;
}

.report2020_sp .btnThreeBox .singleBtn:nth-child(3n) {
	margin-bottom: 0;
}

.report2020_sp .btnThreeBox .singleBtn a {
	display: inline-block;
	background-color: #002680;
	color: #fff;
	font-size: 14px;
	height: 55px;
	width: 300px;
	justify-content: center;
	display: flex;
	align-items: center;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
}

.report2020_sp .btnThreeBox .singleBtn a:after {
	content: "";
	display: inline-block;
	top: calc(50% - 10px);
	right: 50px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 10px;
}

.report2020_sp .h3_report2020 {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding-top: 20px;
	color: #002680;
}

.report2020_sp .h4_report2020 {
	border-bottom: 2px solid #ff3345;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 30px;
}

.report2020_sp .h4_report2020 span {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 13px 10px 8px;
	background-color: #ff3345;
	line-height: 1;
}

.report2020_sp .h5_report2020 {
	color: #ff3345;
	font-size: 16px;
	font-size: 16px;
	margin-top: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
}

.report2020_sp .photTxt {
	margin-top: 20px;
}

.report2020_sp .detailBtn {
	text-align: center;
	margin-top: 30px;
}

.report2020_sp .detailBtn a {
	margin: 0 auto;
	display: inline-block;
	font-size: 14px;
	background-color: #002680;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 270px;
	padding: 15px 0;
	transition: all .3s;
}

.report2020_sp .detailBtn a:hover {
	opacity: 0.7;
}

.report2020_sp .bx-wrapper {
	padding: 0 40px;
}

.report2020_sp .bx-controls {
	display: none !important;
}

.report2020_sp .report2020_slickBox {
	position: relative;
	margin-top: 30px;
}

.report2020_sp .report2020_slickBox .prev {
	position: absolute;
	top: calc(42% - 15px);
	left: -2%;
}

.report2020_sp .report2020_slickBox .next {
	position: absolute;
	top: calc(42% - 15px);
	right: -2%;
}

.report2020_sp .report2020_slickBox .report2020_slick .report2020_slickItem {
	display: flex;
	flex-wrap: wrap;
}

.report2020_sp .report2020_slickBox .report2020_slick .report2020_slickItem .left {
	max-width: 100%;
}

.report2020_sp .report2020_slickBox .report2020_slick .report2020_slickItem .left img {
	max-width: 100%;
}

.report2020_sp .report2020_slickBox .report2020_slick .report2020_slickItem .right {
	max-width: 100%;
	padding-top: 10px;
}

.report2020_sp .report2020_slickBox .report2020_slick .report2020_slickItem .right .rightNen {
	color: #ff3345;
	font-weight: bold;
	font-size: 16px;
}

.report2020_sp .report2020_slickBox .report2020_slick .report2020_slickItem .right .rightLink {
	text-align: right;
	text-decoration: underline;
}

.report2020_sp .galleyBox {
	width: 91%;
	margin: 0 auto;
}

.report2020_sp .galleyBox .sub-contents-format-a {
	background: none;
}

.report2020_sp .galleyBox .list-c {
	margin-top: 30px;
	display: none;
}

.report2020_sp .galleyBox .list-a {
	margin-top: 30px;
	display: none;
}

.report2020_sp .galleyBox .list-a img {
	max-width: 80%;
}

.report2020_sp .galleyBox .show {
	display: block;
}

.report2020_sp .galleyBox .show_sp {
	display: flex;
	flex-wrap: wrap;
}

.report2020_sp .galleyBox .show_sp li {
	flex-basis: 49%;
}

.report2020_sp .galleyBox .show_sp li p a {
	padding: 10px 20px 10px;
	margin-top: 5px;
	line-height: 1.3;
	font-size: 14px;
}

.report2020_sp .galleyBox .show_sp li p a span {
	margin-left: 5px;
}

.report2020_sp .galleyBox .changeWrap {
	display: flex;
	flex-wrap: wrap;
}

.report2020_sp .galleyBox .changeWrap .changeItem {
	margin-right: 2%;
	background-color: #ff3345;
	flex-basis: 49%;
	background-color: #fff;
	color: #ff3345;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
	border: 2px solid #ff3345;
	margin-bottom: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.report2020_sp .galleyBox .changeWrap .changeItem:nth-child(2n) {
	margin-right: 0;
}

.report2020_sp .galleyBox .changeWrap .changeItem.active {
	background-color: #ff3345;
	color: #fff;
	border: 2px solid #ff3345;
}

.report2020_sp .galleyBox .changeWrap .changeItem.active a {
	color: #fff;
}

.report2020_sp .galleyBox .changeWrap .changeItem a {
	display: block;
	color: #ff3345;
}

.report2020_sp .photThumsBox {
	margin-top: 20px;
}

.report2020voice_sp {
	background-color: #fff;
}

.report2020voice_sp .btnThreeBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

.report2020voice_sp .btnThreeBox .singleBtn {
	margin-bottom: 20px;
}

.report2020voice_sp .btnThreeBox .singleBtn:nth-child(3n) {
	margin-bottom: 0;
}

.report2020voice_sp .btnThreeBox .singleBtn a {
	display: inline-block;
	background-color: #002680;
	color: #fff;
	font-size: 14px;
	height: 55px;
	width: 300px;
	justify-content: center;
	display: flex;
	align-items: center;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
}

.report2020voice_sp .btnThreeBox .singleBtn a:after {
	content: "";
	display: inline-block;
	top: calc(50% - 10px);
	right: 50px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 10px;
}

.report2020voice_sp#site-contents {
	padding: 20px 0;
}

.report2020voice_sp .site-1column {
	padding-bottom: 30px !important;
}

.report2020voice_sp p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

.report2020voice_sp .topTxt {
	margin-top: 20px;
	padding: 0 3%;
}

.report2020voice_sp .topView {
	margin-top: 20px;
}

.report2020voice_sp .voice_h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	padding-top: 30px;
	color: #002680;
	line-height: 1.4;
	padding: 0 3%;
}

.report2020voice_sp .voice_h3 {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ff3345;
}

.report2020voice_sp .voice_h3:before {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background-color: #ff3345;
	left: 0;
	top: 7px;
}

.report2020voice_sp .leftPhot {
	background-color: #f5f5f5;
	padding: 5% 3%;
}

.report2020voice_sp .leftPhot .contWrap {
	padding-top: 15px;
	display: flex;
}

.report2020voice_sp .leftPhot .contWrap .imgInP {
	overflow: hidden;
}

.report2020voice_sp .leftPhot .contWrap .imgInP img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.report2020voice_sp .rightPhot {
	padding: 5% 3%;
}

.report2020voice_sp .rightPhot .contWrap {
	padding-top: 15px;
	display: flex;
}

.report2020voice_sp .rightPhot .contWrap .imgInP {
	overflow: hidden;
}

.report2020voice_sp .rightPhot .contWrap .imgInP img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 5%;
}

.report2020voice_sp .voiceReturn_btn {
	margin-top: 50px;
	text-align: center;
}

.report2020voice_sp .voiceReturn_btn a {
	position: relative;
	padding: 15px 0;
	width: 290px;
	display: inline-block;
	background-color: #002680;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	transition: all .3s;
}

.report2020voice_sp .voiceReturn_btn a:hover {
	opacity: 0.7;
}

.report2020voice_sp .voiceReturn_btn a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: calc(50% - 6px);
	left: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.report2020voice_sp .scrollAbtnBox {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 40px;
	width: 94%;
}

.report2020voice_sp .scrollAbtnBox .scrollAbtn {
	width: 100%;
}

.report2020voice_sp .scrollAbtnBox .scrollAbtn:not(:last-child) {
	margin-bottom: 10px;
}

.report2020voice_sp .scrollAbtnBox .scrollAbtn a {
	background-color: #fff;
	color: #019a3b;
	font-weight: bold;
	border: 2px solid #019a3b;
	font-size: 16px;
	height: 50px;
	justify-content: center;
	display: flex;
	align-items: center;
	line-height: 1.3;
	transition: all .3s;
	padding: 5px 35px 5px 15px;
	position: relative;
}

.report2020voice_sp .scrollAbtnBox .scrollAbtn a:after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 50px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #019a3b;
	border-bottom: 2px solid #019a3b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
	right: 15px;
}


.report2020theme_sp {
	background-color: #fff;
}

.report2020theme_sp .btnThreeBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

.report2020theme_sp .btnThreeBox .singleBtn {
	margin-bottom: 20px;
}

.report2020theme_sp .btnThreeBox .singleBtn:nth-child(3n) {
	margin-bottom: 0;
}

.report2020theme_sp .btnThreeBox .singleBtn a {
	display: inline-block;
	background-color: #002680;
	color: #fff;
	font-size: 14px;
	height: 55px;
	width: 300px;
	justify-content: center;
	display: flex;
	align-items: center;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
}

.report2020theme_sp .btnThreeBox .singleBtn a:after {
	content: "";
	display: inline-block;
	top: calc(50% - 10px);
	right: 50px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 10px;
}

.report2020theme_sp#site-contents {
	padding: 20px 3%;
}

.report2020theme_sp .theme_h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	padding-top: 10px;
	color: #002680;
}

.report2020theme_sp .topTxt {
	margin-top: 20px;
}

.report2020theme_sp .site-1column {
	padding-bottom: 30px !important;
}

.report2020theme_sp p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

.report2020theme_sp .themeWrap {
	margin-top: 20px;
	overflow: scroll;
}

.report2020theme_sp .themeWrap .alignL {
	text-align: left !important;
}

.report2020theme_sp .themeWrap .themeTit {
	background-color: #ff3345;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.report2020theme_sp .themeWrap .itemTxt {
	font-weight: bold;
	font-size: 14px;
}

.report2020theme_sp .themeWrap .itemTxt td {
	padding: 15px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.report2020theme_sp .themeWrap .itemTxt td a {
	transition: all .3s;
	color: #0f3482;
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
}

.report2020theme_sp .themeWrap .itemTxt td a:hover {
	opacity: 0.7;
}

.report2020theme_sp .themeWrap table,
.report2020theme_sp .themeWrap td,
.report2020theme_sp .themeWrap th {
	border: 1px solid #ff3345;
	border-collapse: collapse;
	width: 100%;
}

.report2020theme_sp .themeWrap td,
.report2020theme_sp .themeWrap th {
	padding: 5px;
	width: 30px;
	height: 25px;
}

.report2020theme_sp .themeWrap th {
	background: #f0e6cc;
}

.report2020theme_sp .themeWrap .even {
	background: #fbf8f0;
}

.report2020theme_sp .themeWrap .odd {
	background: #fefcf9;
}

.report2020theme_sp .themeReturn_btn {
	margin-top: 50px;
	text-align: center;
}

.report2020theme_sp .themeReturn_btn a {
	position: relative;
	padding: 15px 0;
	width: 290px;
	display: inline-block;
	background-color: #002680;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	transition: all .3s;
}

.report2020theme_sp .themeReturn_btn a:hover {
	opacity: 0.7;
}

.report2020theme_sp .themeReturn_btn a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: calc(50% - 6px);
	left: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --------------- add 20210203 --------------------- */

.btn.btn-c.btn-blue {
	color: #00acd0;
	border: 4px solid #00acd0;
}

.txt-color-slideBlue {
	color: #00acd0;
}

.red {
	color: #d90002;
}

/* --------------- add 20210615 --------------------- */

.educationBtn {
	margin-top: 30px;
}

.education_w100 {
	width:100% !important;
	max-width: none !important;
}

.educationBtn a {
	max-width: 230px;
	width: 100%;
	min-height: 65px;
      background-image: url(https://playtrue2020-sp4t.jp/assets/images/pc/education_btn_bg.jpg);
	background-size: cover;
	background-position: 0 top;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin: 0 auto;
}

.educationBtn a span {
	color: #002680;
	background:rgba(255,255,255,0.8);
	padding: 5px 15px;
	font-weight: bold;
	font-size: 14px;
}
/* --------------- add 20230224 --------------------- */
.col2 {
	width: 100%;
	margin-bottom: 30px;
}

.col-pic {
	width: 100%;
}

.col-txt {
	width: 100%;
	margin-top: 20px;
}

.label.label-blue {
    color: #ffffff;
    background: #3352ff;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*label.label-unique-a の代わり*/
.label-unique-day {
	box-sizing: border-box;
    width: 80px;
    height: 80px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 10px 10px;
}

.label-unique-day span {
	font-size: 15px;
	line-height: 1.2;
}

.title {
	color: #000000 !important;
	font-size: 20px !important;
    margin: 5px 0 0 !important;
	text-align: center !important;
}

.title-blue {
	color: #0172be !important;
	font-size: 20px !important;
    margin: 5px 0 0 !important;
	text-align: center !important;
}

.title-blue2 {
	color: #0172be !important;
	font-size: 15px !important;
    margin: 5px 0 0 !important;
	text-align: center !important;
}


.title-purple {
	color: #b0208f !important;
	font-size: 20px !important;
    margin: 5px 0 0 !important;
	text-align: center !important;
}

.title-purple2 {
	color: #b0208f !important;
	font-size: 15px !important;
    margin: 5px 0 0 !important;
	text-align: center !important;
}

.basic_list {
    padding-bottom: 0;
	margin-top: 10px;
	word-break: break-all;
  }
.basic_list li {
    line-height: normal;
    padding: 0 0 0 14px;
    text-indent: -14px;
  }
.basic_list li:before {
    content: "●";
    font-size: 8px;
    color: #ff3345;
    padding-right: 5px;
    position: relative;
    top: -1px;
  }

.basic_list li ul {
    padding: 5px 0 0 0;
  }

/* --------------- add 20240318 --------------------- */
.youtube_wrap{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
 
.youtube_wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}