@charset "UTF-8";
/*----------------共通-------------------*/

body {
    font-family: "Arial", "メイリオ", "MS Pゴシック", "ヒラギノ角ゴ ProN";
    letter-spacing: 0.05em;
    font-size: 16px;
}
header {
    height: auto;
    overflow: hidden;
}
.logo {
    margin-bottom: 0;
    padding-left: 8px;
    /*width: 20%;*/
    min-width: 140px;
    max-width: 220px;
}
.mainimg img {
    /*width: 100vw;*/
    margin-bottom: 15px;
}

.mg-bottom3{
	margin-bottom: 60px;
}

.mg-bottom2{
	margin-bottom: 30px;
}

section {
    margin-bottom: 50px;
    /*overflow: hidden;*/
}
@media screen and (max-width: 480px) {
    section {
        margin-bottom: 40px;
    }
}
/*----------------見出し-------------------*/
h2 {
    font-weight: bold;
    font-size: 30px;
    padding: 0 1rem 0.3rem 1rem;
}
@media screen and (max-width:767px) {
    h2 {
		font-size: 24px;
    }
}
h2 span.under {
    border-bottom: 0.1rem solid #000000;
    padding: 0 1rem 0.5rem 1rem;
}
h3 {
    font-size:min(1.9vw,24px);
    font-weight: bold;
}
@media screen and (min-width:481px) and ( max-width:767px) {
	h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 480px) {
    h3 {
        font-size: 20px;
    }
}
h3 span.underA {
    background: linear-gradient(transparent 60%, #808ef6 80%);
}
h3 span.underJ {
    background: linear-gradient(transparent 60%, #f090a4 80%);
}
h3 span.underM {
    background: linear-gradient(transparent 60%, #a8a8a8 80%);
}

/*----------------コンテナ-------------------*/
#introduction,
#howto,
#product {
    text-align: center;
    margin-bottom: 15px;
}
#item {
	margin: 0 -5px;
}
#takion,
#mcafe {
	background: #edfdfd;
}
#item p.kachi {
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	#takion,
	#junpoke,
	#mcafe {
        padding: 10px 0 20px 20px;
}
	div.takion,
	div.junpoke,
	div.mcafe {
        position: relative;
        height: 21vw;
}
	.takion img,
	.junpoke img,
	.mcafe img {
        position: absolute;
        top: 50%;
        left: 46%;
        transform: translate(-50%, -50%);
        /*width: 60%;*/
}
	#item p.kachi {
        font-size:min(1.7vw,18px);
}
	#item p {
        font-size:min(1.5vw,16px);
}
}

@media screen and (min-width:601px) and ( max-width:767px) {
	#takion,
	#junpoke,
	#mcafe {
        position: relative;
        padding: 30px 0 30px 6vw;
	}
	.takion img,
	.junpoke img,
	.mcafe img {
        width: 28vw;
        position: absolute;
        right: 60px;
        bottom: 30px;
	}
}
@media screen and (max-width: 600px) {
	#takion,
	#junpoke,
	#mcafe {
        position: relative;
        padding: 20px 0 20px 5vw;
	}
	.takion img,
	.junpoke img,
	.mcafe img {
        width: 30vw;
        position: absolute;
        right: 30px;
        bottom: 50px;
	}
}
	
/*----------------タブゾーン-------------------*/
div.tab_container {
    margin-left: 15px;
    margin-right: 15px;
}

.tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    border: 1px solid #37beb0;
    margin: 0 auto;
}

.tab_item {
    /*width: calc(100%/3);*/
    padding: 15px 0;
    border-bottom: 3px solid #37beb0;
    background-color: #ececec;
    text-align: center;
    color: #37beb0;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    letter-spacing: 0.01em;
}
.it1 {
    /*width: 30%;*/ /*3列用*/ 
	width: 50%;		/*2列用*/
}
.it2 {
    width: 50%;
    border-left: 1px solid #37beb0;
    border-right: 1px solid #37beb0;
}

.tab_item:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
    display: block;
}

.tab_container input:checked + .tab_item {
    background-color: #37beb0;
    color: #fff;
}
.tab_container p.c-txtsp {
    font-weight: bold;
    font-size: 24px;
    color: #37beb0;
    padding-bottom: 20px;
}
.c-txtsp2{
    font-weight: bold;
    font-size: 24px;
    color: #37beb0;
    padding-bottom: 20px;
	text-align: center;
}
ol {
    margin-left: -8px;
}
ul {
    list-style: none;
    margin: 20px 0 20px;
    padding-left: 0;
}

li {
    margin-bottom: 20px;
}
.tab_content ul li {
    background-image: url("imgs/coin.gif");
    background-repeat: no-repeat;
    background-position: left 2px;
    line-height: 20px;
    padding-left: 25px;
}
p.small {
    font-size: 1.5rem;
}

.bamei_title{
	border-bottom: double;
}

.bannerArea {
	display: inline-block;
	transition: 0.5s;
}

.bannerArea img {
	border-radius: 15px;
    box-shadow: 0px 0px 1px #333;
}

.bannerArea:hover {
	opacity: 0.4;
}

@media screen and (max-width: 767px) {
	.tab_container p.c-txtsp {
        font-size: 20px;
	}
	.c-txtsp2 {
        font-size: 20px;
	}
	.bamei_title{
		font-size: 13px;
		margin-top: 15px;
		padding-bottom: 5px;
	}
	.sp_fontSize {
		font-size: 12px;
	}
	
	.tab_container p,
	.tab_container li {
        font-size: 13px;
	}
	.bannerArea img {
	border-radius: 10px;
    box-shadow: 0px 0px 2px #333;
	}
}
@media screen and (min-width:481px) and ( max-width:600px) {
	.tab_container p,
	.tab_container li {
        font-size: 13px;
	}
    .tab_item {
        padding: 10px 0;
        font-size: 12px;
        letter-spacing: 0rem;
    }
}
@media screen and ( max-width: 355px) {
	.tab_container p,
	.tab_container li {
        font-size: 11px;
	}
	.bamei_title{
		font-size: 11px;
	}
	.sp_fontSize {
		font-size: 10px;
	}
	.c-txtsp2 {
    	font-size: 17px !important;
	}
	.text-danger2 {
		font-size: 13px !important;
	}
}

/*----------------製品紹介-------------------*/
#trial P {
    text-align: left;
}
table {
    width: 80%;
}
table.appli {
    margin: 20px 0;
}
table.qr {
    margin-bottom: 20px;
}
table.qr img {
    padding-left: 20px;
    padding-right: 0;
}
table td {
    padding: 0;
    white-space: nowrap;
}
div.sp_btn {
	margin: 20px auto;
}
.sp_img2 {
	/*width:150px;*/
	zoom: 0.9;
}
@media screen and (min-width:768px) and ( max-width:1280px) {
    table td {
        padding-right: 8px;
    }
}

@media screen and (min-width:768px) and ( max-width:991px) {
    #trial p {
        font-size: 16px;
    }
    #trial a {
        font-size: 18px;
    }
    table.appli {
        margin: 20px auto 10px;
    }
    table.appli img {
        width: 130px;
    }
    table.qr {
        margin-bottom: 10px;
        font-size: 16px;
    }
    table.qr img {
        padding-left: 0;
    }
}

/*----------------VAN・お問い合わせ-------------------*/
.toiawase {
    font-weight: bold;
    padding: 20px 0 10px;
    text-align: center;
}

/*----------------footer-------------------*/
footer p {
    text-align: center;
    font-size: 12px;
    color: #ffffff !important;
    background-color: #37beb0;
    margin-bottom: 0 !important;
    padding: 8px 0;
}

/*----------------topへ戻る-------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top img {
	width: 60px;
}
@media screen and (max-width: 767px) {
#page-top {
	right: 10px;
}
#page-top img {
	width: 50px;
}
}

/*----------------以下レスポンシブ対応-------------------*/


/*----------------改行調整-------------------*/
@media screen and (max-width: 767px) {
	.adjust {
		display: none;		
	}
	.sp_none{
		display: none;
	}
}
