@charset "UTF-8";

/* common_setting
-------------------------------------------------------------*/
.contents_right {
text-align: center;
float: right;
width: 780px;
}

/* navigation
-------------------------------------------------------------*/
.nav_box ul {
width: 100%;
display: block;
margin-bottom: 10px;
list-style:none;
}
.nav_box li {
position: relative;
float: left;
width: 33.3%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
background: #DDD;
border-bottom: 1px solid #DDD;
}
.nav_box li.current {
background:#68D000;
background-repeat: no-repeat;
background-position: center 28px;
border-bottom: none;
padding-bottom: 1px;
}
.nav_box li.current:after,
.nav_box li.current:before {
content:"";
position:absolute;
height:0;
width:0
}
.nav_box li.current:after {
bottom:-8px;
left:50%;
border:10px solid transparent;
border-bottom:15px solid #FFF;
margin-left:-10px
}
.nav_box li.current:before {
bottom:-8px;
left:50%;
border:10px solid transparent;
border-bottom:10px solid #FFF;
margin-left:-10px
}
.nav_box a{
display: block;
margin: 0;
text-align: center;
height: 40px;
line-height:43px;
font-size: 16px;
font-weight:bold;
color:#666;
border-right: 1px solid #FFF;
}
.nav_box a:hover{
text-decoration:none;
}
.nav_box li.current a{
color:#FFF;
}
.nav_box li:last-child a{
border-right:none;
}

/* contents
-------------------------------------------------------------*/
.explain_area {
width:100%;
margin:0 auto 20px;
text-align: left;
}
.explain_area p{
font-size:14px;
line-height: 1.3;
}
.explain_area h3{
margin-bottom: 10px;
padding-left: 8px;
border-bottom: 2px solid #68D000;
line-height: 22px;
font-size: 17px;
font-weight: bold;
text-align:left;
}
.step {
width: 100%;
text-align:center;
font-size:14px;
font-weight:bold;
}
.step .t_table {
width: 100%;
display: table;
}
.step .t_row {
display: table-row;
}
.step .t_cells {
display: table-cell;
}
.step .t_cells:nth-child(1) {
width: 28%;
}
.step .t_cells:nth-child(2) {
width: 24%;
}
.step .t_cells:nth-child(3) {
width: 24%;
}
.step .t_cells:nth-child(4) {
width: 24%;
}
.step .t_cells p {
position:relative;
display:block;
margin-right: 7px;
background:#68D000;
color:#FFF;
line-height: 28px;
}
.step .t_cells:nth-child(1) p{
padding:3px 2px 3px 5px;
}
.step .t_cells:nth-child(2) p,
.step .t_cells:nth-child(3) p{
padding:3px 2px 3px 10px;
}
.step .t_cells:nth-child(4) p{
margin-right: 0;
padding:3px 2px 3px 5px;
}
.step .t_cells p:before{
border-left: 7px solid #FFF;
border-bottom: transparent 17px solid;
border-top: transparent 17px solid;
content: "";
margin: 0;
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
}
.step .t_cells p:after{
border-left: 8px solid #68D000;
border-bottom: transparent 17px solid;
border-top: transparent 17px solid;
content: "";
margin: 0;
width: 0;
height: 0;
position: absolute;
top: 0;
right: -7px;
}
.step .t_cells:nth-child(1) p:before{
border:none;
}
.step .t_cells:nth-child(4) p:after{
border:none;
}
.explain_area .explain_inner {
margin:15px auto 0;
border: 1px solid #68D000;
border-radius: 3px;
}
.explain_area .explain_title {
width: 100%;
margin: 0 auto;
border-bottom: 1px solid #68D000;
line-height: 1.5;
}
.explain_area .explain_title .title_num {
position: relative;
float: left;
width: 65px;
padding:5px;
background:#68D000;
font-size: 16px;
text-align: center;
color: #FFF;
vertical-align: middle;
height: 20px;
}
.explain_area .explain_title .title_num:after{
position: absolute;
top: 50%;
left: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
pointer-events: none;
border-color:rgba(255, 255, 255, 0);
border-left-color:#68D000;
border-width: 8px;
margin-top: -8px;
}
.explain_area .explain_title .title_text {
padding: 5px 5px 5px 90px;
vertical-align: middle;
color: #646464;
font-size: 16px;
font-weight: bold;
}
.explain_area .explain_contents {
padding:12px;
background: #FFF;
text-align:left;
font-size: 14px;
}
.explain_area .regist_btn_area {
margin: 10px auto;
width: 80%;
}
.explain_area .regist_btn_area a {
display: block;
color: #FFF;
text-decoration:none;
}
.explain_area .regist_btn {
padding: 10px 0;
background: #F90;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
line-height: 22px;
text-align: center;
font-size: 16px;
font-weight:bold;
color: #FFF;
box-sizing: border-box;
position: relative;
}
.explain_area .regist_btn .arrow {
position: absolute;
top: 16px;
right: 8px;
border-style: solid;
border-width: 5px 0 5px 6px;
border-color: transparent transparent transparent #FFF;
box-sizing: border-box;
}
.explain_area .appeal a{
font-weight:bold;
color:#68D000;
text-decoration:underline;
}
.explain_area .appeal a:hover{
color:#5daf0e;
}
.explain_area .capture {
display: block;
margin: 0 auto;
width: 100%;
max-width: 760px;
text-align: center;
}
.explain_area .caption_top {
margin-bottom: 8px;
}
.explain_area .caption_bottom {
margin-top: 8px;
}
.explain_area .more_link {
font-size:14px;
}
.explain_area .more_link .arrow {
display: inline-block;
width: 0;
height: 0;
margin: 0 4px 0 2px;
border-style: solid;
border-width: 5px 0 5px 9px;
border-color: transparent transparent transparent #68D000;
box-sizing: border-box;
}
.explain_area .more_link a,
.explain_area .more_link a:hover {
color: #333;
font-weight: normal;
}
.explain_area .dif_table {
margin:5px auto;
text-align:center;
}
.explain_area .dif_table img {
width: 100%;
max-width: 772px;
text-align: center;
}
.explain_area .browser_btn_area {
margin: 10px 0 10px 1%;
width: 48%;
display: inline-block;
}
.explain_area .browser_btn_area a {
display: block;
color: #FFF;
text-decoration:none;
}
.explain_area .browser_btn {
padding: 10px 0;
background: #2BF;
border-radius: 5px;
line-height: 22px;
text-align: center;
font-size: 16px;
color: #fff;
font-weight:bold;
box-sizing: border-box;
position: relative;
}
.explain_area .browser_btn .arrow {
position: absolute;
top: 16px;
right: 8px;
border-style: solid;
border-width: 5px 0 5px 6px;
border-color: transparent transparent transparent #FFF;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.explain_area .browser_btn:hover {
background: #75caf1;
border-radius: 5px;
}
.explain_area .app_btn_area {
margin: 10px 1% 10px;
width: 48%;
display: inline-block;
}
.explain_area .app_btn_area a {
display: block;
color: #FFF;
text-decoration:none;
}
.explain_area .app_btn {
padding: 10px 0;
background: #F90;
border-radius: 5px;
line-height: 22px;
text-align: center;
font-size: 16px;
color: #fff;
font-weight:bold;
box-sizing: border-box;
position: relative;
}
.explain_area .app_btn .arrow {
position: absolute;
top: 16px;
right: 8px;
border-style: solid;
border-width: 5px 0 5px 6px;
border-color: transparent transparent transparent #FFF;
box-sizing: border-box;
}
.explain_area .app_btn:hover {
background: #f5b95e;
border-radius: 5px;
}
.explain_area .faq h4 {
font-size: 14px;
}
.red_btn {
position:relative;
margin: 5px auto;
padding: 10px 0;
width: 55%;
height: 50px;
background: #F90;
border: 1px solid #F90;
border-radius: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #FFF;
font-size: 20px;
font-weight: bold;
text-align: center;
line-height: 30px;
}
.red_btn:hover {
background: #FFB62F;
}
.red_btn a {
color: #FFFFFF;
display: block;
}
.red_btn a:hover {
text-decoration: none;
}
.red_btn .arrow {
position: absolute;
top: 19px;
right: 8px;
border-style: solid;
border-width: 6px 0 6px 8px;
border-color: transparent transparent transparent #FFF;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}