@charset 'utf-8';

/* ===============================
	base
 =============================== */
body {
     width: 100%;
    height: 100%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
    margin: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


a:hover {
    opacity: 0.7;
}


.pc-none {
    display: none;
}

.sp-none {
    display: block;
}


section {
    max-width: 800px;
    margin: auto;
    text-align: center;
}


h1 {
	margin-bottom: 0px;
	line-height: 36px;
	background-color: #777;
	color: #fff;
	padding: 15px;
	text-align: center;
}

h2 {
        font-size: 22px;
    background-color: #fadbda;
    padding: 10px;
        margin-top: 0px;
    border-top: solid #ff73a2;
}

h3 {
	/* [disabled]background: linear-gradient(transparent 50%, #d6a3d8 50%); */
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}
h3.no2 {
        width: 72%;
}

h3.last {
background: none;
        width: auto;
    background-color: #ff73a2;
    padding: 10px;
}

h4 {
   margin-bottom: 0px;
    background-color: #fadbda;
    padding: 5px;
}

p {
        font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: left;
}


p span {
    border-bottom: dotted 2px #d6a3d8;
}

.box {
    margin-bottom: 80px;
}


.date{ font-size:small; margin:30px 0}
/* メディアクエリサンプル */
/* ===============================
	device setting
 =============================== */

@media screen and (max-width: 1280px) {
  // 画面幅が1280px以下（タブレット・スマホ共通スタイル）
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  // 画面幅が768px～1280px（タブレット専用スタイル）
}
@media screen and (max-width: 767px) {
    .pc-none {
    display: block;
}

.sp-none {
    display: none;
}
    h1 {
            font-size: 22px;
    line-height: 24px;
        letter-spacing: 2px;
    padding: 5px;
    margin-bottom: 30px;
    }
    
    h2 {
        font-size: 16px;
    line-height: 24px;
    padding: 5px;
    }
    h3, h3.no2 {
        width: 100%;
    font-size: 22px;
    background: none;
    border-bottom: solid #d6a3d8;
    line-height: 30px;
    }
    h3.last {
        font-size: 20px;
    padding: 5px;
    margin: auto;
        border-bottom: 0px;
    }
    p {
        font-size: 14px;
            line-height: 18px;
    margin-bottom: 25px;
        letter-spacing: 2px;
        padding: 8px;
    }
}
@media screen and (max-width: 414px) {
  // 画面幅が414px以下（スマートフォン縦向き専用スタイル）
}


}
