@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}

/* anchor ----------------------- */
.anchor {
	margin-top: -80px!important;
	padding-top: 80px!important;
}
/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.ex_marginB0{
 margin-bottom:0px!important;
}
.ex_marginBS{
 margin-bottom:10px!important;
}
.ex_marginBM{
 margin-bottom:20px!important;
}
.ex_marginBL{
 margin-bottom:30px!important;
}
.ex_marginBLL{
 margin-bottom:80px!important;
}
.ex_marginT0{
 margin-top:0px!important;
}
.ex_marginTSS{
 margin-top:5px!important;
}
.ex_marginTS{
 margin-top:10px!important;
}
.ex_marginTM{
 margin-top:20px!important;
}
.ex_marginTL{
 margin-top:30px!important;
}
.ex_marginTLL{
 margin-top:80px!important;
}
.font-sizeup {
	font-size: 1.14em;
	}
.font-sizedown {
	font-size: .78em;
	}
strong {
	font-weight: bold;
	}
.text-center {
	text-align: center;
	}
.text-right {
	text-align: right;
	}
.text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}

.mod_headerbar{
	z-index: 100!important;
}

.text-center{
	text-align: center;
}
/* mod_all_section
-----------------------------------------*/ 
.mod_all_section{
	margin: 0 auto;
	width: 100%;
	line-height: 1.6;
	font-size: 1.13em;
}

.mod_all_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_all_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_all_section{
    width:auto;
  }
}
/* 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;
	font-family: "Noto Sans JP", sans-serif;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

.mod_section a{
	text-decoration: none;
}
@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	margin: 0 2.60416%;
	}
}

.sec{
  line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
}

.sec img {
	max-width: 100%;
	height: auto;
}
/*-------------------------
   u_order
-------------------------*/
.u_order{
	color: #0075a9!important;
}

.u_order_box{
	font-size: 78%!important;
	color: #0075a9!important;
	border: 2px solid #0075a9!important;
	border-radius: 4px!important;
	padding: 0 2px!important;
	vertical-align: middle!important;
}

/*-------------------------
   label_ttl
-------------------------*/
.label_ttl{
	margin: 1.4em 0 1em;
}

.label_ttl img{
	width: auto;
	height: 30px;
}
.label_ttl h1{
	margin: 0.8em 0 0;
	padding: 0.4em 0 0;
	border-top: 1px solid;
	font-size: 100%;
	font-weight: bold;
}
/*-------------------------
   features_wrapper
-------------------------*/
.features_wrapper{
	padding: 0 0 4em;
}

.features_wrapper h2{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.features_wrapper h2.standard{
	color: #9f712e;
}
.features_wrapper h2.craft{
	color: #005d97;
}
.features_wrapper h2.plus{
	color: #4d5357;
}
.features_wrapper h3{
	font-size: 118%;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.features_wrapper p{
	font-size: 93%;
}
.features_wrapper p.detail{
	font-size: 78%;
	margin-top: 0.4em;
}

.features_wrapper .btn_sec_type01 a i {
	display: inline-block;
    color: #d00000;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
.features_wrapper h2{
	font-size: 4.6vw;
}
.features_wrapper h3{
	font-size: 3.8vw;
}
.features_wrapper p{
	font-size: 3.2vw;
}
	
.features_wrapper .btn_sec_type01 a{
	padding: 12px 12px;
	font-size: 3.2vw;
}
}

/*-------------------------
   link_wrapper
-------------------------*/
.link_wrapper{
	padding: 0 0 4em;
}
.link_wrapper p{
	font-size: 100%;
}

@media screen and (max-width: 640px) {
.link_wrapper p{
	font-size: 3.2vw;
}
}

/* ------------------------

.btn_link_series

------------------------ */
.btn_link_series {
  margin: 0;
  width: 100%;
}
.btn_link_series a{
  position: relative;
  display: block;
  padding: 18px 12px 14px;
  text-decoration: none;
  color: #333333;
  border: 1px solid #707070;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn_link_series a:hover{
  background-color: #ffffff;
}
.btn_link_series a span{
  position: relative;
	font-size: 12px;
}
.btn_link_series 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_link_series a:hover:after{
  right: -11px;
}
.btn_link_series a:hover:before {
  left: 0;
  right: auto;
  width: calc(100% - 1px);
}

.btn_link_series a img{
	display: block;
	width: auto;
	height: 26px;
	margin: 0 auto 6px;
}
@media screen and (max-width: 640px) {
.btn_link_series a img{
	height: 5vw;
}
}
/*-------------------------
   wide_640
-------------------------*/
.wide_640{
	width: 640px;
	margin: 0 auto 0;
}

@media screen and (max-width: 640px) {
.wide_640{
	width: auto;
}
}
/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column,
.two_one_column .inner_column{
    width: 48%;
}
.two_one_column .column:nth-child(n+3){
	margin-top: 2em;
}

@media screen and (max-width: 640px) {
.two_one_column .column{
    width: 100%;
}
.two_one_column .column:nth-child(n+2){
	margin-top: 1em;
}
}
/*-------------------------
   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 .inner_column{
    width: 48%;
}

.two_two_column .column img,
.two_two_column .inner_column img{
	overflow: hidden;
}

.two_two_column .column:nth-child(n+3),
.two_two_column .inner_column:nth-child(n+3){
	margin-top: 2em;
}
@media screen and (max-width: 640px) {
.two_two_column .column:nth-child(n+3),
.two_two_column .inner_columnn:nth-child(n+3){
	margin-top: 1em;
}
}

/*-------------------------
   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,
.three_two_column .inner_column{
    width: 31%;
}

.three_two_column .column:nth-child(n+4){
	margin-top: 2em;
}

@media screen and (max-width: 640px) {
.three_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0;
}

.three_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.three_two_column .column,
.three_two_column .inner_column{
    width: 48%;
}
.three_two_column .column:nth-child(n+3){
	margin-top: 2em;
}
}


/*-------------------------
   three_three_column
-------------------------*/
.three_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_three_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_three_column .column,
.three_three_column .inner_column{
    width: 31%;
}

.three_three_column .column:nth-child(n+4),
.three_three_column .inner_column:nth-child(n+4){
	margin-top: 1em;
}


/*-------------------------
   features_column
-------------------------*/
.features_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 auto;
}

.features_column::after{
    content:"";
    display: block;
    width: 23%;
}

.features_column .column{
    width: 23%;
}

.features_column .column img{
	max-width: 100%;
	height: auto;
}
	
.features_column .column p{
	text-align: center;
}
@media screen and (max-width: 640px) {
.features_column::after{
    content:"";
    display: block;
    width: 48%;
}

.features_column .column{
    width: 48%;
    margin: 0 0 1em;
}
	
.features_column .column p{
	font-size: 4vw;
}
}

/*-------------------------
   shadow_btn
-------------------------*/
.shadow_btn{
	position: relative;
}

.shadow_btn p{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
	white-space: nowrap;
}

.shadow_btn:after{
	content: "";
	position: absolute;
	bottom: 20px;
	right: 18px;
	width: 40px;
	height: 8px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}

.shadow_btn:hover:after{
	right: 4px;
}

@media screen and (max-width: 640px) {
.shadow_btn p{
	font-size: 5vw;
}
}

/* ------------------------

.plan_block

------------------------ */

.plan_block{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
}

.plan_block+.plan_block{
	margin-top: 6em;
}

.plan_block_left{
    width: 62%;
	padding-right: 4%;
	box-sizing: border-box;
}

.plan_block_right{
    width: 38%;
}
.plan_block_right h3{
    font-size: 118%;
	font-weight: bold;
	margin-bottom: 0.6em;
}

.plan_block_right .plan_box{
	border: 1px solid #b3b3b3;
	padding: 1em;
	margin-top: 1em;
}
.plan_block_right .plan_box ul li{
	margin-bottom: 0.4em;
}
.plan_block_right .plan_box ul li:last-child{
	margin-bottom: 0em;
}
@media screen and (max-width: 640px) {
.plan_block_left{
    width: 100%;
    margin: 0 0 1em;
}

.plan_block_right{
    width: 100%;
}
}


.catalog_block {
    text-align: center
}
.catalog_block .catalog_text {
    margin-top: 20px;
    font-weight: 700
}
.catalog_block .catalog_link {
    display: inline-block;
    color: #333;
    font-size: 14px
}
.catalog_block .catalog_link:hover {
    opacity: .7;
    text-decoration: underline
}
.catalog_block .catalog-btn {
    margin-top: 35px
}
.catalog_block .btn_sec_type01 a, .catalog_block .catalog-btn a {
    color: #333;
    display: block;
    padding: 17px 10px;
    border: #ccc solid 1px;
    text-align: center;
    text-decoration: none;
    font-size: 18px
}
.catalog_block .catalog-btn a::after {
    color: #555;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 125%;
    margin-left: 10px
}
.catalog_block .catalog-btn a::after:hover {
    color: #777
}
.catalog_block .catalog-btn a:hover {
    background: #efefef;
    color: #777
}
.catalog_block .btn_sec_type01 {
    margin: 50px auto 0;
    width: 320px
}
.catalog_block .btn_sec_type01 a {
    position: relative;
    padding: 18px 12px;
    border: 1px solid #707070;
    line-height: 1.5;
    transition: all .4s ease;
    font-size: 15px;
    letter-spacing: 1px
}
.catalog_block .btn_sec_type01 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
}
.catalog_block .btn_sec_type01 a:hover::after {
    right: -11px
}
.catalog_block .btn_sec_type01 a span {
    position: relative
}
/*-------------------------
   .remodal
-------------------------*/
.remodal-overlay {
	background: rgba(256, 256, 256, 0.95)!important;
}
.remodal {
	padding: 0!important;
	box-shadow: 0 0 20px #cccccc;
	max-width: 900px!important;
}

.btn_modal_close{
	background: none;
	border: none;
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
}

.btn_modal_close:hover img {
	transition: transform 1s;
	transform: rotate(360deg);
}
@media screen and (max-width: 640px) {
.btn_modal_close{
	top: -18px;
	right: -25px;
}
}

/*-------------------------
   .modal_box
-------------------------*/
.modal_box{
	padding: 40px;
	line-height: 1.6;
	text-align: left;
}

.modal_box img {
	max-width: 100%;
	height: auto;
}

.modal_box p{
	text-align: left;
}
@media screen and (max-width: 640px) {
.modal_box{
	padding: 6vw;
}
.modal_box_img{
    width: 100%;
}

.modal_box_text{
    width: 100%;
}
.modal_box_text h3{
	font-size: 4vw;
}
.modal_box_text p{
	font-size: 3.2vw;
}
}

/* ------------------------
.modal_features01_block
------------------------ */

.modal_features01_block{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
}

.modal_features01_block_text{
    width: 72%;
	padding-right: 4%;
	box-sizing: border-box;
}

.modal_features01_block_img{
    width: 28%;
}

@media screen and (max-width: 640px) {
.modal_features01_block_text{
    width: 100%;
    margin: 0 0 1em;
}

.modal_features01_block_img{
    width: 100%;
}
	
.modal_features01_block_img img{
    width: 60vw;
}
}

.modal_features01_h5{
	height:60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: .8em;
	font-weight: bold;
	border: 1px solid #000;
}

.modal_features01_h5 img{
	padding-bottom: 6px;
}


@media screen and (max-width: 640px) {
.modal_features01_h5{
	font-size: 3.2vw;
}
}

.modal_features01_h5{
	height:60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: .8em;
	font-weight: bold;
	border: 1px solid #000;
}

.modal_features01_h5 img{
	padding-bottom: 6px;
}

/* ------------------------
.modal_features04_block
------------------------ */

.modal_features04_block{
    display : flex;
    flex-wrap : wrap;
	align-items: top;
	justify-content: center;
	margin-bottom: 1em;
}

.modal_features04_block_left{
    width: 33%;
	padding-right: 4%;
	box-sizing: border-box;
}

.modal_features04_block_right{
    width: 67%;
}




@media screen and (max-width: 640px) {
.modal_features01_h5{
	font-size: 3.2vw;
}
}
/* ------------------------
.ttl_type
------------------------ */
.ttl_type{
	text-align: center;
	background: #efeedf;
	padding: 4px;
	font-size: 88%;
	margin-bottom: 1em;
}

.pdf_caution{
	text-align: center;
	margin-top: 1.4em;
	font-size: 88%;
}

@media screen and (max-width: 640px) {
.pdf_caution{
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}