@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/
.column .column_wp {
	width: 900px;
	margin: 0;
	color: #333;
}
.column .main_img {
	width: 940px;
	margin: 0 -20px 40px;
}
.column h3 {
    margin-bottom: 20px;
    font-size: 180%;
    font-weight: bold;
}
.column h4 {
    margin-bottom: 20px;
    font-size: 160%;
    font-weight: bold;
}
.column h5 {
    margin-bottom: 20px;
    font-size: 140%;
    font-weight: bold;
}
.column h6 {
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
}
.column p,
.column ul,
.column ol,
.column dl,
.column table {
	margin-bottom: 40px;
	font-size: 120%;
	line-height: 2.0;
}
.column ul,
.column ol {
	margin-left: 20px;
}
.column ol{
	counter-reset: list_count;
	letter-spacing: -1em;
}
.column ul li {
	list-style-type: disc;
}
.column ol li {
	counter-reset: number;
	list-style-type: none;
	margin-left: -1.0em;
	padding-left: 1.50em;
	text-indent: -1.50em;
	list-style-position: outside;
	letter-spacing: normal;
}
.column ol li:before{
	margin-right: 0.3em;
	counter-increment: list_count;
	content: counter(list_count);
	display: inline-block;
	line-height: 1.2em;
	text-align: center;
	height: 1.2em;
	width: 1.2em;
	border-radius: 50%;
	font-size: 1.0em;
	background: #E87400;
	color: #FFFFFF;
	text-indent: 0em;
}
.column ol li .circle_number{
	display: inline-block;
	line-height: 1.2em;
	text-align: center;
	height: 1.2em;
	width: 1.2em;
	border-radius: 50%;
	font-size: 1.0em;
	background: #E87400;
	color: #FFFFFF;
	text-indent: 0em;
}
.column table {
	width: 100%;
}
.column table th,
.column table td {
	padding: 10px 15px;
	vertical-align: middle;
	border: 1px solid #CCC;
}
.column table th {
	background: #FFDEBD;
}
.column figure {
	margin: 0 0 40px;
	text-align: center;
}
.column strong {
	font-weight: bold;
}
.column img {
	max-width: 100%;
	height: auto;
}
.column hr {
	clear: both;
	width: 563px;
	height: 4px;
	padding: 20px 0 60px;
	background: url(happy_life_line01.png) no-repeat center 20px;
	border: none;
}
.column .layout01 figure {
	float: left;
	width: 47.7777%;
}
.column .layout01 .box {
	float: right;
	width: 47.7777%;
}
.column .layout01:before, 
.column .layout01:after {
    content: " ";
    display: table;
}
.column .layout01:after {
    clear: both;
}
.column .layout01 {
    *zoom: 1;
}

.column .layout02 figure {
	float: right;
	width: 47.7777%;
}
.column .layout02 .box {
	float: left;
	width: 47.7777%;
}

.column .layout02:before, 
.column .layout02:after {
    content: " ";
    display: table;
}
.column .layout02:after {
    clear: both;
}
.column .layout02 {
    *zoom: 1;
}

.column .img_box01 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 40px;
}
.column .img_box01 figure {
	float: left;
	width: 50%;
	margin-right: 40px;
}
.column .img_box01 figure:last-child {
	margin-right: -40px;
}
.column .img_box01:before, 
.column .img_box01:after {
    content: " ";
    display: table;
}
.column .img_box01:after {
    clear: both;
}
.column .img_box01 {
    *zoom: 1;
}
.column .syufulabo {
	padding: 30px 30px 0px 30px;
	border: 3px double #EB5A20;
	margin-bottom: 40px;
}
.column .syufulabo .left_logo {
	float: left;
	margin-right: 20px;
}
.column .syufulabo .right_txt {
	overflow: hidden;
	font-size: 90%;
}
.column .syufulabo .right_txt h4 {
	margin-bottom: 10px;
}
/* しあわせ北海道生活 */
.column .frame01 {
	margin-bottom: 40px;
	padding: 20px 30px 0;
	border: 3px dotted #FFA64D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .frame01 h4 {
	padding-bottom: 5px;
	border-bottom: 3px double #C2DF93;
	color: #E87400;
}
.column .frame01 h4 span {
	font-size: 80%
}
.column .frame01 h4 span:before {
	content: "（";
}
.column .frame01 h4 span:after {
	content: "）";
}
.column .frame01 h5 {
	margin-bottom: 5px;
	font-size: 130%;
}
.column .frame01 figure {
	margin-bottom: 20px;
}
.column .frame02 {
	margin-bottom: 40px;
	padding: 20px 30px 0;
	border: 3px dotted #FFA64D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .frame02 h4 {
	padding-bottom: 5px;
	border-bottom: 3px double #C2DF93;
	color: #E87400;
}
.column .frame02 figure {
	margin-bottom: 20px;
}

/* しあわせ北海道生活 */
.column mark {
	background: #F5E8BE;
	background: -moz-linear-gradient(transparent 60%, #F5E8BE 60%); /* FF3.6+ */
	background: -webkit-gradient(transparent 60%, #F5E8BE 60%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(transparent 60%, #F5E8BE 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(transparent 60%, #F5E8BE 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(transparent 60%, #F5E8BE 60%); /* IE10+ */
	background: linear-gradient(transparent 60%, #F5E8BE 60%);
}
.column .frame03 {
	margin-bottom: 40px;
	padding: 0 30px;
	border: 3px solid #FFA64D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .frame03 h4 {
	margin-left: -30px;
	margin-right: -30px;
	padding: 5px 20px;
    font-size: 140%;
	color: #FFF;
	background-color: #FFA64D;
}
.column .frame03 figure {
	width: 25.5555%;
	margin-bottom: 20px;
}
.column .frame03 .box {
	width: 70%;
}
.column .frame03 p, 
.column .frame03 ul {
	margin-bottom: 20px;
	font-size: 110%;
}
.column .present {
	margin-bottom: 40px;
	padding: 20px 30px 0;
	border: 3px double #FFA64D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .present figure {
	margin-bottom: 20px;
}

/* 男と女どうしてこうなの？ */
.column .profile .layout01 figure {
	width: 25.5555%;
}
.column .profile .layout01 .box {
	width: 70%;
}

@media screen and (max-width: 767px){
.column .column_wp {
	width: auto;
}
.column .main_img {
	width: auto;
	margin: 0 0 30px;
}
.column h3 {
    font-size: 140%;
}
.column h4 {
    font-size: 130%;
}
.column h5 {
    font-size: 120%;
}
.column h6 {
    font-size: 110%;
}
.column p,
.column ul,
.column ol,
.column dl,
.column table {
    font-size: 110%;
}
.column table {
    font-size: 100%;
}
.column table th,
.column table td {
	padding: 10px 5px;
}
.column hr {
	width: 60%;
}
.column .layout01 figure {
	float: none;
	width: auto;
}
.column .layout01 figure img:nth-child(2) {
	margin-top: 20px;
}
.column .layout01 .box {
	float: none;
	width: auto;
}
.column .layout02 figure {
	float: none;
	width: auto;
}
.column .layout02 figure img:nth-child(2) {
	margin-top: 20px;
}
.column .layout02 .box {
	float: none;
	width: auto;
}

.column .img_box01 {
	padding-right: 0;
}
.column .img_box01 figure {
	float: none;
	width: auto;
	margin-right: 0;
}
.column .img_box01 figure:last-child {
	margin-right: 0;
}

.column .syufulabo {
	padding: 20px 20px 0px 20px;
	border: 3px double #EB5A20;
	margin-bottom: 40px;
}
.column .syufulabo .left_logo {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}
/* しあわせ北海道生活 */
.column .frame01 {
	padding: 20px;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .frame01 h4 span {
	margin-left: -0.5em;
	margin-right: -0.5em;
	display: block;
}
.column .frame01 h5 {
    font-size: 110%;
}
.column .frame01 p, 
.column .frame01 ol {
	margin-bottom: 20px;
	font-size: 100%;
}
.column .frame02 {
	padding: 20px;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .frame02 p, 
.column .frame02 ol {
	margin-bottom: 20px;
	font-size: 100%;
}
.column .frame03 {
	padding: 0 20px 20px;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .frame03 h4 {
	margin-left: -20px;
	margin-right: -20px;
	padding: 5px 20px;
    font-size: 120%;
}
.column .frame03 figure {
	width: auto;
}
.column .frame03 .box {
	width: auto;
}
.column .frame03 p, 
.column .frame03 ul {
	font-size: 100%;
}
.column .present {
	padding: 20px;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .present p {
	margin-bottom: 20px;
	font-size: 100%;
}

/* 男と女どうしてこうなの？ */
.column .profile .layout01 figure {
	width: auto;
}
.column .profile .layout01 .box {
	width: auto;
}
}
@media screen and (max-width: 480px){
.column hr {
	width: 80%;
}
}
