@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; -webkit-print-color-adjust: exact;overflow-y: visible;
  overflow-x: visible;}
.pc_view {display: block;}
.tb_view {display: none;}
.sp_view {display: none;}

/***** header setting *****/
header {width: 100%; height: 111px; background: #fff;}
header h1 {width: 100%; height: 10px; background: #fff; color: #000; font-size: 1px;}
header section {width: 100%; 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;}


/***** main visual setting *****/
.mainVisual {width: 100%;}
.mainVisual article {width: 100%;}
.mainVisual article img {width: 100%;}
.mainVisual div {width: 100%; margin: 0 auto; position: absolute; top: 18%; left: 5%; right: 0; font-size: 120%; color: #232323; border-bottom: 1px solid #000;}


/***** sub visual setting *****/
.subVisual {width: 100%; background: #fff;}
.subVisual article {width: 100%;}
.subVisual article div {width: 30%; 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: 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%;}


/***** navigation setting *****/
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: 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;}
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%;}


/***** news setting *****/
.news {width: 100%; background: #eaf5fc; padding: 100px 0;}
.news article {width: 100%; 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%;}


/***** icons setting *****/
.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%;}


/***** breadCrmubs setting *****/
.breadCrumbs {width: 100%;}
.breadCrumbs article {width: 100%; margin: 20px auto 0; color: #aaa; font-size: 90%;}
.breadCrumbs article a {text-decoration: underline;}


/***** map content setting *****/
.mapContent {width: 100%; margin: 0 auto 50px;}
.mapContent article {width: 100%; 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%; height: 400px;}
.mapContent article div#map_link {margin: 0 auto 50px; width: 100%; text-align: right;}
.mapContent article div#map_link a {text-decoration: underline;}


/***** privacy content setting *****/
.privacyContent {width: 100%; margin: 0 auto 50px;}
.privacyContent article {width: 100%; margin: 0 auto; padding: 20px 50px 50px 0;}
.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) ") ";}


/***** service content setting *****/
.serviceContent {width: 100%; margin: 0 auto 50px;}
.serviceContent article {width: 100%; margin: 0 auto; padding: 20px 50px 50px 0;}
.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;}


/***** property content setting *****/
.propertyContent {width: 100%; margin: 0 auto 50px;}
.propertyContent article {width: 100%; margin: 0 auto; padding: 20px 50px 50px 0;}
.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;}


/***** article content setting *****/
.articleContent {width: 100%; margin: 0 auto 50px;}
.articleContent article {width: 100%; margin: 0 auto; padding: 20px 50px 50px 0;}
.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%;}


/***** contact content setting *****/
.contactContent {width: 100%; margin: 0 auto 50px;}
.contactContent article {width: 100%; margin: 0 auto; padding: 20px 50px 50px 0;}
.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;}


/***** confirm content setting *****/
.confirmContent {width: 100%; margin: 0 auto 50px;}
.confirmContent article {width: 100%; margin: 0 auto; padding: 20px 50px 50px 0;}
.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)";}


/***** thanks content setting *****/
.thanksContent {width: 100%; margin: 0 auto 50px;}
.thanksContent article {width: 100%; margin: 0 auto; padding: 20px 50px 50px 0;}
.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 *****/
footer {width: 100%; background: #333;}
footer section {width: 100%; 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; font-size: 75%;}
footer section p a {color: #909090!important; font-size: 75%;}
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;}