@charset "UTF-8";
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	display: block;
}
/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
	font-size: 62.5%;
}
@font-face {
	font-family: 'mplus';
	src: url('../fonts/mplus.woff') format('woff');
}
body {
	font-family: 'mplus', Verdana;
	font-size: 1.3em;/* =13px */
	line-height: 1.6;
}

@media screen and (max-width:767px) {
body {
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
th, td {
	word-break: break-all;
}
}
a {
}
a:visited {
}
img {
	border-style: none;
}
/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* ----------------------------------------------
共通
----------------------------------------------*/
.boxInner {
	width: 960px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 30px;
	font-size: 3.8rem;
	font-weight: normal;
	text-align: center;
}
section {
	padding: 150px 0;
}
.mitsumori a {
	display: block;
	width: 50%;
	margin: 80px auto 0;
	padding: 10px 15px;
	background-color: rgba(0,0,0,0.70);
	border-radius: 15px;
	text-align: center;
	font-size: 2.8rem;
	color: #fff;
	text-decoration: none;
}
.mitsumori a:hover {
	background-color: rgba(0,0,0,1);
	text-decoration: underline;
}
/* ----------------------------------------------
header
----------------------------------------------*/
header {
	width: 100%;
	min-width: 1200px;
	padding: 10px 0 0;
	background-color: #ff9d25;
}
header .boxInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav ul {
	display: flex;
	margin-top: -13px;
	list-style: none;
	font-size: 2.0rem;
}
nav ul li {
	padding-left: 25px;
	padding-right: 15px;
	background: url(../img/icon-nav.png) no-repeat left center;
	background-size: 20px 20px;
}
nav ul li:last-child {
	padding-right: 0;
}
nav ul li a {
	color: #000;
	text-decoration: none;
}
#mainVisual {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 650px;
	background: #E7D8C5 url(../img/bg-mainVisual.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}
#mainVisual a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -65px;
}
/* main
----------------------------------------------*/
main {
	width: 100%;
	min-width: 1200px;
}
/*　#lead */
#balloon {
	width: 960px;
	margin: 0 auto;
	padding: 100px 0 0;
}
#balloon ul {
	display: flex;
	min-height: 240px;
	list-style: none;
	font-size: 2.4rem;
}
#balloon ul li {
	text-align: center;
	line-height: 1.4;
}
#balloon ul li:nth-child(1) {
	width: 300px;
	min-height: 140px;
	padding-top: 35px;
	background: url(../img/bg-balloon01.png) no-repeat left top;
	background-size: 300px 140px;
}
#balloon ul li:nth-child(2) {
	align-self: flex-end;
	width: 320px;
	min-height: 150px;
	padding-top: 45px;
	background: url(../img/bg-balloon02.png) no-repeat left center;
	background-size: 320px 150px;
}
#balloon ul li:nth-child(3) {
	width: 300px;
	min-height: 140px;
	padding-top: 35px;
	background: url(../img/bg-balloon01.png) no-repeat left top;
	background-size: 300px 140px;
} 
.matter {
	width: 960px;
	min-height: 260px;
	margin: 0 auto;
	background: url(../img/img-person01.png) no-repeat top right;
	background-size: 310px 240px;
}
.matter p {
	font-size: 2.0rem;
}
.matter p:first-child {
	font-size: 2.7rem;
	margin-bottom: 25px;
	padding-top: 30px;
}

/*　三角　*/
.trigone {
	width: 100%;
	margin-top: 50px;
}
.trigone img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.solution {
	margin-top: -5px;
	background-color: #ff9d25;
	font-size: 5.0rem;
}
.solution .boxInner {
	padding: 50px 0 120px;
	background: url(../img/img-person02.png) no-repeat right 250px;
	background-size: 310px 280px;
}
span.mondai {
	display: inline-block;
	margin: 0 5px;
	padding: 0 18px;
	background-color: #000;
	border-radius: 50%;
	font-size: 5.5rem;
	color: #fff;
}
span.panda {
	font-size: 6.0rem;
}
span.kaiketsu {
	display: inline-block;
	margin: 0 5px;
	padding: 0 18px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 5.5rem;
	color: #B4272D;
}
.solution p {
	margin-top: 50px;
	font-size: 3.4rem;
}
.solution p.free {
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 30px;
	font-size: 3.9rem;
	color: #B4272D;
} 

/*　運営代行の作業例　*/
#example {
	background: url(../img/bg-example.png) no-repeat right bottom;
	background-size: 960px auto;
}
#example ul {
	margin-left: 70px;
	font-size: 2.0rem;
}
/*　運営代行の実績　*/
#results {
	background-color: #ff9d25;
}
#results .flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resultsBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 49%;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fff;
}
.resultsBox2 {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fff;
}
.resultsBox ul {
	margin-left: 20px;
	padding: 20px 0;
	font-size: 1.5rem;
}
.resultsBox2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 20px;
	padding: 20px 0;
	font-size: 1.5rem;
}
.resultsBox2 ul li {
	flex: 0 1 49%;
	max-width: 49%;
	padding: 0 0 10px;
}
.resultsBox div {
	margin: 20px 0 0 25px;
}
.resultsBox h3,
.resultsBox2 h3{
	width: 100%;
	font-size: 2.3rem;
	font-weight: normal;
	border-left: 8px solid #ff9d25;
	padding-left: 5px;
}
/*　運営代行サービスの流れ　*/
#flow .boxInner {
	background: url(../img/img-flow.png) no-repeat -20px center;
	background-size: 400px 1000px;
}
#flow dt {
	border-bottom: 1px dashed #ff9d25;
	font-size: 3.0rem;
	color: #ff9d25;
 }
#flow dd {
	padding: 15px 0 10px;
	font-size: 1.8rem;
}
#flow dl:nth-child(2) {
	margin-left: 250px;
	padding-left: 70px;
	background: url(../img/number01.png) no-repeat left top;
	background-size: 59px 55px;
}
#flow dl:nth-child(3) {
	margin-left: 350px;
	padding: 40px 0 0 70px;
	background: url(../img/number02.png) no-repeat left 40px;
	background-size: 59px 55px;
}
#flow dl:nth-child(4) {
	margin-left: 450px;
	padding: 40px 0 0 70px;
	background: url(../img/number03.png) no-repeat left 40px;
	background-size: 59px 55px;
}
#flow dl:nth-child(5) {
	margin-left: 450px;
	padding: 40px 0 0 70px;
	background: url(../img/number04.png) no-repeat left 40px;
	background-size: 59px 55px;
}
#flow dl:nth-child(6) {
	margin-left: 350px;
	padding: 40px 0 0 70px;
	background: url(../img/number05.png) no-repeat left 40px;
	background-size: 59px 55px;
}
#flow dl:nth-child(7) {
	margin-left: 250px;
	padding: 40px 0 0 70px;
	background: url(../img/number06.png) no-repeat left 40px;
	background-size: 59px 55px;
}
/*　料金　*/
#charge {
	background-color: #ff9d25;
	font-size: 2.0rem;
}
#charge h3 {
	min-height: 75px;
	margin-bottom: 20px;
	padding: 15px 0 0 85px;
	font-size: 3.0rem;
	font-weight: normal;
}
.chargeBox01 {
	position: relative;
	background-color: #fff;
	padding: 20px;
}
.chargeBox01 ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	list-style: none;
	margin-bottom: 15px;
}
.chargeBox01 ul li {
	width: 285px;
	padding: 3px 0;
	border-bottom: 1px solid #BAA58C;
}
.chargeBox01 h3 {
	background: url(../img/icon-charge01.png) no-repeat left top;
	background-size: 75px 75px;
}
.getsugaku {
	line-height: 1.2;
	font-size: 2.3rem;
	margin-right: 10px;
}
.kingaku {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 7.0rem;
}
.kingaku span {
	font-size: 3.0rem;
}
.chargeBox01 p {
	font-size: 1.7rem;
}
.chargeBox02 {
	margin-top: 30px;
	padding: 20px;
	background-color: #fff;	
}
.chargeBox02 h3 {
	background: url(../img/icon-charge02.png) no-repeat left top;
	background-size: 75px 75px;
} 
.chargeBox02 p {
	padding: 3px 0;
	border-bottom: 1px solid #BAA58C;
}
.tokutei {
	margin: 20px 0 0;
	font-size: 1.4rem;
	text-align: right;
}
.tokutei a {
	text-decoration: none;
	color: #333;
}
/*　よくある質問　*/
#question dl {
	display: flex;
	width: 100%;
	height: 160px;
	margin-bottom: 30px;
	border: 3px solid #ff9d25;
	font-size: 2.0rem;
}
#question dl dt {
	flex: 0 0 360px;
	padding: 15px;
	background-color: #fff;
	position: relative;
}
#question dl dd {	
	flex: 1 1 auto;
	padding: 15px 15px 15px 100px;
	background-color: #ff9d25;
	text-indent: -2.7em;
}
#question dl dt:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 77px solid transparent;
	border-bottom: 77px solid transparent;
	border-left: 50px solid #fff;
	position: absolute;
	top: 0;
	left: 100%;
}
/* 特定商取引法 */
#tokutei {
	padding-top: 60px;
}
#tokutei h2 {
	font-size: 3.0rem;
	margin-bottom: 60px;
}
#tokutei table {
	width: 100%;
	margin: 0 auto;
}
#tokutei table th {
	text-align: right;
	padding: 20px;
	border-bottom: 5px solid #fff;
	background-color: #ff9d25;
}
#tokutei table tr:last-child th,
#tokutei table tr:last-child td {
	border-bottom: none;
}
#tokutei table td {
	text-align: left;
	padding: 20px 0 20px 20px;
	border-bottom: 5px solid #fff;
}
/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
	width: 100%;
	min-width: 980px;
	padding: 0 0 20px;
	background-color: #ff9d25;
}
footer h2 {
	padding-top: 150px;
}
footer .boxInner {
	display: flex;
	justify-content: space-between;
	width: 800px;
}
footer table {
	width: 380px;
	margin-bottom: 60px;
}
footer table th, footer table td {
	padding: 25px 0 10px 10px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	text-align: left;
}
footer table td a {
	color: #000;
	padding-left: 30px;
}
#copyright {
	padding-top: 20px;
	font-size: 1.2rem;
	text-align: center;
	border-top: 1px solid #fff;
}
/* ----------------------------------------------
スマホ用CSS
----------------------------------------------*/
@media screen and (max-width:767px) {
.boxInner {
	width: 94%;
	margin: 0 auto;
}
section {
	padding: 50px 0;
} 
h2 {
	margin-bottom: 30px;
	font-size: 2.5rem;
	font-weight: normal;
	text-align: center;
}
	
.mitsumori a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px;
	background-color: rgba(0,0,0,0.70);
	border-radius: 15px;
	text-align: center;
	font-size: 2.0rem;
	color: #fff;
	text-decoration: none;
}
header {
	width: 100%;
	min-width: 320px;
	position: relative;
	padding: 10px 0 0;
	background-color: #ff9d25;
}
header .boxInner {
	display: block;
}
h1 img {
	width: 82%;
	height: auto;
}
nav {
	display: none;
}
nav ul {
	display: block;
	margin-top: 10px;
	list-style: none;
	font-size: 2.0rem;
}
nav ul li {
	padding: 10px 0;
	background: url(../img/icon-nav.png) no-repeat 20px center;
	background-size: 20px 20px;
	border-bottom: 1px solid #fff;
}
nav ul li:last-child {
	padding-right: 0;
	border-bottom: none;
}
nav ul li a {
	padding-left: 45px;
	color: #000;
	text-decoration: none;
}
#spMenu {
	position: absolute;
	right: 5px;
	top: -4px;
}
#panel-btn {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 20px 0 10px;
	border-radius: 50%;
	background: #fff;
}
#panel-btn:hover {
	background: #fafafa;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #ff9d25;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #ff9d25;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 4px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#mainVisual {
	width: 100%;
	min-width: 320px;
	height: auto;
	background: #E7D8C5 url(../img/bg-mainVisual.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}
#mainVisual img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
#mainVisual a {
	bottom: 5px;
}
#mainVisual a img {
	width: 20%;
	height: auto;
}
/* main
----------------------------------------------*/
main {
	width: 100%;
	min-width: 320px;
}
/*　#lead */
#balloon {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
}
#balloon ul {
	display: flex;
	flex-flow: wrap;
	min-height: 100px;
	list-style: none;
	font-size: 1.6rem;
}
#balloon ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
}
#balloon ul li:nth-child(1) {
	width: 50%;
	min-height: 100px;
	padding: 0;
	background: url(../img/bg-balloon01.png) no-repeat center top;
	background-size: 100% 100%;
}
#balloon ul li:nth-child(2) {
	width: 50%;
	min-height: 100px;
	padding: 0;
	background: url(../img/bg-balloon02.png) no-repeat center top;
	background-size: 100% 100%;
}
#balloon ul li:nth-child(3) {
	width: 50%;
	min-height: 100px;
	padding: 0;
	background: url(../img/bg-balloon01.png) no-repeat center top;
	background-size: 100% 100%;

} 
.matter {
	width: 100%;
	min-height: 260px;
	margin: -80px auto 0;
	background: url(../img/img-person01.png) no-repeat top right;
	background-size: 50% auto;
}
.matter p {
	font-size: 1.8rem;
	text-align: center;
}
.matter p:first-child {
	font-size: 2.5rem;
	margin-bottom: 25px;
	padding-top: 170px;
}
.solution {
	margin-top: -7px;
	background-color: #ff9d25;
	font-size: 2.2rem;
	z-index: 2
}
.solution .boxInner {
	padding: 50px 0;
	background: url(../img/img-person02.png) no-repeat right 150px;
	background-size: 45% auto;
}
span.mondai {
	display: inline-block;
	margin: 0 1px;
	padding: 0 10px;
	background-color: #000;
	border-radius: 50%;
	font-size: 3.5rem;
	color: #fff;
}
span.panda {
	font-size: 3.5rem;
}
span.kaiketsu {
	display: inline-block;
	margin: 0 1px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 3.5rem;
	color: #B4272D;
}
.solution p {
	margin-top: 50px;
	font-size: 2.0rem;
	text-align: center;
}
.solution p.free {
	display: block;
	margin: 0 0 30px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 30px;
	font-size: 2.3rem;
	color: #B4272D;
} 
/*　運営代行の作業例　*/
#example {
	padding-bottom: 100px;
	background: url(../img/bg-example02.png) no-repeat bottom center;
	background-size: 100% auto;
}
#example ul {
	margin-left: 70px;
	font-size: 1.5rem;
}
/*　運営代行の実績　*/
#results {
	background-color: #ff9d25;
}
#results .flexBox {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.resultsBox {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	padding: 15px 5px 15px 15px;
	background-color: #fff;
}
.resultsBox ul {
	margin-left: 20px;
	padding: 20px 0;
	font-size: 1.4rem;
}
.resultsBox div {
	text-align: center;
	margin: 15px 0 0;
}
.resultsBox h3 {
	font-size: 2.0rem;
	font-weight: normal;
	border-left: 8px solid #ff9d25;
	padding-left: 5px;
}	
.resultsBox2 {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fff;
}
.resultsBox2 ul{
	display: block;
}
.resultsBox2 ul li {
	width: 100%;
	max-width: 100%;
}
/*　運営代行サービスの流れ　*/
#flow .boxInner {
	background:none;
}
#flow dd {
	position: relative;
}
#flow dd:before {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 20px solid #ff9d25;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
}
#flow dl:nth-child(7) dd:before  {
	display: none;
}
#flow dt {
	border-bottom: 1px dashed #ff9d25;
	font-size: 2.0rem;
	color: #ff9d25;
 }
#flow dd {
	padding: 15px 0 10px;
	font-size: 1.5rem;
}
#flow dl:nth-child(2) {
	margin-left: 0;
	padding: 0 0 20px 45px;
	background: url(../img/number01.png) no-repeat left top;
	background-size: 39px auto;
}
#flow dl:nth-child(3) {
	margin-left: 0;
	margin-top: 10px;
	padding: 40px 0 20px 45px;
	background: url(../img/number02.png) no-repeat left 40px;
	background-size: 39px auto;
}
#flow dl:nth-child(4) {
	margin-left: 0;
	margin-top: 10px;
	padding: 40px 0 20px 45px;
	background: url(../img/number03.png) no-repeat left 40px;
	background-size: 39px auto;
}
#flow dl:nth-child(5) {
	margin-left: 0;
	margin-top: 10px;
	padding: 40px 0 20px 45px;
	background: url(../img/number04.png) no-repeat left 40px;
	background-size: 39px auto;
}
#flow dl:nth-child(6) {
	margin-left: 0;
	margin-top: 10px;
	padding: 40px 0 20px 45px;
	background: url(../img/number05.png) no-repeat left 40px;
	background-size: 39px auto;
}
#flow dl:nth-child(7) {
	margin-left: 0;
	margin-top: 10px;
	padding: 40px 0 20px 45px;
	background: url(../img/number06.png) no-repeat left 40px;
	background-size: 39px auto;
}
/*　料金　*/
#charge {
	background-color: #ff9d25;
	font-size: 1.8rem;
}
#charge h3 {
	min-height: 75px;
	margin-bottom: 0;
	padding: 15px 0 0 85px;
	font-size: 2.5rem;
	font-weight: normal;
}
.chargeBox01 {
	position: relative;
	background-color: #fff;
	padding: 20px;
}
.chargeBox01 ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	list-style: none;
	margin-bottom: 15px;
}
.chargeBox01 ul li {
	width: 100%;
	padding: 3px 0;
	border-bottom: 1px solid #BAA58C;
}
.chargeBox01 h3 {
	background: url(../img/icon-charge01.png) no-repeat left top;
	background-size: 75px 75px;
}
.getsugaku {
	line-height: 1.2;
	font-size: 1.8rem;
	margin-right: 10px;
}
.kingaku {
	display: flex;
	align-items: center;
	position: static;
	top: 0;
	right: 0;
	font-size: 5.0rem;
}
.kingaku span {
	font-size: 3.0rem;
}
.chargeBox01 p {
	font-size: 1.7rem;
}
.chargeBox02 {
	margin: 30px 0;
	padding: 20px;
	background-color: #fff;	
}
.chargeBox02 h3 {
	background: url(../img/icon-charge02.png) no-repeat left top;
	background-size: 75px 75px;
} 
#charge .chargeBox02 h3 {
	margin-bottom: 20px;
}
.chargeBox02 p {
	padding: 3px 0;
	border-bottom: none;
}
.tokutei {
	margin: 20px 0;
	font-size: 1.4rem;
	text-align: right;
}
.tokutei a {
	text-decoration: none;
	color: #333;
}
/*　よくある質問　*/
#question dl {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	border: 3px solid #ff9d25;
	font-size: 1.6rem;
}
#question dl dt {
	flex: 1 1 100%;
	padding: 15px;
	background-color: #fff;
	position: relative;
}
#question dl dd {	
	flex: 1 1 100%;
	padding: 15px;
	background-color: #ff9d25;
	text-indent: 0;
}
#question dl dd span {
	display: block;
}
#question dl dt:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 20px solid #fff;
	border-bottom: 50px solid transparent;
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -80px;
}	
/* 特定商取引法 */
#tokutei {
	padding: 50px 0;
}
#tokutei h2 {
	font-size: 2.5rem;
	margin-bottom: 60px;
}
#tokutei table {
	width: 94%;
	margin: 0 auto;
}
#tokutei table th {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px;
	border-bottom: none;
	background-color: #ff9d25;
}
#tokutei table tr:last-child th,
#tokutei table tr:last-child td {
	border-bottom: none;
}
#tokutei table td {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 0 40px 20px;
	border-bottom: none;
}
	
	
	
	
	
/* footoer
----------------------------------------------*/
footer {
	width: 100%;
	min-width: 320px;
	padding: 0 0 20px;
	background-color: #ff9d25;
}
footer h2 {
	font-size: 2.5rem;
	font-weight: normal;
	margin-bottom: 20px;
	padding-top: 92px;
}
footer .boxInner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
footer table {
	width: 94%;
	margin: 0 auto ;
}
	footer table th {
		width: 20%;
}
footer table td a {
	color: #000;
}
#copyright {
	margin-top: 60px;
	padding-top: 20px;
	font-size: 1.0rem;
	text-align: center;
	border-top: 1px solid #fff;
}
}

/*----------------------------------------------
 :hover用（パソコンのみ適用）
----------------------------------------------*/
@media screen and (min-width:768px) {
nav ul li a:hover,
.tokutei a:hover {
	text-decoration: underline;
}
}
