@charset "UTF-8";

html{ font-size: 62.5%;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, 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;
	vertical-align: baseline;
	background: transparent;
	font-weight: 300;
	box-sizing: border-box;
	-webkit-appearance: none;
}

@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-xs: clamp(1rem, 0vw + 1.1rem, 1rem);
    --font-size-s: clamp(1.3rem, 0.1vw + 1.2rem, 1.4rem);
    --font-size-m: clamp(1.6rem, 0.3vw + 1.4rem, 1.7rem);
    --font-size-l: clamp(1.8rem, 0.5vw + 1.6rem, 2rem);
    --font-size-xl: clamp(2.2rem, 0.7vw + 1.8rem, 2.5rem);
    --font-size-xxl: clamp(2.7rem, 1.1vw + 2.1rem, 3.2rem);
    --font-size-xxxl: clamp(3.2rem, 1.6vw + 2.3rem, 3.9rem);
  }
}

@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-xs: 1rem;
    --font-size-s: 1.3rem;
    --font-size-m: 1.6rem;
    --font-size-l: 1.8rem;
    --font-size-xl: 2.2rem;
    --font-size-xxl: 2.7rem;
    --font-size-xxxl: 3.2rem;
  }
  @media screen and (min-width: 1000px) {
    :root {
      --font-size-xs: 1rem;
      --font-size-s: 1.4rem;
      --font-size-m: 1.7rem;
      --font-size-l: 2rem;
      --font-size-xl: 2.5rem;
      --font-size-xxl: 3.2rem;
      --font-size-xxxl: 3.9rem;
    }
  }
}

.font-size-xs{ font-size: var(--font-size-xs);}
.font-size-s{ font-size: var(--font-size-s);}
.font-size-m{ font-size: var(--font-size-m);}
.font-size-l{ font-size: var(--font-size-l);}
.font-size-xl{ font-size: var(--font-size-xl);}
.font-size-xxl{ font-size: var(--font-size-xxl);}
.font-size-xxxl{ font-size: var(--font-size-xxxl);}

body {
	display: block;
	background-color: #fff;
	color: #333;
	text-align: left;
	font-size: 1.4rem;
	font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	cursor: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #00aeef;
	text-decoration: none;
	cursor: pointer;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	font-family: Meiryo,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,sans-serif;
	font-weight: 300;
}

a:visited { color: #00aeef;}
a:hover { color: #00aeef;}
a:focus,
a:active { color: #00aeef;}

em,address { font-style: normal;}

hr { display: none;}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border: none;
	background: transparent;
	vertical-align: bottom;
}

*:focus { outline: none;}

select option { padding: 0;}
label { cursor: pointer;}
strong{ font-weight: bold;}

input,
select{
	position: relative;
	padding: 0.5em 0.4em;
	width: 100%;
	display: block;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 0.2em;
	box-sizing: border-box;
	font-size: 1.6rem;
}

select{
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	position: relative;
}

select::-ms-expand { display: none;}

select:after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	display: block;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	transform: rotate(45deg);
	content: "";
	pointer-events: none;
	z-index: 100;
}

.radio{ display: none;}

.radio + label{
	position:relative;
	margin: 0 2em 0 0;
	padding: 0 0 0 1.5em;
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
}

.radio + label:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	display: block;
	border: 1px solid #999;
	border-radius: 50%;
	content: "";
}

.radio:checked + label{
	color: #207fdc;
	font-weight: bold;
}

.radio:checked + label:after{
	position: absolute;
	top: 0;
	left: 3px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	display: block;
	background: #207fdc;
	border-radius: 50%;
	content: "";
}

.checkbox {display: none;}

.checkbox + label{
	position:relative;
	margin: 0 2em 0 0;
	padding: 0 0 0 1.5em;
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
}

.checkbox + label:before{
	position: absolute;
	top: 0;
	left: 0;

	margin: auto;
	width: 14px;
	height: 14px;
	display: block;
	border: 1px solid #999;
	border-radius: 0.2em;
	content: "";
}

.checkbox:checked + label{
	color: #207fdc;
	font-weight: bold;
}

.checkbox:checked + label:after{
	position: absolute;
	top: 0;
	left: 0.3rem;
	width: 1.1rem;
	height: 0.6rem;
	display: block;
	border-left: 0.4rem solid #00aeef;
	border-bottom: 0.4rem solid #00aeef;
	transform: rotate( -45deg );
	content: "";
}

.form-table textarea{
	position: relative;
	margin: 0;
	padding: 0.6em;
	width: 100%;
	height:8.7em;
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0.4em;
	border: 1px solid #ccc;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}

@media screen and (min-width: 769px) {

	a { transition: all 300ms 0s ease; }
	a:hover { opacity: .6; }
}

em { font-style: normal;}

hr { display: none;}

embed, object {
	outline: 0;
	vertical-align: bottom;
}

sup {
	vertical-align: super;
	font-size: 70%;
}

sub {
	vertical-align: baseline;
	font-size: 70%;
}

fieldset {
	border: 1px solid #dddddd;
	margin: 0 0 15px;
	padding: 10px;
}

/******************************************************************** clearfix
*/
#container,
.clearfix {
	overflow: hidden;
}

/******************************************************************** utilities
*/
.aL {
	text-align: left;
}

.aC {
	text-align: center;
}

.aR {
	text-align: right;
}

.fR {
	float: right;
}

.fL {
	float: left;
}

.clr {
	float: none;
	clear: both;
}

.temp-notes {
	font-size: 120%;
	color: #c00;
	font-weight: bold;
	background: #f8f8f8;
	margin: 1em;
	padding: 1em;
}

.sp_br {
	display: inline;
}

.sp_blind {
	display: none;
}

.pc_br {
	display: none;
}

.pc_blind {
	display: block;
}


.button{
	position: relative;
	margin: auto;
	padding: 0;
	width: 80%;
	max-width: 30em;
}

.button.size-l{
	width: 90%;
	max-width: 30em;
}

.button.charity{
	width: 100%;
	max-width: 40em;
}

.button a{
	position: relative;
	margin: 0;
	padding: 0.6em;
	display: block;
	border-radius: 2em;
	background: rgb(0,174,239);
	background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	cursor: pointer;
}

.button a:before{
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	background: url(/common/img/icon_arrow_w.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

.button.green a{
	background: rgb(0,189,120);
	background: linear-gradient(180deg, rgba(0,189,120,1) 0%, rgba(0,169,100,1) 100%);
}

.button.purple a{
	background: rgb(166,77,255);
	background: linear-gradient(180deg, rgba(206,158,255,1) 0%, rgba(166,77,255,1) 100%);
}

.button.orange a{
	background: rgb(233,137,1);
	background: linear-gradient(180deg, rgba(240,181,78,1) 0%, rgba(233,137,1,1) 100%);
}

.button.no-link a {
	background: rgb(177, 177, 177);
	background: linear-gradient(180deg, rgba(177, 177, 177, 1) 0%, rgba(137, 137, 137, 1) 100%);
	pointer-events: none
}



.button.charity a:before{
	position: absolute;
	top: inherit;
	left: -0.5em;
	bottom: -1.5em;
	width: 11rem;
	height: 11rem;
	margin: 0 auto;
	display: block;
	background: url("/common/img/angel.svg") center center no-repeat;
	background-size: contain;
	content:"";
}

.button.charity a:after{
	position: absolute;
	top: 0;
	right: 0.5em;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	background: url(/common/img/icon_arrow_w.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

.button.charity01 a:before{
	position: absolute;
	top: inherit;
	left: -0.5em;
	bottom: -1.3em;
	width: 9rem;
	height: 9rem;
	margin: 0 auto;
	display: block;
	background: url("/img/charity/jhdac_blue.svg") center center no-repeat;
	background-size: contain;
	content:"";
}

.button.charity01 a:after{
	position: absolute;
	top: 0;
	right: 0.5em;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	background: url(/common/img/icon_arrow_w.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

.button.charity02 a:before{
	position: absolute;
	top: inherit;
	left: -0.5em;
	bottom: -1.3em;
	width: 9rem;
	height: 9rem;
	margin: 0 auto;
	display: block;
	background: url("/img/charity/kifu_button.svg") center center no-repeat;
	background-size: contain;
	content:"";
}

.button.charity02 a:after{
	position: absolute;
	top: 0;
	right: 0.5em;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	background: url(/common/img/icon_arrow_w.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

.size-m a,
.size-m button{
	position: relative;
	margin: auto;
	padding: 0.8em 1em;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.size-l a,
.size-l button{
	position: relative;
	margin: auto;
	padding: 0.8em 1em;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.button.charity a{
	padding: 0.8em 1em;
	font-size: 1.8rem;
	text-align: center;
}


@media screen and (max-width: 580px), print {


.button.charity a:before{
	width: 8rem;
	height: 8rem;
}

.button.charity a{
	padding: 0.8em 1em;
	font-size: 1.6rem;
	text-align: center;
}
    
.button.charity01 a:before{
	width: 7.5rem;
	height: 7.5rem;
	left: -0.5em;
	bottom: -0.9em;
}
    
.button.charity02 a:before{
	width: 7.5rem;
	height: 7.5rem;
	left: -0.5em;
	bottom: -0.9em;
}

}/* 580 */

@media screen and (min-width: 769px) {
	.sp_br {
		display: none;
	}

	.sp_blind {
		display: block;
	}

	.pc_br {
		display: inline;
	}

	.pc_blind {
		display: none;
	}

.button.charity a{
	padding: 0.8em 1em 0.8em 11rem;
	font-size: 1.8rem;
	text-align: left;
}
    
.button.charity01 a:before{
	width: 7rem;
	height: 7rem;
	left: -0.5em;
	bottom: -0.8em;
}
    
.button.charity02 a:before{
	width: 7rem;
	height: 7rem;
	left: -0.5em;
	bottom: -0.8em;
}

}


.mypage.login {
  margin: 2rem auto 0 auto;
  padding: 1.2em 8% 1.2em 8%;
  width: 94%;
  max-width: 800px;
  background: #dbf4ff;
  border-radius: 0.5em;
  box-sizing: border-box;
}

.mypage p {
  width:100%;
  text-align: left;
  line-height:1.6;
}

.mypage div {
  display: inline-block;
  width: 160px;
  margin: 1em auto 0 auto;
}

.mypage a {
  display: block;
  width: 100%;
  padding:0.7em 0 0.8em 0;
  color: #fff;
  background: linear-gradient(0deg, rgba(0,181,233,1) 0%, rgba(0,194,235,1) 100%);
  border-radius:3em;
  transition: 0.4s ease-in-out;
}



@media screen and (min-width:768px) {

.mypage a:hover {
  opacity: 0.8;
}

}


@media screen and (min-width:1000px) {

.mypage.login {
    letter-spacing: -.4em;
  }

.mypage p {
    display: inline-block;
    width:-webkit-calc(100% - 160px);
    width:calc(100% - 160px);
    vertical-align: middle;
    letter-spacing: normal;
  }

.mypage div {
    display: inline-block;
    margin:0 0 0 0;
    vertical-align: middle;
    letter-spacing: normal;
  }

}



/******************************************************************** structure
*/
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

header,
#container {
	width: 100%;
}

#container {
	margin: 0 auto;
	text-align: left;
}

#contents {
	position: relative;
}

footer {
	clear: both;
}


@page {
	margin: 20px;
}
/*印刷プレビュー時の上下左右の余白*/
/******************************************************************** header
*/
header {
	position: relative;
	padding: 3.6rem 0 0;
	display: block;
}

.simple header { padding: 0;}


header .simple-head-copy {
	margin: auto;
	padding: 1em 0;
	width: 94%;
	font-size: 1.3rem;
	line-height: 1.6;
}

header .simple-head-copy .catch{ display: block;}
header .simple-head-copy .catch-pc{ display: none;}


header .head-inner {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding: 0.5em 0 0;
	display: block;
}

header .head-inner .jhdac_logo {
	margin: auto;
	padding: 0;
	width: 68%;
	max-width: 200px;
	display: block;
	text-align: center;
}
header .head-inner .jhdac_logo img {
	margin: auto;
	display: block;
}
header .head-inner p.text {
	display: none;
}
header .head-inner #trancelate {
	margin-top: 1em;
	width: 100%;
	background: #e6f8ff;
	text-align: center;
}
header .head-inner #trancelate #trancelate-menu {
	padding: 0;
	color: #00aeef;
	text-align: center;
	line-height: 2.5em;
}

header .head-inner #trancelate #trancelate-menu .arrow-s{ padding: 0 1.8rem; font-weight: bold;}

header .head-inner #trancelate #trancelate-menu .arrow-s:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	transform: rotate( 90deg );
	content: "";
}

header .head-inner #trancelate .trancelate-box {
	display: none;
	padding: 0 0.5em 0.5em;
}
header .head-inner #trancelate h3 {
	color: #00aeef;
	font-size: 1.4rem;
}
header .head-inner #trancelate p {
	padding: 5px 0 0;
}
header .head-inner #trancelate p.link {
	width: 200px;
	margin: 0 auto;
}
header .head-inner #trancelate p.link a {
	position: relative;
	display: block;
	background: -moz-linear-gradient(top, #89dcfb 0%, #00aeef 100%);
	background: -webkit-linear-gradient(top, #89dcfb 0%, #00aeef 100%);
	background: linear-gradient(to bottom, #89dcfb 0%, #00aeef 100%);
	border-radius: 2em;
	text-decoration: none;
	color: #fff;
	line-height: 2em;
}

header .head-inner #trancelate p.link .arrow-s { padding-left: 0;}
header .head-inner #trancelate p.link .arrow-s:before { left: 0.5em;}

header select{ height: 3.4rem;}

header .jhdc-achievement,
header .head-achievement{ display: none;}

header .head-inner #trancelate .trancelate-box span img{ width: auto; max-width: inherit;}



@media screen and (min-width: 769px), print {

header .head-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 1em 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .head-inner .jhdac_logo { margin: 0; padding: 0; width: 300px; max-width: 100%; display: block;}

header .head-inner .jhdac_logo img{ padding-left: 1em;}

header .head-achievement {
	position: relative;
	margin: 0;
	padding: 0 1em 0 0;
	width: calc(100% - 380px);
	max-width: 420px;
	display: block;
}

header .head-achievement em{
	position: relative;
	margin: 0;
	padding: 0 0.5em 0 0;
	display: block;
	font-size: 1.4rem;
	text-align: left;
}

header .head-achievement em:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: calc(100% - 7.5em);
	height: 0.5em;
	display: block;
	background: url(/common/img/dott.svg) center center repeat-x;
	background-size: 4px 2px;
	opacity: 0.5;
	content: "";
}

header .head-achievement ul{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

header .head-achievement ul li{
	position: relative;
	margin: 0;
	padding: 0;
	width: 31%;
	display: block;
}

header .head-achievement ul li:last-child{ width: 32.5%;}

header .head-achievement dl{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

header .head-achievement dl:before{
	position: absolute;
	bottom: 0.3rem;
	left: 0;
	margin: 0;
	padding: 0;
	width: 5.6rem;
	height: 5.6rem;
	display: block;
	content: "";
	z-index: 100;
}

header .head-achievement ul li:nth-child(1) dl:before{ background: url(/img/home/image_performance_01.svg) center center no-repeat; background-size: contain;}
header .head-achievement ul li:nth-child(2) dl:before{ background: url(/img/home/image_performance_02.svg) center center no-repeat; background-size: contain;}
header .head-achievement ul li:nth-child(3) dl:before{ width: 5.2rem; height: 5.2rem; background: url(/img/home/image_performance_03.svg) center center no-repeat; background-size: contain;}

header .head-achievement dt{
	position: relative;
	margin: 0;
	padding: 0 0 0.5em 6rem;
	width: 100%;
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	white-space: nowrap;
}



.friendly header .head-achievement dt{
	font-size: 1.1rem;
	letter-spacing: -0.05em;
}

header .head-achievement dt:after{
	position: absolute;
	right: 0;
	bottom: -0.1em;
	margin: auto;
	padding: 0;
	width: calc(100% - 6rem);
	height: 0.5em;
	display: block;
	background: url(/common/img/dott.svg) center center repeat-x;
	background-size: 4px 2px;
	opacity: 0.5;
	content: "";
}

header .head-achievement dd{
	position: relative;
	margin: 0;
	padding: 0.3em 0.3em 0.3em 6rem;
	width: 100%;
	display: block;
	color: #00aeef;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

header .head-achievement dd strong{
	padding-right: 0.2rem;
	color: #00aeef;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: -0.03em;
}


header .jhdc-achievement {
	position: relative;
	margin: 0;
	padding: 0;
	width: calc(100% - 400px);
	max-width: 400px;
	display: block;
}

header .jhdc-achievement em{
	margin: 0;
	padding: 0 0 0.5em;
	color: #00aeef;
	font-size: 1.4rem;
	text-align: left;
}

header .jhdc-achievement dl{
	position: relative;
	margin: 0;
	padding: 0.1em 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(/common/img/dott.svg) center center repeat-x;
	background-size: 4px 2px;
	font-size: 1.3rem;
	line-height: 1.4;
}



header .jhdc-achievement dt{
	position: relative;
	margin: 0;
	padding: 0 0.5em 0 0;
	background-color: #fff;
	white-space: nowrap;
	z-index: 10;
}

header .jhdc-achievement dd{
	position: relative;
	margin: 0;
	padding: 0 1em 0 0.5em;
	background-color: #fff;
	color: #00aeef;
	font-weight: bold;
	z-index: 10;
}

header .jhdc-achievement dd strong{ font-size: 1.8rem;}

}/* End min 769 */


@media screen and (min-width: 1000px), print {

header .head-inner {
	position: relative;
	padding: 1em 0;
	max-width: 1000px;
}

header .head-inner .jhdac_logo { padding: 0;}
header .head-inner .jhdac_logo img{ padding-left: 0;}

header .head-inner #trancelate {
	position: relative;
	border-radius: 0.6em;
	width: 240px;
	margin-top: inherit;
	padding: 10px 0 0;
}

header .head-inner #trancelate #trancelate-menu { display: none;}
header .head-inner #trancelate .trancelate-box { height: 13rem; display: block !important;}


header .head-achievement {
	position: relative;
	margin: 0;
	padding: 0;
	width: calc(100% - 380px);
	max-width: 420px;
}


header .jhdc-achievement {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: calc(100% - 580px);
	display: block;
}


}/* End min 1000 */


@media screen and (min-width: 769px), print {

header {
	position: relative;
	padding: 5.5rem 0 0;
	display: block;
}


	header:after {
		position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	display: block;
	box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.1);
	content: "";
	z-index: -1;
	}

	.simple header:after { display: none; }


	header .simple-head-copy {
	margin: 0;
	padding: 1em 0em 1em 2em;
	flex: 1;
		text-align: left;
		font-size: 1.4rem;
	line-height: 1.8;
	}

header .simple-head-copy .catch{ display: none;}
header .simple-head-copy .catch-pc{ display: block; align-self: center;}

}


/******************************************************************** gNavi
*/
#gnaviOpen {
	position: fixed;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background-color: #00aeef;
	cursor: pointer;
	box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.1);
	z-index: 500;
}
#gnaviOpen span {
	position: absolute;
	left: 8px;
	width: 20px;
	height: 2px;
	background-color: #fff;
}
#gnaviOpen .open1 { top: 10px;}
#gnaviOpen .open2 { top: 17px;}
#gnaviOpen .open3 { top: 24px;}




@media screen and (min-width: 769px), print {
	#gnaviOpen {
		width: 75px;
		height: 55px;
	}
	#gnaviOpen span {
		left: 22px;
		width: 30px;
		height: 3px;
	}
	#gnaviOpen .open1 { top: 16px;}
	#gnaviOpen .open2 { top: 27px;}
	#gnaviOpen .open3 { top: 37px;}
}



#gNavi {
	position: fixed;
	top: 0;
	right: -110%;
	box-sizing: border-box;
	background: #fff;
	border-left: 1px solid #00aeef;
	width: calc(100% + 1.6rem);
	height: 100vh;
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
	-webkit-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
#gNavi.gnavi-active { right: -1.6rem;}

#gNavi dl {
	padding: 1.5em 1em 1em;
	margin: 0;
}

#gNavi dl a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#gNavi dl dt {
	border: 1px solid #fff;
	border-radius: 2em;
	margin-bottom: 2%;
	font-size: 1.6rem;
	text-align: center;
}

#gNavi dl dt a {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-weight: bold;
	line-height: 2em;
}

#gNavi dl dt a.arrow-l{ padding-left: 3rem;}

#gNavi dl dt a.arrow-l:before { left: 0.5em;}

#gNavi dl dd { padding-top: 2%;}

#gNavi dl dd a {
	margin-left: 0.5em;
	line-height: 2em;
}

#gNavi #gnaviClose {
	padding: 0 5%;
	line-height: 3.5em;
	cursor: pointer;
}

#gNavi #gnaviClose:first-letter { color: #c00; font-size: 2rem; font-weight: bold;}

#gNavi #navBox1 {
	background: #00aeef;
	border-bottom: 1px solid #fff;
}
#gNavi #navBox2 {
	background: #ff9d3c;
	border-bottom: 1px solid #fff;
	margin: 0;
}
#gNavi #navBox2 li { padding-top: 2%;}

#gNavi #navBox2 li a {
	display: block;
	line-height: 2em;
	color: #fff;
	text-decoration: none;
}

#gNavi #navBox3 {
	background: #00bd78;
	border-bottom: 1px solid #fff;
}

#gNavi #navBox4 {
	background: #fff7f0;
	padding: 5% 5% 10%;
	margin: 0;
}

#gNavi #navBox4 li { padding-top: 2%;}

#gNavi #navBox4 li a {
	display: block;
	line-height: 2em;
	color: #333;
	text-decoration: none;
}

#gNavi #navBox1,
#gNavi #navBox2,
#gNavi #navBox3,
#gNavi #navBox4 { padding-right: 2em;}

.browsing-support{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 36px;
	display: none;
}

.browsing-support-on header h1 span{ display: none;}
.browsing-support-on .browsing-support{ display: block;}

header .title-trigger{
	position: relative;
	margin: 0;
	padding: 0 0 0 2.5em;
	display: block;
	font-size: 1.5rem;
	line-height: 36px;
}

header .title-trigger:before{
	position: absolute;
	top: 0;
	left: 0.5em;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	background: url(/common/img/icon_clover.svg) center center no-repeat;
	background-size: contain;
	transform: rotate( -45deg );
	transition: 0.3s ease-in-out;
	content: "";
}

header .title-trigger.active:before{ transform: rotate( 90deg );}


header .title-trigger:after{
	position: absolute;
	top: 0;
	left: 7.5em;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
	transform: rotate( 90deg );
	transition: 0.3s ease-in-out;
	content: "";
}

.friendly header .title-trigger:after{ left: 10.5em;}

header .title-trigger.active:after{ transform: rotate( -90deg );}


header .hide-menu{
	position: absolute;
	top: 36px;
	left: 0;
	padding: 0.5em;
	width: 100%;
	display: none;
	z-index: 900;
	background-color: #f1f1f1;
}

header .hide-menu .browsing-support-menu{
	margin: 0;
	padding: 2em 1em;

	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;

	background-color: #fff;
}

header .hide-menu .browsing-support-menu li{
	margin: 0 0 1em;
	padding: 0 0 1em;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.browsing-support-menu dl{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.browsing-support-menu dt{
	margin: 0;
	padding: 0 0.5rem 0 0;
	width: 6em;
}

.browsing-support-menu dl dd{ margin: 0 0.1em; width: 3.6em;}

.browsing-support-menu dl dd .h-radio{ display: none;}

.browsing-support-menu dl dd .h-radio + label{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 3rem;
	display: block;
	overflow: hidden;
	border-radius: 0.4em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #f1f1f1;
	font-size: 1.2rem;
	line-height: 3rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 1;
}

.browsing-support-menu dl .hbs-bg-01 .h-radio + label{ border: 1px solid #ccc; background-color: #f1f1f1;}
.browsing-support-menu dl .hbs-bg-02 .h-radio + label{ border: 1px solid #fff; background-color: #000cff; color: #fffc00;}
.browsing-support-menu dl .hbs-bg-03 .h-radio + label{ border: 1px solid #fff; background-color: #fffc00; color: #000cff;}
.browsing-support-menu dl .hbs-bg-04 .h-radio + label{ border: 1px solid #fff; background-color: #000; color: #fff;}

.browsing-support-menu dl .hbs-font-01 .h-radio:checked + label,
.browsing-support-menu dl .hbs-font-02 .h-radio:checked + label{ border: 1px solid #00aeef; background-color: #fff;}

.browsing-support-menu dl .hbs-font-01 .h-radio:checked + label:before,
.browsing-support-menu dl .hbs-font-02 .h-radio:checked + label:before{
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	width: 0.7rem;
	height: 0.4rem;
	display: block;
	border-left: 3px solid #00aeef;
	border-bottom: 3px solid #00aeef;
	transform: rotate( -45deg );
	content: "";
}

.browsing-support-menu dl .hbs-bg-01 .h-radio:checked + label{ border: 1px solid #00aeef; background-color: #fff;}
.browsing-support-menu dl .hbs-bg-02 .h-radio:checked + label{ border: 1px solid #fff; background-color: #000cff; color: #fffc00;}
.browsing-support-menu dl .hbs-bg-03 .h-radio:checked + label{ border: 1px solid #fff; background-color: #fffc00; color: #000cff;}
.browsing-support-menu dl .hbs-bg-04 .h-radio:checked + label{ border: 1px solid #fff; background-color: #000; color: #fff;}

.browsing-support-menu dl .hbs-bg-01 .h-radio:checked + label:before,
.browsing-support-menu dl .hbs-bg-02 .h-radio:checked + label:before,
.browsing-support-menu dl .hbs-bg-03 .h-radio:checked + label:before,
.browsing-support-menu dl .hbs-bg-04 .h-radio:checked + label:before{
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	width: 0.7rem;
	height: 0.4rem;
	display: block;
	transform: rotate( -45deg );
	content: "";
}

.browsing-support-menu dl .hbs-bg-01 .h-radio:checked + label:before{ border-left: 3px solid #00aeef; border-bottom: 3px solid #00aeef;}
.browsing-support-menu dl .hbs-bg-02 .h-radio:checked + label:before{ border-left: 3px solid #fffc00; border-bottom: 3px solid #fffc00;}
.browsing-support-menu dl .hbs-bg-03 .h-radio:checked + label:before{ border-left: 3px solid #000cff; border-bottom: 3px solid #000cff;}
.browsing-support-menu dl .hbs-bg-04 .h-radio:checked + label:before{ border-left: 3px solid #fff; border-bottom: 3px solid #fff;}

header .hide-menu .browsing-support-menu li a{
	position: relative;
	margin: 0;
	padding: 0 0 0 1em;
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
}


@media screen and (max-width: 480px) {

#gNavi #navBox1,
#gNavi #navBox2,
#gNavi #navBox3,
#gNavi #navBox4 { padding-right: 2em;}

#gNavi dl dt { font-size: 1.5rem;}

}/* 480 */


@media screen and (min-width: 769px), print {
#gNavi {
	width: 50%;
	max-width: 500px;
}

#gNavi #navBox1,
#gNavi #navBox2,
#gNavi #navBox3,
#gNavi #navBox4 { padding: 2em 1em 2em 1em;}

#gNavi dl dt,
#gNavi dl dd,
#gNavi #gnaviClose,
#gNavi #navBox2 li,
#gNavi #navBox4 li{ font-size: 1.6rem;}

header .title-trigger{ line-height: 55px;}

header .hide-menu{
	position: absolute;
	top: 55px;
}

}/* End 769 */




@media screen and (min-width: 920px), print {

.browsing-support{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 96%;
	max-width: 1000px;
	height: 55px;
	display: none;
}


.browsing-support-on header h1 span{ display: none;}
.browsing-support-on .browsing-support{ display: block;}

header .title-trigger{ display: none;}
header .hide-menu.active{ display: none;}

header .hide-menu{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	 display: block !important;
	z-index: 200;
	background-color: #fff;
}

header .hide-menu .browsing-support-menu{
	margin: 0;
	padding: 0;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
}

header .hide-menu .browsing-support-menu li{
	margin: 0;
	padding: 0 1em 0 0;
	width: auto;
	border-bottom: none;
}

.browsing-support-menu dl{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.browsing-support-menu dt{
	margin: 0;
	padding: 0 0.5rem 0 0;
	width: auto;
}

.browsing-support-menu dl dd{ margin: 0 0.1em; width: 3.6em;}

.browsing-support-menu dl dd .h-radio{ display: none;}

.browsing-support-menu dl dd .h-radio + label{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 3rem;
	display: block;
	overflow: hidden;
	border-radius: 0.4em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: #f1f1f1;
	font-size: 1.2rem;
	line-height: 3rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 1;
}

.browsing-support-menu dl .hbs-bg-01 .h-radio + label{ border: 1px solid #ccc; background-color: #f1f1f1;}
.browsing-support-menu dl .hbs-bg-02 .h-radio + label{ border: 1px solid #fff; background-color: #000cff; color: #fffc00;}
.browsing-support-menu dl .hbs-bg-03 .h-radio + label{ border: 1px solid #fff; background-color: #fffc00; color: #000cff;}
.browsing-support-menu dl .hbs-bg-04 .h-radio + label{ border: 1px solid #fff; background-color: #000; color: #fff;}

.browsing-support-menu dl .hbs-font-01 .h-radio:checked + label,
.browsing-support-menu dl .hbs-font-02 .h-radio:checked + label{ border: 1px solid #00aeef; background-color: #fff;}

.browsing-support-menu dl .hbs-font-01 .h-radio:checked + label:before,
.browsing-support-menu dl .hbs-font-02 .h-radio:checked + label:before{
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	width: 0.7rem;
	height: 0.4rem;
	display: block;
	border-left: 3px solid #00aeef;
	border-bottom: 3px solid #00aeef;
	transform: rotate( -45deg );
	content: "";
}

.browsing-support-menu dl .hbs-bg-01 .h-radio:checked + label{ border: 1px solid #00aeef; background-color: #fff;}
.browsing-support-menu dl .hbs-bg-02 .h-radio:checked + label{ border: 1px solid #fff; background-color: #000cff; color: #fffc00;}
.browsing-support-menu dl .hbs-bg-03 .h-radio:checked + label{ border: 1px solid #fff; background-color: #fffc00; color: #000cff;}
.browsing-support-menu dl .hbs-bg-04 .h-radio:checked + label{ border: 1px solid #fff; background-color: #000; color: #fff;}

.browsing-support-menu dl .hbs-bg-01 .h-radio:checked + label:before,
.browsing-support-menu dl .hbs-bg-02 .h-radio:checked + label:before,
.browsing-support-menu dl .hbs-bg-03 .h-radio:checked + label:before,
.browsing-support-menu dl .hbs-bg-04 .h-radio:checked + label:before{
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	width: 0.7rem;
	height: 0.4rem;
	display: block;
	transform: rotate( -45deg );
	content: "";
}

.browsing-support-menu dl .hbs-bg-01 .h-radio:checked + label:before{ border-left: 3px solid #00aeef; border-bottom: 3px solid #00aeef;}
.browsing-support-menu dl .hbs-bg-02 .h-radio:checked + label:before{ border-left: 3px solid #fffc00; border-bottom: 3px solid #fffc00;}
.browsing-support-menu dl .hbs-bg-03 .h-radio:checked + label:before{ border-left: 3px solid #000cff; border-bottom: 3px solid #000cff;}
.browsing-support-menu dl .hbs-bg-04 .h-radio:checked + label:before{ border-left: 3px solid #fff; border-bottom: 3px solid #fff;}


header .hide-menu .browsing-support-menu li a{
	position: relative;
	margin: 0;
	padding: 0 0 0 1em;
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
}


}/* 920 */



/******************************************************************** container
*/

#container { padding: 0 0 0;}

#container.contents-wrap {
	border: 1px solid #00aeef;
	border-width: 1px 0;
}

.contents-intro {
	position: relative;
	margin: 3em auto;
	padding: 0;
	width: 94%;
	max-width: 900px;
}

.contents-section {
	position: relative;
	margin: auto;
	padding: 1em 0 3em;
	width: 94%;
	max-width: 1000px;
}

.contents-section-full {
	position: relative;
	margin: auto;
	padding: 1em 0 3em;
	width: 100%;
}

.contents-section .inner{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.contents-section-full .inner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 94%;
	max-width: 1000px;
}


.split{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.split.space-between{ justify-content: space-between;}

.split.align-items-top{ align-items: flex-start;}
.split.align-items-center{ align-items: center;}
.split.align-items-bottom{ align-items: flex-end;}

.split .full{ width: 100%;}
.split .size-70{ width: 70%;}
.split .size-60{ width: 60%;}
.split .size-50{ width: 50%;}
.split .size-40{ width: 40%;}
.split .size-30{ width: 30%;}

.split .split-3{ width: 33.333333333333333333333333333%;}
.split .split-4{ width: 25%;}
.split .split-5{ width: 20%;}


.split .bg-sample-01{ background-color: #e1fffe;}
.split .bg-sample-02{ background-color: #ffeeee;}



@media screen and (max-width: 640px) {

.split .sp-non-split.size-70,
.split .sp-non-split.size-60,
.split .sp-non-split.size-50,
.split .sp-non-split.size-40,
.split .sp-non-split.size-30{ width: 100%;}

.split .sp-non-split.pl-1,
.split .sp-non-split.pl-2,
.split .sp-non-split.pl-3,
.split .sp-non-split.pl-4{ padding-left: 0;}

.split .sp-non-split.pr-1,
.split .sp-non-split.pr-2,
.split .sp-non-split.pr-3,
.split .sp-non-split.pr-4{ padding-right: 0;}



.anchor .split-4{
	width: 50%;
	min-height: 4em;
}

.anchor li.arrow-s:before {
	top: 0;
	left: 0.5em;
	right: inherit;
	bottom: 0;
}

.anchor li a{ padding: 0.5em 0.5em;}


}/* 580 */





@media screen and (min-width: 769px), print {
	#container {
		padding: 0 0 0;
	}
}

/******************************************************************** footer
*/

footer {
	margin: 0 auto;
	padding: 2em 0;
}

footer .sns {
	padding: 0 0 1em;
	margin: 0;
	display: flex;
	justify-content: center;
}

footer .sns li {
	margin: 0.5em;
}

footer .foot-link {
	margin: 1em auto 2em;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

footer .foot-link li{
	margin: 0;
	padding: 0.3em 0 0.3em 1em;
	width: 50%;
	line-height: 1.4;
}

footer .foot-link li a{ padding: 0.2em 0; display: block;}

footer .cooperation{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

footer .cooperation li{
	margin: 0;
	padding: 0 1em 0 0;
	display: block;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: inherit;
}

footer .sns li a{
	margin: 0;
	padding: 4rem 0 0;
	width: 4rem;
	height: 0;
	display: block;
	overflow: hidden;
	line-height: 300;
}

footer .sns li.facebook a{
	background: url(/common/img/foot_icon_facebook.svg) center center no-repeat;
	background-size: contain;
}
footer .sns li.instagram a{
	background: url(/common/img/foot_icon_instagram.svg) center center no-repeat;
	background-size: contain;
}
footer .sns li.ameblo a{
	background: url(/common/img/icon_ameba.png) center center no-repeat #2b8c3b;
	background-size: 2.2rem auto;
	border-radius: 3em;
}
footer .sns li.youtube a{
	background: url(/common/img/foot_icon_youtube.svg) center center no-repeat;
	background-size: contain;
}
footer .sns li.twitter a{
	background: url(/common/img/foot_icon_twitter.svg) center center no-repeat;
	background-size: contain;
}


footer .foot-block {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

footer .foot-block .foot-image{
	margin: 0;
	padding: 0 1em;
	display: block;
}

footer .foot-block .copy{
	margin: 0;
	display: block;
}

footer .foot-block .copy small{
	margin: 0 0 0.5em;
	display: block;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: inherit;
}


/* FOOT PRINT */

.foot-print{
	position: relative;
	clear: both;
	margin: 0 auto 0;
	padding: 1em 0 0.5em;
	width: 100%;
	max-width: 1000px;
	z-index: 1;
}

.foot-print ul{
	position: relative;
	margin: auto;
	padding: 1.5em 0;
	width: 100%;
	border-top: 1px dotted #ccc;
	display: flex;
	z-index: 1;
}

.foot-print:before,
.foot-print:after {
	position: absolute;
	top: 2px;
	z-index: 2;
	width: 15px;
	height: 4em;
	content: "";
}

.foot-print:before { right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);}
.foot-print:after { left: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);}

.foot-print ul {
	overflow-x: scroll;
	-ms-overflow-style: none;    /* IE, Edge */
	scrollbar-width: none;       /* Firefox */
}

.foot-print ul::-webkit-scrollbar {  /* Chrome, Safari */
	display:none;
}

.foot-print ul li {
	position: relative;
	margin: 0 8px;
	font-size: 1.4rem;
	line-height: 1.4;
	white-space: nowrap;
}

.foot-print ul li:after{
	position: absolute;
	top: 50%;
	right: -0.8em;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	transform: rotate(45deg);
	content: "";
	pointer-events: none;
}

.foot-print ul li:last-child:after{ border: none;}


/* PAGE TOP */

.page-top{
	position: fixed;
	right: 2rem;
	left: auto;
	width: 4.4rem;
	height: 4.4rem;
	display: block;
	background-color:#00aeef;
	border-radius: 50%;
	overflow:hidden;
	outline:none;
	z-index: 800;
}

.items .page-top{ bottom: 70px !important;}

.page-top a span{
	position: relative;
	margin: auto;
	padding: 4.4rem 0 0;
	width: 4.4rem;
	height: 0;
	display:block;
	overflow: hidden;
	line-height: 300;
}

.page-top a span:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 2rem;
	height: 2rem;
	display: block;
	background: url(/common/img/icon_back_to_top.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

aside.more-info{
	position: relative;
	margin: 3em auto 0;
	padding: 1em 0;
	width: 94%;
	max-width: 1000px;
	display: block;
}

aside.more-info h2{
	position: relative;
	margin: 0 0 1.5em;
	padding: 0;
	color: #008fc2;
	font-size: 2rem;
	line-height: 1.4;

	text-align: center;
}

aside.more-info h2:before,
aside.more-info h2:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: calc(50% - 4.4em);
	height: 0.3rem;
	display: block;
	border-radius: 1em;
	background-color: #00aeef;
	content: "";
}

aside.more-info h2:before{ left: 0;}
aside.more-info h2:after{ right: 0;}


aside.more-info .aside-link{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

aside.more-info .aside-link li{
	position: relative;
	margin: 0 0 0.5em;
	width: 49%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 0.5em;
}

aside.more-info .aside-link a{
	padding: 0.5em;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	align-self: stretch;
	justify-content: space-between;
	background: #00aeef;
}

aside.more-info .aside-link .image-icon{
	position: relative;
	margin: 0;
	width: 6rem;
	display: block;
}

aside.more-info .aside-link .link{
	position: relative;
	margin: auto;
	padding: 0.5em;
	width: 100%;
	display: block;
	color: #fff;
	text-align: left;
}


@media screen and (max-width: 480px), print {

aside.more-info .aside-link li{ width: 100%;}

}/* 480 */

@media screen and (min-width: 769px), print {

footer .foot-link {
	margin: 1em auto 2em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer .foot-link li{
	margin: 0;
	padding: 0.2em 1em;
	width: inherit;
	border-right: 1px solid #999;
	line-height: 1.4;
}

footer .foot-link li:last-child{ border: none;}


/* PAGE TOP TAB */

.page-top{
	position: fixed;
	width: 6rem;
	height: 6rem;
}

.items .page-top{ bottom: 80px !important;}

.page-top a span{
	padding: 6rem 0 0;
	width: 6rem;
}

.page-top a span:before{
	width: 4rem;
	height: 4rem;
}

aside.more-info h2{ font-size: 2.4rem;}

aside.more-info .aside-link li{ width: 23.5%;}

aside.more-info .aside-link a{
	padding: 0 0 0.5em;
	display: block;
	align-self: stretch;
}

aside.more-info .aside-link .image-icon{
	position: relative;
	margin: 0.5em auto 0;
	width: 50%;
	min-width: 6rem;
}

aside.more-info .aside-link .link{
	padding: 0.5em 0;
	text-align: center;
}

}/* 769 */



/* ===================================================================
 contents
=================================================================== */

/* article */

.contents-title-block{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	align-items: center;
	z-index: 100;
}

.contents-title-block:after{
	position: absolute;
	top: 0;
	left: -40vw;
	right: 0;
	margin: 0;
	width: 180vw;
	height: 100%;
	display: block;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(230,248,255,1) 100%);
	content: "";
	z-index: -1;
}

.category-donor .contents-title-block:after{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(251,234,214,1) 100%);
}

.category-salon .contents-title-block:after{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(211,234,222,1) 100%);
}

.contents-title-block .title-and-copy{
	position: relative;
	margin: 0;
	padding: 0 1em 1em;
	display: block;
	order: 1;
	z-index: 100;
}

.contents-title-block .title-and-copy h1{
	position: relative;
	margin: 1em 0 0 0;
	padding: 0;
	color: #008fc2;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.4;
}

.contents-title-block .title-and-copy h1 em{
	position: relative;
	margin: 0 0 0.5em 0;
	display: block;
	font-size: 2rem;
}

.contents-title-block.no-image .title-and-copy h1,
.policy .contents-title-block .title-and-copy h1,
.form .contents-title-block .title-and-copy h1,
.sitemap .contents-title-block .title-and-copy h1,
.news .contents-title-block .title-and-copy h1{ margin: 0; padding: 1.5em 0 1em 0;}

.category-recipient .contents-title-block .title-and-copy h1,
.category-donor .contents-title-block .title-and-copy h1,
.category-salon .contents-title-block .title-and-copy h1{ padding: 0 0 0 4.5rem;}

.category-recipient .contents-title-block .title-and-copy h1:before,
.category-donor .contents-title-block .title-and-copy h1:before,
.category-salon .contents-title-block .title-and-copy h1:before{
	position: absolute;
	top: -0.4rem;
	left: 0;
	margin: 0;
	padding: 0;
	width: 3rem;
	height: 4.2rem;
	display: block;
	background: #00aeef;
	content: "";
}

.category-recipient .contents-title-block .title-and-copy h1:before{ background: #00aeef;}
.category-donor .contents-title-block .title-and-copy h1:before{ background: #ff9d3c;}
.category-salon .contents-title-block .title-and-copy h1:before{ background: #00bd78;}

.category-recipient .contents-title-block .title-and-copy h1:after,
.category-donor .contents-title-block .title-and-copy h1:after,
.category-salon .contents-title-block .title-and-copy h1:after{
	position: absolute;
	top: 2.9rem;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1.5rem 1rem 1.5rem;
	border-color: transparent transparent #ffffff transparent;
	content: "";
}

.contents-title-block .title-and-copy .lead-txt{
	margin: 0.5em 0 1em;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.contents-title-block .main-image{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em 0 0;
	width: 20%;
	min-width: 200px;
	display: block;
	opacity: 0.3;
	order: 2;
	z-index: 1;
}

/* section */

.section-title {
	position: relative;
	margin: 1.5em 0 1.5em 6px;
	padding: 0.6em 0.4em;
	width: calc(100% - 6px);
	display: block;
	border-radius: 0.2em;
	background: url(/common/img/bg_title.svg) right center no-repeat #e6f8ff;
	background-size: contain;
	color: #008fc2;
	font-size: 2.5rem;
	line-height: 1.4;
	letter-spacing: inherit;
}

.section-title:before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
	border-radius: 0.2em;
	border: 1px solid #00aeef;
	content: '';
}

.section-sub-title-01 {
	position: relative;
	margin: 0 0 1em;
	padding: 0.3em 0 0.3em 2rem;
	width: 100%;
	border-bottom: 1px dotted #999;
	color: #008fc2;
	font-size: 2rem;
	line-height: 1.4;
}

.section-sub-title-01:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 0.8rem;
	height: 70%;
	display: block;
	border-radius: 0.2em;
	background-color: #00aeef;
	content: "";
}

.section-sub-title-02 {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0.3em;
	width: 100%;
	border-bottom: 1px dotted #999;
	color: #008fc2;
	font-size: 2rem;
	line-height: 1.4;
}

.section-sub-title-03 {
	position: relative;
	margin: 0 auto 1em;
	padding: 0 4rem;
	display: inline-block;
	color: #333;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}

.section-sub-title-03:before,
.section-sub-title-03:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 3rem;
	height: 0.4rem;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	content: '';
}

.section-sub-title-03:before { left:0;}
.section-sub-title-03:after { right: 0;}




.section-sub-title-04 {
	position: relative;
	margin: 0 auto -0.5em;
	padding: 0.8em;
	width: 94%;
	display: block;
	border-radius: 0.4em 0.4em 0 0;
	background-color: #00aeef;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	z-index: 100;
}

.section-sub-title-04.bg-purple { background-color: #a64dff;}









.text-align-center{ text-align: center;}

.text-align-right{ 
    font-size: 1.6rem;
    text-align: right;
}

.inner .lead-txt {
	margin: 0;
	padding: 0 0 1.5em 0;
	font-size: 1.8rem;
	line-height: 1.6;
}

.inner .txt {
	padding: 0 0 1.5em 0;
	font-size: 1.6rem;
	line-height: 1.6;
}

.inner .list-ul li{
	margin: 0 0 0 2em;
	padding: 0 0 0.5em 0;
	list-style-type: disc;
	font-size: 1.6rem;
	line-height: 1.6;
}

.inner .list-ul li.red{
	color: #c00;
}

.inner .info-block.border-blue .list-ul li .red,
.inner .bg-gray.border-gray .list-ul li .red{
	padding: 0.1em 0.5em;
	background-color: #c00;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.inner .list-ol li{
	margin: 0 0 0 2em;
	padding: 0 0 0.5em 0;
	list-style-type: decimal;
	font-size: 1.6rem;
	line-height: 1.6;
}

.inner .list-ol-none li{
	margin: 0 0 0 2em;
	padding: 0 0 0.3em 0.2em;
	list-style-type: none;
	font-size: 1.5rem;
	line-height: 1.5;
}

.inner .list-ol-none li{
	margin: 0 0 0 2em;
	padding: 0 0 0.3em 0.2em;
	list-style-type: none;
	font-size: 1.4rem;
	line-height: 1.4;
}

.inner .info-dl{
	padding: 0 0 1em;
	font-size: 1.6rem;
	line-height: 1.6;
}

.inner .info-dl dt{
	padding: 0 0 0.5em;
	font-weight: bold;
}

.inner .info-dl dd{
	padding: 0 0 1em;
}

.inner .info-block {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	width: 94%;
	border-radius: 0.4em;
}

.inner .info-block.bg-gray,
.inner .inner-block.bg-gray{ background-color: #f1f1f1;}
.inner .info-block.bg-blue,
.inner .inner-block.bg-blue{ background-color: #e6f8ff;}
.inner .info-block.bg-red,
.inner .inner-block.bg-red{ background-color: #ffeaec;}
.inner .info-block.bg-yellow,
.inner .inner-block.bg-yellow{ background-color: #fffeea;}
.inner .info-block.bg-pink,
.inner .inner-block.bg-pink{ background-color: #fff2f3;}

.inner .info-block.border-gray,
.inner .inner-block.border-gray { border: 1px solid  #ccc;}
.inner .info-block.border-blue,
.inner .inner-block.border-blue { border: 1px solid #00aeef;}
.inner .info-block.border-red,
.inner .inner-block.border-red { border: 1px solid #d32d26;}
.inner .info-block.border-green,
.inner .inner-block.border-green { border: 1px solid #00bd78;}

.inner .info-block.border-purple,
.inner .inner-block.border-purple { border: 1px solid #a64dff;}
.inner .info-block.border-yellow,
.inner .inner-block.border-yellow { border: 1px solid #fffcb1;}

.inner .info-block.border-deepblue,
.inner .inner-block.border-deepblue { border: 1px solid #001ad9;}

.inner .info-block.border-pink,
.inner .inner-block.border-pink { border: 1px solid #f00090;}

.inner .info-block.ribbon,
.inner .inner-block.ribbon{ padding: 2em;}

.inner .info-block.ribbon:before,
.inner .inner-block.ribbon:before,
.inner .info-block.ribbon:after,
.inner .inner-block.ribbon:after{
	position: absolute;
	margin: auto;
	padding: 0;
	width: 6rem;
	height: 6rem;
	display: block;
	background: url(/common/img/ribbon.svg) center center no-repeat;
	background-size: contain;
	content: "";
	z-index: 10;
}

.inner .info-block.ribbon:before,
.inner .inner-block.ribbon:before{ top: -0.6rem; left: -0.6rem;}
.inner .info-block.ribbon:after,
.inner .inner-block.ribbon:after{ right: -0.6rem; bottom: -0.6rem; transform: scale(-1, -1);}


.inner .inner-block {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	width: 100%;
}

/* notice */

.notice-txt,
.notice-list li{
	position: relative;
	margin: 0 0 1em 1.5em;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
}

.notice-list li{ margin: 0 0 0.5em 1.5em;}

.notice-txt:before,
.notice-list li:before{
	position: absolute;
	top: 0;
	left: -1.5em;
	padding: 0;
	color: #f30;
	font-size: 1.6rem;
	line-height: 1.4;
	content: "※";
}

.notice-txt.caution,
.notice-list.caution li{ color: #f30;}

.notice-txt.caution.font-m,
.notice-list.caution.font-m li {font-size: 1.3rem;}


/* PDF LIST */

.pdf-list li{
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 2.5rem;
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
}

.pdf-list li:before {
	position: absolute;
	top: 0;
	left: -0.1rem;
	margin: auto;
	width: 2rem;
	height: 2rem;
	display: block;
	background: url(/common/img/icon_pdf.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

.orange-point li{
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 2.5rem;
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
}

.orange-point li:before {
	position: absolute;
	top: 0;
	left: -0.1rem;
	margin: auto;
	width: 2rem;
	height: 2rem;
	display: block;
	background: url(/common/img/icon_circle_orange.svg) center center no-repeat;
	background-size: contain;
	content: "";
}


/* CHECK LIST */

.check-list li{
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 3rem;
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
}

.check-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	border-radius: 0.2em;
	border: 1px solid #ccc;
	content: "";
}

.check-list li:after{
	position: absolute;
	top: 0;
	left: 0.5rem;
	width: 1.2rem;
	height: 0.6rem;
	display: block;
	border-left: 0.3rem solid #00aeef; border-bottom: 0.3rem solid #00aeef;
	transform: rotate( -45deg );
	content: "";
}


/* anchor */

.anchor{
	position: relative;
	margin: auto;
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #00aeef;
}

.anchor ul{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.anchor ul li{
	position: relative;
	margin: 0;
	min-height: 4em;
	display: flex;
	align-items: center;
}

.anchor ul:after,
.anchor ul li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 80%;
	display: block;
	background-color: #fff;
	opacity: 0.5;
	content: "";
}

.anchor ul:after{
	left: inherit;
	right: 0;
}

.anchor ul li.arrow-s{ padding: 0;}

.anchor ul li.arrow-s:before {
	position: absolute;
	top: inherit;
	left: 0;
	right: 0;
	bottom: 0.5em;
	margin: auto;
	display: block;
	transform: rotate( 90deg );
	content: "";
}

.anchor ul li a{
	margin: auto;
	padding: 1em 0.5em 1.5em;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
}

.inner img{
	transition: ease-in-out 1.5s;
	transform: scale(0.5);
	opacity: 0;
}

.inner img.lazyloaded{
	transform: scale(1);
	opacity: 1;
}


/* MOVIE */

.movie-block {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.movie-block .player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* IMAGE */

.image{ margin: 0 auto; width: 100%; display: block;}

.sample .image{ background-color: #f1f1f1;}

.image.image-size-ss{ max-width: 80px;}
.image.image-size-s{ max-width: 148px;}
.image.image-size-sm { max-width: 300px;}
.image.image-size-m{ max-width: 400px;}
.image.image-size-l{ max-width: 600px;}
.image.image-size-ll{ max-width: 800px;}
.image.image-border {	border: 0.1rem solid #9f9f9f;}

@media screen and (max-width: 580px), print {

.svg-image-s{ margin: auto; width: 45%; display: block;}
.svg-image-m{ margin: auto; width: 75%; display: block;}


}/* End 580 */


/* SLIDER */

.image-slider {
	position: relative;
	width: 100%;
	max-width: 800px;
}

.image-slider .swiper-wrapper{ padding: 0 0 3em;}

.image-slider .swiper-button-prev:after,
.image-slider .swiper-button-next:after{ border: none; background-color: transparent;}




@media screen and (min-width: 769px), print {

/* article TAB */

.contents-title-block{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
}

.contents-title-block .title-and-copy{ order: 2;}

.contents-title-block .title-and-copy h1{
	position: relative;
	margin: 0.8em 0 0;
	padding: 0;
	font-size: 3.2rem;
}

.contents-title-block .title-and-copy h1 em{ font-size: 2.4rem;}

.category-recipient .contents-title-block .title-and-copy h1,
.category-donor .contents-title-block .title-and-copy h1,
.category-salon .contents-title-block .title-and-copy h1{ padding: 0 0 0 5rem;}

.category-recipient .contents-title-block .title-and-copy h1:before,
.category-donor .contents-title-block .title-and-copy h1:before,
.category-salon .contents-title-block .title-and-copy h1:before{
	position: absolute;
	top: -0.4rem;
	width: 3.4rem;
	height: 5rem;
}

.category-recipient .contents-title-block .title-and-copy h1:after,
.category-donor .contents-title-block .title-and-copy h1:after,
.category-salon .contents-title-block .title-and-copy h1:after{
	top: 3.6rem;
	border-width: 0 1.7rem 1rem 1.7rem;
}


.contents-title-block .title-and-copy .lead-txt{
	margin: 1em 0;
	font-size: 1.8rem;
}

.contents-title-block .main-image{
	position: relative;
	bottom: inherit;
	right: inherit;
	width: 20%;
	min-width: 200px;
	order: 2;
	opacity: 1;
	z-index: 1;
}

/* section TAB */


.section-title {
	margin: 1.5em 0 1.5em 8px;
	padding: 0.6em 0.6em;
	width: calc(100% - 8px);
	background: url(/common/img/bg_title.svg) right center no-repeat #e6f8ff;
	background-size: 25%;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}

.section-title:before {
	top: -8px;
	left: -8px;
}

.section-sub-title-01 { font-size: 2.2rem;}

.section-sub-title-02 { font-size: 1.8rem;}

.section-sub-title-03 { padding: 0 6rem;}

.section-sub-title-03:before,
.section-sub-title-03:after { width: 5rem;}


.inner .info-block {
	padding: 2.5em;
	width: 94%;
}

.inner .info-block.ribbon,
.inner .inner-block.ribbon{ padding: 2.5em;}

.inner .info-block.ribbon:before,
.inner .inner-block.ribbon:before,
.inner .info-block.ribbon:after,
.inner .inner-block.ribbon:after{
	width: 8rem;
	height: 8rem;
}


/* notice TAB */



/* anchor TAB */

.anchor{
	position: relative;
	margin: auto;
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #00aeef;
}

.anchor ul{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.anchor ul li{
	position: relative;
	margin: 0;

	display: flex;
	align-items: center;
}

.anchor ul:after,
.anchor ul li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 80%;
	display: block;
	background-color: #fff;
	opacity: 0.5;
	content: "";
}

.anchor ul:after{
	left: inherit;
	right: 0;
}

.anchor ul li a{
	margin: auto;
	padding: 1em 0.5em 1.5em;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
}

}/* 769 */





/* ONEWIG */

.onewig .anchor .split-4{ width: 25%;}

.onewig-red{
    color: #f30;
}

@media screen and (max-width: 580px), print {


.onewig .anchor ul{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.onewig .anchor .split-4{
	width: 50%;
	min-height: 4em;
}

.anchor ul li.arrow-s:before {
	top: 0;
	left: 0.5em;
	right: inherit;
	bottom: 0;
}

.anchor ul li a{ padding: 0.5em 0.5em;}

.onewig #ANC01 .size-60,
.onewig #ANC02 .size-70{ width: 100%;}
.onewig #ANC01 .size-60.pb-2{ padding-bottom: 0;}

.onewig #ANC01 .size-40,
.onewig #ANC02 .size-30{ width: 100%;}

.onewig #ANC02 .size-30.pr-2{ padding-right: 0;}

.onewig #ANC01 .size-40 img,
.onewig #ANC02 .size-30 img{ margin: 0 auto 1em; width: 75%; display: block;}
    
}/* End 580 */



/* HAIR */
.hair-link-icon li{ 
  position: relative;
  padding: 1.2em;
  display: block;
}

.hair-link-icon li.order-01{ order: 1;}
.hair-link-icon li.order-02{ order: 2;}
.hair-link-icon li.order-03{ order: 3;}
.hair-link-icon li.order-04{ order: 4;}

.hair-link-icon li.order-05{ order: 8;}
.hair-link-icon li.order-06{ order: 7;}
.hair-link-icon li.order-07{ order: 6;}
.hair-link-icon li.order-08{ order: 5;}

.hair-link-icon li.order-09{ order: 9;}
.hair-link-icon li.order-10{ order: 10;}

.hair-link-icon li:after{
  position: absolute;
  top: 0;
  right: -0.6em;
  bottom: 0em;
  margin: auto;
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
  z-index: 100;
}

.hair-link-icon li.order-04:after,
.hair-link-icon li.order-08:after{
  top: inherit;
  left: 0;
  right: 0;
  bottom: -0.6em;
  transform: rotate( 90deg );
}

.hair-link-icon li.order-05:after,
.hair-link-icon li.order-06:after,
.hair-link-icon li.order-07:after{
  position: absolute;
  top: 0;
  left: -0.6em;
  right: inherit;
  bottom: 0em;
  transform: scale(-1, 1);
}

.hair-link-icon li:last-child:after{ display: none;}

.hair-link-icon li img{ 
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
  border-radius: 0.3em;
}

@media screen and (max-width: 768px) {

.hair-link-icon li.split-4{ width: 33.33333333333333333%;}

.hair-link-icon li.order-01{ order: 1;}
.hair-link-icon li.order-02{ order: 2;}
.hair-link-icon li.order-03{ order: 3;}

.hair-link-icon li.order-04{ order: 6;}
.hair-link-icon li.order-05{ order: 5;}
.hair-link-icon li.order-06{ order: 4;}

.hair-link-icon li.order-07{ order: 7;}
.hair-link-icon li.order-08{ order: 8;}
.hair-link-icon li.order-09{ order: 9;}

.hair-link-icon li.order-10{ order: 10;}

.hair-link-icon li.order-03:after,
.hair-link-icon li.order-06:after,
.hair-link-icon li.order-09:after{
  top: inherit;
  left: 0;
  right: 0;
  bottom: -0.6em;
  transform: rotate( 90deg );
}

.hair-link-icon li.order-04:after,
.hair-link-icon li.order-05:after{
  position: absolute;
  top: 0;
  left: -0.6em;
  right: inherit;
  bottom: 0em;
  transform: scale(-1, 1);
}

.hair-link-icon li.order-07:after,
.hair-link-icon li.order-08:after{
  position: absolute;
  top: 0;
  left: inherit;
  right: -0.6em;
  bottom: 0em;
  transform: none;
}

.hair-link-icon li.order-10{
  padding: 1.2em 0;
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
}

.hair-link-icon li.order-10 a{
  margin: 0;
  padding: 0 1.2em;
  width: 33.3333333333333333333333333333%;
  display: block;
}

}/* End max 768 */



@media screen and (max-width: 580px) {

.hair-link-icon{ justify-content: space-between;}

.hair-link-icon li.split-4{ padding: 0 0; width: 46%;}

.hair-link-icon li.order-01{ order: 1;}
.hair-link-icon li.order-02{ padding-top: 28%; order: 2;}
.hair-link-icon li.order-03{ margin-top: -14%; order: 3;}
.hair-link-icon li.order-04{ padding-top: 14%; order: 4;}
.hair-link-icon li.order-05{ margin-top: -14%; order: 5;}
.hair-link-icon li.order-06{ padding-top: 14%; order: 6;}
.hair-link-icon li.order-07{ margin-top: -14%; order: 7;}
.hair-link-icon li.order-08{ padding-top: 14%; order: 8;}
.hair-link-icon li.order-09{ margin-top: -14%; order: 9;}
.hair-link-icon li.order-10{ padding-top: 14%; order: 10;}

.hair-link-icon li:after{
  width: 1.4rem;
  height: 1.4rem;
}

.hair-link-icon li.order-01:after,
.hair-link-icon li.order-03:after,
.hair-link-icon li.order-05:after,
.hair-link-icon li.order-07:after,
.hair-link-icon li.order-09:after{
  top: 62%;
  left: inherit;
  right: -1em;
  bottom: inherit;
  transform: rotate( 45deg );
}

.hair-link-icon li.order-02:after,
.hair-link-icon li.order-04:after,
.hair-link-icon li.order-06:after,
.hair-link-icon li.order-08:after{
  top: inherit;
  left: -1em;
  right: inherit;
  bottom: -8%;
  transform: rotate( 135deg );
}

.hair-link-icon li.order-10{
  padding: 12% 0 0;
  width: 46% !important;
  display: block;
}

.hair-link-icon li.order-10 a{
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

}/* End max 580 */





.hair a{
    font-weight: bold;
}

.hair .hair-check{
  position: relative;
  margin: auto;
  width: 94%;
}

.hair .hair-check li{
	position: relative;
  margin: 1em 0;
  padding: 0 0 0 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.hair .hair-check li:before{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 2rem;
	height: 2rem;
	display: block;
	border-radius: 0.2em;
	border: 1px solid #ccc;
	content: "";
}

.hair .hair-check li:after{
	position: absolute;
	top: -0.1rem;
	left: 0.5rem;
	width: 1.6rem;
	height: 0.8rem;
	display: block;
	border-left: 0.5rem solid #00aeef; border-bottom: 0.5rem solid #00aeef;
	transform: rotate( -45deg );
	content: "";
}

.hair .section-sub-title-hair{
	position: relative;
	margin: 0 0 1.6em;
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;	
	border-radius: 0.2em;
	border: 1px solid #ff9d3c;
    color: #ff9d3c;
	font-size: 2.2rem;
	line-height: 1.6;
}

.hair .section-sub-title-hair span {
	padding: 0.5em 1.5rem;
	display: flex;
	align-items: center;
	background: #ff9d3c;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
}

.hair .section-sub-title-hair em {
  padding: 0.8em 0.5em 0.8em 1em;
  align-self: center;
}

.hair .section-sub-title-hair-02{
	position: relative;
	margin: 0 0 1.6em;
	width: 100%;
    padding-left: 11em;
	border-radius: 0.2em;
	border: 1px solid #ff9d3c;
    color: #ff9d3c;
	font-size: 2.2rem;
	line-height: 2.5;
}

.hair .section-sub-title-hair-02 span {
	position: absolute;
    display: inline-block;
    width:20%;
	top: 0;
	left: 0;
	padding: 0 2rem;
	border-top-left-radius: 0.1em;
    border-bottom-left-radius: 0.1em;
	color: #fff;
	background: #ff9d3c;
}

.hair .hair_q{
	font-size: 2rem;
    font-weight: bold;
	color: #00aeef;
}

.hair .hair_a{
	font-size: 2rem;
    font-weight: bold;
	color: #ff9d3c;
    margin-right: 0.5em;
}


/* OLD BANNER */

.hair-banner-01 {
	position: relative;
	margin: 2em auto 1em;
	width: 96%;
	max-width: 540px;
	display: block;
}

.hair-banner-02 {
	position: relative;
	margin: 0 auto 1em;
	width: 100%;
	max-width: 700px;
	display: block;
}




@media screen and (max-width: 580px), print {

.hair .section-sub-title-hair{
	position: relative;
	margin: 0 0 1.6em;
	padding: 0;
	width: 100%;
	display: block;
}

.hair .section-sub-title-hair span {
	padding: 0.5em 1.5rem;
	display: block;
	font-size: 1.5rem;
}

.hair .section-sub-title-hair em {
  padding: 0.5em 0.5em 0.5em 1em;
  display: block;
}





.hair .anchor ul{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hair .anchor .size-50{
	width: 50%;
	min-height: 4em;
}

.hair #ANC01 .size-30.order-1{ order: -1;}
.hair #ANC01 .size-70.order-2{ order: -2;}

.hair #ANC01 .size-70,
.hair #ANC02 .size-70{ width: 100%;}
.hair #ANC01 .size-60.pb-2{ padding-bottom: 0;}

.hair #ANC01 .size-30,
.hair #ANC02 .size-30{ width: 100%;}

.hair #ANC02 .size-30.pr-2{ padding-right: 0;}

.hair #ANC01 .size-30 img{ margin: 0 auto 1em; width: 50%; display: block;}
.hair #ANC02 .size-30 img{ margin: 0 auto 1em; width: 75%; display: block;}


}/* End 580 */





/* CHARITY */

.charity-link-icon li{ padding: 1em;}

.charity-icon-button li img{
  margin: auto;
  width: 80%;
  max-width: 22rem;
  display: block;
}

.charity-icon-button li .button{ margin-top: -2em;}
.charity-icon-button li:last-child .button{ margin-top: -3em;}

.green-box .txt{
    background-color:#339966;
	color: #fff;
    padding: 0.8em;
}

@media screen and (max-width: 768px) {

.charity-link-icon li.split-4{ width: 33.33333333333333333333333%;}

}/* 768 */

@media screen and (max-width: 580px), print {

.charity-link-icon li.split-4{ padding: 0.8em; width: 50%;}

.charity-icon-button li.size-50{
  margin: 0 auto 1em;
  width: 100%;
  display: block;
}

.charity-icon-button li img{ max-width: 20rem;}

.charity .anchor ul{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.charity .anchor .split-4{
	width: 50%;
	min-height: 4em;
}

.charity .anchor li.arrow-s:before {
	top: 0;
	left: 0.5em;
	right: inherit;
	bottom: 0;
}

.charity .anchor li a{ padding: 0.5em 0.5em;}

.charity #ANC01 .size-30 img,
.charity #ANC02 .size-30 img,
.charity #ANC03 .size-30 img,
.charity #ANC04 .size-30 img,
.charity #ANC05 .size-30 img,
.charity #ANC06 .size-30 img,
.charity #ANC07 .size-30 img,
.charity #ANC08 .size-30 img,
.charity #ANC09 .size-30 img,
.charity #ANC10 .size-30 img,
.charity #ANC11 .size-30 img,
.charity #ANC12 .size-30 img,
.charity #ANC13 .size-30 img{ margin: auto; width: 75%; display: block;}


}/* End 580 */






/* JHDAC */


@media screen and (max-width: 580px), print {


.jhdac .anchor ul{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jhdac .anchor .split-5{
	width: 50%;
	min-height: 4em;
}

.jhdac .anchor li.arrow-s:before {
	top: 0;
	left: 0.5em;
	right: inherit;
	bottom: 0;
}

.jhdac .anchor li a{ padding: 0.5em 0.5em;}


.jhdac #ANC02 .size-30 img,
.jhdac #ANC03 .size-30 img,
.jhdac #ANC04 .size-30 img{ margin: auto; width: 75%; display: block;}


}/* End 580 */


/* SALON */

.salon .salon-copy{ width: calc(100% - 20rem);}

.salon .salon-image{
	padding-bottom: 2em;
	width: 18rem;
	order: -1;
}

.salon .txt-pb-0{ 
    padding :0.5em;
    font-size: 1.8rem;
    line-height: 1.6;
}



@media screen and (max-width: 580px), print {

.salon .salon-copy{ width: 100%;}

.salon .salon-image{
	margin: auto;
	padding-bottom: 2em;
	width: 14rem;
	order: -1;
}


}/* End 580 */



/* POLICY */

.policy .anchor .size-50{
	width: 50%;
	min-height: 4em;
}

@media screen and (max-width: 580px), print {


.policy .anchor ul{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.policy .anchor .size-50{
	width: 50%;
	min-height: 4em;
}


}/* End 580 */


/* SITEMAP */

.sitemap .sitemap-split {
	position: relative;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 2em;
	display: flex;
	background: url(/common/img/dott_jhdac.svg) left bottom repeat-x;
	background-size: 4px auto;
}

.sitemap .sitemap-split:last-child { background-image: none;}

.sitemap .sitemap-split .link-block {
	position: relative;
	margin: 0;
	padding: 1em 0 0 2em;
	flex: 1;
	order: 2;
}

.sitemap .sitemap-split .link-block .section-sub-title-01{ margin: 0 0 0.5em; border-bottom: none;}

.sitemap .sitemap-split .link-block .section-sub-title-01.category-recipient,
.sitemap .sitemap-split .link-block .section-sub-title-01.category-donor,
.sitemap .sitemap-split .link-block .section-sub-title-01.category-salon{ padding: 0.3em 0 0.3em 4.5rem;}

.sitemap .sitemap-split .link-block .section-sub-title-01.category-recipient:before,
.sitemap .sitemap-split .link-block .section-sub-title-01.category-donor:before,
.sitemap .sitemap-split .link-block .section-sub-title-01.category-salon:before{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 3rem;
	height: 4rem;
	display: block;
	border-radius: 0;
	content: "";
}

.sitemap .sitemap-split .link-block .section-sub-title-01.category-recipient:before{ background: #00aeef;}
.sitemap .sitemap-split .link-block .section-sub-title-01.category-donor:before{ background: #ff9d3c;}
.sitemap .sitemap-split .link-block .section-sub-title-01.category-salon:before{ background: #00bd78;}

.sitemap .sitemap-split .link-block .section-sub-title-01.category-recipient:after,
.sitemap .sitemap-split .link-block .section-sub-title-01.category-donor:after,
.sitemap .sitemap-split .link-block .section-sub-title-01.category-salon:after{
	position: absolute;
	top: 3rem;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1.5rem 1rem 1.5rem;
	border-color: transparent transparent #ffffff transparent;
	content: "";
}



.sitemap .sitemap-split .link-block li{
	position: relative;
	margin: 0;
	padding: 0.3em;
	font-size: 1.6rem;
	line-height: 1.6;
}

.sitemap .sitemap-split .link-block .login-link{
	position: relative;
	margin: 0 0 0.5em;
	padding: 0.3em;
}

.sitemap .sitemap-split .link-block .login-link a{
	position: relative;
	padding: 0 0 0 2.4rem;
}

.sitemap .sitemap-split .link-block .login-link a:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 2rem;
	height: 2rem;
	display: block;
	background: url(/common/img/icon_login.svg) center center no-repeat;
	background-size: contain;
	content: "";
}





.sitemap .sitemap-split .link-block li a{ display: block; text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;}

.sitemap .sitemap-split .image-block {
	margin: 0;
	padding: 0;
	flex: 0 0 16rem;
	order: 1;
}

.sitemap .menu-open{
	position: relative;
	margin: -0.3em 0 0 0;
	padding: 0.3em 1em 0.3em 2.4rem;
	width: 100%;
	display: block;
	color: #00aeef;
	font-size: 1.6rem;
	line-height: 1.6;
	cursor: pointer;
}

.sitemap .menu-open.active{
	padding: 0.3em 1em 0.3em 2.4rem;
	border-bottom: 1px dotted #ccc;
}

.sitemap .menu-open:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s ease-in-out;
	transform: rotate(90deg);
	content: "";
}

.sitemap .menu-open.active:after{ transform: rotate( -90deg );}


.sitemap .menu-open:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: url(/common/img/icon_plus_w.svg) center center no-repeat #00aeef;
	background-size: 50%;
	transition: 0.3s ease-in-out;
	transform: rotate( 0deg );
	content: "";
}

.sitemap .menu-open.active:before{
	background: url(/common/img/icon_minus_w.svg) center center no-repeat #00aeef;
	background-size: 50%;
	transform: rotate( -180deg );
}


.sitemap-sub-link{
	position: relative;
	margin: 0.5em 0 1em;
	padding: 1em 0 0;
	width: 100%;
	display: none;
	font-size: 1.6rem;
}

.sitemap-sub-link.active{ display: block;}

/*
.sitemap-sub-link{
	position: relative;
	margin: 0 0.5em 0;
	font-size: 1.6rem;
}
*/

.sitemap-sub-link .sub a{
	position: relative;
	margin-left: 1em;
}

@media screen and (max-width: 580px), print {

.sitemap .sitemap-split .link-block {
	position: relative;
	margin: 0;
	padding: 1em 0 0 0;
	min-height: 14rem;
	flex: 1;
	order: 2;
}

.sitemap .sitemap-split .link-block li{ font-size: 1.6rem;}

.sitemap .sitemap-split .image-block {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	max-width: 16rem;
	flex: 1;
	order: 1;
	opacity: 0.2;
	z-index: -1;
}

.sitemap .menu-open{ font-size: 1.6rem;}


.sitemap-sub-link{
	position: relative;
	margin: 0 0.5em 0;
	font-size: 1.4rem;
}

}/* End 580 */



@media screen and (min-width: 768px) {

.sitemap .sitemap-split .link-block li{
	font-size: 1.8rem;
	line-height: 1.6;
}

.sitemap .sitemap-split .image-block { flex: 0 0 20rem;}

.sitemap .menu-open{
	padding: 0.3em 1em 0.3em 2.4rem;
	font-size: 1.8rem;
}



}/* 768 */




/* FLOW */
.flow .section-sub-title-hair{
	position: relative;
	margin: 0 0 1.6em;
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;	
	border-radius: 0.2em;
	border: 1px solid #ff9d3c;
    color: #ff9d3c;
	font-size: 2.2rem;
	line-height: 1.6;
}

.flow .section-sub-title-hair span {
	padding: 0.5em 2.2rem;
	display: flex;
	align-items: center;
	background: #ff9d3c;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
}

.flow .section-sub-title-hair em {
  padding: 0.8em 0.5em 0.8em 1em;
  align-self: center;
}

.flow span.check{
    display: inline-block;
	padding: 0.5em 1.5rem;
    margin-bottom: 0.5em;
	border-radius: 0.5em;
	background: #ff9d3c;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}



@media screen and (max-width: 580px), print {

.flow .section-sub-title-hair em {
  padding: 0.5em 0.5em 0.5em 1em;
  display: block;
  font-size: 2rem;
}
    
.flow .flow-list{
  flex-direction: column;
    }
    
.flow .flow-list .order-01{ order: 1;}
.flow .flow-list .order-02{ order: 2;}
    

}/* End 580 */



/* HOW-TO */
.how-to-pink{
    color: #f00090;
    font-weight: bold;
}

.how-to .contents-title-block .main-image.main-image-doug {
	width: 15%;
	min-width: 100px;
}

.how-to .smile-point li{
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 3.5rem;
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
}

.how-to .smile-point li:before {
	position: absolute;
	top: 0;
	left: -0.4rem;
	margin: auto;
	width: 3rem;
	height: 3rem;
	display: block;
	background: url(/common/img/ST_smile.png) center center no-repeat;
	background-size: contain;
	content: "";
}

.how-to .section-sub-title-howto-sp{
	position: relative;
	margin: 1.5em 0 2em;
	padding: 0.4em 0 1em 7rem;
	width: 100%;
	border-bottom: 2px dotted #bddbfc;
	color: #333;
	font-size: 1.8rem;
    font-weight: bold;
	line-height: 1.3;
}

.how-to .section-sub-title-howto-sp:before{
	position: absolute;
	top: 0;
	left: -0.5rem;
	bottom: 2.5rem;
	margin: auto;
	padding: 0;
	width: 7rem;
	height: 7rem;
	display: block;
	background: url("/img/how-to/SP.png") center center no-repeat;
	content: "";
}


.list-ng li,
.list-ok li{
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0 2.5rem;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

.list-ng li:before {
	position: absolute;
	top: 0;
	left: -0.1rem;
	margin: auto;
	width: 2rem;
	height: 2rem;
	display: block;
	background: url(/common/img/icon_ng.svg) center center no-repeat;
	background-size: contain;
	content: "";
}
.list-ok li:before {
	position: absolute;
	top: 0;
	left: -0.1rem;
	margin: auto;
	width: 2rem;
	height: 2rem;
	display: block;
	background: url(/common/img/icon_ok.svg) center center no-repeat;
	background-size: contain;
	content: "";

}


@media screen and (min-width: 769px) {

.how-to .contents-title-block .main-image.main-image-doug {
	width: 20%;
  min-width: 200px;
}

.how-to .section-sub-title-howto-sp{
	padding: 0.4em 0 0.4em 6rem;
	font-size: 2.1rem;
}
    
.how-to .section-sub-title-howto-sp:before{
	width: 7rem;
	height: 7rem;
	left: -1em;
	bottom: -0.2em;
}

}


.how-to .section-sub-title-howto-pc{
	position: relative;
	margin: 2em 0 2em;
	padding: 0.4em 0 1em 7rem;
	width: 100%;
	border-bottom: 2px dotted #ffd1ed;
	color: #333;
	font-size: 1.8rem;
    font-weight: bold;
	line-height: 1.3;
}

.how-to .section-sub-title-howto-pc:before{
	position: absolute;
	top: 0;
	left: -0.5rem;
	bottom: 2.5rem;
	margin: auto;
	padding: 0;
	width: 7rem;
	height: 7rem;
	display: block;
	background: url("/img/how-to/PC.png") center center no-repeat;
	content: "";
}

@media screen and (min-width: 769px) {
    
.how-to .section-sub-title-howto-pc{
	padding: 0.4em 0 0.4em 6rem;
	font-size: 2.1rem;
}
    
.how-to .section-sub-title-howto-pc:before{
	width: 7rem;
	height: 7rem;
	left: -1em;
	bottom: -0.2em;
}

}

.how-to .inner .icon-img {
	display: flex;
	align-items: start;
	justify-content: center;
	padding: 1em 0;
	text-align: center;
  }
  
.how-to .inner .icon-img .icon-size{
	width: 15%;
	margin: 0 1em;
  }

.how-to .inner .icon-img img{
	max-width: 50px;
}
  
.how-to .inner .icon-txt {
	font-size: 1.4rem;
  }

@media screen and (max-width: 980px) {
  
 .how-to .inner .icon-img {
	  justify-content: start;
 }
  
 .how-to .inner .icon-img .icon-size{
	  width: 30%;
 }
	
}/* End max 640 */

/* HOW-TO END*/

/* WIGPLUS_MOVIE */

.wigplus_movie .popup-iframe{ position: relative; display: block; border: 1px solid #ccc}

.wigplus_movie .popup-iframe:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: url(/funding/common/img/youtube.svg) center center no-repeat;
	content: "";
	z-index: 1;
  }

@media screen and (max-width: 640px) {
.wigplus_movie .split .sp-non-split.split-3{ width: 100%;} 
    }

/* REPORT */

.report .inner .lead-txt,
.report .inner .txt,
.inner .list-ul li,
.inner .list-ol li{ line-height: 2;}


.inner .info-block.accordion  {
	margin-bottom: 2em;
	padding: 0 1em;
	width: 94%;
	border-radius: 0.4em;
}

.report-list li .vol{
	position: relative;
	margin: 0 0 0.5em;
	padding: 0.2em 1em;
	display: inline-block;
	border-radius: 0.2em;
	background-color: #00aeef;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
}

.report-list li a{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 1.6rem;
	line-height: 1.6;
}


@media screen and (max-width: 580px) {

.report-2019-01 .order-1{ order: -1;}

}/* 580 */


@media screen and (min-width: 640px) {

.report-list li .vol{ margin: 0; padding: 0.5em; width: 6em;}
.report-list li a{ width: calc(100% - 6em);}



}/* 640 */





/* NEWS */

.news .inner .info-block {
	margin-bottom: 2em;
	padding: 0 1em;
	width: 94%;
	border-radius: 0.4em;
}

.section-sub-title-open{
	position: relative;
	margin: 0;
	padding: 1.2em 1em 1.2em 3.5rem;
	width: 100%;
	display: block;
	color: #008fc2;
	font-size: 2.4rem;
	line-height: 1;
	cursor: pointer;
}

.section-sub-title-open:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	background: url(/common/img/icon_plus_w.svg) center center no-repeat #00aeef;
	background-size: 50%;
	transition: 0.3s ease-in-out;
	transform: rotate( 0deg );
	content: "";
}

.section-sub-title-open.active:before{
	background: url(/common/img/icon_minus_w.svg) center center no-repeat #00aeef;
	background-size: 50%;
	transform: rotate( -180deg );
}

.section-sub-title-open:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s ease-in-out;
	transform: rotate(90deg);
	content: "";
}

.section-sub-title-open.active:after{ transform: rotate( -90deg );}

.news-list,
.report-list{
	position: relative;
	margin: 0 0 1em;
	padding: 0.5em 1em 0;
	width: 100%;
	display: none;
}

.news-list.active,
.report-list.active{ display: block;}

.news-list:before,
.report-list:before{
	position: absolute;
	top: -0.5em;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0.3rem;
	display: block;
	background: url(/common/img/dott.svg) left center repeat-x;
	background-size: contain;
	content: "";
	opacity: 0.5;
}

.news-list li,
.report-list li{
	position: relative;
	margin: 0 0 0.5em 0;
	padding: 0.8em 0;
	display: block;
	border-bottom: 1px dotted #ccc;
	list-style: none;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}

.report-list li{
	margin: 0 0 0.5em 0;
	padding: 1.5em 0 1em 0;
}

.news-list li:last-child,
.report-list li:last-child{ border-bottom: none;}

.news-list li time{
	position: relative;
	margin: 0.3rem 0;
	padding: 0;
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: normal;
}


.news-list li .caption{
	position: relative;
	margin: 0 0 0.3rem 0;
	padding: 0;
	width: 100%;
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: normal;
}



.news-list li a,
.news-list li .news_title,
.news-list li .article{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 1.6rem;
	line-height: 1.6;
}


.news-time{
	margin: -1em auto 1em;
	padding: 0;
	width: 96%;
	display: block;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: right;
}


.news-detail{
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 2em 0;
	width: 96%;
	display: block;
}

.news-detail:before,
.news-detail:after{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0.3rem;
	display: block;
	background: url(/common/img/dott.svg) left center repeat-x;
	background-size: contain;
	content: "";
	opacity: 0.5;
}

.news-detail:after{
	position: absolute;
	top: inherit;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	opacity: 0.5;
}

.news-detail .news-image-block{
	position: relative;
	margin: 0;
	padding: 0 0 1em;
	width: 100%;
}

.news-detail .news-image-block img{ margin-bottom: 1em;}

.news-detail .news-txt-block{
	position: relative;
	margin: 0;
	padding: 0;
}


@media screen and (min-width: 640px) {

.news .inner .info-block { padding: 0 2em;}

.news-list li,
.report-list li{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-list li time{ width: 9em;}

.news-list li a,
.news-list li .news_title,
.news-list li .article{ width: calc(100% - 8em);}

.news-detail{
	padding: 2em 0 0;
	display: flex;
	justify-content: flex-start;
}

.news-detail .news-image-block{
	margin: 0;
	padding: 0 2em 1em 0;
	width: 45%;
	min-width: 45%;
}

.news-detail .news-txt-block{
	margin: 0;
	padding: 0 0 2em;
}



}/* 640 */


@media screen and (min-width: 1000px) {

.news-detail .news-image-block{
	width: 42%;
	min-width: 42%;
}


}/* 1000 */




/* FORM */

.form .form-intro {
	position: relative;
	margin: 3em auto;
	width: 94%;
	max-width: 1000px;
	display: block;
}

.form .form-intro .inner {
	width: 100%;
	max-width: 1000px;
}

.form .form-intro .form-intro-title{
	position: relative;
	margin: 0 0 0.5em 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

.form-table{
	margin: auto;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
}

.form-table th{
	padding: 1em;
	width: 100%;
	display: block;
	background-color: #eee;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.form-table th span{
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.5em;
	background-color: #c00;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

span.required{
	margin: 0;
	padding: 0.1em 0.5em;
	background-color: #c00;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}


.form .error-txt{
	margin: 0;
	padding: 0.5em 0;
	display: block;
	color: #c00;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	clear: both;
}


.form-table td{
	padding: 1em;
	width: 100%;
	display: block;
	background-color: #fff;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
}

.form-table tr.error th{ background-color: #ffd5d5;}
.form-table tr.error td{ background-color: #ffeaea;}

.form-table tr.error .error-msg{
	text-align: left;
	margin: 0;
	padding: 0.5em 0;
	display: block;
	color: #c00;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	clear: both;
}


.form-table td .txt{
	padding: 0 0 1em 0;
	font-size: 1.6rem;
	line-height: 1.6;
}


.form-table .form-split-3,
.form-table .form-split-4,
.form-table .form-split-5,
.form-table .form-split-none{
	margin: 0;
	padding: 0;
	display: block;
}

.form-table .form-split-3 li{
	float: left;
	margin: 0;
	padding: 0 0 0.8em 0;
	display: block;
	width: 33.33333333333333333333333333333333333333333333%;
}

.form-table .form-split-4 li{
	float: left;
	margin: 0;
	padding: 0 0 0.8em 0;
	display: block;
	width: 25%;
}

.form-table .form-split-5 li{
	float: left;
	margin: 0;
	padding: 0 0 0.8em 0;
	display: block;
	width: 20%;
}

.form-table .form-split-none li{
	margin: 0;
	padding: 0 0 0.8em 0;
	display: block;
}


.form-table .form-split-3.none-7-8 li:nth-child(7),
.form-table .form-split-3.none-7-8 li:nth-child(8),
.form-table .form-split-3.none-7-8 li:nth-child(9),
.form-table .form-split-3.none-5-7 li:nth-child(5),
.form-table .form-split-3.none-5-7 li:nth-child(6),
.form-table .form-split-3.none-5-7 li:nth-child(7){
	float: left;
	margin: 0;
	padding: 0 0 0.8em 0;
	display: block;
	width: 100%;
}




.form-table .birthday{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;

	background-color: azure;
}

.form-table .year{ float: left; width: 10em;}
.form-table .month{ float: left; width: 8em;}
.form-table .day{ float: left; width: 8em;}

.form-table .birthday .select-block{
	float: left;
	display: block;
	width: calc(100% - 3em);
}

.form-table .birthday em{
	float: left;
	padding: 0.5em 0 0 0.5em;
}

.form-table .age{
	float: left;
	padding: 0.5em 0 0 0.5em;
}

.form-table .age #AGE{
	font-weight: bold;
}

.form-table .nowrap{ white-space: nowrap;}

.form-table li.half{ width: 50%;}

.form-table li.full,
.form-table .form-split-4 li.full{
	float: inherit;
	clear: both;
	margin: 0;
	padding: 0 0 0.8em 0;
	display: block;
	width: 100%;
}

.form-table li.full div{ padding: 1em 0 0 0;}

.form-table .input-block{ overflow: hidden;}

.form-table .input-block input{ margin: 0 0 1em; width: 100%; display: block;}

.form-table .input-block input:last-child{ margin: 0;}

.form-table .input-block.size-ss input{margin: 0 0.5em 0 0; width: 5em; display: inline-block;}

.form-table .input-block.size-m input{margin: 0 0.5em 0 0; width: 35%; display: inline-block;}

.form-table .input-block.size-m button{
	position: relative;
	margin: 0;
	padding: 0.5em 0 0.5em 0.8em;
	width: 30%;
	max-width: 8em;
	display: inline-block;
	border-radius: 2em;
	border: none;
	box-sizing: border-box;
	background-color: #008eca;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

.form-table .input-block.size-m button:before{
	position: absolute;
	top: 0;
	left: 0.4em;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	background: url(/_ver3.0/common/img/icon_arrow_w.svg) center center no-repeat;
	background-size: contain;
	content: "";
	z-index: 10;
}

.form-table .name-dl{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
}

.form-table .name-dl dt{
	float: left;
	margin: 0;
	padding: 0.6em 0 0 0;
	display: block;
	width: 6em;
}

.form-table .name-dl dd{
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	display: block;
	width: calc(100% - 6em);
}

.select-block,
.trancelate-body{
	position: relative;
	display: block;
}

.form-table .select-block{ width: 100%;}

.form-table .select-block:after{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	display: block;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	transform: rotate(45deg);
	content: "";
	pointer-events: none;
	z-index: 100;
}

.form-table .select-block.place-select{ margin: 0.5em 0 0 1.5em; width: calc(100% - 1.5em);}









.form-table .salontype li:nth-child(2) label {opacity: 0.4;}
.form-table .salontype li:nth-child(2) label.opacity {opacity: 1;}

.trancelate-body:after{
	position: absolute;
	top: 1em;
	right: 10px;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	display: block;
	border-bottom: solid 2px #b4b3b3;
	border-right: solid 2px #b4b3b3;
	transform: rotate(45deg);
	content: "";
	pointer-events: none;
	z-index: 100;
}

.ymd-block .select-block{
	position: relative;
	display: inline-block;
}

.ymd-block .select-block{ margin-right: 0.5em; width: calc(100% - 3em);}



/* inner-table */

.inner-table{
	margin: auto;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
}

.inner-table th{
	padding: 1em;
	background-color: #eee;
	border: 1px dotted #ccc;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

.inner-table td{
	padding: 1em;
	border: 1px dotted #ccc;
	background-color: #fff;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
}

/* privacy-policy */

.privacy-policy {
	margin: 6em auto 0 auto;
	padding: 2em;
	width: 100%;
	max-width: 1000px;
	height: 360px;
	overflow-y: scroll;
	border: 1px solid #00aeef;
	text-align: left;
}

.privacy-policy .privacy-policy-title {
	margin: 0 auto 1em;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.privacy-policy .privacy-policy-sub-title {
	margin: 1em 0 1em 0;
	font-size: 1.6rem;
	font-weight: bold;
}

.privacy-policy time {
	display: inline-block;
	width: 100%;
	text-align:right;
}


.privacy-policy .list-ol .list-ul li{ list-style: disc;}


.agree-check {
	margin: 0 auto 3em auto;
	padding: 2em 1em;
	width: 100%;
	max-width: 1000px;
	border: 1px solid #00aeef;
	border-top: none;
	background-color: #f1f1f1;
	text-align: center;
}




.agree-check .checkbox + label{ display: inline-block;}

.agree-check .checkbox + label:before{
	position: absolute;
	top: 0.2rem;
	left: 0;
	bottom: inherit;
}

.agree-check .error-msg{
	margin: 0;
	padding: 0.5em 0;
	display: block;
	color: #c00;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	clear: both;
}


.submit-button-block{
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}



.submit-button-block button,
.submit-button-block a{
	position: relative;
	margin: 0 1em;
	padding: 1em 0.6em;
	width: calc(50% - 2em);
	max-width: 22em;
	display: block;
	border-radius: 2em;
	border: none;
	background: rgb(0,174,239);
	background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	cursor: pointer;
}

.submit-button-block button.return,
.submit-button-block button.reset,
.submit-button-block a.return,
.submit-button-block a.reset{
	background: rgb(204,204,204);
	background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%);
}

.submit-button-block button:before,
.submit-button-block a:before{
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	background: url(/common/img/icon_arrow_w.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

.submit-button-block button.search:before{
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	background: url(/common/img/icon_search.svg) center center no-repeat;
	background-size: contain;
	content: "";
}

.submit-button-block button.reset:before,
.submit-button-block a.reset:before{
	position: absolute;
	top: 0;
	left: 1rem;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	background: url(/common/img/icon_reset.svg) center center no-repeat;
	background-size: contain;
	content: "";
}


.submit-button-block form{
	position: relative;
	margin: 0 1em;
	padding: 1em 0.6em;
	width: calc(50% - 2em);
	max-width: 22em;
	display: block;
}


.submit-button-block form button,
.submit-button-block form a{
	position: relative;
	margin: 0 1em;
	padding: 1em 0.6em;
	width: 100%;
	max-width: 100em;
	display: block;
	border-radius: 2em;
	border: none;
	background: rgb(0,174,239);
	background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	cursor: pointer;
}



@media screen and (max-width: 580px) {

.form-table .form-split-3 li{ width: 100%;}


.form-table .form-split-3.none-7-8 li:nth-child(7),
.form-table .form-split-3.none-7-8 li:nth-child(8),
.form-table .form-split-3.none-7-8 li:nth-child(9),
.form-table .form-split-3.none-5-7 li:nth-child(5),
.form-table .form-split-3.none-5-7 li:nth-child(6),
.form-table .form-split-3.none-5-7 li:nth-child(7){ width: 100%;}

.form-table .form-split-4 li{ width: 50%;}
.form-table .form-split-5 li{ width: 33%;}
.form-table li.half{ width: 100%;}



/* privacy-policy */

.privacy-policy {
	margin: 4em auto 0 auto;
	padding: 1em;
	height: 300px;
}

.privacy-policy .privacy-policy-title {
	margin: 0 auto 1em;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.privacy-policy .lead-txt{ font-size: 1.6rem;}

.privacy-policy .txt,
.privacy-policy .li{ font-size: 1.4rem;}

.privacy-policy .list-ol .list-ul li{ list-style: disc;}

/*
.submit-button-block button{
	margin: 0 0.5em;
	padding: 1em 0.4em;
	width: calc(50% - 1em);
}
*/


.submit-button-block{
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}



.submit-button-block button,
.submit-button-block a{
	position: relative;
	margin: 0.5em 0;
	padding: 0.8em 0.5em;
	width: 90%;
	max-width: 22em;
}


}/* SP580 */




@media screen and (min-width: 769px), print {

/* form TAB */



.form-table th{
	width: 28%;
	display: table-cell;
}

.form-table td{
	width: 72%;
	display: table-cell;
	border-bottom: 1px dotted #ccc;
}


.form-table .input-block input{ margin: 0 0 1em; width: 80%; display: block;}

.form-table .input-block input:last-child{ margin: 0;}

.form-table .input-block.size-ss input{margin: 0 0.5em 0 0; width: 5em; display: inline-block;}

.form-table .name-dl{
	margin: 0;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
}

.form-table .name-dl dt{
	float: left;
	margin: 0;
	padding: 0.5em 0 0 0;
	display: block;
	width: 6em;
}

.form-table .name-dl dd{
	float: left;
	margin: 0 0 0.5em;
	padding: 0;
	display: block;
	width: calc(100% - 6em);
}

.form-table .select-block{ width: 50%;}

.ymd-block .select-block{
	position: relative;
	display: inline-block;
}

.ymd-block .select-block{ margin-right: 0.5em; width: calc(100% - 3em);}

.form-table .input-block.mb-05{ margin-bottom: 0.5em;}


}/* 768 */








/* UNDER CONSTRUCTION */

.under-construction {
	margin: 0 auto;
	padding: 6em 0;
}

.under-construction h1 {
	margin: auto;
	padding: 0;
	width: 96%;
	max-width: 1000px;
	color: #00aeef;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.under-construction p {
	margin: auto;
	padding: 1em 0 0;
	width: 90%;
	max-width: 1000px;
	color: #00aeef;
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.6;
}

.under-construction .image {
	margin: auto;
	padding: 1em 0;
	width: 75%;
	max-width: 28rem;
}


@media screen and (min-width: 769px), print {


.under-construction h1 { font-size: 3rem;}

.under-construction p {
	font-size: 1.8rem;
	text-align: center;
}


}/* 768 */





/* COLLABORATION */


.collaboration-title-block{
	position: relative;
	margin: auto;
	padding: 110% 0 0;
	width: 100%;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.collaboration-title-block .title-and-copy{
	margin: 0;
	padding: 0 0 0;
	width: 100%;
	display: block;
	order: 1;
}

.collaboration-title-block .title-and-copy h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	padding: 0.8em 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: rgb(255,255,255,0.8);
	color: #333;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.4;
	z-index: 100;
}

.collaboration-title-block .title-and-copy h1.split-3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	padding: 0.8em 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: rgb(255,255,255,0.8);
	color: #333;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.4;
	z-index: 100;
}



.collaboration-title-block .title-and-copy h1 span{ width: 48%;}

.collaboration-title-block .title-and-copy h1.split-3 span{ width: 100%;}


.collaboration-title-block .title-and-copy h1 img{
	margin: auto;
	padding: 0;
	width: 100%;
	max-width: 14rem;
	display: block;
}

.collaboration-title-block .title-and-copy h1.split-3 img{ max-width: 16rem;}


.jhdac_logo_colabo{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

h1.split-3 .jhdac_logo_colabo{
	position: relative;
	margin: 0;
	padding: 1em 0;
	display: block;
}

.jhdac_logo_colabo:before,
.jhdac_logo_colabo:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 1.2em;
	right: -5%;
	width: 10%;
	height: 0.1rem;
	margin: -0.05rem 0 0 -5%;
	background: #333;
}
.jhdac_logo_colabo:before {  transform: rotate(-45deg);}
.jhdac_logo_colabo:after { transform: rotate(45deg);}


h1.split-3 .jhdac_logo_colabo:before,
h1.split-3 .jhdac_logo_colabo:after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	display: block;
	content: "×";	
	background: none;
	text-align: center;
}

h1.split-3 .jhdac_logo_colabo:before { top: -0.5rem; bottom: inherit; transform: rotate(0deg);}
h1.split-3 .jhdac_logo_colabo:after { top: inherit; bottom: -0.5rem; transform: rotate(0deg);}





.collaboration-title-block .title-and-copy h1 em{
	margin: auto;
	padding: 0.5em 0 0;
	display: block;
	color: #333;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
}

.collaboration-title-block .main-image picture{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
}


.collaboration-title-block .main-image picture img{
	height: 100%;
	object-fit: cover;
}


.collaboration.red .anchor{ background-color: #d32d26;}

.collaboration.red .section-title {
	background: url(/common/img/bg_title.svg) right center no-repeat #ffeaec;
	background-size: contain;
	color: #d32d26;
}

.collaboration.red .section-title:before { border: 1px solid #d32d26;}

.collaboration.red .section-sub-title-01 { color: #a5150f;}

.collaboration.red .section-sub-title-01:before{ background-color: #d32d26;}

.collaboration.red .section-sub-title-02 { color: #a5150f;}


.collaboration-link-list{
	position: relative;
	margin: auto;
	padding: 0;
}

.collaboration-link-list.green li a{
	display: block;
	border: 1px solid #237a4b;
}

.collaboration-link-list.red li a{
	display: block;
	border: 1px solid #a5150f;
}


/* COLLABORATION SPRIT*/

h1.height-split-3 .jhdac_logo_colabo{
	position: relative;
	margin: 0;
	padding: 3em 0;
	display: block;
}

h1.height-split-3 .jhdac_logo_colabo:before,
h1.height-split-3 .jhdac_logo_colabo:after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: auto;
	display: block;
	content: "×";	
	background: none;
	text-align: center;
}

h1.height-split-3 .jhdac_logo_colabo:before { top: 1.5rem; bottom: inherit; transform: rotate(0deg);}
h1.height-split-3 .jhdac_logo_colabo:after { top: inherit; bottom: 1.5rem; transform: rotate(0deg);}


.collaboration-title-block-split{
	display: flex;
}

.collaboration-title-block-split .title-and-copy{
	position: relative;
	margin: 0;
	padding: 0 0 0;
	width: 35%;
	background: url(/img/jhdac_shiseido_aderans/back.jpg) center center no-repeat;
	background-size: cover;
}

.collaboration-title-block-split .main-image{
	margin: 0;
	padding: 0 0 0;
	width: 65%;
}

.collaboration-title-block-split .title-and-copy h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgb(255,255,255,0.8);
	padding: 4em 1em;
	width: 100%;
	max-width: 46rem;
}

.collaboration-title-block-split .title-and-copy h1 img{
	margin: auto;
	padding: 0;
	width: 100%;
	max-width: 22rem;
	display: block;
}

.collaboration-title-block-split .title-and-copy h1 em{
	margin: auto;
	padding: 3em 0 0;
	display: block;
	color: #333;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.8;
	text-align: center;
}


@media screen and (max-width: 1500px) {

	h1.height-split-3 .jhdac_logo_colabo{
		padding: 2em 0;
	}

	h1.height-split-3 .jhdac_logo_colabo:before { top: 0.7rem; }
	h1.height-split-3 .jhdac_logo_colabo:after { bottom: 0.7rem; }

	.collaboration-title-block-split .title-and-copy h1 {
		padding: 2em 1em;
		max-width: 30rem;
	}
	
	.collaboration-title-block-split .title-and-copy h1 img{
		max-width: 16rem;
	}

	.collaboration-title-block-split .title-and-copy h1 em{
		padding: 1.5em 0 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}	
}


@media screen and (max-width: 768px) {

	.collaboration-title-block-split{
		display: block;
	}

	.collaboration-title-block-split .title-and-copy{
		width: 100%;
		height: 0;
		padding-top: 100%;
		background: url(/img/jhdac_shiseido_aderans/back_sp_new.jpg) center center no-repeat;
		background-size: cover;
	}
	
	.collaboration-title-block-split .main-image{
		width: 100%;
	}

	.collaboration-title-block-split .title-and-copy h1 {
		width: 80%;
		max-width: 66rem;
		padding: 1.5em 1em;
	}

	.collaboration-title-block-split .title-and-copy h1 img{
		max-width: 16rem;
	}

	.collaboration-title-block-split .title-and-copy h1 em{
		padding: 1.5em 0 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}

}

/* COLLABORATION SPRIT END*/

@media screen and (min-width: 769px), print {



/* COLLABORATION TAB */


.collaboration-title-block{ padding: 41% 0 0;}

.collaboration-title-block .title-and-copy h1{
	padding: 2.5em 1em;
	width: 48%;
	max-width: 42rem;
}

.collaboration-title-block .title-and-copy h1.split-3{
	padding: 2.5em 0.5em;
	width: 80%;
	max-width: 68rem;
}

.collaboration-title-block .title-and-copy h1 span{ width: 100%;}

.collaboration-title-block .title-and-copy h1.split-3 span{ padding: 0 0.5em; width: 31.5%;}

.collaboration-title-block .title-and-copy h1 img{ max-width: 24rem;}

.jhdac_logo_colabo{
	margin: auto;
	padding: 0 0 3em;
}

h1.split-3 .jhdac_logo_colabo{
	margin: auto;
	padding: 0 0 0;
}



.jhdac_logo_colabo:before,
.jhdac_logo_colabo:after {
	bottom: 1.8em;
	left: 50%;
	right: inherit;
	width: 12%;
	height: 0.1rem;
	margin: -0.05rem 0 0 -6%;
}

h1.split-3 .jhdac_logo_colabo:before,
h1.split-3 .jhdac_logo_colabo:after {
	position: absolute;
	top: 0;
	bottom: 0;	
	margin: auto;
	width: 1em;
	height: 1em;
}

h1.split-3 .jhdac_logo_colabo:before { left: -2rem; right: inherit; transform: rotate(0deg);}
h1.split-3 .jhdac_logo_colabo:after { right: -2rem; left: inherit; transform: rotate(0deg);}

.collaboration-title-block .title-and-copy h1 em{
	padding: 1.5em 0 0;
	font-size: 2rem;
}

.collaboration-title-block .main-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	display: block;
}

.collaboration.red .anchor li{ min-height: 5em;}

}/* 768 */











/* JAPANESE */

.japan #ANC01
.japan #ANC02,
.japan #ANC03{
	padding: 2em 0;
}

.japan #ANC01{ padding: 4em 0;}

.article-title{
	position: relative;
	margin: auto;
	padding: 1.5em 0.5em;
	width: 100%;
	max-width: 1000px;
	display: block;
	color: #008fc2;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.4;
}

.article-title em{ position: relative; padding-left: 4.5rem;}

.article-title em:before{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 3rem;
	height: 4.2rem;
	display: block;
	background: #00aeef;
	content: "";
}

#ANC02 .article-title em:before,
#ANC03 .article-title em:before{ background: #ff9d3c;}

.article-title em:after,
#ANC02 .article-title em:after{
	position: absolute;
	top: 3.2rem;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1.5rem 1rem 1.5rem;
	border-color: transparent transparent #ffffff transparent;
	content: "";
}

.article-title:after{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45%;
	display: block;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(230,248,255,1) 100%);
	content: "";
	z-index: -1;
}

#ANC02 .article-title:after,
#ANC03 .article-title:after{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(251,234,214,1) 100%);
}



.japan .anchor-nav{
	position: relative;
	margin: 2em auto;
	padding: 2em 0 3em;
	width: 94%;
	max-width: 98rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}

.japan .anchor-nav li{
	position: relative;
	margin: 0;
	padding: 0.5em;
	display: block;
}

.japan .anchor-nav li a{
	margin: 0;
	padding: 0.8em 1em;
	display: block;
	border-radius: 2em;
	border: solid 1px #00aeef;
	background-color: #00aeef;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
}

.japan .anchor-nav li .arrow-s:before{
	background: url(/common/img/icon_arrow_w.svg) center center no-repeat;
	background-size: contain;
}

.japan #ANC01 .anchor-nav li:nth-child(1) a,
.japan #ANC02 .anchor-nav li:nth-child(2) a,
.japan #ANC03 .anchor-nav li:nth-child(3) a{
	border: solid 1px #00aeef;
	background-color: #fff;
	color: #00aeef;
}


.japan #ANC01 .anchor-nav li:nth-child(1) .arrow-s:before,
.japan #ANC02 .anchor-nav li:nth-child(2) .arrow-s:before,
.japan #ANC03 .anchor-nav li:nth-child(3) .arrow-s:before{
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
}





@media screen and (max-width: 580px) {

.japan .anchor .split-3{
	width: 100%;
	min-height: 3em;
}


.japan .anchor ul:after,
.japan .anchor ul li:after{
	position: absolute;
	top: inherit;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #fff;
	opacity: 0.3;
	content: "";
}

.japan .anchor ul:after,
.japan .anchor ul li:last-child:after{ display: none;}

.japan .anchor-nav .split-3{
	margin: 0.8em auto 0;
	padding: 0;
	width: 90%;
}


}/* SP580 */










/* LINK ARROW */

.arrow,
.pdf{position: relative;}

.arrow-s{ padding-left: 1.6rem;}
.arrow-m{ padding-left: 1.8rem;}
.arrow-l{ padding-left: 2rem;}

.pdf-s{ padding-left: 2rem;}
.pdf-m{ padding-left: 2.4rem;}
.pdf-l{ padding-left: 2.8rem;}

.arrow-s:before,
.arrow-m:before,
.arrow-l:before,
.pdf-s:before,
.pdf-m:before,
.pdf-l:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	display: block;
	content: "";
}

.link-title{display: block;}

.arrow-s:before {
	width: 1.2rem;
	height: 1.2rem;
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
}

.arrow-m:before {
	width: 1.4rem;
	height: 1.4rem;
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
}

.arrow-l:before {
	width: 1.6rem;
	height: 1.6rem;
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
}



.arrow-white:before {
	background: url(/common/img/icon_arrow_w.svg) center center no-repeat;
	background-size: contain;
}


.pdf-s:before {
	width: 1.6rem;
	height: 1.6rem;
	background: url(/common/img/icon_pdf.svg) center center no-repeat;
	background-size: contain;
}

.pdf-m:before {
	width: 2rem;
	height: 2rem;
	background: url(/common/img/icon_pdf.svg) center center no-repeat;
	background-size: contain;
}

.pdf-l:before {
	width: 2.4rem;
	height: 2.4rem;
	background: url(/common/img/icon_pdf.svg) center center no-repeat;
	background-size: contain;
}

.next-arrow-bottom{ margin-bottom: 5em !important; position: relative;}

.next-arrow-bottom:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4em;
	margin: auto;
	width: 4rem;
	height: 4rem;
	display: block;
	background: url(/common/img/icon_arrow.svg) center center no-repeat;
	background-size: contain;
	transform: rotate( 90deg );
	content: "";
}





.mt-1{ margin-top: 1em;}
.mt-2{ margin-top: 2em;}
.mt-3{ margin-top: 3em;}
.mt-4{ margin-top: 4em;}

.mb-1{ margin-bottom: 1em;}
.mb-2{ margin-bottom: 2em;}
.mb-3{ margin-bottom: 3em;}
.mb-4{ margin-bottom: 4em;}

.ml-1{ margin-left: 1em;}
.ml-2{ margin-left: 2em;}
.ml-3{ margin-left: 3em;}
.ml-4{ margin-left: 4em;}

.mr-1{ margin-right: 1em;}
.mr-2{ margin-right: 2em;}
.mr-3{ margin-right: 3em;}
.mr-4{ margin-right: 4em;}

.pt-1{ padding-top: 1em;}
.pt-2{ padding-top: 2em;}
.pt-3{ padding-top: 3em;}
.pt-4{ padding-top: 4em;}

.pb-1{ padding-bottom: 1em;}
.pb-2{ padding-bottom: 2em;}
.pb-3{ padding-bottom: 3em;}
.pb-4{ padding-bottom: 4em;}

.pl-1{ padding-left: 1em;}
.pl-2{ padding-left: 2em;}
.pl-3{ padding-left: 3em;}
.pl-4{ padding-left: 4em;}

.pr-1{ padding-right: 1em;}
.pr-2{ padding-right: 2em;}
.pr-3{ padding-right: 3em;}
.pr-4{ padding-right: 4em;}

/* POPUP */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing { opacity: 0;}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0;}




/*-----------------------*----*----*----*----*----*----*----*----* STEP */

.donation-form .form-intro {
	position: relative;
	margin: 3em auto 0em;
	width: 94%;
	max-width: 980px;
	display: block;
	overflow: hidden;
}


ul#STEP {
	width: 100%;
	margin:20px 0 40px 0;
	float: left;
	clear: both;
	font-size:0;
	overflow: hidden;
	letter-spacing: -.4em;
}

ul#STEP li,
ul#STEP li:before ,
ul#STEP li:after {
	background-color: #eee;
}

ul#STEP li {
	display: block;
	width:20%;
	line-height:55px;
	float: left;
	text-align: center;
	text-decoration: none;
	letter-spacing: normal;
	color:#999;
}

ul#STEP li span {
	padding: 0 0 0 20px;
	font-size:1.4rem;
}

ul#STEP li:first-child span {
	padding: 0 0 0 0;
}

ul#STEP li span br {
	display: none;
}

ul#STEP li:before ,
ul#STEP li:after {
	content: " ";
	display: block;
	width: 20px;
	height: 30px;
	margin-right: -8px;
	margin-left: auto;
	box-shadow: 2px 0 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 0 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 0 0px rgba(0,0,0,0.2);
}

ul#STEP li:before {
	float: right;
	margin-bottom: -30px;
	transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-webkit-transform: skew(30deg);
}

ul#STEP li:after {
	position: relative;
	margin-top: -30px;
	transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
}

ul#STEP.step01 li.s01 ,
ul#STEP.step02 li.s02 ,
ul#STEP.step03 li.s03 ,
ul#STEP.step04 li.s04 ,
ul#STEP.step05 li.s05 {
	background-color:#3DB9E8;
	color: #FFFFFF;
}

ul#STEP.step01 li.s01::before,
ul#STEP.step01 li.s01::after {
	background-color:#3DB9E8;
}

ul#STEP.step01 li.s01::before,
ul#STEP.step01 li.s01::after ,
ul#STEP.step02 li.s02::before,
ul#STEP.step02 li.s02::after ,
ul#STEP.step03 li.s03::before,
ul#STEP.step03 li.s03::after ,
ul#STEP.step04 li.s04::before,
ul#STEP.step04 li.s04::after ,
ul#STEP.step05 li.s05::before,
ul#STEP.step05 li.s05::after {
	background-color:#3DB9E8;
}

ul#STEP.step01 li.s01 span ,
ul#STEP.step02 li.s02 span ,
ul#STEP.step03 li.s03 span ,
ul#STEP.step04 li.s04 span ,
ul#STEP.step05 li.s05 span {
	font-weight: bold;
}

@media screen and (max-width:782px){
	ul#STEP li {
		line-height:0;
		height: 50px;
	}

	ul#STEP li span {
		display: block;
		margin: 6px 0 0 0;
		padding:0 0 0 5px;
		font-size:1.0rem;
		line-height: 1.2;
	}

	ul#STEP li:last-child span {
		margin: 12px 0 0 0;
	}

	ul#STEP li span br {
		display:inline;
	}

	ul#STEP li:before ,
	ul#STEP li:after {
		width: 4px;
		height: 25px;
		margin-right:-3px;
		box-shadow: 2px 0 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 0 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 0 0px rgba(0,0,0,0.2);
	}

	ul#STEP li:before {
		margin-bottom:0px;
		transform: skew(6deg);
		-o-transform: skew(6deg);
		-ms-transform: skew(6deg);
		-moz-transform: skew(6deg);
		-webkit-transform: skew(6deg);
	}

	ul#STEP li:after {
		margin-top: -17px;
		transform: skew(-6deg);
		-o-transform: skew(-6deg);
		-ms-transform: skew(-6deg);
		-moz-transform: skew(-6deg);
		-webkit-transform: skew(-6deg);
	}
}




section#DONATION div.check table {
	width: 100%;
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #3DB9E8;
	font-size: 1.6rem;
	line-height: 1.4;
}

section#DONATION div.check table th ,
section#DONATION div.check table td {
	vertical-align: middle;
	border: 1px solid #3DB9E8;
}


section#DONATION div.check table th {
	padding: 1em;
	font-weight: bold;
	background: #e6f8ff;
	text-align: center;
	white-space: nowrap;
}

section#DONATION div.check table td {
	padding: 1em;
	text-align: center;
}


section#DONATION div.check table tr:nth-child(3) th ,
section#DONATION div.check table tr:nth-child(4) th { text-align: right;}




.form .end-txt{
	position: relative;
	margin: 1.5em auto;
	padding: 1.5em;
	display: block;
	border-radius: 1em;
	background-color: #e6f8ff;

	font-size: 2.4rem;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width:480px){

section#DONATION div.check table tr th { display: none; border: none;}
section#DONATION div.check table tr th:first-child { display: block;}

section#DONATION div.check table tr:nth-child(3) th ,
section#DONATION div.check table tr:nth-child(4) th { display: none;}

section#DONATION div.check table tr td {
	position: relative;
	display: block;
	border-width: 1px 0 0 0;
	border-top: 1px dotted #3DB9E8;
	text-align: right;
}

section#DONATION div.check table tr td:nth-child(2):before,
section#DONATION div.check table tr td:nth-child(3):before,
section#DONATION div.check table tr td:nth-child(4):before,
section#DONATION div.check table tr td:nth-child(5):before{
	position: absolute;
	left: 0;
	width: 50%;
	font-size: 1.4rem;
	text-align: right;
}


section#DONATION div.check table tr td:nth-child(2):before{ content: "内容：";}
section#DONATION div.check table tr td:nth-child(3):before{ content: "金額：";}
section#DONATION div.check table tr td:nth-child(4):before{ content: "数：";}
section#DONATION div.check table tr td:nth-child(5):before{ content: "小計（税抜）：";}

section#DONATION div.check table tr:nth-child(3) td:before { content: "合計：";}
section#DONATION div.check table tr:nth-child(4) td:before { content: "寄付金額（税抜）：";}

section#DONATION div.check table tr:nth-child(4) td { font-weight: bold; background: #e6f8ff;}

section#DONATION div.check table tr:nth-child(4):last-child td { font-weight: bold; background: #e6f8ff;}

}/* End 480 */



.form-inner-dl{
	margin: 0 0 0 0;
	padding: 0 0.5em 0;
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 1.6;
}

.form-inner-dl dt{
	float: left;
	margin: 0 0 0 0;
	padding: 0.5em 0;
	width: 9em;
	clear: both;
}

.form-inner-dl dd{
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0.5em;
	width: calc(100% - 9em);
}


.inner-dl{
	margin: 0 0 0 0;
	padding: 0 0.5em 0;
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.6;
}

.inner-dl dt{
	margin: 1em 0;
	padding: 0.5em 0;
	border-bottom: 1px dotted #999;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

.inner-dl dd{
	margin: 0 0 0 1em;
	padding: 0 0 0.5em;
}

.card-image{
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
	max-width: 48rem;
	display: block;
	opacity: 1;
}



@media screen and (max-width:480px){

.form-inner-dl dt{
	float: inherit;
	margin: 0 0 0 0;
	padding: 0.5em 0;
	width: auto;
	clear: both;
}

.form-inner-dl dd{
	float: inherit;
	margin: 0 0 0 0;
	padding: 0 0 0.5em;
	width: auto;
}

}/* End 480 */


.form-ul{
	margin: auto;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
}

.form-ul li{
	padding: 1em 0 1em 0;
	border-bottom: 1px dotted #ccc;
}

.form-ul li:last-child{
	border-bottom:none;
}

.form-ul input[type="radio"] {
	display: none;
}

.form-ul input[type="radio"] + label {
	position: relative;
	display:inline-block;
	margin: 0 0.5em 0 1em;
	width: 1em;
	height: 1em;
	text-indent: -9999px;
	cursor: default;
}

.form-ul input[type="radio"]:checked + label:before {
	border: none;
	background: #00aeef;
}

.form-ul input[type="radio"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 1em;
	height: 1em;
	border: 1px solid #bababa;
	border-radius: 50%;
}

.s_year {
	margin:0.5em 0 0 0;
}

.s_year em {
	font-weight: bold !important;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.s_year em:hover {
	text-decoration: none;
}

.s_year em:before {
	content:"⊕";
	display:inline-block;
	margin:0 0.3em 0 0;
	font-weight: bold !important;
	font-size: 1.6rem;
	transition: 0.4s ease-in-out;
	transform: rotate(0deg);
}

.s_year.active em:before {
	content:"⊝";
	font-size: 1.6rem;
	transform: rotate(360deg);
}

.s_place {
	margin:0 0 0.5em 1em;
}

.s_place.none{
	display: none;
}

#gmap_Link_enable p {
	margin:1em 0 0 0;
	line-height: 3;
}

#gmap_Link_enable p input[type="text"] {
	display: inline-block;
	width: 50%;
}

#gmap_Link_enable p button {
	margin:0.5em 0 0 0;
	position: relative;
	padding: 0.5em 0.6em;
	width: 6em;
	display: block;
	border-radius: 2em;
	border: none;
	background: rgb(0,174,239);
	background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	cursor: pointer;
}

#SEARCH form dl {
	margin: auto;
	width: 94%;
}

#SEARCH form dl dt {
	position: relative;
	margin: 0 0 1em;
	padding: 0.3em 0 0.3em 2rem;
	width: 100%;
	border-bottom: 1px dotted #999;
	color: #008fc2;
	font-size: 2rem;
	line-height: 1.4;
}

#SEARCH form dl dt:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 0.8rem;
	height: 70%;
	display: block;
	border-radius: 0.2em;
	background-color: #00aeef;
	content: "";
}

#SEARCH form dl dd {
	margin:0 1.5em 2em 1.5em;
}

#SEARCH form dl dd span {
	display: inline-block;
}

#SEARCH form dl dd .select-block {
	max-width: 10em;
	width: 40%;
}

#SEARCH form dl dd li {
	display: inline-block;
	margin:0 0 0.5em 0;
}

#SEARCH form .submit-button-block {
	margin: 4em 0 5em 0;
}

#SEARCH .searchkeyword {
	width: 94%;
	margin:0 auto 2em auto;
	letter-spacing: -.4em;
}

#SEARCH .searchkeyword li {
	display: inline-block;
	letter-spacing: normal;
	margin:0 0 0 1em;
}

#SEARCH .searchkeyword li:first-child {
	margin:0 0 0 0;
}

#SEARCH .list {
	width: 94%;
	margin:0 auto 0 auto;
}

#SEARCH .list-li {
	width: 100%;
	margin: 0 0 3em 0;
	float: left;
	clear: both;
	border-left: 1px solid #3DB9E8;
	border-right: 1px solid #3DB9E8;
	border-bottom: 1px solid #3DB9E8;
	border-radius: 6px;
}

#SEARCH .list-li em {
	display: block;
	width: 100%;
	text-align: left;
}

#SEARCH .list-li em a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0.5em 2.5%;
	color: #008FC2;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0.5em;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	border-top: 1px solid #00aeef;
	border-bottom: 1px solid #00aeef;
	background: url(/common/img/icon_arrow.svg) 0.3em center no-repeat #f2fbff;
	background-size: 14px auto;
}

#SEARCH .list-li em a::after {
	position: absolute;
	right: 1em;
	content: "> 詳細を見る";
	display: inline-block;
	width: 9em;
	text-align: center;
	margin: 0 0 0 0;
	padding: 1em 0;
	line-height: 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	border-radius: 2em;
	background: rgb(0,174,239);
	background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
}

#SEARCH .list .data {
	width: 95%;
	margin: 0.5em 2.5% 1em;
	float: left;
	clear: both;
	text-align: left;
}

#SEARCH .list .data dt {
	width:3em;
	margin: 0.5em 0 0;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
}

#SEARCH .list .data dt:after {
	content: ":";
}

#SEARCH .list .data dd {
	width : -webkit-calc(100% - 3em) ;
	width : calc(100% - 3em) ;
	margin: 0.5em 0 0;
	float: left;
	font-size: 1.4rem;
}

#SEARCH .pager {
	width: 94%;
	margin:0 auto 0 auto;
	letter-spacing: -.4em;
}

#SEARCH .pager li {
	display: inline-block;
	margin:0 0 0 1em;
	letter-spacing: normal;
}

#SEARCH .pager li:first-child {
	margin:0 0 0 0;
}

#SEARCH ul.icon {
	width: 95%;
	margin: 0 auto 0 auto;
	text-align: left;
}

#SEARCH .list ul.icon {
	margin: 1em auto 0 auto;
}

#SEARCH ul.icon li {
	display: inline-block;
	width: auto;
	margin: 0 0.5em 0.5em 0;
	border: 0;
}

@media screen and (max-width:480px){
	#SEARCH ul.icon li {
		display: block;
		margin:0 0 1em 0;
		text-align:center;
	}
}

#SEARCH ul.icon li span {
	display: block;
	color: #fff;
	padding: 0.25em 1em;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 6px;
}

#SEARCH span.icon0 {background-color:#f2a60c;}
#SEARCH span.icon1 {background-color:#e07a4f;}
#SEARCH span.icon2 {background-color:#00b050;}
#SEARCH span.icon3 {background-color:#ff5a19;}


#SEARCH .form-table {
	width: 95%;
	margin:1em auto 0 auto;
}

#SEARCH .button {
	margin:1em 0 4em 0;
	text-align:right;
	float: right;
	clear: both;
}

#SEARCH .button p {
	display: inline-block;
	max-width:10em;
	width: 40%;
	text-align: center;
	margin:0 1.5em 0 0;
}

#SEARCH .button p a {
	text-align: center;
}

#SEARCH .map {
	width: 95%;
	margin:0 auto 0 auto;
}

#SEARCH .map iframe {
	width:100%;
	height: 450px;
}

#SEARCH .map p {
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

#SEARCH .map p a {
	position: absolute;
	margin: 0;
	right: 0;
	width: 14em;
	padding: 0.6em 0 0.6em 0.8em;
	display: block;
	border-radius: 2em;
	background: rgb(0,174,239);
	background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	cursor: pointer;
}

#SEARCH .map p a::after {
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	width: 22px;
	height: 22px;
	margin: auto;
	display: block;
	background: url(/common/img/icon_map.png) center center no-repeat;
	background-size: 22px auto;
	line-height: 1.4;
	content: "";
}

#SEARCH .submit-button-block {
	position: relative;
	width: 100%;
	margin: 8em 0 0 0;
	padding:0 0 0 0;
}

.support_cls.gray td {
	opacity: 0.4;
}



/*****ENGLISH*****/
.english .bl_frame{
		border: 2px solid #73BEE0;
}

@media screen and (max-width: 580px), print {
.english #ANC03 .split .size-60.pb-2, .english #ANC04 .split .size-60.pb-2{
		padding-bottom: 0;
}

.english #ANC03 .split .size-40.pl-1, .english #ANC04 .split .size-40.pl-1{
		padding-left: 0;
}

.english #ANC03 .size-60, .english #ANC04 .size-60 {
		width: 100%;
}

.english #ANC03 .size-40, .english #ANC04 .size-40 {
		width: 100%;
}

.english #ANC03 .size-40 img, .english #ANC04 .size-40 img {
		margin: 0 auto 1em;
		width: 75%;
		display: block;
}

}


/*****REPORT*****/
.report .notice-txt:before, .notice-list li:before { top: 1rem;}

.report .inner-block.comment .txt{
		padding: 1em 0;
}

.report .image-slider.img-vertical{
		width: 60%;
		text-align: center;
}

.report .contents-section .txt.caption-center{
	margin-top: 0.5em;
	text-align: center;
	font-size: 1.4rem;
}


/*****ONEWIG-REPORT*****/
.onewig-report .contents-section .word-dl {
	margin: 0 0 10px 0;
	font-size: 1.6rem;
	text-align: left;
}

.onewig-report .contents-section .word-dl dt {
	display: list-item;
	margin: 0 0 0 20px;
	list-style: disc outside;
}

.onewig-report .contents-section .word-dl dd {
	margin: 0 0 15px 31px;
}


.onewig-report .contents-section .word-dl dd {
	margin: 0 0 15px 31px;
}

.onewig-report .contents-section .word-dl dd:before {
	margin: 0 5px 0 -12px;
	content: "-";
}

/*****DONORSHEET*****/
.donor-orange { color: #fc900a;}

/*****SYMPOSIUM*****/

.symposium .section-sub-title-02 .blue{
    color:#327ee3;
}

.symposium .lead-txt .blue,
.symposium .txt .blue,
.symposium li .blue{
	color:#327ee3;
}

.symposium .lead-txt .green,
.symposium .txt .green,
.symposium li .green{
	color:#009e50;
}

.symposium .lead-txt .red,
.symposium .txt .red,
.symposium li .red{
	color:#f16128;
}

.symposium .lead-txt .yl,
.symposium .txt .yl,
.symposium li .yl{
	color:#f1aa28;
}

.symposium .lead-txt .gray,
.symposium .txt .gray,
.symposium li .gray {
	color: #333;
}

.symposium .txt .blue,
.symposium .txt .green,
.symposium .txt .red,
.symposium .txt .yl,
.symposium .txt .gray{font-weight: 800;}


.symposium .section-sub-title-02.green{color:#009e50;}
.symposium .section-sub-title-02.red{color:#f16128;}

.symposium .inner .inner-block.bg-red{
	background-color: #ffeaec;
}

.symposium .inner .inner-block.bg-green{
	background-color: #def9ed;
}

.symposium .bl_frame{
	border: 2px solid #73BEE0;
}

.symposium .contents-section .talk_noicon,
.symposium .contents-section .talk_w,
.symposium .contents-section .talk_y,
.symposium .contents-section .talk_d,
.symposium .contents-section .talk_in01,
.symposium .contents-section .talk_in02,
.symposium .contents-section .talk_j01,
.symposium .contents-section .talk_j02,
.symposium .contents-section .talk_a01,
.symposium .contents-section .talk_a02,
.symposium .contents-section .talk_a03,
.symposium .contents-section .talk_a04,
.symposium .contents-section .talk_a05,
.symposium .contents-section .talk_a06,
.symposium .contents-section .talk_o01,
.symposium .contents-section .talk_ka01,
.symposium .contents-section .talk_ka02,
.symposium .contents-section .talk_ka03,
.symposium .contents-section .talk_ka04,
.symposium .contents-section .talk_ka05,
.symposium .contents-section .talk_wy,
.symposium .contents-section .talk_wa01,
.symposium .contents-section .talk_wa02,
.symposium .contents-section .talk_wa03,
.symposium .contents-section .talk_wa04,
.symposium .contents-section .talk_wa05,
.symposium .contents-section .talk_wa06,
.symposium .contents-section .talk_ai01,
.symposium .contents-section .talk_ai02,
.symposium .contents-section .talk_ga01,
.symposium .contents-section .talk_ga02,
.symposium .contents-section .talk_ga03,
.symposium .contents-section .talk_con01,
.symposium .contents-section .talk_con02,
.symposium .contents-section .talk_con03,
.symposium .contents-section .talk_con04,
.symposium .contents-section .talk_con05,
.symposium .contents-section .talk_h01,
.symposium .contents-section .talk_h02,
.symposium .contents-section .talk_s01,
.symposium .contents-section .talk_s02,
.symposium .contents-section .talk_d01,
.symposium .contents-section .talk_d02{
	position: relative;
	margin: 1.5rem 0 0.5rem 8rem;
	min-height: 115px;
	text-align: left;
	padding: 1rem 0 1rem 0;
}

.symposium .contents-section .talk_noicon .txt,
.symposium .contents-section .talk_w .txt,
.symposium .contents-section .talk_y .txt,
.symposium .contents-section .talk_d .txt,
.symposium .contents-section .talk_in01 .txt,
.symposium .contents-section .talk_in02 .txt,
.symposium .contents-section .talk_j01 .txt,
.symposium .contents-section .talk_j02 .txt,
.symposium .contents-section .talk_a01 .txt,
.symposium .contents-section .talk_a02 .txt,
.symposium .contents-section .talk_a03 .txt,
.symposium .contents-section .talk_a04 .txt,
.symposium .contents-section .talk_a05 .txt,
.symposium .contents-section .talk_a06 .txt,
.symposium .contents-section .talk_o01 .txt,
.symposium .contents-section .talk_ka01 .txt,
.symposium .contents-section .talk_ka02 .txt,
.symposium .contents-section .talk_ka03 .txt,
.symposium .contents-section .talk_ka04 .txt,
.symposium .contents-section .talk_ka05 .txt,
.symposium .contents-section .talk_wy .txt,
.symposium .contents-section .talk_wa01 .txt,
.symposium .contents-section .talk_wa02 .txt,
.symposium .contents-section .talk_wa03 .txt,
.symposium .contents-section .talk_wa04 .txt,
.symposium .contents-section .talk_wa05 .txt,
.symposium .contents-section .talk_wa06 .txt,
.symposium .contents-section .talk_ai01 .txt,
.symposium .contents-section .talk_ai02 .txt,
.symposium .contents-section .talk_ga01 .txt,
.symposium .contents-section .talk_ga02 .txt,
.symposium .contents-section .talk_ga03 .txt,
.symposium .contents-section .talk_con01 .txt,
.symposium .contents-section .talk_con02 .txt,
.symposium .contents-section .talk_con03 .txt,
.symposium .contents-section .talk_con04 .txt,
.symposium .contents-section .talk_con05 .txt,
.symposium .contents-section .talk_h01 .txt,
.symposium .contents-section .talk_h02 .txt,
.symposium .contents-section .talk_s01 .txt,
.symposium .contents-section .talk_s02 .txt,
.symposium .contents-section .talk_d01 .txt,
.symposium .contents-section .talk_d02 .txt{
	margin-left:2rem ;
}

.symposium .contents-section .talk_w:before,
.symposium .contents-section .talk_d:before,
.symposium .contents-section .talk_y:before,
.symposium .contents-section .talk_in01:before,
.symposium .contents-section .talk_in02:before,
.symposium .contents-section .talk_j01:before,
.symposium .contents-section .talk_j02:before,
.symposium .contents-section .talk_a01:before,
.symposium .contents-section .talk_a02:before,
.symposium .contents-section .talk_a03:before,
.symposium .contents-section .talk_a04:before,
.symposium .contents-section .talk_a05:before,
.symposium .contents-section .talk_a06:before,
.symposium .contents-section .talk_o01:before,
.symposium .contents-section .talk_ka01:before,
.symposium .contents-section .talk_ka02:before,
.symposium .contents-section .talk_ka03:before,
.symposium .contents-section .talk_ka04:before,
.symposium .contents-section .talk_ka05:before,
.symposium .contents-section .talk_wy:before,
.symposium .contents-section .talk_wa01:before,
.symposium .contents-section .talk_wa02:before,
.symposium .contents-section .talk_wa03:before,
.symposium .contents-section .talk_wa04:before,
.symposium .contents-section .talk_wa05:before,
.symposium .contents-section .talk_wa06:before,
.symposium .contents-section .talk_ai01:before,
.symposium .contents-section .talk_ai02:before,
.symposium .contents-section .talk_ga01:before,
.symposium .contents-section .talk_ga02:before,
.symposium .contents-section .talk_ga03:before,
.symposium .contents-section .talk_con01:before,
.symposium .contents-section .talk_con02:before,
.symposium .contents-section .talk_con03:before,
.symposium .contents-section .talk_con04:before,
.symposium .contents-section .talk_con05:before,
.symposium .contents-section .talk_h01:before,
.symposium .contents-section .talk_h02:before,
.symposium .contents-section .talk_s01:before,
.symposium .contents-section .talk_s02:before,
.symposium .contents-section .talk_d01:before,
.symposium .contents-section .talk_d02:before {
	position: absolute;
	width: 76px;
	height: 76px;
	content: "";
	display: inline-block;
	background-size: contain;
	background-image: url("/img/symposium/w_icon.png");
	left:-80px;
	top:0;
	background-repeat: no-repeat;
	border: solid #327ee3 2px;
	border-radius:50%;
}

.symposium .contents-section .talk_d:before{
	background-image: url("/img/symposium/d_icon.png");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_y:before{
	background-image: url("/img/symposium/y_icon.png");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_in01:before{
	background-image: url("/img/tsubametowel-interview/in_icon.png");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_in02:before{
	background-image: url("/img/daiwatowel-interview/in_icon.png");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_j01:before{
	background-image: url("/img/aderans-symposium/j01_icon.png");
}

.symposium .contents-section .talk_j02:before{
	background-image: url("/img/aderans-symposium/j02_icon.png");
}

.symposium .contents-section .talk_a01:before{
	background-image: url("/img/aderans-symposium/a01_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_a02:before{
	background-image: url("/img/aderans-symposium/a02_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_a03:before{
	background-image: url("/img/aderans-symposium/a03_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_a04:before{
	background-image: url("/img/aderans-symposium/a04_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_a05:before{
	background-image: url("/img/aderans-symposium/a05_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_a06:before{
	background-image: url("/img/aderans-symposium/a06_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_o01:before{
	background-image: url("/img/aderans-symposium/o01_icon.jpg");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_ka01:before{
	background-image: url("/img/kao-symposium/ka01_icon.jpg");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_ka02:before{
	background-image: url("/img/kao-symposium/ka02_icon.jpg");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_ka03:before{
	background-image: url("/img/kao-symposium/ka03_icon.jpg");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_ka04:before{
	background-image: url("/img/kao-symposium/ka04_icon.jpg");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_ka05:before{
	background-image: url("/img/kao-symposium/ka05_icon.jpg");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_wy:before{
	width: 56px;
	height: 56px;
	background-image: url("/img/symposium/w_icon.png");
	left:-70px;
	border: solid #327ee3 2px;
}

.symposium .contents-section .talk_wa01:before{
	background-image: url("/img/wakayama-symposium/wa01_icon.jpg");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_wa02:before{
	background-image: url("/img/wakayama-symposium/wa02_icon.jpg");
	border: solid #009e50 2px;
}

.symposium .contents-section .talk_wa03:before{
	background-image: url("/img/wakayama-symposium/wa03_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_wa04:before{
	background-image: url("/img/wakayama-symposium/wa04_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_wa05:before{
	background-image: url("/img/wakayama-symposium/wa05_icon.jpg");
	border: solid #327ee3 2px;
}

.symposium .contents-section .talk_wa06:before{
	background-image: url("/img/wakayama-symposium/wa06_icon.jpg");
	border: solid #327ee3 2px;
}

.symposium .contents-section .talk_ai01:before{
	background-image: url("/img/aitomoni-symposium/ai01_icon.jpg");
	border: solid #327ee3 2px;
}

.symposium .contents-section .talk_ai02:before{
	background-image: url("/img/aitomoni-symposium/ai02_icon.jpg");
	border: solid #f1aa28 2px;
}

/*GAMO*/

.symposium .contents-section .talk_ga01:before{
	background-image: url("/img/gamo-symposium/ga01_icon.jpg");
	border: solid #327ee3 2px;
}

.symposium .contents-section .talk_ga02:before{
	background-image: url("/img/gamo-symposium/ga02_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_ga03:before{
	background-image: url("/img/gamo-symposium/ga03_icon.jpg");
	border: solid #f16128 2px;
}

/*End GAMO*/

/*CONDITIONER*/

.symposium .contents-section .talk_con01:before{
	background-image: url("/img/conditioner-symposium/con01_icon.jpg");
	border: solid #327ee3 2px;
}

.symposium .contents-section .talk_con02:before{
	background-image: url("/img/conditioner-symposium/con02_icon.jpg");
	border: solid #327ee3 2px;
}

.symposium .contents-section .talk_con03:before{
	background-image: url("/img/conditioner-symposium/con03_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_con04:before{
	background-image: url("/img/conditioner-symposium/con04_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_con05:before{
	background-image: url("/img/conditioner-symposium/con05_icon.jpg");
	border: solid #009e50 2px;
}

/*End CONDITIONER*/

/*H2OSANTA*/

.h2osanta-symposium.symposium .contents-section .talk_j01:before{
	background-image: url("/img/h2osanta-symposium/j01_icon.jpg");
}

.h2osanta-symposium.symposium .contents-section .talk_j02:before{
	background-image: url("/img/h2osanta-symposium/j02_icon.jpg");
}


.symposium .contents-section .talk_h01:before{
	background-image: url("/img/h2osanta-symposium/h01_icon.jpg");
	border: solid #f16128 2px;
}

.symposium .contents-section .talk_h02:before{
	background-image: url("/img/h2osanta-symposium/h02_icon.jpg");
	border: solid #f16128 2px;
}

.h2o-name{ font-size: 80% ;}
.social strong .h2o-name,.social dt .h2o-name{ font-weight: bold;}
.social article .nextpage-box a .h2o-name{ font-weight: 600;}

/*END H2OSANTA*/

/*WIGPLUS*/
.wigplus-symposium.symposium .contents-section .talk_j01:before{
	background-image: url("/img/wigplus-symposium/j01_icon.jpg");
}
.wigplus-symposium.symposium .contents-section .talk_j02:before{
	background-image: url("/img/wigplus-symposium/j02_icon.jpg");
}
.wigplus-symposium.symposium .contents-section .talk_a01:before{
	background-image: url("/img/wigplus-symposium/a01_icon.jpg");
}
.wigplus-symposium.symposium .contents-section .talk_a02:before{
	background-image: url("/img/wigplus-symposium/a02_icon.jpg");
}
.wigplus-symposium.symposium .contents-section .talk_a03:before{
	background-image: url("/img/wigplus-symposium/a03_icon.jpg");
}
.symposium .contents-section .talk_s01:before{
	background-image: url("/img/wigplus-symposium/s01_icon.jpg");
	border: solid #ff0c8f 2px;
}
.symposium .contents-section .talk_s02:before{
	background-image: url("/img/wigplus-symposium/s02_icon_new_.jpg");
	border: solid #ff0c8f 2px;
}
.symposium .lead-txt .s-red,
.symposium .txt .s-red,
.symposium li .s-red{
	color:#ff0c8f;
}
.wigplus-symposium.symposium .section-sub-title-02.red,
.wigplus-symposium.symposium .section-sub-title-02 .blue{
  color:#7128ba;
}

/*END WIGPLUS*/

/*DIALOGUE*/

.symposium .contents-section .talk_d01:before {
	background-image: url("/img/column/d1_icon01.jpg");
	border: solid #8d8d8d 2px;
}

.symposium .contents-section .talk_d02:before {
	background-image: url("/img/column/d1_icon02.jpg");
	border: solid #8d8d8d 2px;
}

.symposium .contents-section .profile-box .talk_d01,
.symposium .contents-section .profile-box .talk_d02{
  margin: 1.5rem 0 0.5rem 7rem;
  min-height: auto;
}
.symposium .contents-section .profile-box .talk_d01:before,
.symposium .contents-section .profile-box .talk_d02:before{
  width: 50px;
	height: 50px;
	top: -0.7rem;
	left: -64px;
}

.symposium .contents-section .annotation-box{border: solid #a7a7a7 3px;}
.symposium .contents-section .annotation-box .word-dl dt{
	display: inline-block;
  margin: 15px 0 0 0;
}
.symposium .contents-section .annotation-box .word-dl .arrow-s {font-size: 1.4rem;}

@media screen and (max-width:769px) {
.symposium .contents-section .profile-box .talk_d01:before,
.symposium .contents-section .profile-box .talk_d02:before {
	top: 1rem;
}
}

/*END DIALOGUE*/

.symposium .contents-section .talk_wy:after{
	position: absolute;
	width: 56px;
	height: 56px;
	display: inline-block;
	content: "";
	background-size: contain;
	background-image: url("/img/symposium/y_icon.png");
	left:-70px;
	top:65px;
	background-repeat: no-repeat;
	border: solid #f16128 2px;
	border-radius:50%;
}

.symposium .contents-section .caption-center{
	margin-top: 0.5em;
	text-align: center;
	font-size: 1.4rem;
}

.symposium .contents-section .inner .no-line-center{
	border-bottom: none;
	text-align: center;
	margin-bottom: 0.5em;
}

.symposium .contents-section .check-txt{
	color:#00aeef;
	font-weight: 400;
}

.symposium .contents-section .check-txt:after{
	position: relative;
	top: -8px;
	content: "*";
	color:#00aeef;
	font-size: 1.4rem;
}

.symposium .contents-section .check a{
	display: inline-block;
}

.symposium .contents-section .word-dl {
	margin: 0 0 10px 0;
	font-size: 1.6rem;
	text-align: left;
}

.symposium .contents-section .word-dl dt {
	display: list-item;
	margin: 15px 0 0 20px;
	list-style: disc outside;
	color:#00aeef;
	font-weight: 600;
}

/*
.symposium .contents-section .word-dl dd {
	margin: 0 0 15px 31px;
}

.symposium .contents-section .word-dl dd:before {
	margin: 0 5px 0 -12px;
	content: "-";
}
*/


@media screen and (max-width:768px){

.symposium .contents-section .talk_noicon,
.symposium .contents-section .talk_w,
.symposium .contents-section .talk_y,
.symposium .contents-section .talk_d,
.symposium .contents-section .talk_in01,
.symposium .contents-section .talk_in02,
.symposium .contents-section .talk_j01,
.symposium .contents-section .talk_j02,
.symposium .contents-section .talk_a01,
.symposium .contents-section .talk_a02,
.symposium .contents-section .talk_a03,
.symposium .contents-section .talk_a04,
.symposium .contents-section .talk_a05,
.symposium .contents-section .talk_a06,
.symposium .contents-section .talk_o01,
.symposium .contents-section .talk_ka01,
.symposium .contents-section .talk_ka02,
.symposium .contents-section .talk_ka03,
.symposium .contents-section .talk_ka04,
.symposium .contents-section .talk_ka05,
.symposium .contents-section .talk_wy,
.symposium .contents-section .talk_wa01,
.symposium .contents-section .talk_wa02,
.symposium .contents-section .talk_wa03,
.symposium .contents-section .talk_wa04,
.symposium .contents-section .talk_wa05,
.symposium .contents-section .talk_wa06,
.symposium .contents-section .talk_ai01,
.symposium .contents-section .talk_ai02,
.symposium .contents-section .talk_ga01,
.symposium .contents-section .talk_ga02,
.symposium .contents-section .talk_ga03,
.symposium .contents-section .talk_con01,
.symposium .contents-section .talk_con02,
.symposium .contents-section .talk_con03,
.symposium .contents-section .talk_con04,
.symposium .contents-section .talk_con05,
.symposium .contents-section .talk_h01,
.symposium .contents-section .talk_h02,
.symposium .contents-section .talk_s01,
.symposium .contents-section .talk_s02,
.symposium .contents-section .talk_d01,
.symposium .contents-section .talk_d02 {
	width: auto;
	margin: 1.5rem 0 0.5rem 7.5rem;
}

.symposium .contents-section .talk_noicon .txt,
.symposium .contents-section .talk_w .txt,
.symposium .contents-section .talk_y .txt,
.symposium .contents-section .talk_d .txt,
.symposium .contents-section .talk_in01 .txt,
.symposium .contents-section .talk_in02 .txt,
.symposium .contents-section .talk_j01 .txt,
.symposium .contents-section .talk_j02 .txt,
.symposium .contents-section .talk_a01 .txt,
.symposium .contents-section .talk_a02 .txt,
.symposium .contents-section .talk_a03 .txt,
.symposium .contents-section .talk_a04 .txt,
.symposium .contents-section .talk_a05 .txt,
.symposium .contents-section .talk_a06 .txt,
.symposium .contents-section .talk_ka01 .txt,
.symposium .contents-section .talk_ka02 .txt,
.symposium .contents-section .talk_ka03 .txt,
.symposium .contents-section .talk_ka04 .txt,
.symposium .contents-section .talk_ka05 .txt,
.symposium .contents-section .talk_wy .txt,
.symposium .contents-section .talk_wa01 .txt,
.symposium .contents-section .talk_wa02 .txt,
.symposium .contents-section .talk_wa03 .txt,
.symposium .contents-section .talk_wa04 .txt,
.symposium .contents-section .talk_wa05 .txt,
.symposium .contents-section .talk_wa06 .txt,
.symposium .contents-section .talk_ai01 .txt,
.symposium .contents-section .talk_ai02 .txt,
.symposium .contents-section .talk_ga01 .txt,
.symposium .contents-section .talk_ga02 .txt,
.symposium .contents-section .talk_ga03 .txt,
.symposium .contents-section .talk_con01 .txt,
.symposium .contents-section .talk_con02 .txt,
.symposium .contents-section .talk_con03 .txt,
.symposium .contents-section .talk_con04 .txt,
.symposium .contents-section .talk_con05 .txt,
.symposium .contents-section .talk_h01 .txt,
.symposium .contents-section .talk_h02 .txt,
.symposium .contents-section .talk_s01 .txt,
.symposium .contents-section .talk_s02 .txt,
.symposium .contents-section .talk_d01 .txt,
.symposium .contents-section .talk_d02 .txt {
	margin-left:5% ;
}

.symposium .contents-section .talk_w:before,
.symposium .contents-section .talk_d:before,
.symposium .contents-section .talk_y:before,
.symposium .contents-section .talk_in01:before,
.symposium .contents-section .talk_in02:before,
.symposium .contents-section .talk_j01:before,
.symposium .contents-section .talk_j02:before,
.symposium .contents-section .talk_a01:before,
.symposium .contents-section .talk_a02:before,
.symposium .contents-section .talk_a03:before,
.symposium .contents-section .talk_a04:before,
.symposium .contents-section .talk_a05:before,
.symposium .contents-section .talk_a06:before,
.symposium .contents-section .talk_o01:before,
.symposium .contents-section .talk_ka01:before,
.symposium .contents-section .talk_ka02:before,
.symposium .contents-section .talk_ka03:before,
.symposium .contents-section .talk_ka04:before,
.symposium .contents-section .talk_ka05:before,
.symposium .contents-section .talk_wa01:before,
.symposium .contents-section .talk_wa02:before,
.symposium .contents-section .talk_wa03:before,
.symposium .contents-section .talk_wa04:before,
.symposium .contents-section .talk_wa05:before,
.symposium .contents-section .talk_wa06:before,
.symposium .contents-section .talk_ai01:before,
.symposium .contents-section .talk_ai02:before,
.symposium .contents-section .talk_ga01:before,
.symposium .contents-section .talk_ga02:before,
.symposium .contents-section .talk_ga03:before,
.symposium .contents-section .talk_con01:before,
.symposium .contents-section .talk_con02:before,
.symposium .contents-section .talk_con03:before,
.symposium .contents-section .talk_con04:before,
.symposium .contents-section .talk_con05:before,
.symposium .contents-section .talk_h01:before,
.symposium .contents-section .talk_h02:before,
.symposium .contents-section .talk_s01:before,
.symposium .contents-section .talk_s02:before,
.symposium .contents-section .talk_d01:before,
.symposium .contents-section .talk_d02:before {
	width: 66px;
	height: 66px;
	left:-70px;
}

.symposium .contents-section .talk_wy:before{
	width: 60px;
	height: 60px;
	left:-68px;
}

.symposium .contents-section .talk_wy:after{
	width: 60px;
	height: 60px;
	left:-68px;
	top: 70px;
}



}

@media screen and (max-width:460px){

.symposium .contents-section .talk_noicon,
.symposium .contents-section .talk_w,
.symposium .contents-section .talk_y,
.symposium .contents-section .talk_d,
.symposium .contents-section .talk_in01,
.symposium .contents-section .talk_in02,
.symposium .contents-section .talk_j01,
.symposium .contents-section .talk_j02,
.symposium .contents-section .talk_a01,
.symposium .contents-section .talk_a02,
.symposium .contents-section .talk_a03,
.symposium .contents-section .talk_a04,
.symposium .contents-section .talk_a05,
.symposium .contents-section .talk_a06,
.symposium .contents-section .talk_ka01,
.symposium .contents-section .talk_ka02,
.symposium .contents-section .talk_ka03,
.symposium .contents-section .talk_ka04,
.symposium .contents-section .talk_ka05,
.symposium .contents-section .talk_wy,
.symposium .contents-section .talk_wa01,
.symposium .contents-section .talk_wa02,
.symposium .contents-section .talk_wa03,
.symposium .contents-section .talk_wa04,
.symposium .contents-section .talk_wa05,
.symposium .contents-section .talk_wa06,
.symposium .contents-section .talk_ai01,
.symposium .contents-section .talk_ai02,
.symposium .contents-section .talk_ga01,
.symposium .contents-section .talk_ga02,
.symposium .contents-section .talk_ga03,
.symposium .contents-section .talk_con01,
.symposium .contents-section .talk_con02,
.symposium .contents-section .talk_con03,
.symposium .contents-section .talk_con04,
.symposium .contents-section .talk_con05,
.symposium .contents-section .talk_h01,
.symposium .contents-section .talk_h02,
.symposium .contents-section .talk_s01,
.symposium .contents-section .talk_s02,
.symposium .contents-section .talk_d01,
.symposium .contents-section .talk_d02 {
	width: auto;
	margin: 1.5rem 0 0.5rem 6rem;
}

.symposium .contents-section .talk_w:before,
.symposium .contents-section .talk_d:before,
.symposium .contents-section .talk_y:before,
.symposium .contents-section .talk_in01:before,
.symposium .contents-section .talk_in02:before,
.symposium .contents-section .talk_j01:before,
.symposium .contents-section .talk_j02:before,
.symposium .contents-section .talk_a01:before,
.symposium .contents-section .talk_a02:before,
.symposium .contents-section .talk_a03:before,
.symposium .contents-section .talk_a04:before,
.symposium .contents-section .talk_a05:before,
.symposium .contents-section .talk_a06:before,
.symposium .contents-section .talk_ka01:before,
.symposium .contents-section .talk_ka02:before,
.symposium .contents-section .talk_ka03:before,
.symposium .contents-section .talk_ka04:before,
.symposium .contents-section .talk_ka05:before,
.symposium .contents-section .talk_o01:before,
.symposium .contents-section .talk_wa01:before,
.symposium .contents-section .talk_wa02:before,
.symposium .contents-section .talk_wa03:before,
.symposium .contents-section .talk_wa04:before,
.symposium .contents-section .talk_wa05:before,
.symposium .contents-section .talk_wa06:before,
.symposium .contents-section .talk_ai01:before,
.symposium .contents-section .talk_ai02:before,
.symposium .contents-section .talk_ga01:before,
.symposium .contents-section .talk_ga02:before,
.symposium .contents-section .talk_ga03:before,
.symposium .contents-section .talk_con01:before,
.symposium .contents-section .talk_con02:before,
.symposium .contents-section .talk_con03:before,
.symposium .contents-section .talk_con04:before,
.symposium .contents-section .talk_con05:before,
.symposium .contents-section .talk_h01:before,
.symposium .contents-section .talk_h02:before,
.symposium .contents-section .talk_s01:before,
.symposium .contents-section .talk_s02:before,
.symposium .contents-section .talk_d01:before,
.symposium .contents-section .talk_d02:before {
	width: 60px;
	height: 60px;
	left:-60px;
}

.symposium .contents-section .talk_wy:before{
	width: 50px;
	height: 50px;
	left:-55px;
}

.symposium .contents-section .talk_wy:after{
	width: 50px;
	height: 50px;
	left:-55px;
	top: 60px;
}

.symposium .contents-section .check-txt:after{ top: -4px;}

}


/*****SHAMPOO-REPORT*****/
.shampoo-report .notice-txt:before, .notice-list li:before {
		top: 0;
}

.salon .inner .lead-txt .red{
color:crimson;
font-weight: 800;
}


/*****GAMO_SEMINAR*****/

.gamo .seminar-dl{
  position: relative;
  margin: auto;
  padding: 0;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.6;
}

.gamo .seminar-dl dt{
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  width: 10em;
  font-weight: bold;
}

.gamo .seminar-dl dd{
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  width: calc(100% - 11em);
}

.gamo .list-none li{
	margin: 0;
	padding: 0 0 0.5em 0;
	list-style-type: disc;
	font-size: 1.6rem;
	line-height: 2;
    list-style: none;
    font-weight: bold;
}


/*****LINK*****/

.link a .arrow-l{
  display: inline-block;
}

.link .link-dl{
  position: relative;
  margin: auto;
  padding: 0;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.6;
}

.link .link-dl dt{
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  width: 8em;
  font-weight: bold;
}

.link .link-dl dd{
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  width: calc(100% - 9em);
}


/*****LOCAL_GOVERMENT*****/
.highlight-pink { 
  padding: 0 0.5rem;
  background-color: #ffebee;
}

.lg-notice-title-open{
	position: relative;
	margin: 0;
	padding: 1.2em 1em 1.2em 3.5rem;
	width: 100%;
	display: block;
	color: #333;
	font-size: 1.5em;
	line-height: 1;
	cursor: pointer;
}

.lg-notice-title-open.active{ 
	padding: 1.2em 1em 1.2em 3.5rem;
	border-bottom: 1px dotted #ccc;
}

.lg-notice-title-open:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	background: url(/common/img/icon_plus_w.svg) center center no-repeat #f00090;
	background-size: 50%;
	transition: 0.3s ease-in-out;
	transform: rotate( 0deg );
	content: "";
}

.lg-notice-title-open.active:before{
	background: url(/common/img/icon_minus_w.svg) center center no-repeat #f00090;
	background-size: 50%;
	transform: rotate( -180deg );
}

.lg-notice-title-open:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background: url(/common/img/icon_arrow_p.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s ease-in-out;
	transform: rotate(90deg);
	content: "";
}

.lg-notice-title-open.active:after{ transform: rotate( -90deg );}




/*****CONDITIONER_SYMPOSIUM*****/
.conditioner-symposium .list-none li{
  margin: 0;
  padding: 0 0 0.5em 0;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 2;
  list-style: none;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
    
.gamo .seminar-dl{
  position: relative;
  margin: auto;
  padding: 0 0 2em;
  width: 94%;
  display: block;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.6;
}

.gamo .seminar-dl dt{
  position: relative;
  margin: 0 0 0.5em;
  padding: 0;
  width: inherit;
  font-weight: bold;
}

.gamo .seminar-dl dd{
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
}
    
    
/*****LINK*****/
.link .link-dl{
  position: relative;
  margin: auto;
  padding: 0 0 2em;
  width: 94%;
  display: block;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.6;
}

.link .link-dl dt{
  position: relative;
  margin: 0 0 0.5em;
  padding: 0;
  width: inherit;
  font-weight: bold;
}

.link .link-dl dd{
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
}    

       
}


/* IE */
@media all and (-ms-high-contrast: none) {

.home .instagram-bg{ display: none;}

}





/*****PAGER*****/
.symposium .pager,
.social .pager {
	margin:1em 0 1em 0;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

.symposium .pager li,
.social .pager li {
	margin: 0 0.3em;
}

.symposium .pager a,
.social article .pager a {
	display: block;
	padding: 0.5em 0.8em;
	color: #FFF;
	text-decoration: none;
	background: rgb(0,181,233);
	background: linear-gradient(0deg, rgba(0,181,233,1) 0%, rgba(0,194,235,1) 100%);
	border-radius: 6px;
}

.social article .pager a {
	background: rgb(166,77,255);
	background: linear-gradient(0deg, rgba(166,77,255,1) 0%, rgba(166,77,255,1) 100%);
    color: #FFF;
}

.symposium .pager span,
.social .pager span {
	padding: 0.5em 0.8em;
	display: block;
	font-weight: bold;
	color: #26b4f0;
	border:1px solid #26b4f0;
	border-radius: 6px;
}

.social .pager span {
    color:#a64dff;
    border: 1px solid #a64dff;
}

.symposium .pager-box,
.social .pager-box{
	margin:3em 0 1em 0;
}

.social article .pager a:visited,
.social article .pager a:hover,
.social article .pager a:focus,
.social article .pager a:active { color: #FFF;}

.symposium .pager-box .button a,
.social .pager-box .button a{
    position: relative;
	margin: 1.5em auto 1.5em auto;
	padding: 0.5em;
	width: 100%;
	display: block;
	border-radius: 3em;
	background: rgb(0,181,233);
	background: linear-gradient(0deg, rgba(0,181,233,1) 0%, rgba(0,194,235,1) 100%);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.social .pager-box .button a{
    background: rgb(166,77,255);
	background: linear-gradient(0deg, rgba(166,77,255,1) 0%, rgba(166,77,255,1) 100%);
}

.social article .nextpage-box a{
    color:#008fc2 !important;
    font-weight: 600;
}

/* SOCIAL */



.social article a { color: #a64dff;}

.social article a:visited,
.social article a:hover,
.social article a:focus,
.social article a:active { color: #a64dff;}

.button.purple a,
.button.purple a:visited,
.button.purple a:hover,
.button.purple a:focus,
.button.purple a:active{ color: #fff;}

.social .section-title {
	background: url(/common/img/bg_title.svg) right center no-repeat #f4eaff;
	background-size: contain;
	color: #7128ba;
}


.social .section-title:before { border: 1px solid #a64dff;}
.social .section-sub-title-01 { color: #7128ba;}
.social .section-sub-title-01:before{ background-color: #a64dff;}
.social .section-sub-title-02 { color: #7128ba;}
.social .section-sub-title-03 {
	position: relative;
	color: #7128ba;
	text-align: center;
}

.social .section-sub-title-03:before,
.social .section-sub-title-03:after {
	border-top: solid 1px #a64dff;
	border-bottom: solid 1px #a64dff;
}

.social-orenge { color: #ff6010;}

.social-red { 
    color: #f30;
    font-weight: bold;}

.social-top-button a {
	position: relative;
	margin: auto;
	padding: 1em;
	width: 96%;
	max-width: 64rem;
	display: block;
	border-radius: 1rem;
	background-color: #a64dff;
	line-height: 1.6;
	text-align: center;
}

.social-top-button a em{
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.social-top-button a span{
	display: block;
	color: #fff;
	font-size: 1.4rem;
}

.social-top-button a:before{
	position: absolute;
	bottom: 0.1rem;
	left: 0;
	margin: 0;
	padding: 30% 0 0 0;
	width: 18%;
	max-width: 11rem;
	height: 0;
	display: block;
	background: url(/img/hair/image_03.svg) left bottom no-repeat;
	background-size: contain;
	content: "";
}

.social-top-button a:after{
	position: absolute;
	bottom: 0.1rem;
	right: 0;
	margin: 0;
	padding: 100% 0 0;
	width: 18%;
	max-width: 10rem;
	height: 0;
	display: block;
	background: url(/img/home/image_gray_02.svg) left bottom no-repeat;
	background-size: contain;
	content: "";
}

.social .section-sub-title-open{
	position: relative;
	margin: 0;
	padding: 1.2em 1em 1.2em 3.5rem;
	width: 100%;
	display: block;
	color: #7128ba;
	font-size: 2.4rem;
	line-height: 1;
	cursor: pointer;
}

.social .section-sub-title-open:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 50%;
	background: url(/common/img/icon_plus_w.svg) center center no-repeat #a64dff;
	background-size: 50%;
	transition: 0.3s ease-in-out;
	transform: rotate( 0deg );
	content: "";
}

.social .section-sub-title-open.active:before{
	background: url(/common/img/icon_minus_w.svg) center center no-repeat #a64dff;
	background-size: 50%;
	transform: rotate( -180deg );
}

.social .section-sub-title-open:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	background: url(/common/img/icon_arrow_purple.svg) center center no-repeat;
	background-size: contain;
	transition: 0.3s ease-in-out;
	transform: rotate(90deg);
	content: "";
}


#TWITTER.shirayuri-twitter{
  margin: auto;
  width: 90%;
  max-width: 60rem;
}

#TWITTER.shirayuri-twitter .inner{
  margin: 0 auto 3em;
  padding: 1em;
  width: 100%;
  border: 0.1rem solid #ccc;
}

#TWITTER.shirayuri-twitter h3 a{
  position: relative;
  margin: 0 0 0.5em;
  padding: 0.5em 0 0.5em 5.5rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: normal;  
}

#TWITTER.shirayuri-twitter h3 a:before{
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  display: block;
  background: url(/common/img/foot_icon_twitter.svg) center center no-repeat;
  background-size: contain;
  content: "";
}



@media screen and (max-width:460px){


.social-top-button a {
	padding: 1em 0.5em;
	text-align: left;
	letter-spacing: normal;
}

.social-top-button a em{ font-size: 1.6rem;}
.social-top-button a span{ font-size: 1.3rem;}

.social-top-button a:before{ display: none;}

.social-top-button a:after{
	position: absolute;
	bottom: 0.1rem;
	right: 0;
	margin: 0;
	padding: 100% 0 0;
	width: 20%;
	max-width: 8rem;
	height: 0;
}

}/* 460 */

.contents-section .social-word-dl {
	margin: 0;
	font-size: 1.6rem;
	text-align: left;
}

.contents-section .social-word-dl dt {
	position: relative;
	margin: 0 0 0.5em;
	padding: 0 0 0 1.4em;
}

.contents-section .social-word-dl dt:before {
	position: absolute;
	top: 0.5rem;
	left: 0;
	margin: 0;
	padding: 0;
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	background-color: #ff6010;
	content: "";
}

.contents-section .social-word-dl dd { margin: 0 0 1em;}
.social .highlight { padding: 0 0.5rem; background-color: #f4eaff;}

p.asterisk_comment {
	margin: 1em 0 0;
	padding:0 0 0 1em;
	text-indent: -1em;
	color: #f00;
}
p.asterisk_comment::before {content: "※";}



/* receipt-button */

.foot-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0.4rem;
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e73e84;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 800;
}


.foot-banner a{
  margin: 0;
  padding: 0.3rem;
  width: 90%;
  max-width: 44rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 5rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.foot-banner a span{ font-weight: bold;}

.foot-banner a em{
  margin: 0;
  padding: 0 0.3rem 0 0;
  text-decoration: underline;
  color: #e73e84;
  font-weight: bold;  
}

.foot-banner .image-icon{
  position: relative;
  margin: 0;
  padding: 6.4rem 0 0;
  width: 6.4rem;
  height: 0;
  display: block;
  overflow: hidden;
  border-radius: 3em;
  order: -1;
}

.foot-banner .image-icon img{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.foot-banner a span{
  position: relative;
  margin: 0;
  padding: 0 2rem 0 0;
  width: calc(100% - 7.4rem);
  display: block;
  overflow: hidden;
}

.foot-banner a span:after{
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
}


@media screen and (max-width: 640px){

.foot-banner a{ font-size: 1.4rem;}
.foot-banner a em{ font-size: 1.6rem;}
.foot-banner a br{ display: none;}

}/* End max 640 */



.receipt-button,
.how-to-button {
  position: fixed;
  top: inherit;
  bottom: 2rem;
  left: 2rem;
  margin: auto;
  padding: 0.4rem;
  width: 18rem;
  height: 18rem;
  display: block;
  border-radius: 50%;
  background-color: #00aeef;
  box-shadow: 0.3rem 0.3rem 0.6rem -0.3rem rgba(0,0,0,0.6);
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1000;
}

.how-to-button{
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.receipt-button a,
.how-to-button a{
  position: relative;
  margin: auto;
  padding: 1.5em 0.4rem 0.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid #fff 0.3rem;
  background: rgb(0,174,239);
  background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;  
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.2);
}

.receipt-button a:before,
.how-to-button a:before{
  position: absolute;
  top: -1.5em;
  left: 0.5em;
  margin: auto;
  width: 12rem;
  height: 8rem;
  display: block;
  background: url(/funding/common/img/angel.svg) center center no-repeat;
  background-size: contain;
  transform: scale(-1, 1) rotate(0deg);
  animation: angel 2s ease-in-out infinite;
  content: "";
}

.receipt-button a:hover,
.how-to-button a:hover { opacity: 1;}

@media screen and (max-width: 767px){

.receipt-button,
.how-to-button{
  position: fixed;
  top: inherit;
  bottom: 2rem;
  left: 2rem;
  margin: auto;
  padding: 0.4rem;
  width: 14rem;
  height: 14rem;
  display: block;
  border-radius: 50%;
  background-color: #00aeef;
  box-shadow: 0.3rem 0.3rem 0.6rem -0.3rem rgba(0,0,0,0.6);
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1000;
}
    
.how-to-button{
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.receipt-button a,
.how-to-button a{
  position: relative;
  margin: auto;
  padding: 1.5em 0.4rem 0.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid #fff 0.3rem;
  background: rgb(0,174,239);
  background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;  
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.2);
}


.receipt-button a:before,
.how-to-button a:before{
  position: absolute;
  top: -1.5em;
  left: 0.5em;
  margin: auto;
  width: 9rem;
  height: 6rem;
  display: block;
  background: url(/funding/common/img/angel.svg) center center no-repeat;
  background-size: contain;
  transform: scale(-1, 1) rotate(0deg);
  animation: angel 2s ease-in-out infinite;
  content: "";
}

}/* End max 767 */

@keyframes angel {
  0% { background-position: top center;}
  50% { background-position: bottom center;}
  100% { background-position: top center;}
}

/* 追記 */

.contents-section.secure{
  position: relative;
  margin: auto;
  width: 94%;
  max-width: 100rem;
}

.contents-section.secure .section-title{
  position: relative;
  margin: 0 0 1em;
  padding: 0.5rem 1.5rem;
  display: block;
  border-left: 1rem solid #00aeef;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-radius: 0;
}

  .contents-section.secure .section-title{
  background: none;
}


.contents-section.secure .section-title::before{
  border: none;
}

.contents-section.secure .section-sub-title-01{
  position: relative;
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid #999;
  letter-spacing: 0.05em;
  color: #333;
}

.contents-section.secure .section-sub-title-01:before{
  display: none;
}


.contents-section.secure .txt{
  margin: 0 0 1em;
  line-height: 1.8;
}

.contents-section.secure p.notice-txt-r{
  color: #f30;
}

.contents-section.secure .list-ul li{
  margin: 0 0 0 1.5em;
  padding: 0 0 0.5em 0;
  list-style-type: disc;
}

.contents-section.secure .list-ol li{
  margin: 0 0 0 2em;
  padding: 0 0 0.5em 0;
  list-style-type: decimal;
}

/* IMAGE */

.image-box{ position: relative; margin: auto; display: flex; overflow: hidden; width: 100%; height: auto;}

img.secure_image{ border: 0.1rem solid #999;}

.image-box.image-size-m,.image.image-size-m{ max-width: 40rem;}
.image-box.image-size-l,.image.image-size-l{ max-width: 60rem;}

/*** IMAGE ASPECT-RATIO ***/
.aspect-3-2 { aspect-ratio: 3 / 2;}
.aspect-10-1 { aspect-ratio: 10 / 1;}


.mt-1{ margin-top: 1em;}
.mt-2{ margin-top: 2em;}
.mt-4{ margin-top: 4em;}
.mb-1{ margin-bottom: 1em;}
.padding-2{ padding: 2em;}

section .inner-block.border-blue { border: 1px solid #00aeef;}

/* LINK ARROW */
.arrow{ position: relative; display: inline-block;}

.arrow-m{ padding-left: 1.6rem;}


