@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%);
}
/*************************************************
P
**************************************************/
.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;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.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-------------*/
.inner{width:800px; margin:0 auto; text-align:left;}
h1{font-size:25px; border-left:solid 10px #b60081; margin-top:20px; margin-bottom:20px; padding-left:20px;}
h2{margin-bottom:30px; background:#b60081; color:#FFFFFF; font-size:20px; font-weight:bold; text-align:center; padding:10px;}
h3{font-size:18px; font-weight:bold; margin-bottom:10px; color: #b60081; padding-bottom: 4px;border-bottom: 1px solid #b60081;}
h4{font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	color: #b60081;
	padding-left: 1.2em;
	position: relative
}
h4:before{
	position: absolute;
	left: 0;
	display: inline-block;
	content: "■";
}
 p{font-size:15px;line-height: 1.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;}
.mb10{margin-bottom:8px;}
.mb20{margin-bottom:15px;}
.mb30{margin-bottom:20px;}
.mb50{margin-bottom:35px;}
.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-------------*/
.inner{width:auto; margin-left:15px; margin-right:15px;}

h1{font-size:20px; border-left:solid 10px #b60081; margin-top:2%; marign-bottom:3%;}
table {width: 100%; border-collapse:  collapse;} 
tr,
table td{display: block; width: 100%; position: relative;}
h2{margin-bottom:20px; background:#b60081; color:#FFFFFF; font-size:18px; font-weight:bold; text-align:left; padding:10px 15px;}
h3{font-size:17px; font-weight:bold; margin-bottom:10px; color: #b60081;;}
h4{font-size:14px; font-weight:bold; margin-bottom:6px; color: #b60081;}
p{font-size:14px;}


}/*SP体裁ここまで--------------------------------------------- */

