@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------
/* header
---------------------------------------------------------- */
header {
	width: 100%;
	background: #1a73e8;
	}

header #headerIn {
	width: 100%;
	height: 60px;
    padding-left: 1.5rem !important;
	margin: 0 auto;
	position: relative;
	}

header #headerIn .logo {
	top: 10px;
	position: absolute;
	}

header #headerIn .logo img {
	width: 370px;
	height: 40px;
	}

.header_logo_img {
    margin-left: 20px;
    margin-top: -16px !important;
    width: 267px;
}

header #headerIn p {
	color: #fff;
	top: 21px;
	left: 220px;
	position: absolute;
    font-size:13px;
    font-weight:700;
	}

header #headerIn a.btn {
	width: 300px;
	height: 40px;
	color: #1a73e8;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	background-size: 26px 18px ;
	background-position: 25px center;
	border-radius: 5px;
	padding: 9px 0 0 0px;
	top: 10px;
	right: 0;
	position: relative;
    font-size:13px;
    font-weight: 700;
    margin-right:10px;
	}

.regist a.btn_blue {
	width: 400px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #1a73e8;
	background-size: 26px 18px ;
	background-position: 25px center;
	border-radius: 50px;
	padding: 12px;
	position: static;
	}

@media (max-width: 1020px){
header #headerIn {
	width: 100%;
	}

header #headerIn .logo {
	left: 10px;
	}

header #headerIn a.btn {
	right: 10px;
	}
}

/*
@media (max-width: 860px){
header #headerIn {
	height: auto;
	position: static;
	}

header #headerIn .logo {
	height: 30px;
	margin: 10px;
	float: left;
	position: static;
	}

header #headerIn .logo img {
	width: 117px;
	height: 30px;
	}

header #headerIn p {
	font-size: 12px;
	font-size: 1.2rem;
	color: #3e1a04;
	text-align: center;
	background: #edd1a6;
	padding: 5px 0;
	position: static;
	clear: both;
	}

header #headerIn a.btn {
	height: 36px;
	margin: 7px 7px 7px 0;
	padding: 7px 0 0 36px;
	float: right;
	position: static;

	}
}
*/

@media (max-width: 480px){

header #headerIn .logo img {
    width: 145px;
    height: 30px;
}

header #headerIn .logo {
	top: 3px;
	left: 10px;
	position: absolute;
}

header #headerIn p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #3e1a04;
    text-align: center;
    background-color: #fcffc3;
    padding: 5px 0;
    position: static;
    clear: both;
}

header #headerIn a.btn {
	width: 130px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
	background-position: 10px center;
	padding: 6px 0 5px 31px;
	}

header #headerIn a.btn span {
	display: none;
	}


#about h2 {
    /* font-size:28px !important; */
    font-size:1.7rem !important;
}

#feature ul#buono li .box .image {
    width: 30% !important;
    display: table-cell;
}

#free #freeIn #standard dl dt {
	width: 100%;
	font-weight: normal;
	color: #3e1a04;
	text-align: left;
	background: #ffffef !important;
	border-bottom: 1px solid #1a73e8 !important;
	border-right: none;
	margin: 0;
	padding: 15px 30px 15px 10px;
	display: block;
	position: relative;
	cursor: pointer;
	pointer-events: auto;
}

#free #freeIn #standard dl dt:after {
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	right: 10px;
	border-top: 3px solid #1a73e8 !important;
	border-right: 3px solid #1a73e8 !important;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: -8px 0 0 0;
	position: absolute;
	display: block;
	}

    #free #freeIn #standard dl dd {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #1a73e8 !important;
        margin: 0;
        padding: 15px 10px;
        display: none;
    }




}



/* ----------------------------------------------------------
/* Common
---------------------------------------------------------- */
#wrapper {
	background: #fefaf1;
	}

#wrapper h1 ,
#wrapper h2 {
	font-size: 32px;
	font-weight: 700;
    color:#333;
	line-height: 1;
	text-align: center;
	margin: 0 0 30px 0;
	}

#wrapper .btn_contact {
	width: 600px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #1a73e8;
	border-radius: 10px;
	margin: 0 auto;
	padding: 15px;
	display: block;
	}

#wrapper .btn_contact img {
	margin: 0 10px 0 0;
	vertical-align: baseline;
	}

/* table */
table.table {
	width: 100%;
	border-collapse: collapse;
	}

table.table thead th {
	color: #fff;
	background: #3e1a04;
	border: 1px solid #3e1a04;
	padding: 10px 20px;
	}

table.table tbody th {
	border: 1px solid #3e1a04;
	padding: 10px 20px;
	}

table.table tbody th.item {
	color: #fff;
	background: #3e1a04;
	}

table.table td {
	vertical-align: middle;
	border: 1px solid #3e1a04;
	padding: 10px 20px;
	}

table.table td strong {
	display: none;
	}

/* trademark */
#trademark {
	width: 1000px;
	font-size: 9px;
	font-size: 0.9rem;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}

/* pageTop */
#pageTop {
	bottom: 75px;
	right: 15px;
	position: fixed;
	z-index: 100;
	}

/*
@media (max-width: 1020px){
#trademark {
	width: 100%;
	padding: 0 15px 20px 15px;
	}
}

@media (max-width: 768px){
#wrapper h1 ,
#wrapper h2 {
	font-size: 28px;
	font-size: 2.8rem;
	}

#wrapper .btn_contact {
	font-size: 18px;
	font-size: 1.8rem;
	}

#wrapper .btn_contact img {
	width: auto;
	height: 15px;
	}


#pageTop {
	bottom: 90px;
	right: 10px;
	}
}

@media (max-width: 640px){
#wrapper h1 ,
#wrapper h2 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 20px 0;
	}

#wrapper .btn_contact {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	}

#wrapper .btn_contact img {
	width: auto;
	height: 12px;
	}

#wrapper .btn_contact span {
	display: none;
	}


#pageTop {
	bottom: 65px;
	right: 10px;
	}


table.table thead {
	display: none;
	}

table.table tr {
	margin: 0 0 20px 0;
	display: block;
	}

table.table tr:last-child {
	margin: 0;
	}

table.table tbody th {
	color: #fff;
	background: #3e1a04;
	border: none;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	display: block;
	}

table.table td {
	vertical-align: middle;
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	}

table.table td:last-child {
	margin: 0;
	}

table.table td.title {
	font-weight: bold;
	color: #ff9900;
	}

section table.table td strong {
	display: block;
	}
}

@media (max-width: 320px){
#wrapper .btn_contact {
	font-size: 14px;
	font-size: 1.4rem;
	}

#wrapper .btn_contact img {
	height: 10px;
	}
}
*/


/* ----------------------------------------------------------
/* footer
---------------------------------------------------------- */
footer {
	width: 100%;
	background: #fff;
	}

footer #footerIn {
	width: 1000px;
	margin: 0 auto;
	padding: 24px 0;
	}

footer #footerIn .logo {
	float: left;
	}

footer #footerIn nav {
	float: right;
	}

footer #footerIn nav a {
	color: #333;
	text-decoration: none;
	}

footer p#copyright {
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
	text-align: center;
	background: #1a73e8;
	padding: 10px;
	}

@media (max-width: 1020px){
footer #footerIn {
	width: 100%;
	padding: 24px 15px;
	}
}

@media (max-width: 660px){
footer #footerIn {
	padding: 15px 15px;
	}

footer #footerIn .logo {
	text-align: center;
	margin: 0 0 10px 0;
	float: none;
	}

footer #footerIn nav {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	float: none;
	}

footer p#copyright {
	font-size: 9px;
	font-size: 0.9rem;
	padding: 5px;
	}
}


