@charset "UTF-8";
/* CSS Document */

/***** Responsive Device Default Settting *****/
/***** PC layout *****/
@media screen and (min-width: 992px) {}
/***** TB layout *****/
@media screen and (min-width: 768px) and (max-width: 991px) {}
/***** iPhone Plus layout *****/
@media screen and (min-width: 0px) and (max-width: 767px) {}
/***** Responsive Device Default Settting *****/



/***** basic setting *****/
body {
	background: #eaf5fc;
}
.pc_view {display: none;}
.tb_view {display: none;}
.sp_view {display: none;}
@media screen and (min-width: 992px) {
	.pc_view {display: block;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.tb_view {display: block;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.sp_view {display: block;}
}

/***** header setting *****/
@media screen and (min-width: 992px) {
	header {width: 100% height: 111px; background: #fff; position: fixed; left: 0; right: 0; z-index: 1000;}
	header h1 {width: 100%; height: 10px; background: #000; color: #000; font-size: 1px; line-height: 1px; overflow: hidden;}
	header section {width: 1140px; margin: 0 auto; height: 100px;}
	header section article {float: left; height: 60px; overflow: hidden; padding: 20px 0;}
	header section article img {height: 60px;}
	header section ul {float: right; height: 60px; overflow: hidden; padding: 20px 0;}
	header section ul li {float: left;}
	header section ul li:first-child {margin-right: 10px;}
	header section ul li img {height: 60px;}
	header div.clearfix {width: 100%; height: 1px; background: #eee;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	header {width: 100% background: #fff; height: 89px; background: #fff; position: fixed; left: 0; right: 0; z-index: 1000;}
	header h1 {width: 100%; height: 8px; background: #000; color: #000; font-size: 1px; line-height: 1px; overflow: hidden;}
	header section {width: 100%; margin: 0 auto; height: 80px;}
	header section article {float: left; height: 40px; overflow: hidden; padding: 20px 0 20px 10px;}
	header section article img {height: 40px;}
	header section ul {float: right; height: 40px; overflow: hidden; padding: 20px 10px 20px 0;}
	header section ul li {float: left;}
	header section ul li:first-child {margin-right: 10px;}
	header section ul li img {height: 40px;}
	header div.clearfix {width: 100%; height: 1px; background: #eee;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	header {width: 100% background: #fff; height: 66px; background: #fff; position: fixed; left: 0; right: 0; z-index: 1000;}
	header h1 {width: 100%; height: 5px; background: #000; color: #000; font-size: 1px; line-height: 1px; overflow: hidden;}
	header section {width: 100%; margin: 0 auto; height: 60px;}
	header section article {float: left; height: 36px; overflow: hidden; padding: 12px 0 12px 10px;}
	header section article img {height: 36px;}
	header section ul {float: right; height: 40px; overflow: hidden; padding: 10px 54px 10px 0;}
	header section ul li {float: left;}
	header section ul li:first-child {margin-right: 12px;}
	header section ul li img {height: 40px;}
	header div.clearfix {width: 100%; height: 1px; background: #eee;}
}

/***** main visual setting *****/
@media screen and (min-width: 992px) {
	.mainVisual {width: 100%; padding-top: 111px;}
	.mainVisual article {width: 100%;}
	.mainVisual article img {width: 100%;}
	.mainVisual div {width: 1140px; margin: 0 auto; position: absolute; top: 42%; left: 0; right: 0; font-size: 180%; color: #232323; border-bottom: 1px solid #000;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.mainVisual {width: 100%; padding-top: 89px;}
	.mainVisual article {width: 100%;}
	.mainVisual article img {width: 100%;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.mainVisual {width: 100%; padding-top: 66px;}
	.mainVisual article {width: 100%;}
	.mainVisual article img {width: 100%;}
}

/***** sub visual setting *****/
@media screen and (min-width: 992px) {
	.subVisual {width: 100%; padding-top: 111px; background: #fff;}
	.subVisual article {width: 100%;}
	.subVisual article div {width: 30%; margin: 0 auto; text-align: center; font-size: 180%; color: #333; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-bottom: 1px solid #333; padding-top: 20px;}
	.subVisual article p {width: 30%; margin: 0 auto; text-align: center; font-size: 90%; color: #ccc; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding-bottom: 20px; font-style: italic;}
	.subVisual article img {width: 100%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.subVisual {width: 100%; padding-top: 89px; background: #fff;}
	.subVisual article {width: 100%;}
	.subVisual article div {width: 45%; margin: 0 auto; text-align: center; font-size: 150%; color: #333; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-bottom: 1px solid #333; padding-top: 20px;}
	.subVisual article p {width: 30%; margin: 0 auto; text-align: center; font-size: 80%; color: #ccc; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding-bottom: 15px; font-style: italic;}
	.subVisual article img {width: 100%;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.subVisual {width: 100%; padding-top: 66px; background: #fff;}
	.subVisual article {width: 100%;}
	.subVisual article div {width: 70%; margin: 0 auto; text-align: center; font-size: 120%; color: #333; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-bottom: 1px solid #333; padding-top: 15px;}
	.subVisual article p {width: 30%; margin: 0 auto; text-align: center; font-size: 70%; color: #ccc; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding-bottom: 10px; font-style: italic;}
	.subVisual article img {width: 100%;}
}

/***** navigation setting *****/
@media screen and (min-width: 992px) {
	nav {width: 100%; background: #fff; overflow: hidden; border-bottom: 1px solid #eee; height: 80px; position: -webkit-sticky; position: sticky; top: 111px; z-index: 1000;}
	nav ul {width: 1140px; margin: 0 auto; text-align: center; height: 80px;}
	nav ul li {float: left; width: calc(100% / 6); box-sizing: border-box; border-right: 1px solid #eee; position: relative; display: inline-block; line-height: 80px;}
	nav ul li a {color: #232323!important; width: 100%!important; height: 100%!important;}
	nav ul li.here a {color: #bbb!important;}
	nav ul li a:hover {color: #bbb!important;}
	nav ul li:last-child {border-right: none;}
	nav ul li:after {content: ""; background: #000; position: absolute; display: inline-block; height: 3px; transition: .5s; width: 500%; top: 78px; right: -950%; z-index: 10;}
	nav ul li.here:after {width: 1000%;}
	nav ul li:hover:after {width: 1000%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	nav {width: 100%; background: #fff; overflow: hidden; border-bottom: 1px solid #eee; height: 80px; position: -webkit-sticky; position: sticky; top: 89px; z-index: 1000;}
	nav ul {width: 100%; margin: 0 auto; text-align: center; height: 80px;}
	nav ul li {float: left; width: calc(100% / 6); box-sizing: border-box; border-right: 1px solid #eee; position: relative; display: inline-block; line-height: 80px;}
	nav ul li a {color: #232323!important; width: 100%!important; height: 100%!important; font-size: 85%;}
	nav ul li.here a {color: #bbb!important;}
	nav ul li a:hover {color: #bbb!important;}
	nav ul li:last-child {border-right: none;}
	nav ul li:after {content: ""; background: #000; position: absolute; display: inline-block; height: 3px; transition: .5s; width: 500%; top: 77px; right: -950%; z-index: 10;}
	nav ul li.here:after {width: 1000%;}
	nav ul li:hover:after {width: 1000%;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.navToggle {display: block; position: fixed; right: 4px; top: 12px; width: 42px; height: 51px; cursor: pointer; z-index: 1001; text-align: center;}
	.navToggle span {display: block; position: absolute; width: 30px; border-bottom: solid 3px #232323; -webkit-transition: .35s ease-in-out; -moz-transition: .35s ease-in-out; transition: .35s ease-in-out; left: 6px;}
	.navToggle span:nth-child(1) {top: 8px;}
	.navToggle span:nth-child(2) {top: 16px;}
	.navToggle span:nth-child(3) {top: 24px;}
	.navToggle span:nth-child(4) { border: none; color: #232323; font-size: 9px; font-weight: bold; top: 28px;}
	.navToggle.active span:nth-child(1) {top: 18px; left: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);}
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {top: 18px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);
	}
	nav.globalMenuSp {position: fixed; z-index: 2; top: 0; left: 0; color: #31a5ff; text-align: center; transform: translateY(-100%); transition: all 0.6s; width: 100%;}
	nav.globalMenuSp ul {background: rgba(49,165,255,0.9); margin: 0 auto; padding: 0; width: 100%; border: 3px solid #232323; box-sizing: border-box;}
	nav.globalMenuSp ul li {font-size: 1.1em; list-style-type: none; padding: 0; width: 100%; border-bottom: 1px dotted #fff;}
	nav.globalMenuSp ul li:last-child {padding-bottom: 0; border-bottom: none;}
	nav.globalMenuSp ul li a {display: block; color: #fff; padding: 1em 0;}
	nav.globalMenuSp.active {transform: translateY(66px);}
}

/***** news setting *****/
@media screen and (min-width: 992px) {
	.news {width: 100%; background: #eaf5fc; padding: 100px 0;}
	.news article {width: 1140px; margin: 0 auto; border-bottom: 1px solid #ccc;}
	.news article div:first-of-type {width: 100%; background-image: url(../images/content/news_title.png); background-position: bottom left; background-repeat: no-repeat; background-size: 120px auto; text-align: right; line-height: 1em; height: 40px; padding-top: 10px;}
	.news article div a {font-size: 80%; padding: 21px 20px 0 0; color: #333;}
	.news article div a:hover {color: #ccc;}
	.news article dl {width: 100%; margin-top: 10px; padding-top: 25px; border-top: 1px solid #ccc; clear: both}
	.news article dl dt {width: 25%; float: left; box-sizing: border-box;}
	.news article dl dd {width: 75%; float: left; box-sizing: border-box; padding-bottom: 20px;}
	.news article dl dd p {text-align: right; width: 100%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.news {width: 100%; background: #eaf5fc; padding: 100px 0;}
	.news article {width: 90%; margin: 0 auto; border-bottom: 1px solid #ccc;}
	.news article div:first-of-type {width: 100%; background-image: url(../images/content/news_title.png); background-position: bottom left; background-repeat: no-repeat; background-size: 120px auto; text-align: right; line-height: 1em; height: 40px; padding-top: 10px;}
	.news article div a {font-size: 80%; padding: 21px 0 0 0; color: #333;}
	.news article div a:hover {color: #ccc;}
	.news article dl {width: 100%; margin-top: 10px; padding-top: 25px; border-top: 1px solid #ccc; clear: both}
	.news article dl dt {width: 25%; float: left; box-sizing: border-box;}
	.news article dl dd {width: 75%; float: left; box-sizing: border-box; padding-bottom: 20px;}
	.news article dl dd p {text-align: right; width: 100%;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.news {width: 100%; background: #eaf5fc; padding: 20px 0;}
	.news article {width: 90%; margin: 0 auto; border-bottom: 1px solid #ccc;}
	.news article div:first-of-type {width: 100%; background-image: url(../images/content/news_title.png); background-position: bottom left; background-repeat: no-repeat; background-size: 80px auto; text-align: right; line-height: 1em; height: 20px; padding-top: 10px;}
	.news article div a {font-size: 70%; padding: 7px 0 0 0; color: #333;}
	.news article div a:hover {color: #ccc;}
	.news article dl {width: 100%; margin-top: 10px; padding-top: 5px; border-top: 1px solid #ccc; clear: both}
	.news article dl dt {width: 100%;box-sizing: border-box; font-size: 90%; color: #555;}
	.news article dl dd {width: 100%; box-sizing: border-box; padding-bottom: 5px; font-size: 90%;}
	.news article dl dd p {text-align: right; width: 100%;}
}

/***** icons setting *****/
@media screen and (min-width: 992px) {
	.icons {width: 100%; background: #fff; padding: 30px 0 20px; margin: 0 auto 50px;}
	.icons ul {width: 800px; margin: 0 auto;}
	.icons ul li {width: 19%; float: left; margin-right: 8%;}
	.icons ul li:last-child {margin-right: 0;}
	.icons ul li img {width: 100%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.icons {width: 100%; background: #fff; padding: 30px 0 20px; margin: 0 auto 40px;}
	.icons ul {width: 80%; margin: 0 auto;}
	.icons ul li {width: 19%; float: left; margin-right: 8%;}
	.icons ul li:last-child {margin-right: 0;}
	.icons ul li img {width: 100%;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.icons {width: 100%; background: #fff; padding: 3px 0 10px; margin: 20px auto;}
	.icons ul {width: 70%; margin: 0 auto;}
	.icons ul li:nth-child(odd) {width: 45%; float: left; margin-top: 20px;}
	.icons ul li:nth-child(even) {width: 45%; float: right; margin-top: 20px;}
	.icons ul li img {width: 100%;}
}

/***** breadCrmubs setting *****/
@media screen and (min-width: 992px) {
	.breadCrumbs {width: 100%;}
	.breadCrumbs article {width: 1140px; margin: 20px auto 0; color: #aaa; font-size: 90%;}
	.breadCrumbs article a {text-decoration: underline;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.breadCrumbs {width: 100%;}
	.breadCrumbs article {width: 90%; margin: 20px auto 0; color: #aaa; font-size: 90%;}
	.breadCrumbs article a {text-decoration: underline;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.breadCrumbs {width: 100%;}
	.breadCrumbs article {width: 90%; margin: 10px auto 0; color: #aaa; font-size: 75%;}
	.breadCrumbs article a {text-decoration: underline;}
}

/***** map content setting *****/
@media screen and (min-width: 992px) {
	.mapContent {width: 100%; margin: 0 auto 50px;}
	.mapContent article {width: 1140px; margin: 0 auto; padding: 20px 0 50px;}
	.mapContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.mapContent article table {width: 100%; margin: 30px 0 50px;}
	.mapContent article table tr td {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 85%; line-height: 2.3em;}
	.mapContent article table tr td:first-child {width: 10%; font-weight: bold; vertical-align: top; padding-left: 5px;}
	.mapContent article table tr td:last-child {width: 90%;}
	.mapContent article table tr td img {width: 86px;}
	.mapContent article div#map_custmomize {margin: 50px auto 0; width: 100%;}
	.mapContent article div#map_link {margin: 0 auto 50px; width: 1140px; text-align: right;}
	.mapContent article div#map_link a {text-decoration: underline;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.mapContent {width: 100%; margin: 0 auto 30px;}
	.mapContent article {width: 90%; margin: 0 auto; padding: 20px 0 50px;}
	.mapContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.mapContent article table {width: 100%; margin: 30px 0 50px;}
	.mapContent article table tr td {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 85%; line-height: 2.0em;}
	.mapContent article table tr td:first-child {width: 15%; font-weight: bold; vertical-align: top; padding-left: 5px;}
	.mapContent article table tr td:last-child {width: 85%;}
	.mapContent article table tr td img {width: 86px;}
	.mapContent article div#map_custmomize {margin: 50px auto 0; width: 100%;}
	.mapContent article div#map_link {margin: 0 auto 20px; width: 100%; text-align: right;}
	.mapContent article div#map_link a {text-decoration: underline;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.mapContent {width: 100%; margin: 0 auto;}
	.mapContent article {width: 90%; margin: 0 auto; padding: 10px 0 50px;}
	.mapContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.mapContent article table {width: 100%; margin: 10px 0 30px;}
	.mapContent article table tr td {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 80%; line-height: 2.0em;}
	.mapContent article table tr td:first-child {width: 23%; font-weight: bold; vertical-align: top; padding-left: 5px;}
	.mapContent article table tr td:last-child {width: 77%;}
	.mapContent article table tr td img {width: 70px;}
	.mapContent article div#map_custmomize {margin: 30px auto 0; width: 100%;}
	.mapContent article div#map_link {margin: 0 auto 20px; width: 100%; text-align: right;}
	.mapContent article div#map_link a {font-size: 80%; text-decoration: underline;}
}

/***** privacy content setting *****/
@media screen and (min-width: 992px) {
	.privacyContent {width: 100%; margin: 0 auto 50px;}
	.privacyContent article {width: 1140px; margin: 0 auto; padding: 20px 50px 50px 50px;}
	.privacyContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.privacyContent article p {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding: 30px 0 0 5px;}
	.privacyContent article ul {padding: 30px 10px 0 5px; margin-left: 20px;}
	.privacyContent article ul li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; list-style-type: decimal; padding-bottom: 20px; line-height: 2em;}
	.privacyContent article ul li ul {padding: 0;}
	.privacyContent article ul li ul li {padding: 0; list-style-type:none; list-style-position:inside; counter-increment: cnt;}
	.privacyContent article ul li ul li:before {display: marker; content: "(" counter(cnt) ") ";}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.privacyContent {width: 100%; margin: 0 auto 30px;}
	.privacyContent article {width: 90%; margin: 0 auto; padding: 20px 0 50px;}
	.privacyContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.privacyContent article p {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding: 30px 0 0 5px;}
	.privacyContent article ul {padding: 30px 10px 0 5px; margin-left: 20px;}
	.privacyContent article ul li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; list-style-type: decimal; padding-bottom: 20px; line-height: 2em;}
	.privacyContent article ul li ul {padding: 0;}
	.privacyContent article ul li ul li {padding: 0; list-style-type:none; list-style-position:inside; counter-increment: cnt;}
	.privacyContent article ul li ul li:before {display: marker; content: "(" counter(cnt) ") ";}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.privacyContent {width: 100%; margin: 0 auto;}
	.privacyContent article {width: 90%; margin: 0 auto; padding: 10px 0 50px; font-size: 75%;}
	.privacyContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.privacyContent article p {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding: 20px 0 0 5px;}
	.privacyContent article ul {padding: 10px 10px 0 5px; margin-left: 20px;}
	.privacyContent article ul li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; list-style-type: decimal; padding-bottom: 10px; line-height: 1.7em;}
	.privacyContent article ul li ul {padding: 0; margin-left: 0;}
	.privacyContent article ul li ul li {padding: 0; list-style-type:none; list-style-position:inside; counter-increment: cnt;}
	.privacyContent article ul li ul li:before {display: marker; content: "(" counter(cnt) ") ";}
}

/***** service content setting *****/
@media screen and (min-width: 992px) {
	.serviceContent {width: 100%; margin: 0 auto 50px;}
	.serviceContent article {width: 1140px; margin: 0 auto; padding: 20px 50px 50px 50px;}
	.serviceContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.serviceContent article p {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding: 30px 0 0 5px;}
	.serviceContent article ul:first-of-type {padding: 30px 0 0 5px; width: 100%; box-sizing: border-box;}
	.serviceContent article ul:first-of-type li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.serviceContent article ul:first-of-type li:first-child {width: 65%; float: left; line-height: 2em;}
	.serviceContent article ul:first-of-type li:first-child span {font-weight: bold; padding: 0; margin: 0; width: 1.6em; height: 1.6em; line-height: 1.6em; text-align: center; display: inline-block; border-radius: 50%; border: 1px solid #000;}
	.serviceContent article ul:first-of-type li:last-child {width: 30%; float: right; text-align: center; font-size: 80%;}
	.serviceContent article ul:first-of-type li img {width: 50%;}
	.serviceContent article div {padding-bottom: 30px;}
	.serviceContent article ul:last-of-type {padding: 30px 0 0 5px; width: 100%;}
	.serviceContent article ul:last-of-type li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; list-style-type: disc; padding-bottom: 20px; line-height: 2em; margin-left: 20px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.serviceContent {width: 100%; margin: 0 auto 30px;}
	.serviceContent article {width: 90%; margin: 0 auto; padding: 20px 0 50px;}
	.serviceContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.serviceContent article p {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding: 30px 0 0 5px;}
	.serviceContent article ul:first-of-type {padding: 30px 0 0 5px; width: 100%; box-sizing: border-box;}
	.serviceContent article ul:first-of-type li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.serviceContent article ul:first-of-type li:first-child {width: 70%; float: left; line-height: 2em;}
	.serviceContent article ul:first-of-type li:first-child span {font-weight: bold; padding: 0; margin: 0; width: 1.6em; height: 1.6em; line-height: 1.6em; text-align: center; display: inline-block; border-radius: 50%; border: 1px solid #000;}
	.serviceContent article ul:first-of-type li:last-child {width: 30%; float: right; text-align: center; font-size: 80%;}
	.serviceContent article ul:first-of-type li img {width: 50%;}
	.serviceContent article div {padding-bottom: 30px;}
	.serviceContent article ul:last-of-type {padding: 30px 0 0 5px; width: 100%;}
	.serviceContent article ul:last-of-type li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; list-style-type: disc; padding-bottom: 15px; line-height: 2em; margin-left: 20px;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.serviceContent {width: 100%; margin: 0 auto;}
	.serviceContent article {width: 90%; margin: 0 auto; padding: 10px 0 50px; font-size: 75%;}
	.serviceContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.serviceContent article p {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; padding: 20px 0 0 5px;}
	.serviceContent article ul:first-of-type {padding: 20px 0 0 5px; width: 100%; box-sizing: border-box;}
	.serviceContent article ul:first-of-type li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.serviceContent article ul:first-of-type li:first-child {width: 65%; float: left; line-height: 2em;}
	.serviceContent article ul:first-of-type li:first-child span {font-weight: bold; padding: 0; margin: 0; width: 1.6em; height: 1.6em; line-height: 1.6em; text-align: center; display: inline-block; border-radius: 50%; border: 1px solid #000;}
	.serviceContent article ul:first-of-type li:last-child {width: 30%; float: right; text-align: center; font-size: 80%;}
	.serviceContent article ul:first-of-type li img {width: 100%;}
	.serviceContent article div {padding-bottom: 30px;}
	.serviceContent article ul:last-of-type {padding: 20px 0 0 5px; width: 100%;}
	.serviceContent article ul:last-of-type li {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; list-style-type: disc; padding-bottom: 15px; line-height: 1.7em; margin-left: 15px;}
}

/***** property content setting *****/
@media screen and (min-width: 992px) {
	.propertyContent {width: 100%; margin: 0 auto 50px;}
	.propertyContent article {width: 1140px; margin: 0 auto; padding: 20px 50px 50px 50px;}
	.propertyContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.propertyContent article dl {margin: 20px auto;}
	.propertyContent article dl dt {width: 15%; float: left; box-sizing: border-box; clear: left; display: block; padding-left: 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.propertyContent article dl dt span.chintai {background: #f26426; padding: 5px; color: #fff; border-radius: 5px;}
	.propertyContent article dl dt img {width: 65%; padding-top: 10px;}
	.propertyContent article dl dd {width: 85%; float: left; box-sizing: border-box; display: block; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 110%; font-weight: bold;}
	.propertyContent article dl dd p {width: 60%; float: left;}
	.propertyContent article dl dd p:first-of-type {font-size: 110%; font-weight: bold; text-decoration: underline; padding-bottom: 18px;}
	.propertyContent article dl dd p:not(:first-of-type) {font-size: 90%; font-weight: normal;}
	.propertyContent article dl dd section {text-align: right; font-weight: normal; font-size: 85%; width: 40%; float: right; padding-top: 5px;}
	.propertyContent article dl dd section img {height: 1.5em; vertical-align: -0.3em;}
	.propertyContent article div {width: 100%; content: ""; height: 1px; border-bottom: 1px solid #ccc; padding-top: 20px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.propertyContent {width: 100%; margin: 0 auto 30px;}
	.propertyContent article {width: 90%; margin: 0 auto; padding: 20px 0 50px;}
	.propertyContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.propertyContent article dl {margin: 20px auto;}
	.propertyContent article dl dt {width: 25%; float: left; box-sizing: border-box; clear: left; display: block; padding-left: 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.propertyContent article dl dt span.chintai {background: #f26426; padding: 5px; color: #fff; border-radius: 5px;}
	.propertyContent article dl dt img {width: 68%; padding-top: 10px;}
	.propertyContent article dl dd {width: 75%; float: left; box-sizing: border-box; display: block; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 110%; font-weight: bold;}
	.propertyContent article dl dd p {width: 100%;}
	.propertyContent article dl dd p:first-of-type {font-size: 110%; font-weight: bold; text-decoration: underline; padding-bottom: 10px;}
	.propertyContent article dl dd p:not(:first-of-type) {font-size: 90%; font-weight: normal;}
	.propertyContent article dl dd section {text-align: right; font-weight: normal; font-size: 85%; padding-top: 13px;}
	.propertyContent article dl dd section img {height: 1.5em; vertical-align: -0.3em;}
	.propertyContent article div {width: 100%; content: ""; height: 1px; border-bottom: 1px solid #ccc; padding-top: 20px;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.propertyContent {width: 100%; margin: 0 auto;}
	.propertyContent article {width: 90%; margin: 0 auto; padding: 10px 0 50px; font-size: 75%;}
	.propertyContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.propertyContent article dl {margin: 20px auto;}
	.propertyContent article dl dt {width: 100%; box-sizing: border-box; display: block; padding-left: 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.propertyContent article dl dt span.chintai {background: #f26426; padding: 5px; color: #fff; border-radius: 5px;}
	.propertyContent article dl dt img {display: none;}
	.propertyContent article dl dd {width: 100%; box-sizing: border-box; display: block; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 110%; font-weight: bold; padding: 10px 0 0 5px;}
	.propertyContent article dl dd p {width: 100%;}
	.propertyContent article dl dd p:first-of-type {font-size: 110%; font-weight: bold; text-decoration: underline; padding-bottom: 5px;}
	.propertyContent article dl dd p:not(:first-of-type) {font-size: 90%; font-weight: normal; line-height: 1.5em;}
	.propertyContent article dl dd section {text-align: right; font-weight: normal; font-size: 90%; padding-top: 15px;}
	.propertyContent article dl dd section img {height: 1.5em; vertical-align: -0.3em;}
	.propertyContent article div {width: 100%; content: ""; height: 1px; border-bottom: 1px solid #ccc; padding-top: 0;}
}

/***** article content setting *****/
@media screen and (min-width: 992px) {
	.articleContent {width: 100%; margin: 0 auto 50px;}
	.articleContent article {width: 1140px; margin: 0 auto; padding: 20px 50px 50px 50px;}
	.articleContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.articleContent article dl {margin: 20px auto;}
	.articleContent article dl dt {width: 100%; box-sizing: border-box; display: block; padding: 0 0 20px 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; text-align: left;}
	.articleContent article dl dt span.chintai {background: #f26426; padding: 5px; color: #fff; border-radius: 5px;}
	.articleContent article dl dd {width: 100%; box-sizing: border-box; display: block; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 110%; font-weight: bold; text-align: left;}
	.articleContent article dl dd p {width: 100%; padding-left: 5px;}
	.articleContent article dl dd p:first-of-type {font-size: 130%; font-weight: bold; text-decoration: underline; padding-bottom: 18px;}
	.articleContent article dl dd p:not(:first-of-type) {font-size: 90%; font-weight: normal;}
	.articleContent article dl dd p:last-of-type {padding-top: 20px;}
	.articleContent article dl dd p img {height: 1.5em; vertical-align: -0.3em; width: auto;}
	.articleContent article section {text-align: center; font-weight: normal; margin: 50px 0; font-size: 130%; width: 50%; padding: 20px 0; border: 3px solid #fff; border-radius: 10px; background: -moz-linear-gradient(top, #18a91c, #288238); background: -webkit-linear-gradient(top, #18a91c, #288238); background: linear-gradient(to bottom, #18a91c, #288238);}
	.articleContent article section a {color: #fff; width: 100%; height: 100%;}
	.articleContent article img {width: 80%;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.articleContent {width: 100%; margin: 0 auto 30px;}
	.articleContent article {width: 90%; margin: 0 auto; padding: 20px 0 50px;}
	.articleContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.articleContent article dl {margin: 20px auto;}
	.articleContent article dl dt {width: 100%; box-sizing: border-box; display: block; padding: 0 0 10px 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; text-align: left;}
	.articleContent article dl dt span.chintai {background: #f26426; padding: 5px; color: #fff; border-radius: 5px;}
	.articleContent article dl dd {width: 100%; box-sizing: border-box; display: block; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 110%; font-weight: bold; text-align: left;}
	.articleContent article dl dd p {width: 100%; padding-left: 5px;}
	.articleContent article dl dd p:first-of-type {font-size: 130%; font-weight: bold; text-decoration: underline; padding-bottom: 18px;}
	.articleContent article dl dd p:not(:first-of-type) {font-size: 90%; font-weight: normal;}
	.articleContent article dl dd p:last-of-type {padding-top: 20px;}
	.articleContent article dl dd p img {height: 1.5em; vertical-align: -0.3em; width: auto;}
	.articleContent article section {text-align: center; font-weight: normal; margin: 20px 0; font-size: 130%; width: 65%; padding: 20px 0; border: 3px solid #fff; border-radius: 10px; background: -moz-linear-gradient(top, #18a91c, #288238); background: -webkit-linear-gradient(top, #18a91c, #288238); background: linear-gradient(to bottom, #18a91c, #288238);}
	.articleContent article section a {color: #fff; width: 100%; height: 100%;}
	.articleContent article img {width: 80%;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.articleContent {width: 100%; margin: 0 auto;}
	.articleContent article {width: 90%; margin: 0 auto; padding: 10px 0 50px; font-size: 75%;}
	.articleContent article h2{font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.articleContent article dl {margin: 20px auto;}
	.articleContent article dl dt {width: 100%; box-sizing: border-box; display: block; padding: 0 0 10px 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; text-align: left;}
	.articleContent article dl dt span.chintai {background: #f26426; padding: 5px; color: #fff; border-radius: 5px;}
	.articleContent article dl dd {width: 100%; box-sizing: border-box; display: block; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size: 110%; font-weight: bold; text-align: left;}
	.articleContent article dl dd p {width: 100%; padding-left: 5px;}
	.articleContent article dl dd p:first-of-type {font-size: 130%; font-weight: bold; text-decoration: underline; padding-bottom: 8px;}
	.articleContent article dl dd p:not(:first-of-type) {font-size: 90%; font-weight: normal; line-height: 1.5em;}
	.articleContent article dl dd p:last-of-type {padding-top: 20px;}
	.articleContent article dl dd p img {height: 1.5em; vertical-align: -0.3em; width: auto;}
	.articleContent article section {text-align: center; font-weight: normal; margin: 20px 0; font-size: 130%; width: 90%; padding: 10px 0; border: 3px solid #fff; border-radius: 10px; background: -moz-linear-gradient(top, #18a91c, #288238); background: -webkit-linear-gradient(top, #18a91c, #288238); background: linear-gradient(to bottom, #18a91c, #288238);}
	.articleContent article section a {color: #fff; width: 100%; height: 100%;}
	.articleContent article img {width: 100%;}
}

/***** contact content setting *****/
@media screen and (min-width: 992px) {
	.contactContent {width: 100%; margin: 0 auto 50px;}
	.contactContent article {width: 1140px; margin: 0 auto; padding: 20px 50px 50px 50px;}
	.contactContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.contactContent article p {padding: 20px 0 0 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.contactContent article ol {width: 100%;padding-top: 40px;}
	.contactContent article ol li {text-align: center;}
	.contactContent article ol li:first-child {width: 50%; float: left;}
	.contactContent article ol li:last-child {width: 50%; float: right;}
	.contactContent article ol li img {width: 80%;}
	.contactContent article div {padding-bottom: 40px;}
	.contactContent article form {width: 100%; padding-top: 40px;}
	.contactContent article form ul {width: 48%;}
	.contactContent article form ul:first-of-type {float: left;}
	.contactContent article form ul:last-of-type {float: right;}
	.contactContent article form ul li {text-align: left;}
	.contactContent article form ul li.title {color: #fff; padding: 3px 15px; margin: 0 0 15px 0; background: #31a5ff; display: inline-block; width: auto;}
	.contactContent article form ul li.title span {margin: 0 -15px 0 15px; background: #0973c6; padding: 5px 15px 6px;}
	.contactContent article form ul li.inner {padding-bottom: 30px;}
	.contactContent article form input[type="text"],input[type="email"],textarea { padding: 0.7em; outline: none; border-radius: 8px; width: 100%; box-sizing: border-box; background: #fff;}
	.contactContent article form input[type="text"]:focus,input[type="email"]:focus,textarea:focus { box-shadow: 0 0 10px #fff; border: 1px solid #c12323; box-sizing: border-box;}
	.contactContent article form textarea { height: 183px;}
	.contactContent article form p { margin: 20px 0 0;}
	.contactContent article form p button { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff;}
	.contactContent article form p button[type="submit"] { background: #31a5ff;}
	.contactContent article form p button[type="reset"] { background: #414141;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.contactContent {width: 100%; margin: 0 auto 30px;}
	.contactContent article {width: 90%; margin: 0 auto; padding: 20px 0 50px;}
	.contactContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.contactContent article p {padding: 20px 0 0 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.contactContent article ol {width: 100%;padding-top: 40px;}
	.contactContent article ol li {text-align: center;}
	.contactContent article ol li:first-child {width: 50%; float: left;}
	.contactContent article ol li:last-child {width: 50%; float: right;}
	.contactContent article ol li img {width: 80%;}
	.contactContent article div {padding-bottom: 40px;}
	.contactContent article form {width: 100%; padding-top: 40px;}
	.contactContent article form ul {width: 48%;}
	.contactContent article form ul:first-of-type {float: left;}
	.contactContent article form ul:last-of-type {float: right;}
	.contactContent article form ul li {text-align: left;}
	.contactContent article form ul li.title {color: #fff; padding: 3px 15px; margin: 0 0 15px 0; background: #31a5ff; display: inline-block; width: auto;}
	.contactContent article form ul li.title span {margin: 0 -15px 0 15px; background: #0973c6; padding: 5px 15px 6px;}
	.contactContent article form ul li.inner {padding-bottom: 30px;}
	.contactContent article form input[type="text"],input[type="email"],textarea { padding: 0.7em; outline: none; border-radius: 8px; width: 100%; box-sizing: border-box; background: #fff;}
	.contactContent article form input[type="text"]:focus,input[type="email"]:focus,textarea:focus { box-shadow: 0 0 10px #fff; border: 1px solid #c12323; box-sizing: border-box;}
	.contactContent article form textarea { height: 183px;}
	.contactContent article form p { margin: 0;}
	.contactContent article form p button { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff;}
	.contactContent article form p button[type="submit"] { background: #31a5ff;}
	.contactContent article form p button[type="reset"] { background: #414141;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.contactContent {width: 100%; margin: 0 auto}
	.contactContent article {width: 90%; margin: 0 auto; padding: 10px 0 50px; font-size: 75%;}
	.contactContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.contactContent article p {padding: 20px 0 0 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.contactContent article ol {width: 100%;padding-top: 20px;}
	.contactContent article ol li {text-align: center; padding-bottom: 20px;}
	.contactContent article ol li img {width: 80%;}
	.contactContent article div {padding-bottom: 20px;}
	.contactContent article form {width: 100%; padding-top: 20px;}
	.contactContent article form ul {width: 100%;}
	.contactContent article form ul li {text-align: left;}
	.contactContent article form ul li.title {color: #fff; padding: 3px 15px; margin: 0 0 15px 0; background: #31a5ff; display: inline-block; width: auto;}
	.contactContent article form ul li.title span {margin: 0 -15px 0 15px; background: #0973c6; padding: 4px 15px 5px;}
	.contactContent article form ul li.inner {padding-bottom: 20px;}
	.contactContent article form input[type="text"],input[type="email"],textarea { padding: 0.7em; outline: none; border-radius: 8px; width: 100%; box-sizing: border-box; background: #fff;}
	.contactContent article form input[type="text"]:focus,input[type="email"]:focus,textarea:focus { box-shadow: 0 0 10px #fff; border: 1px solid #c12323; box-sizing: border-box;}
	.contactContent article form textarea { height: 183px;}
	.contactContent article form p {margin: 0; padding-top: 0;}
	.contactContent article form p button { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff;}
	.contactContent article form p button[type="submit"] { background: #31a5ff;}
	.contactContent article form p button[type="reset"] { background: #414141;}
}

/***** confirm content setting *****/
@media screen and (min-width: 992px) {
	.confirmContent {width: 100%; margin: 0 auto 50px;}
	.confirmContent article {width: 1140px; margin: 0 auto; padding: 20px 50px 50px 50px;}
	.confirmContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.confirmContent article form p { margin: 20px 0 0; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.confirmContent article form p button { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff;}
	.confirmContent article form p button[type="submit"] { background: #31a5ff;}
	.confirmContent article form p button[type="reset"] { background: #414141;}
	.confirmContent button[type="button"] { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff; background: #414141;}
	.confirmContent form table { width: 100%; margin: 20px auto; border: 2px solid #ccc; box-sizing: border-box;}
	.confirmContent form table th { padding: 20px; border-bottom: 1px dotted #fff; border-right: 1px dotted #fff; color: #fff; width: 30%; text-align: center; background: #31a5ff; vertical-align: text-top;}
	.confirmContent form table td { padding: 20px; border-bottom: 1px dotted #ccc; width: 70%;}
	.confirmContent button:hover { opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)";}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.confirmContent {width: 100%; margin: 0 auto 30px;}
	.confirmContent article {width: 90%; margin: 0 auto; padding: 20px 0 50px;}
	.confirmContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.confirmContent article form p { margin: 20px 0 0; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.confirmContent article form p button { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff;}
	.confirmContent article form p button[type="submit"] { background: #31a5ff;}
	.confirmContent article form p button[type="reset"] { background: #414141;}
	.confirmContent button[type="button"] { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff; background: #414141;}
	.confirmContent form table { width: 100%; margin: 20px auto; border: 2px solid #ccc; box-sizing: border-box;}
	.confirmContent form table th { padding: 20px; border-bottom: 1px dotted #fff; border-right: 1px dotted #fff; color: #fff; width: 30%; text-align: center; background: #31a5ff; vertical-align: text-top;}
	.confirmContent form table td { padding: 20px; border-bottom: 1px dotted #ccc; width: 70%;}
	.confirmContent button:hover { opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)";}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.confirmContent {width: 100%; margin: 0 auto}
	.confirmContent article {width: 90%; margin: 0 auto; padding: 10px 0 50px; font-size: 75%;}
	.confirmContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.confirmContent article form p { margin: 20px 0 0; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
	.confirmContent article form p button { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff;}
	.confirmContent article form p button[type="submit"] { background: #31a5ff;}
	.confirmContent article form p button[type="reset"] { background: #414141;}
	.confirmContent button[type="button"] { width: 250px; padding: 15px; font-size: 120%; border-radius: 8px; color: #fff; border: 2px solid #fff; background: #414141;}
	.confirmContent form table { width: 100%; margin: 20px auto; border: 2px solid #ccc; box-sizing: border-box;}
	.confirmContent form table th { padding: 10px; border-bottom: 1px dotted #fff; border-right: 1px dotted #fff; color: #fff; width: 30%; text-align: center; background: #31a5ff; vertical-align: text-top;}
	.confirmContent form table td { padding: 10px; border-bottom: 1px dotted #ccc; width: 70%;}
	.confirmContent button:hover { opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)";}
}

/***** thanks content setting *****/
@media screen and (min-width: 992px) {
	.thanksContent {width: 100%; margin: 0 auto 50px;}
	.thanksContent article {width: 1140px; margin: 0 auto; padding: 20px 50px 50px 50px;}
	.thanksContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.thanksContent article p {padding: 20px 0 0 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.thanksContent {width: 100%; margin: 0 auto 30px;}
	.thanksContent article {width: 90%; margin: 0 auto; padding: 20px 0 50px;}
	.thanksContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.thanksContent article p {padding: 20px 0 0 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.thanksContent {width: 100%; margin: 0 auto}
	.thanksContent article {width: 90%; margin: 0 auto; padding: 10px 0 50px; font-size: 75%;}
	.thanksContent article h2 {font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif; border-top: 1px solid #000; border-bottom: 1px solid #000; font-weight: bold; padding-left: 5px; line-height: 2em;}
	.thanksContent article p {padding: 20px 0 0 5px; font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
}

/***** footer setting *****/
@media screen and (min-width: 992px) {
	footer {width: 100%; background: #333;}
	footer section {width: 1140px; margin: 0 auto; padding-top: 50px;}
	footer section article {box-sizing: border-box; width: 25%; float: left;}
	footer section article img {width: 100%;}
	footer section p {box-sizing: border-box; width: 75%; text-align: right; color: #909090; float: right;}
	footer section p a {color: #909090!important;}
	footer section p a:hover {color: #fff!important;}
	footer section div {width: 100%; box-sizing: border-box; padding-top: 30px;}
	footer section div img {width: 80px; float: right;}
	footer section div p {color: #fff; font-size: 70%; padding-right: 20px; padding-top: 60px;}
	footer p.copy {text-align: right; color: #fff; background: #000; width: 100%; line-height: 3em;font-size: 90%; font-weight: 100;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	footer {width: 100%; background: #333;}
	footer section {width: 95%; margin: 0 auto; padding-top: 30px;}
	footer section article {box-sizing: border-box; width: 25%; float: left;}
	footer section article img {width: 100%;}
	footer section p {box-sizing: border-box; width: 75%; text-align: right; color: #909090; float: right;}
	footer section p a {color: #909090!important;}
	footer section div {width: 100%; box-sizing: border-box; padding-top: 20px;}
	footer section div img {width: 80px; float: right;}
	footer section div p {color: #fff; font-size: 75%; padding-top: 5px; width: 100%;}
	footer p.copy {text-align: right; color: #fff; background: #000; width: 100%; line-height: 3em;font-size: 90%; font-weight: 100;}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	footer {width: 100%; background: #333;}
	footer section {width: 95%; margin: 0 auto; padding-top: 15px;}
	footer section article {box-sizing: border-box; width: 40%; float: left;}
	footer section article img {width: 100%;}
	footer section p {box-sizing: border-box; width: 60%; text-align: right; color: #909090; float: right;}
	footer section p a {color: #909090!important; font-size: 80%;}
	footer section div {width: 100%; box-sizing: border-box; padding-top: 10px;}
	footer section div img {width: 60px; float: right;}
	footer section div p {color: #fff; font-size: 75%; padding-top: 5px; width: 100%;}
	footer p.copy {text-align: right; color: #fff; background: #000; width: 100%; line-height: 3em; font-size: 80%; font-weight: 100;}
}