/* *****************************************************************************
RESET
***************************************************************************** */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

ul {
	padding-left: 1em;
}


/* *****************************************************************************
BASE
***************************************************************************** */

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/NotoSerifCJKjp-Regular_2.otf") format("opentype");
}


html,
body {
	min-height: 100%;
}

body {
	/*  font-family: 'Noto Serif Japanese',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-style: normal;
	background: #fff;
	color: #333;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	display: flex;
	flex-direction: column;
}

.sans {}

.clr {
	clear: both;
}

.jump {
	position: absolute;
	left: -1999px;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

a {
	text-decoration: none;
}


img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

div.imagesalignleft {
	float: left;
}

div.imagesalignright {
	float: right;
}

div.imagesalignleft img {
	margin-right: 10px;
	margin-bottom: 10px;
}

div.imagesalignright img {
	margin-left: 10px;
	margin-bottom: 10px;
}

img {
	vertical-align: bottom;
}

sup {
	font-size: smaller;
	vertical-align: top;
}

span.small {
	font-size: smaller;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.hidden {
	display: none;
}

/* ------------------------------------- clearfix
*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}






















/* *****************************************************************************
共通
***************************************************************************** */
html,
body {
	height: 100%;

}

body {
	background-color: #fff;
}



a[href]:hover {
	color: #000;
	animation-name: anime1;
	animation-duration: 0.7s;
}


/* *****************************************************************************
フェードイン関連
***************************************************************************** */
.fadeblock {
	opacity: 0;
	transition: opacity 0.7s;
}

.fadeblock.fadeblock-fadein {
	opacity: 1.0;
}



/* *****************************************************************************
ラッパー
***************************************************************************** */
#wrapper {}

/* *****************************************************************************
ヘッダ
***************************************************************************** */
header>.inner {
	width: 90%;
	max-width: 900px;
	margin: auto;
}

body.spmenu_opened header>.inner {}

header h1 {}


.pageHeader_navigation {
	border-bottom: solid 1px #ccc;
	line-height: 1;
	font-size: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+5,f8f8f8+95,cccccc+100 */
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 5%, #f8f8f8 95%, #cccccc 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 5%, #f8f8f8 95%, #cccccc 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 5%, #f8f8f8 95%, #cccccc 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
	/* IE6-9 */
}

.pageHeader_inner {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	position: relative;
}

.pageHeader_navigation .pageHeader_logo {
	position: absolute;
	height: 48px;
	top: 0px;
	left: 5px;
}

.pageHeader_navigation .pageHeader_logo a {
	height: 100%;
}


.pageHeader_navigation .pageHeader_logo img {
	height: 100%;
}

.pageHeader_navigation ul {
	border-left: solid 1px #ccc;
	margin-left: 60px;
}

.pageHeader_navigation li {
	border-right: solid 1px #ccc;
	float: left;
	font-size: 1rem;
}

.pageHeader_navigation a {
	display: block;
	padding: 1em 1em;
	color: #666;
}

.pageHeader_navigation a:hover {
	background-color: #fcfcfc;
	color: #333;
}

.pageHeader_navigation span {
	display: inline-block;
	background: url(../images/common/bg_menu.png) left center no-repeat;
	padding-left: 15px;
}

.pageHeader_navigation .pageHeader_navigation_sns a {
	padding: 0;
}

.pageHeader_navigation .pageHeader_navigation_sns span {
	padding: 5px;
	background: none;
}

.pageHeader_navigation .pageHeader_navigation_sns img {
	height: 38px;
	width: auto;
}


#btn_spmenu {
	display: none;
}

.sectionHeader_navigation ul {
	max-width: 900px;
	width: 100%;
	margin: auto;
	list-style-type: none;
}

.sectionHeader_navigation li {
	float: left;
	font-size: 1rem;
}

.sectionHeader_navigation a {
	display: block;
	border: solid 1px #ccc;
	border-radius: 4px;
	margin-right: 1em;
	padding: 0.5em 1em;
	color: #666;
}

.sectionHeader_navigation a:hover {
	color: #333;
	background-color: #f8f8f8;
}


/* *****************************************************************************
コンテンツ
***************************************************************************** */
#contents {
	width: 90%;
	max-width: 900px;
	margin: auto;
	flex-grow: 1;
}

article {
	width: 100%;
	margin: 0 0 4rem 0;
}

section {
	margin-bottom: 3rem;
	padding-top: 3rem;
}

.subsection {
	margin-bottom: 3rem;
}

.sectionHeader {
	margin-bottom: 2rem;
}

.sectionBody {
	line-height: 1.6;
}

.sectionTitle {
	background: url(../images/common/headline_mark.png) 0px 0.4em no-repeat;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 0.5em 0.5em 0.5em 1.5em;
	margin-bottom: 0.5em;
	border-bottom: solid 2px #666;
	letter-spacing: 0.1em;
}

.subsection {
	margin-bottom: 4rem;
}

.subsectionTitle {
	font-size: 1.25rem;
	font-weight: normal;
	margin-bottom: 1rem;
	padding-bottom: 0.1em;
	border-bottom: solid 2px #f39800;
	color: #666;
}

.subsubsection {
	margin-bottom: 2rem;
}

.subsubsectionTitle {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #666;
}

.catch {
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

.attention {
	color: #f03;
}

.list-decimal {
	list-style-type: decimal;
	padding-left: 1.5em;
}

.table_itemValue th,
.table_itemValue td {
	padding-bottom: 0.5em;
}

.table_itemValue th {
	white-space: nowrap;
	padding-right: 1em;
	color: #57b8e3;
	font-weight: normal;
	text-align: left;
}

.table_itemValue.table_itemValue-ellipsis td:before {
	content: '… ';
}

.table_backgrounded {
	background-color: #f8f8f8;
}

.table_backgrounded th:first-child,
.table_backgrounded td:first-child {
	padding-left: 1em;
}

.table_backgrounded th:last-child,
.table_backgrounded td:last-child {
	padding-right: 1em;
}

.dl_label {
	border-bottom: dotted 1px #ccc;
}

.dl_label dt:before {
	font-family: 'Material Icons';
	content: "\e892";
	color: #57b8e3;
	padding-right: 0.5em;
}

.dl_label dt {
	text-indent: -1.5em;
	padding: 0.7em 0px 0.7em 1.5em;
}

.dl_label dd {
	padding-left: 1.5em;
	padding-bottom: 0.7em;
}

.dl_label.dl_label-noborder {
	border-bottom: none;
}

.btn_fill {
	text-align: center;
	margin-top: 3em;
}

.btn_fill .btn_inner {
	display: inline-block;
	background-color: #f39800;
	color: #fff;
	padding: 0.5em 2em;
}

.btn_fill .btn_inner:hover {
	background-color: #feac00;
	color: #fff;
}

.btn_twobuttons {
	display: flex;
	justify-content: space-around;
}

/* *****************************************************************************
フッター
***************************************************************************** */
footer {
	clear: both;
	background-color: #f39800;
	padding: 1em 0;
	color: #fff;
}

footer>.inner {
	max-width: 900px;
	width: 90%;
	margin: auto;
}


#copy {
	letter-spacing: 0.05em;
	padding-left: 0.5em;
	text-align: center;
	font-size: 80%;
}

.footerMenu {
	margin-bottom: 1em;
}

.footerMenu a {
	color: #fff;
}

.footerMenu ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: auto;
	padding: 0;
}

.footerMenu li {
	margin-right: 2em;
}

.footerMenu li:last-child {
	margin-right: 0;
}

footer .tel {
	display: inline-block;
	margin-left: 2em;
}


/* *****************************************************************************
フェードに関すること
***************************************************************************** */
.fadebox {
	opacity: 0;
	transition-property: opacity;
	transition-delay: 0.1s;
	transition-duration: 0.8s;
}

.fadebox.open {
	opacity: 1.0;
}

.fadebox.psoon.open {
	opacity: 0.5;
}

/* *****************************************************************************
********************************************************************************

768-

********************************************************************************
***************************************************************************** */
@media screen and (min-width: 768px) {
	.disp_sp {
		display: none;
	}
}



/* *****************************************************************************
********************************************************************************

-960

********************************************************************************
***************************************************************************** */
@media screen and (max-width: 960px) {

	.pageHeader_navigation a {
		padding: 1em 0.7em;
	}

	.pageHeader_navigation span {
		background: none;
		padding-left: 0px;
	}


}



/* *****************************************************************************
********************************************************************************

-767

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

	.disp_pc {
		display: none;
	}

	html {
		font-size: 3vw;
	}

	/* *****************************************************************************
ラッパー
***************************************************************************** */
	body {
		min-width: 0px;
		min-width: initial;
		width: 100%;
	}

	section {
		margin-bottom: 12vw;
		padding-top: calc(12vw + 1rem);
	}

	/* *****************************************************************************
コンテンツ
***************************************************************************** */
	#contents {
		width: 100%;
		margin: auto;
		padding-top: 12vw;
	}

	#index #contents {
		padding-top: 0px;
	}

	section {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.sectionTitle {
		background: url(../images/common/headline_mark.png) 0px 0.4em no-repeat;
		background-size: 1em;
	}

	.btn_twobuttons {
		display: block;
	}



	/* *****************************************************************************
ヘッダ
***************************************************************************** */
	header {
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 200;
		background-color: #fff;
	}

	header h1 {}

	.header_logo img {
		height: 12vw;
	}


	.pageHeader_navigation {
		background: #f8f8f8;
		position: fixed;
		top: 12vw;
		left: 0px;
		width: 100%;
		height: 0vh;
		z-index: 100;
		overflow: hidden;
		transition-duration: 0.5s;
		transition-property: height;
	}

	.pageHeader_navigation ul {
		display: block;
		border-right: none;
		padding-top: 2rem;
		margin-left: 0px;

	}

	.pageHeader_navigation li {
		border-left: none;
		float: none;
		font-size: 1.3rem;
	}

	.pageHeader_navigation a {
		padding-left: 2em;
		text-align: left;
	}

	.pageHeader_navigation span {
		display: inline-block;
		background: url(../images/common/bg_menu.png) left center no-repeat;
		padding-left: 15px;
	}

	body.spmenu_opened .pageHeader_navigation {
		height: 130vh;
	}

	.pageHeader_navigation .pageHeader_navigation_last {
		margin-bottom: 1em;
	}

	.pageHeader_navigation .pageHeader_navigation_sns {

		float: left;
		border: none;
	}

	.pageHeader_navigation .pageHeader_navigation_sns a {
		padding-left: 2em;
	}

	.pageHeader_navigation .pageHeader_navigation_sns span {
		padding: 1vw;
	}

	.pageHeader_navigation .pageHeader_navigation_sns img {
		height: 10vw;
		width: auto;
	}



	#btn_spmenu {
		display: block;
		background-color: #fff;
		width: 7vw;
		height: 7vw;
		position: fixed;
		top: 1.5vw;
		right: 2.5vw;
		z-index: 200;
		cursor: pointer;
	}

	#btn_spmenu .menulabel {
		font-size: 1.8vw;
		letter-spacing: 0.15em;
		margin-top: 0.25em;
		font-weight: bold;
		text-align: center;
		color: #666;
	}

	.icon-animation {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
	}

	.icon-animation span {
		width: 6vw;
		height: 2px;
		display: block;
		background: #666;
		position: absolute;
		left: 50%;
		top: calc(50% - 1px);
		margin-left: -3vw;
	}

	.icon-animation span {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.icon-animation .top {
		-webkit-transform: translateY(-1.26vw) scale(1);
		-ms-transform: translateY(-1.26vw) scale(1);
		transform: translateY(-1.26vw) scale(1);
	}

	.icon-animation .middle {
		background: none;
		position: relative;
	}

	.icon-animation .middle:before,
	.icon-animation .middle:after {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		content: "";
		width: 6vw;
		height: 2px;
		background: #666;
		display: block;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		position: absolute;
	}

	.icon-animation .bottom {
		-webkit-transform: translateY(1.26vw) scale(1);
		-ms-transform: translateY(1.26vw) scale(1);
		transform: translateY(1.26vw) scale(1);
	}

	body.spmenu_opened .icon-animation .top {
		-webkit-transform: translateY(0px) scale(0);
		-ms-transform: translateY(0px) scale(0);
		transform: translateY(0px) scale(0);
	}

	body.spmenu_opened .icon-animation .bottom {
		-webkit-transform: translateY(0px) scale(0);
		-ms-transform: translateY(0px) scale(0);
		transform: translateY(0px) scale(0);
	}

	body.spmenu_opened .icon-animation .middle:before {
		-webkit-transform: rotate(45deg) scaleX(1.4);
		;
		-ms-transform: rotate(45deg) scaleX(1.4);
		;
		transform: rotate(45deg) scaleX(1.4);
		;
	}

	body.spmenu_opened .icon-animation .middle:after {
		-webkit-transform: rotate(-45deg) scaleX(1.4);
		-ms-transform: rotate(-45deg) scaleX(1.4);
		transform: rotate(-45deg) scaleX(1.4);
	}

	/* *****************************************************************************
フッタ
***************************************************************************** */

	footer {}

	.footerMenu {
		margin-bottom: 1em;
	}

	.footerMenu a {
		display: block;
		border: solid 1px #fff;
		border-radius: 0.2em;
		padding: 1em;
		text-align: center;
	}

	.footerMenu ul {
		display: block;
	}

	.footerMenu li {
		margin-right: 0;
		margin-bottom: 0.2em;
	}

	footer #copy {
		text-align: center;
	}

}