@charset "utf-8";

.slick-list .list02{
	display: none;
}
/*----------------------------------------------------
　MV
----------------------------------------------------*/
#main_area {/*--メイン背景----*/
  background-color: #7a94ae;
}
/*----------------------------------------------------
intro
----------------------------------------------------*/
#intro {
	margin-bottom: 6em;
}
.contents_title_01{/*--タイトル文字----*/
	color: #6084a2;
}

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

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


/*----------------------------------------------------
　check_contents
----------------------------------------------------*/

#check_contents{/*--チェック背景----*/
	background-image: url(../img/contents_01_back_middle.png);
}

#check_contents .title_01 span{/*--タイトル----*/
	color: #b73945;
	border: 2px solid #b73945;
}
#check_contents .txt_u_line {/*--本文アンダーライン----*/
	background: linear-gradient(transparent 60%, #edbda1 60%);
}

#check_contents .title_03{/*--角丸テキスト----*/
	border: 2px solid #b73945;
}

/*----------------------------------------------------
ページリンク
----------------------------------------------------*/

.page_link_01, .page_link_02 {
  width: 30em;
}
.page_link_01 {
	background-image: url(../img/page_link_01.png);
}
.page_link_01 a {
  color: #6084a2;
}
.page_link_02 {
  background-image: url(../img/page_link_02.png);
}
.page_link_02 a {
  color: #cd8352;
}


/*----------------------------------------------------
　color01
----------------------------------------------------*/
.color01{
	background-image: url(../../img/back_brown.jpg);/*--背景クラフト----*/
}
.color01 .point_no div {/*--ポイント背景----*/
	background: #829ab3;
}
.contents_title_01::before,.contents_title_01::after  {/*--見出し01----*/
	background-image: url(../img/title_line.png);
}
.color01 .title_01{/*--吹き出しー----*/
	background-color: #6084a2;
}
.color01 .title_01:before {/*--吹き出し下----*/
  border-top: 15px solid #6084a2;
}
.color01 .title_02 span{/*--見出し----*/
	color: #6084a2;
	border: 2px solid #6084a2;
}
.color01 .title_02 span{/*--見出しボーダー----*/
	box-shadow: 2px 2px rgba(96, 132, 162);
}
.color01 .txt_u_line{/*--アンダーバー----*/
	background: linear-gradient(transparent 60%, #c3e1e7 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の線を作る */
}
}
	
	
/*----------------------------------------------------
　color02
----------------------------------------------------*/
.color02{
	background-image: url(../../img/back_orange.jpg);/*--背景クラフト----*/
}

.color02 .point_no div {/*--ポイント背景----*/
	background: #d69c6f;
}

.color02 .title_01{/*--吹き出しー----*/
	background-color: #cd8352;
}

.color02 .title_01:before {/*--吹き出し下----*/
  border-top: 15px solid #cd8352;
}
.color02 .contents_title_01::before,.color02 .contents_title_01::after {
	background-image: url(../img/title_line_02.png);
}
.color02 .box{/*--点線カラー----*/
	background-image : linear-gradient(to right, #e5c2a3, #e5c2a3 13px, transparent 13px, transparent 15px);  /* 幅2の線を作る */
}
.color02 .box:nth-child(1) {
    background-image: none;
}
@media screen and (max-width: 767px) {
.color02 .box{
	background-image : linear-gradient(to right, #e5c2a3, #e5c2a3 8px, transparent 8px, transparent 15px);  /* 幅2の線を作る */
}}
	
.color02 .title_02 span{/*--見出し----*/
	color: #cd8352;
	border: 2px solid #cd8352;
}
.color02 .title_02 span{/*--見出しボーダー----*/
	box-shadow: 2px 2px rgba(205, 131, 82);
}

.color02 .txt_u_line{/*--アンダーバー----*/
	background: linear-gradient(transparent 60%, #edbda1 60%);
}
/*----------------------------------------------------
　matome
----------------------------------------------------*/

#matome_copy {
	background-image: url(../img/matome_back.png);
}
/*----------------------------------------------------
カラム
----------------------------------------------------*/
.column_03{
	
background-image : linear-gradient(to right, #e5c2a3, #e5c2a3 13px, transparent 13px, transparent 15px);  /* 幅2の線を作る */
}


.column_03 .col03_title{
	background-color: #edbda1;
}

/*----------------------------------------------------
　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);
}
.box06 .point_img{
	background-image: url(../img/06.jpg);
}
.box07 .point_img{
	background-image: url(../img/07.jpg);
}
.box08 .point_img{
	background-image: url(../img/08.jpg);
}
.box09 .point_img{
	background-image: url(../img/09.jpg);
}