.maindesign {
	font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
}
.maindesign .left-red{
	border-left: 4px solid #f00;
	padding: 0.3rem 1rem;
}

.maindesign .government-office-only{
	border: 1px solid #ea542f;
	margin-bottom: 20px;
	margin-top: 20px;
}
.maindesign .government-office-only--images{
	width: 100%;
	background-color: #ea542f;
}
.maindesign .government-office-only--images img{
	max-width: 860px;
    display: block;
    margin: auto;
}
.maindesign .government-office-only--text{
	padding: 20px;
}
.maindesign .government-office-only--text p{
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 30px;
}

.maindesign .easy{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.maindesign .easy p{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 1px double #f00;
	text-align: center;
}
.maindesign .easy .human{
	width: 200px;
	margin-left: 10px;
}
@media only screen and (max-width: 767px) {
.maindesign .easy p{
	font-size: 1.2em;
	width: calc(50% - 5px);
	font-feature-settings: "palt" 1;
}
.maindesign .easy .human{
	width: calc(50% - 5px);
	margin-left: 10px;
}
}

.maindesign .text-center{
	text-align: center;
	font-feature-settings: "palt" 1;
}
.maindesign .kome{
	font-size: 0.9em;
	line-height: 1.3;
	text-align: center;
}
.maindesign .process{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
.maindesign .kome{
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.maindesign .process{
	width: 100%;
}
}
.maindesign .flyer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .flyer a{
	display: block;
	border: 1px solid #ccc;
	width: calc(32% - 2px);
	color: #333;
	line-height: 1.4;
}
.maindesign .flyer a p{
	text-align: center;
	font-size: 1.1em;
	margin: 5px 0 10px;
}
@media only screen and (max-width: 767px) {
.maindesign .flyer a{
	width: calc(100% - 2px);
	margin-top: 15px;
}
.maindesign .flyer a:first-child{
	margin-top: 0;
}
.maindesign .flyer a p{
	font-size: 1.0em;
}
}

.maindesign .inner-table{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	border-left: 1px solid #ccc;
}
.maindesign .inner-table a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(20% - 21px);
	height: 80px;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.maindesign .inner-table a:nth-child(-n + 5){
	border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
.maindesign .inner-table a{
	width: calc(33.3% - 11px);
	padding:0 5px;
	font-size: 0.8em;
	height: 50px;
}
.maindesign .inner-table a:nth-child(-n + 5){
	border-top: none;
}
.maindesign .inner-table a:nth-child(-n + 3){
	border-top: 1px solid #ccc;
}
}

.maindesign .images.center-img{
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.maindesign .img-half{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .img-half .images{
	width: 49%;
}
.maindesign .img-half .img-half--block{
	width: 49%;
}
@media only screen and (max-width: 767px) {
.maindesign .img-half .images{
	width: 100%;
}
.maindesign .img-half .img-half--block{
	width: 100%;
}
}

.maindesign ul.images{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign ul.images li{
	width: 49%;
}
@media only screen and (max-width: 767px) {
.maindesign ul.images li{
	width: 100%;
}
}


/*吹き出し*/

.maindesign .fukidashi{
    position:relative;
	width: calc(100% - 60px);
    max-width:600px;
    height:auto;
    background:#433982;
    padding:30px;
    text-align:left;
    color:#FFFFFF;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
	margin: 0 auto 30px;
}
.maindesign .fukidashi:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(67, 57, 130, 0);
    border-top-width:25px;
    border-bottom-width:25px;
    border-left-width:14px;
    border-right-width:14px;
    margin-left: -14px;
    border-top-color:#433982;
    top:100%;
    left:63%;
}
.maindesign .fukidashi p{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.maindesign .fukidashi ul li{
	font-size: 1.3em;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 30px;
}
.maindesign .fukidashi ul li:first-child{
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
.maindesign .fukidashi p{
	font-size: 1.5em;
}
.maindesign .fukidashi ul li{
	font-size: 1.1em;
}
}
@media only screen and (min-width: 768px) {
.maindesign .net-merit{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .net-merit .fukidashi{
	width: calc(60% - 60px);
	max-width: none;
}
.maindesign .net-merit .easy{
	width: 40%;
}
.maindesign .fukidashi:after{
    top:30%;
    left:99.5%;
	transform: rotate(30deg);
}
	
}


/*吹き出し*/





.maindesign .recommend-product{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .recommend-product--block{
	width: 48%;
	position: relative;
	padding-bottom: 3.5em;
}
.maindesign .recommend-product--block .flatbtn:active{
	color: #fff;
}

.maindesign .recommend-product--block__images{
	display: block;
}
.maindesign .recommend-product--block__images img{
	vertical-align: bottom;
	display: block;
	max-width: 400px;
	margin: auto;
}
.maindesign .recommend-product--block .lead-text{
	margin-top: 10px;
}
.maindesign .recommend-product--block .menu-btn-list{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
}
.maindesign .recommend-product--block .feature-hdg3{
	height: 2em;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px){
.maindesign .recommend-product--block{
	width: 100%;
}
.maindesign .recommend-product--block__images img{
	max-width: inherit;
}

.maindesign .recommend-product--block .feature-hdg3{
	height: auto;
}

}



.maindesign .category-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .category-list::before,
.maindesign .category-list::after{
	content: "";
	display: block;
	width: 23%;
	height: 0;
}
.maindesign .category-list::before{
	order: 1;
}

.maindesign .category-list--block{
	width: 23%;
	margin-top: 30px;
}
.maindesign .category-list--block:nth-child(-n + 4){
	margin-top: 0;
}
.maindesign .category-list--block a{
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 10px;
	height: calc(100% - 22px);
}
.maindesign .category-list--block__name{
	text-align: center;
	margin-top: 5px;
	line-height: 1.3;
}
@media screen and (max-width: 767px){
.maindesign .category-list::before,
.maindesign .category-list::after{
	width: 31%;
}
.maindesign .category-list--block{
	width: 31%;
	margin-top: 20px;
}
.maindesign .category-list--block:nth-child(-n + 4){
	margin-top: 20px;
}
.maindesign .category-list--block:nth-child(-n + 3){
	margin-top: 0;
}
.maindesign .category-list--block a{
	padding: 2vw;
	height: calc((100% - 2px) - 4vw);
	border-radius: 2vw;
}
.maindesign .category-list--block__name{
	font-size: 3.0vw;
}


}


.maindesign .service-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .service-list::before,
.maindesign .service-list::after{
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.maindesign .service-list::before{
	order: 1;
}

.maindesign .service-list--block{
	width: 31%;
	margin-top: 30px;
}
.maindesign .service-list--block:nth-child(-n + 3){
	margin-top: 0;
}
.maindesign .service-list--block a{
	display: block;
	color: #333;
}
.maindesign .service-list--block__name{
	text-align: center;
	margin-top: 5px;
	line-height: 1.3;
}
@media screen and (max-width: 767px){
.maindesign .service-list::after{
	width: 48%;
}

.maindesign .service-list--block{
	width: 48%;
}
.maindesign .service-list--block:nth-child(-n + 3){
	margin-top: 30px;
}
.maindesign .service-list--block:nth-child(-n + 2){
	margin-top: 30px;
}
}






/*modal*/
.maindesign .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 101;
}
.maindesign .modal--bg{
    background: rgba(255,255,255,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.maindesign .modal--content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    border-radius: 15px;
    border: 1px solid #333;
    max-height: 80%;
    overflow-y: auto;
}


.maindesign .js-modal-close .batten{
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 25px;
	height: 25px;
}
.maindesign .js-modal-close .batten::before,.js-modal-close .batten::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px; /* 棒の幅（太さ） */
	height: 30px; /* 棒の高さ */
	background: #333;
}
.maindesign .js-modal-close .batten::before{
	transform: translate(-50%,-50%) rotate(45deg);	
}
.maindesign .js-modal-close .batten::after{
	transform: translate(-50%,-50%) rotate(-45deg);	
}
@media screen and (max-width: 767px){
.maindesign .modal{
    height: 100%;
}
.maindesign .modal--bg{
    height: 100%;
}
.maindesign .modal--content{
/*	height: 80%;
	overflow-y: scroll;*/
	padding: 50px 15px 15px 15px;
	width: 70%;
	top: 57%;
}


}









.maindesign .maker-block{
	cursor: pointer;
	}
.maindesign .maker-block:hover{
	opacity: .75;
    transition: .6s;
	}
.maindesign .sub-block{
	display:none;
}
.maindesign .sub-block p{
	text-align: center;
    font-size: 1.1em;
    margin-top: 1em;
	line-height: 1.3;
}
.maindesign .sub-block .menu-btn-list li{
	width: 100%;
}
.maindesign .sub-block .menu-btn-list li a{
	color: #fff;
}
@media screen and (max-width: 767px){

.maindesign .sub-block .arrow-r{
	padding: 0.8rem 1rem;
}
.maindesign .sub-block .arrow-r::after{
	right: 9px;
}

}


