@charset "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
    font-size: 62.5%;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, GeneralFonts, Hiragino Kaku Gothic ProN, Yu Gothic Medium, YuGothic-Medium, 游ゴシック Medium, YuGothic, 游ゴシック, Meiryo, Helvetica Neue, Segoe UI, sans-serif;
    color: #34333C;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.bold{font-weight:700;}
a{
	text-decoration: underline;
	color:#3366CF;/* リンク色 */
    word-break: break-all;
    text-indent: 0;}
a:hover{
	text-decoration: none;}

.maker{/* マーカー背景色 */
	background: linear-gradient(transparent 0%, #fff9d5 0%);
}
/*************************************************
PC
**************************************************/
.only_pc{display: block!important;}
.only_sp{display: none!important;}
.pd_t_b_50{padding: 50px 0;}
.pd_t_b_40{padding: 40px 0;}
.pd_t_b_30{padding: 30px 0;}
.pd_t_b_20{padding: 20px 0;}
.pd_t_b_10{padding: 10px 0;}
.mt_60{margin-top: 60px;}
.mt_50{margin-top: 50px;}
.mt_40{margin-top: 40px;}
.mt_30{margin-top: 30px;}
.mt_20{margin-top: 20px;}
.mt_15{margin-top: 15px;}
.mt_10{margin-top: 10px;}
.pb_60{padding-bottom: 60px;}
.pb_20{padding-bottom: 20px;}
.w1100{width:1100px;margin:0 auto;}
.w1000{width:1000px;margin:0 auto;}
.w950{width:950px;margin:0 auto;}
.w900{width:900px;margin:0 auto;}

.note,
.notice{
    font-size: 1.4rem;
}
.notice{
    padding-left: 1.5em;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.indent{
 padding-left: 1em;
text-indent: -1em;
}

/*contents-------------*/

.bg_red{
	background: #fce4e6;
}
#contents_area{
	background-color: #ffffff;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	width: 700px;
	margin: 0 auto;
}
.red_line{
	border-top: 5px dotted #e71120;
	margin: 25px 0 35px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}
.red_line p{
	font-size: 2.6rem;
	color: #e71120;
	font-weight: bold;
	position: absolute;
	padding: 0 3px;
	background-color: #ffffff;
	top:-20px;
}
#contents_area .text_box p{
	font-size: 1.8rem;
	line-height: 2;
	text-align: left;
}
.btn_green a{
	font-size: 2.2rem;
	color: #ffffff;
	padding: 15px 10px;
	border-radius: 999px;
	font-weight: bold;
	display: block;
	background: linear-gradient(-15deg, #00b099 0%, #05cf85 100%);
	text-decoration: none;
	width: 600px;
	margin: 30px auto 0;
}
.btn_green:hover a{
	opacity: 0.8;
}



/*************************************************
SP
**************************************************/
@media screen and (max-width: 780px) {	
.only_sp{display: block!important;}
.only_pc{display: none!important;}
.pd_t_b_50{padding: 30px 0;}
.pd_t_b_40{padding: 25px 0;}
.pd_t_b_30{padding: 20px 0;}
.pd_t_b_20{padding: 15px 0;}
.pd_t_b_10{padding: 5px 0;}
.mt_50{margin-top: 30px;}
.mt_40{margin-top: 25px;}
.mt_30{margin-top: 20px;}
.mt_20{margin-top: 15px;}
.mt_15{margin-top: 10px;}
.mt_10{margin-top: 5px;}
.pb_60{padding-bottom: 40px;}
.pb_30{padding-bottom: 20px;}
.pb_20{padding-bottom: 15px;}
.w1100,.w1000,.w950,.w900{
	width:auto;
	margin:0 10px;
}
.note,
.notice{
    font-size: 1.2rem;
}
.notice{
    padding-left: 1.5em;
}
/*contents-------------*/

/*contents-------------*/

#contents_area{
	padding: 30px 15px 40px;
	width: auto;
	margin: 0 15px;
}
.red_line{
	border-top: 5px dotted #e71120;
	margin: 15px 0 20px;
}
.red_line p{
	font-size: 1.8rem;
	padding: 0 2px;
	top:-16px;
}
#contents_area .text_box p{
	font-size: 1.4rem;
	line-height: 2;
}
.btn_green a{
	font-size: 1.6rem;
	padding: 10px 10px;
	width: 100%;
}
}/*SP体裁ここまで--------------------------------------------- */


/* up_arrow 上向きアロー
------------------------------------------------------------ */
    a.arrow {
    position: relative;
    text-decoration: none;
	}
    a.arrow:hover {
      border-bottom: none;
	}
    .arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 42px;
    top: 40px;
    width: 0.8em;
    height: 0.8em;
    border: 3px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}
@media screen and (max-width: 740px) {
	    .arrow:after {
        position: absolute;
        display: inline-block;
        content: "";
        line-height: 1;
        right: 25px;
        top: 28px;
}
}
