/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
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;vertical-align: baseline;}
/* 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;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.7;
    color: #000;
    letter-spacing: .2em;
    background-color: #eee;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 1.8rem;
}
.font_nam,.en{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.bold{font-weight:700}
.link{
	color: #f56364;
	display:block;
	margin-bottom:20px;
}
header{
	background:url(../img/bg.jpg) no-repeat;
	background-size: cover;
	height:721px;
	background-position: center center;
	color:#fff;
	margin-bottom: 110px;
	margin-top: -100px;
}
header h1 {
	font-size:4rem;
	text-align:center;
	margin-top:100px;
	padding-top: 320px
}
header h2 {
	text-align:center;
	font-size: 2.4rem;
}
.contents {
	width:1000px;
	margin:0 auto;
	padding: 2%;
	background:#fff;
	margin-bottom: 40px;
	border:1px solid #eee;
}
.contents h1 {
	font-size:4.4rem;
	margin:0 0 40px;
}
.contents h1 span {
	font-size:4rem;
}
.contents img {
	width:72%;
	margin-right:10%;
	border:1px solid #eee;
}
.contents .txt{
	width:118%;
	line-height:2;
	font-weight:400;
}
.contents p {
	margin-bottom:40px;
}
.box {
	border:1px solid #eee;
	padding:4%;
	font-size:1.8rem;
}

.card_box .card_img{
	width:100%;
	margin-right:0;
	border:none;
}
footer p {
	text-align: center;
	padding: 2% 0;
	font-size: 1.4rem;
}
.txt_decoration {
	text-decoration: underline;
}
.pc_none {
	display:none;
}
#page-top img {
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 230px;
}


@media screen and (max-width: 768px) {
header h1 {
	text-align:center;
	margin-top:100px;
	margin-bottom: 2%;
}
.contents {
	width:94%;
	padding:4%;
}
.contents h1 {
	font-size:2.4rem;
}
.contents img {
	width:100%;
	float:none;
	margin-bottom:8%;
	margin-right:0;
}
.contents .txt {
	width:100%;
	float:none;
}
#page-top img{
	display:none;
}
}


@media screen and (max-width: 599px) {
body {
	width:100%;
	font-size:1.8rem;
}
.sp_noflex {
	display:block
}
p,dl dt,dl dd{
	font-size: 1.6rem;
}
#page-top img{
	display:none;
}
}

/*詳しく見るボタン*/
.txt{
	margin-bottom:40px;
}
.more{
	text-align: center;
	margin:0 auto;
    display: block;
    font-size: 2.4rem;
    background:#f56364;
    color:#fff;
    border-radius:100px;
    padding:1%;
    width:50%;
}

