@charset "UTF-8";

/* =========================================================
 base
========================================================= */
body {
    font-family: Meiryo, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    background: #fff;
    word-wrap: break-word;
    min-width: 1160px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.sample {
    background-image: -moz-linear-gradient(top,
            #94cf00 0%,
            #94cf00 49%,
            ##005840 50%,
            ##005840);
    background-image: -webkit-gradient(linear, left top, left bottom,
            from(#94cf00),
            color-stop(0.49, #94cf00),
            color-stop(0.50, #419cde8),
            to(##005840));
}

img {
    vertical-align: top;
    max-width: 100%;
}

li {
    list-style: none;
}

p {
    line-height: 1.5;
}

.w1160 {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

/* margin bottom ----------*/
.mb5px {
    margin-bottom: 5px;
}

.mb10px {
    margin-bottom: 10px;
}

.mb15px {
    margin-bottom: 15px;
}

.mb20px {
    margin-bottom: 20px;
}

.mb25px {
    margin-bottom: 25px;
}

.mb30px {
    margin-bottom: 30px;
}

.mb35px {
    margin-bottom: 35px;
}

.mb40px {
    margin-bottom: 40px;
}

.mb45px {
    margin-bottom: 45px;
}

.mb50px {
    margin-bottom: 50px;
}

.mb55px {
    margin-bottom: 55px;
}

.mb60px {
    margin-bottom: 50px;
}

.mb65px {
    margin-bottom: 65px;
}

.mb70px {
    margin-bottom: 70px;
}

.mb75px {
    margin-bottom: 75px;
}

.mb80px {
    margin-bottom: 80px;
}

/* margin right ----------*/
.mr5px {
    margin-right: 5px;
}

.mr10px {
    margin-right: 10px;
}

.mr15px {
    margin-right: 15px;
}

.mr20px {
    margin-right: 20px;
}

/* margin left ----------*/
.ml5px {
    margin-left: 5px;
}

.ml10px {
    margin-left: 10px;
}

.ml15px {
    margin-left: 15px;
}

.ml20px {
    margin-left: 20px;
}

/* align ----------*/
.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.al {
    text-align: left;
}

/* float ----------*/
.fb {
    overflow: hidden;
}

.fr {
    float: right;
    margin-top: 60px
}

.fr iframe {
    margin-top: -60px;
}

.fl {
    float: left;
    margin-top: 60px;
    background: url(../../img/l_151127/pc_fl_bg.png) no-repeat;
    background-position: 37px top;
}

/* sup sub ----------*/
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

/* clearfix ----------*/
.fb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fb {
    display: inline-table;
    min-height: 1%;
}

/* =========================================================
 common
========================================================= */
/* header
--------------------------------------------------------- */
div.black_bar {
    background-color: #000;
    height: 26px;
}

header {
    padding: 15px 0 10px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

header section {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

/* mainTitle */
header .mainTitle {
    float: left;
}

header .mainTitle img {
    margin-top: 13px;
    vertical-align: baseline;
    margin-right: 4px;
}

/* enterybtn */
header .entryBtn {
    padding-right: 70px;
    line-height: 0;
    float: right;
}

header .entryBtn a span:before {
    content: url(../../img/l_151127/top_entry.png);
}

header .entryBtn a span:after {
    content: url(../../img/l_151127/top_entry_on.png);
    display: none;
}

header .entryBtn a:hover span:before {
    content: url(../../img/l_151127/top_entry_on.png);
}

/* enterybtn */
header .entryBtn3 {
    padding-right: 70px;
    line-height: 0;
    float: right;
}

header .entryBtn3 a span:before {
    content: url(../../img/at21/btn_entry3_00.png);
}

header .entryBtn3 a span:after {
    content: url(../../img/at21/btn_entry3_00.png);
    display: none;
}

header .entryBtn3 a:hover span:before {
    content: url(../../img/at21/btn_entry3_00.png);
}

/* mainView
--------------------------------------------------------- */
#mainView {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 0;
}

#mainView.b {
    border-bottom: 1px solid #E5E5E5;
}

#mainView section {
    margin: 0 auto;
    text-align: center;
}

#mainView section.bg_blue {
    height: 60px;
    background: url(../../img/l_151127/header_bgptrn.png) bottom center repeat-x;
}

#mainView section.main {
    background: url(../../img/l_151127/main.png) top center repeat-x;
}

#mainView section.main-back {
    background: url(../../img/l_151127/main-back.png) top center repeat-x;
}

#mainView section.main-201701 {
    background: url(../../img/l_151127/main-201701.png) top center repeat-x;
}

/* 2020/03/18 covid-19 */
section.covid-19 {
    width: 100%;
    margin: 50px auto;
    font-size: 14px;
}

section.covid-19 > p,
section.covid-19 > ul {
    max-width: 750px;
    margin: 0 auto 20px;
    line-height: 1.8;
    text-align: left;
}

section.covid-19 .ttl {
    width: 100%;
    margin-bottom: 35px;
    padding: 8px;
    background: #1e9eb9;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

section.covid-19 .list li:before {
    content: ' ';
    display: inline-block;
    background: #85c82d;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    vertical-align: middle;
    margin-right: 5px;
}

/* end- covid-19 */

#mainView section.points {
    background: url(../../img/l_151127/header_bgptrn.png) top center repeat;
    height: 400px;
}

#mainView section.points .fr {
    width: 695px;
}

#mainView section.points ul {
    width: 615px;
}

#mainView section.points p {
    width: 1000px;
    margin: 0 auto;
    color: white;
    font-size: 11px;
    text-align: right;
    padding-top: 2px;
    position: relative;
    top: -60px;
}

#mainView section.points ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

#mainView section.points ul li {
    float: left;
    margin-right: 1px;
}

#mainView section.points ul li:last-child {
    margin-right: 0;
}

#mainView section.points ul li a:hover {
    opacity: 0.8;
}

/*
#mainView section.slider{
	overflow:hidden;
}


#mainView section.slider > div{
	position:relative;
	width:6236px;
	animation:slide 60s linear infinite;
	-webkit-animation:slide 60s linear infinite;
}

@keyframes slide{
	0%{left:0;}
	100%{left:-3118px;}
}
@-webkit-keyframes slide{
	0%{left:0;}
	100%{left:-3118px;}
}


#mainView section.slider img{float: left;}
*/
#mainView #over1400 {
    background-color: #ededed;
    margin: 20px auto 30px;
    padding: 30px 0;
}

#sec00 {
    position: relative;
}

#sec00.b {
    margin-top: -12px;
}

#sec00 {
    padding-top: 175px;
    padding-left: 29px;
}

#sec00 a span:before {
    content: url(../../img/l_151127/entry.png);
}

#sec00 a span:after {
    content: url(../../img/l_151127/entry_on.png);
    display: none;
}

#sec00 a:hover span:before {
    content: url(../../img/l_151127/entry_on.png);
}

#mainView2 {
    width: 100%;
    height: 523px;
    background: url(../../img/at21/index_bg01.jpg) bottom center repeat-x;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

#mainView2 section {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* wrap */
#wrap {
    width: 1000px;
    margin: 0 auto;
}

/* .guideLine */
.guideLine {
    color: #000;
    background-color: #e7f4fd;
    overflow: hidden;
}

.guideLine > .guideBtn {
    padding: 58px 0 36px;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    color: #014891;
}

.guideLine > .guideBtn > p {
    text-align: center;
    line-height: 1;
}

.guideLine > .guideCont {
    padding: 0 40px;
    line-height: 1.3;
    overflow: hidden;
}

.guideLine > .guideCont > table {
    width: 100%;
    background: #fff;
    border-spacing: 0;
}

.guideLine > .guideCont > table td {
    padding: 12px 15px;
    vertical-align: middle;
    border: 1px solid #dadada;
}

.guideLine > .guideCont > table tr:nth-child(odd) {
    background: #f5fafe;
}

.guideLine > .guideCont > table td.title {
    width: 149px;
    vertical-align: top;
}

.guideLine > .guideCont > table td.text span {
    display: block;
    padding-top: 5px;
}

.guideLine > .guideCont > table td.address p {
    float: left;
    width: 500px;
}

.guideLine > .guideCont > table td.address .gmapBtn {
    width: 194px;
    height: 51px;
    overflow: hidden;
    float: right;
}

.guideLine > .guideCont > table td.address .gmapBtn img:hover {
    margin-top: -53px;
}

/* footer
--------------------------------------------------------- */
/* #pageTop */
footer > #pageTop {
    position: fixed;
    right: 20px;
    bottom: 15px;
}

footer > #pageTop > a {
    display: block;
    width: 81px;
    height: 81px;
}

footer > #pageTop > a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

/* #subNav */
footer > #subNav {
    width: 985px;
    margin: 0 auto;
    padding: 0 0 0 15px;
    font-size: 14px;
}

footer > #subNav > p {
    position: relative;
    display: inline-block;
    margin-right: 28px;
    padding-left: 9px;
}

footer > #subNav a {
    color: #000000;
}

footer > #subNav > p:before {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 4px transparent solid;
    border-right-width: 0;
    border-left-color: #333;
    position: absolute;
    top: 6px;
    left: 0px;
}

/* facebookLike */
footer #facebookLike {
    width: 1000px;
    margin: 0 auto 60px;
    padding: 36px 0 20px;
    background-color: #f2f2f2;
}

footer #facebookLike .title {
    width: 878px;
    margin: 0 auto 15px;
}

footer #facebookLike > iframe {
    width: 878px;
    display: block;
    margin: 0 auto;
    min-height: 258px;
    background-color: #fff;
}

/* social buttons */
footer > .wp_social_bookmarking_light {
    width: 1000px;
    margin: 0 auto 10px;
    overflow: hidden;
}

footer > .wp_social_bookmarking_light > div {
    float: left;
}

/* #copyRight */
footer > #copyRight {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #333333;
    text-align: center;
}

footer > #copyRight > p {
    width: 1000px;
    margin: 0 auto;
}

/* =========================================================
 section
========================================================= */
/* #sec01
--------------------------------------------------------- */
#sec01 {
    margin-bottom: 30px;
}

#sec01 > .contWrap {
    background: url(../../img/at21/index_bg02.gif) 0 0;
    color: #fff;
}

#sec01 > .contWrap > #points {
    width: 424px;
    margin: 0 auto;
    padding: 25px 0 25px;
    color: #014891;
    overflow: hidden;
}

#sec01 > .contWrap > #points > li {
    display: table;
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 50%;
    background: #f9fc00;
    text-align: center;
}

#sec01 > .contWrap > #points > li:nth-child(2) {
    margin: 0 32px;
}

#sec01 > .contWrap > #points > li > p {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
    vertical-align: middle;
}

#sec01 > .contWrap > .title {
    margin-bottom: 22px;
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
}

#sec01 > .contWrap > p {
    padding: 0 4% 20px;
    line-height: 1.7;
    font-size: 100%;
    font-weight: normal;
    text-align: center;
}

#sec01 > .manga > img {
    width: 960px;
}

/* .sec02
--------------------------------------------------------- */
.sec02 {
    border-bottom: 1px solid #999;
}

.headTitle {
    background: url(../../img/at21/index_bg02.gif) left top repeat;
    padding: 20px 15px 15px;
    font-size: 32px;
    color: #fff;
    text-align: center;
}

/* .eventsPoint */
.sec02 > .eventWrap {
    background: url(../../img/at21/index_bg04.jpg) right bottom no-repeat;
    padding-bottom: 24px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sec02 > .eventWrap > .eventTitle {
    font-size: 56px;
    margin: 52px 0 42px;
    color: #0076c6;
    text-align: center;
}

.sec02 > .eventWrap > .eventsPoint.first {
    margin-right: 6px;
}

.sec02 > .eventWrap > .eventsPoint {
    width: 290px;
    padding: 0 20px;
    float: left;
    line-height: 1.4;
}

.sec02 > .eventWrap > .eventsPoint.last {
    padding: 0 20px;
    float: right;
}

.sec02 > .eventWrap > .eventsPoint .title {
    margin-bottom: 18px;
    font-size: 23px;
    overflow: hidden;
    color: #0083dc;
}

.sec02 > .eventWrap > .eventsPoint .title > .left {
    float: left;
    width: 48px;
}

.sec02 > .eventWrap > .eventsPoint .title > .left > img {
    margin-top: 20px;
}

.sec02 > .eventWrap > .eventsPoint .title > .right {
    float: right;
    width: 230px;
}

.sec02 > .eventWrap > .eventsPoint > .title span {
    background-color: #f9fc00;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.8;
}

.sec02 > .eventWrap > .eventsPoint > .imgWrap {
    overflow: hidden;
}

.sec02 > .eventWrap > .eventsPoint > .imgWrap > .img {
    width: 260px;
    padding: 10px;
    margin-bottom: 14px;
    line-height: 1;
    clear: both;
    background-color: #fff;
    /* box-shadow */
    box-shadow: rgba(196, 196, 196, 0.5) 3px 2px 2px 2px;
    -webkit-box-shadow: rgba(196, 196, 196, 0.5) 3px 2px 2px 2px;
    -moz-box-shadow: rgba(196, 196, 196, 0.5) 3px 2px 2px 2px;
}

.sec02 .img_ph04 {
    padding-bottom: 30px;
}

/* enterybtn */
.entryBtn02 {
    margin: 40px auto 53px;
    width: 640px;
    height: 110px;
    overflow: hidden;
}

.entryBtn02 img:hover {
    margin-top: -112px;
}

.entryBtn03 {
    margin: 40px auto 53px;
    width: 640px;
    overflow: hidden;
}

/* .sec02 .ver2
--------------------------------------------------------- */
.sec02.ver2 > .eventWrap {
    padding-bottom: 0;
    background: url(../../img/at21/index_bg05.jpg) 0 0 no-repeat;
}

.sec02.ver2 > .eventWrap > .eventTitle {
    margin-bottom: 30px;
}

.sec02.ver2 > .eventWrap > .eventTitle > span {
    display: block;
    font-size: 40px;
    margin-bottom: 14px;
}

.sec02.ver2 > .eventWrap > .frontImg {
    overflow: hidden;
    margin-bottom: 22px;
}

.sec02.ver2 > .eventWrap > .frontImg > .left {
    float: left;
    width: 459px;
    text-align: center;
}

.sec02.ver2 > .eventWrap > .frontImg > .right {
    float: left;
    width: 505px;
    font-size: 18px;
    padding-top: 58px;
}

.sec02.ver2 > .eventWrap > .frontImg > .right > p {
    font-weight: bold;
    margin-bottom: 16px;
    text-shadow: 2px 2px white, 2px 2px #fff;
}

.sec02.ver2 > .eventWrap > .detialWrap {
    margin: 0 20px;
    padding: 20px;
    background-color: #ffe9d9;
}

.sec02.ver2 > .eventWrap > .detialWrap > .txt {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 18px;
    font-weight: bold;
    color: #663001;
}

.sec02.ver2 > .eventWrap > .detialWrap > .detial {
    width: 462px;
    font-size: 14px;
    padding: 35px 414px 120px 44px;
    background: url(../../img/at21/index_bg06.gif) center bottom no-repeat #fff;
}

.sec02.ver2 > .eventWrap > .detialWrap > .detial > .txt {
    line-height: 1.6;
}

.sec02.ver2 > .eventWrap > .detialWrap > .detial > .title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ff5400;
    font-weight: bold;
}

.sec02.ver2 > .entryBtn02 {
    margin-bottom: 70px;
}

/* #sec03
--------------------------------------------------------- */
#sec03 {}

/* voice */
#sec03 > .voiceWrap {
    overflow: hidden;
    font-size: 14px;
}

#sec03 > .voiceWrap > .voice {
    width: 333px;
    padding: 278px 0 60px;
    float: left;
    line-height: 1.4;
}

#sec03 > .voiceWrap > .voice > p {
    padding: 0 10px 0 20px;
}

#sec03 > .voiceWrap > .voice > p > strong {
    font-size: 12px;
    display: block;
    margin-bottom: 18px;
}

.sec02 > .eventWrap > .eventsPoint.last {
    padding: 0 20px;
    float: right;
}

#sec03 > .voiceWrap > .voice01 {
    background: url(../../img/at21/index_bg07.jpg) top right no-repeat;
}

#sec03 > .voiceWrap > .voice02 {
    background: url(../../img/at21/index_bg08.jpg) top right no-repeat;
}

#sec03 > .voiceWrap > .voice03 {
    background: url(../../img/at21/index_bg09.jpg) top right no-repeat;
}

/* #sec04
--------------------------------------------------------- */
#sec04 {
    margin-bottom: 10px;
    overflow: hidden;
}

#sec04 > .headTitle {
    background: url(../../img/at21/index_bg10.gif);
}

/* form */
#sec04 #formWrap {
    padding: 50px 40px 15px;
    background: #e7f4fd;
}

#sec04 #formWrap p.nowmember {
    text-align: center;
    font-size: 20px;
}

#sec04 #formWrap .txt_now {
    color: #ff0000;
    font-size: 40px;
    font-weight: bold;
}

#sec04 #formWrap input:invalid {
    background-color: pink;
    border-style: solid;
}

#sec04 #formWrap input:out-of-range {
    background-color: red;
}

#sec04 #formWrap span.require {
    color: #ff0000;
}

#sec04 #formWrap div.error {
    color: #ff0000;
}

#sec04 #formWrap input[type="submit"],
#sec04 #formWrap button {
    -webkit-appearance: none;
    background: #84c72e;
    border: 0;
    border-radius: 6px;
    box-shadow: 3px 3px 0 #005840;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    padding: 0 0 0 13px;
    text-align: center;
    width: 295px;
    height: 80px;
}

#sec04 #formWrap input[type="submit"]:hover {
    opacity: 0.8;
    position: relative;
    top: 2px;
    box-shadow: 3px 2px 0 #005840;
}

#sec04 #formWrap button {
    display: block;
    font-size: 16px;
    margin: 10px;
    width: 200px;
    height: 30px;
}

#sec04 #formWrap button:hover {
    cursor: pointer;
}

#sec04 #formWrap a:hover {
    text-decoration: none;
}

#sec04 #formWrap.blue input[type="submit"],
#sec04 #formWrap.blue button {
    background: #1485f9;
    box-shadow: 3px 3px 0 #0d5299;
}

#sec04 #formWrap.lightblue input[type="submit"],
#sec04 #formWrap.lightblue button {
    background: #04c3f3;
    box-shadow: 3px 3px 0 #0b6f88;
}

#sec04 #formWrap.orange input[type="submit"],
#sec04 #formWrap.orange button {
    background: #fd790f;
    box-shadow: 3px 3px 0 #854008;
}

#sec04 #formWrap.red input[type="submit"],
#sec04 #formWrap.red button {
    background: #fa381e;
    box-shadow: 3px 3px 0 #7c1c0f;
}

#sec04 #formWrap #confirm-button {
    font-size: 100%;
    margin: -10px 0 10px;
}

#sec04 #company-list {
    background: #fff;
    display: none;
}

#sb-player {
    padding: 20px;
}

#sb-player table caption {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 3px;
}

#sb-player table,
#sb-player td,
#sb-player th {
    border: 1px solid #c0c0c0;
    font-size: 12px;
    vertical-align: middle;
}

#sb-player table {
    margin: 0 0 20px;
}

#sb-player td,
#sb-player th {
    padding: 5px;
}

#sb-player table th {
    background: #e7f4fd;
    text-align: center;
}

#sb-player table td {
    line-height: 1.4em;
}

#sb-player table tr td:first-child {
    width: 20%;
}

#sb-player table tr td:last-child {
    width: 80%;
}

/*add entrybottun*/
.topbtn {
    margin: auto;
    width: 960px;
    height: 30px;
    overflow: hidden;
}

.topbtn img:hover {
    margin-top: -30px;
}

.topbtn-koutsuuhi {
    position: absolute;
    top: 545px;
    left: 1000px;
}
