@charset "utf-8";

.slick-list .list04{
	display: none;
}
/*----------------------------------------------------
　MV
----------------------------------------------------*/
#main_area {/*--メイン背景----*/
  background-color: #7c9f9c;
}
#main_copy {
    top: 25%;
}
/*----------------------------------------------------
intro
----------------------------------------------------*/

#intro {
	margin-bottom: 3em;	
	}

.contents_title_01{/*--タイトル文字----*/
	color: #61908d;
}

.contents_title_01::before,.contents_title_01::after  {
	background-image: url(../img/title_line.png);
}

#intro .txt_u_line {/*--アンダーライン----*/
  background: linear-gradient(transparent 60%, #dae7b4 60%);
	}


/*----------------------------------------------------
　check_contents
----------------------------------------------------*/
#check_contents .title_01 {
    margin-bottom: 2em;
}
#check_contents{/*--チェック背景----*/
	background-image: url(../img/contents_01_back_middle.png);
	position: relative;
}
#check_contents .title_01 span{/*--タイトル----*/
	color: #61908d;
	border: 2px solid #61908d;
    box-shadow: 3px 3px rgb(97 144 141);
}
#check_contents .txt_u_line {/*--本文アンダーライン----*/
	background: linear-gradient(transparent 60%, #d0dda2 60%);
}

#check_contents img {
    margin-bottom: 0em;
}


#check_contents .title_03{/*--角丸テキスト----*/
	border: 2px solid #61908d;
    border-radius: 7em;
}


/*----------------------------------------------------
　color01
----------------------------------------------------*/
.color01{
	background-image: url(../../img/back_brown.jpg);/*--背景クラフト----*/
	padding-bottom: 6em;
}
.color01 .point_no div {/*--ポイント背景----*/
	background: #84a4a2;
}
.contents_title_01::before,.contents_title_01::after  {/*--見出し01----*/
	background-image: url(../img/title_line.png);
}
.color01 .title_02 span{/*--見出し----*/
	color: #61908d;
	border: 2px solid #61908d;
	box-shadow: 2px 2px rgba(97, 144, 141);
}
.color01 .txt_u_line{/*--アンダーバー----*/
	background: linear-gradient(transparent 60%, #dae7b4 60%);}

/*-----見出し-----*/
.contents_title_01::before,.contents_title_01::after  {
	background-image: url(../img/title_line.png);
}

.color01 .box{/*--点線カラー----*/
	background-image : linear-gradient(to right, #c4ab82, #c4ab82 13px, transparent 13px, transparent 15px);  /* 幅2の線を作る */
}
@media screen and (max-width: 767px) {
.color01 .box{
	background-image : linear-gradient(to right, #c4ab82, #c4ab82 8px, transparent 8px, transparent 15px);  /* 幅2の線を作る */
}
}


/*----------------------------------------------------
付箋
----------------------------------------------------*/

.point_fusen div{
	background-image: url(../img/point_fusen_back.png);
}

/*----------------------------------------------
　matome
----------------------------------------------------*/

#matome_copy {
	background-image: url(../img/matome_back.png);
}
/*----------------------------------------------------
カラム
----------------------------------------------------*/

.column_03 .col03_img{
	margin-bottom: 0.5em;	
}

/*----------------------------------------------------
　point
----------------------------------------------------*/

.box01 .point_img{
	background-image: url(../img/01.jpg);
}
.box02 .point_img{
	background-image: url(../img/02.jpg);
}
.box03 .point_img{
	background-image: url(../img/03.jpg);
}
.box04 .point_img{
	background-image: url(../img/04.jpg);
}
.box05 .point_img{
	background-image: url(../img/05.jpg);
}