@charset "UTF-8";

/*───────────────────────────
  ベーシックリセットCSS
───────────────────────────*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}
body {
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    color: #555;
}

ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
    background: none;
    border: none;
    outline: none;
}


a {
  color: inherit;
  text-decoration: none;
}

/*clearfix*/
.clearfix:after {
   content: "";
   display: block;
   clear: both;
}

[hidden] {
    display: none !important;
}



/*───────────────────────────
  共通 CSS
───────────────────────────*/

/*YuseiMagic*/
@font-face {
    src: url("../resources/fonts/YuseiMagic-Regular.woff") format("woff");
    font-family: "Yusei Magic";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}



body {
	width: 100%;
	background-color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: normal;
    box-sizing: border-box;
}
section {
    position: relative;
}


h2 {
    width: 90%;
    margin: 40px auto 25px;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 500;
    font-size: 21px;
    text-align: center;    
}

.caption {
    line-height: 52px;
    border: 1px solid;
    border-radius: 26px;
    position: relative;
}

.caption::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;

    border-bottom: 0;
    position: absolute;
    top: 22px;
    right: 25px;

}
.dot-line {
    display: block;
    margin-top: 15px;
    border-bottom: 2px dotted #A4A4A4;
}

.btn01 a {
    display: block;
    width: 230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: #4CB6AE;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}

.btn02 a {
    display: block;
    width: 280px;
    margin: 0 auto 5px;
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: #FF7B9D;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
.btn02 img {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
}
.btn03 a {
    display: block;
    width: 230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: #FF7B9D;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
.btn03 img {
    display: inline-block;
    width: 20px;
    margin-top: 8px;
    margin-right: 8px;
}

.btn06 a {
    display: block;
    width: 280px;
    margin: 0 auto 5px;
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: #95ce45;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}

.btn01g a {
    display: block;
    width: 230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: #FF7B9D;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
.btn01line a {
    display: block;
    width: 230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: #06c755;
    color: #fff;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
/*681px以上*/
@media screen and (min-width:681px) {
	.sp-none {
		display: none;
	}
    /*section {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }*/

    h2 {
        font-size: 32px;
    }

}

@media screen and (max-width:682px){
	.pc-none {
		display: none;

	}
}
