@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: 1.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: 2s; 
}

.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: 2.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: 3.5s; 
}


/* ------------------------

.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;
}
}
/*-------------------------
  example_block
-------------------------*/
.example_block{
	margin: 0 0 0;
	background: #e9e9e9;
	padding: 4em 0 2em;
}

.example_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.example_block p{
	margin: 0 0 2em;
	font-size: 108%;
	text-align: center;
}

@media screen and (max-width: 640px) {
.example_block{
	margin-top: 0;
}
.example_block h2{
	font-size: 5.6vw;
}
.example_block p{
	font-size: 4vw;
	text-align: left;
}
}

/*-------------------------
   example_box
-------------------------*/
.example_box{
	border: 2px solid #7f7f7f;
	border-radius: 10px;
	margin: 2em 0 0 0;
}
.example_box h3{
	background: #7f7f7f;
	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;
}
.example_box h3::after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc( 50% - 14px );
	border: 14px solid transparent;
	border-top: 14px solid #7f7f7f;
	width: 0;
	height: 0;
}
.example_box .inner{
	padding: 2em 2em 1em;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.example_box .inner ul{
	margin: 0 auto;
	display: inline-block;
}
.example_box .inner ul li{
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	padding-left: 30px;
	letter-spacing: 0.1rem;
	background: url("../img/bg_example.png")left 0px top 3px no-repeat;  
	background-size: 20px auto;
}
.example_box .inner ul li span{
	font-size: 125%;
}
.example_box .inner ul li:nth-child(n+2){
	margin-top: 0.6em;
}
.example_box .inner ul li:before {
	background: url("../img/bg_example.png");
	position: absolute;
	left : 0em;
}
@media screen and (max-width: 640px) {
.example_box{
	margin: 2em 0 0 0;
}
.example_box h3{
	font-size: 5vw;
}
.example_box .inner ul li{
	font-size: 4vw;
	line-height: 1.4;
	padding-left: 10vw;
	background-size: 6vw auto;
}
.example_box .inner ul li:first-child{
	margin-bottom: 1em;
}
}
/*-------------------------
  reform_block
-------------------------*/
.reform_block{
	margin: 0 0 4em;
	background: #FFF;
	padding: 4em 0 2em;
}

.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 span{
	color: #E68C45;
	font-size: 108%;
}

.reform_block h2 sup {
	font-size: 50%;
}

.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 #E68C45;
	border-radius: 10px;
	margin: 4em 0 0 0;
}
.reform_box h3{
	background: #E68C45;
	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 #E68C45;
	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: #E68C45;
	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;
}
}
/*-------------------------
  usui-ta_block
-------------------------*/
.usui-ta_block{
	margin: 0 0 4em;
	padding: 4em 0;
	background: #e9e9e9;
}
.usui-ta_block .usui-ta_box{
	margin: 0 0 0.2em;
	padding: 0.6em 1em 0.4em;
	background: #E68C45;
	display: inline-block;
	border-radius: 20px;
	font-weight: bold;
	color: #FFF;
}

.usui-ta_feature {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
}

.usui-ta_feature::before,
.usui-ta_feature::after {
    width: 3px;
    height: 40px;
    background-color: #e68c45;
    content: '';
}

.usui-ta_feature::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.usui-ta_feature::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.usui-ta_ttl{
    display : table;
	margin: 0 auto 2em;
}

.usui-ta_ttl_left{
    display : table-cell;
	font-size: 138%;
	font-weight: bold;
	padding-right: 30px;
	text-align: right;
	color: #604C3F;
}

.usui-ta_ttl_right{
    display : table-cell;
	width: 300px;
}

.usui-ta_block h3{
	margin: 0.4em 0 0.4em;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.4;
	color: #604C3F;
}

.usui-ta_block h3 span{
	font-size: 88%;
}
.usui-ta_block ul.list li {
	position: relative;
	padding: 0 0 0 1.2em;
	font-size: 118%;
}
.usui-ta_block ul.list li:before {
	content: " \f192";
	font-family: FontAwesome;
	position: absolute;
	left : 0em;
	color: #E68C45;
}
@media screen and (max-width: 640px) {
.usui-ta_block .usui-ta_box{
	font-size: 4vw;
}
.usui-ta_feature {
	text-align: center;
	font-size: 5vw;
}
.usui-ta_ttl_left{
	display: block;
	margin-bottom: 0.6em;
	font-size: 4vw;
}

.usui-ta_ttl_right{
	display: block;
}
.usui-ta_block h3{
	font-size: 5.4vw;
}
.usui-ta_block ul.list li {
	font-size: 4vw;
}
}

/*-------------------------
  products_block
-------------------------*/
.features_block{
	margin: 0 0 4em;
}

.features_block h2{
	margin: 2em 0 1em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.features_block h2 span {
	font-size: 75%;
}
.features_block h2 em{
	color: #E68C45;
}
.features_block h3{
	margin: 0.8em 0 0.4em;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 640px) {
.features_block h2{
	font-size: 5.6vw;
}
.features_block h2 span{
	font-size: 4.2vw;
}	
.features_block h3{
	font-size: 5vw;
	text-align: center;
}
}

/*-------------------------
  products_block
-------------------------*/
.products_block{
	margin: 0 0 4em;
}

.products_block h2{
	margin: 0 0 0.6em;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
}

.products_block h3{
	margin: 0.8em 0 0.4em;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	color: #604C3F;
}

@media screen and (max-width: 640px) {
.products_block h2{
	font-size: 5.6vw;
}
	
.products_block h3{
	font-size: 5vw;
}
}

/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column::after{
    content:"";
    display: block;
    width: 31%;
}

.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;
}
}
/*-------------------------
   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: 80vw;
	margin: 0 auto;
	Display: flex;
}	
.three_one_column .column:nth-child(n+2){
	margin-top: 1em;
}
}

/*-------------------------
   white_box
-------------------------*/
.white_box{
	background: #FFF;
	padding: 2em;
}
@media screen and (max-width: 640px) {
.white_box{
	padding: 2em 1em;
}
}


/*-------------------------
   products_box
-------------------------*/
.products_box{
	border: 2px solid #e68c45;
	padding: 2em;
}

@media screen and (max-width: 640px) {
.products_box{
	padding: 1.4em 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;
}
}

/* ------------------------

.btn_bnr_popup_black

------------------------ */
.btn_bnr_popup_black{
	margin: 20px auto 0;
	width: 320px;
}
.btn_bnr_popup_black a{
	position: relative;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 1.5;
	transition: all .4s ease;
	font-size: 118%;
	letter-spacing: 1px;
	background-color: #000;
	border-radius: 30px;
	font-weight: bold;
}
.btn_bnr_popup_black a:hover{
	background-color: #000;
}
.btn_bnr_popup_black a span{
	position: relative;
}
.btn_bnr_popup_black a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}
.btn_bnr_popup_black a:hover:after{
	right: 5px;
}
.btn_bnr_popup_black a:hover:before {
	left: 0;
	right: auto;
	width: calc(100% - 1px);
}

@media screen and (max-width: 640px) {
	.btn_bnr_popup_black{
	  width: 89.555%;
  }
.btn_bnr_popup_black a{
	font-size: 4vw;
}
}

/*-------------------------
   modal_popup_wapper
-------------------------*/
.modal_popup_wapper{
	text-align: center;
	margin: 1em auto 2em;
	background: #FFF;
	width: 600px;
	padding: 10px 20px 30px;
	border-radius: 20px;
}

.modal_popup_wapper .phone_number{
	margin: 0 auto ;
	font-size: 165%;
	font-weight: bold;
}

.modal_popup_wapper p{
	margin: 1em auto ;
	font-size: 118%;
	font-weight: bold;
}

.modal_popup_wapper ul{
	text-align: left;
}

.modal_popup_wapper ul li{
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 640px) {
	
.modal_popup_wapper{
	width: 90vw;
	box-sizing: border-box;
}
.modal_popup_wapper ul li{
	font-size: 3vw;
}
}

.modal_popup_wapper h2 {
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 15px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
	font-size: 118%;
	font-weight: bold;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.modal_popup_wapper h2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.modal_popup_wapper h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.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;
}
}