@charset "UTF-8";

/**
 * Waku Wwaku Base Base Stylesheet
 *
 * - Reset
 * - Base
 * - Theme
 * - Container
 * - Utilities
 * - Typography
 * - Icon
 * - List
 * - Table
 * - Button
 * - Media
 *
 */



/* ----------------------------
	Reset
---------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,main,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}



/* ----------------------------
	Base
---------------------------- */
body {
	min-width: 970px;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
	background: #f5f0da url(../img/common/bg-line.png) repeat-y top center;
	font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "YuGothic", meiryo, sans-serif;
	font-size: 16px;
	color: #353535;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 0px;
		background: #fdfbf3;
		font-size: 13px;
	}
}


/* Anchor
---------------------------- */
a {
	text-decoration: none;
	color: #353535;
}


/* Image
---------------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* Button
---------------------------- */
button {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	vertical-align: top;
	cursor: pointer;
}

/* Bold
---------------------------- */
em, b, strong {
	font-weight: bold;
}



/* ----------------------------
	Theme
---------------------------- */
.theme-pink {
	color: #f43075;
}
.theme-blue {
	color: #18a9ec;
}
.theme-red {
	color: #f56a4e;
}
.theme-green {
	color: #7cab00;
}
.theme-yellow {
	color: #e1b900;
}



/* ----------------------------
	Container
---------------------------- */
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 930px;
}

@media screen and (max-width: 767px) {
	.container {
		padding-left: 5.625%;
		padding-right: 5.625%;
		width: 100%;
		box-sizing: border-box;
	}
}



/* ----------------------------
	Utilities
---------------------------- */

/* Line Break
---------------------------- */
br.pc { display: inline; }
br.sp { display: none; }

@media screen and (max-width: 767px) {
	br.pc { display: none; }
	br.sp { display: inline; }
}


/* Transition
---------------------------- */
.notransition {
	-webkit-transition: none !important;
	transition: none !important;
}


/* Anchor
---------------------------- */
.anchor {
	text-decoration: underline;
}
.anchor:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.anchor:hover {
		text-decoration: underline;
	}
}



/* ----------------------------
	Typography
---------------------------- */

/* Heading
---------------------------- */
.heading {
	line-height: 1.25;
	font-size: 22px;
}
.heading small {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #696969;
}

@media screen and (max-width: 767px) {
	.heading {
		font-size: 16px;
	}
	.heading small {
		font-size: 10px;
	}
}


/* Heading Line
---------------------------- */
.heading-line {
	margin-bottom: 60px;
	padding-bottom: 40px;
	text-align: center;
	line-height: 1.25;
	font-size: 22px;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.heading-line small {
	display: block;
	margin-top: 18px;
	font-size: 12px;
	color: #696969;
}
.heading-line.theme-pink {
	background-image: url(../img/common/bg-line-pink.png)
}
.heading-line.theme-red {
	background-image: url(../img/common/bg-line-red.png)
}
.heading-line.theme-green {
	background-image: url(../img/common/bg-line-green.png)
}
.heading-line.theme-yellow {
	background-image: url(../img/common/bg-line-yellow.png)
}

@media screen and (max-width: 767px) {
	.heading-line {
		padding-bottom: 25px;
		font-size: 16px;
		background-size: 50% auto;
	}
	.heading-line small {
		margin-top: 10px;
		font-size: 10px;
	}
}


/* Small
---------------------------- */
.medium-small {
	display: block;
	font-size: 0.875em;
}
.small {
	display: block;
	font-size: 0.75em;
}


/* Large
---------------------------- */
.large {
	display: block;
	font-size: 1.125em;
}


/* Note
---------------------------- */
.note {
	margin: 0.5em 0;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
}


/* Align
---------------------------- */
.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center;
}
.text-align-left {
	text-align: left;
}
.alignleft {
	margin-right: 1.5em;
	float: left;
}
.alignright {
	margin-left: 1.5em;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* ----------------------------
	Icon
---------------------------- */
[class^="icon-"] {
	padding-left: 120px;
	position: relative;
}
[class^="icon-"]:before {
	content: "";
	display: block;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icon-building:before {
	background-image: url(../img/icon/icon-building.png);
	height: 62px;
}
.icon-dollar:before {
	background-image: url(../img/icon/icon-dollar.png);
	height: 75px;
}
.icon-light:before {
	background-image: url(../img/icon/icon-light.png);
	height: 79px;
}
.icon-note:before {
	background-image: url(../img/icon/icon-note.png);
	height: 73px;
}
.icon-official:before {
	background-image: url(../img/icon/icon-official.png);
	height: 75px;
}
.icon-tie:before {
	background-image: url(../img/icon/icon-tie.png);
	height: 70px;
}

@media screen and (max-width: 767px) {
	[class^="icon-"] {
		padding-left: 60px;
	}
	[class^="icon-"]:before {
		width: 60px;
		background-size: contain;
	}
	.icon-building:before {
		height: 31px;
	}
	.icon-dollar:before {
		height: 37.5px;
	}
	.icon-light:before {
		height: 39.5px;
	}
	.icon-note:before {
		height: 36.5px;
	}
	.icon-official:before {
		height: 37.5px;
	}
	.icon-tie:before {
		height: 35px;
	}
}



/* ----------------------------
	List
---------------------------- */

/* List Dot
---------------------------- */
.list-dot li {
	padding-left: 1em;
	position: relative;
}
.list-dot li:before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}


/* List Dot Narrow
---------------------------- */
.list-dot-margin li {
	margin-top: 12px;
}
.list-dot-margin li:first-child {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.list-dot-margin li {
		margin-top: 6px;
	}
}


/* List Disc
---------------------------- */
.list-dice {
	margin-bottom: 100px;
}
.list-dice dt {
	margin-top: 42px;
	padding: 7px 0 7px 50px;
	background-repeat: no-repeat;
	background-position: left 1px;
	line-height: 1.25;
	font-size: 20px;
}
.list-dice dt:first-child {
	margin-top: 0;
}
.list-dice dd {
	margin-top: 6px;
	color: #3b3b3b;
}

/* Red */
.list-dice.theme-red dt:nth-of-type(1) {
	background-image: url(../img/icon/icon-number01-red.png);
}
.list-dice.theme-red dt:nth-of-type(2) {
	background-image: url(../img/icon/icon-number02-red.png);
}
.list-dice.theme-red dt:nth-of-type(3) {
	background-image: url(../img/icon/icon-number03-red.png);
}

/* Yellow */
.list-dice.theme-yellow dt:nth-of-type(1) {
	background-image: url(../img/icon/icon-number01-yellow.png);
}
.list-dice.theme-yellow dt:nth-of-type(2) {
	background-image: url(../img/icon/icon-number02-yellow.png);
}
.list-dice.theme-yellow dt:nth-of-type(3) {
	background-image: url(../img/icon/icon-number03-yellow.png);
}

@media screen and (max-width: 767px) {
	.list-dice {
		margin-bottom: 50px;
	}
	.list-dice dt {
		margin-top: 21px;
		padding: 3px 0 3px 25px;
		background-size: 19px auto;
		background-position: left 3px;
		font-size: 16px;
	}
	.list-dice dd {
		margin-top: 3px;
	}
}


/* List Number
---------------------------- */
.list-number > li {
	margin-top: 12px;
}
.list-number > li:first-child {
	margin-top: 0;
}
.list-number-head {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 18px;
}
.list-number-body {
	padding-left: 32px;
}

@media screen and (max-width: 767px) {
	.list-number > li {
		margin-top: 6px;
	}
	.list-number-head {
		font-size: 15px;
	}
	.list-number-body {
		padding-left: 16px;
	}
}



/* ----------------------------
	Table
---------------------------- */

/* Dot Table
---------------------------- */
.table {
	width: 100%;
	table-layout: fixed;
	text-align: left;
}
.table tr {
	background: url(../img/common/bg-dot.png) repeat-x bottom left;
	background-size: 3px auto;
}
.table th,
.table td {
	padding: 6px 0;
}
.table th {
	padding-left: 16px;
	width: 124px;
}
.table .middle {
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.table th,
	.table td {
		padding: 10px 0;
	}
	.table th {
		padding-left: 0;
		width: 60px;
	}
}


/* Cell Table
---------------------------- */
[class^="table-cell-"] table {
	width: 100%;
	border: 1px solid #7f7b78;
	box-sizing: border-box;
}
[class^="table-cell-"] th,
[class^="table-cell-"] td {
	border: 1px solid #7f7b78;
}
[class^="table-cell-"] th {
	vertical-align: middle;
}
[class^="table-cell-"]
.table-cell-red th,
.table-cell-red td {
	padding: 6px 36px;
}
.table-cell-red tbody th {
	background: #f67459;
	font-weight: bold;
	color: #fff;
}
.table-cell-green th,
.table-cell-green td {
	padding: 6px 10px;
}
.table-cell-green thead th,
.table-cell-green thead td {
	background: #adce5d;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.table-cell-red th,
	.table-cell-red td {
		padding: 6px 10px;
		box-sizing: border-box;
	}
	.table-cell-red th {
		width: 90px;
	}
	.table-cell-green {
		overflow: hidden;
		overflow-x: scroll;
	}
	.table-cell-green table {
		width: 500px;
	}
	.table-cell-green th,
	.table-cell-green td {
		padding: 6px;
	}
}


/* Fixed
---------------------------- */
.table-fixed table {
	table-layout: fixed;
}


/* ----------------------------
	Button
---------------------------- */

/* Contact Button
---------------------------- */
.btn-contact {
	margin-top: 80px;
	text-align: center;
}
.btn-contact a {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.btn-contact a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.btn-contact {
		margin-top: 40px;
	}
	.btn-contact a {
		width: 100px;
	}
	.btn-contact a:hover {
		opacity: 1;
	}
}



/* ----------------------------
	Media
---------------------------- */
.media {
	margin: 50px 0;
	display: -webkit-box; /* Less than android 4.3 */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Less than iOS8 */
	display: flex;
}
.media.media-margin-wide {
	margin: 70px 0;
}
.media.media-right {
	-webkit-box-direction: reverse; /* Less than android 4.3 */
	-webkit-flex-direction: row-reverse; /* Less than iOS8 */
	-ms-flex-direction: row-reverse; /* IE10 */
	flex-direction: row-reverse;
}
.media.media-align-center {
	-webkit-box-align: center; /* Less than android 4.3 */
	-ms-flex-align: center; /* IE 10 */
	-webkit-align-items: center; /* Less than iOS8 */
	align-items: center;
}
.media-right .media-image {
	margin-left: 30px;
}
.media-left .media-image {
	margin-right: 30px;
}
.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
    flex: 1;
}
.media-title {
	margin-top: -2px;
	margin-bottom: 12px;
	line-height: 1.25;
	font-size: 20px;
}
.media-title-large .media-title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.media {
		margin: 25px 0;
		display: block;
	}
	.media.media-margin-wide {
		margin: 35px 0;
	}
	.media-image {
		text-align: center;
		margin-bottom: 20px;
	}
	.media-right .media-image {
		margin-left: 0;
	}
	.media-left .media-image {
		margin-right: 0;
	}
	.media-title {
		margin-top: 0;
		margin-bottom: 6px;
		font-size: 16px;
	}
	.media-title-large .media-title {
		margin-bottom: 6px;
		font-size: 18px;
	}
}
