@charset "utf-8";

/* Basic
------------------------------------------ */
section, header, footer, nav,
h1, h2, h3, h4, h5, h6,
form, fieldset,
pre, blockquote, th, td { margin: 0; padding: 0; font-size: 100%; }

input,textarea {
	font-size: 100%;
	vertical-align: middle;
}

body, div, p, address,
dl, dt, dd, ul, ol, li { margin: 0; padding: 0; }

img {
	display: inline-block;
	border: none;
	max-width: 100%;
	height: auto;
}

caption { text-align: left; }
table { border-collapse: collapse; border: none; border-spacing: 0; }

fieldset { border: 0; }
input { line-height: 100%; }

ol, ul { list-style-type: none; }

label {cursor: pointer; }
address { font-style: normal; }

hr { display: none; visibility: hidden; height: 0; border: 0; }

article, aside, header, hgroup, footer,
nav, section, dialog, figure { display: block; }


a[name] { color: #000; }
a[name]:hover { color: #000; text-decoration: none !important; outline:0 !important; }
a img { color: #000; }

.navskip,
.hide { position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; }
em { font-weight: bold; font-style: normal; }

body {
	background: #FFF;
	color: #444;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
    body {
	    font-size: 16px;
    }
}

/* Link */
a {
	color: #008BF2;
	text-decoration: none;
	word-wrap: break-word;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.telNo01 {
	color: #333;
}
a.telNo01:hover {
	opacity: 1;
	cursor: default;
}
a:hover {

}
@media screen and (max-width: 767px) {
	a {
		-webkit-transition: none;
		transition: none;
	}
	a.telNo01 {
		color: #0059E9;
		text-decoration: underline;
	}
}


/* Form
------------------------------------------ */
button,
select,
textarea,
input {
	font-family: inherit;
}

/* IME : For Windows IE */
.imeA { ime-mode: active; }
.imeD { ime-mode: disabled; }

/* select */
select {
	outline: none;
}

/* password */
input[type="password"] { height: 1.2em; font-family: arial; ime-mode: disabled; }

/* button */
input[type="submit"] ,
input[type="reset"] ,
input[type="button"] ,
input[type="image"] { cursor: pointer; }

/* radio */
input[type="checkbox"],
input[type="radio"] {
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: 1px;
}

/* iOS style reset */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/* Margin
------------------------------------------ */
.mgt0   { margin-top: 0 !important; }
.mgb0   { margin-bottom: 0 !important; }


/* Padding
------------------------------------------ */
.pdt0   { padding-top:  0 !important; }


/* Layout
------------------------------------------ */
.floatL { float: left; }
.floatR { float: right; }
.clearboth { clear: both; }
br.clear {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}

.alL { text-align: left !important; }
.alC { text-align: center !important; }
.alR { text-align: right !important; }

.vaT { vertical-align: top !important; }
.vaM { vertical-align: middle !important; }
.vaB { vertical-align: bottom !important; }


/* Clearfix
------------------------------------------ */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* Text
------------------------------------------ */
.nowrap { white-space: nowrap !important; }
.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }


/* pc sp
------------------------------------------ */
.pc {
	display: block;
}
.pcInline {
	display: inline-block;
}
.spInline,
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.pcInline,
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.spInline {
		display: inline-block;
	}
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* wrapper
------------------------------------------ */
@media screen and (max-width: 767px) {
	.wrapper {
		overflow: hidden;
	}
}


/* header
------------------------------------------ */
/* sns_wrapper */
.sns_wrapper {
	display: block;
}
.sns_wrapper ul li {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.sns_wrapper ul li .fb_iframe_widget > span {
	vertical-align: baseline !important;
}

/* header */
#header {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
	height: 64px;
}
#header .logo01 {
	padding: 15px 0 0;
	line-height: 0;
}
#header .logo01 img {
	width: 220px;
	height: 32px;
}
#header .logo01 a:hover img {
	opacity: 0.7;
}
#header .sns_wrapper {
	position: absolute;
	top: 21px;
	right: 0;
}
@media screen and (max-width: 1000px) {
#header .logo01 {
	padding: 15px 10px 0;
}
#header .sns_wrapper {
	right: 10px;
}
}
@media screen and (max-width: 767px) {
	#header {
		width: auto;
		height: 52px;
	}
	#header .logo01 {
		padding: 13px 0 0 15px;
	}
	#header .logo01 img {
		width: 176px;
		height: 26px;
	}
	#header .logo01 a:hover img {
		opacity: 1;
	}
	#header .sns_wrapper {
		display: none;
	}
}


/* snsArea01
------------------------------------------ */
@media screen and (max-width: 767px) {
	.snsArea01 {
		padding: 30px 0 0;
		text-align: center;
	}
}


/* Footer
------------------------------------------ */
#footer {
	margin-top: 124px;
	background: #1A83C2;
	color: #FFF;
}
#footer .copyright01 {
	padding: 26px 0 34px 0;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#footer {
		margin-top: 40px;
	}
	#footer .copyright01 {
		padding: 23px 0 23px 0;
	}
}


/* Common
------------------------------------------ */

/* listBulletMod01 */
.listBulletMod01 > li {
position: relative;
padding-left: 1em;
}
.listBulletMod01 > li::before {
content: "";
background: #000;
border-radius: 50px;
display: block;
height: 3px;
width: 3px;
position: absolute;
top: .6em;
left: .3em;
}

/* listBulletMod02 */
.listBulletMod02 {
margin-bottom: 10px;
}
.listBulletMod02:last-child {
margin-bottom: 0;
}
.listBulletMod02 li {
position: relative;
padding-left: 1.4em;
margin-bottom: 5px;
}
.listBulletMod02 li::before {
content: "";
border: 2px solid #555;
border-radius: 50px;
display: block;
height: 5px;
width: 5px;
position: absolute;
top: .6em;
left: 0;
}

/* listKomeMod01 */
.listKomeMod01 li {
padding-left: 1em;
text-indent: -1em;
font-size: 14px;
}

/* listKomeMod02 */
.listKomeMod02 li {
padding-left: 2em;
text-indent: -2em;
font-size: 16px;
}


/* index
------------------------------------------ */
/* indexArea01 */
.indexArea01 {
	position: relative;
	width: 100%;
	background: url(/contents/cp/card_winter2018/img/index_bg_a1_01.png) repeat-x 50% 0;
}
.indexArea01 .mainBlock01 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}
.dateBlock01 {
    background: #e7dcbe;
	padding: 13px;
	line-height: 0;
	text-align: center;
}
@media screen and (max-width: 1000px) {
    .indexArea01 .mainBlock01 {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .indexArea01 {
        background: url(/contents/cp/card_winter2018/img/index_bg_a1_01_sp.png) no-repeat 50% 0;
        background-size: cover;
    }
    .indexArea01 .mainBlock01 {
        padding: 0;
    }
    .indexArea01 .mainBlock01 h1 {
        margin: 0 auto;
        text-align: center;
    }
	.dateBlock01 {
		padding: 12px 14px;
	}
}

/* indexArea02 */
.indexArea02 {
	margin: 0 auto;
	padding: 36px 0 0 0;
	max-width: 980px;
}
@media screen and (max-width: 1020px) {
	.indexArea02 {
		margin: 30px 10px 0;
		padding: 0;
		width: auto;
	}
}

.indexArea02 p {
margin-bottom: 10px;
}
.indexArea02 p:last-child {
margin-bottom: 0;
}

.indexArea02 p.leadBlock01 {
color: #444;
font-weight: bold;
font-size: 20px;
text-align: center;
line-height: 1;
margin-bottom: 45px;
}
.leadBlock01::after {
content: "";
width: 47px;
height: 52px;
background: url(/contents/cp/card_summer2018/img/index_icon_lead.png) no-repeat;
display: inline-block;
}
.leadBlock01 .marker {
position: relative;
display: inline-block;
font-size: 28px;
margin-left: 5px;
z-index: 0;
white-space: nowrap;
}
.leadBlock01 .marker::before {
content: "";
display: inline-block;
background: #fff32b;
height: 14px;
width: 100%;
position: absolute;
left: 0;
bottom: 5px;
z-index: -1;
}
.leadBlock01 .marker strong {
font-size: 68px;
}
@media screen and (max-width: 767px) {
.indexArea02 p.leadBlock01 {
font-size: 16px;
margin-bottom: 25px;
}
.leadBlock01::after {
width: 48px;
height: 49px;
background: url(/contents/cp/card_summer2018/img/index_icon_lead_sp.png) no-repeat;
background-size: contain;
}
.leadBlock01 > span {
display: block;
}
.leadBlock01 .marker {
margin-top: 20px;
margin-left: 0;
font-size: 24px;
}
.leadBlock01 .marker strong {
font-size: 62px;
}
}

.lytCol01 {
display: table;
width: 100%;
text-align: center;
}
.lytCol01 > .col {
display: table-cell;
vertical-align: bottom;
}
.lytCol02 {
display: table;
width: 100%;
text-align: center;
margin-bottom: 45px;
}
.lytCol02 > .col {
display: table-cell;
}
.lytCol02 > .col:first-child {
padding-right: 29px;
}
.lytCol02 > .col.w45 {
width: 45%;
}
.lytCol02 > .col .lytListCord {
position: relative;
padding: 30px 30px 40px;
}
.lytCol02 > .col .lytListCord.type01 {
background: #f0e7d1;
border-top: 5px solid #a08649;
}
.lytCol02 > .col  .lytListCord.type02 {
background: #e4d5b0;
border-top: 5px solid #755f2b;
}
.lytListCord dt {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}
.lytListCord dt .sub {
font-size: 14px;
}
.lytListCord dd .lytCol02 {
margin-bottom: 0;
}
.lytListCord dd .lytCol02 > .col:first-child {
padding-right: 20px;
}
.lytListCord dd .lytCol02 > .col:last-child {
padding-left: 20px;
}
.indexArea02 .lytListCord dd .name {
font-size: 14px;
margin-bottom: 5px;
}
.lytListCord dd .image {
margin-bottom: 30px;
}
.lytListCord.type02 dd .caption {
background: #fff;
border: 1px solid #7fd0d5;
display: inline-block;
font-size: 12px;
padding: 3px 25px;
margin-top: 20px;
}
.lytListCord .lytListTxt{
	margin: 20px auto 0;
	width: 310px;
}
.lytListCord .lytListTxt dt{
	margin-bottom: 0;
	width: 47%;
	float: left;
	font-size: 18px;
	text-align: left;
}
.lytListCord .lytListTxt dd{
	width: 53%;
	float: left;
	font-size: 18px;
	text-align: left;
}
@media screen and (max-width: 767px) {
.lytCol02 {
display: block;
}
.lytCol02 > .col {
display: block;
margin-bottom: 20px;
}
.lytCol02 > .col:first-child {
padding-right: 0;
}
.lytCol02 > .col.w45 {
width: 100%;
}
.lytCol02 > .col .lytListCord {
padding: 20px;
}
.lytListCord dt {
margin-bottom: 15px;
line-height: 1.4;
}
.lytListCord dt .sub {
display: block;
}
.lytListCord dd .lytCol02 {
table-layout: fixed;
}
.lytListCord dd .lytCol02 > .col:first-child {
padding-right: 0;
margin-bottom: 32px;
}
.lytListCord dd .lytCol02 > .col:last-child {
padding-left: 0;
}
.lytListCord dd .image {
margin-bottom: 15px;
}
.lytListCord dd .image img {
max-width: 169px;
width: 100%;
}
.lytListCord dd .btn {
line-height: 1;
}
.lytListCord dd .btn img {
max-width: 260px;
width: 100%;
}
.lytListCord.type02 dd .caption {
margin-top: 0;
}
.lytListCord .lytListTxt{
	margin: 20px auto 0;
	width: 260px;
}
.lytListCord .lytListTxt dt{
	margin-bottom: 0;
	width: 47%;
	float: left;
	font-size: 16px;
	text-align: left;
}
.lytListCord .lytListTxt dd{
	width: 53%;
	float: left;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
}
}

.hdgl2 {
font-size: 28px;
text-align: center;
}
@media screen and (max-width: 767px) {
.hdgl2 {
font-size: 26px;
}
}
.hdgl3 {
background: #8b6d3c;
border-left: 4px solid #534124;
padding: 10px 24px;
font-size: 20px;
margin-top: 48px;
margin-bottom: 25px;
line-height: 1.4;
color: #fff;
}
.hdgl2 + .hdgl3,
.hdgl2 + .lytCol02 {
margin-top: 25px;
}
@media screen and (max-width: 767px) {
.hdgl3 {
padding: 11px 15px 9px;
margin-top: 24px;
margin-bottom: 20px;
}
.hdgl2 + .hdgl3,
.hdgl2 + .lytCol02 {
margin-top: 15px;
}
}

/* checkBox01 */
.checkBox01 {
    color: #000;
	position: relative;
	margin-top: 53px;
	background: #FEF9DE;
}
.checkBox01 .titleMain01 {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
}
.checkBox01 .titleMain01 img {
	width: 95px;
	height: auto;
}
.checkBox01 .lo01 {
	display: table;
	margin: 12px 0 0 118px;
	width: 695px;
}
.checkBox01 .lo01 .lo0102,
.checkBox01 .lo01 .lo0101 {
	display: table-cell;
	vertical-align: middle;
}
.checkBox01 .lo01 .lo0101 {
	padding-top: 10px;
	font-size: 22px;
	line-height: 1.6;
}
.checkBox01 .lo01 .lo0102 {
	padding: 15px 0 11px 0;
	width: 139px;
	line-height: 0;
}
.checkBox01 .lo01 .lo0102 img {
	width: 139px;
}
@media screen and (max-width: 767px) {
	.checkBox01 {
		margin-top: 30px;
	}
	.checkBox01 .titleMain01 {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
	}
	.checkBox01 .lo01 {
		display: block;
		margin: 4px 0 0 0;
		width: auto;
	}
	.checkBox01 .lo01 .lo0102,
	.checkBox01 .lo01 .lo0101 {
		display: block;
		vertical-align: baseline;
		text-align: center;
	}
	.checkBox01 .lo01 .lo0101 {
		padding: 10px 15px 0 15px;
		font-size: 16px;
	}
	.checkBox01 .lo01 .lo0102 {
		padding: 4px 0 20px 0;
		width: auto;
	}
}

/* notesBox01 */
.notesBox01 {
    color: #000;
	margin-top: 50px;
	padding: 17px 22px 16px 22px;
	background: #EEE;
	font-size: 14px;
	line-height: 1.6;
}
.notesBox01 .titleMain01 {
	font-size: 16px;
}
.notesBox01 .title01 {
	margin-top: 13px;
}
.notesBox01 .titleMain01 + .title01 {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.notesBox01 {
		margin-top: 30px;
		padding: 17px 12px 15px 12px;
		font-size: 12px;
        line-height: 1.8;
	}
    .notesBox01 .listKomeMod01 li {
		font-size: 12px;
    }
	.notesBox01 .titleMain01 {
		font-size: 14px;
	}
	.notesBox01 .titleMain01 + .title01 {
		margin-top: 12px;
	}
}


.info {max-width: 980px; border: 1px solid #ff9901; background-color: #FFE; margin: 15px auto 20px; padding: 10px; line-height: 1.4;}
.info > .info-inner {text-align: center;}
.info > .info-inner > p {margin: 0; padding: 0;}
.info > .info-inner > strong > img {vertical-align: middle;}


/* Print
------------------------------------------ */
@media print {

	/* All */
	html { overflow: visible; }

}
