body {
    margin: 0px auto;
    text-align: left;
    width: 100%;
    background-color: #ffffff;
}

#header .header_inner .logo {
    margin: 0px 0px 20px 0px;
}

/*******************************
#back
*******************************/
.top_back {
    background-image: url(../images/background.png);
    background-position: top center;
    background-color: #ffe6f1;
    background-repeat: no-repeat;
    min-width: 980px;
    width: 100%;
}


/*******************************
#title
*******************************/
#title {
    margin: 5px 0px 0px 0px;
    width: 100% auto;
    height: 451px;
    background-repeat: repeat-x;
    background-position: top center;
}


#title .cards {
    width: 100%;
    height: 452px;
    background: #6fe3ff;
}

#title .cards .cards_bar {
    width: 100%;
    position: absolute;
    margin: 350px 0px 0px 0px;
    height: 69px;
}

#title .cards .cards_bar .cards_bar_inner {
    width: 980px;
    margin: 0px auto;
}

#title .cards .cards_bar .cards_bar_inner .title_logo {
    position: absolute;
    display: block;
    margin: -135px 0px 0px 0px;
    float: left;
}


#title .cards .cards_bar .txt-bg {
    margin: -40px 0px 0px 0px;
    position: absolute;
    text-align: right;
    width: 100%;
    height: 71px;
    background-image: url("../images/heading-background.png");
    background-repeat: repeat-x;
}

#title .cards .cards_bar .txt {
    margin: -40px 0px 0px 0px;
    position: absolute;
    text-align: right;
    width: 100%;
    height: 63px;
    background-image: url(../images/title_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}





#title .cards .cards_inner {
    width: 100%;
    height: 442px;
    line-height: 0px;
    padding: 0px;
    margin: 0px auto;
    background-image: url("../images/characters.jpg");
    background-repeat: repeat-x;
	background-position-y: 10px;

	animation-name: character-carousel;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes character-carousel {
    0% {
		background-position-x: 0px;
    }
    100% {
		background-position-x: 2000px;
    }
}


#title .pan_kuzu {
    width: 100%;
    height: 19px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: -32px;
    top: 139px;
}

#title #pan_kuzu_left_bg{
    background-color: #6fe3ff;
    height: 19px;
    position: absolute;
    left: 0;
	top: 0;
	right: 60%;
	z-index: 0;
}

#title .pan_kuzu a:link,
#title .pan_kuzu a:visited {
    text-decoration: none;
    color: #00a0e9;
}

#title .pan_kuzu a:active,
#title .pan_kuzu a:hover {
    text-decoration: none;
    color: #00a0e9;
}

#title .pan_kuzu .inner {
    width: 980px;
    margin: 0px auto;
    height: 21px;
	z-index: 1;
}

#title .pan_kuzu .inner span {
    margin: 0px 0px 0px 0px;
    padding: 0px 50px 0px 0px;
    height: 2px;
    font-size: 12px;
    background-image: url(../images/header_list_2.png);
    background-position: right top;
    color: #000000;
}


#title .title_inner {
    width: 980px;
    color: #FFFFFF;
    margin: 0px auto;
}

#title .title_inner h2 {
    margin: 30px 0px 0px 0px;
}


/*******************************
#contents
*******************************/
#contents {
    width: 100%;
}

#contents .contents_inner {
    width: 980px;
    color: #FFFFFF;
    margin: 0px auto;
}





/*******************************
#contents ability
*******************************/

#contents .contents_ability {
    margin: 0px auto 0px auto;
    background: url(../images/ability_bg.png);
    background-position: top center;
    height: 388px;
    background-repeat: repeat;
    border-bottom: #6fe3ff solid 3px;
    border-top: #6fe3ff solid 3px;
    box-shadow: 0 12px #FF9BDD;
}

#contents .contents_ability .ability {
    padding: 45px 0px 0px 0px;
}




#contents .contents_ability .contents_ability_inner {
    width: 980px;
    margin: 0px auto;
    padding: 0px 0px;
}


#contents .contents_ability .contents_ability_inner .txt {
    font-size: 14px;
    line-height: 2em;
    margin: 0px auto;
    text-align: center;
    color: #FF9BDD;
}

#contents .contents_ability .contents_ability_inner .txt h3 {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin: 0px auto;
    padding: 30px 0px 0px 0px;
    line-height: 1.52em;
}


#contents .contents_ability .contents_ability_inner .txt h4 {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    margin: 20px auto 20px auto;
    padding: 0;
    letter-spacing: 2px;
}

#contents .contents_ability .contents_ability_inner .txt h4:after {
    content: url(images/h4_bg2.png);
    top: -50%;
    position: absolute;
    right: 25%;
}

#contents .contents_ability .contents_ability_inner .txt h4:before {
    content: url(images/h4_bg.png);
    position: absolute;
    top: -50%;
    left: 25%
}


#contents .kome {
    font-size: 12px;
    text-align: center;
    color: #FF9BDD;
    font-weight: bold;
    line-height: 2em;

    margin-top: 35px;
    margin-bottom: 25px;
}

.text-center {
    text-align: center;
}

a.banner {
    margin: -20px auto 0 auto;
    display: inline-block;
    padding: 0;
}

a.banner:hover {
	animation-name: banner-size;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
}

@keyframes banner-size{
	0%, 100%, 50%, 80% {
		transform: scale(1, 1);
        filter: brightness(100%);
	}
	40% {
		transform: scale(0.9, 0.9);
        filter: brightness(100%);
	}
	60% {
		transform: scale(1.1, 1.1);
        filter: brightness(105%);
	}
}


/*******************************
#topic1
*******************************/
#topic1 {
    background: #FFF;
    width: 930px;
    margin: 0px auto;
    color: #000;
}

#topic1 .title_bar {
	border-left: #fff100 16px solid;
    background: url(../images/title.png) no-repeat;
    width: 976px;
    margin: 0px 0px 0px -25px;
    height: 47px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
	color: #FFF;
	line-height: 47px;
}

#topic1 .box {
    width: 900px;
    margin: 20px auto 0px auto;
}



#topic1 .img_box {
    float: left;
    width: 250px;
    margin: 0px 0px 0px 20px;
}

#topic1 .txt_box {
    margin: 0px 0px 0px 30px;
    text-align: left;
    width: 600px;
    font-size: 12px;
    float: left;
}

#topic1 .txt_box dl {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 14px;
}

#topic1 .txt_box dt {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 70px;
    font-weight: bold;
    line-height: 26px;
}

#topic1 .txt_box dd {
    padding: 0px 0px 0px 0px;
    line-height: 26px;
}


#topic1 .txt_box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #FF0004;
}

#topic1 .txt_box h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ff0063;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    line-height: 0px;
}

#topic1 .txt_box h5 {
    font-size: 16px;
    font-weight: bold;
    color: #008eff;
    margin: 20px 0px 10px 0px;
    padding: 0px;
}


#topic1 .txt_box ul {
    text-align: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#topic1 .txt_box li::before {
	content: "♦";
}


#topic1 .txt_box li {
    text-align: left;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#topic1 .txt_box li h3 {
	color: black;
	display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
}

#topic1 .txt_box a {
    text-decoration: none;
}





/*******************************
#topic2
*******************************/
#topic2 {
    background: #FFF;
    width: 930px;
    margin: 0px auto;
    color: #000;
}


#topic2 .title_bar {
    background: url(images/title.png) no-repeat;
    width: 976px;
    margin: 0px 0px 0px -25px;
    height: 47px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFF;
    padding: 10px 0px 0px 0px;
}

#topic2 .box {
    width: 900px;
    margin: 20px auto 0px auto;
}



#topic2 .img_box {
    float: left;
    width: 250px;
    margin: 0px 0px 0px 20px;
}

#topic2 .txt_box {
    margin: 0px 0px 0px 30px;
    text-align: left;
    width: 600px;
    font-size: 12px;
    float: left;
}

#topic2 .txt_box dl {
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

#topic2 .txt_box dt {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 70px;
    font-weight: bold;
    display: block;
}


#topic2 .txt_box dd {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    display: block;
}


#topic2 .txt_box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #FF0004;
}

#topic2 .txt_box h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ff0063;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    line-height: 0px;
}

#topic2 .txt_box p {
    font-size: 12px;
    color: #0089ff;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}







/*******************************
sakka
*******************************/
#txt_bar {
    width: 100%;
    height: 68px;
    line-height: 62px;
    text-align: center;
    background: url(../images/sign-card-bg.png);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}


#txt_box2 {
    width: 829px;
    height: 451px;
    padding: 45px 25px;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    color: #FF9BDD;
    background-image: url(../images/box.png);
    box-shadow: 10px 10px #FF9BDD;

    display: flex;
    align-items: center;
}

#txt_box2>div {
    width: 100%;
}


#txt_box2 div p:first-child {
    margin-top: 0;
}
#txt_box2 div p:last-child {
    margin-bottom: 0;
}

#txt_box2 div>p {
	margin: 0.8em 0;
	
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 18px;
}


.kome2 {
    margin: 30px auto 0px auto;
    text-align: center;
    color: #FF9BDD;
    font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}