@charset "utf-8";


/*----------------------------------------------------
見出し
----------------------------------------------------*/
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);
}
#contents03 h2 p::before{
    top: -0.75rem;
}
#contents04 h2 p::before{
	background-image: url(../img/h2_4.png);
}
.txt_indent {
    text-align: left;
    text-indent: -1em;
}
/*----------------------------------------------------
　MV
----------------------------------------------------*/
#main_copy div {
    font-size: 70%;
    line-height: 1.2em;
    text-indent: -0.5em;
}

#main_area {/*--メイン背景----*/
	background-image: url(../img/main_back.png);
    padding-top: 0em;
}
#to_home img {
    top: 11.3%;
}
#main_copy {
    left: 23%;
}
#main_copy .copy_new{
    color: #ffff66 !important;
    background-image: url(../../img/line_yellow.png);
}
/*----------------------------------------------------
intro
----------------------------------------------------*/

.contents_title_01{/*--タイトル文字----*/
	color: #b73945;
}

.contents_title_01::before,.contents_title_01::after  {
	background-image: url(../img/title_line.png);
}

#intro .txt_u_line {
  background: linear-gradient(transparent 60%, #edbda1 60%);
}

/*----------------------------------------------------
　check_contents
----------------------------------------------------*/

.check_contents{/*--チェック背景----*/
	background-image: url(../img/contents_01_back_middle.png);
}

.check_contents .title_01 span{/*--タイトル----*/
	color: #75C0DE;
	border: 2px solid #75C0DE;
}
.check_contents .title_01 span {
  box-shadow: 3px 3px rgba(117, 192, 222);
}
.check_contents .txt_u_line {/*--本文アンダーライン----*/
	background: linear-gradient(transparent 60%, #edbda1 60%);
}

.check_contents .title_02 {
  color: #75C0DE;
}
.check_contents .title_03{/*--角丸テキスト----*/
	border: 2px solid #b73945;
}

/*----------------------------------------------------
　contents00
----------------------------------------------------*/
#contents00{
}
#contents00 table{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#contents00 table td:last-child >div>div{
	text-align: left;
    justify-content: flex-start;
}
#contents00 .table_05{
    margin-bottom: 2em;
}
#contents00 .table_05 td{
    text-align: left;
}

#contents00 .table_05 td div div{
    justify-content: left;   
	display: block;
    height: auto;
}


#contents00 .table_05 th:nth-child(1){
    width: 32%;
}


/*----------------------------------------------------
　contents01
----------------------------------------------------*/
#contents01{
}


#contents01 .contents_01_02{
	background-repeat: no-repeat;
	background-image: url(../img/contennts_01_02.png);
	position: relative;
	margin-top: 2em;
	display: flex;
	height: 8em;
	background-position: center center;
	background-size: cover;
	margin-bottom: 2em;
}
#contents01 .contents_01_02>div{
	background-color: #DD696B;
}

#contents01 .contents_01_02 h6{
	color: #FFFFFF;
	font-size: 120%;
	width: 6em;
	position: absolute;
	line-height: 1.5em;
	bottom: 0.7em;
}
#contents01 .contents_01_02 p{
	font-size: 110%;
	width: 16em;
	position: absolute;
	line-height: 1.5em;
	text-align: left;
	top: 1.5em;
}

#contents01 .contents_01_02 h6:nth-child(1){
	left: 0.25rem;
}

#contents01 .contents_01_02 p:nth-child(2){
	left: 1.7rem;
}
#contents01 .contents_01_02 h6:nth-child(3){
    left: 4.88rem;
}
#contents01 .contents_01_02 p:nth-child(4){
	left: 6.3rem;
}

#contents01 .check_contents .kadomaru_back{
	padding-bottom: 0.1rem;
}

.check_contents .waku_back{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.check_contents .waku_back ul {
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.check_contents .waku_back ul li{
	width: 48%;
	font-size: 110%;
	text-align: left;
	position: relative;
	line-height: 1.5em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
    padding-left: 4.8em;
	display: flex;
	align-items: center;
}
.check_contents .waku_back ul li:before{
	/* 以下数字をつける */
position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #75C0DE;
    color: white;
    font-weight: bold;
    font-size: 130%;
    left: 1.2em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nagare{
	background-repeat: no-repeat;
	background-image: url(../img/contents_01_03.png);
	position: relative;
	height: 27em;
	background-position: center center;
	background-size: contain;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.nagare_06{
    background-image: url(../img/flow_06.png); 
    margin-top: 1em;
    margin-bottom: 1em;
}

.nagare p{
	text-align: center;
	position: absolute;
	width: 9em;
	display: flex;
	font-size: 120%;
	line-height: 1.5em;
	height: 5em;
	align-items: center;
    justify-content: center;
}

.nagare p:nth-child(1){
	top: 0.48rem;
    left: 1.05rem;
}

.nagare p:nth-child(2){
	top: 0.48rem;
    left: 3.3rem;
}

.nagare p:nth-child(3){
	top: 0.48rem;
    left: 5.55rem;
}

.nagare p:nth-child(4){
	top: 2.5rem;
    left: 5.55rem;
}

.nagare p:nth-child(5){
	top: 2.5rem;
    left: 3.3rem;
}

.nagare p:nth-child(6){
	top: 2.5rem;
    left: 1.05rem;
}


/*----------------------------------------------------
　contents02
----------------------------------------------------*/

/*---contents02_05-------------*/

.contents_02_05{
	background-repeat: no-repeat;
	background-image: url(../img/contents_02_05.png);
	position: relative;
	height: 4rem;
	background-position: center center;
	background-size: contain;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.contents_02_05 p{
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    width: 2.2rem;
    display: flex;
    font-size: 105%;
    line-height: 1.5em;
    height: 0.7rem;
    align-items: center;
    justify-content: center;
}

.contents_02_05 p:nth-child(1){
    top: 0.3rem;
    left: 0.48rem;
}

.contents_02_05 p:nth-child(2){
    top: 1.55rem;
    left: 0.05rem;
}

.contents_02_05 p:nth-child(3){
    top: 2.82rem;
    left: 0.5rem;
}

.contents_02_05 p:nth-child(4){
    top: 0.3rem;
    left: 5.95rem;
}

.contents_02_05 p:nth-child(5){
    top: 1.55rem;
    left: 6.4rem;
}

.contents_02_05 p:nth-child(6){
    top: 2.8rem;
    left: 5.95rem;
}
/*---contents02_06-------------*/

.contents_02_06{
	position: relative;
	width: 100%;
}
.contents_02_06 p{
    text-align: center;
    position: absolute;
    font-size: 110%;
    line-height: 2em;
}

.contents_02_06 p:nth-child(3){
    top: 0.37rem;
    left: 2rem;
}

.contents_02_06 p:nth-child(4){
    top: 1.7rem;
    left: 2.2rem;
}

.tab{
	width: 90%;
	margin-left: 5%;
	text-align: left;
}

.tab span{
	background-color: #777170;
	color: #FFFFFF;
	font-size: 110%;
	padding-left: 4em;
	padding-right: 5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	display: inline-block;
    clip-path: polygon(0 0, 87% 0%, 100% 100%, 0 100%);
}
#contents02 .table_06 th,#contents02 .table_06 td{
	width: 50%;
}


/*----------------------------------------------------
　contents03
----------------------------------------------------*/

/*---contents03_01-------------*/

#contents03 .contents_01_02{
	background-repeat: no-repeat;
	background-image: url(../img/contennts_01_02.png);
	position: relative;
	margin-top: 2em;
	display: flex;
	height: 8em;
	background-position: center center;
	background-size: cover;
	margin-bottom: 2em;
}

#contents03 .contents_01_02 h6{
    align-items: center;
    color: #FFFFFF;
    font-size: 120%;
    width: 6em;
    position: absolute;
    line-height: 1.5em;
    bottom: 0.8em;
    display: flex;
    height: 3em;
}
#contents03 .contents_01_02 p{
	font-size: 110%;
	width: 16em;
	position: absolute;
	line-height: 1.5em;
	text-align: left;
	top: 1.5em;
    display: flex;
    height: 5em;
    align-items: center;
}

#contents03 .contents_01_02 h6:nth-child(1){
	left: 0.4rem;
}

#contents03 .contents_01_02 p:nth-child(2){
	left: 1.7rem;
}
#contents03 .contents_01_02 h6:nth-child(3){
    left: 5.1rem;
}
#contents03 .contents_01_02 p:nth-child(4){
	left: 6.3rem;
}
#contents03 .kadomaru_back {
	padding-bottom: 1.9rem;
	position: relative;
	margin-bottom: 1.3rem;
}
.contents_03_01{
    position: absolute;
    bottom: -0.85rem;
    left: -1.5em;
    width: 105%;
}
.contents_03_01 p{
    position: absolute;
    top: 0.65rem;
    left: 1.2rem;
    font-size: 110%;
}
#contents03 .under_line_yellow {
	display: inline;
    background: linear-gradient(transparent 70%, yellow 80%);
}
#contents03 .check_01 .waku_back {
	font-size: 120%;
}

#contents03 .check_02 .no_flex{
	line-height: 1em;	
}

#contents03 .check_01 .back_maru_white{
	background-color: #FFFFFF;
	border-radius: 2em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1.5em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#contents03 .check_02 .collum_2>div{
	background-color: #FFFFFF;
	margin-top: 1em;
}
#contents03 .check_02 .collum_2>div div:nth-child(1){
	background-color: #75C0DE;
	color: #fff;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 120%;
}
#contents03 .check_02 .collum_2>div div:nth-child(2){
	font-size: 110%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#contents03 .check_02 .collum_2>div:nth-child(1) div:nth-child(2){
	padding-top: 3.5em;
}

/*----------------------------------------------------
　contents04
----------------------------------------------------*/
#contents04 .check_01 .no_flex{
	display: flex;
}
#contents04 .check_02 .no_flex{
    line-height: 1em;
}
#contents04 .check_01 .back_maru_white{
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#contents04 .check_01 .under_line_yellow {
	background: linear-gradient(transparent 70%, yellow 60%);
	display: inline;
}
#contents04 .check_01 .kadomaru_back p:nth-child(1)>span:nth-child(1){
    vertical-align: 1.5em;
}
#contents04 .check_01 .kadomaru_back{
	position: relative;
}
#contents04 .check_01 .kadomaru_back::before{
content: "";
    background-image: url(../img/contents_04_011.png);
    position: absolute;
    background-repeat: no-repeat;
    left: 1rem;
    top: 0.7rem;
    width: 10em;
    height: 10em;
    display: block;
}
#contents04 .check_01 .kadomaru_back::after{
content: "";
    background-image: url(../img/contents_04_012.png);
    position: absolute;
    background-repeat: no-repeat;
    right: 0.5rem;
    top: 0.7rem;
    width: 10em;
    height: 10em;
    display: block;
}
.back_kaku_white{
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
/*---contents02_05-------------*/

.contents_04_02{
	background-repeat: no-repeat;
	background-image: url(../img/contents_04_02.png);
	position: relative;
	height: 4rem;
	background-position: center center;
	background-size: contain;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.contents_04_02 p{
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    display: flex;
    font-size: 105%;
    align-items: center;
    justify-content: center;
}

.contents_04_02 p:nth-child(1){
    top: 0.84rem;
    left: 1.78rem;
}

.contents_04_02 p:nth-child(2){
    top: 1.93rem;
    left: 1.54rem;
}

.contents_04_02 p:nth-child(3){
    top: 3.02rem;
    left: 1rem;
}

.contents_04_02 p:nth-child(4){
    top: 0.5rem;
    left: 6.1rem;
}

.contents_04_02 p:nth-child(5){
    top: 2.33rem;
    left: 6.05rem;
}

#contents04 .check_02 .kadomaru_back div div{
	background-color: #FFFFFF;
	margin-top: 1em;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	font-size: 110%;
	line-height: 1.5em;
}
#contents04 .check_02 table .no_flex>div{
	line-height: 1em;
    padding-bottom: 0.2em;
}

/*----------------------------------------------------
　まとめ
----------------------------------------------------*/
#matome .fukidashi div:nth-child(2) img{
    margin-top: -2em;
}
#matome .fukidashi div:nth-child(3) img{
    margin-top: 4em;
}

/*----------------------------------------------------
　まとめ
----------------------------------------------------*/


.table_w15em{
	width: 15em;
}
