@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------
	どぶろくコラム
---------------------------------------------------*/

#column {
	font-family: 'Verdana','Arial','ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',YuGothic,'Yu Gothic',sans-serif;
}

p {
	font-size: 1.8rem;
}
@media (max-width: 480px) {
	p {
		font-size: 1.6rem;
	}
}

/* first */
h1 {
	margin: 0 auto 0;
	color: #c06825;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.firstBlock { margin: 20px auto 0; }
.firstBlock p {
	margin: 0 auto 15px;
	line-height: 1.7;
}
@media (max-width: 480px) {
	h1 {
		font-size: 2.2rem;
	}
}

section + section { margin-top: 60px; }

section h2 {
	margin-bottom: 20px;
	padding: 10px;
	color: #c06825;
	font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
	border-bottom: 2px solid #c06825;
	background: url("../img/common/icon_raicho.png") no-repeat right 10px bottom #faf1ea;
	background-size: auto 80%;
}

section h3 {
	margin: 30px auto 10px;
	font-size: 2.0rem;
	font-weight: 700;
	color: #c06825;
    border-bottom: dashed 2px #c06825;
    font-weight: 600;
}
section h3 span{
	background: #fff4f2f7;
    color: #fff;
    padding: 5px 10px;	
	}

section .secTxt {
	margin: 0 auto;
	width: 95%;
}

section .secTxt p {
	line-height: 1.7;
}
section .secTxt p + p { margin-top: 15px; }

section .secTxt ol {
	margin: 20px auto;
	padding-left: 10%;
	font-size: 1.8rem;
	width: 90%;
}
section .secTxt ol li {
	padding-left: 1em;
	list-style: inherit;
}
section .secTxt ol li + li { margin-top: 10px; }

p strong {
    color: #0571b5;
	font-weight: 600;
}

p em {
	color: #f44336;
	font-size: 2.2rem;
	font-weight: 700;
	background: -webkit-linear-gradient(transparent 55%, rgba(255,198,0,0.6) 55%, rgba(255,198,0,0.6) 100%, transparent 100%, transparent);
	background: -o-linear-gradient(transparent 55%, rgba(255,198,0,0.6) 55%, rgba(255,198,0,0.6) 100%, transparent 100%, transparent);
	background: linear-gradient(transparent 55%, rgba(255,198,0,0.6) 55%, rgba(255,198,0,0.6) 100%, transparent 100%, transparent);
}

section figure {
	margin: 10px auto;
	width: 90%;
	text-align: center;
}


section .secTxt + .secTxt { margin-top: 40px; }


section div.fl div {
	width: 60%;
}
section div.fl figure {
	margin: 0 0 0 auto;
	width: 30%;
}
.red{
	padding: 5px 10px;
background: #c06825;
    color: #fff;
}
.blue{
		padding: 5px 10px;
background: #0571b5;
    color: #fff;
}
.check_box{
	margin:20px;
	
	}
.check_box li{
	font-size:1.8rem;
	    background-image: url(https://senjyo.co.jp/img/amazakecol/check_icon.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
}
.osusume li{
	list-style: disc;
    margin-left: 30px;
    font-size: 1.8rem;
}
#kiji04 p span {
    font-size: 2.2rem;
    font-weight: 700;
}
#kiji04 span.small {
    font-size: 1.8rem;
}
@media (max-width: 480px) {
	section h2 {
		font-size: 2.0rem;
	}

	section h3 {
		font-size: 1.9rem;
	}

	p em {
		font-size: 1.6rem;
	}
	section div.fl div {
		width: 100%;
	}
	section div.fl figure {
		margin: 20px auto 0;
		width: 100%;
		max-width: 240px;
	}
}


/* 目次 */
.mokuji {
	margin: 40px auto;
	padding: 20px;
	width: 80%;
	border: 5px solid #c06825;
	box-sizing: border-box;
}

.mokuji h3 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
	text-align: center;
}
.mokuji ul {
	margin: 0 auto;
	width: 90%;
	text-align: left;
}
.mokuji li {
	font-size: 1.8rem;
	list-style-type: none;
}
.mokuji li + li { margin-top: 10px; }
@media (max-width: 480px) {
	.mokuji li {
		font-size: 1.4rem;
	}
}


a.linkBtn {
	margin: auto;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	max-width: 300px;
	width: 100%;
	border-radius: 10px;
	background: #c06825;
	transition: 0.5s;
	display: block;
	position: relative;
}
a.linkBtn:hover {
	color: #000000;
	background: #e0e0e0;
}

a.linkBtn:before {
	content: "";
	margin: auto 20px auto auto;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
a.linkBtn:hover:before {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.w100 { width: 100%; }

.small {
    font-size: 14px;
}
a {
    word-break: break-all;
}
/*----------------------------------------------
	SNS
-----------------------------------------------*/
.SNSarea { margin: 20px auto; }
.SNSarea li {
	padding: 0;
	line-height: 1;
}

.SNSarea li + li { margin-left: 15px;}
