@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
}

body {
		line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
}

ul {
		list-style: none;
}

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
		content: '';
		content: none;
}

a {
		margin: 0;
		padding: 0;
		vertical-align: baseline;
		background: transparent;
}

ins {
		background-color: #ff9;
		color: #000;
		text-decoration: none;
}

mark {
		background-color: #ff9;
		color: #000;
		font-style: italic;
		font-weight: bold;
}

del {
		text-decoration: line-through;
}

abbr[title], dfn[title] {
		border-bottom: 1px dotted;
		cursor: help;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #cccccc;
		margin: 1em 0;
		padding: 0;
}

input, select {
		vertical-align: middle;
}

html {
		width: 100%;
		height: 100%;
}

* {
		box-sizing: border-box;
		outline: none;
}

body {
		width: 100%;
		height: 100%;
		font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
		font-size: 100%;
		color: #221815;
}

a {
		color: #221815;
}

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

b {
		font-weight: bold;
}

.pc {
		display: block;
}

.sp {
		display: none;
}

.br-pc {
		display: block;
}

.br-sp {
		display: none;
}

img {
		max-width: 100%;
}
.box1{　
	text-align: center;
  display: flex;
	margin-top:20px; 
}
.box1 img{margin: 0px 20px 0px 0;
		text-align: center;
 
	
}


sup {
		font-size: 70%;
		vertical-align: top;
		position: relative;
		top: -0.1em;
}

#wrapper {
		max-width: 980px;
		width: 100%;
		background-color: #fff;
		margin: 0 auto;
}

#wrapper .head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 15px auto;
}

#wrapper .teaser_info {
		margin: 60px auto;
		text-align: center;
		position: relative;
}

#wrapper .teaser_info .btn_top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 67%;
}
#wrapper .teaser_info .btn_top a {
    width: 430px;
    margin: 0 auto;
    display: block;
}
#wrapper .teaser_info .btn_top img {
  width: 100%;
}

@media (max-width: 780px) {
#wrapper .teaser_info .btn_top a {
    width: 50%;
}
#wrapper .teaser_info .btn_top {
  width: 72%;
}
}

#wrapper .footer {
		background-color: #fff;
		text-align: center;
		padding: 25px 0 10px;
}

#wrapper .footer .footer_flex {
		display: flex;
		justify-content: space-between;
		width: 770px;
		align-items: center;
		margin: 0 auto;
}

#wrapper .footer .footer_left ul {
		display: flex;
		justify-content: flex-start;
}

#wrapper .footer .footer_left li {
		font-size: 14px;
		line-height: 1;
		border-right: 1px solid #221815;
		padding-right: 15px;
		margin-left: 15px;
}

.start{font-size: 55px;
	   font-weight: 700;
	   font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.start span{
	font-size: 60px;
	color: #F70000;
	   font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.start .text1{
	color: #000000;
		font-size: 40px;
	 font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}




@media (max-width: 780px) {
		body {
				width: 100%;
				height: 100vh;
		}
		img {
				max-width: 100%;
		}
		.pc {
				display: none;
		}
		.sp {
				display: block;
		}
		.br-sp {
				display: block;
		}
		.br-pc {
				display: none;
		}
		.indent {
				padding-left: 2vw;
				text-indent: -1vw;
		}
		#wrapper {
				max-width: 100%;
				width: 100%;
				margin: 0 auto;
				height: auto;
				overflow-x: hidden;
		}
		#wrapper .head {
				display: flex;
				justify-content: space-between;
				align-items: center;
				width: 96%;
				margin: 3vw auto;
		}
		#wrapper .teaser_info {
				margin: 15vw auto;
				text-align: center;
		}
		#wrapper .teaser_info img {
				max-width: 80vw;
		}
		#wrapper .footer {
				background-color: #fff;
				text-align: center;
				padding: 5vw 0 2vw;
		}
		#wrapper .footer .footer_flex {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
				width: 90%;
				align-items: center;
				margin: 0 auto;
		}
		#wrapper .footer .footer_left {
				flex-basis: 100%;
				margin-bottom: 5vw;
		}
		#wrapper .footer .footer_left ul {
				display: flex;
				justify-content: center;
		}
		#wrapper .footer .footer_left li {
				font-size: 3.07692vw;
				line-height: 1;
				border-right: 1px solid #221815;
				padding-right: 2vw;
				margin-left: 2vw;
		}
		#wrapper .footer .footer_left li:last-child {
				border: none;
		}
		#wrapper .footer .footer_right {
				flex-basis: 100%;
				text-align: center;
		}
.start{font-size: 30px;
	   font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
	
	.start span{
	font-size: 40px;
	color: #F70000;
	   font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.start .text1{
	color: #000000;
		font-size: 20px;
	 font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}


