@charset "UTF-8";

*
{
	box-sizing: border-box;
}

*:not(tr):not(table):not(td)
{
	margin:0px;
	padding:0;
/*	text-align: left;*/
	position: relative;
}

body.jp p,
body.jp div
{
	text-align: justify; 
}

* html body {background-image: url(https://ko.dougukan.jp/_scripts/null/index.html) fixed;}

html{margin:0; padding:0;}

body{-webkit-font-smoothing: antialiased;}

a:link, a:active, a.black:visited, a.black:hover
{
	outline:none;
	text-decoration: none;
}

table:not([class]){border-spacing:0; border-collapse:collapse;}

td{border-spacing:0; border:0; padding:0; vertical-align: top;}

img{border:0; border-spacing:0;}

textarea{display:block;}

textarea, input[type="text"], input[type="submit"],input[type="email"]{-webkit-appearance: none;}

br{letter-spacing: 0;}

.photo_100
{
	position: relative;
    max-width: 100%;
    min-height: 0%;
}

.flex
{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
}

.flex._c
{
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex._cs
{
	align-items:center;
	justify-content:space-between;
}

.flex._st
{
	align-items:flex-start;
	justify-content:flex-start;
}

/**********************************************************************/
/******************************* Accordion *****************************/
/**********************************************************************/

.accbox
{
	position: relative;
	overflow: hidden;
}

.accbox label
{
	display: block;
	position: relative;
	box-sizing: border-box;
	cursor :pointer;
	
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.accbox input
{
	display: none;
}

.accbox .accshow
{
	height: 0;
	overflow: hidden;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.cssacc:checked + .accshow
{
	height: auto;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
	-webkit-transition: all .5s ease,;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.cssacc:checked + .accshow + label
{
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-ms-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}

/*.cssacc:checked + .accshow + label:before
{
	content: "";
	display: block;
	position: absolute;
    width: 1.5em;
    height: 1px;
    top: .9em;
    right: .1em;
	background-color: rgb(0, 0, 0);

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/

/*.cssacc:checked + .accshow + label:after
{
	content: "";
	display: block;
	position: absolute;
    width: 1.5em;
    height: 1px;
    top: .9em;
    right: .2em;
	background-color: rgb(0, 0, 0);
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

.accbox ._s{margin-top: 1em;}

.marker {
	background:linear-gradient(transparent 60%, yellow 60%);
}

.lead-note
{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}
