@charset "utf-8";
@media screen and (min-width:641px){
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:87%; /* 14px */
	color:#444444;
}
a, a:link, a:visited, a:hover, a:active {
	color:#444444;
	text-decoration:none;
}
/*
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
a.rollover:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}*/
.sp_only {
	display: none;
}

.base_width {
	max-width:1100px;
	margin:0 auto;
	padding:0 10px;
}
#wrapper {
	min-width:1100px;
}
#header {
	background:url(../img/bg_header.png) repeat-x 0 0;
}
#header .logo {
	padding:15px 0;
}
#footer .bottom_area {
	background-color:#DDDBD6;
	padding:18px 0;
	overflow:hidden;
}
.main {
	background: url(../img/bg_main.png) repeat-x 0 0;
	padding:30px 0 20px;
}
.main .ttl h1{
	text-align:center;
}
.main .ttl p {
	line-height:160%;
	text-align:center;
}
.main .ttl .lead {
	text-align:center;
	margin-top:15px;
}
#contents {
	background:url(../../flow/img/bg_contents.png) repeat 0 0;
}
#contents .content {
	padding:55px 0 30px 0;
	box-shadow:2px 2px 0 0 rgba(100,100,100,0.1);
}
#contents .content .border_box {
	border:5px solid #dddddd;
	border-radius:5px;
	background-color:#ffffff;
	padding:40px 10px;
	margin:0 0 40px 0;
}
#contents .content .border_box .inner_box {
	overflow:auto;
	height:550px;
	padding:0 45px 0 35px;
}
#contents .content .border_box .inner_box::-webkit-scrollbar {
	all:unset;
	width: 12px;
	background: transparent;
}

#contents .content .border_box .inner_box::-webkit-scrollbar-track {
	all:unset;
	border-radius: 8px;
	background: #f5f5f5;
	border:1px solid #f5f5f5;
}

#contents .content .border_box .inner_box::-webkit-scrollbar-thumb {
	all:unset;
	border-radius: 8px;
	background: #ecebe6;
}



#contents .content h2 {
	font-size:114%;
	font-weight:bold;
	text-align:center;
	margin:5px 0 20px 0;
	border-top:1px dotted #d2d2d2;
	padding:25px 0 0 0;
}
#contents .content h3 {
	font-weight:bold;
	margin:0 0 18px 0;
}
#contents .content .border_box a {
	color:#2792c3;
}
#contents .content .table_color {
	border-collapse:collapse;
	border:2px solid #FFFFFF;
	width:100%;
	margin:0 0 25px 0;
}
#contents .content .table_color th {
	font-weight:bold;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:2px solid #FFFFFF;
	background-color:#DDDDDD;
}
#contents .content .table_color td {
	line-height:160%;
	padding:20px;
	border:2px solid #FFFFFF;
	background-color:#F7F7F7;
}
#contents .content p,
#contents .content div > ul {
	margin-bottom:13px;
}
#contents .content ul {
	margin-left:2em;
}
#contents .content p,
#contents .content div > ul > li {
	line-height:160%;
}
#contents .content ul.maru li{
	text-indent:-1em;
	margin-left:1em;
}
#contents .content ul.bracket > li{
	text-indent:-2em;
	margin-left:2em;
}
#contents .content .inquiry {
	text-indent:1em;
	display:block;
}
#contents .content .btn_area a {
	text-decoration:underline;
}
#contents .content .btn_area p {
	text-align:center;
	padding:0 0 20px 0;
}
#contents .content .btn_area .win_close a {
	background:url(../img/ico_arrow01.png) no-repeat 0 center;
	padding:0 0 0 20px;
}

/* .about_peps */

#contents .about_peps .content .border_box .inner_box {
	height:auto;
}

#contents .about_peps .img_peps {
	text-align: center;
	margin-top: 45px;
}


/* フッター
---------------------------------------------- */
#footer {
	margin-top:-10px;
	padding:10px 0 0 0;
	background:url(../img/bg_shadow_btm2.png) repeat-x 0 0;
}
#footer .foot_contact {
	height:80px;
	background:url(../img/bg_shadow_btm2.png) repeat-x 0 bottom #ecebe6;
}
#footer .foot_contact #btn_gotop {
	position:fixed;
	bottom:80px;
	right:-70px;
	display:none;
}
/* ページ下部 コピーライト */
#footer .foot_copy {
	background:url(../img/foot_bg_copy.png) no-repeat center 0;
}
#footer .foot_copy .base_width {
	overflow:hidden;
}
#footer .foot_copy .copyright {
	color:#ffffff;
	font-size:78%;
	padding:42px 0 0 200px;
	float:left;
}
#footer .foot_copy .logo {
	float:right;
}



.t_center {
	text-align:center !important;
}
.for_sp {
	display:none;
}

/* pcのみ追加 */
.cheakerArea {
	/*margin-bottom: 30px;*/
	padding: 0 44px 14px 44px;
	text-align: center;
}
.checkBox li {
	padding: 0 20px;
}
.checkBox li input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
}
.checkBox .label1 {	
	background: url(../../consent/img/c_check01.png) center no-repeat;
	height: 59px;
	display: block;
	overflow: hidden;
}
.checkBox .label2 {
	background: url(../../consent/img/c_check02.png) center no-repeat;
	height: 102px;
	display: block;
	overflow: hidden;
}
.checkBox .label1.selected {
	background: url(../../consent/img/c_check01_on.png) center no-repeat;
}
.checkBox .label2.selected {
	background: url(../../consent/img/c_check02_on.png) center no-repeat;
}
.checkBox .radioA {
	width: 896px;
	cursor: pointer;
	opacity: 0;
}
.checkBox .label1 .radioA {
	height: 59px;
}
.checkBox .label2 .radioA {
	height: 102px;
}
.entryflow {
	/*margin: 0 auto 60px;*/
	margin: 0 auto 30px;
	text-align: center;
}
.entryflow .opacity {
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 66px;
	background: url(../../consent/img/brn_agree_off.png) no-repeat top center;
}
.entryflow .normal a{
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 66px;
	background: url(../../consent/img/brn_agree_on.png) no-repeat top center;
}
.entryflow .normal a:hover{
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 66px;
	background: url(../../consent/img/brn_agree_on.png) no-repeat top center;
}

/* チェックボックス部追加 */


.cheakerArea {
	padding: 0 44px 14px 44px;
	text-align: center;
}
.checkBox li input {
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	outline: none;
}
.checkBox .label1,
.checkBox .label2 {
	background: url(../../consent/img/c_check.png) left top no-repeat;
	width: 680px;
	height: 59px;
	line-height: 54px;
	font-weight: bold;
	font-size: 18px;
	color: #444444;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-left: 68px;
	cursor: pointer;
	position: relative;
}

.checkBox .label2 a {
	color: #2792c3;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	z-index: 1;
}

.checkBox .label2 a:hover {
	text-decoration: none;
}

.checkBox .label1.selected,
.checkBox .label2.selected {
	background: url(../../consent/img/c_check_on.png) left top no-repeat;
	color: #2792c3;
}

.checkBox .radioA {
	width: 653px;
	cursor: pointer;
	opacity: 0;
}
.checkBox .label1 .radioA {
	height: 59px;
}
.checkBox .label2 .radioA {
	height: 59px;
}
.entryflow {
	margin: 0 auto 30px;
	text-align: center;
	text-indent: -100%;
	overfiow: hidden;
}
.entryflow .opacity {
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 66px;
	background: url(../../consent/img/brn_agree_off.png) no-repeat top center;
}
.entryflow .opacity a{
	display: none;
}
.entryflow .normal a{
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 66px;
	background: url(../../consent/img/brn_agree_on.png) no-repeat top center;
}
.entryflow .normal a:hover{
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 66px;
	background: url(../../consent/img/brn_agree_on.png) no-repeat top center;
}

}

@media screen and (max-width:640px){
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:77%;
	color:#444444;
	background:#f3f2ed;
	-webkit-text-size-adjust:100%;
}
a, a:link, a:visited, a:hover, a:active {
	color:#444444;
	text-decoration:none;
	word-break: break-all;
}
#wrapper {
	position:relative;
}
.base_width {
	width:94%;
	margin:0 auto;
}
#header {
	padding:0 0 5px 0;
}
#header .logo {
	box-shadow:0 0 3px 3px rgba(100,100,100,0.1);
}
#contents {
	background:url(../../flow/img/bg_contents.png) repeat 0 0;
	margin:0 auto;
}
#contents .main {
	background-color:#f3f2ed;
}
#contents .main .ttl h1 {
	text-align:center;
	padding:5% 0 3% 0;
}
#contents .main .ttl .lead {
	font-size:1.2em;
	line-height:150%;
	text-align:left;
	padding:0 3% 3%;
}

#contents .content {
	box-shadow:0 0 3px 3px rgba(100,100,100,0.1);
	padding:5% 0 0 0;
	position: relative;
	z-index: 1;
}
#contents .content h2 {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:6% 0 0 0;
	border-top:1px dotted #d2d2d2;
	padding:8% 0 3% 0;
}
#contents .content h3 {
	font-weight:bold;
	margin:4% 0 2% 0;
}

#contents .content table {
	margin:0 0 2% 0;
	width:100%;
	border-collapse:collapse;
}
#contents .content table th {
	font-weight:bold;
	text-align:center;
	padding:2%;
	border:1px solid #ffffff;
	border-collapse:collapse;
	background-color:#dddddd;
}
#contents .content table td {
	line-height:160%;
	padding:2% 4%;
	border:1px solid #ffffff;
	background-color:#f7f7f7;
	border-collapse:collapse;
}
#contents .content p {
	margin:0 0 13px 0;
}
#contents .content div > ul {
	margin:0 4% 2% 16.5%;
}
#contents .content p,
#contents .content div > ul > li {
	color:#3E3833;
	line-height:160%;
}
#contents .content ul.maru li{
	text-indent:0;
	margin-left:0;
}
#contents .content ul.bracket li{
	text-indent:0;
	margin-left:0;
}
#contents .content ul li ul {
	margin:0 0 0 13px;
}
#contents .content .border_box {
	border:3px solid #dddddd;
	border-radius:5px;
	background-color:#ffffff;
	padding:3%;
}
#contents .content .border_box a {
	color:#2792c3;
}
#contents .content .btn_toggle {
	text-align:right;
	margin:0 0 3% 0;
}
#contents .btn_area img {
	width:90%;
	max-width:330px;
}
#contents .btn_area p {
	text-align:center;
	padding:0 0 7% 0;
	margin:0;
}
#contents .btn_area .win_close a {
	background:url(../img/ico_arrow01.png) no-repeat 0 center;
	background-size: auto 0.8em;
	padding:0 0 0 1.2em;
	text-decoration:underline;
}
#footer .foot_copy .copyright {
	color:#393f4c;
	font-size:78%;
	text-align:center;
}
#footer .foot_copy .logo {
	margin:3px 0 1% 0;
	line-height:100%;
	box-shadow:0 -1px 2px 1px rgba(100,100,100,0.2);
}
#footer .foot_contact {
	padding:0 0 18% 0;
}
#footer .foot_contact #btn_gotop {
	position: fixed;
	width: 16%;
	bottom: 1%;
	max-width:68px;
	z-index: 100;
}
#footer .foot_contact #btn_gotop img {
	width:100%;
}
.for_pc {
	display:none;
}
.sp_toggle {
	display:none;
}


/* 追加分 */

.checkBox .label1 {	
	display: block;
	background: url(../../consent/img/sp_c_check01.png) no-repeat 0 0;
	background-size:100% auto;
}
.checkBox .label1.selected {
	display: block;
	background: url(../../consent/img/sp_c_check01_on.png) no-repeat 0 0;
	background-size:100% auto;
}
.checkBox .label1:before {
	content:"";
	display:block;
	padding-top:15%;
}
.checkBox .label2 {
	display: block;
	background: url(../../consent/img/sp_c_check02.png) no-repeat 0 0;
	background-size:100% auto;
}
.checkBox .label2.selected {
	display: block;
	background: url(../../consent/img/sp_c_check02_on.png) no-repeat 0 0;
	background-size:100% auto;
}
.checkBox .label2:before {
	content:"";
	display:block;
	padding-top:15%;
}
.checkBox .radioA {
	cursor: pointer;
	opacity: 0;
}
.entryflow {
	margin: 0 auto;
	text-align: center;
}
.entryflow .opacity {
	background:url(../../consent/img/sp_brn_agree_off.png) no-repeat 0 0;
	background-size:100% auto;
}
.entryflow .opacity:before {
	content:"";
	display:block;
	padding-top:20%;
}
.entryflow .normal {
	position:relative;
	background:url(../../consent/img/sp_brn_agree.png) no-repeat 0 0;
	background-size:100% auto;
}
.entryflow .normal a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.entryflow .normal:before {
	content:"";
	display:block;
	padding-top:20%;
}

.checkBox .label1,
.checkBox .label2 {
	display: block;
	background: url(../../consent/img/c_check.png) left top no-repeat;
	background-size: 11% auto;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	padding-left: 17%;
	box-sizing: border-box;
	padding-bottom: 7%;
	line-height: 1.375;
}
.checkBox .label1.selected,
.checkBox .label2.selected {
	display: block;
	background: url(../../consent/img/c_check_on.png) left top no-repeat;
	background-size: 11% auto;
	color: #2792c3;
}
.checkBox .label2 a {
	color: #2792c3;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	z-index: 1;
}

.checkBox .label2 a:hover {
	text-decoration: none;
}

.checkBox .label1:before,
.checkBox .label2:before {
	content:"";
	display:inline-block;
	padding-top:20%;
	margin-bottom: -16%;
}

.checkBox .radioA {
	cursor: pointer;
	opacity: 0;
}
.entryflow {
	width: 92%;
	margin: 0 auto;
	text-align: center;
	text-indent: -100%;
	overflow: hidden;
}
.entryflow .opacity {
	background:url(../../consent/img/sp_brn_agree_off.png) no-repeat 0 0;
	background-size:100% auto;
}
.entryflow .opacity:before {
	content:"";
	display:block;
	padding-top:20%;
}
.entryflow .normal {
	position:relative;
	background:url(../../consent/img/sp_brn_agree.png) no-repeat 0 0;
	background-size:100% auto;
}
.entryflow .opacity a{
	display: none;
}
.entryflow .normal a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.entryflow .normal:before {
	content:"";
	display:block;
	padding-top:20%;
}

/* 最後追加分 */
.base_width {
	width:94%;
	margin:0 auto;
	padding-bottom: 8%;
}

}