@charset  "utf-8";

/*

import from guide/owner

-----------------
created 2020-06-16
-----------------

-----------------
table of contents
-----------------
01.wrapper
02.body#top section
03.body#top group
04.topmain
05.section-2
06.list_msg
07.table
08.interview
09.voice
10.faq
11.special
12.word
13.link
14.list
15.concierge
16.seminar
17.menu
18.ri-grid
19.uchicomi
20.seminar
21.movie
22.catch
23.campaign
24.pager
25.seminar
26.camera
27.modal-multi
28.aside
29.modal-multi
30.sekisui
31.grad-wrap
*/


/*
01.wrapper
---------------------------------------------------------------------------------------*/
#wrapper {
    text-align: left;
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 50px;
}
body#top #wrapper {
    padding: 50px 0 50px;
}
body#blog #wrapper {
    padding: 20px 0 50px;
}
#wrapper p.txt {
    font-size: 3em;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 0 0 30px;
}
#wrapper p.txt span {
    font-size: 50px;
    color: rgb(255,30,30);
}
#wrapper figure.btn {
    text-align: center;
    padding: 0 0 50px;
}
#wrapper figure.btn2 {
    text-align: center;
}
#wrapper ul.img {
    overflow: hidden;
}
* html #wrapper ul.img {
    height: 1%;
}
#wrapper ul.img li {
    float: left;
    width: 225px;
    padding: 0 20px 20px 0;
    font-size: 1.4em;
}
#wrapper ul.img2 {
    text-align: center;
}
#wrapper ul.img2 li {
    display: inline-block;
    text-align: center;
}
#wrapper div.img {
    text-align: center;
    padding: 0 0 30px;
}
#wrapper ul.txt,
#wrapper ol.txt {
    padding: 0 0 30px 30px;
}
#wrapper ul.txt li {
    font-size: 1.4em;
    list-style: disc outside;
}
#wrapper ol.txt li {
    font-size: 1.4em;
    list-style: decimal outside;
}


/*
02.body#top section
---------------------------------------------------------------------------------------*/
body#top #wrapper section {
    background-color: rgb(255,255,255);
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
body#top #wrapper section:not(.ex) {
    padding: 20px 0 0;
}
body#top #wrapper section:not(.ex2) {
    margin: 0 0 30px;
}
/*body#top #wrapper section h1,
body#top #wrapper section h2,
body#top #wrapper section h3,
body#top #wrapper section h4 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	background-color: rgb(102,202,11);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px 0;
	margin: 0 20px 30px;
}*/
body#top #wrapper section h1,
body#top #wrapper section h2,
body#top #wrapper section h3,
body#top #wrapper section h4 {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0;
    margin: 0 20px 30px;
    border-bottom: solid 2px rgb(30,30,30);
}
body#top #wrapper section h1.p2,
body#top #wrapper section h2.p2,
body#top #wrapper section h3.p2,
body#top #wrapper section h4.p2 {
    padding: 15px 0 15px 60px;
    text-align: left;
}
body#top #wrapper section p.head {
    font-size: 5em;
    line-height: 1.4;
    text-align: center;
    padding: 20px 0 10px;
    color: rgb(0,119,233);
}
body#top #wrapper section p.txt {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 0 0 50px;
}
body#top #wrapper section p.txt span {
    font-size: 1em;
}
body#top #wrapper section p.txt2 {
    font-size: 1.8em;
    line-height: 1.4;
    padding: 0 50px 50px;
}

body#top #wrapper section dl#catch {
    position: relative;
    margin: 0 0 50px;
}
body#top #wrapper section dl#catch dd {
    position: absolute;
    right: 20px;
    bottom: 0;
}

body#top #wrapper section figure {
    text-align: center;
    padding: 0 0 50px;
}
body#top #wrapper section figure#point1 {
    position: absolute;
    top: -87px;
    left: 0;
    padding: 0;
}
body#top #wrapper section figure#point2 {
    position: absolute;
    top: -97px;
    right: 20px;
    padding: 0;
}
body#top #wrapper section figure#point3 {
    position: absolute;
    top: 14px;
    left: 20px;
    padding: 0;
}
body#top #wrapper section .wrap {
    position: relative;
}
body#top #wrapper section .wrap figure#point4 {
    position: absolute;
    top: -45px;
    left: 0;
    padding: 0;
}

body#top #wrapper .special ul {
    text-align: center;
    padding: 20px 0 50px;
}
body#top #wrapper .special ul li {
    display: inline-block;
    padding: 0 10px;
}


/*
03.body#top group
---------------------------------------------------------------------------------------*/
body#top #wrapper section .group {
    overflow: hidden;
}
* html body#top #wrapper section .group {
    height: 1%;
}
body#top #wrapper section .group dl {
    float: left;
    width: 300px;
    padding: 0 0 50px 20px;
    position: relative;
}
/*body#top #wrapper section .group.v3 dl {
	width: 200px;
}
body#top #wrapper section .group.v3 dl:nth-child(4n+4) {
	width: 280px;
}*/
body#top #wrapper section .group dl dt {
    font-size: 3em;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
}
body#top #wrapper section .group:not(.v2) dl dt {
    padding: 145px 5px 0;
}
body#top #wrapper section .group.v3 dl dt {
    font-size: 2em;
}
body#top #wrapper section .group dl dt span {
    color: rgb(255,30,30);
}
body#top #wrapper section .group dl dd {
    font-size: 1.6em;
    padding: 0 5px;
}
body#top #wrapper section .group dl dd.img {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 0;
}
/*body#top #wrapper section .group dl dd.img img {
	border-top: solid 1px rgb(242,242,242);
}*/

body#top #wrapper section .group figure {
    float: left;
    width: 220px;
    padding: 0 0 20px 20px;
}

body#top #wrapper section .group p {
    float: left;
    width: 220px;
    padding: 0 0 20px 20px;
    font-size: 2em;
    font-weight: bold;
}
body#top #wrapper section .group.v2 p {
    width: 460px;
}
body#top #wrapper section .group p a {
    display: block;
    /*	border: solid 5px rgb(106,198,38);
        background-color: rgba(106,198,38,0.3);*/
    border: solid 5px rgb(13,127,211);
    text-decoration: none;
    padding: 20px 10px;
    background-color: rgba(13,127,211,0.3);
    color: rgb(0,0,0);
}
/*body#top #wrapper section .group p a:hover {
	border: solid 5px rgb(243,84,51);
	background-color: rgba(243,84,51,0.3);
}*/


/*
04.topmain
---------------------------------------------------------------------------------------*/
section#topmain {
    width: 100%;
    /*	background: rgb(255,255,255) url(../../img/common/bg_top.png) repeat-x 0 40px;*/
    background: rgb(255,255,255) url(../../img/lp_201610/bg_main2.png) repeat-x 0 100%;
    border-bottom: solid 8px rgb(0,161,140);
    height: 530px;
}
section#topmain div {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 0;
}
section#topmain ul {
    position: absolute;
    top: 50px;
    left: 0;
    width: 580px;
}
section#topmain ul li {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: -0.5px;
}
section#topmain ul li span {
    font-size: 9px;
    font-weight: normal;
}
section#topmain figure#mv {
    text-align: center;
    position: relative;
    /*	padding: 60px 0 0;*/
    padding: 70px 0 0;
    width: 980px;
    margin: 0 auto;
    z-index: 10;
}
section#topmain figure#mv p {
    position: absolute;
    right: 40px;
    bottom: 95px;
    width: 160px;
    background-color: rgba(234,77,154,0.8);
    border-radius: 50%;
    color: rgb(255,255,255);
    font-size: 1.2em;
    text-align: center;
    padding: 25px 10px;
}
section#topmain figure#mv p span {
    font-size: 26px;
    font-weight: bold;
}
section#topmain figure dl {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 360px;
    background-color: rgb(255,255,255);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
section#topmain figure dl dt {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 15px 0 0;
}
section#topmain figure dl dd {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}
section#topmain figure dl dd span {
    font-size: 50px;
    color: rgb(255,30,30);
}
section#topmain figure#logo {
    text-align: left;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100;
}
section#topmain figure#tel {
    position: absolute;
    top: 60px;
    right: 0;
    /*	width: 565px;
        width: 520px;*/
    width: 400px;
}
section#topmain figure#tel img {
    width: 100%;
}
/*section#topmain figure#login {
	position: absolute;
	top: 15px;
	left: 190px;
	z-index: 100;
}
body#top header figure#tel {
	position: absolute;
	top: 18px;
	right: 1px;
	z-index: 100;
}*/


/*
05.section-2
---------------------------------------------------------------------------------------*/
body:not(#top):not(#camera) section {
    background-color: rgb(255,255,255);
    padding: 30px 20px 10px;
    margin: 0 0 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
/*body:not(#top) section h1,
body:not(#top) section h2,
body:not(#top) section h3,
body:not(#top) section h4 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	background-color: rgb(102,202,11);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 15px 0;
	margin: 0 0 20px;
}*/
body:not(#top):not(#camera) section h1,
body:not(#top):not(#camera) section h2,
body:not(#top):not(#camera) section h3,
body:not(#top):not(#camera) section h4 {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0;
    margin: 0 5px 30px;
    border-bottom: solid 2px rgb(30,30,30);
}
body:not(#top):not(#camera) section p {
    font-size: 1.6em;
    padding: 0 0 20px;
}
body:not(#top):not(#camera) section p.center {
    text-align: center;
}
body:not(#top):not(#camera) section p.catch {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px;
}
body:not(#top):not(#camera) section p.head {
    /*	background-color: rgb(13,127,211);
        color: rgb(255,255,255);
        background-color: rgb(102,202,11);
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;*/
    background-color: rgb(204,204,204);
    padding: 3px 10px;
    margin: 0 0 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    clear: both;
}
body:not(#top):not(#camera) section p span {
    color: rgb(255,30,30);
}

body:not(#top) section dl.txt {
    background-color: rgb(242,237,224);
    padding: 15px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    margin: 0 auto 30px;
}
body:not(#top) section dl.txt dt {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
}
body:not(#top) section dl.txt dd {
    font-size: 1.6em;
}
body:not(#top) section dl.txt dd ul {
    padding: 0 0 0 20px;
}
body:not(#top) section dl.txt dd ul li {
    list-style: disc outside;
    letter-spacing: 2px;
}
body:not(#top) section dl.result dt {
    font-size: 2em;
    font-weight: bold;
}
body:not(#top) section dl.result dd {
    font-size: 1.6em;
    padding: 0 0 10px;
}
body:not(#top) section dl.result dd.tr {
    text-align: right;
}
body:not(#top) section dl.result dd ul li {
    border-right: solid 1px rgb(204,204,204);
    display: inline;
    padding: 0 10px 0 0;
    margin: 0 10px 5px 0;
}
body:not(#top) section dl.result dd ul li:last-child {
    border-right: none;
}
body:not(#top) section dl.result dd ul.list {
    padding: 0 0 0 30px;
    overflow: inherit;
}
body:not(#top) section dl.result dd ul.list li {
    border-right: none;
    display: list-item;
    padding: 0 0 5px;
    margin: 0;
    list-style: disc outside;
}
body:not(#top) section dl.result dd ul.ph3 {
    overflow: hidden;
    padding: 0 0 20px;
}
* html body:not(#top) section dl.result dd ul.ph3 {
    height: 1%;
}
body:not(#top) section dl.result dd ul.ph3 li {
    float: left;
    width: 150px;
    font-size: 13px;
    padding: 0 10px 0 0;
    border-right: none;
    text-align: center;
}

body:not(#top) section figure.ph {
    text-align: center;
    padding: 0 0 30px;
}
body:not(#top) section figure.ph figcaption {
    font-size: 1.6em;
    text-align: center;
}

body:not(#top) section ul.ph {
    padding: 0 0 30px;
    text-align: center;
}
body:not(#top) section ul.ph li {
    text-align: center;
    padding: 10px;
    border: solid 1px rgb(221,221,221);
    font-size: 1.6em;
    display: inline-block;
    margin: 0 5px;
}
body:not(#top) section ul.ph2 {
    overflow: hidden;
    padding: 0 0 20px;
}
* html body:not(#top) section ul.ph2 {
    height: 1%;
}
body:not(#top) section ul.ph2 li {
    float: left;
    width: 300px;
    padding: 4px;
    border: solid 1px rgb(221,221,221);
    font-size: 1.6em;
    margin: 0 5px 0 0;
}
body:not(#top) section ul.ph2 li:nth-child(3n+3) {
    float: right;
    margin: 0;
}
body:not(#top) section ul.social {
    padding: 0 0 30px;
    text-align: center;
}
body:not(#top) section ul.social li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}
body:not(#top) section ol#err {
    padding: 0 0 30px 60px;
}
body:not(#top) section ol#err li {
    font-size: 2em;
    color: rgb(255,30,30);
    font-weight: bold;
    list-style: decimal outside;
}


/*
06.list_msg
---------------------------------------------------------------------------------------*/
body:not(#top) section .list_msg {
    padding: 0 50px 20px;
}
body:not(#top) section .list_msg .comment {
    position: relative;
    padding: 0 80px 20px;
}
body:not(#top) section .list_msg .comment figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
}
body:not(#top) section .list_msg .comment.owner figure {
    left: inherit;
    right: 0;
}
body:not(#top) section .list_msg .comment p {
    background-color: rgb(193,161,133);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 20px;
    font-weight: bold;
    text-align: left;
}
body:not(#top) section .list_msg .comment.user {
    background: url(../../img/message/bg_fukidashi_gray.png) no-repeat 70px 0;
}
body:not(#top) section .list_msg .comment.owner {
    background: url(../../img/message/bg_fukidashi_pink.png) no-repeat 760px 0;
}
body:not(#top) section .list_msg .comment.agent {
    background: url(../../img/message/bg_fukidashi_blue.png) no-repeat 70px 0;
}
body:not(#top) section .list_msg .comment.user p {
    background-color: rgb(193,161,133);
}
body:not(#top) section .list_msg .comment.owner p {
    background-color: rgb(255,130,175);
}
body:not(#top) section .list_msg .comment.agent p {
    background-color: rgb(107,214,211);
}
body:not(#top) section .list_msg p.add_agent,
body:not(#top) section .list_msg p.after_naiken {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    text-align: center;
    width: 300px;
    padding: 5px 20px;
    margin: 0 auto 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}


/*
07.table
---------------------------------------------------------------------------------------*/
#wrapper table {
    table-layout: fixed;
    width: 100%;
}
#wrapper table th,
#wrapper table td {
    font-size: 1.6em;
    vertical-align: top;
}

#wrapper table.news tr {
    border-bottom: dotted 1px rgb(221,221,221);
}
#wrapper table.news th,
#wrapper table.news td {
    padding: 0 10px 10px;
}
#wrapper table.news th {
    width: 140px;
}
#wrapper table.news td:nth-of-type(1) {
    width: 120px;
}
#wrapper table.news td img {
    vertical-align: top;
    margin: 2px 0 0;
}
#wrapper table.news td span.label {
    padding: 3px 0;
    text-align: center;
    display: block;
    letter-spacing: 2px;
}
#wrapper table.news td span.b_blue {
    background-color: rgb(12,93,165);
    color: rgb(255,255,255);
}
#wrapper table.news td span.b_yellow {
    background-color: rgb(255,241,0);
    color: rgb(0,0,0);
}
#wrapper table.news td span.b_red {
    background-color: rgb(255,0,0);
    color: rgb(255,255,255);
    letter-spacing: 0;
}
#wrapper table.news td span.b_wine {
    background-color: rgb(184,0,18);
    color: rgb(255,255,255);
}
#wrapper table.news td span.b_blown {
    background-color: rgb(96,56,19);
    color: rgb(249,221,16);
    margin: 0 10px 0 0;
}
#wrapper table.news td span.b_orange {
    background-color: rgb(241,141,0);
    color: rgb(255,255,255);
}

#wrapper table.cell th {
    border: solid 1px rgb(221,221,221);
    background-color: rgba(235,237,232,0.4);
    width: 160px;
    padding: 10px;
}
#wrapper table.cell td {
    border: solid 1px rgb(221,221,221);
    padding: 10px;
}


/*
08.interview
---------------------------------------------------------------------------------------*/
#wrapper #interview {
    padding: 0 0 20px;
}
#wrapper #interview dl.talk {
    padding: 0 20px;
}
#wrapper #interview dl.talk dt {
    background: url(../../img/object/ico_mic.png) no-repeat 0 5px;
    color: rgb(6,61,102);
    padding: 0 0 0 22px;
    margin: 0 0 10px;
    overflow: hidden;
    zoom: 1;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 2px;
}
#wrapper #interview dl.talk dd {
    background: url(../../img/object/ico_comment.png) no-repeat 0 5px;
    font-size: 1.6em;
    padding: 0 0 0 22px;
    margin: 0 0 20px;
    overflow: hidden;
    zoom: 1;
    letter-spacing: 2px;
}
#wrapper #interview dl.talk dd.caption {
    background: transparent;
    font-size: 1em;
}

#wrapper #interview dl.img {
    width: 200px;
    padding: 5px;
    border: solid 1px rgb(221,221,221);
}
#wrapper #interview dl.img dt {
    padding: 0 0 3px;
}
#wrapper #interview dl.fl {
    float: left;
    margin: 0 20px 10px 0;
    display: inline;
}
#wrapper #interview dl.fr {
    float: right;
    margin: 0 0 10px 20px;
    display: inline;
}

#wrapper #interview dl.editor {
    background-color: rgb(242,237,224);
    clear: both;
    padding: 15px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
#wrapper #interview dl.editor dt {
    padding: 0 0 5px;
    font-size: 1.4em;
}
#wrapper #interview dl.editor dd {
    font-size: 1.4em;
}

#wrapper #interview dl.point {
    background-color: rgb(235, 237, 232);
    clear: both;
    padding: 20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    width: 800px;
    box-sizing: border-box;
    margin: 0 auto 30px;
}
#wrapper #interview dl.point dt {
    font-size: 1.4em;
    font-weight: bold;
}
#wrapper #interview dl.point dd {
    font-size: 1.4em;
}
#wrapper #interview dl.point dd ul {
    padding: 0 0 0 30px;
}
#wrapper #interview dl.point dd ul li {
    list-style: disc outside;
}
#wrapper #interview dl.point dd span {
    background-color: rgb(255,255,255);
    border: solid 1px rgb(255,30,30);
    padding: 3px 5px;
}

#wrapper #interview figure {
    text-align: center;
    padding: 0 0 20px;
}
#wrapper #interview figure.fn {
    width: 400px;
    padding: 10px;
    border: solid 1px rgb(221,221,221);
    margin: 0 auto 20px;
}
#wrapper #interview figure.fl,
#wrapper #interview figure.fr {
    width: 400px;
    padding: 10px;
    border: solid 1px rgb(221,221,221);
}
#wrapper #interview figure.fl {
    float: left;
    margin: 0 20px 10px 0;
}
#wrapper #interview figure.fr {
    float: right;
    margin: 0 0 10px 20px;
}
#wrapper #interview figure figcaption {
    font-size: 1.2em;
    text-align: center;
}
#wrapper #interview figure.case {
    position: relative;
    border: solid 1px rgb(3,193,203);
    text-align: right;
    padding: 0;
    margin: 0 0 20px;
}
#wrapper #interview figure.case p {
    font-size: 2em;
    background-color: rgb(3,193,203);
    position: absolute;
    top: 10px;
    left: 0;
    width: 220px;
    text-align: center;
    padding: 5px 0;
}
#wrapper #interview figure.case dl {
    position: absolute;
    top: 65px;
    left: 30px;
    width: 600px;
}
#wrapper #interview figure.case dl dt {
    font-size: 2em;
}
#wrapper #interview figure.case dl dd {
    font-size: 2.2em;
    font-weight: bold;
}

#wrapper #interview p {
    padding: 0 1em 20px;
}
#wrapper #interview p span {
    color: rgb(102,176,47);
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
    margin: 0 1em 0 0;
}


/*
09.voice
---------------------------------------------------------------------------------------*/
#wrapper .voice dl {
    padding: 0 0 10px 60px;
    border-bottom: dotted 1px rgb(221,221,221);
    margin: 0 0 20px;
}
#wrapper .voice dl:last-child {
    border-bottom: none;
    margin: 0;
}
#wrapper .voice dl.man {
    background: url(../../img/voice/ico_man.png) no-repeat 0 0;
    background-size: 50px auto;
}
#wrapper .voice dl.woman {
    background: url(../../img/voice/ico_woman.png) no-repeat 0 0;
    background-size: 50px auto;
}
#wrapper .voice dl dt {
    font-size: 2em;
    font-weight: bold;
}
#wrapper .voice dl dd {
    font-size: 1.6em;
    padding: 0 0 10px;
}

body#top #wrapper .voice {
    overflow: hidden;
    padding: 0 0 0 20px;
}
* html body#top #wrapper .voice {
    height: 1%;
}
body#top #wrapper .voice dl {
    float: left;
    width: 240px;
    padding: 0 20px 10px 60px;
    border-bottom: none;
}
body#top #wrapper .voice dl:last-child {
    padding: 0 0 10px 60px;
    margin: 0 0 20px;
}


/*
10.faq
---------------------------------------------------------------------------------------*/
#wrapper .faq ol {
    text-align: center;
    padding: 0 0 20px;
}
#wrapper .faq ol li {
    font-size: 2em;
    display: inline-block;
}
#wrapper .faq ol li span {
    background-color: rgb(255,255,255);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    padding: 15px;
}
#wrapper .faq ol li span:hover {
    background-color: rgb(247,247,247);
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
#wrapper .faq p {
    /*	background-color: rgba(235,237,232,0.4);*/
    background-color: rgb(102,202,11);
    padding: 3px 10px!important;
    margin: 0 0 10px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
}
#wrapper .faq dl {
    padding: 0 20px;
}
#wrapper .faq dl dt {
    background: url(../../img/object/ico_q.png) no-repeat 0 10px;
    color: rgb(6,61,102);
    padding: 0 0 0 22px;
    margin: 0 0 10px;
    overflow: hidden;
    zoom: 1;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
}
#wrapper .faq dl dd {
    background: url(../../img/object/ico_a.png) no-repeat 0 7px;
    font-size: 1.6em;
    padding: 0 0 0 22px;
    margin: 0 0 20px;
    overflow: hidden;
    zoom: 1;
    letter-spacing: 2px;
}


/*
11.special
---------------------------------------------------------------------------------------*/
#wrapper dl.special {
    overflow: hidden;
    padding: 0 0 10px;
}
* html #wrapper dl.special {
    height: 1%;
}
#wrapper dl.special dt {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 10px;
}
#wrapper dl.special dt.head {
    background-color: rgb(235,237,232);
    padding: 10px 20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    letter-spacing: 2px;
    line-height: 1.4;
    clear: both;
}
#wrapper dl.special dt.tc {
    text-align: center;
}
#wrapper dl.special dd {
    font-size: 1.4em;
    padding: 0 0 20px;
}
#wrapper dl.special dd.img {
    float: left;
    width: 130px;
}
#wrapper dl.special dd.img2 {
    float: left;
    width: 310px;
}
#wrapper dl.special dd.btn {
    text-align: center;
}
#wrapper dl.special dd:not(.non) ul,
#wrapper dl.special dd:not(.non) ol {
    padding: 0 0 10px 20px;
    overflow: hidden;
}
#wrapper dl.special dd:not(.non) ul li {
    list-style: disc outside;
}
#wrapper dl.special dd:not(.non) ol li {
    list-style: decimal outside;
}
#wrapper dl.special dd span.b {
    color: rgb(255,30,30);
    font-weight: bold;
}


/*
12.word
---------------------------------------------------------------------------------------*/
#wrapper dl.word dt {
    font-size: 2em;
    font-weight: bold;
    padding: 5px 10px;
    background-color: rgb(235,237,232);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin: 0 0 5px;
}
#wrapper dl.word dd {
    font-size: 1.6em;
    padding: 0 10px 10px;
}
#wrapper dl.word dd ol,
#wrapper dl.word dd ul {
    padding: 0 0 0 20px;
}
#wrapper dl.word dd ol li {
    list-style: decimal outside;
}
#wrapper dl.word dd ul li {
    list-style: disc outside;
}


/*
13.link
---------------------------------------------------------------------------------------*/
#wrapper dl.link dt {
    font-size: 1.6em;
    font-weight: bold;
    padding: 5px 10px;
    background-color: rgb(235,237,232);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin: 0 0 5px;
}
#wrapper dl.link dd {
    font-size: 1.6em;
    padding: 0 10px 10px;
}
#wrapper dl.link dd ul li {
    display: inline-block;
    padding: 0 10px 10px 0;
}

/*#wrapper section p.link {
	font-size: 2.6em;
	font-weight: bold;
	line-height: 96px;
	text-align: center;
	margin: 0 0 30px;
}
#wrapper section p.link a,
#wrapper section p.link span {
	background: url(../../img/bnr/bg_btn.png) no-repeat 50% 0;
	display: block;
	width: 686px;
	height: 96px;
	margin: 0 auto;
	color: rgb(255,255,255);
	text-decoration: none;
}
#wrapper section p.link a:hover,
#wrapper section p.link span:hover {
	background: url(../../img/bnr/bg_btn_ov.png) no-repeat 50% 0;
}*/

#wrapper section p.link {
    font-size: 2em;
    font-weight: bold;
    padding: 0 0 20px;
}
#wrapper section p.link a,
#wrapper section p.link span {
    width: 700px;
    display: block;
    margin: 0 auto 30px;
    color: rgb(255,255,255);
    background-color: rgb(13,127,211);
    text-align: center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
}
#wrapper section p.link span {
    padding: 0;
}
#wrapper section p.link a:before,
#wrapper section p.link span:before {
    content: "";
    display: block;
    background: url(../../img/object/ico_arrow.png) no-repeat 0 0;
    background-size: 18px auto;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 10;
    width: 18px;
    height: 18px;
}
#wrapper section p.link a:after,
#wrapper section p.link span:after {
    content: "";
    display: block;
    background: url(../../img/object/ico_next.png) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 10;
    width: 10px;
    height: 12px;
}


/*
14.list
---------------------------------------------------------------------------------------*/
/*#wrapper .list {
	overflow: hidden;
	padding: 0 0 10px;
}
body#top #wrapper .list {
	padding: 0 20px 10px;
}
* html #wrapper .list {
	height: 1%;
}
#wrapper .list a.box {
	color: rgb(33,33,33);
	text-decoration: none;
	display: block;
	float: left;
	width: 210px;
	border: solid 5px rgb(13,127,211);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	margin: 0 20px 20px 0;
}
#wrapper .list a.box:nth-child(4n+4) {
	float: right;
	margin: 0 0 20px;
}
#wrapper .list.v2 a.box,
#wrapper .list.v2 span.box {
	width: 450px;
}
#wrapper .list.v2 a:nth-child(2n+2),
#wrapper .list.v2 span:nth-child(2n+2) {
	float: right;
	margin: 0 0 20px;
}
#wrapper .list.v3 a.box,
#wrapper .list.v3 span.box {
	width: 290px;
}
#wrapper .list.v3 a:nth-child(3n+3),
#wrapper .list.v3 span:nth-child(3n+3) {
	float: right;
	margin: 0 0 20px;
}
#wrapper .list.v3 a.box:nth-child(4n+4) {
	float: left;
	margin: 0 20px 20px 0;
}
#wrapper .list a.box:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#wrapper .list span.box {
	display: block;
	float: left;
	width: 210px;
	border: solid 5px rgb(221,221,221);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	margin: 0 20px 30px 0;
}
#wrapper .list span:nth-child(4n+4) {
	float: right;
	margin: 0 0 20px;
}

#wrapper .list dl dt {
	text-align: center;
}
#wrapper .list.v3 dl dt {
	background-color: rgb(221,221,221);
	font-size: 1.6em;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
#wrapper .list dl dt img {
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
#wrapper .list dl dd {
	font-size: 1.6em;
	padding: 5px 10px;
}
#wrapper .list dl dd.label {
	background-color: rgb(13,127,211);
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
#wrapper .list a.box dl dd.label {
	color: rgb(255,255,255);
}
#wrapper .list span.box dl dd.label {
	background-color: rgb(221,221,221);
}
#wrapper .list dl dd span.name {
	font-weight: bold;
	display: block;
}
#wrapper .list dl dd span.comment {
	font-size: 14px;
}
#wrapper .list dl dd span.point {
	font-weight: bold;
	color: rgb(255,30,30);
}*/
#wrapper .list {
    overflow: hidden;
    padding: 0 10px 10px;
}
body#top #wrapper .list {
    padding: 0 30px 10px;
}
* html #wrapper .list {
    height: 1%;
}
#wrapper .list>a.box {
    color: rgb(33,33,33);
    text-decoration: none;
    display: block;
    float: left;
    width: 210px;
    min-height: 224px;
    border: solid 1px rgb(13,127,211);
    margin: 0 25px 20px 0;
}
#wrapper .list>a.box:nth-child(4n+3) {
    margin: 0 0 20px;
}
#wrapper .list>a.box:nth-child(4n+4) {
    float: right;
    margin: 0 0 20px;
}
#wrapper .list.v2>a.box,
#wrapper .list.v2>span.box {
    width: 450px;
}
#wrapper .list.v2>a:nth-child(2n+2),
#wrapper .list.v2>span:nth-child(2n+2) {
    float: right;
    margin: 0 0 20px;
}
#wrapper .list.v3>a.box,
#wrapper .list.v3>span.box {
    width: 290px;
    margin: 0 20px 20px 0;
}
#wrapper .list.v3>a:nth-child(3n+3),
#wrapper .list.v3>span:nth-child(3n+3) {
    float: right;
    margin: 0 0 20px;
}
#wrapper .list.v3>a.box:nth-child(4n+4) {
    float: left;
    margin: 0 20px 20px 0;
}
#wrapper .list>a.box:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#wrapper .list>span.box {
    display: block;
    float: left;
    width: 210px;
    border: solid 1px rgb(221,221,221);
    margin: 0 25px 20px 0;
}
#wrapper .list>span.box:nth-child(4n+3) {
    margin: 0 0 20px;
}
#wrapper .list>span:nth-child(4n+4) {
    float: right;
    margin: 0 0 20px;
}

#wrapper .list dl dt {
    text-align: center;
}
#wrapper .list.v3 dl dt {
    background-color: rgb(221,221,221);
    font-size: 1.3em;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}
#wrapper .list.case dl dt {
    position: relative;
    overflow: hidden;
    height: 120px;
}
#wrapper .list.case dl dt img {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate(0, -50%);
    transform: translate3d(0, -50%, 0);
}
#wrapper .list dl dd {
    font-size: 1.3em;
    padding: 5px 10px;
}
#wrapper .list dl dd.label {
    background-color: rgb(221,221,221);
    padding: 3px 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
#wrapper .list dl dd span.name {
    font-weight: bold;
    display: block;
}
#wrapper .list dl dd span.comment {
    font-size: 14px;
}
#wrapper .list dl dd span.point {
    font-weight: bold;
    color: rgb(255,30,30);
}

#wrapper .list>span dl dt {
    height: 120px;
    position: relative;
    overflow: hidden;
}
#wrapper .list>span dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
}
#wrapper .list.v3>span dl {

}
#wrapper .list.v3>span dl dt {
    vertical-align: middle;
    display: table-cell;
    width: 290px;
}


/*
15.concierge
---------------------------------------------------------------------------------------*/
#wrapper table.concierge {
    margin: 0 0 20px;
    width: 100%;
}
#wrapper table.concierge th,
#wrapper table.concierge td {
    border: solid 1px rgb(226,220,220);
    background-color: rgb(255,255,255);
    vertical-align: top;
    padding: 10px;
}
#wrapper table.concierge th {
    /*	background-color: rgb(242,237,224);*/
    background-color: rgb(242,242,242);
    font-weight: bold;
    width: 120px;
}
#wrapper table.concierge td.must {
    background-color: rgb(249,221,16);
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    width: 60px;
}
#wrapper table.concierge td.nini {
    background-color: rgb(252,250,250);
    padding: 10px 0;
    text-align: center;
    width: 60px;
}
#wrapper table.concierge td label {
    margin: 0 20px 0 0;
    display: block;
    /*	float: left;*/
}
#wrapper table.concierge td input[type="text"],
#wrapper table.concierge td textarea {
    width: 450px;
    border: solid 1px rgb(153,153,153);
}


/*
16.seminar
---------------------------------------------------------------------------------------*/
#wrapper .seminar {
    padding: 0 0 20px;
}
#top #wrapper .seminar {
    padding: 0 30px 20px;
}
#wrapper .seminar p {
    padding: 0;
}
#wrapper .seminar table th {
    border: solid 1px rgb(221,221,221);
    background-color: rgba(235,237,232,0.4);
    text-align: center;
}
#wrapper .seminar table th:nth-of-type(1) {
    width: 100px;
}
#wrapper .seminar table th:nth-of-type(3) {
    width: 220px;
}
#wrapper .seminar table th:nth-of-type(4) {
    width: 100px;
}
#wrapper .seminar table th.w01 {
    width: 660px;
}
#wrapper .seminar table td {
    border: solid 1px rgb(221,221,221);
    padding: 10px;
    vertical-align: middle;
}
#wrapper .seminar table td.ph {
    padding: 0;
}


/*
17.menu
---------------------------------------------------------------------------------------*/
#wrapper section ul.menu {
    overflow: hidden;
}
* html #wrapper section ul.menu {
    height: 1%;
}
#wrapper section ul.menu li {
    float: left;
    width: 140px;
    padding: 0 0 20px 20px;
    font-size: 2em;
    font-weight: bold;
}
#wrapper section ul.menu li:nth-child(6n+1) {
    padding: 0 0 20px;
}
#wrapper section ul.menu li a {
    display: block;
    /*	border: solid 5px rgb(106,198,38);
        background-color: rgba(106,198,38,0.3);*/
    text-decoration: none;
    padding: 20px 10px;
    border: solid 5px rgb(13,127,211);
    background-color: rgba(13,127,211,0.3);
    color: rgb(0,0,0);
}
#wrapper section ul.menu li a:hover {
    border: solid 5px rgb(243,84,51);
    background-color: rgba(243,84,51,0.3);
}

#wrapper section ul.menu2 {
    text-align: center;
    padding: 0 0 20px;
}
#wrapper section ul.menu2 li {
    padding: 0 10px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
#wrapper section ul.menu2 li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    border: solid 2px rgb(13,127,211);
    background-color: rgba(13,127,211,0.3);
    color: rgb(0,0,0);
}
#wrapper section ul.menu2 li a:hover {
    border: solid 2px rgb(243,84,51);
    background-color: rgba(243,84,51,0.3);
}


/*
18.ri-grid
---------------------------------------------------------------------------------------*/
aside#ri-grid {
    padding: 40px 0 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1320px;
    height: 440px;
}
aside#ri-grid ul {
    overflow: hidden;
    display: none;
}
* html aside#ri-grid ul {
    height: 1%;
}
aside#ri-grid ul li {
    float: left;
    width: 220px !important;
    height: 220px !important;
}
aside#ri-grid ul li:nth-child(6n+6) {

}

.ri-grid{
    position: relative;
    height: auto;
}

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(255,255,255);
}

.ri-grid ul li a{
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(255,255,255);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
    width: 80%;
}
.ri-grid-size-2{
    width: 100%;
}
.ri-grid-size-3{
    width: 100%;
    margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(255, 255, 255, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.ri-shadow:after{
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
    display: none;
}

.ri-loading-image{
    display: none;
}

.ri-grid-loading .ri-loading-image{
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}

aside#ri-grid p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10000;
    font-weight: bold;
    letter-spacing: 4px;
    color: rgb(255,30,30);
}
aside#ri-grid p span {
    background-color:  rgba(255,255,255,0.7);
    padding: 5px 0;
    width: 100%;
    display: block;
}
aside#ri-grid figure {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10000;
}


/*
19.uchicomi
---------------------------------------------------------------------------------------*/
body#blog section.uchicomi {
    padding: 0 0 20px;
}
body#blog section.uchicomi figure {
    text-align: center;
    padding: 0 0 20px;
}
body#blog section.uchicomi h1,
body#blog section.uchicomi h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(255,255,255,0.5);
    margin: 0 auto 20px;
    letter-spacing: 2px;
    border: solid 3px rgb(0,0,0);
}
body#blog section.uchicomi h3 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 4px;
    padding: 2px 0 0 15px;
    margin: 0 0 10px;
    color: rgb(51,51,51);
    border-top: solid 3px rgb(0,0,0);
    border-bottom: solid 3px rgb(0,0,0);
    background-color: rgba(255,255,255,0.5);
    text-align: center;
}
body#blog section.uchicomi p {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 20px 20px;
}
body#blog section.uchicomi p.tc {
    text-align: center;
}
body#blog section.uchicomi ol {
    padding: 0 0 20px;
}
body#blog section.uchicomi ol li {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: rgb(255,30,30);
    letter-spacing: 2px;
}
body#blog section.uchicomi dl {
    padding: 0 20px;
}
body#blog section.uchicomi dl dt {
    font-size: 1.3em;
    font-weight: bold;
}
body#blog section.uchicomi dl dd {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 20px;
}
body#blog section.uchicomi .pac_list2 {
    padding: 0 0 10px;
}
body#blog section.uchicomi .pac_list2 dl {
    border-top: 1px solid rgb(221,221,221);
    border-bottom: 1px solid rgb(221,221,221);
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden;
    background-color: rgb(255,255,255);
}
* html body#blog section.uchicomi .pac_list2 dl {
    height: 1%;
}
body#blog section.uchicomi .pac_list2 dl dt {
    float: left;
    width: 350px;
}
body#blog section.uchicomi .pac_list2 dl dd {
    font-size: 1.4em;
    font-weight: normal;
    padding: 5px 5px 5px 350px;
}
body#blog section.uchicomi .pac_list2 dl dd.name {
    background-color: rgb(0,0,0);
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    color: rgb(255,255,255);
}
body#blog section.uchicomi ul li a {
    text-decoration: none;
}


/*
20.seminar
---------------------------------------------------------------------------------------*/
#wrapper section dl.seminar dt {
    font-size: 1.5em;
    padding: 0 0 5px;
}
#wrapper section dl.seminar dt span {
    margin: 0 0 0 10px;
    color: rgb(255,30,30);
}
#wrapper section dl.seminar dd {
    font-size: 1.5em;
    padding: 0 0 20px;
}
#wrapper section dl.seminar dd label {
    margin: 0 20px 0 0;
}
#wrapper section dl.seminar dd input[type="text"],
#wrapper section dl.seminar dd textarea {
    border: solid 1px rgb(153,153,153);
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}


/*
21.movie
---------------------------------------------------------------------------------------*/
#wrapper section .movie {
    overflow: hidden;
    padding: 0 20px 30px;
}
* html #wrapper section .movie {
    height: 1%;
}
#wrapper section .movie iframe {
    float: right;
    width: 480px;
    margin: 0 0 0 20px;
}
#wrapper section .movie p {
    font-size: 1.6em;
}


/*
22.catch
---------------------------------------------------------------------------------------*/
body #wrapper section dl.catch {
    padding: 20px 10px 30px;
    overflow: hidden;
}
* html body #wrapper section dl.catch {
    height: 1%;
}
body #wrapper section dl.catch dt {
    float: left;
    width: 290px;
}
body #wrapper section dl.catch dd {
    display: inline-block;
    width: 630px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3;
    font-style: italic;
    padding: 5px 0 0;
}
body #wrapper section dl.catch dd.txt {
    font-size: 1.3em;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 2px;
}
body #wrapper section dl.catch dd span.b {
    color: rgb(255,30,30);
}
body #wrapper section dl.catch dd ul {
    padding: 0 0 20px 30px;
    display: inline-block;
}
body #wrapper section dl.catch dd ul li {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    font-style: normal;
    list-style: disc outside;
}
body #wrapper section dl.catch dd.link {
    font-style: normal;
    padding: 0 0 0 400px;
}


/*
23.campaign
---------------------------------------------------------------------------------------*/
dl.campaign {
    margin: 0 auto 50px;
    padding: 20px 30px 30px;
    overflow: hidden;
    width: 920px;
    background-color: rgb(255,255,255);
}
dl.campaign dt {
    float: left;
    width: 300px;
}
dl.campaign dd {
    float: right;
    width: 600px;
    font-size: 1.6em;
    padding: 0 0 10px;
}
dl.campaign dd span {
    font-weight: bold;
}


/*
24.pager
---------------------------------------------------------------------------------------*/
ol.pager {
    overflow: hidden;
    padding: 20px;
    text-align: center;
}
* html ol.pager {
    height: 1%;
}
ol.pager li {
    /*	float: left;*/
    padding: 0 5px 0 0;
    font-size: 1.2em;
    display: inline-block;
}
ol.pager li.now {
    font-weight: bold;
    padding: 0 10px 0 5px;
}
ol.pager li a {
    padding: 5px 10px;
    border: solid 1px rgb(221,221,221);
    text-decoration: none;
}
ol.pager li a:hover {
    background-color: rgb(244,236,228);
}


/*
25.seminar
---------------------------------------------------------------------------------------*/
aside.seminar {
    background: rgb(255,255,255) url(/guide/owner/img/seminar/ad/img_seminar.jpg) no-repeat 0 0;
    position: relative;
    height: 450px;
    margin: 0 0 30px;
    border-radius: 4px;
}
aside.seminar dl {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 100px;
    left: 200px;
    padding: 30px;
    width: 520px;
}
aside.seminar dl dt {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
aside.seminar dl dd {
    font-size: 1.4em;
}
aside.seminar figure {
    text-align: center;
    padding: 370px 0 0;
}


/*
26.camera
---------------------------------------------------------------------------------------*/
#camera section {
    background-color: rgb(255,255,255);
    margin: 0 0 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#camera section h1,
#camera section h2,
#camera section h3,
#camera section h4 {
    font-size: 4em;
    padding: 0 20px 5px;
    margin: 0 0 20px;
    border-bottom: solid 1px rgb(0,0,0);
}
#camera section p {
    font-size: 2em;
    padding: 0 20px 40px;
}
#camera section p.tc {
    text-align: center;
}
#camera section p.f23 {
    font-size: 2.3em;
}
#camera section p.f25 {
    font-size: 2.5em;
}
#camera section p.f30 {
    font-size: 3em;
}
#camera section p.f38 {
    font-size: 3.8em;
}
#camera section p span {
    font-size: 38px;
    font-weight: bold;
}
#camera section .bold {
    color: rgb(255,30,30);
    font-weight: bold;
}
#camera section dl {
    border: solid 4px rgb(0,0,0);
    margin: 0 20px 20px;
}
#camera section dl dt {
    font-size: 3em;
    line-height: 70px;
    background-color: rgb(170,170,170);
    border: solid 1px rgb(0,0,0);
    padding: 0 0 0 15px;
}
#camera section dl dd {
    font-size: 2.5em;
    padding: 30px;
}
#camera section dl dd span {
    color: rgb(255,30,30);
}
#camera section .movie {
    padding: 0 0 30px;
}
#camera section .block {
    overflow: hidden;
    padding: 0 20px 30px;
}
* html #camera section .block {
    height: 1%;
}
#camera section .block p {
    padding: 0 0 40px;
}
#camera section .fl {
    float: left;
    width: 400px;
}
#camera section .fr {
    float: right;
    width: 430px;
    padding: 0 0 0 20px;
}
#camera section .fr2 {
    float: right;
    width: 520px;
}
#camera section .fl figure,
#camera section .fr figure,
#camera section .fr2 figure {
    padding: 0 0 20px;
}


/*
27.modal-multi
---------------------------------------------------------------------------------------*/
.seminar_pack {
    overflow: hidden;
    padding: 0 10px;
}
* html .seminar_pack {
    height: 1%;
}
.seminar_pack .seminar_details {
    float: left;
    width: 440px;
    background-color: rgb(235,237,232);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0 0 30px;
}
.seminar_pack .seminar_details:nth-child(2n+2) {
    float: right;
}
.seminar_pack .seminar_details p.day {
    font-size: 1.4em !important;
    text-align: center;
    border-bottom: solid 1px rgb(77,77,77);
    padding: 0 0 3px !important;
    margin: 0 0 10px;
}
.seminar_pack .seminar_details p.day span {
    background-color: rgb(255,30,30);
    color: rgb(255,255,255) !important;
    padding: 2px;
    margin: 0 2px 0 0;
}
.seminar_pack .seminar_details .program dl{
    overflow: hidden;
    padding: 0 0 10px;
}
* html .seminar_pack .seminar_details .program dl{
    height: 1%;
}
.seminar_pack .seminar_details .program dl dt,
.seminar_pack .seminar_details .program dl dd {
    font-size: 1.4em;
    float: right;
    width: 260px;
}
.seminar_pack .seminar_details .program dl dt {
    font-weight: bold;
}
.seminar_pack .seminar_details:not(.top) .program dl dt {
    padding: 20px 0 0;
}
.seminar_pack .seminar_details .program dl dt span {
    background-color: rgb(255,30,30);
    color: rgb(255,255,255);
    padding: 2px;
    margin: 0 2px 0 0;
}
.seminar_pack .seminar_details .program dl dd.img {
    float: left;
    width: 120px;
}
.seminar_pack .seminar_details .program a:hover {
    cursor: pointer;
}
.seminar_pack .seminar_details .link {
    text-align: center;
    font-size: 1.4em;
}
.seminar_pack .seminar_details .link a {
    display: inline-block;
    background-color: rgb(13,127,211);
    padding: 5px 10px;
    color: rgb(255,255,255);
    text-decoration: none;
}

.modal-content {
    width: 50%;
    margin: 0;
    padding: 20px;
    border: 5px solid rgb(77,77,77);
    background: #fff;
    position: fixed;
    display: none;
    z-index: 2;
}

#modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}
#modal-overlay:hover {
    cursor: pointer;
}

.seminar_pack .modal-content dl{
    position: relative;
    padding: 0 0 10px 140px;
}
.seminar_pack .modal-content dl dt {
    font-size: 2em;
    font-weight: bold;
    padding: 0 0 10px;
}
.seminar_pack .modal-content dl dd {
    font-size: 1.4em;
}
.seminar_pack .modal-content dl dd.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
}
.seminar_pack .modal-content p {
    text-align: center;
}
.seminar_pack .modal-content p a:hover {
    cursor: pointer;
}


/*
28.aside
---------------------------------------------------------------------------------------*/
#wrapper aside {
    background-color: rgb(255,255,255);
    padding: 30px 20px 10px;
    margin: 0 0 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#wrapper aside h1,
#wrapper aside h2,
#wrapper aside h3,
#wrapper aside h4 {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0;
    margin: 0 20px 30px;
    border-bottom: solid 2px rgb(30,30,30);
}
#wrapper aside p {
    font-size: 1.6em;
    padding: 0 0 20px;
}


/*
29.modal-multi
---------------------------------------------------------------------------------------*/
body#top #wrapper section.feature {
    background-color: rgb(57,180,74);
    overflow: hidden;
    padding: 30px 10px 0px;
    margin: 0 0 30px;
}
body#top #wrapper section.feature h3,
body#top #wrapper section.feature h4 {
    color: rgb(255,255,255);
    font-size: 3em;
    border-bottom: none;
    padding: 0 0 10px;
    margin: 0;
}
#wrapper section.feature p {
    color: rgb(255,255,255);
    font-size: 2em;
    padding: 0 0 10px;
    text-align: center;
}
#wrapper section.feature p span.b {
    color: rgb(237,109,31);
    background-color: rgb(247,242,192);
    padding: 2px 5px;
    display: inline-block;
    margin: 0 5px;
    font-weight: bold;
}
#wrapper section.feature .box {
    padding: 50px 0 0;
}
#wrapper section.feature .box p {
    font-size: 3.4em;
    padding: 0 0 60px;
}
#wrapper section.feature .box>a {
    display: block;
    float: left;
    width: 239px;
    border-right: solid 1px rgb(57,180,74);
    background-color: rgb(255,255,255);
    padding: 75px 10px 10px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 30px;
    text-decoration: none;
}
#wrapper section.feature .box>a:hover {
    cursor: pointer;
}
#wrapper section.feature .box>a::after {
    content: " ";
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    left: 50%;
    z-index: 100;
    margin: 0 0 0 -45px;
}
#wrapper section.feature .box>a:nth-child(9n+1)::after {
    background: url(/guide/owner/img/lp5/ico_no01.png) no-repeat 0 0;
}
#wrapper section.feature .box>a:nth-child(9n+2)::after {
    background: url(/guide/owner/img/lp5/ico_no02.png) no-repeat 0 0;
}
#wrapper section.feature .box>a:nth-child(9n+3)::after {
    background: url(/guide/owner/img/lp5/ico_no03.png) no-repeat 0 0;
}
#wrapper section.feature .box>a:nth-child(9n+4)::after {
    background: url(/guide/owner/img/lp5/ico_no04.png) no-repeat 0 0;
}
#wrapper section.feature .box>a:nth-child(9n+6)::after {
    background: url(/guide/owner/img/lp5/ico_no05.png) no-repeat 0 0;
}
#wrapper section.feature .box>a:nth-child(9n+7)::after {
    background: url(/guide/owner/img/lp5/ico_no06.png) no-repeat 0 0;
}
#wrapper section.feature .box>a:nth-child(9n+8)::after {
    background: url(/guide/owner/img/lp5/ico_no07.png) no-repeat 0 0;
}
#wrapper section.feature .box>a:nth-child(9n+9)::after {
    background: url(/guide/owner/img/lp5/ico_no08.png) no-repeat 0 0;
}
#wrapper section.feature dl dt {
    font-size: 2em;
    font-weight: bold;
    color: rgb(57,180,74);
    line-height: 1.3;
    text-align: center;
    padding: 0 0 20px;
}
#wrapper section.feature dl dd {
    text-align: center;
    padding: 0 0 10px;
}

.modal-content {
    width: 60%;
    margin: 0;
    padding: 20px;
    border: 5px solid rgb(77,77,77);
    background: #fff;
    position: fixed;
    display: none;
    z-index: 100000;
}

#modal-overlay {
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
}
#modal-overlay:hover {
    cursor: pointer;
}

.modal-content dl{
    position: relative;
    padding: 0 20px 10px;
}
.modal-content dl dt {
    font-size: 2em;
    font-weight: bold;
    padding: 0 0 10px;
}
.modal-content dl dd {
    font-size: 1.4em;
}
.modal-content p {
    font-size: 1.4em;
    text-align: center;
}
.modal-content p.button-link {
    text-align: right;
}
.modal-content p a:hover {
    cursor: pointer;
}
.modal-content figure {
    text-align: center;
    margin: 0 0 10px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.modal-content figure img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate(0, -50%);
    transform: translate3d(0, -50%, 0);
}
.modal-content p.link {
    font-size: 2em;
    font-weight: bold;
    padding: 0 0 20px;
}
.modal-content p.link a,
.modal-content p.link span {
    width: 400px;
    display: block;
    margin: 0 auto 30px;
    color: rgb(255,255,255);
    background-color: rgb(13,127,211);
    text-align: center;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
}
.modal-content p.link span {
    padding: 0;
}
.modal-content p.link a:before,
.modal-content p.link span:before {
    content: "";
    display: block;
    background: url(../../img/object/ico_arrow.png) no-repeat 0 0;
    background-size: 18px auto;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 10;
    width: 18px;
    height: 18px;
}
.modal-content p.link a:after,
.modal-content p.link span:after {
    content: "";
    display: block;
    background: url(../../img/object/ico_next.png) no-repeat 0 0;
    background-size: 10px auto;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 10;
    width: 10px;
    height: 12px;
}


/*
30.sekisui
---------------------------------------------------------------------------------------*/
#sekisui {
    background-color: rgb(255,255,255);
    text-align: center;
}
#sekisui h1,
#sekisui h2,
#sekisui h3,
#sekisui h4 {
    font-size: 3em;
    text-align: center;
    background-color: rgb(0,108,184);
    color: rgb(255,255,255);
    border-radius: 30px;
    display: inline-block;
    width: 800px;
    margin: 0 0 30px;
}
#sekisui p {
    font-size: 2em;
    line-height: 2.2;
    text-align: center;
    padding: 0 0 50px;
}
#sekisui p.caption {
    font-size: 1.3em;
    line-height: 1.5;
}
#sekisui p span {
    color: rgb(0,108,184);
    font-weight: bold;
}
#sekisui .img {
    text-align: center;
    padding: 0 0 50px;
}
#sekisui table {
    width: 700px;
    margin: 0 auto 50px;
}
#sekisui table th,
#sekisui table td {
    font-size: 2em;
    margin: 0 0 50px;
}
#sekisui table th {
    width: 100px;
}
#sekisui table td.w1 {
    width: 40px;
}
#sekisui table td span {
    color: rgb(230,0,18);
}

#form .basic_con {
    border: solid 1px rgb(237,237,237);
    width: 600px;
    height: 400px;
    overflow-x: scroll;
    margin: 0 auto 30px;
    padding: 20px;
}
#form .basic_con p {
    font-size: 1.2em!important;
}


/*
31.grad-wrap
---------------------------------------------------------------------------------------*/
.grad-wrap {
    display: none;
}