@charset "UTF-8";
/* ボックス01 範囲ボックス01 */
.box01 {
    padding: 5em 0 2em 0;
}

/* ボックス02 範囲ボックス02　幅1300px */
.box02 {
    margin: 2em auto 1em auto;
    max-width: 1300px;
}
.box02 h4 {
    font-size: 2.5rem;
    color: #ee8100;
    font-weight: bold;
    text-align: center;
    margin:  0 auto;
    padding: 0.5em 0;
}
/* ボックス03 範囲ボックス03　幅1300px */
.box03 {
    margin: 3em auto 1em auto;
    padding: 3em 2em 0 2em;
    max-width: 1300px;
    background-color: #fff8fa;
    border-radius: 20px;
    }
.box03 h4 {

    font-size: 3rem;
    color: #ee8100;
    font-weight: bold;
    text-align: center;
    margin:  0 auto;
    padding: 0.5em 0;
}
.box03 p {
    font-size: 2rem;
    margin-bottom: 2em;
    text-align: center;
}

.imgbox02 {
    margin: 0 1.5%;
    width: 47%;
}
.imgbox02 img {
    width: 100%;
}
.textbox02 {
    margin: 0 1.5%;
    width: 47%;
}
.textbox02 p {
    line-height: 2em;
    margin: 0;
}
.imgbox03 {
    margin: 0.7em 2% 0em 2%;
    width: 36%;
}
.imgbox03 img {
    width: 100%;
}
.textbox03 {
    margin:0.5em; 
    width: 55%;
    text-align: left;
}
.textbox03_1 {
    width: 100%;
    text-align: left;
}
.textbox03 p {
    margin: 0 3% 0 0;
}
.textbox04 {
    margin: 2em auto;
    padding: 1.5em;
    width: 100%;
    background: #FFF;
}
.textbox04_01 {
    width: 38%;
    float: left;
    text-align: left;
}
.textbox04_01 h4 {
margin-top: 0 !important;
    margin-right: 1.3em;
    padding-right: 1.3em;
    font-size: 2.5rem;
    color: #ee8100;
    text-align: right;
    border-right: solid #ee8100 3px;
}


.textbox04_02 {
    width: 62%;
    float: left;
    text-align: left;
}
.textbox04_02 h5{
    font-size: 2.5rem;
    color: #ee8100;
    text-align: center;

}

/* 左エリアBGボックス */
.boxbg_l {
    clear: both;
    padding: 2em 0;
    height: auto;
}
.boxbg_l_01 {
    margin: 0 auto;
    max-width: 1300px;
}
.boxbg_l_02 {
    background-color: rgba(255, 255, 255, 0.9);
    width: 50%;
    float: right;
    text-align: left;
    padding: 2em;
    margin: 5em 0;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.boxbg_l_02 img {
width: 90%;
margin: 5%;
	}
.boxbg_l_02 h3 {
    font-size: 1.5em;
    margin: 0.5em 0 0.7em 0;
    text-align: left;
    color: #ee8100;    
}
.boxbg_l_02 h4 {
    margin: 0 0 0.7em 0;
    padding: 0;
    text-align: left;
}
.boxbg_l p {
    margin: 0;
    line-height: 1.5em;
}
/* 右エリアBGボックス */
.boxbg_r {
    padding: 2em 0;
    height: auto;
}
.boxbg_r_01 {
    overflow: hidden; /* heightを戻す */
    margin: 0 auto;
    max-width: 1300px;
}
.boxbg_r_02 {
    background-color: rgba(255, 255, 255, 0.9);
    width: 50%;
    float: left;
    text-align: left;
    padding: 2em;
    margin: 5em 0;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.boxbg_r_02 img {
width: 90%;
margin: 5%;
	}
.boxbg_r_02 h3 {
    font-size: 1.5em;
    margin: 0.5em 0 0.7em 0;
    text-align: left;
    color: #ee8100;
}
.boxbg_r_02 h4 {
    margin: 0 0 0.7em 0;
    padding: 0;
    text-align: left;
}
.boxbg_r p {
    margin: 0;
}
/* 画像2枚ボックス */
.box04 {
    width: 100%;
}
/* フリーボックス */
.box05 {
    text-align: center;
    padding: 1em 0;
}
.box05 h1 {
    font-size: 3.5em;
    margin: 0 0 0.3em 0;
}
.box05 h2 {
    font-size: 1.8em;
    margin: 1em 0;
}
.box05 h3 {
    font-size: 2.5em;
    margin: 0 0 0.5em 0;
    text-align: center;
}
.box05 p.font01 {
    font-size: 1.5em;
    color: #004098;
    font-weight: bold;
}
.box05 p {
    font-size: 1.4em;
}
.cobox02 {
    margin: 0 10%;
}
.cobox03 {
    float: left;
    width: 33.33%;
    margin-bottom: 2em;
    margin-top: 0px;
    padding-bottom: 2%;
    text-align: center;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-right: 1px solid #ccc;
}
.cobox03.border_none {
    border-right: 0px solid #ccc;
}
/* サムネイル画像 */
.cobox03 h4 {
    text-align: center;
    font-size: 1.4em;
    margin: 10px 0;
}
.cobox03 p {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    line-height: 1.4em;
}
.cobox03 img {
    margin-bottom: 5px;
    width: 100%;
}
table.shousai {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-top: #F93 solid 1px;
    border-left: #F93 solid 1px;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
}
table.shousai th {
    text-align: center;
    border-right: #F93 solid 1px;
    border-bottom: #F93 solid 1px;
    color: #FFF;
    background: #F93;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
}
table.shousai td {
    padding: 5px 10px;
    text-align: center;
    border-right: #F93 solid 1px;
    border-bottom: #F93 solid 1px;
    color: #F93;
    font-weight: bold;
    background: #FFF;
}
table.shousai td.seihin {
    text-align: left;
    color: #F93;
    font-weight: bold;
}
table.shousai td.seihinlast:last-child {
    text-align: left;
    color: #F93;
    font-weight: bold;
    border-radius: 0 0 5px 0;
}
/* 商品紹介ボックス01 */
.cobox01 {
    padding: 0em 0 2em 0;
    margin: 1em auto 1em auto;
    max-width: 1300px;
}
.cobox01 h3 {
    font-size: 3em;
    color: #0d559f;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em 0;
}
.cobox01 h4 {
    font-size: 2em;
    margin: 0 0 0.8em 0;
    text-align: center;
    color: #de5f63;
}
.cobox01 h5 {
    font-size: 1.5em;
    margin: 0 0 0.8em 0;
    text-align: center;
}
.cobox01 p {
    font-size: 1.2em;
    line-height: 2em;
    margin: 0 1em;
}
.imgcobox01 {
    margin: 0 2%;
    width: 50%;
}
.imgcobox01 img {
    width: 100%;
}
.imgcoboxbox01 {
    width: 45%;
}
.textcobox01 {
    width: 45%;
}
.textcobox01 p {
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 0 3%;
    margin: 0;
}
table.co01 {
    clear: both;
    border-collapse: collapse;
    width: 98%;
    margin: 1em 1%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
table.co01 th, table.co01 td {
    padding: 0.6em;
}
table.co01 th {
    background: #d0cc9b;
    vertical-align: middle;
    text-align: ceinter;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 1.4em;
}
table.co01 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 186, 168, 0);
    border-left-color: #d0cc9b;
    border-width: 10px;
    margin-top: -10px;
    font-size: 1.4em;
}
table.co01 td {
    background: #f8f8f8;
    padding-left: 0.8em;
    font-size: 1.4em;
    text-align: left;
}
/* ### 求人 ### */
table.staff {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    border-top: #F93 solid 2px;
    border-left: #F93 solid 2px;
}
table.staff th {
    text-align: left;
    border-right: #F93 solid 2px;
    border-bottom: #F93 solid 2px;
    color: #FFF;
    background: #F93;
    padding: 5px 0 5px 10px;
}
table.staff td {
    text-align: left;
    border-right: #F93 solid 2px;
    border-bottom: #F93 solid 2px;
    color: #F93;
    padding: 5px 0 5px 10px;
    font-size: 14px;
}
table.staff td a {
    color: #F93;
}
.imgco01 {
    width: 100%;
    overflow: hidden;
    margin: 1.5em auto 0.8em auto;
    clear: both;
}
.imgco02 {
    width: 90%;
    overflow: hidden;
    margin: 1.5em auto 0 auto;
    clear: both;
}
.imgco02 img {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block;
}
img.shadow {
    box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.1); /*横方向　下方向　ぼかし　広がり　色 */
}
.img03 {
    float: left;
    width: 32%;
    margin-left: 0.4%;
    margin-right: 1.2%;
    margin-bottom: 1em;
    text-align: center;
}
.img03:last-child {
    margin-right: 0;
}
.img03 + .img03 + .img03 {
    margin-right: 0;
}
/* サムネイル画像 */
.img03 h4 {
    text-align: center;
    font-size: 1.4em;
    margin: 10px 0;
}
.img03 p {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    line-height: 1.4em;
}
.img03 img {
    margin-bottom: 5px;
}
/* 投稿日 */
.img03 .date {
    float: left;
    margin: 0;
}
/* リンク */
.img03 a {
    color: #666;
    text-decoration: none;
}
.img03 a:hover {
}
.img04 {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1em;
    text-align: center;
}
.img04:last-child {
    margin-right: 0;
}
.img04 + .img04 + .img04 + .img04 {
    margin-right: 0;
}
/* サムネイル画像 */
.img04 img {
    width: 99%;
    height: auto;
    vertical-align: bottom;
    border: 0px solid #DDD;
}
/* 記事のタイトルと文章 */
.img04 h4 {
    text-align: center;
    margin: 5px 0;
    font-size: 1.3em;
}
.img04 p {
    margin: 0 0 10px 0;
    text-align: left;
}
.img04 img {
    margin-bottom: 5px;
}
/* フッターバナー */
.img04_02 a {
    color: #333;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.img04_02 a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.img04_02 {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1em;
    text-align: center;
}
.img04_02:last-child {
    margin-right: 0;
}
.img04_02 + .img04_02 + .img04_02 + .img04_02 {
    margin-right: 0;
}
/* サムネイル画像 */
.img04_02 img {
    width: 99%;
    height: auto;
    vertical-align: bottom;
    border: 0px solid #DDD;
}
/* 記事のタイトルと文章 */
.img04_02 h4 {
    text-align: center;
    font-size: 1.2em;
    margin: 10px 0;
}
.img04_02 p {
    font-size: 1.2em;
    margin: 0 0 10px 0;
}
.img04_02 img {
    margin-bottom: 5px;
}
/* 投稿日 */
.img04_02 .date {
    float: left;
    margin: 0;
}
/* 続きを読むボタン */
.img04_02 .more_s {
    width: 80%;
    color: #FFF;
    background: #89c997;
    /*	background-image: url(../images/boxbg_l_arr.png);
*/	background-repeat: no-repeat;
    background-position: 94% 50%;
    padding: 10px 5px;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* リンク */
.img04_02 a {
    color: #666;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.img04_02 a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.img06 {
    float: left;
    width: 15.86%;
    margin-left: 0.4%;
    margin-right: 0.4%;
    margin-bottom: 2em;
    text-align: center;
}
.img03 h4 {
    text-align: center;
    font-size: 1.4em;
    margin: 10px 0;
}
.img03 p {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    line-height: 1.4em;
}
.img03 img {
    margin-bottom: 5px;
}
/*-------------------------- クーポン --------------------------*/

/* タイトル */
.couponken h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.couponken h4 {
    text-align: center;
    color: #666;
    font-size: 30px;
    font-weight: bold;
    color: #F00;/*	text-shadow: 3px 3px rgba(255,255,255,.8);
*/
}
.couponken h5 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 0 0;
}
.couponken h6 {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 20px 0;
}
/* サムネイル画像 */
.couponken p img {
    float: left;
    margin-right: 10px;
    clear: left;
    border: #CCC solid 1px;
}
/* 本文 */
.couponken p {
    line-height: 1.5!important;
    margin: 30px 15px 10px 15px;
    clear: left;
    clear: #666;
}
.couponken ul {
    margin: 20px 15px;
    padding: 0;
}
.couponken ul li {
    font-size: 12px;
    margin: 0;
    list-style: none;
    padding: 0;
    margin-left: 1em;
    text-indent: -1em;
}
/* 続きを読むボタン */
.couponken a.link {
    text-decoration: none;
    float: right;
    background-color: #6C9;
    background-image: url(../images/boxbg_l_arr.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding: 5px 28px 5px 10px;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
    font-size: 14px;
}
.couponken a.link:hover {
    text-decoration: none;
    background-color: #3CF;
}
/* リンク */
.couponken {
    border: solid 7px #CCC;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 30px 10px;
    width: auto;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
    -moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
}
.foodbg {
    /*ここで背景のベースカラーを指定する*/
    background-color: #ffeef0;
    /*ここでCSS3のグラデーションをつかってひし形のパターン・色を指定する
（※色を変える場合は#fffffffの部分を変更）*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffffff), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffffff)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffffff));
    /*ここでパターンの大きさを指定する
（※ひし形の縦と横の大きさです）*/
    -webkit-background-size: 50px 50px;
}
.catbg {
    /*ここで背景のベースカラーを指定する*/
    background-color: #f2fcda;
    /*ここでCSS3のグラデーションをつかってひし形のパターン・色を指定する
（※色を変える場合は#fffffffの部分を変更）*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffffff), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffffff)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffffff));
    /*ここでパターンの大きさを指定する
（※ひし形の縦と横の大きさです）*/
    -webkit-background-size: 50px 50px;
}
.beautybg {
    /*ここで背景のベースカラーを指定する*/
    background-color: #fcedf5;
    /*ここでCSS3のグラデーションをつかってひし形のパターン・色を指定する
（※色を変える場合は#fffffffの部分を変更）*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ffffff), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ffffff)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ffffff));
    /*ここでパターンの大きさを指定する
（※ひし形の縦と横の大きさです）*/
    -webkit-background-size: 50px 50px;
}
#couponarea {
    /*stitching*/
    outline: 1px dashed #98abb9;
    outline-offset: -5px;
    background-color: #556068;
    margin: 30px auto;
    padding: 20px;
    /*shadow*/
    -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
}
.couponken a.web {
    text-decoration: none;
    float: right;
    background-color: #33C1C7;
    padding: 5px 10px;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
    font-size: 14px;
}
.couponken a.web:hover {
    text-decoration: none;
    float: right;
    background-color: #CF6;
    padding: 5px 10px;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
    font-size: 14px;
}
.couponken a.couponken {
    text-decoration: none;
    float: right;
    background-color: #FC3;
    padding: 5px 10px;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
    font-size: 14px;
}
.couponken a.couponken:hover {
    text-decoration: none;
    float: right;
    background-color: #F66;
    padding: 5px 10px;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
    font-size: 14px;
}
/* バナーデザイン */

#sidebar a img {
    max-width: 100%;
}
a:hover img {/*ロールオーバー時に明るくなる（背景白の場合）*/
    opacity: 0.75;
    -moz-opacity: 0.70; /* Firefox */
    filter: alpha(opacity=70); /* IE6/7 */
    -ms-filter: "alpha(opacity=70)"; /* IE8 */
}
.fade:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
}
#sidebar p.banner01 {
    max-width: 300px;
}
/* 見出し */

#heading3 {
    background: #1d8ade;
    margin: 0 0 30px 0;
    padding: 12px 10px;
    color: #FFF;
    text-shadow: 1px 1px 2px #333;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-left: 1px solid #036;
    border-top: 1px solid #036;
    box-shadow: inset 1px 1px 4px #036;
}
.headding08:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    left: 14px;
    bottom: -27px;
    background: transparent;
    border-color: #1d8ade transparent transparent transparent;
    border-style: solid;
    border-width: 15px;
}
.vWrap {
    position: relative;
    margin-top: 1.2em;
    margin-bottom: 3em;
    padding-bottom: 50%;
    padding-top: 69px;
    overflow: hidden;
}
.vWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
table.bottomlink {
    margin: 30px auto 20px auto;
    background: none !important;
    width: 40% !important;
}
table.bottomlink tr td {
    text-align: center;
}
table.bottomlink a.maehe {
    text-decoration: none;
    background-color: #33C1C7;
    padding: 5px 15px;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
}
table.bottomlink a.maehe:hover {
    text-decoration: none;
    background-color: #CF6;
    padding: 5px 15px;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
}
/* ### 特定商取引 ### */
table.tokuteishou {
    width: 55%;
    margin-bottom: 30px;
    border-top: 1px solid #c1bab3;
    border-right: 1px solid #c1bab3;
    background: #FFF;
    text-align: center;
}
table.tokuteishou th {
    padding: 7px 3px;
    color: #5f4e44;
    background: #ede8e3;
    border-bottom: 1px solid #c1bab3;
    border-left: 1px solid #c1bab3;
    text-align: center;
    text-align: center;
    font-size: 14px;
}
table.tokuteishou tr td {
    font-size: 14px;
    padding: 7px 15px;
    border-bottom: 1px solid #c1bab3;
    border-left: 1px solid #c1bab3;
    text-align: left;
    color: #333;
}
table.tokuteishou tr {
    background: #fff;
}
table.tokuteishou tr:nth-child(2n+1) {
    background: #fafaf9;
}
.effect8 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
.effect8:before, .effect8:after {
    border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
    bottom: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1;
}
.effect8:after {
    left: auto;
    right: 10px;
    transform: skew(8deg) rotate(3deg);
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
}
.titlebox {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px 5px 5px 5px;
    height: 150px;
    margin: 5px auto;
    width: 100%;
    clear: both;
}
.titlebox h3 {
    color: #666;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #aaa, 2px 2px 0px #aaa, 3px 3px 0px #777;
    padding: 40px 0 0 30px;
}
.price {
    text-align: right;
    font-size: 20px !important;
    font-weight: bold;
    padding: 10px 0 0 0;
}
/* 横2列ボックス */
.box2_1 {
    margin-bottom: 0px;
    margin-top: 0px;
    clear: both;
}
.box2_1 ul {
    clear: both;
}
.box2_1 li {
    list-style-type: circle;
}
.box2_1 h3 {
    position: relative;
    font-size: 20px;
    line-height: 1;
    margin: 20px 0px 20px 0px;
    padding: 7px 5px 10px 10px;
    border-left: 10px solid #867fd7;
}
.box2_1 h3:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px dashed #555;
}
.box2_1 p img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    border: #DDD solid 1px;
}
/* 本文 */
.box2_1 p {
    line-height: 1.3em !important;
    clear: left;
    clear: #666;
}
/* リンクボタン */
.box2_1 .link {
    background-image: url(../images/boxbg_l_arr.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding: 5px 26px 5px 10px;
    border-radius: 30px / 30px;
    text-align: right;
    color: #888888;
    clear: none;
    text-decoration: none;
    float: right;
    background-color: #344f8c;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
    font-size: 14px;
}
.box2_1 .link:hover {
    text-decoration: none;
    background-color: #335ab3;
    color: #ffffff;
}
/* リンク */
.box2_1 a {
    display: block;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
.box2_1 a:hover {
    color: #335ab3;
}
.box2_2 {
    padding: 0 0 5px 0;
    width: 49.3%;
    float: left;
    text-align: center;
}
.box2_2 p {
    padding: 0 0 10px 0;
    text-align: left;
    margin: 0 auto;
}
.box2_2 img {
    width: 100%;
    text-align: center;
    border: 0 !important;
    margin-right: 10px;
}
.box2r_2 {
    padding: 0 0 5px 1.4%;
    width: 49.3%;
    float: left;
    text-align: center;
}
.box2r_2 p {
    padding: 0 0 10px 0;
    text-align: center;
    margin: 0 auto;
}
.box2r_2 img {
    width: 100%;
    text-align: center;
    border: 0 !important;
}
.box2r_2 p.pr {
    margin-right: 10px;
}
/* 横3列ボックス */
.box3_1 {
    margin-bottom: 0px;
    margin-top: 0px;
    clear: both;
}
.box3_1 h3 {
    position: relative;
    font-size: 20px;
    line-height: 1;
    margin: 20px 0px 20px 0px;
    padding: 7px 5px 10px 10px;
    border-left: 10px solid #867fd7;
}
.box3_1 h3:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px dashed #555;
}
.box3_1 p img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    border: #DDD solid 1px;
}
/* 本文 */
.box3_1 p {
    line-height: 1.3em !important;
    font-size: 1em !important;
    clear: left;
    clear: #666;
}
/* リンクボタン */
.box3_1 .link {
    background-image: url(../images/boxbg_l_arr.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding: 5px 26px 5px 10px;
    border-radius: 30px / 30px;
    text-align: right;
    color: #888888;
    clear: none;
    text-decoration: none;
    float: right;
    background-color: #344f8c;
    border-radius: 30px / 30px;
    text-align: center;
    font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
    margin-left: 5px;
    font-size: 14px;
}
.box3_1 .link:hover {
    text-decoration: none;
    background-color: #335ab3;
    color: #ffffff;
}
/* リンク */
.box3_1 a {
    display: block;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
.box3_1 a:hover {
    color: #335ab3;
}
.box3_2 {
    padding: 0;
    width: 32.5%;
    float: left;
    text-align: center;
}
.box3_2 p {
    padding: 0 0 10px 0;
    text-align: center;
    margin: 0 auto;
}
.box3_2 img {
    width: 100%;
    text-align: center;
    border: 0 !important;
}
.box3r_2 {
    padding: 0 0 5px 1.2%;
    width: 32.5%;
    float: left;
    text-align: center;
}
.box3r_2 p {
    padding: 0 0 10px 0;
    text-align: center;
    margin: 0 auto;
}
.box3r_2 img {
    width: 100%;
    text-align: center;
    border: 0 !important;
}
.textBox {
    font-size: 12px;
    padding: 0 5px 20px 5px;
    text-align: left !important;
    line-height: 1.5em !important;
}
/* ランディングページボックス */
.lpbox01 {
    margin: 0 0 50px 0;
}
.lpbox01_3 {
    background: #e8a666;
    padding: 25px;
    width: 30%;
    height: 480px;
    float: left;
    text-align: center;
border-radius: 3px;
}
.lpbox01_3 p {
    font-size: 18px;
    color: #FFF;
    padding: 20px 0 0 0;
    text-align: left;
    margin: 0 auto;
    line-height: 1.5em;
}
.lpbox01_3 img {
    width: 100%;
    text-align: center;
    border: 0 !important;
}
.lpbox01r_3 {
    background: #e8a666;
    padding: 25px;
    margin-left: 45px;
    width: 30%;
    height: 480px;
    float: left;
    text-align: center;
border-radius: 3px;
}
.lpbox01r_3 p {
    font-size: 18px;
    color: #FFF;
    padding: 20px 0 0 0;
    text-align: left;
    margin: 0 auto;
    line-height: 1.7em;
}
.lpbox01r_3 img {
    width: 100%;
    text-align: center;
    border: 0 !important;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
table.quetion {
    width: 100%;
    margin: 30px 0;
    padding: 0;
}
table.quetion tr {
    margin: 0;
    padding: 10px 0;
    border: 2px #f8b18b solid;
}
table.quetion tr.borderbottom0 {
    margin: 0;
    padding: 10px 0;
    border-left: 2px #f8b18b solid;
    border-top: 2px #f8b18b solid;
    border-right: 2px #f8b18b solid;
    border-bottom: 0px #f8b18b solid !important;
}
table.quetion tr.bordertop0 {
    margin: 0;
    padding: 10px 0;
    border-left: 2px #f8b18b solid;
    border-top: 0px #f8b18b solid !important;
    border-right: 2px #f8b18b solid;
    border-bottom: 2px #f8b18b solid;
}
table.quetion tr th {
    color: #FFF;
    padding: 20px;
    font-size: 26px;
    font-weight: bold;
    background: #ffa777;
}
table.quetion tr td.textArea {
    padding: 5px 40px 5px 15px;
    font-size: 22px;
    font-weight: bold;
    background: url(../../annai/images/arrow.gif) center right no-repeat;
}
table.sitemap {
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #93c8ee;
    border-right: 1px solid #93c8ee;
}
table.sitemap tr td {
    border-bottom: 1px solid #93c8ee;
    border-left: 1px solid #93c8ee;
    text-align: center;
    background: #FFF;
    background: #e0f2ff;
}
table.sitemap tr td a {
    font-size: 18px;
    color: #666;
    text-align: center;
    display: block;
    width: 100%;
    background: #e0f2ff;
    text-decoration: none;
    padding: 20px 0;
}
table.sitemap tr td a:hover {
    color: #666;
    text-align: center;
    display: block;
    width: 100%;
    background: #c1e5fe;
    text-decoration: none;
}
table.sitemap tr td:last-child {
    border-right: 1px solid #93c8ee;
}
table.sitemap tr:last-child td {
}
table.sitemap tr:last-child td:first-child {
}
table.sitemap tr:last-child td:last-child {
}
/* リスト */
ol.topic-path {
    text-align: center;
    padding: 0.5em; /* パディング（上下、左右） */
    margin: 0 0 2em 0;
    background-color: #fdedd9; /* 背景色 */
    list-style-type: none; /* リストマーク非表示 */
    font-size: 100%; /* 文字サイズ */
    font-weight: bold;
}
/* リスト項目 */
ol.topic-path li {
    padding-left: 5px; /* 左パディング */
    display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
    padding-left: 25px; /* 左パディング */
    background: url(../images/topic-path-home-green.png) no-repeat left; /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
    padding-right: 18px; /* 右パディング */
    background: url(../images/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
    color: #ee8100;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
    color: #ee8100;
}
/*-------------------------- 患者様の声--------------------------*/

/* タイトル */
.koebox01 {
    max-width: 100%;
    border: #348fd8 solid 5px;
    margin-top: 30px;
    padding: 20px;
    background: #FFF;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
/* サムネイル画像 */
.koebox01 p img {
    float: right;
    margin-left: 10px;
    margin-bottom: 15px;
    clear: right;
    border: #348fd8 solid 1px;
    max-width: 20%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* 本文 */
.koebox01 p {
    font-size: 14px;
    line-height: 1.8;
    clear: left;
    clear: #666;
}
.koe01 {
    font-size: 26px;
    color: #09F;
    font-weight: bold;
}
.koe02 {
    font-size: 26px;
    color: #F36;
    font-weight: bold;
}
/* --- リストエリア --- */
ol.qa {
    width: 100%; /* リストエリアの幅 */
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 80%;
}
/* --- リスト項目の内容 --- */
ol.qa dl {
    margin: 0;
    background: #f9f9f9 url(qa_back.gif) repeat-x top; /* リスト項目の背景 */
}
/* --- Questionエリア --- */
ol.qa dt {
    margin: 0;
    padding: 15px 6px 13px 35px; /* Questionエリアのパディング（上右下左） */
    background: url(../images/q7g.gif) no-repeat 7px 11px; /* Questionエリアの背景 */
    border-bottom: 3px #ee7824 solid; /* Questionエリアの境界線 */
    font-weight: bold;
    line-height: 120%;
    font-size: 18px;
}
/* --- Answerエリア --- */
ol.qa dd {
    margin: 0;
    padding: 11px 6px 50px 35px; /* Answerエリアのパディング（上右下左） */
    background: #ffffff url(../images/a2.gif) no-repeat 7px 8px; /* Answerエリアの背景 */
    line-height: 150%;
    font-size: 16px;
}
/* --- newsエリア --- */
.news {
width: 98%;
overflow: scroll;
margin: 0 auto 4em auto;
padding: 3.5em auto;
    height: 350px;
    border: 8px solid #e8b771;
    background: #FFF;
overflow-x: hidden;
}
.news h3 {
    text-align: center;
    padding-top: 2em;
    font-size: 2em;
}
.tbl-news {
    margin-top: 2em;
}
.tbl-news dd {
    padding: 0.8em;
	color: #ee8100;
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
}
.tbl-news dt {
    padding: 0.8em;
    clear: both;
    float: left;
    text-align: right;
    width: 30%; /* 幅を指定 */
    color: #666;
    font-size: 1.2em;
}
.tbl-news dt dd {
    padding-left: 70%; /* dtの分、左にpaddingを取る */

    font-size: 1.4em;
    padding: 5px 10px;
}
/* リンクボタン
-------------------------------------------------- */
.btn {
    width: 30%;
    margin-top: 2em !important;
    padding: 0.5em 1em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 2.5rem;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
    clear: both;
}
.btn01 {
    background-color: #3169d1;
    color: #fff !important;
}
.btn:hover {
    opacity: 1.0;
}
.btn02 {
    width: 25%;
    margin-top: 2em !important;
    padding: 0.5em 1em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 2.5rem;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
    clear: both;
    background-color: #ee7821;
    color: #fff !important;
    padding: 15px;
    text-align: center;    
}
.btn02:hover {
    background-color: #e8a74b;
}
.btn03 {
    background-color: #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn03:hover {
    background-color: #998bfa;
}
.btn04 {
    background-color: #3169d1;
    border: 2px solid #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn04:hover {
    background-color: transparent;
    border: 2px solid #998bfa;
    color: #998bfa !important;
}
.btn04 {
    background-color: #3169d1;
    color: #fff !important;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(153, 139, 250, 1) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgba(153, 139, 250, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.btn04:hover {
    background-color: #998bfa;
    background-position: -100% 100%;
}
.btn05 {
    background-color: #3169d1;
    border: 2px solid #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn05:hover {
    background-color: transparent;
    border: 2px solid #998bfa;
    color: #998bfa !important;
    border-radius: 30px;
}
.btn06 {
    background-color: #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 10px 0 0 0;
}
.btn06:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.btn07 {
    background-color: #3169d1;
    color: #fff !important;
    margin: 0 0 10px 0;
    box-shadow: 0 5px #3B4BA8;
}
.btn07:hover {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
    box-shadow: none;
}
.btn08 {
    background: transparent;
    color: #3169d1 !important;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -webkit-linear-gradient(180deg, rgba(49,105,209,0.8), rgba(132, 179, 252, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    background: -webkit-linear-gradient(right, rgba(49,105,209,0.8), rgba(132, 179, 252, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    background: linear-gradient(270deg, rgba(49,105,209,0.8), rgba(132, 179, 252, 0.8), rgba(205, 200, 252, 0), rgba(205, 200, 252, 0));
    background-position: 1% 50%;
    background-size: 300% 300%;
    border: none;
    border: 1px solid #3169d1;
}
.btn08:hover {
    background-position: 99% 50%;
    color: #fff !important;
    border: 1px solid rgba(205, 200, 252, 0);
}
.btn09 {
    color: #fff !important;
    background-image: -webkit-linear-gradient(#3169d1 0%, #998bfa 100%);
    background-image: linear-gradient(#3169d1 0%, #998bfa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    margin: 0 0 10px 0;
}
.btn09:hover {
    background-image: -webkit-linear-gradient(#998bfa 0%, #3169d1 100%);
    background-image: linear-gradient(#998bfa 0%, #3169d1 100%);
}
.btn10 {
    background-color: #3169d1;
    border: 2px solid #3169d1;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 20px;
}
.btn10:hover {
    background-color: transparent;
    border: 2px solid #998bfa;
    color: #998bfa !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 20px;
}
.btn11 {
    padding: 15px 0 0 0;
}
.btn11 a {
    font-size: 1em;
    font-weight: bold;
    background: #EEE;
    border: 3px solid #BBB;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #333;
    padding: 7px 20px;
}
.btn11 a:hover {
    font-size: 1em;
    font-weight: bold;
    background: #EEE;
    border: 3px solid #ee8100;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #999;
    padding: 7px 20px;
}
/* ### 特定商取引 ### */
table.supporters {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #c1bab3;
    border-right: 1px solid #c1bab3;
    background: #FFF;
    text-align: center;
}
table.supporters th {
    width: 20%;
    padding: 1.2em 10px;
    color: #5f4e44;
    background: #ede8e3;
    border-bottom: 1px solid #c1bab3;
    border-left: 1px solid #c1bab3;
    text-align: center;
    text-align: center;
    font-size: 1.3em;
}
table.supporters tr td {
    width: 80%;
    font-size: 1.3em;
    padding: 1.2em 10px;
    border-bottom: 1px solid #c1bab3;
    border-left: 1px solid #c1bab3;
    text-align: left;
    color: #333;
}
table.supporters tr {
    background: #fff;
}
table.supporters tr:nth-child(2n+1) {
    background: #fafaf9;
}
/* ### ボックスカラー ### */
.light_blue {
    background: #eff7ff;
}
.cloud {
}
/* ### ボックス背景 ### */
.top_bg {
    background: url(../images/box01_bg02.jpg) no-repeat top center;
    -moz-background-size: cover;
    background-size: cover;
}
.top_bg01 {
    background: url(../bg/top_bg01.jpg) no-repeat 0 0;
    overflow: hidden; /* heightを戻す */
    -moz-background-size: cover;
    background-size: cover;
}
.top_bg02 {
    background: url(../bg/top_bg02.jpg) no-repeat 0 0;
    -moz-background-size: cover;
    background-size: cover;
}
.top_bg03 {
    background: url(../bg/top_bg03.jpg) no-repeat 0 0;
    -moz-background-size: cover;
    background-size: cover;
}
.top_bg04 {
    background: url(../bg/top_bg04.gif) repeat;
}
.top_bg05 {
    background: url(../bg/top_bg05.gif) repeat;
}
.top_bg06 {
    background: url(../bg/top_bg06.gif) repeat;
}
.school_bg01 {
    background: #fbf0df url(../bg/school_bg01.jpg) no-repeat top center;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.school_bg02 {
    background: #fbf0df url(../bg/school_bg02.jpg) no-repeat top right;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.school_bg03 {
    background: #fbf0df url(../bg/school_bg03.jpg) no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.school_bg04 {
    background: #fbf0df url(../bg/school_bg04.jpg) no-repeat top right;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.school_bg05 {
    background: #fbf0df url(../bg/school_bg05.jpg) no-repeat top center;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.school_bg06 {
    background: #fbf0df url(../bg/school_bg06.jpg) no-repeat top center;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.school_bg07 {
    background: #fbf0df url(../bg/school_bg07.jpg) no-repeat top right;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.school_bg08 {
    background: #fbf0df url(../bg/school_bg08.jpg) no-repeat top left;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.school_bg09 {
    background: #fbf0df url(../bg/school_bg09.jpg) no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}
.brs {
    display: none;
}
.brl {
    display: inline;
}

#footerMenu {
    display: inline;
    margin: 0;
    padding: 0;
}
#footerMenu ul {
    margin: 0;
    padding: 0;
}
#footerMenu li {
    display: inline;
    padding-right: 23px;
    font-weight: bold;
}
#footerMenu li a {
    text-decoration: none;
    padding-left: 0.2em;
    color: #3b3b3b;
    text-decoration: none;
}
#footerMenu li a:hover {
    text-decoration: none;
    color: #777;
}
#footerAdd {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}
table.td01 {
    clear: both;
    border-collapse: collapse;
    width: 98%;
    margin: 1em 1%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
table.td01 th, table.td01 td {
    padding: 1em;
}
table.td01 th {
    background: #e8a74b;
    vertical-align: middle;
    text-align: ceinter;
    width: 35%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;

}
table.td01 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(232, 167, 75, 0);
    border-left-color: #e8a74b;
    border-width: 10px;
    margin-top: -10px;
}
table.td01 td {
background: #fdfaf6;
padding-left: 20px;
    text-align: left;
}
/* ### 特定商 ### */

table.td02 {
    clear: both;
    border-collapse: collapse;
    width: 100%;
    margin: 1em 1%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
table.td02 th, table.td02 td {
    padding: 1em;
}
table.td02 th {
    background: #d2554f;
    vertical-align: top;
    text-align: ceinter;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}
table.td02 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(210, 85, 79, 0);
    border-left-color: #d2554f;
    border-width: 10px;
    margin-top: -10px;
    font-size: 1.3em;
}
table.td02 td {
    background: #f8f8f8;
    padding-left: 20px;
    font-size: 1.4em;
    text-align: left;
    line-height: 1.5em;
}

table.td03 {
    clear: both;
    border-collapse: collapse;
    width: 100%;
    margin: 1em 1%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
table.td03 th, table.td03 td {
    padding: 1em;
}
table.td03 th {
    background: #89c997;
    vertical-align: center;
    text-align: center;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}
table.td03 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(210, 85, 79, 0);
    border-left-color: #89c997;
    border-width: 10px;
    margin-top: -10px;
    font-size: 1.3em;
}
table.td03 td {
    background: #f8f8f8;
    padding-left: 20px;
    font-size: 1.4em;
    text-align: left;
    line-height: 1.5em;
    width: 25%;
}

.privacy_rule {
    width: 80%;
    background: #FFF;
    text-align: left;
    margin: 3em auto;
    padding: 3em;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.2em;
    line-height: 1.3em;
}
.privacy_rule h3 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 1.2em;
}
.privacy_rule h4 {
    margin-bottom: 0.5em;
}
.privacy_rule p {
    margin-bottom: 1em;
}
.privacy_rule ul {
    margin-bottom: 1.2em;
}
.privacy_rule ul li {
}
.formbox02 {
    margin: 3em 15%;
    padding: 3em;
    width: 70%;
    background: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: #ededed solid 1px;
}
.formbox02 h4 {
    text-align: center;
    font-size: 2em;
    color: #ee8100;
    margin-bottom: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
}
ul.formlist {
    padding: 3em 3% 0 3%;
    list-style: square;
}
ul.formlist li {
    padding: 0.5em 0;
    margin-left: 1em;
    line-height: 1.4em;
}
.pT01 {
    padding-top: 1.2em;
}
.catch_text01 {
    text-align: center;
    font-size: 2.3em !important;
}
.catch_text02 {
    color: #EB4046;
    font-size: 1.8em !important;
    font-weight: bold;
}
h3.title01 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0.8em 0 1.3em 0;
}
h3.title02 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    color: #ee8100;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0 0.5em 0;
    line-height: 1.3em;
}
h3.title03 {
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0.8em 0 0.8em 0;
    width: 72%;
}
h4.title01 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    color: #ee8100;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0.8em 0 0.8em 0;
    font-size: 2em;
}
h4.tel01 {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0.3em 0;
    font-size: 2.7em;
}
h4.tel01 span {
font-size: 0.5em;
}
h4.tel01 a {
    color: #FFF;
}
h4.tel02 {
    color: #ee8100;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0.3em 0;
    font-size: 2.7em;
}
h4.tel02 span {
font-size: 0.5em;
}
h4.tel02 a {
    color: #ee8100;
}

.bg_top01 {
    background: url(../../images/top_bg01.png) center center no-repeat;
    background-size: contain;
}
/* ### 診療時間 ### */
.timebox {
    padding: 1%;
    width: 98%;
    background: #FFF;
    -moz-border-radius: 0.2em;    /* 古いFirefox用 */
    -webkit-border-radius: 0.2em; /* 古いSafari,Chrome用 */
    border-radius: 0.2em;         /* CSS3の書き方 */
}
table.time {
    margin: auto;
    width: 100%;
    font-size: 1.3em;
}
table.time th {
    text-align: center;
    border-bottom: #ee8100 solid 2px;
    color: #ee8100;
    background: #FFF;
}
table.time td {
    text-align: center;
    color: #ee8100;
    font-weight: bold;
    background: #FFF;
    padding: 12px 0 3px 0;
}
table.time th:nth-child(1) td {
    border-bottom: #ee8100 solid 2px;
}
/* ページトップ */
#page-top {
    display: none;
}
.btbox01 {
    padding: 2em 0 4em 0;
    margin: 1em auto;
    max-width: 1300px;
}
.sam13 a {
    text-align: center;
    display: block;
    width: 34%; /* 横幅 */
    background-color: #ee8100;
    padding: 15px; /* a要素内の余白 */
    margin: 0 8%;
    float: left;
    color: #fff !important;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 2.5rem;
    border-radius: 5px;
}
/* 以下マウスを載せたときのスタイル */
.sam13 a:hover {
    background-color: #e8a74b;
    color: #222222;
}
h3.boshu {
	font-size:1.5em;
	padding:1em 0;
	text-align:center;
    color: #ee8100;
	}

#headerimg_wrap {
	clear: left;
	margin: 0 auto;
	background: #FFF;
	background-size: contain;
}
