@charset "utf-8";
/* CSS Document */
/*all*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
    scroll-behavior: smooth;
}
div {
	display: block;
}
body {
	font-family: "Overpass", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	background-color: #fff;
	min-height: 100%;
	margin: 0;
}
p {
	line-height: 1.6;
	word-wrap: break-word;
	margin: 20px 0 0;
	font-size: 1.4em;
}
a {
	color: #fc770f;
	font-weight: bold;
}
img{
	width: 100%;
	vertical-align: bottom;
}
b {
	font-weight: bold;
}

/*コンテンツ全体*/
.content_box {
    max-width: 700px;
    margin: auto;
    font-size: 16px;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}
.red{
	color: red;
}
.mt20{
	margin-top:20px;
}
.mt60{
	margin-top:60px;
}
.mark{
	background: linear-gradient(transparent 60%, #fffb8b 60%);
}
.txt_c{
	text-align: center;
}
.note{
    display:block;
    text-align:right;
    font-size:12px;
    margin-bottom:20px;
    color: #999;
}
/*SPの表示*/
@media (min-width:  640px){
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
    .sp_hyouji{
        display: none
    }
}
@media (max-width:  640px){
	p {
		font-size: 1.2em;
	}
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .sp_hyouji{
       text-align: center;
       font-size: 15px;
    }
    #contents{
        padding: 0 4%;
    }
}

/*FV*/
header {
    text-align: center;
    padding: 0;
    margin-bottom: 3%;
}
header img {
    padding: 0;
}
.fv {
    position: relative;
}
.btn_fv {
    position: absolute;
    padding: 14px;
    left: 0%;
    bottom: 4%;
    right: 0%;
    text-align: center;
    margin: 0 45px;
    background-color: #EC2323;
    border-radius: 50px;
    box-shadow: 0 10px 0 0 rgba(182,12,12,1);
    color: #fff;
    font-size: 1.4em;
    text-decoration: none;
}
@media (max-width:  640px){
    .btn_fv{
        padding: 5px;
        margin: 0px 25px;
        font-size: 1em;
        box-shadow: 0 7px 0 0 rgb(182 12 12);
    }
    
}

/*検索フォーム*/
.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
}
.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
}
.searchtable .searchcenter {
    text-align: center;
}
.searchtable .searchbutton {
    background-color: #FF6D46;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
}
.searchtable th {
    border-collapse: collapse;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
    padding: 10px;
    line-height: 1.4;
    border-right: 1px solid #ccc;
}
.searchtable td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 5px 0px 5px 10px;
}

.pics {
    margin-bottom: 4%;
}
.searchordercontainer {
    margin-top:3%;
}
.searchordercontainer tr, td, th{
    border: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.searchordercontainer dd {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0px;
  line-height: 20px;
}
.searchordercontainer a {
  text-decoration: none;
}
.objecttable {
  margin: auto;
  width: 100%;
  border: 2px solid #ccc;
}
.objecttitle {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    background-color: #fb5152;
    color: #fff;
}
.objecttable tr, .objecttable th, .objecttable td{
    border: 1px solid #cfcfcf;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.objecttable th{
    background: #C0E3F0;
    font-weight: bold;
}
.objectimg{
    text-align: center;
}
.objectimg img{
    width: 35%;
    margin: auto;
    height: auto;
}
.thisinfotable {
  margin: auto;
  width: 100%;
}
.oflBtn {
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width:640px){
    .form{
        margin:2%;
    }
    .searchtable {
        background: #fff;
        margin: 0 auto;
        width:90%;
    }
    .searchtable th {
        border-collapse: collapse;
        border: none;
        color: #464646;
        background-color: #e9e9e9;
        font-weight: bold;
        vertical-align: middle;
        font-size: 16px;
        padding: 5px;
        line-height: 1.4;
        margin: auto;
        display: block;
        text-align: center;
    }
    .searchtable td {
        border-collapse: collapse;
        border: none;
        vertical-align: middle;
        padding: 5px;
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .spbr label {
        padding: 3px;
        border: none;
    }
    .objectimg img {
        width: 70%;
    }
}


/*チェックポイント*/
.checkpoint{
	border:8px solid #ff9c00 ;
	margin:40px 0;
}
.checkpoint_ttl{
    background-color: #ff9c00;
    padding: 1% 4% 2%;
    font-size:2em;
    color:#fff;
    text-align:center;
    font-weight: bold;
}
.checkpoint_contents{
	padding: 4%;
}
.point_box:first-child{
    background-color: #fff9e6;
    padding: 20px;
}
.point_box:nth-child(2),.point_box:nth-child(3){
	margin-top: 30px;
}
.point_ttl{
	font-size: 1.8em;
	color: #ff9c00;
}
.point_ttl span{
	background-color: #ff9c00;
	padding:3px 15px;
	color: #fff;
	margin-right: 20px;
}
.point_box p{
	border-top:dashed 2px #ccc ;
	padding-top: 10px;
}
@media (max-width:  640px){
    .checkpoint_ttl{
        font-size:1.5em;
    }
    .point_ttl{
        font-size: 1.5em;
        display: flex;
    }
    .point_ttl span{
        height: 37px;
        margin-right: 4%;
    }
    
}

/*比較表*/
.rankTable {
    border: 10px solid #ffecb1;
    margin-top: 30px;
}
table {
    background: #fff;
    border-collapse: collapse;
    color: #222;
    text-align: center;
}
.rankTable table th {
    width: 9.0%;
    font-size: 12.5px;
}
.rankTable th {
    position: sticky;
    padding: 9px 0px 9px;
    background-color: #ff9c00;
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
}
.rankTable tr th+td {
    background-color: #fff9e6;
}
.rankTable td {
    border-bottom: 1px dotted #eee;
    border-top: none;
    padding: 0px 0px 9px;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}
span.ex {
    font-size: 5.0rem;
	color: #f8525d;
}
span.so {
    font-size: 5.0rem;
    color: #f5c132;
}
span.go {
    font-size: 5.0rem;
    color: #7cd0dd;
}

@media (max-width: 620px) {
    .rankTable {
        overflow-x: scroll;
    }
    .rankTable table {
        width: 550px;
    }
    table th{
        right: 10px;
        z-index: 5;
    }
	span.ex,span.so,span.go {
		font-size: 4.5rem;
	}
}

/*セノビル*/
.normal_ttl{
	background-color: #ff9c00;
	font-size: 1.8em;
	font-weight: bold;
	padding: 10px 20px;
	color: #fff;
	margin-top: 60px;
}
@media (max-width:  640px){
    .normal_ttl{
        font-size:1.5em;
    }
    
}

/*試してみた*/
.try{
	border:#FADA28 solid 8px;
	background-image: linear-gradient(#f5f5f5 1px, transparent 0), linear-gradient(90deg, #f5f5f5 1px, transparent 0);
    background-size: 30px 30px;
	margin-top: 40px;
	border-radius: 10px;
}
.try_content{
	padding: 30px;
}

@media (max-width:  640px){
    .try_content{
        padding: 6% 4%;
    }
    
}

/*利用者の声*/
.review_box {
    height: 370px;
    overflow-y: scroll;
    border: 4px solid #ffecb1;
    padding: 0 30px;
    margin: 15px auto;
}
.review_child{
    border-bottom:1px solid #ddd;
    padding: 30px 0px;
    font-size:0.8em;
}
.review_child>div{
    display: flex;
}
.review_child>div img{
    width: 15%;
    margin-right: 3%;
    height: 77px;
}
.review_child>div div{
    width: 100%;
}
.review_child>div div p{
    margin: 5px 0;
}
.review_child>div div p:first-child{
    font-weight: bold;
    color:#f0633c;
}
.review_child>div div .star{
    color: #ffa627;
    margin: 0 5px 0 10px;
}
.review_child>p{
    text-align: justify;
}
.date {
    text-align: right;
    margin-bottom: 1%;
    font-size: 0.8em;
}
@media (max-width:  640px){
    .review_box{
        height:318px;
        padding:0 4%;
    }
    .review_child{
        padding:4% 0;
    }
    .review_child>div img{
        height: 60px;
        width:60px;
    }
}

/*セノビルの特徴*/
.senobiru{
	border:#ff9c00 solid 2px;
	padding: 30px;
	margin-top:60px;
}
.senobiru_ttl{
	background-color: #ffecb1;
	color: #f0633c;
	font-size: 1.8em;
	font-weight: bold;
	padding: 10px 20px;
}
.senobiru_ttl:nth-of-type(2),.senobiru_ttl:nth-of-type(3){
	margin-top:30px;
}
@media (max-width:  640px){
    .senobiru{
        padding: 6% 4%;
    }
    .senobiru_ttl{
        font-size:1.5em;
    }
}

/*キャンペーン*/
.campaign{
	background-color: #fff9e6;
	padding: 30px;
	margin-top: 60px;
}

.campaign_ttl{
	background: linear-gradient(to right, #f24d4d, #f4a730);
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	padding: 10px 20px;
}
@media (max-width:  640px){
    .campaign{
        padding: 6% 4%;
    }
    .campaign_ttl {
        font-size:1.5em;
    }
}

/*CTA*/
.cta_btn2{
    margin-top:20px;
}
.animate {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animate69, .a-btnsub69, .a-option69 {
    animation-duration: 1.4s !important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s !important;
}
.animate69 {
    -webkit-animation-name: animate69;
    -moz-animation-name: animate69;
    -o-animation-name: animate69;
    animation-name: animate69;
}
.animate {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animate69 {
    -webkit-animation-name: animate69;
    -moz-animation-name: animate69;
    -o-animation-name: animate69;
    animation-name: animate69;
}
@keyframes animate69{
    0% {
        transform: skewX(
            9deg
        );
    }
    10% {
        transform: skewX(
            -8deg
        );
    }
    20% {
        transform: skewX(
            7deg
        );
    }
    30% {
        transform: skewX(
            -6deg
        );
    }
    40% {
        transform: skewX(
            5deg
        );
    }
    50% {
        transform: skewX(
            -4deg
        );
    }
    60% {
        transform: skewX(
            3deg
        );
    }
    70% {
        transform: skewX(
            -2deg
        );
    }
    80% {
        transform: skewX(
            1deg
        );
    }
    90% {
        transform: skewX(
            0deg
        );
    }
    100% {
        transform: skewX(
            0deg
        );
    }
}

/*ノビエース・MAX　GPCα*/
.product{
    border: 2px solid #cccccc;
    border-top: 6px solid #ff9c00;
    padding: 30px;
    margin-top: 60px;
}
.product_ttl{
	font-size: 1.8em;
	font-weight: bold;
}
.n_btn a{
    display:flex;
	background: #11c524;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 10px 0 #00790d;
    margin: 25px 0 40px;
	color: #fff;
	max-width: 660px;
	justify-content: space-around;
}
@media (max-width:  640px){
    .product{
        padding: 6% 4%;
    }
    .product_ttl{
        font-size:1.5em;
    }
    
}

footer {
    padding: 30px 0 60px;
    background: #ffaa54;
    text-align: center;
    margin-top: 60px
}
footer a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
@media (max-width:  640px){
    footer {
        padding: 2% 0 9%;
    }
}