/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 ├ 1-7. pc sp change
 ├ 1-8. image layout
 ├ 1-9. image decoration
 ├ 1-10. rollover(Transmission)
 ├ 1-11. other
 │ ├ 1-11-1. before after
 │ ├ 1-11-2. list
 │ ├ 1-11-3. flow
 │ └ 1-11-4. qa
 └ 1-12. table
    ├ 1-12-1. default
    ├ 1-12-2. table01
    ├ 1-12-3. table02 
    └ 1-12-4. hours 
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top 
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. top
 ├ 6-3. under 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. img
 ├ 8-2. side list
 ├ 8-3. writer 
 └ 8-4. sns 
 9. tel link
 ├ 9-1. content text link
 ├ 9-2. tel link
 └ 9-3. side link
 10. 動画テンプレート
 11. 管理画面
 12. 下層TPL
******************************************************************************* */
/* =====================================
      161121    修正
===================================== */
/* -----------  sinbi  ---------- */
.under .sinbi_inner {
    text-align: center;
}
.under .sinbi_list {
    display: inline-block;
    width: auto;
}
.under .sinbi_list li {
    width: auto;
    display: block;
    float: left;
    margin-left: 20px;
}
.under .sinbi_list li:first-child {
    margin-left: 0;
}
.under .sinbi_list img {
    width: auto !important;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
.under .sinbi_list li {
    width: 50%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
}
}
/* -----------  child   ---------- */
.under .img_auto img {
    width: auto !important;
    max-width: 100%;
}







/* =====================================
    common
===================================== */
.shadow {
    background: none;
}
#toTop {
    width: 105px;
    height: 105px;
    background: url(//www.aoyama-dc.jp/asset/totop.png) no-repeat center top;
    background-size: 105px 105px;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
#toTop {
    width: 65px;
    height: 65px;
    background-size: 65px 65px;
}
}
@media screen and (max-width: 479px) {
#toTop {
    width: 65px;
    height: 65px;
    background-size: 65px 65px;  
    bottom: 45px !important;   
}
}
/* header -------------------------- */
#header {
    margin-bottom: 7px;
}
#header h1 {
    margin: 16px auto 5px;
    padding: 0;
}
.sf-menu>li {
    border-left: 1px solid #cfcfcf;
    min-height: 0;
    padding: 0;
    margin: 0;
}
.sf-menu>li:last-child {
    border-right: 1px solid #cfcfcf;
}
.sf-menu > li.sfHover, 
.sf-menu > li:hover {
    border-bottom: none;
    margin-bottom: 0;
}
.top .sf-menu>li>a {
    padding: 0 36.5px;
}
.sf-menu>li>a {
    font-size: 15px;
    color: #424242;
    line-height: 30px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: normal;
    padding: 0 35px;
    display: block;
    letter-spacing: 0.28em;
}
.sf-menu>li>a:hover,
.sf-menu>li>span:hover {
    color: #ffffff;
    background: #77A2D3;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.sf-menu>li>a,
.top .sf-menu>li>a {
    padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
#mm0 {
    margin: 10px auto;
    border: 1px solid #000000;
}
#header h1 {
    margin: 20px auto 0;
}
}
/* content-bottom -------------------------- */
#content-bottom {
    margin-top: 55px;
}
#content-bottom .bottom_list li {
    width: 47.5%;
    max-width: 220px; /*310*/
    float: left;
    margin-right: 15px;
}

#content-bottom .bottom_list li:last-child {
    /*float: right;*/
    /*margin-right: 0px;*/
}
@media screen and (max-width: 767px) {
#content-bottom .bottom_list li {
    width: 100%;
    max-width: none;
    float: none;
}
#content-bottom .bottom_list li:last-child {
    float: none;
    margin-top: 20px;
}
}
/* =====================================
    top
===================================== */
.link_a {
    width: 100%;
}
.link_a a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 1.3;
    background: #8b786a;
    padding: 17px 10px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 3px 0 #746154;
    letter-spacing: 0.18em;
    font-weight: bold;
    position: relative;
}
.link_a a:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 6px solid #ffffff;
    right: 4px;
    bottom: 4px;
}
.link_a a:hover {
    opacity: 0.8;
}


.link_a02 {
    width: 300px;
}
.link_a02 a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 1.3;
    background: #8b786a;
    padding: 17px 10px;
    width: 300px;
    box-sizing: border-box;
    box-shadow: 0 3px 0 #746154;
    letter-spacing: 0.18em;
    font-weight: bold;
    position: relative;
}
.link_a02 a:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 6px solid #ffffff;
    right: 4px;
    bottom: 4px;
}
.link_a02 a:hover {
    opacity: 0.8;
}




.top .top_title {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
    font-size: 32px;
    color: #242424;
    padding: 0 0 16px;
    letter-spacing: 0.14em;
    background: url(//www.aoyama-dc.jp/asset/top_tilebg.png) no-repeat center bottom !important;
    background-size: 57px 4px !important;
    text-align: center;
    line-height: 1.3;
}
/* sp_block -------------------------- */
@media screen and (max-width: 767px) {
.top .sp_block.b_09 {
    margin: 0 auto !important;
    background: url(//www.aoyama-dc.jp/asset/bg01.jpg) no-repeat left top;
    background-size: cover;
    padding: 30px 0 0;
}
.top .sp_block li {
    width: 100%;
    margin-bottom: 20px;
}
.top .sp_block li:last-child {
    margin-bottom: 0;
}
}
/* block01 -------------------------- */
.top .block01.b_09 {
    margin: 0 auto !important;
    background: url(//www.aoyama-dc.jp/asset/bg01.jpg) no-repeat left top;
    background-size: cover;
    padding: 47px 0 75px;
}
.top .block01 #news h2.titleBg {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
    font-size: 32px;
    color: #242424;
    padding: 0 0 16px;
    letter-spacing: 0.1em;
    background: url(//www.aoyama-dc.jp/asset/top_tilebg.png) no-repeat center bottom !important;
    background-size: 57px 4px !important;
    text-align: center;
    border: none;
    line-height: 1.3;
    margin: 0 0 23px !important;
}
#news .ov {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
    font-size: 15px;
    color: #242424;
    line-height: 1;
    display: inline-block;
    width: auto;
    float: none;
    right: 0;
    letter-spacing: 0;    
    top: 33px;
}
#news dl {
    border-bottom: 1px solid #5c5c5c;
    padding: 20px 0 17px;
    margin-bottom: 0;
}
.top #news dl {
    border-top: 1px solid #5c5c5c;
    border-bottom: none;
}
.top #news dl:last-child {
    border-bottom: 1px solid #5c5c5c;
}
#news dt {
    font-size: 15px;
    color: #242424;
    line-height: 1.3;
    padding: 0;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 10px;
}
#news dt .newsNew {
    position: absolute;
    display: block;
    width: 40px;
    height: 17px;
    padding: 0;
    text-align: center;
    line-height: 17px;
    margin: 0;
    border-radius: 8px;
    background: #77a2d3;
    font-size: 12px;
    letter-spacing: 0;
    color: #ffffff;
    left: 111px;
    top: 0;
}
#news dd {
    font-size: 15px;
    color: #242424;
    line-height: 1.3;
    padding: 0;
    letter-spacing: 0.1em;
}
#news dd a {
    text-decoration: none;
}
#news .ov:hover,
#news dd a:hover {
    color: #ff8206;
}
@media screen and (max-width: 767px) {
.top .block01.b_09 {
    padding: 50px 0;
}
#news .ov {
    top: 15px;
}
}
/* block02 -------------------------- */
.top .block02.b_09 {
    margin: 0 auto !important;
    background: url(//www.aoyama-dc.jp/asset/bg02.png) repeat-x left top;
    background-size: 2000px 13px;
    padding: 70px 0 69px;
}
.top .block02 .block02_inner {
    background: #e4f1ff;
    padding: 6px;
    width: 100%;
    box-sizing: border-box;
}
.top .block02 li {
    width: 470px;
    float: left;
    background: #ffffff;
    padding: 37px 35px 38px;
    box-sizing: border-box;
}
.top .block02 li:last-child {
    float: right;
}
.top .block02 .block02_title {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
    font-size: 28px;
    color: #242424;
    line-height: 1.3;
    position: relative;
    text-align: center;
    padding-top: 70px;
    letter-spacing: 0.15em;
}
.top .block02 li:last-child .block02_title {
    letter-spacing: 0;
}
.top .block02 .block02_title:before {
    position: absolute;
    content: "";
    display: block;
    width: 38px;
    height: 61px;
    background: url(//www.aoyama-dc.jp/asset/top_01.png) repeat-x left top;
    background-size: 38px 61px;
    top: 0;
    left: 50%;
    margin-left: -19px;
}
.top .block02 .block02_title.two:before {
    width: 53px;
    height: 61px;
    background: url(//www.aoyama-dc.jp/asset/top_02.png) repeat-x left top;
    background-size: 53px 61px;
    left: 50%;
    margin-left: -26.5px;
}
.top .block02 .block02_bigger {
    font-size: 16px;
    color: #242424;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-align: center;
    margin-top: 37px;
}
.top .block02 .block02_txt {
    font-size: 15px;
    color: #242424;
    margin: 4px auto 29px;
    letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.top .block02 li {
    width: 49.5%;
}
.top .block02 .block02_title {
    letter-spacing: 0.1em;
}
}
@media screen and (max-width: 767px) {
.top .block02.b_09 {
    padding: 50px 0;
}
.top .block02 li {
    width: 100%;
    float: none;
    padding: 35px 25px;
}
.top .block02 li:last-child {
    float: none;
    margin-top: 6px;
}
.top .block02 .block02_title,
.top .block02 .block02_bigger {
    letter-spacing: 0.1em;
}
.top .block02 p {
    height: auto !important;
}
}
@media screen and (max-width: 479px) {
.top .block02 .block02_title {
    font-size: 24px;
}
}
/* block03 -------------------------- */
.top .block03.b_09 {
    margin: 0 auto !important;
    background: url(//www.aoyama-dc.jp/asset/bg03.jpg) repeat-x left top;
    background-size: cover;
    padding: 57px 0 96px;
}
.top .block03 img {
    width: 100%;
}
.top .block03 .block03_list {
    margin-top: 46px;
}
.top .block03 .block03_list ul {
    background: url(//www.aoyama-dc.jp/asset/inner_bg.jpg) no-repeat left top;
    background-size: cover;
    width: 100%;
    padding: 30px 30px 31px;
    box-sizing: border-box;
}
.top .block03 .block03_list li {
    font-family: "中ゴシックBBB JIS2004", "Gothic Medium BBB JIS2004", sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.18em;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}
.top .block03 .block03_list li:after {
    position: absolute;
    content: "";
    display: block;
    width: 18px;
    height: 19px;
    background: url(//www.aoyama-dc.jp/asset/list_bg.png) no-repeat center top;
    background-size: 18px 19px;
    left: 0;
    top: 8px;
}
.top .block03 .block03_list li:last-child {
    margin-bottom: 0;
}
.top .block03 .block03_left {
    width: 32%;
    max-width: 303px;
    float: left;
    margin-top: 7px;
}
.top .block03 .block03_inner {
    margin: 31px auto 44px;
}
.top .block03 .block03_right {
    width: 66%;
    float: right;
    max-width: 630px;
}
.top .block03 .block03_title {
    font-size: 18px;
    color: #242424;
    line-height: 1.3;
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
    letter-spacing: 0.14em;
    vertical-align: baseline;    
}
.top .block03 .doctor_txt {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
    font-size: 26px;
    color: #242424;
    line-height: 1.3;
    vertical-align: baseline;
    margin-left: 10px;
}
.top .block03 .block03_txt {
    font-size: 15px;
    color: #383838;
    line-height: 1.87;
    letter-spacing: 0.2em;
    margin-top: 14px;
}
.top .block03 .block03_link_list li {
    width: 300px;
    float: left;
    margin-right: 30px;
}
.top .block03 .block03_link_list li:last-child {
    margin-right: 0;
}
.top .block03 .link_a a {
    padding: 20.5px 10px;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.top .block03 .block03_link_list li {
    width: 32%;
    margin-right: 2%;
}
}
@media screen and (max-width: 767px) {
.top .block03.b_09 { 
    background: url(//www.aoyama-dc.jp/asset/bg_03_sp.jpg) repeat-x left top;
    background-size: cover;
    padding: 50px 0;
}
.top .block03 .block03_list {
    margin-top: 30px;
}
.top .block03 .block03_list {
    background: url(//www.aoyama-dc.jp/asset/inner_bg_sp.jpg) no-repeat left top;
    background-size: cover;
}
.top .block03 .block03_inner {
    margin: 40px auto 20px;
}
.top .block03 .block03_left {
    width: 100%;
    max-width: none;
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.top .block03 .block03_right {
    width: 100%;
    float: none;
    max-width: none;
}
.top .block03 .block03_title {
    text-align: center;
}
.top .block03 .block03_txt {
    letter-spacing: 0.1em;
}
.top .block03 .block03_link_list li {
    width: 100%;
    margin: 0 auto 20px;
}
.top .block03 .block03_link_list li:last-child {
    margin: 0 auto;
}
}
/* block04 -------------------------- */
.top .block04.b_09 {
    margin: 63px auto 87px !important;
}
.top .block04 .block04_list {
    margin-top: 46px;
}
.top .block04 li {
    width: 33.33%;
    float: left;
}
@media screen and (max-width: 767px) {
.top .block04.b_09 {
    margin: 50px auto !important;
}
.top .block04 .block04_list {
    margin-top: 30px;
}
.top .block04 li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.top .block04 li:last-child {
    margin-bottom: 0;
}
}
/* block05 -------------------------- */
.top .block05.b_09 {
    background: url(//www.aoyama-dc.jp/asset/bg04.jpg) no-repeat left top;
    background-size: cover;
    margin: 0 auto !important;
    padding: 56px 0 69px;
}
.top .block05 .block05_inner {
    width: 54%;
    max-width: 518px;
    margin: 0 auto;
}
.top .block05 .block05_txt {
    font-size: 18px;
    color: #383838;
    line-height: 2;
    letter-spacing: 0.18em;
    text-align: center;
    margin: 36px auto 31px;
}
.top .block05 .link_a a {
    padding: 20.5px 10px;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.top .block05 .block05_inner {
    width: 75%;
}
}
@media screen and (max-width: 767px) {
.top .block05.b_09 {
    background: url(//www.aoyama-dc.jp/asset/bg_04_sp.jpg) no-repeat left top;
    background-size: cover;
    padding: 50px 0;
    margin: 0 auto !important;
}
.top .block05 .block05_inner {
    width: 100%;
    max-width: none;
}
.top .block05 .block05_txt {
    margin: 20px auto;
}
}
/* block06 -------------------------- */
.top .block06.b_09 {
    background: url(//www.aoyama-dc.jp/asset/bg05.jpg) no-repeat left top;
    background-size: cover;
    margin: 0 auto !important;
    padding: 77px 0 68px;
}
.top .block06 .block06_inner {
    background: rgba(255,255,255,0.8);
    width: 100%;
    padding: 31px 38.5px 44px;
    box-sizing: border-box;
}
.top .block06 img {
    width: 100%;
}
.top .b_06_item {
    background: none;
    width: 18%;
    font-size: 15px;
    color: #242424;
    border-bottom: 1px solid #77a2d3;
    line-height: 1.4;
    vertical-align: middle;
    font-weight: normal;
    padding: 16px 0;
    letter-spacing: 0.1em;
}
.top .b_06_content {
    font-size: 15px;
    color: #242424;
    border-bottom: 1px solid #aaaaaa;
    line-height: 1.4;
    vertical-align: middle;
    padding: 16px 15px;
    letter-spacing: 0.05em;
}
.top .block06 .block06_right {
    width: 26%;
    float: right;
    max-width: 226px;
    margin-top: 11px;
}
.top .block06 .block06_left {
    width: 71%;
    float: left;
    max-width: 620px;
}
.top .block06 .block06_title {
    font-size: 25px;
    color: #2a517e;
    line-height: 1.6;
    letter-spacing: 0.12em;
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;    
}
.top .block06 .block06_txt {
    font-size: 15px;
    color: #242424;
    line-height: 1.3;
    letter-spacing: 0.16em;
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif; 
    margin-top: 12px;
}
.top .block06 .block06_list.first {
    margin: 15px auto 22px;
}
.top .block06 .block06_list.first li:last-child {
    margin-top: 18px;
}
.top .block06 .block06_list li {
    width: 49%;
    max-width: 431px;
    float: left;
}
.top .block06 .block06_list02 li {
    width: 100%;
    max-width: 431px;
    margin:0 auto;
}
.top .block06 .block06_list li:last-child {
    float: right;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.top .block06 .block06_title {
    font-size: 20px;
    letter-spacing: 0.05em;
}
.top .b_06_item {
    width: 22%;
}
}
@media screen and (max-width: 767px) {
.top .block06.b_09 {
    background: url(//www.aoyama-dc.jp/asset/bg_05_sp.jpg) no-repeat left top;
    background-size: cover;
    margin: 0 auto !important;
    padding: 50px 0;
}
.top .block06 .block06_inner {
    background: none;
    width: 100%;
    padding: 0;
}
.top .block06 .block06_right {
    width: 100%;
    float: none;
    max-width: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.top .block06 .block06_left {
    width: 100%;
    float: none;
    max-width: none;
}
.top .block06 .block06_list.first {
    margin: 20px auto 30px;
}
.top .block06 .block06_list li,.top .block06 .block06_list02 li {
    width: 100%;
    max-width: none;
    float: none;
}
.top .block06 .block06_list li:last-child {
    float: none;
    margin-top: 20px;
}
.top .block06 .block06_list.first li:last-child {
    margin-top: 30px;
}
.top .block06 .block06_title {
    text-align: left;
    font-size: 23px;
}
.top .block06 .block06_txt {
    text-align: center;
}
.top .b_06_item {
    width: 22%;
}
.top .b_06_content {
    padding: 16px 10px;
}
}
@media screen and (max-width: 479px) {
.top .block06 .block06_txt {
    letter-spacing: 0.05em;
}
.top .b_06_item {
    width: 27%;
}
}
/* =====================================
    under
===================================== */
.under #content p {
    margin-bottom: 15px;
}
.under #content p:last-child {
    margin-bottom: 0;
}
.gnv_tmp_h3_bg {
    background: #ecf5f9;
    padding: 14px 15px;
    width: 100%;
    box-sizing: border-box;
}
.gnv_tmp_h3_bg h3 {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif; 
    font-size: 32px;
    color: #242424;
    line-height: 1.3;
    padding-left: 28px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.gnv_tmp_h3_bg h3:before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 42px;
    background: url(//www.aoyama-dc.jp/asset/h3_bg.png) no-repeat left center;
    background-size: 5px 42px;
    left: 0;
    top: 50%;
    margin-top: -21px;
}
.gnv_tmp_h4_bg {
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 14px;
}
.gnv_tmp_h4_bg h4 {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif; 
    font-size: 32px;
    color: #242424;
    line-height: 1.3;
    padding-left: 27px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.gnv_tmp_h4_bg h4:before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #6376b1;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.gnv_tmp_h4_bg {
    border-bottom: 1px solid #5c5c5c;
    padding-bottom: 14px;
}
.gnv_tmp_h5_bg h5 {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif; 
    font-size: 26px;
    color: #2a517e;
    line-height: 1.3;
    padding-left: 26px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.gnv_tmp_h5_bg h5:before {
    position: absolute;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url(//www.aoyama-dc.jp/asset/h5_bg.png) no-repeat left center;
    background-size: 13px 13px;
    left: 0;
    top: 14px;
}
@media screen and (max-width: 479px) {
.gnv_tmp_h3_bg h3 {
    font-size: 29px;
}
.gnv_tmp_h4_bg h4 {
    font-size: 27px;
}
.gnv_tmp_h5_bg h5 {
    font-size: 24px;
}
}
/* cavity_perio / むし歯治療・歯周病治療 -------------------------- */
.under .under_a {
    color: #77A2D3;
    text-decoration: underline;
    vertical-align: baseline;
}
.under .under_a:hover {
    text-decoration: none;
}
.under .border_box {
    width: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
    border: 2px solid #6992c1;
}
.under .bg_box {
    background: #e9f2fd;
    padding: 30px 70px;
    width: 100%;
    box-sizing: border-box;
}
.under .bg_box.shadow {
    box-shadow: 2px 2px 2px #C3DBF8;
}
@media screen and (max-width: 479px) {
.under .border_box,
.under .bg_box {
    padding: 20px 30px;
}
}
/* child / 小児矯正 -------------------------- */
.under .bg_title {
    display: inline-block;
    padding: 10px 15px;
    background: #77a2d3;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px !important;
}
/* sinbi / 審美歯科について -------------------------- */
.under .list_box {
    background: #6992c1;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}
.under .bg_list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #ffffff;
    vertical-align: baseline;
}
.under .bg_list li a {
    text-decoration: underline;
    color: #ffffff;
    vertical-align: baseline;
}
.under .bg_list li a:hover {
    text-decoration: none;
}
.under .bg_list li:last-child {
    margin-bottom: 0;
}
.under .bg_list .bg_list_txt {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
.under .column_list .ic_01>div,
.under .column_list .ic_01 li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.under .column_list .ic_01>div,
.under .column_list .ic_01 li {
    width: 48%;
}
}
@media screen and (max-width: 767px) {
.under .column_list .ic_01>div,
.under .column_list .ic_01 li {
    display: block;
    width: 100%;
}
}
@media screen and (max-width: 479px) {
.under .list_box {
    padding: 30px 20px;
}
}
/* denture / 入れ歯 -------------------------- */
/* 番号リスト */
.num_list {
    counter-reset: li;
}
.num_list li:before {
    background: #77a2d3;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    display: block;
    font-size: 20px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 30px;
} 
.num_list li {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}
.num_list li:last-child {
    margin-bottom: 0;
}
/* greeting / 当院のご紹介 -------------------------- */
.under .web_font {
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
    font-size: 18px;
    text-align: left;
    color: #6992C1;
}
@media screen and (max-width: 767px) {
.b_11.b_11_column3 {
    display: block;
}
.b_11.b_11_column3 div.column_c, 
.b_11.b_11_column3 div.column_l {
    display:block;
    width: 100%;
    margin: 0 0 35px !important;
}
.b_11.b_11_column3 div.column_r {
    display:block;
    width: 100%;
}
.b_11.b_11_column3 div.column_blank {
    display: none;
}
.gnv_tmp_h5_bg {
    height: auto !important;
}
}
/* other -------------------------- */
.static #content h2.titleBg, 
h2.titleBg {
    background: #77a2d3;
    border-bottom: none;
    border-left: none;
    border-top: none;
    font-size: 25px;
    padding: 15px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    line-height: 1.3;
}
ul.sitemap_ic li a:hover {
    color: #ff8206;
}
/* inquiryBody -------------------------- */
#inquiryBody #toTop {
    background: url(//cms.plimo.com/www.aoyama-dc.jp/asset/totop.png) no-repeat center top;
    background-size: 105px 105px;
}
.inquiryFormTable dt {
    width: 30%;  
}
@media screen and (min-width: 768px) and (max-width: 768px) {
#inquiryBody #content .container_12 {
    width: 748px;
    margin: 0 auto;
}
}
@media screen and (min-width: 768px) and (max-width: 995px) {
#inquiryBody #toTop {
    width: 65px;
    height: 65px;
    background-size: 65px 65px;
}
}
@media screen and (max-width: 767px) {
.inquiryFormTable dd, 
.inquiryFormTable dt {
    width: 100%;
    box-sizing: border-box;
}
.inquiryFormTable textarea,
.inquiryFormTable .formM {
    width: 100%;
    box-sizing: border-box;
}
}
@media screen and (max-width: 479px) {
#inquiryBody #toTop {
    width: 65px;
    height: 65px;
    background-size: 65px 65px;  
    bottom: 45px !important;   
}
}
/* newsList -------------------------- */
#newsList #news {
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
#newsList #news {
    margin-left: 0;
}
}
/* notfoundBody -------------------------- */
#notfoundBody .contentArea {
    margin-left: 10px;
}
#notfoundBody form input.searchInput {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
#notfoundBody .contentArea {
    margin-left: 0;
}
}
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}

/* 1-2. margin -------------------------- */
.m00 { margin: 0 !important;}
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}
.m35 { margin: 35px !important;}
.m40 { margin: 40px !important;}
.m45 { margin: 45px !important;}
.m50 { margin: 50px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb80 { margin-bottom: 80px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* 1-3. padding -------------------------- */
.pa00 { padding: 0 !important;}
.pa05 { padding: 5px !important;}
.pa10 { padding: 10px !important;}
.pa15 { padding: 15px !important;}
.pa20 { padding: 20px !important;}
.pa25 { padding: 25px !important;}
.pa30 { padding: 30px !important;}
.pa35 { padding: 35px !important;}
.pa40 { padding: 40px !important;}
.pa45 { padding: 45px !important;}
.pa50 { padding: 50px !important;}

.pt00 { padding-top: 0 !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right: 0 !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom: 0 !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/* 1-4. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 1-5. bold -------------------------- */
.bold { font-weight: bold;}

/* 1-6. ph -------------------------- */
.ph {
    display: inline-block;
    border: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ph img {
	width: 100%;
}

/* 1-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
/* right */
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
        width: 35%;
}
/** 個別設定 **/
/* left */
.img_l span img {
        float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
    float: right !important;
	margin: 0 0 20px 20px !important;
}
@media screen and (max-width: 767px) {
.img_l span img,
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: none !important;
	margin: 0 auto 20px !important;
        width: 100% !important;
}
}
/* 1-9. image decoration -------------------------- */
/* Round 
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}*/
/* 1-10. rollover(Transmission) -------------------------- */
.rollover a img:hover,
.rollover span a img:hover,
.rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat 49% 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l,
.ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p,
.ba_box div.column_l span img,
.ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
@media screen and (max-width: 767px) {
.ba_box {
	background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l,
.ba_box div.column_r {
	width: 100% !important;
	display: block !important;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
}
/* 1-11-2. list -------------------------- */
/* list 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 0;
}
.ic_01 span {
	position: relative;
	padding: 5px 5px 5px 25px;
        display: block;
        width: 100%;
        box-sizing: border-box;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #6376b1;
	top: 15px;
	left: 0;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}
.ic_01 li a,
.ic_01 span a {
        color: #77A2D3;
        text-decoration: underline;
}
.ic_01 li a:hover,
.ic_01 span a:hover {
        text-decoration: none;
}
/* ul */
.ic_01 ul {
	margin: 0;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 20px;
        width: 100%;
        box-sizing: border-box;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #6376b1;
	top: 16px;
	left: 0;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* list 02 */
.ic_02 .clearfix {
        padding: 0;
}
.ic_02 .clearfix span {
	position: relative;
	padding: 5px 5px 5px 30px;
        display: block;
        width: 100%;
        box-sizing: border-box;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: solid 2px #aaaaaa;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 8px;
} 
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #6376b1;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: 6px;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
	margin-top: -4px;
}
.ic_02 li:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: 0;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* arrow list 01 */
.ic_arrow_01 div {
	padding: 0;
}
.ic_arrow_01 span {
	position: relative;
        display: block;
        padding: 5px 5px 5px 20px;
        width: 100%;
        box-sizing: border-box;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
        top: 13px;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #6376b1;
}
/*.ic_arrow_01 span:hover:before {
	left: -12px;
}*/
/* ul */
.ic_arrow_01 ul {
	margin: 0;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 20px;
        width: 100%;
        box-sizing: border-box;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
        top: 10px;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #6376b1;
}
/* arrow list 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 1-11-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02 {
	margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 40px;
}
.flow.b_11 .b_11_in span img {
    width: 30% !important;
    float: left !important;
}
@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
    width: 100% !important;
    float: none !important;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

/* =====================================
 1-12. table
===================================== */
/* 1-12-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: 1px solid #efefef;
    padding: 10px;
    vertical-align: middle;
}
.b_06_item {
    background: #77a2d3;
    color: #ffffff;
    width: 40%;
    font-weight: normal;
}
.special.b_06 table td,
.special.b_06 table th {
    border: none;
}
.special .b_06_item {
    background: none;
    border-bottom: 1px solid #77a2d3 !important;
    color: #424242;
    width: 30%;
}
.special .b_06_content {
    background: none;
    border-bottom: 1px solid #aaaaaa !important;
    color: #424242;
}
@media screen and (max-width: 767px) {
.b_06_item {
    width: 45%;
}
}
/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
        text-align: left;
}
table.gnv_tmp_table01 {
        background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
        background: #77a2d3;
        color: #ffffff;
        border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
        background: #e9f2fd;
        border-top: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
}
table.gnv_tmp_table01 td {
        background: #fff;
        border-bottom: 1px dotted #ccc;
        border-top: 1px dotted #ccc;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
	width: 100%;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 10px 5px;
    text-align: left;
    border-bottom: 1px solid #aaaaaa;
    font-weight: normal;
}
table.gnv_tmp_table02 thead th {
    background: #77a2d3;
    color: #ffffff;
    border-top: none;
    border-bottom: none;
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 20%;
}

/*th {
    padding: 0px !important;
}*/
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 11px;
        padding: 10px 4px;
}
}

/* =====================================
 2. header
===================================== */

/* =====================================
 3. nav
===================================== */
#notfoundBody nav,
#sitemapBody nav,
#newsList nav,
#websiteNewsDetail nav  {
	margin-bottom: 20px;
}
#inquiryBody nav {
	display:none;
}
/* 12-1. global nav -------------------------- */
.sf-menu a.sf-with-ul:before {
    background: none;
}
/* 12-2. sub nav -------------------------- */
.sf-menu ul {
    background: #77A2D3;
    width: 100%;
    min-width: 180px;
    padding: 15px 10px;
    left: 50%;
    margin-left: -90px;
    top: 32px;
    text-align: center;
    box-sizing: border-box;
}
.sf-menu ul li {
    padding: 0;
    margin-bottom: 15px;
    line-height: 1;
}
.sf-menu ul li:last-child {
    margin-bottom: 0;
}
.sf-menu ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    display: inline-block;
    text-align: center;
}
.sf-menu ul li a:hover {
    color: #424242;
}
/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* slider default hidden */
#camera_wrap {
	display:none!important;
}
/* image size fixed */
#mainimage .main_content {
        background: url(//www.aoyama-dc.jp/asset/mainimage_pc.jpg) no-repeat top center;
        background-size: 2000px 817px;
	height: 817px;
}
@media screen and (max-width: 767px) {
#mainimage .main_content {
	background: none;
	height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage {
        margin-bottom: 80px;
}
.under #mainimage .under_mainimage {
	border-top: none;
	border-bottom: none;
	background: url(//www.aoyama-dc.jp/asset/h2_bg.jpg) no-repeat center top;
        background-size: cover;
	padding: 58px 0 70px;
}
.under #mainimage .under_mainimage h2 {
        font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
        font-size: 40px;
        color: #242424;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0.12em;
}
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#inquiryBody #mainimage {
	display: none;
}
.under #mainimage .under_mainimage h2 span {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.under #mainimage .under_mainimage h2 {
        font-size: 37px;
}
}
@media screen and (max-width: 767px) {
.under #mainimage {
        margin-bottom: 50px;
}
.under #mainimage .under_mainimage {
	padding: 50px 0;
}
}
@media screen and (max-width: 479px) {
.under #mainimage .under_mainimage h2 {
        font-size: 33px;
}
}

/* =====================================
 5. footer
===================================== */
#footer {
    background: #e9f2fd;
    margin-top: 55px;
    padding: 53px 0 15px;
}
#footer .footer_tel {
    font-size: 29px;
    color: #ff8206;
    line-height: 1;
    font-family: "秀英明朝 L", "Shuei Mincho L", sans-serif;
    letter-spacing: 0.18em;
    margin-top: 13px;
    margin-bottom: 21px;
    vertical-align: baseline;
}
#footer .footer_tel span,
#footer .footer_tel span a {
    vertical-align: baseline;
    color: #ff8206;
    line-height: 1;
    display: inline-block;
}
#footer .footer_logo {
    width:48%;
    margin: 0 auto;
    max-width: 455px;
}
#footer img {
    width: 100%;
}
#footer .footer_list li {
    display: inline-block;
    margin-right: 12px;
}
#footer .footer_list.last li {
    margin-right: 5px;
}
#footer .footer_list a {
    display: inline-block;
    font-size: 15px;
    color: #424242;
    letter-spacing: 0.21em;
}
#footer .footer_list a:hover {
    color: #ff8206;
}
#footer .footer_txt {
    font-size: 15px;
    color: #424242;
    letter-spacing: 0.21em;
    margin-top: 2px;
    margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
#footer {
    padding: 50px 0;
}
#footer .footer_logo {
    width: 100%;
}
#footer .footer_tel {
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
#footer .footer_txt {
    margin-top: 20px;
    margin-bottom: 20px;
}
#footer .footer_tel span a {
    text-decoration: underline;
}
#footer .footer_tel span a:hover {
    text-decoration: none;
}
#footer .footer_list a {
    line-height: 2.5;
}
}
@media screen and (max-width: 479px) {
#footer .footer_tel {
    letter-spacing: 0.05em;
    font-size: 27px;
}
}
/* =====================================
 6. content
===================================== */
#content {
	text-align: left;
	line-height: 1.8;
        word-wrap: break-word;
}
.under #content {
        min-height: 750px;
}
@media screen and (max-width: 767px) {
.under #content {
        min-height: 350px;
}
}
/* 6-1. title -------------------------- 
.under h2 {
	color: #000;
	text-align: center;
}
.under h2 span {
	color: #999;
	font-size: 70%;
}
h2.titleBg {
	text-align: left;
}
#content h4 {
    line-height:1.2 !important;
}
#content h3 {
    line-height:1.2 !important;
    margin-top: 50px;
}
#content h5 {
	font-weight: bold !important;
	border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
#content .block3 h5,
#content .block4 h5,
#content .block5 h5,
#content .block1 h5 {
    overflow: hidden;
	font: 14px/18px;
}
*/
/* 6-2. top -------------------------- */
/* balloon */
.div1 {
	font-size: 30px;
}
.div1:before{
    background: none;
}
.div1:after {
    content: '';
    position: absolute;
    border-top: 22px solid #00bff3;
    border-right: 0px solid transparent;
    border-left: 25px solid transparent;
    bottom: -19px;
    left: 35%;
}
/* 3color */
.item {
    height: 380px !important;
}
.item h4 {
    line-height: 1;
}
.mrg12 img {
    width:100% !important;
}
.img1 {
    width: 32%;
}
/* 6-3. under -------------------------- */
.block2 {
    height: auto !important;
}
.div6 {
    background: url(/asset/block1_div6.png) no-repeat;
}
.div3 {
    background: url(/asset/block3_div3.png) no-repeat;
}
.div4 {
    background: url(/asset/block4_div4.png) no-repeat;
}
.div5 {
    background: url(/asset/block5_div5.png) no-repeat;
}
.box_inner figure img {
	width: 100% !important;
}
/* link */
.a13 {
    background: url(/asset/ic_01.png) no-repeat;
    text-indent: -9999px;
	margin-bottom: 0;
}
/* list */
.list {
	padding-right: 15px;
}
.list li:hover {
    background: url(/asset/ic_02.png) no-repeat 0 50%;
}
.list li {
	padding-left: 17px;
	margin-bottom: 20px;
}
.list a {
	line-height: 18px;
}
@media screen and (max-width: 767px) {
.list {
	padding-right: 0;
}
.list li:hover {
    background: url(/asset/ic_02.png) no-repeat 0 10%;
}
.list a {
	line-height: 18px !important;
}
.b_11_in:last-child {
    margin: 0 0 1em;
}
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 48%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
.gnv_tmp_map {
  padding-top: 75%;
}
.gnv_tmp_map iframe {
  right: 0;
  width: 100% !important;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
    cursor: text;
}
.tel_txt a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
.tel_txt a,
.tel_txt a:hover {
    text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* column2 column margin */
.b_10.b_10_column2 div.column_l {
	padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
	padding-left: 10px;
}
/* box color */
.bc01 {
	background: #e8daca;
	padding: 20px 15px;
}
.bc02 {
	background: #cf9e64;
	padding: 20px 15px;
}
.bc03 {
	background: #b09371;
	padding: 20px 15px;
}
.bc04 {
	background: #635545;
	padding: 20px 15px;
}
.bc01 img,
.bc02 img,
.bc03 img,
.bc04 img {
	width: 100% !important;
}
/* w960 */
.w960 {
	max-width:960px;
	margin:0 auto;
	padding:0 10px;
}
/*----- googlecalender、googleMap、インドアビュー -----*/
.gMap, .calenderWrap, .indoorView {
	position: relative;
}
.gMap iframe, .calenderWrap iframe, .indoorView iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.gMap {
	padding-top: 48%;
}
.calenderWrap, .indoorView {
	padding-top: 56.25%
}
.calenderWrap iframe {
	min-height: 260px;
}
.indoorView iframe {
	min-height: 240px;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.gMap {
	padding-top: 75%;
}
}
@media only screen and (max-width: 480px) {
	.gMap {
		padding-top: 220px;
	}
	.calenderWrap {
		padding-top: 300px;
	}
	.indoorView {
		padding-top: 240px;
	}
}


/* =====================================
 7. full content
===================================== */
.full #content .container_12 {
    width: 100% !important;
}
.full .bg1 {
    border:none !important;
    margin: 0 !important;
    padding: 2em 0 !important;
}
.full .div1 {
	margin-top: 0;
}
.full p,
.full .block6,
.full .list {
    margin-bottom: 0;
}
.full .block2 {
    margin-top: 0;
}
.full #content .block4,
.full #content .block5 {
	margin-bottom: 0;
}
.full .b_01,
.full .b_02,
.full .b_04_2,
.full .b_09,
.full .b_10,
.full .b_11,
.full .b_10 .grid_12,
.full .b_11 .grid_12 {
    margin: 2.5em auto !important;
}
.full .grid_12 {
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    width: 960px !important;
    float: none;
    display: block;
}
.full .grid_12 .grid_1 {
    width: 60px !important;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.full .grid_12 {
    width: 96% !important;
    max-width: 768px !important;
}
.full .grid_12 .grid_1 {
    width: 44px !important;
}
.full .grid_12 .grid_2 {
    width: 108px !important;
}
.full .grid_12 .grid_3 {
    width: 172px !important;
}
.full .grid_12 .grid_4 {
    width: 236px !important;
}
.full .grid_12 .grid_5 {
    width: 300px !important;
}
.full .grid_12 .grid_6 {
    width: 364px !important;
}
.full .grid_12 .grid_7 {
    width: 428px !important;
}
.full .grid_12 .grid_8 {
    width: 492px !important;
}
.full .grid_12 .grid_9 {
    width: 556px !important;
}
.full .grid_12 .grid_10 {
    width: 620px !important;
}
.full .grid_12 .grid_11 {
    width: 684px !important;
}
.full .grid_12 .grid_12 {
    width: 748px !important;
}
}
@media screen and (max-width: 767px) {
.full .grid_12 {
    width: 300px !important;
}
.full #content .block1,
.full #content .block3 {
	margin-bottom: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.full .grid_12 {
    width: 420px !important;
}
.full .block6 {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.full .block6 {
	margin-bottom: 20px;
}
.full .grid_2,
.full .grid_3,
.full .grid_4,
.full .grid_5,
.full .grid_6,
.full .grid_7,
.full .grid_8,
.full .grid_9,
.full .grid_10,
.full .grid_11,
.full .grid_12 {
	margin-bottom: 20px;
}
}
.full .grid_12:after {
    clear: both !important;
    content: " " !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
.w100,
.w100 img {
	width: 100%;
}

/* =====================================
 8. blog
===================================== */
.Individual .blogcontent {
	margin-top: 56px;
}
.blog h3.entry-title {
	font-size: 24px;
        text-align: left;
        background: none;
	padding: 15px 10px;
        border-bottom: 3px solid #77a2d3;
        border-top: 3px solid #77a2d3;
        margin: 15px auto;
        width: 100%;
        box-sizing: border-box;
        font-weight: normal;
        line-height: 1.3;
}
.blog h3.entry-title a {
        color: #77a2d3; 
        text-decoration: underline;
}
.blog h3.entry-title a:hover {
        text-decoration: none;
}
.blog_search_input input.searchInput {
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 10px;
}

/* 8-1. img -------------------------- */
.blogArea img {
	margin-bottom: 10px;
}
.blogArea img.icon_imgs {
	margin-bottom: 0;
}
/* 8-2. side list -------------------------- */
.blogside h3 {
        text-transform: uppercase;
        padding: 5px 0;
	margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
	text-align: center;
        background: #77a2d3;
        color: #ffffff;
	font-size: 14px;
}
.blogside .list li {
        background: url(/static.plimo.com/static/type5/images/marker1.png) no-repeat scroll 0 16px rgba(0, 0, 0, 0);
        padding-left: 13px;
        text-align: left;
}
.blogside .list a {
    word-wrap: break-word;
}
.blogside li:before {
    color: #77a2d3;
    content: "・";
    font-size: 100%;
    padding-right: 0.4em;
}
input[type="text"]{
	border: 1px solid rgb(204, 204, 204);
        border-radius: 3px;
	padding: 2px;
        border-radius: none;
	margin-bottom: 5px;
}
#blogBody input[type="text"]{
	width: 98%;
}
.blog_search_submit {
	text-align: center;
	width: 98%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}
#pagenation .active a {
        background: #77a2d3;
}
#pagenation .active a:hover {
        opacity: 0.8;
}
/* 8-3. writer -------------------------- */
.blog #content .contributor {
    color: #999;
    font-size: 85%;
    margin: 3em 0 0.5em;
    text-align: right;
}
/* 8-4. sns -------------------------- */
.blog #content .shareBt {
    text-align: right;
}
.blog .shareBt .fb_iframe_widget {
    margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
    text-align: right;
    vertical-align: middle;
    width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
    width: auto;
}
/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link    { text-decoration: underline; }

/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor:text;
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor:pointer;
}
}

/* 9-3. side link -------------------------- */
#sidecontact{
  display: block;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}
@media screen and (min-width: 996px) and (max-width: 1020px) {
#sidecontact {
   max-width: 200px;
}
}
@media screen and (min-width: 768px) and (max-width: 995px) {
#sidecontact {
   max-width: 160px;
}
}
@media screen and (max-width: 767px) {
  #sidecontact{
    display: none;
  }
}

/* =====================================
	10. 動画テンプレート
===================================== */
/* 動画最大幅 */
.viemo.b_09, .viemo.b_11_3.b_11_3_column2 {
	max-width: 700px;
	margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .viemo.b_11_3.b_11_3_column2 {
		width: 700px;
	}
}
/* youtubeの縦横比 */
.viemo.b_09>div, .viemo.b_11_3.b_11_3_column2 div.column_l>p, .viemo.b_11_3.b_11_3_column2 div.column_r>p {
	position: relative;
	padding-top: 56.25%;
}
/* 絶対費で固定 */
.viemo.b_09 iframe, .viemo.b_11_3.b_11_3_column2 div.column_l iframe, .viemo.b_11_3.b_11_3_column2 div.column_r iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.viemo.b_11_3.b_11_3_column2 {
		width: 100%;
	}
}
@media screen and (min-width: 700px) and (max-width: 720px) {
	.viemo.b_11_3.b_11_3_column2 {
		width: 100%;
		max-width: 720px;
	}
}
@media screen and (max-width: 720px) {
	.viemo.b_09 {
		padding: 0 10px;
	}
	.viemo.b_11_3.b_11_3_column2 div.column_l {
		padding-left: 10px;
	}
	.viemo.b_11_3.b_11_3_column2 div.column_r {
		padding-right: 10px;
	}
}
@media screen and (max-width: 600px) {
	.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
		padding: 0 10px;
	}
}

/* =====================================
 11. 管理画面
===================================== */
/* 非公開 */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}
/* 管理画面ズレ対応 */
div[class*=#drag-temp-pre-content .parts.m] {
	margin: 0!important;
}
@media screen and (min-width: 768px) {
	#drag-temp-pre-content .sp {
		margin: 0;
		padding: 0;
		height: 0;
	}
}
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
	position: relative;
	display: block;
	min-height: 50px;
	background: #777;
}
#drag-temp-pre-content .news_list:before {
	content: "新着情報";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -4.5em;
	font-size: 20px;
	color: #fff;
	z-index: 10;
}


/* =====================================
	12. 下層TPL
===================================== */
/*--------------------------------------
	List of Check Design
--------------------------------------*/
ul.listCheck li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.listCheck li:before {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #bfbfbf;
}
ul.listCheck li:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	width: 7px;
	height: 3px;
	border-left: 2px solid #0061a5;
	border-bottom: 2px solid #0061a5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*--------------------------------------
	手順矢印(下)
--------------------------------------*/
.stepArrow {
	position: relative;
	margin-bottom: 3em;
}
.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 50%;
	margin-left: -45px;
	display: block;
	width: 0 !important;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #6992C1;
	border-right-width: 45px;
	border-left-width: 45px;
        visibility: inherit;
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th,
.table01 td {
	padding: 10px;
        vertical-align: top;
        font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.table01 tbody td.special,
.table01 thead th {
	background: #ddebf1;
	color: #444;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
}
.table01 tbody th {
	background: #77a2d3;
	color: #fff;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	table.table01,
	table .table01 {
		font-size: 15px;
	}
	.table01 th,
	.table01 td {
		padding: 5px;
	}
}
@media (max-width: 480px) {
	table.table01,
	table .table01 {
		font-size: 13px;
	}
	.table01 th,
	.table01 td {
		padding: 5px 3px;
	}
}

/*--------------------------------------
	anchorlinks
--------------------------------------*/
.anchorlinks {
	border: 3px double #333;
	background: #ccc;
	padding: 2em 2em 1em 2em;
	list-style: none;
}
.anchorlinks:after {
	content: "";
	display: block;
	clear: both;
}
.anchorlinks li {
	position: relative;
	width: 33.33%;
	float: left;
	padding: 0 .5em 0 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.anchorlinks li:nth-child(3n) {
	padding-right: 0;
}
.anchorlinks li a {
	text-decoration: none;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .5em;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-left: .8em solid #333;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.anchorlinks {
		padding: 1em 1em .5em 1em;
	}
	.anchorlinks li {
		width: 50%;
		margin-bottom: .5em;
	}
	.anchorlinks li:nth-child(even) {
		padding-right: 0;
	}
	.anchorlinks li:nth-child(3n) {
		padding-right: 1em;
	}
}
@media screen and (max-width: 480px) {
	.anchorlinks li {
		width: 100%;
		padding-right: 0;
	}
}

/*--------------------------------------
	症例写真 (クラスに「case_photo」を追加。画像サイズが大きくなり過ぎないように調整)
--------------------------------------*/
/*「テキスト+画像+文章」用*/
.case_photo.b_11_2.b_11_2_column2 div.column_l span img,
.case_photo.b_11_2.b_11_2_column2 div.column_r span img,
.case_photo.b_11_2.b_11_2_column3 div.column_c span img,
.case_photo.b_11_2.b_11_2_column3 div.column_l span img,
.case_photo.b_11_2.b_11_2_column3 div.column_r span img{
	width:100%;
	max-width:240px;
	margin-left:auto;
	margin-right:auto;
}
.case_photo.b_11_2_in span img{
	width:100%;
	max-width:240px;
}
@media (max-width: 767px) {
	.case_photo .b_11_2_in span img{
		max-width:240px;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
}
/*「画像」パーツ用*/
.case_photo.b_10.column_r span img,
.case_photo.column_c span img,
.case_photo.column_l span img{
	width:240px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.case_photo.b_10 img{
	width:100%;
	max-width:240px;
}
@media (max-width: 767px) {
	.case_photo.b_10 img{
		max-width:240px;
	}
}


/*動画（iframe）の設置*/
.iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b_11_3.b_11_3_column3.top_movie{
	margin: 46px auto 90px;
	width: 90%;
}
@media only screen and (min-width: 600px) {
.b_11_3.b_11_3_column3.top_movie{
	max-width: 1200px;
}
}

.w600{
	max-width: 600px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 767px) {
.w600{
	width: 420px;
}	
}
@media only screen and (max-width: 480px) {
.w600{
	width: 300px;
}	
}



/*--------------------------------------
  0511_追記 袴田
--------------------------------------*/
@media screen and (max-width:995px)and (min-width:768px) {
#content-bottom .bottom_list li {
    max-width: 235px;
}
}
@media screen and (max-width:995px)and (min-width:768px) {
#content-bottom .bottom_list li:last-child {
    float: left;
}
}
@media screen and (max-width: 767px){
#content-bottom .bottom_list li:nth-child(2) {
    margin-top: 15px;
}
}
@media screen and (max-width: 767px){
#content-bottom .bottom_list li:nth-child(3) {
    margin-top: 20px;
}
}

@media screen and (min-width: 996px){
.container_12 .grid_12 {
    width: 960px;
}
}



/* NOMOCa バナー設置 */
.nomoca_bn img {
    margin: 0 auto;
    width: auto;
}
@media screen and (max-width: 767px) {
.nomoca_bn img {
    width: 90%;
}
}
/* バナー設置 */
.pc { display:block; }
.sp { display:none; }

.corona {
width:90%;
max-width:800px;
margin:40px auto 0;

}

@media screen and (max-width:767px) {

.pc { display:none; }
.sp { display:block; }

.corona {
width:90%;
 max-width:800px;
 margin:4.5vw auto 0;
}


}

/* バナー設置 */

.corona img {margin: 0 auto; width:100%; max-width: 800px;}
@media screen and (max-width: 767px) {
.corona img {
width: 100%;
}
}
