@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP|EB+Garamond');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}

/* */
html {
	font-size:62.5%;/*pxだと10px;*/
}
body {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;	
	line-height:1.7;
	color:#333;
}

div,p,ul,li {
	box-sizing: border-box
}

header {
	margin-bottom: 40px
}

.wrap {
	padding: 20px 15px
}
.inner {
	max-width:640px;
	margin-left: auto;
	margin-right: auto;
}
section {
	margin-bottom: 40px
}

a {color:#333;}

p {}

h1 {font-size: 2.4rem; line-height: 1.5; margin-bottom: 20px}
h2 {font-size: 1.8rem; margin-bottom: 10px}
h3 {font-size: 1.6rem; margin-bottom: 10px}
small {font-size: 80%}

.aC {text-align: center;}
.aL {text-align: left;}
.aR {text-align: right;}

.mb1em {margin-bottom: 1em}
.mb2em {margin-bottom: 2em}
.mb10 {margin-bottom: 10px}
.mb20 {margin-bottom: 20px}
.mb40 {margin-bottom: 40px}
.mb60 {margin-bottom: 60px}

.dan-1 {text-indent: -1em; padding-left: 1em;}

.waku {
	border:1px solid #ccc;
	padding:15px 20px;
	margin-bottom: 40px
}
.btn {
	border:1px solid #333;
	background: #333;
	color: #fff;
	display: inline-flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding:5px 2em;
	border-radius: 8px;
	font-weight: bold
}

.ph__wrap {
	display: flex;
	flex-flow: row;
}
.ph__wrap li {
	width: 50%
}

@media screen and (max-width:600px){
	body {
		font-size: 14px;
	}
	h1 {font-size: 6vw;}
	h2 {font-size: 4.5vw;}
	h3 {font-size: 4.0vw;}
	.btn {display: flex; width: 100%; margin-left: auto; margin-right: auto;
	padding:10px 2em;}
}

.col__2 {
	display: flex;
	justify-content: space-between;
	flex-flow: row;
	align-items: center
}
.rgt {
	flex-flow: row-reverse
}
.col__2 dt {
	width:45%;
	margin-right: 5%;
}
.col__2.rgt dt {
	width:45%;
	margin-left: 5%;
}
.col__2 dd {
	width:50%;
}
h3{
/*	line-height: 1.2;*/
}
.kei {
	display: flex;
	flex-flow: row;
	align-items: center;
}
.kei::after,
.kei::before {
   content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ddd;
}
.kei::after {
	margin-left: 1em;
}
.kei::before {
margin-right: 1em;
}

	.shw {display: none;}
	.hyd {display: block;}
@media screen and (max-width:600px){
	.col__2 {display:block}
	.col__2 dt,
	.col__2.rgt dt
	{width: 100%; margin-right: 0; margin-left: 0; margin-bottom: 20px; padding: 0 10px;}
	.col__2 dd {
	width:100%;
		padding: 0 10px;
	}	
	.shw {display: block;}
	.hyd {display: none;}
}