@charset "utf-8";
/* サイト専用 */

@media screen and (min-width: 1025px) {
	main {
		position: relative;
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 1024px) {
	main {
		padding-top: 0;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	main {
		padding-top: 0;
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* base */


/* module */
iframe[src*="www.google.com"] {
	width: 100%;
}
.doc p + p {
	margin-top: 1em;
}
.min {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
ol {
	padding-left: 1.5em;
}
ol li::marker {
	color: #0086d1;
	font-size: 120%;
}
@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 768px) {
	main .conttitle {
		background: url("../img/h1bg/com_h1bg.jpg") center center / cover no-repeat; 
	}
	
	main#access .conttitle {
		background: url("../img/h1bg/com_h1bg.jpg") center center / cover no-repeat; 
	}
	main#ceramic .conttitle {
		background: url("../img/h1bg/cera_h1bg.jpg") center center / cover no-repeat; 
	}
	main#cutting .conttitle {
		background: url("../img/h1bg/cut_h1bg.jpg") center center / cover no-repeat; 
	}
	main#electronic .conttitle {
		background: url("../img/h1bg/ele_h1bg.jpg") center center / cover no-repeat; 
	}
	main#development .conttitle {
		background: url("../img/h1bg/deve_h1bg.jpg") center center / cover no-repeat; 
	}
	main#product .conttitle, main#equipment_va .conttitle {
		background: url("../img/h1bg/pro_h1bg.jpg") center center / cover no-repeat; 
	}
	main#equipment .conttitle  {
		background: url("../img/h1bg/eq_h1bg.jpg") center center / cover no-repeat; 
	}
	main#equipment_cut .conttitle {
		background: url("../img/h1bg/eqcut_h1bg.jpg") center center / cover no-repeat; 
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	main .conttitle {
		background: url("../img/h1bg/com_h1bg.jpg") center center / cover no-repeat; 
	}
	
	main#access .conttitle {
		background: url("../img/h1bg/com_h1bg.jpg") center center / cover no-repeat; 
	}
	main#ceramic .conttitle {
		background: url("../img/h1bg/cera_h1bg.jpg") center center / cover no-repeat; 
	}
	main#cutting .conttitle {
		background: url("../img/h1bg/eqcut_h1bg.jpg") center center / cover no-repeat; 
	}
	main#electronic .conttitle {
		background: url("../img/h1bg/ele_h1bg.jpg") center center / cover no-repeat; 
	}
	main#development .conttitle {
		background: url("../img/h1bg/deve_h1bg.jpg") center center / cover no-repeat; 
	}
	main#product .conttitle, main#equipment_va .conttitle {
		background: url("../img/h1bg/pro_h1bg.jpg") center center / cover no-repeat; 
	}
	main#equipment .conttitle  {
		background: url("../img/h1bg/eq_h1bg.jpg") center center / cover no-repeat; 
	}
	main#equipment_cut .conttitle {
		background: url("../img/h1bg/eqcut_h1bg.jpg") center center / cover no-repeat; 
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}

/* btn3 */



/* btn5 */
.btn5 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	text-decoration: none;
	border: 1px solid #0086d1;
	background: #fff;
	color: #000;
	transition: all 500ms ease;
}
.btn5.sub { border: 1px solid #ccc; background: #fff; color: #333 }
.btn5.conv { border: 1px solid #febd69; background: #fff; color: #333 }
.btn5.arrow::after {
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - 0.375em);
	display: inline-block;
	width: 1.5em;
	height: 0.75em;
	background: url(../../yashima-k/img/common/btn_arrow.png) center center / contain no-repeat;
}
.btn5:hover {
	text-decoration: none;
	/* color: #000; */
	background: #e5f5f1;
}
.btn5.sub:hover { color: #333; background: #ccc }
.btn5.conv:hover { color: #333; background: #febd69 }
@media screen and (min-width: 768px) {
	.btn5 {
		max-width: 360px;
		height: 54px;
		font-size: 16px;
	}
	.btn5.small {
		max-width: 240px;
		height: 40px;
		font-size: 13px;
	}
	.btn5.radius, .btn5.radius1 { border-radius: 27px }
	.btn5.radius.small, .btn5.radius1.small { border-radius: 20px }
	.btn5.radius2 { border-radius: 10px }
	.btn5.radius2.small { border-radius: 7px }
}
@media screen and (max-width: 767px) {
	.btn5 {
		max-width: 430px;
		margin-top: 25px;
		height: 48px;
		font-size: 16px;
		letter-spacing: 0;
		transition: all 100ms ease;
	}
	.btn5.small {
		max-width: 430px;
		height: 40px;
		font-size: 12px;
	}
	.btn5.radius, .btn5.radius1 { border-radius: 24px }
	.btn5.radius.small, .btn5.radius1.small { border-radius: 20px }
	.btn5.radius2 { border-radius: 8px }
	.btn5.radius2.small { border-radius: 5px }
}


/* boxlist1 */
.boxlist1 [class*="gcol"] > h3 {
	padding: 0.2em 0.2em 0;
	border-left: none;
	font-weight: normal;
	/* text-align: center; */
	letter-spacing: 0;
	line-height: 1.2;
}
.boxlist1 .grid p {
	letter-spacing: 0;
	line-height: 1.33;
}
.boxlist1 figcaption > span {
	display: inline-block;
	margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
	.boxlist1 [class*="gcol"] > h3 {
		font-size: 22px;
	}
	.boxlist1 .grid p {
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.boxlist1 [class*="gcol"] > h3 {
		font-size: 18px;
	}
	.boxlist1 .grid p {
		font-size: 12px;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.boxlist1 [class*="gcol"] > h3 {
		font-size: 20px;
	}
	.boxlist1 .grid p {
		font-size: 14px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* boxlist-slick1-2 */
/* no slick */
/* .sec1 .list {
	display: flex;
	flex-wrap: wrap;
} */
.boxlist-slick1-2 img {
	display: block;
	width: 100%;
	height: auto;
}
/* slick */
.boxlist-slick1-2 .item {
	position: relative;
}
.boxlist-slick1-2 .slick-initialized .slick-slide {
	position: relative;
	width: 100%;
}
.boxlist-slick1-2 a.article {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	color: #000;
}
.boxlist-slick1-2 section {
	position: relative;
	width: 100%;
}
.boxlist-slick1-2 section h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 1.0em 1.5em;
	/* font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif; */
	font-weight: normal;
	background: rgba(255, 255, 255, 0.75);
}
.boxlist-slick1-2 section h3::before {
	display: none;
}
.boxlist-slick1-2 .text {
	margin-top: 0.5em;
	/* font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif; */
}
.boxlist-slick1-2 .text p {
	line-height: 1.5;
}
.boxlist-slick1-2 .category {
	position: absolute;
	top: 0;
	left: 0;
}
.boxlist-slick1-2 .category a {
	display: inline-block;
	padding: 1em 1em;
	background: #000;
	color: #fff;
}
.boxlist-slick1-2 .text p.date {
	color: #888;
}
.boxlist-slick1-2 a:hover {
	text-decoration: none;
}
.boxlist-slick1-2 a:hover p:not(.date) {
	text-decoration: underline;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .boxlist-slick1-2 .slick-initialized .item.inactive {
		opacity: 0.75;
	}
}
@media screen and (min-width: 768px) {
	.boxlist-slick1-2 .item {
		width: calc((100% - 60px) / 3);
		margin-left: 10px;
		margin-right: 10px;
		filter: saturate(100%);
		transition: all 500ms ease;
	}
	.boxlist-slick1-2 .slick-initialized .item.inactive {
		filter: saturate(25%);
	}
	.boxlist-slick1-2 section h3 {
		font-size: 16px;
	}
	.boxlist-slick1-2 .text p {
		font-size: 14px;
	}
	.boxlist-slick1-2 .category a {
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.boxlist-slick1-2 .text p {
		font-size: 12px;
	}
	.boxlist-slick1-2 .category a {
		font-size: 10px;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	/* no slick */
	/* .sec1 .list .item + .item {
		margin-top: 50px;
	} */
	/* slick */
	.boxlist-slick1-2 .item {
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
	}
	.boxlist-slick1-2 section h3 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.boxlist-slick1-2 .text p {
		font-size: 12px;
	}
	.boxlist-slick1-2 .category a {
		font-size: 12px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
	.boxlist-slick1-2 .item {
		margin-left: 10px;
		margin-right: 10px;
	}
	.boxlist-slick1-2 section h3 {
		font-size: 14px;
	}
	.boxlist-slick1-2 .text p {
		font-size: 10px;
	}
	.boxlist-slick1-2 .category a {
		font-size: 10px;
	}
}



/* icolist */
.icolist {
	display: flex;
	flex-wrap: wrap;
}
.icolist li {
	margin-right: 1em;
}
.icolist img {
	width: 32px;
}


/* fbox */
.fbox {
	position: relative;
}
.flow1.arrow .fbox + .fbox::before {
	content: "";
	content: "\f014";
	position: absolute;
	top: 0;
	left: calc(50% - 20px);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'genoh';
	font-size: inherit;
	font-style: normal;
	line-height: 1.0;
	transform: rotate(90deg);
	display: flex;
	color: #e60012;
}
.fbox .ftitle {
	display: flex;
	align-items: center;
	letter-spacing: 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	color: #0086d1;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgba(64, 64, 64, 0.15);
}
.fbox .ftitle span {
	background: -webkit-linear-gradient(-15deg, #0086d1 0%, #444 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fbox .fdesc {
	display: flex;
	border-left: 1px solid #0086d1;
}
@media screen and (min-width: 768px) {
	.fbox {
		flex-wrap: wrap;
		display: flex;
		margin: 20px 0;
	}
	.flow1.arrow .fbox + .fbox {
		padding-top: 70px;
	}
	.flow1.arrow .fbox + .fbox::before {
		left: calc(50% - 20px);
		left: 120px;
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	.fbox .ftitle {
		justify-content: center;
		width: 280px;
		padding: 10px 15px;
		font-size: 40px;
	}
	.fbox .fdesc {
		display: flex;
		width: calc(100% - 280px);
		padding: 10px 15px;
		border-left: 1px solid #0086d1;
	}
	.fbox .fdesc .fbox_s + .fbox_s {
		margin-left: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.flow1.arrow .fbox + .fbox::before {
		left: 90px;
	}
	.fbox .ftitle {
		width: 220px;
		padding: 10px 15px;
		font-size: 32px;
	}
	.fbox .fdesc {
		width: calc(100% - 220px);
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.fbox {
		flex-wrap: wrap;
		display: flex;
		margin: 20px 0;
	}
	.flow1.arrow .fbox + .fbox {
		padding-top: 50px;
	}
	.flow1.arrow .fbox + .fbox::before {
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	.fbox .ftitle {
		padding: 10px 0;
		font-size: 28px;
		letter-spacing: 0.1em;
	}
	.fbox .fdesc {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 15px;
		border-left: 1px solid #0086d1;
		font-size: 14px;
	}
	.fbox .fdesc .fbox_s {
		width: 100%;
	}
	.fbox .fdesc li {
		font-size: inherit;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}

/* table4 */
.table4 {
	width: 100%;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
.table4 th,
.table4 td {
	padding: 0.5em 1em;
	border-top: 1px solid #eee;
	/*vertical-align: top;*/
}
.table4 th {
	border-bottom: 1px solid #eee;
	background: #e0e1e2;
	text-align: left;
	font-weight: normal;
	color: #000;
}
.table4 thead th {
	background: #e0e1e2;
}
.table4.thr th { text-align: right }
.table4.thc th { text-align: center }
.table4.thnowrap th { white-space: nowrap }

.table4 .units-number{
	padding-left: 2%;
}

.single-digit{
	margin-left: 0.65em;
}

.double-digit{
	margin-left: 0.3em;
}


@media screen and (min-width: 768px) {
	.table4.pcthr th { text-align: right }
	.table4.pcthc th { text-align: center }
	.table4.pcthnowrap th { white-space: nowrap }
	.table4.pctdl td { text-align: left }
	.table4.pctdr td { text-align: right }
	.table4.pctdc td { text-align: center }
}
@media screen and (max-width: 767px) {
	.table4.spcol1 th,
	.table4.spcol1 td {
		display: block;
		border-left: 1px solid #ddd;
	}
	.table4.spcol1 th {
		border-bottom: none;
	}
	.table4.spcol1 td {
		padding: 0.5em 0.5em 1.0em;
	}
	.table4.spthr th { text-align: right }
	.table4.spthc th { text-align: center }
	.table4.spthl th { text-align: left }
	.table4.spthnowrap th { white-space: nowrap }
	.table4.sptdl td { text-align: left }
	.table4.sptdr td { text-align: right }
	.table4.sptdc td { text-align: center }
	.table4 td.sptdnowrap { white-space: nowrap }
	.units-number{padding-left: 2.5%;
}
}




/* unit01 */
.unit01.type2 {
	background: #f2f0f0;
}
.unit01 h2 {
	padding-left: 0;
	border-left: none;
}
.unit01 h2 .en strong {
	font-size: 150%;
	font-weight: normal;
}
.unit01 h3 {
	padding-left: 0;
	border-left: none;
	color: #24c6dc;
}
.unit01 .btnblock {
	margin-top: 1em;
}
.unit01 .imgblock::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20%;
	height: 100%;
	background: #f2f0f0;
}
.unit01.type2 .imgblock::after {
	background: #fff;
}
.unit01 .imgblock .img {
	position: relative;
	z-index: 1;
}
.unit01 .imgblock .img img {
	display: block;
}
@media screen and (min-width: 768px) {
	.unit01 .textblock {
		padding: 15px 0;
	}
	.unit01 .imgblock {
		position: relative;
		padding: 30px 30px 30px 0;
	}
	.unit01 .imgblock .img + .img {
		margin-top: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.unit01 .imgblock {
		position: relative;
		padding: 20px 20px 20px 0;
	}
	.unit01 .imgblock .img + .img {
		margin-top: 20px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




/* sitetop */
#sitetop .sec1 .list .item .text {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
}
#sitetop .sec1 .list .item .cate {
	display: flex;
	margin-bottom: 0.5em;
}
#sitetop .sec1 .list .item .cate span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 0.5em;
	background: #e65056;
	color: #fff;
	line-height: 1.0;
}
#sitetop .sec1 .list .item .cate span.blog {
	background: #39a6e6;
	color: #fff;
}
#sitetop .sec1 .list .item .cate span.exhibition {
	background: #e6e122;
	color: #000;
}
#sitetop .sec1 h2 {
	justify-content: center;
}
#sitetop .sec1 h2 .en {
	order: 1;
	justify-content: center;
}
#sitetop .sec1 h2 .en::after {
	display: none;
}
#sitetop .sec1 h2 .ja {
	order: 2;
}

#sitetop h2 {
	font-weight: bold;
}

#sitetop .sec2 h2,
#sitetop .sec3 h2,
#sitetop .sec4 h2,
#sitetop .sec5 h2,
#sitetop .sec6 h2 {
	display: flex;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
#sitetop .sec3 h2,
#sitetop .sec6 h2 {
	justify-content: center;
}
#sitetop .sec2 h2 .en,
#sitetop .sec3 h2 .en,
#sitetop .sec4 h2 .en,
#sitetop .sec5 h2 .en,
#sitetop .sec6 h2 .en {
	color: #e6e122;
	order: 1;
}
#sitetop .sec3 h2 .en,
#sitetop .sec6 h2 .en {
	justify-content: center;
}
#sitetop .sec2 h2 .en::after,
#sitetop .sec3 h2 .en::after,
#sitetop .sec4 h2 .en::after,
#sitetop .sec5 h2 .en::after,
#sitetop .sec6 h2 .en::after {
	display: none;
}
#sitetop .sec2 h2 .ja,
#sitetop .sec3 h2 .ja,
#sitetop .sec4 h2 .ja,
#sitetop .sec5 h2 .ja,
#sitetop .sec6 h2 .ja {
	order: 2;
}
#sitetop .sec5 h2 .ja {
	color: #fff;
}
#sitetop .sec2 h3 {
	color: #000;
}

#sitetop .btnblock a {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	border-bottom: 1px solid #39a6e6;
	color: #39a6e6;
	line-height: 1.0;
	transition: all 250ms ease;
}
#sitetop .sec5 .btnblock a {
	width: 100%;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#sitetop .btnblock a::after {
	content: "";
	display: inline-block;
	margin-left: 1em;
	background: url(../img/sp/top/btn_arrow_r_bl.png) center center / contain no-repeat;
	transition: all 250ms ease;
}
#sitetop .sec5 .btnblock a::after {
	background: url(../img/sp/top/btn_arrow_r_wh.png) center center / contain no-repeat;
}
#sitetop .btnblock a:hover {
	text-decoration: none;
	background: #39a6e6;
	color: #fff;
}
#sitetop .sec5 .btnblock a:hover {
	text-decoration: none;
	background: #fff;
	color: #39a6e6;
}
#sitetop .btnblock a:hover::after {
	background: url(../img/sp/top/btn_arrow_r_wh.png) center center / contain no-repeat;
}
#sitetop .sec5 .btnblock a:hover::after {
	background: url(../img/sp/top/btn_arrow_r_bl.png) center center / contain no-repeat;
}

@media screen and (min-width: 768px) {
	#sitetop .btnblock a {
		width: 380px;
		height: 50px;
		transition: all 250ms ease;
	}
	#sitetop .sec5 .btnblock a {
		justify-content: flex-end;
		width: 100%;
		padding: 0 20px;
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	#sitetop .btnblock a::after {
		width: 30px;
		height: 30px;
	}
	#sitetop h2 .en {
		font-size: 28px;
		font-weight: normal;
	}
	#sitetop h2 .ja {
		font-size: 46px;
	}
	
	#sitetop .main_img .top {
		position: relative;
	}
	#sitetop .main_img video {
		display: block;
		width: 100%;
		height: auto;
	}
	#sitetop .main_img .top .text {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		padding-bottom: 150px;
		background: rgba(0, 0, 0, 0.33);
	}
	#sitetop .main_img .top .text h1 {
		width: 100%;
		text-align: center;
		font-size: 48px;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		color: #fff;
		text-shadow: 3px 3px 5px rgba(64, 64, 64, 0.75);
	}
	#sitetop .main_img .top .text p {
		width: 100%;
		text-align: center;
		font-size: 21px;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		color: #fff;
		text-shadow: 3px 3px 5px rgba(64, 64, 64, 0.75);
	}
	#sitetop .main_img .top .text h2 {
		width: 100%;
		text-align: center;
		justify-content: center;
		font-size: 36px;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		color: #fff;
		text-shadow: 3px 3px 5px rgba(64, 64, 64, 0.75);
	}
	#sitetop .main_img .bottom {
		position: relative;
		margin-top: -150px;
		text-align: center;
		z-index: 1;
	}
	
	/* sec1 */
	#sitetop .sec1 h2 .en {
		font-size: 40px;
		line-height: 1;
	}
	#sitetop .sec1 h2 .ja {
		font-size: 18px;
	}
	#sitetop .sec1 .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sitetop .sec1 .list .item {
		display: flex;
		justify-content: space-between;
		width: calc((100% - 30px) / 2);
		margin-bottom: 20px;
	}
	#sitetop .sec1 .list .item .img {
		width: 38.59%;
		width: calc(220 / 570 * 100%);
	}
	#sitetop .sec1 .list .item .img img {
		display: block;
		width: 100%;
	}
	#sitetop .sec1 .list .item .text {
		width: 56.84%;
		width: calc(324 / 570 * 100%);
	}
	#sitetop .sec1 .list .item .date {
		margin-left: 1em;
	}
	#sitetop .sec1 .list .item .cate span {
		min-width: 90px;
	}
	
	/* sec2 */
	#sitetop .sec2 {
		position: relative;
		min-height: 900px;
	}
	#sitetop .sec2::before {
		content: "";
		position: absolute;
		top: 0;
		right: calc(50% - 100px);
		display: block;
		width: 100%;
		height: 100%;
		background: url(../img/top/sec2_img_1.png) right bottom no-repeat;
		z-index: 1;
	}
	#sitetop .sec2 .text {
		position: relative;
		padding-left: calc(735 / 1200 * 100%);
		z-index: 2;
	}
	
	/* sec3 */
	main#sitetop > article > .sec3 {
		position: relative;
		z-index: 0;
		margin-top: -75px;
		background: #f2f2f2;
	}
	main#sitetop > article > .sec3.section:not(.wide) > .inner {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	main#sitetop > article > .sec3 h2 {
		height: 100px;
		margin-bottom: 0;
	}
	main#sitetop > article > .sec3 .list {
		margin-top: -150px;
	}
	main#sitetop > article > .sec3 .item {
		position: relative;
		display: flex;
		min-height: 818px;
	}
	main#sitetop > article > .sec3 .item .text .wrap {
		max-width: 100%;
	}
	main#sitetop > article > .sec3 .item:nth-of-type(1) {
		z-index: 2;
	}
	main#sitetop > article > .sec3 .item:nth-of-type(2) {
		z-index: 1;
	}
	main#sitetop > article > .sec3 .item + .item {
		margin-top: -210px;
	}
	main#sitetop > article > .sec3 .item .img {
		display: flex;
		align-items: flex-end;
		width: 50%;
		padding-bottom: calc(50 / 1200 * 50vw);
		overflow: hidden;
	}
	main#sitetop > article > .sec3 .item.sec3-1 .img {
		padding-left: calc(50 / 1200 * 50%);
		background: url(../../yashima-k/img/top/img3_bg_1.png) left bottom / cover no-repeat;
	}
	main#sitetop > article > .sec3 .item.sec3-2 .img {
		padding-right: calc(50 / 1200 * 50%);
		justify-content: flex-end;
		background: url(../img/top/img3_bg_2.png) right bottom / cover no-repeat;
	}
	main#sitetop > article > .sec3 .item .img .wrap {
		width: 100%;
		max-width: 735px;
	}
	main#sitetop > article > .sec3 .item .img picture,
	main#sitetop > article > .sec3 .item .img source,
	main#sitetop > article > .sec3 .item .img img {
		display: block;
		width: 100%;
		min-width: 640px;
	}
	main#sitetop > article > .sec3 .item.sec3-2 .img {
		order: 1;
	}
	main#sitetop > article > .sec3 .item .text {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		width: 50%;
		padding-top: 276px;
	}
	main#sitetop > article > .sec3 .item.sec3-2 .text {
		order: 2;
	}
	main#sitetop > article > .sec3 .item .text h3 {
		flex-wrap: wrap;
		width: 100%;
	}
	main#sitetop > article > .sec3 .item .text h3 .en {
		width: 100%;
		padding-bottom: 0.2em;
		border-bottom: 1px solid #ccc;
	}
	main#sitetop > article > .sec3 .item .text h3 .ja {
		width: 100%;
		padding-top: 0.2em;
		color: #000;
	}
	main#sitetop > article > .sec3 .item.sec3-1 .text h3 .en {
		padding-left: calc(100% - 600px);
		padding-right: calc(100 / 1200 * 50%);
	}
	main#sitetop > article > .sec3 .item.sec3-1 .text h3 .ja {
		padding-left: calc(100% - 600px);
		padding-right: calc(100 / 1200 * 50%);
	}
	main#sitetop > article > .sec3 .item.sec3-1 .text .wrap {
		padding-left: calc(100% - 600px);
		padding-right: calc(100 / 1200 * 50%);
	}
	main#sitetop > article > .sec3 .item.sec3-2 .text h3 .en {
		padding-right: calc(100% - 600px);
		padding-left: calc(100 / 1200 * 50%);
	}
	main#sitetop > article > .sec3 .item.sec3-2 .text h3 .ja {
		padding-right: calc(100% - 600px);
		padding-left: calc(100 / 1200 * 50%);
	}
	main#sitetop > article > .sec3 .item.sec3-2 .text .wrap {
		padding-right: calc(100% - 600px);
		padding-left: calc(100 / 1200 * 50%);
	}
	
	/* sec4 */
	main#sitetop > article > .sec4.section:not(.wide) > .inner {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	main#sitetop > article > .sec4 .list {
		width: 100%;
		overflow: hidden;
	}
	main#sitetop > article > .sec4 .item {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	main#sitetop > article > .sec4 .item + .item {
		margin-top: 120px;
	}
	main#sitetop > article > .sec4 .item .img {
		overflow: hidden;
		width: calc(50% - 20px);
	}
	main#sitetop > article > .sec4 .item.sec4-1 .img {
		order: 1;
		display: flex;
		justify-content: flex-end;
	}
	main#sitetop > article > .sec4 .item.sec4-2 .img {
		overflow: hidden;
	}
	main#sitetop > article > .sec4 .item .text {
		width: calc(50% - 20px);
	}
	main#sitetop > article > .sec4 .item.sec4-1 .text {
		order: 2;
		padding-right: 25px;
	}
	main#sitetop > article > .sec4 .item.sec4-2 .text {
		display: flex;
		justify-content: flex-end;
		padding-left: 25px;
	}
	main#sitetop > article > .sec4 .item .img .wrap {
		min-width: 800px;
	}
	main#sitetop > article > .sec4 .item .text .wrap {
		width: 100%;
		max-width: 600px;
	}
	
	/* sec5 */
	main#sitetop > article > .sec5 {
		height: 1234px;
		background: url(../img/top/sec5_bg.jpg) center center / cover no-repeat;
	}
	main#sitetop > article > .sec5 > .inner {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	main#sitetop > article > .sec5 > .inner {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: flex;
		justify-content: space-between;
	}
	main#sitetop > article > .sec5 .box1 {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		width: calc(670 / 1200 * 100%);
		padding-top: 35px;
	}
	main#sitetop > article > .sec5 .box1 h2 {
		width: 100%;
		max-width: 625px;
		padding-left: 25px;
	}
	main#sitetop > article > .sec5 .box1 .img {
		width: 100%;
		height: 100%;
		max-height: 868px;
		background: url(../img/top/sec5_img_0.png) right center / auto 100% no-repeat;
	}
	main#sitetop > article > .sec5 .box2 {
		width: calc(500 / 1200 * 100%);
	}
	main#sitetop > article > .sec5 .box2 .wrap {
		width: 100%;
		max-width: 625px;
		padding-right: 25px;
	}
	main#sitetop > article > .sec5 .box2 .item {
		display: flex;
		align-content: flex-end;
		align-items: flex-end;
		width: 100%;
		height: 207px;
		/* border-bottom: 1px solid #fff; */
		color: #fff;
	}
	main#sitetop > article > .sec5 .box2 .item + .item {
		margin-top: 8px;
	}
	main#sitetop > article > .sec5 .box2 .item .text {
		width: 100%;
	}
	main#sitetop > article > .sec5 .box2 .item h3 {
		color: #fff;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		line-height: 1.0;
	}
	
	/* sec6 */
	main#sitetop > article > .sec6 {
		height: 1145px;
		margin-top: 40px;
		background: url(../img/top/sec6_bg-2.jpg) calc(50% - 50px) center no-repeat;
	}
	main#sitetop > article > .sec6 > .inner {
		padding-top: 25px;
	}
	main#sitetop > article > .sec6 section {
		width: 100%;
		padding-left: calc(50% + 15px);
	}
	main#sitetop > article > .sec6 h2 {
		margin-bottom: 75px;
	}
	main#sitetop > article > .sec6 h3 {
		flex-wrap: wrap;
		width: 100%;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	
	#sitetop .main_img .top .text {
		padding-bottom: 0px;
	}
	#sitetop .main_img .top .text h1 {
		font-size: 36px;
	}
	#sitetop .main_img .top .text p {
		font-size: 14px;
	}
	#sitetop .main_img .top .text h2 {
		font-size: 24px;
	}
	#sitetop .main_img .bottom {
		margin-top: -80px;
	}
	
	/* sec3 */
	main#sitetop > article > .sec3 .item.sec3-1 .text h3 .en {
		padding-left: 25px;
	}
	main#sitetop > article > .sec3 .item.sec3-1 .text h3 .ja {
		padding-left: 25px;
	}
	main#sitetop > article > .sec3 .item.sec3-1 .text .wrap {
		padding-left: 25px;
	}
	main#sitetop > article > .sec3 .item.sec3-2 .text h3 .en {
		padding-right: 25px;
	}
	main#sitetop > article > .sec3 .item.sec3-2 .text h3 .ja {
		padding-right: 25px;
	}
	main#sitetop > article > .sec3 .item.sec3-2 .text .wrap {
		padding-right: 25px;
	}
	
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#sitetop .btnblock a {
		width: calc(595 / 750 * 100vw);
		height: calc(95 / 750 * 100vw);
		transition: all 250ms ease;
	}
	#sitetop .sec5 .btnblock a {
		padding: 0 calc(95 / 750 * 100vw);
	}
	#sitetop .btnblock a::after {
		width: calc(46 / 750 * 100vw);
		height: calc(46 / 750 * 100vw);
	}
	
	#sitetop .sec2 h2,
	#sitetop .sec4 h2,
	#sitetop .sec5 h2 {
		justify-content: center;
	}
	#sitetop .sec2 h2 .en,
	#sitetop .sec4 h2 .en,
	#sitetop .sec5 h2 .en {
		justify-content: center;
	}
	#sitetop .sec2 h2 .en,
	#sitetop .sec3 h2 .en,
	#sitetop .sec4 h2 .en,
	#sitetop .sec5 h2 .en,
	#sitetop .sec6 h2 .en {
		font-size: calc(36 / 750 * 100vw);
	}
	#sitetop .sec2 h2 .ja,
	#sitetop .sec3 h2 .ja,
	#sitetop .sec4 h2 .ja,
	#sitetop .sec5 h2 .ja,
	#sitetop .sec6 h2 .ja {
		font-size: calc(46 / 750 * 100vw);
	}
	
	#sitetop .main_img .top {
		position: relative;
		overflow: hidden;
	}
	#sitetop .main_img video {
		display: block;
		width: 150vw;
		height: auto;
		margin-left: -25vw;
		margin-right: -25vw;
	}
	#sitetop .main_img .top .text {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		padding-bottom: calc(35 / 750 * 100vw);
		background: rgba(0, 0, 0, 0.33);
	}
	#sitetop .main_img .top .text h1 {
		width: 100%;
		text-align: center;
		font-size: calc(36 / 750 * 100vw);
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		color: #fff;
		text-shadow: 3px 3px 5px rgba(64, 64, 64, 0.75);
	}
	#sitetop .main_img .top .text p {
		width: 100%;
		text-align: center;
		font-size: calc(21 / 750 * 100vw);
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		color: #fff;
		text-shadow: 3px 3px 5px rgba(64, 64, 64, 0.75);
	}
	#sitetop .main_img .top .text h2 {
		width: 100%;
		text-align: center;
		justify-content: center;
		font-size: calc(36 / 750 * 100vw);
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		color: #fff;
		text-shadow: 3px 3px 5px rgba(64, 64, 64, 0.75);
	}
	#sitetop .main_img .bottom {
		position: relative;
		margin-top: calc(35 / 750 * -100vw);
		text-align: center;
		z-index: 1;
	}
	
	/* sec1 */
	#sitetop .sec1 {
		padding-bottom: 0;
	}
	#sitetop .sec1 h2 .en {
		font-size: calc(67 / 750 * 100vw);
		line-height: 1;
	}
	#sitetop .sec1 h2 .ja {
		font-size: calc(26 / 750 * 100vw);
	}
	#sitetop .sec1 .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sitetop .sec1 .list .item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(312 / 750 * 100vw);
		margin-bottom: 20px;
	}
	#sitetop .sec1 .list .item .img {
		width: 100%;
	}
	#sitetop .sec1 .list .item .text {
		width: 100%;
		font-size: calc(24 / 750 * 100vw);
	}
	#sitetop .sec1 .list .item .cate {
		font-size: calc(20 / 750 * 100vw);
	}
	#sitetop .sec1 .list .item .date {
		margin-left: 1em;
		font-size: calc(20 / 750 * 100vw);
	}
	#sitetop .sec1 .list .item .cate span {
		min-width: calc(114 / 750 * 100vw);
	}
	
	/* sec2 */
	#sitetop .sec2 {
		position: relative;
		padding-bottom: calc(650 / 750 * 100vw);
		background: url(../img/top/sec2_img_1.png) center bottom / contain no-repeat;
		z-index: 1;
	}
	#sitetop .sec2 h3 {
		justify-content: center;
		width: 100%;
		text-align: center;
		font-weight: normal;
	}
	
	/* sec3 */
	main#sitetop > article > .sec3 {
		position: relative;
		z-index: 0;
		margin-top: calc(75 / 750 * -100vw);
		padding-bottom: 0;
		background: #f2f2f2;
	}
	#sitetop .sec3 .item + .item {
		margin-top: calc(140 / 750 * 100vw);
	}
	#sitetop .sec3 h3 {
		flex-wrap: wrap;
		margin-bottom: 1.5em;
	}
	#sitetop .sec3 h3 .en {
		width: 100%;
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}
	#sitetop .sec3 h3 .ja {
		width: 100%;
		text-align: center;
		color: #000;
	}
	#sitetop .sec3 .text {
		/* margin-bottom: calc(140 / 750 * 100vw); */
	}
	main#sitetop > article > .sec3 .item  .img {
		display: flex;
		align-items: flex-end;
		margin-left: -25px;
		margin-right: -25px;
		padding: 0 calc(39 / 750 * 100vw) calc(45 / 750 * 100vw);
	}
	main#sitetop > article > .sec3 .item.sec3-1 .img {
		height: calc(639 / 750 * 100vw);
		background: url(../img/sp/top/img3_bg_1.png) center bottom / contain no-repeat;
	}
	main#sitetop > article > .sec3 .item.sec3-2 .img {
		height: calc(639 / 750 * 100vw);
		background: url(../img/sp/top/img3_bg_2.png) center bottom / contain no-repeat;
	}
	
	/* sec4 */
	main#sitetop > article > .sec4 .item + .item {
		margin-top: calc(70 / 750 * 100vw);
	}
	main#sitetop > article > .sec4 .item .img {
		margin-top: calc(55 / 750 * 100vw);
		margin-left: -25px;
		margin-right: -25px;
	}
	
	/* sec5 */
	main#sitetop > article > .sec5 {
		padding-bottom: calc(910 / 750 * 100vw);
		background: url(../img/top/sec5_img_0.png) center calc(100% - (68 / 750 * 100vw)) / contain no-repeat,
			url(../img/sp/top/sec5_bg.jpg) center center / cover no-repeat;
	}
	main#sitetop > article > .sec5 .item + .item {
		margin-top: calc(50 / 750 * 100vw);
	}
	main#sitetop > article > .sec5 h3 {
		justify-content: center;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		font-size: calc(40 / 750 * 100vw);
		color: #fff;
		text-shadow: 0 0 3px rgba(64, 64, 64, 0.95);
	}
	main#sitetop > article > .sec5 p {
		color: #fff;
		line-height: 1.5;
	}
	
	/* sec6 */
	main#sitetop > article > .sec6 {
		padding-bottom: calc(1448 / 750 * 100vw);
		background: url("../img/sp/top/sec6_bg-2.jpg") center bottom / contain no-repeat;
	}
	main#sitetop > article > .sec6 h3 {
		flex-wrap: wrap;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	}
	main#sitetop > article > .sec6 h3 .en {
		width: 100%;
		margin-bottom: 0.5em;
		text-align: center;
	}
	main#sitetop > article > .sec6 h3 .ja {
		width: 100%;
		text-align: center;
		line-height: 1.5;
	}
	
	
	
	
	
	
	
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* cutting */
@media screen and (min-width: 768px) {
	.imglist1 dl.spec3 dt {
		width: 9em;
	}
	.imglist1 dl.spec3 dd {
		padding: 0.25em 0 0.25em 9.5em;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.imglist1 dl.spec3 dt {
		width: 8.5em;
	}
	.imglist1 dl.spec3 dd {
		padding: 0.25em 0 0.25em 9.0em;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




/* development */
#development span.fs12 {
	display: inline-block;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/*  */
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* contact, reserve */
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 90%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #fbe3e4;
	border-color: #fbe3e4;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
.button {
	width: 320px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}



/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 480px;
		padding: 2px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 500px;
		padding: 2px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 450px;
		padding: 5px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 2px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 2px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 5px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}







/* intro_box1 */
.intro_box1 {
	width: 100%;
}
.intro_box1 .text {
	position: relative;
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 2px 5px rgba(64, 64, 64, 0.15);
}
.intro_box1 h2 {
	
	background: #1da1f2;
	color: #fff;
	justify-content: center;
	font-size: 26px;
}
.intro_box1 .doc {
	padding: 0em 2em 1.5em 2em;
}
@media screen and (min-width: 768px) {
	.intro_box1 .img {
		width: 70%;
	}
	.intro_box1 .img.c100 {
		width: 100%;
		text-align: center;
	}
	.inner > .intro_box1:nth-of-type(2n+1) .img {
		margin: 0 auto -10em 0;
	}
	.inner > .intro_box1:nth-of-type(2n+1) .text {
		margin-left: auto;
		margin-right: 0;
	}
	.inner > .intro_box1:nth-of-type(2n) .img {
		margin: 0 0  -10em auto;
	}
	.inner > .intro_box1:nth-of-type(2n) .text {
		margin-left: 0;
		margin-right: auto;
	}
	.intro_box1 + .intro_box1 {
		margin-top: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.intro_box1 .text {
		max-width: calc(100% - 40px);
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.intro_box1 .img {
		margin: 0 -25px -1.5em;
	}
	.intro_box1 + .intro_box1 {
		margin-top: 60px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}







/* intro_box2 */
.intro_box2 h3 {
	color: #0086d1;
}
.intro_box2 h3::before {
	display: none;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
	.intro_box2 {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 0 50px;
	}
	.intro_box2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 147px;
		height: 100%;
		background: #0086d1;
	}
	.intro_box2 > div {
		position: relative;
		width: calc(50% - 20px);
		padding: 50px 0;
		z-index: 1;
	}
	.intro_box2 .block1 .title {
		margin-bottom: 0.2em;
		padding-left: 2em;
		text-align: center;
		font-size: 46px;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		color: #0086d1;
	}
	.intro_box2 .block1 .text {
		padding-top: 30px;
		padding-left: 120px;
	}
	.intro_box2 .block1 dl {
		font-size: 22px;
	}
	.intro_box2 .block1 dl dd {
		padding-left: 1em;
		font-size: 14px;
	}
	.intro_box2 .block2 .title {
		margin-bottom: 40px;
		font-size: 34px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 1024px) {
	.intro_box2 {
		width: 100%;
		max-width: 640px;
		margin: 0 auto 40px;
	}
	.intro_box2 .block1 {
		position: relative;
		padding: 2em 0;
	}
	.intro_box2 .block1::before {
		content: "";
		position: absolute;
		top: 0;
		left: -25px;
		display: block;
		width: 25%;
		height: 100%;
		background: #0086d1;
		z-index: -1;
	}
	.intro_box2 .block1 .title {
		margin-bottom: 0.2em;
		padding-left: 25%;
		font-size: calc(68 / 750 * 100vw);
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
		color: #0086d1;
	}
	.intro_box2 .block1 .img img {
		width: 100%;
	}
	.intro_box2 .block1 .text {
		padding-top: 30px;
		padding-left: 25%;
	}
	.intro_box2 .block1 dl dt {
		font-size: 125%;
	}
	.intro_box2 .block1 dl dd {
		padding-left: 1em;
	}
	.intro_box2 .block2 {
		margin-top: calc(100 / 750 * 100vw);
	}
	.intro_box2 .block2 .title {
		margin-bottom: calc(80 / 750 * 100vw);
		font-size: calc(40 / 750 * 100vw);
		text-align: center;
		line-height: 1.5;
	}
	
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* intro_box3 */
main > article > .section.intro_box3 {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
main > article > .section.intro_box3:not(.wide) > .inner {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.intro_box3 .item {
	display: flex;

}
@media screen and (min-width: 768px) {
	.intro_box3 .item {
		justify-content: space-between;
	}
	.intro_box3 .item .img {
		order: 1;
		position: relative;
		width: 50%;
	}
	.intro_box3 .item .img img {
		display: block;
		width: 100%;
	}
	.intro_box3 .item:nth-of-type(2n) .img {
		order: 2;
	}
	.intro_box3 .item .text {
		order: 2;
		display: flex;
		width: 50%;
		padding: 0 30px;
	}
	.intro_box3 .item .text .wrap {
		width: 600px;
		max-width: 100%;
	}
	.intro_box3 .item:nth-of-type(2n+1) .text .wrap {
	}
	.intro_box3 .item:nth-of-type(2n) .text {
		justify-content: flex-end;
	}
	.intro_box3 .item:nth-of-type(2n) .text {
		order: 1;
	}
	.intro_box3 .item + .item {
		margin-top: 100px;
	}
	main .intro_box3 h2 {
		font-size: 36px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.intro_box3 .item {
		flex-wrap: wrap;
		width: calc(100% - 40px);
		width: 100%;
		margin: 10px auto;
	}
	.intro_box3 .item + .item {
		margin-top: 60px;
	}
	.intro_box3 .item .img {
		order: 2;
		width: 100%;
		margin-top: 15px;
	}
	.intro_box3 .item .img img {
		width: 100%;
		height: auto;
	}
	.intro_box3 .item .text {
		order: 1;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}


/* intro_box4 */
.intro_box4 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.intro_box4 .item {
	display: flex;
}
@media screen and (min-width: 768px) {
	.intro_box4 .item {
		justify-content: space-between;
		padding: 10px 0;
	}
	.intro_box4 .item .img {
		width: calc((100% - 40px) / 2);
	}
	.intro_box4 .item .text {
		width: calc((100% - 40px) / 2);
	}
	.intro_box4::before {
		content: "";
		position: absolute;
		top: 0;
		width: calc((50vw - 600px) + 140px);
		height: 100%;
		background: #0086d1;
		z-index: 0;
	}
	.intro_box4:not(.type2)::before {
		left: 0;
	}
	.intro_box4:not(.type2) .item .img {
		order: 1;
	}
	.intro_box4:not(.type2) .item .text {
		order: 2;
	}
	.intro_box4.type2::before {
		right: 0;
	}
	.intro_box4.type2 .item .img {
		order: 2;
	}
	.intro_box4.type2 .item .text {
		order: 1;
	}
	
	.intro_box4 + .intro_box4 {
		margin-top: 80px;
		padding-top: 0;
	}
	.intro_box4:last-child {
		margin-bottom: 80px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.intro_box4::before {
		width: 120px;
	}
	.intro_box4 h2 {
		font-size: 24px;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.intro_box4 .item {
		flex-wrap: wrap;
	}
	.intro_box4 .item .img {
		order: 2;
		position: relative;
		padding: calc(70 / 750 * 100vw) 0;
	}
	.intro_box4 .item .img img {
		display: block;
	}
	.intro_box4 .item .text {
		order: 1;
		margin-bottom: 1.5em;
	}
	.intro_box4 .item .img::before {
		content: "";
		position: absolute;
		top: 0;
		width: calc(190 / 750 * 100vw);
		height: 100%;
		background: #0086d1;
		z-index: -1;
	}
	.intro_box4:not(.type2) .item .img::before {
		left: -25px;
	}
	.intro_box4.type2 .item .img::before {
		right: -25px;
	}
	
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* boxlist2 */
.boxlist2 .item {
	position: relative;
}
.boxlist2 .item::before {
	content: "";
	position: absolute;
}
@media screen and (min-width: 768px) {
	main > article > .section.boxlist2:not(.wide) > .inner {
		max-width: 1230px;
	}
	.boxlist2 > .inner > .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.boxlist2 .item {
		width: calc(277 / 1230 * 100%);
		margin: 0 calc(15 / 1230 * 100%);
	}
	.boxlist2 .item img {
		display: block;
	}
	.boxlist2 .item::before {
		content: "";
		position: absolute;
		bottom: 0.75em;
		left: calc(50% - 15px);
		width: 30px;
		height: 30px;
		background: url(../img/sp/common/ico_arrow_r.png) center center / contain no-repeat;
		z-index: 1;
		transition: all 250ms ease;
	}
	.boxlist2 .item:hover::before {
		bottom: 1.0em;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.boxlist2 > .inner > .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.boxlist2 .item {
		width: calc((100% - 20px) / 2);
		margin: calc(15 / 750 * 100vw) 0;
	}
	.boxlist2 .item img {
		display: block;
	}
	.boxlist2 .item::before {
		content: "";
		position: absolute;
		bottom: 0.5em;
		left: calc(50% - (17 / 750 * 100vw));
		width: calc(34 / 750 * 100vw);
		height: calc(34 / 750 * 100vw);
		background: url(../img/sp/common/ico_arrow_r.png) center center / contain no-repeat;
		z-index: 1;
	}
	.boxlist2 .item:hover::before {
		bottom: 1.5em;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* txtimglist1 */
@media screen and (min-width: 768px) {
	.txtimglist1 .item {
		position: relative;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.txtimglist1 .item .text {
		width: calc(600 / 1200 * 100%);
	}
	.txtimglist1 .item .text.wide {
		width: 100%;
	}
	.txtimglist1 .item .imgs {
		display: flex;
		justify-content: flex-end;
		width: calc(574 / 1200 * 100%);
	}
	.txtimglist1 .item .imgs img {
		display: block;
	}
	.txtimglist1 .item .imgs .img {
		width: calc(278 / 574 * 100%);
	}
	.txtimglist1 .item .imgs .img + .img {
		margin-left: 13px;
	}
	.txtimglist1 .item + .item {
		margin-top: 30px;
		padding-top: 30px;
	}
	.txtimglist1 .item + .item::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 30px;
		border-top: 1px solid #ccc;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.txtimglist1 .item {
		position: relative;
		width: 100%;
	}
	.txtimglist1 .item .text {
		line-height: 1.5;
	}
	.txtimglist1 .item .imgs {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.txtimglist1 .item .imgs .img {
		width: calc(310 / 750 * 100vw);
		margin-top: 0.5em;
	}
	.txtimglist1 .item .imgs img {
		display: block;
	}
	.txtimglist1 .item + .item {
		margin-top: calc(50 / 750 * 100vw);
		padding-top: calc(50 / 750 * 100vw);
	}
	.txtimglist1 .item + .item::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: calc(50 / 750 * 100vw);
		border-top: 1px solid #ccc;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




/*  */
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




/* btn3 */
.btn3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 44px;
	border: 1px solid #1da1f2;
	background: #1da1f2;
	color: #fff;
	line-height: 1;
	transition: all 500ms ease;
}
.btn3:hover {
	background-color: #f0ff01;
	color: #1da1f2;
	text-decoration: none;
}
.btn3:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.btn3 {
		background: #1da1f2 url(../../yashima-k/img/common/btn_arrow_r_sp.png) calc(100% - 16px) center / 26px auto no-repeat;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.btn3 {
		background: #1da1f2 url(../../yashima-k/img/common/btn_arrow_r_sp.png) calc(100% - 16px) center / 26px auto no-repeat;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



.poingblock {
	background: #0086d1;
	color: #fff;
}
.poingblock + .poingblock {
	margin-top: 2em;
}
@media screen and (min-width: 768px) {
	.poingblock {
		display: flex;
		padding: 15px;
	}
	.poingblock .icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(214 / 1050 * 100%);
	}
	.poingblock .text {
		width: calc(836 / 1050 * 100%);
		border-left: 1px solid #fff;
		padding: 1em 15px 1em 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.poingblock {
		width: calc(670 / 768 * 100vw);
	}
	.poingblock .icon {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: calc(260 / 768 * 100vw);
	}
	.poingblock .icon span {
		width: calc(79 / 768 * 100vw);
	}
	.poingblock .icon::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: calc(50% - (130 / 768 * 100vw));
		width: calc(260 / 768 * 100vw);
		height: 1px;
		background: #fff;
	}
	.poingblock .text {
		padding: 1.5em 1.5em;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}







/* table5 */
.table5 {
	width: 100%;
	font-size: 14px;
}
.table5 th,
.table5 td {
	padding: 1em 0.5em;
	
}
.table5 th {
	font-weight: normal;
	color: #000;
	text-align: left;
}
.table5 td {
	/* border-left: 1px solid #15017b; */
}
.table5.thr th { text-align: right }
.table5.thc th { text-align: center }
.table5.thnowrap th { white-space: nowrap }
@media screen and (min-width: 768px) {
	.table5 {
		border-top: 1px solid #0086d1;
	}
	.table5 th,
	.table5 td {
		border-bottom: 1px solid #0086d1;
	}
	.table5.spcol1 th {
		text-align: left;
	}
	.table5.pcthr th { text-align: right }
	.table5.pcthc th { text-align: center }
	.table5.pcthnowrap th { white-space: nowrap }
}
@media screen and (max-width: 767px) {
	.table5.spcol1 {
		position: relative;
		border-top: 1px solid #0086d1;
	}
	.table5.spcol1 th,
	.table5.spcol1 td {
		display: block;
	}
	.table5.spcol1 th {
		position: relative;
		text-align: left;
		border-bottom: 1px solid #0086d1;
	}
	.table5.spcol1 td {
		padding: 0.5em 0.5em 1.0em;
		border-bottom: 1px solid #0086d1;
	}
	.table5.spthr th { text-align: right }
	.table5.spthc th { text-align: center }
	.table5.spthnowrap th { white-space: nowrap }
}







/* table6 */
.table6 {
	width: 100%;
	font-size: 14px;
}
.table6 th,
.table6 td {
	padding: 1em 0.5em;
	
}
.table6 th {
	font-weight: normal;
	color: #000;
	text-align: left;
}
.table6 td {
	/* border-left: 1px solid #15017b; */
}
.table6.thr th { text-align: right }
.table6.thc th { text-align: center }
.table6.thnowrap th { white-space: nowrap }
@media screen and (min-width: 768px) {
	.table6 {
		border-top: 3px solid #fff;
	}
	.table6 th {
		background: #9cdbf7;
	}
	.table6 th,
	.table6 td {
		border-bottom: 3px solid #fff;
	}
	.table6.spcol1 th {
		text-align: left;
	}
	.table6.pcthr th { text-align: right }
	.table6.pcthc th { text-align: center }
	.table6.pcthnowrap th { white-space: nowrap }
}
@media screen and (max-width: 767px) {
	.table6.spcol1 {
		position: relative;
		border-top: 1px solid #0086d1;
	}
	.table6 th {
		background: #9cdbf7;
	}
	.table6.spcol1 th,
	.table6.spcol1 td {
		display: block;
	}
	.table6.spcol1 th {
		position: relative;
		text-align: left;
		/* border-bottom: 1px solid #0086d1; */
	}
	.table6.spcol1 td {
		padding: 0.5em 0.5em 1.0em;
		border-bottom: 1px solid #0086d1;
	}
	.table6.spthr th { text-align: right }
	.table6.spthc th { text-align: center }
	.table6.spthnowrap th { white-space: nowrap }
}







/* information */
.info_footer {
	border-top: 1px solid #888;
}
.info_header {
	display: flex;
	flex-wrap: wrap;
}
.info_header .category {
	margin-left: 30px;
}
.info_header .category a {
	display: inline-block;
	padding: 0.2em 0.75em;
	background: #0086d1;
	color: #fff;
	line-height: 1;
}
.info_header .category a:hover {
	text-decoration: none;
}
.info_header h2 {
	width: 100%;
}
.info_footer {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.info_footer .author {
	color: #0086d1;
}
.info_body {
	padding: 1em 0em;
}
.paginate .inner {
	display: flex;
	justify-content: center;
	width: 100%;
}
.paginate .inner > div:first-of-type {
	margin-right: 1.5em;
}
.paginate .inner > a,
.paginate .inner > span {
	display: inline-block;
	padding: 0.2em 0.25em;
	line-height: 1.2;
}
@media screen and (min-width: 768px) {
	.info_sec + .info_sec {
		margin-top: 80px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.info_sec + .info_sec {
		margin-top: 40px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* equipment_cut */
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#equipment_cut .table4 td:nth-of-type(1),
	#equipment_cut .table4 td:nth-of-type(2),
	#equipment_cut .table4 td:nth-of-type(3),
	#equipment_cut .table4 td:nth-of-type(4) {
		/* white-space: nowrap; */
	}
	#equipment_cut .table4 tr:nth-of-type(2n) td {
		background: #f8f8f8;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* equipment */
@media screen and (min-width: 768px) {
	#equipment .table4 td:nth-of-type(1),
	#equipment .table4 td:nth-of-type(2),
	#equipment .table4 td:nth-of-type(3) {
		width: 29%;
	}
	#equipment .table4 td:nth-of-type(4) {
		width: 13%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#equipment .table4 tr:nth-of-type(2n) td {
		background: #f8f8f8;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/*  */
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* animation */
main:not(#sitetop) .conttitle h1 .en {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 2000ms ease 100ms;
}
main:not(#sitetop) .conttitle h1 .en.anm {
	opacity: 1;
	transform: translate(0, 0);
}
main:not(#sitetop) .conttitle h1 .jp {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 2000ms ease 200ms;
}
main:not(#sitetop) .conttitle h1 .jp.anm {
	opacity: 1;
	transform: translate(0, 0);
}

main .section h2 .en {
	opacity: 0;
	transform: translate(0, -10px);
	transition: all 1000ms ease 100ms;
}
main .section h2 .en.anm {
	opacity: 1;
	transform: translate(0, 0);
}
main .section h2 .jp {
	opacity: 0;
	transform: translate(0, -10px);
	transition: all 1000ms ease 200ms;
}
main .section h2 .jp.anm {
	opacity: 1;
	transform: translate(0, 0);
}

main h2:not(.type2)::before {
	width: 0;
	transition: all 1000ms ease;
}
main h2.anm:not(.type2)::before {
	width: 160px;
}
main h2:not(.type2)::after {
	width: 0;
	transition: all 1000ms ease 30ms;
}
main h2.anm:not(.type2)::after {
	width: 80px;
}

main:not(#sitetop) .section h3:not(.noanm) {
	opacity: 0;
	text-indent: 10px;
	transition: all 1000ms ease 40ms;
}
main:not(#sitetop) .section h3:not(.noanm).anm {
	opacity: 1;
	text-indent: 0;
}

main .section .img {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1000ms ease;
}
main .section .img.anm {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



main h3:nth-child(n + 2) {
	margin-top: 50px;
	
}

.ytb {
  position:relative;
  height:0;
  margin-top:20px;
  margin-bottom:20px;
  padding-bottom:56.25%;
  padding-top:30px;
  overflow:hidden;
}
.ytb iframe {
  position:absolute;
  top:0;
  right:0;
  width:100% !important;
  height:100% !important;
}

.doc strong {
		color: #0086d1;
		font-size:  1.33em;
	}

@media screen and (max-width: 767px) {

.ymovie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.ymovie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
}


.marker{
background: linear-gradient(transparent 0%, #fff799 );
font-weight: bold; 
}

.p_color {
	color: #A04445;
	clear: both;
}

/*20220114追記 WP css*/

/*お知らせ*/
.p-top__news {
	display: flex;
	flex-wrap: wrap;
	margin:  50px 0 0;
}
.p-top__news .p-infoListLink {
	display: block;
	width: 45%;
	margin: 0 5% 30px 0;
	text-decoration:  none;
}

.p-top__news .p-infoListLink:nth-child(2n) {
	margin: 0 0 30px 0;
}

.p-top__news .p-infoListBox {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.p-top__news .p-infoListBox__thumbnail {
	width: 40%;
}

.p-top__news .p-infoListBox__thumbnail img {
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}

.p-top__news .p-infoListBox__date {
	width: 60%;
	padding: 0 0 0 20px;
}

.p-infoListBox__date .cate {
	display: inline-block;
	padding: 8px 14px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	background: #e65056;
}

.p-infoListBox__date .date {
	font-size: 16px;
	line-height: 1;
	color: #000;
}

.p-infoListBox__date .title {
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	margin: 20px 0 0;
}

.p-top__news .btnblock {
	margin: 50px auto 0;
}

.p-top__news .btnblock a {
    width: 380px;
    height: 50px;
    transition: all 250ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	border-bottom: 1px solid #39a6e6;
	color: #39a6e6;
	line-height: 1.0;
	transition: all 250ms ease;
	position: relative;
}

.p-top__news .btnblock a::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    background: url(../img/sp/top/btn_arrow_r_bl.png) center center / contain no-repeat;
    transition: all 250ms ease;
    height: 30px;
    width: 30px;
}

/*お知らせ一覧*/
.p-news__wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-pagenation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 64px;
    border-bottom: 1px solid #B9B9B9;
}

.p-pagenation ul li .page-numbers {
	width: 50px;
    display: block;
    margin-right: 24px;
    transition: all 0.3s ease 0s;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    color: #b9b9b9;
    background-color: #f2f2f2;
    border: solid 2px #f2f2f2;
}

.p-pagenation ul li .page-numbers.current {
	background-color: #39a6e6;
	border: solid 2px #39a6e6;
	color: #fff;
}

.p-pagenation ul li .next {
	display: flex;
    font-size: 1.25rem;
    background-color: unset;
    width: 75px;
    justify-content: center;
    color: #3b3b3b;
    padding: unset;
    border: unset;
}

.p-pagenation ul li .prev {
	display: flex;
    font-size: 1.25rem;
    background-color: unset;
    width: 75px;
    justify-content: center;
    color: #3b3b3b;
    padding: unset;
    border: unset;
}

.p-pagenation.-product {
	margin: 50px auto 0;
}

/*お知らせ詳細*/
.p-news__article {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 80px 0 0;
}

.p-news__dateBox .p-news__date {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	margin: 0 0 25px;
}

.p-news__dateBox .p-news__title {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}

.p-news__dateBox .p-news__content {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	margin: 60px 0 0;
}

/*製品事例*/
.p-top__product {
	display: flex;
	flex-wrap: wrap;
}
.p-top__product .p-infoListLink {
	display: block;
	width: 31%;
	margin: 0 3.5% 30px 0;
}

.p-top__product .p-infoListLink:nth-child(3n) {
	margin: 0 0 30px 0;
}

.p-top__product .p-infoListBox__thumbnail img {
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
}

.p-top__product table {
	border-collapse: collapse;
	width: 100%;
}

.p-top__product table tr {
	border-bottom: 1px dashed #ccc;
}

.p-top__product table th,
.p-top__product table td {
	font-size: 12px;
	padding: 3px 0;
	text-align: left;
}

.p-top__product table th {
	white-space: nowrap;
}

.p-top__product table td {
	padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
	/*トップページお知らせ*/
	.p-top__news {
		display: block;
	}
	.p-top__news .p-infoListLink {
		width: 100%;
		margin: 0 0 30px;
	}
	.p-top__news .p-infoListLink:nth-child(2n) {
		margin: 0 0 30px;
	}
	.p-top__news .p-infoListBox {
	    display: block;
	    margin: 0 0 20px;
	}
	.p-top__news .p-infoListBox__thumbnail {
		width: 100%;
	}
	.p-top__news .p-infoListBox__date {
		width: 100%;
		padding: 20px 0 0;
	}
	/*お知らせ詳細*/
	.p-news__dateBox .p-news__title {
		margin: 20px 0 0;
	}
	/*製品事例*/
	.p-top__product {
		display: block;
	}
	.p-top__product .p-infoListLink {
		width: 100%;
		margin: 0 0 30px;
	}
	.p-top__product .p-infoListLink:nth-child(3n) {
		margin: 0 0 30px;
	}
	.p-top__product table td {
		padding: 0 0 0 25px;
	}
}

.p-faq__wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.p-top__faq {
	margin:  20px 0 0;
}

.p-top__faq .p-infoListBox {
    margin: 0;
    border-bottom: 1px dashed #CCC;
    padding: 1rem 1.5rem ;
}
.p-top__faq .p-infoListBox .question {
    position: relative;
    font-size: 20px;
    padding-left: 25px;
    margin: 0 0 1rem;
}
.p-top__faq .p-infoListBox .question::before {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}

.p-top__faq .p-infoListBox .answer {
    position: relative;
    font-size: 20px;
    padding-left: 25px;
}
.p-top__faq .p-infoListBox .answer::before {
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'A.';
    color: #FF7777;
}


