@charset "UTF-8";
/* css Home */

@import url("slider-pro.min.css");
@import url("animate.min.css");

/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	background-color: rgba(255, 255, 255, .75);
}

/*---------------------------------------------------- */
/* h1 */
/*---------------------------------------------------- */
#pageTitle { 
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	display: none;
}
#pageTitle h1 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 1.0;
	text-align: center;
	position: relative;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== MainBanner ==*/
#mainbanner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
#mainbanner figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
#mainbanner figure img {
	width:100%;
    height:100%;
	object-fit: cover;
    object-position: 50% top;
	font-family: 'object-fit: cover; object-position: 50% top';
	position: relative;
	overflow: hidden;
}

/*== Figcaption ==*/
#mainbanner figure figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	position: absolute;
	text-align: center;
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	padding: 0;
	margin: 0;
	background: url("../images/slider/mainbanner_catch_001@2x.png") center 0 no-repeat;
	background-size: 100% auto;
	display: block;
	overflow: hidden;
}
#mainbanner figure figcaption h2 span {
	padding: 0;
	margin: 0;
	font-size: 0;
	display: none;
}

/*== Anchor Navigation ==*/
#mainbanner figure .anchor-prd {
	text-align: center;
	width: 54px;
	height: 54px;
	margin: 0 auto;
	display: table;
	display: block;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}
#mainbanner figure .anchor-prd a {
	color: transparent;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, .2);
	border: 2px solid rgba(255, 255, 255, .8);
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, .8));
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#mainbanner figure .anchor-prd a:hover {
	color: transparent;
	background-color: rgba(255, 255, 255, .9);
	border: 2px solid rgba(255, 255, 255, 0);
}
#mainbanner figure .anchor-prd a:after {
	content: "";
	width: 40px;
	height: 40px;
	margin: auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 256 232'%3E%3Cpath d='M236.14,96.2,128,204,19.86,96.2A11.61,11.61,0,1,0,3.41,112.6h0l116.37,116a11.65,11.65,0,0,0,16.45,0l116.36-116a11.61,11.61,0,0,0-16.45-16.4Z'/%3E%3Cpath d='M119.78,135.8a11.65,11.65,0,0,0,16.45,0l116.36-116A11.61,11.61,0,0,0,236.14,3.4L128,111.19,19.86,3.4A11.61,11.61,0,1,0,3.41,19.8Z'/%3E%3C/svg%3E");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, .5));
	webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#mainbanner figure .anchor-prd a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23000' viewBox='0 0 256 232'%3E%3Cpath d='M236.14,96.2,128,204,19.86,96.2A11.61,11.61,0,1,0,3.41,112.6h0l116.37,116a11.65,11.65,0,0,0,16.45,0l116.36-116a11.61,11.61,0,0,0-16.45-16.4Z'/%3E%3Cpath d='M119.78,135.8a11.65,11.65,0,0,0,16.45,0l116.36-116A11.61,11.61,0,0,0,236.14,3.4L128,111.19,19.86,3.4A11.61,11.61,0,1,0,3.41,19.8Z'/%3E%3C/svg%3E");
	bottom: 0;
	filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

/*---------------------------------------------------- */
/* Information */
/*---------------------------------------------------- */
/*== Section ==*/
#news_block {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #f1f5f7;
}
#news_block .newsArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== Waku ==*/
#news_block .newsArea .waku_news {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-top: solid 1px #e2ebef;
	overflow: hidden;
	position: relative;
}

/*== Navi ==*/
#news_block .newsArea .waku_news ul#oshirase {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: auto;
	position: relative;
	list-style-type: none;
}
ul#oshirase li {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	display: inline-block;
	border-bottom: 1px solid #e2ebef;
	list-style-type: none;
}
ul#oshirase li:before {
	content: "";
	background: url(../images/home/icon_list@2x.png) 0 0 no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
	width: 7px;
	height: 7px;
	display: inline-block;
	position: relative;
}
ul#oshirase li a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
ul#oshirase li a:hover {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #e9fcf7;
	text-decoration: none;
}

/*== Box ==*/
ul#oshirase li .newsbox, ul#oshirase li a .newsbox {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	top: 0;
}

/*== Date ==*/
ul#oshirase li .newsbox .time {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
ul#oshirase li .newsbox .time .txt_data {
	padding: 0;
	margin: 0;
	color: #4d4e4f;
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-weight: 600;
	line-height: 1.0;
	text-align: left;
	display: inline-block;
	float: left;
}
ul#oshirase li a .newsbox .time .txt_data {
	color: #4d4e4f;
}
ul#oshirase li a:hover .newsbox .time .txt_data {
	color: #008e66;
}
ul#oshirase li .newsbox .time .iconbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
	float: left;
	border-radius: 2px;
	color: #fff;
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	position: relative;
}
ul#oshirase li .newsbox .time .i-News {
	background-color: #03448e;
}
ul#oshirase li .newsbox .time .i-Seminar {
	background-color: #52c2e7;
}
ul#oshirase li .newsbox .time .i-Subsidy {
	background-color: #359c72;
}
ul#oshirase li .newsbox .time .i-Other {
	background-color: #b3b2b2;
}
ul#oshirase li a .newsbox .time .iconbox {
	color: #fff;
	text-decoration: none;
}
ul#oshirase li a:hover .newsbox .time .iconbox {
	color: #fff;
	text-decoration: none;
}

/*== h4 ==*/
ul#oshirase li .newsbox .news-title {
	padding: 0;
	margin: 0;
	height: auto;
}
ul#oshirase li .newsbox .news-title h4 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	display: inline-block;
}
ul#oshirase li a .newsbox .news-title h4 {
	color: #3d3e3f;
}
ul#oshirase li a:hover .newsbox .news-title h4 {
	color: #008e66;
}

/*== P ==*/
ul#oshirase li .newsbox .txt_news {
	padding: 0;
	margin: 0;
	height: auto;
}
ul#oshirase li .newsbox .txt_news p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
	line-height: 1.3;
	display: inline-block;
}
ul#oshirase li a .newsbox .txt_news p {
	color: #3d3e3f;
}
ul#oshirase li a:hover .newsbox .txt_news p {
	color: #008e66;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Section ==*/
#main_block {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/bg_softwind_001.png) right 0 no-repeat;
}
#main_block .mainArea {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
}
#main_block .mainArea2 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/bg_softwind_002.png) left 0 no-repeat;
}

/*== Waku ==*/
#main_block .mainArea .waku_main,
#main_block .mainArea2 .waku_main {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
#main_block .mainArea .waku_main .photo_main,
#main_block .mainArea2 .waku_main .photo_main {
	padding: 0;
	margin: 0;
	height: auto;
	background: url(../images/bg_diagonal-green.png) left 0 repeat;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
#main_block .mainArea .waku_main .detail,
#main_block .mainArea2 .waku_main .detail {
	padding: 0;
	margin: 0;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
.waku_main .photo_main figure {
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.waku_main .photo_main figure img {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== P ==*/
.waku_main .detail .txt_main {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_main .detail .txt_main p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
/*== Waku ==*/
.topicsArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.topicsArea .waku_topics {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.topicsArea .waku_topics .topicsbox {
	height: auto;
	display:inline-block;
    *display:inline;
    *zoom:1;
	vertical-align: top;
}

/*== Article ==*/
.waku_topics .topicsbox article {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== Link ==*/
.waku_topics .topicsbox article a {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}
.waku_topics .topicsbox article a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	text-decoration: none;
}

/*== img ==*/
.waku_topics .topicsbox article img {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== h3 ==*/
.waku_topics .topicsbox article h3 {
	position: absolute;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 1.0;
	top: 0;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	margin-top: 0;
	width: 100%;
}
#mainbanner figure {
	width: 100%;
	height: 860px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
    object-position: 50% top;
	font-family: 'object-fit: cover; object-position: 50% top';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 110px;
	top: 225px;
	left: calc(50% - 55px);
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	width: 110px;
	height: 367px;
}

/*---------------------------------------------------- */
/* Information */
/*---------------------------------------------------- */
/*== Section ==*/
#news_block {
	padding: 75px 0;
}
#news_block .newsArea {
	padding: 55px 60px;
	width: 96%;
	max-width: 1200px;
}

/*== Waku ==*/
#news_block .newsArea .waku_news {
	width: 100%;
}

/*== Navi ==*/
#news_block .newsArea .waku_news ul#oshirase {
	height: 400px;
}
ul#oshirase li {
	padding: 0;
}
ul#oshirase li:before {
	top: 11px;
	left: 15px;
}

/*== Box ==*/
ul#oshirase li .newsbox, ul#oshirase li a .newsbox {
	padding: 12px 0;
	margin-top: -20px;
	margin-left: 35px;
	margin-right: 20px;
}

/*== Date ==*/
ul#oshirase li .newsbox .time {
	margin-bottom: 8px;
	width: 100%;
}
ul#oshirase li .newsbox .time .txt_data {
	margin-top: 2px;
	font-size: 16px;
}
ul#oshirase li .newsbox .time .iconbox {
	padding: 4px 15px;
	margin-left: 10px;
	font-size: 13px;
}

/*== h4 ==*/
ul#oshirase li .newsbox .news-title {
	width: 100%;
}
ul#oshirase li .newsbox .news-title h4 {
	font-size: 20px;
}

/*== P ==*/
ul#oshirase li .newsbox .txt_news {
	margin-top: 10px;
	width: 100%;
}
ul#oshirase li .newsbox .txt_news p {
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Section ==*/
#main_block {
	padding: 75px 0 0 0;
	width: 100%;
	height: auto;
	position: relative;
}
#main_block .mainArea {
	width: 100%;
}
#main_block .mainArea2 {
	padding: 0 0 75px 0;
	width: 100%;
	background-position: left 150px;
	background-size: 100% auto;
}

/*== Waku ==*/
#main_block .mainArea .waku_main,
#main_block .mainArea2 .waku_main {
	padding-bottom: 75px;
	width: 100%;
	overflow: hidden;
}

/*== Area.1 ==*/
#main_block .mainArea .waku_main .photo_main {
	padding-right: 10px;
	padding-bottom: 10px;
	width: 34%;
	background-position: left 10px;
	float: left;
}
#main_block .mainArea .waku_main .detail {
	margin-top: 55px;
	margin-right: 60px;
	width: calc(66% - 120px);
	float: right;
}

/*== Area.2 ==*/
#main_block .mainArea2 .waku_main:nth-of-type(2n-1) .photo_main {
	padding-left: 10px;
	padding-bottom: 10px;
	width: 34%;
	background-position: left 10px;
	float: right;
}
#main_block .mainArea2 .waku_main:nth-of-type(2n) .photo_main {
	padding-right: 10px;
	padding-bottom: 10px;
	width: 34%;
	background-position: left 10px;
	float: left;
}
#main_block .mainArea2 .waku_main:nth-of-type(2n-1) .detail {
	margin-top: 55px;
	margin-left: 60px;
	width: calc(66% - 120px);
	float: left;
}
#main_block .mainArea2 .waku_main:nth-of-type(2n) .detail {
	margin-top: 55px;
	margin-right: 60px;
	width: calc(66% - 120px);
	float: right;
}

/*== img ==*/
.waku_main .photo_main figure {
	width: 100%;
}

/*== P ==*/
.waku_main .detail .txt_main {
	width: 98%;
}
.waku_main .detail .txt_main p {
	font-size: 20px;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
/*== Waku ==*/
.topicsArea {
	padding: 0;
	width: 96%;
	max-width: 1200px;
}
.topicsArea .waku_topics {
	width: 100%;
	text-align: center;
}
.topicsArea .waku_topics .topicsbox {
	padding: 0;
	margin: 0 1.5%;
	width: 40.0%;
	max-width: 580px;
}
.waku_topics .topicsbox article a {
	width: 100%;
	height: 250px;
}
/*== h3 ==*/
.waku_topics .topicsbox article h3 {
	font-size: 28px;
	text-align: right;
	writing-mode: vertical-rl;
	right: 30px;
	top: 30px;
}


	
}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	background-color: rgba(255, 255, 255, 0);
	background-image: none;
}

#main-nav > ul > li:first-child a:before {
	background-image: none;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: -60px;
	padding-top: 0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	width: 100%;
}
#mainbanner figure {
	width: 100%;
	height: 750px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
    object-position: 50% top;
	font-family: 'object-fit: cover; object-position: 50% top';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 90px;
	top: 125px;
	left: calc(50% - 45px);
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	width: 90px;
	height: 300px;
}

/* Anchor Navigation */
#mainbanner figure .anchor-prd {
	width: 40px;
	height: 40px;
	bottom: 30px;
}
#mainbanner figure .anchor-prd a:after {
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff' viewBox='0 0 256 232'%3E%3Cpath d='M236.14,96.2,128,204,19.86,96.2A11.61,11.61,0,1,0,3.41,112.6h0l116.37,116a11.65,11.65,0,0,0,16.45,0l116.36-116a11.61,11.61,0,0,0-16.45-16.4Z'/%3E%3Cpath d='M119.78,135.8a11.65,11.65,0,0,0,16.45,0l116.36-116A11.61,11.61,0,0,0,236.14,3.4L128,111.19,19.86,3.4A11.61,11.61,0,1,0,3.41,19.8Z'/%3E%3C/svg%3E");
	bottom: 7px;
}
#mainbanner figure .anchor-prd a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23000' viewBox='0 0 256 232'%3E%3Cpath d='M236.14,96.2,128,204,19.86,96.2A11.61,11.61,0,1,0,3.41,112.6h0l116.37,116a11.65,11.65,0,0,0,16.45,0l116.36-116a11.61,11.61,0,0,0-16.45-16.4Z'/%3E%3Cpath d='M119.78,135.8a11.65,11.65,0,0,0,16.45,0l116.36-116A11.61,11.61,0,0,0,236.14,3.4L128,111.19,19.86,3.4A11.61,11.61,0,1,0,3.41,19.8Z'/%3E%3C/svg%3E");
	bottom: 2px;
}

/*---------------------------------------------------- */
/* Information */
/*---------------------------------------------------- */
/*== Section ==*/
#news_block {
	padding: 55px 0;
}
#news_block .newsArea {
	padding: 40px 45px;
	width: 94%;
}

/*== Waku ==*/
#news_block .newsArea .waku_news {
	width: 100%;
}

/*== Navi ==*/
#news_block .newsArea .waku_news ul#oshirase {
	height: 370px;
}
ul#oshirase li {
	padding: 0;
}
ul#oshirase li:before {
	top: 10px;
	left: 12px;
}

/*== Box ==*/
ul#oshirase li .newsbox, ul#oshirase li a .newsbox {
	padding: 10px 0;
	margin-top: -20px;
	margin-left: 32px;
	margin-right: 18px;
}

/*== Date ==*/
ul#oshirase li .newsbox .time {
	margin-bottom: 6px;
	width: 100%;
}
ul#oshirase li .newsbox .time .txt_data {
	margin-top: 2px;
	font-size: 15px;
}
ul#oshirase li .newsbox .time .iconbox {
	padding: 3px 12px;
	margin-left: 8px;
	font-size: 12px;
}

/*== h4 ==*/
ul#oshirase li .newsbox .news-title {
	width: 100%;
}
ul#oshirase li .newsbox .news-title h4 {
	font-size: 18px;
}

/*== P ==*/
ul#oshirase li .newsbox .txt_news {
	margin-top: 8px;
	width: 100%;
}
ul#oshirase li .newsbox .txt_news p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Section ==*/
#main_block {
	padding: 55px 0 0 0;
	width: 100%;
	height: auto;
	position: relative;
}
#main_block .mainArea {
	width: 100%;
}
#main_block .mainArea2 {
	padding: 0 0 55px 0;
	width: 100%;
	background-position: left 100px;
	background-size: 100% auto;
}

/*== Waku ==*/
#main_block .mainArea .waku_main,
#main_block .mainArea2 .waku_main {
	padding-bottom: 55px;
	width: 100%;
	overflow: hidden;
}

/*== Area.1 ==*/
#main_block .mainArea .waku_main .photo_main {
	padding-right: 10px;
	padding-bottom: 10px;
	width: 38%;
	background-position: left 10px;
	float: left;
}
#main_block .mainArea .waku_main .detail {
	margin-top: 35px;
	margin-right: 40px;
	width: calc(62% - 80px);
	float: right;
}

/*== Area.2 ==*/
#main_block .mainArea2 .waku_main:nth-of-type(2n-1) .photo_main {
	padding-left: 10px;
	padding-bottom: 10px;
	width: 38%;
	background-position: left 10px;
	float: right;
}
#main_block .mainArea2 .waku_main:nth-of-type(2n) .photo_main {
	padding-right: 10px;
	padding-bottom: 10px;
	width: 38%;
	background-position: left 10px;
	float: left;
}
#main_block .mainArea2 .waku_main:nth-of-type(2n-1) .detail {
	margin-top: 35px;
	margin-left: 40px;
	width: calc(62% - 80px);
	float: left;
}
#main_block .mainArea2 .waku_main:nth-of-type(2n) .detail {
	margin-top: 35px;
	margin-right: 40px;
	width: calc(62% - 80px);
	float: right;
}

/*== img ==*/
.waku_main .photo_main figure {
	width: 100%;
}

	@media only screen and (max-width: 750px) and (min-width: 600px) {
		/*== Waku ==*/
		#main_block .mainArea .waku_main,
		#main_block .mainArea2 .waku_main {
			padding-bottom: 45px;
			width: 100%;
		}
		
		/*== Area.1 ==*/
		#main_block .mainArea .waku_main .photo_main {
			padding-right: 10px;
			padding-left: 10px;
			padding-bottom: 10px;
			margin-left: 4%;
			width: 92%;
			background-position: left 10px;
			float: none;
			display: block;
		}
		#main_block .mainArea .waku_main .detail {
			margin: 0 auto;
			margin-bottom: 20px;
			width: 92%;
			float: none;
			display: block;
		}
		
		/*== Area.2 ==*/
		#main_block .mainArea2 .waku_main:nth-of-type(2n-1) .photo_main {
			padding-right: 10px;
			padding-left: 10px;
			padding-bottom: 10px;
			margin-left: 4%;
			width: 92%;
			background-position: left 10px;
			float: none;
			display: block;
		}
		#main_block .mainArea2 .waku_main:nth-of-type(2n) .photo_main {
			padding-right: 10px;
			padding-left: 10px;
			padding-bottom: 10px;
			margin-left: 4%;
			width: 92%;
			background-position: left 10px;
			float: none;
			display: block;
		}
		#main_block .mainArea2 .waku_main:nth-of-type(2n-1) .detail {
			margin: 0 auto;
			margin-bottom: 20px;
			width: 92%;
			float: none;
			display: block;
		}
		#main_block .mainArea2 .waku_main:nth-of-type(2n) .detail {
			margin: 0 auto;
			margin-bottom: 20px;
			width: 92%;
			float: none;
			display: block;
		}
		
		/*== img ==*/
		.waku_main .photo_main figure {
			width: 100%;
			height: 300px;
		}

		
	}

/*== P ==*/
.waku_main .detail .txt_main {
	width: 98%;
}
.waku_main .detail .txt_main p {
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
/*== Waku ==*/
.topicsArea {
	padding: 0;
	width: 96%;
}
.topicsArea .waku_topics {
	width: 98%;
	text-align: center;
}
.topicsArea .waku_topics .topicsbox {
	padding: 0;
	margin: 0 1.0%;
	width: 46.0%;
	max-width: 480px;
}
.waku_topics .topicsbox article a {
	width: 100%;
	height: 200px;
}
	
/*== h3 ==*/
.waku_topics .topicsbox article h3 {
	font-size: 24px;
	text-align: right;
	writing-mode: vertical-rl;
	right: 20px;
	top: 20px;
}
	
	@media only screen and (max-width: 750px) and (min-width: 600px) {
		.topicsArea .waku_topics .topicsbox {
			padding: 0;
			margin: 0 1.0%;
			margin-bottom: 10px;
			width: 72.0%;
		}
		.topicsArea .waku_topics .topicsbox:last-child {
			padding: 0;
			margin: 0 1.0%;
			margin-bottom: 0;
			width: 72.0%;
		}
		.waku_topics .topicsbox article a {
			width: 100%;
			height: 160px;
		}
		
		/*== h3 ==*/
		.waku_topics .topicsbox article h3 {
			font-size: 20px;
			text-align: right;
			writing-mode: vertical-rl;
			right: 15px;
			top: 15px;
		}
		
	}


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Header */
/*---------------------------------------------------- */
header {
	background-color: rgba(255, 255, 255, 0);
	background-image: none;
}

#main-nav > ul > li:first-child a:before {
	background-image: none;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: -60px;
	padding-top: 0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Main-Banner ==*/
#mainbanner {
	width: 100%;
}
#mainbanner figure {
	width: 100%;
	height: 600px;
}

/*== img ==*/
#mainbanner figure img {
	width: 100%;
	object-fit: cover;
    object-position: 50% top;
	font-family: 'object-fit: cover; object-position: 50% top';
}

/*== figcaption ==*/
#mainbanner figure figcaption {
	width: 80px;
	top: 125px;
	left: calc(50% - 40px);
}

/*== h2 ==*/
#mainbanner figure figcaption h2 {
	width: 80px;
	height: 267px;
}

/* Anchor Navigation */
#mainbanner figure .anchor-prd {
	width: 40px;
	height: 40px;
	bottom: 30px;
}
#mainbanner figure .anchor-prd a:after {
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff' viewBox='0 0 256 232'%3E%3Cpath d='M236.14,96.2,128,204,19.86,96.2A11.61,11.61,0,1,0,3.41,112.6h0l116.37,116a11.65,11.65,0,0,0,16.45,0l116.36-116a11.61,11.61,0,0,0-16.45-16.4Z'/%3E%3Cpath d='M119.78,135.8a11.65,11.65,0,0,0,16.45,0l116.36-116A11.61,11.61,0,0,0,236.14,3.4L128,111.19,19.86,3.4A11.61,11.61,0,1,0,3.41,19.8Z'/%3E%3C/svg%3E");
	bottom: 6px;
}
#mainbanner figure .anchor-prd a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23000' viewBox='0 0 256 232'%3E%3Cpath d='M236.14,96.2,128,204,19.86,96.2A11.61,11.61,0,1,0,3.41,112.6h0l116.37,116a11.65,11.65,0,0,0,16.45,0l116.36-116a11.61,11.61,0,0,0-16.45-16.4Z'/%3E%3Cpath d='M119.78,135.8a11.65,11.65,0,0,0,16.45,0l116.36-116A11.61,11.61,0,0,0,236.14,3.4L128,111.19,19.86,3.4A11.61,11.61,0,1,0,3.41,19.8Z'/%3E%3C/svg%3E");
	bottom: 2px;
}

/*---------------------------------------------------- */
/* Information */
/*---------------------------------------------------- */
/*== Section ==*/
#news_block {
	padding: 35px 0;
}
#news_block .newsArea {
	padding: 25px 25px;
	width: 94%;
}

/*== Waku ==*/
#news_block .newsArea .waku_news {
	width: 100%;
}

/*== Navi ==*/
#news_block .newsArea .waku_news ul#oshirase {
	height: 340px;
}
ul#oshirase li {
	padding: 0;
}
ul#oshirase li:before {
	top: 8px;
	left: 10px;
}

/*== Box ==*/
ul#oshirase li .newsbox, ul#oshirase li a .newsbox {
	padding: 10px 0;
	margin-top: -20px;
	margin-left: 26px;
	margin-right: 15px;
}

/*== Date ==*/
ul#oshirase li .newsbox .time {
	margin-bottom: 6px;
	width: 100%;
}
ul#oshirase li .newsbox .time .txt_data {
	margin-top: 1px;
	font-size: 14px;
}
ul#oshirase li .newsbox .time .iconbox {
	padding: 3px 12px;
	margin-left: 8px;
	font-size: 10px;
}

/*== h4 ==*/
ul#oshirase li .newsbox .news-title {
	width: 100%;
}
ul#oshirase li .newsbox .news-title h4 {
	font-size: 16px;
}

/*== P ==*/
ul#oshirase li .newsbox .txt_news {
	margin-top: 8px;
	width: 100%;
}
ul#oshirase li .newsbox .txt_news p {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
/*== Section ==*/
#main_block {
	padding: 35px 0 0 0;
	width: 100%;
	height: auto;
	position: relative;
}
#main_block .mainArea {
	width: 100%;
}
#main_block .mainArea2 {
	padding: 0 0 35px 0;
	width: 100%;
	background-position: left 60px;
	background-size: 100% auto;
}

/*== Waku ==*/
#main_block .mainArea .waku_main,
#main_block .mainArea2 .waku_main {
	padding-bottom: 35px;
	margin: 0 auto;
	width: 92%;
}

/*== Area ==*/
#main_block .mainArea .waku_main .photo_main,
#main_block .mainArea2 .waku_main:nth-of-type(2n-1) .photo_main,
#main_block .mainArea2 .waku_main:nth-of-type(2n) .photo_main {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 98%;
	background-position: left 10px;
	float: none;
	display: block;
}
#main_block .mainArea .waku_main .detail,
#main_block .mainArea2 .waku_main:nth-of-type(2n-1) .detail,
#main_block .mainArea2 .waku_main:nth-of-type(2n) .detail {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 98%;
	float: none;
	display: block;
}

/*== img ==*/
.waku_main .photo_main figure {
	width: 100%;
	height: 250px;
}

/*== P ==*/
.waku_main .detail .txt_main {
	width: 98%;
}
.waku_main .detail .txt_main p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
/*== Waku ==*/
.topicsArea {
	padding: 0;
	width: 100%;
	background: url(../images/bg_softwind_003.png) right 0 no-repeat;
	background-size: 100% auto;
}
.topicsArea .waku_topics {
	width: 92%;
	text-align: center;
}
.topicsArea .waku_topics .topicsbox {
	padding: 0;
	margin: 0 1.0%;
	margin-bottom: 8px;
	width: 82.0%;
}
.topicsArea .waku_topics .topicsbox:last-child {
	padding: 0;
	margin: 0 1.0%;
	margin-bottom: 0;
	width: 82.0%;
}
.waku_topics .topicsbox article a {
	width: 100%;
	height: 160px;
}
	
/*== h3 ==*/
.waku_topics .topicsbox article h3 {
	font-size: 18px;
	text-align: right;
	writing-mode: vertical-rl;
	right: 20px;
	top: 20px;
}
	


}