/*
.index .md-loader {
display: none!important;
}
*/

@media screen and (max-width: 767px) {
    .index .md-loader img {
        width: 300px!important;
        height: auto;
    }
}

.index-cont.model {
	margin-bottom: 0;
}
.index-slider {
	padding-bottom: 60px;
}
.md-header {
	position: fixed;
	z-index: 9000;
	width: 100%;
	padding: 49px 0;
	background-color: #fff;
    /*
	border-bottom: 1px solid #2E617A;
    */
	transition-property: all;
	transition-duration: 500ms;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	overflow: visible!important;
}
.md-header-inner {
	position: relative;
}
.nav_icon {
	display: none!important;
}
.header_menu {
	position: absolute;
	top: 0px;
	right: 10px;
}
.header_menu ul, .header_menu ul li {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.header_menu .g_nav {
	display: flex;
}
.header_menu .g_nav > li {
	vertical-align: middle;
	position: relative;
	flex-grow: 6;
	padding: 0 40px;
}
.header_menu .g_nav > li::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	top: 12px;
	bottom: 5px;
}
.header_menu .g_nav > li:first-child::before {
	display: none;
}
.header_menu .g_nav > li > a, .header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #005d75;
	line-height: 1.2;
	cursor: pointer;
	font-size: 16px;
	padding: 18px 0;
	font-weight: 500;
	letter-spacing: 2.8px;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
}

.header_menu .g_nav > li > a:hover, .header_menu .g_nav > li > span:hover {
}
.header_menu .g_nav > li:first-child a:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -7.5px;
	display: block;
	width: 17px;
	height: 17px;
}
.header_menu .g_nav > li:first-child a span {
	font-size: 13px;
}
.header_menu .g_nav > li:first-child a span sub {
	font-size: 13px;
	color: #005d75;
	padding-bottom: 0;
}
.header_menu .g_nav > li > a > span, .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
.header_menu .g_nav > li > a sub, .header_menu .g_nav > li > span sub {
	font-size: 12px;
	color: #FBAC09;
	line-height: 1.2;
	display: block;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
.header_menu .g_nav > li > span.parent sub {
	display: block;
}
.header_menu .g_nav > li > span:hover + dl, .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.header_menu .g_nav > li > span:hover {
	position: relative;
}
.header_menu ul.g_nav ul {
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 10px 0px 20px;
	z-index: 105;
	width: 210px;
	position: absolute;
	top: 54px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.header_menu ul.g_nav ul.sub-1 {
	width: 180px;
}
.header_menu ul.g_nav ul.sub-2 {
	width: 190px;
}
.header_menu ul.g_nav ul.sub-3 {
	width: 180px;
}
.header_menu ul.g_nav ul.sub-4 {
	width: 225px;
}
.header_menu ul.g_nav li:hover ul {
	display: block;
}
.header_menu ul.g_nav ul:before {
	content: "";
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	position: absolute;
	background: url(./img/nav_icon.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 15px;
	height: 17px;
}
.header_menu ul.g_nav li li {
	text-align: left;
}
.header_menu ul.g_nav li li a {
	position: relative;
	display: block;
	color: #2b6277;
	width: auto!important;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 10px 29px;
}
.header_menu ul.g_nav li li a:hover {
	background-color: rgba(0,0,0,0.2);
}
.header_menu ul.g_nav li li a small {
	font-size: 14px;
	display: block;
}
.social-icon {
	position: absolute;
	right: -100px;
	top: 0;
	line-height: 26px;
}
.social-icon a {
	display: inline-block;
	font-size: 26px;
	margin-right: 10px;
}
.bx-wrapper .bx-prev {
	left: -50px;
}
.bx-wrapper .bx-next {
	right: -50px;
}
.index-slider ul {
	margin: 0;
	padding: 0;
	top:0;
}
.index-slider li {
	transition-property: none!important;
	transition-duration: none!important;
	transition-delay: none!important;
	transition-timing-function: ease-in-out;
	overflow: hidden;
	max-height: 567px;
	height:567px;
}

.index-slider li a {
	display:block;
}

.index-slider li img {
	display:block;
	object-fit:contain;
}

.index-hero p.ttl {
	margin-bottom: 0;
	padding-bottom: 30px;
	text-decoration: underline;
	cursor: pointer;
}
.index-hero .ttl.active {
	display: none;
}
.index-slider li:hover {
	background: #fff!important;
}
/*contact*/
span.required, body.page .sec-contact .contact-formList .formList-item .item-head .required {
	color: #e60013;
	font-weight: 550;
	letter-spacing: 0.1em;
	font-size: 14px;
    font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	display: inline-block!important;
}
.ml0 {
	margin-left: 10px!important;
}
.lightboxOverlay {
	background-color: rgba(255,255,255,0.9);
}
.lb-data .lb-close:before, .lb-data .lb-close:after {
	border-top: 1px solid #2E617A;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
	border-top: 1px solid #2E617A;
}
.lb-nav a.lb-prev {
	border-left: 1px solid #2E617A;
}
.lb-nav a.lb-next {
	border-right: 1px solid #2E617A;
}

.lb-data .lb-close {
	background-image:url(../images/ic_slide_close_sp.svg);
	background-size:20px 20px;
}
.lb-data .lb-close:before, .lb-data .lb-close:after {
	border-top:none;
	transform:none;
}
.lb-outerContainer, .lightbox {
	/*width: 885px!important;*/
    max-width: 1100px!important;
    width: 100%!important; 
}

.lb-outerContainer, .lightbox .lb-image {
	max-width: 1102px;
}	
    
.lightbox .lb-image {
	max-height: 598px!important;
	max-width: 100%!important;
}
.lb-data .lb-close {
	top: 20px;
	right: -40px;
}
.lb-nav a.lb-next {
	right: -40px;
}
.lb-nav a.lb-prev {
	left: -40px;
}
.design {
	background-color: #2E617A;
	color: #fff;
	padding: 82px 0 98px;
margin-bottom: 0;
}
.design h2 {
	color: #fff!important;
	
}
.index-cont.about {
	padding-top: 81px;
}
.design .ic-head {
	max-width: 1152px;
	margin: 0 auto;
	font-size: 16px;
	
}
.row-0 {
text-align: center;
padding-bottom: 60px;
}
.row-1 {
	color: #005b73;
	position: relative;
}
/*
.row-1 .ttl {
	position: relative;
	margin-bottom: -62px;
}
.row-1 .ttl::before {
	content: "";
	width: 160px;
	height: 160px;
	position: absolute;
	border-radius: 50%;
	top: -52px;
	left: 52px;
}
.row-1 .tt-1::before {
	background-color: #d4deb2;
}
.row-1 .tt-2::before {
	background-color: #f5cb97;
	width: 150px;
	height: 150px;
}
.row-1 .ttl dl {
	position: relative;
	z-index: 2;
	width: 340px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.row-1 .ttl dl dt {
	font-size: 30px;
	position: relative;
	line-height: 2;
	font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif;
	font-weight: bold;
	letter-spacing: 5px;
	padding-bottom: 0;
}
.row-1 .ttl dl dt br {
	display: none;
}
.row-1 .ttl dl dt span {
	font-size: 13px;
	position: absolute;
	top: -15px;
	left: 23%;
}
.row-1 .ttl dl dd {
	font-size: 16px;
	line-height: 23px;
	margin: 0;
	padding: 0;
}
.row-1 .tt-2 {
	position: absolute;
	top: 115px;
	right: 91px;
}
*/
.row-1 .photo {
	text-align: center;
	margin: 0;
    padding: 80px 0;
    background: #fff;
}
.row-2 {
	padding: 8px 0 0;
	text-align: center;
	margin-bottom: 0;
	
}
.row-0 dl {
	padding-top: 40px;
font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif;
}
.row-0 dl dt {
	font-size: 30px;
	position: relative;
	line-height: 2;
	
	font-weight: bold;
	letter-spacing: 5px;
	padding-bottom: 20px;
}
.row-0 dl dt br {
	display: none;
}
.row-0 dl dt span {
	font-size: 13px;
	position: absolute;
	top: -15px;
	left: 23%;
}
.row-0 dl dd {
	font-size: 19px;
	line-height: 32px;
    letter-spacing: 2px;
	margin: 0;
	padding: 0;
}
.row-0 dl dd br.sp {
	display: none;
}

.row-2 {

}
.row-2 .txt {
padding-bottom: 60px;
font-size: 15px;
}
.row-2 .txt br {
display: none;
}
.row-3 {
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
}
.row-3 h3 {
	text-align: center;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 2.5em;
}
.row-3 p.photo {
	background-color: #fff;
	padding: 21px 0 26px;
	margin-bottom: 30px;
	margin-top: 0;
}
p.btn {
	line-height: 100px;
	max-width: 790px;
	margin: 0 auto;
}
p.btn a {
	display: block;
	position: relative;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 550;
	letter-spacing: 0.34em;
	background-color: #fff;
	color: #005b74;
	border: 1px solid #2E617A;
	transition-property: all;
	transition-duration: 500ms;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
}
p.btn a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	box-sizing: border-box;
	border-left: 8px solid #005b73;
	border-top: 6px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 6px solid transparent;
	width: 16px;
	height: 12px;
	margin: auto;
}
p.btn a:hover {
	background-color: #2E617A;
	border: 1px solid #fff;
	color: #fff;
}
body.page .sec-contact .contact-formList li.note {
	padding-top: 20px;
	color: #005975;
	font-size: 17px;
    font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif;
	font-weight: bold;
}
body.page .sec-contact .contact-formList .formList-item .item-head {
}
body.page .sec-contact .contact-formList .formList-item .item-head.first_edit {
	width: 100%;
}
body.page .sec-contact .contact-formList .formList-item .item-head.first_edit .required {
	top: 36px;
	left: 207px;
	right: auto;
}
body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item {
}
body.page .sec-contact .contact-formList .formList-item.first_edit .item-head {
	line-height: 40px;
	width: 100%;
}
body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item.first_edit {
	padding-bottom: 40px;
}
body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item.first_edit .wpcf7-list-item-label {
	font-size: 13px;
	width: auto;
	display: block;
}
body.page .sec-contact .contact-formList .formList-item.first_edit {
	/*padding-bottom: 30px;*/
}
body.page .sec-contact .contact-formList .formList-item.first_edit .item-head .required {
	right: auto!important;
	left: 219px;
	top: 42px;
}
body.page .sec-contact .contact-formList .formList-item .item-head.first_edit .wpcf7-form .wpcf7-form-control-wrap {
	padding-left: 237px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-top: 0;
}
body.page .sec-contact .contact-formList .formList-item.first_edit span.wpcf7-list-item {
	display: block;
	padding-left: 270px;
}
/* dropdown menu */
body.page .sec-contact .wpcf7-form .events_dropdown {
    line-height: 20px;
    padding-top:5px;
    display: block;
	padding-left: 270px;
	padding-bottom:36px;
}
body.page .sec-contact .wpcf7-form .events_dropdown select {
	padding:0.2em 0.5em;
    font-size:1.1rem;
	max-width:25rem;
}

body.page .sec-contact .wpcf7-form .events_dropdown select option.closed {
	background-color:#A0A0A0;
}

body.page .sec-contact .wpcf7-form .events_dropdown span.wpcf7-not-valid-tip {
	bottom:-7px;
	left:270px;
}
body.page .sec-contact .contact-formList .wpcf7-list-item .wpcf7-list-item-label {
	display: block!important;
	width: auto!important;
	font-weight: normal;
	font-size: 1.0625rem;
}
body.page .sec-contact .contact-formList .formList-item.user-address .wpcf7-form-control-wrap {
	line-height: 82px;
}
body.page .sec-contact .contact-formList .formList-item .item-head.first_edit .wpcf7-form .wpcf7-radio {
	font-weight: normal;
}
p.alert {
	color: #000;
}
form.wpcf7-form.invalid p.alert {
	color: #e60013;
}
.wpcf7 .wpcf7-display-none {

}
span.wpcf7-not-valid-tip {
	padding-top: 0px!important;
	padding-bottom: 20px!important;
	line-height: 14px!important;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.formList-item--oneLine span.wpcf7-not-valid-tip {
	bottom:0;
	position:relative;
	margin-bottom:1em;
}

body.page .sec-contact .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
}
body.page .sec-contact .wpcf7-form .user-estimate {
	display: inline-block!important;
}
.cl_green {
	color: #005c6f!important;
}
body.page .sec-contact .contact-formList .formList-item--oneLine.user-otherContents {
	padding-top: 62px;
}

.md-header-bk {
	visibility: hidden;
}
.index-slider li img {
	max-height: inherit;
	min-height: inherit;
}
.index-cont .ic-title {
	letter-spacing: 0.5em;
}
.row-2 dt {
	letter-spacing: 0.43em;
}

body.page .sec-contact .wpcf7-form .wpcf7-textarea {
    padding: 10px;
    line-height: 1.8;
	font-size: 14px!important;
	min-height: 80px!important;
}

br.break_line {
	display: none;
}

@media only screen and (max-width: 1300px) {
.social-icon {
	top: -50px;
	right: 30px;
}
}

@media screen and (max-width: 1152px) {
	.header_menu .g_nav > li {
		padding: 0 30px;
	}
	
	
.md-header {
	padding-left: 20px;
	padding-right: 20px;
}
.design {
	margin: 0 -20px;
	padding: 60px 20px;
}
.row-1 {

}
.row-1 .tt-2 {
	right: 20px;
}
.row-1 .ttl {
	margin-bottom: -20px;
}
}

@media only screen and (max-width: 1024px) {
.social-icon {
	top: -40px;
	right:-8px;
}
.header_menu .g_nav > li {
	padding: 0 25px;
}
}

@media only screen and (max-width: 980px) {
.header_menu .g_nav > li {
	padding: 0 0px 0 25px;
}
.header_menu .g_nav > li > a, .header_menu .g_nav > li > span {
	font-size: 14px;
}
.md-header-upper .header-logo a img {
	width: 270px;
}

.row-1 .tt-2 {
	right: 30px;
}
.design img {
	width: 100%;
}
/*
.lb-outerContainer, .lightbox {
	width: 760px!important;
}*/
.lb-data .lb-close {
	right: 20px;
}
}

@media only screen and (max-width: 767px) {
.md-header {
	padding: 0;
}
	.md-header.active .md-header-bk {
	visibility: visible;
}
	br.break_line {
	display: block;
}
.header_menu {
	display: none;
}
.nav_icon {
	display: block!important;
}
.md-header-under .header-nav .nav-item dd.active.item04 {
	height: 210px;
}
.lb-nav a.lb-prev {
	left: 5%;
}
.lb-nav a.lb-next {
	right: 5%;
}
.lb-data .lb-close {
	top: 10px;
	right: -25px;
}
.index-cont.model {
	margin-bottom: 0;
}
.design {
	/*		padding: 60px 40px;*/
/*		margin: 0 -20px;*/
	padding: 42px 0;
	margin: 0;
}
.design img {
	width: 100%;
}
.row-1 .ttl {
	max-width: 360px;
	margin: 0 auto;
}
.row-1 .ttl::before {
	width: 130px;
	height: 130px;
}
.row-3 p.photo {
	margin-bottom: 20px;
	padding: 20px 0px 10px;
}
.row-3 p.btn {
	width: 268px;
}
.row-1 .tt-2 {
	right: 0;
	top: 0;
	margin: 80px auto 0;
	position: relative;
}
.index-cont.about {
	padding-top: 44px;
	width:100vw;
}
p.btn a {
	line-height: 40px;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
.index-cont .ic-title {
	letter-spacing: 0.18em;
	font-size: 1.3rem;
}
.index-cont .ic-title span {
	display: block;
}
.design .ic-head {

}
.row-0 {
max-width: 300px;
margin: 0 auto;
    padding-bottom: 20px;
}
.row-0 dl {
	padding-top: 0px;
}
.row-0 dl dt {
	font-size: 1.25rem;
	padding-bottom:20px;
}
.row-0 dl dt br {
	display: block;
}
.row-0 dl dd {
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	line-height: 1.71429;
}
.row-0 dl dd br.sp {
	display: block!important;
}
.row-1 .photo {
    padding-bottom: 0;
    padding-top: 0;
}
.row-2 .txt {
padding-bottom: 30px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
}
.row-2 .txt br {
display: block;
}
p.btn {
	max-width: 268px;
    margin: 0 auto;
}
/*
.row-0 {
	padding: 10px 20px;
}
.row-0 dl {
	width: auto;
}
.row-0 dl dt {
	font-size: 1.25rem;
}
.row-0 dt span {
	font-size: 0.7rem;
	left: 26%;
}
.row-0 dl dd {
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	line-height: 1.71429;
}
.row-2 {
	padding: 20px 0 0;
	margin-bottom: 0;
	margin-top: 0;
}
.row-2 p.txt {
	font-size: 0.875rem;
	line-height: 1.71429;
}
.row-3 h3,  .row-2 dt {
	font-size: 1.3rem;
}
	.row-3 h3 {
		margin-top: 1.5em;
	}
.row-2 dl dd {
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	line-height: 1.71429;
}
*/

.wpcf7 {
	background-color: #ECF4F4;
	padding: 22px 0 10px;
}


.contact-formList {
	padding-top: 22px!important;
}

.contact-formWrapper .rcpt_pp {
	width:300px;
	margin-right: auto;
	margin-left:auto;
	font-size:80%;
}

body.page .sec-contact .contact-formList .formList-item.first_edit .item-head {
	line-height: 1.8;
}
body.page .sec-contact .contact-formList .formList-item.first_edit .item-head .required, body.page .sec-contact .contact-formList .formList-item .item-head .required {
	position: relative;
	font-size: 0.75rem!important;
	line-height: 1.66667!important;
	left: auto!important;
	top: auto!important;
}
body.page .sec-contact .contact-formList .formList-item.first_edit span.wpcf7-list-item {
	padding-left: 0;
}
body.page .sec-contact .contact-formList .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 12px!important;
}
body.page .sec-contact .wpcf7-form .wpcf7-form-control-wrap {
	padding-top: 0;
	padding-bottom: 0;
}
body.page .sec-contact .contact-formList .formList-item.user-address .wpcf7-form-control-wrap {
	line-height: 100%;
}
body.page .sec-contact .wpcf7-form .events_dropdown {
	padding-left: 0px;
	overflow:hidden;
}
body.page .sec-contact .wpcf7-form .events_dropdown select {
	width:100%;
}
body.page .sec-contact .wpcf7-form .events_dropdown span.wpcf7-not-valid-tip {
	left:0px;
	bottom:0px;
}
span.wpcf7-not-valid-tip {
	padding-top: 10px!important;
	position: relative;
	bottom: 0;
	left: 0;
	padding-bottom: 0!important;
}
body.page .sec-contact .contact-formList .formList-item {
}
/*.lb-outerContainer, .lightbox {
	width: 370px !important;
	height: 305px !important;
}*/
.lb-data .lb-close {
right: 20px;
}
.lb-nav a.lb-prev {
	left: -20px;
}
.lb-nav a.lb-next {
	right: -20px;
}
	body.page .sec-contact .contact-formList .formList-item--oneLine.user-otherContents {
	padding-top: 12px;
}
	span.required, body.page .sec-contact .contact-formList .formList-item .item-head .required {
		font-size: 12px!important;
	}

	
}

@media only screen and (max-width: 428px) {
	.lb-outerContainer, .lightbox {
			width: 100% !important;
	}
	.lb-data .lb-close {
		top: 20px;
		right: 20px;
	}
	
	.lb-nav a.lb-prev {
		left: 5%;
	}
	.lb-nav a.lb-next {
		right: 5%;
	}
}

.comment-more {
	font-size:16px; 
}
@media only screen and (max-width: 767px) {
	.comment-more {
		font-size:14px;
	}
	.comment-more span {
		display: block;
	}
}

/*

@media screen and (max-width: 375px) {
.design-f {
	overflow: hidden;
}
    .ds-row2 .box .title {
        margin-bottom: 40px!important;
        max-width: 290px;
        padding: 50px 0 0 21px!important;
    }
    .ds-row2 .box .title dl::before {
    	left: -40px;
    }

	.ds-row5 .dl-list {
    max-width: 300px!important;
    }
    .ds-row5 .dl-list dl dt, .ds-row5 .dl-list dl dd {
    	display: block!important;
    }
    .ds-row5 .dl-list dl dt {
    
    width: 100%!important;}
    .ds-row3 .row1,
    .ds-row5, .ds-row4 {
    max-width: 300px!important;
    }
    .ds-row4 .ic-list--threeCol .threeCol-item {
    	width: 145px!important;
    }
    .ds-row4 {
    	padding-bottom: 0!important;
        padding-top: 20px!important
    }
    .ds-row5 {
    	padding-bottom: 40px!important;
    }
	.ds-row4 .ic-list--threeCol {
    	padding-top: 25px!important;
    }
}
*/

/*

@media screen and (max-width: 425px) {
	.design-f h2 {
		font-size: 1.4375rem!important;
		letter-spacing: 0.13em!important;
		
	}
	.design-f .dl-1 dt {
		font-size: 1.4375rem!important;
	}
	

	.design-f .dl-1 {
		width: 300px;
		margin:0 auto 40px!important;
	}
	.design-f .dl-1 dt {
		letter-spacing: 0.23em!important;
	}
	.design-f .dl-1 dd {
		letter-spacing: 0.03em!important;
		    font-size: 1.42rem!important;
	}
	.design-f .photo-1 {
		margin-bottom: 0;
	}
	.design-f .dl-2 {
		padding-top: 0!important;
		max-width: 400px;
		margin: 0 auto;
	}
	.ds-row2 {
		padding: 0%!important;
	}
	.ds-row2 .box {
		padding: 0px!important;
		background: transparent!important;
	}
	.ds-row2 .box .title dl dt,
	.ds-row2 .box .title dl dd {
		display: block!important;
	}
	.ds-row2 .box .inside {
		width: auto!important;
	}
	.ds-row2 .box .title {
		margin-bottom: 40px!important;
    max-width: 300px;
    margin: 0 auto;
	}
	.ds-row2 {
		background-color: #fff!important;
		padding-bottom: 60px !important;
	}
	.ds-row2 .row1 {
		background-color: #ffe789;
		padding-top: 40px;
	}
	.ds-row2 .row1 .txt {
		padding: 20px 30px 0!important;
		max-width: 400px;
		margin: 0 auto;
	}
	.ds-row2 .row2 {
		background-color: #fff;
		padding-top: 60px;
		max-width: 400px;
		margin: 0 auto;
	}
	.ds-row2 .photo {
		max-width: 400px;
		margin: 0 auto;
	}
	.box-plan {
		
	}
	.title-c h3, .design-f .row2 h3, .design-f .dl-2 dt {
		font-size: 1.4375rem!important;
		letter-spacing: 0.13em!important;
	}
	.box-plan .blk {
		padding: 0 0!important;
	}
	.box-plan .blk .ttl {
		position: relative!important;
		font-size: 14px!important;
		padding: 10px 20px!important;
		display: inline-block!important;
		margin-bottom: 15px!important;
	}
	.box-plan .blk .tt {
		padding-left: 0!important;
	}
	.ds-row3 {
		background-color: #ddecc2!important;
		padding-top: 30px!important;
		padding-bottom: 80px;
		padding-bottom: 0!important;
	}
	.ds-row3 .row1 {
		max-width: 400px;
		margin: 0 auto;
		padding-top: 0;
		background: transparent!important;
	}
	.ds-row3 .photo {
		padding: 5% 0 6%;
		background-color: #fff;
	}
	.ds-row3 .row2 {
		max-width: 100%!important;
		background: #fff;
	}
	.ds-row3 .row2 h3,
	.ds-row3 .row2 .note {
		max-width: 300px;
		margin: 0 auto;
	}
	.ds-row3 .row2 .box-plan {
		max-width: 300px;
		margin: 0 auto;
		padding-top: 40px;
	}
	.ds-row5,
	.ds-row4 {
		max-width: 400px;
		margin: 0 auto;
	}
	.ds-row3 .row2 {
		position: relative;
		padding-top: 150px;
	}
	.ds-row3 .row2::before {
		content: "";
		background-color: #efefef;
		height: 80px;
		left: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.ds-row5 .title-c,
	.ds-row4 .title-c {
		max-width: 300px;
		margin: 0 auto;
	}

	.sn-works-gallery2,
	.ds-row5 .photo,
	.ds-row5 .note {
		max-width: 300px;
		margin: 0 auto;
	}
	.ds-row5 .dl-list {
		max-width: 400px;
	}
	.ds-row5 .dl-list dl dt {
		width: 145px!important;
		padding-left: 0!important;
	}
	.ds-row5 .note-2 {
		padding-left: 0!important;
		padding-bottom: 50px!important;
	}
	.ds-row5 .photo {
		padding-top: 0!important;
	}
	.sn-works-gallery2 {
		
	}
	.sn-works-gallery2 dt span {
		display: block;
	}
	.sn-works-gallery2 ul li {
		width: 145px!important;
		height: 145px!important;
			margin-bottom: 15px!important;
	}
}

*/
@media only screen and (max-width: 420px)  {
.ds-row5 {
max-width: 350px!important;
}
	.box-plan .blk .ttl {
    	line-height: 25px;
    }
    .ds-row5 .note-2,
    .ds-row5 .dl-list {
    	max-width: 320px!important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px)  {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.sp.inline {
		display: inline!important;
	}
    .design-f {
    margin-left: 0 !important;
    margin-right: 0 !important;
    }
    .design-f .dl-1 dt {
        font-size: 1.05rem !important;
        line-height: 1.7 !important;
        letter-spacing: 0.28em!important;
           
	}
    .design-f h2 {
    	margin-bottom: 10px!important;
     	font-size: 1.25rem !important;
        line-height: 1.7 !important;
        letter-spacing: 0.28em!important;
    }

	
	.design-f img {
		width: 100%!important;
	}
	.design-f h2 br {
		display: block!important;
	}
	.design-f .dl-1 {
		width: 300px;
		margin:0 auto 0px !important;
	}
	.design-f .dl-1 dt {
		letter-spacing: 0.23em !important;
	}
	.design-f .dl-1 dd {
		letter-spacing: 0.03em !important;
		/*font-size: 1.06rem!important;*/
		font-size: 14px !important;
		line-height:1.6em;
		text-align:justify !important;
	}
	.design-f .photo-1 {
		margin-bottom: 0;
        padding-bottom: 30px !important;
	}
    
    .design-f .photo-1 img {
        display: block;
        max-width: 332px;
        margin: 0 auto;
    }
    
	.design-f .dl-2 {
		padding-top: 0!important;
		max-width: 300px;
		margin: 0 auto;
	}
    .design-f .ds_row1 {
    	padding-bottom: 60px!important;
    }
	.ds-row2 {
		padding: 0%!important;
	}
	.ds-row2 .box {
		padding: 0px!important;
		background: transparent!important;
	}
.ds-row2 .box .title small {

    line-height: 1.5;
    display: block;
}
    .ds-row2 .box .title dl {
    	padding-bottom: 5px;
    }
	.ds-row2 .box .title dl dt,
	.ds-row2 .box .title dl dd {
		display: block!important;
	}
    .ds-row2 .box .title dl dd,
    .ds-row2 .box .title dl dt {
        font-size: 1.2375rem!important;
        letter-spacing: 0.03em!important;
        line-height: 1.3!important;
    }
    
.ds-row2 .box .title p {
    font-size: 14px!important;
    line-height: 1.6!important;
}

    .ds-row2 .box .title dl dd span {
        font-size: 0.8375rem!important;
    }
	.ds-row2 .box .inside {
		width: auto!important;
	}
	.ds-row2 .box .title {
margin-bottom: 20px!important;
    max-width: 240px;
    padding-top: 0!important;
	}
    .ds-row3.ds-row2 .box .title {
    max-width: 320px;
    min-height: 100%;
    margin-bottom: 28px!important;
    }
    
    
	.ds-row2 {
		background-color: #fff!important;
		padding-bottom: 60px !important;
	}
    
    .ds-row2 .box .title dl::before {
    width: 140px!important;
    height: 140px!important;
        left: -25px!important;
    }
    
	.ds-row2 .row1 {
		background-color: #ffe789;
		padding-top: 40px;
	}
	.ds-row2 .row1 .txt {
		padding: 20px 0px 0!important;
		max-width: 270px;
		margin: 0 auto;
	}
	.ds-row2 .row2 {
		background-color: #fff;
		padding-top: 60px;
		max-width: 300px;
		margin: 0 auto;
	}
	.ds-row2 .photo {
max-width: 400px;
    margin: 0 auto;
    /*width: 95%!important;*/
	}
    .ds-row2 .row1 .photo {
    	width: 95%!important;
    }
    .ds-row2 .box .photo img {
    	max-width: 305px;
    }
    .ds-row2 .row2, .ds-row2 .row1 {
    padding-left: 0!important;
    padding-right: 0!important;
    }
    .design-f .row2 .note,
    .ds-row2 h3 {
    	margin: 0 auto 20px !important;
    }

	.box-plan {
		margin-top: 30px!important;
	}
	.title-c h3, .design-f .row2 h3, .design-f .dl-2 dt {
		font-size: 1.4375rem!important;
		letter-spacing: 0.13em!important;
        
	}
	.box-plan .blk {
		padding: 0 0!important;
	}
     .box-plan .blk-3,
    .box-plan .blk-2 {
    	padding-top: 20px!important;
    }
	.box-plan .blk .ttl {
		position: relative!important;
		font-size: 14px!important;
		padding: 6px 16px!important;
		display: inline-block!important;
		margin-bottom: 10px!important;
	}
	.box-plan .blk .tt {
		padding-left: 0!important;
		position: relative!important;
		left: 0!important;
		top: 0!important;
        padding-bottom: 20px;
	}
	.ds-row3 {
		background-color: #ddecc2!important;
		padding-top: 30px!important;
		padding-bottom: 80px;
		padding-bottom: 0!important;
	}
	.ds-row3 .row1 {
		max-width: 400px;
		margin: 0 auto;
		padding-top: 0;
		background: transparent!important;
	}
    .ds-row2 .row1 .photo,
	.ds-row3 .photo {
		padding: 5% 0 6%;
		background-color: #fff;
	}
	.ds-row3 .row2 {
		max-width: 100%!important;
		background: #fff;
	}
	.ds-row3 .row2 h3,
	.ds-row3 .row2 .note {
		max-width: 300px;
		margin: 0 auto;
	}
	.ds-row3 .row2 .box-plan {
		max-width: 271px;
		margin: 0 auto;
		padding-top: 0px;
	}

	.ds-row4 {
		max-width: 320px;
		margin: 0 auto;
	}
	.ds-row5 {
    max-width: 400px;
    }
    .ds-row4 {
    position: relative;
        padding-top: 120px!important;
            padding-bottom: 20px!important;
    }

	.ds-row3 .row2 {
		position: relative;
		padding-top: 110px;
	}
    .ds-row3 {
    	position: relative;
    }
    .ds-row3::after {
		content: "";
		background-color: #efefef;
		height: 60px;
		left: 0;
		position: absolute;
		    bottom: -60px;
		right: 0;
    }
	.ds-row3 .row2::before {
		content: "";
		background-color: #efefef;
		height: 60px;
		left: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	.ds-row4 .ic-list--threeCol .threeCol-item dl dt {
    padding-bottom: 0!important;
    font-weight: normal!important;
    font-size: 13px;
    }
    .ds-row4 .ic-list--threeCol .threeCol-item dl dt span {
    font-weight: bold!important;
    font-size: 15px!important;
    }
    .ds-row4 .ic-list--threeCol .threeCol-item dl dd {
    	display: none!important;
    }
    .design-f .row2 .note,
    .design-f .row2 h3,
     .ds-row5 .note,
    .ds-row5 .note-3,
	.ds-row5 .title-c,
	.ds-row4 .title-c {
		max-width: 270px;
		margin: 0 auto;
	}
.box-plan {

    max-width: 271px;
    margin: 0 auto;

}
	.ds-row4 .ic-list--threeCol .threeCol-item {
		width: 48%!important;
	}
	.sn-works-gallery2,
	.ds-row5 .photo{
		max-width: 300px;
		margin: 0 auto;
	}
	.ds-row5 .dl-list {
        max-width: 400px;
        padding: 0%;
	}
    .ds-row5 .dl-list dl:last-child {
    	border-bottom: 1px solid #005b73;
    }
	.ds-row5 .dl-list dl dt {
		width: 111px!important;
		padding-left: 0!important;
	}
    .ds-row5 .dl-list dl dt span {
    	display: block;
    }
	.ds-row5 .note-2 {
		padding-left: 0!important;
		padding-bottom: 50px!important;
        padding-top: 15px;
        max-width: 400px;
        margin: 0 auto;
	}
	.ds-row5 .photo {
		padding-top: 20px!important;
	}

	.sn-works-gallery2 dt span {
		display: block;
	}
	.sn-works-gallery2 ul li {
		width: 145px!important;
		height: 145px!important;
		margin-bottom: 15px!important;
	}
    .ds-row2 .box .inside p.note br {
display: block;}
.ds-row5 .dl-list dl dd span {
	display: block;
    font-size: 13px;
}

.ds-row5 .dl-list dl dd span.d_note {
	display: none!important;
}
    
}

@media only screen and (max-width: 1100px) and (min-width: 768px)  {
.row-1 .photo {
padding: 50px 20px;
}
	.ds-row2 .box .inside {
    width: auto!important;
    }
    .ds-row2 img {
    width: 100%!important;
    }
    .ds-row2 .box .title img {
    	width: auto!important;
    }
    .ds-row2 {
    	padding: 65px 5% 70px!important;
    }
    .ds-row3 {
    	padding-top: 0px!important;
    }
    .design-f .ds_row1 .dl-2 {
        width: 90%;
        margin: 0 auto;
    }
    .ds-row2 .row2,
    .ds-row2 .row1 {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    }
    .design-f .row2 .note,
    .ds-row2 .row2 h3 {
 
    }
    .row2 .box-plan .blk {
      
        margin: 0 auto;
    }
    .box-plan .blk {
		padding: 80px 20px 40px;    
    }
    .design-f .row2 .note, .design-f .dl-2 dd {

    }
    .ds-row2 .box .title {
    /*width: 90%!important;*/
    }
    .sn-works-gallery2,
    .ds-row5,
    .ds-row4 {
    	width: auto!important;
        padding-left: 5%!important;
        padding-right: 5%!important;
    }
    .ds-row4 .ic-list--threeCol .threeCol-item {
    width: 31%!important;
    }
    .ds-row4 .ic-list--threeCol .threeCol-item img {
    	width: 100%!important;
    }
    .ds-row5 .dl-list {
    width: auto!important;
    }
    .ds-row5 .photo img {
    	width: 100%!important;
    }
/*

    .ds-row2 img {
    width: 100%!important;
    }
    
    .ds-row2 {
    padding: 65px 5% 50px!important;
    }
    .ds-row2 .box {
    padding: 50px 5% 100px!important;
    }
    
    */
}


/*DESIGN*/
.sp {
	display: none;
}
.pc {
	display: block;
}

.pc.inline {
	display: inline;
}

.md-contents {
overflow: hidden;
}
.design-f {
    padding-top: 50px;
    padding-bottom: 0px;
        margin-left: -20px;
    margin-right: -20px;
    color: #2A2B2C;
    font-weight: 250;
    overflow: hidden;
}
.design-f h3,
.design-f dl,
.design-f p {
    margin-block-start: 0!important;
    margin-block-end: 0!important;
}

.design-f dl dd {
margin-inline-start: 0!important;
}
.design-f h2 {
    color: #2E617A;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.9375rem;
    font-weight: 600;
    letter-spacing: 0.43em;
    margin: 0 0 40px;
    
}
.design-f h2 br {
	display: none;
}
.design-f .ds_row1{
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 100px;
}
.design-f .photo-1 {
	text-align: center;
	padding-bottom: 60px;
}

.sumuhito-opened .photo-1 {
	text-align: center;
	margin:0;
	margin-bottom: 60px;
}

.design-f .photo-1 img,
.sumuhito-opened  .photo-1 img {
	width:100%;
}

.design-f .dl-1,
.sumuhito-opened .dl-1 {
	text-align: center;
    /*color: #2E617A;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    margin: 0;
    padding-bottom: 100px;
}

.sumuhito-opened .dl-1 {
	padding-top:120px;
	padding-bottom:120px !important;
}

.design-f .dl-1 dt {
    font-size: 1.9375rem;
    font-weight: 600;
    letter-spacing: 0.43em;
	padding-bottom: 30px;
}
.design-f .dl-1 dd {
	text-align:left;
}

.design-f .ds_row1 .dl-2  {
	text-align: left;
	padding-top: 0px;
}

.title-c h3,
.design-f .row2 h3,
.design-f .dl-2 dt {
    font-size: 1.9375rem;
    font-weight: 600;
    letter-spacing: 0.33em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #2E617A;
}
.design-f .row2 .note,
.design-f .dl-2 dd {
    font-size: 15px;
    letter-spacing: 0.13em;
	line-height: 1.8;
}

.ds-row2 {
	background-color: #efefef;
	padding: 65px 65px 70px;
	
}

.ds-row2 .box {
	background-color: #ffe789;
	padding:50px 0 100px;
}
.ds-row3 {
padding-top: 0;
}
.ds-row3 .box {
	background-color: #ddecc2;
	
}
.ds-row2 .box .title {
    position: relative;
    padding: 50px 0 0 0px;
    text-align: left;
     width: 521px;
    /*
    width: 645px;
    */
    margin: 0 auto 45px;
    min-height: 200px;
}
.ds-row2 .box .title dl{
	position: relative;
    line-height: 40px;
	
}



.ds-row2 .box .inside {
	width: 890px;
	margin: 0 auto;
}

.ds-row2 .box .inside p.note br {
display: none;}

.ds-row2 .box .title dl::before {
	content: "";
	background-color: #fff;
	width: 172px;
	height: 172px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: -50px;
}

.ds-row2 .box .title small,
.ds-row2 .box .title dl dt,
.ds-row2 .box .title dl dd {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	z-index: 4;
}
.ds-row2 .box .title p {
	position: relative;
	z-index: 3;
    line-height: 1.5;
}
.ds-row2 .box .title small {
	font-size: 13px;
}
.ds-row2 .box .title dl dt,
.ds-row2 .box .title dl dd {
	display: inline-block;
	
}
.ds-row2 .box .title dl dt {
    font-size: 1.9375rem;
    font-weight: 600;
    letter-spacing: 0.13em;
	padding-right: 30px;
}
.ds-row2 .box .title dl dd {
	font-size: 1.9375rem;
	 font-weight: 600;
}
.ds-row2 .box .title dl dd span {
	font-size: 1.2375rem;
}
.ds-row2 .box .title p {
	font-size: 16px;
}


.ds-row2 .row1 {
	text-align: center;
	padding-bottom: 50px;
}
.ds-row2 .row1 .txt {
	padding-top: 20px;
    font-size: 15px;
}
.ds-row2 h3 {
	    margin-bottom: 20px!important;
}

.box-plan {
	background-color: #fff;
	margin-top: 50px;
}
.box-plan .blk {
	position: relative;
	padding: 80px 20px 40px;
}

.box-plan .blk .photo img {
	width: 100%;
}
.ds-row3 .note {
padding-top: 0px;
}
.ds-row3 .box-plan .blk {
	padding: 80px 20px 40px;
}
.ds-row3 .box-plan .blk .photo {
	text-align: center;
}
.box-plan .blk .ttl {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	padding: 10px 20px;
	background-color: #2f5f76;
	color: #fff;
}
.box-plan .blk .ttl span {
font-size: 23px;
}
.box-plan .blk .tt {
    font-size: 15px;
    padding-left: 20px;
    position: absolute;
    top: 20px;
    left: 115px;
    font-weight: bold;
}

.row2 .box-plan .blk {
	
}
.ds-row2 .box .photo {
background: #fff;
}
.row2 .box-plan .blk .photo {
	max-width: 760px;
    margin: 0 auto;
}
 .ds-row3 .row2 .box-plan .blk .photo {
	max-width: 810px;
    margin: 0 auto;
}

.ds-row4 {
	width: 890px;
	margin: 0 auto;
	padding: 80px 0;
}

.ds-row4 .ic-list--threeCol {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    padding-top: 40px;
	
}
.ds-row4 .ic-list--threeCol .threeCol-item {
	width: 255px;
	margin-bottom: 40px;
}
.ds-row4 .ic-list--threeCol .threeCol-item dl {
    font-size: 15px;
	padding-top: 10px;
        line-height: 1.5;
}
.ds-row4 .ic-list--threeCol .threeCol-item dl dt {
	padding-bottom: 10px;
    font-weight: bold;
}
.ds-row4 .ic-list--threeCol .threeCol-item dl dt span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 19px;
}



.ds-row5 {
	width: 890px;
	margin: 0 auto;
	padding-bottom: 80px;
    font-size: 15px;
}
.ds-row5 .note {
	padding-bottom: 40px;
    padding-top: 20px;
}
.ds-row5 .dl-list {
	width: 790px;
	margin: 0 auto;
}
.ds-row5 .dl-list dl {
	padding: 10px 0;
	border-top: 1px solid #005b73;
	display: table;
	width: 100%;
}
.ds-row5 .dl-list dl:last-child {
    border-bottom: 1px solid #005b73;
}

.ds-row5 .dl-list dl dt,
.ds-row5 .dl-list dl dd {
	display: table-cell;
}


.ds-row5 .dl-list dl dt {
	width: 140px;
	padding-left: 127px;
    box-sizing: content-box;
}
.ds-row5 .note-2 {
	padding-left: 180px;
	padding-bottom: 80px;
    padding-top: 20px;
	
}
.ds-row5 .note-3 {
	padding-top: 20px;
}
.ds-row5 .photo {
	text-align: center;
	padding: 50px 0 30px;
}
.sn-works-gallery2 {
    margin-bottom: 8px;
	width: 890px;
	margin: 0 auto!important;
}

.sn-works-gallery2 dt {
    color: #2E617A;
    font-weight: 550;
    line-height: 1.71429;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}
 .sn-works-gallery2 dd {
    margin-left: 0;
}
.sn-works-gallery2 ul {
    margin: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sn-works-gallery2 ul li {
    width: 160px;
    height: 160px;
    margin-bottom: 25px;
    text-align: center;
}
.sn-works-gallery2 ul li {
    list-style-type: none;
}
.sn-works-gallery2 .gallery-img {

    position: relative;
    /*
    width: 160px!important;
    height: 160px!important;
    */
    overflow: hidden;
    display: block;
}

.sn-works-gallery2 .gallery-img img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
}

.sn-works-gallery2 ul li a img {
    transition-property: opacity;
    transition-duration: 500ms;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}


body.page .lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    /*background: rgba(42, 43, 44, 0.75)!important;*/
    background: rgba(255,255,255,.9)!important;
    width: 100%;
    height: 100vh;
    z-index: 9000;
}
body.page .lightbox {
z-index: 9002;
}
body.page .lb-data .lb-close:before, body.page .lb-data .lb-close:after {
border-top: 1px solid #000;
}

body.page .lb-nav a.lb-prev {
    border-left: 1px solid #000;
}
body.page .lb-nav a.lb-prev, body.page .lb-nav a.lb-next {
    border-top: 1px solid #000;
}

body.page .lb-nav a.lb-next {
border-right: 1px solid #000;
}

/* 2023.01 modified */
.index .md-loader {
	background-color:#00627C;
}

.index-hero-title {
	line-height:1em;
	/*padding-top: 0.2em;*/
	margin-bottom: 53px;
}

.font-mincho {
	font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3';
}

.fc-slateblue {
	/*	color: #2E617A;*/
	color: #005b73;
	font-weight:600;
}

body.index .index-hero-inner p {
	font-weight: 500;
}

body.index .index-cont.makotonoie {
	margin-bottom:200px;
}

body.index .index-cont.makotonoie  .row-0 {
	padding-bottom:0;
}

body.index .index-cont-inner {
	max-width: 1152px;
    margin: 0 auto 0 auto;
    text-align: center;
}

body.index .index-cont-inner h2 {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.70968;
	margin: 0 0 60px;
	text-align: center;
	letter-spacing: 0.5em;
}

body.index .index-cont-inner p {
	width:890px;
	text-align:left;
	margin:86px auto 92px auto;
	font-size: 0.875rem;
	line-height: 1.71429;
	letter-spacing: 0.09em;
}

body.index .makotonoie .row-0 > picture img {
	display:block;
	width:890px;
	margin:86px auto 92px auto;
}

body.index .makotonoie .index-cont-inner .btns {
	display:flex;
	width:890px;
	margin: 0 auto;
}

body.index .makotonoie .index-cont-inner .btns > div {
	width:calc((100% - 80px)/2);
}

body.index .makotonoie .index-cont-inner .btns > div:first-child {
	margin-right:40px;
}

body.index .makotonoie .index-cont-inner .btns > div > picture > img {
	width:100%;
	display:block;
}

.btn_blue {
	display:block;
	width:100%;
	height:66px;
	color:#FFFFFF;
	background-color:#2e617a;
	line-height:66px;
	font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif;
	font-size: 1.43rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin-top:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	text-align:center;
	box-sizing:border-box;
}

.btn_blue:hover {
	background-color:#FFF;
	border:1px solid #2e617a;
	
}

.btn_blue small {
	margin-left:1em;
}

.btn_blue.nolink {
	cursor:default;
}

.btn_blue.nolink:hover {
	background-color:#005870;
	border:none;
	color:#FFF;
}

.index-cont.about .ic-title {
	/*margin-bottom:86px;*/
}

body.index .about .index-cont-inner .content_wrapper {
	background-image: url("../images/PC_yumoto_message03.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center -30px;
	/*padding:90px 180px;*/
	padding:90px 210px;
	margin-bottom:60px;
}

body.index .about .index-cont-inner .content_wrapper .message_title {
	font-size:1.75rem;
	font-weight:600;
	text-align:left;
	line-height:1em;
	letter-spacing: 0.5em;
	margin-bottom:30px;
	margin-top:30px;
}

body.index .about .index-cont-inner .content_wrapper div p,
body.index .about .index-cont-inner .content_wrapper div div {
	font-size:1.03rem
}

body.index .about .index-cont-inner p {
	font-size: 14px;
	line-height: 1.72222;
	font-weight: 600;
	line-height: 2;
	margin:0;
}

body.index .about .index-cont-inner p+p {
	margin-top:2em;
}

body.index .about .index-cont-inner div.sign {
	margin-top:30px;
	text-align:right;
	
}

body.index .about-btns {
	display:flex;
}

body.index .about-btns > div {
	width:calc((100% - 48px)/3);
	margin-right:24px;
}

body.index .about-btns > div:last-child {
	margin-right:0;
}

body.index .about-btns > div > picture img {
	width:100%;
	height:210px;
	object-fit: cover;
}

body.index .about-btns > div > a {
	/*font-size:1.1rem;*/
}

/* works single: next prev */
body.single .sn-pager .pager-next a {
	padding: 32px 84px 53px 104px;
	position:relative;
}

body.single .sn-pager .pager-prev a {
	padding: 32px 104px 53px 84px;
	position:relative;
}

body.single .sn-pager .pager-prev a:before {
    right: 40px;
    left: unset;
    z-index: 1;
    border-right: 1px solid #2E617A;
    border-left: unset;
    background-color: #F5FAFA;
    transform: rotate(45deg);
}

body.single .sn-pager .pager-prev a:after {
    right: 38px;
    left: unset;
    z-index: 0;
    border-right: 1px solid #fff;
    border-left: unset;
    box-shadow: 2px 0px 2px rgb(0 0 0 / 16%);
    transform: rotate(45deg);
}

body.single .sn-pager .pager-next a:before {
    left: 40px;
    right: unset;
    border-left: 1px solid #2E617A;
    border-right: unset;
    transform: rotate(-45deg);
    background-color:transparent;
}

body.single .sn-pager .pager-next a:after {
    left: 39px;
    right: unset;
    width: 32px;
    border-left: 1px solid #F5FAFA;
    border-right: unset;
    transform: rotate(-45deg);
    box-shadow: inset 2px 2px 2px rgb(0 0 0 / 16%);
}

/* 誠の家 page */

.design-f .dl-1 dt {
	letter-spacing: 0.2em;
	font-size:1.75rem;
}

.design-f .sumuhito .dl-1 dt {
	letter-spacing: 0.43em;
}

.page-cont-group {
	margin-bottom:60px;
}

.katachi-details {
	display:flex;
	flex-wrap: wrap;
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.katachi-details li {
	list-style-type:none;
	width:calc((100% - 80px)/3);
	margin-right:40px;
	display:flex-items;
	margin-bottom:40px;
	text-align:left;
}

.katachi-details li:nth-child(3n) {
	margin-right:0;
}

.katachi-details li img {
	width:100%;
	display:block;
	pbject-fit:cover;
}

.katachi-details li h3 {
	margin-top:0.8em !important;
}

.katachi-details li p {
	line-height:1.6em;
}

.page-cont-group.bgc-gray {
	padding:90px 0;
	background-color:#F5F3F2;
}

.sumuhito .dl-1 {
	padding-bottom:40px;
}

.sumuhito .ds_row1 h3 {
	font-size:1.6rem;
	letter-spacing: 0.5rem;
	color:#717184;
}

.makotonoie-link {
	padding:90px 0 0 0;
}

.makotonoie-link .makotonoie-link-cont01 {
	width:370px;
	margin:0 auto;
}

.makotonoie-link .makotonoie-link-cont01 picture img {
	object-fit:cover;
	width:100%;
}

.makotonoie-link .makotonoie-link-cont02 {
	width:560px;
	margin:90px auto 60px auto;
	position:relative;
}


.makotonoie-link .makotonoie-link-cont02 picture img {
	object-fit:cover;
	width:142.5px;
	height:192px;
}

.makotonoie-link .makotonoie-link-cont02 p {
	position:absolute;
	left:200px;
	top:60px;
}

/* policy */

body.page .sec-philosophy-subCont {
	width:890px;
}

.phi_list {
	display:block;
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.phi_list li {
	list-style-type:none;
	display:block;
	margin-bottom:40px;
	text-align:left;
	position:relative;
	margin-top:30px;
}

.phi_list li picture {
	display:block;
}

.phi_list li picture img {
	width:273px;
	height:180px;
	object-fit:cover;
}

.phi_list li div.text {
	position:absolute;
	top:0;
	left:293px;
}

.phi_list li div.text h3 {
	margin-top:0;
}

/* page: teamwork */

.sec-teamwork-cont01 {
	width:890px;
	margin:0 auto 80px auto;
}

.md-section-desc {
	text-align:left;
}

.sec-teamwork-cont02 {
	background-color:#F5F3F2;
	padding: 90px 0 120px 0;
}

.sec-teamwork-cont02 .wrapper {
	width:890px;
	margin:0 auto;
}

.sec-teamwork-cont02 picture img,
.sec-teamwork-cont02 picture source {
	width:890px;
	height:741px;
	object-fit:cover;
}

.sec-teamwork h2  {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.70968;
	margin: 0 0 60px;
	text-align: center;
	letter-spacing: 0.43em;
}

.sec-teamwork .sec-teamwork-cont01 h2 {
	font-size:1.9375rem;
}

.sec-idea-title-wrapper {
	background-image:url(../images/teamwork/p_teamwork_omoi.jpg);
	width:890px;
	height:604px;
	background-size:cover;
}

.sec-idea {
	width:890px;
	margin:0 auto;
}

.sec-idea-columns .text {
}

.sec-members ul {
	display:flex;
	flex-wrap: wrap;
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    width: 890px;
    margin: 0 auto;
}

.sec-members ul li {
	list-style-type:none;
	margin-right:30px;
	margin-bottom:60px;
	text-align:left;
	position:relative;
	width:calc((100% - 60px)/3);
}

.sec-members ul li:nth-child(3n) {
	margin-right:0;
}

.sec-members ul li picture img {
	width:100%;
}

.sec-members ul li h4 {
	margin-bottom:0;
	font-weight:normal;
}


/* page:flow */
.sec-flow {
	width:890px;
	margin:0 auto;
}

body.page .sec-flow-chart_v2 {
	background-image:url(../images/flow/bg_line.jpg);
	background-position: center center;
	background-repeat:repeat-y;
	margin-top:160px;
	position:relative;
}

body.page .sec-flow-chart_v2 .flow-chip-base {
	width:calc(50% + 5px);
	background-image:url(../images/flow/flow_hand_left.svg);
	background-position:right center;
	background-size:200px 20px;
	background-repeat:no-repeat;
	position:relative;
}

body.page .sec-flow-chart_v2 .flow-chip-base:nth-child(even) {
	background-image:url(../images/flow/flow_hand_right.svg);
	background-position:left center;
	margin-left:calc(50% - 5px);
}

body.page .sec-flow-chart_v2 .flow-chip {
	border: 1px solid #2E617A;
	width:360px;
	display:block;
	background-color:#FFF;
	position:relative;
}

body.page .sec-flow-chart_v2 .flow-chip-base:nth-child(even) .flow-chip {
	position:relative;
	margin-left:calc(100% - 360px);
}

body.page .sec-flow-chart_v2 .flow-chip .text {
	padding:0 20px 20px 20px;
}

body.page .sec-flow-chart_v2 .flow-chip-base:first-child {
	top:calc(-0.5 * (1.17rem + 2em + 14px + 80px ));
}

body.page .sec-flow-chart_v2 .flow-chip h3 {
	text-align:center;
	font-size:1.17rem;
	line-height:100%;
}

body.page .sec-flow-chart_v2 .flow-chip-base.wide {
	width:70%;
	background-image:none;
	margin:0 auto;
}

body.page .sec-flow-chart_v2 .flow-chip-base.wide .flow-chip {
	width:100%;
	margin:40px 0;
}

body.page .sec-flow-chart_v2 .flow-chip .text {
	zoom: 100%;
}

body.page .sec-flow-chart_v2 .flow-chip .text:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

body.page .sec-flow-chart_v2 .flow-chip .ic_money {
	padding-left:20px;
	background-image:url(../images/flow/ic_money.svg);
	background-size:16px 16px;
	background-position: left center;
	background-repeat: no-repeat;
	display:inline-block;
	float:right;
}

.md-archive-head-nav {
	gap:25px;
}

.md-archive-head-nav.typeCat li {
	width:calc((100% - 50px)/3);
	max-width:unset;
}

/* 住む人:opened */
#sumuhito.sumuhito-opened {
    padding-top: 0px;
    padding-bottom: 80px;
    margin-left: -20px;
    margin-right: -20px;
    color: #2A2B2C;
    font-weight: 250;
    overflow: hidden;
}

#sumuhito.sumuhito-opened .dl-1 dt {
	color: #2E617A;
	font-size: 1.9375rem;
	font-weight: 600;
	letter-spacing: 0.43em;
	margin: 0px;
}

.sumuhito-opened .ds2_row1 {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 0px;
}

#sumuhito.sumuhito-opened .ds2_title {
	letter-spacing:0.3em;
	font-size:1.6rem;
	padding:37px 0;
	margin:40px 0 40px 0;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
}

#sumuhito.sumuhito-opened .ds2_row2 {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

#sumuhito.sumuhito-opened .ds2_row2 .ds2_title {
	margin:60px 0 60px 0;
}

#sumuhito.sumuhito-opened .ds2_row2 h3 {
	font-size:1.28rem;
	letter-spacing: 0.05em;
	color:#767676;
	margin-top:40px;
	font-weight:400;
}

#sumuhito.sumuhito-opened .ds2_row2 .ds2_title:has(+ h3) {
	margin-bottom:40px;
}

ul.ds2_iv {
	list-style-type:none;
	margin-top:45px;
	width:100%;
	display:block;
	margin:0;
	margin-top:40px;
	padding:0;
}

ul.ds2_iv li {
	display:flex;
	border:1px solid #767676;
	background-color:#FFF;
	box-sizing:border-box;
	padding:30px 60px 30px 30px;
	align-items:center;
	box-shadow:10px 10px 10px #CCC;
}

ul.ds2_iv li + li {
	margin-top:50px;
}
ul.ds2_iv li picture {
	width:400px;
	height:257px;
	display:block;
}

ul.ds2_iv li picture img {
	display:block;
	width:400px;
	height:257px;
	object-fit: cover;
}

ul.ds2_iv li .iv_text {
	text-align:left;
	margin-left:60px;
}

ul.ds2_iv li .iv_text strong {
	font-weight:bold;
}

ul.ds2_iv li .iv_text strong,
ul.ds2_iv li .iv_text span,
ul.ds2_iv li .iv_text p {
	display:inline;
}

ul.ds2_iv li .iv_text .comment + .comment {
	margin-top:1em;
	display:block;
}

#sumuhito.sumuhito-opened .vignette {
	display:flex;
	align-items:center;
	padding:60px 60px 30px 60px;
}

#sumuhito.sumuhito-opened .vignette picture img {
	width:310px;
	height:190px;
	object-fit:contain;
	mix-blend-mode: darken;
}

#sumuhito.sumuhito-opened .vignette picture:last-child img {
	width:364px;
	height:190px;
}

#sumuhito.sumuhito-opened .vignette picture:last-child {
	margin-left:100px;
}

#sumuhito.sumuhito-opened .bigphoto {
	margin-top:60px;
}

#sumuhito.sumuhito-opened .bigphoto picture {
	width:100%;
}

#sumuhito.sumuhito-opened .bigphoto picture img {
	width:100%;
	display:block;
}

#sumuhito.sumuhito-opened .ds2_row3 {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

#sumuhito.sumuhito-opened .ds2_row3 h3 {
	font-size: 1.28rem;
	letter-spacing: 0.05em;
	color:#767676;
	margin-top: 0px;
	margin-bottom:35px;
	font-weight:400;
}

#sumuhito.sumuhito-opened .ds2_row3 h3 + picture img {
	width:184px;
	height:245px;
	box-shadow: 10px 10px 10px #ccc;
}

#sumuhito.sumuhito-opened .ds2_row3 .ds2_message {
	border:none;
	background-color:#FFF;
	box-sizing:border-box;
	padding:60px 60px 100px 60px;
	box-shadow:10px 10px 10px #CCC;
	width:100%;
	margin-top:40px;
	position:relative;
}

#sumuhito.sumuhito-opened .ds2_row3 .ds2_message h2 {
	font-size:1.6rem;
	margin-bottom:40px;
	color:#767676;
	text-align:right;
	font-weight:400;
}

#sumuhito.sumuhito-opened .ds2_row3 .ds2_message .message_wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 100%;
	height: 350px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: justify;
	height: 370px;
	padding: 0 0 30px 0;
	
	font-size:1rem;
}

#sumuhito.sumuhito-opened .ds2_row3 .ds2_message .message_wrapper p:first-child {
	margin-right:0;
}

#sumuhito.sumuhito-opened .ds2_row3 .ds2_message .button_scroll {
	position:absolute;
	left:60px;
	bottom:30px;
	font-size:1.2rem;
	color:#005d75;
	font-weight:bold;
	padding-left:25px;
	background-image:url(../images/design/sumuhito/bt_scroll_arrow.svg);
	background-size: 12px 18px;
	background-position:left center;
	background-repeat:no-repeat;
}

/* mobile*/
@media only screen and (max-width: 767px) {
	.index-slider {
		padding-bottom:30px;
	}
	
	.index-slider li {
		width:100vw;
		height:58.3vw;
	}
	
	.index-hero-title {
		line-height:1.7em;
		/*padding-top:0.8em;*/
		margin-bottom: 26px;
	}
	
	.comment-more {
		font-size:14px;
	}
	.comment-more span {
		display: block;
	}

	.index-cont.news {
		margin-bottom:90px;
	}
	
	body.index .index-cont.makotonoie .row-0 {
		width:100%;
		max-width:100%;
	}
	
	body.index .makotonoie .row-0 > picture img {
		width:100%;
		margin:30px auto;
	}
	
	body.index .index-cont-inner {
		max-width:300px;
	}
	
	body.index .index-cont-inner h2 {
		letter-spacing: 0.18em;
		font-size: 1.05rem;
		margin-bottom:30px;
	}
	
	body.index .index-cont-inner p {
		margin:30px auto;
		width:100%;
	}
	
	body.index .index-cont.makotonoie {
		margin-bottom:90px;
	}
	
	body.index .makotonoie .index-cont-inner .btns {
		width:100%;
		display:block;
	}
	
	body.index .makotonoie .index-cont-inner .btns > div {
		margin-right:0;
		width:100%;;
	}
	
	body.index .makotonoie .index-cont-inner .btns > div:first-child {
		margin-right:0;
		margin-bottom:30px;
	}
	
	.btn_blue {
		width:90%;
		font-size:1.2rem;
		margin:10px auto;
		padding:5px 0;
		height:unset;
		line-height:unset;
	}
	
	.index-cont.about .ic-title {
		margin-bottom:30px;
	}
	
	body.index .about .index-cont-inner p.sign {
		margin-right:0;
		margin-left:calc(100% - 14em);
	}
	
	body.index .about-btns {
		display:block;
		margin:60px auto 0 auto;
		max-width:300px;
	}
	
	body.index .about-btns > div {
		width:100%;
		margin-right:0;
		margin-bottom:30px;
	}
	
	.design-f .photo-1 img {
		max-width:100%;
	}
	
	.katachi-details {
		display:block;
		width:300px;
		margin:0 auto 60px auto;
	}
	
	.katachi-details li {
		margin-right:0;
		width:100%;
	}
	
	.page-cont-group.bgc-gray {
		padding: 40px 0;
	}
	
	.design-f #sumuhito .dl-1 dt {
		padding-bottom:0 !important;
	}
	
	.design-f .ds_row1 {
		max-width:100%;
		padding-bottom:0 !important;
	}
	
	.sumuhito .ds_row1 h3 {
		font-size:1.2rem;
	}
	
	.makotonoie-link {
		padding-top:0;
	}
	
	.makotonoie-link .makotonoie-link-cont02 {
		width:100%;
	}
	
	.makotonoie-link .makotonoie-link-cont02 picture {
		display:block;
		margin:0 auto 10px auto;
	}
	
	.makotonoie-link .makotonoie-link-cont02 picture img {
		width:120px !important;
		height:164px !important;
		margin:0 auto;
		display:block;
	}
	
	.makotonoie-link .makotonoie-link-cont02 p {
		position:relative;
		left:0;
		top:0;
		text-align:center;
		margin-top:10px;
	}
	
	.index-cont.works .ic-toArchive.font-mincho {
		font-family:inherit;
	}
	
	body.index .about .index-cont-inner {
		max-width:100%;
		width:100%;
	}
	
	body.index .about .index-cont-inner .content_wrapper {
		background-image:url("../images/mobile_yumoto_message03.jpg");
		
		background-position: center top;
		background-repeat:no-repeat;
		background-size:cover;
		padding: 20px;
		padding-left:calc((100vw - 300px)/2);
		padding-right:calc((100vw - 300px)/2);
		padding-top:60px;
		padding-bottom:60px;
		margin-bottom:100px;
	}
	
	body.index .about .index-cont-inner .content_wrapper .message_title {
		font-size:1.3rem;
		text-align:center;
	}
	
	body.index .about .index-cont-inner .content_wrapper div p {
		font-size:unset;
		text-align:justify;
	}
	
	body.index .about .index-cont-inner p+p {
		margin-top:0;
	}
	
	.md-header-under .header-nav .nav-item dd.active.item01 {
		height: 83px;
	}
	
	.md-header-under .header-nav .nav-item dd.active.item02 {
		height:83px;
	}
	
	.md-header-under .header-nav .nav-item dd.active.item03 {
		height:83px;
	}
	
	body.page .sec-philosophy-subCont {
		width:300px;
	}
	
	.phi_list li picture img {
		width:100%;
		height:198px;
	}
	
	.phi_list li div.text {
		position:relative;
		left:0;
		margin-top:10px;
		margin-bottom:0;
	}
	
	.phi_list li div.text h3 {
		
		margin-block-start: 0em;
	    margin-block-end: 0em;
	}
	
	.phi_list li div.text p {
		margin-block-start: 0em;
	    margin-block-end: 0em;
	}
	
	.sec-teamwork-cont01,
	.sec-teamwork-cont02 {
		width:100%;
	}
	
	.sec-teamwork-cont02 {
		background-color:transparent;
		padding: 0 ;
	}
	
	body.page .sec-teamwork .md-section-title,
	.sec-teamwork h2 {
		font-size:1.25rem;
		letter-spacing:0.2em;
		margin-bottom:30px;
	}

	.sec-teamwork h2 {
		font-size: 1.05rem;
	}

	body.page .sec-teamwork .md-section-desc {
		text-align: justify;
	}
	
	.sec-teamwork-cont02 .wrapper {
		width:90%;
	}
	
	.sec-teamwork-cont02 picture source,
	.sec-teamwork-cont02 picture img {
		width:100%;
		height:unset;
		object-fit:contain;
	}
	
	body.page .sec-idea {
		margin-top:80px;
		width:100%;
	}
	
	.sec-idea-title-wrapper {
		width:100vw;
		height:67.8vw;
	}
	
	.sec-idea-text {
		width:300px;
		margin:0 auto;
	}
	
	.sec-members ul {
		display:block;
		width:300px;
	}
	
	.sec-members ul li {
		margin-right:0;
		width:100%;
	}
	
	.sec-members ul li .data {
		text-align:center;
	}
	
	.sec-flow {
		width:300px;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip {
		width:300px;
	}
	
	body.page .sec-flow-chart_v2 {
		background:none;
		margin-top:60px
	}
	
	body.page .sec-flow-chart_v2 .flow-chip-base {
		width:unset;
		margin-bottom:40px;
		padding-bottom:50px;
		margin-right:0;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip {
		border:none;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip .text {
		padding:0 0 20px 0;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip-base:first-child {
		top:0;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip-base,
	body.page .sec-flow-chart_v2 .flow-chip-base:nth-child(even),
	body.page .sec-flow-chart_v2 .flow-chip-base.wide {
		background-image:url(../images/flow/flow_hand_bottom.svg);
		background-position:center bottom;
		background-size:10px 100px;
		background-repeat:no-repeat;
		margin-left:0;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip-base:nth-child(even) .flow-chip {
		margin-left:0;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip-base.wide {
		width:unset;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip-base.wide .flow-chip {
		margin:0;
	}
	
	body.page .sec-flow-chart_v2 .flow-chip-base:last-child {
		background:none;
	}
	
	.md-archive-head-nav.typeCat li {
		width:100%;
		max-width:100%;
	}
	
	.md-archive-head-nav--spBtn i.fa-angle-up, .md-archive-head-nav--spBtn i.fa-angle-down {
		font-size:20px;
		top:10px;
	}
	
	.sumuhito-opened .dl-1 {
	    padding-top:70px;
	    padding-bottom:50px !important;
	}
	
	#sumuhito.sumuhito-opened .dl-1 dt {
	    font-size: 1.25rem !important;
	    line-height: 1.7 !important;
	    letter-spacing: 0.28em!important;
	}
	
	#sumuhito.sumuhito-opened .ds2_title {
		margin-bottom: 10px!important;
		font-size: 1.25rem !important;
		line-height: 1.7 !important;
		letter-spacing: 0.25em!important;
		width:300px;
		margin: 40px auto 23px auto;
		padding:30px 0;
    }
	
	#sumuhito.sumuhito-opened .ds2_row2 h3 {
		font-size:0.9rem;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	ul.ds2_iv {
		margin:30px auto;
		width:300px;;
	}
	
	ul.ds2_iv li {
		display:block;
		padding:25px 20px;
	}
	
	ul.ds2_iv li picture {
		width:100%;
		height:unset;
	}
	
	ul.ds2_iv li picture img {
		width: 248px;
    	height: 160px;
	}
	
	ul.ds2_iv li .iv_text {
		margin-left:0;
		margin-top:25px;
	}
	
	ul.ds2_iv li + li {
		margin-top:45px;
	}
	
	#sumuhito.sumuhito-opened .ds2_row2 .ds2_title {
		margin:50px auto;
	}
	
	#sumuhito.sumuhito-opened .vignette {
		display:block;
		padding: 0;
		margin:30px auto;
		width:300px;
	}
	
	#sumuhito.sumuhito-opened .vignette picture,
	#sumuhito.sumuhito-opened .vignette picture img,
	#sumuhito.sumuhito-opened .vignette picture:last-child img {
		width:100%;
		height:auto;
	}
	
	#sumuhito.sumuhito-opened .vignette picture:last-child {
		margin-left:0;
	}
	
	#sumuhito.sumuhito-opened .vignette picture:last-child img {
		margin-left:0;
		margin-top:20px;
	}
	
	#sumuhito.sumuhito-opened .bigphoto {
		width:300px;
		margin: 50px auto 30px auto;
	}
	
	#sumuhito.sumuhito-opened .ds2_row2 .ds2_title:has(+ h3) {
		letter-spacing: 0.1rem !important;
	}
	
	#sumuhito.sumuhito-opened .ds2_row2 {
		padding-bottom:60px;
	}
	
	#sumuhito.sumuhito-opened .ds2_row3 {
		padding-bottom:0;
	}
	
	#sumuhito.sumuhito-opened .ds2_row3 h3 {
		margin-bottom:30px;
	}
	
	#sumuhito.sumuhito-opened .ds2_row3 .ds2_message {
		max-width:420px;
		width:calc(100vw - 20px);
		margin: 40px auto;
	}
	
	#sumuhito.sumuhito-opened .ds2_row3 .ds2_message h2 {
		font-size:1.2rem;
		text-align:center;
	}
	
	#sumuhito.sumuhito-opened .ds2_row3 .ds2_message {
		padding: 60px 30px 70px 30px;
	}
	
	#sumuhito.sumuhito-opened .ds2_row3 .ds2_message .button_scroll {
		left:30px;
	}
	
	body.single .sn-pager .pager-prev a {
	    padding: 8px 38px;
	    width: 100%;
	}
	
	body.single .sn-pager .pager-next a {
    padding: 8px 38px;
    width: 100%;
}
}