@charset "utf-8";

#main_area,#contents_index,#intro,#contents00,#contents01,#contents02,#contents03,#contents04{
}
/*----------------------------------------------------
見出し
----------------------------------------------------*/
h2::before,h2::after{
	background-image: url(../img/h2_line.png);
}

#contents01 h2 p::before{
	background-image: url(../img/h2_1.png);
}

#contents02 h2 p::before{
	background-image: url(../img/h2_2.png);
}
#contents03 h2 p::before{
	background-image: url(../img/h2_3.png);
}
#contents04 h2 p::before{
	background-image: url(../img/h2_4.png);
}

#contents05 h2 p::before{
	background-image: url(../img/h2_5.png);
}

.check_contents .title_01 span {
    color: #87a820;
    border: 2px solid #87a820;
}
.check_contents .title_01 span {
    box-shadow: 3px 3px rgba(135,168,32);
}


/*----------------------------------------------------
2col
----------------------------------------------------*/
.merit{
	margin-top: 3em;
}
.merit .collum_2{
	margin-bottom: 5em;
}
.merit .collum_2>div{
width: 48%;	
	z-index: 2;
}
.merit .img_area img{
	border-radius: 1em;
}
.merit .collum_2 .txt_area{
	text-align: left;	
}
.merit .collum_2 .txt_area .title_area{
    display: inline-flex;
	justify-content: flex-start;
	text-align: left;	
}


.merit .collum_2 .txt_area .title{
	color: #FFFFFF;
	margin-left: auto;
	margin-right: 1em;
	background-color: #87a820;
	border-radius: 50%;
	display: inline-flex;
	flex-direction: column;
	width: 5em;
	height: 5em;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}
.merit .collum_2 .txt_area .copy span {
	text-indent: 1em;	
}

.merit .collum_2 .txt_area .title div:nth-child(2){
	font-size: 220%;
	font-weight: 800;
}
.merit .collum_2 .txt_area .title span{
	font-size: 220%;
    padding-bottom: 0.1em;
	display: block;
	font-weight: 800;
}

.merit .collum_2 .txt_area .copy{
	color: #87a820;
	font-size: 220%;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: left;
}

.merit .collum_2 .txt_area .copy .txt_underline{
	background: linear-gradient(transparent 70%, #FFF 60%);
}
.merit .collum_2 .txt_area .txt{
	text-align: left;
}

/*----------------------------------------------------
ページリンク
----------------------------------------------------*/

.page_link li {
	background-image: url(../img/page_link.png);
    width: 25%;
    margin-bottom: 0.5em;
}
.page_link li a:before{
	color: #b0c863;
}

.page_link .page_link_on {
	background-image: url(../img/page_link_on.png);
}

.page_link .page_link_on a{
    color: #b0c863;
}
.page_link .page_link_on a:before{
	background: #b0c863;
}

/*----------------------------------------------------
　MV
----------------------------------------------------*/

#main_area {/*--メイン背景----*/
	background-image: url(../img/main_back.png);
    padding-top: -2em;
}

#main_copy {
    top: 31%;
}

/*--------------------------------------------------------------------------------------
　contents_index
--------------------------------------------------------------------------------------*/
.contents_index_title {
    border-bottom: solid 3px #b0c863;
    color: #b0c863;
}
.contents_index_title:before {
    border-top: solid 12px #b0c863;
}
.contents_index_list > div::after {
    border-top: 5px solid #b0c863;
    border-right: 5px solid #b0c863;
}
.txt_area ul li {
    color: #b0c863;
}

.contents_index_list .box1{
	background-image: url(../img/index_no_01.png);
}
.contents_index_list .box2{
	background-image: url(../img/index_no_02.png);
}
.contents_index_list .box3{
	background-image: url(../img/index_no_03.png);
}
.contents_index_list .box4{
	background-image: url(../img/index_no_04.png);
}
.contents_index_list .box5{
	background-image: url(../img/index_no_05.png);
}

/*----------------------------------------------------
intro
----------------------------------------------------*/

.com_hakase .says {
	background-color: #d1dea2;
}

.com_hakase .says:after {
  border-right: 12px solid #d1dea2;
}

/*----------------------------------------------------
　contents
----------------------------------------------------*/

.hakase_back {
    background-color: #c9d992;
    background-image: url(../img/comment_hakase.png);
}
.hakase_back::before {
    background-image: url(../img/comment_back_head.png);
}
/*----------------------------------------------------
　contents00
----------------------------------------------------*/
#contents00{
}

/*----------------------------------------------------
　contents01
----------------------------------------------------*/
#contents01{
}
#contents01 #step{
    background-image: url(../img/01_line.png);
    background-repeat: repeat-y;
    background-position: center 0%;
}

#contents01 .step_title{
	margin-bottom: 3em;
	
}
#contents01 .collum_3{
	position: relative;
    margin-bottom: 0;
    margin-top: -1em;
	
}
.ill{
	position: absolute;
}


#contents01 .img_area{
	width: 40%;
	
}

#contents01 .img_area img{
	border-radius: 1em;
}
#contents01 .step_area{
	width: 20%;
	
}
#contents01 .txt_area{
    width: 40%;
    text-align: left;	
	display: flex;
	justify-content: center;
	flex-direction: column;
    align-items: flex-start;
    font-size: 120%;
    font-weight: 600;
}
#contents01 .txt_area .copy{
    font-size: 160%;
    color: #87a820;
    line-height: 1.3em;
}

#contents01 #step div:nth-child(even) .txt_area {
    align-items: flex-end;
    text-align: right;
}


#contents01 .step_area{
	display: flex;
	justify-content: center;
}
#contents01 .step_area div{
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1.6em;
    font-size: 120%;
    color: #FFFFFF;
    background-image: url(../img/01_il08.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
#contents01 .step_area div span{
    font-size: 240%;
    font-weight: 800;
}
.step_last{
    background-image: url(../img/01_line02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	margin-bottom: 2em !important;
}
.step_last .step_area{
    background-image: url(../img/01_line.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#contents01 .ill01 {
    top: -5em;
    right: 1em;
    width: 7em;
}
#contents01 .ill02 {
    top: 1em;
    left: -6em;
}
#contents01 .ill03 {
    top: 2em;
    right: -5em;
    width: 9em;
}
#contents01 .ill04 {
    top: -1em;
    left: 0em;
    width: 10em;
}
#contents01 .ill05 {
    top: 1em;
    right: 1em;
    width: 8em;
}
#contents01 .ill06 {
    top: -1em;
    left: 0em;
    width: 10em;
}
#contents01 .ill07 {
    top: 15em;
    right: -7em;
}


/*----------------------------------------------------
　contents02
----------------------------------------------------*/
#contents02{
    text-align: center;
}
#contents02 .merit .collum_2 {
    margin-bottom: 2em;
}
#contents02 .merit .collum_2 .txt_area{
    width: 45%;
}
#contents02 .merit .collum_2 .img_area{
    width: 53%;
}

/*----------------------------------------------------
　contents03
----------------------------------------------------*/
#contents03{
}

#contents03 .merit .collum_2 .txt_area .copy .txt_underline {
    background: linear-gradient(transparent 70%, #f2e7ca 60%);
}
#contents03 .merit .collum_2{
	position: relative;
}
#contents03 .merit .collum_2 .txt_area {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}	
#contents03 .point03 .copy {
    line-height: 3.4em;
}

#contents03 .ill01 {
    bottom: -7em;
    left: 41%;
    width: 11em;
}
#contents03  .ill02 {
    bottom: -7em;
    left: 41%;
    width: 11em;
}
#contents03 .ill03 {
    bottom: -7em;
    left: 41%;
    width: 11em;
}
#contents03  .ill04 {
    bottom: -9em;
    left: 41%;
    width: 11em
}


#contents03 #page03_contents03_c02 .hiyo_title {
}


#contents03 .box{
	width: 31%;
	margin-bottom: 2em;
}
.box_titleonly .title_area{
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    height: 100%;
}

#contents03 .hiyo_title .box .title_area{
	background-color: #87a820;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	color: #FFFFFF;
    font-size: 160%;
    font-weight: 600;
    padding-top: 1em;
    padding-bottom: 1em;
	line-height: 1.3em;
}

#contents03 .hiyo_title .box .title_area img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
	height: 3em;
}

#contents03 .hiyo_title .box .text_area{
	background-color: #e9efd3;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;	
	font-size: 110%;
	display: flex;
	align-items: center;
    justify-content: center;
}
#contents03 .hiyo_title .box .text_area p{
    background-color: #FFFFFF;
    border-radius: 3em;
    display: block;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
	font-weight: 600;
}

#contents03 .hiyo_title div:nth-child(n+5){
    width: 31%;
    position: relative;
    display: inline-block;
    background: #FFF;
    border: solid 3px #d9e4b3;
    box-sizing: border-box;
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 3em;
    padding-right: 3em;
    text-align: left;
}
#contents03 .txt_red{
	font-weight: 800;
}

#contents03 .box_waku:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

#contents03 .box_waku:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #d9e4b3;
  z-index: 1;
}


#contents03 .collum_2.hiyo_title{
	justify-content: center;
}
#contents03 .collum_2.hiyo_title>div{
	margin-right: 2%;
	margin-left: 2%;
}

#contents03 .collum_2 .text_area{
    font-size: 140% !important;
}

/*----------------------------------------------------
　contents04
----------------------------------------------------*/
#contents04{
}
#contents04 .copy{
    font-weight: 600;
    font-size: 200%;
    color: #b0c863;	
	margin-bottom: 1em;
}
#contents04 .copy .txt_underline {
    background: linear-gradient(transparent 70%, #FFF 60%);
}
#contents04 .collum_3{
	justify-content: center;
}
#contents04 .box{
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 2%;
}
#contents04 .box .title_area{
	background-color: #87a820;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	color: #FFFFFF;
    font-size: 160%;
    font-weight: 600;
    padding-top: 1em;
    padding-bottom: 1em;
	line-height: 1.3em;
}

#contents04 .box .title_area img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
	height: 3em;
}

#contents04 .box .text_area{
	background-color: #ffffff;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;	
	font-size: 110%;
	display: flex;
	align-items: center;
    justify-content: center;
}
#contents04 .box .text_area p{
    background-color: #FFFFFF;
    border-radius: 3em;
    display: block;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
	font-weight: 600;
}

.risk {
	margin-bottom: 6em
}
.risk dl{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	margin-bottom: 3em
}

.risk dd{
    background-color: #FFFFFF;
    border-radius: 1em;
    color: #87a820;
    font-weight: 600;
    font-size: 160%;
    margin-bottom: 0.5em;
    background-image: url(../img/04_il06.png);
    background-repeat: no-repeat;
    background-position: 1em center;
    padding-left: 3em;
}

.risk dt{
	font-size: 120%;
    padding-left: 1.5em;
	padding-right: 1.5em;
	
	
}

#contents04 .ill01 {
    top: 8em;
    right: 5em;
    width: 10em;
}
#contents04 .ill02 {
    top: 22em;
    left: 5em;
    width: 10em;
}
#contents04 .ill03{
    top: 34em;
    right: 5em;
    width: 10em;
}
#contents04 .ill04 {
    top: 49em;
    left: 5em;
    width: 10em;
}
/*----------------------------------------------------
　contents05
----------------------------------------------------*/
#contents05{
}
#contents05 .ill01 {
    top: 8em;
    right: 5em;
    width: 8em;
}
#contents05 .ill02 {
    top: 22em;
    left: 5em;
    width: 8em;
}
#contents05 .ill03{
    top: 46em;
    right: 5em;
    width: 8em;
}
#contents05 .ill04 {
    top: 61em;
    left: 6em;
    width: 10em;
}
.akawaku.att{
    background-image: url(../../img/akawaku_att.png);
}
#contents05 .ill05 {
    top: 8em;
    right: 5em;
    width: 8em;
}
#contents05 .ill06 {
    top: 32em;
    left: 5em;
    width: 8em;
}
#contents05 .ill07{
    top: 48em;
    right: 5em;
    width: 8em;
}
#contents05 .ill08 {
    top: 54em;
    left: 6em;
    width: 10em;
}

/*----------------------------------------------------
　まとめ
----------------------------------------------------*/
#matome{
	background-image: url(../img/matome_back.png);
	background-color: #b0c863;
}
#matome h2::before,#matome h2::after{
	background-image: url(../../img/line_white.png);
}
/*----------------------------------------------------
　まとめ
----------------------------------------------------*/

