@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: #b36c9e;
    border: 2px solid #b36c9e;
}
.check_contents .title_01 span {
    box-shadow: 3px 3px rgba(179,108,158);
}

/*----------------------------------------------------
ページリンク
----------------------------------------------------*/

.page_link li {
	background-image: url(../img/page_link.png);
    width: 25%;
    margin-bottom: 0.5em;
}
.page_link li a:before{
	color: #C595B7;
}

.page_link .page_link_on {
	background-image: url(../img/page_link_on.png);
}

.page_link .page_link_on a{
    color: #C595B7;
}
.page_link .page_link_on a:before{
	background: #C595B7;
}

/*----------------------------------------------------
　MV
----------------------------------------------------*/

#main_area {/*--メイン背景----*/
	background-image: url(../img/main_back.png);
    padding-top: -2em;
}

#main_copy {
    top: 25%;
}

/*--------------------------------------------------------------------------------------
　contents_index
--------------------------------------------------------------------------------------*/
.contents_index_title {
    border-bottom: solid 3px #C595B7;
    color: #C595B7;
}
.contents_index_title:before {
    border-top: solid 12px #C595B7;
}
.contents_index_list > div::after {
    border-top: 5px solid #C595B7;
    border-right: 5px solid #C595B7;
}
.txt_area ul li {
    color: #C595B7;
}

.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: #DCC1D6;
}

.com_hakase .says:after {
  border-right: 12px solid #DCC1D6;
}

/*----------------------------------------------------
　contents
----------------------------------------------------*/

.hakase_back {
    background-color: #D6B7CE;
    background-image: url(../img/comment_hakase.png);
}
.hakase_back::before {
    background-image: url(../img/comment_back_head.png);
}
/*----------------------------------------------------
　contents00
----------------------------------------------------*/
#contents00{
}

/*----------------------------------------------------
　contents01
----------------------------------------------------*/
#contents01{
}
#contents01 .collum_4{
	
}

#contents01 .collum_4 .box{
    width: 24%;
}

#contents01 .collum_4 .title_area{
	background-color: #b36c9e;
	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;
}

#contents01 .collum_4 .title_area img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
}

#contents01 .collum_4 .text_area{
	background-color: #EDE1EC;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;	
	height: 8em;
	font-size: 110%;
	display: flex;
	align-items: center;
    justify-content: center;
}



/*----------------------------------------------------
　contents02
----------------------------------------------------*/
#contents02{
    text-align: center;
}
#contents02 h2 p::before {
    top: -0.8rem;
}
.merit{
	margin-top: 3em;
}
.merit .collum_2{
	margin-bottom: 5em;
}
.merit .collum_2:last-child {
    margin-bottom: 7em;
}

.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: #b36c9e;
	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: 180%;
	font-weight: 600;
}
.merit .collum_2 .txt_area .title span{
	font-size: 240%;
	margin-left: 0.2em;
    padding-bottom: 0.1em;
	display: block;
}

.merit .collum_2 .txt_area .copy{
	color: #b36c9e;
	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;
}

#contents02 .ill03 {
    top: 3em;
    left: 7em;
    width: 12em;
}

#contents02 .ill04 {
    top: 40em;
    right: 6em;
    width: 10em;
}

#contents02 .ill05{
    top: 69em;
    left: 35em;
    width: 10em;
}


/*----------------------------------------------------
　contents03
----------------------------------------------------*/
#contents03{
}
#contents03 .txt{
	z-index: 2;
}
#contents03 .akawaku{
	background-color: #FFF;
}

#contents03 .merit .collum_2 {
    margin-bottom: 2em;
}
.merit .collum_2 .txt_area .title span {
    font-size: 240%;
    margin-left: 0em; 
    padding-bottom: 0.1em;
	font-weight: 600;
    display: block;
}

#contents03 .point01{
	background-image: url(../img/03_b01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3em;
	padding-left: 3em;
	padding-bottom: 2em;
	margin-bottom: 5em;
	background-size: contain;
}
#contents03 .ill01{
    top: 4em;
    left: 27em;
    width: 8em;
    position: absolute;
    opacity: 0.3;
}
#contents03 .point02{
	background-image: url(../img/03_b02.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 2em;
    margin-top: 0em;
    background-size: 70% 70%;
}
#contents03 .point02 .copy {
    line-height: 3.4em;
}
#contents03 .ill02{
    top: 3em;
    right: 4em;
    width: 8em;
    position: absolute;
    opacity: 0.3;
}
#contents03 .point03{
	background-image: url(../img/03_b02.png);
	background-repeat: no-repeat;
	background-position: left top;
    margin-top: 0em;
	padding-top: 3em;
	padding-left: 3em;
	padding-bottom: 2em;
	margin-bottom: 5em;
    background-size: 70% 70%;
}
#contents03 .ill03{
    top: -5em;
    left: 31em;
    width: 8em;
    position: absolute;
    opacity: 0.3;
}
#contents03 .point04{
	background-image: url(../img/03_b01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: -10em;
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 2em;
	margin-bottom: 5em;
    background-size: 60% 93%;
	position: relative;
}
#contents03 .point04 .img_area img{
	margin-top: -5em;
}
#contents03 .point04 .txt_area{
	margin-top: 4em;
}
#contents03 .ill04{
    right: 2em;
    top: 1em;
    width: 6em;
    position: absolute;
    opacity: 0.3;
}
#contents03 .ill05{
    top: 10em;
    right: -6em;
    width: 7em;
    position: absolute;
    opacity: 0.3;
}

#contents03 .point04 .collum_3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#contents03 .point04 .box {
	width: 31%;
}

#contents03 .point04 .box .title_area{
	background-color: #b36c9e;
	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;
}

#contents03 .point04 .box .title_area img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
	height: 3em;
}

#contents03 .point04 .box .text_area{
	background-color: #EDE1EC;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;	
	height: 9em;
	font-size: 110%;
	display: flex;
	align-items: center;
    justify-content: center;
}

#contents03 .point05{
	background-image: url(../img/03_b01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3em;
	padding-left: 3em;
	padding-bottom: 2em;
	margin-bottom: 0em;
    background-size: 64% 76%;
}
#contents03 .ill06{
    top: -2em;
    left: 32em;
    width: 5em;
    position: absolute;
    opacity: 0.3;
}
#contents03 .ill07{
    top: 22em;
    left: 5em;
    width: 8em;
    position: absolute;
    opacity: 0.3;
}
#contents03 .point06{
	background-image: url(../img/03_b02.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 2em;
    margin-top: 0em;
    background-size: 67% 71%;
}
#contents03 .point06 .img_area{
    margin-top: 2em;
}
#contents03 .ill08{
    top: 3em;
    right: 4em;
    width: 8em;
    position: absolute;
    opacity: 0.3;
}
#contents03 .point07{
	background-image: url(../img/03_b02.png);
	background-repeat: no-repeat;
	background-position: left top;
    margin-top: 0em;
	padding-top: 3em;
	padding-left: 3em;
	padding-bottom: 2em;
	margin-bottom: 10em;
    background-size: 64% 97%;
}

#contents03 .point07 .img_area{
margin-top: -5em;
}
#contents03 .point07  .collum_2 {
    margin-bottom: 0em;
}
#contents03 .ill09{
    top: 2em;
    left: 28em;
    width: 8em;
    position: absolute;
    opacity: 0.3;
}
#contents03 .point08{
	background-image: url(../img/03_b01.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -10em;
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 2em;
	margin-bottom: 5em;
    background-size: 60% 73%;
	position: relative;
}
#contents03 .point08 .img_area{
	margin-top: 2em;
}
#contents03 .ill10{
    right: 1em;
    top: -2em;
    width: 6em;
    position: absolute;
    opacity: 0.3;
}

/*----------------------------------------------------
　contents04
----------------------------------------------------*/
#contents04{
}
#contents04 .merit .collum_2 .txt_area{
    width: 45%;
}
#contents04 .merit .collum_2 .img_area{
    width: 53%;
}
#contents04 .merit .collum_2 {
    margin-bottom: 3em;
}

/*----------------------------------------------------
　contents04
----------------------------------------------------*/
#contents05{
}
#contents05 .inspe_merit{
	background-color: #F4ECF3;
	border-radius: 1em;
	padding-top: 2em;
	padding-bottom:1em;
	padding-left: 3em;
	padding-right: 3em;
}

#contents05 .inspe_merit .copy{
	font-size: 200%;
	font-weight: 600;
	color: #b36c9e;
	margin-bottom: 1em;
}
#contents05 .inspe_merit .txt_underline {
    background: linear-gradient(transparent 70%, #FFF 60%);
}
#contents05 .inspe_merit .collum_3 .box{
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 30%;	
    height: 16em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	font-size: 110%;
	line-height: 1.6em;
}

#contents05 .inspe_merit{
  position: relative;
}

#contents05 .inspe_merit:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F4ECF3;
}


#contents05 .inspe_merit .collum_3 .title_area img{
	height: 4.5em;
	margin-bottom: 1em;
}

#contents05 .inspe_hiyou {
  position: relative;
  display: inline-block;
  background: #FFF;
  border: solid 3px #E2B7DC;
  box-sizing: border-box;
	padding-top: 2em;
	padding-bottom:1em;
	padding-left: 3em;
	padding-right: 3em;
	border-radius: 1em;
    width: 100%;
}
#contents05 .inspe_hiyou .copy{
	font-size: 200%;
	font-weight: 600;
	color: #b36c9e;
	margin-bottom: 1em;}

#contents05 .inspe_hiyou .copy .txt_underline {
	background: linear-gradient(transparent 70%, #F2E7CA 60%);
}

#contents05 .inspe_hiyou:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

#contents05 .inspe_hiyou:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #E2B7DC;
  z-index: 1;
}

#contents05 .inspe_hiyou .txt_area{
	margin-right: auto;
	margin-left: auto;
display: inline-block;}

#contents05 .inspe_hiyou .txt_area dl{
	display: flex;
	margin-bottom: 0.5em;
}

#contents05 .inspe_hiyou .txt_area dd{
	color: #FFFFFF;
	background-color: #b36c9e;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	width: 8em;
	text-align: center;
	font-size: 110%;
	margin-right: 1em;	
}

#contents05 .inspe_hiyou .txt_area dt{
	font-size: 110%;}

#contents05 .inspe_hiyou .txt_area dt .txt_red{
	font-weight: 800;
}
#contents05 .inspe_hiyou .txt_area dt .txt_red span{
    font-size: 200%;
}


#contents05 .ill01{
	left: 4em;
    top: 2em;
    width: 8em;
    position: absolute;
    opacity: 0.5;
}

#contents05 .ill02{
    right: 3em;
    top: 3em;
    width: 9em;
    position: absolute;
    opacity: 0.5;
}
/*----------------------------------------------------
　まとめ
----------------------------------------------------*/
#matome{
	background-image: url(../img/matome_back.png);
	background-color: #ddb6d2;
}
#matome h2::before,#matome h2::after{
	background-image: url(../../img/line_white.png);
}
/*----------------------------------------------------
　まとめ
----------------------------------------------------*/
