@charset "utf-8";
body {
/* iPhone用テキストサイズ指定 */
    color: #444444;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 90%;
    height: 100%;
    letter-spacing: 1px;
    line-height: 120%;
/* modern browser */
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

a:link, a:visited {
    color: #008bcc;
    text-decoration: none;
}

a:hover, a:active {
    color: #41a3ff;
    text-decoration: underline;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
}

.inner {
    margin: 0 auto;
    width: 960px;
}

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

.attSecond {
    padding-left: 2em;
    text-indent: -2em;
}

.strong {
    font-weight: bolder;
}

.blueColor {
    color: #036eb6;
}

.greenColor {
    color: #006934;
}

.orangeColor {
    color: #e73828;
}

.purpleColor {
    color: #5f1985;
}

/*#header
--------------------------------------------------------------*/

div#header {
    background: url(../img/header_img.png) no-repeat 50% 50% aliceblue;
    margin-bottom: 50px;
}

div#header .topBar {
    background-color: #036eb6;
}

div#header .topBar .inner h1 {
    color: #ffffff;
    font-size: .8rem;
    line-height: 2rem;
}

div.headerContents {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 200px;
}

div.headerContents .logoMark {
    display: block;
}

div.headerContents h2 {
    color: #273895;
    font-size: 1.8rem;
    font-weight: 900;
    padding-top: 30px;
}

div.headerContents .receptionH {
    font-size: .8rem;
    line-height: 1rem;
}

div#header .gNav {
    padding-bottom: 10px;
}

div#header .gNav ul {
    align-items: center;
    border-bottom: double #aaaaa9;
    display: flex;
    font-size: 1.1rem;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px 0 10px;
    width: 86%;
}

div#header .gNav ul a {
    border-left: 1rem solid #bbbbbb;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 5px;
    padding: 0 6px;
}

/*container/service
----------------------------------------------------------- */

div#container {
    /*clear: both;*/
}

div#container .secTitle {
    text-align: center;
}

div.contents {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 900px;
}

div#container .contents h2 {
    border-bottom: 1px dotted #e52876;
    border-left: 10px solid #e52876;
    line-height: 1.8rem;
    margin: 50px 0;
    padding: 10px;
}

div#container .contents h3.blue {
    background-color: #036eb6;
    border-radius: 6px;
    color: #ffffff;
    line-height: 3rem;
    margin: 25px auto;
    text-align: center;
    width: 60%;
}

div#container .contents h3.green {
    background-color: #006934;
    border-radius: 6px;
    color: #ffffff;
    line-height: 3rem;
    margin: 25px auto;
    text-align: center;
    width: 60%;
}

div#container .contents h3.orange {
    background-color: #e73828;
    border-radius: 6px;
    color: #ffffff;
    line-height: 3rem;
    margin: 25px auto;
    text-align: center;
    width: 60%;
}

div#container .contents h3.purple {
    background-color: #5f1985;
    border-radius: 6px;
    color: #ffffff;
    line-height: 3rem;
    margin: 25px auto;
    text-align: center;
    width: 60%;
}

div#container .contents .serviceContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    width: 860px;
}

div#container .contents .lifeService {
    border: 1px solid #036eb6;
    border-radius: 6px;
    padding: 10px;
    width: 46%;
}

div#container .contents .tripService {
    border: 1px solid #006934;
    border-radius: 6px;
    padding: 10px;
    width: 46%;
}

div#container .contents .hobbyService {
    border: 1px solid #e73828;
    border-radius: 6px;
    padding: 10px;
    width: 46%;
}

div#container .contents .representativeService {
    border: 1px solid #5f1985;
    border-radius: 6px;
    padding: 10px;
    width: 46%;
}

div#container .contents .flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

div#container .contents .foContents {
    border: 1px solid #aaaaaa;
    margin-bottom: 10px;
}

div#container .contents .foContents p {
    margin: 0;
    text-align: center;
}

/*container/subscription
----------------------------------------------------------- */

div#container .contents .appBox {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    width: 860px;
}

div#container .contents .appBox .call {
    background-color: #f089b4;
    border-radius: 6px;
    padding: 20px;
    width: 28%;
}

div#container .contents .appBox .call h3 {
    font-weight: 800;
}

div#container .contents .appBox .requests {
    background-color: #f089b4;
    border-radius: 6px;
    padding: 20px;
    width: 28%;
}

div#container .contents .appBox .requests h3 {
    font-weight: 800;
}

div#container .contents .appBox .visit {
    background-color: #f089b4;
    border-radius: 6px;
    padding: 20px;
    width: 28%;
}

div#container .contents .appBox .visit h3 {
    font-weight: 800;
}

div#container .contents .appBox ul {
    font-size: .8rem;

/*padding: 20px 0;*/
    margin: 20px 0 20px 20px;
}

div#container .contents .appBox ul li {
    font-size: 1rem;
    line-height: 1.2rem;
/*list-style: inside;*/
    list-style-type: square !important;
    padding-bottom: 5px;
}

div#container .contents .appBox h3:first-letter {
    font-size: 2rem;
}

div#container .contents .appBox .call p {
    text-align: center;
}

/*container/fee
----------------------------------------------------------- */

div#container .contents .feeWrap {
    margin: 0 auto;
    width: 860px;
}

div#container .contents .feeWrap p.subTitle {
    bottom: 52px;
    position: absolute;
    right: 0;
}

div#container .contents .feeWrap .regularFees {
    background-color: #86c7ff;
    border-radius: 6px;
    padding: 30px;
    width: 100%;
}

div#container .contents .feeWrap .large {
    font-size: 1.5rem;
    line-height: 2.2rem;

/*padding: 0 0 0;*/
    text-align: center;
}

div#container .contents .feeWrap .membershipFees {
    background-color: #fff897;
    border-radius: 6px;
    padding: 30px;
    width: 40%;
}

div#container .contents .feeWrap table {
    margin: 30px auto;
    width: 90%;
}

div#container .contents .feeWrap table th, td {
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.2rem;
    padding: 15px;
    text-align: center;
}

div#container .contents .feeWrap .example {
    border: 5px solid #f4a123;
    border-radius: 6px;
}

div#container .contents .feeWrap .example p.sup {
    font-size: .6rem;
}

div#container .contents .feeWrap .example .rightBox {
    padding: 20px;
}

div#container .contents .feeWrap .example .leftBox {
    color: red;
    padding: 20px;
}

/*container/information
----------------------------------------------------------- */

div#container .contents #information h2 {
    border-bottom: 1px dotted #e52876;
    border-left: 10px solid #e52876;
    line-height: 1.8rem;
    margin: 50px 0;
    padding: 10px;
}

div#container .contents #information .infoBtn a {
    background-color: #41a3ff;
    border-radius: 6px;
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
}

div#container .contents #information p {
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
}

/*container/lastSentence
----------------------------------------------------------- */

div.lastSentence {
    background-image: url(../img/care_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

div.lastSentence .inner .contents {
    background-color: #ffffff;
    border-radius: 6px;
    opacity: .8;
    padding: 50px 0;
}

div.lastSentence .inner .contents h2 {
    font-weight: bolder;
    margin-bottom: 30px;
    text-align: center;
}

div.lastSentence .inner .contents h4 {
    line-height: 1.8rem;
}

div.lastSentence .inner .topBtn {
    background-color: #ffffff;
    border-radius: 6px;
    float: right;
    margin: 30px 30px 0 0;
    padding: 10px;
}

/*container/policy
----------------------------------------------------------- */
div#container .policy h3 {
    color: #006934;
    font-size: 2rem;
    padding: 0 20px 20px;
}
div#container .policy p {
    margin-bottom: 20px;
}
div#container .policy div.intro {
    font-size: 114%;
    line-height: 1.8rem;
    padding: 0 20px;
}div#container .policy div.activities {
    padding: 0 20px;
}
div#container .policy div.actList {
    border: 1px #333333 solid;
    border-radius: 8px;
    margin: 30px 30px;
    padding: 30px;
}
div#container .policy div.actList li {
    list-style-type: square;
    margin-bottom: 30px;
}
div#container .policy div.actList li:last-child {
    margin-bottom: 0;
}

/*form
----------------------------------------------------------- */

.formAtt {
    color: #dd0000;
}

div#contact h2 {
    border-bottom: 1px dotted #e52876;
    border-left: 10px solid #e52876;
    line-height: 1.8rem;
    margin: 15px 0;
    padding: 10px;
}

div#contact table.formTable {
    margin: 10px auto 10px;
    width: auto;
}

div#contact table.formTable th {
    text-align: right;
}

div#contact table.formTable td {
    text-align: left;
}

div#contact .bottomLink {
    text-align: center;
}

div#contact p.phone {
    padding-top: 30px;
    text-align: center;
}

div#contact .telNum {
    text-align: center;
}

/*footer
----------------------------------------------------------- */

div#footer {
    background-color: #006934;
    background-image: url(../img/footer_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    padding-bottom: 50px;
}

div#footer .footerContents {
    display: flex;
}

div#footer .footerContents .footerLogo {
    align-items: center;
    flex: 1;
    position: relative;
}

div#footer .footerContents .footerLogo img {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

div#footer .footerContents .office {
    flex: 1;
    margin-top: 30px;
    text-align: center;
}

div#footer .footerContents .office h4 {
    font-size: 1.3rem;
    padding-bottom: 1rem;
    padding-top: 36px;
}

div#footer .footerContents .office p.address {
    line-height: 150%;
}

div#footer .footerContents .adviser {
    display: flex;
    flex: 1;
    font-size: .8rem;
    margin-top: 66px;
}

div#footer .footerContents .adviser h4 {
    font-size: 1rem;
    margin: 0 0 0;
}

div#footer .footerContents .adviser ul {
    margin-left: 10px;
}

div#footer .footerContents .adviser ul li {
    font-size: .9rem;
;
    line-height: 1rem;
}

div#footer .footerContents .adviser ul li .onesStatus {
    font-size: .6rem;
    padding-left: .5rem;
}

div#footer #copyright {
    font-size: .6rem;
    text-align: center;
}