*{
	margin: 0;
	padding: 0;
}

.v-haifu_btn{
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
}

.fv {
    width: 70%;
    margin: 0 auto;
}

h3.co_h2 {
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 2.5em;
    letter-spacing: 0.25em;
    font-weight: 500;
    margin: 0 auto 3%;
}

h3.co_h3 {
    font-size: 1.5em;
    background: #d49d97;
    color: white;
    padding: 1% 0 1% 2%;
    margin-bottom: 3%;
}

h4.co_h4 {
    font-size: 1.2em;
    background: #d7c4aa;
    padding: 1%;
	margin-bottom: 2%;
}

li{
	list-style: none;
}

.red{
	color:red;
	font-weight: 600;
}

.fv img,.main img {
	width:100%;
    vertical-align: bottom;
}

.updown {
    animation: updown 1.3s infinite ease-in-out;
}

.hr {
    width: 50%;
    height: 2px;
    margin: 0 auto 5%;
    background: #e8dbc3;
}


/*
*  pc
*/
/* @media only screen and (min-width: 781px) { */

    .main {
        position: relative;
        width: 55%;
        margin: 5% auto;
    }

	ul {
    margin: 0;
    padding: 0;
}


.sec01,.sec02,.sec03 {
    margin-bottom: 10%;
}

ul.worries_list {
	width: 550px;
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-size: 1.7em;
    line-height: 2em;
}

.sec01_inner {
    background-color: #f4f1e9;
    padding: 5% 0;
    border: 3px solid #cc9a90;
    margin: 0 auto 5%;
}

.sec01_img {
    margin-bottom: 10%;
}

.img02 {
    width: 70%;
	margin: 0a auto;
}
ul.ex_area {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

li.ex_txt {
    width: 70%;
}

li.ex_img {
    width: 20%;
}

.img02 {
    width: 70%;
    margin: 0 auto;
}

.sec02 img {
    margin-bottom: 5%;
}

.section_img {
    height: 400px;
    overflow: hidden;
	position: relative;
	margin-bottom: 5%;
}

.section_img img {
    position: absolute;
    bottom: -50px;
}

.inner{
	margin-bottom: 3%;
}

.sec_img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.sec_img img {
    position: absolute;
    top: -30%;
}

.sec_text {
    margin-bottom: 5%;
}

.sec_box {
  margin-bottom: 8%
}

.flex_box{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 auto 5%;
}

.flex_text {
    width: 70%;
}

.flex_img {
    width: 20%;
}

table {
    width: 100%;
}

tbody {
    width: 100%;
}

td.td_title {
    width: 25%;
    border: solid 1px gray;
    padding: 1%;
    background: #f9f0e5;
}

td.td_text {
    width: 70%;
	border: solid 1px gray;
	padding: 1%;
}

.step{
	text-align:center;
}

li.title {
    font-size: 1.2em;
    font-weight: 600;
    margin: 2% 0 1%;
    color: cadetblue;
}

li.text {
    font-size: 1em;
    margin-bottom: 2%;
}

li.question {
    font-weight: 600;
    margin-bottom: 1%;
}

li.ans {
    margin-bottom: 5%;
}

.section.ex_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ex {
    width: calc(100%/2 - 5%);
margin-bottom: 5%;
}

ul.section.links {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

ul.section.links li {
    width: calc(100%/2 - 40px);
}

    /*上下にふわふわするボタン*/

    @keyframes updown {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(0, -20px);
        }

        100% {
            transform: translate(0, 0);
        }
    }


    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
/* } */


@media (min-width: 768px) and (max-width: 1024px) {
	.fv {
    width: 90%;
    margin: 0 auto;
}
	
	.main {
    position: relative;
    width: 90%;
    margin: 5% auto;
}
	
	.section_img img {
    position: absolute;
    bottom: -130px;
}

.ex {
    width: 45%;
    margin: 0 auto 8%;

}

	.flex_img {
    width: 40%;
    margin: 5% auto 0;
	}}

/*
* sp
*/
@media only screen and (max-width: 767px) {
.main {
    position: relative;
	width:90%;
    margin: 5% auto;
}
	
	img{
		width: 100%;
	}
	
	.fv {
    width: 100%;
		    margin-top: 15%;
}
	
	
h3.co_h2 {
    font-family: 'Noto Serif JP';
    font-size: 1.8em;
    letter-spacing: 0.2em;
}


h2.co_h2 {
    font-family: 'Noto Serif JP';
    font-size: 1.8em;
    letter-spacing: 0.2em;
}

ul.worries_list {
	width: 295px;
    font-size: 1.15em;
    line-height: 2em;
}
	
	.section_img img {
    position: absolute;
    bottom: -60px;
}
	
	.sec01, .sec02, .sec03 {
    margin-bottom: 15%;
}
	
	.section_img {
    height: 180px;
}
	
 .sec_img {
    height: 130px;
}
	
	h2.co_h2 {
    font-size: 1.5em;
}
		
	h3.co_h3 {
    font-size: 1.1em;
}
	
	h4.co_h4 {
    font-size: 1em;
}
	
	.section_img img {
    position: absolute;
    bottom: 0px;
}
	
	.img02 {
    width: 95%;
    margin: 0 auto;
}
	
	ul.ex_area{
		flex: inherit;
	}
	
	li.ex_txt {
    width: 100%;
}
	
	li.ex_img {
    width: 70%;
    margin: 0 auto;
}

.flex_box {
    margin: 0 0 50px;
}
	
	.flex_text {
    width: 100%;
	margin-bottom:30px;
}
	
	.flex_img {
    width: 50%;
    margin: 0 auto;
}

	td.td_title {
    width: 33%;
}
	
	.ex {
    width: 95%;
    margin: 0 auto 8%;
}
	
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
	
	ul.section.links {
    display: inherit;
}
	
	ul.section.links li {
    width: 100%;
}

}

@media only screen and (max-width: 480px) {
	ul.worries_list {
		max-width: 92%;
		font-size: 4vw;
        line-height: 1.5em;
	}

	ul.worries_list li {
		text-indent: -.9em;
		padding-left: .9em;
	}

	ul.worries_list li:not(:last-of-type) {
		margin-bottom: 1em;
	}
}