@charset "UTF-8";

* { padding:0; margin:0; }

body {
    width: 100%;
	font-family: Helvetica,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#455a64;
}

img {
	clear:both;
	border:none;
}

a{
    color: #3597db;
}

a:visited {
	color:#3597db;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color:#00aaff;
	text-decoration:underline;
	cursor:pointer;
}

/*=======================================================================*/
/* その他
/*=======================================================================*/

h1{
    text-align: center;
    font-size: 22px;
}


p {
/*	margin: 0 0 10px 40px;*/
	font-size:15px;
}

.section02 {
	width: 950px;
	margin: 0 auto 20px auto;
}

#box-01 {
	background:#b7e6fc;
	width: 810px;
	margin: 0 auto ;
	padding: 30px;
	font-size:26px;
	font-weight: bold;
	color: #00479d;
}

.h06{
	padding:.5em .75em;
	margin-bottom:20px;
	border:1px solid #ccc;
	border-radius:4px;
    /*font-weight:bold;*/
	font-size: 18px;
}

.h06a {
    font-weight:bold;
    font-size: 1.7em;
    position: relative;
    padding-bottom: .5em;
/*    border-bottom: 4px solid #ccc;*/
}
.h06a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
/*    background-color: #3498db;*/
}

.h06a i {
    color: #4c9dc3;
    margin-right: 10px;
    margin-left: 5px;
}

div.h06a_after{
    padding: 2em 0.5em 2em 0.5em;
}
div.h06a_after li{
    margin: .5em 0em;
}
div.h06a_after li span{
    font-size: 0.9em;
}

@media screen and (max-width: 640px) {
    .h06a{
        padding: 0 .5em .5em -0.5em;
        font-size: 1.5em;
        list-style: 2.0rem;
    /*text-indent:-1em;*/
    }
    div.h06a_after{
        padding: 0.7em 0.5em 2em 0.5em;
    }
    div.h06a_after ul{
        padding-left: 1.1em;
    }
    div.h06a_after ul li{
        margin: .5em 0;
    }
    .h06a i{
        margin-left: 40px;
    }

}

.lev01{
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
}

.lev01 {
    position: relative;
    padding-bottom: .5em;
    text-align: center;
    font-size: 1.2em;
}
.lev01::before,
.lev01::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
.lev01::before {
  z-index: 2;
  width: 15%;
    /*background-color: #ccc;*/
}
.lev01::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

.lev02 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
}
.lev02::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #3498db;
}

.lev02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.lev03 {
  position: relative;
  padding: 0 .5em .5em 1.7em;
  /*border-bottom: 1px solid #ccc;*/
    margin-top: 1em;
    font-size: 1.2em;
}
.lev03::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.lev_after{
    /*padding: 2em 0 2em 1em;    */
    padding: .5em;
    margin: 5px 0px 50px 0px;
}
div.lev_after ol{
    margin-left: 1em;
}


.h07{
	padding:50px 150px;
	margin:50px 0 50px 0;
	border:1px solid #ccc;
	border-radius:4px;
	font-size: 16px;
}

.weblogin{
    width: 100%;
    text-align: center;
}
.weblogin img{
    width: 100%;
    max-width: 900px;
    border: 1px solid #eee;
    margin: 2em;
}
@media screen and (max-width: 640px) {
    .weblogin img{margin: 1em 0 -1em 0;}
}


/*=======================================================================*/
/* wrap
/*=======================================================================*/
#header, #wrap {
	width:100%;
    max-width: 1200px;
	margin:0 auto;
}

/*=======================================================================*/
/* header
/*=======================================================================*/
#header{
    padding: 2em 0 3em 1em;
}
#header-left  {
	float: left;
	padding:30px 0 20px 0;
}

#header-right {
	float: right;
	text-align: right;
	vertical-align: middle;
	padding:6px 0 0 0;
}

@media screen and (max-width: 640px) {
    #header{
        margin: 10px auto;
        padding: .5em 0 .5em 0;
    }
}

/*=======================================================================*/
/* h1
/*=======================================================================*/


#h1wrap{
    display: table;
    width:100%;
    margin-bottom: 4em;
    height: 8em;
    background: linear-gradient(150deg,#0e94f3 15%,#0bb6d2 70%,#1593ffe0 91%);
}

@media screen and (max-width: 640px){
    #h1wrap{
        margin-bottom: 2em;    
    }
}

#h1wrap h1{
    color: white;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3em;
}

/*=======================================================================*/
/* main
/*=======================================================================*/
.main {
	clear: both;
	width:100%;
    padding-top: 0.5em;
}

#merit {
	width:100%;
	background:#00479d;
	margin:0 auto;
	padding: 0 0 30px 0;
}

.part {
	width:870px;
	background:#ffffff;
	margin:0 auto 30px auto ;
	padding: 0 0 30px 0;
}

.graph {
	width:100%;
	background:#00479d;
	margin:0 auto;
	padding:0 0 30px 0;
}


/*=======================================================================*/
/* footer-utility-area
/*=======================================================================*/

hr {
	border: 0px;
	background-color: #dddddd;
	height: 3px;
	margin: 30px 0 10px 0;
}

#footer-utility-area {
	width:100%;
	height:40px;
	margin:0 auto;
}

#footer-utility-area ul {
	list-style:none;
}

#footer-utility-area ul li {
	float:left;
	background: url("../img/separator_01.gif") no-repeat;
        padding-left:11px;
	line-height:0;
	font-size:0;
}

#footer-utility-area ul li.pseudo-first-child {
	padding-left:0px;
	background:none;
}

/*=======================================================================*/
/* accordion
/*=======================================================================*/
.acc{
    margin-bottom: 3.5em;
}

.hide {
    display: none;
    /*border: 1px solid #ccc;*/
    margin: 1em 0;
}

.add {
  display: block;
}

#acc span {
    margin-left: 0.5em;
    display: inline-block;
    width: 5em;
    padding: 0.1em;
    color: #455972;
    border: 1px solid;
    border-radius: 50px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .acc{
        margin: 1.5em 0 2.5em 0;
    }
}

.items_ahead{
    margin: 1em;
    text-align: center;
    font-size: 1.3em;
}

.items_ahead i{
     margin-right: 10px;
}

.items{
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0em;
}
.item{
    border: 1px solid #ccc;
    width: 46%;
    height: 200px;
    margin: .1em auto 0.1em auto;
    border-radius: 5px;
    padding: 0.3em;
}

.item_apl{
    border: 1px solid #ccc;
    width: 31%;
    height: 150px;
    margin: 2px;
    border-radius: 5px;
    padding: 0.3em;
    position: relative;
}

.item_video{
    border: 0px solid #ccc;
    width: 48%;
    height: auto;
    margin: 2px;
    border-radius: 0px;
    padding: 0.3em;
    position: relative;
}

.item ul,.item_apl ul{
    padding-left: 1.3em;
}
.item .center, .item_apl .center{
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
    display: block;
}

.btnqr{
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btnqr .btn{
    width: 60%;
    text-align: center;
    position: absolute;
    left: 15px;

}
.btnqr .btn img{
    width: 90%;
}
.btnqr .qr{
    width: 40%;
    text-align: center;
    position: absolute;
    right: 10px;

}

div.lev01 i.fa-exclamation{
    margin-right: 10px;
    color: crimson;
}

@media screen and (max-width: 640px) {
    .item_apl{
        width: 100%;
        height: 200px;
    }
    .item_video{
        width: 100%;
        height: 300px;
    }
    .item_apl p{
        text-align: center;
    }
    .item_apl .center{
        font-size: 22px;
    }
    .item{
        width: 100%;
        height: 250px;
    }

    .btnqr .btn{
        width: 60%;
        text-align: center;
        position: absolute;
        left: 15px;

    }
    .btnqr .btn img{
        width: 90%;
    }
    .btnqr .qr{
        width: 40%;
        text-align: center;
        position: absolute;
        right: 10px;

    }
}

/*=======================================================================*/
/* slider
/*=======================================================================*/
.slide{
    border: 1px solid #fff;
    /*background-color: #eee;*/
    /*margin: 1px;*/
    padding: 7px;
}
.slide p{
    height: 50px;
    /*background-color: #eee;*/
    display: block;
    font-size: 1.0em;
    /*font-weight: bold;*/
}
.slider2 .slide p{
    height: 90px;
    /*background-color: #eee;*/
    display: block;
    font-size: 1.0em;
    /*font-weight: bold;*/
}


.slide .img {
    margin: 1px;
}

.slide .img img{
    width: 100%;
    border: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
    .slide p{font-size: 1.0em;}
}

.tns-controls {
    text-align: center;
    margin-bottom: 10px;
    /*position: relative;*/
}

.tns-controls [disabled] {
    color: #999999;
    background: #B3B3B3;
    cursor: not-allowed !important;
}

.tns-nav {
    text-align: center;
    margin: 10px 0;
}

.tns-nav > [aria-selected="true"] {
    background: #999;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #fff;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: none;
}

.tns-outer {
    padding: 0 !important;
    position: relative;
    margin-top: -30px;
}
.tns-inner {
  position: relative;
}
.tns-nav {
  text-align: center;
}

.tns-nav > [aria-selected="true"] {
  background: #fff;
}

[data-controls="prev"],
[data-controls="next"] {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -15px;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0.9;
  background: #3498db;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

[data-controls="prev"]:enabled:hover,
[data-controls="next"]:enabled:hover {
  background: #29ff9c;
}


[data-controls="prev"] {
  left: -80px;
}
[data-controls="next"] {
  right: -80px;
}

@media screen and (max-width: 640px) {
    [data-controls="prev"] {
        left: -10px;
        top:70%;
    }

    [data-controls="next"] {
        right: -10px;
        top:70%;
    }
    .slide{padding: 0;}
}


/*=======================================================================*/
/* footer-area
/*=======================================================================*/

.end{
    text-align: center;
    margin-top: -82px;
    font-size: 22px;
    /*font-weight: 900;    */
    margin-bottom: 21px;
}

@media screen and (max-width: 640px) {
    .end{font-size: 17px;}
}

#footer-area {
	clear:both;
	background: url("../img/bg_footer-area.gif") repeat-x scroll;
	height: 80px;
}

#footer-area #footer-area-wrap {
	width:100%;
	margin:0 auto;
}

#footer-area #footer-area-wrap address.corporate-name {
    padding:14px 0 0 10px;
}

#footer-area #footer-area-wrap address.copyright {
    padding-top:7px;
}

@media screen and (min-width: 640px) {
    .sp{display: none;}
    .pc{
        display: block;
        width: 100%;
    }
    #h1wrap h1{
        font-size: 1.7em;
    }
    .sp_tab{
        display: none;
    }
    img.pc{
      max-width: 302px;
    }
}

@media screen and (max-width: 640px) {
    .sp{display: block;}

    .pc{
        display: none;
    }
    .sp_tab{
        width: 100%;
    }

    img.sp_tab{
      max-width: 250px;
    }

    p{
        margin: 0px;
        padding: 6px;
    }

    .h06,.h07{
        margin-left: 5px;
        margin-right: 5px;
    }

    .h07{
        padding: 10px;
    }



/*
    .h06{
        padding:.5em .75em;
        margin-bottom:50px;
        border:1px solid #ccc;
        border-radius:4px;
        font-weight:bold;
        font-size: 17px;
    }

    .h07{
        padding:50px 150px;
        margin:50px 0 50px 0;
        border:1px solid #ccc;
        border-radius:4px;
        font-size: 16px;
    }
*/

}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



/* table */
div table { width: 100%; border-spacing: 1px;}
/*div th, div td  { padding: 10px; border: 1px solid #ddd; }*/
/*div th  { background: #f4f4f4; }*/

/*----------------------------------------------------
  .manual
----------------------------------------------------*/
.manual th  { width: 13%; }
.manual th:first-child{ border: 0px; background-color: transparent;}
.manual td[colspan]  { text-align: center;}
#paypay .manual td[colspan]  { text-align: left;}
.manual td:first-child  { text-align: left; font-weight: bold;}
.manual td:first-child span  { font-size: 0.8em; font-weight: normal;}

/* @media only screen and (max-width: 800px) {
  .manual {
    display: block;
    width: 100%;
    margin: 0 -10px;
  }
  .manual thead{
    display: block;
    float: left;
    overflow-x:scroll;
  }
  .manual tbody{
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .manual th{
    display: block;
    width:auto;
  }
  .manual tbody tr{
    display: inline-block;
    margin: 0 -3px;
  }
  .manual td{
    display: block;
  } 
}
}*/

.container{
    width: 100%;
    max-width: 950px;
    margin: 10px auto;
}

.para{
    text-align: left;
    margin: 10px 10px 70px 0px;
}

.btn-flat-border {
display: block;
    padding: 1.0em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 28px;
    transition: .4s;
    text-align: center;
    width: 90%;
    max-width: 350px;
    margin-top: 20px;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}


xt/*
p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
*/
xtable {
  margin: 20px auto;
}

.tbl-r02 label{
    line-height: 1.5rem;
}

.tbl-r02 input{
    margin-right: 1rem;
}

.tbl-r02 tr {
    border-bottom: 1px solid #ccc;
    
}
.tbl-r02 tr:last-child {
    border-bottom: 0px solid #ccc;   
}

.tbl-r02 th {
    padding: 10px;
    background-color: #eee;
    width: 30%;

}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
/*
  .tbl-r02 {
    width: 80%;
  }
*/
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
    
    .tbl-r02 tr{
    border-bottom: 0px; 
}

}

#h1wrap_w h1{
	text-align: center;
	font-size: 70px;
	color: #FF7C00;
	background: -webkit-linear-gradient(top, #6bf4ff 0%, #2a9dff 50%, #0b85ff 51%, #59d6e0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#h1wrap_w h1.ng{
	margin-top: 2em;
	text-align: center;
	font-size: 1.5em;
	color: #FF7C00;
	background: -webkit-linear-gradient(top, #6fab79 0%, #86dc99 50%, #43e457 51%, #1b7523 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	line-height: 1.3em;
}
#thanks{
	padding: 10px;
	line-height: 1.2rem;
	text-align: center;
}
#h1wrap_w{
	width: 100%;
	max-width: 950px;
	margin: auto;
}
