@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	color: #333;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg a {
	color: #0071bc;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .imgOver02 a {
	position: relative;
	display:  block;
}

#ct_bg .imgOver02 a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	transition: all .3s;
}

#ct_bg .imgOver02 a:hover:after {
	background-color: rgba(255,255,255, .6);
}

#ct_bg .imgOver02 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .bgColor01 {
	background-color: rgba(255, 215, 13, .7);
}

#ct_bg .reportArea01 {
	display: none;
}

.reportArea01 > .title01 {
	margin-top: 50px;
	padding-bottom: 20px;
	border-bottom: #0052a4 solid 4px;
	text-align: center;
}

.reportArea01 > .title01 img {
	width: 335px;
}

.reportArea01 > .text01 {
	margin-top: 36px;
	text-align: center;
}

.reportArea01 > .text01 img {
	width: 394px;
}

.reportArea01 > .text02 {
	margin-top: 30px;
	color: #442e0b;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	text-align: center;
}

@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#ct_bg a {
	text-decoration: underline;
}
#ct_bg a:hover {
	text-decoration: none;
}
#header {
	border-bottom: #ccc solid 1px;
}
#ct_bg img {
	width: 100%;
	height: auto;
}

#ct_bg .imgOver01 a:hover img {
	opacity: 1.0;
}

#ct_bg .imgOver02 a:after {
	content: normal;
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

#footerIn .pageTop {
	display: block;
	top: -32px;
	right: 50%;
	margin-right: -75px;
	width: 150px;
	height: 32px;
}

#footerIn .pageTop a {
	display: block;
	width: 150px;
	height: 32px;
	background: url(../img/btn_kyouyu01.png) no-repeat left top;
	background-size: 100%;
}

.reportArea01 > .title01 {
	margin-top: 40px;
	padding-bottom: 14px;
	border-bottom: #0052a4 solid 3px;
}

.reportArea01 > .title01 img {
	width: 86%;
}

.reportArea01 > .text01 {
	margin-top: 20px;
}

.reportArea01 > .text01 img {
	width: 94%;
}

.reportArea01 > .text02 {
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	font-size: 1.4rem;
}

}

/* header
*****************************************/
#ct_bg .header01 {
	background: url(../../img/bg_index01_pc.png) no-repeat center bottom, url(../img/bg_kyouyu01.png) repeat left top;
	background-size: 100% auto, auto;
}

#ct_bg .header01 > .inner01 {
	margin:  0 auto;
	padding: 70px 0;
	width: 1000px;
}

#ct_bg .header01 > .inner01 > .button01 {
	margin: -39px auto 0;
	width: 284px;
}

#ct_bg .header02 {
	background: url(../img/bg_kyouyu01.png) repeat left top;
}

#ct_bg .header02 > .inner01 {
	position: relative;
	margin:  0 auto;
	padding: 12px 0 14px;
	width: 960px;
}

#ct_bg .header02 > .inner01:after {
	position: absolute;
	bottom: -52px;
	left: -82px;
	content: "";
	width: 388px;
	height: 128px;
	background: url(../img/bg_kyouyu13_pc.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .header02 > .inner01 > .text01 {
	position: relative;
	z-index: 2;
	margin-left: 14px;
}

#ct_bg .header02 > .inner01 > .logo01 {
	position: relative;
	z-index: 2;
	margin: 6px 0 0 1px;
	width: 226px;
}

#ct_bg .header02 > .inner01 > .button01 {
	display: none;
}

#ct_bg .localNavi01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin: 0 auto;
	width: 1000px;
}

#ct_bg .localNavi01 > li {
	margin-left: 20px;
	width: 230px;
}
#ct_bg .localNavi01 > li:first-child {
	margin-left: 0;
}
#ct_bg .localNavi01 > li > .text01 {
	margin: 10px auto 0;
	width: 70%;
	background-color: #fff;
	border: 2px solid #e6e6e6;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
}

#ct_bg .localNavi02 {
	position: absolute;
	top: 30px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .localNavi02 > li {
	margin-left: 8px;
	width: 137px;
	height: 111px;
}
#ct_bg .localNavi02 > li:first-child {
	margin-left: 0;
}

#ct_bg .localNavi02 > li > a {
	display: block;
	height: 111px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: no-repeat left top;
}
#ct_bg .localNavi02 > li.current > a,
#ct_bg .localNavi02 > li > a:hover{
	background-position: right top;
}

#ct_bg .localNavi02 > li.navi01 > a {
	background-image: url(../img/navi_kyouyu01_pc.png);
}
#ct_bg .localNavi02 > li.navi02 > a {
	background-image: url(../img/navi_kyouyu02_pc.png);
}
#ct_bg .localNavi02 > li.navi03 > a {
	background-image: url(../img/navi_kyouyu03_pc.png);
}
#ct_bg .localNavi02 > li.navi04 > a {
	background-image: url(../img/navi_kyouyu04_pc.png);
}
#ct_bg .localNavi02 > li.navi05 > a {
	background-image: url(../img/navi_kyouyu05_pc.png);
}

#ct_bg .localNavi03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 630px;
    margin: 0 auto;
	margin-top: 30px;
}

#ct_bg .localNavi03 > li {
	margin: 10px 5px 0;
}

#ct_bg .localNavi03 > li > a {
	position: relative;
	display: block;
	padding: 5px 26px 3px 14px;
	border: #49b8a9 solid 2px;
	border-radius: 5px;
	background-color: #49b8a9;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}

#ct_bg .localNavi03 > li.current > a,
#ct_bg .localNavi03 > li > a:hover {
	background-color: #fff;
	color: #49b8a9;
}

#ct_bg .localNavi03 > li > a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
	z-index: 5;
}

#ct_bg .localNavi03 > li.current > a:after,
#ct_bg .localNavi03 > li > a:hover:after {
	border-color: #49b8a9;
}

@media screen and (max-width: 639px) {
#ct_bg .header01 {
	background: url(../../img/bg_index01_sp.png) no-repeat center top, url(../img/bg_kyouyu01.png) repeat left top;
	background-size: 100%, 345px;
}

#ct_bg .header01 > .inner01 {
	margin:  0 auto;
	padding: 30px 10px 40px;
	width: 100%;
}

#ct_bg .header01 > .inner01 > .button01 {
	margin-top: 13px;
	width: 55%;
}

#ct_bg .header02 {
	background-size: 345px;
}

#ct_bg .header02 > .inner01 {
	padding: 14px 10px 20px;
	width: 100%;
}

#ct_bg .header02 > .inner01:after {
	top: 70px;
	bottom: auto;
	left: 0;
	padding-top: 43.9%;
	width: 100%;
	height: 0;
	background: url(../img/bg_kyouyu13_sp.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .header02 > .inner01 > .text01 {
	margin: 0 auto;
	max-width: 284px;
}

#ct_bg .header02 > .inner01 > .logo01 {
	margin: 7px 0 0 0;
	width: 180px;
}

#ct_bg .header02 > .inner01 > .button01 {
	display: block;
	position: absolute;
	z-index: 10;
	top: 49px;
	right: 10px;
	width: 77px;
	height: 67px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/btn_kyouyu01_no.png) no-repeat left top;
	background-size: 100%;
	cursor: pointer;
}

#ct_bg .header02.active > .inner01 > .button01 {
	background-image: url(../img/btn_kyouyu01_on.png);
}
	
#ct_bg .localNavi01 {
	padding: 0 15px;
	width: 100%;
}

#ct_bg .localNavi01 > li {
	margin-left: 0;
	width: 48%;
}

#ct_bg .headArea01 {
	overflow: hidden;
	margin-top: 10px;
	max-height: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .active .headArea01 {
	max-height: 350px;
}

#ct_bg .localNavi02 {
	position: relative;
	z-index: 10;
	top: 0;
	padding: 5px 15px 15px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 1px 2px 2px 0 rgba(122, 171, 204, .4);
}

#ct_bg .localNavi02 > li {
	position: relative;
	margin: 10px 0 0;
	padding-top: 10px;
	width: 100%;
	height: 40px;
}
#ct_bg .localNavi02 > li:first-child {
	margin-top: 0;
}

#ct_bg .localNavi02 > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: url(../img/bg_kyouyu14.png) repeat-x left top;
	background-size: 8px;
}

#ct_bg .localNavi02 > li:first-child:before {
	content: normal;
}

#ct_bg .localNavi02 > li > a {
	height: 30px;
	background-size: auto 100%;
}
#ct_bg .localNavi02 > li.current > a,
#ct_bg .localNavi02 > li > a:hover{
	background-position: left top;
}

#ct_bg .localNavi02 > li.navi01 > a {
	background-image: url(../img/navi_kyouyu01_sp.png);
}
#ct_bg .localNavi02 > li.navi02 > a {
	background-image: url(../img/navi_kyouyu02_sp.png);
}
#ct_bg .localNavi02 > li.navi03 > a {
	background-image: url(../img/navi_kyouyu03_sp.png);
}
#ct_bg .localNavi02 > li.navi04 > a {
	background-image: url(../img/navi_kyouyu04_sp.png);
}
#ct_bg .localNavi02 > li.navi05 > a {
	background-image: url(../img/navi_kyouyu05_sp.png);
}

#ct_bg .localNavi03 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 8px;
}

#ct_bg .localNavi03 > li {
	margin: 8px 0 0;
	width: 48.6%;
}

#ct_bg .localNavi03 > li > a {
	padding: 5px 10px 5px 0;
	font-size: 1.6rem;
}

#ct_bg .localNavi03 > li > a:hover {
	background-color: #49b8a9;
	color: #fff;
}

#ct_bg .localNavi03 > li > a:after {
	right: 20px;
}

#ct_bg .localNavi03 > li > a:hover:after {
	border-color: #fff;
}

}

/* footer
*****************************************/
#ct_bg .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .snsBtn01 > li {
	margin-left: 10px;
}

#ct_bg .snsBtn01 > li:first-child {
	margin-left: 0;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .footer01 {
	margin-top: 30px;
	padding: 20px 0;
	background: url(../img/bg_kyouyu03.png) repeat left top;
	background-size: 12px;
}

#ct_bg .footer01 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}

#ct_bg .bnrList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ct_bg .bnrList01 > li {
	margin-left: 10px;
	width: 160px;
}

#ct_bg .bnrList01 > li:first-child {
	margin-left: 0;
}


@media screen and (max-width: 639px) {
#ct_bg .snsBtn01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
}

#ct_bg .footer01 {
	margin-top: 25px;
	padding: 25px 0;
}

#ct_bg .footer01 > .inner01 {
	width: 100%;
}

#ct_bg .bnrList01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top:  15px;
}

#ct_bg .bnrList01 > li {
	margin: 10px 0 0;
	width: 78%;
}

}

/* editor
*****************************************/
#ct_bg .editorArea {
	margin-top: 15px;
}

#ct_bg .editorArea:first-child {
	margin-top: 0;
}

#ct_bg .editorArea a {
	color: #333;
}

#ct_bg .editorArea p {
	margin-top: 20px;
	word-wrap: break-word;
}

#ct_bg .editorArea .caption01 {
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
}

#ct_bg .editorArea pre {
	margin-top: 20px;
	word-wrap: break-word;
	white-space: pre-wrap;
}

#ct_bg .editorArea sup,
#ct_bg .editorArea sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 1.2rem;
}

#ct_bg .editorArea sup {
	bottom: 1ex;
}

#ct_bg .editorArea sub {
	top: .5ex;
}

#ct_bg .editorArea h2 + p,
#ct_bg .editorArea h3 + p,
#ct_bg .editorArea h4 + p,
#ct_bg .editorArea h5 + p {
	margin-top: 10px;
}

#ct_bg .editorArea .movieWrap {
	position: relative;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .editorArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .editorArea p:first-child,
#ct_bg .editorArea h1:first-child,
#ct_bg .editorArea h2:first-child,
#ct_bg .editorArea h3:first-child,
#ct_bg .editorArea h4:first-child,
#ct_bg .editorArea table:first-child,
#ct_bg .editorArea ul li:first-child,
#ct_bg .editorArea ol li:first-child,
#ct_bg .editorArea ul:first-child,
#ct_bg .editorArea ol:first-child {
	margin-top: 0;
}

#ct_bg .editorArea h2,
#ct_bg .editorArea h3 {
	position: relative;
	clear: both;
	margin: 40px 0;
	padding: 0 0 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

#ct_bg .editorArea h2:before,
#ct_bg .editorArea h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-radius: 4px;
	width: 8px;
	height: 100%;
	background-color: #49b8a9;
}

#ct_bg .editorArea h2:after,
#ct_bg .editorArea h3:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-image: -webkit-linear-gradient(left, #442e0b, #442e0b 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, #442e0b, #442e0b 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 4px 4px;
}

#ct_bg .editorArea h4 {
	position: relative;
	clear: both;
	margin-top: 40px;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}

#ct_bg .editorArea h4:before,
#ct_bg .editorArea h4:after {
	position: absolute;
	content: "";
	border-radius: 50%;
}

#ct_bg .editorArea h4:before {
	top: .2em;
	left: 0;
	width: 17px;
	height: 17px;
	background-color: #49b8a9;
}
#ct_bg .editorArea h4:after {
	top: .5em;
	left: 5px;
	width: 7px;
	height: 7px;
	background-color: #fff;
}

#ct_bg .editorArea h5 {
	clear: both;
	margin-top: 30px;
	color: #49b8a9;
	font-weight: bold;
}

#ct_bg .editorArea h6 {
	margin-top: 20px;
}

#ct_bg .editorArea h2 + h3,
#ct_bg .editorArea h3 + h4,
#ct_bg .editorArea h4 + h5 {
	margin-top: 20px;
}

#ct_bg .editorArea h6 + ul,
#ct_bg .editorArea h6 + ol {
	margin-top: 0;
}

#ct_bg .editorArea strong span {
	font-weight: bold !important;
}

#ct_bg .editorArea table {
	clear: both;
	margin-top: 20px;
	width: 100%;
	border: #665233 solid 1px;
}

#ct_bg .editorArea table th {
	padding: 10px;
	background-color: #e6e0d4;
	border-top: #665233 solid 1px;
	border-right: #665233 solid 1px;
	text-align: left;
}

#ct_bg .editorArea table td {
	padding: 10px;
	border-top: #665233 solid 1px;
	border-right: #665233 solid 1px;
}

#ct_bg .editorArea ul {
	clear: both;
	margin-top: 20px;
}

#ct_bg .editorArea ul li {
	clear: both;
	position: relative;
	margin-top: 5px;
	padding-left: 15px;
}

#ct_bg .editorArea ul li:before {
	position: absolute;
	top: .5em;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #49b8a9;
	border-radius: 50%;
}

#ct_bg .editorArea ul.colImage01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .editorArea ul.colImage01 li {
	margin-top: 10px;
	width: 435px;
	padding-left: 0;
}

#ct_bg .editorArea ul.colImage01 li:before {
	content: normal;
}

#ct_bg .editorArea div.colImage01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .editorArea div.colImage01 p {
	margin-top: 10px;
	width: 435px;
	padding-left: 0;
}

#ct_bg .editorArea div.colImage01 li:before {
	content: normal;
}

#ct_bg .editorArea ol {
	margin-top: 20px;
	counter-reset: li;
}

#ct_bg .editorArea ol li {
	margin-top: 5px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#ct_bg .editorArea ol li:before {
	counter-increment: li;
	content: counter(li) ". ";
	color: #49b8a9;
	font-weight: bold;
}

#ct_bg .editorArea blockquote {
	position: relative;
	margin-top: 20px;
	padding: 20px 20px 20px 65px;
	background-color: #fffad6;
}

#ct_bg .editorArea blockquote:before {
	position: absolute;
	top: 20px;
	left: 20px;
	content: "";
	width: 26px;
	height: 22px;
	background: url(../img/icon_kyouyu03.png) no-repeat left top;
	background-size: 100%;
}

#ct_bg .editorArea > .buttonArea01 {
	min-height: 66px;
	position: relative;
	margin-top: 30px;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 {
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#ct_bg .editorArea > .buttonArea01 >  .button01.type01 {
	z-index: 100;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a {
	position: relative;
	display: block;
	padding: 16px 120px 12px 110px;
	box-shadow:0px 0px 0px 1px #0052a4 inset,0px 0px 0px 5px #cce5ff inset;
	background-color: #0052a4;
	border-radius: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a:hover {
	background-color: #fff;
	color: #0052a4;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a > span {
	position: relative;
	left: -5px;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a > span:before {
	position: absolute;
	top: 50%;
	right: -34px;
	width: 22px;
	height: 18px;
	margin-top: -10px;
	background: url(../../report/img/icon_index01_no.png) no-repeat 0 0/100%;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a:hover > span:before {
	background-image: url(../../report/img/icon_index01_on.png);
}

#ct_bg .editorArea .button02 > a {
	position: relative;
	padding: 10px 35px 8px 23px;
	border: #49b8a9 solid 2px;
	border-radius: 30px;
	background-color: #49b8a9;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}

#ct_bg .editorArea .button02 > a:hover {
	background-color: #fff;
	color: #49b8a9;
}

#ct_bg .editorArea .button02 > a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
	z-index: 5;
}

#ct_bg .editorArea .button02 > a:hover:after {
	border-color: #49b8a9;
}

#ct_bg .editorArea .text05 {
	margin-right: 10px;
	background-color: #eb1d58;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	padding: 3px 5px 1px;
	font-size: 1.2rem;
}

#ct_bg .editorArea .text01 {
	margin-top: 5px;
	font-size: 1.4rem;
}

#ct_bg .editorArea .textArea01 {
	margin-top: 20px;
	padding: 15px;
	border: 2px solid #49b8a9;
	border-radius: 20px;
}

@media screen and (max-width: 639px) {
#ct_bg .editorArea img {
	width: auto;
	height: auto;
}

#ct_bg .editorArea .caption01 {
	font-size: 1.2rem;
}

#ct_bg .editorArea h2,
#ct_bg .editorArea h3 {
	padding-left: 15px;
}

#ct_bg .editorArea h2:before,
#ct_bg .editorArea h3:before {
	width: 4px;
}

#ct_bg .editorArea h4 {
	padding-left: 20px;
}

#ct_bg .editorArea h4:before {
	top: .3em;
	width: 13px;
	height: 13px;
}
#ct_bg .editorArea h4:after {
	top: 9px;
	left: 4px;
	width: 5px;
	height: 5px;
}

#ct_bg .editorArea h2,
#ct_bg .editorArea h3,
#ct_bg .editorArea h4,
#ct_bg .editorArea h5 {
	font-size: 1.6rem;
}

#ct_bg .editorArea ul.colImage01 li {
	margin-top: 10px;
	width: 100%;
}

#ct_bg .editorArea ul.colImage01.type01 li {
	width: 48.33%;
}

#ct_bg .editorArea div.colImage01 p {
	margin-top: 10px;
	width: 48.33%;
}

#ct_bg .editorArea p.colImage01.type01 p {
	width: 48.33%;
}

#ct_bg .editorArea blockquote {
	padding: 10px 10px 10px 55px;
}

#ct_bg .editorArea blockquote:before {
	top: 10px;
	left: 10px;
}
	
#ct_bg .editorArea > .buttonArea01 {
	min-height: 53px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 {
	width: 100%;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.6rem;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a:hover {
	background-color: #0052a4;
	color: #fff;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a > span:before {
	right: -28px;
	width: 18px;
	margin-top: -8px;
}

#ct_bg .editorArea > .buttonArea01 >  .button01 > a:hover > span:before {
	background-image: url(../../report/img/icon_index01_no.png);
}	

#ct_bg .editorArea .button02 > a {
	font-size: 1.4rem;
}

#ct_bg .editorArea .button02 > a:hover {
	background-color: #49b8a9;
	color: #fff;
}

#ct_bg .editorArea .button02 > a:after {
	right: 20px;
}

#ct_bg .editorArea .button02 > a:hover:after {
	border-color: #fff;
}

#ct_bg .editorArea .text01 {
	font-size: 1.2rem;
}

}


/* contents
*****************************************/
#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .wrap02 > .image01 {
	float: left;
}

#ct_bg .wrap02 > .text01 {
	float: right;
	width: 670px;
	font-size: 1.8rem;
	line-height: 2.1;
}

#ct_bg .infoArea01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 28px 0 0;
	padding: 10px 10px 10px 40px;
	border: #ffcc26 solid 6px;
	border-radius: 6px;
	background-color: #fff;
}
#ct_bg .infoArea01 > .title01 {
	width: 20%;
}
#ct_bg .infoArea01 > .list01 {
	width: 80%;
}
#ct_bg .frameArea01 {
	position: relative;
	padding: 45px 0;
	background: repeat left top;
	background-size: 12px;
}
#ct_bg .frameArea01:before {
	position: absolute;
	top: -17px;
	left: 0;
	width: 100%;
	height: 17px;
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 36px;
	content: "";
}

#ct_bg .frameArea01.type01 {
	background-image: url(../img/bg_kyouyu02.png);
}
#ct_bg .frameArea01.type01:before {
	background-image: url(../img/bg_kyouyu08.png);
}
#ct_bg .frameArea01.type02 {
	background-image: url(../img/bg_kyouyu04.png);
}
#ct_bg .frameArea01.type02:before {
	background-image: url(../img/bg_kyouyu09.png);
}
#ct_bg .frameArea01.type03 {
	background-image: url(../img/bg_kyouyu05.png);
}
#ct_bg .frameArea01.type03:before {
	background-image: url(../img/bg_kyouyu10.png);
}
#ct_bg .frameArea01.type04 {
	background: url(../../activities/img/bg_index01.png) no-repeat center 217px, url(../img/bg_kyouyu06.png) repeat left top;
	background-size: auto, 12px;
}
#ct_bg .frameArea01.type04:before {
	background-image: url(../img/bg_kyouyu11.png);
}
#ct_bg .frameArea01.type05 {
	background-image: url(../img/bg_kyouyu07.png);
}
#ct_bg .frameArea01.type05:before {
	background-image: url(../img/bg_kyouyu12.png);
}
#ct_bg .frameArea01.type06 {
	background-color: #fff;
}
#ct_bg .frameArea01.type06:before {
	background-image: url(../img/bg_kyouyu15.png);
}
#ct_bg .frameArea01.type06 {
	background-color: #fff;
}
#ct_bg .frameArea01.type06:before {
	background-image: url(../img/bg_kyouyu15.png);
}
#ct_bg .frameArea01.type07 {
	padding-top: 40px;
	background: #fdfaf4 url(../../toylist/voice/img/bg_index01.png) no-repeat center top;
}
#ct_bg .frameArea01.type07:before {
	background: url(../../toylist/voice/img/bg_index02.png) no-repeat center top / 2000px;
}

#ct_bg .frameArea02 {
	width: 460px;
	margin-top: 28px;
}

#ct_bg .frameArea02 > .inner01 {
	display: block;
	padding: 20px 16px 30px;
	border-radius: 0 0 6px 6px;
	border-bottom: solid 4px #fff;
	border-left: solid 4px #fff;
	border-right: solid 4px #fff;
	background-color: #fff;
	-webkit-transition: all .1s;
	transition: all .1s;
}

#ct_bg .frameArea02.type01 > .inner01:hover {
	border-bottom: solid 4px #f7744f;
	border-left: solid 4px #f7744f;
	border-right: solid 4px #f7744f;
}

#ct_bg .frameArea02 .image01 {
	width: 200px;
}

#ct_bg .frameArea02 .image02 {
	width: 90.80%;
	margin-left: 15px;
}

#ct_bg .frameArea02 .wrap01 + .text01 {
	margin-top: 13px;
}

#ct_bg .frameArea02 .image02 + .text01 {
	margin-top: 14px;
}

#ct_bg .frameArea02 .list07 {
	width: 204px;
}

#ct_bg .frameArea03 {
	margin-top: 40px;
	padding: 25px;
	border: solid 4px;
	border-radius: 6px;
	background-color: #fff;
}
#ct_bg .frameArea03.type01 {
	border-color: #52baed;
}
#ct_bg .frameArea03.type02 {
	border-color: #ff91cb;
}
#ct_bg .frameArea03.type03 {
	border-color: #61cf9b;
}

#ct_bg .frameArea03 + .frameArea03 {
	margin-top: 20px;
}

#ct_bg .frameArea03 > .inner01 {
	margin-top: 25px;
	border-top: #442e0b solid 3px;
}

#ct_bg .frameArea04 {
	margin-top: 40px;
	padding: 30px;
	border-radius: 6px;
	background-color: #fff;
}

#ct_bg .frameArea04 + .frameArea04 {
	margin-top: 20px;
}

#ct_bg .img01 + .frameArea04 {
	margin-top: 30px;
}

#ct_bg .frameArea05 {
	margin-top: 65px;
}

#ct_bg .frameArea05 > .inner01 {
	padding-bottom: 30px;
	background: url(../../intro/img/bg_index01.png) no-repeat left top;
}

#ct_bg .frameArea05 > .inner02 {
	padding: 20px 0 185px;
	background: url(../../intro/img/bg_index02.png) no-repeat left bottom;
}

#ct_bg .frameArea05 > .inner01 > .title01 {
	margin: 0 auto;
	width: 450px;
}

#ct_bg .frameArea05 .text01 {
	margin-top: 40px;
	font-size: 2.4rem;
	line-height: 2.0;
	text-align: center;
}

#ct_bg .frameArea05 .text01:first-child {
	margin-top: 0;
}

#ct_bg .frameArea06 {
	margin-top: 40px;
}

#ct_bg .frameArea06 > .inner01 {
	padding: 30px 30px 50px;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
}

#ct_bg .frameArea06 > .inner01 > .text01 {
	margin: 28px auto 0;
	width: 514px;
}

#ct_bg .frameArea06 > .inner01 > .text02 {
	margin-top: 20px;
	text-align: center;
}

#ct_bg .frameArea07 {
	margin: 40px auto 0;
	width: 860px;
}

#ct_bg .frameArea07 + .frameArea07 {
	margin-top: 20px;
}

#ct_bg .frameArea07 > .title01 {
	position: relative;
	padding: 20px 0 15px;
	border-radius: 6px;
	background-color: #47b6ed;
	text-align: center;
}

#ct_bg .frameArea07 > .title01.active {
	border-radius: 6px 6px 0 0;
}

#ct_bg .frameArea07 > .title01:before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	right: 30px;
	margin: auto;
	width: 32px;
	height: 20px;
	background: url(../../activities/img/icon_index01_no.png) no-repeat 0 0;
	background-size: 100%;
}
#ct_bg .frameArea07 > .title01.active:before {
	background-image: url(../../activities/img/icon_index01_on.png);
}

#ct_bg .frameArea07 > .inner01 {
	padding: 30px 30px 40px;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
}

#ct_bg .frameArea07 > .inner01 > .text01 {
	margin-top: 30px;
}
#ct_bg .frameArea07 > .inner01 > .text01:first-child {
	margin-top: 0;
}

#ct_bg .frameArea08 {
	margin: 0 auto;
	padding-top: 95px;
	width: 590px;
	min-height: 553px;
	background: url(../../toylist/voice/img/bg_index03.png) no-repeat left top / 100%;
}

#ct_bg .frameArea08 > .title01 {
	margin: 0 auto;
	width: 390px;
}

#ct_bg .frameArea08 > .image01 {
	margin: 40px auto 0;
	text-align: center;
}

#ct_bg .frameArea08 > .button01 {
	margin: 40px auto 0;
	width: 270px;
}

#ct_bg .frameArea09 {
	margin: 45px 0 0 30px;
	padding: 22px 15px 15px;
	width: 300px;
	border: #ccc solid 4px;
	border-radius: 6px;
	background-color: #fff;
}

#ct_bg .frameArea09:nth-child(3n+1) {
	margin-left: 0;
}
#ct_bg .frameArea09.mark01 {
	position: relative;
}
#ct_bg .frameArea09.mark01::before {
	content: '';
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
	height: 44px;
	background: url(../../common/img/logo_kyouyu02.png) no-repeat 0 0/ 100%;
}
#ct_bg .frameArea09 > .title01 {
	font-weight: bold;
}

#ct_bg .frameArea09 > .text01 {
	margin-top: 15px;
	padding: 7px;
	background-color: #e6e6e6;
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .frameArea09 > .text02 {
	margin-top: 15px;
	font-size: 1.4rem;
}

#ct_bg .frameArea09 > .text03 {
	margin-top: 10px;
	color: #808080;
	font-size: 1.1rem;
}

#ct_bg .frameArea09 > .text04 {
	margin-top: 15px;
	font-size: 1.4rem;
}

#ct_bg .frameArea09 > .text04 .icon01 {
	display: block;
	width: 33px;
	padding-bottom: 2px;
}

#ct_bg .frameArea09 > .text04 a {
	color: #f00;
}

#ct_bg .frameArea09 > .text04.type02 a {
	color: #ff6600;
}

#ct_bg .frameArea09 > .text04 > .link02 {
	position: relative;
	display: inline-block;
	padding-top: 28px;
	color: #53b8aa;
}

#ct_bg .frameArea09 > .text04 > .link02::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 28px;
	background: url(../../toylist/img/icon_index03.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .frameArea09 > .image01 {
	margin-top: 15px;
}

#ct_bg .subSection01 {
	margin: 45px auto 0;
	width: 960px;
}

#ct_bg .subSection01:first-child {
	margin-top: 0;
}

#ct_bg .subSection02 {
	margin-top: 20px;
}

#ct_bg .subSection02 > .inner01 {
	padding: 0 30px;
}

#ct_bg .subSection02 > .inner01 > .text01 {
	margin-top: 20px;
}

#ct_bg .heading01 {
	text-align: center;
}

#ct_bg .heading02 {
	width: 25.625%;
	margin: 30px auto 0;
}

#ct_bg .heading02 + .frameArea03 {
	margin-top: 20px;
}

#ct_bg .hgroup01 {
	position: relative;
	transition: all .3s;
}

#ct_bg .hgroup01:hover {
	opacity: .6;
}

#ct_bg .hgroup01 > .title01 {
	position: relative;
	width: 830px;
	background: url(../../toylist/img/bg_index01.png) repeat-y right top;
}

#ct_bg .hgroup01 > .text01 {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -35px;
	width: 48px;
	height: 69px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#ct_bg .type01 .hgroup01 > .text01 {
	background-image: url(../../toylist/img/txt_index01_no.png);
}
#ct_bg .type02 .hgroup01 > .text01 {
	background-image: url(../../toylist/img/txt_index02_no.png);
}
#ct_bg .type03 .hgroup01 > .text01 {
	background-image: url(../../toylist/img/txt_index03_no.png);
}
#ct_bg .type01 .hgroup01.active > .text01 {
	background-image: url(../../toylist/img/txt_index01_on.png);
}
#ct_bg .type02 .hgroup01.active > .text01 {
	background-image: url(../../toylist/img/txt_index02_on.png);
}
#ct_bg .type03 .hgroup01.active > .text01 {
	background-image: url(../../toylist/img/txt_index03_on.png);
}
#ct_bg .hgroup01 > .text02 {
	padding-left: 136px;
}

#ct_bg .hgroup02 {
	padding-bottom: 10px;
	border-bottom: #442e0b solid 3px;
}

#ct_bg .hgroup02 > .text01 {
	display: inline-block;
	padding: 3px 8px 1px;
	border-radius: 2px;
	background-color: #ff7f99;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
}

#ct_bg .hgroup02 > .title01 {
	margin-top: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}

#ct_bg .list01 {
	padding: 15px 25px 15px 0;
	width: 700px;
	height: 173px;
	color: #4c4c4c;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

#ct_bg .list01 > dt {
	margin-top: 20px;
}

#ct_bg .list01 > dt:first-child {
	margin-top: 0;
}

#ct_bg .list01 > dd a {
	color: #4c4c4c;
}

#ct_bg .list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .list02 > li {
	margin: 0 10px;
	width: 420px;
}

#ct_bg .list03,
#ct_bg .list04,
#ct_bg .list05 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .list08 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .list03 > dt {
	margin: 40px 25px 0 0;
	width: 114px;
}

#ct_bg .list03 > dd {
	margin-top: 35px;
	font-size: 2.2rem;
	line-height: 2.5;
}

#ct_bg .list04 > li {
	margin: 25px 10px 0;
	width: 410px;
}

#ct_bg .subSection02 .list04 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .subSection02 .list04 > li {
	margin: 20px 0 0;
}

#ct_bg .list05 > li {
	margin: 40px 20px 0;
	width: 400px;
}

#ct_bg .list06 {
	margin-top: 20px;
}

#ct_bg .list06:first-child {
	margin-top: 0;
}

#ct_bg .list06 > li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

#ct_bg .list07 > li {
	margin-top: 10px;
}

#ct_bg .list07 > li:first-child {
	margin-top: 0;
}

#ct_bg .list08 > li {
	width: 49.4%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
	border: 2px solid #ccc;
	border-radius: 10px;
	background: linear-gradient(to bottom, #fff, #fffecb);	
}


#ct_bg .list08 > li > p {
	width: 45%;
	position: relative;
	border: 1px solid #ddd;
}

#ct_bg .list08 > li > p:first-child::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 16px);
	right: -32px;
	width: 20px;
	height: 34px;
	background: url("../../marks/img/icon_index01.png") no-repeat;
	background-size: 20px;
}

#ct_bg .list08.type01 {
	margin-top: 30px;
}

#ct_bg .list08.type01 > li {
	width: 100%;
	max-width: 576px;
	margin: 0 auto 0;
}

#ct_bg .list08.type01 > li > p:first-child::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 16px);
	right: -42px;
	width: 20px;
	height: 34px;
	background: url("../../marks/img/icon_index01.png") no-repeat;
	background-size: 20px;
}

#ct_bg .list08.type01 > li > p {
	width: 44.363%;
}

#ct_bg .list08.type01 > li > p > img {
	width: 100%;
}

#ct_bg .list08 > li:nth-child(n + 3) {
	margin-top: 20px;
}

#ct_bg .col01 {
	margin-top: 20px;
	width: 470px;
	border: #e6e6e6 solid 4px;
	border-radius: 6px;
	background-color: #fff;
	transition: border-color .3s;
}

#ct_bg .col01:hover {
	border-color: #f76098;
}

#ct_bg .col01 > a {
	position: relative;
	padding: 26px;
	height: 100%;
	text-decoration: none;
}

#ct_bg .col01 > a > .image01 {
	width: 100px;
}

#ct_bg .col01 > a > .inner01 {
	width: 290px;
}

#ct_bg .col01 > a > .inner01 > .text01 {
	display: inline-block;
	padding: 3px 5px 1px;
	border-radius: 2px;
	background-color: #ff7f99;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
}

#ct_bg .col01 > a > .inner01 > .title01 {
	margin-top: 10px;
	color: #333;
	text-decoration: none;
}

#ct_bg .col02 {
	position: relative;
	margin: 25px 0 0 25px;
	padding: 15px;
	width: 284px;
	border: #e6e6e6 solid 4px;
	border-radius: 6px;
	background-color: #fff;
}

#ct_bg .col02:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .col02 > .icon01 {
	position: absolute;
	z-index: 10;
	top: -4px;
	right: -4px;
	width: 79px;
}

#ct_bg .col02 > .title01 {
	margin-top: 20px;
	color: #0049cd;
	font-weight: bold;
}

#ct_bg .col02 > .title01 a {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	background: url(../img/icon_kyouyu02.png) no-repeat 0 .2em;
	background-size: 14px;
	color: #0049cd;
}

#ct_bg .col02 > .text01 {
	margin-top: 15px;
	font-size: 1.4rem;
}

#ct_bg .col02 > .text01 a {
	color: #f00;
}

#ct_bg .col02 > .text01 .icon01 {
	display: block;
	width: 33px;
	padding-bottom: 2px;
}

#ct_bg .col02 > .text01 > .link01 {
	position: relative;
	display: inline-block;
	padding-top: 28px;
	color: #1e9000;
}

#ct_bg .col02 > .text01 > .link01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 26px;
	background: url(../../toylist/img/icon_index02.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .col02 > .text01 > .link02 {
	position: relative;
	display: inline-block;
	padding-top: 28px;
	color: #53b8aa;
}

#ct_bg .col02 > .text01 > .link02::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 28px;
	background: url(../../toylist/img/icon_index03.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .col02 > .text02 {
	margin-top: 30px;
	color: #808080;
	font-size: 1.1rem;
}

#ct_bg .col02 > .text04 {
	margin-top: 15px;
	font-size: 1.4rem;
}

#ct_bg .col02 > .text04 .icon01 {
	display: block;
	width: 33px;
	padding-bottom: 2px;
}

#ct_bg .col02 > .text04 a {
	color: #f00;
}

#ct_bg .col02 > .text04.type02 a {
	color: #ff6600;
}

#ct_bg .col02 > .text04 > .link02 {
	position: relative;
	display: inline-block;
	padding-top: 28px;
	color: #53b8aa;
}

#ct_bg .col02 > .text04 > .link02::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 28px;
	background: url(../../toylist/img/icon_index03.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .col03 {
	width: 324px;
}

#ct_bg .col03 > .image01 {
	margin-top: 20px;
}
#ct_bg .col03 > .image01:first-child {
	margin-top: 0;
}

#ct_bg .col03 > .text01 {
	margin-top: 5px;
	font-size: 1.3rem;
}

#ct_bg .col04 {
	width: 445px;
}

#ct_bg .col05 {
	width: 60%;
}

#ct_bg .btn01 {
	display: table;
	margin: 30px auto 0;
}

#ct_bg .btn01 > a {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 7px 30px 5px 25px;
	border: #0052a4 solid 2px;
	border-radius: 5px;
	background-color: #0052a4;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
}

#ct_bg .btn01 > a:hover {
	background-color: #fff;
	color: #0052a4;
}

#ct_bg .btn01 > a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
	z-index: 5;
}

#ct_bg .btn01 > a:hover:after {
	border-color: #0052a4;
}

#ct_bg .closeBtn01 {
	position: relative;
	display: table;
	margin: 30px auto 0;
	padding: 7px 30px 5px 60px;
	border: solid 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
}

#ct_bg .closeBtn01:before,
#ct_bg .closeBtn01:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 18px;
	height: 4px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 5;
	transition: all .3s;
}

#ct_bg .closeBtn01:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#ct_bg .type01 .closeBtn01 {
	border-color: #52baed;
	background-color: #52baed;
}
#ct_bg .type01 .closeBtn01:hover {
	background-color: #fff;
	color: #52baed;
}
#ct_bg .type01 .closeBtn01:hover:before,
#ct_bg .type01 .closeBtn01:hover:after {
	background-color: #52baed;
}
#ct_bg .type02 .closeBtn01 {
	border-color: #ff91cb;
	background-color: #ff91cb;
}
#ct_bg .type02 .closeBtn01:hover {
	background-color: #fff;
	color: #ff91cb;
}
#ct_bg .type02 .closeBtn01:hover:before,
#ct_bg .type02 .closeBtn01:hover:after {
	background-color: #ff91cb;
}
#ct_bg .type03 .closeBtn01 {
	border-color: #61cf9b;
	background-color: #61cf9b;
}
#ct_bg .type03 .closeBtn01:hover {
	background-color: #fff;
	color: #61cf9b;
}
#ct_bg .type03 .closeBtn01:hover:before,
#ct_bg .type03 .closeBtn01:hover:after {
	background-color: #61cf9b;
}

#ct_bg .bnr01 {
	margin: 40px auto 0;
	width: 342px;
}

#ct_bg .bnr02 {
	margin: 40px auto 0;
	width: 660px;
}

#ct_bg .txt01 + .bnr01 {
	margin-top: 10px;
}

#ct_bg .img01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .img01.mark {
	margin-top: 60px;
	text-align: center;
}

#ct_bg .txt01 {
	margin-top: 40px;
	font-size: 1.4rem;
}

#ct_bg .linkTxt01 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#ct_bg .movieWrap01,
.movieWrap01 {
	position: relative;
	margin-top: 15px;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#ct_bg .movieWrap01.type01 {
	display: none;
}

#ct_bg .movieWrap01 iframe,
.movieWrap01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .modalBtn01 {
	display: table;
	margin: 30px auto 0;
	position: relative;
	border-radius: 10px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, .2);
}

#ct_bg .modalBtn01 a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	transition: all .3s;
	border-radius: 10px;
	cursor: pointer;
}

#ct_bg .modalBtn01 a:hover:after {
	background-color: rgba(255,255,255, .6);
}

#ct_bg .modalBtn01 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


@media screen and (max-width: 639px) {
#ct_bg .wrap02 > .image01 {
	margin: 0 15px 15px 0;
	width: 85px;
}

#ct_bg .wrap02 > .text01 {
	float: none;
	width: auto;
	font-size: 1.6rem;
}

#ct_bg .infoArea01 {
	margin: 20px 0 0;
	padding: 20px;
	border: #ffcc26 solid 4px;
}

#ct_bg .infoArea01 > .title01 {
	width: 45%;
}

#ct_bg .frameArea01 {
	padding: 20px 0 50px;
}

#ct_bg .frameArea01.type04 {
	background: url(../img/bg_kyouyu06.png) repeat left top;
	background-size: 12px;
}

#ct_bg .frameArea01.type07 {
	padding-top: 20px;
}

#ct_bg .frameArea02 {
	margin-top: 14px;
	width: 100%;
}

#ct_bg .frameArea02 + .frameArea02 {
	margin-top: 20px;
}

#ct_bg .frameArea02 > .inner01 {
	padding: 15px;
	border: none;
}

#ct_bg .frameArea02.type01 > .inner01:hover {
	border: none;
}

#ct_bg .frameArea02 .image01 {
	width: 79.62%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea02 .image02 {
	width: 99.14%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .frameArea02 .wrap01 + .text01 {
	width: 96%;
	margin-top: 10px;
	margin-left: 2px;
}

#ct_bg .frameArea02 .image02 + .text01 {
	margin-top: 10px;
}

#ct_bg .frameArea02 .list07 {
	width: 100%;
	margin-top: 15px;
}

#ct_bg .frameArea03 {
	margin-top: 20px;
	padding: 10px;
	border-width: 3px;
}

#ct_bg .frameArea03 + .frameArea03 {
	margin-top: 10px;
}

#ct_bg .frameArea03 > .inner01 {
	margin-top: 18px;
	border-top: #442e0b solid 2px;
}

#ct_bg .frameArea04 {
	margin-top: 20px;
	padding: 15px;
}

#ct_bg .frameArea04 + .frameArea04 {
	margin-top: 10px;
}

#ct_bg .img01 + .frameArea04 {
	margin-top: 20px;
}

#ct_bg .frameArea05 {
	margin-top: 40px;
}

#ct_bg .frameArea05 > .inner01 {
	padding-bottom: 0;
	background: none;
}

#ct_bg .frameArea05 > .inner02 {
	padding: 30px 0 0;
	background: none;
}

#ct_bg .frameArea05 > .inner01 > .title01 {
	width: 100%;
}

#ct_bg .frameArea05 .text01 {
	margin-top: 30px;
	font-size: 1.6rem;
	line-height: 1.67;
	text-align: left;
}

#ct_bg .frameArea05 .text01:first-child {
	margin-top: 0;
}

#ct_bg .frameArea06 {
	margin-top: 20px;
}

#ct_bg .frameArea06 > .inner01 {
	padding: 15px 15px 25px;
}

#ct_bg .frameArea06 > .inner01 > .text01 {
	margin-top: 15px;
	width: 96%;
}

#ct_bg .frameArea07 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .frameArea07 + .frameArea07 {
	margin-top: 10px;
}

#ct_bg .frameArea07 > .title01 {
	position: relative;
	padding: 15px;
}

#ct_bg .frameArea07 > .title01:before {
	right: 20px;
	width: 18px;
	height: 11px;
}

#ct_bg .frameArea07 > .inner01 {
	padding: 15px 15px 20px;
}

#ct_bg .frameArea08 {
	padding-top: 13%;
	padding-bottom: 82%;
	width: 100%;
	min-height: inherit;
	height: 0;
}

#ct_bg .frameArea08 > .title01 {
	margin: 0 auto;
	width: 66.66%;
}

#ct_bg .frameArea08 > .image01 {
	margin-top: 13px;
	width: 62.666%;
}

#ct_bg .frameArea08 > .button01 {
	width: 74.6%;
}

#ct_bg .frameArea09 {
	margin: 40px 0 0 0;
	padding: 25px 10px 10px;
	width: 100%;
	border: #ccc solid 2px;
}

#ct_bg .frameArea09:first-child {
	margin-top: 30px;
}

#ct_bg .frameArea09 > .text01 {
	margin-top: 10px;
	padding: 5px;
	font-size: 1.2rem;
}

#ct_bg .frameArea09 > .text02 {
	font-size: 1.2rem;
}

#ct_bg .frameArea09 > .text04 {
	margin-top: 10px;
	font-size: 1.2rem;
}

#ct_bg .subSection01 {
	margin-top: 25px;
	padding: 0 10px;
	width: 100%;
}

#ct_bg .subSection02 > .inner01 {
	padding: 0;
}

#ct_bg .heading02 {
	margin-top: 40px;
	width: 71.66%;
}

#ct_bg .hgroup01:hover {
	opacity: 1.0;
}

#ct_bg .hgroup01 > .title01 {
	position: relative;
	width: 225px;
	background: none;
}

#ct_bg .hgroup01 > .text01 {
	display: block;
	position: absolute;
	top: 13px;
	margin-top: 0;
	width: 38px;
	height: 54px;
}

#ct_bg .hgroup01 > .text02 {
	padding-left: 66px;
}

#ct_bg .hgroup02 > .text01 {
	padding: 3px 8px;
	font-size: 1.1rem;
}

#ct_bg .hgroup02 > .title01 {
	margin-top: 10px;
	font-size: 1.6rem;
}

#ct_bg .list01 {
	margin-top: 15px;
	padding: 0 10px 0 0;
	width: 100%;
	height: 100px;
}
#ct_bg .infoArea01 > .list01 {
	width: 100%;
}

#ct_bg .list01 > dt {
	margin-top: 15px;
}

#ct_bg .list02 > li {
	margin: 10px 0 0;
	width: 100%;
}

#ct_bg .list02 > li:first-child {
	margin-top: 0;
}

#ct_bg .list03,
#ct_bg .list05 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .list03 > dt {
	margin: 30px 0 0 0;
	width: 63px;
}

#ct_bg .list03 > dd {
	margin-top: 30px;
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	font-size: 1.3rem;
	line-height: 1.5;
}

#ct_bg .list04 > li,
#ct_bg .subSection02 .list04 > li{
	margin: 15px 0 0;
	width: 100%;
}

#ct_bg .list05 > li {
	margin: 20px 0 0;
	width: 48%;
}

#ct_bg .list08.type01 {
	margin-top: 20px;
}

#ct_bg .list08 > li {
	width: 100%;
	padding: 10px;
}

#ct_bg .list08 > li:nth-child(n + 2) {
	margin-top: 15px;
}

#ct_bg .list08 > li > p:first-child::after {
	top: calc(50% - 15px);
	right: -6.5vw;
	width: 18px;
	height: 30px;
	background-size: 18px;
}

#ct_bg .list08.type01 > li > p {
	width: 45%;
}

#ct_bg .list08.type01 > li > p:first-child::after {
	top: calc(50% - 15px);
	right: -6.5vw;
	width: 18px;
	height: 30px;
	background-size: 18px;
}

#ct_bg .col01 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .col01:hover {
	border-color: #e6e6e6;
}

#ct_bg .col01 > a {
	padding: 20px;
}

#ct_bg .col01 > a > .image01 {
	width: 75px;
}

#ct_bg .col01 > a > .inner01 {
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}

#ct_bg .col01 > a > .inner01 > .text01 {
	padding: 3px 7px;
	font-size: 1.1rem;
}

#ct_bg .col02 {
	position: relative;
	margin: 12px 0 0 0;
	padding: 10px;
	width: 100%;
	border-width: 2px;
}

#ct_bg .col02 > .icon01 {
	top: -2px;
	right: -2px;
	width: 73px;
}

#ct_bg .col02 > .title01 {
	margin-top: 10px;
}

#ct_bg .col02 > .text01 {
	margin-top: 10px;
	font-size: 1.2rem;
}

#ct_bg .col02 > .text02 {
	margin-top: 20px;
	font-size: 1.0rem;
}
#ct_bg .col02 > .text04 {
	margin-top: 10px;
	font-size: 1.2rem;
}

#ct_bg .col03 {
	width: 100%;
}

#ct_bg .col03 > .text01 {
	font-size: 1.1rem;
}

#ct_bg .col04 {
	margin-top: 20px;
	width: 100%;
}

#ct_bg .col05 {
	width: 100%;
}

#ct_bg .btn01 {
	margin-top: 25px;
}

#ct_bg .btn01 > a {
	padding: 12px 30px 12px 25px;
	font-size: 1.2rem;
}

#ct_bg .btn01 > a:hover {
	background-color: #0052a4;
	color: #fff;
}

#ct_bg .btn01 > a:hover:after {
	border-color: #fff;
}

#ct_bg .closeBtn01 {
	padding: 7px 30px 7px 50px;
	font-size: 1.6rem;
}

#ct_bg .closeBtn01:hover {
	background-color: #fff;
}

#ct_bg .closeBtn01:before,
#ct_bg .closeBtn01:after {
	left: 25px;
	width: 14px;
	height: 3px;
}

#ct_bg .type01 .closeBtn01:hover {
	border-color: #52baed;
	background-color: #52baed;
	color: #fff;
}
#ct_bg .type01 .closeBtn01:hover:before,
#ct_bg .type01 .closeBtn01:hover:after {
	background-color: #fff;
}
#ct_bg .type02 .closeBtn01:hover {
	border-color: #ff91cb;
	background-color: #ff91cb;
	color: #fff;
}
#ct_bg .type02 .closeBtn01:hover:before,
#ct_bg .type02 .closeBtn01:hover:after {
	background-color: #fff;
}
#ct_bg .type03 .closeBtn01:hover {
	border-color: #61cf9b;
	background-color: #61cf9b;
	color: #fff;
}
#ct_bg .type03 .closeBtn01:hover:before,
#ct_bg .type03 .closeBtn01:hover:after {
	background-color: #fff;
}

#ct_bg .bnr01 {
	margin: 20px auto 0;
	width: 83%;
}

#ct_bg .bnr02 {
	margin-top: 20px;
	width: 80%;
}

#ct_bg .txt01 {
	margin-top: 20px;
	font-size: 1.2rem;
}

#ct_bg .img01 {
	margin-top: 20px;
}

#ct_bg .img01.mark {
	width: 70%;
	margin: 40px auto 0;
}

#ct_bg .img02 {
	margin: 20px -10px 0;
}

#ct_bg .modalBtn01 a:hover:after {
	background-color: rgba(255,255,255, 0);
}

}

/* Clearfix */
#ct_bg .wrap02:after,
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
