@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {
    #browsebar-wrapper {
        height: 0;
        overflow: hidden;
    }

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}

.modal-video{background-color:rgba(0,0,0,0.5)!important;}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px!important;right:10px!important;cursor:pointer }

/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:60px!important;
}
/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.mod_section a{
    text-decoration: none;
    color: #000;
}

.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizeup-l {
	font-size: 1.5em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}
.js-fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-01.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-02.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.0s; 
}

.js-fadeUp-03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-03.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.5s; 
}

.js-fadeUp-04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-04.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2.0s; 
}


/* ------------------------

.btn_sec_plan

------------------------ */
.btn_sec_plan {
  margin: 0 auto 0 0;
}

@media screen and (max-width: 640px) {
.btn_sec_plan {
  margin: 0 auto 0;
}
}

/* ------------------------

.btn_sec_link

------------------------ */
.btn_sec_link {
	margin: 1em auto 0;
	width: 700px;
}

.btn_sec_link a {
	padding: 24px 0 22px;
}
@media screen and (max-width: 768px) {
	.btn_sec_link a {
	font-size: 4.4vw;
}
}

@media screen and (max-width: 640px) {
.btn_sec_link {
	margin: 1em auto 0;
	width: auto;
}
.btn_sec_link a {
	padding: 20px 0 16px;
	font-size: 4vw;
}
}

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.c-marker.is-active{
    background-position: 0% .5em;
}
/*-------------------------
  triangle
-------------------------*/
.triangle_gray {
    border-top: 80px solid #e9e9e9;
    border-right: 50vw solid #fff;
    border-left: 50vw solid #fff;
}

.triangle_white {
    border-top: 80px solid #fff;
    border-right: 50vw solid #e9e9e9;
    border-left: 50vw solid #e9e9e9;
}

@media screen and (max-width: 640px) {
.triangle_gray {
    border-top: 40px solid #e9e9e9;
}

.triangle_white {
    border-top: 40px solid #fff;
}
}

/*-------------------------
   colum1_wide_wrap
-------------------------*/
.colum1_wide_wrap {  
  max-width: 700px;
}
/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}
.two_one_column_bottom{
	align-items: flex-end;
}
.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column{
    width: 48%;
}
@media screen and (max-width: 640px) {
.two_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_one_column .column{
    width: 100%;
}
	
.two_one_column .column img.width{
    width: 80vw;
	margin: 0 auto;
	Display: flex;
}
		
.two_one_column .column:nth-child(n+2){
	margin-top: 2em;
}
}
/*-------------------------
   two_two_column
-------------------------*/
.two_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_two_column .column,
.two_two_column .column_inner{
    width: 48%;
}

/*-------------------------
   three_one_column
-------------------------*/
.three_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_one_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_one_column .column{
    width: 31%;
}
@media screen and (max-width: 640px) {
.three_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.three_one_column .column{
    width: 100%;
}
	
.three_one_column .column img.width{
    width: 80vw;
	margin: 0 auto;
	Display: flex;
}	
.three_one_column .column:nth-child(n+2){
	margin-top: 2em;
}
}
/*-------------------------
   three_two_column
-------------------------*/
.three_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_two_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_two_column .column{
    width: 31%;
}
.three_two_column .column:nth-child(n+4){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.three_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.three_two_column .column{
    width: 48%;
}	
.three_two_column .column:nth-child(n+3){
	margin-top: 1em;
}
}
/*-------------------------
   six_three_column
-------------------------*/
.six_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.six_three_column::after{
    content:"";
    display: block;
    width: 15%;
}

.six_three_column .column{
    width: 15%;
}
.six_three_column .column:nth-child(n+7){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.six_three_column ::after{
    content:"";
    display: block;
    width: 31%;
}

.six_three_column  .column{
    width: 31%;
}	
.six_three_column  .column:nth-child(n+4){
	margin-top: 1em;
}
}
/*-------------------------
   white_box
-------------------------*/
.white_box{
	background: #FFF;
	padding: 2em;
}
@media screen and (max-width: 640px) {
.white_box{
	padding: 2em 1em;
}
}
/* bnr_contact_block
-----------------------------------------*/
.bnr_contact_block{
	position: relative;
	margin: 0 auto;
	width: 966px;
	display: none;
}
.bnr_contact_block .bnr_contact_box{
	position: fixed;
	bottom: 0;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	z-index: 88;
}
.bnr_contact_box_inner{
	width: 966px;
	box-sizing:border-box;
	padding: 10px 0;
	background-color: rgba(0,32,96,0.8);
	text-align: center;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 118%;
	font-weight: bold;
	line-height: 1.8;
}
.bnr_contact_block .bnr_contact_box_inner a{
	display: block;
}
.bnr_contact_block .bnr_contact_box .close{
	position: absolute;
	right: 10px;
	top:10px;
}
.bnr_contact_block .bnr_contact_box .close a{
	display: block;
	width: 20px;
	height: 25px;
	text-align: center;
}
.bnr_contact_block .bnr_contact_box .close a span{
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.bnr_contact_block .bnr_contact_box .close a i{
	font-size: 20px;
	z-index: 888;
	color: #FFF;
}
@media screen and (max-width: 640px) {
.bnr_contact_block{
	width: 90vw;
}
.bnr_contact_box_inner{
	width: 90vw;
	padding: 10px 0 4px;
}
.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 3.4vw;
	line-height: 1.4;
}
}

/* ------------------------

.btn_bnr_popup

------------------------ */
.btn_bnr_popup {
	margin: 10px auto;
	width: 100%;
}
.btn_bnr_popup a{
	position: relative;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #707070;
	text-align: center;
	line-height: 1.5;
	transition: all .4s ease;
	font-size: 118%;
	letter-spacing: 1px;
	background-color: #ffffff;
	border-radius: 30px;
	font-weight: bold;
}
.btn_bnr_popup a:hover{
	background-color: #ffffff;
}
.btn_bnr_popup a span{
	position: relative;
}
.btn_bnr_popup a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}
.btn_bnr_popup a:hover:after{
	right: 5px;
}
.btn_bnr_popup a:hover:before {
	left: 0;
	right: auto;
	width: calc(100% - 1px);
}

@media screen and (max-width: 640px) {
	.btn_bnr_popup {
	  width: 89.555%;
	  margin: 6px auto;
  }
.btn_bnr_popup a{
	padding: 6px 0 4px;
	font-size: 3.6vw;
}
}


/*-------------------------
  toggle
-------------------------*/

.toggle_title {
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 1.4;
	height: 20px;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #FFF;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #0052a4;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}

.toggle_contents:first-of-type dd {
	display: block;
}

@media screen and (max-width: 640px) {
.toggle_btn {
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}
}

.bnr_contact_block .two_one_column{
	width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.bnr_contact_block .two_one_column{
	width: auto;
}
	
.bnr_contact_block .two_one_column .column:nth-child(n+2){
	margin-top: 0em;
}
}

.b-marker {
    background: -webkit-linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background: linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.b-marker.is-active{
    background-position: 0% .5em;
}

.bb-marker {
    background: -webkit-linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background: linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.bb-marker.is-active{
    background-position: 0% .5em;
}
/*-------------------------
  .mod_billboard
-------------------------*/
.mod_billboard_inner {
  margin-inline: auto;
  position: relative;
  width: 100%;
}
.mod_billboard_img img {
  height: auto;
  width: 100%;
}
.mod_billboard_title {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  left: 30%;
  position: absolute;
  text-shadow: 2px 2px 5px #FFF;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.8;
  background-color: rgb(256 256 256 / 0.7);
  padding: 0.4em 1em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .mod_billboard_title {
    font-size: 6vw;
    padding: 0.4em;
    top: 28%;
    left: 50%;
  }
}
/*-------------------------
  reform_block
-------------------------*/
.reform_block {
  margin: 0 0 2em;
  background: #FFF;
  padding: 4em 0 0;
}
.reform_block h2 {
  margin: 0 0 0.8em;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
  letter-spacing: 0.1rem;
}

.reform_block h2 img {
  width: 240px;
  vertical-align: middle;
}

.reform_block h2 small {
  font-size: 50%;
	line-height: 1.0;
	display: inline-block;
}
.reform_block p {
  margin: 0 0 2em;
  font-size: 108%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .reform_block h2 {
    font-size: 5.6vw;
  }
  .reform_block p {
    font-size: 4vw;
    text-align: left;
  }
}
/*-------------------------
   reform_box
-------------------------*/
.reform_box {
  border: 2px solid #4c4c4c;
  border-radius: 10px;
  margin: 2em 0 0 0;
}
.reform_box h3 {
  background: #4c4c4c;
  color: #FFF;
  text-align: center;
  margin: 0;
  position: relative;
  font-size: 138%;
  padding: 0.4em 0.6em;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.reform_box h3::after {
  position: absolute;
  content: '';
  top: 100%;
  left: calc(50% - 14px);
  border: 14px solid transparent;
  border-top: 14px solid #4c4c4c;
  width: 0;
  height: 0;
}
.reform_box .inner {
  padding: 2em 2em 1em;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
.reform_box .inner ul {
  margin: 0 auto;
  display: inline-block;
}
.reform_box .inner ul li {
  text-align: left;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: relative;
  padding: 0 0 0 2em;
}
.reform_box .inner ul li span {
  font-size: 125%;
}
.reform_box .inner ul li:nth-child(n+2) {
  margin-top: 0.6em;
}
.reform_box .inner ul li:before {
  content: " \f046";
  font-family: FontAwesome;
  position: absolute;
  left: 0em;
  color: #4c4c4c;
  font-size: 138%;
}
@media screen and (max-width: 640px) {
  .reform_box {
    margin: 2em 0 0 0;
  }
  .reform_box h3 {
    font-size: 5vw;
  }
  .reform_box .inner ul li {
    font-size: 4vw;
    line-height: 1.4;
  }
  .reform_box .inner ul li:nth-child(n+2) {
    margin-top: 1em;
  }
  .reform_box .inner ul li:before {
    top: 0.5em;
  }
}
/*-------------------------
  features_block
-------------------------*/
.features_block {
  margin: 0 0 0;
  padding: 4em 0;
  background: #e9e9e9;
}
.features_block h2 {
  margin: 0 0 0;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
.features_block p.lead {
  font-size: 118%;
  margin: 1em 0;
}
.features_block .logo {
  margin: 1em auto 0;
  text-align: center;
  width: 200px;
}
.features_block h3 {
  text-align: center;
  font-size: 175%;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.6em;
}
.features_block h3.function {
  margin: 0.6em 0 0.6em;
  font-size: 118%;
  font-weight: bold;
  line-height: 1.4;
	text-align: left;
}

.features_block h4 {
  position: relative;
  margin-bottom: 30px;
  padding: 16px;
  border-radius: 8px;
  background-color: #efefef;
  text-align: center;
  font-size: 108%;
	font-weight: bold;
  line-height: 1.5;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

.features_block h4 span {
  font-size: 75%;
}

.features_block h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #efefef transparent transparent;
  translate: -50% 100%;
}
.features_block h4 .only{
	text-align: center;
	width: 100%;
}
.features_block h4 .only:first-line{
  font-size: 75%;
}
.graph_annotation{
  margin: 1em 0;
  font-size: 88%;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .features_block h2 {
    font-size: 6vw;
  }
  .features_block p {
    font-size: 4vw;
  }
  .features_block p.lead {
    font-size: 4.4vw;
  }
  .features_block h3 {
    font-size: 5vw;
  }
  .features_block h3.function {
    font-size: 4.4vw;
  }
  .graph_annotation{
    font-size: 3vw!important;
	text-align: left;
}
}
/*-------------------------
  price_block
-------------------------*/
.price_block{
    display : flex;
    flex-wrap : wrap;
	align-items:center;
	justify-content: center;
	margin-top: 2em;
}

.price_block_left{
    width: 40%;
	padding-right: 4%;
	box-sizing: border-box;
}
.price_block_left img{
    width: 300px;
}
.price_block_right{
    width: 60%;
}

@media screen and (max-width: 640px) {
.price_block_left{
    width: 100%;
	padding-right: 0;
    margin: 0 0 1em;
}

.price_block_right{
    width: 100%;
}
}
/*-------------------------
  arrow_block
-------------------------*/
.arrow_block{
    display : flex;
    flex-wrap : wrap;
	align-items:center;
	justify-content: center;
	margin-top: 1em;
}

.arrow_block_left{
    width: 45%;
}
.arrow_block_center{
    width: 10%;
	text-align: center;
}
.arrow_block_right{
    width: 45%;
}

@media screen and (max-width: 640px) {
.arrow_block_left{
    width: 100%;
}
.arrow_block_center{
    width: 100%;
    margin: 0 0 1em;
}
.arrow_block_right{
    width: 100%;
}
}
/*-------------------------
  arrow
-------------------------*/
.arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 62px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 45px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
.arrow {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 33px;
    margin: 0 0 2em;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 45px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 2px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
}
/*-------------------------
  box
-------------------------*/
.box {
    padding: 1em;
    background-color: #efefef;
}

.box::before {
    display: block;
    padding: 0.5em 0;
    margin-bottom: 1em;
    background-color: #000;
    color: #fff;
    text-align: center;
    content: attr(data-title);
    font-size: 118%;
    font-weight: bold;
}

.box p {
    color: #333;
    line-height: 1.5;
}

.box ul {
  column-count: 2;
  width: fit-content;
  column-gap: 2em;
}