@charset "UTF-8";
/* css [home] */

/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Top Site Main-Banner ==*/
#mainbanner {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#mainbanner h2 {
	max-width: 414px;
	height: 0;
	margin: 0 auto;
	padding-top: calc((370 / 414) * 100%);
	padding-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
	top: 24%;
	background: url(../images/home/img_catchcopy.png) 50% 0 no-repeat;
	background-size: 100% auto;
}

/*== Anchor Navigation ==*/
#mainbanner .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 .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(255, 255, 255, .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 .anchor-prd a:hover {
	color: transparent;
	background-color: rgba(255, 255, 255, .95);
}

#mainbanner .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='28' height='28' 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");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: .8;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#mainbanner .anchor-prd a:hover:after {
	color: #0060af;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%23007ac8' 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;
}

/*---------------------------------------------------- */
/* Title Area */
/*---------------------------------------------------- */
/*== h3 ==*/
.category-title {
	padding: 0;
	margin: 0;
	text-align: center;
}

.category-title p {
	margin: 0;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
	background-color: #0170a9;
	color: #fff;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 500;
	text-align: center;
}

.category-title h3 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-weight: 700;
	text-align: center;
}

/*== h3 [Coap] ==*/
.category-title2 {
	padding: 0;
	margin: 0;
}

.category-title2 p {
	margin: 0;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
	background-color: #0170a9;
	color: #fff;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 500;
}

.category-title2 h3 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-weight: 700;
}

/*---------------------------------------------------- */
/* Business Area */
/*---------------------------------------------------- */
/*== Section ==*/
#business_block {
	margin: 0;
	width: 100%;
	height: auto;
}

/*== Waku ==*/
#business_block .waku_business {
	margin: 0 auto;
	height: auto;
}

#business_block .waku_business article {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

/*== img ==*/
.photo_business {
	padding: 0;
	margin: 0;
	width: 100%;
}

.photo_business figure {
	width: 100%;
	height: 100%;
	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;
}

.photo_business figure img {
	width: 100%;
	height: 100%;
}

.photo_business a figure:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(24, 32, 113, .4);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	display: block;
}

.photo_business a figure:hover:before {
	opacity: 1;
}

/*.photo_business figure img {
	max-width: 100%;
	vertical-align: top;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}*/

/*.photo_business:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}*/

.photo_business figcaption {
	position: absolute;
    bottom: 0;
	right: 0;
    background: rgba(255,255,255,.92);
	color: #019dd5;
	font-weight: 900;
	text-align: center;
	line-height: 1.0;
}

.photo_business figcaption p {
	padding: 0;
	margin: 0;
}

/*.photo_business img {
	display: block;
	transition-duration: 0.3s;
}*/

/*.photo_business img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}*/

/*== textBox ==*/
.business_box {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: left;
}

.business_box a {
	display: block;
}

.business_box .sub-title {
	margin: 0;
	height: auto;
	overflow: hidden;
}

.business_box .sub-title p {
	border-top: solid 1px #606060;
	border-bottom: solid 1px #606060;
	margin: 0;
	float: left;
	color: #1d1e1f;
	font-weight: 600;
	text-align: left;
	line-height: 1.0;
}

.business_box h4 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-weight: 800;
	text-align: left;
	line-height: 1.5;
}

.business_box .moji_business {
	padding: 0;
	margin: 0;
	height: auto;
}

.business_box .moji_business p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.7;
}

/*== a:link ==*/
.business_box a .sub-title p {
	color: #1d1e1f;
	text-decoration: none;
}

.business_box a:hover .sub-title p {
	color: #019dd5;
	text-decoration: none;
}

.business_box a h4 {
	color: #1d1e1f;
	text-decoration: none;
}

.business_box a:hover h4 {
	color: #019dd5;
	text-decoration: none;
}

.business_box a .moji_business p {
	color: #3d3e3f;
	text-decoration: none;
}

.business_box a:hover .moji_business p {
	color: #019dd5;
	text-decoration: none;
}

/*---------------------------------------------------- */
/* Coap Area */
/*---------------------------------------------------- */
/*== Section ==*/
#coap_block {
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #b4e6fd;
}

/*== Waku ==*/
#coap_block .waku_coap {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

#coap_block .waku_coap .coap_left {
	padding: 0;
	margin: 0;
	height: auto;
}

#coap_block .waku_coap .coap_right {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== Greeting ==*/
.coap_left .greetingArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.coap_left .greetingArea .waku_greeting {
	margin: 0 auto;
	height: auto;
	background-color: #fff;
}

/*== img ==*/
.coap_left .greetingArea .greeting_box {
	margin: 0 auto;
	height: auto;
}

.coap_left .greetingArea .greeting_box .photo_greeting {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.coap_left .greetingArea .greeting_box .photo_greeting img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== link ==*/
.waku_greeting .link_greeting {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}

.waku_greeting .link_greeting:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 0;
	color: #019dd5;
}

.waku_greeting .link_greeting .sub-title {
	margin: 0;
	height: auto;
	overflow: hidden;
}

.waku_greeting .link_greeting .sub-title p {
	border-top: solid 1px #606060;
	border-bottom: solid 1px #606060;
	margin: 0;
	float: left;
	color: #1d1e1f;
	font-weight: 600;
	text-align: left;
	line-height: 1.0;
}

.waku_greeting .link_greeting h4 {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-weight: 800;
	text-align: left;
	line-height: 1.5;
}

.waku_greeting .link_greeting a .sub-title p {
	color: #1d1e1f;
	text-decoration: none;
}

.waku_greeting .link_greeting a:hover .sub-title p {
	color: #019dd5;
	text-decoration: none;
}

.waku_greeting .link_greeting a h4 {
	color: #1d1e1f;
	text-decoration: none;
}

.waku_greeting .link_greeting a:hover h4 {
	color: #019dd5;
	text-decoration: none;
}

/*== Summary ==*/
.coap_right .waku_summary {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.coap_right .waku_summary h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 600;
	text-align: left;
	line-height: 1.0;
}

.coap_right .waku_summary .moji_summary {
	padding: 0;
	margin: 0;
	height: auto;
}

.coap_right .waku_summary .moji_summary p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Staff Area */
/*---------------------------------------------------- */
/*== Section ==*/
#staff_block {
	margin: 0;
	width: 100%;
	height: auto;
}

/*== Waku ==*/
#staff_block .waku_staff {
	margin: 0 auto;
	height: auto;
	position: relative;
}

/*== img ==*/
#staff_block .waku_staff .shots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#staff_block .waku_staff .shots > div {
	position: relative;
	width: calc(100%/3);
	height: auto;
}

#staff_block .waku_staff .shots img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
	font-family: 'object-fit: cover; object-position: 0 0;';
}

.waku_staff .shots .photo_staff a {
	display: block;
}

.waku_staff .shots .photo_staff a:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(24, 32, 113, .4);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.waku_staff .shots .photo_staff a:hover:before {
	opacity: 1;
}

/*== Button ==*/
.waku_staff .waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_staff .waku_btn .btn_list a {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
	background-color: #019dd5;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
}

.waku_staff .waku_btn .btn_list a:hover {
	background-color: rgba(33, 203, 255, 1);
	color: #fff;
	text-decoration: none;
}


/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Top Site Main-Banner ==*/
#mainbanner {
	height: 100vh;
	background: url(../images/home/img_sitewise001.png) 50% 50% no-repeat;
	background-size: cover;
}

/*---------------------------------------------------- */
/* Title Area */
/*---------------------------------------------------- */
/*== h3 ==*/
.category-title {
	padding-bottom: 35px;
}

.category-title p {
	padding: 6px 18px;
	margin-bottom: 18px;
	font-size: 13px;
}

.category-title h3 {
	font-size: 27px;
	line-height: 1.0;
}

/*== h3 [Coap] ==*/
.category-title2 {
	padding-bottom: 25px;
}

.category-title2 p {
	padding: 6px 18px;
	margin-bottom: 16px;
	font-size: 13px;
}

.category-title2 h3 {
	font-size: 26px;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Business Area */
/*---------------------------------------------------- */
/*== Section ==*/
#business_block {
	padding: 70px 0;
}

/*== Waku ==*/
#business_block .waku_business {
	padding: 0;
	width: 98%;
	max-width: 1080px;
	text-align: center;
}

#business_block .waku_business article {
	padding: 0;
	margin: 0 3%;
	width: 43.4%;
}

/*== img ==*/
.photo_business {
	max-height: 320px;
}

.photo_business figcaption {
    padding: 15px 0 10px 0;
    width: 12.5%;
    max-width: 60px;
	font-size: 19px;
}

.photo_business figcaption p {
	margin-right: 0;
}

/*== textBox ==*/
.business_box {
	padding-top: 15px;
	width: 98%;
}

.business_box .sub-title {
	margin-bottom: 12px;
}

.business_box .sub-title p {
	padding: 6px 12px;
	font-size: 14px;
}

.business_box h4 {
	font-size: 23px;
}

.business_box .moji_business {
	padding-top: 15px;
}

.business_box .moji_business p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Coap Area */
/*---------------------------------------------------- */
/*== Section ==*/
#coap_block {
	padding: 70px 0;
}

/*== Waku ==*/
#coap_block .waku_coap {
	padding: 0;
	width: 98%;
	max-width: 1080px;
	overflow: hidden;
}
	
#coap_block .waku_coap .coap_left {
	width: 60%;
	float: left;
}

#coap_block .waku_coap .coap_right {
	margin-top: 80px;
	width: 35%;
	float: right;
}

/*== Greeting ==*/
.coap_left .greetingArea {
	width: 100%;
}

.coap_left .greetingArea .waku_greeting {
	padding: 20px 0;
	width: 100%;
}

/*== img ==*/
.coap_left .greetingArea .greeting_box {
	padding: 0;
	width: 100%;
	background: url("../images/home/bg_white_pc.png") left bottom repeat-x;
}

.coap_left .greetingArea .greeting_box .photo_greeting {
	width: 88%;
}	

/*== link ==*/
.waku_greeting .link_greeting {
	width: 88%;
}	

.waku_greeting .link_greeting:after {
	font-size: 19px;
}

.waku_greeting .link_greeting .sub-title {
	margin-bottom: 12px;
}

.waku_greeting .link_greeting .sub-title p {
	padding: 6px 12px;
	font-size: 14px;
}

.waku_greeting .link_greeting h4 {
	font-size: 23px;
}

/*== Summary ==*/
.coap_right .waku_summary {
	width: 100%;
}

.coap_right .waku_summary h4 {
	font-size: 19px;
}

.coap_right .waku_summary .moji_summary {
	padding-top: 12px;
}

.coap_right .waku_summary .moji_summary p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Staff Area */
/*---------------------------------------------------- */
/*== Section ==*/
#staff_block {
	padding: 70px 0;
}

/*== Waku ==*/
#staff_block .waku_staff {
	padding: 0;
	width: 100%;
}

/*== Button ==*/
.waku_staff .waku_btn {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

.waku_staff .waku_btn .btn_list a {
	padding: 14px 0;
	margin: 0;
	width: 22%;
	font-size: 16px;
}




}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
	padding-top: 0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Top Site Main-Banner ==*/
#mainbanner {
	height: 650px;
	background: url(../images/home/img_sitewise_tab001.png) 50% 50% no-repeat;
	background-size: auto 100%;
}

#mainbanner h2 {
	padding-top: -89.371980%;
	max-width: 50%;
	background-size: 90% auto;
	top: 18%;
}

/*== Anchor Navigation ==*/
#mainbanner .anchor-prd {
	width: 46px;
	height: 46px;
	bottom: 36px;
}

#mainbanner .anchor-prd a:after {
	width: 36px;
	height: 36px;
	bottom: 3px;
}

/*---------------------------------------------------- */
/* Title Area */
/*---------------------------------------------------- */
/*== h3 ==*/
.category-title {
	padding-bottom: 25px;
}

.category-title p {
	padding: 5px 16px;
	margin-bottom: 15px;
	font-size: 12px;
}

.category-title h3 {
	font-size: 23px;
	line-height: 1.0;
}

/*== h3 [Coap] ==*/
.category-title2 {
	padding-bottom: 25px;
}

.category-title2 p {
	padding: 5px 16px;
	margin-bottom: 15px;
	font-size: 12px;
}

.category-title2 h3 {
	font-size: 23px;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Business Area */
/*---------------------------------------------------- */
/*== Section ==*/
#business_block {
	padding: 55px 0;
}

/*== Waku ==*/
#business_block .waku_business {
	padding: 0;
	width: 96%;
	text-align: center;
}

#business_block .waku_business article {
	padding: 0;
	margin: 0 2.5%;
	width: 44.4%;
}

/*== img ==*/
.photo_business {
	max-height: 320px;
}

.photo_business figcaption {
    padding: 13px 0 8px 0;
    width: 16.5%;
    max-width: 50px;
	font-size: 18px;
}

.photo_business figcaption p {
	margin-right: 0;
}

/*== textBox ==*/
.business_box {
	padding-top: 12px;
	width: 98%;
}

.business_box .sub-title {
	margin-bottom: 10px;
}

.business_box .sub-title p {
	padding: 6px 12px;
	font-size: 13px;
}

.business_box h4 {
	font-size: 20px;
}

.business_box .moji_business {
	padding-top: 12px;
}

.business_box .moji_business p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Coap Area */
/*---------------------------------------------------- */
/*== Section ==*/
#coap_block {
	padding: 55px 0;
}

/*== Waku ==*/
#coap_block .waku_coap {
	padding: 0;
	width: 94%;
	overflow: hidden;
}
	
#coap_block .waku_coap .coap_left {
	width: 56%;
	float: left;
}

#coap_block .waku_coap .coap_right {
	margin-top: 20px;
	width: 40%;
	float: right;
}

/*== Greeting ==*/
.coap_left .greetingArea {
	width: 100%;
}

.coap_left .greetingArea .waku_greeting {
	padding: 18px 0;
	width: 100%;
}

/*== img ==*/
.coap_left .greetingArea .greeting_box {
	padding: 0;
	width: 100%;
	background: url("../images/home/bg_white_tab.png") left bottom repeat-x;
}

.coap_left .greetingArea .greeting_box .photo_greeting {
	width: 90%;
}	

/*== link ==*/
.waku_greeting .link_greeting {
	width: 90%;
}	

.waku_greeting .link_greeting:after {
	font-size: 17px;
}

.waku_greeting .link_greeting .sub-title {
	margin-bottom: 10px;
}

.waku_greeting .link_greeting .sub-title p {
	padding: 5px 10px;
	font-size: 13px;
}

.waku_greeting .link_greeting h4 {
	font-size: 21px;
}

/*== Summary ==*/
.coap_right .waku_summary {
	width: 100%;
}

.coap_right .waku_summary h4 {
	font-size: 17px;
}

.coap_right .waku_summary .moji_summary {
	padding-top: 10px;
}

.coap_right .waku_summary .moji_summary p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Staff Area */
/*---------------------------------------------------- */
/*== Section ==*/
#staff_block {
	padding: 55px 0;
}

/*== Waku ==*/
#staff_block .waku_staff {
	padding: 0;
	width: 100%;
}

/*== Button ==*/
.waku_staff .waku_btn {
	padding-top: 18px;
	width: 100%;
	text-align: center;
}

.waku_staff .waku_btn .btn_list a {
	padding: 12px 0;
	margin: 0;
	width: 28%;
	font-size: 15px;
}



}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Main */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 0;
	padding-top: 0;
}

/*---------------------------------------------------- */
/* Sitewise */
/*---------------------------------------------------- */
/*== Top Site Main-Banner ==*/
#mainbanner {
	height: 420px;
	background: url(../images/home/img_sitewise_sp001.png) 50% 50% no-repeat;
	background-size: auto 100%;
}

#mainbanner h2 {
	padding-top: -89.371980%;
	max-width: 60%;
	background-size: 90% auto;
	top: 15%;
}

/*== Anchor Navigation ==*/
#mainbanner .anchor-prd {
	width: 46px;
	height: 46px;
	bottom: 90px;
}

#mainbanner .anchor-prd a:after {
	width: 36px;
	height: 36px;
	bottom: 3px;
}

/*---------------------------------------------------- */
/* Title Area */
/*---------------------------------------------------- */
/*== h3 ==*/
.category-title {
	padding-bottom: 20px;
}

.category-title p {
	padding: 4px 14px;
	margin-bottom: 12px;
	font-size: 11px;
}

.category-title h3 {
	font-size: 19px;
	line-height: 1.4;
}

/*== h3 [Coap] ==*/
.category-title2 {
	padding-bottom: 20px;
	text-align: center;
}

.category-title2 p {
	padding: 4px 14px;
	margin-bottom: 12px;
	font-size: 11px;
	text-align: center;
}

.category-title2 h3 {
	font-size: 19px;
	line-height: 1.4;
	text-align: center;
}

/*---------------------------------------------------- */
/* Business Area */
/*---------------------------------------------------- */
/*== Section ==*/
#business_block {
	padding: 35px 0;
}

/*== Waku ==*/
#business_block .waku_business {
	padding: 0;
	width: 96%;
	text-align: center;
}

#business_block .waku_business article {
	padding: 0;
	margin: 0 0.7%;
	width: 47.4%;
}

/*== img ==*/
.photo_business {
	max-height: 320px;
}

.photo_business figcaption {
    padding: 10px 0 7px 0;
    width: 16.5%;
    max-width: 50px;
	font-size: 16px;
}

.photo_business figcaption p {
	margin-right: 0;
}

/*== textBox ==*/
.business_box {
	padding-top: 12px;
	width: 98%;
}

.business_box .sub-title {
	margin-bottom: 8px;
}

.business_box .sub-title p {
	padding: 4px 10px;
	font-size: 12px;
}

.business_box h4 {
	font-size: 16px;
}

.business_box .moji_business {
	padding-top: 12px;
}

.business_box .moji_business p {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Coap Area */
/*---------------------------------------------------- */
/*== Section ==*/
#coap_block {
	padding: 35px 0;
}

/*== Waku ==*/
#coap_block .waku_coap {
	padding: 0;
	width: 94%;
}
	
#coap_block .waku_coap .coap_left {
	margin-top: 15px;
	width: 100%;
	display: block;
}

#coap_block .waku_coap .coap_right {
	width: 100%;
	display: block;
}

/*== Greeting ==*/
.coap_left .greetingArea {
	width: 100%;
}

.coap_left .greetingArea .waku_greeting {
	padding: 15px 0;
	width: 100%;
}

/*== img ==*/
.coap_left .greetingArea .greeting_box {
	padding: 0;
	width: 100%;
	background: url("../images/home/bg_white_sp.png") left bottom repeat-x;
}

.coap_left .greetingArea .greeting_box .photo_greeting {
	width: 88%;
}	

/*== link ==*/
.waku_greeting .link_greeting {
	width: 88%;
}	

.waku_greeting .link_greeting:after {
	font-size: 16px;
}

.waku_greeting .link_greeting .sub-title {
	margin-bottom: 10px;
}

.waku_greeting .link_greeting .sub-title p {
	padding: 4px 10px;
	font-size: 12px;
}

.waku_greeting .link_greeting h4 {
	font-size: 18px;
}

/*== Summary ==*/
.coap_right .waku_summary {
	width: 86%;
}

.coap_right .waku_summary h4 {
	font-size: 16px;
}

.coap_right .waku_summary .moji_summary {
	padding-top: 10px;
}

.coap_right .waku_summary .moji_summary p {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Staff Area */
/*---------------------------------------------------- */
/*== Section ==*/
#staff_block {
	padding: 35px 0;
}

/*== Waku ==*/
#staff_block .waku_staff {
	padding: 0;
	width: 100%;
	
}

#staff_block .waku_staff .shots {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#staff_block .waku_staff .shots > div {
	width: calc(100%/2);
}

#staff_block .waku_staff .shots > div:last-of-type {
	width: 100%;
}

/*== Button ==*/
.waku_staff .waku_btn {
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

.waku_staff .waku_btn .btn_list a {
	padding: 10px 0;
	margin: 0;
	width: 38%;
	font-size: 14px;
}


}