@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/sumikko/sumikko.css
 * ------------------------------------------------------
 * - header
 * - layout
 * - footer
 * - component
 * - @media query:max-width: 750px
 * Clearfix
 * Opening Animation
====================================================== */
/*
a:hover img{
	opacity: 0.7;
}
*/
.txtColor-sumikko{color: #fa6757;}
.txtColor-sumikko02{color: #542700;}
.txtColor-sumikko03{color: #E4486E!important;}
.sumikko-inline{display: inline-block!important;}
.txt-sizeXS{font-size: 11px!important; font-size: 1.1rem!important;}
.txt-sizeS{font-size: 12px!important; font-size: 1.2rem!important;}
.txt-sizeM{font-size: 15px!important; font-size: 1.5rem!important;}
.txt-sizeL{font-size: 16px!important; font-size: 1.6rem!important;}
.txt-sizeLL{font-size: 17px!important; font-size: 1.7rem!important;}
.txt-size3L{font-size: 18px!important; font-size: 1.8rem!important;}
.txt-size4L{font-size: 19px!important; font-size: 1.9rem!important;}
.txt-sizeXL{font-size: 20px!important; font-size: 2.0rem!important;}
.txt-size6L{font-size: 21px!important; font-size: 2.1rem!important;}
.txt-size7L{font-size: 24px!important; font-size: 2.4rem!important;}
.txt-size8L{font-size: 26px!important; font-size: 2.6rem!important;}
.txt-size10L{font-size: 28px!important; font-size: 2.8rem!important;}
a:link,
a:visited,
a:active,
a:focus{
	text-decoration:underline;
	color: #542700;
}
a:hover{
	text-decoration:none;
	color: #542700;
}

/* header
------------------------------------------------------ */
#sumikko-header {
	background-color: transparent;
}
#sumikko-headerLogo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 7px 29px 6px;
}
/* layout
------------------------------------------------------ */
#mainContainer {
	background-color: #feeec0;
	margin-top: 0;
}
#mainContents {
	width: auto;
	margin: 0;
}
.sumikko-contentsWrap {
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 0 30px 54px;
	z-index: 1;
}
.sumikko-shadowText {
	margin: 28px auto 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
/* news */
.newsBox {
	margin-top: 13px;
	width: 100%;
	height: 132px;
	overflow-y: hidden;
	color: #542700;
}
.newsBox .newsHdg {
	padding: 9px 0 6px;
	border-bottom: 2px solid #e3c89b;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fa6757;
	line-height: 1.0;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 93px;
}
.newsBox .contentbox {
	padding: 15px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 10px;
}
.newsBox .contentbox li .date {
	display: table-cell;
	width: 120px;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .contentbox li  a ,
.newsBox .contentbox li  a:visited ,
.newsBox .contentbox li  a:hover {
	text-decoration:underline;
	color: #542700;
}
.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 15px 0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 18px;
	background-color: inherit;
	padding: 4px 3px;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 16px;
	background-color: #e3c89b;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 16px;
	margin: 3px 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 3px;
	right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e3c89b;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 16px;
	height:18px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 9px solid #7e634d;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 9px solid #7e634d;
	border-right: 7.5px solid transparent;
	border-left: 7.5px solid transparent;
	position:absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
}
/* sumikko-hdg */
.sumikko-hdg02{
	margin-top: 60px;
}
.sumikko-hdg02_01{
	margin-top: 30px;
}
.sumikko-hdg03{
	margin-top: 78px;
	text-align: center;
}
.sumikko-hdg04{
	margin-bottom: 18px;
	text-align: center;
}
/* sumikko-section */
.sumikko-section01 .colLayout.col2 > .col{
	margin-right: 28px;
}
.sumikko-section01 .colLayout.col1 > .col{
	margin-right: auto;
	margin-left: auto;
}
.sumikko-section01 .colLayout {
	margin-top: 20px;
}


.sumikko-section02 .colLayout .col.sumikko-sideImg{
	text-align: left;
	width: 50%;
	margin-right: 4%;
}
.sumikko-section02 .colLayout .col.sumikko-sideText{
	margin: 64px 0 60px;
	width: 46%;
}
.sumikko-section02{
	color: #542700;
}
.sumikko-section02 .colLayout .col.sumikko-sideImg.type02,
.sumikko-section02 .colLayout .col.sumikko-sideText.type02{
	display: table;
	font-size: 23px;
	font-size: 2.3rem;
	color: #542700;
}
.sumikko-section02 .colLayout .col.sumikko-sideImg.type02 .privilegeDetailinner,
.sumikko-section02 .colLayout .col.sumikko-sideText.type02 .privilegeDetailinner{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.sumikko-section02 .colLayout .col.sumikko-sideText.type02{
	margin: 0;
}
.sumikko-section02 .colLayout .col.sumikko-sideText.type02 p + p{
	margin-top: 30px;
}
.sumikko-section02 .colLayout .col.sumikko-sideText.type02 p.dateIcon{
	margin-top: 20px;
}
.sumikko-section02 .colLayout .col.sumikko-sideText.type02 p.dateIcon + p.date{
	margin-top: 0;
}
.sumikko-section02 .colLayout .col.sumikko-sideText.type02 p.dateIcon {
	display: inline-block;
	padding: 8px 25px 6px;
	color: #FFFFFF;
	background-color: #907a6b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.0;
}
.sumikko-section02 .sumikko-Leadtext01{
	font-size: 28px;
	font-size: 2.8rem;
	color: #542700;
	font-weight: bold;
}
.sumikko-section02 .sumikko-Leadtext02{
	font-size: 35px;
	font-size: 3.5rem;
	color: #542700;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.sumikko-section02 .sumikko-Subtext01{
	font-size: 24px;
	font-size: 2.4rem;
	color: #542700;
	margin: 10px 0 50px;
}
.sumikko-section02 .sumikko-Subtext02{
	font-size: 22px;
	font-size: 2.1rem;
	color: #542700;
}
.sumikko-section02 .sumikko-bandtext01 {
	margin-top: 40px;
}
.sumikko-section02 .sumikko-bandtext01 > span{
	display: inline-block;
	border-radius: 50px;
	padding: 10px 25px;
	background-color: #507e00;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	line-height: 1.2;
}
.sumikko-section02 .txtNote01{
	font-size: 16px;
	font-size: 1.6rem;
	color: #542700;
	margin-top: 8px;
}


.sumikko-section03 .sumikko-bgBox01{
	font-size: 16px;
	font-size: 1.6rem;
	color: #542700;
}
.sumikko-bgBoxTitle{
	margin-bottom: 20px;
	color: #542700;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.sumikko-bgBox01 {
	margin: 42px auto 0;
	padding: 25px 60px;
	background-color: #f3daac;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	color: #542700;
	font-size: 16px;
	font-size: 1.6rem;
}
.sumikko-bgBox01 .noteList01.sumikko-list02 {
	margin-top: 30px;
}
.sumikko-bgBox01 .noteList01 {
	margin-top: 15px;
}
.sumikko-bgBox01 .noteList01 > li + li {
	margin-top: 10px;
}
.noteBox-Lead {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.sumikko-bgBox01 .noteboxSubheading {
	margin-top: 30px;
}
.sumikko-bgBox01 .noteboxSubheading + .normalList01 {
	margin-top: 5px;
}
.sumikko-bgBox01 .noteBoxinner + .noteBoxinner {
	margin-top: 30px;
	padding-top: 30px;
	background-image: url(/gecard/rilakkuma/img-files/rilakkuma_ic03.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto auto;
}
.sumikko-list01 {
	margin-top: 23px;
}
.sumikko-list01 > li {
	position: relative;
	padding-left: 20px;
	color: #542700;
}
.sumikko-list01 > li:before {
	position: absolute;
	content: "";
	top: 0.6em;
	left: 8px;
	width: 3px;
	height: 3px;
	background: #542700;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.sumikko-balloon01 {
	margin-bottom: 16px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.sumikko-balloon01 > span {
	position: relative;
	display: inline-block;
	padding: 7px 18px;
	background: #c5121a;
	-webkit-border-radius: 1.4em;
	-moz-border-radius: 1.4em;
	border-radius: 1.4em;
	color: #fff;
	font-weight: bold;
}
.sumikko-balloon01 > span:after {
	position: absolute;
	display: block;
	bottom: -9px;
	left: 50%;
	margin-left: -5px;
	border-top: 9px solid #c5121a;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
}
.sumikko-noteBox01 {
	width: 560px;
	margin: 30px auto 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #c5121a;
	font-size: 14px;
	font-size: 1.4rem;
}
.sumikko-noteBox01.typeNoBg {
	margin: 30px auto 0;
	padding: 0;
	background: none;
	border: none;
}
.sumikko-noteBox01 > *:first-child {
	margin-top: 0 !important;
}
.sumikko-noteBox01.typeNoBg .noteList01 li {
	color: #fff;
}
.sumikko-noteBox01.typeNoBg .noteList01 li a {
	color: #fff;
}

.sumikko-section04{
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	color: #542700;
}
/* sumikko-btn */
.sumikko-btn01_1,
.sumikko-btn01_2,
.sumikko-btn02_1,
.sumikko-btn02_2{
	margin-top: -79px;
	position: relative;
	z-index: 10;
}
.sumikko-btn01_1,
.sumikko-btn01_2 {
	text-align: left;
}
.sumikko-btn02_1,
.sumikko-btn02_2{
	text-align: right;
}


.sumikko-btn01_1 a,
.sumikko-btn01_2 a,
.sumikko-btn02_1 a,
.sumikko-btn02_2 a,
.sumikko-btn01_1 a:hover,
.sumikko-btn01_1 a:visited,
.sumikko-btn01_2 a:hover,
.sumikko-btn01_2 a:visited,
.sumikko-btn02_1 a:hover,
.sumikko-btn02_1 a:visited,
.sumikko-btn02_2 a:hover,
.sumikko-btn02_2 a:visited {
	width: 100%;
}

.sumikko-section02 .sumikko-List03{
	display: inline-block;
}


.sumikko-btn03 a{
	position: relative;
	display: table;
	min-width: 555px;
	height: 100px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #c5a68e;
	border-radius:10px;
	margin: 0;
	padding: 4px 4px;
	text-decoration: none;
}
.sumikko-btn03 a:hover{
	height: 98px;
	border-bottom: 1px solid #c5a68e;
	margin-top: 2px;
	text-decoration: none;
}
.sumikko-btn03 a::before{
	position: absolute;
	display:block;
	content:"";
	width: 543px;
	height: 89px;
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_ic02.png), url(/gecard/sumikko/img-files/pc_sumikko_ic03.png);
	background-size: auto 80px,auto 62px;
	background-position: top -16px left 5px,bottom -10px right 0;
	background-repeat: no-repeat,no-repeat;
}
.sumikko-btn03 a span.inner{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #c5a68e;
	border-radius:10px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #7e634d;
}
.sumikko-btn03 a::after{
	position: absolute;
	display:block;
	content:"";
	width: 34px;
	height: 34px;
	top: 50%;
	right: 13px;
	margin-top: -17px;
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_ic04.png);
	background-size: 34px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.sumikko-btn03 a span.inner span.btn-txtSmall{
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: -4px;
}
.sumikko-btn03.tyape02{
	padding-top: 33px;
}
.sumikko-btn03.tyape02 a{
	margin-right: auto;
	margin-left: auto;
}


.sumikko-btn04 {
	margin-top: 33px;
}
.sumikko-btn04 a{
	background: url("/gecard/sumikko/img-files/pc_sumikko_bt01.png") no-repeat;
	display: inline-block;
	width: 554px;
	height: 99px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-decoration: none;
	color: #7e634d;
	padding: 15px 0;
}
.sumikko-btn04 a span{
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: -7px;
}
.sumikko-btn04 a:hover,
.sumikko-btn04 a:visited{
	background: url("/gecard/sumikko/img-files/pc_sumikko_bt01on.png") no-repeat;
	display: inline-block;
	width: 554px;
	height: 99px;
	text-align: center;
	color: #7e634d;
	padding: 18px 0;
}
.sumikkoBtnN + .sumikkoBtnN{
	margin-top: 15px;
}

.sumikko-section04 .colLayout.col2 > .col{
	width: 48%;
	margin-right: 40px;
}
.sumikko-section04 .sumikko-imgL{
	text-align: right;
}
.sumikko-section04 .sumikko-imgR{
	text-align: left;
}
.sumikko-section05{
	padding: 36px 0 35px;
}
.sumikko-section05 .bold{
	padding-bottom: 10px;
}
.sumikko-section05 .sumikko-List03{
	min-width: 554px;
	display: inline-block;
}
.sumikko-section05 .noteList01{
	margin-top: 35px;
}
.sumikko-section05 .noteList01 li{
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
}
.sumikko-section05 .noteList01 a{
	text-decoration: underline;
	color: #542700;
}
.sumikko-section05 .noteList01 a:hover,
.sumikko-section05 .noteList01 a:visited {
	text-decoration: none;
	color: #542700;
}
.sumikko-section06{
	color: #542700;
}
.sumikko-section06 .sumikko-hdg02{
	margin-top: 75px;
}
.sumikko-section06 .colLayout.col2{
	margin-top: 35px;
}
/* footer
------------------------------------------------------ */
#pageTopBtn{
	z-index: 10;
}
#sumikko-footer {
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	background: #785e49;
}
.copyright {
	text-align: center;
}

/* component
------------------------------------------------------ */
/* hero */
.sumikko-hero {
	text-align: center;
	padding: 0 0 20px;
}
.sumikko-heroImg01{
	background: url("/gecard/sumikko/img-files/pc_sumikko_im02.png") ;
	background-repeat: repeat-x;
	background-position: left 0 bottom 0;
	background-color: #fffded;
}
/* flow */
.sumikko-inner01{
	margin-top: 40px;
}
.sumikko-flow > li {
	float: left;
	width: 278px;
	min-height: 274px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #94684f;
	text-align: center;
}
.sumikko-flow > li:nth-of-type(2) {
	margin:0 8px;
}
.sumikko-flow > li:nth-of-type(3) {
	margin-right: 8px;
}
.sumikko-flow > li.list01 {
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_tx02.png);
}
.sumikko-flow > li.list02 {
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_tx03.png);
}
.sumikko-flow > li.list03 {
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_tx04.png);
}
.sumikko-flow > li.list04 {
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_tx05.png);
}
.sumikko-flow > li a {
	color: #94684f;
}
.sumikko-flow > li .num {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 42px;
}
.sumikko-flow .sumikko-flowDesc dd {
	padding-top: 145px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
/* sumikko-innerImg */
.sumikko-innerImg{
	margin: 60px 0 -55px;
	text-align: center;
}
/* sumikko-btnLisrt */
.sumikko-btnLisrt{
	padding: 60px 0;
}
.sumikko-btnLisrt li{
	width: 585px;
	margin: 0 auto;
}
.img-exchenge{
	margin-top: 40px;
	margin-bottom: 40px;
}

/* sumikko-Exchange */
.sumikko-hdg02Exchange {
	margin-top: 75px;
}
.sumikko-leadExchange {
	margin-top: 40px;
}
.sumikko-hdg03Exchange {
	margin-top: 40px;
	text-align: center;
}
.sumikko-hdg03Exchange01 {
	margin-top: 40px;
	text-align: center;
}
.sumikko-hdg03Exchange02 {
	margin-top: 78px;
	text-align: center;
}
.sumikko-imgExchange {
	margin-top: 40px;
}
.sumikko-img2ColExchange {
	display: flex;
	width: 916px;
	margin: 25px auto 35px;
}
.sumikko-img2ColExchange .sumikko-item {
	width: 432px;
}
.sumikko-img2ColExchange .sumikko-item + .sumikko-item {
	margin-left: 52px;
}
/* sumikko-imgColWrap */
.sumikko-imgColWrap {
	display: flex;
	text-align: center;
	justify-content: center;
	gap: 45px 10px;
	margin: 25px auto 45px;
	flex-flow: wrap;
}
.sumikko-imgColWrap .sumikko-item {
	width: 370px;
}
.sumikko-itemText {
	font-size: 2.0rem;
	text-align: center;
	margin-top: 10px;
}

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

	.sp_txt-sizeXS{font-size: 11px!important; font-size: 1.1rem!important;}
	.sp_txt-sizeS{font-size: 12px!important; font-size: 1.2rem!important;}
	.sp_txt-sizeM{font-size: 13px!important; font-size: 1.3rem!important;}
	.sp_txt-sizeSL{font-size: 15px!important; font-size: 1.5rem!important;}
	.sp_txt-sizeL{font-size: 16px!important; font-size: 1.6rem!important;}
	.sp_txt-sizeLL{font-size: 17px!important; font-size: 1.7rem!important;}
	.sp_txt-size3L{font-size: 18px!important; font-size: 1.8rem!important;}
	.sp_txt-size4L{font-size: 19px!important; font-size: 1.9rem!important;}
	.sp_txt-sizeXL{font-size: 20px!important; font-size: 2.0rem!important;}
	.sp_txt-size6L{font-size: 21px!important; font-size: 2.1rem!important;}
	.sp_txt-size7L{font-size: 24px!important; font-size: 2.4rem!important;}
	.sp_txt-size8L{font-size: 26px!important; font-size: 2.6rem!important;}
	.sp_txt-size10L{font-size: 28px!important; font-size: 2.8rem!important;}
	/* header
	------------------------------------------------------ */
	#sumikko-header {
		background-position: bottom;
		background-size: 14px auto;
	}
	#sumikko-headerLogo {
		padding: 10px 9px 8px;
	}
	#sumikko-headerLogo img {
		width: 200px;
	}
	/* layout
	------------------------------------------------------ */
	#pageContainer {
		background-size: 75px auto;
	}
	#mainContainer {
		background-color: #feeec0;
		margin-top: 0;
	}
	#mainContents {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.sumikko-contentsWrap {
		position: relative;
		width: auto;
		margin: 0;
		padding: 0;
		z-index: 1;
	}
.sumikko-shadowText {
	margin: 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.sumikko-shadowText .paragraph01{
	margin-top: 10px;
}

/* news */
	.newsBox{
		width: auto;
		height: 104px;
		margin: 20px 10px;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
	}
	.newsBox .newsHdg {
		padding: 5px 0 5px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.newsBox .newsHdg img{
		width: 50px;
	}
	.newsBox .content {
		padding: 0px;
		height: 70px;
	}
	.newsBox .contentbox {
		padding: 8px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 5px;
	}
	.newsBox .contentbox li .date {
		width: 70px;
		padding-left: 0;
	}
.newsBox .contentbox li .txt {
	display: table-cell;
	padding: 0 10px 0 25px;
}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 15px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 11px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 18px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 9px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 12px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 12px;
		height:11px;
	}
	 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		border-bottom: 6px solid #846b39;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position:absolute;
		top: 0;
		left: 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
		border-top: 6px solid #846b39;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		position:absolute;
		bottom: 0;
		left: 0;
	}
/* sumikko-hdg */
.sumikko-hdg02{
	margin-top: 20px;
}
.sumikko-hdg03{
	margin-top: 60px;
	text-align: center;
}
.sumikko-hdg04{
	margin-bottom: 13px;
	text-align: center;
}
/* sumikko-section */
.sumikko-section06 .colLayout.col2 > .col{ 
	width: 100%;
	margin-right: 0;
	float: none;
	display: block;
}
.sumikko-section01 .colLayout.col2 > .col { 
	width: 100%;
	margin-right: 0;
	float: none;
	display: block;
	margin-top: 40px;
}
.sumikko-section01 .colLayout.col2 > .col:first-child,
.sumikko-section06 .colLayout.col2 > .col:first-child{
	margin-top: 0;
}
.sumikko-section06 .colLayout.col2,
.sumikko-section01 .colLayout,
.sumikko-section06 .colLayout {
	margin-top: 13px;
	padding: 0 10px;
}
.sumikko-section01 .colLayout.col2{
	margin-top: 40px;
}
.sumikko-section06 .sumikko-hdg02{
	margin-top: 60px;
}
.sumikko-section02 .colLayout .col.sumikko-sideImg{
	text-align: center;
	width: 100%;
	padding: 0 10px;
	margin: 0;
}
.sumikko-section02 .colLayout .col.sumikko-sideText{
	text-align: center;
	width: 100%;
	padding: 0 10px;
	margin: 18px 0 0;
}
.sumikko-section02 .colLayout .col.sumikko-sideText.type02{
	font-size: 14px;
	font-size: 1.4rem;
}
.sumikko-section02 .colLayout .col.sumikko-sideText.type02 p + p{
	margin-top: 3px;
}
.sumikko-section02 .colLayout .col.sumikko-sideText.type02 p.dateIcon{
	margin-top: 5px;
	padding: 4px 14px 5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sumikko-section02 .colLayout .col.sumikko-sideImg.type02{
	margin-bottom: 30px;
}
.sumikko-section02 .sumikko-Leadtext01{
	font-size: 18px;
	font-size: 1.8rem;
	color: #542700;
	font-weight: bold;
}
.sumikko-section02 .sumikko-Leadtext02{
	font-size: 20px;
	font-size: 2.0rem;
	color: #542700;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.2;
}
.sumikko-section02 .sumikko-Subtext01{
	font-size: 14px;
	font-size: 1.4rem;
	color: #542700;
	margin: 6px 0 10px;
	line-height: 1.2;
}
.sumikko-section02 .sumikko-Subtext02{
	font-size: 13px;
	font-size: 1.3rem;
	color: #542700;
	line-height: 1.2;
}
.sumikko-section02 .sumikko-bandtext01 {
	margin-top: 20px;
}
.sumikko-section02 .sumikko-bandtext01 > span{
	display: inline-block;
	border-radius: 50px;
	padding: 5px 18px;
	background-color: #507e00;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
	line-height: 1.2;
}
.sumikko-section02 .txtNote01{
	font-size: 12px;
	font-size: 1.2rem;
	color: #542700;
	margin-top: 0;
	text-align: left;
}
.sumikko-section02 .sumikko-List03 .noteList01{
	margin-top: 3px;
}
.sumikko-section02 .sumikko-List03 ul li{
	font-size: 13px;
	font-size: 1.3rem;
}
.sumikko-section02 .noteList01 li{
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
}

.sumikko-section03{
	margin-top: 60px;
}
.sumikko-section03 .sumikko-bgBox01{
	font-size: 13px;
	font-size: 1.3rem;
	color: #542700;
}
.sumikko-bgBoxTitle{
	margin-bottom: 8px;
	color: #542700;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.sumikko-bgBox01 {
	margin: 28px 10px 0;
	padding: 20px 10px;
	background-color: #f3daac;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	color: #542700;
	font-size: 13px;
	font-size: 1.3rem;
}
.sumikko-bgBox01 .noteList01.sumikko-list02 {
	margin-top: 10px;
}
.sumikko-bgBox01 .noteList01 {
	margin-top: 15px;
}
.sumikko-bgBox01 .noteList01 > li + li {
	margin-top: 3px;
}
.sumikko-bgBox01 .noteBox-Lead{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.sumikko-bgBox01 .noteboxSubheading{
	margin-top: 15px;
	font-size: 12px;
	font-size: 1.2rem;
}
.sumikko-bgBox01 .noteBoxinner .normalList01{
	font-size: 12px;
	font-size: 1.2rem;
}
.sumikko-bgBox01 .noteboxSubheading + .normalList01{
	margin-top: 0;
}
.sumikko-bgBox01 .noteBoxinner{
	padding: 0;
}
.sumikko-bgBox01 .noteBoxinner + .noteBoxinner{
	margin-top: 19px;
	padding-top: 19px;
}
.sumikko-section02 .sumikko-bgBox01 .noteBoxinner  .noteList01 li{
	font-size: 13px;
	font-size: 1.3rem;
}
.sumikko-list01 {
	margin-top: 10px;
}
.sumikko-list01 > li {
	position: relative;
	padding-left: 13px;
	margin-top: 4px;
	color: #542700;
}
.sumikko-list01 > li:before {
	position: absolute;
	content: "";
	top: 0.6em;
	left: 8px;
	width: 3px;
	height: 3px;
	background: #542700;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.sumikko-balloon01 {
	margin-bottom: 16px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.sumikko-balloon01 > span {
	position: relative;
	display: inline-block;
	padding: 7px 18px;
	background: #c5121a;
	-webkit-border-radius: 1.4em;
	-moz-border-radius: 1.4em;
	border-radius: 1.4em;
	color: #fff;
	font-weight: bold;
}
.sumikko-balloon01 > span:after {
	position: absolute;
	display: block;
	bottom: -9px;
	left: 50%;
	margin-left: -5px;
	border-top: 9px solid #c5121a;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
}
.sumikko-noteBox01 {
	width: 560px;
	margin: 30px auto 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #c5121a;
	font-size: 14px;
	font-size: 1.4rem;
}
.sumikko-noteBox01.typeNoBg {
	margin: 30px auto 0;
	padding: 0;
	background: none;
	border: none;
}
.sumikko-noteBox01 > *:first-child {
	margin-top: 0 !important;
}
.sumikko-noteBox01.typeNoBg .noteList01 li {
	color: #fff;
}
.sumikko-noteBox01.typeNoBg .noteList01 li a {
	color: #fff;
}

.sumikko-section04{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #542700;
	margin-top: 60px;
}
/* sumikko-btn */
.sumikko-btn01_1,
.sumikko-btn01_2,
.sumikko-btn02_1,
.sumikko-btn02_2{
	margin-top: -50px;
	position: relative;
	z-index: 10;
	text-align: center
}


.sumikko-btn01_1 a,
.sumikko-btn01_2 a,
.sumikko-btn02_1 a,
.sumikko-btn02_2 a,
.sumikko-btn01_1 a:hover,
.sumikko-btn01_1 a:visited,
.sumikko-btn01_2 a:hover,
.sumikko-btn01_2 a:visited,
.sumikko-btn02_1 a:hover,
.sumikko-btn02_1 a:visited,
.sumikko-btn02_2 a:hover,
.sumikko-btn02_2 a:visited {
	background:none;
	display: block;
	width: 100%;
	height: 100%;
	opacity:none;

}

	.sumikko-btn03 a{
	display: table;
	min-width: auto;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #c5a68e;
	border-radius:10px;
	margin: 0;
	padding: 3px 3px;
	text-decoration: none;
}
.sumikko-btn03 a:hover{
	height: 60px;
	border-bottom: 3px solid #c5a68e;
	margin-top: 0;
	text-decoration: none;
}
.sumikko-btn03 a::before{
	position: absolute;
	display:block;
	content:"";
	width: 90%;
	height: 60px;
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_ic02.png);
	background-size: auto 49px;
	background-position: top -9px left 4px;
	background-repeat: no-repeat;
}
.sumikko-btn03 a span.inner::before{
	position: absolute;
	display:block;
	content:"";
	width: 100%;
	height: 60px;
	bottom: 0;
	right: 0;
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_ic03.png);
	background-size: auto 38px;
	background-position: bottom -3px right 0;
	background-repeat: no-repeat;
}
.sumikko-btn03 a span.inner{
	width: 100%;
	height: 60px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #c5a68e;
	border-radius:10px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #7e634d;
}
.sumikko-btn03 a::after{
	position: absolute;
	display:block;
	content:"";
	width: 17px;
	height: 17px;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	background-image: url(/gecard/sumikko/img-files/pc_sumikko_ic04.png);
	background-size: 17px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.sumikko-btn03 a span.inner span.btn-txtSmall{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: -4px;
}
.sumikko-btn03.tyape02{
	padding-top: 13px;
	padding-bottom: 4px;
	margin: 0;
}
.sumikko-btn03.tyape02 a{
	margin-right: auto;
	margin-left: auto;
}
.col + .col .sumikko-btn03{
	padding-top: 10px;
	}
.sumikkoBtnN + .sumikkoBtnN{
	margin-top: 8px;
}


.sumikko-section04 .colLayout.col2 {
	padding: 20px 10px 0;
	margin-top: 0;
	width: 100%;
	}
.sumikko-section04 .colLayout.col2 > .col{
	width: 48%;
	margin-right: 12px;
}
.sumikko-section04 .sumikko-imgL{
	text-align: left;
}
.sumikko-section04 .sumikko-imgR{
	text-align: right;
}
.sumikko-section05{
	padding: 20px 10px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.sumikko-section05 .bold{
	padding-bottom: 0;
}
.sumikko-section05 .sumikko-List03{
	min-width: 100%;
	display: block;
}
.sumikko-section05 .sumikko-List03 .noteList01{
	margin-top: 3px;
}
.sumikko-section05 .sumikko-List03 ul li{
	font-size: 13px;
	font-size: 1.3rem;
}
.sumikko-section05 .noteList01 li{
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
}
.sumikko-section05 .noteList01 a{
	text-decoration: underline;
	color: #542700;
}
.sumikko-section05 .noteList01 a:hover,
.sumikko-section05 .noteList01 a:visited {
	text-decoration: none;
	color: #542700;
}

	/* footer
	------------------------------------------------------ */
	#sumikko-footer {
		padding: 8px 0;
	}
	.copyright {
		font-size: 8px;
		font-size: .8rem;
	}
	/* component
	------------------------------------------------------ */
	/* hero */
	.sumikko-hero {
		margin: 0;
		padding: 0 0 10px;
	}
	.sumikko-hero img {
		width: 100%;
	}
	.sumikko-heroList01 {
		position: static;
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
		padding: 0 10px;
		letter-spacing: normal;
	}
	.sumikko-heroList01 > li {
		display: block;
		width: 100%;
		text-align: center;
	}
	.sumikko-heroList01 > li + li {
		margin-top: 12px;
	}
	.sumikko-heroList01 > li.list01 img {
		width: 233px;
	}
	.sumikko-heroList01 > li.list02 img {
		width: 277px;
	}

	/* flow */
	.sumikko-inner01 {
		margin-top: 10px;
	}
	.sumikko-inner01 .sumikko-flow {
		margin-top: 0;
		margin-bottom: 15px;
		padding: 0 5px;
		font-size: 13px;
		font-size: 1.3rem;

	}
	.sumikko-flow > li {
		position: relative;
		float: none;
		width: 100%;
		min-height: inherit;
		padding-top: 0;
		background: none !important;
	}
.sumikko-flow > li,
.sumikko-flow > li:nth-of-type(2),
.sumikko-flow > li:nth-of-type(3) {
		margin: 15px 0 0;
	}
.sumikko-flow > li:first-child{
		margin: 0;
	}
	.sumikko-flow > li a {
		color: #94684f;
	}
.sumikko-flow > li + li:after {
	position: absolute;
	content: "";
	width: 19px;
	height: 19px;
	top: -16px;
	right: 50%;
	margin-right: -7px;
	background: url(/gecard/sumikko/img-files/sp_sumikko_ic01.png) 0 0 no-repeat;
	-webkit-background-size: 17px auto;
	background-size: 19px auto;
}
	.sumikko-flow > li .num {
		display: none;
	}
	.sumikko-flow .sumikko-flowDesc {
		display: table;
		width: 100%;
		height: 76px;
		margin-top: 0;
	}
	.sumikko-flow .sumikko-flowDesc dt {
		display: table-cell !important;
		width: 28%;
		height: auto;
		padding: 0;
		background-size: 100px auto !important;
		background-repeat: no-repeat;
		background-position: 0 50%;
		vertical-align: middle;
	}
	.sumikko-flow .sumikko-flowDesc dt span {
		display: inline;
	}
	.sumikko-flow .sumikko-flowDesc dd {
		display: table-cell;
		width: 72%;
		padding: 0 0 0 35px;
		vertical-align: middle;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: left;
		z-index: -1;
		line-height: 1.7;
	}
	.sumikko-flow .sumikko-flowDesc dd span {
		display: inline-block;
		width: calc(100% + 55px);
		margin-left: -55px;
		padding: 20px 0 20px 30px;
		background-size: auto 85px;
		position: relative;
		z-index: -1;
	}
	/* sumikko-innerImg */
	.sumikko-innerImg{
		margin: 20px 6% -20px;
		text-align: center;
	}
	/* sumikko-btnLisrt */
	.sumikko-btnLisrt{
		padding: 30px 20px;
		width: 100%;
	}
	.sumikko-btnLisrt li{
		width: auto;
		margin: 0 auto;
	}
	.img-exchenge{
		max-width: 290px;
		margin: 10px auto;
	}
	
	/* sumikko-Exchange */
	.sumikko-hdg02Exchange {
		margin-top: 60px;
		padding: 0 10px;
	}
	.sumikko-leadExchange {
		margin-top: 10px;
	}
	.sumikko-hdg03Exchange01 {
		margin-top: 10px;
		text-align: center;
	}
	.sumikko-hdg03Exchange02 {
		margin-top: 45px;
		text-align: center;
	}
	.sumikko-imgExchange {
		margin-top: 40px;
	}
	.sumikko-imageCol1 {
		margin-top: 25px;
	}
	.sumikko-imageCol1 > img {
		width: 100%;
		max-width: 200px;
	}
	.sumikko-img2ColExchange {
		display: flex;
		width: 100%;
		justify-content: center;
		margin: 20px auto;
	}
	.sumikko-img2ColExchange .sumikko-item + .sumikko-item {
		margin-left: 0;
	}
	.sumikko-img2ColExchange > div {
		width: 50%;
	}
	.sumikko-img2ColExchange .sumikko-item {
		max-width: 147px;
	}
	.sumikko-img2ColExchange > div > figure {
		width: 100%;
		margin: 0 auto;
	}
	/* sumikko-imgColWrap */
	.sumikko-imgColWrap {
		display: flex;
		text-align: center;
		justify-content: center;
		gap: calc(60 / 720 * 100vw) calc(40 / 720 * 100vw);
		margin: 20px auto 35px;
		flex-flow: wrap;
	}
	.sumikko-imgColWrap .sumikko-item {
		width: calc(200 / 720 * 100vw);
	}
	.sumikko-imgColWrap .sumikko-item[data-privilege="new"] {
		width: calc(284 / 720 * 100vw);
	}
	.sumikko-itemText {
		font-size: calc(24 / 720 * 100vw);
		text-align: center;
		margin-top: calc(20 / 720 * 100vw);
		margin-left: calc(60 / 720 * 100vw);
	}
}
@media screen and (min-width: 560px) and (max-width: 750px) {

}
/* Cleafix
------------------------------------------------------ */
.col:after ,
.sumikko-flow:after {
	display: block;
	clear: both;
	content: "";
}
